@font-face{font-family:'Cinzel';font-style:normal;font-weight:600;src:url('../assets/fonts/Cinzel-600.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Cinzel';font-style:normal;font-weight:700;src:url('../assets/fonts/Cinzel-700.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:url('../assets/fonts/Lato-300.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url('../assets/fonts/Lato-400.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Lato';font-style:italic;font-weight:400;src:url('../assets/fonts/Lato-400i.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url('../assets/fonts/Lato-700.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;src:url('../assets/fonts/PlayfairDisplay-600.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;src:url('../assets/fonts/PlayfairDisplay-900.woff2') format('woff2');font-display:swap}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:500;src:url('../assets/fonts/PlayfairDisplay-500i.woff2') format('woff2');font-display:swap}


@font-face{font-family:'Truetypewriter PolyglOTT';font-style:normal;font-weight:400;src:url('../assets/fonts/TTWPGOTT.woff') format('woff');font-display:swap}

:root {
  --ink: #1d0d1b;
  --plum: #4a2545;
  --plum-2: #2c1329;
  --rosa: #fadadd;
  --rosa-dim: #d9b3b6;
  --gold: #c2a676;
  --gold-hi: #e8d9bc;
  --red: #8b2635;
  --off: #faf9f6;
  --paper: #fffdf8;
  --line: rgb(74 37 69 / 15%);
  --muted: rgb(74 37 69 / 75%);
  --ease: cubic-bezier(.22,.61,.21,1);
  --f-display: 'Playfair Display', serif;
  --f-caps: 'Truetypewriter PolyglOTT', monospace;
  --f-body: 'Lato', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--paper); color: var(--plum); font: 16px/1.65 var(--f-body); font-synthesis: none; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { font-family: var(--f-display); line-height: 1.13; font-weight: 600; }
h2 { font-size: clamp(2.35rem, 4.5vw, 3.9rem); letter-spacing: -.045em; }
h2 em,h1 em { font-weight: 500; color: var(--red); }
a { color: inherit; text-decoration: none; }
button,input { font: inherit; }
button,a,input,summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
input { min-width: 0; }
img,svg { display: block; }
img { max-width: 100%; height: auto; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--rosa); color: var(--plum); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding-block: 105px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--red); font-family: var(--f-caps); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 23px; }
.eyebrow .icon { width: 17px; height: 17px; }
.section-copy > p:not(.eyebrow) { max-width: 390px; color: var(--muted); margin-top: 24px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 45px; }
.section-heading > p { color: var(--muted); max-width: 345px; padding-bottom: 5px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 25px; min-height: 54px; border: 1px solid transparent; border-radius: 12px; font: 700 15px/1.4 var(--f-body); transition: background .2s, box-shadow .2s, transform .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 5px 0 rgb(74 37 69 / 10%); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn-light,.btn-dark { background: var(--red); color: var(--paper); }
.btn-light:hover,.btn-dark:hover { background: var(--plum); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 0; border: 0; background: transparent; font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.waiting { opacity: 0; transform: translateY(20px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--paper); padding: 12px 24px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(255 253 248 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-inner { width: min(1320px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; gap: 32px; height: 78px; }
.brand { min-height: 44px; display: flex; align-items: center; flex-shrink: 0; }
.brand-monogram { width: 47px; height: 47px; }
.brand small { font: 600 11px var(--f-caps); letter-spacing: .06em; margin-left: 22px; padding-left: 22px; border-left: 1px solid var(--line); }
.desktop-nav { display: flex; justify-content: center; gap: 29px; margin-left: auto; }
.desktop-nav a { display: flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--muted); }
.desktop-nav a:hover { color: var(--red); }
.nav-ticket { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 700; background: var(--rosa); border-radius: 9px; padding: 10px 18px; min-height: 44px; }
.nav-toggle,.mobile-dock { display: none; }
.hero { position: relative; overflow: hidden; background: var(--rosa); }
.hero-lines { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(var(--rosa-dim) .8px, transparent .8px); background-size: 12px 12px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 70px; padding-block: 74px 66px; min-height: 690px; position: relative; }
.hero-copy .eyebrow { margin-bottom: 19px; }
.hero-logo { width: min(100%, 460px); height: auto; aspect-ratio: 2.8; object-fit: cover; margin: 0 0 22px -5px; }
.hero h1 { font-size: clamp(4rem, 5.8vw, 5.6rem); letter-spacing: -.06em; line-height: .99; }
.hero h1 em { display: inline-block; }
.hero-description { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 27px 0 26px; max-width: 380px; }
.hero-note { margin-top: 14px; font-size: 12px; color: var(--muted); }
.hero-art { position: relative; width: min(100%, 380px); margin: 0 auto; padding: 12px 0 25px; }
.poster-shadow { position: absolute; inset: 12px 0 25px; border: 1.5px solid var(--red); border-radius: 9px; transform: rotate(-7deg); background: var(--rosa-dim); opacity: .55; }
.premiere-poster { position: relative; transform: rotate(5deg); background: var(--paper); border: 1px solid rgb(139 38 53 / 20%); border-radius: 9px; padding: 25px 23px 0; text-align: center; box-shadow: 8px 12px 0 rgb(139 38 53 / 5%); }
.poster-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.poster-top .icon { height: 15px; width: 15px; color: var(--red); }
.poster-kicker { font: 600 33px/1.15 var(--f-display); letter-spacing: -.04em; margin-top: 23px; }
.poster-kicker em { font-weight: 500; color: var(--red); }
.poster-kicker { font-family: var(--f-caps); font-weight: 400; font-style: normal; }
.poster-kicker em { font-style: normal; font-weight: 400; }
.reel-art { width: 100%; color: var(--red); margin: 8px auto 0; }
.reel-art svg { width: 100%; height: 166px; }
.poster-tagline { font: italic 500 14px var(--f-display); padding-bottom: 22px; }
.poster-stub { border-top: 1px dashed var(--rosa-dim); position: relative; padding: 18px 0 21px; margin-inline: -23px; }
.poster-stub::before,.poster-stub::after { content: ''; width: 20px; height: 20px; background: var(--rosa); position: absolute; top: -10px; border-radius: 50%; }
.poster-stub::before { left: -10px; }.poster-stub::after { right: -10px; }
.poster-stub > p { font: 600 9px var(--f-caps); letter-spacing: .2em; color: var(--red); text-transform: uppercase; }
.poster-stub strong { display: block; font: 600 29px var(--f-caps); letter-spacing: -.04em; margin: 7px 0 2px; }
.poster-stub > span { font-size: 11px; }
.poster-venue { font-size: 10px; line-height: 1.6; margin-top: 8px; color: var(--muted); }
.edition-tag { display: flex; align-items: center; gap: 11px; position: absolute; right: -42px; bottom: 6px; transform: rotate(-5deg); background: var(--plum); color: var(--paper); border: 5px solid var(--paper); border-radius: 10px; padding: 11px 16px; box-shadow: 0 4px 10px rgb(74 37 69 / 8%); }
.edition-tag span { font-size: 10px; line-height: 1.6; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgb(139 38 53 / 17%); position: relative; font-size: 10px; color: var(--muted); }
.hero-bottom a { display: flex; align-items: center; gap: 9px; min-height: 44px; }
.hero-bottom .icon { width: 15px; height: 15px; }
.countdown-sec { background: var(--paper); border-bottom: 1px solid var(--line); }
.countdown-layout { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 29px; }
#countdownLabel { font: 600 22px/1.35 var(--f-display); letter-spacing: -.03em; }
#countdownLabel em { font-weight: 500; color: var(--red); }
.countdown { display: flex; align-items: flex-start; gap: 23px; }
.countdown > div { text-align: center; min-width: 52px; }
.countdown b { display: block; font: 600 33px/1.2 var(--f-caps); letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.countdown span { font-size: 10px; color: var(--muted); }
.countdown i { font: 20px var(--f-display); margin-top: 4px; color: var(--rosa-dim); }
.countdown-layout .text-link { font-size: 12px; }
.rsvp-layout { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 90px; }
.invitation-preview { margin-top: 27px; }
.invitation-preview > a { display: block; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--off); }
.invitation-preview img { width: 100%; }
.invitation-preview figcaption { text-align: center; }
.invitation-preview .text-link { font-size: 12px; gap: 9px; }
.invitation-preview .text-link span { font-size: 9px; font-weight: 400; }
.invitation-preview .icon { width: 16px; height: 16px; }
.section-copy .small-note { font-size: 12px; max-width: 310px; }
.ticket { background: var(--rosa); border-radius: 16px; position: relative; box-shadow: 9px 10px 0 rgb(74 37 69 / 5%); border: 1px solid rgb(139 38 53 / 16%); transform: rotate(1deg); }
.ticket-heading { display: flex; justify-content: space-between; align-items: center; padding: 15px 28px; border-bottom: 1px solid rgb(139 38 53 / 12%); font: 600 9px var(--f-caps); letter-spacing: .1em; }
.ticket-heading .icon { width: 16px; height: 16px; }
.ticket-main { padding: 0 34px 25px; }
.ticket-logo { width: 290px; height: auto; aspect-ratio: 2.8; object-fit: cover; margin: 18px auto; }
.ticket-facts { display: grid; grid-template-columns: 1.45fr 1fr 1fr; border-block: 1px solid rgb(139 38 53 / 18%); padding: 14px 0; }
.ticket-facts > div:not(:first-child) { padding-left: 17px; border-left: 1px solid rgb(139 38 53 / 18%); }
.ticket-facts small { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 4px; }
.ticket-facts b { font: 600 17px var(--f-caps); letter-spacing: -.04em; }
.ticket-location { font-size: 11px; margin: 12px 0 23px; text-align: center; }
.field-label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
#guestName,.stage-overlay input { width: 100%; padding: 14px 15px; border: 1px solid rgb(139 38 53 / 22%); background: var(--paper); border-radius: 9px; color: var(--plum); font-size: 16px; min-height: 51px; }
#guestName::placeholder,.stage-overlay input::placeholder { color: var(--muted); opacity: .8; }
.form-feedback { color: var(--red); font-size: 13px; margin-block: 8px; min-height: 2px; }
.ticket .btn { width: 100%; }
.privacy-note { font-size: 10px; color: var(--muted); margin-top: 12px; text-align: center; }
.ticket-tear { height: 1px; border-top: 1px dashed rgb(139 38 53 / 35%); position: relative; margin-inline: 15px; }
.ticket-tear::before,.ticket-tear::after { content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--paper); top: -12px; }
.ticket-tear::before { left: -28px; }.ticket-tear::after { right: -28px; }
.ticket-footer { padding: 19px 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ticket-footer p { font: 600 13px var(--f-caps); text-transform: uppercase; letter-spacing: .17em; }
.ticket-footer span { font-size: 9px; color: var(--muted); letter-spacing: .1em; }
.barcode { width: 120px; height: 30px; background: repeating-linear-gradient(90deg, var(--plum) 0 1px,transparent 1px 4px,var(--plum) 4px 7px,transparent 7px 9px,var(--plum) 9px 11px,transparent 11px 15px,var(--plum) 15px 16px,transparent 16px 18px); opacity: .75; }
.ticket-issued { text-align: center; padding-block: 4px; }
.confirmed-label { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; font-weight: 700; }
.big-name { font: 400 25px/1.35 var(--f-caps); margin: 11px 0; overflow-wrap: anywhere; }
.ok-msg { font-size: 13px; color: var(--muted); margin-bottom: 21px; }
.ticket-issued .text-link { display: flex; width: 100%; margin-top: 5px; font-size: 12px; }
.story { background: rgb(250 218 221 / 28%); border-block: 1px solid var(--line); }
.story-top { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.story-intro { color: var(--muted); }
.film-credit { font-size: 12px; font-weight: 700; margin-top: 25px; }
.film-credit span { font-weight: 400; color: var(--muted); }
.acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 63px; }
.act { position: relative; padding-top: 31px; border-top: 1px solid var(--rosa-dim); }
.act-number { position: absolute; right: 3px; top: 18px; color: var(--rosa-dim); font: 500 italic 50px var(--f-display); }
.act .eyebrow { font-size: 9px; margin-bottom: 20px; }
.act h3 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 15px; position: relative; }
.act > p:last-child { font-size: 14px; color: var(--muted); }
.story-closing { display: flex; gap: 15px; align-items: center; justify-content: center; text-align: center; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 11px; }
.story-closing span { font: italic 500 18px var(--f-display); }
.story-closing .icon { color: var(--red); width: 17px; }
.game-sec { background: var(--paper); }
.intermission { border: 1px solid var(--rosa-dim); border-radius: 18px; overflow: hidden; background: rgb(250 218 221 / 28%); }
.inter-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--rosa); border-bottom: 1px solid rgb(139 38 53 / 15%); padding: 16px 26px; }
.inter-header > span:first-child { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }
.inter-header > span:last-child { font: 600 9px var(--f-caps); letter-spacing: .1em; }
.inter-body { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, 1fr); }
.game-stage { padding: 26px; background: var(--paper); display: flex; flex-direction: column; align-items: center; }
.stage-wrap { width: 100%; max-width: 500px; position: relative; overflow: hidden; border: 1px solid var(--rosa-dim); border-radius: 12px; isolation: isolate; }
#gameCanvas { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.13; background: var(--rosa); touch-action: pan-y; }
.stage-wrap[data-state=playing] #gameCanvas { touch-action: none; }
.hud { position: absolute; inset: 16px 16px auto; pointer-events: none; display: flex; justify-content: space-between; gap: 12px; z-index: 2; }
.hud-label { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.meters { font: 700 27px/1.3 var(--f-caps); letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.meters small { font: 700 12px var(--f-body); }
.best { font-size: 10px; }
.hud-right { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; padding-top: 92px; }
.combo,.pw { border-radius: 6px; font-size: 10px; font-weight: 700; padding: 5px 9px; background: var(--paper); }
.pw { display: flex; align-items: center; gap: 5px; }
.bar { width: 28px; height: 3px; background: var(--rosa); }.bar i { display: block; height: 100%; background: var(--red); }
.game-utility { display: flex; gap: 6px; position: absolute; z-index: 8; right: 12px; top: 12px; }
.icon-btn { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgb(139 38 53 / 20%); border-radius: 50%; background: var(--paper); color: var(--plum); }
.icon-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.stage-overlay { position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 35px 30px 24px; gap: 14px; background: rgb(255 253 248 / 93%); }
#ovlMenu { background: rgb(255 253 248 / 87%); }
.game-badge { font: 600 9px var(--f-caps); text-transform: uppercase; letter-spacing: .11em; color: var(--red); border: 1px solid var(--rosa-dim); border-radius: 20px; padding: 8px 12px; }
.stage-overlay h3 { font-size: clamp(35px, 4vw, 51px); letter-spacing: -.05em; line-height: 1; }
.stage-overlay h3 em { color: var(--red); font-weight: 500; }
.stage-overlay > p { font-size: 13px; color: var(--muted); max-width: 270px; line-height: 1.5; }
#gameStartForm { width: 100%; max-width: 280px; display: flex; flex-direction: column; gap: 10px; }
.stage-overlay input { text-align: center; background: var(--paper); }
.stage-overlay .btn { width: 100%; min-height: 50px; padding: 12px 18px; font-size: 14px; }
.player-hint { font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.game-hint { font-size: 10px; color: var(--muted); }
.cd-big { font: 600 100px/1.3 var(--f-display); color: var(--red); letter-spacing: -.06em; }
.score-final { font: 600 60px var(--f-caps); letter-spacing: -.07em; color: var(--red); }
.over-actions { width: 100%; max-width: 280px; display: flex; flex-direction: column; gap: 3px; }
#overTitle { font-size: 35px; }
.drive-controls { width: 100%; max-width: 500px; display: grid; grid-template-columns: 68px 1fr 68px; gap: 12px; align-items: center; margin-top: 13px; }
.drive-controls button { display: grid; place-items: center; height: 48px; border: 1px solid var(--rosa-dim); border-radius: 10px; background: var(--rosa); touch-action: manipulation; }
.drive-controls button:disabled { cursor: default; opacity: .5; }
.drive-controls button:active { background: var(--rosa-dim); }
.drive-controls button:first-child .icon { transform: rotate(180deg); }
.drive-controls span { text-align: center; font-size: 10px; line-height: 1.5; color: var(--muted); }
.drive-controls b { font-weight: 700; }
.board { border-left: 1px solid var(--line); padding: 32px; display: flex; flex-direction: column; }
.board-title > .icon { width: 35px; height: 35px; margin-bottom: 15px; color: var(--red); }
.board-title .eyebrow { font-size: 9px; margin-bottom: 7px; }
.board-title h3 { font-size: 28px; letter-spacing: -.035em; }
.board-status { font-size: 11px; color: var(--muted); margin-top: 12px; display: flex; gap: 7px; align-items: center; }
.board-status[data-live=true]::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.board ol { list-style: none; padding: 0; margin: 18px 0; }
.board li { display: grid; grid-template-columns: 23px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.board li:first-child { color: var(--red); }
.board .pos { font: 600 11px var(--f-caps); }.board .nm { overflow-wrap: anywhere; }.board .sc { font-size: 12px; font-weight: 700; white-space: nowrap; }
.board li.me .nm { font-weight: 700; }.board li.me .nm::after { content: ' · você'; font-size: 10px; font-weight: 400; }
.board .empty { font: italic 500 21px/1.5 var(--f-display); margin: 25px 0 34px; color: var(--muted); }
.you-tag { font-size: 11px; padding-top: 12px; margin-top: auto; overflow-wrap: anywhere; }
.game-legend { border-top: 1px solid var(--line); margin-top: 21px; padding-top: 21px; }
.game-legend .eyebrow { font-size: 8px; margin-bottom: 15px; }
.game-legend > p:not(.eyebrow) { display: flex; align-items: center; gap: 12px; font-size: 10px; margin-block: 12px; color: var(--muted); }
.game-legend b { display: block; font-size: 12px; font-weight: 700; color: var(--plum); }
.game-footnote { font-size: 11px; text-align: center; color: var(--muted); margin-top: 17px; }
.menu-sec { background: rgb(250 218 221 / 28%); border-block: 1px solid var(--line); }
.menu-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
.menu-illustration { width: 205px; margin-top: 25px; color: var(--red); }
.menu-card { background: var(--paper); padding: 28px 32px 22px; border: 1px solid var(--rosa-dim); border-radius: 15px; box-shadow: 7px 8px 0 rgb(139 38 53 / 4%); }
.menu-card-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; font: 400 21px/1.3 var(--f-caps); padding-bottom: 21px; }
.menu-card-title span { font: 600 10px var(--f-caps); color: var(--muted); }
.menu-card details { border-top: 1px solid var(--line); }
.menu-card summary { display: flex; align-items: center; gap: 13px; padding: 18px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.menu-card summary::-webkit-details-marker { display: none; }.menu-card summary::marker { content: ''; }
.menu-card summary > span { font: 600 10px var(--f-caps); color: var(--red); }.menu-card summary .icon { margin-left: auto; width: 16px; height: 16px; }
.menu-card details[open] summary .icon { transform: rotate(180deg); }
.menu-card ul { list-style: none; padding: 0 25px 20px; margin: 0; }
.menu-card li { font-size: 13px; color: var(--muted); margin-bottom: 9px; }
.menu-end { text-align: center; font: italic 500 14px var(--f-display); padding-top: 17px; border-top: 1px solid var(--line); }
.local-sec { background: var(--paper); }
.location-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.location-art { background: var(--rosa); padding: 26px 30px; border: 1px solid var(--rosa-dim); border-radius: 16px; transform: rotate(-2deg); position: relative; }
.venue-label,.venue-bottom { display: flex; justify-content: space-between; align-items: center; font: 600 9px var(--f-caps); letter-spacing: .08em; }
.venue-label .icon { width: 17px; height: 17px; }
.stadium-art { width: calc(100% + 20px); margin: 26px -10px 10px; color: var(--red); }
.venue-name { text-align: center; font: 600 42px/1.05 var(--f-display); letter-spacing: -.055em; }
.venue-name em { font-weight: 500; color: var(--red); }
.venue-bottom { border-top: 1px solid rgb(139 38 53 / 22%); padding-top: 20px; margin-top: 32px; font-size: 8px; }
.location-facts { display: grid; grid-template-columns: 1fr; gap: 22px; margin-block: 27px; }
.location-facts small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.location-facts b { display: block; font-size: 16px; font-weight: 700; margin-top: 2px; }.location-facts span { font-size: 12px; color: var(--muted); }
#mapBtn { display: flex; font-size: 12px; margin-top: 11px; }
.map-wrap { margin-top: 40px; height: 360px; border: 1px solid var(--rosa-dim); border-radius: 12px; overflow: hidden; background: var(--rosa); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.gifts-sec { background: rgb(250 218 221 / 28%); border-top: 1px solid var(--line); }
.gifts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gift { padding: 26px; border: 1px solid var(--line); background: var(--paper); border-radius: 14px; display: flex; flex-direction: column; position: relative; transition: border-color .2s, box-shadow .2s; }
.gift:hover { border-color: var(--rosa-dim); box-shadow: 4px 5px 0 rgb(139 38 53 / 5%); }
.gift-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.gift-top > span:last-child { font: 600 10px var(--f-caps); color: var(--muted); }
.gift .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--rosa); color: var(--red); display: grid; place-items: center; }
.gift .ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.gift h3 { font-size: 23px; letter-spacing: -.035em; margin-bottom: 12px; }
.gift > p { font-size: 13px; color: var(--muted); margin-bottom: 23px; }
.gift button { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; min-height: 44px; border: 0; border-top: 1px solid var(--line); padding: 12px 0 0; font-size: 12px; font-weight: 700; margin-top: auto; background: transparent; }
.gift button .icon { width: 17px; }.gift button:hover { color: var(--red); }
.gifts-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 27px; }
dialog.pix { width: min(470px, calc(100% - 36px)); max-height: calc(100dvh - 40px); overflow: auto; margin: auto; border: 1px solid var(--rosa-dim); border-radius: 19px; padding: 35px; background: var(--paper); color: var(--plum); text-align: center; }
dialog.pix::backdrop { background: rgb(74 37 69 / 38%); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; background: transparent; border: 0; border-radius: 50%; font-size: 27px; }
.pix-icon { margin: 0 auto 20px; width: 36px; height: 36px; color: var(--red); }
.pix .eyebrow { font-size: 8px; justify-content: center; margin-bottom: 17px; }.pix h2 { font-size: 39px; }
.pix .cota { font-size: 15px; font-weight: 700; margin: 18px 0 10px; }
#pixDescription { color: var(--muted); font-size: 13px; margin-bottom: 25px; }
.pix .field-label { text-align: left; font-size: 10px; }
.pix-key { width: 100%; background: var(--rosa); border: 1px dashed var(--rosa-dim); border-radius: 8px; font-size: 16px; padding: 13px 8px; text-align: center; color: var(--plum); }
.pix .btn { width: 100%; margin-top: 13px; }.pix-thanks { font-size: 11px; color: var(--muted); margin-top: 20px; }
footer { padding: 73px 0 25px; text-align: center; background: var(--rosa); }
.footer-star { margin: 0 auto 21px; width: 32px; height: 32px; color: var(--red); }
footer .eyebrow { justify-content: center; margin-bottom: 16px; }
footer h2 { font-size: clamp(36px, 4.5vw, 62px); }
footer .text-link { margin-block: 23px 40px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 23px; border-top: 1px solid rgb(139 38 53 / 20%); }
.footer-bottom > span { font-size: 11px; text-align: left; }.footer-bottom > span:last-child { text-align: right; }
.footer-bottom > a { min-height: 44px; }
.footer-logo { width: 270px; height: auto; aspect-ratio: 2.8; object-fit: cover; }
.mini-billing { font-size: 9px; color: var(--muted); margin-top: 22px; }
.toast { position: fixed; z-index: 70; bottom: 25px; left: 50%; width: max-content; max-width: calc(100% - 36px); padding: 14px 22px; background: var(--plum); border-radius: 12px; color: var(--paper); font-size: 13px; text-align: center; opacity: 0; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.noscript-note { background: var(--paper); padding: 20px; text-align: center; border-top: 1px solid var(--line); }
@media(min-width:1450px) { .hero-grid { min-height: 735px; } }
@media(max-width:1050px) {
  .container { width: calc(100% - 64px); }.nav-inner { width: calc(100% - 48px); gap: 22px; }.desktop-nav { gap: 18px; }.brand small { display: none; }
  .hero-grid { gap: 35px; padding-block: 60px; min-height: 630px; }.hero h1 { font-size: 68px; }.hero-art { width: 320px; }.edition-tag { right: -15px; }
  .rsvp-layout,.story-top,.menu-layout,.location-layout { gap: 50px; }.acts { gap: 28px; }.section-heading { gap: 35px; }.section-heading > p { max-width: 290px; }
  .ticket-main { padding-inline: 25px; }.board { padding: 25px; }.game-stage { padding: 20px; }.gifts-grid { gap: 14px; }.gift { padding: 21px; }
}
@media(max-width:760px) {
  html { scroll-padding-top: 80px; }.container { width: calc(100% - 40px); }.section-pad { padding-block: 64px; }h2 { font-size: clamp(34px, 8.5vw, 46px); }
  .nav-inner { width: calc(100% - 36px); height: 65px; gap: 16px; }.brand-monogram { width: 44px; height: 44px; }.desktop-nav { display: none; }.nav-ticket { margin-left: auto; padding: 7px 12px; font-size: 12px; background: transparent; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; border: 1px solid var(--rosa-dim); background: var(--rosa); border-radius: 10px; padding: 12px; }.nav-toggle span { display: block; width: 18px; height: 1px; background: var(--plum); }
  .mobile-nav { position: absolute; top: 65px; right: 0; left: 0; padding: 12px 25px 23px; background: var(--paper); border-bottom: 1px solid var(--rosa-dim); box-shadow: 0 12px 20px rgb(74 37 69 / 8%); }.mobile-nav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; min-height: 44px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 42px; padding-block: 32px 28px; min-height: 0; }.hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; margin-bottom: 15px; font-size: 10px; }.hero-logo { width: min(100%, 360px); margin: 0 auto 22px; }
  .hero h1 { font-size: clamp(60px, 15.5vw, 80px); line-height: .97; }.hero-description { font-size: 14px; line-height: 1.7; margin: 22px auto; max-width: 330px; }.desktop-only { display: none; }.hero .btn { min-width: 237px; }.hero-note { font-size: 11px; margin-top: 12px; }
  .hero-art { width: min(290px, calc(100% - 35px)); padding-bottom: 17px; }.premiere-poster { padding: 21px 20px 0; transform: rotate(4deg); }.poster-shadow { inset: 12px 0 17px; }.poster-top { font-size: 8px; padding-bottom: 12px; }.poster-kicker { margin-top: 20px; font-size: 30px; }.reel-art svg { height: 137px; }.poster-tagline { font-size: 12px; padding-bottom: 16px; }.poster-stub { margin-inline: -20px; padding-block: 14px; }.poster-stub strong { font-size: 25px; }.poster-venue { display: none; }.edition-tag { right: -23px; bottom: 0; padding: 8px 11px; border-width: 4px; }.edition-tag span { font-size: 9px; }
  .hero-bottom { justify-content: center; padding-block: 18px; border-top: 0; }.hero-bottom > span { display: none; }.hero-bottom a { font-size: 11px; }
  .countdown-layout { flex-wrap: wrap; justify-content: center; gap: 20px; padding-block: 27px; }#countdownLabel { width: 100%; text-align: center; font-size: 21px; }#countdownLabel br { display: none; }#countdownLabel em::before { content: ' '; }.countdown { gap: 16px; }.countdown > div { min-width: 43px; }.countdown b { font-size: 28px; }.countdown span { font-size: 9px; }.countdown-layout > .text-link { width: 100%; min-height: 44px; padding: 0; font-size: 11px; }
  .rsvp-layout,.story-top,.menu-layout,.location-layout { grid-template-columns: 1fr; gap: 37px; }.section-copy > p:not(.eyebrow) { max-width: 100%; font-size: 14px; margin-top: 21px; }.eyebrow { font-size: 10px; margin-bottom: 18px; }
  .section-copy .small-note { font-size: 11px !important; max-width: 330px; margin-top: 15px !important; }.ticket { transform: none; max-width: 460px; width: 100%; margin-inline: auto; }.ticket-main { padding: 0 25px 23px; }.ticket-logo { width: 275px; }.ticket-facts b { font-size: 16px; }.ticket-facts small { font-size: 8px; }.ticket-location { font-size: 10px; }.ticket-heading { padding-inline: 25px; font-size: 8px; }.ticket-footer { padding: 18px 25px; }
  .story-top { gap: 25px; }.story-intro { font-size: 14px; }.film-credit { margin-top: 17px; font-size: 11px; }.acts { grid-template-columns: 1fr; gap: 24px; margin-top: 33px; }.act { padding: 23px 40px 0 0; }.act .eyebrow { margin-bottom: 11px; }.act h3 { font-size: 29px; margin-bottom: 10px; }.act > p:last-child { font-size: 13px; }.act-number { top: 20px; }.story-closing { flex-wrap: wrap; gap: 8px 13px; margin-top: 30px; padding-top: 24px; font-size: 10px; }.story-closing span { font-size: 17px; }
  .section-heading { display: block; margin-bottom: 30px; }.section-heading > p { max-width: none; font-size: 14px; margin-top: 20px; }.inter-header { padding: 15px 16px; }.inter-header > span:first-child { font-size: 12px; }.inter-header > span:last-child { font-size: 7px; max-width: 90px; text-align: right; }.inter-header .icon { width: 18px; }
  .inter-body { grid-template-columns: 1fr; }.game-stage { padding: 12px; }.stage-wrap { border-radius: 8px; }#gameCanvas { aspect-ratio: 1 / 1.25; max-height: 490px; }.stage-overlay { padding: 57px 20px 22px; gap: 12px; }.stage-overlay h3 { font-size: 44px; }.stage-overlay > p { font-size: 12px; }.stage-overlay .btn { font-size: 13px; min-height: 48px; }.stage-overlay input { padding: 11px; min-height: 48px; }.game-badge { font-size: 8px; padding: 6px 10px; }.game-hint { font-size: 9px; }.drive-controls { grid-template-columns: 64px 1fr 64px; }.board { border-left: 0; border-top: 1px solid var(--line); padding: 27px 23px; }.board-title > .icon { float: right; width: 30px; height: 30px; margin: 0; }.board .empty { font-size: 20px; margin: 14px 0 24px; }.board-title h3 { font-size: 28px; }.board-status { margin-top: 9px; }.game-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; margin-top: 18px; padding-top: 15px; }.game-legend .eyebrow { grid-column: 1 / -1; margin-bottom: 5px; }.game-legend > p:not(.eyebrow) { gap: 8px; font-size: 9px; margin-block: 7px; }.game-legend b { font-size: 11px; }.game-footnote { font-size: 10px; max-width: 280px; margin-inline: auto; }
  .menu-illustration { width: 140px; margin-top: 20px; }.menu-layout { gap: 25px; }.menu-card { padding: 24px 21px 20px; }.menu-card-title { font-size: 22px; }.menu-card summary { font-size: 13px; gap: 10px; }.menu-card ul { padding-left: 23px; padding-right: 0; }.menu-card li { font-size: 12px; }.location-art { max-width: 440px; width: calc(100% - 12px); margin: 0 auto; padding: 23px 24px; }.stadium-art { margin-top: 22px; }.venue-name { font-size: 40px; }.venue-bottom { margin-top: 25px; font-size: 7px; }.location-layout { gap: 43px; }.location-facts { margin-block: 25px; gap: 20px; }.map-wrap { height: 280px; margin-top: 27px; }
  .gifts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.gift { padding: 18px 15px 13px; border-radius: 12px; }.gift-top { margin-bottom: 19px; }.gift .ic { width: 36px; height: 36px; border-radius: 10px; }.gift .ic svg { width: 21px; height: 21px; }.gift-top > span:last-child { font-size: 9px; }.gift h3 { font-size: 21px; line-height: 1.2; margin-bottom: 10px; }.gift > p { font-size: 12px; line-height: 1.6; margin-bottom: 16px; }.gift button { font-size: 11px; }.gifts-note { font-size: 10px; }.pix { padding: 32px 23px !important; }.pix-key { font-size: 14px; }.pix .btn { font-size: 14px; }
  footer { padding: 51px 0 105px; }.footer-star { width: 27px; height: 27px; }footer .eyebrow { font-size: 9px; }.footer-bottom { grid-template-columns: 1fr; gap: 8px; justify-items: center; padding-top: 20px; }.footer-bottom > span { font-size: 10px; text-align: center; }.footer-bottom > span:last-child { text-align: center; }.footer-bottom > a { grid-row: 1; }.footer-logo { width: 260px; }.mini-billing { font-size: 8px; line-height: 1.7; margin-top: 20px; }
  .mobile-dock { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); position: fixed; bottom: 0; left: 0; right: 0; z-index: 25; background: rgb(255 253 248 / 97%); border-top: 1px solid var(--rosa-dim); backdrop-filter: blur(10px); }.mobile-dock > span { font: 600 13px var(--f-caps); }.mobile-dock small { display: block; font: 10px var(--f-body); color: var(--muted); margin-top: 4px; }.mobile-dock .btn { padding: 12px 17px; min-height: 46px; font-size: 13px; gap: 15px; border-radius: 9px; }.mobile-dock .icon { width: 18px; height: 18px; }.toast { bottom: calc(90px + env(safe-area-inset-bottom)); font-size: 12px; }
}
@media(max-width:360px) { .container { width: calc(100% - 32px); }.hero h1 { font-size: 62px; }.nav-inner { gap: 9px; }.nav-ticket { font-size: 11px; gap: 7px; }.ticket-main { padding-inline: 20px; }.ticket-location { font-size: 9px; }.gifts-grid { gap: 10px; }.gift { padding-inline: 13px; }.gift h3 { font-size: 19px; }.inter-header > span:last-child { display: none; }#gameCanvas { aspect-ratio: 1 / 1.4; }.stage-overlay { padding-inline: 16px; gap: 10px; }.stage-overlay h3 { font-size: 38px; }.game-badge { font-size: 7px; }.score-final { font-size: 50px; }#overTitle { font-size: 30px; }.game-legend { grid-template-columns: 1fr; } }
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { animation: none !important; transition: none !important; }.reveal.waiting { opacity: 1; transform: none; }.btn:hover { transform: none; } }

@media(max-width:760px) { #ovlMenu { padding: 45px 20px 20px; gap: 10px; }#ovlMenu h3 { font-size: 40px; } }
@media(max-width:760px) and (max-height:700px) {
  #gameCanvas { height: max(300px, calc(100svh - 235px)); max-height: 420px; aspect-ratio: auto; }
  #ovlMenu { padding: 26px 18px 14px; gap: 8px; }#ovlMenu h3 { font-size: 32px; }#ovlMenu > .game-badge,#ovlMenu > p { display: none; }
  .stage-overlay { gap: 9px; padding-block: 38px 18px; }#overTitle { font-size: 29px; }.score-final { font-size: 43px; }#ovlOver > .game-badge { display: none; }
}
@media(min-width:761px) and (max-width:900px) {
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: 60px; }
  .hero-art { width: 280px; }
  .hero-description { font-size: 14px; }
  .countdown-layout { gap: 20px; }
  #countdownLabel { font-size: 19px; min-width: 145px; }
  .countdown { gap: 16px; }
}
.ticket-heading { font-size: 10px; letter-spacing: .04em; }
.verification { width: min(390px, calc(100% - 24px)); border: 1px solid var(--rosa-dim); border-radius: 16px; padding: 24px 14px; margin: auto; background: var(--paper); color: var(--plum); text-align: center; }
.verification::backdrop { background: rgb(74 37 69 / 38%); }
.verification h2 { font-size: 25px; margin-bottom: 12px; }
.verification p { font-size: 13px; margin-bottom: 15px; }
#verificationWidget { min-width: 0; display: grid; place-items: center; margin-bottom: 14px; }
