:root {
  --ink: #080b0a;
  --ink-soft: #0d1210;
  --panel: #111714;
  --panel-light: #161d19;
  --line: rgba(235, 250, 230, 0.11);
  --line-strong: rgba(235, 250, 230, 0.2);
  --paper: #f1f5ed;
  --muted: #8d9891;
  --acid: #b8f34a;
  --acid-pale: #dfff9d;
  --moss: #20372a;
  --radius: 24px;
  --font: "Avenir Next Rounded", "SF Pro Rounded", ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 620px at 80% 0%, rgba(49, 86, 61, 0.18), transparent 72%),
    var(--ink);
  color: var(--paper);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: var(--acid); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 10, 0.78);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 74px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.brand span { font-size: 11px; font-weight: 800; letter-spacing: 3.2px; }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { position: relative; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--paper); }
.nav-links a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; inset: auto 0 -26px; background: var(--acid); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: 2.2px; }
.eyebrow span { width: 30px; height: 1px; background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { text-wrap: balance; }

.hero { min-height: 820px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; padding-block: 70px 92px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; font-size: clamp(60px, 7.2vw, 100px); line-height: .93; letter-spacing: -5px; font-weight: 500; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 24px; border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #0a0d0b; box-shadow: 0 15px 40px rgba(184, 243, 74, .14); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(184, 243, 74, .24); }
.button small { display: block; margin-bottom: -3px; font-size: 8px; letter-spacing: .5px; opacity: .58; }
.button .apple { font-size: 10px; }
.button .arrow { margin-left: 8px; font-size: 16px; }
.text-link, .card-link, .back-link { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-decoration: none; }
.text-link { color: var(--muted); }
.text-link:hover, .card-link:hover, .back-link:hover { color: var(--acid); }
.availability { margin: 18px 0 0; color: #515c55; font-size: 10px; font-weight: 700; letter-spacing: .7px; }

.hero-art { position: relative; min-height: 640px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 630px; height: 630px; border-radius: 50%; background: radial-gradient(circle, rgba(22, 52, 35, .62), rgba(8, 11, 10, 0) 68%); }
.orbit-system { position: relative; width: min(600px, 47vw); aspect-ratio: 1; animation: breathe 6s ease-in-out infinite; }
.orbit { position: absolute; inset: 10%; border: 1px solid rgba(184, 243, 74, .16); border-radius: 50%; }
.orbit-one { transform: rotate(-18deg) scaleY(.42); border-width: 3px; border-color: rgba(184, 243, 74, .65); box-shadow: 0 0 28px rgba(184, 243, 74, .09); }
.orbit-two { inset: 20%; border-color: rgba(205, 225, 207, .09); }
.orbit-three { inset: 15%; transform: rotate(48deg) scaleY(.56); border-color: rgba(223, 255, 157, .27); }
.planet { position: absolute; z-index: 2; border-radius: 50%; background: radial-gradient(circle at 36% 28%, #f6ffe6 0%, #dfff9d 13%, #b8f34a 45%, #50862a 100%); box-shadow: inset -18px -22px 35px rgba(22, 55, 16, .42), 0 0 45px rgba(184, 243, 74, .15); }
.planet-main { width: 35%; aspect-ratio: 1; left: 32.5%; top: 32.5%; border: 3px solid rgba(240, 255, 217, .58); }
.planet-small { width: 9%; aspect-ratio: 1; right: 10%; bottom: 23%; }
.star { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.star-one { left: 6%; top: 28%; }.star-two { right: 14%; top: 18%; }.star-three { left: 18%; bottom: 12%; }
.status-chip { position: absolute; right: 1%; bottom: 10%; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(14, 20, 17, .82); color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; backdrop-filter: blur(10px); }
.status-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
@keyframes breathe { 0%,100% { transform: scale(.98) rotate(-1deg); } 50% { transform: scale(1.02) rotate(1deg); } }

.manifesto { padding: 110px 0; border-block: 1px solid var(--line); background: #0b0f0d; }
.manifesto-grid, .themes-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.manifesto h2, .features h2, .themes h2, .closing h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.06; letter-spacing: -2.8px; font-weight: 500; }
.manifesto-copy { padding-bottom: 5px; }
.manifesto-copy p { max-width: 510px; margin: 0 0 18px; color: var(--muted); font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 68px; }
.step-card { position: relative; min-height: 390px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.step-card.featured { background: linear-gradient(145deg, #18251c, #101713); border-color: rgba(184, 243, 74, .22); }
.step-number { color: #536057; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.step-card h3 { margin: 32px 0 8px; font-size: 20px; }
.step-card p { max-width: 290px; color: var(--muted); font-size: 13px; }
.mini-board { height: 150px; position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; margin: 25px -28px 0; }
.mini-board::before, .mini-board::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong), transparent); }
.mini-board::after { transform: rotate(90deg); }
.mini-board i { position: relative; z-index: 2; width: 15px; height: 15px; border-radius: 50%; background: #263029; border: 1px solid #39433c; }
.mini-board i:nth-child(-n+2), .mini-board i:nth-last-child(-n+2) { opacity: .18; }
.mini-board i.bright { width: 31px; height: 31px; border-color: var(--acid-pale); background: radial-gradient(circle at 32% 28%, #f4ffd8, var(--acid) 50%, #548626); box-shadow: 0 0 20px rgba(184, 243, 74, .18); }
.mini-board i.empty { width: 31px; height: 31px; background: #090d0b; box-shadow: inset 0 2px 5px #000; }
.mini-board i.crossed { width: 25px; height: 25px; background: #1d271f; }
.mini-board i.trail::after { content: ""; position: absolute; left: 0; top: 50%; width: 75px; border-top: 1px dashed var(--acid); opacity: .55; }

.features { padding-block: 120px; }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature-card h3 { margin: 60px 0 10px; font-size: 23px; }
.feature-card p { max-width: 460px; color: var(--muted); font-size: 14px; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: var(--acid); font-size: 19px; }
.micro-copy { position: absolute; bottom: 38px; color: var(--acid); font-size: 8px; letter-spacing: 1.6px; }
.card-link { position: absolute; left: 38px; bottom: 38px; color: var(--acid); }
.move-trail { position: absolute; right: -40px; bottom: 50px; width: 55%; display: flex; align-items: center; gap: 0; opacity: .8; }
.move-trail i { width: 44px; aspect-ratio: 1; flex: 0 0 auto; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #f4ffd8, var(--acid) 50%, #548626); }
.move-trail span { flex: 1; border-top: 1px dashed rgba(184,243,74,.45); }
.move-trail b { margin-left: 20px; color: var(--acid); font-size: 24px; }
.stat-card { display: grid; grid-template-columns: 1.2fr .8fr; }
.best-result { align-self: center; justify-self: center; width: 170px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid var(--line-strong); box-shadow: 0 0 0 24px rgba(255,255,255,.015), 0 0 0 48px rgba(255,255,255,.01); }
.best-result span { color: var(--muted); font-size: 8px; letter-spacing: 1.8px; }.best-result strong { color: var(--acid); font-size: 72px; line-height: 1; }.best-result small { color: var(--muted); font-weight: 800; letter-spacing: 2px; }

.themes { padding: 110px 0 125px; overflow: hidden; border-block: 1px solid var(--line); background: #0b0f0d; }
.themes-head > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); }
.theme-rail { width: min(1460px, calc(100% - 48px)); margin: 68px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.theme-card { --orb: var(--acid); --orb-dark: #456f25; position: relative; min-height: 440px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101713; }
.theme-card > span { color: rgba(255,255,255,.4); font-size: 9px; font-weight: 800; letter-spacing: 2px; }
.theme-card h3 { position: absolute; left: 26px; bottom: 43px; margin: 0; font-size: 21px; letter-spacing: 3px; }
.theme-card p { position: absolute; left: 26px; bottom: 21px; margin: 0; color: rgba(255,255,255,.45); font-size: 10px; }
.theme-orb { position: absolute; top: 65px; left: 50%; width: 150px; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 33% 28%, #fff 0%, color-mix(in srgb, var(--orb), white 30%) 12%, var(--orb) 48%, var(--orb-dark) 100%); box-shadow: inset -17px -20px 26px rgba(0,0,0,.25), 0 0 50px color-mix(in srgb, var(--orb), transparent 78%); }
.theme-orb::before, .theme-orb::after { content: ""; position: absolute; inset: -42% -55%; border: 2px solid color-mix(in srgb, var(--orb), transparent 50%); border-radius: 50%; transform: rotate(-14deg) scaleY(.38); }
.theme-orb::after { border-width: 1px; transform: rotate(48deg) scaleY(.48); opacity: .5; }
.aurora { --orb: #9e7bff; --orb-dark: #34216c; background: #0c0d21; }.ember { --orb: #ff6b35; --orb-dark: #6b1d08; background: #170d09; }.pearl { --orb: #41725e; --orb-dark: #0e3426; background: #d8d4ca; color: #17221d; }.pearl p, .pearl > span { color: rgba(23,34,29,.55); }

.closing { padding-block: 140px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.closing img { margin-bottom: 34px; border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.closing .eyebrow span { display: none; }
.closing > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted); }

footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #060807; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 60px; }
.footer-top > div:first-child > p { max-width: 340px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin: 0 0 8px; color: #556059; font-size: 8px; letter-spacing: 2px; }
.footer-column a { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-column a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: #4d5651; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }

/* Privacy */
.legal { padding: 78px 0 120px; }
.legal-header { max-width: 820px; padding-bottom: 60px; }
.back-link { display: inline-block; margin-bottom: 72px; color: var(--muted); }
.legal h1 { margin: 0; font-size: clamp(58px, 7vw, 88px); line-height: 1; letter-spacing: -4px; font-weight: 500; }
.legal-intro { max-width: 680px; margin: 30px 0 12px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.updated { color: #526058; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 86px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.privacy-summary div { min-height: 150px; display: grid; grid-template-columns: 46px 1fr; align-content: center; padding: 28px 36px; border-right: 1px solid var(--line); }
.privacy-summary div:last-child { border-right: 0; }
.privacy-summary span { grid-row: span 2; align-self: center; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: var(--acid); }
.privacy-summary strong { font-size: 10px; letter-spacing: 1.5px; }.privacy-summary small { color: var(--muted); font-size: 11px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 700px); justify-content: space-between; gap: 80px; }
.legal-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.legal-nav p { margin: 0 0 7px; color: #536058; font-size: 8px; font-weight: 800; letter-spacing: 1.7px; }
.legal-nav a { color: var(--muted); font-size: 11px; font-weight: 700; text-decoration: none; }.legal-nav a:hover { color: var(--acid); }
.legal-copy section { position: relative; scroll-margin-top: 110px; padding: 0 0 52px 52px; border-left: 1px solid var(--line); }
.legal-copy section:last-child { padding-bottom: 0; }
.section-index { position: absolute; left: -14px; top: 0; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--panel); border: 1px solid var(--line-strong); color: var(--acid); font-size: 7px; font-weight: 800; }
.legal-copy h2 { margin: 0 0 18px; font-size: 27px; font-weight: 600; letter-spacing: -.7px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-copy strong { color: var(--paper); }.legal-copy a { color: var(--acid); }
.legal-copy ul { margin: 20px 0; padding: 0; list-style: none; }
.legal-copy li { position: relative; padding: 8px 0 8px 26px; border-bottom: 1px solid var(--line); }
.legal-copy li::before { content: "·"; position: absolute; left: 5px; color: var(--acid); font-size: 20px; line-height: 1.25; }
.legal-callout { margin: 28px 0 0; padding: 20px 22px; border: 1px solid rgba(184,243,74,.18); border-left: 3px solid var(--acid); border-radius: 12px; background: rgba(184,243,74,.04); color: var(--paper); font-size: 13px; font-weight: 700; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 100px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { min-height: 530px; }.orbit-system { width: min(560px, 80vw); }
  .manifesto-grid, .themes-head { grid-template-columns: 1fr; gap: 30px; }
  .steps { grid-template-columns: 1fr; }.step-card { min-height: 330px; }
  .theme-rail { grid-template-columns: repeat(2, 1fr); }
  .legal-layout { grid-template-columns: 1fr; }.legal-nav { display: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { height: 64px; }.nav-links { gap: 16px; }.nav-links a { font-size: 10px; }
  .nav-links a:first-child, .nav-links a:nth-child(2) { display: none; }
  .brand span { font-size: 9px; letter-spacing: 2.5px; }
  .hero { padding: 75px 0 65px; }.hero h1 { font-size: clamp(55px, 17vw, 76px); letter-spacing: -3.5px; }.hero-lede { font-size: 15px; }.hero-art { min-height: 390px; }.orbit-system { width: 94vw; }.status-chip { right: 0; bottom: 2%; }
  .manifesto, .features, .themes { padding-block: 80px; }.manifesto h2, .features h2, .themes h2, .closing h2 { font-size: 43px; letter-spacing: -2px; }
  .steps { margin-top: 45px; }.step-card { padding: 24px; }.mini-board { margin-inline: -24px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 310px; padding: 28px; }.feature-card h3 { margin-top: 45px; }.card-link { left: 28px; bottom: 28px; }.micro-copy { bottom: 28px; }.move-trail { width: 65%; opacity: .35; }
  .stat-card { grid-template-columns: 1fr; gap: 40px; }.best-result { width: 140px; }.best-result strong { font-size: 58px; }
  .theme-rail { width: calc(100% - 30px); grid-template-columns: 1fr; }.theme-card { min-height: 390px; }
  .closing { padding-block: 100px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .legal { padding-top: 50px; }.back-link { margin-bottom: 55px; }.legal h1 { font-size: 58px; letter-spacing: -3px; }.legal-intro { font-size: 16px; }.privacy-summary { grid-template-columns: 1fr; margin-bottom: 60px; }.privacy-summary div { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }.privacy-summary div:last-child { border-bottom: 0; }
  .legal-copy section { padding: 0 0 45px 36px; }.legal-copy h2 { font-size: 24px; }
}

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