:root {
  --ink: #080806;
  --ink-soft: #11100d;
  --paper: #f3efe5;
  --paper-dark: #d9d2c3;
  --gold: #d8ab4e;
  --gold-pale: #f0d48d;
  --line: rgba(243, 239, 229, .14);
  --serif: Baskerville, Didot, "Bodoni MT", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
body::selection { color: var(--ink); background: var(--gold-pale); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--gold); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.noise { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s; }
.site-header.scrolled { background: rgba(8, 8, 6, .84); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; justify-self: start; }
.brand-lines { display: grid; gap: 6px; width: 30px; flex: 0 0 auto; }
.brand-lines i { display: block; height: 1px; background: var(--gold); box-shadow: 0 0 10px rgba(216, 171, 78, .38); }
.brand-lines i:first-child { width: 30px; }
.brand-lines i:last-child { width: 18px; justify-self: end; }
.header-logo { width: clamp(104px, 9vw, 118px); height: auto; filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .44)); }
nav { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
nav a { color: rgba(243, 239, 229, .7); font-size: .68rem; letter-spacing: .19em; text-transform: uppercase; transition: color .2s; }
nav a:hover { color: var(--paper); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.4rem; }
.header-cta { font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: .45rem; white-space: nowrap; }
.header-cta span { color: var(--gold); margin-left: .5rem; }
.header-cta .header-cta-label { color: inherit; margin-left: 0; }
.language-switcher { position: relative; }
.language-trigger { display: flex; align-items: center; gap: .45rem; min-height: 38px; padding: .35rem .55rem; color: var(--paper); border: 1px solid rgba(216, 171, 78, .28); background: rgba(8, 8, 6, .45); cursor: pointer; }
.language-trigger:hover, .language-trigger[aria-expanded="true"] { border-color: var(--gold); }
.language-flag, .language-menu button > img { width: 22px; height: 14px; object-fit: cover; border: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 1px 4px rgba(0, 0, 0, .35); }
.language-code { font-size: .55rem; font-weight: 600; letter-spacing: .1em; }
.language-chevron { color: var(--gold); font-size: .72rem; transform: translateY(-1px); }
.language-menu { position: absolute; right: 0; top: calc(100% + .75rem); width: 240px; padding: .4rem; background: rgba(10, 9, 7, .98); border: 1px solid rgba(216, 171, 78, .32); box-shadow: 0 18px 50px rgba(0, 0, 0, .38); backdrop-filter: blur(16px); }
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; display: grid; grid-template-columns: 30px 1fr auto; gap: .55rem; align-items: center; padding: .8rem; color: rgba(243, 239, 229, .72); border: 0; background: transparent; text-align: left; cursor: pointer; }
.language-menu button:hover, .language-menu button.active { color: var(--paper); background: rgba(216, 171, 78, .1); }
.language-menu button > span { font-size: .72rem; }
.language-menu small { color: var(--gold); font-size: .52rem; letter-spacing: .08em; }

.hero { position: relative; min-height: 100svh; isolation: isolate; display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; overflow: hidden; padding: 9rem clamp(1.25rem, 8vw, 9rem) 6rem; }
#gold-canvas, #waitlist-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -3; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 68% 45%, transparent 0, rgba(8, 8, 6, .22) 35%, rgba(8, 8, 6, .92) 88%), linear-gradient(90deg, rgba(8, 8, 6, .88), transparent 57%); }
.hero-brand-lockup { position: relative; z-index: 1; width: min(100%, 540px); justify-self: end; filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .5)) drop-shadow(0 0 34px rgba(216, 171, 78, .1)); }
.hero-brand-lockup img { width: 100%; height: auto; }
.hero-content { max-width: 820px; position: relative; z-index: 1; }
.eyebrow, .section-kicker { margin: 0 0 1.8rem; display: flex; align-items: center; gap: .8rem; color: var(--gold-pale); font-size: .66rem; font-weight: 500; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow .eyebrow-line { width: 38px; height: 1px; background: var(--gold); }
.section-kicker b, .scroll-cue b { font: inherit; font-weight: inherit; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(4rem, 6.6vw, 7.6rem); line-height: .85; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-copy { max-width: 590px; margin: 2rem 0 0; color: rgba(243, 239, 229, .67); font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.7; }
.hero-actions { margin-top: 2.4rem; display: flex; gap: 2rem; align-items: center; }
.button { display: inline-flex; gap: 2.6rem; align-items: center; padding: 1.1rem 1.25rem; font-size: .71rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.button-gold { color: #0b0a07; background: var(--gold); transition: transform .25s, background .25s; }
.button-gold:hover { transform: translateY(-3px); background: var(--gold-pale); }
.text-link { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(243, 239, 229, .75); }
.text-link span { color: var(--gold); margin-left: .6rem; }
.hero-aside { position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 6rem; display: grid; grid-template-columns: auto 72px auto; gap: 1rem; align-items: start; color: rgba(243, 239, 229, .55); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-aside div { height: 1px; margin-top: .3rem; background: var(--gold); }
.hero-aside p { margin: 0; line-height: 1.8; }
.scroll-cue { position: absolute; left: 2rem; bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: rgba(243, 239, 229, .4); font-size: .58rem; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue span { height: 36px; width: 1px; background: var(--gold); }

.section { padding: clamp(6rem, 12vw, 11rem) clamp(1.25rem, 8vw, 9rem); }
.statement { min-height: 86vh; position: relative; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .7fr 2.1fr 1fr; gap: 3rem; align-items: center; }
.section-kicker { color: #8a692f; align-self: start; }
.section-kicker span { color: var(--gold); }
.statement-copy { font-family: var(--serif); font-size: clamp(2.8rem, 5.7vw, 6.4rem); line-height: .98; letter-spacing: -.035em; margin: 0; }
.statement-copy strong { font-weight: 400; font-style: italic; color: #a57420; }
.statement-note { max-width: 320px; color: #6d685f; line-height: 1.75; font-size: .95rem; align-self: end; margin-bottom: 2rem; }

.gallery-section { background: #0d0c0a; padding: clamp(6rem, 9vw, 9rem) 0; overflow: hidden; }
.gallery-heading { padding-top: 0; padding-bottom: 4rem; display: grid; grid-template-columns: .7fr 2.1fr 1fr; gap: 3rem; align-items: end; }
.gallery-heading h2, .method h2, .founder h2, .waitlist h2 { font-size: clamp(3.4rem, 6.6vw, 7.2rem); line-height: .93; }
.gallery-heading > p:last-child { color: rgba(243, 239, 229, .45); font-size: .85rem; line-height: 1.7; max-width: 250px; }
.marquee { width: 100%; overflow: hidden; }
.marquee-track { width: max-content; display: flex; gap: 1.25rem; padding-left: 1.25rem; animation: marquee 52s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.chart-card { position: relative; width: min(62vw, 780px); margin: 0; flex: 0 0 auto; overflow: hidden; background: #050504; }
.chart-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(216, 171, 78, .18); pointer-events: none; }
.chart-card img { width: 100%; aspect-ratio: 1.72; object-fit: cover; filter: saturate(.86) contrast(1.04); transition: transform .7s; }
.chart-card:hover img { transform: scale(1.025); }
.chart-card figcaption { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 1.2rem; padding: 1.3rem 1.4rem; border-top: 1px solid rgba(216, 171, 78, .18); }
.chart-card figcaption span { color: var(--gold); font-size: .63rem; }
.chart-card figcaption strong { font-family: var(--serif); font-weight: 400; font-size: 1.45rem; }
.chart-card figcaption small { color: rgba(243, 239, 229, .42); letter-spacing: .11em; text-transform: uppercase; font-size: .55rem; }
@keyframes marquee { to { transform: translateX(calc(-50% - .625rem)); } }

.method { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 1fr 1.4fr; gap: 8vw; }
.method-heading { position: sticky; top: 10rem; align-self: start; }
.principles { border-top: 1px solid #cfc7b8; }
.principle { display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem; padding: 3rem 0; border-bottom: 1px solid #cfc7b8; }
.principle > span { font-family: var(--serif); color: #b1873c; font-size: 1.4rem; }
.principle div > p:first-child { margin: 0 0 1rem; color: #8a8276; font-size: .61rem; text-transform: uppercase; letter-spacing: .18em; }
.principle h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 3.6rem); }
.principle div > p:last-child { color: #716b62; max-width: 500px; line-height: 1.7; }

.founder { min-height: 88vh; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 7rem); align-items: center; overflow: hidden; background: #0a0907; }
.founder::before { content: ""; position: absolute; width: 46vw; aspect-ratio: 1; left: -18vw; top: -20vw; border-radius: 50%; background: rgba(216, 171, 78, .08); filter: blur(90px); pointer-events: none; }
.founder-visual { position: relative; width: min(100%, 570px); margin: clamp(2.75rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem); }
.founder-orbit { position: relative; z-index: 1; width: min(43vw, 620px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(216, 171, 78, .26); border-radius: 50%; pointer-events: none; }
.founder-orbit::before, .founder-orbit::after { content: ""; position: absolute; border: 1px solid rgba(216, 171, 78, .12); border-radius: 50%; }
.founder-orbit::before { inset: 10%; animation: rotate 24s linear infinite; border-top-color: var(--gold); }
.founder-orbit::after { inset: 23%; animation: rotate 17s linear infinite reverse; border-right-color: var(--gold); }
.founder-orbit span { font-family: var(--serif); font-size: clamp(7rem, 18vw, 15rem); color: #d5a64c; text-shadow: 0 0 90px rgba(216, 171, 78, .28); }
.founder-portrait { position: relative; margin: 0; overflow: hidden; background: #11100e; border: 1px solid rgba(216, 171, 78, .34); box-shadow: 0 35px 90px rgba(0, 0, 0, .52); }
.founder-portrait img { display: block; width: 100%; height: auto; image-rendering: auto; }
@keyframes rotate { to { transform: rotate(360deg); } }
.founder-copy { width: 100%; max-width: 900px; margin-inline: auto; }
.founder h2 { max-width: 860px; font-size: clamp(3rem, 5.4vw, 6rem); }
.founder-copy > p:not(.section-kicker) { max-width: 620px; color: rgba(243, 239, 229, .58); font-size: .93rem; line-height: 1.78; margin: 2rem 0; }
.founder-credentials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; max-width: 620px; margin: 0 0 2rem; padding: 0; border-top: 1px solid rgba(216, 171, 78, .22); list-style: none; }
.founder-credentials li { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: center; min-height: 62px; padding: .8rem 1rem .8rem 0; border-bottom: 1px solid rgba(216, 171, 78, .16); }
.founder-credentials li:nth-child(odd) { border-right: 1px solid rgba(216, 171, 78, .16); }
.founder-credentials li:nth-child(even) { padding-left: 1rem; }
.founder-credentials span { color: var(--gold); font-size: .56rem; letter-spacing: .14em; }
.founder-credentials strong { color: rgba(243, 239, 229, .74); font-size: .65rem; font-weight: 500; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.signature { font-family: var(--serif); font-style: italic; color: var(--gold-pale); font-size: 2.25rem; }

.partners { background: #080806; }
.partners-heading { display: grid; grid-template-columns: .7fr 2.1fr 1fr; gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.partners-heading h2 { font-size: clamp(3.4rem, 6.6vw, 7.2rem); line-height: .93; }
.partners-heading > p:last-child { max-width: 310px; margin: 0; color: rgba(243, 239, 229, .48); font-size: .88rem; line-height: 1.75; }
.partners-grid { border-top: 1px solid rgba(216, 171, 78, .22); }
.partner-card { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; min-height: 190px; padding: 2.5rem 0; border-bottom: 1px solid rgba(216, 171, 78, .18); overflow: hidden; transition: background .3s, padding .3s; }
.partner-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 72% 50%, rgba(217, 255, 79, .08), transparent 36%); opacity: 0; transition: opacity .35s; }
.partner-card:hover { padding-inline: 1.5rem; background: rgba(255, 255, 255, .018); }
.partner-card:hover::before { opacity: 1; }
.partner-card > * { position: relative; z-index: 1; }
.partner-number { color: var(--gold); font-size: .63rem; letter-spacing: .14em; }
.ta-logo { display: flex; align-items: center; gap: 1rem; width: fit-content; }
.ta-mark { width: 56px; height: 56px; object-fit: contain; filter: drop-shadow(0 0 20px rgba(244, 200, 96, .12)); }
.ta-name { color: #f5efe4; font-family: "Space Grotesk", var(--sans); font-size: clamp(1.15rem, 1.9vw, 1.65rem); font-weight: 700; letter-spacing: -.01em; white-space: nowrap; }
.ta-name span { color: #f4c860; font-weight: 500; }
.partner-link { display: flex; align-items: center; gap: .8rem; color: rgba(243, 239, 229, .58); font-size: .62rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.partner-link b { color: var(--gold); font-size: 1rem; transition: transform .25s; }
.partner-card:hover .partner-link { color: var(--paper); }
.partner-card:hover .partner-link b { transform: translate(3px, -3px); }

.waitlist { position: relative; min-height: 88vh; display: grid; place-items: center; overflow: hidden; isolation: isolate; padding: 8rem 1.25rem; text-align: center; background: #100d07; }
.waitlist::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 55%, transparent, rgba(6, 5, 3, .72) 70%); }
.waitlist-content { width: min(850px, 100%); }
.waitlist .section-kicker { justify-content: center; color: var(--gold-pale); }
.waitlist-content > p:not(.section-kicker, .privacy-note, .form-status) { max-width: 560px; margin: 2rem auto; color: rgba(243, 239, 229, .58); line-height: 1.7; }
.subscribe-form { max-width: 680px; margin: 2.4rem auto 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; background: rgba(8, 8, 6, .76); border: 1px solid rgba(216, 171, 78, .38); padding: .45rem; }
.subscribe-form input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--paper); padding: 1.1rem 1.25rem; }
.subscribe-form input[type="email"] { grid-column: 1; grid-row: 1; }
.subscribe-form input::placeholder { color: rgba(243, 239, 229, .36); }
.subscribe-form button { grid-column: 2; grid-row: 1; border: 0; background: var(--gold); color: var(--ink); cursor: pointer; padding: 1rem 1.25rem; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.subscribe-form button:disabled { cursor: wait; opacity: .65; }
.subscribe-form button span { margin-left: 1.5rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; }
#turnstile-slot:empty { display: none; }
#turnstile-slot:not(:empty) { grid-column: 1 / -1; grid-row: 2; display: grid; place-items: center; padding: .7rem .25rem .25rem; border-top: 1px solid rgba(216, 171, 78, .15); }
.form-status { min-height: 1.4em; margin: 1rem 0 0; color: var(--gold-pale); font-size: .83rem; }
.form-status.error { color: #e7a28f; }
.privacy-note { margin: 1rem 0 0; color: rgba(243, 239, 229, .3); font-size: .64rem; letter-spacing: .08em; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 2rem; align-items: center; padding: 3rem clamp(1.25rem, 4vw, 4.5rem); border-top: 1px solid var(--line); background: #050504; color: rgba(243, 239, 229, .43); font-size: .62rem; letter-spacing: .08em; }
.footer-brand { display: block; width: clamp(165px, 16vw, 240px); }
.footer-logo { width: 100%; height: auto; filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .48)); }
footer p { margin: 0; }
footer div { display: flex; gap: 1.4rem; }
footer a:hover { color: var(--gold-pale); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .header-actions { gap: .8rem; }
  .brand { gap: .5rem; }
  .brand-lines { width: 24px; gap: 5px; }
  .brand-lines i:first-child { width: 24px; }
  .brand-lines i:last-child { width: 14px; }
  .header-logo { width: 88px; }
  .hero { display: block; padding-top: 7.5rem; padding-bottom: 8rem; }
  .hero-brand-lockup { width: min(76vw, 360px); margin: 0 0 1.75rem; justify-self: auto; }
  .hero-content { max-width: 100%; }
  h1 { font-size: clamp(3.6rem, 15vw, 7rem); }
  .hero-aside, .scroll-cue { display: none; }
  .statement, .gallery-heading, .partners-heading { grid-template-columns: 1fr; }
  .statement { align-content: center; }
  .statement-note { align-self: auto; margin: 0; }
  .chart-card { width: 84vw; }
  .method { grid-template-columns: 1fr; }
  .method-heading { position: static; }
  .founder { grid-template-columns: 1fr; gap: 5rem; }
  .founder-orbit { width: min(82vw, 520px); margin: 0 auto; }
  .founder-visual { width: min(78vw, 520px); }
  .partner-card { grid-template-columns: 48px minmax(0, 1fr); }
  .partner-link { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .site-header { padding-inline: 1rem; }
  .brand-lines { width: 24px; }
  .brand-lines i:first-child { width: 24px; }
  .brand-lines i:last-child { width: 14px; }
  .header-logo { width: 84px; }
  .header-cta { display: none; }
  .language-code { display: none; }
  .language-trigger { padding-inline: .48rem; }
  .language-menu { right: 0; width: min(240px, calc(100vw - 2rem)); }
  .hero { padding-inline: 1.15rem; }
  .hero-brand-lockup { width: min(72vw, 280px); margin-bottom: 1.35rem; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .section { padding-inline: 1.15rem; }
  .statement { min-height: auto; }
  .chart-card { width: 91vw; }
  .chart-card figcaption { grid-template-columns: auto 1fr; }
  .chart-card figcaption small { display: none; }
  .principle { grid-template-columns: 42px 1fr; }
  .founder { gap: 3rem; }
  .founder-orbit { width: min(78vw, 400px); }
  .founder-visual { width: min(86vw, 440px); }
  .founder-credentials { grid-template-columns: 1fr; }
  .founder-credentials li:nth-child(odd) { border-right: 0; }
  .founder-credentials li:nth-child(even) { padding-left: 0; }
  .partner-card { gap: 1rem; min-height: 170px; }
  .ta-logo { gap: .75rem; }
  .ta-mark { width: 46px; height: 46px; }
  .ta-name { font-size: .78rem; letter-spacing: .1em; white-space: normal; line-height: 1.5; }
  .partner-link { font-size: .56rem; line-height: 1.5; }
  .subscribe-form { grid-template-columns: 1fr; }
  .subscribe-form input[type="email"] { grid-column: 1; grid-row: 1; }
  #turnstile-slot:not(:empty) { grid-column: 1; grid-row: 2; }
  .subscribe-form button { grid-column: 1; grid-row: 3; padding: 1.2rem; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
