:root {
  --ink: #183b35;
  --ink-soft: #38544e;
  --forest: #1b6556;
  --forest-deep: #0d4038;
  --clay: #c76e45;
  --paper: #f4f0e8;
  --paper-strong: #fbfaf5;
  --rule: #d6d2c7;
  --sand: #e8dfce;
  --mono: "DM Mono", ui-monospace, monospace;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.45; }
body::selection { color: var(--paper-strong); background: var(--forest); }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.page-grain { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .34; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; z-index: 20; top: -4rem; left: 1rem; padding: .7rem 1rem; color: white; background: var(--forest-deep); border-radius: 0 0 .4rem .4rem; transition: top .2s; }
.skip-link:focus { top: 0; }
.site-header { position: relative; width: min(1420px, calc(100% - 48px)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); font-size: 1.02rem; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; color: var(--paper-strong); font-family: var(--serif); font-size: 1.25rem; font-weight: 600; background: var(--forest); border-radius: 50% 50% 50% 7%; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { padding: .6rem .8rem; color: var(--ink-soft); font-size: .88rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--forest); }
.site-nav .nav-cta { color: var(--paper-strong); background: var(--forest); border-radius: 999px; }
.site-nav .nav-cta:hover { background: var(--forest-deep); }
.menu-toggle { display: none; padding: .45rem; color: var(--ink); background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1.5px; margin: 4px; background: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.hero { position: relative; isolation: isolate; width: min(1420px, calc(100% - 48px)); display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(2rem, 6vw, 8rem); min-height: 740px; margin: 0 auto; padding: clamp(4rem, 8vw, 8.2rem) 0 4.8rem; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 12%; right: -9%; width: 62%; height: 70%; border: 1px solid rgba(27, 101, 86, .18); border-radius: 47% 53% 46% 54% / 44% 43% 57% 56%; transform: rotate(-8deg); }
.hero-copy { align-self: center; max-width: 650px; }
.kicker { margin: 0 0 1rem; color: var(--clay); font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .095em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.mobile-break { display: none; }
h1 { max-width: 720px; margin-bottom: 1.3rem; font-size: clamp(3.3rem, 6.15vw, 6.5rem); font-weight: 600; letter-spacing: -.075em; line-height: .94; }
h1 em, h2 em { color: var(--clay); font-family: var(--serif); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 520px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin: 2.2rem 0 3.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 3.2rem; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: .2rem; font-size: .94rem; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper-strong); background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button-light { width: 100%; color: var(--paper-strong); background: var(--forest); }
.button-light:hover { background: #348576; }
.text-link { color: var(--forest-deep); font-weight: 700; text-decoration-color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; padding-top: 1.2rem; border-top: 1px solid var(--rule); }
.hero-proof div { min-width: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .79rem; line-height: 1.25; }
.hero-proof span { margin-top: .25rem; color: var(--ink-soft); font-size: .7rem; line-height: 1.3; }
.hero-stage { position: relative; min-height: 585px; align-self: center; }
.plan-sheet, .render-sheet { position: absolute; margin: 0; background: #fff; box-shadow: 0 18px 40px rgba(24, 59, 53, .16); }
.plan-sheet { padding: 9px; }
.plan-sheet img { object-fit: cover; object-position: top; }
.source-plan { top: 3%; left: 3%; z-index: 1; width: 37%; transform: rotate(-7deg); }
.source-plan img { aspect-ratio: .98; }
.evidence-plan { z-index: 3; top: 25%; left: 20%; width: 42%; transform: rotate(5deg); }
.evidence-plan img { aspect-ratio: .98; }
.hero-render { z-index: 2; right: 0; bottom: 2%; width: 73%; padding: 11px; background: var(--paper-strong); transform: rotate(-1.2deg); }
.hero-render img { aspect-ratio: 1.5; object-fit: cover; }
.hero-render figcaption { padding: .65rem .15rem 0; color: var(--ink-soft); font-family: var(--mono); font-size: .63rem; letter-spacing: .02em; text-transform: uppercase; }
.stage-label { position: absolute; z-index: 4; padding: .35rem .5rem; color: var(--forest-deep); font-family: var(--mono); font-size: .62rem; background: var(--paper-strong); border: 1px solid var(--rule); transform: rotate(-2deg); }
.label-source { top: 0; left: 1%; }.label-evidence { top: 19%; left: 48%; }
.drawing-line { position: absolute; z-index: 0; height: 1px; background: var(--clay); transform-origin: left; opacity: .75; }.line-one { top: 18%; left: 6%; width: 58%; transform: rotate(26deg); }.line-two { right: 3%; bottom: 12%; width: 50%; transform: rotate(156deg); }

.intro-band { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; width: min(1240px, calc(100% - 48px)); margin: 3rem auto 9rem; padding: 2.5rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.intro-band p { margin: 0; font-family: var(--serif); font-size: clamp(1.72rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }.intro-band span { align-self: end; max-width: 330px; color: var(--ink-soft); font-size: 1.05rem; }
.section-grid { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2.5rem, 9vw, 10rem); margin: 0 auto 9rem; }
.sticky-intro { align-self: start; position: sticky; top: 1.4rem; }.section-intro h2, .showcase h2, .capabilities h2, .story-copy h2, .waitlist-copy h2 { font-size: clamp(2.35rem, 4.2vw, 4.5rem); font-weight: 600; letter-spacing: -.065em; line-height: .98; }.section-intro > p:last-child { max-width: 410px; color: var(--ink-soft); }
.process-list { margin: 0; padding: 0; list-style: none; }.process-list li { display: grid; grid-template-columns: 55px 1fr auto; gap: 1.1rem; padding: 1.8rem 0; border-top: 1px solid var(--rule); }.process-list li:last-child { border-bottom: 1px solid var(--rule); }.step-no, .card-index, .capability-no { color: var(--clay); font-family: var(--mono); font-size: .72rem; }.process-list h3 { margin-bottom: .5rem; font-size: 1.28rem; letter-spacing: -.035em; }.process-list p { max-width: 470px; margin: 0; color: var(--ink-soft); }.step-aside { align-self: start; color: var(--ink-soft); font-family: var(--mono); font-size: .65rem; text-align: right; text-transform: uppercase; }

.showcase { width: min(1420px, calc(100% - 48px)); margin: 0 auto 9rem; padding: clamp(2rem, 5vw, 5.4rem); background: var(--forest-deep); color: var(--paper-strong); }.showcase-top { display: grid; grid-template-columns: 1.1fr .5fr; gap: 4rem; align-items: end; margin-bottom: 3.2rem; }.showcase .kicker { color: #eca778; }.showcase h2 { max-width: 760px; margin: 0; }.showcase-top > p { max-width: 370px; margin: 0; color: #c9ded8; }.transformation-grid { display: grid; grid-template-columns: .78fr .9fr 1.17fr; align-items: start; gap: 1.2rem; }.transformation-card { min-width: 0; padding: 1rem; color: var(--ink); background: var(--paper-strong); }.transformation-card:nth-child(2) { margin-top: 3.5rem; }.transformation-card h3 { margin: .4rem 0 1rem; font-size: 1.25rem; letter-spacing: -.04em; }.transformation-card img { width: 100%; object-fit: cover; background: #dfe8e5; }.card-scan img, .card-review img { aspect-ratio: .88; }.card-live img { aspect-ratio: 1.45; }.transformation-card p:last-child { margin: .8rem 0 .1rem; color: var(--ink-soft); font-size: .86rem; }.showcase-callout { display: flex; gap: 1rem; max-width: 700px; margin: 3rem 0 0 auto; color: #dceae5; }.showcase-callout p { margin: 0; }.callout-arrow { color: #eca778; font-size: 2rem; line-height: .8; }

.capabilities { width: min(1240px, calc(100% - 48px)); margin: 0 auto 9rem; }.capabilities-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: end; padding-bottom: 2.4rem; border-bottom: 1px solid var(--ink); }.capabilities-head h2 { max-width: 850px; margin: 0; }.capability-grid { display: grid; grid-template-columns: repeat(5, 1fr); }.capability-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 1.35rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }.capability-grid article:first-child { border-left: 1px solid var(--rule); }.capability-grid h3 { margin: auto 0 .6rem; font-size: 1.22rem; letter-spacing: -.04em; }.capability-grid p { margin: 0 0 1rem; color: var(--ink-soft); font-size: .87rem; }.capability-tag { color: var(--forest); font-family: var(--mono); font-size: .6rem; text-transform: uppercase; }

.split-story { width: min(1420px, calc(100% - 48px)); display: grid; grid-template-columns: 1.1fr .9fr; min-height: 670px; margin: 0 auto 9rem; background: var(--sand); }.story-photo { position: relative; overflow: hidden; }.story-photo img { width: 100%; height: 100%; object-fit: cover; }.story-photo span { position: absolute; right: 1.2rem; bottom: 1.1rem; padding: .48rem .6rem; color: var(--paper-strong); font-family: var(--mono); font-size: .58rem; line-height: 1.5; text-transform: uppercase; background: rgba(13, 64, 56, .86); }.story-copy { align-self: center; max-width: 600px; padding: clamp(2.2rem, 6vw, 6rem); }.story-copy h2 { margin-bottom: 1.2rem; }.story-copy > p:not(.kicker) { max-width: 480px; color: var(--ink-soft); font-size: 1.06rem; }.story-copy dl { margin: 2.5rem 0 0; }.story-copy dl div { padding: 1rem 0; border-top: 1px solid rgba(24, 59, 53, .25); }.story-copy dt { margin-bottom: .25rem; font-weight: 700; }.story-copy dd { margin: 0; color: var(--ink-soft); }

.waitlist-section { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2rem, 8vw, 9rem); margin: 0 auto 5rem; padding: clamp(2.3rem, 5vw, 5.5rem); color: var(--paper-strong); background: var(--forest); }.waitlist-copy h2 { margin-bottom: 1.3rem; }.waitlist-copy h2 em { color: #efb080; }.waitlist-copy > p:not(.kicker) { max-width: 390px; color: #d6e5e0; }.waitlist-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; }.waitlist-copy li { padding: .62rem 0; border-top: 1px solid rgba(255,255,255,.22); }.waitlist-copy li::before { content: "↗"; padding-right: .6rem; color: #efb080; }.waitlist-form { align-self: center; display: grid; gap: .6rem; }.waitlist-form label { color: #eaf2ef; font-size: .82rem; font-weight: 600; }.waitlist-form label span { color: #b4cec6; font-weight: 400; }.waitlist-form input, .waitlist-form select { width: 100%; min-height: 3rem; margin: 0 0 .7rem; padding: .7rem .8rem; color: var(--ink); background: var(--paper-strong); border: 1px solid transparent; border-radius: 0; }.waitlist-form input:focus, .waitlist-form select:focus { outline: 2px solid #efb080; outline-offset: 2px; }.check-row { display: grid; grid-template-columns: 18px 1fr; gap: .65rem; align-items: start; margin: .1rem 0 .8rem; color: #d6e5e0 !important; font-size: .75rem !important; font-weight: 400 !important; }.check-row input { width: 16px; min-height: auto; margin: .15rem 0 0; accent-color: #efb080; }.privacy-trigger { padding: 0; color: #fff; font: inherit; text-decoration: underline; background: none; border: 0; }.form-status { min-height: 1.45rem; margin: .3rem 0 0; color: #ffdaa9; font-size: .83rem; }.form-fineprint { margin: .25rem 0 0; color: #b4cec6; font-size: .69rem; }
.site-footer { width: min(1420px, calc(100% - 48px)); display: flex; justify-content: space-between; gap: 2rem; margin: 0 auto; padding: 1.4rem 0 2.2rem; color: var(--ink-soft); font-size: .8rem; border-top: 1px solid var(--rule); }.site-footer p { margin: 0; }.site-footer .brand { font-size: .9rem; }
.privacy-dialog { max-width: 500px; padding: 2rem; color: var(--ink); background: var(--paper-strong); border: 1px solid var(--rule); box-shadow: 0 20px 60px rgba(0,0,0,.2); }.privacy-dialog::backdrop { background: rgba(13, 64, 56, .55); }.privacy-dialog h2 { margin: 0 0 .8rem; font-size: 2rem; letter-spacing: -.05em; }.privacy-dialog p:last-child { margin: 0; color: var(--ink-soft); }.dialog-close { position: absolute; top: .65rem; right: .8rem; padding: .2rem .5rem; color: var(--ink); font-size: 1.8rem; line-height: 1; background: transparent; border: 0; }

@media (max-width: 980px) { .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4.8rem; }.hero-copy { max-width: 760px; }.hero-stage { min-height: 620px; max-width: 760px; width: 100%; }.intro-band, .section-grid, .showcase-top, .split-story, .waitlist-section { grid-template-columns: 1fr; }.intro-band { gap: 1.5rem; }.sticky-intro { position: static; }.process-list { max-width: 800px; }.capabilities-head { grid-template-columns: 1fr; }.capability-grid { grid-template-columns: repeat(3, 1fr); }.capability-grid article:nth-child(4) { border-left: 1px solid var(--rule); }.split-story { min-height: 0; }.story-photo { min-height: 500px; }.story-copy { max-width: none; }.showcase-top { gap: 1rem; } }
@media (max-width: 680px) { .site-header, .hero, .intro-band, .section-grid, .showcase, .capabilities, .split-story, .waitlist-section, .site-footer { width: min(100% - 28px, 1420px); }.site-header { min-width: 0; padding: 15px 0; }.menu-toggle { position: absolute; z-index: 12; top: 8px; right: 0; display: grid; width: 42px; height: 42px; place-content: center; padding: 0; border: 1px solid var(--rule); background: var(--paper-strong); }.site-nav { position: absolute; z-index: 10; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: .7rem; background: var(--paper-strong); border: 1px solid var(--rule); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: .75rem; }.site-nav .nav-cta { text-align: center; }.hero { display: block; min-width: 0; padding: 3.7rem 0 3rem; }.hero-copy { width: 100%; min-width: 0; max-width: 100%; }.hero h1 { font-size: clamp(3.15rem, 15vw, 4.1rem); line-height: .91; }.hero-lede { width: 100%; max-width: 100%; overflow-wrap: anywhere; }.mobile-break { display: block; }.hero-actions { align-items: flex-start; flex-direction: column; gap: .9rem; }.hero-stage { width: 100%; min-width: 0; min-height: 420px; margin-top: 2rem; }.source-plan { width: 42%; }.evidence-plan { top: 20%; width: 49%; }.hero-render { width: 78%; }.hero-proof { grid-template-columns: 1fr; gap: 0; }.hero-proof div { padding: .52rem 0; border-bottom: 1px solid var(--rule); }.hero-proof strong { font-size: .76rem; }.hero-proof span { font-size: .65rem; }.intro-band { margin-bottom: 5.5rem; }.section-grid { margin-bottom: 5.5rem; }.process-list li { grid-template-columns: 39px 1fr; }.step-aside { display: none; }.showcase { margin-bottom: 5.5rem; padding: 1.35rem; }.transformation-grid { grid-template-columns: 1fr; }.transformation-card:nth-child(2) { margin-top: 0; }.transformation-card img, .card-scan img, .card-review img, .card-live img { aspect-ratio: 1.25; }.showcase-callout { margin-top: 2rem; }.capabilities { margin-bottom: 5.5rem; }.capability-grid { grid-template-columns: 1fr 1fr; }.capability-grid article:nth-child(3), .capability-grid article:nth-child(5) { border-left: 1px solid var(--rule); }.capability-grid article { min-height: 225px; }.split-story { margin-bottom: 5.5rem; }.story-photo { min-height: 340px; }.waitlist-section { margin-bottom: 2rem; }.site-footer { flex-wrap: wrap; }.site-footer p { width: 100%; order: 3; } }
@media (max-width: 680px) { .site-header, .hero, .intro-band, .section-grid, .showcase, .capabilities, .split-story, .waitlist-section, .site-footer { width: calc(100vw - 28px); max-width: calc(100vw - 28px); }.menu-toggle { position: fixed; top: 8px; right: 14px; }.hero-lede { width: calc(100vw - 28px); max-width: calc(100vw - 28px); } }
