:root {
  --bg: #080a11;
  --bg-soft: #0e111b;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.085);
  --text: #f6f0e8;
  --muted: #b7b1ab;
  --line: rgba(255,255,255,.11);
  --violet: #b59cff;
  --violet-strong: #8f75ff;
  --gold: #e8bd72;
  --glow: rgba(160,126,255,.24);
  --shell: min(1180px, calc(100% - 40px));
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% -10%, rgba(125,92,255,.16), transparent 34%),
    radial-gradient(circle at -10% 45%, rgba(223,172,93,.08), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 75%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }

.shell { width: var(--shell); margin-inline: auto; }
.section-shell { position: relative; padding: 112px 0; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  z-index: 999;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(8,10,17,.78);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-size: 24px; font-weight: 760; letter-spacing: -.04em; }
.wordmark span { color: var(--violet); }
.logo-link { display:inline-flex; align-items:center; line-height:0; border-radius:10px; overflow:hidden; }
.logo-link img { display:block; width:176px; height:auto; object-fit:contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: #d6d0c9; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.nav-cta { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); }
.nav-toggle span { display:block; width:18px; height:1px; margin:4px auto; background:#fff; transition:.2s ease; }

.hero { min-height: 850px; display: flex; align-items: center; padding-top: 150px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 760; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(55px, 6.5vw, 98px); line-height: .96; letter-spacing: -.065em; font-weight: 660; }
h1 em { color: transparent; background: linear-gradient(90deg, var(--text), #bda7ff 58%, #e5bf79); -webkit-background-clip: text; background-clip: text; font-style: normal; }
h2 { margin-bottom: 22px; max-width: 880px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; font-weight: 630; }
h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.72; }
.hero-lede { max-width: 710px; font-size: 19px; }
.hero-note { margin: 23px 0 0; padding-left: 16px; border-left: 1px solid rgba(232,189,114,.55); font-size: 14px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content:center; align-items:center; gap: 10px; min-height: 52px; padding: 0 21px; border-radius: 999px; font-size: 14px; font-weight: 760; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #101018; background: linear-gradient(135deg, #f2d6a1, #c8b8ff 52%, #a78eff); box-shadow: 0 16px 40px rgba(146,112,255,.25); }
.button-primary:hover { box-shadow: 0 20px 50px rgba(146,112,255,.34); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: rgba(181,156,255,.48); background: rgba(181,156,255,.09); }
.text-link { font-size: 14px; color:#d7d1ca; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 4px; }

.hero-visual { position: relative; min-height: 560px; border: 1px solid var(--line); border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: var(--shadow); overflow:hidden; isolation:isolate; }
.hero-visual::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 60% 45%, rgba(149,112,255,.34), transparent 30%), radial-gradient(circle at 25% 70%, rgba(222,172,87,.15), transparent 28%); z-index:-2; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(135deg, transparent 0 49.8%, rgba(255,255,255,.055) 50%, transparent 50.2%); background-size:34px 34px; opacity:.45; z-index:-1; }
.visual-core { position:absolute; left:50%; top:49%; width:166px; height:166px; border-radius:38px; transform:translate(-50%,-50%) rotate(9deg); border:1px solid rgba(255,255,255,.22); background:linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.045)); box-shadow: 0 0 90px rgba(137,102,255,.35); backdrop-filter: blur(16px); display:grid; place-items:center; }
.play-shape { width:0; height:0; border-top:23px solid transparent; border-bottom:23px solid transparent; border-left:38px solid rgba(248,240,229,.88); transform: rotate(-9deg) translateX(4px); filter: drop-shadow(0 0 18px rgba(255,255,255,.24)); }
.visual-orbit { position:absolute; border:1px solid rgba(255,255,255,.13); border-radius:50%; }
.orbit-one { width:420px; height:420px; left:50%; top:49%; transform:translate(-50%,-50%); }
.orbit-two { width:305px; height:305px; left:50%; top:49%; transform:translate(-50%,-50%); border-color:rgba(181,156,255,.22); }
.visual-frame { position:absolute; width:130px; height:86px; border:1px solid rgba(255,255,255,.18); border-radius:18px; background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow:0 16px 34px rgba(0,0,0,.2); display:flex; align-items:flex-end; padding:12px; }
.visual-frame span { font-size:11px; color:rgba(255,255,255,.46); letter-spacing:.12em; }
.frame-a { left:11%; top:18%; transform:rotate(-9deg); }
.frame-b { right:8%; top:25%; transform:rotate(12deg); }
.frame-c { left:17%; bottom:17%; transform:rotate(7deg); }
.visual-thread { position:absolute; height:1px; background:linear-gradient(90deg, transparent, rgba(232,189,114,.8), transparent); transform-origin:left center; }
.thread-one { width:300px; left:24%; top:38%; transform:rotate(25deg); }
.thread-two { width:340px; left:25%; top:65%; transform:rotate(-24deg); background:linear-gradient(90deg, transparent, rgba(181,156,255,.8), transparent); }
.visual-caption { position:absolute; right:26px; bottom:22px; margin:0; color:#d7d0ca; font-size:12px; text-align:right; letter-spacing:.08em; text-transform:uppercase; line-height:1.5; }
.hero-glow { position:absolute; width:700px; height:700px; right:-260px; top:0; border-radius:50%; background:rgba(136,101,255,.12); filter:blur(120px); pointer-events:none; }

.section-intro { max-width: 820px; }
.section-intro > p:last-child { max-width: 740px; font-size: 18px; }
.section-intro.compact { max-width: 680px; }
.card-grid { display:grid; gap:18px; margin-top:56px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.feature-card, .research-card, .process-step, .founder-card { border:1px solid var(--line); background:linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); box-shadow:0 12px 40px rgba(0,0,0,.16); }
.feature-card { min-height:280px; padding:30px; border-radius:var(--radius-md); display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.feature-card::after { content:""; position:absolute; inset:auto -30% -55% 20%; height:180px; background:radial-gradient(circle, rgba(151,116,255,.16), transparent 65%); }
.card-index { position:absolute; left:30px; top:26px; color:rgba(255,255,255,.35); font-size:12px; letter-spacing:.18em; }
.feature-card p { margin-bottom:0; }

.research { background:linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.research-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:80px; align-items:start; }
.sticky-intro { position:sticky; top:120px; }
.research-cards { display:grid; gap:16px; }
.research-card { padding:28px; border-radius:var(--radius-md); display:grid; grid-template-columns:54px 1fr; gap:20px; align-items:start; }
.research-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; border:1px solid rgba(181,156,255,.26); background:rgba(181,156,255,.08); color:#d9cdff; font-size:22px; }
.research-card p { margin-bottom:0; }

.split-panel { padding:54px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(135deg, rgba(232,189,114,.055), rgba(181,156,255,.07)); display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; box-shadow:var(--shadow); }
.split-panel h2 { font-size:clamp(38px,4.5vw,60px); }
.muted { font-size:14px; }
.check-list { margin:0; padding:0; list-style:none; display:grid; gap:18px; }
.check-list li { position:relative; padding:0 0 18px 40px; color:#ded8d1; border-bottom:1px solid rgba(255,255,255,.08); line-height:1.6; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; background:rgba(181,156,255,.14); color:#d8cbff; font-size:12px; }

.process-grid { margin-top:46px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.process-step { min-height:220px; padding:28px; border-radius:var(--radius-md); }
.process-step span { display:inline-grid; place-items:center; width:38px; height:38px; margin-bottom:42px; border-radius:50%; background:linear-gradient(135deg, rgba(232,189,114,.2), rgba(181,156,255,.2)); color:#fff; font-size:13px; }
.process-step p { margin-bottom:0; }
.privacy-note { max-width:840px; margin:26px 0 0; padding-left:16px; border-left:1px solid var(--line); font-size:13px; }

.stage-panel { position:relative; overflow:hidden; padding:58px; border:1px solid rgba(181,156,255,.22); border-radius:var(--radius-lg); background:radial-gradient(circle at 82% 30%, rgba(136,101,255,.25), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow:var(--shadow); }
.status-pill { display:inline-flex; align-items:center; gap:9px; padding:9px 13px; border-radius:999px; background:rgba(112,226,164,.09); color:#b8f0ce; border:1px solid rgba(112,226,164,.18); font-size:12px; }
.status-pill span { width:7px; height:7px; border-radius:50%; background:#76dca2; box-shadow:0 0 12px #76dca2; }
.stage-copy { max-width:800px; margin-top:58px; }
.stage-copy p { max-width:710px; font-size:18px; }
.stage-mark { position:absolute; right:30px; bottom:-55px; font-size:190px; font-weight:800; letter-spacing:-.1em; color:rgba(255,255,255,.035); }

.founder-grid { display:grid; grid-template-columns:1fr .55fr; gap:70px; align-items:end; }
.founder-card { padding:26px; border-radius:var(--radius-md); display:flex; align-items:center; gap:18px; }
.founder-monogram { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:linear-gradient(135deg, #e7c078, #a58aff); color:#11121a; font-weight:800; font-size:20px; }
.founder-card strong, .founder-card span { display:block; }
.founder-card span { margin-top:5px; color:var(--muted); font-size:14px; }

.final-cta { padding-bottom:140px; }
.cta-panel { padding:84px 40px; border-radius:42px; border:1px solid rgba(255,255,255,.12); background:radial-gradient(circle at 50% 10%, rgba(181,156,255,.24), transparent 35%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); text-align:center; box-shadow:var(--shadow); }
.cta-panel h2 { max-width:860px; margin-left:auto; margin-right:auto; }
.cta-panel p:not(.eyebrow) { margin-bottom:30px; font-size:18px; }

.site-footer { border-top:1px solid var(--line); background:rgba(0,0,0,.14); }
.footer-grid { padding:42px 0 32px; display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.footer-wordmark { display:inline-block; margin-bottom:10px; }
.footer-grid p { margin-bottom:0; font-size:14px; }
.footer-links { display:flex; gap:22px; color:#cbc5bf; font-size:14px; }
.footer-bottom { padding:18px 0 26px; border-top:1px solid rgba(255,255,255,.065); display:flex; justify-content:space-between; gap:20px; color:#77746f; font-size:12px; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }

:focus-visible { outline:2px solid var(--gold); outline-offset:4px; border-radius:8px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section-shell { padding:90px 0; }
  .hero { min-height:auto; padding-top:140px; }
  .hero-grid, .research-layout, .founder-grid { grid-template-columns:1fr; }
  .hero-grid { gap:52px; }
  .hero-copy { max-width:760px; }
  .hero-visual { min-height:500px; }
  .three-up { grid-template-columns:repeat(2,1fr); }
  .three-up .feature-card:last-child { grid-column:1 / -1; }
  .research-layout { gap:42px; }
  .sticky-intro { position:static; }
  .split-panel { grid-template-columns:1fr; gap:38px; padding:42px; }
  .process-grid { grid-template-columns:repeat(3,1fr); }
  .founder-card { max-width:430px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 24px, 620px); }
  .section-shell { padding:72px 0; }
  .nav-wrap { min-height:68px; }
  .nav-toggle { display:block; position:relative; z-index:102; }
  .site-nav { position:fixed; inset:68px 12px auto 12px; padding:18px; border:1px solid var(--line); border-radius:20px; background:rgba(11,13,21,.97); backdrop-filter:blur(18px); box-shadow:var(--shadow); flex-direction:column; align-items:stretch; gap:4px; opacity:0; transform:translateY(-10px); pointer-events:none; transition:.2s ease; }
  .site-nav.open { opacity:1; transform:none; pointer-events:auto; }
  .site-nav a { padding:13px 12px; border-radius:12px; }
  .nav-cta { text-align:center; margin-top:6px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-5px) rotate(-45deg); }
  .hero { padding-top:112px; }
  h1 { font-size:clamp(50px,16vw,72px); }
  h2 { font-size:clamp(38px,12vw,56px); }
  .hero-lede, .section-intro > p:last-child, .stage-copy p { font-size:17px; }
  .hero-actions { align-items:stretch; }
  .hero-actions .button { width:100%; }
  .text-link { width:max-content; margin-left:4px; }
  .hero-visual { min-height:420px; border-radius:28px; }
  .visual-core { width:132px; height:132px; }
  .orbit-one { width:320px; height:320px; }
  .orbit-two { width:235px; height:235px; }
  .visual-frame { width:100px; height:66px; }
  .frame-a { left:5%; }
  .frame-b { right:4%; }
  .frame-c { left:9%; }
  .three-up, .process-grid { grid-template-columns:1fr; }
  .three-up .feature-card:last-child { grid-column:auto; }
  .feature-card { min-height:230px; }
  .research-card { grid-template-columns:44px 1fr; padding:22px; }
  .research-icon { width:44px; height:44px; border-radius:14px; }
  .split-panel, .stage-panel { padding:30px 24px; border-radius:24px; }
  .stage-mark { font-size:110px; }
  .cta-panel { padding:64px 20px; border-radius:28px; }
  .footer-grid, .footer-bottom { flex-direction:column; align-items:flex-start; }
  .footer-links { flex-wrap:wrap; }
}

@media (max-width: 420px) {
  .hero-visual { min-height:380px; }
  .visual-caption { font-size:10px; right:16px; bottom:16px; }
  .visual-frame { transform:scale(.86) rotate(-6deg); }
  .frame-b { transform:scale(.86) rotate(9deg); }
  .frame-c { transform:scale(.86) rotate(6deg); }
}

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

@media (max-width: 760px) { .logo-link img { width:150px; } }
