:root {
  --night: #100b25;
  --night-2: #171030;
  --purple: #6d2d8b;
  --pink: #d94d9a;
  --coral: #f47b72;
  --sun: #ffc778;
  --cream: #fff4dc;
  --cyan: #20d8e2;
  --white: #fffdf8;
  --muted: #c8bdd8;
  --scroll-thumb: #302060;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); scrollbar-width: thin; scrollbar-color: var(--scroll-thumb) #0a0718; }
html::-webkit-scrollbar { width: 11px; }
html::-webkit-scrollbar-track { background: #0a0718; }
html::-webkit-scrollbar-thumb { background: var(--scroll-thumb); border: 2px solid #0a0718; border-radius: 99px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--night); font-family: "Barlow", system-ui, sans-serif; line-height: 1.5; }
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.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; }
.eyebrow { margin: 0 0 12px; color: var(--sun); font: 800 .82rem "Barlow Condensed", sans-serif; letter-spacing: .22em; text-transform: uppercase; }
h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .9; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 64px); background: transparent !important; border: 0; box-shadow: none; backdrop-filter: none !important; }
.brand { width: 78px; justify-self: start; filter: drop-shadow(0 4px 12px rgba(0,0,0,.55)); }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.desktop-nav a { font: 700 .9rem "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0,0,0,.8); opacity: .86; transition: color .2s, opacity .2s; }
.desktop-nav a:hover { color: var(--sun); opacity: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.mobile-menu, .menu-toggle { display: none; }

.button { appearance: none; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--sun); color: #23102f; box-shadow: 0 12px 32px rgba(255,184,101,.2); cursor: pointer; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ffd69a; box-shadow: 0 16px 38px rgba(255,184,101,.3); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .76rem; }
.button-light { background: var(--cream); }
.text-button { appearance: none; padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--white); cursor: pointer; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.button:focus-visible, .text-button:focus-visible, a:focus-visible, .menu-toggle:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.opening-sequence { position: relative; z-index: 2; height: 1000svh; background: var(--night); }
.opening-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; background: var(--night); }
.opening-base, .story-layer { position: absolute; inset: 0; }
.opening-base { z-index: 0; background: radial-gradient(circle at 50% 75%, #4c1e6a, var(--night) 68%); }
.story-layer { overflow: hidden; pointer-events: none; }
.hero-layer { z-index: 1; display: grid; place-items: center; opacity: 1; }
.hero-media, .hero-shade, .venue-photo, .venue-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/hero-combo-ps5.webp") center / cover no-repeat; will-change: opacity; }
.hero-shade { background: linear-gradient(180deg, rgba(9,6,23,.72), rgba(9,6,23,.05) 38%, rgba(16,11,37,.4) 74%, rgba(16,11,37,.86)); }
.hero-content { position: relative; z-index: 2; width: min(650px, 92vw); padding: 120px 20px 100px; text-align: center; will-change: opacity; pointer-events: auto; }
.campaign-logo { width: min(400px, 76vw); margin: -28px auto -28px; filter: drop-shadow(0 28px 40px rgba(3,2,18,.62)); }
.hero-content > p:not(.eyebrow) { margin: 0 auto 24px; font: 700 clamp(1.12rem,2vw,1.42rem) "Barlow Condensed", sans-serif; text-shadow: 0 3px 18px rgba(0,0,0,.8); }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: grid; justify-items: center; gap: 7px; transform: translateX(-50%); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.scroll-cue i { width: 1px; height: 38px; background: linear-gradient(var(--white), transparent); animation: scrollLine 1.7s ease-in-out infinite; transform-origin: top; }
@keyframes scrollLine { 0%,100% { transform: scaleY(.32); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

.venue-layer { z-index: 2; opacity: 0; }
.venue-photo { background: url("assets/burger-bits-ambiente-tratado.webp") center / cover no-repeat; transform: scale(1.02); will-change: transform; }
.venue-shade { background: linear-gradient(180deg, rgba(11,7,28,.2), rgba(18,11,43,.1) 44%, rgba(22,12,49,.88)), linear-gradient(90deg, rgba(29,9,62,.55), transparent 66%); }
.venue-copy { position: absolute; z-index: 2; left: max(24px, calc((100% - var(--max))/2)); bottom: 10vh; width: min(840px, calc(100% - 48px)); will-change: opacity, transform; }
.venue-copy h2 { max-width: 880px; font-size: clamp(3.6rem,8.5vw,8.4rem); letter-spacing: -.04em; }
.venue-copy > p:last-child { max-width: 620px; margin: 24px 0 0; color: #f1ebf6; font-size: clamp(1.02rem,2vw,1.3rem); }

.reservation-layer { z-index: 4; display: grid; place-items: center; padding: 100px clamp(18px,4vw,60px) 44px; opacity: 0; }
.reserve-card { width: min(var(--max), 96vw); min-height: min(620px, 76svh); display: grid; grid-template-columns: minmax(310px,.82fr) 1.18fr; align-items: center; gap: clamp(30px,5vw,78px); padding: clamp(28px,4vw,58px); overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.14); border-radius: 38px; background: linear-gradient(rgba(38,18,68,.13),rgba(38,18,68,.3)), url("assets/bg-fidelidade.webp") center / cover no-repeat; box-shadow: 0 45px 110px rgba(4,2,16,.56); pointer-events: auto; will-change: opacity; }
.reserve-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.09), transparent 28%, transparent 70%, rgba(255,180,113,.08)); }
.reserve-square { position: relative; z-index: 1; width: min(100%, 470px); aspect-ratio: 1; justify-self: center; overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 28px; background: #21143d; box-shadow: 0 28px 65px rgba(10,5,28,.45); }
.reserve-square > img { width: 100%; height: 100%; object-fit: cover; }
.live-badge { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: rgba(12,8,29,.76); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.live-badge i { width: 8px; height: 8px; border-radius: 50%; background: #6df58d; box-shadow: 0 0 0 5px rgba(109,245,141,.12); }
.reserve-copy { position: relative; z-index: 1; max-width: 620px; }
.reserve-copy h2 { font-size: clamp(4rem,8vw,8rem); letter-spacing: -.045em; }
.reserve-copy > p:not(.eyebrow) { max-width: 560px; margin: 22px 0; font-size: clamp(1rem,1.6vw,1.22rem); }
.feature-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 28px; list-style: none; }
.feature-list li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(21,10,45,.25); font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.video-layer { z-index: 3; opacity: 0; background: var(--night); will-change: opacity; }
.story-video { width: 100%; height: 100%; max-width: none; object-fit: cover; will-change: contents; }
.opening-menu-preview { position: fixed; z-index: 5; opacity: 0; background: var(--night); transform: scale(1.025); transform-origin: center; will-change: opacity, transform; }
.opening-menu-preview .menu-photo, .opening-menu-preview .menu-shade { pointer-events: none; }
.opening-menu-product { position: absolute; z-index: 3; inset: 0; }
.journey-sequence { position: relative; z-index: 1; height: 1700svh; background: var(--night); }
.journey-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; background: var(--night); }
.journey-layer { position: absolute; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; will-change: opacity; }
.menu-scene { z-index: 2; background: var(--night); }
.menu-photo, .menu-shade { position: absolute; inset: 0; }
.menu-photo { z-index: 0; background: url("assets/table-bg-v6.webp") center / cover no-repeat; transform: scale(1.02); }
.menu-shade { z-index: 1; background: linear-gradient(180deg, rgba(12,7,28,.58), rgba(21,10,45,.08) 38%, rgba(15,8,34,.4)), radial-gradient(circle at 50% 68%, transparent 12%, rgba(10,5,25,.34) 78%); }
.menu-heading { position: absolute; z-index: 8; top: clamp(96px,12vh,130px); left: clamp(22px,4vw,64px); right: clamp(22px,4vw,64px); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.menu-heading h2 { font-size: clamp(3rem,6vw,6.5rem); letter-spacing: -.035em; }
.menu-heading > p { max-width: 250px; margin: 0 0 8px; color: rgba(255,255,255,.76); text-align: right; }
.product-stage { position: absolute; z-index: 3; inset: 0; }
.menu-product { position: absolute; inset: 0; opacity: 0; will-change: opacity, transform; pointer-events: none; }
.menu-product.is-active { pointer-events: auto; }
.product-visual { position: absolute; left: 50%; bottom: -1svh; width: min(50vw, 680px); height: min(69svh, 720px); transform: translateX(-50%); filter: drop-shadow(0 34px 30px rgba(4,2,16,.58)); }
.product-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.product-info { position: absolute; z-index: 2; top: 38%; left: clamp(24px,5vw,78px); width: min(31vw, 470px); text-shadow: 0 3px 22px rgba(0,0,0,.88); }
.menu-product:nth-child(even) .product-info { right: clamp(24px,5vw,78px); left: auto; text-align: right; }
.product-info > span { color: var(--sun); font: 800 .78rem "Barlow Condensed", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.product-info h3 { margin-top: 10px; font-size: clamp(4.3rem,7.2vw,8rem); letter-spacing: -.045em; }
.product-info p { max-width: 500px; margin: 20px 0 26px; font-size: clamp(1.05rem,1.7vw,1.28rem); }
.menu-product:nth-child(even) .product-info p { margin-left: auto; }
.menu-cta { min-height: 46px; padding: 0 20px; font-size: .76rem; }
.menu-progress { position: absolute; z-index: 8; left: 50%; bottom: 24px; display: flex; gap: 9px; transform: translateX(-50%); }
.menu-progress span { width: 26px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.26); transition: width .25s, background .25s; }
.menu-progress span.is-active { width: 64px; background: var(--sun); }

.loyalty-scene { z-index: 3; perspective: 1700px; background: var(--night); }
.loyalty-bg { position: absolute; z-index: 0; inset: 0; background: linear-gradient(rgba(15,9,35,.22),rgba(15,9,35,.4)), url("assets/bg-fidelidade.webp") center / cover no-repeat; }
.loyalty-heading { position: absolute; z-index: 3; top: clamp(82px,9vh,104px); left: 50%; width: min(940px, calc(100% - 44px)); transform: translateX(-50%); text-align: center; }
.loyalty-heading h2 { font-size: clamp(3rem,6.2vw,6.4rem); letter-spacing: -.035em; }
.loyalty-heading > p:last-child { margin: 15px auto 0; color: var(--muted); }
.loyalty-stage { position: absolute; inset: clamp(285px,35vh,350px) 20px 28px; display: grid; place-items: center; align-content: center; gap: 22px; }
.loyalty-card { position: relative; width: min(900px, 84vw); aspect-ratio: 3 / 2; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; will-change: transform, opacity; }
.card-face { position: absolute; inset: 0; display: block; backface-visibility: hidden !important; -webkit-backface-visibility: hidden !important; filter: drop-shadow(0 35px 55px rgba(4,2,16,.55)); will-change: opacity, transform; }
.card-face > img { width: 100%; height: 100%; object-fit: contain; }
.card-front { opacity: 1; transform: rotateY(0deg) translateZ(1px); }
.card-back { opacity: 0; transform: rotateY(180deg) translateZ(1px); }
.sticker-layer { position: absolute; z-index: 2; inset: 0; }
.stamp-sticker { position: absolute; top: 47.4%; width: 13.5%; transform: translate(-50%,-50%) scale(1.55) rotate(-18deg); opacity: 0; filter: drop-shadow(0 7px 6px rgba(0,0,0,.28)); will-change: transform, opacity; }
.stamp-1 { left: 11.7%; }.stamp-2 { left: 27.4%; }.stamp-3 { left: 42.7%; }.stamp-4 { left: 57.9%; }.stamp-5 { left: 73.2%; }.stamp-6 { left: 88.5%; }
.loyalty-progress { margin: 0; color: var(--sun); font: 800 .8rem "Barlow Condensed", sans-serif; letter-spacing: .16em; text-transform: uppercase; }

.reward-scene { z-index: 4; background: radial-gradient(circle at 50% 50%, #4c1e6a, var(--night) 72%); }
.reward-bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(rgba(16,11,37,.26),rgba(16,11,37,.45)), url("assets/table-bg-v6.webp") center / cover no-repeat; }
.reward-content { position: absolute; inset: 0; z-index: 1; padding: clamp(100px,11vh,132px) clamp(24px,6vw,88px) 32px; display: grid; grid-template-columns: minmax(300px,.75fr) minmax(480px,1.25fr); align-items: center; gap: clamp(24px,5vw,80px); opacity: 0; will-change: opacity; }
.reward-copy { max-width: 540px; opacity: 0; text-shadow: 0 3px 22px rgba(0,0,0,.88); will-change: opacity, transform; }
.reward-copy h2 { font-size: clamp(4rem,7vw,7.8rem); letter-spacing: -.045em; }
.reward-copy > p:not(.eyebrow) { margin: 22px 0 28px; font-size: clamp(1.05rem,1.6vw,1.25rem); }
.reward-product { width: min(62vw,860px); height: min(82svh,820px); justify-self: center; opacity: 0; filter: drop-shadow(0 38px 36px rgba(4,2,16,.58)); will-change: opacity, transform; }
.reward-product img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.gem-scene { z-index: 5; display: grid; place-items: center; padding: clamp(80px,9vh,100px) clamp(18px,3vw,44px) 28px; background: var(--night); }
.gem-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 50% 50%, #4c1e6a, var(--night) 72%); }
.gem-card { position: relative; z-index: 1; width: min(1260px,94vw); max-height: calc(100svh - 120px); padding: clamp(22px,3vw,42px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 36px; background: linear-gradient(105deg,rgba(16,11,37,.9),rgba(16,11,37,.44)), url("assets/bg-gem.webp") center / cover no-repeat; box-shadow: 0 40px 100px rgba(4,2,16,.5); opacity: 0; will-change: opacity; }
.section-heading { max-width: var(--max); margin: 0 auto clamp(24px,3vw,40px); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .location-panel h2, .faq-intro h2 { max-width: 920px; font-size: clamp(3.6rem,7vw,7rem); letter-spacing: -.04em; }
.gem-card .section-heading h2 { font-size: clamp(3rem,5vw,5.6rem); }
.section-heading > p { max-width: 250px; margin: 0 0 9px; color: var(--muted); text-align: right; }
.gem-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(280px,.78fr) 1.22fr; align-items: center; gap: clamp(32px,6vw,88px); }
.compare { position: relative; width: min(36svh, 390px); aspect-ratio: 2 / 3; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: #21143d; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.compare-after, .compare-before, .compare-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { width: 50%; overflow: hidden; z-index: 2; }
.compare-before img { max-width: none; width: min(36svh, 390px); }
.compare-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 2px; background: white; transform: translateX(-50%); }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--night); transform: translate(-50%,-50%); font-weight: 900; }
.compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; pointer-events: none; }
.compare-label { position: absolute; z-index: 4; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(10,6,24,.68); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.before-label { left: 14px; }.after-label { right: 14px; }
.gem-action { max-width: 650px; }
.gem-action p { margin: 0 0 28px; font: 700 clamp(1.5rem,3vw,2.7rem) "Barlow Condensed", sans-serif; line-height: 1.08; }

.location-scene { z-index: 6; display: grid; place-items: center; padding: 100px clamp(22px,4vw,64px) 42px; background: var(--night); }
.location-bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(11,7,28,.78), rgba(11,7,28,.28) 56%, rgba(11,7,28,.72)), linear-gradient(180deg, rgba(11,7,28,.36), rgba(16,11,37,.82)), url("assets/burger-bits-ambiente-tratado.webp") center / cover no-repeat; }
.location-content { position: relative; z-index: 1; width: min(1420px,100%); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(35px,6vw,90px); opacity: 0; will-change: opacity; }
.minimap-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; box-shadow: 0 35px 85px rgba(0,0,0,.42); }
.minimap-card > img { width: 100%; }
.minimap-hud { position: absolute; left: 20px; bottom: 20px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(15,9,35,.76); backdrop-filter: blur(10px); }
.minimap-hud span, .minimap-hud strong { display: block; }
.minimap-hud span { color: var(--sun); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.location-panel address { margin: 28px 0; color: var(--muted); font-style: normal; font-size: 1.08rem; }
.route-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 25px; }
.route-button { min-height: 64px; padding: 10px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); font-weight: 800; transition: transform .2s, background .2s; }
.route-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.11); }
.route-button img { width: 38px; height: 38px; object-fit: contain; }
.route-button span { font-size: .82rem; line-height: 1.15; }

.faq-scene { z-index: 7; overflow: auto; background: var(--night); }
.faq-content { width: min(var(--max),100%); min-height: 100%; margin: 0 auto; padding: clamp(90px,10vw,150px) clamp(22px,4vw,64px); display: grid; grid-template-columns: .75fr 1.25fr; align-content: center; gap: clamp(40px,8vw,110px); will-change: opacity; }
.faq-intro { align-self: start; }
.faq-intro > p:last-child { max-width: 390px; color: var(--muted); }
.faq-list details { border-top: 1px solid rgba(255,255,255,.16); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 700 1.35rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sun); font-size: 1.6rem; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -7px 0 27px; color: var(--muted); }

.site-footer { padding: 70px clamp(22px,4vw,64px) 34px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; border: 0; background: var(--night); }
.site-footer > img { width: 96px; }
.site-footer > p { font: 700 1.15rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: .86rem; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; margin-top: 18px; padding-top: 0; border: 0; color: #9084a1; font-size: .74rem; }

.booking-dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100svh - 24px); padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; color: white; background: #1a1036; box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.booking-dialog::backdrop { background: rgba(8,5,20,.78); backdrop-filter: blur(12px); }
.booking-shell { position: relative; padding: clamp(25px,5vw,46px); }
.booking-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.booking-head h2 { font-size: clamp(3rem,7vw,4.8rem); }
.dialog-close { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; background: rgba(255,255,255,.09); cursor: pointer; font-size: 1.6rem; }
.booking-progress { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin: 24px 0; }
.booking-progress span { height: 4px; border-radius: 99px; background: rgba(255,255,255,.12); }
.booking-progress span.is-active { background: linear-gradient(90deg,var(--pink),var(--sun)); }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-wide { grid-column: 1 / -1; }
.step-label { margin: 0 0 15px; color: var(--sun); font: 800 .76rem "Barlow Condensed", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.booking-grid label > span, .booking-shell legend { display: block; margin-bottom: 7px; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-grid input, .booking-grid select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; color: white; background: rgba(255,255,255,.07); color-scheme: dark; }
.booking-next { width: 100%; margin-top: 21px; }
.booking-shell fieldset { padding: 0; margin: 23px 0; border: 0; }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.time-grid input { position: absolute; opacity: 0; }
.time-grid label { position: relative; }
.time-grid span { min-height: 56px; padding: 7px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; cursor: pointer; font-weight: 700; line-height: 1.04; }
.time-grid small { display: block; margin-top: 4px; color: var(--muted); font-size: .6rem; letter-spacing: .05em; text-transform: uppercase; }
.time-grid input:checked + span { border-color: var(--sun); background: var(--sun); color: var(--night); }
.time-grid input:disabled + span { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.availability-legend { display: flex; flex-wrap: wrap; gap: 13px; margin: -2px 0 13px; color: var(--muted); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.availability-legend span { display: flex; align-items: center; gap: 6px; }
.availability-legend i { width: 7px; height: 7px; border-radius: 50%; }
.availability-legend .free { background: #71ec94; }.availability-legend .limited { background: var(--sun); }.availability-legend .busy { background: #eb6d79; }
.booking-step-actions { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; }
.booking-submit { width: 100%; }
.booking-note { margin: 12px 0 0; color: #9e91b2; text-align: center; font-size: .75rem; }
.booking-success { position: absolute; inset: 0; z-index: 5; padding: 42px; place-content: center; background: #1a1036; text-align: center; }
.booking-success:not([hidden]) { display: grid; }
.booking-success > span { width: 68px; height: 68px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #71ec94; color: #103520; font-size: 2rem; }
.booking-success strong { font: 800 3rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.booking-success p { max-width: 430px; margin: 12px auto 24px; color: var(--muted); }

@media (max-width: 900px) {
  html { scroll-behavior: auto; overscroll-behavior-y: auto; }
  body, .opening-sticky, .journey-sticky { touch-action: pan-y pinch-zoom; }
  .site-header { height: 74px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .desktop-nav, .header-actions > .button { display: none; }
  .brand { width: 64px; }
  .menu-toggle { width: 46px; height: 46px; display: block; padding: 0; border: 0; background: transparent; cursor: pointer; filter: drop-shadow(0 3px 10px rgba(0,0,0,.7)); }
  .menu-toggle span { width: 23px; height: 2px; display: block; margin: 5px auto; border-radius: 99px; background: white; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 68px; left: 12px; right: 12px; display: flex; flex-direction: column; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(16,10,38,.94); backdrop-filter: blur(18px); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .25s, transform .25s; }
  .mobile-menu.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { padding: 13px 11px; border-bottom: 1px solid rgba(255,255,255,.08); font: 700 1rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
  .mobile-menu .button { margin-top: 10px; }
  .opening-sequence { height: 700svh; }
  .hero-media { background-image: url("assets/hero-mobile-final.webp"); background-position: center; }
  .venue-photo { background-position: 56% center; }
  .venue-copy { bottom: 11vh; }
  .reservation-layer { padding: 88px 14px 20px; }
  .reserve-card { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding: 22px; border-radius: 28px; }
  .reserve-square { width: min(35svh, 100%); }
  .reserve-copy h2 { font-size: clamp(3.2rem,13vw,5.4rem); }
  .reserve-copy > p:not(.eyebrow) { margin: 14px 0; }
  .feature-list { margin-bottom: 18px; }
  .journey-sequence { height: 1150svh; }
  .menu-heading { top: 92px; align-items: start; }
  .menu-heading > p { display: none; }
  .menu-heading h2 { font-size: clamp(3rem,12vw,5.4rem); }
  .menu-product { inset: 0; }
  .product-visual { bottom: -2svh; width: min(76vw, 480px); height: min(55svh, 540px); }
  .product-info, .menu-product:nth-child(even) .product-info { top: 27%; right: 18px; left: 18px; width: auto; text-align: center; }
  .product-info h3 { font-size: clamp(3.8rem,16vw,6.4rem); }
  .product-info p { margin: 10px auto 16px; font-size: 1rem; }
  .loyalty-heading { top: 82px; }
  .loyalty-heading h2 { font-size: clamp(3rem,12vw,5.2rem); }
  .loyalty-heading > p:last-child { max-width: 380px; }
  .loyalty-stage { inset: min(33svh, 270px) 8px 24px; }
  .loyalty-card { width: min(96vw, 780px); }
  .reward-content { padding: 88px 16px 0; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; text-align: center; }
  .reward-copy { width: min(680px,92vw); margin: 0 auto; }
  .reward-copy h2 { font-size: clamp(3.2rem,11vw,5.6rem); }
  .reward-copy > p:not(.eyebrow) { margin: 12px auto 16px; max-width: 520px; }
  .reward-copy .button { min-height: 44px; font-size: .72rem; }
  .reward-product { width: min(92vw,650px); height: min(50svh,500px); }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  .gem-grid, .location-content, .faq-content { grid-template-columns: 1fr; }
  .gem-card { max-height: calc(100svh - 104px); padding: 22px; border-radius: 28px; }
  .gem-card .section-heading { margin-bottom: 16px; }
  .gem-card .section-heading h2 { font-size: clamp(2.8rem,8vw,4.6rem); }
  .gem-grid { gap: 16px; }
  .compare { justify-self: center; }
  .compare, .compare-before img { width: min(30svh, 300px); }
  .gem-action { text-align: center; justify-self: center; }
  .gem-action p { margin-bottom: 16px; font-size: clamp(1.2rem,3vw,1.8rem); }
  .location-scene { padding-top: 88px; }
  .location-content { gap: 24px; }
  .minimap-card { width: min(720px, 92vw); justify-self: center; }
  .location-panel { width: min(720px, 92vw); justify-self: center; }
  .faq-content { padding: 88px 22px 32px; gap: 25px; }
  .faq-list summary { padding: 20px 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > img { margin: 0 auto; }
  .footer-links { justify-content: center; }
  .site-footer small { grid-column: auto; }
}

@media (max-width: 560px) {
  .hero-media { background-position: center; }
  .campaign-logo { width: 82vw; }
  .hero-content { padding-top: 95px; }
  .venue-copy h2 { font-size: clamp(3.4rem,16vw,5.7rem); }
  .reserve-card { width: 96vw; }
  .reserve-copy .button { width: 100%; }
  .menu-heading { left: 18px; right: 18px; }
  .product-visual { width: min(88vw, 400px); height: min(50svh, 430px); }
  .product-info, .menu-product:nth-child(even) .product-info { top: 25%; }
  .loyalty-heading { top: 88px; }
  .loyalty-heading > p:last-child { font-size: .9rem; }
  .loyalty-stage { inset: min(34svh, 260px) 4px 18px; }
  .gem-scene { padding: 76px 10px 18px; }
  .gem-card { width: 96vw; max-height: calc(100svh - 92px); padding: 17px; border-radius: 23px; }
  .gem-card .section-heading h2 { font-size: clamp(2.45rem,11.5vw,3.8rem); }
  .compare, .compare-before img { width: min(27svh, 245px); }
  .gem-action p { font-size: 1.15rem; }
  .gem-action .button { min-height: 46px; font-size: .76rem; }
  .location-scene { padding: 78px 14px 22px; }
  .location-content { gap: 18px; }
  .minimap-card { border-radius: 22px; }
  .location-panel h2 { font-size: clamp(3.1rem,14vw,5.1rem); }
  .location-panel address { margin: 14px 0; font-size: .94rem; }
  .route-actions { margin-bottom: 14px; }
  .faq-content { padding: 80px 18px 26px; gap: 18px; }
  .faq-intro > p:last-child { margin-top: 10px; font-size: .9rem; }
  .faq-list summary { padding: 15px 0; font-size: 1.05rem; }
  .faq-list details p { margin-bottom: 18px; font-size: .9rem; }
  .section-heading h2, .location-panel h2, .faq-intro h2 { font-size: clamp(3.4rem,15vw,5.6rem); }
  .route-actions, .booking-grid { grid-template-columns: 1fr; }
  .booking-wide { grid-column: auto; }
  .time-grid { grid-template-columns: repeat(2,1fr); }
  .booking-step-actions { grid-template-columns: 1fr; }
  .booking-dialog { max-height: calc(100svh - 12px); }
  .booking-shell { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .opening-sequence, .journey-sequence { height: auto; }
  .opening-sticky, .journey-sticky { position: relative; height: auto; overflow: visible; }
  .opening-base, .opening-menu-preview, .menu-progress { display: none; }
  .story-layer { position: relative; min-height: 100svh; opacity: 1 !important; }
  .hero-media, .hero-shade, .hero-content, .scroll-cue, .venue-copy, .reserve-card { opacity: 1 !important; transform: none !important; }
  .reservation-layer { padding-block: 110px 70px; }
  .journey-layer { position: relative; inset: auto; min-height: 100svh; opacity: 1 !important; pointer-events: auto !important; }
  .menu-scene { padding: 220px 0 80px; }
  .menu-heading { top: 90px; }
  .product-stage { position: relative; display: grid; gap: 80px; }
  .menu-product { position: relative; inset: auto; min-height: 72svh; opacity: 1 !important; transform: none !important; pointer-events: auto !important; }
  .loyalty-scene, .reward-scene, .gem-scene, .location-scene, .faq-scene { min-height: 100svh; }
  .loyalty-card { transform: rotateY(180deg) !important; opacity: 1 !important; }
  .card-front { opacity: 0 !important; }
  .card-back { opacity: 1 !important; }
  .stamp-sticker { opacity: 1 !important; transform: translate(-50%,-50%) scale(1) !important; }
  .reward-bg, .reward-content, .reward-copy, .reward-product, .gem-bg, .gem-card, .location-bg, .location-content { opacity: 1 !important; transform: none !important; }
  .faq-content { opacity: 1 !important; }
}
