/* ============================================================
   AAAnow · AI Readiness — shared stylesheet
   Used by: AI-Readiness-landing.html (body.page-landing)
            30-day-proof-of-concept.html (body.page-poc)
   Sections: fonts · base · header · hero · shared blocks ·
             landing-only · poc-only · footer · utilities ·
             animation · media queries
   ============================================================ */

/* ---- Fonts ---- */
@font-face { font-family: Optima; src: url('assets/fonts/Optima.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Optima; src: url('assets/fonts/Optima-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Optima; src: url('assets/fonts/Optima-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: Optima; src: url('assets/fonts/Optima-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; font-display: swap; }

/* ---- Base ---- */
* { box-sizing: border-box; }
body { margin: 0; background: #faf9f5; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; color: #2e2c28; }
.wrap { max-width: 1296px; margin: 0 auto; padding-left: 44px; padding-right: 44px; }
a { color: inherit; }
a:hover { color: #0c4a4e; }
html { scroll-padding-top: 120px; }

/* ---- Sticky header ---- */
site-header { display: block; position: sticky; top: 0; z-index: 100; }
site-header .site-header { position: static; }
.site-header { position: sticky; top: 0; z-index: 100; background: #faf9f5; padding: 22px 0 0; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.site-header .wrap.hair-wrap { display: block; margin-top: 24px; }
.hdr-nav { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.btn-hdr { border: 1px solid #0c4a4e; color: #0c4a4e; font: 600 12.5px "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 10px 16px; border-radius: 3px; text-decoration: none; display: inline-block; white-space: nowrap; }
.btn-hdr:hover { background: rgba(12,74,78,.07); color: #0c4a4e; }
.btn-hdr.solid { background: #0c4a4e; color: #f4f1ea; }
.btn-hdr.solid:hover { background: #0b3b3b; color: #f4f1ea; }
.btn-hdr.gold { background: #e8c56b; color: #0b3b3b; border-color: #e8c56b; font-weight: 700; }
.btn-hdr.gold:hover { background: #dfb84f; border-color: #dfb84f; color: #0b3b3b; }
.wordmark { font: 700 24px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .5px; color: #0c4a4e; text-decoration: none; }
.hairline { height: 1px; background: #b9c5c2; margin: 0; }
.divider { height: 1px; background: #e3ded2; }

/* ---- Hero ---- */
.hero { padding: 56px 0 32px; }
.hero h1 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 42px; line-height: 1.12; color: #0d0d0c; margin: 0 0 20px; max-width: 720px; }
.hero p { font-size: 15px; line-height: 1.65; margin: 0 0 16px; max-width: 840px; }
.page-poc .hero p { line-height: 1.6; margin: 0 0 14px; max-width: 700px; }
.hero .plain { font-weight: 700; color: #0d0d0c; }

/* ---- Kickers and section titles ---- */
.kicker { font-weight: 600; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0 0 16px; }
h2.kicker { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0 0 16px; }
.section { padding: 18px 0 64px; }
.section h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #0d0d0c; margin: 0 0 26px; }

/* ---- Landing · evidence, donuts, stat cards ---- */
.stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.stat-card { background: #0b3b3b; border-radius: 12px; padding: 30px 30px 26px; display: flex; flex-direction: column; }
.stat-card .num { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 46px; color: #e8c56b; margin: 0; line-height: 1; }
.stat-card .src { font-size: 12.5px; line-height: 1.65; color: #b9cbc6; margin: 14px 0 24px; flex: 1; }
.stat-card .rule { width: 48px; height: 1px; background: rgba(244,241,234,.35); margin: 0 0 16px; }
.stat-card img { height: 36px; width: auto; display: block; opacity: .85; align-self: flex-start; }
.evidence { background: #fdfcf9; border: 1px solid #e2ded4; border-radius: 12px; padding: 44px 48px; margin: 0 0 54px; }
.unknown-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; margin: 0; }
.unknown-item { display: flex; gap: 30px; align-items: flex-start; }
.unknown-copy { padding-top: 48px; }
.donut { position: relative; width: min(269px, 100%); aspect-ratio: 1 / 1; flex: none; }
.donut .centre { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.donut .cnum { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 44px; line-height: 1; color: #0d0d0c; margin: 0; }
.donut .clab { font-weight: 600; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: #6e6a5e; margin: 6px 0 0; }
.unknown-copy .lead { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-size: 20px; line-height: 1.45; color: #0d0d0c; margin: 0 0 14px; max-width: 230px; }
.unknown-copy .legend { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #4f4d47; margin: 0 0 12px; }
.unknown-copy .legend .sw { width: 12px; height: 12px; background: #e8c56b; border-radius: 2px; flex: none; }
.unknown-copy .src { font-size: 10px; line-height: 1.55; color: #4f4d47; margin: 0; }
.unknown-row.three { grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: stretch; }
.unknown-row.three .unknown-item { flex-direction: column; align-items: flex-start; gap: 6px; }
.unknown-row.three .donut { width: min(228px, 100%); }
.unknown-row.three .unknown-copy { padding-top: 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
.unknown-row.three .unknown-copy .src { margin-top: auto; min-height: 4.65em; }
.unknown-row.three .unknown-copy .lead { font-size: 18px; max-width: 320px; }
@media (max-width: 1150px) { .unknown-row.three { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .unknown-row.three { grid-template-columns: 1fr; row-gap: 36px; } }

/* ---- Four-column value grid (shared) ---- */
.return-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.return-grid > div { padding: 0 22px; }
.return-grid > div:first-child { padding-left: 0; }
.return-grid > div:last-child { padding-right: 0; }
.return-grid > div + div { border-left: 1px solid #ddd8cc; }
.return-grid .t { font-weight: 700; font-size: 13.5px; color: #0d0d0c; margin: 0 0 6px; }
.return-grid .d { font-size: 12.5px; line-height: 1.6; color: #6b665a; margin: 0; }
.page-poc .return-grid .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }
.return-band { background: #0b3b3b; padding: 64px 0; }
.return-band .kicker { color: #e8c56b; }
.return-band .return-grid .t { color: #f4f1ea; }
.return-band .return-grid .d { color: #9db8b3; }
.return-band .return-grid > div + div { border-left: 1px solid rgba(244,241,234,.18); }
.return-band .return-grid .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }

/* ---- Landing · Triad of Exposure ---- */
.triad { background: #f0ede3; border-top: 1px solid #e3ded2; border-bottom: 1px solid #e3ded2; padding: 64px 0; }
.triad .dh2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #0d0d0c; margin: 0 0 30px; }
.triad-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.triad-grid > div { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 28px 30px 26px; }
.triad-grid .n { font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #9a7328; margin: 0 0 16px; }
.triad-grid .t { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-size: 18px; line-height: 1.35; color: #0d0d0c; margin: 0 0 10px; }
.triad-grid .d { font-size: 13px; line-height: 1.65; color: #4f4d47; margin: 0; }
.triad-note { border-top: 1px solid #ddd6c6; margin-top: 30px; padding-top: 18px; }
.triad-note p { font-size: 12.5px; line-height: 1.6; color: #4f4d47; margin: 0; }
.doc-links { font-size: 12px; line-height: 1.6; color: #6e6a5e; margin: 18px 0 0; }
.doc-links a { color: #0c4a4e; text-decoration: underline; text-underline-offset: 3px; }
.doc-links a:hover { color: #9a7328; }

/* ---- Landing · three stages ---- */
.stages { padding: 64px 0 56px; }
.stages .intro { font-size: 14px; line-height: 1.65; color: #4f4d47; margin: 0 0 28px; max-width: 770px; }
.stage { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 22px 28px; margin: 0 0 10px; }
.stage-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; cursor: pointer; }
.stage-head .n { font-weight: 700; font-size: 13.5px; letter-spacing: .5px; color: #0c4a4e; margin: 0; }
.stage.muted .stage-head .n { color: #41544f; }
.stage-head .s { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #6e6a5e; margin: 0; }
.stage-head .ctrl { color: #0c4a4e; margin-left: 16px; }
.stage-body { display: none; margin-top: 32px; }
.stage.open .stage-body { display: block; }
.stage .prose { margin-top: 18px; max-width: 770px; }
.stage .prose p { font-size: 13.5px; line-height: 1.65; color: #4f4d47; margin: 0 0 10px; }
.stage .prose .note { font-size: 11.5px; line-height: 1.5; color: #5f6f6a; margin: 0; }
.stages .contin { font-size: 11.5px; line-height: 1.5; color: #5f6f6a; margin: 12px 0 0; }
.stages .stage-head { align-items: center; }
.stages .stage-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.stages .stage-ring { position: relative; width: 46px; height: 46px; flex: none; }
.stages .stage-ring svg { width: 46px; height: 46px; display: block; }
.stages .stage-ring-pct { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font: 700 10.5px "Helvetica Neue", Helvetica, Arial, sans-serif; color: #0d0d0c; }

/* ---- Interactive timeline (shared; landing = 5 steps, poc = 4) ---- */
.tl { position: relative; }
.tl-line { position: absolute; left: 12.5%; right: 12.5%; top: 33px; height: 2px; background: #d5dbd4; }
.page-landing .tl-line { left: 10%; right: 10%; }
.tl-fill { height: 2px; background: #0c4a4e; width: 0; transition: width .5s ease; }
.tl-cols { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.page-landing .tl-cols { grid-template-columns: repeat(5, 1fr); }
.tl-col { text-align: center; cursor: pointer; }
button.tl-col { background: none; border: 0; padding: 0; font: inherit; }
.tl-col .tl-time, .tl-col .tl-name { display: block; }
.tl-time { font-weight: 600; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: #6e6a5e; margin: 0 0 10px; line-height: 1; }
.tl-dot { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto; font: 700 12px "Helvetica Neue", Helvetica, Arial, sans-serif; transition: all .35s ease; position: relative; z-index: 1; background: #fdfcf9; border: 2px solid #b3c2bd; color: #8aa39e; }
.tl-col.passed .tl-dot, .tl-col.active .tl-dot { background: #0c4a4e; border-color: #0c4a4e; color: #f7f5ef; }
.tl-col.active .tl-dot { box-shadow: 0 0 0 6px rgba(12,74,78,.14); transform: scale(1.18); }
.tl-name { font-weight: 600; font-size: 12.5px; color: #5c6d68; margin: 12px 6px 0; line-height: 1.35; transition: color .3s ease; }
.tl-col.active .tl-name { font-weight: 700; color: #0c4a4e; }
.tl-panel { background: #fff; border: 1px solid #e2ded4; border-radius: 4px; padding: 20px 24px; margin: 22px 0 0; min-height: 152px; }
.tl-panel .tag { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #0c4a4e; margin: 0 0 8px; }
.tl-panel .title { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 19px; color: #0d0d0c; margin: 0 0 7px; }
.tl-panel .text { font-size: 13px; line-height: 1.65; color: #4f4d47; margin: 0; max-width: 748px; }

/* ---- Landing · pricing ---- */
.pricing { background: #f0ede3; border-top: 1px solid #e3ded2; border-bottom: 1px solid #e3ded2; padding: 64px 0 56px; }
.pricing .lead { font-size: 13px; line-height: 1.6; color: #6e6a5e; margin: 0 0 22px; max-width: 700px; }
.price-scroll { overflow-x: auto; }
.pricing table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 680px; }
.pricing th { font: 600 10.5px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 1.6px; text-transform: uppercase; color: #0c4a4e; text-align: left; padding: 0 16px 10px 2px; border-bottom: 2px solid #0c4a4e; }
.pricing td { padding: 13px 16px 13px 2px; border-bottom: 1px solid #e2ded4; color: #4f4d47; line-height: 1.5; vertical-align: top; }
.pricing td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.pricing th:nth-child(1) { width: 16%; }
.pricing th:nth-child(2) { width: 19%; }
.pricing th:nth-child(3) { width: 13.5%; }
.pricing th:nth-child(4) { width: 23%; }
.pricing th:nth-child(5) { width: 19%; }
.pricing th:nth-child(6) { width: 9.5%; }
.pricing td div + div { margin-top: 6px; }
.pricing td .yr { font-weight: 700; color: #0d0d0c; }
.pricing .terms { margin: 20px 0 0; max-width: 740px; }
.pricing .terms p { font-size: 13px; line-height: 1.65; color: #4f4d47; margin: 0 0 8px; }
.pricing .terms strong { color: #0d0d0c; }

/* ---- Landing · FAQ ---- */
.faq { padding: 48px 0 64px; }
.faq .lead { font-size: 13px; line-height: 1.6; color: #6e6a5e; margin: 0 0 18px; max-width: 700px; }
.faq details { border-top: 1px solid #e2ded4; }
.faq details:last-of-type { border-bottom: 1px solid #e2ded4; }
.faq summary { cursor: pointer; font: 600 13.5px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #0c4a4e; padding: 13px 2px; }
.faq details p { font-size: 13px; line-height: 1.65; color: #4f4d47; margin: 0 0 14px; max-width: 720px; padding: 0 2px; }

/* ---- POC · price note ---- */
.price-note { border-top: 1px solid #e2ded4; margin-top: 34px; padding-top: 18px; font-size: 13px; line-height: 1.65; color: #4f4d47; max-width: 720px; }

/* ---- POC · added panels + header jump-nav ---- */
.page-poc .poc-band { background: #f0ede3; border-top: 1px solid #e3ded2; border-bottom: 1px solid #e3ded2; }
.page-poc .section, .page-poc .poc-band, .page-poc .return-band, .page-poc .evidence-band { padding: 60px 0; }
.page-poc .poc-lead { font-size: 14px; line-height: 1.7; color: #4f4d47; margin: 0 0 8px; max-width: 760px; }
.page-poc .return-grid { margin-top: 30px; }
.page-poc #why .return-grid, .page-poc #invest .return-grid { grid-template-columns: repeat(3, 1fr); }
.page-poc .poc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.page-poc .poc-card { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 26px 28px 24px; }
.page-poc .poc-card .k { font: 600 9px "SF Mono", Menlo, Consolas, monospace; letter-spacing: 1.6px; text-transform: uppercase; color: #9a7328; margin: 0 0 12px; }
.page-poc .poc-card .h { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; color: #0d0d0c; margin: 0 0 8px; }
.page-poc .poc-card .p { font-size: 12.5px; line-height: 1.6; color: #6b665a; margin: 0; }
.page-poc .hdr-right { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: 22px; }
.page-poc .hdr-invite { font: 600 10.5px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0; transition: opacity .3s ease; }
.page-poc .hdr-jump { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; gap: 22px; align-items: center; opacity: 0; visibility: hidden; transition: none; }
.page-poc .hdr-jump a { position: relative; padding-bottom: 8px; font: 600 10px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 1.3px; text-transform: uppercase; color: #56716c; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.page-poc .hdr-jump a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: calc(var(--p, 0) * 100%); background: #9a7328; transition: width .15s linear; }
.page-poc .hdr-jump a:hover { color: #9a7328; }
.page-poc.nav-on .hdr-invite { opacity: 0; visibility: hidden; transition: none; }
.page-poc.nav-on .hdr-jump { opacity: 1; visibility: visible; transition: opacity .3s ease; }
#why, #what, #run, #outcome, #start, #brief { scroll-margin-top: 120px; }
@media (max-width: 900px) {
  .page-poc .hdr-jump { display: none; }
  .page-poc.nav-on .hdr-invite { opacity: 1; visibility: visible; }
}

/* ---- CTA band (shared) ---- */
.cta { background: #0b3b3b; padding: 64px 0; }
.cta .kicker { color: #e8c56b; }
.cta-h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #f4f1ea; margin: 0 0 26px; }
.page-poc .cta h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #f4f1ea; margin: 0 0 14px; }
.page-poc .cta p { font-size: 13.5px; line-height: 1.65; color: #b9cbc6; margin: 0 0 26px; max-width: 680px; }
.cta .quote { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-size: 19px; line-height: 1.5; color: #f4f1ea; margin: 0 0 26px; max-width: 760px; }
.cta-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-gold { background: #e8c56b; color: #0b3b3b; font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 12px 22px; border-radius: 3px; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-gold:hover { color: #0b3b3b; }
.btn-line { border: 1px solid rgba(244,241,234,.45); color: #f4f1ea; font: 600 13px "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 12px 22px; border-radius: 3px; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-line:hover { background: rgba(244,241,234,.08); color: #f4f1ea; }
.cta a:hover { color: #f4f1ea; }
.cta .trial { font-size: 11.5px; line-height: 1.5; color: #9db8b3; margin: 14px 0 0; }

/* ---- Footer (shared) ---- */
.site-footer { background: #082f2f; padding: 40px 0 26px; }
.foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin: 0 0 34px; }
.foot-brand { max-width: 280px; }
.foot-brand .mission { font-size: 12px; line-height: 1.6; color: #9db8b3; margin: 0; }
.foot-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.foot-cols .h { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #8fb0aa; margin: 0 0 12px; }
.foot-cols .links { display: flex; flex-direction: column; gap: 8px; }
.foot-cols a { font-size: 12.5px; color: #c4d2ce; text-decoration: none; }
.foot-cols a:hover { color: #f4f1ea; }
.foot-note { border-top: 1px solid rgba(244,241,234,.15); padding-top: 16px; font-size: 10.5px; line-height: 1.6; color: #8aa8a2; margin: 14px 0 0; }
.foot-note a:hover { color: #c4d2ce; }
.foot-statements { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin: 0 0 20px; }
.foot-statements .sh { font-weight: 600; font-size: 12.5px; color: #c4d2ce; margin: 0 0 8px; }
.foot-statements .txt { font-size: 10.5px; line-height: 1.7; color: #8aa8a2; margin: 0; }
.foot-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; border-top: 1px solid rgba(244,241,234,.15); padding-top: 16px; margin: 18px 0 0; }
.foot-bottom p { font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; color: #7d9c96; margin: 0; }
@media (max-width: 760px) { .foot-statements { grid-template-columns: 1fr; gap: 24px; } }

/* ---- Legal pages (body.page-legal) ---- */
.page-legal .legal-hero { background: #0b3b3b; padding: 52px 0 26px; }
.page-legal .hero-eyebrow { font-weight: 600; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: #e8c56b; margin: 0 0 16px; }
.page-legal .hero-title { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 40px; line-height: 1.12; color: #f4f1ea; margin: 0 0 18px; max-width: 820px; }
.page-legal .hero-standfirst { font-size: 15px; line-height: 1.65; color: #b9cbc6; margin: 0; max-width: 720px; }
.page-legal .hero-callout { display: inline-block; margin-top: 22px; padding: 11px 20px; border: 1px solid rgba(244,241,234,.28); border-radius: 3px; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #f4f1ea; }
.page-legal .hero-meta { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(244,241,234,.15); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.page-legal .meta-pairs { display: flex; align-items: baseline; gap: 32px; flex-wrap: wrap; }
.page-legal .meta-pair { display: flex; flex-direction: column; gap: 4px; }
.page-legal .meta-label { font-weight: 600; font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: #8fb0aa; }
.page-legal .meta-value { font-size: 13px; font-weight: 500; color: #f4f1ea; }
.page-legal .meta-value.mono { font-family: "SF Mono", Menlo, Consolas, monospace; letter-spacing: .4px; }
.page-legal .share-row { display: inline-flex; gap: 6px; align-items: center; }
.page-legal .share-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(244,241,234,.06); border: 1px solid rgba(244,241,234,.22); color: #f4f1ea; text-decoration: none; cursor: pointer; padding: 0; transition: border-color .16s ease, color .16s ease; }
.page-legal .share-btn:hover { border-color: #e8c56b; color: #e8c56b; }
.page-legal .share-btn svg { width: 16px; height: 16px; }
.page-legal .share-btn.copied { color: #e8c56b; border-color: #e8c56b; }
.page-legal .grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; column-gap: 64px; align-items: start; padding: 52px 0 84px; }
.page-legal .article { max-width: 760px; font-size: 14px; line-height: 1.7; color: #4f4d47; }
.page-legal .article p, .page-legal .article ul, .page-legal .article ol { margin: 0 0 14px; }
.page-legal .article p { text-wrap: pretty; }
.page-legal .article ul { padding-left: 22px; }
.page-legal .article ul li { list-style: none; position: relative; margin-bottom: 10px; padding-left: 4px; }
.page-legal .article ul li::before { content: ""; position: absolute; left: -16px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: #e8c56b; }
.page-legal .article ol { list-style: none; counter-reset: clause; padding-left: 0; }
.page-legal .article ol li { counter-increment: clause; margin-bottom: 14px; padding-left: 38px; position: relative; }
.page-legal .article ol li::before { content: counter(clause) "."; position: absolute; left: 0; top: 2px; font: 500 12px "SF Mono", Menlo, Consolas, monospace; color: #9a7328; }
.page-legal .article a { color: #0c4a4e; text-decoration: underline; text-underline-offset: 3px; }
.page-legal .article a:hover { color: #9a7328; }
.page-legal .article h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.2; color: #0d0d0c; margin: 46px 0 16px; scroll-margin-top: 130px; }
.page-legal .article h2:first-of-type { margin-top: 0; }
.page-legal .article h2:has(.num) { margin-top: 46px; }
.page-legal .article h2 .num { display: inline-block; margin-right: 12px; font: 500 12.5px "SF Mono", Menlo, Consolas, monospace; color: #9a7328; letter-spacing: .3px; vertical-align: .18em; }
.page-legal .article h3 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 16.5px; line-height: 1.3; color: #0d0d0c; margin: 26px 0 10px; scroll-margin-top: 130px; }
.page-legal .article h3 .num { display: inline-block; margin-right: 10px; font: 500 11px "SF Mono", Menlo, Consolas, monospace; color: #9a7328; letter-spacing: .3px; vertical-align: .12em; }
.page-legal .article strong, .page-legal .article b { color: #0d0d0c; font-weight: 600; }
.page-legal .article hr { border: none; height: 1px; background: #e2ded4; margin: 36px 0; }
.page-legal .article .lede { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-style: italic; font-size: 18px; line-height: 1.5; color: #0d0d0c; margin: 0 0 26px; }
.page-legal .toc { position: sticky; top: 130px; align-self: start; max-height: calc(100vh - 150px); overflow-y: auto; padding-left: 22px; border-left: 1px solid #e2ded4; }
.page-legal .toc-label { font-weight: 600; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0 0 14px; }
.page-legal .toc-list { display: flex; flex-direction: column; gap: 2px; }
.page-legal .toc-list a { display: grid; grid-template-columns: 28px 1fr; padding: 7px 0 7px 12px; margin-left: -14px; border-left: 2px solid transparent; font-size: 12.5px; line-height: 1.45; color: #6b665a; text-decoration: none; transition: color .16s ease, border-color .16s ease; }
.page-legal .toc-list a:hover { color: #0d0d0c; }
.page-legal .toc-list a.is-active { color: #9a7328; border-left-color: #e8c56b; font-weight: 600; }
.page-legal .toc-list a .n { font: 500 11px "SF Mono", Menlo, Consolas, monospace; color: #9a7328; letter-spacing: .3px; }
@media (max-width: 1000px) {
  .page-legal .grid { grid-template-columns: 1fr; row-gap: 32px; }
  .page-legal .toc { position: static; max-height: none; border-left: none; border-top: 1px solid #e2ded4; padding: 18px 0 0; }
}
@media (max-width: 860px) { .page-legal .hero-title { font-size: 30px; } }
@media print {
  .page-legal .site-header, .page-legal .toc, .page-legal .site-footer, .page-legal .share-row, .page-legal .skip { display: none !important; }
  .page-legal .legal-hero { background: none; padding: 0 0 10px; }
  .page-legal .hero-eyebrow, .page-legal .hero-title, .page-legal .hero-standfirst, .page-legal .hero-callout, .page-legal .meta-label, .page-legal .meta-value { color: #000; border-color: #999; }
  .page-legal .hero-meta { border-color: #999; }
  .page-legal .grid { display: block; padding: 20px 0 0; }
  .page-legal .article { max-width: none; color: #000; }
  .page-legal .article a::after { content: " (" attr(href) ")"; font-size: .85em; color: #555; }
}

/* ---- Utilities and focus ---- */
.skip { position: absolute; left: -9999px; top: 0; background: #0c4a4e; color: #f7f5ef; padding: 10px 18px; z-index: 10; font-size: 13px; text-decoration: none; }
.skip:focus { left: 12px; top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #0c4a4e; outline-offset: 2px; border-radius: 2px; }
.cta a:focus-visible, .return-band a:focus-visible, .hw a:focus-visible, .hw button:focus-visible, .site-footer a:focus-visible { outline-color: #e8c56b; }
.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; }
button.stage-head { background: none; border: 0; padding: 0; font: inherit; width: 100%; text-align: left; }

/* ---- Scroll-triggered reveals (applied only when JS confirms motion is allowed) ---- */
body.anim .donut .centre { opacity: 0; transition: opacity .9s ease .2s; }
body.anim .donut.on .centre { opacity: 1; }
body.anim .donut svg circle:last-of-type { opacity: 0; transition: opacity .6s ease .9s; }
body.anim .donut.on svg circle:last-of-type { opacity: 1; }
body.anim .stat-card img { opacity: 0; transform: translateY(6px); transition: opacity 1s ease, transform 1s cubic-bezier(.22,.61,.36,1); }
body.anim .stat-card.on img { opacity: 1; transform: none; }
body.anim .pricing tbody tr { opacity: 0; transform: translateY(7px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
body.anim .pricing tbody.on tr { opacity: 1; transform: none; }

/* ---- Media queries ---- */
@media (prefers-reduced-motion: reduce) {
  .tl-fill, .tl-dot, .tl-name { transition: none !important; }
}
@media (max-width: 1150px) {
  .unknown-row { grid-template-columns: 1fr; row-gap: 36px; }
  .unknown-copy .lead { max-width: 460px; }
  .evidence { padding: 32px; }
}
@media (max-width: 860px) {
  .hero h1 { font-size: 32px; }
  .stats, .return-grid, .triad-grid { grid-template-columns: 1fr; }
  .unknown-row { grid-template-columns: 1fr; }
  .unknown-item { flex-direction: column; align-items: flex-start; }
  .return-grid > div { padding: 0 0 18px; }
  .return-grid > div + div { border-left: none; }
  .tl-name { font-size: 10.5px; }
  .wrap { padding-left: 28px; padding-right: 28px; }
}

/* ---- Briefing page (body.page-briefing) ---- */
.page-briefing .brief-hero, .page-poc .brief-hero { background: #0b3b3b; padding: 52px 0 0; }
.page-briefing .brief-hero .eyebrow, .page-poc .brief-hero .eyebrow { font-weight: 600; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: #e8c56b; margin: 0 0 16px; }
.page-briefing .brief-hero h1, .page-poc .brief-hero h1 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 40px; line-height: 1.12; color: #f4f1ea; margin: 0 0 18px; max-width: 780px; }
.page-briefing .brief-hero .standfirst, .page-poc .brief-hero .standfirst { font-size: 15px; line-height: 1.65; color: #b9cbc6; margin: 0 0 14px; max-width: 700px; }
.page-briefing .invite-callout, .page-poc .invite-callout { display: inline-block; margin-top: 14px; padding: 11px 20px; border: 1px solid rgba(244,241,234,.28); border-radius: 3px; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #f4f1ea; }
.page-briefing .brief-meta, .page-poc .brief-meta { margin-top: 36px; border-top: 1px solid rgba(244,241,234,.15); padding: 20px 0 30px; display: flex; align-items: baseline; gap: 40px; flex-wrap: wrap; }
.page-briefing .brief-meta .pair, .page-poc .brief-meta .pair { display: flex; flex-direction: column; gap: 4px; }
.page-briefing .brief-meta .l, .page-poc .brief-meta .l { font-weight: 600; font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: #8fb0aa; }
.page-briefing .brief-meta .v, .page-poc .brief-meta .v { font-size: 13px; font-weight: 500; color: #f4f1ea; }
.page-briefing .prose-lead { font-size: 14px; line-height: 1.7; color: #4f4d47; margin: 0 0 14px; max-width: 740px; }
.page-briefing .prose-lead strong { color: #0d0d0c; font-weight: 600; }
.page-briefing .fb-band { background: #f0ede3; border-top: 1px solid #e3ded2; border-bottom: 1px solid #e3ded2; padding: 56px 0 60px; }
.page-briefing .fb-band h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #0d0d0c; margin: 0 0 26px; }
.page-briefing .fb-list { margin: 30px 0 0; max-width: 900px; border-top: 1px solid #e2ded4; }
.page-briefing .fb-row { display: grid; grid-template-columns: 230px 1fr; gap: 8px 32px; padding: 15px 0; border-bottom: 1px solid #eeeae0; align-items: baseline; }
.page-briefing .fb-row dt { font-weight: 600; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: #9a7328; margin: 0; }
.page-briefing .fb-row dd { font-size: 13.5px; line-height: 1.6; color: #4f4d47; margin: 0; max-width: 620px; text-wrap: pretty; }
@media (max-width: 700px) {
  .page-briefing .fb-row { grid-template-columns: 1fr; }
}
.brief-only-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 64px; margin-top: 30px; }
.brief-only-grid .sys-item .d { max-width: 520px; }
.page-briefing .return-grid { margin-top: 30px; }
.page-briefing .return-grid .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }
.people-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.people-row > div { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 28px 30px 26px; }
.people-row .nm { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 20px; color: #0d0d0c; margin: 0 0 4px; }
.people-row .rl { font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #9a7328; margin: 0 0 14px; }
.people-row .bio { font-size: 13px; line-height: 1.65; color: #4f4d47; margin: 0; }
.page-briefing .cta p.body { font-size: 13.5px; line-height: 1.65; color: #b9cbc6; margin: 0 0 26px; max-width: 680px; }
/* ---- Briefing · next step (two options + document cards) ---- */
.next-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 820px; margin: 6px 0 0; }
.next-card { display: flex; flex-direction: column; border: 1px solid rgba(244,241,234,.14); background: rgba(255,255,255,.04); border-radius: 12px; padding: 30px 32px 32px; }
.next-card .lbl { font: 600 10px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 1.8px; text-transform: uppercase; color: #e8c56b; margin: 0 0 12px; }
.next-card .ct { font-size: 13.5px; line-height: 1.65; color: #cdddd8; margin: 0 0 24px; flex: 1; }
.next-card .ct a { color: #f4f1ea; text-decoration: underline; text-underline-offset: 3px; }
.btn-pill { display: inline-flex; align-items: center; align-self: flex-start; font: 700 12.5px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .3px; padding: 13px 26px; border-radius: 999px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn-pill.gold { background: #e8c56b; color: #0b3b3b; }
.btn-pill.gold:hover { background: #efce7f; color: #0b3b3b; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(232,197,107,.22); }
.btn-pill.plum { background: #5f2a53; color: #f4f1ea; }
.btn-pill.plum:hover { background: #6d3260; color: #f4f1ea; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(95,42,83,.4); }
/* ---- Briefing · evidence panel (aubergine, its own shade) ---- */
.evidence-band { background: #47213d; border-top: 1px solid #35182d; border-bottom: 1px solid #35182d; padding: 56px 0 60px; }
.evidence-band .kicker { color: #e8c56b; }
.evidence-band h2 { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 26px; color: #f4f1ea; margin: 0 0 8px; }
.evidence-band .prose-lead { color: #cdb9c6; max-width: 740px; }
.evidence-band a:focus-visible { outline-color: #e8c56b; }
.doc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.doc-card { display: block; border: 1px solid rgba(244,241,234,.16); border-radius: 8px; padding: 24px 24px 22px; background: rgba(255,255,255,.05); text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.doc-card:hover { border-color: rgba(232,197,107,.55); background: rgba(255,255,255,.085); }
.doc-card .kind { font: 600 9px "SF Mono", Menlo, Consolas, monospace; letter-spacing: 1.6px; text-transform: uppercase; color: #e8c56b; margin: 0 0 14px; }
.doc-card .dt { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; color: #f4f1ea; margin: 0 0 8px; }
.doc-card .dd { font-size: 12.5px; line-height: 1.6; color: #c9b6c2; margin: 0; }
.doc-card.soon { border-style: dashed; background: transparent; border-color: rgba(244,241,234,.22); }
.doc-card.soon .kind { color: #b79fae; }
.doc-card.soon .dt { color: #d9c9d3; }
/* ---- Briefing · header jump-nav (appears once the hero scrolls away) ---- */
.page-briefing .hdr-right { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: 22px; }
.page-briefing .hdr-invite { font: 600 10.5px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0; transition: opacity .3s ease; }
.page-briefing .hdr-jump { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; gap: 22px; align-items: center; opacity: 0; visibility: hidden; transition: none; }
.page-briefing .hdr-jump a { position: relative; padding-bottom: 8px; font: 600 10px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 1.3px; text-transform: uppercase; color: #56716c; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.page-briefing .hdr-jump a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: calc(var(--p, 0) * 100%); background: #9a7328; transition: width .15s linear; }
.page-briefing .hdr-jump a:hover { color: #9a7328; }
.page-briefing.nav-on .hdr-invite { opacity: 0; visibility: hidden; transition: none; }
.page-briefing.nav-on .hdr-jump { opacity: 1; visibility: visible; transition: opacity .3s ease; }
#only-h2, #fb-h2, #evidence-h2, #follow-h2, #runs-h2, #next-step, #exposures-h2, #pool-h2, #why-h2, #faq-h2 { scroll-margin-top: 112px; }
@media (max-width: 900px) {
  .page-briefing .hdr-jump { display: none; }
  .page-briefing.nav-on .hdr-invite { opacity: 1; visibility: visible; }
}
@media (max-width: 760px) { .next-two, .doc-cards { grid-template-columns: 1fr; } }
@media (max-width: 860px) {
  .brief-only-grid, .people-row { grid-template-columns: 1fr; }
  .page-briefing .brief-hero h1 { font-size: 30px; }
}

/* ---- Sector briefing pages (pools.html and future sector variants) ---- */
.exposure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.exposure-card { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 30px 32px 28px; }
.exposure-card .t { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-size: 19px; line-height: 1.35; color: #0d0d0c; margin: 0 0 12px; }
.exposure-card .d { font-size: 13.5px; line-height: 1.7; color: #4f4d47; margin: 0 0 14px; }
.exposure-card .flag { font-size: 12.5px; line-height: 1.65; color: #4f4d47; margin: 14px 0 0; padding-top: 14px; border-top: 1px solid #ece7da; }
.exposure-card .flag a { color: #0c4a4e; text-decoration: underline; text-underline-offset: 3px; }
.exposure-card .flag a:hover { color: #9a7328; }
.dot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 48px; margin: 0; padding: 0; list-style: none; }
.dot-grid li { position: relative; padding-left: 20px; font-size: 13.5px; line-height: 1.6; color: #4f4d47; }
.dot-grid li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #e8c56b; }
@media (max-width: 760px) { .exposure-grid, .dot-grid { grid-template-columns: 1fr; } }

/* ---- Add-sites page (body.page-add) ---- */
.org-tag { font-weight: 600; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #6e6a5e; margin: 0 0 18px; }
.page-add .hero .sub { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-size: 20px; line-height: 1.4; color: #0d0d0c; margin: 0 0 18px; max-width: 700px; }
.page-add .hero p { max-width: 760px; }
.lead-line { font-size: 13.5px; line-height: 1.65; color: #4f4d47; margin: 0 0 14px; max-width: 740px; }
.lead-line strong { color: #0d0d0c; }
.count-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.count-grid > div { border: 1px solid #e2ded4; border-radius: 12px; background: #fdfcf9; padding: 24px 26px 22px; }
.count-grid .t { font-weight: 700; font-size: 13.5px; color: #0d0d0c; margin: 0 0 6px; }
.count-grid .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }
.count-grid .d { font-size: 12.5px; line-height: 1.6; color: #6b665a; margin: 0; }
@media (max-width: 1150px) { .count-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .count-grid { grid-template-columns: 1fr; } }
.page-add .cta p { font-size: 13.5px; line-height: 1.65; color: #b9cbc6; margin: 0 0 26px; max-width: 680px; }
.hw { position: relative; background: #0b3b3b; border-radius: 22px; padding: 56px 60px; display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: center; margin-top: 34px; }
.hw-list { display: flex; flex-direction: column; gap: 26px; }
.hw-item { display: block; position: relative; text-align: left; background: none; border: 0; cursor: pointer; font: inherit; padding: 30px 0 0; opacity: .5; transition: opacity .5s ease; }
.hw-item.active { opacity: 1; }
.hw-item .gn { position: absolute; top: -12px; left: -4px; font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 72px; line-height: 1; letter-spacing: -2px; color: rgba(232,197,107,.22); transition: color .5s ease; }
.hw-item.active .gn { color: rgba(232,197,107,.4); }
.hw-item .ht { position: relative; display: block; font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 17.5px; color: #f4f1ea; margin: 0 0 7px; }
.hw-item .hd { position: relative; display: block; font-size: 12px; line-height: 1.6; color: #9db8b3; max-width: 320px; }
.hw-stage { position: relative; }
.hw-stage .frames { display: grid; }
.hw-stage img { grid-area: 1 / 1; width: 100%; height: auto; align-self: center; border-radius: 16px; opacity: 0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease; box-shadow: 0 22px 44px -18px rgba(0,0,0,.5); }
.hw-stage img.on { opacity: 1; transform: none; }
.hw-link { position: absolute; right: 100%; top: 64px; width: clamp(32px, 5vw, 72px); height: 2px; background: linear-gradient(90deg, rgba(232,197,107,0), rgba(232,197,107,.85)); transition: top .55s cubic-bezier(.22,.61,.36,1); z-index: 1; pointer-events: none; }
.hw-link::after { content: ""; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: #e8c56b; }
.page-add .kicker.snug { margin-bottom: 10px; }
.page-add .section h2.tight { margin-bottom: 8px; }
.hw-pause { position: absolute; top: 100%; right: 0; margin-top: 14px; z-index: 2; display: grid; place-items: center; width: 32px; height: 32px; background: none; border: 0; padding: 0; color: #fff; opacity: .55; cursor: pointer; transition: opacity .3s ease; }
.hw-pause svg { width: 18px; height: 18px; display: block; }
.hw-pause svg[hidden] { display: none; }
.hw-pause:hover { opacity: 1; }
.hw-pause[hidden] { display: none; }
.hw-foot { grid-column: 1 / -1; border-top: 1px solid rgba(244,241,234,.14); margin-top: 14px; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 36px; flex-wrap: wrap; }
.hw-foot .must { font-size: 12.5px; line-height: 1.6; color: #9db8b3; margin: 0; max-width: 560px; }
.hw-foot .must strong { color: #f4f1ea; }
.hw-thanks { grid-column: 1 / -1; font-size: 11.5px; line-height: 1.6; color: #86a49e; margin: 16px 0 0; }
@media (prefers-reduced-motion: reduce) {
  .hw-stage img, .hw-item, .hw-item .gn, .hw-link { transition: none !important; }
  .hw-stage img { transform: none; }
}
@media (max-width: 940px) {
  .hw { grid-template-columns: 1fr; gap: 40px; padding: 34px 28px; }
  .hw-link { display: none; }
}

/* ---- About page (body.page-about) ---- */
.page-about .hero { padding: 56px 0 20px; }
.page-about .hero h1 { max-width: 820px; }
.page-about .hero h1 em { font-style: italic; font-weight: 400; color: #9a7328; }
.page-about .hero p { max-width: 720px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-stats .stat-card { padding: 32px 28px 30px; }
.about-stats .num { font-size: 52px; }
.about-stats .unit { font-weight: 600; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: #8fb0aa; margin: 12px 0 0; }
.about-stats .src { margin: 16px 0 0; }
.press { padding: 26px 0 64px; }
.press .kicker { text-align: center; margin-bottom: 26px; }
.press-row { display: flex; justify-content: center; align-items: center; gap: 22px 48px; flex-wrap: wrap; }
.press-row img { height: 53px; width: auto; display: block; }
.people-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(36px, 5vw, 76px); align-items: start; margin: 0; }
#people-h2 { margin-bottom: 14px; }
.people-grid .lead-copy { max-width: 480px; }
.people-grid .sys-items { margin-top: 24px; gap: 17px; }
.people-grid .sys-item .t { margin: 0 0 3px; }
.people-figure { margin: 0; }
.people-figure img { width: 100%; height: auto; display: block; border-radius: 12px; }
.people-figure figcaption { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #6e6a5e; margin: 14px 0 0; text-align: center; }
.page-about .lead-copy { font-size: 14px; line-height: 1.7; color: #4f4d47; margin: 0 0 14px; max-width: 770px; }
.page-about .lead-copy strong { color: #0d0d0c; font-weight: 600; }
.page-about .fn { font-size: 11.5px; color: #6e6a5e; }
.page-about .return-grid { margin-top: 30px; }
.page-about .return-grid .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }
.sys-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(36px, 5vw, 76px); align-items: start; margin: 30px 0 0; }
.sys-items { display: flex; flex-direction: column; gap: 22px; }
.sys-item .t { font-weight: 700; font-size: 13.5px; color: #0d0d0c; margin: 0 0 6px; }
.sys-item .t::before { content: ""; display: block; width: 22px; height: 3px; background: #e8c56b; margin: 0 0 12px; }
.sys-item .d { font-size: 12.5px; line-height: 1.6; color: #6b665a; margin: 0; max-width: 440px; }
.sys-item .dm { display: inline-block; font: 500 11px "SF Mono", Menlo, Consolas, monospace; letter-spacing: .3px; color: #0c4a4e; text-decoration: none; margin: 0 0 8px; }
.sys-item .dm:hover { color: #9a7328; }
.sys-item .tag { font-weight: 600; font-size: 9px; letter-spacing: 1.6px; text-transform: uppercase; color: #9a7328; margin-left: 6px; }
.sys-figure { background: #fff; border: 1px solid #e2ded4; border-radius: 12px; padding: clamp(16px, 2vw, 26px); margin: 0; position: sticky; top: 130px; }
.sys-figure img { width: 100%; height: auto; display: block; }
.sys-figure figcaption { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #6e6a5e; margin: 16px 0 0; text-align: center; }
@media (max-width: 940px) { .sys-grid { grid-template-columns: 1fr; } .sys-figure { position: static; } }
.avail { display: flex; gap: 36px; align-items: center; margin-top: 34px; }
.avail-chart { width: 200px; flex: none; position: relative; }
.avail-chart .centre { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.avail-chart .cnum { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-weight: 700; font-size: 22px; line-height: 1; color: #0d0d0c; margin: 0; }
.avail-chart .clab { font-weight: 600; font-size: 8px; letter-spacing: 1.6px; text-transform: uppercase; color: #6e6a5e; margin: 5px 0 0; }
.avail-legend { flex: 1; min-width: 0; max-width: 340px; }
.avail-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4f4d47; margin: 0; padding: 9px 0; border-bottom: 1px solid #e8e4d8; }
.avail-row:first-child { border-top: 1px solid #e8e4d8; }
.avail-row .sw { width: 10px; height: 10px; border-radius: 2px; flex: none; }
.avail-row .lb { flex: 1; }
.avail-row .vl { font-weight: 700; color: #0d0d0c; font-variant-numeric: tabular-nums; }
.avail-comment { font-family: Optima, 'Optima Nova', Candara, sans-serif; font-style: italic; font-size: 14.5px; line-height: 1.55; color: #4f4d47; margin: 18px 0 0; }
.infra-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(36px, 5vw, 76px); align-items: center; margin: 0; }
#infra-h2 { margin-bottom: 14px; }
.map-figure { margin: 0; }
.map-figure img { width: 100%; height: auto; display: block; border-radius: 12px; }
.map-figure figcaption { font-weight: 600; font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #6e6a5e; margin: 14px 0 0; text-align: center; }
.page-about .hero p.kicker { font-size: 15px; color: #0c4a4e; margin: 0 0 16px; }
.page-about .section p.kicker, .page-about .press h2.kicker { font-size: 10.5px; color: #4f4d47; }
.page-about .cta p.kicker { font-size: 10.5px; color: #e8c56b; margin: 0 0 16px; }
.page-about .cta p { font-size: 13.5px; line-height: 1.65; color: #b9cbc6; margin: 0 0 26px; max-width: 680px; }
@media (max-width: 1150px) { .about-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 940px) { .infra-grid, .people-grid { grid-template-columns: 1fr; } .people-figure { max-width: 540px; } }
@media (max-width: 560px) { .avail { flex-direction: column; align-items: flex-start; } }
@media (max-width: 640px) { .about-stats { grid-template-columns: 1fr; } }

/* ---- Landing · header label/jump (matches briefing/poc) ---- */
.page-landing .hdr-right { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: 22px; }
.page-landing .hdr-invite { font: 600 10.5px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 2.2px; text-transform: uppercase; color: #0c4a4e; margin: 0; transition: opacity .3s ease; }
.page-landing .hdr-jump { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; gap: 22px; align-items: center; opacity: 0; visibility: hidden; transition: none; }
.page-landing .hdr-jump a { position: relative; padding-bottom: 8px; font: 600 10px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 1.3px; text-transform: uppercase; color: #56716c; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.page-landing .hdr-jump a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: #9a7328; transition: width .15s linear; }
.page-landing .hdr-jump a:hover { color: #9a7328; }
.page-landing .hdr-jump a:hover::after { width: 100%; }
.page-landing.nav-on .hdr-invite { opacity: 0; visibility: hidden; transition: none; }
.page-landing.nav-on .hdr-jump { opacity: 1; visibility: visible; transition: opacity .3s ease; }
@media (max-width: 900px) { .page-landing .hdr-jump { display: none; } .page-landing.nav-on .hdr-invite { opacity: 1; visibility: visible; } }
