:root {
  --ink: #e9eee7;
  --paper: #080b0d;
  --panel: #11171a;
  --acid: #d8ff52;
  --coral: #ff765e;
  --muted: #99a69f;
  --line: rgba(233, 238, 231, .15);
  --display: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
.site-header, footer { display: flex; align-items: center; justify-content: space-between; padding: 28px 5vw; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(8,11,13,.86); }
.wordmark { color: var(--ink); font-size: 1rem; font-weight: 800; letter-spacing: .14em; text-decoration: none; }
.wordmark span { color: var(--coral); }
nav { display: flex; gap: 28px; font-size: .78rem; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 7vw; align-items: center; min-height: 72vh; padding: 8vw 10vw 9vw 12vw; background: radial-gradient(circle at 82% 20%, rgba(216,255,82,.12), transparent 27%), radial-gradient(circle at 10% 80%, rgba(255,118,94,.09), transparent 25%), var(--paper); }
.eyebrow { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 680px; margin: 22px 0; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 7.3rem); font-weight: 400; line-height: .91; letter-spacing: -.04em; }
.lede { max-width: 440px; color: var(--muted); font-size: 1.08rem; line-height: 1.55; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-button { display: flex; gap: 12px; align-items: center; min-width: 190px; padding: 12px 14px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); text-decoration: none; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.store-button:hover { background: #192125; border-color: var(--acid); transform: translateY(-3px); }
.store-button small, .store-button strong { display: block; }.store-button small { color: var(--muted); font-size: .58rem; letter-spacing: .06em; }.store-button strong { margin-top: 3px; font-size: .88rem; }.store-icon { width: 24px; color: var(--acid); font-size: 1.55rem; text-align: center; }.play-icon { font-size: 1rem; }.arrow { margin-left: auto; color: var(--acid); }
.signal-panel { position: relative; min-height: 390px; padding: 24px; color: var(--paper); background: var(--panel); border: 1px solid var(--line); box-shadow: 17px 17px 0 var(--coral); animation: rise .8s ease both; }
.signal-top, .signal-footer { display: flex; justify-content: space-between; color: rgba(233,238,231,.6); font-size: .65rem; letter-spacing: .12em; }
.status { color: var(--acid); }.status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(216,255,82,.12); }
.signal-lines { display: flex; gap: 8px; align-items: end; height: 145px; margin: 55px 0 25px; border-bottom: 1px solid rgba(241,238,229,.25); }
.signal-lines span { flex: 1; background: var(--acid); animation: pulse 2.4s ease-in-out infinite alternate; }
.signal-lines span:nth-child(1) { height: 34%; }.signal-lines span:nth-child(2) { height: 62%; animation-delay: .2s; }.signal-lines span:nth-child(3) { height: 45%; animation-delay: .4s; }.signal-lines span:nth-child(4) { height: 90%; animation-delay: .6s; }.signal-lines span:nth-child(5) { height: 55%; animation-delay: .8s; }
.signal-panel p { margin: 0; font-family: var(--display); font-size: 2.45rem; line-height: .95; }.signal-panel strong { color: var(--acid); font-weight: 400; }.signal-footer { position: absolute; right: 24px; bottom: 22px; left: 24px; }
.principles { padding: 9vw 12vw 10vw; background: #101719; }.section-title { max-width: 650px; margin: 20px 0 0; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5.4rem); font-weight: 400; line-height: .95; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5vw; margin-top: 70px; }.principle-grid article { border-top: 1px solid var(--line); padding-top: 18px; }.principle-grid span { color: var(--coral); font-size: .7rem; font-weight: 800; }.principle-grid h3 { margin: 40px 0 12px; font-family: var(--display); font-size: 2.4rem; font-weight: 400; }.principle-grid p { max-width: 270px; color: var(--muted); line-height: 1.55; }
.closing-note { padding: 10vw 12vw 11vw; background: var(--acid); color: #11170e; }.closing-note .eyebrow { color: #566b18; }.closing-copy { max-width: 850px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(2.2rem, 4.4vw, 5.2rem); line-height: .97; }
footer { display: block; color: var(--muted); font-size: .65rem; letter-spacing: .12em; } footer > div { display: flex; justify-content: space-between; gap: 20px; } details { margin-top: 34px; letter-spacing: normal; } summary { width: fit-content; cursor: pointer; color: var(--muted); font-size: .7rem; letter-spacing: .08em; } summary:hover { color: var(--ink); }.legal-copy { position: relative; max-width: 360px; margin-top: 18px; color: var(--muted); font-size: .72rem; line-height: 1.6; letter-spacing: normal; overflow: hidden; }.legal-copy > *:not(.legal-watermark) { position: relative; z-index: 1; }.legal-copy strong { color: var(--ink); font-weight: 500; }.legal-copy p { margin: 10px 0 0; }.legal-copy a { color: var(--muted); }.legal-copy a:hover { color: var(--ink); }.legal-watermark { position: absolute; top: 10px; right: 8px; z-index: 0; color: rgba(255, 118, 94, .09); font-family: var(--display); font-size: 4.6rem; font-weight: 700; line-height: 1; white-space: nowrap; pointer-events: none; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { from { opacity: .55; transform: scaleY(.72); } to { opacity: 1; transform: scaleY(1); } }
@media (max-width: 720px) { nav { display: none; } .hero { display: block; padding: 18vw 8vw 24vw; }.signal-panel { min-height: 350px; margin: 70px 10px 0 0; }.principles { padding: 18vw 8vw; }.principle-grid { grid-template-columns: 1fr; gap: 46px; margin-top: 42px; }.principle-grid h3 { margin-top: 25px; }.closing-note { padding: 18vw 8vw; } footer { padding: 25px 8vw; } footer > div { display: block; } footer > div span { display: block; margin-bottom: 12px; }.store-links { display: grid; }.store-button { width: 100%; } }
