:root {
  --ink: #0b0b0b;
  --ink-2: #141313;
  --cream: #f2e9d6;
  --paper: #eadfc6;
  --acid: #e4ff1a;
  --hot: #ff2e93;
  --cyan: #1fd6ee;
  --red: #ff3b2f;
  --gold: #f7b21b;
  --muted: #a9a398;
  --line: rgba(255,255,255,.16);
  --display: "Rubik Dirt", "Anton", Impact, sans-serif;
  --condensed: "Anton", Impact, "Arial Narrow", sans-serif;
  --marker: "Permanent Marker", "Comic Sans MS", cursive;
  --body: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  --vhs: "VT323", ui-monospace, monospace;
  --nav-h: 72px;
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24 L0 14 L38 9 L77 17 L121 6 L168 13 L214 3 L259 12 L306 8 L349 18 L398 7 L447 13 L496 2 L541 15 L597 9 L648 16 L701 5 L748 12 L797 7 L851 17 L899 6 L948 14 L1003 3 L1049 11 L1098 7 L1152 16 L1200 9 L1200 24 Z'/%3E%3C/svg%3E");
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink) var(--noise);
  background-blend-mode: soft-light;
  color: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.45;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
section, main { scroll-margin-top: var(--nav-h); }
::selection { background: var(--hot); color: #fff; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
body.locked { overflow: hidden; }

.scanlines {
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0 2px, rgba(0,0,0,.14) 2px 3px);
}

/* =========================================================
   Neon system — every interactive thing glows in its own --c
   ========================================================= */
.button, .price-card, .channel-nav a { --c: var(--hot); }
.button.acid, .poster { --c: var(--acid); }
.button.outline, .price-card:nth-child(3n+2) { --c: var(--cyan); }

@media (hover: hover) {
  .button:hover, .poster:hover, .price-card:hover {
    box-shadow: 0 0 0 2px var(--c), 0 0 18px var(--c), 0 0 48px color-mix(in srgb, var(--c) 45%, transparent);
  }
}

.zap { animation: zap .5s ease-out; }
@keyframes zap {
  0%   { filter: brightness(2.2) saturate(1.6); box-shadow: 0 0 0 3px var(--c), 0 0 30px var(--c), 0 0 90px var(--c); }
  20%  { filter: brightness(1); }
  30%  { filter: brightness(1.8); }
  100% { filter: none; box-shadow: 0 0 0 0 transparent; }
}

.burst {
  position: fixed; z-index: 250; pointer-events: none;
  width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%;
  border: 2px solid var(--c);
  box-shadow: 0 0 10px var(--c), 0 0 24px var(--c), inset 0 0 8px var(--c);
  animation: ring .6s cubic-bezier(.1,.7,.3,1) forwards;
}
.burst.late { opacity: 0; animation-delay: .08s; animation-duration: .7s; }
@keyframes ring {
  0% { transform: scale(.2); opacity: 1; }
  100% { transform: scale(7); opacity: 0; }
}
.spark {
  position: fixed; z-index: 250; pointer-events: none;
  width: 22px; height: 3px; margin-top: -1.5px; border-radius: 2px;
  background: var(--c); box-shadow: 0 0 8px var(--c), 0 0 16px var(--c);
  transform-origin: 0 50%;
  animation: spark .5s ease-out forwards;
}
@keyframes spark {
  0% { transform: rotate(var(--a)) translateX(4px) scaleX(.4); opacity: 1; }
  100% { transform: rotate(var(--a)) translateX(58px) scaleX(1); opacity: 0; }
}

/* =========================================================
   Channel ident (the bumper between channels)
   ========================================================= */
.ident {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  visibility: hidden; pointer-events: none;
  background: #000;
}
.ident.is-on { visibility: visible; pointer-events: auto; }
.ident-static { position: absolute; inset: 0; width: 100%; height: 100%; image-rendering: pixelated; }
.ident-card {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center;
  opacity: 0; overflow: hidden;
  --block: var(--gold); --ext: #0e7f91; --tag: #c8141f; --sub: #111;
  background: #1fd6ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='%23f7a8d8' stroke-width='11' stroke-linecap='round'%3E%3Cpath d='M8 34 q14 -22 30 -6 t30 -10'/%3E%3Cpath d='M58 92 q16 -20 32 -4 t26 -12'/%3E%3Cpath d='M-12 104 q10 -12 22 0'/%3E%3Cpath d='M92 30 l20 -14'/%3E%3C/g%3E%3C/svg%3E");
}
.ident-card[data-v="neon"] {
  --block: #ff6ac1; --tag: #7ff3ff; --sub: #7ff3ff;
  background: radial-gradient(ellipse at center, #26104a 0%, #0a0616 60%, #000 100%);
}
.ident-card[data-v="confetti"] {
  --block: #ffb000; --ext: #1d5bd8; --tag: #d1121f; --sub: #111;
  background: #8a1fe0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg stroke='%23ff8a00' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M10 12 l10 6'/%3E%3Cpath d='M44 8 l-6 10'/%3E%3Cpath d='M70 20 l12 2'/%3E%3Cpath d='M20 50 l4 12'/%3E%3Cpath d='M58 48 l10 -6'/%3E%3Cpath d='M12 80 l12 -2'/%3E%3Cpath d='M48 76 l6 10'/%3E%3Cpath d='M78 70 l-4 12'/%3E%3C/g%3E%3Cg fill='%23ff2e93'%3E%3Ccircle cx='34' cy='32' r='4'/%3E%3Ccircle cx='80' cy='44' r='3'/%3E%3Ccircle cx='36' cy='64' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.ident-card[data-v="acid"] {
  --block: var(--acid); --ext: #ff2e93; --tag: #fff; --sub: var(--acid);
  background: #111 repeating-linear-gradient(-45deg, #111 0 26px, #1d1d1d 26px 52px);
}

.ident-logo { position: relative; line-height: .78; }
.il-block {
  display: block;
  font-family: var(--condensed); font-size: clamp(130px, 30vw, 330px); letter-spacing: -.02em;
  color: var(--block);
  text-shadow:
    2px 2px 0 var(--ext), 4px 4px 0 var(--ext), 6px 6px 0 var(--ext), 8px 8px 0 var(--ext),
    10px 10px 0 var(--ext), 12px 12px 0 var(--ext), 14px 14px 0 #000, 0 0 2px #000;
}
.ident-card[data-v="neon"] .il-block {
  color: #ffd6ee;
  text-shadow: 0 0 6px #ff2e93, 0 0 18px #ff2e93, 0 0 48px #ff2e93, 0 0 110px #ff2e93;
  animation: neonBuzz 1.4s steps(1) infinite;
}
.il-tag {
  position: absolute; right: -6%; bottom: 8%;
  font-family: var(--marker); font-size: clamp(40px, 9vw, 104px); color: var(--tag);
  white-space: nowrap; transform: rotate(-14deg);
  text-shadow: 3px 3px 0 rgba(0,0,0,.35);
  clip-path: inset(-50% 100% -50% -10%);
}
.ident-card[data-v="neon"] .il-tag { text-shadow: 0 0 6px #1fd6ee, 0 0 20px #1fd6ee, 0 0 50px #1fd6ee; }
.ident-card[data-v="acid"] .il-tag { text-shadow: 0 0 10px #ff2e93, 0 0 30px #ff2e93; }
.ident-sub {
  margin-top: clamp(16px, 3vw, 30px);
  font-family: var(--condensed); font-size: clamp(18px, 3.4vw, 40px); letter-spacing: .08em;
  color: var(--sub);
}
.ident-card[data-v="neon"] .ident-sub, .ident-card[data-v="acid"] .ident-sub { text-shadow: 0 0 10px currentColor, 0 0 30px currentColor; }
.ident-osd {
  position: absolute; top: max(22px, env(safe-area-inset-top)); right: 28px; z-index: 2; text-align: right;
  font-family: var(--vhs); color: var(--acid); line-height: .9;
  text-shadow: 0 0 8px var(--acid), 0 0 22px rgba(228,255,26,.6), 3px 0 0 rgba(255,46,147,.6);
  opacity: 0;
}
.ident-osd b { display: block; font-weight: 400; font-size: clamp(52px, 8vw, 96px); }
.ident-osd span { font-size: clamp(22px, 3vw, 34px); letter-spacing: .1em; }

.ident.is-card .ident-card { opacity: 1; animation: crtOn .34s cubic-bezier(.2,.9,.2,1) both; }
.ident.is-card .ident-logo { animation: logoPop .5s cubic-bezier(.2,1.4,.4,1) both; }
.ident.is-card .il-tag { animation: spray .34s .16s steps(6) forwards; }
.ident.is-card .ident-sub { animation: subIn .3s .24s both; }
.ident.is-card .ident-osd, .ident.is-osd .ident-osd { opacity: 1; animation: osdBlink .9s steps(2) infinite; }
.ident.is-off { animation: crtOff .32s cubic-bezier(.6,0,.9,.4) forwards; }

@keyframes crtOn {
  0%   { transform: scale(1, .004); filter: brightness(5) saturate(0); }
  45%  { transform: scale(1, .03); filter: brightness(3); }
  100% { transform: scale(1, 1); filter: none; }
}
@keyframes crtOff {
  0%   { transform: scale(1, 1); filter: none; }
  55%  { transform: scale(1, .006); filter: brightness(4) saturate(0); }
  100% { transform: scale(0, .006); filter: brightness(6); opacity: 0; }
}
@keyframes logoPop {
  0%   { transform: scale(1.5) rotate(-6deg); filter: blur(6px); }
  60%  { transform: scale(.95) rotate(1deg); filter: none; }
  100% { transform: none; }
}
@keyframes spray { to { clip-path: inset(-50% -10% -50% -10%); } }
@keyframes subIn { from { opacity: 0; letter-spacing: .6em; } to { opacity: 1; } }
@keyframes osdBlink { 50% { opacity: .75; } }
@keyframes neonBuzz { 0%, 100% { opacity: 1; } 47% { opacity: .82; } 49% { opacity: 1; } 83% { opacity: .9; } }

/* =========================================================
   Buttons
   ========================================================= */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 46px; padding: .7em 1.2em; border: 2px solid transparent;
  font-family: var(--condensed); font-size: 15px; letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; line-height: 1; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .15s, color .15s;
}
.button:hover { transform: translate(-2px,-2px); }
.button:active { transform: translate(1px,1px) scale(.98); }
.button.acid { background: var(--acid); color: var(--ink); }
.button.hot { background: var(--hot); color: #fff; }
.button.outline { border-color: var(--cream); color: var(--cream); background: transparent; }
.button.outline:hover { background: var(--cream); color: var(--ink); }
.button.dark { background: var(--ink); color: #fff; }

/* =========================================================
   Nav
   ========================================================= */
.nav-shell {
  position: sticky; top: 0; z-index: 60; height: var(--nav-h);
  display: flex; align-items: center; gap: 28px;
  padding: 0 clamp(16px, 4vw, 48px);
  background: rgba(11,11,11,.94);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { position: relative; z-index: 2; display: flex; flex-direction: column; text-decoration: none; line-height: .85; transform: rotate(-4deg); }
.brand-atx { font-family: var(--marker); font-size: 36px; color: var(--red); text-shadow: 0 0 14px rgba(255,59,47,.45); }
.brand-club { font-family: var(--marker); font-size: 15px; color: #fff; margin: -4px 0 0 28px; }
.channel-nav { display: flex; gap: 26px; margin-left: auto; }
.channel-nav a {
  --c: var(--acid);
  display: flex; align-items: baseline; gap: 6px;
  font-family: var(--condensed); font-size: 14px; letter-spacing: .06em;
  text-decoration: none; padding: 6px 0; position: relative; color: #eee;
  transition: color .15s, text-shadow .15s;
}
.channel-nav a small { font-family: var(--vhs); font-size: 17px; color: var(--muted); }
.channel-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--acid); box-shadow: 0 0 10px var(--acid);
  transform: scaleX(0); transform-origin: left; transition: transform .2s;
}
.channel-nav a:hover, .channel-nav a.active { color: var(--acid); text-shadow: 0 0 12px rgba(228,255,26,.55); }
.channel-nav a:hover small, .channel-nav a.active small { color: var(--acid); }
.channel-nav a:hover::after, .channel-nav a.active::after { transform: scaleX(1); }
.guide-head { display: none; }
.nav-actions { display: flex; gap: 12px; }
.nav-actions .button { min-height: 42px; }
.hamburger {
  display: none; position: relative; z-index: 2; margin-left: auto;
  width: 48px; height: 44px; padding: 0; background: none; border: 2px solid var(--cream);
}
.hamburger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--cream); transition: transform .2s, opacity .2s; }
.hamburger span:nth-child(1) { top: 13px; }
.hamburger span:nth-child(2) { top: 20px; }
.hamburger span:nth-child(3) { top: 27px; }
.hamburger[aria-expanded="true"] { border-color: var(--acid); box-shadow: 0 0 14px var(--acid); }
.hamburger[aria-expanded="true"] span { background: var(--acid); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center; gap: 24px;
  padding: 40px clamp(16px, 4vw, 48px) 28px;
  max-width: 1440px; margin: 0 auto;
}
.hero-left { position: relative; }
.tape {
  display: inline-block; background: var(--acid); color: var(--ink);
  font-family: var(--condensed); font-size: clamp(20px, 2.4vw, 32px); letter-spacing: .04em;
  padding: 4px 18px 2px; transform: rotate(-3deg);
  clip-path: polygon(1% 8%, 99% 0, 100% 92%, 0 100%);
}
.hero h1 {
  position: relative;
  font-family: var(--display); font-weight: 400;
  font-size: clamp(56px, 7.6vw, 116px); line-height: .84;
  margin: 12px 0 0; color: var(--cream);
  text-shadow: 3px 3px 0 rgba(0,0,0,.6);
}
.glitch::before, .glitch::after {
  content: "ATX\A CONTENT\A CLUB"; position: absolute; inset: 0; pointer-events: none;
  white-space: pre; opacity: 0; mix-blend-mode: screen;
}
.glitch::before { color: var(--cyan); }
.glitch::after { color: var(--hot); }
.glitch:hover::before, .glitch.zapped::before { opacity: .85; animation: glitchA .4s steps(2) infinite; }
.glitch:hover::after, .glitch.zapped::after { opacity: .85; animation: glitchB .4s steps(2) infinite; }
@keyframes glitchA {
  0% { transform: translate(-5px, 0); clip-path: inset(0 0 70% 0); }
  50% { transform: translate(4px, 1px); clip-path: inset(40% 0 20% 0); }
  100% { transform: translate(-2px, -1px); clip-path: inset(75% 0 0 0); }
}
@keyframes glitchB {
  0% { transform: translate(5px, 0); clip-path: inset(60% 0 10% 0); }
  50% { transform: translate(-4px, -1px); clip-path: inset(10% 0 60% 0); }
  100% { transform: translate(2px, 1px); clip-path: inset(30% 0 40% 0); }
}
.crown {
  position: absolute; width: clamp(60px, 7vw, 104px); color: var(--hot);
  left: clamp(200px, 24vw, 360px); top: clamp(52px, 5.4vw, 80px); transform: rotate(8deg);
  filter: drop-shadow(0 0 8px var(--hot));
}
.hero-copy {
  max-width: 34ch; margin: 22px 0;
  font-weight: 600; font-size: clamp(16px, 1.5vw, 20px);
  text-transform: uppercase; letter-spacing: .06em; line-height: 1.3; color: #fff;
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.marker-note {
  position: absolute; right: -4%; top: 0;
  font-family: var(--marker); font-size: clamp(16px, 1.6vw, 22px); line-height: 1.25;
  color: #fff; transform: rotate(-12deg); padding-bottom: 8px;
  background: linear-gradient(var(--hot), var(--hot)) left bottom / 90% 3px no-repeat;
}

.vhs-frame {
  position: relative; overflow: hidden;
  clip-path: polygon(3% 2%, 30% 0, 55% 3%, 80% 0, 100% 2%, 99% 40%, 100% 72%, 98% 100%, 60% 98%, 30% 100%, 1% 98%, 0 60%, 2% 30%);
}
.vhs-frame img { width: 100%; filter: contrast(1.08) saturate(1.1); }
.tracking {
  position: absolute; left: 0; right: 0; height: 14%; top: -20%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.14) 40%, rgba(255,255,255,.05) 60%, transparent);
  mix-blend-mode: overlay; animation: tracking 7s linear infinite;
}
@keyframes tracking { 0% { top: -20%; } 60%, 100% { top: 120%; } }
.osd {
  position: absolute; font-family: var(--vhs); color: #fff; font-size: clamp(18px, 1.8vw, 26px); line-height: .95;
  text-shadow: 2px 0 0 rgba(255,46,147,.7), -2px 0 0 rgba(31,214,238,.7);
  letter-spacing: .04em;
}
.osd small { font-size: .8em; }
.osd-play { left: 5%; top: 7%; }
.osd-rec { left: 5%; top: 16%; display: flex; align-items: center; gap: 8px; }
.osd-rec i { width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 8px var(--red); animation: blink 1s steps(2) infinite; }
.osd-time { left: 5%; bottom: 7%; }
@keyframes blink { 50% { opacity: 0; } }

/* =========================================================
   Ticker
   ========================================================= */
.ticker {
  overflow: hidden; background: var(--hot); color: #fff;
  transform: rotate(-1deg); margin: 18px -10px 8px;
  border-block: 3px solid var(--ink);
  box-shadow: 0 6px 0 var(--acid), 0 0 40px rgba(255,46,147,.35);
}
.ticker-track { display: flex; width: max-content; animation: ticker 30s linear infinite; }
.ticker-track span { font-family: var(--condensed); font-size: 22px; letter-spacing: .08em; padding: 8px 0; white-space: pre; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* =========================================================
   Channel tags
   ========================================================= */
.ch-tag {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: var(--vhs); font-size: 22px; letter-spacing: .08em; color: var(--muted);
}
.ch-tag b {
  font-weight: 400; color: var(--ink); background: var(--acid); padding: 0 8px;
  box-shadow: 0 0 14px rgba(228,255,26,.5);
}
.swipe-hint { display: none; margin-left: auto; color: var(--acid); animation: blink 1.4s steps(2) infinite; }

/* =========================================================
   Features
   ========================================================= */
.features { padding: 30px clamp(16px, 3vw, 40px) 40px; max-width: 1440px; margin: 0 auto; }
.poster-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.poster {
  position: relative; padding: 0; background: var(--ink-2);
  border: 3px solid #2a2826; outline: 1px solid rgba(255,255,255,.3); outline-offset: -8px;
  box-shadow: 0 10px 24px rgba(0,0,0,.6);
  transition: transform .2s, border-color .2s, box-shadow .2s;
  text-align: left; overflow: hidden;
}
.poster img { width: 100%; aspect-ratio: 196 / 237; object-fit: cover; transition: filter .2s; }
.poster-label {
  display: flex; justify-content: space-between; align-items: center; gap: 6px;
  padding: 9px 10px; background: #0d0d0d;
  font-family: var(--condensed); font-size: clamp(11px, .95vw, 13px); letter-spacing: .03em; color: #fff; white-space: nowrap;
}
.poster-label i { font-style: normal; color: var(--hot); font-size: 16px; transition: transform .2s, color .2s; }
.poster:nth-child(odd) { transform: rotate(-.6deg); }
.poster:nth-child(even) { transform: rotate(.6deg); }
@media (hover: hover) {
  .poster:hover { transform: translateY(-8px) scale(1.02); border-color: var(--acid); z-index: 2; }
  .poster:hover img { filter: saturate(1.3) contrast(1.1); animation: rgbsplit .3s steps(2) 2; }
  .poster:hover .poster-label i { transform: translate(3px,-3px); color: var(--acid); }
}
@keyframes rgbsplit {
  0% { filter: drop-shadow(-4px 0 0 rgba(31,214,238,.8)) drop-shadow(4px 0 0 rgba(255,46,147,.8)); }
  100% { filter: drop-shadow(3px 0 0 rgba(31,214,238,.8)) drop-shadow(-3px 0 0 rgba(255,46,147,.8)); }
}

/* =========================================================
   How it works
   ========================================================= */
.how {
  position: relative; margin: 34px 0 24px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 3vw, 44px);
  padding: 34px clamp(16px, 4vw, 48px);
  background: var(--paper); color: var(--ink);
}
.how::before, .how::after {
  content: ""; position: absolute; left: 0; right: 0; height: 22px; background: var(--paper);
  -webkit-mask: var(--torn) center / 100% 100% no-repeat; mask: var(--torn) center / 100% 100% no-repeat;
}
.how::before { top: -21px; }
.how::after { bottom: -21px; transform: scaleY(-1); }
.how-title { transform: rotate(-6deg); line-height: .9; }
.how-title span, .how-title strong { display: block; font-family: var(--marker); font-weight: 400; }
.how-title span { font-size: clamp(36px, 4.2vw, 56px); }
.how-title strong {
  font-size: clamp(44px, 5.2vw, 70px); margin-left: 24px; padding: 0 8px;
  background: linear-gradient(transparent 30%, var(--acid) 30% 88%, transparent 88%);
}
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.steps li { position: relative; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 12px; color: #666; font-size: 20px; }
.steps b {
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; margin-bottom: 10px;
  background: var(--acid); font-family: var(--marker); font-weight: 400; font-size: 24px;
  box-shadow: 2px 2px 0 var(--ink); transform: rotate(-8deg);
}
.steps h3 { margin: 0 0 4px; font-family: var(--condensed); font-weight: 400; font-size: 18px; line-height: 1.05; letter-spacing: .02em; }
.steps p { margin: 0; font-size: 15px; line-height: 1.3; color: #333; }
.atx-stamp { width: clamp(110px, 11vw, 160px); mix-blend-mode: multiply; transform: rotate(3deg); }

/* =========================================================
   Menu
   ========================================================= */
.menu {
  display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 26px 30px;
  padding: 44px clamp(16px, 4vw, 48px);
  max-width: 1440px; margin: 0 auto;
}
.menu-heading h2 { margin: 0; transform: rotate(-6deg); line-height: .82; font-weight: 400; }
.menu-heading h2 span, .menu-heading h2 strong { display: block; font-family: var(--marker); font-weight: 400; }
.menu-heading h2 span { font-size: clamp(40px, 4.4vw, 58px); color: #fff; }
.menu-heading h2 strong { font-size: clamp(54px, 5.8vw, 80px); color: var(--hot); text-shadow: 0 0 18px rgba(255,46,147,.55); }
.menu-heading p { font-size: 14px; color: var(--muted); margin: 22px 0 0; }
.menu-cards { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.price-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 0 0 12px; background: #121212; border: 1px solid #333;
  box-shadow: 0 8px 18px rgba(0,0,0,.5);
  transition: transform .15s, border-color .15s, box-shadow .2s;
  overflow: hidden;
}
.price-card .food { width: 100%; aspect-ratio: 100 / 66; object-fit: cover; margin-bottom: 10px; transition: transform .3s; }
.price-card h3 { margin: 0 6px 6px; font-family: var(--condensed); font-weight: 400; font-size: 15px; line-height: 1.05; letter-spacing: .03em; color: #fff; min-height: 2.1em; display: flex; align-items: center; }
.price-card strong { font-family: var(--condensed); font-weight: 400; font-size: 26px; color: var(--hot); line-height: 1; text-shadow: 0 0 12px rgba(255,46,147,.45); }
.price-card small { font-size: 12px; color: #ccc; margin-top: 4px; }
.price-card { position: relative; }
.price-card .badge {
  position: absolute; top: 6px; left: 6px; z-index: 1;
  padding: 2px 6px; background: var(--acid); color: var(--ink);
  font-family: var(--vhs); font-style: normal; font-size: 14px; letter-spacing: .06em; line-height: 1.1;
  box-shadow: 0 0 10px rgba(228,255,26,.5);
}
.price-card.served { --c: var(--cyan); border-color: #1d5a63; }
.price-card.served .badge { background: var(--cyan); box-shadow: 0 0 10px rgba(31,214,238,.5); }
.price-card.served strong { color: var(--cyan); text-shadow: 0 0 12px rgba(31,214,238,.45); }
@media (hover: hover) {
  .price-card:hover { transform: translateY(-6px); border-color: var(--c); }
  .price-card:hover .food { transform: scale(1.08) rotate(-2deg); }
}
.view-menu { grid-column: 2; justify-self: end; }

/* =========================================================
   Community
   ========================================================= */
.community {
  position: relative; margin-top: 30px;
  display: grid; grid-template-columns: 1.25fr 1.35fr 1.1fr .75fr; min-height: 260px;
}
.community-photo { position: relative; overflow: hidden; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; filter: grayscale(1) contrast(1.1); }
.community-panel { position: relative; padding: 34px clamp(18px, 2.4vw, 36px); color: var(--ink); }
.community-panel h2 { margin: 0 0 12px; font-family: var(--marker); font-weight: 400; font-size: clamp(24px, 2.5vw, 36px); line-height: 1.05; transform: rotate(-3deg); }
.community-panel p { margin: 0 0 16px; font-size: 15px; max-width: 32ch; }
.community-panel > a:not(.button) { font-family: var(--condensed); font-size: 15px; letter-spacing: .04em; text-underline-offset: 4px; }
.community-panel > a:not(.button):hover { color: #fff; }
.pink { background: var(--hot); clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 2% 50%); }
.cyan { background: var(--cyan); clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%); margin-left: -2%; }

/* =========================================================
   Join
   ========================================================= */
.join {
  display: grid; grid-template-columns: 1fr minmax(0, 480px); gap: clamp(28px, 5vw, 80px); align-items: center;
  padding: clamp(60px, 8vw, 110px) clamp(16px, 4vw, 48px);
  max-width: 1280px; margin: 0 auto;
}
.cyan-tape { background: var(--cyan); }
.join h2 { font-family: var(--display); font-weight: 400; font-size: clamp(42px, 5.6vw, 84px); line-height: .9; margin: 16px 0 18px; }
.join-copy p { max-width: 46ch; color: #d8d1c2; font-size: 18px; }
#joinForm {
  display: grid; gap: 16px; padding: 26px;
  background: var(--cream); color: var(--ink);
  box-shadow: 10px 10px 0 var(--hot), 0 0 60px rgba(255,46,147,.25);
  transform: rotate(1deg);
}
.form-head { display: flex; align-items: center; gap: 8px; font-family: var(--vhs); font-size: 22px; letter-spacing: .06em; border-bottom: 2px dashed #9b927f; padding-bottom: 8px; }
.form-head i { width: 10px; height: 10px; border-radius: 50%; background: var(--red); animation: blink 1s steps(2) infinite; }
#joinForm label { display: grid; gap: 6px; }
#joinForm label span { font-family: var(--condensed); font-size: 14px; letter-spacing: .08em; }
#joinForm input, #joinForm select {
  width: 100%; min-height: 48px; padding: 12px 14px; background: #fff; border: 2px solid var(--ink); border-radius: 0;
  font-size: 16px; color: var(--ink);
}
#joinForm input:focus, #joinForm select:focus { outline: none; border-color: var(--hot); box-shadow: 0 0 0 3px rgba(255,46,147,.25), 0 0 18px rgba(255,46,147,.35); }
#joinForm [aria-invalid="true"] { border-color: var(--red); background: #fff1f0; }
.submit { width: 100%; font-size: 18px; min-height: 56px; }
.form-status { min-height: 1.4em; font-family: var(--vhs); font-size: 22px; }
.form-status.error { color: #c4180d; }
.form-status.ok { color: #0d6e2a; }

/* =========================================================
   Footer + remote
   ========================================================= */
footer {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  padding: 26px clamp(16px, 4vw, 48px) 100px;
  border-top: 1px solid var(--line);
  font-size: 14px; color: var(--muted);
}
footer b { font-family: var(--marker); font-weight: 400; color: var(--acid); font-size: 20px; text-shadow: 0 0 12px rgba(228,255,26,.4); }
footer a { font-family: var(--condensed); letter-spacing: .06em; text-decoration: none; color: #fff; }
footer a:hover { color: var(--acid); }

.remote {
  --c: var(--hot);
  position: fixed; z-index: 80;
  right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 16px 0 12px;
  background: #111; border: 2px solid var(--hot); border-radius: 26px;
  box-shadow: 0 0 14px rgba(255,46,147,.6), 0 8px 24px rgba(0,0,0,.6);
  transition: transform .15s, box-shadow .2s;
}
.remote:hover { transform: translateY(-2px); box-shadow: 0 0 24px var(--hot), 0 0 60px rgba(255,46,147,.5); }
.remote-logo {
  font-family: var(--condensed); font-size: 22px; color: var(--gold); line-height: 1;
  text-shadow: 1px 1px 0 #0e7f91, 2px 2px 0 #0e7f91, 3px 3px 0 #000;
}
.sound-toggle {
  position: fixed; z-index: 80;
  left: max(16px, env(safe-area-inset-left)); bottom: max(16px, env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px 0 10px;
  background: #111; color: var(--cyan); border: 2px solid var(--cyan); border-radius: 22px;
  font-family: var(--vhs); font-size: 18px; letter-spacing: .06em;
  box-shadow: 0 0 12px rgba(31,214,238,.45);
  transition: color .15s, border-color .15s, box-shadow .2s;
}
.sound-toggle svg { width: 20px; height: 20px; }
.sound-toggle[aria-pressed="false"] { color: var(--muted); border-color: #444; box-shadow: none; }
.sound-toggle[aria-pressed="false"] .wave { opacity: 0; }
.sound-toggle[aria-pressed="true"] .wave { animation: wave 1.2s steps(2) infinite; }
@keyframes wave { 50% { opacity: .35; } }
@media (max-width: 600px) { .sound-toggle span { display: none; } .sound-toggle { padding: 0 11px; } }
.remote-ch { font-family: var(--vhs); font-size: 22px; color: var(--acid); text-shadow: 0 0 8px var(--acid); }

/* =========================================================
   Modal = a CRT TV set
   ========================================================= */
dialog {
  width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 32px);
  padding: 0; border: 0; background: transparent; overflow: visible; color: var(--cream);
  --c: var(--hot);
}
dialog::backdrop { background: rgba(0,0,0,.8); }
.tv {
  display: flex; flex-direction: column; max-height: calc(100dvh - 32px);
  padding: 16px 16px 10px; border-radius: 28px;
  background: linear-gradient(160deg, #3a3531, #1a1715 55%, #0f0d0c);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.12), 0 0 0 2px #000, 0 30px 80px rgba(0,0,0,.8),
              0 0 40px var(--c), 0 0 120px color-mix(in srgb, var(--c) 40%, transparent);
}
dialog[open] .tv { animation: crtOn .42s cubic-bezier(.2,.9,.2,1); }
dialog.closing .tv { animation: crtOff .3s cubic-bezier(.6,0,.9,.4) forwards; }
.tv-screen {
  position: relative; flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain;
  border-radius: 22px / 26px; background: #0d0c10; scrollbar-width: none;
  box-shadow: inset 0 0 0 3px #000, inset 0 0 50px rgba(0,0,0,.9);
}
.tv-screen:focus { outline: none; }
.tv-screen::-webkit-scrollbar { display: none; }
.tv-glass {
  position: sticky; top: 0; display: block; height: 0; z-index: 4; pointer-events: none;
}
.tv-glass::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 100vh; pointer-events: none;
  background:
    linear-gradient(155deg, rgba(255,255,255,.09), transparent 35%),
    repeating-linear-gradient(to bottom, transparent 0 2px, rgba(0,0,0,.22) 2px 3px);
}
.snow {
  position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background: #777 var(--noise); background-size: 140px;
  animation: snow .5s steps(1) forwards;
}
@keyframes snow {
  0% { opacity: 1; background-position: 0 0; } 20% { background-position: 37px 91px; }
  40% { opacity: 1; background-position: 81px 13px; } 60% { opacity: .6; background-position: 12px 64px; }
  100% { opacity: 0; visibility: hidden; }
}
.tv-osd {
  position: absolute; top: 12px; right: 18px; z-index: 6;
  font-family: var(--vhs); font-size: 30px; color: var(--acid);
  text-shadow: 0 0 8px var(--acid), 0 0 20px rgba(228,255,26,.5);
  animation: osdFade 2.4s forwards;
}
@keyframes osdFade { 0%, 70% { opacity: 1; } 100% { opacity: 0; } }
.tv-panel { display: flex; align-items: center; gap: 12px; padding: 10px 8px 2px; }
.tv-brand { margin-right: auto; font-family: var(--condensed); font-size: 13px; letter-spacing: .3em; color: #8c847a; }
.tv-knob { width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #6a625a, #1c1a18 70%); box-shadow: 0 2px 3px rgba(0,0,0,.7); }
.modal-close {
  position: absolute; right: -10px; top: -10px; z-index: 10;
  width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--hot);
  background: #111; color: #fff; font-size: 24px; line-height: 1;
  box-shadow: 0 0 14px var(--hot);
}

#modalBody .m-hero { position: relative; }
#modalBody .m-hero img { width: 100%; max-height: 240px; object-fit: cover; }
#modalBody .m-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, #0d0c10); }
#modalBody .m-copy { padding: 22px 26px 26px; }
#modalBody .m-kicker { font-family: var(--vhs); font-size: 20px; color: var(--cyan); letter-spacing: .08em; text-shadow: 0 0 10px rgba(31,214,238,.6); }
#modalBody h3 { font-family: var(--marker); font-weight: 400; font-size: clamp(30px, 6vw, 40px); line-height: 1; margin: 6px 0 12px; color: #fff; text-shadow: 0 0 14px var(--c), 0 0 34px color-mix(in srgb, var(--c) 60%, transparent); }
#modalBody p { color: #ddd5c4; }
#modalBody .m-price { font-family: var(--condensed); font-size: 34px; color: var(--hot); text-shadow: 0 0 14px rgba(255,46,147,.6); }
#modalBody .m-price small { font-size: 16px; color: var(--cream); text-shadow: none; }
#modalBody ul { padding-left: 1.1em; margin: 12px 0 22px; }
#modalBody li { margin-bottom: 4px; }
#modalBody li::marker { color: var(--acid); }
#modalBody .full-menu { list-style: none; padding: 0; margin: 12px 0 22px; }
#modalBody .full-menu li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed #3d3a36; }
#modalBody .full-menu b { font-family: var(--condensed); font-weight: 400; letter-spacing: .03em; color: #fff; }
#modalBody .full-menu small { color: var(--muted); }
#modalBody .full-menu span { font-family: var(--condensed); color: var(--hot); white-space: nowrap; }
#modalBody .full-menu span a { color: var(--acid); text-shadow: 0 0 10px rgba(228,255,26,.5); }
.submit:disabled { opacity: .6; cursor: progress; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1180px) {
  .nav-actions .outline { display: none; }
  .channel-nav { gap: 20px; }
  .menu { grid-template-columns: 1fr; }
  .menu-heading { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 30px; }
  .menu-heading .ch-tag { grid-column: 1 / -1; }
  .menu-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .view-menu { grid-column: 1; justify-self: start; }
  .how { grid-template-columns: 1fr; }
  .atx-stamp { display: none; }
}

@media (max-width: 960px) {
  :root { --nav-h: 64px; }
  .hamburger { display: block; margin-left: 0; }
  .nav-actions { margin-left: auto; }
  .channel-nav {
    position: fixed; inset: 0; z-index: 1;
    display: none; flex-direction: column; justify-content: center; gap: 0;
    padding: calc(var(--nav-h) + 12px) 28px 40px;
    background: #07070a repeating-linear-gradient(to bottom, transparent 0 2px, rgba(255,255,255,.03) 2px 3px);
  }
  .channel-nav.open { display: flex; animation: crtOn .36s cubic-bezier(.2,.9,.2,1); }
  .guide-head {
    display: block; margin-bottom: 18px;
    font-family: var(--vhs); font-size: 26px; letter-spacing: .1em; color: var(--cyan);
    text-shadow: 0 0 10px rgba(31,214,238,.6);
  }
  .guide-head span { color: var(--muted); text-shadow: none; }
  .channel-nav a { gap: 18px; padding: 14px 0; font-size: clamp(34px, 9vw, 52px); border-bottom: 1px solid var(--line); }
  .channel-nav a small { font-size: 26px; min-width: 2ch; }
  .channel-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 28px; }
  .marker-note { right: 0; top: -6px; }
  .poster-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .community { grid-template-columns: 1fr 1fr; }
  .community-photo { min-height: 200px; }
  .cyan { margin-left: 0; }
  .join { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps li::after { display: none; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .nav-actions { display: none; }
  .hamburger { margin-left: auto; }
  .brand-atx { font-size: 30px; }
  .brand-club { font-size: 13px; margin-left: 24px; }
  .hero h1 { font-size: clamp(54px, 17vw, 84px); }
  .marker-note { position: static; display: inline-block; margin-top: 20px; transform: rotate(-4deg); }
  .crown { left: auto; right: 6px; top: 44px; }
  .hero-buttons .button { flex: 1 1 100%; }
  .ticker-track span { font-size: 18px; }
  .swipe-hint { display: inline; }
  .poster-strip {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px;
    margin: 0 -16px; padding: 10px 16px 18px; scrollbar-width: none;
  }
  .poster-strip::-webkit-scrollbar { display: none; }
  .poster { flex: 0 0 68%; scroll-snap-align: center; }
  .poster:nth-child(n) { transform: none; }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .steps li { display: grid; grid-template-columns: 50px 1fr; gap: 0 14px; }
  .steps b { grid-row: span 2; margin: 0; }
  .menu-heading { display: block; }
  .menu-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .view-menu { width: 100%; }
  .community { grid-template-columns: 1fr; }
  .right-photo { display: none; }
  .pink, .cyan { clip-path: none; }
  #joinForm { transform: none; box-shadow: 6px 6px 0 var(--hot), 0 0 40px rgba(255,46,147,.25); padding: 20px; }
  .remote { height: 48px; padding: 0 14px 0 10px; }

  /* modal becomes a bottom-sheet TV */
  dialog { width: 100%; max-width: 100%; margin: auto 0 0; max-height: 92dvh; }
  .tv { max-height: 92dvh; border-radius: 24px 24px 0 0; padding: 12px 12px calc(8px + env(safe-area-inset-bottom)); }
  .modal-close { right: 12px; top: -54px; }
  #modalBody .m-hero img { max-height: 180px; }
  #modalBody .m-copy { padding: 18px 18px 22px; }
  #modalBody .button { width: 100%; }
}

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

#modalBody .m-yes, #modalBody .m-no, #modalBody .m-rules { list-style: none; padding: 0; margin: 12px 0; }
#modalBody .m-yes li::before { content: "✓ "; color: var(--acid); }
#modalBody .m-no li { color: var(--muted); }
#modalBody .m-no li::before { content: "✕ "; color: var(--hot); }
#modalBody .m-rules { font-family: var(--vhs); font-size: 19px; letter-spacing: .04em; color: var(--cyan); margin-bottom: 22px; }
#modalBody .m-rules li::before { content: "▸ "; }
#modalBody .m-served {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 4px 0 20px; padding: 10px 12px;
  border: 1px dashed #3d3a36; font-family: var(--vhs); font-size: 19px; letter-spacing: .06em; color: var(--muted);
}
#modalBody .m-served b { font-family: var(--condensed); font-weight: 400; font-size: 18px; letter-spacing: .03em; color: #fff; }
#modalBody .m-served span { color: var(--cyan); }
#modalBody .m-served small { flex-basis: 100%; font-family: var(--body); font-size: 14px; letter-spacing: 0; }
#modalBody h4 { margin: 22px 0 0; font-family: var(--vhs); font-weight: 400; font-size: 22px; letter-spacing: .08em; color: var(--acid); }
#modalBody .m-fine { font-size: 13px; color: var(--muted); }
.ch-tag b { white-space: nowrap; }
.menu-heading .ch-tag { flex-wrap: wrap; font-size: 19px; gap: 6px 10px; }

/* a.k.a. names: hover (or keyboard focus) shows the plain-English alternative */
[data-aka] { position: relative; }
[data-aka]::after {
  content: attr(data-aka); position: absolute; left: 50%; bottom: calc(100% + 8px); z-index: 5;
  transform: translate(-50%, 4px); opacity: 0; pointer-events: none; white-space: nowrap;
  padding: 5px 9px; background: #0b0b0b; color: var(--acid); border: 1px solid var(--acid);
  font-family: var(--vhs); font-size: 17px; letter-spacing: .05em; font-weight: 400; text-transform: none;
  box-shadow: 0 0 12px rgba(228,255,26,.45); transition: opacity .15s, transform .15s;
}
[data-aka]:hover::after, [data-aka]:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.price-card[data-aka]::after { bottom: auto; top: 34px; }
.price-card { overflow: visible; }
.price-card .food { border-radius: 0; }
#modalBody .full-menu b.aka { border-bottom: 1px dotted var(--acid); cursor: help; }
#modalBody .full-menu b.aka::after { left: 0; transform: translate(0, 4px); }
#modalBody .full-menu b.aka:hover::after, #modalBody .full-menu b.aka:focus-visible::after { transform: translate(0, 0); }
#modalBody .m-aka { margin: -6px 0 10px; font-family: var(--vhs); font-size: 19px; letter-spacing: .05em; color: var(--acid); }

#modalBody .m-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Booking */
#modalBody .bk h4 small { color: var(--muted); font-size: 16px; }
.bk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.bk-chip {
  --c: var(--cyan);
  display: grid; gap: 2px; padding: 8px 12px; min-height: 44px; text-align: left;
  background: #141418; border: 1px solid #34343c; color: #fff;
  font-family: var(--condensed); font-size: 14px; letter-spacing: .04em; line-height: 1.1;
  transition: border-color .15s, box-shadow .15s;
}
.bk-chip small { font-family: var(--vhs); font-size: 15px; color: var(--muted); letter-spacing: .04em; }
.bk-chip.sm { display: inline-flex; align-items: center; }
.bk-chip.on { border-color: var(--cyan); box-shadow: 0 0 0 1px var(--cyan), 0 0 16px rgba(31,214,238,.45); }
.bk-chip.on small { color: var(--cyan); }
.bk-price { margin: 14px 0 0; color: #ddd5c4; }
.bk-price b { color: var(--acid); font-family: var(--condensed); font-weight: 400; font-size: 20px; letter-spacing: .03em; }
.bk-days { display: flex; gap: 8px; overflow-x: auto; padding: 8px 2px 10px; scrollbar-width: thin; overscroll-behavior-x: contain; }
.bk-day {
  --c: var(--hot);
  flex: 0 0 58px; display: grid; justify-items: center; gap: 1px; padding: 8px 0;
  background: #141418; border: 1px solid #34343c; color: #fff;
}
.bk-day small { font-family: var(--vhs); font-size: 14px; color: var(--muted); }
.bk-day b { font-family: var(--condensed); font-weight: 400; font-size: 22px; line-height: 1; }
.bk-day.on { border-color: var(--hot); box-shadow: 0 0 0 1px var(--hot), 0 0 16px rgba(255,46,147,.5); }
.bk-day:disabled { opacity: .3; cursor: not-allowed; }
.bk-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 8px; margin-top: 8px; min-height: 48px; }
.bk-slot {
  --c: var(--acid);
  display: grid; gap: 2px; padding: 10px 8px; min-height: 44px;
  background: #141418; border: 1px solid #34343c; color: #fff;
  font-family: var(--vhs); font-size: 19px; letter-spacing: .03em;
}
.bk-slot small { font-size: 14px; color: var(--hot); }
.bk-slot.on { background: var(--acid); color: var(--ink); border-color: var(--acid); box-shadow: 0 0 18px rgba(228,255,26,.55); }
.bk-hint { grid-column: 1 / -1; margin: 6px 0; font-family: var(--vhs); font-size: 19px; color: var(--muted); letter-spacing: .04em; }
.bk-form, .join-plan { display: grid; gap: 12px; margin-top: 18px; }
.bk-form label, .join-plan label { display: grid; gap: 5px; }
.bk-form label > span, .join-plan label > span { font-family: var(--condensed); font-size: 13px; letter-spacing: .08em; color: var(--muted); }
.bk-form input:not([type=checkbox]), .join-plan input:not([type=checkbox]) {
  min-height: 46px; padding: 10px 12px; background: #fff; color: var(--ink); border: 2px solid #34343c; border-radius: 0; font-size: 16px;
}
.bk-form input:focus, .join-plan input:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 14px rgba(31,214,238,.45); }
label.bk-agree { display: flex; gap: 10px; align-items: flex-start; }
label.bk-agree input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--hot); flex: none; }
label.bk-agree span { font-family: var(--body) !important; font-size: 13.5px !important; letter-spacing: 0 !important; color: #cfc8b8 !important; line-height: 1.4; }
.bk-go:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.bk-status.ok, .join-plan .form-status.ok { color: var(--acid); }
.bk-status.error, .join-plan .form-status.error { color: #ff6b6b; }
@media (max-width: 600px) {
  .bk-slots { grid-template-columns: repeat(2, 1fr); }
  [data-aka]::after { white-space: normal; width: max-content; max-width: 70vw; }
}

/* Facebook group badge — the block-letter-plus-graffiti ident look, shrunk to a sticker */
.fb-badge {
  --c: var(--cyan);
  display: inline-flex; align-items: center; gap: 14px; margin-top: 16px;
  text-decoration: none; color: inherit;
}
.fb-mark {
  position: relative; flex: none; display: grid; place-items: center;
  width: 62px; height: 62px; transform: rotate(-6deg);
  border: 3px solid #111; box-shadow: 4px 4px 0 #111;
  background: #1fd6ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='%23f7a8d8' stroke-width='11' stroke-linecap='round'%3E%3Cpath d='M8 34 q14 -22 30 -6 t30 -10'/%3E%3Cpath d='M58 92 q16 -20 32 -4 t26 -12'/%3E%3Cpath d='M-12 104 q10 -12 22 0'/%3E%3Cpath d='M92 30 l20 -14'/%3E%3C/g%3E%3C/svg%3E") center / 70px;
  transition: transform .2s, box-shadow .2s;
}
.fb-mark b {
  font-family: var(--condensed); font-weight: 400; font-size: 56px; line-height: 1; margin: 8px 6px 0 0;
  color: var(--gold);
  text-shadow: 1px 1px 0 #0e7f91, 2px 2px 0 #0e7f91, 3px 3px 0 #0e7f91, 4px 4px 0 #0e7f91, 5px 5px 0 #000;
}
.fb-mark i {
  position: absolute; right: -18px; bottom: -6px;
  font-family: var(--marker); font-style: normal; font-size: 19px; color: #c8141f;
  transform: rotate(-14deg); text-shadow: 1px 1px 0 rgba(255,255,255,.6);
}
.fb-copy { display: grid; font-family: var(--condensed); font-size: 18px; letter-spacing: .04em; line-height: 1.05; }
.fb-copy small { font-family: var(--vhs); font-size: 16px; letter-spacing: .08em; opacity: .8; }
.fb-badge:hover .fb-mark, .fb-badge:focus-visible .fb-mark {
  transform: rotate(3deg) scale(1.08);
  box-shadow: 4px 4px 0 #111, 0 0 18px var(--cyan), 0 0 42px var(--hot);
}
.fb-badge:hover .fb-mark b { animation: neonBuzz .6s steps(1) 2; }
.fb-badge.small { margin-top: 0; gap: 10px; }
.fb-badge.small .fb-mark { width: 40px; height: 40px; border-width: 2px; box-shadow: 3px 3px 0 #000; background-size: 46px; }
.fb-badge.small .fb-mark b { font-size: 36px; margin: 6px 4px 0 0; text-shadow: 1px 1px 0 #0e7f91, 2px 2px 0 #0e7f91, 3px 3px 0 #000; }
.fb-badge.small .fb-mark i { font-size: 13px; right: -12px; bottom: -5px; }
.fb-badge.small .fb-copy { font-size: 14px; color: #fff; }
.fb-badge.small .fb-copy small { font-size: 13px; }

.fb-mark .fb-f { width: 70%; height: auto; margin: 2px 4px 0 0; overflow: visible; }
.fb-mark i { -webkit-text-stroke: .5px #fff; }
.community-panel .fb-copy { color: var(--ink); }
.community-panel .fb-copy small { opacity: 1; }
.fb-badge:hover .fb-mark .fb-f { animation: neonBuzz .6s steps(1) 2; }
.fb-mark i { right: auto; left: 50%; bottom: -15px; transform: translateX(-40%) rotate(-10deg); }
.fb-badge.small .fb-mark i { bottom: -12px; }
.fb-badge { gap: 16px; padding-bottom: 8px; }

/* Austin TV Guide */
.guide { padding: 50px clamp(16px, 4vw, 48px) 20px; max-width: 1280px; margin: 0 auto; scroll-margin-top: var(--nav-h); }
.guide-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 30px; margin-bottom: 22px; }
.guide h2 { margin: 0; line-height: .85; transform: rotate(-3deg); font-weight: 400; }
.guide h2 span { display: block; font-family: var(--marker); font-size: clamp(30px, 3.4vw, 44px); color: #fff; }
.guide h2 strong { display: block; font-family: var(--marker); font-weight: 400; font-size: clamp(50px, 6vw, 84px); color: var(--cyan); text-shadow: 0 0 18px rgba(31,214,238,.55); }
.guide-top p { margin: 14px 0 0; color: var(--muted); max-width: 46ch; }
.guide-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.guide-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid #26262c; }
.gl-row {
  --t: var(--cyan);
  display: grid; grid-template-columns: 150px 1fr auto; gap: 8px 22px; align-items: center;
  padding: 18px 14px; border-bottom: 1px dashed #2e2e35; position: relative;
  background: linear-gradient(90deg, rgba(255,255,255,.02), transparent 60%);
  transition: background .2s;
}
.gl-row::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; background: var(--t); box-shadow: 0 0 10px var(--t); opacity: .5; transition: opacity .2s; }
.gl-row:hover { background: linear-gradient(90deg, color-mix(in srgb, var(--t) 12%, transparent), transparent 70%); }
.gl-row:hover::before { opacity: 1; }
.gl-row[data-type="Open call"] { --t: var(--acid); }
.gl-row[data-type="Grant"] { --t: #3dff8a; }
.gl-row[data-type="Workshop"] { --t: #b77dff; }
.gl-row[data-type="Club night"] { --t: var(--hot); }
.gl-row[data-type="Gig"] { --t: #ff8a1f; }
.gl-date { display: grid; font-family: var(--vhs); line-height: 1; color: var(--muted); letter-spacing: .06em; }
.gl-date small { font-size: 17px; }
.gl-date b { font-weight: 400; font-size: 30px; color: #fff; text-shadow: 0 0 10px color-mix(in srgb, var(--t) 60%, transparent); }
.gl-date em { font-style: normal; font-size: 16px; color: var(--t); margin-top: 4px; }
.gl-date em.soon { color: var(--red); animation: blink 1s steps(2) infinite; }
.gl-main h3 { margin: 4px 0 2px; font-family: var(--condensed); font-weight: 400; font-size: 22px; letter-spacing: .02em; color: #fff; }
.gl-main p { margin: 2px 0 0; font-size: 15px; color: #cfc8b8; max-width: 70ch; }
.gl-main .gl-where { font-family: var(--vhs); font-size: 17px; letter-spacing: .05em; color: var(--muted); }
.gl-type, .gl-pick { font-style: normal; font-family: var(--vhs); font-size: 15px; letter-spacing: .08em; padding: 0 6px; margin-right: 6px; color: var(--ink); background: var(--t); }
.gl-pick { background: transparent; color: var(--acid); border: 1px solid var(--acid); }
.gl-go { font-family: var(--condensed); font-size: 15px; letter-spacing: .05em; color: var(--t); text-decoration: none; white-space: nowrap; padding: 10px 12px; border: 1px solid color-mix(in srgb, var(--t) 50%, transparent); }
.gl-go:hover { background: var(--t); color: var(--ink); box-shadow: 0 0 16px var(--t); }
.guide-note { padding: 22px 14px; font-family: var(--vhs); font-size: 20px; letter-spacing: .04em; color: var(--muted); }
.guide-note a { color: var(--cyan); }
.guide-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 22px; }
.guide-more { font-family: var(--condensed); font-size: 15px; letter-spacing: .05em; color: var(--cyan); text-decoration: none; }
.guide-more:hover { text-shadow: 0 0 12px var(--cyan); }
.listing-form select { min-height: 46px; padding: 10px 12px; background: #fff; color: var(--ink); border: 2px solid #34343c; border-radius: 0; font-size: 16px; }
@media (max-width: 700px) {
  .gl-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 12px 18px 16px; }
  .gl-date { grid-auto-flow: column; justify-content: start; align-items: baseline; gap: 10px; }
  .gl-date b { font-size: 24px; }
  .gl-go { justify-self: start; }
}
.gl-row { grid-template-columns: 175px 1fr auto; }
.gl-date b { font-size: 26px; white-space: nowrap; }
@media (max-width: 700px) { .gl-row { grid-template-columns: 1fr; } }
