@font-face {
  font-family: "AASystem";
  src: local("SF Pro Display"), local("SF Pro Text"), local("Inter"), local("Segoe UI");
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f3f3ee;
  --surface: #e9eae4;
  --ink: #11130f;
  --muted: #5b5e56;
  --rule: #cfd1c8;
  --mint: #24cfa1;
  --mint-dark: #0a785d;
  --white: #ffffff;
  --shell: min(1180px, calc(100vw - 48px));
  --display: clamp(3.65rem, 8.5vw, 7.75rem);
  --section-title: clamp(2.5rem, 5vw, 5.1rem);
  --ease: cubic-bezier(.2,.75,.25,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: AASystem, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--ink);
  background: var(--mint);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
summary,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(17,19,15,.12);
  background: rgba(243,243,238,.88);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 31px;
  height: 25px;
  fill: none;
  stroke: var(--mint);
  stroke-width: 4.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  font-size: 13px;
  font-weight: 510;
  line-height: .88;
  letter-spacing: -.03em;
}

.brand-name strong {
  font-weight: 780;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 14px;
  font-weight: 590;
}

.nav-links > a:not(.nav-cta) {
  position: relative;
}

.nav-links > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}

.nav-links > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s var(--ease);
}

.nav-cta {
  padding: 13px 16px;
}

.nav-cta:hover,
.submit-button:hover {
  color: var(--ink);
  background: var(--mint);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.menu-button svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.hero {
  min-height: calc(100svh - 78px);
  padding-top: clamp(58px, 9vh, 110px);
  display: flex;
  flex-direction: column;
}

.eyebrow,
.section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow span,
.fit-list span {
  color: var(--mint-dark);
  font-size: 1.25em;
  letter-spacing: -.28em;
  margin-right: .55em;
}

.hero h1 {
  max-width: 1100px;
  margin: clamp(34px, 6vh, 68px) 0 0;
  font-size: var(--display);
  font-weight: 560;
  line-height: .98;
  letter-spacing: -.065em;
}

.hero h1 em {
  color: var(--mint-dark);
  font-style: normal;
  font-weight: 560;
}

.hero-bottom {
  margin-top: auto;
  padding: 56px 0 34px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: end;
}

.hero-copy {
  grid-column: 1 / span 6;
  max-width: 600px;
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.32;
  letter-spacing: -.025em;
}

.text-link {
  grid-column: 9 / -1;
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--ink);
  font-weight: 650;
  transition: padding .2s var(--ease), color .2s ease;
}

.text-link:hover {
  padding-left: 8px;
  color: var(--mint-dark);
}

.signal {
  position: relative;
  min-height: 66px;
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 13px;
  font-weight: 660;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.signal::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 2px;
  content: "";
  background: var(--mint);
  animation: signal-run 9s var(--ease) infinite;
}

.signal b {
  color: var(--mint);
  font-size: 28px;
  font-weight: 400;
}

.statement {
  padding: clamp(96px, 14vw, 190px) 0;
  background: var(--surface);
}

.statement-grid,
.approach-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.statement-grid > .section-label {
  grid-column: 1 / span 3;
}

.statement-grid > div {
  grid-column: 4 / -1;
}

.statement h2,
.fit h2,
.contact h2,
.approach h2 {
  margin: 0;
  font-size: var(--section-title);
  font-weight: 560;
  line-height: .98;
  letter-spacing: -.06em;
}

.statement-grid > div > p {
  max-width: 660px;
  margin: 42px 0 0 auto;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.45;
}

.services,
.fit,
.faq {
  padding: clamp(88px, 12vw, 160px) 0;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--ink);
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  display: grid;
  grid-template-columns: 1fr 3.4fr 4.2fr 2.4fr;
  gap: 24px;
  padding: 40px 0 48px;
  border-bottom: 1px solid var(--rule);
}

.service-number {
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 700;
}

.service-list h3,
.service-list p,
.deliverable {
  margin: 0;
}

.service-type {
  display: block;
  margin-bottom: 13px;
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-list h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.service-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.deliverable {
  padding-left: 18px;
  border-left: 2px solid var(--mint);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.approach,
.contact {
  color: var(--white);
  background: var(--ink);
}

.approach {
  padding: clamp(92px, 13vw, 170px) 0;
}

.approach-intro {
  grid-column: 1 / span 6;
  padding-right: 8%;
}

.light {
  color: var(--mint);
}

.approach h2 {
  margin-top: 44px;
}

.approach-intro > p:last-child {
  max-width: 540px;
  margin: 38px 0 0;
  color: #afb2aa;
  font-size: 18px;
}

.principles {
  grid-column: 8 / -1;
}

.principles article {
  position: relative;
  padding: 28px 0 34px;
  border-top: 1px solid #3f423b;
}

.principles article:first-child {
  padding-top: 0;
  border-top: 0;
}

.principles span {
  position: absolute;
  top: 31px;
  left: 0;
  color: var(--mint);
  font-size: 12px;
}

.principles article:first-child span {
  top: 3px;
}

.principles h3,
.principles p {
  margin-left: 48px;
}

.principles h3 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 23px;
  font-weight: 560;
  letter-spacing: -.03em;
}

.principles p {
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  color: #afb2aa;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .service-list li:nth-child(2),
.motion-ready .principles article:nth-child(2) {
  transition-delay: .08s;
}

.motion-ready .principles article:nth-child(3) {
  transition-delay: .16s;
}

@keyframes signal-run {
  0%, 18% { transform: translateX(-90px); }
  72%, 100% { transform: translateX(calc(var(--shell) + 90px)); }
}

.fit {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.fit-title {
  grid-column: 1 / span 7;
}

.fit-title h2 {
  margin-top: 40px;
}

.fit-list {
  grid-column: 8 / -1;
  align-self: end;
  border-top: 1px solid var(--ink);
}

.fit-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  font-weight: 560;
  line-height: 1.35;
}

.fit-note {
  grid-column: 8 / -1;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  padding: clamp(92px, 13vw, 170px) 0;
}

.contact-copy {
  grid-column: 1 / span 5;
  padding-right: 5%;
}

.contact h2 {
  margin-top: 42px;
}

.contact-copy > p:last-child {
  max-width: 480px;
  margin: 38px 0 0;
  color: #afb2aa;
  font-size: 17px;
}

.fit-form {
  grid-column: 7 / -1;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: var(--paper);
}

.fit-form label {
  display: block;
  margin-bottom: 24px;
}

.fit-form label > span {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #bec1b7;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  transition: border .2s ease, background .2s ease;
}

input,
textarea,
select {
  padding: 13px 14px;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--ink);
  background: var(--white);
}

.submit-button {
  width: 100%;
  min-height: 60px;
  padding: 16px 18px;
  font-weight: 690;
}

.submit-button:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.form-status {
  display: none;
  margin: 14px 0 0;
  padding: 13px;
  border-left: 3px solid var(--mint-dark);
  background: var(--surface);
  font-size: 14px;
}

.form-status:not(:empty) {
  display: block;
}

.form-status[data-state="error"] {
  border-left-color: #a83232;
}

.privacy-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.faq-list {
  margin-left: 25%;
}

details {
  border-bottom: 1px solid var(--rule);
}

summary {
  position: relative;
  padding: 28px 54px 28px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 580;
  letter-spacing: -.025em;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "+";
  color: var(--mint-dark);
  font-size: 30px;
  font-weight: 300;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 720px;
  margin: -4px 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--rule);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 30px;
}

.footer-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.copyright {
  text-align: right;
}

@media (max-width: 900px) {
  :root {
    --display: clamp(3.2rem, 11vw, 6rem);
  }

  .nav-links {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 24px 24px;
    border-bottom: 1px solid var(--rule);
    background: var(--paper);
  }

  .nav-links[data-open="true"] {
    display: grid;
    gap: 0;
  }

  .nav-links > a {
    padding: 16px 0;
    border-bottom: 1px solid var(--rule);
  }

  .nav-links .nav-cta {
    margin-top: 16px;
    padding: 16px;
    border-bottom: 0;
  }

  .menu-button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  .service-list li {
    grid-template-columns: .6fr 3fr 4fr;
  }

  .service-title {
    grid-column: 2;
  }

  .deliverable {
    grid-column: 2 / -1;
  }

  .approach-intro,
  .contact-copy {
    grid-column: 1 / span 6;
  }

  .principles,
  .fit-form {
    grid-column: 7 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 32px, 1180px);
    --display: clamp(3.1rem, 15.2vw, 5rem);
    --section-title: clamp(2.55rem, 11vw, 4.1rem);
  }

  .nav-wrap {
    min-height: 68px;
  }

  .nav-links {
    top: 68px;
  }

  .hero {
    min-height: calc(100svh - 68px);
    padding-top: 48px;
  }

  .hero h1 {
    margin-top: 36px;
    line-height: 1;
  }

  .hero-bottom {
    display: block;
    padding: 54px 0 32px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .text-link {
    margin-top: 38px;
  }

  .signal {
    min-height: 58px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    overflow: visible;
    font-size: 10px;
  }

  .signal span {
    text-align: center;
  }

  .signal span:first-child {
    text-align: left;
  }

  .signal span:last-child {
    text-align: right;
  }

  .signal b {
    display: none;
  }

  .statement-grid,
  .approach-grid,
  .contact-grid,
  .fit {
    display: block;
  }

  .statement-grid > div {
    margin-top: 50px;
  }

  .statement-grid > div > p {
    margin-top: 32px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-list li {
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }

  .service-list h3,
  .service-list p,
  .service-title,
  .deliverable {
    grid-column: 2;
  }

  .service-list p {
    margin-top: 10px;
    font-size: 16px;
  }

  .deliverable {
    margin-top: 8px;
  }

  .approach-intro {
    padding-right: 0;
  }

  .principles {
    margin-top: 76px;
  }

  .fit-list {
    margin-top: 62px;
  }

  .fit-note {
    margin-top: 24px;
  }

  .contact-copy {
    padding-right: 0;
  }

  .fit-form {
    margin-top: 64px;
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-list {
    margin-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100% - 24px);
    --display: 2.95rem;
  }

  .hero-copy {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

