    :root {
      --granite: #262724;
      --granite-2: #55584f;
      --limestone: #f2f0e8;
      --paper: #f8f7f1;
      --timber: #76533e;
      --timber-deep: #53392d;
      --sequoia: #2f493b;
      --moss: #8f9b7a;
      --water: #3d7188;
      --water-soft: #c9dde2;
      --line: rgba(38, 39, 36, 0.16);
      --radius: 14px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
    body {
      margin: 0;
      max-width: 100%;
      overflow-x: clip;
      background: var(--paper);
      color: var(--granite);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      overflow-x: hidden;
    }
    a { color: inherit; }
    button, input { font: inherit; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

    .shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

    .nav {
      height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 20;
    }
    .brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 680; letter-spacing: -0.02em; }
    .brand-name { font-size: 16px; font-weight: 680; letter-spacing: -0.02em; line-height: 18px; }
    .brand-inline-mark { display: block; height: 18px; width: auto; max-width: 54px; object-fit: contain; }
    .nav-link { font-size: 14px; text-decoration: none; padding: 11px 15px; border: 1px solid var(--line); border-radius: 10px; transition: .2s ease; }
    .nav-link:hover { border-color: var(--sequoia); background: rgba(47,73,59,.05); }

    .hero {
      min-height: auto;
      display: grid;
      grid-template-columns: minmax(0, 860px);
      justify-content: start;
      gap: 0;
      align-items: start;
      padding: 42px 0 58px;
      position: relative;
    }
    .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--sequoia); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; margin-bottom: 24px; }
    .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--sequoia); }
    h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6.5vw, 92px); line-height: .95; letter-spacing: -.065em; font-weight: 580; }
    h1 em { display: block; color: var(--water); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
    .lede { max-width: 650px; margin: 30px 0 0; color: var(--granite-2); font-size: clamp(18px, 2vw, 22px); line-height: 1.48; letter-spacing: -.018em; }
    .lede-kicker { display: block; color: var(--granite); font-weight: 650; margin-bottom: 12px; }
    .audience { max-width: 650px; margin: 18px 0 0; color: var(--sequoia); font-size: 14px; font-weight: 650; letter-spacing: .01em; }

    .signup { margin-top: 36px; max-width: 570px; }
    .hero .signup { margin-top: 66px; max-width: 460px; }
    .hero .field input { min-height: 42px; padding: 0 13px; font-size: 14px; }
    .hero .submit { min-height: 48px; padding: 0 20px; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .field { position: relative; }
    .field.full { grid-column: 1 / -1; }
    .field input { width: 100%; min-height: 54px; padding: 0 16px; background: rgba(255,255,255,.55); border: 1px solid rgba(38,39,36,.22); border-radius: 12px 20px 12px 20px; color: var(--granite); outline: none; }
    .field input:focus { border-color: var(--water); box-shadow: 0 0 0 3px rgba(61,113,136,.12); }
    .field input[aria-invalid="true"] { border-color: #a55448; }
    .form-action { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 10px; align-items: center; }
    .phone-hint { color: #777a70; font-size: 12px; padding-left: 2px; }
    .submit { min-height: 54px; border: 0; padding: 0 23px; border-radius: 18px 10px 18px 10px; background: var(--granite); color: white; font-weight: 650; cursor: pointer; transition: transform .2s ease, background .2s ease; }
    .submit:hover { transform: translateY(-1px); background: var(--sequoia); }
    .submit:focus-visible, .nav-link:focus-visible { outline: 3px solid rgba(61,113,136,.35); outline-offset: 3px; }
    .form-note { margin: 11px 0 0 2px; color: #6b6e65; font-size: 13px; min-height: 20px; }
    .form-note.success { color: var(--sequoia); font-weight: 600; }

    .visual { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; padding: 10px; }
    .terrain {
      width: min(100%, 510px); aspect-ratio: .86; border-radius: 46% 54% 42% 58% / 58% 39% 61% 42%;
      background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.68) 0 3%, transparent 3.4%),
        radial-gradient(circle at 44% 49%, rgba(201,221,226,.72) 0 13%, transparent 13.5%),
        linear-gradient(145deg, #d8d5c8 0%, #b7b39f 30%, #76806d 52%, #4a5a49 76%, #28382f 100%);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 34px 80px rgba(51,58,49,.15);
      transform: rotate(-4deg);
      overflow: hidden;
      position: relative;
      isolation: isolate;
    }
    .terrain::before {
      content: ""; position: absolute; inset: -10%; opacity: .48;
      background: repeating-radial-gradient(ellipse at 48% 54%, transparent 0 26px, rgba(244,242,232,.62) 27px 28px, transparent 29px 42px);
      transform: rotate(12deg) scale(1.2,.9);
    }
    .terrain::after {
      content: ""; position: absolute; width: 66%; height: 34%; left: 17%; top: 34%;
      border-radius: 50% 42% 52% 46%; border: 1px solid rgba(255,255,255,.75); box-shadow: 0 0 0 10px rgba(255,255,255,.05), 0 0 0 30px rgba(255,255,255,.035);
    }
    .robot-eye {
      position: absolute; width: 155px; height: 112px; border-radius: 50%;
      background: rgba(247,246,239,.9); border: 1px solid rgba(38,39,36,.2);
      display: grid; place-items: center; transform: rotate(7deg); z-index: 3;
      box-shadow: 0 24px 54px rgba(25,36,30,.24); backdrop-filter: blur(10px);
    }
    .lens { width: 58px; height: 58px; border-radius: 50%; border: 12px solid var(--granite); background: var(--water); box-shadow: inset 0 0 0 7px #8db5c0; position: relative; }
    .lens::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; top: 4px; left: 5px; opacity: .9; }
    .orbit { position: absolute; width: 116%; height: 66%; border: 1px solid rgba(118,83,62,.56); border-radius: 50%; transform: rotate(32deg); z-index: 4; pointer-events: none; }
    .orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--timber); }
    .orbit::before { width: 8px; height: 8px; top: 4%; left: 28%; }
    .orbit::after { width: 5px; height: 5px; bottom: 7%; right: 31%; }
    .tag { position: absolute; z-index: 5; padding: 10px 13px; font-size: 12px; font-weight: 650; letter-spacing: .02em; color: var(--granite); background: rgba(248,247,241,.88); border: 1px solid rgba(38,39,36,.14); backdrop-filter: blur(10px); }
    .tag.one { top: 20%; right: -1%; border-radius: 18px 8px 18px 8px; }
    .tag.two { left: -2%; bottom: 21%; border-radius: 8px 18px 8px 18px; }
    .tag-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 7px; background: var(--water); }

    .statement { background: var(--granite); color: var(--limestone); padding: 108px 0; position: relative; overflow: hidden; }
    .statement::after { content: ""; position: absolute; width: 580px; height: 280px; border: 1px solid rgba(201,221,226,.18); border-radius: 50%; right: -170px; bottom: -100px; transform: rotate(-18deg); }
    .statement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
    .section-label { color: #aab7ac; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
    .statement h2 { margin: 0; max-width: 760px; font-size: clamp(38px, 5vw, 66px); line-height: 1.03; letter-spacing: -.05em; font-weight: 520; }
    .statement h2 span { color: #95b7c1; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
    .statement h2 small { display: block; margin-top: 30px; color: #c9d3ca; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(18px, 2vw, 24px); line-height: 1.4; letter-spacing: -.02em; font-weight: 450; }

    .process { padding: 118px 0 128px; }
    .process-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 66px; }
    .process h2 { margin: 0; font-size: clamp(38px, 4.8vw, 64px); letter-spacing: -.055em; line-height: 1.02; font-weight: 560; max-width: 700px; }
    .process-intro { color: var(--granite-2); max-width: 360px; margin: 0; }
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
    .step { padding: 26px 36px 12px 0; min-height: 210px; border-right: 1px solid var(--line); }
    .step + .step { padding-left: 36px; }
    .step:last-child { border-right: 0; }
    .num { color: var(--water); font-family: Georgia, serif; font-style: italic; font-size: 22px; }
    .step h3 { margin: 36px 0 12px; font-size: 21px; letter-spacing: -.025em; }
    .step p { margin: 0; color: var(--granite-2); max-width: 290px; }

    .cta { padding: 0 0 48px; }
    .cta-card { background: var(--timber-deep); color: #f7f1e7; min-height: 420px; border-radius: 28% 10px 28% 10px / 34% 10px 34% 10px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 48px; padding: 72px 8%; position: relative; overflow: hidden; }
    .cta-card::after { content: ""; position: absolute; width: 420px; height: 230px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -80px; top: -80px; transform: rotate(18deg); }
    .cta-card h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.055em; line-height: 1; font-weight: 520; max-width: 650px; }
    .cta-card p { color: rgba(255,255,255,.7); margin: 20px 0 0; max-width: 500px; }
    .cta-form input { background: rgba(255,255,255,.95); border-color: transparent; }
    .cta-form .submit { background: var(--water); }
    .cta-form .submit:hover { background: #2e6077; }
    .cta-form .form-note { color: rgba(255,255,255,.66); }
    .cta-form .form-note.success { color: #cfe2d1; }

    footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #676a62; font-size: 13px; }
    .footer-mark { display: flex; align-items: center; gap: 9px; color: var(--granite); font-weight: 650; }

    .location { letter-spacing: .05em; text-transform: uppercase; font-size: 11px; }

    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; padding-top: 64px; }
      .visual { min-height: 520px; }
      .terrain { width: min(92%, 500px); }
      .statement-grid, .cta-card { grid-template-columns: 1fr; gap: 44px; }
      .process-head { align-items: start; flex-direction: column; }
      .steps { grid-template-columns: 1fr; }
      .step, .step + .step { padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
      .step h3 { margin-top: 20px; }
      .cta-card { border-radius: 70px 10px 70px 10px; }
    }

    @media (max-width: 560px) {
      .shell { width: min(calc(100% - 32px), var(--max)); }
      .nav { height: 72px; }
      .brand-name { font-size: 14px; line-height: 16px; }
      .brand-inline-mark { height: 16px; max-width: 48px; }
      .nav-link { padding: 9px 11px; }
      .hero { min-height: auto; gap: 30px; padding: 50px 0 70px; }
      h1 { font-size: clamp(48px, 15vw, 67px); }
      .lede { font-size: 18px; }
      .form-grid, .form-action { grid-template-columns: 1fr; }
      .submit { width: 100%; }
      .phone-hint { order: 2; }
      .visual { min-height: 410px; }
      .robot-eye { width: 125px; height: 92px; }
      .lens { width: 48px; height: 48px; border-width: 10px; }
      .tag.one { top: 13%; right: -1%; }
      .tag.two { left: -1%; bottom: 14%; }
      .statement { padding: 80px 0; }
      .statement-grid { gap: 36px; }
      .process { padding: 84px 0; }
      .process-head { margin-bottom: 42px; }
      .cta-card { padding: 62px 26px; border-radius: 54px 10px 54px 10px; }
      footer { padding: 26px 0; flex-direction: column; align-items: flex-start; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; }
    }
