:root {
  --ivory: #f5f0e6;
  --sand: #e9dfc9;
  --navy: #13233f;
  --black: #15161b;
  --blue: #6a8dff;
  --blue-ink: #3158b8;
  --cta-fill: #ffad3d;
  --cta-hover: #f5be47;
  --sage: #a8b7a3;
  --clay: #cda996;
  --lavender: #d9d1e8;
  --line: rgba(19, 35, 63, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Poppins", "Segoe UI", sans-serif;
  --shadow: 0 20px 60px rgba(19, 35, 63, .08);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--navy); font-family: var(--sans); font-size: 18px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; padding: 10px 14px; background: var(--navy); color: var(--ivory); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.preview-bar { padding: 7px 20px; background: var(--sand); border-bottom: 1px solid var(--line); text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.section-shell, .site-header { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand img { width: 118px; height: 66px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 42px; }
.site-nav > a:not(.button) { text-decoration: none; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.site-nav > a:not(.button):hover { text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.brand-lockup { display: flex; flex-direction: column; gap: 0; margin-right: auto; margin-left: 18px; line-height: 1.1; }
.brand-lockup strong { font-family: var(--serif); font-size: 22px; }
.brand-lockup span { color: rgba(19,35,63,.65); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--navy); padding: 9px 12px; border-radius: 8px; color: var(--navy); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 2px solid var(--navy); border-radius: 8px; background: var(--cta-fill); color: var(--navy); text-decoration: none; font-weight: 600; cursor: pointer; transition: background-color 160ms ease, border-color 160ms ease; }
.button:hover { background: var(--cta-hover); color: var(--navy); border-color: var(--navy); }
.button-small { min-height: 48px; padding: 10px 20px; }
.input--hidden { display: none !important; }
.sib-form-message-panel { margin: 0 0 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; font-size: 16px; line-height: 1.5; font-weight: 600; }
#success-message { background: rgba(168,183,163,.2); }
#error-message { background: rgba(205,169,150,.18); }
.text-link { display: inline-flex; gap: 12px; color: var(--navy); font-weight: 600; text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.text-link.muted { text-decoration-color: var(--sage); }
.eyebrow, .micro { margin: 0 0 14px; font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: var(--navy); }
.eyebrow.light { color: var(--ivory); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 600; line-height: 1.02; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(48px, 5.2vw, 82px); letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.025em; }
h3 { font-size: 25px; }
p { max-width: 680px; }
.section-space { padding-block: 120px; }

.hero { display: grid; grid-template-columns: .84fr 1.16fr; gap: 68px; align-items: start; min-height: 760px; padding-block: 86px 110px; }
.hero-copy .lede { margin: 30px 0; max-width: 600px; color: rgba(19,35,63,.82); }
.hero-reframe { max-width: 590px; margin: -6px 0 28px; padding-left: 18px; border-left: 2px solid var(--blue); color: rgba(19,35,63,.88); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.waitlist-reveal { max-width: 640px; margin-top: 30px; }
.waitlist-reveal summary { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 2px solid var(--navy); border-radius: 8px; background: var(--cta-fill); color: var(--navy); cursor: pointer; font-weight: 600; list-style: none; transition: background-color 160ms ease, border-color 160ms ease; }
.waitlist-reveal summary:hover { background: var(--cta-hover); }
.waitlist-reveal summary::-webkit-details-marker { display: none; }
.waitlist-reveal summary span { font-family: var(--serif); font-size: 27px; line-height: .6; transition: transform 160ms ease; }
.waitlist-reveal[open] summary span { transform: rotate(45deg); }
.v3-hero .waitlist-reveal form { max-width: 640px; margin: 26px 0 0; }
.v3-hero form > label:first-child { display: block; margin-bottom: 9px; font-size: 16px; font-weight: 600; }
.v3-hero .form-row input { background: rgba(255,255,255,.32); }
.dashboard-lede { margin: 0 0 18px; color: rgba(19,35,63,.72); font-size: 16px; }
.agent-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.agent-chips span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 20px; font-size: 12px; }
.quiet-note { font-size: 14px; color: rgba(19,35,63,.65); }
.product-frame { padding: 24px; background: var(--sand); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.dashboard { min-height: 560px; display: grid; grid-template-columns: 180px 1fr; overflow: hidden; background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 30px rgba(19,35,63,.07); }
.dash-sidebar { padding: 26px 18px; border-right: 1px solid var(--line); background: rgba(233,223,201,.35); }
.dash-mark { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 28px; background: var(--navy); color: var(--ivory); border-radius: 7px; font-family: var(--serif); font-size: 24px; }
.dash-label { margin: 20px 10px 7px; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.dash-nav { display: block; padding: 9px 10px; border-radius: 6px; font-size: 14px; }
.dash-nav.active { background: var(--sand); font-weight: 600; }
.dash-main { padding: 30px; }
.dash-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.dash-heading h2 { font-size: 30px; }
.micro { color: rgba(19,35,63,.65); font-size: 9px; }
.status-chip { white-space: nowrap; padding: 8px 11px; border: 1px solid var(--line); border-radius: 6px; font-size: 11px; }
.status-chip i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #367a48; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 28px 0 18px; }
.metric-row div { padding: 16px; background: rgba(233,223,201,.35); border: 1px solid var(--line); border-radius: 8px; }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { font-family: var(--serif); font-size: 28px; }
.metric-row span { font-size: 12px; }
.work-list { display: grid; gap: 12px; }
.work-item { padding: 17px; border: 1px solid var(--line); border-radius: 8px; background: rgba(245,240,230,.75); }
.work-top { display: flex; justify-content: space-between; gap: 20px; }
.work-item p { margin: 4px 0 11px; font-size: 14px; }
.work-item small { font-size: 12px; }
.progress { height: 4px; margin-bottom: 9px; background: var(--sand); border-radius: 10px; overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--blue); }
.work-item.sage .progress i { background: #367a48; }
.work-item.clay .progress i { background: #9f6445; }

.capability-strip { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.capability-strip article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 40px 32px; }
.capability-strip article + article { border-left: 1px solid var(--line); }
.number { color: var(--blue-ink); font-size: 13px; font-weight: 600; }
.capability-strip h2 { font-size: 24px; }
.capability-strip p { margin: 8px 0 0; font-size: 16px; }

.solo-pressure { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: end; }
.solo-pressure .section-intro { margin: 0; }
.pressure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pressure-grid article { min-height: 250px; padding: 25px; border-radius: 12px; background: var(--navy); color: var(--ivory); }
.pressure-grid article:nth-child(2) { background: #1d3d67; }
.pressure-grid article:nth-child(3) { background: #365b55; }
.pressure-grid span { display: block; color: var(--clay); font-family: var(--mono); font-size: 12px; }
.pressure-grid h3 { margin: 34px 0 12px; font-family: var(--sans); font-size: 21px; line-height: 1.08; }
.pressure-grid p { margin: 0; color: rgba(255,253,245,.78); font-size: 16px; line-height: 1.55; }

.jobs { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; border-top: 1px solid var(--line); }
.job-grid, .role-grid, .install-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.job-grid article, .role-grid article, .install-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 11px; background: rgba(233,223,201,.28); }
.job-grid article:nth-child(2), .role-grid article:nth-child(2) { background: rgba(168,183,163,.18); }
.job-grid article:nth-child(3), .role-grid article:nth-child(3) { background: rgba(217,209,232,.24); }
.job-grid article:nth-child(4), .role-grid article:nth-child(4) { background: rgba(205,169,150,.18); }
.job-grid span, .install-grid span { color: var(--blue-ink); font-size: 11px; font-weight: 600; }
.job-grid h3, .role-grid h3, .install-grid h3 { margin: 28px 0 10px; font-family: var(--sans); font-size: 21px; line-height: 1.15; }
.job-grid p, .role-grid p, .install-grid p { margin: 0; color: rgba(19,35,63,.76); font-size: 16px; line-height: 1.55; }
.day-demo { display: grid; grid-template-columns: .75fr 1.25fr; gap: 62px; padding: 52px; background: rgba(233,223,201,.34); }
.day-demo-intro { align-self: start; }
.day-timeline { display: grid; gap: 10px; }
.day-timeline article { display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid var(--line); }
.day-timeline span, .role-grid span { color: var(--blue-ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.day-timeline h3 { margin: 0; font-family: var(--sans); font-size: 19px; }
.day-timeline p { grid-column: 2; margin: -10px 0 0; color: rgba(19,35,63,.7); font-size: 16px; }
.day-demo-cta { grid-column: 2; justify-self: start; align-self: start; margin-top: 8px; }
.team-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.role-grid article { min-height: 190px; }
.compare-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; align-items: start; }
.install-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; align-items: start; border-top: 1px solid var(--line); }
.install-grid article { min-height: 210px; }
.dashboard-explainer { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: start; border-top: 1px solid var(--line); }
.dashboard-points { display: grid; gap: 12px; }
.dashboard-points article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: rgba(217,209,232,.22); }
.dashboard-points article:nth-child(2) { background: rgba(168,183,163,.19); }
.dashboard-points article:nth-child(3) { background: rgba(205,169,150,.17); }
.dashboard-points span { color: var(--blue-ink); font-size: 12px; font-weight: 700; }
.dashboard-points h3 { margin: 0 0 7px; font-family: var(--sans); font-size: 20px; }
.dashboard-points p { grid-column: 2; margin: 0; color: rgba(19,35,63,.76); font-size: 16px; }
.dashboard-clarification { margin-top: 24px !important; padding-top: 18px; border-top: 1px solid var(--line); }
.ownership-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 82px; border-radius: 14px; background: var(--navy); color: var(--ivory); }
.ownership-section > div > p { color: rgba(245,240,230,.8); }
.ownership-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; align-self: center; }
.ownership-list article { padding: 22px; border: 1px solid rgba(245,240,230,.25); border-radius: 10px; }
.ownership-list span { color: var(--sand); font-size: 11px; }
.ownership-list h3 { margin: 28px 0 9px; color: var(--ivory); font-family: var(--sans); font-size: 20px; }
.ownership-list p { margin: 0; color: rgba(245,240,230,.74); font-size: 16px; line-height: 1.5; }
.founder-section { display: grid; grid-template-columns: 180px 1fr; gap: 48px; max-width: 1040px; }
.founder-profile { align-self: start; }
.founder-profile img { width: 160px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.founder-profile p { display: grid; gap: 2px; margin: 15px 0 0; font-size: 12px; line-height: 1.45; }
.founder-profile strong { font-size: 15px; }
.founder-profile span { color: rgba(19,35,63,.72); }
.founder-section h2 { max-width: 750px; }
.founder-section p { color: rgba(19,35,63,.78); }
.founder-signoff { margin-top: 28px; color: var(--navy) !important; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.commercial-loop { border-top: 1px solid var(--line); }
.loop-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 13px; margin-top: 44px; }
.loop-row span { padding: 13px 17px; border: 1px solid var(--navy); border-radius: 30px; background: rgba(233,223,201,.4); font-family: var(--serif); font-size: 22px; }
.loop-row i { color: var(--blue-ink); font-style: normal; font-weight: 700; }
.founding-edition { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding: 72px; border-radius: 14px; background: var(--navy); color: var(--ivory); }
.founding-edition .eyebrow { color: var(--sand); }
.founding-edition h2 { max-width: 720px; }
.founding-edition p { color: rgba(245,240,230,.82); }
.founding-limit { font-weight: 600; }
.founding-card { padding: 30px; border: 1px solid rgba(245,240,230,.27); border-radius: 12px; background: rgba(245,240,230,.08); }
.currency-switch { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid rgba(245,240,230,.27); border-radius: 8px; }
.currency-switch button { min-width: 54px; padding: 6px 9px; border: 0; border-radius: 5px; background: transparent; color: var(--ivory); font-size: 12px; font-weight: 700; cursor: pointer; }
.currency-switch button[aria-pressed="true"] { background: var(--ivory); color: var(--navy); }
.founding-label { margin: 25px 0 3px; color: var(--sand) !important; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); font-weight: 600; line-height: 1; }
.price span { display: block; margin-top: 8px; color: rgba(245,240,230,.75); font-family: var(--sans); font-size: 13px; font-weight: 400; }
.planned-price, .research-price { font-size: 16px; line-height: 1.55; }
.founding-card .text-link { color: var(--ivory); text-decoration-color: var(--blue); }
.final-waitlist { margin-bottom: 90px; }
.final-waitlist .button { justify-self: end; }

.products { display: grid; grid-template-columns: .85fr 1fr .8fr; gap: 32px; align-items: stretch; }
.section-intro p { color: rgba(19,35,63,.76); }
.product-feature, .future-panel { padding: 38px; border: 1px solid var(--line); border-radius: 12px; }
.product-feature { background: rgba(233,223,201,.45); box-shadow: var(--shadow); }
.future-panel { align-self: center; background: rgba(217,209,232,.3); }
.product-title { display: flex; gap: 17px; align-items: center; }
.product-title h3 { margin: 0; font-size: 34px; }
.product-code { width: 48px; height: 48px; display: grid; place-items: center; background: var(--navy); color: var(--ivory); border-radius: 8px; font-weight: 600; }
.product-feature ul, .audience-grid ul, .compare ul { padding: 0; list-style: none; }
.product-feature li, .audience-grid li, .compare li { position: relative; padding-left: 23px; }
.product-feature li::before, .audience-grid li::before, .after li::before { content: "✓"; position: absolute; left: 0; color: #276c3e; font-weight: 700; }
.before li::before { content: "×"; position: absolute; left: 0; color: #a64032; font-weight: 700; }

.workstreams { display: grid; grid-template-columns: 1.3fr .7fr; gap: 78px; align-items: center; }
.workstream-visual { position: relative; min-height: 600px; padding: 40px; border: 1px solid var(--line); border-radius: 14px; background: rgba(233,223,201,.42); overflow: hidden; }
.stream, .operator, .context-core { position: absolute; padding: 18px 20px; border: 1px solid var(--line); border-radius: 9px; background: var(--ivory); box-shadow: 0 10px 30px rgba(19,35,63,.07); }
.stream { width: 245px; }
.stream span, .stream strong, .stream small, .operator span, .operator strong, .operator small, .context-core span, .context-core strong { display: block; }
.stream span, .operator span, .context-core span { font-size: 11px; letter-spacing: .12em; font-weight: 600; }
.stream small, .operator small { font-size: 11px; }
.stream-one { top: 54px; left: 40px; }
.stream-two { top: 190px; right: 35px; }
.stream-three { bottom: 120px; left: 40px; }
.operator { top: 220px; left: 43%; width: 160px; border-color: var(--blue); }
.context-core { bottom: 30px; left: 22%; width: 56%; background: var(--sand); text-align: center; }
.workstream-visual::before, .workstream-visual::after { content:""; position:absolute; height:1px; background:var(--blue); opacity:.7; transform-origin:left; }
.workstream-visual::before { width:260px; top:170px; left:230px; transform:rotate(20deg); }
.workstream-visual::after { width:320px; top:380px; left:210px; transform:rotate(-13deg); background:#367a48; }
.workstream-copy p { color: rgba(19,35,63,.78); }

.identity { position: relative; display: grid; grid-template-columns: 90px 1fr; align-items: center; padding-block: 38px; border-block: 1px solid var(--line); }
.quote-mark { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 96px; line-height: .5; }
.identity blockquote { margin: 0; font-size: clamp(30px, 3.2vw, 48px); text-align: center; }
.shift { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; }
.section-intro.compact h2 { font-size: 46px; }
.compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare article { padding: 38px; }
.compare .before { background: rgba(205,169,150,.18); }
.compare .after { background: rgba(168,183,163,.2); border-left: 1px solid var(--line); }
.compare h3 { margin: 0; font-family: var(--sans); }
.compare-arrow { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid var(--navy); border-radius: 50%; background: var(--ivory); font-weight: 700; }

.brand-statement { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 88px; border-radius: 14px; background: var(--navy); color: var(--ivory); }
.brand-statement > div > p { color: rgba(245,240,230,.8); }
.statement-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding-block: 24px; border-bottom: 1px solid rgba(245,240,230,.25); }
.statement-list article:first-child { padding-top: 0; }
.statement-list h3 { margin: 0 0 8px; color: var(--ivory); }
.statement-list p { margin: 0; font-size: 16px; color: rgba(245,240,230,.76); }
.statement-list span { color: var(--sand); font-size: 12px; }

.audience .section-intro { max-width: 690px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 45px; }
.audience-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 12px; }
.audience-grid h3 { margin-bottom: 10px; font-size: 30px; }
.audience-grid p, .audience-grid li { font-size: 16px; }
.audience-code { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--navy); border-radius: 8px; background: rgba(106,141,255,.18); font-size: 12px; font-weight: 600; }
.sage-code { background: rgba(168,183,163,.35); }
.lavender-code { background: rgba(217,209,232,.45); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; cursor: pointer; font-family: var(--sans); font-size: 18px; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: 0 0 auto; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 610px; margin: 0 44px 26px 0; color: rgba(19,35,63,.8); font-size: 16px; }

.motion-ready .reveal-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal-card.is-visible { opacity: 1; transform: translateY(0); }
.audience-grid .reveal-card { transition-property: opacity, transform, box-shadow; }
.audience-grid .reveal-card.is-visible:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(19,35,63,.07); }

.waitlist { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-bottom: 90px; padding: 58px; border: 1px solid rgba(19,35,63,.22); border-radius: 14px; background: linear-gradient(105deg,rgba(233,223,201,.68),rgba(245,240,230,.25)); }
.waitlist h2 { font-size: 48px; }
.waitlist form label { display: block; margin-bottom: 9px; font-size: 16px; font-weight: 600; }
.form-intro { margin: 0 0 20px; color: rgba(19,35,63,.82); font-size: 16px; line-height: 1.55; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-fields label { display: grid !important; gap: 7px; margin: 0 !important; }
.form-fields label:last-child { grid-column: 1 / -1; }
.form-fields input, .form-fields select { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--navy); border-radius: 8px; background: rgba(255,255,255,.32); color: var(--navy); }
.optional { color: rgba(19,35,63,.62); font-size: 11px; font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.form-fields + .form-row { margin-top: 12px; }
.form-row .button { justify-self: start; }
.form-row input { min-width: 0; padding: 16px 18px; border: 1px solid var(--navy); border-radius: 8px; background: var(--ivory); color: var(--navy); }
.consent-row { display: grid !important; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 16px 0 0 !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.5; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy); }
.privacy-note { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }
.privacy-note a { font-weight: 600; text-underline-offset: 3px; }
.form-message { margin: 10px 0 0; font-size: 16px; }
.form-message.success { font-weight: 600; color: #225f37; }
.form-message.error { font-weight: 600; color: #8f3024; }

.thank-you-hero, .research-form-section, .launch-hero { max-width: 980px; }
.confirmation-guidance { max-width: 660px; margin: 28px 0 0; padding: 20px 22px; border-left: 4px solid var(--blue); background: rgba(104,135,247,.1); }
.confirmation-guidance strong { display: block; font-size: 18px; }
.confirmation-guidance p { margin: 6px 0 0; font-size: 16px; line-height: 1.55; }
.thank-you-hero .lede, .research-form-section .lede, .launch-hero .lede { margin: 26px 0 12px; }
.next-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.next-steps-grid article { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 11px; background: rgba(233,223,201,.32); }
.next-steps-grid article:nth-child(2) { background: rgba(168,183,163,.18); }
.next-steps-grid article:nth-child(3) { background: rgba(217,209,232,.24); }
.next-steps-grid span { color: var(--blue-ink); font-size: 12px; font-weight: 700; }
.next-steps-grid h3 { margin: 30px 0 10px; font-family: var(--sans); font-size: 21px; }
.next-steps-grid p { margin: 0; color: rgba(19,35,63,.76); font-size: 16px; }
.research-panel { display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: end; padding: 72px; border-radius: 14px; background: var(--navy); color: var(--ivory); }
.research-panel .eyebrow { color: var(--sand); }
.research-panel p { color: rgba(245,240,230,.82); }
.research-panel .button { white-space: nowrap; }
.research-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.research-actions .button-secondary { background: transparent; color: var(--ivory); border-color: rgba(245,240,230,.55); }
.reassurance { padding-top: 0; }
.reassurance p { font-family: var(--serif); font-size: 30px; line-height: 1.2; }
.research-form-section form { display: grid; gap: 18px; max-width: 700px; margin-top: 35px; }
.research-form-section label { display: grid; gap: 8px; font-size: 16px; font-weight: 600; }
.research-form-section select, .research-form-section textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--navy); border-radius: 8px; background: rgba(255,255,255,.32); color: var(--navy); resize: vertical; }
.research-form-section .button { justify-self: start; }
.research-boundary { margin-top: 28px; color: rgba(19,35,63,.74); font-size: 16px; }
.launch-hero .button[disabled] { opacity: .58; cursor: not-allowed; transform: none; filter: none; }
.launch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.launch-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: rgba(233,223,201,.32); }
.launch-grid article:nth-child(2) { background: rgba(217,209,232,.24); }
.launch-grid ul { margin: 0; padding-left: 20px; }
.launch-grid li { margin-bottom: 9px; font-size: 16px; }
.launch-steps { padding: 68px; border-radius: 14px; background: rgba(168,183,163,.22); }
.launch-steps ol { max-width: 700px; padding-left: 22px; }
.launch-steps li { margin: 12px 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-block: 48px 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: 28px; align-items: center; }
.footer-brand img { width: 100px; height: 55px; object-fit: contain; }
.footer-brand p, .copyright { font-size: 12px; }
.site-footer nav { display: flex; gap: 30px; }
.site-footer nav a { font-family: var(--serif); font-weight: 600; }
.copyright { grid-column: 1 / -1; margin: 0; color: rgba(19,35,63,.65); }

@media (min-width: 1121px) {
  .site-footer { grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); align-items: start; gap: 48px; }
  .site-footer nav { display: grid; grid-template-columns: repeat(3, max-content); justify-content: end; gap: 16px 34px; }
  .site-footer nav a { line-height: 1.2; }
}

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .products { grid-template-columns: 1fr 1fr; }
  .products .section-intro { grid-column: 1 / -1; }
  .workstreams { grid-template-columns: 1fr; }
  .workstream-copy { max-width: 750px; }
  .shift { grid-template-columns: 1fr; }
  .solo-pressure { grid-template-columns: 1fr; }
  .jobs, .day-demo, .team-section, .compare-section, .install-section, .dashboard-explainer, .founding-edition { grid-template-columns: 1fr; gap: 36px; }
  .ownership-section { grid-template-columns: 1fr; gap: 36px; padding: 64px; }
  .faq { grid-template-columns: 1fr; gap: 36px; }
  .brand-statement { gap: 50px; padding: 64px; }
  .next-steps-grid { grid-template-columns: 1fr; }
  .research-panel { grid-template-columns: 1fr; gap: 28px; }
  .day-demo { padding: 44px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 32px; }
  .site-footer nav { display: grid; grid-template-columns: repeat(3, max-content); justify-content: start; gap: 16px 34px; }
  .site-footer nav a { line-height: 1.2; }
}

/* The full navigation needs more room than a tablet-width header provides.
   Switch only the header to the compact menu before its links can wrap. */
@media (max-width: 1200px) {
  .site-header { position: relative; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 92px; left: 0; right: 0; z-index: 20; padding: 24px; flex-direction: column; align-items: stretch; gap: 16px; background: var(--ivory); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
}

@media (max-width: 1024px) {
  .loop-row {
    width: min(100%, 540px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-inline: auto;
  }
  .loop-row span {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    font-size: clamp(22px, 3vw, 28px);
  }
  .loop-row i {
    display: block;
    align-self: center;
    transform: rotate(90deg);
    line-height: 1;
  }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .section-shell, .site-header { width: auto; max-width: none; margin-inline: 24px; }
  .site-header { min-height: 82px; position: relative; }
  .brand img { width: 90px; height: 52px; }
  .brand-lockup { margin-left: 10px; }
  .brand-lockup strong { font-size: 18px; }
  .brand-lockup span { font-size: 10px; }
  .site-nav { top: 72px; }
  .hero { min-height: 0; grid-template-columns: minmax(0, 1fr); padding-block: 64px 80px; gap: 45px; }
  .hero > * { min-width: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .dashboard { min-height: 520px; grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  .dash-main { padding: 20px; }
  .dash-heading { flex-direction: column; }
  .metric-row { grid-template-columns: repeat(3,1fr); }
  .capability-strip { grid-template-columns: 1fr; }
  .capability-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .products { grid-template-columns: 1fr; }
  .pressure-grid { grid-template-columns: 1fr; }
  .pressure-grid article { min-height: 0; }
  .job-grid, .role-grid, .install-grid, .ownership-list { grid-template-columns: 1fr; }
  .day-timeline article { grid-template-columns: 1fr; gap: 5px; }
  .day-demo { padding: 30px 28px; }
  .day-demo-cta { grid-column: 1; justify-self: start; }
  .day-timeline p { grid-column: auto; margin: 0; }
  .founder-section { grid-template-columns: 1fr; gap: 24px; }
  .founder-profile { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; }
  .founder-profile img { width: 96px; }
  .founder-profile p { margin: 0; }
  .loop-row { justify-content: center; }
  .final-waitlist .button { justify-self: stretch; }
  .section-space { padding-block: 80px; }
  .workstream-visual { min-height: 680px; padding: 20px; }
  .stream { width: calc(100% - 40px); left: 20px; right: auto; }
  .stream-one { top: 25px; }
  .stream-two { top: 155px; }
  .stream-three { top: 285px; bottom: auto; }
  .operator { top: 420px; left: 20px; width: calc(100% - 40px); }
  .context-core { bottom: 25px; left: 20px; width: calc(100% - 40px); }
  .workstream-visual::before, .workstream-visual::after { display: none; }
  .identity { grid-template-columns: 1fr; }
  .quote-mark { display: none; }
  .compare { grid-template-columns: 1fr; }
  .compare .after { border-left: 0; border-top: 1px solid var(--line); }
  .compare-arrow { position: relative; top: auto; left: auto; z-index: 1; align-self: center; margin: -24px auto; transform: rotate(90deg); }
  .brand-statement { grid-template-columns: 1fr; padding: 48px 28px; }
  .audience-grid { grid-template-columns: 1fr; }
  .waitlist { grid-template-columns: 1fr; padding: 38px 24px; }
  .founding-edition { padding: 46px 26px; }
  .form-fields { grid-template-columns: 1fr; }
  .research-panel, .launch-steps { padding: 46px 26px; }
  .launch-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { display: flex; flex-wrap: wrap; gap: 24px 36px; }
}

@media (min-width: 600px) and (max-width: 780px) {
  .section-shell, .site-header { margin-inline: 32px; }
}

@media (max-width: 375px) {
  .product-frame { padding: 16px; }
  .dash-main { min-width: 0; padding: 18px; }
  .metric-row { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .metric-row div { min-width: 0; padding: 13px 10px; }
  .work-top { gap: 12px; }
  .work-top strong { min-width: 0; }
  .work-top span { flex: 0 0 auto; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .motion-ready .reveal-card { opacity: 1; transform: none; }
}
