:root {
  --black: #050505;
  --surface: #0a0a0a;
  --surface-2: #101010;
  --white: #f4f0e8;
  --muted: #a4a09b;
  --gold: #d0a437;
  --line: rgba(208, 164, 55, .25);
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; padding: 12px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.grain { position: fixed; inset: 0; z-index: 150; pointer-events: none; opacity: .03; 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)'/%3E%3C/svg%3E"); }

.header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 96px; padding: 0 var(--gutter); display: grid; grid-template-columns: 260px 1fr auto; gap: 2rem; align-items: center; transition: background .25s, height .25s; }
.header.scrolled { height: 76px; background: rgba(5,5,5,.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { width: 160px; height: 78px; display: flex; align-items: center; }
.brand img { width: 150px; max-height: 70px; object-fit: contain; }
.nav { justify-self: center; display: flex; align-items: stretch; gap: clamp(.9rem, 1.8vw, 2.1rem); }
.nav a { position: relative; min-height: 48px; display: flex; align-items: center; gap: .6rem; color: #d0cdca; font-size: .68rem; letter-spacing: .18em; }
.nav a b { color: inherit; font-weight: 500; }
.nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a.active { color: var(--gold); }
.nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.social-link { width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: .55rem; font-weight: 600; }
.social-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link .icon-fill { fill: currentColor; stroke: none; }
.contact-link { min-height: 48px; padding: 0 1.3rem; border: 1px solid var(--gold); display: flex; align-items: center; gap: 1rem; font-size: .62rem; letter-spacing: .14em; }
.contact-link span { color: var(--gold); font-size: 1rem; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 14px; border: 0; background: transparent; color: white; }
.menu-toggle i { display: block; height: 1px; margin: 6px 0; background: currentColor; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; padding: 9rem 10vw 8rem; background: #060606; }
.hero .hero-media { position: absolute; inset: 0; border: 0 !important; min-height: 0 !important; background: #0b0807 url('../public/cm-hero-poster.webp') center 42% / cover no-repeat; }
.hero .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; filter: brightness(.58) saturate(.78) contrast(1.08); }
.hero .hero-media::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0, rgba(0,0,0,.58) 46%, rgba(0,0,0,.34) 72%, rgba(0,0,0,.52) 100%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, #050505 0, transparent 18%, transparent 78%, rgba(0,0,0,.5)); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(700px, 55vw); }
.eyebrow { margin: 0 0 1.5rem; color: #d7d1c8; font-size: .68rem; letter-spacing: .28em; }
.hero h1 { margin: 0; font: 700 clamp(5rem, 8.6vw, 10rem)/.78 var(--serif); letter-spacing: -.065em; }
.hero h1 em { color: var(--gold); font-style: normal; text-shadow: 0 0 24px rgba(208,164,55,.28); }
.hero-tags { margin: 2rem 0; font-size: .72rem; letter-spacing: .25em; white-space: nowrap; }
.hero-tags i { color: var(--gold); font-style: normal; margin: 0 .25rem; }
.hero-buttons { display: flex; gap: 1rem; }
.button { min-height: 58px; padding: 0 2.2rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .12em; transition: background .2s, color .2s; }
.button--gold { background: var(--gold); color: #080604; }
.button--ghost { background: rgba(0,0,0,.35); color: white; }
.button:hover { background: var(--white); border-color: var(--white); color: #050505; }
.hero-info { position: absolute; z-index: 3; left: var(--gutter); bottom: 2rem; min-height: 58px; padding: 0 1.5rem; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(0,0,0,.48); backdrop-filter: blur(8px); display: flex; align-items: center; gap: 1rem; }
.hero-info b { font-size: .7rem; font-weight: 400; color: #d2cfca; }
.hero-info i { width: 1px; height: 28px; background: rgba(255,255,255,.15); margin: 0 .5rem; }
.info-icon { color: var(--gold); font-size: 1.25rem; }
.progress { position: absolute; z-index: 3; right: 1.4rem; top: 16%; bottom: 20%; width: 60px; display: grid; grid-template-rows: auto 1fr auto 1fr auto 1fr auto 1fr auto; justify-items: center; align-items: center; }
.progress a { display: flex; flex-direction: column; align-items: center; gap: .25rem; color: #8a8987; }
.progress a b { font-size: .7rem; font-weight: 500; }
.progress a small { font-size: .48rem; letter-spacing: .12em; }
.progress a.active { color: var(--gold); }
.progress > i { width: 1px; height: 100%; background: rgba(255,255,255,.24); }
.scroll { position: absolute; z-index: 3; right: 2.8rem; bottom: 2rem; color: var(--gold); font-size: .55rem; letter-spacing: .23em; text-align: center; }
.scroll span { display: block; margin-top: .5rem; font-size: 1.5rem; }
.video-toggle { position: absolute; z-index: 4; right: 6.5rem; bottom: 1.65rem; min-width: 112px; min-height: 44px; padding: 0 .9rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(0,0,0,.52); color: var(--white); backdrop-filter: blur(8px); display: inline-flex; align-items: center; justify-content: center; gap: .55rem; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.video-toggle:hover { border-color: var(--gold); color: var(--gold); background: rgba(0,0,0,.72); }
.video-toggle svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.video-toggle span { font: 500 .52rem/1 var(--sans); letter-spacing: .14em; }
.video-toggle__play { display: none; }
.video-toggle.is-paused .video-toggle__pause { display: none; }
.video-toggle.is-paused .video-toggle__play { display: block; }

.section { padding: clamp(6rem, 10vw, 11rem) var(--gutter); }
.section h2 { margin: 0; font: 700 clamp(3.8rem, 7.5vw, 8.5rem)/.86 var(--serif); letter-spacing: -.055em; }
.section h2 em { color: var(--gold); font-style: normal; }
.section-copy { min-width: 0; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow) { margin: 2rem 0; max-width: 40rem; color: var(--muted); line-height: 1.7; }
.line-link { display: inline-block; margin-top: 2rem; padding-bottom: .5rem; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: .62rem; letter-spacing: .18em; }
.media-slot { position: relative; overflow: hidden; border: 1px solid rgba(208,164,55,.22); background: radial-gradient(circle at 65% 48%, rgba(99,38,137,.18), transparent 30%), linear-gradient(135deg,#14100d,#090909); }
.media-slot > span { position: absolute; top: 1rem; left: 1rem; z-index: 1; color: #8f8a83; font-size: .52rem; letter-spacing: .2em; }
.media-slot > strong { position: absolute; left: 1rem; bottom: 1rem; z-index: 1; font: 600 clamp(1.6rem,3vw,3rem)/1 var(--serif); }

.menu-section { position: relative; scroll-margin-top: 76px; background: radial-gradient(circle at 88% 4%,rgba(208,164,55,.08),transparent 22%),#070707; }
.menu-section::before { content: 'CM / MENU'; position: absolute; top: 4rem; right: var(--gutter); color: rgba(208,164,55,.13); font: 600 clamp(3rem,8vw,9rem)/1 var(--serif); letter-spacing: -.05em; pointer-events: none; }
.menu-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem,8vw,9rem); align-items: end; padding-bottom: clamp(4rem,7vw,7rem); border-bottom: 1px solid var(--line); }
.menu-intro h2 em { color: var(--gold); font-style: normal; }
.menu-intro > p { max-width: 34rem; margin: 0 0 .7rem; color: var(--muted); line-height: 1.8; }
.menu-index { position: sticky; z-index: 20; top: 76px; display: flex; gap: .65rem; margin: 0 calc(var(--gutter) * -1) 6rem; padding: 1rem var(--gutter); overflow-x: auto; background: rgba(7,7,7,.9); border-bottom: 1px solid rgba(208,164,55,.2); backdrop-filter: blur(14px); scrollbar-width: none; }
.menu-index::-webkit-scrollbar { display: none; }
.menu-index a { flex: 0 0 auto; min-height: 42px; padding: 0 1rem; display: grid; place-items: center; border: 1px solid rgba(208,164,55,.32); color: #d5d0c7; font-size: .56rem; letter-spacing: .15em; transition: .2s; }
.menu-index a:hover { background: var(--gold); color: #080604; border-color: var(--gold); }
.menu-category { scroll-margin-top: 150px; margin-top: clamp(5rem,9vw,9rem); }
.menu-category__header { display: grid; grid-template-columns: 70px 1fr auto; gap: 1.5rem; align-items: end; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.menu-category__header > span { color: var(--gold); font: 600 1rem/1 var(--sans); }
.menu-category__header p { margin: 0 0 .35rem; color: var(--muted); font-size: .55rem; letter-spacing: .22em; }
.menu-category__header h3 { margin: 0; font: 600 clamp(2.8rem,5vw,5.5rem)/.85 var(--serif); letter-spacing: -.04em; }
.menu-category__header small { max-width: 16rem; color: var(--muted); font-size: .52rem; line-height: 1.6; letter-spacing: .16em; text-align: right; }
.combo-sort { min-height: 68px; display: flex; justify-content: flex-end; align-items: center; gap: .5rem; border-top: 1px solid rgba(255,255,255,.08); }
.combo-sort > span { margin-right: .5rem; color: var(--muted); font-size: .5rem; letter-spacing: .2em; }
.combo-sort button { min-height: 44px; padding: 0 1rem; border: 1px solid rgba(208,164,55,.38); background: transparent; color: #bcb7ae; font: 500 .52rem/1 var(--sans); letter-spacing: .12em; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.combo-sort button i { margin-left: .65rem; color: var(--gold); font-style: normal; }
.combo-sort button:hover { border-color: var(--gold); color: var(--white); }
.combo-sort button[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: #080604; }
.combo-sort button[aria-pressed="true"] i { color: #080604; }
.combo-sort button:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.combo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.08); border-left: 1px solid rgba(255,255,255,.08); }
.menu-card { position: relative; min-height: 190px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg,rgba(255,255,255,.025),transparent); }
.menu-card::before { content: ''; position: absolute; top: 1.5rem; right: 1.5rem; width: 6px; height: 6px; border: 1px solid var(--gold); transform: rotate(45deg); }
.menu-card h4 { max-width: 82%; margin: 0; font: 600 clamp(1.35rem,2vw,2rem)/1 var(--serif); }
.menu-card__options { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.25rem; }
.menu-card__options p { margin: 0; padding: .6rem 0; display: flex; align-items: center; justify-content: space-between; gap: .75rem; border-top: 1px solid rgba(255,255,255,.09); color: var(--muted); font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-card__options strong { flex: 0 0 auto; color: var(--gold); font-size: .75rem; letter-spacing: .04em; }
.menu-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); }
.price-list { border-top: 1px solid rgba(255,255,255,.1); }
.price-list > div { min-height: 58px; padding: .8rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.price-list span { color: #ddd8cf; font: 500 1rem/1.3 var(--sans); }
.price-list strong { flex: 0 0 auto; color: var(--gold); font-size: .8rem; }
.drinks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.drink-card { min-height: 330px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(208,164,55,.25); background: radial-gradient(circle at 80% 20%,rgba(112,33,150,.18),transparent 35%),#0c0a0c; }
.drink-card--featured { background: radial-gradient(circle at 75% 30%,rgba(205,38,120,.22),transparent 38%),linear-gradient(145deg,#130a13,#090909); }
.drink-card small { color: var(--gold); font-size: .58rem; letter-spacing: .22em; }
.drink-card h4 { margin: 1.5rem 0; font: 600 clamp(1.8rem,3vw,3.2rem)/1.05 var(--serif); }
.drink-card strong { color: var(--gold); font: 600 1.5rem/1 var(--sans); }
.kit-table { width: min(900px,100%); margin-left: auto; border: 1px solid rgba(208,164,55,.32); }
.kit-row { min-height: 62px; display: grid; grid-template-columns: 1.5fr .65fr .65fr; align-items: center; border-bottom: 1px solid rgba(208,164,55,.18); }
.kit-row:last-child { border-bottom: 0; }
.kit-row > * { height: 100%; padding: 0 1.3rem; display: flex; align-items: center; border-right: 1px solid rgba(208,164,55,.18); }
.kit-row > *:last-child { border-right: 0; }
.kit-row strong { font: 500 .82rem/1.3 var(--sans); text-transform: uppercase; letter-spacing: .06em; }
.kit-row span { color: var(--gold); font-weight: 600; }
.kit-row--head { min-height: 48px; background: rgba(208,164,55,.08); }
.kit-row--head span { color: var(--muted); font-size: .55rem; letter-spacing: .16em; }
.kit-row--head span:nth-child(2) { color: #ec4899; }
.kit-row--head span:nth-child(3) { color: #9c6bff; }
.menu-note { margin: 4rem 0 0; color: #77736e; font-size: .55rem; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.lounge { background: #090909; }
.section-heading { display: flex; justify-content: space-between; gap: 4rem; align-items: flex-end; margin-bottom: clamp(4rem,8vw,8rem); }
.section-heading .eyebrow { align-self: flex-start; }
.lounge-grid { display: grid; grid-template-columns: 1.55fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.lounge-grid .media-slot { min-height: 300px; }
.lounge-grid .media-large { grid-row: 1 / 3; min-height: 760px; background: #0d0b0d url('../public/cm-ambiente-poster.webp') center 42% / cover no-repeat; }
.lounge-grid .media-side { grid-row: 1 / 3; min-height: 760px; background: #080808; }
.lounge-grid .media-side img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.ambiente-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: brightness(.72) saturate(.86) contrast(1.06); }
.lounge-grid .media-large::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.16) 55%,rgba(0,0,0,.7)); pointer-events: none; }
.lounge-grid .media-large > span, .lounge-grid .media-large > strong { z-index: 2; }
.secret-lounge { position: relative; min-height: 100vh; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); gap: clamp(3rem,8vw,9rem); align-items: center; background: radial-gradient(circle at 78% 45%,rgba(100,54,225,.16),transparent 34%),#070609; }
.secret-lounge::after { content: 'SECRET'; position: absolute; right: -2vw; bottom: 2rem; color: rgba(132,92,255,.055); font: 700 clamp(7rem,16vw,18rem)/.7 var(--serif); letter-spacing: -.07em; pointer-events: none; }
.secret-lounge-media { position: relative; z-index: 1; width: min(100%,650px); aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid rgba(164,130,255,.42); background: #0b0815; box-shadow: 0 34px 90px rgba(0,0,0,.5); }
.secret-lounge-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 68%,rgba(4,2,8,.72)); pointer-events: none; }
.secret-lounge-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.secret-lounge-media figcaption { position: absolute; z-index: 2; left: 1.25rem; bottom: 1.25rem; color: #ddd5ff; font-size: .58rem; letter-spacing: .22em; }
.secret-lounge-copy { position: relative; z-index: 1; }
.secret-lounge-copy h2 { font-size: clamp(4.5rem,8vw,9rem); }
.secret-lounge-copy h2 em { color: #9c7cff; text-shadow: 0 0 34px rgba(116,70,255,.25); }
.secret-lounge-copy > p:not(.eyebrow) { max-width: 34rem; margin: 2rem 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.secret-lounge-copy .button { border-color: #9c7cff; }
.secret-lounge-copy .button:hover { background: #9c7cff; border-color: #9c7cff; color: #08060d; }
.experience { background: #070707; }
.experience-list { border-top: 1px solid var(--line); }
.experience-list article { min-height: 150px; display: grid; grid-template-columns: 100px 1fr 1fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.experience-list article > b { color: var(--gold); font-size: 1.7rem; }
.experience-list h3 { margin: 0; font: 600 clamp(2.4rem,5vw,5.5rem)/1 var(--serif); }
.experience-list p { margin: 0; color: var(--muted); }
.caipirinhas { min-height: 0; overflow: hidden; display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(3rem,6vw,7rem); align-items: center; background: linear-gradient(135deg,#080707,#0d0906 58%,#080608); }
.caipirinhas-heading { min-width: 0; margin: 0; }
.caipirinhas-heading h2 { font-size: clamp(3.4rem,4.6vw,5.4rem); }
.caipirinhas-heading h2 em { color: var(--gold); font-style: normal; }
.caipirinhas-heading > div:last-child { padding: 2rem 0 0; }
.caipirinhas-heading > div:last-child p { max-width: 26rem; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.caipirinhas-showcase { width: 100%; height: min(52vw,580px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: .75rem; }
.caipirinha-card { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(208,164,55,.22); background: #090806; }
.caipirinha-card > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.caipirinha-card:nth-child(1) > img { object-position: center 64%; }
.caipirinha-card:nth-child(2) > img { object-position: center 60%; }
.caipirinha-card:nth-child(3) > img { object-position: center 68%; }
.caipirinha-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(0,0,0,.76)); pointer-events: none; }
.caipirinha-card figcaption { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.caipirinha-card figcaption b { color: var(--gold); font-size: .58rem; }
.caipirinha-card figcaption span { color: var(--white); font-size: .62rem; letter-spacing: .16em; }
.gallery { background: #070707; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.gallery-grid .media-slot { min-height: 330px; }
.gallery-main { grid-row: 1 / 3; min-height: 780px !important; }
.gallery-video-slot { grid-row: 1 / 3; min-height: 780px !important; background: #090909; }
.gallery-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hours { min-height: 90vh; display: flex; flex-direction: column; justify-content: center; }
.hours-line { display: grid; grid-template-columns: auto 1fr auto; gap: 3rem; align-items: center; }
.hours-line strong { font: 600 clamp(5rem,13vw,15rem)/1 var(--serif); letter-spacing: -.07em; }
.hours-line span { color: var(--gold); text-align: center; font-size: 2rem; }
.hours-copy { align-self: flex-end; color: var(--muted); line-height: 1.7; }
.celebrations { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(3rem,7vw,8rem); align-items: center; background: linear-gradient(125deg,#090707,#0d0711); }
.celebrations-copy h2 { font-size: clamp(3.2rem,5.8vw,7rem); }
.celebrations-copy h2 em, .football-copy h2 em { color: var(--gold); font-style: normal; }
.celebrations-copy > p:not(.eyebrow), .football-copy > p:not(.eyebrow) { max-width: 35rem; margin: 2rem 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.celebrations-gallery { min-width: 0; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(3,minmax(0,1fr)); gap: .75rem; height: min(76vw,820px); }
.celebration-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(208,164,55,.22); background: #0b090c; }
.celebration-photo--main { grid-row: 1 / 4; }
.celebration-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.celebration-photo:hover img { transform: scale(1.025); }
.private-party { position: relative; min-height: 100vh; overflow: hidden; display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(3rem,8vw,9rem); align-items: center; background: radial-gradient(circle at 12% 50%,rgba(208,164,55,.1),transparent 30%),#050505; }
.private-party::before { content: 'PRIVADA'; position: absolute; top: 50%; left: 0; color: rgba(208,164,55,.045); font: 700 clamp(7rem,18vw,20rem)/.75 var(--serif); letter-spacing: -.08em; transform: translate(-8%,-50%) rotate(-90deg); pointer-events: none; }
.private-party-copy { position: relative; z-index: 1; }
.private-party-copy h2 { font-size: clamp(3.6rem,6.4vw,7.5rem); }
.private-party-copy > p:not(.eyebrow) { max-width: 34rem; margin: 2rem 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.private-party-media { position: relative; width: min(100%,640px); margin: 0; justify-self: end; overflow: hidden; border: 1px solid rgba(208,164,55,.32); background: #120904; box-shadow: 0 30px 80px rgba(0,0,0,.48); }
.private-party-media::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.private-party-media img { width: 100%; height: auto; display: block; }
.football { min-height: 100vh; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: clamp(3rem,7vw,8rem); align-items: center; background: #070707; }
.football-media { position: relative; min-height: min(74vw,820px); overflow: hidden; border: 1px solid rgba(208,164,55,.22); }
.football-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.48)); pointer-events: none; }
.football-media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 38%; }
.football-copy h2 { font-size: clamp(4rem,7vw,8rem); }
.instagram { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 5vw, 6rem); align-items: center; background: #090909; }
.instagram .section-copy { width: 100%; }
.instagram h2 { font-size: clamp(3.8rem, 6vw, 7rem); }
.instagram-profile { width: min(100%, 520px); justify-self: end; display: block; overflow: hidden; border: 1px solid rgba(208,164,55,.22); background: #080d11; }
.instagram-profile img { width: 100%; height: auto; display: block; }
.location { min-height: 100vh; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,9rem); align-items: center; background: #060606; }
.location address { display: flex; flex-direction: column; gap: .75rem; margin: 2.5rem 0; color: var(--muted); font-style: normal; }
.location address strong { color: var(--white); }
.facade { min-height: 72vh; background: #080808; }
.facade::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.06) 45%,rgba(0,0,0,.72)); pointer-events: none; }
.facade img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.facade > span, .facade > strong { z-index: 2; }
.final { min-height: 95vh; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 45%,rgba(208,164,55,.07),transparent 26%),#050505; }
.final > img { width: 190px; margin-bottom: 3rem; }
.final > p { margin: 2.25rem 0 0; color: var(--gold); letter-spacing: .2em; font-size: .62rem; }
.final > div { display: flex; gap: 2rem; margin-top: 3.75rem; font-size: .62rem; letter-spacing: .14em; }
.final a:hover { color: var(--gold); }
footer { padding: 3rem var(--gutter); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr 1.5fr 1fr 1fr auto; gap: 2rem; align-items: start; color: var(--muted); font-size: .58rem; line-height: 1.7; letter-spacing: .08em; }
footer img { width: 125px; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header { grid-template-columns: 180px 1fr auto; }
  .brand { width: 130px; }
  .brand img { width: 120px; }
  .social-link { display: none; }
  .contact-link { padding: 0 1rem; }
  .hero { padding-left: 7vw; }
  .progress { display: none; }
  .video-toggle { right: var(--gutter); }
  .combo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .header { grid-template-columns: 180px 1fr auto; gap: 1rem; }
  .brand { width: 130px; }
  .brand img { width: 120px; }
  .social-link { display: none; }
  .contact-link { padding: 0 1rem; }
}

@media (max-width: 860px) {
  .header { height: 76px; grid-template-columns: 1fr auto; }
  .brand { height: 64px; }
  .nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 110px var(--gutter) 35px; background: #050505; display: flex; visibility: hidden; opacity: 0; flex-direction: column; justify-content: space-between; transition: .25s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: .5rem 0; border-bottom: 1px solid var(--line); font: 600 clamp(2.6rem,10vw,5rem)/1 var(--serif); }
  .mobile-menu > a { min-height: 50px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-size: .65rem; letter-spacing: .16em; }
  .hero { padding-left: var(--gutter); padding-right: var(--gutter); }
  .hero-copy { width: 75vw; }
  .hero-info { left: var(--gutter); }
  .scroll { right: var(--gutter); }
  .secret-lounge, .celebrations, .private-party, .football, .instagram, .location { grid-template-columns: 1fr; }
  .secret-lounge-media { width: min(100%,620px); justify-self: center; }
  .secret-lounge-copy { grid-row: 1; }
  .caipirinhas { display: block; }
  .caipirinhas-heading { margin-bottom: 3rem; }
  .caipirinhas-showcase { height: min(82vw,620px); }
  .celebrations-gallery { height: min(125vw,860px); }
  .private-party-media { width: min(100%,620px); justify-self: center; }
  .football-media { min-height: min(115vw,820px); }
  .football-copy { grid-row: 1; }
  .menu-intro { grid-template-columns: 1fr; gap: 2rem; }
  .combo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .menu-split { grid-template-columns: 1fr; }
  .drinks-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .lounge-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .lounge-grid .media-large { grid-column: 1 / 3; grid-row: auto; min-height: 70vw; }
  .lounge-grid .media-side { grid-column: 1 / 3; grid-row: auto; min-height: 90vw; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .header { padding: 0 1rem; }
  .brand img { width: 105px; }
  .hero { min-height: 760px; padding: 8rem 1.2rem 7rem; align-items: flex-start; }
  .hero .hero-media::before { background: linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.7) 62%,#050505); }
  .hero-copy { width: 100%; margin-top: 11vh; }
  .eyebrow { font-size: .54rem; letter-spacing: .2em; }
  .hero h1 { font-size: 19vw; line-height: .8; }
  .hero-tags { white-space: normal; font-size: .54rem; line-height: 2; letter-spacing: .15em; }
  .hero-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
  .button { min-height: 52px; padding: 0 .9rem; gap: .5rem; font-size: .53rem; }
  .hero-info { left: 1.2rem; right: 1.2rem; bottom: 1.2rem; min-height: 50px; padding: 0 .9rem; gap: .65rem; border-radius: 12px; }
  .hero-info b { font-size: .52rem; }
  .hero-info b:last-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .info-icon { font-size: .9rem; }
  .scroll { display: none; }
  .video-toggle { right: 1.2rem; bottom: 5.5rem; min-width: 44px; padding: 0; }
  .video-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .section { padding: 6rem 1.2rem; }
  .section h2 { font-size: 16vw; }
  .menu-section::before { top: 3rem; }
  .menu-index { top: 76px; margin-bottom: 4rem; }
  .menu-category { margin-top: 5rem; }
  .menu-category__header { grid-template-columns: 42px 1fr; gap: .75rem; }
  .menu-category__header small { grid-column: 2; text-align: left; }
  .combo-sort { justify-content: flex-start; flex-wrap: wrap; padding: .75rem 0; }
  .combo-sort > span { flex: 0 0 100%; margin: 0 0 .15rem; }
  .combo-sort button { flex: 1 1 140px; padding: 0 .75rem; }
  .combo-grid { grid-template-columns: 1fr 1fr; }
  .menu-card { min-height: 175px; padding: 1.15rem; }
  .menu-card::before { top: 1.15rem; right: 1.15rem; }
  .menu-card h4 { font-size: 1.25rem; }
  .menu-card__options { left: 1.15rem; right: 1.15rem; bottom: .8rem; }
  .menu-card__options p { padding: .48rem 0; font-size: .44rem; }
  .menu-card__options strong { font-size: .62rem; }
  .drink-card { min-height: 280px; padding: 1.5rem; }
  .kit-row { grid-template-columns: 1.35fr .65fr .65fr; }
  .kit-row > * { padding: 0 .7rem; }
  .kit-row strong, .kit-row span { font-size: .65rem; }
  .section-heading { margin-bottom: 3rem; }
  .lounge-grid { display: flex; flex-direction: column; }
  .lounge-grid .media-slot { min-height: 95vw; }
  .lounge-grid .media-side { min-height: 145vw; }
  .experience-list article { min-height: 112px; grid-template-columns: 46px 1fr; gap: .75rem; }
  .secret-lounge-copy h2 { font-size: 20vw; }
  .secret-lounge::after { display: none; }
  .experience-list h3 { font-size: 2.3rem; }
  .experience-list p { grid-column: 2; margin-top: -1.5rem; font-size: .72rem; }
  .caipirinhas-heading h2 { font-size: 14vw; }
  .caipirinhas-heading > div:last-child p { font-size: 1rem; }
  .caipirinhas-heading { margin-bottom: 2rem; }
  .caipirinhas-showcase { height: 105vw; gap: .4rem; }
  .caipirinha-card figcaption { left: .55rem; right: .55rem; bottom: .65rem; align-items: flex-start; flex-direction: column; gap: .25rem; }
  .caipirinha-card figcaption span { font-size: .48rem; letter-spacing: .1em; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-grid .media-slot, .gallery-main { min-height: 110vw !important; }
  .celebrations-copy h2, .private-party-copy h2, .football-copy h2 { font-size: 15vw; }
  .celebrations-copy > p:not(.eyebrow), .private-party-copy > p:not(.eyebrow), .football-copy > p:not(.eyebrow) { font-size: 1rem; }
  .celebrations-gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 120vw 62vw 62vw; }
  .celebration-photo--main { grid-column: 1 / 3; grid-row: 1; }
  .celebrations-gallery .celebration-photo:nth-child(2) { grid-column: 1; grid-row: 2; }
  .celebrations-gallery .celebration-photo:nth-child(3) { grid-column: 2; grid-row: 2; }
  .celebrations-gallery .celebration-photo:nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .private-party::before { display: none; }
  .football-media { min-height: 125vw; }
  .hours { min-height: 760px; }
  .hours-line { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; }
  .hours-line strong { font-size: 25vw; }
  .hours-line strong:last-child { text-align: right; }
  .hours-line span { transform: rotate(90deg); }
  .instagram-profile { width: 100%; justify-self: stretch; }
  .facade { min-height: 110vw; }
  .final { min-height: 760px; }
  .final > img { width: 150px; }
  .final > div { flex-direction: column; gap: 1.2rem; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
