:root {
  color-scheme: dark;
  --ink: #f6eedf;
  --muted: #a8aaa5;
  --teal: #68e2d2;
  --orange: #ff8050;
  --panel: #0d1719;
  --line: rgba(236, 242, 230, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 4%, rgba(17, 79, 89, 0.25), transparent 31rem),
    radial-gradient(circle at 9% 36%, rgba(117, 53, 47, 0.12), transparent 27rem),
    #071012;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 760; letter-spacing: -0.02em; }
.brand-eye { position: relative; display: grid; width: 29px; height: 20px; place-items: center; border: 2px solid var(--ink); border-radius: 60% 42% 60% 42%; transform: rotate(-5deg); }
.brand-eye i { display: block; width: 7px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 11px rgba(104, 226, 210, 0.65); }
nav { display: flex; align-items: center; gap: 29px; color: #c6c8c2; font-size: 12px; }
nav a:hover { color: #fff; }
.nav-cta { padding: 9px 13px; border: 1px solid rgba(104, 226, 210, 0.36); border-radius: 999px; color: var(--teal); }

.hero {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 730px;
  margin: 0 auto;
  grid-template-columns: .84fr 1.16fr;
  align-items: center;
  gap: 58px;
  padding: 70px 0 95px;
}
.eyebrow { margin: 0 0 17px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 560px; margin: 0; font-size: clamp(52px, 6vw, 85px); font-weight: 680; line-height: .95; letter-spacing: -.065em; }
h1 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 530px; margin: 28px 0 0; color: #bec1ba; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; gap: 11px; margin-top: 33px; }
.button { display: inline-flex; min-height: 46px; padding: 0 19px; align-items: center; justify-content: center; border-radius: 12px; font-size: 12px; font-weight: 760; }
.button.primary { color: #05110f; background: var(--teal); box-shadow: 0 10px 34px rgba(58, 200, 183, .16); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #8e938c; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.trust-line span { display: flex; align-items: center; gap: 6px; }
.trust-line span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

.hero-visual { position: relative; min-width: 0; padding: 20px 0 60px; }
.ambient-glow { position: absolute; inset: 10% 7% 18%; border-radius: 50%; background: rgba(39, 144, 153, .2); filter: blur(70px); }
.display-shell { position: relative; z-index: 1; padding: 13px 13px 25px; border: 1px solid #3b4444; border-radius: 30px; background: linear-gradient(145deg, #242b2c, #101516 68%); box-shadow: 0 45px 90px rgba(0,0,0,.52), inset 0 1px 1px rgba(255,255,255,.14); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.display-screen { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 18px; background: #031a22; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.display-screen img { width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity 180ms ease, transform 500ms cubic-bezier(.2,.7,.2,1); }
.display-screen img.changing { opacity: 0; transform: scale(.985); }
.display-camera { position: absolute; top: 5px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #030505; box-shadow: 0 0 0 1px #30393a; }
.display-mark { position: absolute; left: 50%; bottom: 8px; color: #6d7575; font-size: 6px; letter-spacing: .17em; transform: translateX(-50%); }
.display-stand { position: relative; z-index: 0; width: 35%; height: 51px; margin: -3px auto 0; background: linear-gradient(90deg, #0a0d0e, #343b3c 50%, #0a0d0e); clip-path: polygon(38% 0, 62% 0, 67% 78%, 100% 88%, 100% 100%, 0 100%, 0 88%, 33% 78%); }
.display-stand span { position: absolute; inset: auto 0 0; height: 6px; border-radius: 50%; background: #050708; box-shadow: 0 7px 20px #000; }
.character-switcher { position: absolute; z-index: 3; right: 4%; bottom: 1px; left: 4%; display: flex; justify-content: center; gap: 6px; }
.character-switcher button { display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid transparent; border-radius: 999px; color: #8f9590; background: transparent; font: 600 9px inherit; cursor: pointer; }
.character-switcher button:hover, .character-switcher button.active { border-color: var(--line); color: #f6eedf; background: rgba(255,255,255,.05); }
.character-switcher span { width: 7px; height: 7px; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 9px var(--swatch); }

.manifesto { padding: 95px 20px 105px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.manifesto > p:first-child { margin: 0 0 10px; color: var(--orange); font: italic 19px Georgia, serif; }
.manifesto h2 { margin: 0; font: 400 clamp(39px, 5vw, 66px)/1.05 Georgia, serif; letter-spacing: -.04em; }
.manifesto > p:last-child { max-width: 680px; margin: 20px auto 0; color: #aeb2ab; font-size: 15px; line-height: 1.7; }

.characters, .how { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 46px; }
.section-heading h2, .privacy h2, .beta h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: #aeb2ab; font-size: 14px; line-height: 1.65; }
.collection-row + .collection-row { margin-top: 72px; }
.collection-label { display: grid; grid-template-columns: 42px 1fr; max-width: 670px; align-items: start; gap: 14px; margin: 0 0 20px; }
.collection-label > span { color: var(--orange); font: italic 18px Georgia, serif; }
.collection-label h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.collection-label p { margin: 5px 0 0; color: #8f958e; font-size: 11px; line-height: 1.5; }
.character-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.character-grid.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.character-card { position: relative; min-height: 320px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #0b1315; }
.character-card.wide-card { grid-column: 1 / -1; min-height: 480px; }
.character-card img { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.character-card:hover img { transform: scale(1.025); filter: saturate(1.08); }
.character-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(3,8,9,.82)); }
.character-card > div { position: absolute; z-index: 2; right: 24px; bottom: 21px; left: 24px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.character-card p { margin: 0; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.character-card span { color: #c2c4be; font-size: 10px; }
.collection-note { margin: 18px 0 0; color: #878c86; font-size: 11px; text-align: center; }

.how { padding-top: 40px; }
.compact-heading { display: block; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--line); }
.steps li { min-height: 260px; padding: 30px; background: #0a1416; }
.steps li > span { color: var(--orange); font: italic 17px Georgia, serif; }
.steps h3 { margin: 75px 0 10px; font-size: 19px; letter-spacing: -.03em; }
.steps p { margin: 0; color: #999e98; font-size: 12px; line-height: 1.6; }

.privacy { display: grid; width: min(960px, calc(100% - 40px)); margin: 10px auto 125px; padding: 65px; grid-template-columns: 200px 1fr; align-items: center; gap: 70px; border: 1px solid rgba(104,226,210,.18); border-radius: 30px; background: radial-gradient(circle at 10% 50%, rgba(24,112,111,.18), transparent 47%), #091416; }
.privacy p:last-child { max-width: 600px; margin: 20px 0 0; color: #acb1aa; font-size: 14px; line-height: 1.7; }
.privacy-orbit { position: relative; width: 166px; height: 116px; border: 1px solid rgba(104,226,210,.28); border-radius: 50%; transform: rotate(-15deg); }
.privacy-orbit::before, .privacy-orbit::after { content: ""; position: absolute; inset: 19px; border: 1px solid rgba(104,226,210,.18); border-radius: 50%; }
.privacy-orbit::after { inset: 42px 62px; background: var(--teal); box-shadow: 0 0 30px rgba(104,226,210,.6); }
.privacy-orbit span { position: absolute; top: 7px; left: 32px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px rgba(255,128,80,.7); }

.beta { padding: 125px 20px; text-align: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 85%, rgba(104,226,210,.11), transparent 33rem); }
.beta h2 { max-width: 740px; margin: 0 auto; }
.beta > p:not(.eyebrow):not(.requirements) { max-width: 650px; margin: 24px auto 0; color: #aeb2ab; font-size: 15px; line-height: 1.7; }
.beta-status { display: inline-flex; margin-top: 31px; padding: 13px 18px; align-items: center; gap: 9px; border: 1px solid rgba(104,226,210,.25); border-radius: 999px; color: #d5e8e1; background: rgba(104,226,210,.07); font-size: 11px; font-weight: 700; }
.beta-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.beta-cta { display: inline-flex; margin-top: 30px; padding: 14px 21px; border-radius: 999px; background: var(--teal); color: #062129; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.beta-cta:hover { transform: translateY(-2px); background: #a1fff0; }
.requirements { margin: 16px 0 0; color: #727973; font-size: 9px; }

footer { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 45px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #7f857f; font-size: 10px; }
footer > p { margin: 0; }
footer > div { display: flex; justify-content: flex-end; gap: 17px; }
.footer-brand { color: #d8d9d3; }
.footer-brand .brand-eye { width: 24px; height: 17px; }

/* Public information pages share the landing page's quiet, nocturnal tone. */
.legal-page { min-height: 100vh; }
.legal-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 110px; }
.legal-kicker { margin: 0 0 18px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.legal-main h1 { max-width: none; font-size: clamp(46px, 7vw, 72px); }
.legal-main h2 { margin: 54px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.legal-main p, .legal-main li { color: #bac0b8; font-size: 16px; line-height: 1.72; }
.legal-main ul { padding-left: 22px; }
.legal-main a { color: var(--teal); text-decoration: underline; text-decoration-color: rgba(104, 226, 210, .35); text-underline-offset: 3px; }
.legal-note { margin-top: 50px; padding: 20px 22px; border: 1px solid rgba(104,226,210,.22); border-radius: 16px; background: rgba(104,226,210,.055); }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-visual { width: min(700px, 100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .privacy { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .privacy p:last-child { margin-right: auto; margin-left: auto; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); }
  .hero, .characters, .how { width: min(100% - 28px, 1180px); }
  .hero { gap: 25px; padding: 58px 0 75px; }
  h1 { font-size: 51px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .button { width: 100%; }
  .trust-line { justify-content: center; gap: 11px; }
  .character-switcher { display: none; }
  .display-shell { padding: 7px 7px 18px; border-radius: 19px; }
  .display-screen { border-radius: 13px; }
  .characters { padding: 85px 0; }
  .character-grid { grid-template-columns: 1fr; }
  .character-grid.three-up { grid-template-columns: 1fr; }
  .character-card, .character-card.wide-card { grid-column: auto; min-height: 245px; }
  .character-card > div { right: 15px; bottom: 14px; left: 15px; }
  .character-card span { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 205px; }
  .steps h3 { margin-top: 45px; }
  .privacy { width: min(100% - 28px, 960px); padding: 43px 24px; }
  .beta { padding: 90px 20px; }
  .legal-main { width: min(100% - 28px, 760px); padding-top: 60px; }
  footer { width: min(100% - 28px, 1180px); grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > div { justify-content: center; }
}

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