    :root {
      --ground: #E7ECEC;
      --ink: #1B2C30;
      --teal: #0E7C76;
      --muted: #4F5E61;
      --white: #FFFFFF;
      --teal-bright: #12A199;
      --display: "Faustina", Georgia, serif;
      --sans: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
      --page: min(1240px, calc(100% - 64px));
      --soft-line: rgba(231, 236, 236, 0.14);
      --light-line: rgba(27, 44, 48, 0.14);
    }

    * { box-sizing: border-box; }

    html {
      min-width: 320px;
      overflow-x: clip;
      background: var(--ground);
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      overflow-x: clip;
      color: var(--ink);
      background: var(--ground);
      font-family: var(--sans);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { max-width: 100%; }

    a, button { -webkit-tap-highlight-color: transparent; }

    a:focus-visible, button:focus-visible {
      outline: 3px solid var(--white);
      outline-offset: 4px;
      box-shadow: 0 0 0 6px var(--ink);
    }

    h1, h2, h3, .display {
      font-family: var(--display);
      font-variant-ligatures: no-common-ligatures;
    }

    .skip-link {
      position: fixed;
      z-index: 100;
      top: 12px;
      left: 12px;
      transform: translateY(-160%);
      min-height: 44px;
      padding: 11px 16px;
      border-radius: 8px;
      color: var(--ink);
      background: var(--white);
      font-weight: 600;
      text-decoration: none;
    }

    .skip-link:focus { transform: none; }

    #content-start:focus { outline: none; }

    .hero {
      position: relative;
      min-height: 100svh;
      overflow: hidden;
      isolation: isolate;
      color: var(--white);
      background: linear-gradient(132deg, var(--ink) 0%, var(--ink) 54%, var(--teal) 128%);
    }

    .hero::after {
      content: "";
      position: absolute;
      z-index: -1;
      inset: 0;
      background: linear-gradient(90deg, rgba(27, 44, 48, 0.98) 0%, rgba(27, 44, 48, 0.88) 44%, rgba(27, 44, 48, 0.26) 100%);
      pointer-events: none;
    }

    .hero-nav {
      position: relative;
      z-index: 10;
      display: flex;
      width: var(--page);
      min-height: 112px;
      margin: 0 auto;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      border-bottom: 1px solid var(--soft-line);
    }

    .brand {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      text-decoration: none;
    }

    .brand img {
      display: block;
      width: clamp(218px, 22vw, 292px);
      height: auto;
    }

    .site-links {
      display: flex;
      align-items: center;
      gap: 26px;
    }

    .site-links a {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      color: rgba(231, 236, 236, 0.72);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-decoration: none;
      transition: color 160ms ease;
    }

    .site-links a:hover { color: var(--white); }

    .map-field {
      position: absolute;
      z-index: -2;
      inset: 0 0 0 39%;
      overflow: hidden;
      opacity: 0.94;
      mask-image: linear-gradient(90deg, transparent 0%, rgba(27,44,48,0.38) 13%, var(--ink) 38%);
    }

    .map-field::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scaleX(0.95);
      background:
        linear-gradient(to bottom,
          transparent 0 3.8%, rgba(231,236,236,0.15) 3.9% 4.05%,
          transparent 4.15% 11.7%, rgba(231,236,236,0.15) 11.8% 11.95%,
          transparent 12.05% 21.5%, rgba(231,236,236,0.15) 21.6% 21.75%,
          transparent 21.85% 33.1%, rgba(231,236,236,0.15) 33.2% 33.35%,
          transparent 33.45% 42.4%, rgba(231,236,236,0.12) 42.5% 42.65%,
          transparent 42.75% 49.9%, rgba(231,236,236,0.22) 50% 50.18%,
          transparent 50.28% 57.25%, rgba(231,236,236,0.12) 57.35% 57.5%,
          transparent 57.6% 66.55%, rgba(231,236,236,0.15) 66.65% 66.8%,
          transparent 66.9% 78.15%, rgba(231,236,236,0.15) 78.25% 78.4%,
          transparent 78.5% 87.95%, rgba(231,236,236,0.15) 88.05% 88.2%,
          transparent 88.3% 95.85%, rgba(231,236,236,0.15) 95.95% 96.1%, transparent 96.2%),
        repeating-linear-gradient(90deg, rgba(231,236,236,0.13) 0 1px, transparent 1px 10.5%);
      transform-origin: right center;
    }

    .map-field::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10%;
      width: 13%;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(18,161,153,0.14), transparent);
      transform: skewX(-9deg);
    }

    .ready .map-field::before {
      animation: grid-resolve 1.35s 0.08s ease-out forwards;
    }

    .ready .map-field::after {
      animation: survey-pass 2.6s 0.18s ease-in-out forwards;
    }

    .coordinate {
      position: absolute;
      z-index: 2;
      color: rgba(231,236,236,0.46);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      opacity: 0;
    }

    .coordinate.c1 { top: 12.8%; right: 5%; }
    .coordinate.c2 { top: 50.8%; left: 7%; }
    .coordinate.c3 { right: 6%; bottom: 11%; }
    .ready .coordinate { animation: quiet-in 0.7s 1.85s ease-out forwards; }

    .route-layer {
      position: absolute;
      inset: 0;
    }

    .route-segment {
      position: absolute;
      z-index: 3;
      height: 2px;
      border-radius: 2px;
      background: var(--teal-bright);
      box-shadow: 0 0 16px rgba(18,161,153,0.18);
      opacity: 0;
      transform-origin: left center;
    }

    .route-segment.secondary {
      height: 1px;
      background: rgba(231,236,236,0.58);
      box-shadow: none;
    }

    .ready .route-segment {
      animation: route-draw 0.72s cubic-bezier(0.25, 0.72, 0.34, 1) forwards;
      animation-delay: var(--delay);
    }

    .route-node {
      position: absolute;
      z-index: 4;
      left: var(--x);
      top: var(--y);
      width: 9px;
      height: 9px;
      margin: -4px 0 0 -4px;
      border: 2px solid var(--teal-bright);
      border-radius: 50%;
      background: var(--ink);
      opacity: 0;
      transform: scale(0.5);
    }

    .route-node.destination {
      width: 13px;
      height: 13px;
      margin: -6px 0 0 -6px;
      border-color: var(--ground);
      background: var(--teal);
    }

    .ready .route-node {
      animation: node-arrive 0.45s cubic-bezier(0.2, 0.8, 0.2, 1.2) forwards;
      animation-delay: var(--delay);
    }

    .hero-content {
      position: relative;
      z-index: 5;
      display: grid;
      width: var(--page);
      min-height: calc(100svh - 112px);
      margin: 0 auto;
      padding: clamp(68px, 9vh, 116px) 0 72px;
      grid-template-columns: minmax(0, 730px) minmax(220px, 1fr);
      gap: clamp(48px, 9vw, 132px);
      align-items: center;
    }

    .hero-copy { min-width: 0; max-width: 730px; }

    .eyebrow {
      margin: 0 0 23px;
      color: var(--teal-bright);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.17em;
      text-transform: uppercase;
    }

    h1 {
      max-width: 12ch;
      margin: 0;
      color: var(--white);
      font-size: clamp(58px, 7.2vw, 102px);
      font-weight: 400;
      line-height: 0.94;
      letter-spacing: -0.035em;
    }

    h1 em {
      color: var(--teal-bright);
      font-weight: 400;
    }

    .hero-lede {
      max-width: 670px;
      margin: 30px 0 0;
      color: rgba(231,236,236,0.78);
      font-family: var(--display);
      font-size: clamp(20px, 2.05vw, 28px);
      font-style: italic;
      line-height: 1.42;
      font-variant-ligatures: no-common-ligatures;
    }

    .mobile-break { display: none; }

    .hero-orient {
      max-width: 640px;
      margin: 18px 0 0;
      color: rgba(231,236,236,0.62);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 38px;
    }

    .action {
      display: inline-flex;
      min-height: 50px;
      padding: 0 21px;
      align-items: center;
      justify-content: center;
      gap: 16px;
      border: 1px solid rgba(231,236,236,0.28);
      border-radius: 10px;
      color: var(--ground);
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    .action::after { content: "→"; font-size: 18px; }
    .action.primary { color: var(--ink); background: var(--ground); border-color: var(--ground); }
    .action:hover { transform: translateY(-2px); border-color: var(--teal-bright); }
    .action.primary:hover { color: var(--white); background: var(--teal); border-color: var(--teal); }

    .bearing-card {
      align-self: end;
      width: min(100%, 300px);
      margin: 0 0 9vh auto;
      padding: 25px 26px 26px;
      border: 1px solid rgba(231,236,236,0.22);
      border-radius: 16px;
      background: rgba(27,44,48,0.42);
      backdrop-filter: blur(12px);
    }

    .bearing-card .label {
      color: rgba(231,236,236,0.54);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .bearing-list {
      display: grid;
      gap: 0;
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
    }

    .bearing-list li {
      display: grid;
      min-height: 54px;
      padding: 14px 0;
      grid-template-columns: 35px 1fr;
      align-items: center;
      border-top: 1px solid var(--soft-line);
      color: rgba(231,236,236,0.58);
      font-size: 14px;
      font-weight: 600;
    }

    .bearing-list li:first-child { color: var(--white); }
    .bearing-list .number { color: var(--teal-bright); font-size: 14px; letter-spacing: 0.1em; }

    html.js [data-hero-reveal] {
      opacity: 0;
      transform: translateY(13px);
    }

    html.js.ready [data-hero-reveal] {
      animation: content-rise 0.68s ease-out forwards;
      animation-delay: var(--delay);
    }

    .scroll-cue {
      position: absolute;
      z-index: 8;
      right: max(32px, calc((100vw - 1240px) / 2));
      bottom: 26px;
      display: inline-flex;
      min-height: 44px;
      padding: 0 13px;
      align-items: center;
      gap: 12px;
      border: 1px solid rgba(231,236,236,0.18);
      border-radius: 999px;
      color: rgba(231,236,236,0.72);
      background: rgba(27,44,48,0.24);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      text-decoration: none;
    }

    .scroll-cue::after { content: "↓"; color: var(--teal-bright); font-size: 16px; }

    .section-shell { position: relative; z-index: 1; width: var(--page); margin: 0 auto; }

    .section-intro {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
      gap: clamp(48px, 8vw, 120px);
      align-items: start;
    }

    .section-kicker {
      margin: 0 0 17px;
      color: var(--ink);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    h2 .em {
      font-style: italic;
      color: var(--teal);
    }

    .process h2 .em { color: var(--teal-bright); }

    h2 {
      max-width: 12ch;
      margin: 0;
      font-size: clamp(44px, 5.5vw, 72px);
      font-weight: 500;
      line-height: 1.02;
      letter-spacing: -0.03em;
    }

    .section-lede {
      max-width: 690px;
      margin-top: 5px;
      color: var(--muted);
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.65;
    }

    .section-lede strong { color: var(--ink); font-weight: 600; }

    /* -- The moment (market) ------------------------------------------- */

    .moment {
      padding: 116px 0 122px;
      background: var(--white);
    }

    .stat-band {
      display: grid;
      margin-top: 76px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--light-line);
      border-bottom: 1px solid var(--light-line);
    }

    .stat { padding: 36px 36px 40px 0; }

    .stat + .stat {
      padding-left: 36px;
      border-left: 1px solid var(--light-line);
    }

    .stat-figure {
      font-family: var(--display);
      color: var(--teal);
      font-size: clamp(42px, 4.6vw, 62px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.02em;
    }

    .stat p {
      max-width: 36ch;
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.58;
    }

    .stat-source {
      display: block;
      margin-top: 13px;
      color: rgba(27, 44, 48, 0.7);
      font-size: 12.5px;
      letter-spacing: 0.04em;
    }

    .moment-note {
      max-width: 760px;
      margin: 46px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.62;
    }

    .moment-note strong { color: var(--ink); font-weight: 600; }

    /* -- Our answer ------------------------------------------------------ */

    .positioning {
      position: relative;
      overflow: hidden;
      padding: 116px 0 122px;
      background: var(--ground);
    }

    .positioning::before {
      content: "";
      position: absolute;
      right: -12%;
      bottom: -30%;
      width: 52vw;
      height: 52vw;
      min-width: 620px;
      min-height: 620px;
      opacity: 0.45;
      background:
        linear-gradient(to bottom, transparent 0 19.8%, rgba(27,44,48,0.08) 20% 20.2%, transparent 20.4% 39.8%, rgba(27,44,48,0.08) 40% 40.2%, transparent 40.4% 59.8%, rgba(27,44,48,0.08) 60% 60.2%, transparent 60.4% 79.8%, rgba(27,44,48,0.08) 80% 80.2%, transparent 80.4%),
        repeating-linear-gradient(90deg, rgba(27,44,48,0.08) 0 1px, transparent 1px 20%);
      transform: rotate(-8deg);
      pointer-events: none;
    }

    .pillars-lede {
      max-width: 640px;
      margin: 84px 0 0;
      color: var(--ink);
      font-family: var(--display);
      font-size: clamp(19px, 2vw, 24px);
      font-style: italic;
      line-height: 1.5;
    }

    .pillars {
      display: grid;
      margin-top: 34px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--light-line);
      border-bottom: 1px solid var(--light-line);
    }

    .pillar { padding: 28px 28px 34px 0; }

    .pillar + .pillar {
      padding-left: 28px;
      border-left: 1px solid var(--light-line);
    }

    .pillar-number {
      color: var(--teal);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.13em;
    }

    .pillar h3 {
      margin: 17px 0 9px;
      font-size: clamp(21px, 2vw, 25px);
      font-weight: 500;
      letter-spacing: -0.01em;
    }

    .pillar p {
      max-width: 27ch;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .shift {
      display: grid;
      gap: 18px;
      margin-top: 64px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shift-col {
      padding: 30px 32px 36px;
      border: 1px solid rgba(27, 44, 48, 0.1);
      border-radius: 14px;
      background: var(--white);
    }

    .shift-col.to {
      color: var(--ground);
      background: var(--ink);
      border-color: var(--ink);
    }

    .shift-col h3 {
      margin: 0;
      font-size: clamp(21px, 2vw, 25px);
      font-weight: 500;
      letter-spacing: -0.01em;
    }

    .shift-col.to h3 { color: var(--white); }

    .shift-sub {
      margin: 5px 0 0;
      color: var(--muted);
      font-family: var(--display);
      font-size: 16px;
      font-style: italic;
    }

    .shift-col.to .shift-sub { color: rgba(231, 236, 236, 0.6); }

    .shift-col ul {
      display: grid;
      gap: 12px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .shift-col li {
      position: relative;
      padding-left: 22px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.52;
    }

    .shift-col.to li { color: rgba(231, 236, 236, 0.78); }

    .shift-col li::before {
      content: "";
      position: absolute;
      top: 0.6em;
      left: 0;
      width: 10px;
      height: 1.5px;
      background: var(--teal);
    }

    .shift-col.to li::before { background: var(--teal-bright); }

    .shift-note {
      max-width: 700px;
      margin: 34px 0 0;
      color: var(--ink);
      font-family: var(--display);
      font-size: clamp(18px, 1.9vw, 22px);
      font-style: italic;
      line-height: 1.5;
    }

    /* -- How we work (dark) ------------------------------------------- */

    .process {
      padding: 116px 0 122px;
      color: var(--ground);
      background: var(--ink);
    }

    .process .section-kicker { color: var(--teal-bright); }
    .process h2 { color: var(--white); }

    .process .section-lede {
      color: rgba(231, 236, 236, 0.75);
    }

    .process .section-lede strong { color: var(--white); }

    .phases {
      display: grid;
      margin-top: 84px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--soft-line);
      border-bottom: 1px solid var(--soft-line);
    }

    .phase { padding: 36px 36px 44px 0; }

    .phase + .phase {
      padding-left: 36px;
      border-left: 1px solid var(--soft-line);
    }

    .phase-number {
      color: var(--teal-bright);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.14em;
    }

    .phase h3 {
      margin: 28px 0 5px;
      color: var(--white);
      font-size: clamp(24px, 2.6vw, 33px);
      font-weight: 500;
      letter-spacing: -0.015em;
    }

    .phase-sub {
      margin: 0;
      color: rgba(231, 236, 236, 0.6);
      font-family: var(--display);
      font-size: 17px;
      font-style: italic;
    }

    .phase ul {
      display: grid;
      gap: 12px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }

    .phase li {
      position: relative;
      padding-left: 22px;
      color: rgba(231, 236, 236, 0.75);
      font-size: 15px;
      line-height: 1.52;
    }

    .phase li::before {
      content: "";
      position: absolute;
      top: 0.6em;
      left: 0;
      width: 10px;
      height: 1.5px;
      background: var(--teal-bright);
    }

    .process-note {
      max-width: 740px;
      margin: 44px 0 0;
      color: rgba(231, 236, 236, 0.62);
      font-size: 16px;
      line-height: 1.6;
    }

    .process-note strong { color: var(--ground); font-weight: 600; }

    /* -- Deliverables --------------------------------------------------- */

    .deliverables {
      padding: 116px 0 122px;
      background: var(--ground);
    }

    .deliverable-grid {
      display: grid;
      gap: 18px;
      margin-top: 72px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .deliverable {
      padding: 27px 26px 31px;
      border: 1px solid rgba(27, 44, 48, 0.08);
      border-radius: 14px;
      background: var(--white);
    }

    .deliverable-number {
      color: var(--teal);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.13em;
    }

    .deliverable h3 {
      margin: 15px 0 8px;
      font-size: 21px;
      font-weight: 500;
      letter-spacing: -0.01em;
    }

    .deliverable p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
    }

    /* -- Who leads the work --------------------------------------------- */

    .leads {
      padding: 116px 0 122px;
      background: var(--white);
    }

    .bio-grid {
      display: grid;
      gap: clamp(38px, 5vw, 76px);
      margin-top: 72px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bio h3 {
      margin: 0 0 6px;
      font-size: clamp(26px, 2.7vw, 34px);
      font-weight: 500;
      letter-spacing: -0.015em;
    }

    .bio .bio-role {
      margin: 0;
      color: var(--teal);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .team-note {
      max-width: 760px;
      margin: 52px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.62;
    }

    .bio p {
      max-width: 58ch;
      margin: 19px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.64;
    }

    /* -- Contact ---------------------------------------------------------- */

    .final-cta {
      position: relative;
      overflow: hidden;
      padding: 96px 0 104px;
      color: var(--ground);
      background: var(--teal);
    }

    .final-cta::before,
    .final-cta::after {
      content: "";
      position: absolute;
      height: 1px;
      background: rgba(27,44,48,0.4);
      transform-origin: left center;
    }

    .final-cta::before { width: 68%; top: 28%; left: 51%; transform: rotate(25deg); }
    .final-cta::after { width: 52%; right: 44%; bottom: 20%; transform: rotate(-19deg); }

    .cta-shell {
      position: relative;
      z-index: 1;
      display: grid;
      width: var(--page);
      margin: 0 auto;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 46px;
      align-items: end;
    }

    .final-cta .section-kicker { color: var(--white); }
    .final-cta h2 { max-width: 14ch; color: var(--white); }

    .cta-copy {
      max-width: 560px;
      margin: 26px 0 0;
      color: rgba(255, 255, 255, 0.95);
      font-size: 17px;
      line-height: 1.6;
    }

    .cta-side { display: grid; justify-items: start; gap: 18px; }

    .final-cta .action { color: var(--ink); background: var(--ground); border-color: var(--ground); }
    .final-cta .action:hover { color: var(--ground); background: var(--ink); border-color: var(--ink); }

    .cta-email {
      color: var(--white);
      font-size: 15px;
      font-weight: 600;
    }

    .cta-email a {
      color: var(--white);
      text-underline-offset: 4px;
    }

    .site-footer {
      color: rgba(231,236,236,0.7);
      background: var(--ink);
    }

    .footer-shell {
      display: flex;
      width: var(--page);
      min-height: 108px;
      margin: 0 auto;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      font-size: 14px;
    }

    .footer-shell img { display: block; width: 176px; height: auto; }
    .footer-shell a { color: var(--ground); text-underline-offset: 4px; }

    .reveal {
      opacity: 1;
      transform: none;
    }

    html.js .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    html.js .reveal.in { opacity: 1; transform: none; }

    @keyframes grid-resolve {
      from { opacity: 0; transform: scaleX(0.95); }
      to { opacity: 1; transform: scaleX(1); }
    }

    @keyframes survey-pass {
      0% { left: -10%; opacity: 0; }
      14% { opacity: 1; }
      76% { opacity: 0.9; }
      100% { left: 108%; opacity: 0; }
    }

    @keyframes route-draw {
      from { opacity: 0; transform: rotate(var(--angle)) scaleX(0); }
      12% { opacity: 1; }
      to { opacity: 1; transform: rotate(var(--angle)) scaleX(1); }
    }

    @keyframes node-arrive {
      from { opacity: 0; transform: scale(0.5); }
      to { opacity: 1; transform: scale(1); }
    }

    @keyframes quiet-in { to { opacity: 1; } }

    @keyframes content-rise {
      from { opacity: 0; transform: translateY(13px); }
      to { opacity: 1; transform: none; }
    }

    @media (max-width: 1040px) {
      :root { --page: min(100% - 48px, 920px); }
      .map-field { left: 28%; }
      .hero-content { grid-template-columns: minmax(0, 1fr) 240px; gap: 42px; }
      h1 { font-size: clamp(58px, 8.7vw, 84px); }
      .bearing-card { padding: 22px; }
      .section-intro { grid-template-columns: 0.8fr 1.2fr; gap: 54px; }
      .stat { padding-right: 24px; }
      .stat + .stat { padding-left: 24px; }
      .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .pillar { padding-right: 24px; }
      .pillar + .pillar { padding-left: 24px; }
      .pillar:nth-child(3) { padding-left: 0; border-left: 0; }
      .pillar:nth-child(n+3) { border-top: 1px solid var(--light-line); }
      .phase { padding-right: 24px; }
      .phase + .phase { padding-left: 24px; }
      .deliverable-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 760px) {
      :root { --page: calc(100% - 36px); }
      .hero { min-height: auto; }
      .hero-nav { min-height: 92px; }
      .brand img { width: 210px; }
      .site-links { display: none; }
      .map-field { inset: 0 0 0 8%; mask-image: linear-gradient(90deg, transparent, rgba(27,44,48,0.78) 27%, var(--ink) 100%); opacity: 0.66; }
      .hero::after { background: linear-gradient(90deg, rgba(27,44,48,0.96), rgba(27,44,48,0.7)); }
      .hero-content {
        min-height: calc(100svh - 92px);
        padding: 66px 0 112px;
        grid-template-columns: 1fr;
        gap: 42px;
        align-items: start;
      }
      h1 { max-width: 100%; font-size: clamp(49px, 13.35vw, 56px); line-height: 0.98; }
      .mobile-break { display: block; }
      .hero-lede { max-width: 29ch; font-size: 20px; }
      .actions { display: grid; width: min(100%, 420px); }
      .action { width: 100%; }
      .bearing-card { width: min(100%, 420px); margin: 0; }
      .scroll-cue { left: 18px; right: auto; bottom: 24px; }
      .moment, .positioning, .process, .deliverables, .leads { padding: 88px 0 92px; }
      .section-intro { grid-template-columns: 1fr; gap: 34px; }
      h2 { font-size: clamp(42px, 12vw, 58px); }
      .section-lede { font-size: 18px; }
      .stat-band { margin-top: 56px; grid-template-columns: 1fr; }
      .stat { padding: 28px 0 32px; }
      .stat + .stat { padding-left: 0; border-top: 1px solid var(--light-line); border-left: 0; }
      .pillars-lede { margin-top: 60px; }
      .pillars { grid-template-columns: 1fr; }
      .pillar { padding: 26px 0 30px; }
      .pillar + .pillar { padding-left: 0; border-left: 0; }
      .pillar:nth-child(n+2) { border-top: 1px solid var(--light-line); }
      .shift { margin-top: 48px; grid-template-columns: 1fr; }
      .phases { margin-top: 60px; grid-template-columns: 1fr; }
      .phase { padding: 30px 0 36px; }
      .phase + .phase { padding-left: 0; border-top: 1px solid var(--soft-line); border-left: 0; }
      .phase h3 { margin-top: 20px; }
      .deliverable-grid { margin-top: 54px; grid-template-columns: 1fr; }
      .bio-grid { margin-top: 54px; grid-template-columns: 1fr; }
      .final-cta { padding: 78px 0 84px; }
      .cta-shell { grid-template-columns: 1fr; align-items: start; }
      .cta-side { width: 100%; }
      .cta-shell .action { width: min(100%, 360px); }
      .footer-shell { min-height: 132px; padding: 28px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
      .footer-shell img { width: 160px; }
    }

    @media (max-width: 420px) {
      :root { --page: calc(100% - 32px); }
      .brand img { width: 188px; }
      .hero-content { padding-top: 54px; }
      .eyebrow { max-width: 29ch; line-height: 1.5; }
      .bearing-card { padding: 20px; }
    }

    @media (max-width: 760px) and (max-height: 720px) {
      .hero-nav { min-height: 78px; }
      .brand img { width: 174px; }
      .hero-content {
        min-height: calc(100svh - 78px);
        padding: 30px 0 76px;
        gap: 34px;
      }
      .eyebrow { margin-bottom: 10px; line-height: 1.35; }
      h1 { font-size: 43px; line-height: 0.96; }
      .hero-lede { margin-top: 19px; font-size: 17px; line-height: 1.38; }
      .actions { gap: 10px; margin-top: 23px; }
      .action { min-height: 46px; }
      .scroll-cue { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
      }
      .map-field::before,
      .coordinate,
      .route-segment,
      .route-node,
      [data-hero-reveal],
      .reveal {
        opacity: 1 !important;
        transform: none;
      }
      .route-segment { transform: rotate(var(--angle)) scaleX(1) !important; }
      .map-field::after { display: none; }
    }

    /* Contact form (2026-08-29). Lives in the teal final-cta band; fields are ground-on-teal
       for contrast. Submits via fetch (CSP form-action stays 'none'); without JS the form is
       hidden and the visible hello@ line is the path. */
    .cta-shell { grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); align-items: start; }
    .contact-form { width: 100%; }
    .contact-fields { display: grid; gap: 14px; }
    .field { display: grid; gap: 6px; }
    .field span { color: var(--white); font-size: 15px; font-weight: 600; }
    .field small { font-size: 14px; font-weight: 500; opacity: 0.85; }
    .field input, .field textarea {
      width: 100%;
      min-height: 48px;
      padding: 12px 14px;
      border: 1px solid rgba(27, 44, 48, 0.25);
      border-radius: 10px;
      color: var(--ink);
      background: var(--ground);
      font: 500 16px/1.4 var(--sans);
      transition: border-color 180ms ease, box-shadow 180ms ease;
    }
    .field textarea { resize: vertical; min-height: 112px; }
    .field input:focus-visible, .field textarea:focus-visible {
      outline: none;
      border-color: var(--ink);
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.55);
    }
    .contact-form .hp { position: absolute; left: -9999px; width: 0; height: 0; opacity: 0; }
    .contact-form .action { margin-top: 6px; font-family: var(--sans); cursor: pointer; }
    .contact-form .action:disabled { opacity: 0.6; cursor: default; transform: none; }
    .contact-status { min-height: 1.5em; margin: 8px 0 0; color: var(--white); font-size: 15px; font-weight: 600; }
    .contact-status:empty { display: none; }
    .contact-form.is-sent .contact-fields { display: none; }
    .contact-form.is-sent .contact-status { margin: 0; font-family: var(--display); font-size: 24px; font-weight: 500; }
    html:not(.js) .contact-form { display: none; }
    @media (max-width: 1040px) {
      /* Stack the contact band: the intro reads first, the form follows (Michael, 2026-08-30).
         Re-asserted here because the two-column rule above, appended late in the file, otherwise
         outranks the site's earlier stack-on-mobile rules and forces columns onto phones. */
      .cta-shell { grid-template-columns: 1fr; align-items: start; gap: 38px; }
      .cta-side { width: 100%; }
    }
    @media (max-width: 760px) {
      .contact-form { width: 100%; }
      .field span { font-size: 16px; }
      .contact-status { font-size: 16px; }
    }

    .cta-privacy { color: rgba(255, 255, 255, 0.85); font-size: 14px; }
    .cta-privacy a { color: var(--white); text-underline-offset: 4px; }
