:root {
  --ink: #f4f0e7;
  --ink-strong: #fffaf0;
  --muted: #a5b1a9;
  --muted-strong: #c6cec7;
  --night: #050b09;
  --night-2: #081310;
  --surface: #0c1b16;
  --surface-2: #11261f;
  --surface-3: #153129;
  --green: #8dc6ae;
  --green-strong: #b4e1c9;
  --gold: #d4a24b;
  --gold-bright: #f0c86d;
  --gold-soft: rgba(212, 162, 75, .14);
  --line: rgba(185, 218, 197, .16);
  --line-gold: rgba(212, 162, 75, .38);
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 18px;
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--body);
  color: var(--ink);
  background: var(--night);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; background: var(--night); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 20; background: var(--gold-bright); color: var(--night); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(5, 11, 9, .86); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { max-width: 1220px; margin: auto; padding: 15px 28px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 220px; }
.brand-mark { width: 37px; height: 37px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-bright); font-weight: 800; letter-spacing: -.06em; box-shadow: 0 0 0 4px rgba(212,162,75,.05); }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; color: var(--ink-strong); font-size: .91rem; letter-spacing: .015em; }
.brand-copy span { color: var(--gold-bright); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: .83rem; }
.nav-links a { text-decoration: none; color: var(--muted); transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus { color: var(--gold-bright); }
.nav-cta { background: var(--gold); color: var(--night) !important; padding: 10px 15px; border-radius: 999px; font-weight: 800; }
.menu-button { display: none; margin-left: auto; min-width: 44px; min-height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 10px; padding: 8px 11px; color: var(--ink); cursor: pointer; }

.announcement { max-width: 1220px; margin: auto; padding: 12px 28px 0; color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; display: flex; justify-content: space-between; gap: 20px; }
.announcement span:last-child { color: var(--gold-bright); }
.hero { position: relative; max-width: 1220px; margin: auto; padding: 72px 28px 106px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -310px; top: -260px; border: 1px solid rgba(212,162,75,.16); border-radius: 50%; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 840px; height: 840px; right: -410px; top: -360px; border: 1px solid rgba(212,162,75,.08); border-radius: 50%; pointer-events: none; }
.eyebrow { color: var(--gold-bright); font-size: .69rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink-strong); line-height: 1.1; letter-spacing: -.035em; margin: 0 0 18px; }
h1, h2 { font-family: var(--display); font-weight: 500; }
h1 { font-size: clamp(3.25rem, 6vw, 6.6rem); max-width: 730px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
h3 { font-size: 1.2rem; }
.hero p { color: var(--muted-strong); font-size: 1.05rem; max-width: 625px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 999px; padding: 13px 19px; font-size: .88rem; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--night); box-shadow: 0 10px 30px rgba(212,162,75,.15); }
.button-primary:hover, .button-primary:focus { background: var(--gold-bright); }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--line-gold); }
.button-secondary:hover, .button-secondary:focus { background: var(--gold-soft); border-color: var(--gold); }
.hero-panel { position: relative; min-height: 490px; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, var(--surface-3), var(--surface)); border: 1px solid var(--line-gold); box-shadow: var(--shadow); padding: 30px; }
.hero-panel::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(141,198,174,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(141,198,174,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom right, black, transparent 76%); }
.hero-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -100px; border: 1px solid rgba(212,162,75,.5); border-radius: 50%; box-shadow: 0 0 0 38px rgba(212,162,75,.04), 0 0 0 80px rgba(212,162,75,.025); }
.hero-logo { width: 172px; height: 115px; object-fit: contain; object-position: left center; position: relative; z-index: 1; margin-left: -18px; margin-bottom: 55px; }
.hero-panel h2 { max-width: 330px; font-family: var(--body); font-size: 2.05rem; font-weight: 800; letter-spacing: -.05em; position: relative; z-index: 1; }
.hero-panel p { color: var(--muted-strong); font-size: .94rem; max-width: 335px; position: relative; z-index: 1; }
.panel-index { position: absolute; top: 29px; right: 31px; z-index: 1; color: var(--gold-bright); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.panel-note { position: absolute; bottom: 27px; right: 30px; color: var(--gold-bright); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-panel .panel-stat { position: absolute; bottom: 25px; left: 30px; z-index: 1; max-width: 215px; color: var(--green); font-size: .76rem; line-height: 1.35; }

.status-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--night-2); }
.status-rail-inner { max-width: 1220px; margin: auto; padding: 16px 28px; display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }
.status-item { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(141,198,174,.1); }
.status-dot.gold { background: var(--gold); box-shadow: 0 0 0 4px rgba(212,162,75,.1); }

.section { padding: 98px 28px; }
.section-soft { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-inner { max-width: 1220px; margin: auto; }
.section-intro { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 38px; }
.section-intro p { max-width: 500px; color: var(--muted); margin: 0; }
.founder-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: stretch; }
.founder-card { min-height: 380px; border: 1px solid var(--line-gold); border-radius: 22px; padding: 30px; background: linear-gradient(145deg, #173b30, #0c1b16); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; }
.founder-card::before, .founder-card::after { content: ""; position: absolute; border: 1px solid rgba(212,162,75,.24); border-radius: 50%; width: 360px; height: 360px; top: -170px; right: -160px; }
.founder-card::after { width: 510px; height: 510px; top: -245px; right: -235px; border-color: rgba(212,162,75,.11); }
.founder-initials { position: relative; z-index: 1; font-family: var(--display); font-size: 8rem; line-height: .85; color: var(--gold-bright); letter-spacing: -.1em; margin-left: -8px; margin-bottom: auto; padding-top: 15px; }
.founder-card-name, .founder-card-role, .founder-card-line { position: relative; z-index: 1; }
.founder-card-name { color: var(--ink-strong); font-size: 1.25rem; font-weight: 800; }
.founder-card-role { color: var(--green-strong); font-size: .78rem; margin-top: 3px; }
.founder-card-line { color: var(--gold-bright); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; margin-top: 28px; }
.founder-copy h2 { margin-bottom: 24px; }
.founder-copy p { color: var(--muted-strong); max-width: 640px; }
.founder-copy .button { margin-top: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { background: rgba(13, 28, 23, .72); border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.section-soft .card { background: rgba(5,11,9,.42); }
.card p { color: var(--muted); margin: 0; }
.card-link { text-decoration: none; display: block; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.card-link:hover, .card-link:focus { transform: translateY(-3px); border-color: var(--line-gold); background: var(--surface-2); }
.icon { width: 42px; height: 42px; border-radius: 13px; background: var(--gold-soft); color: var(--gold-bright); display: grid; place-items: center; font-weight: 850; margin-bottom: 22px; }
.route-card { display: flex; gap: 15px; align-items: start; }
.route-number { width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: var(--night); display: grid; place-items: center; flex: 0 0 auto; font-size: .8rem; font-weight: 850; }
.route-card h3 { margin-bottom: 6px; }
.route-card p { font-size: .9rem; }
.signal { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; background: rgba(141,198,174,.11); color: var(--green-strong); border: 1px solid rgba(141,198,174,.2); }
.signal::before { content: ""; width: 7px; height: 7px; background: currentColor; border-radius: 50%; }
.signal-gold { background: var(--gold-soft); color: var(--gold-bright); border-color: var(--line-gold); }
.quote { border-left: 3px solid var(--gold); padding: 8px 0 8px 22px; font-family: var(--display); font-size: 1.45rem; color: var(--ink); max-width: 780px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.metric { padding: 20px; border-radius: 15px; background: var(--surface); border: 1px solid var(--line); }
.metric strong { display: block; font-size: .86rem; letter-spacing: .1em; color: var(--gold-bright); line-height: 1; margin-bottom: 9px; }
.metric span { color: var(--muted); font-size: .83rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.story-card { min-height: 280px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; position: relative; overflow: hidden; }
.story-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(212,162,75,.22); right: -70px; bottom: -90px; }
.story-card.dholera { background: linear-gradient(145deg, #173b30, #0d211a); }
.story-card.lothal { background: linear-gradient(145deg, #362818, #1f180f); }
.story-card h3 { font-family: var(--display); font-size: 2rem; margin-top: 35px; }
.story-card p { color: var(--muted-strong); max-width: 430px; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; counter-reset: method; }
.method-step { position: relative; padding: 21px 18px; background: var(--surface); border: 1px solid var(--line); min-height: 158px; }
.method-step:first-child { border-radius: 16px 0 0 16px; }
.method-step:last-child { border-radius: 0 16px 16px 0; }
.method-step::before { counter-increment: method; content: "0" counter(method); color: var(--gold-bright); font-size: .68rem; letter-spacing: .13em; }
.method-step h3 { margin: 18px 0 7px; font-size: 1rem; }
.method-step p { color: var(--muted); font-size: .82rem; margin: 0; }
.section-rule { display: flex; align-items: center; gap: 14px; color: var(--gold-bright); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 24px; }
.section-rule::after { content: ""; height: 1px; background: var(--line-gold); flex: 1; }

.article-shell { max-width: 930px; margin: auto; padding: 78px 28px 110px; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 36px; margin-bottom: 40px; }
.article-header h1 { font-size: clamp(2.6rem, 5vw, 5rem); max-width: 880px; }
.article-header p { color: var(--muted-strong); font-size: 1.08rem; max-width: 700px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 23px; }
.article-body { font-size: 1.03rem; }
.article-body h2 { font-size: 2.3rem; margin-top: 54px; }
.article-body h3 { margin-top: 34px; }
.article-body p { color: var(--muted-strong); }
.article-body ul, .article-body ol { color: var(--muted-strong); padding-left: 1.35rem; }
.article-body li { margin: 8px 0; }
.callout { background: var(--gold-soft); border: 1px solid var(--line-gold); border-radius: 16px; padding: 22px 24px; margin: 30px 0; color: var(--muted-strong); }
.callout strong { color: var(--gold-bright); }
.next-step { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }
.next-step p { margin: 4px 0 0; color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; margin: 25px 0; }
table { width: 100%; border-collapse: collapse; min-width: 580px; background: var(--surface); }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--gold-bright); background: var(--surface-2); font-size: .82rem; }
td { color: var(--muted-strong); font-size: .93rem; }
tr:last-child td { border-bottom: 0; }
.source-note { font-size: .85rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 35px; }
.footer { background: #020605; color: var(--muted); padding: 58px 28px 30px; border-top: 1px solid var(--line); }
.footer-inner { max-width: 1220px; margin: auto; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 35px; }
.footer h3 { color: var(--ink); font-size: 1rem; letter-spacing: .01em; }
.footer p { max-width: 340px; font-size: .88rem; }
.footer a { display: block; color: var(--muted); text-decoration: none; font-size: .87rem; margin: 8px 0; transition: color .2s ease; }
.footer a:hover, .footer a:focus { color: var(--gold-bright); }
.footer-bottom { max-width: 1220px; margin: 38px auto 0; padding-top: 17px; border-top: 1px solid var(--line); font-size: .75rem; display: flex; justify-content: space-between; gap: 20px; }

:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media (max-width: 900px) {
  .nav-wrap { padding: 13px 20px; }
  .brand { min-width: 0; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 64px; left: 12px; right: 12px; padding: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 3px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 12px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 50px; }
  .hero-panel { min-height: 390px; }
  .grid-3, .grid-2, .footer-inner { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-intro { display: block; }
  .section-intro p { margin-top: 12px; }
  .method-grid { grid-template-columns: 1fr; gap: 8px; }
  .method-step, .method-step:first-child, .method-step:last-child { border-radius: 14px; min-height: 0; }
  .story-grid, .metric-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .announcement { padding: 10px 20px 0; display: block; }
  .announcement span:last-child { display: block; margin-top: 4px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-panel { min-height: 370px; padding: 24px; }
  .hero-logo { margin-bottom: 35px; }
  .section { padding: 74px 20px; }
  .founder-card { min-height: 300px; }
  .article-shell { padding: 58px 20px 86px; }
  .article-header h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .next-step { display: block; }
  .next-step .button { margin-top: 18px; }
  .footer { padding-left: 20px; padding-right: 20px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

/* Founder-led premium homepage */
.home-page { background: var(--night); }
.home-page .site-header { background: rgba(5, 11, 9, .72); }
.home-page .nav-wrap { max-width: 1440px; padding-left: 5.5vw; padding-right: 5.5vw; }
.home-page .brand { min-width: 250px; }
.home-page .nav-links { gap: 28px; }
.home-page .nav-links a { letter-spacing: .02em; }
.home-page .nav-links a:last-child { color: var(--gold-bright); }
.home-page .section { padding-top: 138px; padding-bottom: 138px; }
.home-section-inner { max-width: 1320px; margin: 0 auto; }
.home-hero { position: relative; min-height: calc(100vh - 70px); max-width: 1440px; margin: 0 auto; padding: 94px 5.5vw 120px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr); align-items: center; gap: 8vw; overflow: hidden; border-bottom: 1px solid var(--line); }
.home-hero::before { content: ""; position: absolute; width: 68vw; height: 68vw; max-width: 980px; max-height: 980px; left: -45vw; bottom: -55vw; border: 1px solid rgba(141,198,174,.11); border-radius: 50%; pointer-events: none; }
.home-hero-orbit { position: absolute; border: 1px solid rgba(212,162,75,.18); border-radius: 50%; pointer-events: none; }
.home-hero-orbit-one { width: 530px; height: 530px; right: -280px; top: -190px; }
.home-hero-orbit-two { width: 800px; height: 800px; right: -420px; top: -325px; border-color: rgba(212,162,75,.08); }
.home-hero-copy, .home-identity { position: relative; z-index: 1; }
.home-kicker, .home-section-label { display: flex; align-items: center; gap: 13px; color: var(--gold-bright); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.home-kicker > span:first-child, .home-section-label > span:first-child { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.home-kicker-line, .home-section-rule { height: 1px; background: var(--line-gold); width: 70px; }
.home-hero h1 { max-width: 900px; margin: 34px 0 27px; font-size: clamp(4rem, 7.7vw, 8.6rem); line-height: .88; letter-spacing: -.075em; }
.home-hero h1 em, .home-method-heading h2 em, .home-story-heading h2 em, .home-stories h2 em, .home-invitation h2 em { color: var(--gold-bright); font-style: normal; }
.home-hero-lede { max-width: 570px; margin: 0; color: var(--muted-strong); font-size: 1.15rem; line-height: 1.8; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.home-hero-actions .button span { margin-left: 9px; font-size: 1.05em; }
.home-hero-signature { display: flex; align-items: center; gap: 12px; color: var(--muted); margin-top: 64px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.home-signature-line { display: block; width: 34px; height: 1px; background: var(--gold); }
.home-identity { min-height: 560px; padding: 30px; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 30px; background: radial-gradient(circle at 75% 14%, rgba(212,162,75,.12), transparent 25%), linear-gradient(145deg, #173b30, #091610 72%); box-shadow: 0 35px 100px rgba(0,0,0,.3); display: flex; flex-direction: column; justify-content: space-between; }
.home-identity::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(212,162,75,.43); border-radius: 50%; right: -180px; top: -140px; box-shadow: 0 0 0 38px rgba(212,162,75,.035), 0 0 0 82px rgba(212,162,75,.022); }
.home-identity-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(141,198,174,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(141,198,174,.1) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(135deg, black, transparent 78%); }
.home-identity-top, .home-identity-bottom, .home-identity-mark { position: relative; z-index: 1; }
.home-identity-top { display: flex; justify-content: space-between; color: var(--gold-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.home-identity-mark { min-height: 330px; display: grid; place-items: center; }
.home-identity-mark img { width: min(78%, 300px); height: 230px; object-fit: contain; filter: drop-shadow(0 18px 35px rgba(0,0,0,.35)); }
.home-identity-ring { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(212,162,75,.18); border-radius: 50%; box-shadow: 0 0 0 32px rgba(212,162,75,.025), 0 0 0 75px rgba(212,162,75,.018); }
.home-identity-bottom { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.home-identity-bottom div { display: grid; gap: 8px; }
.home-mono { color: var(--green-strong); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; letter-spacing: .13em; }
.home-identity-bottom strong { color: var(--ink-strong); font-size: 1.35rem; letter-spacing: -.04em; }
.home-identity-initials { color: var(--gold-bright); font-family: var(--display); font-size: 4.2rem; line-height: .8; letter-spacing: -.12em; }
.home-proof-rail { background: var(--night-2); border-bottom: 1px solid var(--line); }
.home-proof-inner { max-width: 1320px; margin: 0 auto; padding: 24px 5.5vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.home-proof-inner > div { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: .74rem; }
.home-proof-number { color: var(--gold-bright); font-family: var(--display); font-size: 1.5rem; line-height: 1; }
.home-proof-status { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(141,198,174,.1); }
.home-section-label { margin-bottom: 44px; }
.home-story-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 82px; }
.home-overline { margin: 0 0 15px; color: var(--gold-bright); font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.home-story-heading h2 { max-width: 770px; margin: 0; font-size: clamp(3rem, 5.2vw, 6rem); line-height: .93; letter-spacing: -.07em; }
.home-section-note { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.home-story-layout { display: grid; grid-template-columns: 280px minmax(0, 730px); justify-content: space-between; gap: 70px; }
.home-story-aside { position: relative; }
.home-aside-card { position: sticky; top: 115px; min-height: 320px; padding: 25px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 22px; background: linear-gradient(145deg, #173b30, #0b1813); }
.home-aside-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -112px; top: -95px; border: 1px solid rgba(212,162,75,.35); border-radius: 50%; box-shadow: 0 0 0 28px rgba(212,162,75,.04); }
.home-aside-card strong { position: relative; margin: auto 0 16px -8px; color: var(--gold-bright); font-family: var(--display); font-size: 7rem; line-height: .8; letter-spacing: -.12em; }
.home-aside-card > span:not(.home-mono) { position: relative; color: var(--green-strong); font-size: .76rem; }
.home-aside-card i { position: absolute; width: 9px; height: 9px; right: 26px; bottom: 28px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(212,162,75,.1); }
.home-aside-caption { margin: 20px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.home-story-copy { color: var(--muted-strong); font-size: 1.06rem; line-height: 1.9; }
.home-story-copy p { margin: 0 0 28px; }
.home-story-lead { color: var(--ink-strong); font-family: var(--display); font-size: 2.1rem; line-height: 1.2; letter-spacing: -.04em; }
.home-story-copy blockquote { margin: 54px 0; padding: 5px 0 5px 28px; border-left: 2px solid var(--gold); color: var(--ink); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; letter-spacing: -.045em; }
.home-story-break { display: flex; align-items: center; gap: 15px; margin: 60px 0 28px; color: var(--gold-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.home-story-break i { height: 1px; flex: 1; background: var(--line-gold); }
.home-story-emphasis { color: var(--ink-strong); font-family: var(--display); font-size: 1.65rem; line-height: 1.3; letter-spacing: -.04em; }
.home-signoff { margin-top: 56px !important; color: var(--gold-bright); font-family: var(--display); font-size: 2rem; line-height: 1.2; letter-spacing: -.045em; }
.home-platform { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-platform-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; background: var(--line-gold); border: 1px solid var(--line-gold); }
.home-platform-card { min-height: 350px; padding: 31px; background: var(--surface); display: flex; flex-direction: column; }
.home-platform-card-feature { background: linear-gradient(145deg, #173b30, #0c1b16); }
.home-card-index { color: var(--gold-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; letter-spacing: .16em; }
.home-platform-card h3 { max-width: 290px; margin: auto 0 15px; font-family: var(--display); font-size: 2.25rem; font-weight: 500; letter-spacing: -.06em; }
.home-platform-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.home-platform-card a { margin-top: 28px; color: var(--gold-bright); text-decoration: none; font-size: .8rem; font-weight: 800; }
.home-platform-card a span { margin-left: 8px; }
.home-method { background: #020806; }
.home-method-heading { max-width: 700px; margin-bottom: 75px; }
.home-method-heading h2 { margin: 0 0 24px; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .86; letter-spacing: -.08em; }
.home-method-heading > p:last-child { max-width: 420px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.home-method-track { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); }
.home-method-step { min-height: 190px; padding: 24px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.home-method-step:last-child { border-right: 0; }
.home-method-step > span { color: var(--gold-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; letter-spacing: .16em; }
.home-method-step strong { margin: auto 0 6px; color: var(--ink-strong); font-family: var(--display); font-size: 2rem; font-weight: 500; letter-spacing: -.05em; }
.home-method-step p { margin: 0; color: var(--muted); font-size: .8rem; }
.home-door-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.home-door { min-height: 390px; position: relative; overflow: hidden; padding: 32px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); border-radius: 24px; text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.home-door:hover, .home-door:focus { transform: translateY(-4px); border-color: var(--gold); }
.home-door::after { content: ""; position: absolute; width: 340px; height: 340px; right: -140px; top: -130px; border: 1px solid rgba(212,162,75,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(212,162,75,.035); }
.home-door-dholera { background: linear-gradient(145deg, #173b30, #0b1813); }
.home-door-lothal { background: linear-gradient(145deg, #3d2a17, #1e160d); }
.home-door > * { position: relative; z-index: 1; }
.home-door-label { color: var(--green-strong); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.home-door-lothal .home-door-label { color: var(--gold-bright); }
.home-door strong { margin-top: 42px; color: var(--ink-strong); font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.6rem); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.home-door p { max-width: 440px; margin: 16px 0 0; color: var(--muted-strong); line-height: 1.7; }
.home-door-arrow { position: absolute !important; right: 31px; bottom: 30px; color: var(--gold-bright); font-size: 1.5rem; }
.home-invitation { padding-top: 170px !important; padding-bottom: 190px !important; text-align: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 30%, rgba(22,73,56,.32), transparent 50%), var(--night); }
.home-invitation-inner { max-width: 900px; margin: auto; }
.home-invitation h2 { margin: 0 auto 25px; font-size: clamp(3.2rem, 6.4vw, 7.5rem); line-height: .88; letter-spacing: -.08em; }
.home-invitation p:not(.home-overline) { max-width: 500px; margin: 0 auto; color: var(--muted); font-size: 1rem; }
.home-invitation .home-hero-actions { justify-content: center; }

@media (max-width: 1050px) {
  .home-hero { gap: 4vw; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); }
  .home-hero h1 { font-size: clamp(3.8rem, 7vw, 6.8rem); }
  .home-story-layout { gap: 40px; }
  .home-proof-inner { gap: 15px; }
}
@media (max-width: 900px) {
  .home-page .section { padding-top: 95px; padding-bottom: 95px; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 85px; }
  .home-identity { min-height: 480px; }
  .home-proof-inner { grid-template-columns: repeat(2, 1fr); }
  .home-story-heading { display: block; margin-bottom: 55px; }
  .home-section-note { margin-top: 20px; }
  .home-story-layout { grid-template-columns: 1fr; }
  .home-story-aside { max-width: 360px; }
  .home-aside-card { position: relative; top: auto; min-height: 260px; }
  .home-platform-grid { grid-template-columns: 1fr; }
  .home-platform-card { min-height: 285px; }
  .home-method-track { grid-template-columns: 1fr; }
  .home-method-step { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-method-step:last-child { border-bottom: 0; }
  .home-method-step strong { margin-top: 25px; }
}
@media (max-width: 560px) {
  .home-page .nav-wrap { padding-left: 20px; padding-right: 20px; }
  .home-page .brand { min-width: 0; }
  .home-hero { padding: 58px 20px 68px; }
  .home-hero h1 { margin-top: 28px; font-size: clamp(3.25rem, 15vw, 5rem); }
  .home-hero-lede { font-size: 1rem; line-height: 1.7; }
  .home-hero-actions { align-items: stretch; flex-direction: column; }
  .home-hero-actions .button { width: 100%; }
  .home-hero-signature { margin-top: 38px; }
  .home-identity { min-height: 390px; padding: 23px; border-radius: 22px; }
  .home-identity-mark { min-height: 220px; }
  .home-identity-mark img { width: 235px; height: 175px; }
  .home-identity-ring { width: 235px; height: 235px; }
  .home-identity-bottom strong { font-size: 1.05rem; }
  .home-identity-initials { font-size: 3.2rem; }
  .home-proof-inner { grid-template-columns: 1fr; padding: 20px; }
  .home-proof-inner > div { min-height: 28px; }
  .home-page .section { padding: 78px 20px; }
  .home-section-label { gap: 9px; font-size: .6rem; }
  .home-kicker { flex-wrap: wrap; gap: 8px; font-size: .6rem; }
  .home-kicker-line { width: 35px; }
  .home-story-heading h2, .home-invitation h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .home-story-copy { font-size: 1rem; line-height: 1.8; }
  .home-story-lead { font-size: 1.75rem; }
  .home-story-copy blockquote { margin: 40px 0; padding-left: 18px; font-size: 1.9rem; }
  .home-story-emphasis { font-size: 1.4rem; }
  .home-signoff { font-size: 1.7rem; }
  .home-platform-card { padding: 25px; }
  .home-platform-card h3 { font-size: 2rem; }
  .home-door-grid { grid-template-columns: 1fr; }
  .home-door { min-height: 310px; padding: 25px; }
  .home-door strong { margin-top: 35px; }
  .home-invitation { padding-top: 110px !important; padding-bottom: 120px !important; }
}
