:root {
  --bg: #f5f5f2;
  --ink: #191919;
  --muted: #5c5a54;
  --gold: #f2b418;
  --gold-ink: #1a1403;
  --card: #ffffff;
  --line: #e6e4de;
  --green: #2fb46c;
  --radius: 16px;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Public Sans", sans-serif;
  --font-mono: "Spline Sans Mono", monospace;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-body); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; text-decoration: none; }
.brand-mark { width: 28px; height: 28px; border-radius: 8px; background: var(--gold); display: grid; place-items: center; }
.brand-mark::after { content: ""; width: 0; height: 0; border-left: 9px solid var(--gold-ink); border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-left: 2px; }
.nav-links { display: flex; gap: 10px; align-items: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--gold); color: var(--gold-ink); font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; padding: 12px 22px; border-radius: 999px; border: none; text-decoration: none; cursor: pointer; transition: transform 0.12s ease, box-shadow 0.12s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(242, 180, 24, 0.35); }
.btn-quiet { background: transparent; border: 2px solid var(--line); color: var(--ink); }
.btn-quiet:hover { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); border-color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }

.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; padding: 56px 0 64px; }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.04; letter-spacing: -0.02em; }
.hero h1 em { font-style: normal; background: linear-gradient(transparent 62%, var(--gold) 62%); }
.hero .sub { margin-top: 18px; font-size: 1.15rem; color: var(--muted); max-width: 46ch; }
.hero-ctas { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; font-family: var(--font-mono); font-size: 0.8rem; color: var(--muted); }

.phone { justify-self: center; width: 310px; background: #111; border-radius: 44px; padding: 10px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), inset 0 0 0 2px #2a2a2a; }
.screen { background: var(--bg); border-radius: 34px; overflow: hidden; padding: 10px 12px 0; }
.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 4px 10px 8px; font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; }
.statusbar-right { display: flex; gap: 5px; align-items: center; }
.sig { width: 14px; height: 9px; background: linear-gradient(to right, var(--ink) 0 3px, transparent 3px 4px, var(--ink) 4px 7px, transparent 7px 8px, var(--ink) 8px 11px, transparent 11px 12px, #c9c7c0 12px 14px); clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%); }
.batt { width: 20px; height: 10px; border: 1.5px solid var(--ink); border-radius: 3px; position: relative; }
.batt::after { content: ""; position: absolute; inset: 1.5px 30% 1.5px 1.5px; background: var(--ink); border-radius: 1px; }
.screen-tabs { display: flex; gap: 6px; margin-bottom: 10px; }
.screen-tab { flex: 1; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 0.7rem; padding: 8px 0; border-radius: 999px; background: #ecebe6; color: var(--muted); }
.screen-tab.on { background: var(--gold); color: var(--gold-ink); }
.watch-next { text-align: center; margin: 2px 0 8px; }
.watch-next span { display: inline-block; background: #e4e2db; color: var(--muted); font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 999px; }
.divider { text-align: center; margin: 10px 0 8px; }
.divider span { display: inline-block; background: #e4e2db; color: var(--muted); font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 999px; }
.row-card { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 8px; margin-bottom: 8px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); }
.row-card.seen { opacity: 0.82; }
.thumb { width: 46px; height: 62px; border-radius: 8px; flex: none; position: relative; overflow: hidden; }
.thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255, 255, 255, 0.22) 0%, transparent 34%), radial-gradient(90% 60% at 70% 20%, rgba(255, 255, 255, 0.16), transparent 60%); }
.thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%); }
.t1 { background: radial-gradient(120% 90% at 30% 25%, #4a6db8, #1b2a55 55%, #0c1226); }
.t2 { background: radial-gradient(120% 90% at 65% 30%, #c25b3f, #6e2323 55%, #260c0c); }
.t3 { background: radial-gradient(120% 90% at 40% 70%, #3e9c6e, #1c4a35 55%, #0a1f15); }
.t4 { background: radial-gradient(120% 90% at 60% 25%, #e0a13a, #7a4d14 55%, #241505); }
.t5 { background: radial-gradient(120% 90% at 35% 30%, #8a94ad, #3c465e 55%, #141926); }
.row-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.row-tag { align-self: flex-start; font-family: var(--font-mono); font-size: 0.58rem; color: var(--ink); text-transform: uppercase; letter-spacing: 0.05em; border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.row-ep { font-family: var(--font-display); font-weight: 800; font-size: 0.92rem; }
.row-ep .plus { color: #b8860b; font-size: 0.68rem; font-weight: 800; }
.row-name { font-size: 0.74rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.check { width: 36px; height: 36px; border-radius: 50%; flex: none; display: grid; place-items: center; font-weight: 800; border: 2px solid #dcdad3; color: #dcdad3; background: #fff; }
.check.on { background: var(--green); border-color: var(--green); color: #fff; }
.screen-nav { display: flex; justify-content: space-around; border-top: 1px solid var(--line); margin: 4px -12px 0; padding: 10px 8px 14px; background: #fff; }
.nav-item { font-family: var(--font-display); font-weight: 800; font-size: 0.62rem; color: #b3b0a8; }
.nav-item.on { color: var(--ink); }

.ticker { background: var(--gold); color: var(--gold-ink); }
.ticker .wrap { display: flex; gap: 14px; align-items: center; justify-content: center; padding: 12px 20px; font-family: var(--font-display); font-weight: 800; text-align: center; flex-wrap: wrap; }
.ticker a { text-decoration: underline; }

.section { padding: 64px 0; }
.section h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -0.01em; margin-bottom: 8px; }
.section .lede { color: var(--muted); max-width: 60ch; margin-bottom: 32px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; margin-bottom: 6px; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .glyph { width: 40px; height: 40px; border-radius: 12px; background: var(--gold); display: grid; place-items: center; font-size: 1.2rem; margin-bottom: 14px; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 800; margin-bottom: 14px; }
.step h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.95rem; }

.download { background: var(--ink); color: #fff; border-radius: 24px; padding: 44px 36px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.download h2 { color: #fff; }
.download .lede { color: #b8b5ac; margin-bottom: 22px; }
.dl-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.dl-note { margin-top: 14px; font-size: 0.82rem; color: #8f8c84; max-width: 52ch; }
.qr-box { background: var(--bg); border-radius: 18px; padding: 14px; text-align: center; }
.qr-box img { width: 168px; height: 168px; margin: 0 auto; }
.qr-box span { display: block; margin-top: 8px; font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted); }

.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
.faq summary { font-family: var(--font-display); font-weight: 800; cursor: pointer; }
.faq p { margin-top: 10px; color: var(--muted); }

.footer { border-top: 1px solid var(--line); margin-top: 40px; padding: 34px 0; }
.footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer a { color: var(--muted); text-decoration: none; font-size: 0.9rem; }
.footer a:hover { color: var(--ink); }
.footer .fine { color: var(--muted); font-size: 0.85rem; }

.page { max-width: 680px; margin: 0 auto; padding: 40px 20px 80px; }
.page h1 { font-family: var(--font-display); font-weight: 800; font-size: 2rem; margin-bottom: 10px; }
.page h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin: 28px 0 8px; }
.page p, .page li { color: var(--muted); }
.page ul { padding-left: 20px; }
.guide-step { display: flex; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin: 14px 0; align-items: flex-start; }
.guide-step .n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--gold-ink); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; }
.guide-step strong { display: block; font-family: var(--font-display); margin-bottom: 4px; color: var(--ink); }
.share-glyph { display: inline-block; width: 18px; height: 18px; vertical-align: -3px; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding: 36px 0 48px; }
  .phone { width: 260px; }
  .download { grid-template-columns: 1fr; text-align: center; }
  .dl-buttons { justify-content: center; }
  .qr-box { justify-self: center; }
}

.shows-section .lede { margin-bottom: 20px; }
.show-row { display: grid; grid-auto-flow: column; grid-auto-columns: 240px; gap: 14px; overflow-x: auto; padding: 4px 4px 16px; scroll-snap-type: x mandatory; }
.show-card { scroll-snap-align: start; position: relative; display: block; height: 140px; border-radius: 14px; overflow: hidden; background: #1c1c1c center/cover no-repeat; text-decoration: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); transition: transform 0.14s ease; }
.show-card:hover { transform: translateY(-3px); }
.show-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.25) 55%, transparent 100%); }
.show-card .show-title { position: absolute; left: 12px; right: 12px; bottom: 26px; z-index: 1; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.show-card .show-meta { position: absolute; left: 12px; right: 12px; bottom: 9px; z-index: 1; color: #cfccc4; font-size: 0.7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.genre-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.genre-tile { position: relative; display: grid; place-items: center; height: 84px; border-radius: 12px; overflow: hidden; background: #1c1c1c center/cover no-repeat; text-decoration: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); transition: transform 0.14s ease; }
.genre-tile:hover { transform: translateY(-2px); }
.genre-tile::after { content: ""; position: absolute; inset: 0; background: rgba(10, 10, 10, 0.45); }
.genre-tile span { position: relative; z-index: 1; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6); }
.step .step-btn { margin-top: 14px; font-size: 0.85rem; padding: 10px 18px; }
