:root {
  --paper: #f2f0e9;
  --paper-dark: #e5e3db;
  --ink: #15201e;
  --muted: #65706c;
  --line: #c7cbc3;
  --green: #20766e;
  --green-dark: #105953;
  --mint: #cfe6de;
  --warm: #d7a568;
  --white: #fbfaf5;
  --max: 1240px;
  --display: Arial, "Helvetica Neue", sans-serif;
  --body: Arial, "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", "Cascadia Code", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--body); }
body, button { font-synthesis: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
section { scroll-margin-top: 72px; }
::selection { background: var(--mint); color: var(--ink); }
.mono, .eyebrow { font: 500 11px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { color: var(--green-dark); margin: 0 0 25px; }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 50; padding: 12px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav-shell { max-width: var(--max); margin: auto; padding: 16px 28px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 700 20px var(--display); letter-spacing: -.045em; }
.logo-mark { width: 25px; height: 25px; display: flex; align-items: end; gap: 3px; }
.logo-mark i { display: block; width: 6px; background: var(--green); border-radius: 3px 3px 0 0; }
.logo-mark i:nth-child(1) { height: 11px; }
.logo-mark i:nth-child(2) { height: 19px; }
.logo-mark i:nth-child(3) { height: 15px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: #4b5753; }
nav a { padding: 8px 0; }
nav a:hover { color: var(--ink); }
.nav-contact { color: var(--green-dark); border-bottom: 1px solid var(--green); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--ink); }

.hero { max-width: var(--max); min-height: calc(100vh - 70px); margin: auto; padding: 85px 28px 95px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 90px; }
.launch-label { width: max-content; margin: 0 0 34px; padding: 7px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--green-dark); font: 600 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { margin: 0 0 32px; font: 700 clamp(58px, 7vw, 96px)/.9 var(--display); letter-spacing: -.078em; }
.hero-lede { max-width: 635px; margin: 0; color: #4f5b57; font-size: 19px; line-height: 1.6; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 49px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); }
.text-link { color: var(--green-dark); font-size: 13px; border-bottom: 1px solid var(--green); }
.text-link-white { color: white; font-size: 13px; border-bottom: 1px solid white; }

.identity-map { position: relative; min-height: 580px; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle at center, #f8f7f2 0 18%, transparent 18.3%), repeating-radial-gradient(circle at center, transparent 0 68px, #d7dbd3 69px 70px); }
.identity-map::before, .identity-map::after { content: ""; position: absolute; background: var(--line); }
.identity-map::before { width: 1px; top: 0; bottom: 0; left: 50%; }
.identity-map::after { height: 1px; left: 0; right: 0; top: 50%; }
.map-meta { position: absolute; inset: 24px 28px auto; display: flex; justify-content: space-between; z-index: 2; color: var(--muted); }
.map-center { position: absolute; left: 50%; top: 50%; width: 145px; height: 145px; transform: translate(-50%, -50%); z-index: 3; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--ink); color: var(--white); box-shadow: 0 0 0 14px color-mix(in srgb, var(--mint) 80%, transparent); }
.map-center span { font: 700 54px/.9 var(--display); letter-spacing: -.12em; }
.map-center small { margin-top: 10px; color: #b7c5bf; font: 9px var(--mono); text-transform: uppercase; }
.orbit { position: absolute; z-index: 2; padding: 7px 10px; border: 1px solid var(--line); background: var(--paper); color: #485550; font: 10px var(--mono); text-transform: uppercase; }
.orbit-1 { top: 18%; left: 14%; }
.orbit-2 { top: 21%; right: 12%; }
.orbit-3 { top: 50%; right: 4%; }
.orbit-4 { bottom: 17%; right: 19%; }
.orbit-5 { bottom: 20%; left: 11%; }
.map-result { position: absolute; left: 50%; bottom: -26px; z-index: 4; transform: translateX(-50%); min-width: 245px; padding: 14px 17px; display: grid; grid-template-columns: 12px 1fr; background: var(--white); border: 1px solid var(--line); box-shadow: 8px 8px 0 #d9dcd5; }
.status-dot { width: 7px; height: 7px; margin-top: 7px; border-radius: 50%; background: var(--green); }
.map-result strong { font-size: 13px; }
.map-result small { grid-column: 2; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }

.statement, .audiences { max-width: var(--max); margin: auto; padding: 130px 28px; }
.statement { border-top: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.statement h2, .section-intro h2, .scope h2, .closing h2 { margin: 0; font: 700 clamp(42px, 5.4vw, 72px)/.98 var(--display); letter-spacing: -.068em; }
.statement-grid > div { color: #52605b; font-size: 17px; }
.statement-grid > div p:first-child { margin-top: 5px; }
.difference-strip { margin-top: 85px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.difference-strip article { min-height: 225px; padding: 24px; border-right: 1px solid var(--line); }
.difference-strip article:last-child { border: 0; }
.difference-strip span { color: var(--green); font: 10px var(--mono); }
.difference-strip h3 { margin: 70px 0 8px; font: 700 21px var(--display); letter-spacing: -.04em; }
.difference-strip p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; }

.workflow { padding: 125px max(28px, calc((100% - var(--max) + 56px) / 2)); background: var(--paper-dark); }
.section-intro { max-width: 760px; }
.section-intro > p:last-child { max-width: 630px; margin: 27px 0 0; color: #53605c; font-size: 17px; }
.workflow-list { list-style: none; margin: 78px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.workflow-list li { min-height: 365px; padding: 23px; position: relative; border-right: 1px solid var(--line); }
.workflow-list li:last-child { border: 0; }
.step-number { color: var(--green); font: 10px var(--mono); }
.step-symbol { width: 105px; height: 105px; margin: 53px 0 39px; position: relative; }
.library-symbol { display: flex; align-items: end; justify-content: center; gap: 7px; border-bottom: 1px solid var(--green); }
.library-symbol i { width: 19px; background: var(--green); }
.library-symbol i:nth-child(1) { height: 47px; }
.library-symbol i:nth-child(2) { height: 77px; }
.library-symbol i:nth-child(3) { height: 61px; }
.fingerprint-symbol { border: 1px solid var(--green); border-radius: 50%; }
.fingerprint-symbol::before, .fingerprint-symbol::after, .fingerprint-symbol i { content: ""; position: absolute; border: 1px solid var(--green); border-radius: 50%; }
.fingerprint-symbol::before { inset: 16px; }
.fingerprint-symbol::after { inset: 32px; }
.fingerprint-symbol i { inset: 47px; background: var(--green); }
.resolve-symbol i { position: absolute; width: 66px; height: 66px; border: 1px solid var(--green); transform: rotate(45deg); }
.resolve-symbol i:first-child { left: 0; top: 20px; }
.resolve-symbol i:last-child { right: 0; top: 20px; background: color-mix(in srgb, var(--mint) 70%, transparent); }
.activate-symbol { border: 1px solid var(--green); border-radius: 50%; }
.activate-symbol::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--green); border-radius: 50%; }
.activate-symbol i { position: absolute; inset: 38px; border-radius: 50%; background: var(--green); }
.workflow-list h3 { margin: 0 0 10px; font: 700 21px var(--display); letter-spacing: -.045em; }
.workflow-list p { margin: 0; color: var(--muted); font-size: 13px; }

.capabilities { padding: 125px max(28px, calc((100% - var(--max) + 56px) / 2)); background: var(--ink); color: var(--white); }
.light .eyebrow { color: #91c9bd; }
.capability-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #485550; border: 1px solid #485550; }
.capability-grid article { min-height: 475px; padding: 28px; display: flex; flex-direction: column; background: #1e2b28; overflow: hidden; }
.capability-index { color: #8fc8bc; font: 10px var(--mono); text-transform: uppercase; }
.capability-grid h3 { margin: 65px 0 18px; font: 700 27px/1.08 var(--display); letter-spacing: -.052em; }
.capability-grid p { margin: 0; color: #aebbb6; font-size: 14px; }
.identity-lines { margin: auto 0 0; display: grid; gap: 8px; }
.identity-lines i { height: 1px; background: #568178; }
.identity-lines i:nth-child(2) { width: 86%; }
.identity-lines i:nth-child(3) { width: 68%; }
.identity-lines i:nth-child(4) { width: 52%; }
.identity-lines i:nth-child(5) { width: 35%; background: #92cbbf; }
.delivery-line { margin: auto 0 5px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; color: #a6b7b1; font: 9px var(--mono); text-transform: uppercase; }
.delivery-line i { height: 1px; background: #568178; }
.delivery-line b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-weight: 500; }
.migration-code { margin: auto 0 3px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #b5c2bd; font-size: 9px; }
.migration-code b { color: #90c9bd; font-size: 18px; }

.audiences .section-intro { max-width: 900px; }
.audience-list { margin-top: 75px; border-top: 1px solid var(--line); }
.audience-list article { padding: 25px 2px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; border-bottom: 1px solid var(--line); }
.audience-list span { font: 700 22px var(--display); letter-spacing: -.045em; }
.audience-list p { max-width: 610px; margin: 0; color: var(--muted); }

.scope { padding: 0 max(28px, calc((100% - var(--max) + 56px) / 2)) 120px; }
.scope-card { padding: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--green); color: var(--white); }
.scope-card .eyebrow { color: #b5ded5; }
.scope-copy { color: #d5e7e2; font-size: 17px; }
.scope-copy p:first-child { margin-top: 0; }
.scope-copy strong { color: var(--white); }
.scope-footer { padding: 13px 2px; display: flex; justify-content: space-between; color: var(--muted); border-bottom: 1px solid var(--line); }

.closing { padding: 130px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--ink); color: var(--white); }
.light-label { color: #b8ddd5; border-color: #455651; }
.light-label span { box-shadow: 0 0 0 4px #29413c; background: #89c8bb; }
.closing h2 { max-width: 900px; }
.closing > p:not(.launch-label) { max-width: 620px; margin: 30px 0 38px; color: #afbbb7; font-size: 17px; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--mint); border-color: var(--mint); color: var(--ink); }

footer { max-width: var(--max); margin: auto; padding: 45px 28px 60px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; }
footer p { margin: 0; color: var(--muted); font-size: 12px; }
footer > .mono { color: var(--muted); font-size: 10px; }

:focus-visible { outline: 3px solid #70b8aa; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 80px; }
  .hero-copy { max-width: 760px; }
  .identity-map { width: min(100%, 620px); min-height: 580px; margin: auto; }
  .statement-grid, .scope-card { grid-template-columns: 1fr; gap: 40px; }
  .workflow-list { grid-template-columns: repeat(2, 1fr); }
  .workflow-list li:nth-child(2) { border-right: 0; }
  .workflow-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 410px; }
}

@media (max-width: 700px) {
  .nav-shell { padding: 13px 18px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 61px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.nav-open { display: flex; }
  nav a { padding: 10px 4px; }
  .nav-contact { width: max-content; }
  .hero { min-height: auto; padding: 70px 18px 100px; gap: 65px; }
  .hero h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .identity-map { min-height: 420px; }
  .map-center { width: 115px; height: 115px; }
  .map-center span { font-size: 44px; }
  .map-meta { inset: 18px 18px auto; }
  .orbit { font-size: 8px; }
  .orbit-1 { left: 7%; }
  .orbit-2 { right: 6%; }
  .orbit-3 { right: 1%; }
  .orbit-4 { right: 9%; }
  .orbit-5 { left: 4%; }
  .statement, .audiences { padding: 90px 18px; }
  .statement-grid { gap: 25px; }
  .statement h2, .section-intro h2, .scope h2, .closing h2 { font-size: 43px; }
  .difference-strip { grid-template-columns: 1fr; margin-top: 55px; }
  .difference-strip article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .difference-strip h3 { margin-top: 50px; }
  .workflow, .capabilities { padding: 90px 18px; }
  .workflow-list { grid-template-columns: 1fr; margin-top: 50px; }
  .workflow-list li { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-list li:nth-child(2) { border-right: 0; }
  .capability-grid { margin-top: 50px; }
  .capability-grid article { min-height: 440px; padding: 24px; }
  .audience-list { margin-top: 50px; }
  .audience-list article { grid-template-columns: 1fr; gap: 12px; }
  .scope { padding: 0 18px 90px; }
  .scope-card { padding: 35px 25px; }
  .scope-copy { font-size: 15px; }
  .scope-footer { gap: 18px; font-size: 8px; }
  .closing { padding: 95px 18px; }
  footer { padding: 38px 18px; grid-template-columns: 1fr; align-items: start; }
}
