:root { --ink: #08090d; --paper: #f2f0e9; --gold: #f1c453; --blue: #4e79ff; --muted: #a6a8b3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { --line: rgba(255,255,255,.15); --accent: var(--gold); min-height: 100vh; overflow: hidden; position: relative; background: radial-gradient(circle at 77% 45%, rgba(78,121,255,.18), transparent 23%), radial-gradient(circle at 72% 12%, rgba(241,196,83,.12), transparent 18%), linear-gradient(135deg, #050507 0%, #0d0e15 55%, #06070a 100%); transition: background .6s ease, color .6s ease; }
.site-shell[data-mode='office'] { --line: rgba(23,35,20,.18); --accent: #39672e; color: #132012; background: linear-gradient(rgba(57,103,46,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(57,103,46,.06) 1px, transparent 1px), #ede8da; background-size: 42px 42px; }
.site-shell[data-mode='office'] .portrait-card { transform: rotate(-2deg); filter: saturate(.72); }
.site-shell[data-mode='office'] .story-image { filter: saturate(.3) brightness(.72); }
.site-shell[data-mode='office'] .signal-lab { background: #23301f; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .25; z-index: 3; background: repeating-linear-gradient(120deg, transparent 0 3px, rgba(255,255,255,.02) 3px 4px); mix-blend-mode: soft-light; }
.topbar { min-height: 84px; width: min(1480px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .18em; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); font: 700 16px Georgia, serif; letter-spacing: -.08em; }
.nav-links { display: flex; gap: 36px; color: var(--muted); font-size: 11px; letter-spacing: .17em; }
.nav-links a:hover { color: var(--accent); }
.mode-switch { justify-self: end; border: 1px solid var(--line); background: transparent; color: inherit; border-radius: 999px; padding: 12px 16px; font-weight: 800; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
.switch-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--accent); margin-right: 9px; box-shadow: 0 0 18px var(--accent); }
.hero { width: min(1480px, calc(100% - 48px)); min-height: calc(100vh - 84px); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,.75fr); align-items: center; gap: clamp(40px,7vw,120px); padding: 70px 0 86px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 11px; letter-spacing: .24em; font-weight: 800; }
h1 { margin: 0; max-width: 800px; font: 500 clamp(68px,8.2vw,144px)/.78 Georgia,'Times New Roman',serif; letter-spacing: -.075em; }
h1 span { display: block; margin-left: clamp(30px,8vw,130px); color: var(--accent); font-style: italic; }
.hero-lede { max-width: 660px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px,1.4vw,22px); line-height: 1.55; }
.hero-lede strong { color: var(--accent); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--line); font-size: 11px; font-weight: 900; letter-spacing: .12em; transition: transform .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #090a0e; background: var(--accent); border-color: var(--accent); }
.button-ghost { min-width: 58px; }
.ca-row { margin-top: 24px; min-height: 58px; max-width: 690px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border-block: 1px solid var(--line); }
.ca-label { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.ca-row code { overflow: hidden; text-overflow: ellipsis; font-size: 12px; letter-spacing: .06em; }
.ca-row button { border: 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.placeholder-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; opacity: .7; }
.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.portrait-card { width: min(430px,82vw); padding: 14px; transform: rotate(2.5deg); background: #f8f6ef; color: #0a0a0d; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 30px 100px rgba(0,0,0,.48); position: relative; z-index: 2; }
.portrait-card::before { content: ''; position: absolute; inset: -10px; border: 1px solid var(--accent); z-index: -1; }
.portrait-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.portrait-card p { margin: 14px 5px 4px; font-size: 10px; line-height: 1.35; font-weight: 900; letter-spacing: .15em; }
.portrait-meta { display: flex; justify-content: space-between; padding: 4px 4px 12px; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.price-tag { position: absolute; right: -8px; top: 10%; z-index: 4; width: 132px; height: 132px; border-radius: 50%; color: #0b0c10; background: var(--accent); display: grid; place-content: center; text-align: center; transform: rotate(8deg); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.price-tag span { font-size: 8px; letter-spacing: .17em; }
.price-tag strong { margin-top: 4px; font: 700 18px Georgia,serif; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; animation: spin 18s linear infinite; }
.orbit-one::after { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); top: 66px; right: 72px; box-shadow: 0 0 32px var(--accent); }
.orbit-two { width: 500px; height: 500px; border-style: dashed; animation: spin 24s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-kicker { position: relative; z-index: 2; display: flex; gap: 20px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.section-kicker span:first-child { color: var(--muted); }
.section-kicker.dark { color: #1c1c20; }
.section-kicker.dark span:first-child { color: #6c6b67; }
.story-stage { min-height: 105vh; padding: 64px max(24px, calc((100vw - 1480px)/2)); position: relative; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; isolation: isolate; color: #f5f1e7; }
.story-image, .story-shade { position: absolute; inset: 0; }
.story-image { background: url('assets/story-background.png') center/cover no-repeat; transition: filter .6s ease; z-index: -3; }
.story-shade { background: linear-gradient(90deg, rgba(4,5,7,.26), rgba(4,5,7,.5) 47%, rgba(4,5,7,.16)), linear-gradient(0deg, rgba(4,5,7,.83), transparent 45%); z-index: -2; }
.story-heading { align-self: center; width: min(870px, 72vw); margin-left: 29%; }
.story-heading>p, .manifesto-title>p { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.story-heading h2 { margin: 15px 0 0; font: 500 clamp(48px,6vw,102px)/.92 Georgia,serif; letter-spacing: -.055em; text-wrap: balance; }
.story-acts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.18); backdrop-filter: blur(14px); }
.story-acts article { min-height: 220px; padding: 28px; background: rgba(5,6,9,.73); }
.story-acts article>span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .22em; }
.story-acts h3 { margin: 35px 0 12px; font: 500 30px Georgia,serif; }
.story-acts p { margin: 0; color: #bbbcc4; font-size: 13px; line-height: 1.6; }
.story-acts strong { color: var(--gold); }
.ticker-ribbon { min-height: 76px; overflow: hidden; display: flex; align-items: center; color: #101117; background: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.ticker-ribbon>div { flex: 0 0 auto; display: flex; align-items: center; gap: 28px; padding-right: 28px; animation: marquee 28s linear infinite; }
.ticker-ribbon i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-100%); } }

.manifesto { min-height: 100vh; padding: 80px max(24px, calc((100vw - 1480px)/2)); color: #121318; background: #eeeae0; }
.manifesto-title { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; margin: 80px 0 90px; }
.manifesto-title h2 { margin: 0; font: 500 clamp(68px,9vw,150px)/.76 Georgia,serif; letter-spacing: -.07em; }
.manifesto-title em, .signal-lab em, .final-cta em { color: #4773ee; font-weight: 500; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #c8c3b7; }
.manifesto-grid article { min-height: 310px; padding: 30px clamp(20px,3vw,48px) 20px 0; border-right: 1px solid #c8c3b7; }
.manifesto-grid article+article { padding-left: clamp(20px,3vw,48px); }
.manifesto-grid article:last-child { border-right: 0; }
.manifesto-grid strong { color: #8b887f; font-size: 10px; letter-spacing: .2em; }
.manifesto-grid h3 { max-width: 340px; margin: 65px 0 20px; font: 500 clamp(25px,2.3vw,38px)/1 Georgia,serif; }
.manifesto-grid p { max-width: 390px; margin: 0; color: #64635e; font-size: 14px; line-height: 1.65; }

.family-frame { min-height: 86vh; position: relative; overflow: hidden; background: #06070b; display: flex; align-items: flex-end; }
.family-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .84; }
.family-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,8,.9) 0%, rgba(4,5,8,.55) 32%, transparent 72%), linear-gradient(0deg, rgba(4,5,8,.75), transparent 42%); }
.family-copy { width: min(1480px,calc(100% - 48px)); margin: 0 auto; padding-bottom: 70px; position: relative; z-index: 2; }
.family-copy>span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.family-copy h2 { max-width: 820px; margin: 20px 0; font: 500 clamp(46px,5.3vw,90px)/.88 Georgia,serif; letter-spacing: -.06em; }
.family-copy p { max-width: 480px; color: #c0c1c9; line-height: 1.55; }
.flash { position: absolute; width: 16px; height: 16px; border-radius: 50%; z-index: 3; background: #fff; box-shadow: 0 0 25px 8px #fff, 0 0 70px 24px rgba(78,121,255,.65); animation: flash 3.5s ease-in-out infinite; }
.flash-a { top: 26%; right: 8%; }.flash-b { top: 14%; left: 46%; animation-delay: 1.4s; }
@keyframes flash { 0%,72%,100% { opacity:.15; transform:scale(.5); } 76% { opacity:1; transform:scale(1.15); } }

.signal-lab { min-height: 90vh; padding: 80px max(24px,calc((100vw - 1480px)/2)); background: #11131b; transition: background .6s ease; }
.lab-grid { min-height: 68vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.lab-grid h2 { margin: 0; font: 500 clamp(66px,8vw,132px)/.76 Georgia,serif; letter-spacing: -.07em; }
.meter-card { position: relative; padding: clamp(28px,4vw,60px); border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.035); box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.meter-card::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(241,196,83,.23); pointer-events: none; }
.meter-readout { display: flex; align-items: baseline; gap: 8px; margin-bottom: 65px; }
.meter-readout span { margin-right: auto; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.meter-readout strong { color: var(--gold); font: 500 clamp(72px,9vw,132px)/.7 Georgia,serif; }
.meter-readout small { color: var(--muted); }
.meter-card label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.meter-card input { width: 100%; appearance: none; height: 3px; background: linear-gradient(90deg,var(--gold) 0 68%,rgba(255,255,255,.17) 68%); outline: 0; }
.meter-card input::-webkit-slider-thumb { appearance: none; width: 28px; height: 28px; border-radius: 50%; border: 7px solid #11131b; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); cursor: grab; }
.meter-scale { display: flex; justify-content: space-between; margin-top: 16px; color: #777987; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.meter-card>p { min-height: 38px; margin: 58px 0 0; color: #f2efe7; font: italic 500 clamp(24px,2vw,34px) Georgia,serif; }

.final-cta { min-height: 90vh; padding: 100px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #101116; background: var(--gold); }
.final-cta .eyebrow { color: #373019; }
.final-cta h2 { margin: 0; font: 500 clamp(84px,13vw,220px)/.72 Georgia,serif; letter-spacing: -.08em; }
.final-cta em { color: #101116; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 14px; }
.final-cta>p:not(.eyebrow) { max-width: 590px; margin: 45px 0; line-height: 1.6; }
.final-ca { width: min(850px,100%); min-height: 70px; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border-block: 1px solid rgba(16,17,22,.35); }
.final-ca span { font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.final-ca code { overflow: hidden; text-overflow: ellipsis; text-align: left; }
.final-ca button { border: 0; background: transparent; cursor: pointer; font-weight: 900; text-transform: uppercase; }
.final-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.final-links a { padding: 17px 22px; border: 1px solid rgba(16,17,22,.55); font-size: 10px; font-weight: 900; letter-spacing: .14em; transition: background .2s,color .2s; }
.final-links a:hover { color: var(--gold); background: #101116; }
footer { min-height: 130px; padding: 28px max(24px,calc((100vw - 1480px)/2)); display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 24px; background: #08090d; color: #e8e4da; }
footer p { margin: 0; color: #777987; font-size: 9px; line-height: 1.5; letter-spacing: .1em; text-align: center; }
footer>span { color: #777987; font-size: 9px; letter-spacing: .1em; text-align: right; }
.reveal>*:not(.story-image):not(.story-shade) { transition: opacity .7s ease, transform .7s ease; }
.reveal:not(.is-visible)>*:not(.story-image):not(.story-shade) { opacity: 0; transform: translateY(28px); }
.reveal.is-visible>*:not(.story-image):not(.story-shade) { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) { .topbar { grid-template-columns: 1fr auto; } .nav-links { display: none; } .hero { grid-template-columns: 1fr; padding-top: 54px; } .hero-visual { min-height: 560px; } .story-heading { width: min(760px,90vw); margin-left: 5%; } .story-acts { grid-template-columns: 1fr; } .story-acts article { min-height: 0; } .manifesto-title { grid-template-columns: 1fr; gap: 25px; } .manifesto-grid { grid-template-columns: 1fr; } .manifesto-grid article { min-height: 0; border-right:0; border-bottom:1px solid #c8c3b7; padding:32px 0 45px!important; } .manifesto-grid h3 { margin-top:30px; } .lab-grid { grid-template-columns:1fr; padding:70px 0; } footer { grid-template-columns:1fr; text-align:center; } footer .brand { justify-content:center; } footer>span { text-align:center; } }
@media (max-width: 620px) { .topbar,.hero { width: min(100% - 28px,1480px); } .brand>span:last-child { display:none; } .mode-switch { padding:11px 12px; } h1 { font-size:clamp(58px,20vw,92px); } h1 span { margin-left:18px; } .hero { gap:24px; padding-bottom:52px; } .hero-actions .button-primary { width:100%; } .ca-row { grid-template-columns:auto 1fr; } .ca-row button { grid-column:1/-1; min-height:38px; border-top:1px solid var(--line); } .hero-visual { min-height:460px; } .portrait-card { width:min(340px,84vw); } .price-tag { width:105px; height:105px; right:0; } .orbit-one { width:430px; height:430px; } .orbit-two { width:350px; height:350px; } .story-stage { padding-block:48px; } .story-heading { width:100%; margin:80px 0; } .story-heading h2 { font-size:44px; } .story-acts article { padding:22px; } .manifesto { padding-block:58px; } .manifesto-title { margin:58px 0; } .manifesto-title h2 { font-size:62px; } .family-frame { min-height:75vh; } .family-frame img { object-position:62% center; } .family-copy h2 { font-size:44px; } .meter-card { padding:26px 20px; } .meter-readout { margin-bottom:48px; } .meter-readout strong { font-size:70px; } .final-cta h2 { font-size:80px; } .final-ca { grid-template-columns:auto 1fr; } .final-ca button { grid-column:1/-1; min-height:40px; border-top:1px solid rgba(16,17,22,.3); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
