:root {
    --paper: #f5f3ee;
    --paper-2: #ece7da;
    --paper-3: #e0d9c5;
    --ink: #14110d;
    --ink-soft: #5a554b;
    --ink-mute: #908779;
    --rule: rgba(20,17,13,0.16);
    --rule-strong: rgba(20,17,13,0.36);
    --accent: #b04a1c;     /* terracotta from Design 1 */
    --accent-deep: #8b3a14;
    --accent-soft: #f3e4d8;
    --court-line: #a59779; /* warm court line */
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: clip; }
  body {
    min-height: 100vh;
    padding-bottom: 96px;
  }
  /* Subtle film grain */
  body::before {
    content: ""; position: fixed; inset: 0; z-index: 1; pointer-events: none;
    opacity: 0.18; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
  }
  body > * { position: relative; z-index: 2; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; }
  img { display: block; max-width: 100%; }

  .display { font-family: "Anton", "Helvetica Neue", Arial, sans-serif; font-weight: 400; letter-spacing: 0.005em; line-height: 0.86; text-transform: uppercase; }
  .mono { font-family: "IBM Plex Mono", ui-monospace, monospace; }

  /* ─────────────────────────── SITE HEADER ─────────────────────────── */
  #site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  }

  /* ─────────────────────────── NAV ─────────────────────────── */
  .nav {
    display: flex; align-items: center; gap: 18px;
    padding: 12px 18px;
    background: rgba(245,243,238,0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
    transition: border-color .2s, opacity .2s;
  }
  .nav.scrolled { border-bottom-color: var(--rule); }
  .nav-logo { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
  .nav-logo img { height: 28px; width: auto; }
  .nav-links {
    flex: 1 1 auto;
    display: none;
    gap: 24px;
    justify-content: space-evenly;
    font-family: "IBM Plex Mono", monospace;
    font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase;
    font-weight: 600;
    color: var(--ink);
  }
  .nav-links a { padding: 6px 4px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; white-space: nowrap; }
  .nav-links a:hover, .nav-links a.active { color: var(--accent); border-bottom-color: var(--accent); }
  .nav-right { flex: 0 0 auto; margin-left: auto; display: flex; align-items: center; gap: 14px; }
  .lang { display: inline-flex; align-items: center; gap: 2px; font-family: "IBM Plex Mono", monospace; }
  .lang button {
    background: none; border: 0; padding: 4px 6px; font-size: 11px; cursor: pointer; color: var(--ink-mute); letter-spacing: 0.08em; font-weight: 500;
  }
  .lang button.active { color: var(--ink); }
  .lang span { color: var(--ink-mute); opacity: 0.4; }
  .nav-cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 14px; background: var(--ink); color: var(--paper);
    font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
    border-radius: 999px;
  }

  /* ─────────────────────────── TICKER (raw) ─────────────────────────── */
  .ticker {
    overflow: hidden; border-bottom: 1px solid var(--rule); border-top: 1px solid var(--rule);
    background: var(--ink); color: var(--paper);
    padding: 7px 0;
    margin-top: 152px; /* static offset = fixed site-header height (mobile: nav ~57px + countdown ~94px) */
  }
  .ticker-track {
    display: flex; width: max-content;
    animation: scroll 80s linear infinite;
    font-family: "Anton", sans-serif; letter-spacing: 0.06em; font-size: 13px; text-transform: uppercase;
    will-change: transform;
  }
  .ticker-group { display: flex; gap: 28px; padding-right: 28px; flex: 0 0 auto; }
  .ticker-group > span { display: inline-flex; align-items: center; gap: 28px; }
  .ticker-group > span::before { content: "▲"; color: var(--accent); font-size: 10px; }
  @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ─────────────────────────── HERO ─────────────────────────── */
  .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 18px;
  }

  .hero { padding: 18px 0 0; position: relative; }
  .hero-copy { text-align: center; max-width: 880px; margin: 0 auto; padding: 14px 0 22px; }
  .hero-meta {
    display: flex; justify-content: space-between; align-items: center;
    font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--rule); padding-bottom: 10px;
  }
  .hero-meta strong { color: var(--ink); }
  @keyframes blink { 50% { opacity: 0.3; } }

  /* ── entrance choreography ── */
  @keyframes riseIn { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
  .hero-title .l1, .hero-title .l2, .hero-title .l3,
  .hero-sub, .hero-ctas, .hero-feast, .hero-meta {
    opacity: 0; animation: riseIn .8s cubic-bezier(.2,.7,.3,1) forwards;
  }
  .hero-meta { animation-delay: .05s; }
  .hero-title .l1 { animation-delay: .15s; }
  .hero-title .l2 { animation-delay: .27s; }
  .hero-title .l3 { animation-delay: .39s; }
  .hero-sub { animation-delay: .52s; }
  .hero-ctas { animation-delay: .62s; }
  .hero-feast { animation-delay: .5s; animation-duration: 1s; }

  .reveal { opacity: 0; transform: translateY(26px); }
  .reveal.in {
    opacity: 1; transform: none;
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-title .l1, .hero-title .l2, .hero-title .l3,
    .hero-sub, .hero-ctas, .hero-feast, .hero-meta { opacity: 1; animation: none; }
    .reveal { opacity: 1; transform: none; }
  }

  .hero-title { margin: 0; }
  .hero-title .l1, .hero-title .l2, .hero-title .l3 {
    display: block; font-size: clamp(46px, 12.5vw, 104px);
  }
  .hero-title .l2 { color: var(--accent); }
  .hero-title em { font-style: normal; }

  .hero-sub {
    margin: 16px auto 22px; font-size: 15px; line-height: 1.5; color: var(--ink-soft); max-width: 470px; font-weight: 400;
  }
  .hero-sub strong { color: var(--ink); font-weight: 600; }

  .hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 24px;
    background: var(--accent); color: var(--paper);
    font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    border: 1px solid var(--accent); cursor: pointer;
    border-radius: 999px;
    position: relative; overflow: hidden;
    box-shadow: 0 8px 22px -8px rgba(176,74,28,0.65);
    transition: transform .18s ease, background .15s, color .15s, box-shadow .25s ease;
  }
  /* sheen sweep on hover */
  .btn::after {
    content: ""; position: absolute; top: 0; left: -60%;
    width: 40%; height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.32), transparent);
    transform: skewX(-18deg);
    transition: left .55s ease;
  }
  .btn:hover::after { left: 130%; }
  .btn:hover {
    background: var(--accent-deep); border-color: var(--accent-deep);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -8px rgba(176,74,28,0.8);
  }
  .btn:active { transform: translateY(0) scale(0.98); }
  .btn.ink { background: var(--ink); border-color: var(--ink); color: var(--paper); box-shadow: 0 8px 22px -10px rgba(20,17,13,0.6); }
  .btn.ink:hover { background: #000; border-color: #000; }
  .btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: none; }
  .btn.ghost:hover { background: var(--ink); color: var(--paper); }
  .btn.ghost::after { display: none; }
  .btn .arrow { transition: transform .2s; position: relative; z-index: 1; }
  .btn:hover .arrow { transform: translateX(4px); }

  /* breathing pulse on the primary conversion CTAs */
  .hero-ctas .btn:not(.ghost),
  .sticky-cta .btn {
    animation: ctaBreath 2.8s ease-in-out infinite;
  }
  @keyframes ctaBreath {
    0%,100% { box-shadow: 0 8px 22px -8px rgba(176,74,28,0.55); }
    50%     { box-shadow: 0 10px 30px -6px rgba(232,102,42,0.85); }
  }
  .hero-ctas .btn:not(.ghost):hover,
  .sticky-cta .btn:hover { animation: none; }
  @media (prefers-reduced-motion: reduce) {
    .hero-feast-img, .hero-feast::before, .stamp, .cd-sep, .cd-kicker::before,
    .hero-ctas .btn, .sticky-cta .btn { animation: none !important; }
  }

  /* SCOREBOARD CARD */
  .scoreboard {
    background: var(--ink); color: var(--paper);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
  }
  .scoreboard::after {
    /* paper grain corner accent */
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at 80% 0%, rgba(176,74,28,0.18), transparent 55%);
  }
  .scoreboard-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 18px;
    background: rgba(245,243,238,0.08);
    border-bottom: 1px solid rgba(245,243,238,0.12);
    font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(245,243,238,0.7);
    position: relative;
  }
  .scoreboard-head .live { color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
  .scoreboard-head .live .dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: blink 1s infinite; }

  .scoreboard-body {
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
    padding: 22px 18px;
    position: relative;
  }
  .sb-team { text-align: center; }
  .sb-name { font-family: "Anton", sans-serif; font-size: 36px; letter-spacing: 0.02em; line-height: 0.95; }
  .sb-vs { font-family: "Anton", sans-serif; font-size: 22px; color: var(--accent); letter-spacing: 0.02em; }
  .sb-foot {
    border-top: 1px solid rgba(245,243,238,0.12);
    padding: 12px 18px;
    display: flex; justify-content: space-between; align-items: center;
    font-family: "IBM Plex Mono", monospace; font-size: 11px;
    position: relative;
  }
  .sb-foot a { color: var(--accent); font-weight: 600; }

  /* Stamp */
  .stamp {
    position: absolute; right: 12px; top: 10px;
    width: 92px; height: 92px; border-radius: 50%;
    border: 2px solid var(--accent); color: var(--paper);
    display: flex; align-items: center; justify-content: center;
    transform: rotate(-12deg);
    font-family: "Anton", sans-serif; text-align: center; font-size: 15px; letter-spacing: 0.06em;
    line-height: 0.95;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(176,74,28,0.18), 0 10px 22px -6px rgba(123,42,12,0.6);
    pointer-events: none;
    animation: stampPulse 2.6s ease-in-out infinite;
  }
  @keyframes stampPulse {
    0%,100% { transform: rotate(-12deg) scale(1); }
    50%     { transform: rotate(-12deg) scale(1.06); }
  }
  .stamp::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(245,243,238,0.55); border-radius: 50%; }
  .stamp span { padding: 8px; position: relative; z-index: 1; }

  /* HERO FEAST — full-bleed food banner (the appetite hit) */
  .hero-feast {
    position: relative;
    width: 100vw; margin-left: calc(50% - 50vw);
    height: clamp(300px, 50vh, 470px);
    overflow: hidden;
    background: #19110a;
    isolation: isolate;
  }
  .hero-feast::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: radial-gradient(ellipse at 50% 60%, rgba(214,108,46,0.38), transparent 64%);
    animation: emberPulse 6s ease-in-out infinite;
  }
  @keyframes emberPulse { 0%,100% { opacity: 0.7; } 50% { opacity: 1; } }
  .hero-feast-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center 58%;
    filter: saturate(1.15) contrast(1.07) brightness(1.04);
    transform: scale(1.05);
    animation: heroSizzle 16s ease-in-out infinite alternate;
    z-index: 0;
  }
  @keyframes heroSizzle { from { transform: scale(1.05); } to { transform: scale(1.13); } }
  /* warmth + top/bottom vignette so headline edge and tags read */
  .hero-feast::after {
    content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background:
      radial-gradient(ellipse at 50% 42%, rgba(255,150,70,0.10), transparent 72%),
      linear-gradient(180deg, rgba(20,11,5,0.34) 0%, transparent 20%, transparent 58%, rgba(20,11,5,0.5) 100%);
  }
  .hero-feast-tags {
    position: absolute; left: 0; right: 0; bottom: 16px; z-index: 3;
    margin: 0; padding: 0 16px;
    display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  }
  .hf-tag {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    padding: 8px 14px; border-radius: 999px;
    background: rgba(20,11,5,0.5); color: #fff;
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    border: 1px solid rgba(245,243,238,0.16);
  }
  .hf-tag.hf-accent { background: rgba(176,74,28,0.94); border-color: transparent; box-shadow: 0 8px 20px -6px rgba(123,42,12,0.7); }
  .hf-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 1s infinite; }
  .hero-stamp { top: 16px; right: 16px; z-index: 4; }

  /* SCOREBOARD — slim band under the feast */
  .scoreboard-band { margin-top: 22px; }

  /* STATS STRIP */
  .stats {
    margin-top: 22px;
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  }
  .stat { padding: 14px 10px; border-right: 1px solid var(--rule); text-align: center; }
  .stat:last-child { border-right: 0; }
  .stat-num { font-family: "Anton", sans-serif; font-size: 36px; line-height: 0.9; color: var(--ink); }
  .stat-num .unit { font-size: 16px; color: var(--ink-mute); }
  .stat-label { font-family: "IBM Plex Mono", monospace; font-size: 9px; color: var(--ink-soft); margin-top: 5px; letter-spacing: 0.14em; text-transform: uppercase; }

  /* ─────────────────────────── SECTION ─────────────────────────── */
  .section { padding: 56px 0 16px; }
  .section-head {
    display: flex; align-items: flex-end; gap: 18px; justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 12px; border-bottom: 1px solid var(--ink);
  }
  .section-kicker {
    display: block;
    font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 4px;
  }
  .section-title { font-family: "Anton", sans-serif; font-size: 56px; line-height: 0.9; letter-spacing: 0.01em; margin: 0; text-transform: uppercase; }
  .section-side {
    text-align: right;
    font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.06em;
  }

  /* ─────────────────────────── BURGER LINEUP ─────────────────────────── */
  /* BURGER LIST — flat rows */
  .lineup { }
  .b-row {
    display: flex; align-items: center; gap: 16px;
    padding: 18px 14px;
    margin: 0 -14px;
    border-bottom: 1px solid var(--rule);
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  }
  .b-row::after {
    content: "→";
    position: absolute; right: 14px; top: 50%;
    transform: translate(8px,-50%);
    font-family: "Anton", sans-serif; font-size: 22px; color: var(--accent);
    opacity: 0; transition: opacity .2s, transform .2s;
    pointer-events: none;
  }
  .b-row:hover {
    background: linear-gradient(90deg, rgba(176,74,28,0.10), rgba(176,74,28,0.03) 60%, transparent);
    transform: translateX(4px);
  }
  .b-row:hover::after { opacity: 0.55; transform: translate(0,-50%); }
  .b-row:hover .b-name { color: var(--accent); }
  .b-row:hover .b-thumb { transform: scale(1.14); }
  .b-row:hover .b-thumb-wrap { box-shadow: 0 16px 30px -10px rgba(123,42,12,0.6); }
  .b-row:first-child { border-top: 1px solid var(--rule); }
  .b-row-text { flex: 1; min-width: 0; transition: color .2s; }
  .b-name {
    font-family: "Anton", sans-serif;
    font-size: 34px; line-height: 0.95;
    letter-spacing: 0.02em; text-transform: uppercase;
    margin: 0;
    transition: color .2s ease;
  }
  .b-ing {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.1em; color: var(--ink-soft);
    margin: 7px 0 0; line-height: 1.7;
  }
  .b-row-right {
    display: flex; align-items: center; gap: 14px; flex-shrink: 0;
  }
  .b-price {
    font-family: "Anton", sans-serif; font-size: 32px;
    color: var(--accent); line-height: 1; white-space: nowrap;
  }
  .b-price small {
    font-family: "IBM Plex Mono", monospace; font-size: 11px;
    letter-spacing: 0.1em; color: var(--ink-soft); margin-left: 2px;
  }
  .b-thumb-wrap {
    width: 92px; height: 92px;
    border-radius: 14px; overflow: hidden; flex-shrink: 0;
    box-shadow: 0 10px 22px -10px rgba(123,42,12,0.45);
    transition: box-shadow .25s ease;
  }
  .b-thumb {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    transform-origin: center;
    filter: saturate(1.14) contrast(1.08) brightness(1.03);
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
  }
  /* playful placeholder for the rotating "occasional" burger */
  .b-thumb-wrap.b-noimg {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 5px; overflow: visible;
    background: var(--paper-2);
    border: 2px dashed var(--accent);
    box-shadow: none;
    color: var(--accent);
    text-align: center; padding: 6px;
    transform: rotate(-3deg);
    transition: transform .25s ease;
  }
  .b-row:hover .b-noimg { transform: rotate(2.5deg) scale(1.06); box-shadow: none; }
  .b-noimg-emoji { font-size: 30px; line-height: 1; animation: noimgWobble 2.6s ease-in-out infinite; }
  @keyframes noimgWobble { 0%,100% { transform: rotate(-9deg); } 50% { transform: rotate(9deg); } }
  .b-noimg-text {
    font-family: "IBM Plex Mono", monospace; font-size: 8px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.15;
  }
  @media (prefers-reduced-motion: reduce) { .b-noimg-emoji { animation: none; } }
  .b-row.featured {
    background: linear-gradient(100deg, rgba(176,74,28,0.09), transparent 70%);
  }
  .b-row.featured .b-name { font-size: 48px; }
  .b-row.featured .b-price { font-size: 40px; }
  .b-row.featured .b-thumb-wrap { width: 116px; height: 116px; }

  /* LINEUP NOTE — every burger is a full meal */
  .lineup-note {
    margin: -14px 0 24px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--accent); font-weight: 600;
    display: flex; align-items: center; gap: 9px;
  }
  .lineup-note::before { content: "▲"; font-size: 9px; color: var(--accent); }

  /* DETAIL DRAWER (mobile) / SHEET */
  .b-overlay {
    position: fixed; inset: 0; z-index: 60;
    background: rgba(20,17,13,0.55); backdrop-filter: blur(8px);
    display: flex; align-items: flex-end; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity .25s;
  }
  .b-overlay.show { opacity: 1; pointer-events: auto; }
  .b-detail {
    width: 100%; max-width: 560px;
    background: var(--paper); color: var(--ink);
    border-radius: 22px 22px 0 0;
    padding: 24px 22px 28px;
    transform: translateY(20%);
    transition: transform .25s ease;
    border-top: 4px solid var(--accent);
    position: relative;
    max-height: 88vh; overflow-y: auto;
  }
  .b-overlay.show .b-detail { transform: translateY(0); }
  .b-detail .close {
    position: absolute; right: 14px; top: 14px;
    width: 34px; height: 34px; border-radius: 50%; background: var(--paper-2); border: 0; color: var(--ink);
    font-size: 20px; cursor: pointer;
  }
  .b-detail .puck {
    width: 150px; height: 150px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #f3e3c8, #c98e4f 55%, #6b3a1a);
    box-shadow: inset 0 -4px 10px rgba(0,0,0,0.3), 0 18px 40px -10px rgba(123,42,12,0.5);
    margin: 0 auto 16px;
    position: relative;
  }
  .b-detail .puck.has-photo {
    background-size: 132%;
    background-position: center 56%;
    background-repeat: no-repeat;
    filter: saturate(1.14) contrast(1.08) brightness(1.03);
  }
  .b-detail .puck::after {
    content: ""; position: absolute; inset: -16px;
    border-radius: 50%; z-index: -1;
    background: radial-gradient(circle, rgba(176,74,28,0.45), transparent 70%);
  }
  .b-detail h3 { font-family: "Anton", sans-serif; font-size: 44px; text-align: center; margin: 0; letter-spacing: 0.02em; text-transform: uppercase; }
  .b-detail .tag { text-align: center; font-family: "IBM Plex Mono", monospace; font-size: 12px; color: var(--ink-soft); margin: 6px 0 20px; }
  .b-detail .ing {
    display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 22px;
  }
  .b-detail .ing span {
    font-family: "IBM Plex Mono", monospace; font-size: 11px;
    padding: 6px 12px; border: 1px solid var(--rule); border-radius: 99px;
    color: var(--ink-soft);
  }
  .b-detail .price-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 18px; background: var(--paper-2); border-radius: 12px;
    margin-bottom: 14px;
  }
  .b-detail .price-row .label { font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.14em; text-transform: uppercase; }
  .b-detail .price-row .v { font-family: "Anton", sans-serif; font-size: 32px; color: var(--accent); }
  .b-detail .actions { display: flex; gap: 8px; }
  .b-detail .actions .btn { flex: 1; }

  /* GENERIC LIST */
  .list { display: flex; flex-direction: column; }
  .row {
    display: grid; grid-template-columns: 1fr auto; gap: 4px 16px;
    padding: 16px 0; border-bottom: 1px solid var(--rule);
  }
  .row.has-img { grid-template-columns: 1fr auto auto; }
  .row.has-img .row-desc { grid-column: 1 / 3; }
  .row:last-child { border-bottom: 0; }
  .row-name { font-family: "Anton", sans-serif; font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase; }
  .row-desc { font-size: 13px; color: var(--ink-soft); grid-column: 1 / -1; margin: 2px 0 0; line-height: 1.5; }
  .row-price { font-family: "Anton", sans-serif; font-size: 22px; color: var(--accent); }
  .row {
    border-radius: 12px;
    margin: 0 -12px; padding-left: 12px; padding-right: 12px;
    transition: background .2s ease;
  }
  .row.has-img:hover { background: linear-gradient(90deg, rgba(176,74,28,0.07), transparent 70%); }
  .row-img {
    grid-column: 3; grid-row: 1 / 3;
    width: 76px; height: 76px;
    border-radius: 12px; object-fit: cover; object-position: center;
    align-self: center; margin-left: 6px;
    filter: saturate(1.12) contrast(1.06) brightness(1.02);
    box-shadow: 0 8px 18px -8px rgba(123,42,12,0.45);
    transition: transform .35s cubic-bezier(.2,.7,.3,1);
  }
  .row.has-img:hover .row-img { transform: scale(1.08); }

  /* TWO-COL FOR DESKTOP SIDES/SALADS */
  .two-col { display: grid; grid-template-columns: 1fr; gap: 0 56px; }

  /* AFTER WORK */
  .after {
    margin-top: 4px; padding: 36px 24px;
    background: var(--ink); color: var(--paper);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
  }
  .after::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 100% 0%, rgba(176,74,28,0.22), transparent 55%);
    pointer-events: none;
  }
  .after-grid { display: grid; grid-template-columns: 1fr; gap: 18px; position: relative; }
  .after-kicker { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
  .after h3 { font-family: "Anton", sans-serif; font-size: 56px; line-height: 0.9; margin: 0; letter-spacing: 0.02em; text-transform: uppercase; }
  .after h3 .accent { color: var(--accent); }
  .after p { margin: 12px 0 0; font-size: 14px; line-height: 1.55; opacity: 0.85; max-width: 480px; }
  .bar-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
  .bar-tags span {
    font-family: "IBM Plex Mono", monospace; font-size: 11px;
    padding: 6px 11px; border: 1px solid rgba(245,243,238,0.25); border-radius: 999px;
    letter-spacing: 0.06em;
  }

  /* HOURS + ADDRESS */
  .visit-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .hours { display: flex; flex-direction: column; }
  .h-row {
    display: grid; grid-template-columns: 1fr auto; gap: 6px;
    padding: 16px 0; border-bottom: 1px solid var(--rule); align-items: baseline;
  }
  .h-row:last-child { border-bottom: 0; }
  .h-day { font-family: "Anton", sans-serif; font-size: 26px; letter-spacing: 0.02em; text-transform: uppercase; }
  .h-time { font-family: "IBM Plex Mono", monospace; font-size: 13px; color: var(--accent); letter-spacing: 0.06em; }
  .h-note { grid-column: 1 / -1; font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--ink-soft); margin-top: 4px; letter-spacing: 0.04em; }

  .address {
    padding: 22px;
    background: var(--paper-2);
    border: 1px solid var(--rule); border-radius: 14px;
    display: flex; gap: 16px; align-items: center; justify-content: space-between;
  }
  .address-label { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: 0.18em; color: var(--accent); text-transform: uppercase; margin-bottom: 4px; }
  .address p { font-family: "Anton", sans-serif; font-size: 22px; margin: 0; letter-spacing: 0.02em; line-height: 1.15; text-transform: uppercase; }

  /* FOOTER */
  footer {
    margin-top: 56px; padding: 48px 0 32px;
    border-top: 2px solid var(--ink);
  }
  .foot-grid { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: end; }
  .foot-logo { width: 150px; }
  .foot-tag {
    font-family: "Anton", sans-serif; font-size: 24px; letter-spacing: 0.02em; text-transform: uppercase;
    line-height: 1; margin: 0;
  }
  .foot-tag em { font-style: normal; color: var(--accent); }
  .foot-social a { font-family: "IBM Plex Mono", monospace; font-size: 12px; color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
  .foot-meta {
    font-family: "IBM Plex Mono", monospace; font-size: 10px; color: var(--ink-soft);
    letter-spacing: 0.06em; line-height: 1.8;
    border-top: 1px solid var(--rule);
    padding-top: 18px;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    margin-top: 20px;
  }
  .foot-meta a { color: var(--ink); border-bottom: 1px dotted var(--ink-soft); }

  /* ─────────────────────────── COUNTDOWN ─────────────────────────── */
  #countdown {
    background: var(--ink);
    padding: 9px 18px;
    text-align: center;
  }
  #cd-state-live { display: none; }
  #countdown.open #cd-state-countdown { display: none !important; }
  #countdown.open #cd-state-live { display: flex !important; }
  #countdown.compact { padding: 7px 18px; }
  .cd-inner {
    display: flex; flex-direction: column; align-items: center; gap: 5px;
  }
  .cd-brand {
    display: none;
    align-items: center; gap: 10px;
    font-family: "Anton", sans-serif;
    font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
    color: rgba(245,243,238,0.7);
  }
  .cd-logo {
    height: 20px; width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
  }
  .cd-kicker {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
    color: #e8a06b;
    font-weight: 600;
    margin: 0;
  }
  .cd-kicker::before { content: "● "; color: var(--accent); animation: blink 1.4s infinite; }
  .cd-digits {
    display: flex; align-items: flex-start; justify-content: center; gap: 2px;
  }
  .cd-unit {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    min-width: 52px;
  }
  .cd-num {
    font-family: "Anton", sans-serif;
    font-size: 30px; line-height: 1;
    color: #e8662a;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 22px rgba(232,102,42,0.55), 0 0 3px rgba(232,102,42,0.4);
  }
  #countdown.compact .cd-num { font-size: 26px; }
  #countdown.compact .cd-sep { font-size: 26px; }
  #countdown.compact .cd-kicker,
  #countdown.compact .cd-label { display: none; }
  #countdown.compact .cd-date {
    display: block;
    font-size: 9px; letter-spacing: 0.1em;
    color: rgba(245,243,238,0.5);
    margin: 0; text-align: right;
  }
  #countdown.compact .cd-brand { display: flex; }
  #countdown.compact .cd-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cd-label {
    font-family: "IBM Plex Mono", monospace;
    font-size: 8px; letter-spacing: 0.16em;
    color: rgba(245,243,238,0.62);
    text-transform: uppercase;
  }
  .cd-sep {
    font-family: "Anton", sans-serif;
    font-size: 30px; line-height: 1;
    color: rgba(232,102,42,0.7);
    animation: blink 1s infinite;
  }
  .cd-date {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px; letter-spacing: 0.12em;
    color: rgba(245,243,238,0.6);
    margin: 0; text-transform: uppercase;
  }

  /* FOMO capacity styles */
  .cd-fomo {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8a06b;
    margin: 6px 0 0;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(232, 102, 42, 0.08);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(232, 102, 42, 0.2);
  }
  .cd-fomo span {
    color: var(--accent);
    animation: blink 1.4s infinite;
  }
  #countdown.compact .cd-fomo {
    display: none !important;
  }

  /* Live banner mobile styles */
  #cd-state-live {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    width: 100%;
  }
  .cd-live-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(46, 196, 182, 0.12);
    border: 1px solid rgba(46, 196, 182, 0.25);
    padding: 3px 10px;
    border-radius: 99px;
  }
  .cd-live-badge {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #2ec4b6;
    text-transform: uppercase;
  }
  .cd-live-text {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(245, 243, 238, 0.85);
    margin: 0;
    font-weight: 400;
  }
  .cd-live-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: #2ec4b6;
    color: #14110d !important;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 99px;
    box-shadow: 0 4px 12px rgba(46, 196, 182, 0.3);
    transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
  }
  .cd-live-cta:hover {
    background: #3ee1d1;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(46, 196, 182, 0.45);
  }

  @keyframes pulseGreen {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(46, 196, 182, 0.7);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 6px rgba(46, 196, 182, 0);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(46, 196, 182, 0);
    }
  }
  .pulse-green {
    width: 8px;
    height: 8px;
    background-color: #2ec4b6;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(46, 196, 182, 0.7);
    animation: pulseGreen 1.8s infinite;
    display: inline-block;
  }

  #countdown.compact #cd-state-live {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 2px 0;
  }
  #countdown.compact #cd-state-live .cd-live-text {
    display: none;
  }
  #countdown.compact #cd-state-live .cd-brand {
    display: flex;
  }

  /* STICKY MOBILE CTA */
  .sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    padding: 12px 14px 16px;
    background: linear-gradient(180deg, rgba(245,243,238,0) 0%, var(--paper) 30%);
    transform: translateY(110%); transition: transform .25s ease;
    pointer-events: none;
  }
  .sticky-cta.show { transform: translateY(0); pointer-events: auto; }
  .sticky-cta .btn { width: 100%; padding: 18px; font-size: 13px; }

  /* Mobile-first enhancements for burger list rows on viewports under 960px */
  @media (max-width: 959px) {
    .b-row {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: start;
      gap: 8px 16px;
      padding: 16px 12px;
    }
    .b-row-text {
      grid-column: 1;
      grid-row: 1 / 3;
    }
    .b-row-right {
      grid-column: 2;
      grid-row: 1 / 3;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-start;
      gap: 10px;
    }
    .b-price {
      font-size: 26px;
      order: 2;
      text-align: right;
    }
    .b-thumb-wrap {
      width: 76px;
      height: 76px;
      order: 1;
    }
    .b-row.featured {
      padding: 20px 14px;
    }
    .b-row.featured .b-name {
      font-size: 38px;
    }
    .b-row.featured .b-price {
      font-size: 32px;
    }
    .b-row.featured .b-thumb-wrap {
      width: 92px;
      height: 92px;
    }
  }

  /* ─────────────────────────── DESKTOP ─────────────────────────── */
  @media (min-width: 960px) {
    body { padding-bottom: 0; }
    .nav { padding: 16px 32px; gap: 24px; }
    .nav-links { display: flex; }
    .wrap { padding: 0 32px; }

    .nav { padding: 16px 32px; }
    .ticker { margin-top: 130px; } /* nav ~65px + slim countdown ~63px */

    #countdown { padding: 8px 32px; }
    #countdown.compact { padding: 6px 32px; }
    .cd-inner { flex-direction: row; gap: 24px; align-items: center; justify-content: center; }
    .cd-kicker { font-size: 10px; letter-spacing: 0.18em; }
    .cd-num, .cd-sep { font-size: 34px; }
    #countdown.compact .cd-inner { justify-content: space-between; gap: 0; }
    #countdown.compact .cd-brand { font-size: 15px; }
    #countdown.compact .cd-num, #countdown.compact .cd-sep { font-size: 30px; }
    #countdown.compact .cd-date { font-size: 11px; }
    .cd-unit { min-width: 56px; gap: 2px; }
    .cd-label { font-size: 9px; }
    .cd-date { font-size: 10px; }

    /* Live banner desktop overrides */
    #cd-state-live.cd-inner {
      flex-direction: row;
      justify-content: center;
      gap: 28px;
      padding: 4px 0;
      width: 100%;
    }
    #cd-state-live .cd-live-text {
      font-size: 13px;
      margin: 0;
    }
    #cd-state-live .cd-live-cta {
      padding: 8px 20px;
      font-size: 11px;
    }
    
    /* Live banner compact desktop overrides */
    #countdown.compact #cd-state-live {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 16px;
    }
    #countdown.compact #cd-state-live .cd-brand {
      display: flex;
    }
    #countdown.compact #cd-state-live .cd-live-text {
      display: block;
      font-size: 12px;
      margin: 0;
    }

    .hero { padding: 20px 0 0; }
    .hero-copy { padding: 8px 0 22px; }
    .hero-title .l1, .hero-title .l2, .hero-title .l3 { font-size: clamp(58px, 7.6vw, 108px); }
    .hero-sub { font-size: 16px; max-width: 540px; margin: 18px auto 24px; }
    .hero-feast { height: clamp(380px, 58vh, 600px); }
    .hero-feast-tags { bottom: 22px; }
    .hf-tag { font-size: 12px; padding: 9px 16px; }

    .scoreboard-band {
      display: grid; grid-template-columns: minmax(180px,auto) 1fr minmax(180px,auto);
      align-items: stretch; margin-top: 28px;
    }
    .scoreboard-band .scoreboard-head {
      flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px;
      border-bottom: 0; border-right: 1px solid rgba(245,243,238,0.12);
    }
    .scoreboard-band .sb-foot {
      flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px;
      border-top: 0; border-left: 1px solid rgba(245,243,238,0.12);
    }
    .scoreboard-body { padding: 22px 26px; }
    .sb-name { font-size: 52px; }
    .stats { margin-top: 36px; }
    .stat { padding: 22px 14px; }
    .stat-num { font-size: 56px; }
    .stat-num .unit { font-size: 20px; }
    .stat-label { font-size: 10px; }

    .section { padding: 88px 0 22px; }
    .section-title { font-size: 96px; }
    .section-kicker { font-size: 11px; }

    .b-name { font-size: 44px; }
    .b-price { font-size: 40px; }
    .b-thumb-wrap { width: 124px; height: 124px; }
    .b-noimg-emoji { font-size: 44px; }
    .b-noimg-text { font-size: 10px; }
    .b-row.featured .b-name { font-size: 60px; }
    .b-row.featured .b-price { font-size: 52px; }
    .b-row.featured .b-thumb-wrap { width: 168px; height: 168px; }

    .lineup-note { font-size: 13px; margin: -18px 0 30px; }

    .two-col { grid-template-columns: 1fr 1fr; }
    .row { padding: 20px 0; }
    .row-name { font-size: 28px; }
    .row-price { font-size: 28px; }

    .after { padding: 56px; }
    .after-grid { grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; }
    .after h3 { font-size: 88px; }
    .after p { font-size: 16px; }

    .visit-grid { grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: start; }

    footer { padding: 72px 0 36px; }
    .foot-grid { grid-template-columns: auto 1fr auto; gap: 36px; }
    .foot-tag { font-size: 34px; }

    .sticky-cta {
      left: auto; right: 32px; bottom: 32px;
      padding: 0; background: none;
    }
    .sticky-cta .btn { width: auto; padding: 14px 22px; font-size: 13px; box-shadow: 0 4px 20px rgba(20,17,13,0.22); }

    .b-detail { max-width: 560px; border-radius: 22px; align-self: center; }
    .b-overlay { align-items: center; }
  }

  @media (min-width: 1280px) {
    .hero-title .l1, .hero-title .l2, .hero-title .l3 { font-size: 112px; }
    .hero-feast { height: clamp(440px, 60vh, 660px); }
    .section-title { font-size: 120px; }
  }
