:root {
  --tangerine: #FF6B35; --tangerine-dark: #E85A28; --ink: #1A1614; --slate: #4A4340; --paper: #FFF8F0; --line: #E9DCC5; --white: #ffffff;
  --mono: "Courier New", Courier, ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --tile-strip: repeating-linear-gradient(90deg,
    #ff0000 0 34px, #fae013 34px 68px, #e10585 68px 102px,
    #00a658 102px 136px, #f17e00 136px 170px, #00a3d3 170px 204px);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.55 var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 10; }

/* Tile strip: the six real logo colours, framing the page top and bottom
   like the laminated strip along the edge of the actual menu board. */
.tiles { height: 16px; background: var(--tile-strip); background-size: 204px 16px; animation: drift 16s linear infinite; }
@keyframes drift { to { background-position: 204px 0; } }
@media (prefers-reduced-motion: reduce) { .tiles { animation: none; } }

.page { min-height: 100vh; display: flex; flex-direction: column; }
main.poster { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 44px 20px 8px; }

.logo-mark { width: min(86vw, 520px); margin: 0 0 22px; }
.pin { display: inline-block; transform: rotate(-1.4deg); filter: drop-shadow(0 10px 18px rgba(26,22,20,.18)); }

.where { font: 14px/1.4 var(--mono); color: var(--slate); margin: 0 0 10px; letter-spacing: .01em; }
h1 { font-size: clamp(1.9rem, 5.4vw, 3rem); line-height: 1.08; letter-spacing: -.01em; margin: 0 0 14px; font-weight: 800; max-width: 18ch; }
h1 em { font-style: normal; color: var(--tangerine); }
.lede { font-size: 1.08rem; color: var(--slate); margin: 0 0 26px; max-width: 40em; }

.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 34px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid var(--ink); background: var(--ink); color: #fff; }
.btn.alt { background: transparent; color: var(--ink); }
.btn:hover, .btn:focus-visible { background: var(--tangerine); border-color: var(--tangerine); color: #fff; outline: none; }
.btn:focus-visible { box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--tangerine); }

.snapshot { width: min(90vw, 460px); margin: 0 0 34px; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(26,22,20,.16); transform: rotate(0.8deg); border: 6px solid var(--white); }
.snapshot img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }

.hours-block { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px 20px; width: min(92vw, 420px); margin: 0 0 36px; }
.dial-label, table.hours caption { font: 13px/1.6 var(--mono); color: var(--slate); margin: 0 0 4px; text-align: left; }
.dial { margin: 0 0 4px; }
.drum-wrap { display: grid; grid-template-columns: 1fr; position: relative; }
.drum { position: relative; height: 138px; overflow: hidden; perspective: 520px; border-radius: 8px; background: var(--paper); border: 1px solid var(--line); cursor: ns-resize; touch-action: none; user-select: none; -webkit-user-select: none; outline: none; }
.drum.grab { cursor: grabbing; }
.drum:focus-visible { box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--tangerine); }
.drum-list { list-style: none; margin: 0; padding: 0; position: absolute; left: 0; right: 0; top: 50%; height: 0; transform-style: preserve-3d; }
.drum-item { position: absolute; left: 0; right: 0; top: -23px; height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 1rem; backface-visibility: hidden; will-change: transform, opacity; transition: transform 320ms cubic-bezier(.2,.8,.2,1), opacity 320ms ease; cursor: pointer; }
.drum-item .d { font-weight: 600; }
.drum-item .d em { font: 12px/1 var(--mono); font-style: normal; color: var(--tangerine); margin-left: 8px; letter-spacing: .02em; }
.drum-item .h { font-variant-numeric: tabular-nums; color: var(--slate); }
.drum-item.on .h { color: var(--ink); font-weight: 600; }
.drum-marker { position: absolute; left: 10px; right: 10px; top: 50%; height: 46px; transform: translateY(-50%); border-top: 2px solid var(--tangerine); border-bottom: 2px solid var(--tangerine); border-radius: 4px; pointer-events: none; }
.drum::before, .drum::after { content: ""; position: absolute; left: 0; right: 0; height: 34px; z-index: 20; pointer-events: none; }
.drum::before { top: 0; background: linear-gradient(var(--paper), rgba(255,248,240,0)); }
.drum::after { bottom: 0; background: linear-gradient(rgba(255,248,240,0), var(--paper)); }
.drum-btn { position: absolute; right: 8px; z-index: 30; width: 30px; height: 26px; border: 0; border-radius: 4px; background: transparent; color: var(--slate); font-size: 11px; cursor: pointer; }
.drum-btn.up { top: 4px; } .drum-btn.down { bottom: 4px; }
.drum-btn:hover, .drum-btn:focus-visible { color: var(--tangerine); outline: none; background: rgba(255,107,53,.10); }
.dial-status { font-size: .88rem; color: var(--slate); margin: 8px 0 0; min-height: 1.3em; text-align: left; }
.dial.still .drum-item { transition: none; }
table.hours { border-collapse: collapse; font-size: .95rem; margin: 0; width: 100%; }
table.hours th { text-align: left; font-weight: 500; padding: 3px 18px 3px 0; color: var(--ink); }
table.hours td { padding: 3px 0; font-variant-numeric: tabular-nums; text-align: right; }
table.hours.as-fallback { position: absolute; left: -9999px; }
.hours-note { font-size: .85rem; color: var(--slate); margin: 10px 0 0; text-align: left; }

dl.facts { display: inline-grid; grid-template-columns: max-content 1fr; gap: 4px 14px; margin: 0 0 30px; font-size: .95rem; text-align: left; }
dl.facts dt { font: 13px/1.6 var(--mono); color: var(--slate); }
dl.facts dd { margin: 0; }

footer { border-top: 1px solid var(--line); padding: 16px 20px 22px; font-size: 13px; color: var(--slate); display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; text-align: center; }
footer .credit a { color: var(--slate); }

@media (min-width: 640px) {
  main.poster { padding-top: 64px; }
  .actions { margin-bottom: 40px; }
}
