:root {
  --asphalt: #0e1319;
  --asphalt-2: #151d25;
  --ink: #080c10;
  --teal: #4fd8c4;
  --teal-dim: #277f77;
  --cherry: #ff5a5a;
  --cherry-dark: #821f29;
  --tungsten: #ffcf9a;
  --cream: #f4e2c5;
  --paper: #dcc9a7;
  --muted: #9ba9ae;
  --body: 'Manrope', sans-serif;
  --slab: 'Zilla Slab', serif;
  --neon: 'Monoton', display;
  --shell: min(1220px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; scrollbar-color: var(--teal-dim) var(--ink); scrollbar-width: thin; background: var(--asphalt); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--cream); background: var(--asphalt); font-family: var(--body); font-kerning: normal; font-optical-sizing: auto; line-height: 1.65; text-rendering: optimizeLegibility; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { border: 3px solid var(--ink); border-radius: 20px; background: var(--teal-dim); }
body::before { content: ''; position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--tungsten); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 11px 16px; color: var(--ink); background: var(--tungsten); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--tungsten); outline-offset: 4px; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: flex; width: 100%; min-height: 86px; align-items: center; justify-content: space-between; padding: 15px 36px; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, min-height .35s; }
.site-header.scrolled { min-height: 70px; border-color: rgba(79,216,196,.16); background: rgba(8,12,16,.88); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--cream); text-decoration: none; }
.brand-mark { width: 42px; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; filter: drop-shadow(0 0 7px rgba(79,216,196,.5)); }
.brand span { display: grid; line-height: 1.1; }
.brand b { font-family: var(--slab); font-size: 20px; letter-spacing: .04em; }
.brand small { margin-top: 5px; color: #b3bec0; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.site-nav a { position: relative; padding: 12px 0; color: #d8d8ce; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.open-pill)::after { content: ''; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav .open-pill { display: flex; min-height: 44px; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(79,216,196,.45); border-radius: 30px; background: rgba(5,23,24,.45); }
.open-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); animation: statusPulse 2s ease-out infinite; }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; color: var(--cream); background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #080d12; isolation: isolate; }
.hero-scene, .hero-vignette, .rain-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-scene { z-index: -4; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 53%; transform: scale(1.03); animation: sceneSettle 2.4s cubic-bezier(.2,.6,.2,1) both; }
.rain-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .16; mix-blend-mode: screen; filter: contrast(1.3) saturate(.45); }
.rain-canvas { z-index: -2; pointer-events: none; opacity: .78; }
.hero-vignette { z-index: -3; background: radial-gradient(circle at 72% 48%, transparent 8%, rgba(1,5,8,.1) 35%, rgba(1,4,7,.55) 87%), linear-gradient(90deg, rgba(3,8,12,.9) 0%, rgba(5,9,13,.52) 34%, transparent 72%), linear-gradient(0deg, rgba(4,7,10,.76) 0%, transparent 37%, rgba(3,6,9,.36) 100%); }
.hero::after { content: ''; position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 23%; background: linear-gradient(transparent, var(--asphalt)); pointer-events: none; }
.hero-content { position: absolute; z-index: 2; top: 50%; left: max(5.5vw, 34px); width: min(720px, 67vw); transform: translateY(-46%); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 38px; height: 1px; margin: 0 12px 3px 0; background: currentColor; box-shadow: 0 0 8px currentColor; }
.neon-sign { display: flex; flex-wrap: nowrap; margin: 0; color: #a9fff2; font-family: var(--neon); font-size: clamp(48px, 8.5vw, 142px); font-weight: 400; letter-spacing: .035em; line-height: .96; text-shadow: 0 0 2px #fff, 0 0 7px var(--teal), 0 0 17px var(--teal), 0 0 35px #14988a, 0 0 70px rgba(20,152,138,.55); }
.faulty-h { animation: faultyBallast 8.2s steps(1) infinite 1.5s; }
.hero-line { margin: 24px 0 0 9px; color: #eee4d3; font-family: var(--slab); font-size: clamp(31px, 4vw, 62px); font-weight: 300; letter-spacing: -.025em; line-height: .9; text-shadow: 0 3px 30px #000; }
.hero-line em { color: var(--tungsten); font-weight: 400; }
.hero-note { display: flex; align-items: center; gap: 16px; margin: 33px 0 0 10px; }
.hero-note p { margin: 0; color: #c7c6bd; font-size: 12px; line-height: 1.6; }
.steam { position: relative; display: block; width: 37px; height: 37px; border: 1px solid rgba(255,207,154,.58); border-radius: 50% 50% 45% 45%; border-top: 0; }
.steam::after { content: ''; position: absolute; right: -9px; bottom: 6px; width: 12px; height: 13px; border: 1px solid rgba(255,207,154,.58); border-left: 0; border-radius: 0 50% 50% 0; }
.steam i { position: absolute; top: -12px; left: 11px; width: 1px; height: 11px; background: var(--tungsten); opacity: .55; animation: steam 2.2s ease-in-out infinite; }
.steam i:nth-child(2) { left: 18px; height: 14px; animation-delay: -.7s; }
.steam i:nth-child(3) { left: 24px; animation-delay: -1.2s; }
.enter-cue { position: absolute; z-index: 4; bottom: 36px; left: 50%; display: flex; min-height: 48px; align-items: center; gap: 16px; color: #c5ccca; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.enter-cue svg { width: 16px; height: 27px; fill: none; stroke: var(--teal); stroke-width: 1.2; animation: arrowDrift 2s ease-in-out infinite; }
.weather-ticket { position: absolute; z-index: 2; right: 40px; bottom: 40px; display: grid; min-width: 130px; grid-template-columns: 1fr 1fr; padding: 12px 15px; border-top: 1px solid rgba(255,207,154,.35); color: #c8c1b5; }
.weather-ticket span { font-size: 9px; letter-spacing: .18em; }
.weather-ticket b { grid-row: span 2; color: var(--tungsten); font-family: var(--slab); font-size: 34px; font-weight: 400; line-height: 1; text-align: right; }
.weather-ticket small { font-family: var(--slab); font-size: 11px; font-style: italic; }
.load-in { opacity: 0; animation: loadReveal .9s cubic-bezier(.2,.7,.2,1) var(--delay) forwards; }

.welcome { position: relative; display: grid; min-height: 720px; grid-template-columns: .7fr 2.1fr 1fr; align-items: center; gap: clamp(30px, 6vw, 96px); padding-block: 130px 150px; }
.welcome::before { content: ''; position: absolute; top: 0; left: 17%; width: 1px; height: 90px; background: linear-gradient(var(--teal), transparent); opacity: .5; }
.welcome-clock { align-self: start; margin-top: 58px; color: #9ba4a5; font-size: 10px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.welcome-clock p { margin-top: 23px; }
.welcome-clock b { color: var(--cream); font-family: var(--slab); font-size: 13px; font-weight: 400; text-transform: none; }
.clock-face { position: relative; width: 112px; height: 112px; margin: auto; border: 1px solid #506068; border-radius: 50%; box-shadow: inset 0 0 22px rgba(0,0,0,.7), 0 0 0 6px #111820; background: radial-gradient(circle, #25313a 0 2px, transparent 3px), repeating-conic-gradient(from -1deg, #78878a 0deg 1deg, transparent 1deg 30deg); }
.clock-face::after { content: ''; position: absolute; inset: 10px; border-radius: 50%; background: var(--asphalt); }
.clock-hand { position: absolute; z-index: 2; bottom: 50%; left: calc(50% - 1px); width: 2px; border-radius: 2px; background: var(--tungsten); transform-origin: bottom; }
.clock-hand.hour { height: 26px; transform: rotate(95deg); }
.clock-hand.minute { height: 37px; background: var(--cream); transform: rotate(205deg); }
.clock-face i { position: absolute; z-index: 3; top: calc(50% - 3px); left: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: var(--cherry); }
.welcome-copy h2, .stories-heading h2, .hours-copy h2, .jukebox-copy h2, .menu-intro h2 { margin: 0; font-family: var(--slab); font-weight: 300; letter-spacing: -.045em; line-height: .96; }
.welcome-copy h2 { max-width: 720px; font-size: clamp(50px, 6.2vw, 94px); }
h2 em { color: var(--tungsten); font-weight: 400; }
.welcome-copy .lead { max-width: 670px; margin: 38px 0 0; color: #aeb8b9; font-size: 15px; line-height: 1.85; }
.counter-note { align-self: end; margin-bottom: 45px; padding: 22px 0 0 24px; border-top: 1px solid var(--cherry-dark); border-left: 1px solid var(--cherry-dark); }
.counter-note span { color: var(--cherry); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.counter-note p { margin: 22px 0 12px; font-family: var(--slab); font-size: 24px; font-style: italic; line-height: 1.3; }
.counter-note small { color: #899698; font-size: 10px; }

.menu-section { position: relative; overflow: hidden; padding: 135px 0 160px; color: #152023; background: var(--tungsten); }
.menu-section::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(#4a3827 .6px, transparent .6px); background-size: 6px 6px; }
.menu-glow { position: absolute; top: -300px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: var(--cherry); filter: blur(150px); opacity: .16; }
.menu-layout { position: relative; display: grid; grid-template-columns: .75fr 1.55fr .6fr; align-items: start; gap: clamp(25px, 4vw, 66px); }
.menu-intro { padding-top: 58px; }
.menu-intro .section-kicker { color: #8a2c31; }
.menu-intro h2 { font-size: clamp(59px, 7vw, 104px); }
.menu-intro h2 em { color: var(--cherry-dark); }
.menu-intro > p:not(.section-kicker) { max-width: 340px; margin: 27px 0; font-size: 13px; line-height: 1.8; }
.pie-rule { display: flex; align-items: center; gap: 10px; color: #704c37; font-family: var(--slab); font-size: 11px; font-style: italic; }
.pie-rule::before { content: '✶'; font-style: normal; }
.menu-board { position: relative; padding: 46px clamp(25px, 4vw, 58px) 38px; color: #e9e1c9; border: 10px solid #3a2319; border-radius: 4px; background: #152726; box-shadow: inset 0 0 0 2px #654735, inset 0 0 60px rgba(0,0,0,.5), 14px 18px 30px rgba(90,55,28,.28); transform: rotate(-1.1deg); }
.board-screws i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #a48664; box-shadow: inset 1px 1px 2px #f2d4a5; }
.board-screws i:nth-child(1) { top: 12px; left: 12px; }.board-screws i:nth-child(2) { top: 12px; right: 12px; }.board-screws i:nth-child(3) { right: 12px; bottom: 12px; }.board-screws i:nth-child(4) { bottom: 12px; left: 12px; }
.board-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 15px; border-bottom: 2px solid #d1c7aa; font-family: var(--slab); }
.board-heading span { font-size: clamp(24px, 3vw, 39px); font-weight: 600; letter-spacing: .05em; }
.board-heading small { color: #aabbb0; font-size: 9px; letter-spacing: .15em; }
.pie-list { margin: 13px 0 0; padding: 0; list-style: none; }
.board-stack { position: relative; min-width: 0; isolation: isolate; }
.menu-board { position: relative; z-index: 2; }
.pie-list li { border-bottom: 1px dashed rgba(225,216,190,.28); }
.pie-choice, .pie-list .sold { display: grid; width: 100%; min-height: 61px; grid-template-columns: 34px 1fr auto; align-items: center; gap: 14px; padding: 12px 0; }
.pie-choice { appearance: none; color: inherit; border: 0; background: transparent; cursor: pointer; text-align: left; transition: color .25s, background .25s, transform .35s cubic-bezier(.16,.8,.2,1); }
.pie-num { color: #719f96; font-size: 9px; }
.pie-choice > span:nth-child(2), .pie-list .sold > span:nth-child(2) { display: grid; }
.pie-list b, .bottomless b { font-family: var(--slab); font-size: 18px; font-weight: 500; letter-spacing: .02em; }
.pie-list small { display: block; color: #96a39d; font-size: 9px; line-height: 1.5; }
.pie-list strong, .bottomless strong { font-family: var(--slab); font-size: 17px; font-weight: 500; font-variant-numeric: tabular-nums; }
.pie-list .sold { opacity: .55; }
.pie-list .sold b { text-decoration: line-through; text-decoration-color: var(--cherry); }
.pie-list .sold strong { padding: 1px 5px; color: #fff4dd; border: 1px solid var(--cherry); font-size: 11px; transform: rotate(4deg); }
.bottomless { display: flex; align-items: center; gap: 12px; padding-top: 21px; color: var(--teal); }
.bottomless span { flex: 1; border-bottom: 1px dotted currentColor; }
.order-ticket { position: relative; z-index: 1; display: grid; max-height: 52px; grid-template-columns: minmax(0,1fr) auto; gap: 18px; margin: -18px 30px 0; padding: 27px 24px 13px; overflow: hidden; color: #30251d; background: linear-gradient(98deg, #f0e5cc, #d9c6a2); box-shadow: 8px 13px 25px rgba(87,48,28,.25); transform: translateY(-7px) rotate(.65deg); transition: max-height .7s cubic-bezier(.16,.8,.2,1), transform .7s cubic-bezier(.16,.8,.2,1), padding .7s; }
.order-ticket::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: linear-gradient(135deg, transparent 5px, #d9c6a2 0) 0 0 / 10px 10px repeat-x; }
.board-stack.has-order .order-ticket { max-height: 180px; padding-top: 31px; transform: translateY(0) rotate(.65deg); }
.ticket-copy { min-width: 0; }
.ticket-copy > small { color: #8a2c31; font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.ticket-copy p { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 8px 0 3px; border-bottom: 1px dotted #8b755d; font-family: var(--slab); font-size: 17px; font-weight: 600; line-height: 1.25; }
.ticket-copy p span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ticket-copy p b { color: #782a30; font-variant-numeric: tabular-nums; font-weight: 600; }
.ticket-copy em { display: block; color: #67594c; font-family: var(--slab); font-size: 11px; }
.bell-station { display: grid; align-content: center; justify-items: center; }
.bell-station > small { margin-top: 1px; color: #795943; font-size: 6px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.counter-bell { position: relative; display: grid; width: 58px; min-width: 58px; height: 58px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition: opacity .25s, transform .2s; }
.counter-bell:disabled { cursor: not-allowed; opacity: .33; }
.counter-bell:not(:disabled):hover { transform: translateY(-2px); }
.counter-bell span { position: relative; display: block; width: 46px; height: 27px; border: 1px solid #65432f; border-radius: 50% 50% 8px 8px; background: radial-gradient(circle at 34% 25%, #fff4c9 0 5%, #c69d68 18%, #745039 66%, #3e2c25 100%); box-shadow: inset 0 2px 3px rgba(255,255,255,.55), 0 5px 3px rgba(62,42,31,.27); transform-origin: 50% 100%; }
.counter-bell span::before { content: ''; position: absolute; top: -8px; left: calc(50% - 5px); width: 10px; height: 10px; border: 1px solid #5e3f30; border-radius: 50%; background: #ac8157; }
.counter-bell span::after { content: ''; position: absolute; right: -5px; bottom: -5px; left: -5px; height: 6px; border-radius: 5px; background: linear-gradient(#a37852, #4c352a); box-shadow: 0 2px #2e221d; }
.counter-bell.bell-rung span { animation: bellRing .48s cubic-bezier(.2,.9,.2,1); }
.special-slip { position: relative; margin-top: 110px; padding: 37px 24px 27px; color: #28241d; background: #e8dfc9; box-shadow: 5px 9px 17px rgba(89,51,29,.22); transform: rotate(3deg); }
.special-slip::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 8px; background: linear-gradient(135deg, transparent 5px, #e8dfc9 0) 0 0/10px 10px repeat-x; transform: translateY(7px); }
.tape { position: absolute; top: -13px; left: 30%; width: 68px; height: 26px; background: rgba(106,85,55,.26); transform: rotate(-5deg); }
.special-slip small { color: #8a2c31; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.special-slip b { display: block; margin: 15px 0; font-family: var(--slab); font-size: 21px; line-height: 1.25; }
.special-slip p { font-size: 11px; line-height: 1.7; }
.signature { display: block; color: #376e69; font-family: var(--slab); font-size: 20px; font-style: italic; text-align: right; }

.stories { padding-block: 150px 120px; }
.stories-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.stories-heading h2 { max-width: 850px; font-size: clamp(56px, 7.5vw, 112px); }
.stories-heading > p { max-width: 340px; margin: 0 0 14px; color: #92a0a2; font-size: 13px; line-height: 1.8; }
.booth-grid { display: grid; grid-template-columns: 1fr 1.08fr .92fr; align-items: start; gap: 22px; margin-top: 85px; }
.booth-card { position: relative; min-height: 430px; padding: 42px 38px 30px; overflow: hidden; border-radius: 80px 80px 9px 9px; color: #191b1c; box-shadow: inset 0 2px 0 rgba(255,255,255,.25), 0 26px 50px rgba(0,0,0,.25); }
.booth-card::before { content: ''; position: absolute; inset: 0; opacity: .2; background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(0,0,0,.35) 29px, transparent 31px); }
.booth-red { margin-top: 54px; color: #fff0d9; background: #852c35; }
.booth-cream { background: #d8c59e; }
.booth-teal { margin-top: 86px; color: #fff8e8; background: #256c68; }
.booth-label { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid currentColor; opacity: .78; }
.booth-label span { font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.booth-label b { font-family: var(--slab); font-size: 34px; font-weight: 300; line-height: 1; }
.story-time { position: relative; margin: 27px 0 7px; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .62; }
.booth-card h3 { position: relative; margin: 0 0 18px; font-family: var(--slab); font-size: 32px; font-weight: 500; line-height: 1.05; }
.booth-card > p:not(.story-time) { position: relative; font-family: var(--slab); font-size: 17px; line-height: 1.55; }
.booth-card { display: flex; flex-direction: column; }
.booth-card footer { position: relative; display: flex; width: 100%; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid currentColor; font-size: 9px; text-transform: uppercase; opacity: .67; }
.booth-card footer small { font-size: inherit; }
.stories-footnote { margin: 45px 0 0; color: #68777b; font-family: var(--slab); font-size: 12px; font-style: italic; text-align: right; }

.jukebox-section { position: relative; overflow: hidden; padding: 140px 0 170px; background: #070c10; }
.jukebox-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(79,216,196,.04), transparent 42%), repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.025) 25%); }
.jukebox-aura { position: absolute; top: 18%; left: 47%; width: 500px; height: 500px; border-radius: 50%; background: var(--teal); filter: blur(180px); opacity: .13; }
.jukebox-layout { position: relative; display: grid; grid-template-columns: .9fr 1.25fr .48fr; align-items: center; gap: clamp(30px, 6vw, 85px); }
.jukebox-copy h2 { font-size: clamp(58px, 7vw, 105px); }
.jukebox-copy > p:not(.section-kicker) { max-width: 380px; margin: 28px 0 45px; color: #919fa0; font-size: 13px; }
.now-playing { padding: 22px 0 0 22px; border-top: 1px solid #334247; border-left: 2px solid var(--cherry); }
.now-playing span { display: block; color: var(--cherry); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.now-playing > strong { display: block; margin: 8px 0 2px; color: var(--tungsten); font-family: var(--slab); font-size: 23px; font-weight: 500; }
.now-playing small { color: #758286; font-size: 9px; }
.jukebox { position: relative; max-width: 520px; min-width: 0; justify-self: center; padding: 16px; border: 2px solid #684a34; border-radius: 230px 230px 34px 34px; background: linear-gradient(90deg, #3a1d18, #986345 10%, #42231b 20%, #1a1514 50%, #42231b 80%, #986345 90%, #3a1d18); box-shadow: 0 45px 80px rgba(0,0,0,.65), 0 0 0 6px #140c09, 0 0 0 8px #795239; }
.juke-top { position: relative; height: 205px; overflow: hidden; border: 5px solid #ba8c52; border-radius: 210px 210px 17px 17px; background: radial-gradient(circle at 50% 92%, #602c2f 0 20%, #171a19 21% 30%, #856841 31% 36%, #111 37%); }
.juke-rainbow { position: absolute; inset: 10px 10px -90px; border: 9px solid var(--cherry); border-bottom: 0; border-radius: 190px 190px 0 0; box-shadow: 0 0 12px var(--cherry), inset 0 0 12px var(--cherry); }
.juke-rainbow::before { content: ''; position: absolute; inset: 10px 10px 0; border: 8px solid var(--teal); border-bottom: 0; border-radius: 180px 180px 0 0; box-shadow: 0 0 12px var(--teal), inset 0 0 12px var(--teal); }
.record { position: absolute; bottom: -32px; left: 50%; width: 155px; height: 155px; border: 20px solid #090b0b; border-radius: 50%; background: repeating-radial-gradient(#141515 0 2px, #050606 3px 5px); transform: translateX(-50%); }
.record span { position: absolute; inset: 36px; border-radius: 50%; background: var(--cherry); }
.record span::after { content: ''; position: absolute; inset: 45%; border-radius: 50%; background: var(--cream); }
.juke-panel { padding: 19px 25px 22px; border: 4px solid #b5834e; background: linear-gradient(#172123, #0d1416); }
.juke-instruction { margin: 0 0 12px; color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .25em; text-align: center; }
.track-list { display: grid; gap: 6px; }
.track { display: grid; min-height: 58px; grid-template-columns: 40px 1fr; align-items: center; padding: 7px 11px; color: #bfc6bf; border: 1px solid #405052; background: #11191a; cursor: pointer; text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.track:hover { border-color: var(--teal); transform: translateX(3px); }
.track.active { color: #1a1b18; border-color: var(--tungsten); background: var(--tungsten); }
.track > b { font-family: var(--slab); font-size: 23px; font-weight: 500; }
.track > span { display: grid; border-left: 1px solid currentColor; padding-left: 11px; }
.track strong { font-family: var(--slab); font-size: 14px; font-weight: 500; line-height: 1.2; }
.track small { margin-top: 2px; font-size: 7px; letter-spacing: .13em; }
.juke-controls { display: flex; align-items: center; justify-content: center; gap: 15px; padding-top: 17px; }
.juke-controls i { width: 19px; height: 19px; border: 3px solid #7f623d; border-radius: 50%; background: radial-gradient(circle, #cab486, #3a2b22); box-shadow: 0 3px 4px #000; }
.juke-controls span { padding: 3px 10px; color: var(--tungsten); border: 1px solid #76593d; font-family: var(--slab); font-size: 12px; }
.era-strip { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-left: 25px; border-left: 1px solid #304348; }
.era-strip > span { color: var(--cherry); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.era-strip ol { margin: 22px 0 0; padding: 0; list-style: none; }
.era-strip li { margin-bottom: 28px; color: #7f8d90; font-family: var(--slab); font-size: 11px; font-style: italic; }
.era-strip b { display: block; color: var(--cream); font-family: var(--body); font-size: 14px; font-style: normal; letter-spacing: .1em; }

.hours { position: relative; min-height: 900px; overflow: hidden; background: #11191f; }
.hours-window { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1.3fr 1fr; opacity: .24; }
.hours-window span { border-right: 10px solid #070b0e; background: radial-gradient(ellipse at 50% 48%, rgba(255,207,154,.4), transparent 52%), linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.08) 47% 48%, transparent 49%); }
.hours::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,12,.9), rgba(12,18,22,.42) 55%, rgba(6,10,13,.85)); }
.hours-content { position: relative; display: grid; min-height: 780px; grid-template-columns: .7fr 1.3fr .7fr; align-items: center; gap: clamp(35px, 6vw, 100px); }
.open-sign { position: relative; width: 220px; height: 220px; border: 2px solid rgba(79,216,196,.35); border-radius: 50%; box-shadow: 0 0 30px rgba(79,216,196,.15), inset 0 0 30px rgba(79,216,196,.1); }
.open-sign::before { content: ''; position: absolute; top: -130px; left: 50%; width: 1px; height: 130px; background: #5a6767; }
.open-sign span { position: absolute; top: 66px; left: -15px; color: #bafff3; font-family: var(--neon); font-size: 53px; letter-spacing: .04em; text-shadow: 0 0 3px white, 0 0 10px var(--teal), 0 0 30px var(--teal); transform: rotate(-6deg); }
.open-sign i { position: absolute; right: 25px; bottom: 25px; color: var(--cherry); font-family: var(--slab); font-size: 30px; font-style: normal; font-weight: 700; text-shadow: 0 0 10px var(--cherry); }
.hours-copy h2 { font-size: clamp(60px, 7.3vw, 112px); }
.hours-copy > p:not(.section-kicker) { max-width: 650px; margin: 33px 0; color: #aeb9b8; font-size: 14px; line-height: 1.85; }
.hours-copy address { padding-left: 20px; color: #849295; border-left: 2px solid var(--cherry); font-family: var(--slab); font-size: 13px; font-style: normal; }
.hours-copy address b { color: var(--tungsten); font-size: 17px; font-weight: 500; }
.shift-board { margin: 0; padding: 25px; border: 1px solid #435157; background: rgba(7,11,14,.62); transform: rotate(1deg); }
.shift-board div { padding: 14px 0; border-bottom: 1px dashed #354348; }
.shift-board div:last-child { border-bottom: 0; }
.shift-board dt { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.shift-board dd { margin: 2px 0 0; font-family: var(--slab); font-size: 18px; }
.last-cup { position: relative; display: flex; width: min(500px, calc(100% - 40px)); align-items: center; justify-content: center; gap: 28px; margin: -20px auto 0; padding: 34px; color: #352a20; background: var(--tungsten); box-shadow: 0 15px 40px rgba(0,0,0,.3); transform: rotate(-1deg); }
.last-cup svg { width: 76px; fill: none; stroke: #6e4534; stroke-width: 2; }
.last-cup p { margin: 0; font-family: var(--slab); font-size: 17px; line-height: 1.35; }
.last-cup p span { color: var(--cherry-dark); font-size: 26px; font-weight: 600; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr auto; min-height: 210px; align-items: center; gap: 40px; padding: 55px max(4vw, 28px); color: #929fa1; background: #080c10; border-top: 1px solid #202a2e; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-neon { color: var(--cherry); font-family: var(--neon); font-size: 34px; text-shadow: 0 0 10px var(--cherry); }
.footer-brand p { display: grid; margin: 0; }
.footer-brand b { color: var(--cream); font-family: var(--slab); font-size: 16px; font-weight: 500; }
.footer-brand small { color: #7d898b; }
.site-footer > p { text-align: center; }
.site-footer nav { display: flex; gap: 26px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #a9b5b6; text-underline-offset: 4px; }
.site-footer a:hover { color: var(--teal); }
.site-footer a:focus-visible, .back-link:focus-visible, .enter-cue:focus-visible, .brand:focus-visible { color: var(--tungsten); }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.booth-card:nth-child(2), .track:nth-child(2) { transition-delay: .12s; }
.booth-card:nth-child(3), .track:nth-child(3) { transition-delay: .24s; }

@keyframes loadReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sceneSettle { from { opacity: 0; transform: scale(1.1); filter: brightness(.55); } to { opacity: 1; transform: scale(1.03); filter: brightness(1); } }
@keyframes faultyBallast { 0%, 1%, 4%, 6%, 9%, 11%, 63%, 65%, 100% { opacity: 1; text-shadow: inherit; } 2%, 5%, 10%, 64% { opacity: .08; text-shadow: none; } 66% { opacity: .45; text-shadow: 0 0 5px var(--teal); } 67% { opacity: .1; } 68% { opacity: 1; } }
@keyframes statusPulse { 0% { box-shadow: 0 0 0 0 rgba(79,216,196,.7); } 70% { box-shadow: 0 0 0 8px rgba(79,216,196,0); } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes steam { 0%,100% { opacity: 0; transform: translateY(6px) scaleY(.6); } 40% { opacity: .7; } 80% { opacity: 0; transform: translateY(-9px) scaleY(1); } }
@keyframes arrowDrift { 0%,100% { transform: translateY(-3px); } 50% { transform: translateY(5px); } }
@keyframes bellRing { 0%,100% { transform: rotate(0); } 22% { transform: rotate(-9deg) translateY(2px); } 48% { transform: rotate(8deg); } 72% { transform: rotate(-4deg); } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 900px); }
  .site-header { padding-inline: 24px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: 12px 24px 20px; border-bottom: 1px solid #304146; background: rgba(8,12,16,.97); box-shadow: 0 24px 40px rgba(0,0,0,.35); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a:not(.open-pill) { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid #1d282c; }
  .site-nav .open-pill { justify-content: center; margin-top: 10px; }
  .welcome { grid-template-columns: .5fr 1.8fr; }
  .counter-note { grid-column: 2; max-width: 400px; }
  .menu-layout { grid-template-columns: .75fr 1.5fr; }
  .special-slip { grid-column: 1; grid-row: 2; margin: -60px 10px 0 30px; }
  .stories-heading { grid-template-columns: 1fr .45fr; gap: 35px; }
  .booth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booth-card { min-height: 445px; padding-inline: 32px; }
  .booth-card footer { flex-direction: row; gap: 8px; }
  .booth-red { margin-top: 46px; }
  .booth-teal { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: end; margin-top: 0; }
  .jukebox-layout { grid-template-columns: .8fr 1.2fr; }
  .era-strip { display: none; }
  .hours-content { grid-template-columns: .52fr 1.4fr; }
  .shift-board { grid-column: 2; width: 100%; margin-top: -140px; }
  .open-sign { width: 165px; height: 165px; }
  .open-sign span { top: 47px; font-size: 42px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { min-height: 72px; padding: 11px 15px 11px 18px; }
  .brand-mark { width: 36px; }
  .brand b { font-size: 17px; }
  .brand small { font-size: 7px; }
  .site-nav { padding-inline: 18px; }
  .hero { min-height: 790px; }
  .hero-scene img { object-position: 68% 50%; }
  .hero-vignette { background: linear-gradient(90deg, rgba(3,7,10,.83), rgba(3,7,10,.15)), linear-gradient(0deg, rgba(4,7,10,.87), transparent 50%, rgba(3,6,9,.5)); }
  .hero-content { top: 43%; left: 20px; width: calc(100% - 40px); transform: translateY(-44%); }
  .eyebrow { max-width: 260px; margin-bottom: 20px; font-size: 8px; line-height: 1.6; }
  .eyebrow::before { width: 24px; }
  .neon-sign { font-size: clamp(37px, 11.8vw, 46px); letter-spacing: -.012em; }
  .hero-line { margin-top: 23px; margin-left: 3px; font-size: 39px; }
  .hero-note { margin-top: 28px; margin-left: 4px; }
  .enter-cue { bottom: 30px; left: 20px; transform: none; }
  .weather-ticket { right: 14px; bottom: 30px; min-width: 105px; padding-inline: 8px; }
  .weather-ticket b { font-size: 28px; }
  .welcome { display: block; min-height: auto; padding-block: 110px; }
  .welcome::before { left: 25px; height: 65px; }
  .welcome-clock { display: flex; align-items: center; gap: 24px; margin: 0 0 55px; text-align: left; }
  .clock-face { width: 88px; height: 88px; margin: 0; flex: 0 0 auto; }
  .welcome-copy h2 { font-size: 51px; }
  .welcome-copy .lead { margin-top: 28px; font-size: 13px; }
  .counter-note { margin: 55px 0 0 16px; }
  .counter-note p { font-size: 21px; }
  .menu-section { padding-block: 100px 120px; }
  .menu-layout { display: block; }
  .menu-intro { padding-top: 0; }
  .menu-intro h2 { font-size: 65px; }
  .board-stack { margin-top: 55px; }
  .menu-board { padding: 34px 18px 28px; border-width: 7px; transform: rotate(-.4deg); }
  .board-heading { align-items: start; }
  .board-heading span { max-width: 160px; font-size: 25px; line-height: 1; }
  .pie-choice, .pie-list .sold { min-height: 62px; grid-template-columns: 22px 1fr auto; gap: 8px; padding: 11px 0; }
  .pie-list b { font-size: 16px; line-height: 1.15; }
  .pie-list small { margin-top: 3px; font-size: 8px; }
  .pie-list strong { font-size: 15px; }
  .bottomless b { font-size: 16px; }
  .special-slip { width: 78%; margin: 52px 0 0 auto; }
  .stories { padding-block: 105px 120px; }
  .stories-heading { display: block; }
  .stories-heading h2 { font-size: 58px; }
  .stories-heading > p { margin-top: 26px; }
  .booth-grid { display: block; margin-top: 58px; }
  .booth-card, .booth-red, .booth-teal { width: 100%; min-height: 405px; margin: 0 0 25px; border-radius: 58px 58px 8px 8px; }
  .booth-card > p:not(.story-time) { font-size: 16px; }
  .stories-footnote { margin-top: 30px; text-align: left; }
  .jukebox-section { padding-block: 105px 130px; }
  .jukebox-layout { display: block; }
  .jukebox-copy h2 { font-size: 62px; }
  .now-playing { margin-bottom: 65px; }
  .jukebox { width: calc(100% - 10px); padding: 11px; border-radius: 190px 190px 25px 25px; }
  .juke-top { height: 165px; }
  .juke-panel { padding: 16px 12px 18px; }
  .track { min-height: 60px; }
  .hours { min-height: 1040px; }
  .hours-content { display: block; min-height: auto; padding-block: 140px 100px; }
  .open-sign { width: 140px; height: 140px; margin: 0 0 85px 15px; }
  .open-sign::before { top: -90px; height: 90px; }
  .open-sign span { top: 40px; font-size: 36px; }
  .open-sign i { font-size: 23px; }
  .hours-copy h2 { font-size: 59px; }
  .shift-board { width: 92%; margin: 60px 0 0 auto; }
  .last-cup { margin-top: -20px; padding: 28px 20px; gap: 18px; }
  .last-cup svg { width: 61px; }
  .site-footer { display: flex; min-height: auto; flex-direction: column; align-items: flex-start; gap: 24px; padding-block: 64px; }
  .site-footer > p { text-align: left; }
  .site-footer nav { display: grid; width: 100%; justify-content: stretch; gap: 0; }
  .site-footer a { width: 100%; border-top: 1px solid #202a2e; }
}

/* Pass 2: deepen the pane, counter materials, and after-hours rhythm. */
main > section { scroll-margin-top: 78px; }
body { background: radial-gradient(circle at 76% 8%, #17232b 0, var(--asphalt) 27%, #090e13 70%); }
.site-header { text-shadow: 0 2px 18px #020406; }
.site-header.scrolled { background: linear-gradient(90deg, rgba(6,10,14,.96), rgba(8,14,18,.86)); box-shadow: 0 12px 40px rgba(0,0,0,.22); }

.hero { --wipe-x: 23%; --wipe-y: 46%; }
.hero::before { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .33; background: radial-gradient(circle at 18% 32%, rgba(218,239,235,.16) 0 1px, transparent 2px), radial-gradient(circle at 78% 61%, rgba(218,239,235,.13) 0 1px, transparent 2px), linear-gradient(112deg, rgba(172,202,202,.12), rgba(16,28,34,.03) 46%, rgba(210,226,221,.09)); background-size: 71px 83px, 109px 127px, 100% 100%; -webkit-mask-image: radial-gradient(circle 105px at var(--wipe-x) var(--wipe-y), transparent 0 56%, rgba(0,0,0,.25) 72%, #000 100%); mask-image: radial-gradient(circle 105px at var(--wipe-x) var(--wipe-y), transparent 0 56%, rgba(0,0,0,.25) 72%, #000 100%); transition: opacity 1s ease; }
.hero.glass-touched::before { opacity: .5; }
.hero-scene img { filter: saturate(.86) contrast(1.06) brightness(.92); }
.hero-vignette { background: radial-gradient(circle at 75% 49%, transparent 4%, rgba(1,5,8,.05) 28%, rgba(1,4,7,.56) 88%), linear-gradient(90deg, rgba(2,7,11,.94) 0%, rgba(4,9,13,.52) 31%, transparent 69%), linear-gradient(0deg, rgba(3,7,10,.8) 0%, transparent 34%, rgba(2,5,8,.48) 100%); }
.rain-canvas { opacity: .92; filter: drop-shadow(0 1px 1px rgba(0,0,0,.5)); }
.neon-sign { position: relative; width: max-content; animation: neonIgnite 1.4s steps(1) .58s both; }
.neon-sign::after { content: ''; position: absolute; right: 2%; bottom: -24px; left: 0; height: 20px; background: linear-gradient(90deg, rgba(79,216,196,.34), rgba(79,216,196,.03)); filter: blur(15px); transform: skewX(-22deg); }
.hero-line { text-wrap: balance; }
.hero-note p { color: #d6d4ca; font-size: 13px; }
.glass-index { position: absolute; z-index: 3; top: 30%; right: 28px; display: grid; justify-items: end; color: rgba(214,229,225,.52); font-size: 8px; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; }
.glass-index i { display: block; width: 1px; height: 74px; margin-block: 13px; background: linear-gradient(transparent, var(--teal), transparent); }
.glass-index b { color: var(--teal); font-variant-numeric: tabular-nums; font-weight: 700; }
.glass-index small { margin-top: 16px; font-size: 7px; }
.wipe-hint { position: absolute; z-index: 4; right: 44px; bottom: 122px; display: flex; align-items: center; gap: 13px; margin: 0; color: rgba(219,226,222,.68); font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1.65; text-transform: uppercase; }
.wipe-hint i { width: 31px; height: 31px; border: 1px dashed rgba(79,216,196,.65); border-radius: 50%; box-shadow: 0 0 16px rgba(79,216,196,.12); animation: wipeOrbit 3.8s ease-in-out infinite; }
.threshold-strip { position: relative; z-index: 5; display: flex; height: 48px; align-items: center; justify-content: space-around; gap: 24px; overflow: hidden; padding-inline: 24px; color: #131819; background: linear-gradient(#e2d0aa, #c8b68f); border-block: 4px solid #4a2922; box-shadow: inset 0 1px #fff1cc, 0 12px 36px rgba(0,0,0,.38); font-size: 8px; font-weight: 800; letter-spacing: .2em; white-space: nowrap; }
.threshold-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--cherry-dark); }
.threshold-strip b { color: #7c2930; }

.welcome { min-height: 760px; }
.welcome::after { content: 'COUNTER / NIGHT SHIFT'; position: absolute; right: -70px; bottom: 104px; color: rgba(79,216,196,.11); font-family: var(--slab); font-size: 46px; letter-spacing: .12em; transform: rotate(-90deg); transform-origin: right bottom; }
.welcome-copy .lead { color: #bac4c3; font-size: 16px; }
.counter-note { position: relative; background: linear-gradient(135deg, rgba(255,90,90,.035), transparent 70%); }
.counter-note::after { content: 'REGISTER 02'; position: absolute; right: 0; bottom: -31px; color: #59686b; font-size: 7px; font-weight: 800; letter-spacing: .17em; }

.menu-section { isolation: isolate; padding-top: 174px; background: linear-gradient(90deg, rgba(95,32,34,.09), transparent 28%, rgba(255,255,255,.13) 56%, transparent), var(--tungsten); }
.menu-section::after { content: ''; position: absolute; z-index: 0; top: 0; right: 0; left: 0; height: 74px; border-block: 9px solid #151d1e; background: repeating-linear-gradient(90deg, #dbc5a0 0 68px, #273738 69px 72px), linear-gradient(#f3e2bd, #b39c77); box-shadow: inset 0 4px rgba(255,255,255,.55), 0 11px 25px rgba(71,37,25,.28); }
.menu-layout { z-index: 1; grid-template-columns: .72fr 1.62fr .56fr; }
.menu-board { border-color: #251714; border-width: 12px; background: radial-gradient(circle at 82% 12%, rgba(79,216,196,.1), transparent 27%), linear-gradient(145deg, #18302d, #10211f 62%, #0d1b1b); box-shadow: inset 0 0 0 2px #88674b, inset 0 0 80px rgba(0,0,0,.65), 0 3px 0 #b89568, 18px 26px 44px rgba(90,55,28,.34); }
.menu-board::after { content: ''; position: absolute; z-index: -1; right: -31px; bottom: -37px; left: 25px; height: 54px; border-radius: 50%; background: rgba(84,45,30,.28); filter: blur(20px); }
.pie-choice:hover, .pie-choice[aria-pressed="true"] { color: #fff7df; background: linear-gradient(90deg, rgba(79,216,196,.13), transparent); transform: translateX(4px); }
.pie-choice[aria-pressed="true"] .pie-num { color: var(--teal); text-shadow: 0 0 8px rgba(79,216,196,.5); }
.pie-choice:focus-visible { outline-color: var(--tungsten); outline-offset: -3px; }
.pie-list small { font-size: 10px; }
.special-slip { box-shadow: 5px 9px 17px rgba(89,51,29,.22), 0 0 0 1px rgba(67,46,30,.1); }

.stories { position: relative; overflow: hidden; padding-top: 170px; }
.stories::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 52% 58%, rgba(79,216,196,.07), transparent 35%), linear-gradient(180deg, transparent 80%, #070c10); }
.stories-heading, .booth-grid, .stories-footnote { position: relative; }
.booth-grid { grid-template-columns: .94fr 1.08fr .9fr; gap: 28px; padding-top: 28px; }
.counter-rail { position: absolute; z-index: -1; top: 0; right: -8vw; left: -8vw; display: flex; height: 38px; justify-content: space-around; border-block: 4px solid #594233; background: linear-gradient(#b38a60, #4b3428 42%, #14191b 45%); box-shadow: 0 14px 28px #000; }
.counter-rail span { width: 7px; height: 58px; margin-top: 16px; border-radius: 5px; background: linear-gradient(90deg, #34231e, #bc946b, #36241e); }
.booth-card { border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 2px 0 rgba(255,255,255,.3), inset 18px 0 35px rgba(255,255,255,.025), 0 31px 60px rgba(0,0,0,.36); transition: transform .5s cubic-bezier(.16,.8,.2,1), box-shadow .5s; }
.booth-card:hover { transform: translateY(-10px) rotate(.4deg); box-shadow: inset 0 2px 0 rgba(255,255,255,.35), 0 42px 72px rgba(0,0,0,.48); }
.booth-red { background: linear-gradient(130deg, #9a3540, #68212b); transform: rotate(-1.2deg); }
.booth-cream { background: linear-gradient(120deg, #e4d2a9, #c4af84); transform: translateY(-18px) rotate(.45deg); }
.booth-teal { background: linear-gradient(130deg, #287d75, #175954); transform: rotate(1.1deg); }
.booth-card::after { content: ''; position: absolute; inset: 13px; border: 1px dashed rgba(255,255,255,.12); border-radius: 68px 68px 4px 4px; pointer-events: none; }
.booth-card h3 { font-size: 34px; text-wrap: balance; }
.booth-card > p:not(.story-time) { font-size: 18px; }
.booth-label span, .story-time, .now-playing span, .juke-instruction, .era-strip > span, .shift-board dt { font-size: 9px; }
.track small { font-size: 8px; }
.stories-footnote { color: #879598; }

.jukebox-section { padding-block: 170px 190px; }
.jukebox-copy > p:not(.section-kicker) { color: #aab5b4; font-size: 14px; line-height: 1.8; }
.jukebox { transition: transform .3s cubic-bezier(.2,.9,.2,1); }
.jukebox.selection-hit { animation: selectorKick .42s cubic-bezier(.2,.9,.2,1); }
.record { animation: recordSpin 7s linear infinite; }
.track { position: relative; overflow: hidden; transition: color .18s, background .18s, transform .18s; }
.track::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transform: translateX(-120%); transition: transform .45s; }
.track:hover::after { transform: translateX(120%); }
.track:active { transform: translateY(2px); }
.era-strip li { font-size: 12px; }

.hours { min-height: 980px; }
.hours-content { min-height: 830px; padding-block: 94px 54px; }
.hours-copy h2 { text-wrap: balance; }
.hours-copy > p:not(.section-kicker) { color: #bdc6c4; font-size: 15px; }
.open-sign { box-shadow: 0 0 30px rgba(79,216,196,.18), inset 0 0 30px rgba(79,216,196,.12), 0 0 0 12px rgba(5,11,14,.28); animation: signSway 6s ease-in-out infinite; transform-origin: 50% -130px; }
.shift-board { box-shadow: 16px 18px 38px rgba(0,0,0,.28); }
.last-cup { background: linear-gradient(105deg, #ffd5a5, #f0bb7f); box-shadow: 0 15px 40px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.55); }

.site-footer { position: relative; min-height: 250px; background: radial-gradient(circle at 8% 45%, rgba(255,90,90,.06), transparent 22%), #070b0e; }
.site-footer::before { content: 'OPEN 24 HOURS  ·  MARKET & ALDER  ·  RAIN OR SHINE'; position: absolute; top: 0; right: 4vw; left: 4vw; overflow: hidden; padding-top: 13px; border-top: 1px solid #273438; color: #405156; font-size: 7px; font-weight: 800; letter-spacing: .27em; white-space: nowrap; }
.footer-message { display: grid; gap: 2px; color: #8f9c9e; }
.footer-message span { color: var(--cherry); font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.footer-message small { color: #58676a; font-family: var(--slab); font-size: 11px; font-style: italic; }
.site-footer a { font-size: 11px; }

.reveal { transform: translateY(38px) scale(.985); transition-duration: .95s; transition-timing-function: cubic-bezier(.16,.8,.2,1); }
.board-stack.reveal, .jukebox.reveal { transform: translateY(42px) rotate(-2.2deg) scale(.97); }
.board-stack.reveal.in-view { transform: translateY(0) rotate(0) scale(1); }
.jukebox.reveal.in-view { transform: translateY(0) rotate(0) scale(1); }
.counter-note.reveal, .era-strip.reveal { transform: translateX(34px); }
.counter-note.reveal.in-view, .era-strip.reveal.in-view { transform: translateX(0); }

@keyframes neonIgnite { 0%,18% { opacity: 0; text-shadow: none; } 19% { opacity: .25; } 23% { opacity: 0; } 28% { opacity: .72; text-shadow: 0 0 6px var(--teal); } 34% { opacity: .12; } 41%,100% { opacity: 1; } }
@keyframes wipeOrbit { 0%,100% { transform: translate(-5px,3px) scale(.82); opacity: .4; } 50% { transform: translate(6px,-4px) scale(1); opacity: 1; } }
@keyframes recordSpin { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes selectorKick { 0% { transform: translateY(0); } 35% { transform: translateY(4px) rotate(.35deg); } 100% { transform: translateY(0); } }
@keyframes signSway { 0%,100% { transform: rotate(-1.3deg); } 50% { transform: rotate(1.3deg); } }

@media (max-width: 1050px) {
  .wipe-hint { right: 30px; bottom: 100px; }
  .glass-index { display: none; }
  .welcome { min-height: 800px; }
  .menu-layout { grid-template-columns: .68fr 1.5fr; }
  .booth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .booth-card { transform: none; }
  .booth-cream { transform: translateY(-18px); }
  .booth-teal { transform: rotate(.7deg); }
  .jukebox-layout { grid-template-columns: .75fr 1.25fr; }
  .era-strip { display: block; grid-column: 1 / -1; padding: 28px 0 0; border: 0; border-top: 1px solid #304348; }
  .era-strip ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
  .hours-content { padding-top: 120px; }
  .shift-board { margin-top: 0; }
}

@media (max-width: 680px) {
  body { line-height: 1.7; }
  .hero { min-height: 820px; }
  .hero::before { -webkit-mask-image: radial-gradient(circle 82px at var(--wipe-x) var(--wipe-y), transparent 0 50%, #000 100%); mask-image: radial-gradient(circle 82px at var(--wipe-x) var(--wipe-y), transparent 0 50%, #000 100%); }
  .hero-content { top: 42%; }
  .neon-sign { font-size: clamp(37px, 11.55vw, 45px); }
  .hero-note p { font-size: 12px; }
  .brand small { font-size: 8px; }
  .eyebrow { font-size: 9px; }
  .wipe-hint { right: auto; bottom: 86px; left: 20px; font-size: 8px; }
  .wipe-hint i { width: 25px; height: 25px; }
  .enter-cue { bottom: 28px; }
  .weather-ticket { bottom: 26px; }
  .threshold-strip { height: 44px; justify-content: flex-start; gap: 17px; padding-inline: 18px; }
  .threshold-strip > :nth-child(n+6) { display: none; }
  .welcome { min-height: auto; }
  .welcome::after { display: none; }
  .welcome-copy .lead { font-size: 14px; }
  .menu-section { padding-top: 130px; }
  .menu-section::after { height: 54px; border-width: 7px; background-size: 56px 100%, auto; }
  .pie-list small { font-size: 9px; }
  .order-ticket { margin-inline: 14px; padding-inline: 16px; }
  .ticket-copy p { font-size: 15px; }
  .ticket-copy em { font-size: 10px; }
  .stories { padding-top: 120px; }
  .booth-grid { padding-top: 24px; }
  .counter-rail { top: 0; right: -40px; left: -40px; height: 31px; }
  .booth-card, .booth-red, .booth-cream, .booth-teal { min-height: 390px; padding: 38px 31px 28px; transform: none; }
  .booth-red { width: 94%; margin-right: auto; transform: rotate(-.7deg); }
  .booth-cream { width: 94%; margin-left: auto; transform: rotate(.55deg); }
  .booth-teal { width: 97%; margin-right: auto; transform: rotate(-.35deg); }
  .booth-card::after { inset: 10px; border-radius: 50px 50px 3px 3px; }
  .booth-card h3 { font-size: 31px; }
  .booth-card > p:not(.story-time) { font-size: 17px; }
  .jukebox-section { padding-block: 120px 140px; }
  .era-strip { margin-top: 55px; padding-left: 0; }
  .era-strip ol { gap: 12px; }
  .era-strip li { margin: 0; font-size: 10px; line-height: 1.45; }
  .era-strip b { font-size: 12px; }
  .hours { min-height: 1120px; }
  .hours-content { padding-block: 150px 95px; }
  .hours-copy h2 { font-size: 55px; }
  .shift-board { margin: 60px 0 0 auto; }
  .site-footer { gap: 28px; padding-top: 78px; }
  .site-footer::before { right: 28px; left: 28px; text-overflow: clip; }
  .footer-message { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rain-film { display: none; }
  .rain-canvas { opacity: .3; }
  .hero::before { opacity: .2; -webkit-mask-image: none; mask-image: none; }
  .record { animation: none; }
}
