:root {
  color-scheme: dark;
  --bg: #100d0b;
  --paper: #f0e7d7;
  --ink: #f6ede0;
  --muted: #ad9e8e;
  --panel: #191411;
  --line: rgba(240,231,215,.14);
  --copper: #e9824f;
  --gold: #e2b66f;
  --red: #d84d3e;
  --max: 1220px;
  font-family: "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.55; }
body::before { position: fixed; inset: 0; z-index: -2; content: ""; opacity: .28; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 40; top: -60px; left: 16px; padding: 10px 16px; background: var(--paper); color: #211811; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 30; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 15px max(24px, calc((100vw - var(--max))/2)); border-bottom: 1px solid var(--line); background: rgba(16,13,11,.82); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 760; text-decoration: none; }
.brand img { border-radius: 9px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #c3b5a6; font-size: .82rem; text-decoration: none; }
.nav-cta { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; }

.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; min-height: 760px; padding-block: 90px; }
.kicker { margin: 0 0 20px; color: var(--copper); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .66rem; letter-spacing: .16em; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.5rem, 8vw, 8.1rem); font-weight: 400; line-height: .83; letter-spacing: -.065em; }
h1 span { color: var(--copper); font-style: italic; }
.lede { max-width: 580px; margin: 34px 0 0; color: #bdafa0; font-size: 1.04rem; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 17px; border-radius: 999px; font-size: .81rem; font-weight: 760; text-decoration: none; }
.button.primary { background: var(--paper); color: #221812; }
.button.ghost { border: 1px solid var(--line); }
.private-note { margin: 12px 0 0 4px; color: #75685d; font-size: .68rem; }
.hero-art { position: relative; min-height: 550px; overflow: hidden; border: 1px solid var(--line); border-radius: 50% 50% 34px 34px; background: radial-gradient(circle at 47% 42%, #2d211b 0 18%, #171210 19% 36%, #33241d 37% 38%, #14100e 39% 48%, #2a1d18 49% 50%, #0b0908 51%); box-shadow: inset 0 0 100px #080605, 0 50px 100px rgba(0,0,0,.4); }
.record { position: absolute; top: 50%; left: 50%; width: 410px; height: 410px; border: 1px solid #493329; border-radius: 50%; transform: translate(-50%,-50%); background: repeating-radial-gradient(circle, #17110e 0, #17110e 2px, #281b16 3px, #17110e 5px); box-shadow: 0 30px 70px #000; }
.record::after { position: absolute; inset: 36%; content: ""; border-radius: 50%; background: radial-gradient(circle, var(--paper) 0 8%, var(--copper) 9% 62%, #bd5435 63%); }
.tonearm { position: absolute; z-index: 3; top: 70px; right: 80px; width: 12px; height: 330px; border-radius: 8px; background: linear-gradient(90deg,#6d5b4e,#ead9bf,#756052); transform: rotate(22deg); transform-origin: top; box-shadow: 0 7px 14px #000; }
.tonearm::before { position: absolute; top: -28px; left: -15px; width: 42px; height: 42px; content: ""; border-radius: 50%; background: #bfae96; }
.tonearm::after { position: absolute; bottom: -25px; left: -8px; width: 28px; height: 45px; content: ""; border-radius: 5px; background: var(--red); }
.wave { position: absolute; z-index: 5; right: 20px; left: 20px; height: 1px; background: linear-gradient(90deg,transparent,var(--copper),transparent); box-shadow: 0 0 16px var(--copper); }
.wave-a { top: 23%; transform: rotate(-7deg); }
.wave-b { bottom: 21%; transform: rotate(5deg); }
.take-label { position: absolute; z-index: 7; bottom: 22px; left: 22px; padding: 15px 17px; border: 1px solid rgba(240,231,215,.18); border-radius: 10px; background: rgba(14,10,8,.84); backdrop-filter: blur(12px); }
.take-label span, .take-label small { display: block; color: #927e6d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .56rem; letter-spacing: .14em; }
.take-label b { display: block; margin: 5px 0 2px; color: var(--paper); font-size: .82rem; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); color: #211710; }
.marquee div { width: max-content; padding: 13px 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .63rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; transform: translateX(max(-100px, calc((100vw - 1100px)/2))); }
.marquee span { padding-inline: 28px; color: var(--copper); }

.studio { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; padding-block: 120px; }
.section-copy h2, .flow-heading h2, .lyrics-copy h2, .roadmap h2, .truth h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.section-copy > p:last-child, .lyrics-copy > p, .truth > div > p { color: var(--muted); }
.phone-stage { position: relative; min-height: 700px; display: flex; align-items: center; justify-content: center; border-radius: 34px; background: linear-gradient(145deg, #1d1713, #0c0908); border: 1px solid var(--line); }
.phone { position: relative; margin: 0; overflow: hidden; border: 7px solid #090706; border-radius: 44px; background: #090706; box-shadow: 0 40px 80px #000; }
.phone img { width: 100%; }
.phone-top { position: absolute; z-index: 3; top: 8px; left: 50%; width: 88px; height: 23px; border-radius: 999px; background: #050404; transform: translateX(-50%); }
.phone-main { width: min(48%, 300px); transform: rotate(-4deg); }
.meter-card { position: absolute; right: 35px; bottom: 48px; z-index: 5; width: 215px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,15,12,.9); backdrop-filter: blur(14px); }
.meter-card small { color: #8e7d6e; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .12em; }
.meters { display: flex; align-items: end; gap: 7px; height: 72px; margin: 15px 0; }
.meters i { width: 100%; height: var(--level); background: linear-gradient(to top,var(--gold) 0 70%,var(--red) 71%); }
.meter-card b { font-size: 1.45rem; }.meter-card b span { color: var(--muted); font-size: .65rem; }
.session-chip { position: absolute; top: 45px; left: 35px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: #17120f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .1em; }
.session-chip i { width: 6px; height: 6px; border-radius: 50%; background: #8eca6c; }

.flow { padding-block: 110px; background: var(--paper); color: #211710; }
.flow-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.flow-heading .kicker { color: #9b472c; }
.flow-heading h2 { max-width: 800px; }
.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 62px; border-top: 1px solid rgba(33,23,16,.24); }
.flow-grid article { min-height: 330px; padding: 25px 24px 20px 0; border-right: 1px solid rgba(33,23,16,.2); }
.flow-grid article + article { padding-left: 24px; }
.flow-grid span { color: #a74e31; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; }
.flow-grid h3 { margin: 100px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.flow-grid p { color: #65574b; font-size: .86rem; }
.flow-grid small { color: #65574b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; letter-spacing: .08em; }

.lyrics { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding-block: 120px; }
.lyrics-card { display: flex; justify-content: center; min-height: 680px; padding: 50px; border: 1px solid var(--line); border-radius: 50% 50% 28px 28px; background: radial-gradient(circle at 50% 48%, #5a2d22, #1a120e 58%, #0d0a08 75%); }
.phone-lyrics { width: min(74%, 300px); transform: rotate(3deg); }
.lyrics-copy dl { margin-top: 38px; }
.lyrics-copy dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.lyrics-copy dl div:last-child { border-bottom: 1px solid var(--line); }
.lyrics-copy dt { font-size: .82rem; font-weight: 750; }.lyrics-copy dd { margin: 0; color: var(--muted); font-size: .82rem; }

.roadmap { padding-block: 115px; border-top: 1px solid var(--line); }
.roadmap-heading { display: grid; grid-template-columns: 1fr .58fr; gap: 80px; align-items: end; }
.roadmap-heading > p { margin: 0; color: var(--muted); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; border: 1px solid var(--line); }
.roadmap-grid article { min-height: 310px; padding: 25px; border-right: 1px solid var(--line); background: linear-gradient(160deg,rgba(240,231,215,.035),transparent 60%); }
.roadmap-grid article:last-child { border-right: 0; }
.roadmap-grid article.current { box-shadow: inset 0 4px 0 var(--copper); }
.roadmap-grid span,.roadmap-grid small,.lineage > span { color: var(--copper); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .58rem; letter-spacing: .12em; }
.roadmap-grid h3 { margin: 75px 0 12px; font-family: Georgia,"Times New Roman",serif; font-size: 1.55rem; font-weight: 400; }
.roadmap-grid p { color: var(--muted); font-size: .84rem; }
.roadmap-grid small { display: block; margin-top: 22px; color: #8e7968; }
.lineage { display: grid; grid-template-columns: .35fr 1fr; gap: 28px 50px; margin-top: 22px; padding: 25px; border-left: 3px solid var(--gold); background: var(--panel); }
.lineage b { font-family: Georgia,"Times New Roman",serif; font-size: 1.3rem; font-weight: 400; }
.lineage p { margin: 0; color: var(--muted); }.lineage a { color: var(--ink); text-underline-offset: 4px; }
.lineage > span { grid-column: 2; color: var(--muted); }

.truth { padding-block: 110px; border-top: 1px solid var(--line); }
.truth > div { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.truth h2 { color: var(--copper); }
.truth p { margin: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding-block: 30px 48px; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; align-items: center; gap: 11px; font-weight: 720; }.site-footer img { border-radius: 8px; }
.site-footer a { font-size: .78rem; font-weight: 720; text-underline-offset: 5px; }
.site-footer p { margin: 0; color: var(--muted); }
.legal { max-width: 880px; padding-block: 90px 120px; }
.legal h1 { max-width: 780px; font-size: clamp(3.6rem, 9vw, 7rem); }
.legal .lede { margin-bottom: 64px; }
.legal section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal section:last-child { border-bottom: 1px solid var(--line); }
.legal h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.legal p, .legal li { color: var(--muted); }
.legal li + li { margin-top: 8px; }
.legal a { color: var(--ink); text-underline-offset: 4px; }

@media (max-width: 920px) {
  .hero, .studio, .lyrics, .roadmap-heading, .truth > div { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: repeat(2,1fr); }
  .roadmap-grid { grid-template-columns: 1fr; }.roadmap-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.roadmap-grid article:last-child { border-bottom: 0; }
  .lineage { grid-template-columns: 1fr; }.lineage > span { grid-column: 1; }
  .hero-art { min-height: 520px; }
  .section-copy { max-width: 700px; }
}
@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding-inline: 14px; }
  nav { gap: 12px; }
  nav > a { display: none; }
  nav > a.mobile-nav { display: inline-flex; }
  .brand span { display: none; }
  .hero { gap: 50px; min-height: 0; padding-block: 65px; }
  h1 { font-size: clamp(4.1rem, 19vw, 6rem); }
  .hero-art { min-height: 420px; }.record { width: 310px; height: 310px; }.tonearm { right: 60px; height: 260px; }
  .studio, .lyrics, .roadmap, .truth { padding-block: 78px; }
  .phone-stage { min-height: 580px; }.phone-main { width: 56%; }.meter-card { right: 13px; bottom: 25px; width: 180px; }
  .flow-heading { align-items: start; flex-direction: column; }.flow-grid { grid-template-columns: 1fr; }.flow-grid article { min-height: 250px; padding-left: 0 !important; border-right: 0; border-bottom: 1px solid rgba(33,23,16,.2); }.flow-grid h3 { margin-top: 60px; }
  .lyrics { gap: 50px; }.lyrics-card { min-height: 580px; padding-inline: 20px; }.phone-lyrics { width: 66%; }
  .truth > div { gap: 30px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
