:root {
  --about-paper: #fff8ef;
  --about-paper-soft: rgba(255, 248, 239, 0.72);
  --about-line: rgba(255, 248, 239, 0.14);
  --about-peach: #e4a27f;
  --about-ink: #0d0b0a;
}

body {
  background: #090807;
  color: var(--about-paper);
}

.about-shell h1,
.about-shell h2,
.about-shell h3,
.about-shell strong {
  letter-spacing: 0 !important;
  overflow-wrap: break-word;
}

.about-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.58), rgba(8, 7, 6, 0.78) 48%, rgba(8, 7, 6, 0.96)),
    radial-gradient(circle at 75% 18%, rgba(228, 162, 127, 0.16), transparent 31%),
    #090807;
}

.about-shell::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.82), rgba(8, 7, 6, 0.24) 48%, rgba(8, 7, 6, 0.78)),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=2400&q=82") center / cover no-repeat;
  filter: saturate(0.68) brightness(0.55) contrast(1.06);
}

.about-shell::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.18), rgba(8, 7, 6, 0.84)),
    repeating-linear-gradient(90deg, rgba(255, 248, 239, 0.024) 0 1px, transparent 1px 128px),
    repeating-linear-gradient(0deg, rgba(255, 248, 239, 0.016) 0 1px, transparent 1px 128px);
}

.about-shell main {
  position: relative;
  z-index: 2;
}

.about-hero {
  min-height: 96svh;
  display: grid;
  align-items: end;
  padding: clamp(132px, 14vw, 210px) clamp(22px, 5vw, 96px) clamp(58px, 7vw, 112px);
}

.about-hero-inner {
  width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.58fr);
  gap: clamp(28px, 6vw, 116px);
  align-items: end;
}

.about-copy,
.about-intent,
.section-heading,
.about-belief,
.contact-copy,
.message-panel,
.capability-card {
  animation: aboutRise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.about-eyebrow {
  margin: 0;
  color: rgba(255, 248, 239, 0.64);
  font-size: clamp(0.76rem, 0.82vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-copy h1 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--about-paper);
  font-size: clamp(4.2rem, 9.2vw, 11.6rem);
  font-weight: 840;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.about-copy p:not(.about-eyebrow) {
  max-width: 760px;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: rgba(255, 248, 239, 0.78);
  font-size: clamp(1.05rem, 1.22vw, 1.46rem);
  font-weight: 560;
  line-height: 1.48;
}

.about-intent {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 2.8vw, 40px);
  border: 1px solid var(--about-line);
  border-radius: clamp(22px, 2vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.11), rgba(255, 248, 239, 0.035)),
    rgba(13, 11, 10, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 30px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(22px) saturate(1.08);
}

.about-intent span {
  color: rgba(255, 248, 239, 0.56);
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-intent strong {
  color: var(--about-paper);
  font-size: clamp(1.45rem, 2.1vw, 2.75rem);
  font-weight: 780;
  letter-spacing: -0.042em;
  line-height: 1.02;
}

.about-intent p {
  margin: 0;
  color: rgba(255, 248, 239, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.12rem);
  line-height: 1.56;
}

.about-structure,
.contact-section {
  width: min(100% - clamp(32px, 7vw, 128px), 1340px);
  margin: 0 auto;
}

.about-structure {
  padding: clamp(70px, 8vw, 136px) 0;
  content-visibility: visible;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: clamp(26px, 4vw, 56px);
}

.section-heading h2,
.about-belief h2,
.contact-copy h2 {
  margin: 0;
  color: var(--about-paper);
  font-size: clamp(2.55rem, 4.8vw, 5.8rem);
  font-weight: 820;
  letter-spacing: 0 !important;
  line-height: 1;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.capability-card {
  --capability-shift: 0px;
  min-height: clamp(320px, 30vw, 450px);
  display: grid;
  align-content: end;
  gap: 11px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  padding: clamp(20px, 2.2vw, 34px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8)),
    var(--capability-image) center / cover no-repeat;
  color: var(--about-paper);
  overflow: hidden;
  position: relative;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.capability-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 22% 20%, rgba(228, 162, 127, 0.16), transparent 36%);
  pointer-events: none;
}

.capability-card > * {
  position: relative;
  z-index: 1;
}

.capability-card:hover {
  filter: brightness(1.06) saturate(1.04);
  transform: translateY(-4px);
}

.capability-card span {
  color: rgba(255, 248, 239, 0.5);
  font-size: clamp(2rem, 3.2vw, 4.2rem);
  font-weight: 840;
  letter-spacing: 0 !important;
  line-height: 0.92;
}

.capability-card h3 {
  margin: 0;
  color: var(--about-paper);
  font-size: clamp(1.35rem, 1.75vw, 2.05rem);
  font-weight: 780;
  letter-spacing: 0 !important;
  line-height: 1.08;
}

.capability-card p {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 248, 239, 0.72);
  font-size: clamp(0.92rem, 0.95vw, 1.06rem);
  line-height: 1.44;
}

.about-belief {
  width: min(100% - clamp(32px, 7vw, 128px), 1080px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 150px) 0;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}

.about-belief p:not(.about-eyebrow) {
  max-width: 860px;
  margin: clamp(22px, 2.6vw, 36px) 0 0;
  color: rgba(255, 248, 239, 0.7);
  font-size: clamp(1.02rem, 1.18vw, 1.38rem);
  line-height: 1.58;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  scroll-margin-top: calc(var(--nav-h, 108px) + 24px);
  padding: clamp(70px, 9vw, 148px) 0 clamp(78px, 9vw, 150px);
  content-visibility: auto;
  contain-intrinsic-size: 860px;
}

.contact-copy {
  position: sticky;
  top: clamp(118px, 10vw, 156px);
  display: grid;
  gap: 20px;
}

.contact-copy p:not(.about-eyebrow) {
  margin: 0;
  color: rgba(255, 248, 239, 0.68);
  font-size: clamp(1rem, 1.12vw, 1.28rem);
  line-height: 1.58;
}

.email-link {
  width: fit-content;
  color: var(--about-paper);
  font-size: clamp(1.12rem, 1.35vw, 1.6rem);
  font-weight: 760;
  letter-spacing: -0.025em;
  border-bottom: 1px solid rgba(228, 162, 127, 0.66);
}

.message-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 2vw, 30px);
  padding: clamp(24px, 2.8vw, 42px);
  border: 1px solid rgba(255, 248, 239, 0.2);
  border-radius: clamp(18px, 1.8vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 250, 245, 0.96), rgba(235, 223, 212, 0.94)),
    var(--about-paper);
  color: var(--about-ink);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72), 0 32px 96px rgba(0, 0, 0, 0.34);
  color-scheme: light;
}

.form-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(13, 11, 10, 0.13);
}

.form-panel-head > div {
  display: grid;
  gap: 8px;
}

.form-panel-head h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 780;
  line-height: 1.14;
}

.form-panel-head p {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(13, 11, 10, 0.5);
  font-size: 0.88rem;
}

.form-panel-kicker {
  color: rgba(13, 11, 10, 0.55) !important;
  font-size: 0.78rem !important;
}

.message-panel fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.message-panel legend {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  color: rgba(13, 11, 10, 0.74);
  font-size: 1rem;
  font-weight: 800;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.message-panel label:not(.consent-field) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.form-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  border: 1px solid rgba(40, 110, 76, 0.22);
  border-radius: 10px;
  background: rgba(72, 132, 92, 0.12);
  color: rgba(13, 11, 10, 0.78);
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.48;
  outline: none;
}

.form-status[data-status-type="error"] {
  border-color: rgba(164, 62, 46, 0.24);
  background: rgba(174, 72, 54, 0.12);
  color: rgba(77, 28, 20, 0.86);
}

.form-status[data-status-type="warning"] {
  border-color: rgba(170, 111, 54, 0.24);
  background: rgba(196, 126, 67, 0.13);
  color: rgba(84, 48, 18, 0.86);
}

.form-status[data-status-type="progress"] {
  border-color: rgba(62, 90, 116, 0.2);
  background: rgba(90, 118, 142, 0.1);
  color: rgba(27, 43, 57, 0.84);
}

.message-panel label:not(.consent-field) > span {
  color: rgba(13, 11, 10, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.form-panel-head p span {
  color: #a54f38;
}

.message-panel em {
  color: #a54f38;
  font-style: normal;
}

.message-panel input:not([type="checkbox"]),
.message-panel textarea,
.message-panel select {
  width: 100%;
  border: 1px solid rgba(13, 11, 10, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--about-ink);
  outline: none;
  min-height: 52px;
  padding: 13px 14px;
  font-size: 1rem;
  line-height: 1.35;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.message-panel textarea {
  min-height: 156px;
  resize: vertical;
}

.message-panel input:focus,
.message-panel textarea:focus,
.message-panel select:focus {
  border-color: rgba(201, 121, 85, 0.72);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0 0 4px rgba(201, 121, 85, 0.13);
}

.message-panel :is(input, textarea, select).is-invalid {
  border-color: rgba(164, 62, 46, 0.68);
  background: rgba(255, 244, 241, 0.82);
  box-shadow: 0 0 0 4px rgba(164, 62, 46, 0.11);
}

.message-field,
.wide-field {
  grid-column: 1 / -1;
}

.consent-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 16px 0 0;
  border-top: 1px solid rgba(13, 11, 10, 0.13);
  cursor: pointer;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #9c5d42;
}

.consent-field span {
  color: rgba(13, 11, 10, 0.66);
  font-size: 0.9rem;
  font-weight: 590;
  line-height: 1.48;
}

.message-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--about-ink);
  color: var(--about-paper);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.message-panel button:hover {
  transform: translateY(-2px);
  background: #161311;
  box-shadow: 0 20px 44px rgba(13, 11, 10, 0.2);
}

.message-panel button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.message-panel button[aria-busy="true"] {
  gap: 11px;
}

.message-panel button[aria-busy="true"]::after {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 248, 239, 0.34);
  border-top-color: var(--about-paper);
  border-radius: 50%;
  animation: submitSpin 720ms linear infinite;
  content: "";
}

@keyframes submitSpin {
  to {
    transform: rotate(360deg);
  }
}

.form-note {
  margin: 0;
  color: rgba(13, 11, 10, 0.48);
  font-size: 0.88rem;
  line-height: 1.5;
}

@keyframes aboutRise {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1100px) {
  .about-hero-inner,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .about-intent,
  .contact-copy {
    max-width: 720px;
  }

  .contact-copy {
    position: static;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: auto;
    padding: 122px 20px 54px;
  }

  .about-copy h1 {
    max-width: 340px;
    font-size: clamp(3.3rem, 16.5vw, 5.2rem);
  }

  .capability-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .message-panel {
    padding: 22px 18px 24px;
  }

  .form-panel-head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .wide-field,
  .message-field {
    grid-column: auto;
  }

  .capability-card {
    min-height: 310px;
  }

  .about-structure,
  .contact-section,
  .about-belief {
    width: min(100% - 40px, 680px);
  }

  .section-heading h2,
  .about-belief h2,
  .contact-copy h2 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .nav-action {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .capability-card:hover,
  .message-panel button:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-copy,
  .about-intent,
  .section-heading,
  .about-belief,
  .contact-copy,
  .message-panel,
  .capability-card {
    animation: none !important;
  }
}
