:root {
  --ink: #0a0d0c;
  --ink-2: #111715;
  --ink-3: #1b2320;
  --paper: #f2f0ea;
  --white: #fbfaf6;
  --muted: #67706c;
  --muted-dark: #53605a;
  --line: rgba(10, 13, 12, 0.12);
  --line-dark: rgba(10, 13, 12, 0.14);
  --green: #43cf5c;
  --green-dark: #16843f;
  --blue: #f58000;
  --orange: #f58000;
  --max: 1320px;
  --radius: 6px;
  --shadow: 0 28px 70px rgba(27, 38, 34, 0.12);
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.container {
  width: min(calc(100% - 72px), var(--max));
}

.section {
  padding: 108px 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.eyebrow {
  gap: 14px;
  margin-bottom: 24px;
  color: var(--green-dark);
  font-size: 12px;
  letter-spacing: .22em;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  background: var(--blue);
}

h1,
h2,
h3 {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -.055em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 4.8vw, 74px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.05;
}

h3 {
  letter-spacing: -.035em;
}

.lead {
  color: var(--muted-dark);
  font-size: clamp(19px, 1.45vw, 21px);
  line-height: 1.65;
}

.site-header {
  color: var(--ink);
  background: rgba(251, 250, 246, .94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(22, 36, 30, .04);
  backdrop-filter: blur(20px);
}

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

.brand img {
  width: 210px;
}

.nav-links {
  gap: 30px;
}

.nav-link {
  color: #29302d;
  font-size: 14px;
  font-weight: 650;
}

.nav-link:hover,
.nav-link.active {
  color: var(--ink);
}

.nav-link.active::after {
  bottom: -18px;
  height: 2px;
  background: var(--green);
}

.nav-cta {
  min-width: 168px;
  padding: 14px 20px;
  color: var(--ink);
  background: var(--orange);
  border-radius: 999px;
  text-align: center;
}

.nav-cta:hover {
  color: var(--ink);
  background: #df7200;
}

.menu-button {
  color: var(--ink);
  border-color: var(--line-dark);
}

.hero {
  min-height: auto;
  padding: 0;
  color: var(--ink);
  background: var(--white);
}

.hero::before {
  display: none;
}

.hero > .container {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(620px, 1.04fr) minmax(600px, .96fr);
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  min-height: 700px;
  padding: 82px clamp(42px, 4.5vw, 72px) 66px max(48px, calc((100vw - var(--max)) / 2));
  justify-content: center;
  flex-direction: column;
}

.hero h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(46px, 3.75vw, 56px);
  line-height: 1.02;
}

.hero h1 em {
  color: var(--ink);
  font-style: normal;
}

.hero .lead {
  max-width: 640px;
  margin-bottom: 0;
  color: #4d5752;
  font-size: 18px;
  line-height: 1.65;
}

.button-row {
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 15px;
}

.button-primary {
  color: var(--white);
  background: var(--green-dark);
}

.button-primary:hover {
  color: var(--white);
  background: #0f7135;
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgba(10, 13, 12, .34);
}

.button-secondary:hover {
  background: var(--paper);
  border-color: var(--ink);
}

.hero-visual {
  min-height: 700px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 118px;
  height: 100%;
  content: "";
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

.hero-visual::after {
  inset: auto 0 0;
  height: 44%;
  background: rgba(7, 15, 12, .34);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(.84) contrast(1.02) brightness(1.06);
  transform: scale(1.015);
}

.hero-badge {
  right: 64px;
  bottom: 58px;
  left: 112px;
  max-width: 472px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-badge strong {
  font-size: 18px;
}

.hero-badge strong,
.hero-badge span {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .82), 0 1px 2px rgba(0, 0, 0, .9);
}

.hero-badge span {
  color: #d8e0dc;
}

.signal-strip {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-grid {
  max-width: none;
}

.signal {
  position: relative;
  padding: 26px 16px;
  color: #3d4642;
  border-color: var(--line);
  font-size: 12.5px;
  letter-spacing: .12em;
}

.signal::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  content: "";
  background: var(--green);
  border-radius: 50%;
  vertical-align: 1px;
}

.white,
.light {
  background: var(--white);
}

.section.white .split {
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(64px, 8vw, 120px);
}

.sticky-copy {
  top: 126px;
}

.cards {
  gap: 0;
  border-top: 1px solid var(--line-dark);
}

.card {
  position: relative;
  padding: 36px 24px 40px 94px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  box-shadow: none;
}

.card-number {
  position: absolute;
  top: 38px;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--green-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: .16em;
}

.card h3 {
  max-width: 520px;
  font-size: 26px;
  line-height: 1.18;
}

.card p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.7;
}

.card .micro-label {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
}

.dark {
  color: var(--white);
  background: var(--ink-2);
}

.dark .lead {
  color: #c2cbc7;
}

.dark .two-up {
  gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.feature-card {
  min-height: 500px;
  padding: 42px;
  border-radius: 0;
}

.feature-card.media::after {
  background: rgba(5, 12, 10, .55);
}

.feature-card.media img {
  filter: saturate(.82) contrast(1.06);
  transition: transform .55s ease;
}

.feature-card.media:hover img {
  transform: scale(1.035);
}

.feature-card .micro-label {
  margin-bottom: 12px;
  color: #8ee5a0;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.feature-card h3 {
  max-width: 520px;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.12;
}

.feature-card p {
  font-size: 17px;
  line-height: 1.65;
}

.feature-card.image-copy-legible .feature-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 520px);
}

.feature-card.image-copy-legible:first-child .feature-card__copy {
  width: min(62%, 410px);
}

.feature-card.image-copy-legible:last-child .feature-card__copy {
  width: min(82%, 520px);
}

.feature-card.image-copy-legible h3 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .88), 0 1px 4px rgba(0, 0, 0, .96);
}

.feature-card.image-copy-legible .feature-card__copy > p:not(.micro-label) {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .92), 0 1px 3px rgba(0, 0, 0, .98);
}

.light {
  background: var(--paper);
}

.statement {
  position: relative;
  padding: clamp(54px, 7vw, 96px);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  box-shadow: none;
}

.statement::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 36%;
  height: 3px;
  content: "";
  background: var(--green);
}

.statement blockquote {
  font-size: clamp(30px, 3.7vw, 48px);
  font-weight: 620;
  line-height: 1.12;
}

.statement blockquote span {
  color: var(--blue);
}

.principles {
  grid-template-columns: repeat(3, 1fr);
}

.five-up {
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.metric-card {
  min-height: 228px;
  padding: 28px 24px;
  background: var(--white);
  border: 0;
  border-radius: 0;
}

.metric-card strong {
  margin-bottom: 32px;
  color: var(--blue);
}

.metric-card b {
  font-size: 18px;
}

.metric-card p {
  font-size: 16px;
  line-height: 1.65;
}

.dark-2 {
  color: var(--ink);
  background: #e8ecea;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.dark-2 .eyebrow {
  color: var(--green-dark);
}

.dark-2 .lead {
  color: var(--muted-dark);
}

.dark-2 .cards {
  border-color: rgba(10, 13, 12, .18);
}

.dark-2 .card {
  background: rgba(255, 255, 255, .46);
  border-color: rgba(10, 13, 12, .16);
}

.dark-2 .card p {
  color: var(--muted-dark);
}

.dark-2 .card .micro-label {
  color: var(--blue);
}

.page-hero {
  padding: 86px 0 74px;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.page-hero::after {
  display: none;
}

.page-hero .lead {
  max-width: 880px;
  color: var(--muted-dark);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.04;
}

.breadcrumbs {
  margin-bottom: 42px;
  color: #6f7a75;
  font-size: 14px;
}

.breadcrumbs span {
  color: var(--blue);
}

.note {
  color: #3d4843;
  background: rgba(255, 255, 255, .62);
  border-left-color: var(--orange);
  border-radius: 0;
}

.process {
  margin-top: 56px;
  border-bottom: 1px solid var(--line-dark);
}

.process-step {
  min-height: 250px;
  padding: 36px 32px 28px;
  border-color: var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.process-step:last-child {
  border-right: 1px solid var(--line-dark);
}

.process-step::before {
  top: -5px;
  left: 32px;
  width: 9px;
  height: 9px;
  background: var(--green-dark);
  box-shadow: 0 0 0 5px rgba(67, 207, 92, .16);
}

.process-step small {
  color: var(--blue);
  font-size: 12px;
}

.process-step p {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.65;
}

.principle .index {
  font-size: 12.5px;
}

.principle h3 {
  font-size: 21px;
  line-height: 1.18;
}

.principle p {
  font-size: 16px;
  line-height: 1.65;
}

.footer-title {
  font-size: 13px;
}

.footer-links,
.footer-brand p {
  font-size: 15px;
}

.cta-band {
  padding: 88px 0;
  color: var(--white);
  background: var(--ink-2);
  border-top: 3px solid var(--green);
}

.cta-band .eyebrow {
  color: #9be7aa;
}

.site-footer {
  background: #090c0b;
}

.reveal {
  transform: translateY(14px);
  transition-duration: .7s;
}

@media (max-width: 1180px) {
  .container {
    width: min(calc(100% - 48px), var(--max));
  }

  .nav-links {
    gap: 18px;
  }

  .nav-link {
    font-size: 13.5px;
  }

  .hero > .container {
    grid-template-columns: 1.02fr .98fr;
  }

  .hero-copy {
    padding-right: 42px;
    padding-left: 46px;
  }

  .hero h1 {
    font-size: clamp(46px, 4.6vw, 56px);
  }
}

@media (max-width: 900px) {
  .site-header {
    background: rgba(251, 250, 246, .99);
  }

  .nav-links {
    top: 82px;
    height: calc(100vh - 82px);
    height: calc(100dvh - 82px);
    color: var(--ink);
    background: rgba(251, 250, 246, .995);
  }

  .nav-link {
    color: var(--ink);
    border-color: var(--line-dark);
    padding-block: 20px;
    font-size: 19px;
    line-height: 1.3;
  }

  .nav-cta {
    color: var(--ink);
  }

  .hero > .container {
    display: block;
  }

  .hero-copy {
    min-height: 0;
    padding: 84px 42px 68px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-visual img {
    min-height: 620px;
  }

  .hero-visual::before {
    display: none;
  }

  .section.white .split {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .dark-2 .split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--max));
  }

  .section {
    padding: 68px 0;
  }

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

  .brand img {
    width: 176px;
  }

  .nav-links {
    top: 72px;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
  }

  .hero-copy {
    padding: 52px 22px 36px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero .lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .button-row {
    display: grid;
    margin-top: 26px;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-visual img {
    min-height: 420px;
    object-position: 62% center;
  }

  .hero-badge {
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-badge span {
    color: rgba(251, 250, 246, .9);
  }

  .signal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal {
    padding: 20px 12px;
    text-align: left;
  }

  .signal:last-child {
    grid-column: 1 / -1;
  }

  .card {
    padding: 32px 12px 34px 58px;
  }

  .feature-card {
    min-height: 390px;
  }

  .feature-card.image-copy-legible {
    min-height: 470px;
  }

  .feature-card.image-copy-legible .feature-card__copy,
  .feature-card.image-copy-legible:first-child .feature-card__copy,
  .feature-card.image-copy-legible:last-child .feature-card__copy {
    width: min(74%, 286px);
  }

  .feature-card.image-copy-legible:last-child {
    min-height: 650px;
  }

  .feature-card.image-copy-legible:last-child .feature-card__copy {
    width: 100%;
  }

  .feature-card.image-copy-legible h3 {
    font-size: 30px;
  }

  .feature-card.image-copy-legible .feature-card__copy > p:not(.micro-label) {
    font-size: 16px;
    line-height: 1.58;
  }

  .five-up {
    grid-template-columns: repeat(2, 1fr);
  }

  .five-up > :last-child {
    grid-column: 1 / -1;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 190px;
    padding: 22px 18px;
  }

  .statement {
    padding: 42px 24px;
  }

  .statement blockquote {
    font-size: clamp(27px, 7.6vw, 32px);
    line-height: 1.15;
  }

  .compact-statement {
    padding-block: 56px;
  }

  .page-hero {
    padding: 58px 0 60px;
  }

  .page-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .page-hero .lead {
    font-size: 18px;
    line-height: 1.65;
  }

  .page-hero .button-row {
    margin-top: 26px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .cta-band {
    padding: 72px 0;
  }

  .process-step {
    min-height: 0;
  }
}
