/*
Theme Name: The Maya Lounge
Theme URI: https://themayalounge.com
Author: The Maya Lounge
Description: A premium dark WordPress theme for bars and cocktail lounges. Includes an animated hero, image menus with lightbox, dynamic events, gallery showcase, map/contact area and mobile reservation CTA. Works with Elementor.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maya-lounge
Tags: restaurant, dark, one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
	--bg: #0f0d0b;
	--bg-2: #15110e;
	--bg-3: #1c1611;
	--card: rgba(34, 27, 21, .88);
	--card-solid: #221b15;
	--fg: #f7f0e6;
	--muted: #c3b5a2;
	--muted-2: #8f8172;
	--gold: #d8aa55;
	--gold-bright: #f0cf88;
	--gold-soft: #eed9ab;
	--border: rgba(216, 170, 85, .17);
	--border-soft: rgba(255, 255, 255, .07);
	--brand-red: #c71928;
	--brand-red-dark: #6f0e16;
	--shadow: 0 28px 70px rgba(0, 0, 0, .34);
	--shadow-soft: 0 18px 45px rgba(0, 0, 0, .22);
	--font-display: "Cormorant Garamond", Georgia, serif;
	--font-sans: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
	margin: 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(199, 25, 40, .045), transparent 34rem),
		radial-gradient(circle at 82% 28%, rgba(216, 170, 85, .04), transparent 30rem),
		var(--bg);
	color: var(--fg);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; margin: 0 0 .65rem; }
p { margin-top: 0; }
::selection { background: var(--gold); color: #16110d; }

:focus-visible {
	outline: 2px solid var(--gold-bright);
	outline-offset: 4px;
}

.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;
}

.container { width: min(1240px, 91vw); margin: 0 auto; }
.section { position: relative; padding: 8rem 0; }
.section-head { text-align: center; margin: 0 auto 4rem; max-width: 760px; }
.section-title {
	font-size: clamp(2.55rem, 5vw, 4.25rem);
	line-height: .98;
	letter-spacing: .01em;
}
.body-text { color: var(--muted); max-width: 66ch; font-size: 1rem; }
.body-text.center { margin: 1.15rem auto 0; text-align: center; }
.muted { color: var(--muted); }

.eyebrow {
	font-size: .68rem;
	font-weight: 500;
	letter-spacing: .42em;
	text-transform: uppercase;
	color: var(--gold);
	margin: 0 0 1rem;
}

.rule-gold {
	height: 1px;
	width: 170px;
	margin: 1.35rem auto;
	background: linear-gradient(to right, transparent, rgba(216,170,85,.85), transparent);
}
.rule-gold.left { margin-left: 0; background: linear-gradient(to right, rgba(216,170,85,.9), transparent); }

.btn-gold, .btn-outline-gold {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	min-height: 48px;
	padding: .82rem 1.85rem;
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .23em;
	text-transform: uppercase;
	transition: transform .3s ease, background .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease;
	cursor: pointer;
	border-radius: var(--radius);
}
.btn-gold {
	background: linear-gradient(135deg, #e4b85e, #c7953b);
	color: #17110d;
	border: 1px solid #e0b15a;
	box-shadow: 0 10px 30px rgba(216, 170, 85, .12);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(216, 170, 85, .22); background: linear-gradient(135deg, #efd28f, #d4a54b); }
.btn-outline-gold { border: 1px solid rgba(216, 170, 85, .55); color: var(--gold-bright); background: rgba(216, 170, 85, .025); }
.btn-outline-gold:hover { transform: translateY(-2px); background: rgba(216, 170, 85, .12); border-color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 80;
	transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
	border-bottom: 1px solid transparent;
}
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled {
	background: rgba(12, 10, 8, .9);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
	backdrop-filter: blur(18px) saturate(120%);
	border-bottom-color: rgba(216, 170, 85, .12);
	box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
}
.header-inner {
	width: min(1240px, 91vw);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 1.4rem;
}
.brand { display: flex; align-items: center; gap: .95rem; min-width: 0; }
.brand-logo, .custom-logo { max-height: 48px; width: auto; display: block; }
.custom-logo-link { display: flex; align-items: center; }
.brand-name {
	display: block;
	font-family: var(--font-display);
	font-size: 1.16rem;
	line-height: 1.05;
	letter-spacing: .16em;
	text-transform: uppercase;
	white-space: nowrap;
}
.brand-tag {
	display: block;
	margin-top: .25rem;
	font-size: .55rem;
	font-weight: 400;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--muted-2);
	white-space: nowrap;
}
.primary-nav { display: flex; align-items: center; gap: 1.8rem; }
.nav-list { display: flex; align-items: center; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.nav-list a {
	position: relative;
	font-size: .72rem;
	font-weight: 400;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #d9cfbf;
	transition: color .25s ease;
}
.nav-list a::after {
	content: "";
	position: absolute;
	left: 0;
	right: .18em;
	bottom: -.55rem;
	height: 1px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .25s ease;
}
.nav-list a:hover { color: var(--gold-bright); }
.nav-list a:hover::after { transform: scaleX(1); }
.header-cta { min-height: 42px; padding: .66rem 1.25rem; white-space: nowrap; }

.nav-toggle { display: none; background: transparent; border: 0; padding: .55rem; cursor: pointer; }
.nav-toggle .bar { display: block; width: 26px; height: 1px; background: var(--fg); margin: 6px 0; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle.is-open .bar:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open .bar:nth-child(3) { opacity: 0; }
.nav-toggle.is-open .bar:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}
.hero-slides, .hero-slide, .hero-veil { position: absolute; inset: 0; }
.hero-slide {
	background-size: cover;
	background-position: center 42%;
	opacity: 0;
	transition: opacity 1.5s ease;
	transform: scale(1.04);
}
.hero-slide.is-active { opacity: 1; animation: slow-zoom 8.5s ease-out forwards; }
@keyframes slow-zoom { from { transform: scale(1.02); } to { transform: scale(1.11); } }
.hero-veil {
	background:
		radial-gradient(circle at center, rgba(0,0,0,.04) 0, rgba(0,0,0,.22) 46%, rgba(0,0,0,.56) 100%),
		linear-gradient(to bottom, rgba(10,8,7,.64) 0%, rgba(10,8,7,.42) 33%, rgba(10,8,7,.53) 67%, #0f0d0b 100%);
}
.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, var(--bg));
	pointer-events: none;
}
.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 10rem 0 7rem;
	max-width: 920px;
}
.hero .eyebrow { color: var(--gold-bright); text-shadow: 0 2px 18px rgba(0,0,0,.65); }
.hero-title {
	font-size: clamp(4rem, 9vw, 7.35rem);
	line-height: .87;
	letter-spacing: -.015em;
	text-shadow: 0 5px 34px rgba(0,0,0,.48);
}
.hero-text {
	color: #e1d7c9;
	max-width: 58ch;
	margin: 1.25rem auto 2.25rem;
	font-size: clamp(.98rem, 1.6vw, 1.08rem);
	text-shadow: 0 2px 14px rgba(0,0,0,.68);
}
.hero-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hero-dots {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2.4rem;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: .65rem;
}
.hero-dot {
	width: 30px;
	height: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}
.hero-dot::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: rgba(255,255,255,.42);
	transition: background .25s ease, transform .25s ease;
}
.hero-dot.is-active::before { background: var(--gold-bright); transform: scaleY(2); }

/* ---------- Reveal ---------- */
.reveal { opacity: 1; transform: none; transition: opacity .85s ease, transform .85s ease; }
.reveal.reveal-pending { opacity: 0; transform: translateY(22px); }
.reveal.reveal-pending.is-visible { opacity: 1; transform: none; }

/* ---------- About ---------- */
.about {
	background:
		linear-gradient(90deg, rgba(216,170,85,.025), transparent 28%),
		var(--bg-2);
	overflow: hidden;
}
.about::before {
	content: "MAYA";
	position: absolute;
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--font-display);
	font-size: clamp(8rem, 20vw, 18rem);
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255,255,255,.018);
	pointer-events: none;
}
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 7rem; align-items: center; }
.about-copy { max-width: 560px; }
.about-copy .body-text { font-size: 1.03rem; }
.about-grid .btn-outline-gold { margin-top: 1.65rem; }
.about-media { position: relative; min-height: 470px; }
.about-image-main {
	position: absolute;
	top: 0;
	right: 0;
	width: 82%;
	height: 86%;
	overflow: hidden;
	border: 1px solid rgba(216,170,85,.19);
	box-shadow: var(--shadow);
}
.about-image-main img, .about-image-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-image-secondary {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 43%;
	height: 49%;
	overflow: hidden;
	border: 5px solid var(--bg-2);
	box-shadow: var(--shadow-soft);
}
.about-media::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 26px;
	width: 82%;
	height: 86%;
	border: 1px solid rgba(216,170,85,.2);
	z-index: -1;
}

/* ---------- Menu ---------- */
.menu-section { background: var(--bg); overflow: hidden; }
.menu-section::before {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	left: -280px;
	top: 120px;
	background: rgba(199,25,40,.045);
	filter: blur(40px);
	pointer-events: none;
}
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.menu-panel { text-align: left; }
.menu-heading { font-size: clamp(1.85rem, 3vw, 2.5rem); letter-spacing: .03em; margin-bottom: .3rem; }
.menu-panel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.menu-panel-label { color: var(--muted-2); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.menu-frame {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--card-solid);
	border: 1px solid var(--border);
	box-shadow: var(--shadow-soft);
	isolation: isolate;
}
.menu-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(8,6,5,.58), transparent 38%);
	opacity: .8;
	transition: opacity .35s ease;
}
.menu-frame img { width: 100%; height: auto; display: block; transition: transform .75s ease, filter .5s ease; }
.menu-frame:hover img { transform: scale(1.035); filter: brightness(1.04); }
.menu-frame:hover::before { opacity: .45; }
.menu-frame-zoom {
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	padding: .55rem .8rem;
	background: rgba(15,13,11,.86);
	border: 1px solid rgba(216,170,85,.55);
	color: var(--gold-bright);
	font-size: .62rem;
	font-weight: 500;
	letter-spacing: .15em;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: transform .3s ease, background .3s ease;
}
.menu-frame:hover .menu-frame-zoom { transform: translateY(-2px); background: rgba(15,13,11,.96); }
.menu-frame-zoom-symbol { font-size: 1rem; line-height: 1; }

/* ---------- Menu lightbox ---------- */
.menu-lightbox {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: none;
	place-items: center;
	padding: 5vw;
	background: rgba(5,4,3,.94);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}
.menu-lightbox.is-open { display: grid; }
.menu-lightbox img { max-height: 88vh; max-width: min(1200px, 92vw); width: auto; box-shadow: 0 30px 90px rgba(0,0,0,.6); }
.menu-lightbox-close {
	position: absolute;
	top: 1.4rem;
	right: 1.5rem;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(216,170,85,.45);
	background: rgba(20,16,12,.8);
	color: var(--fg);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

/* ---------- Events ---------- */
.events-section {
	background:
		linear-gradient(180deg, rgba(255,255,255,.012), transparent 22%),
		var(--bg-2);
}
.events-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.event-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: linear-gradient(180deg, rgba(39,31,24,.94), rgba(28,22,17,.94));
	border: 1px solid var(--border-soft);
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(0,0,0,.12);
	transition: border-color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.event-card:hover { border-color: rgba(216,170,85,.48); transform: translateY(-7px); box-shadow: 0 25px 48px rgba(0,0,0,.26); }
.event-image { position: relative; aspect-ratio: 4 / 3.2; overflow: hidden; background: #17120e; }
.event-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,10,8,.82), transparent 58%); }
.event-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease, filter .55s ease; }
.event-card:hover .event-image img { transform: scale(1.065); filter: saturate(1.08); }
.event-when {
	position: absolute;
	z-index: 2;
	left: 1rem;
	right: 1rem;
	bottom: .85rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: .7rem;
}
.event-date {
	display: block;
	color: var(--gold-bright);
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.event-time { display: block; color: #fff7ec; font-size: .72rem; white-space: nowrap; }
.event-body { padding: 1.35rem 1.35rem 1.5rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.event-title { font-size: 1.55rem; line-height: 1.05; margin: 0; }
.menu-desc { color: var(--muted); font-size: .88rem; line-height: 1.65; margin: .15rem 0 0; }
.event-cta {
	margin-top: auto;
	padding-top: 1rem;
	color: var(--gold-bright);
	font-size: .65rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: .55rem;
}
.event-cta::after { content: "→"; font-size: .95rem; transition: transform .25s ease; }
.event-card:hover .event-cta::after { transform: translateX(4px); }
.events-empty {
	grid-column: 1 / -1;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding: 3rem 2.3rem;
	border: 1px solid var(--border);
	background: var(--card);
}

/* ---------- Gallery teaser / Gallery page ---------- */
.gallery-showcase { background: var(--bg); }
.gallery-showcase-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.3rem;
}
.gallery-showcase-head .section-title { margin-bottom: 0; }
.gallery-showcase-actions { flex: 0 0 auto; }
.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; }
.gallery-strip .gallery-tile:nth-child(1), .gallery-strip .gallery-tile:nth-child(4) { grid-row: span 2; aspect-ratio: auto; }
.gallery-strip .gallery-tile { min-height: 180px; }
.gallery-page { padding-top: 11rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.gallery-tile { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1 / 1; background: #18130f; }
.gallery-tile::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.035); pointer-events: none; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .5s ease; }
.gallery-tile:hover img { transform: scale(1.065); filter: brightness(.84); }
.gallery-tile figcaption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 1.15rem;
	background: linear-gradient(to top, rgba(8,6,5,.78), transparent 70%);
	color: var(--fg);
	font-size: .72rem;
	letter-spacing: .08em;
	opacity: 0;
	transition: opacity .35s ease;
}
.gallery-tile:hover figcaption { opacity: 1; }

/* ---------- Contact ---------- */
.contact-section {
	background:
		radial-gradient(circle at 80% 20%, rgba(216,170,85,.04), transparent 25rem),
		var(--bg-2);
}
.contact-section .section-head { margin-bottom: 3.5rem; }
.contact-section .btn-gold { margin-top: 1.65rem; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.4rem; align-items: stretch; }
.contact-map {
	position: relative;
	min-height: 520px;
	background: #191510;
	border: 1px solid var(--border-soft);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}
.contact-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(1) sepia(.12) contrast(1.08) brightness(.72); }
.contact-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(216,170,85,.08); }
.contact-details { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.contact-panel {
	background: linear-gradient(145deg, rgba(38,30,23,.9), rgba(27,21,16,.94));
	border: 1px solid var(--border-soft);
	padding: 1.8rem 1.9rem;
	box-shadow: 0 15px 35px rgba(0,0,0,.1);
}
.contact-panel p { margin: .5rem 0 0; color: var(--muted); }
.contact-panel a:hover { color: var(--gold-bright); }
.contact-panel .contact-label:not(:first-child) { display: block; margin-top: 1.4rem; }
.contact-label { font-size: .64rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
.contact-map-link { margin-top: 1.05rem; display: inline-flex; color: var(--gold-bright); font-size: .67rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.hours-list { list-style: none; margin: .55rem 0 0; padding: 0; color: var(--muted); }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: .87rem; padding: .25rem 0; border-bottom: 1px solid rgba(255,255,255,.035); }
.hours-list li:last-child { border-bottom: 0; }
.hours-list li.is-today { color: var(--fg); }
.hours-list li.is-today::before {
	content: "Today";
	align-self: center;
	margin-right: auto;
	padding: .15rem .42rem;
	border: 1px solid rgba(216,170,85,.38);
	color: var(--gold-bright);
	font-size: .5rem;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.hours-list li.is-today span:first-of-type { display: none; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid rgba(216,170,85,.12); background: #0b0908; padding: 5rem 0 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 4rem; }
.footer-title { font-size: 1.12rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: .18rem 0; }
.footer-links a { color: var(--muted); font-size: .86rem; }
.footer-links a:hover { color: var(--gold-bright); }
.footer-social { display: inline-flex; align-items: center; gap: .5rem; margin-top: .7rem; color: var(--gold-bright); font-size: .82rem; }
.footer-social::after { content: "↗"; font-size: .9rem; }
.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 3.7rem;
	padding-top: 1.45rem;
	border-top: 1px solid rgba(255,255,255,.06);
	color: var(--muted-2);
	font-size: .7rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* ---------- Mobile reserve bar ---------- */
.mobile-reserve { display: none; }

/* ---------- Generic content ---------- */
.site-main > .section:first-child:not(.hero), .site-main > article:first-child { padding-top: 10rem; }
.entry-content, .entry-header { width: min(900px, 91vw); margin-left: auto; margin-right: auto; }
.entry-content a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.primary-nav { gap: 1.25rem; }
	.nav-list { gap: 1.15rem; }
	.nav-list a { font-size: .66rem; }
	.about-grid { gap: 4rem; }
	.events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
	.gallery-strip { grid-template-columns: repeat(3, 1fr); }
	.gallery-strip .gallery-tile:nth-child(1), .gallery-strip .gallery-tile:nth-child(4) { grid-row: auto; aspect-ratio: 1/1; }
}

@media (max-width: 900px) {
	.section { padding: 6rem 0; }
	.admin-bar .site-header { top: 46px; }
	.header-inner { min-height: 72px; }
	.brand-logo, .custom-logo { max-height: 42px; }
	.nav-toggle { display: block; z-index: 2; }
	.primary-nav {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 1.5rem;
		padding: 3rem 5vw;
		background: rgba(11,9,8,.98);
		border-top: 1px solid rgba(216,170,85,.12);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		transition: transform .35s ease, opacity .35s ease, visibility .35s ease;
	}
	.admin-bar .primary-nav { top: 118px; }
	.primary-nav.is-open { transform: translateX(0); opacity: 1; visibility: visible; }
	.nav-list { flex-direction: column; align-items: stretch; gap: 0; }
	.nav-list li { border-bottom: 1px solid rgba(255,255,255,.06); }
	.nav-list a { display: block; padding: 1rem 0; font-family: var(--font-display); font-size: 1.7rem; letter-spacing: .05em; text-transform: none; }
	.nav-list a::after { display: none; }
	.header-cta { align-self: flex-start; min-height: 48px; }
	.about-grid { grid-template-columns: 1fr; gap: 3.2rem; }
	.about-copy { max-width: 680px; }
	.about-media { min-height: 510px; }
	.menu-grid { grid-template-columns: 1fr; gap: 3.2rem; }
	.contact-layout { grid-template-columns: 1fr; }
	.contact-map, .contact-map iframe { min-height: 420px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
	body { padding-bottom: 67px; }
	.container { width: min(100% - 2rem, 1240px); }
	.section { padding: 4.8rem 0; }
	.section-head { margin-bottom: 2.8rem; }
	.section-title { font-size: clamp(2.55rem, 13vw, 3.55rem); }
	.eyebrow { letter-spacing: .3em; }
	.brand-text { display: none; }
	.hero { min-height: 92svh; }
	.hero-content { padding: 8rem 0 6rem; }
	.hero-title { font-size: clamp(3.8rem, 19vw, 5.5rem); }
	.hero-text { max-width: 34ch; font-size: .96rem; }
	.hero-actions { flex-direction: column; align-items: center; }
	.hero-actions .btn-gold, .hero-actions .btn-outline-gold { width: min(100%, 290px); }
	.hero-dots { bottom: 1.5rem; }
	.about-media { min-height: 390px; }
	.about-image-main { width: 86%; height: 84%; }
	.about-image-secondary { width: 45%; height: 46%; }
	.about-media::after { right: -10px; }
	.menu-panel-head { align-items: center; }
	.menu-heading { font-size: 2rem; }
	.events-grid { grid-template-columns: 1fr; gap: 1.15rem; }
	.event-card { display: grid; grid-template-columns: 42% 58%; min-height: 178px; }
	.event-image { aspect-ratio: auto; min-height: 100%; }
	.event-when { left: .65rem; right: .65rem; bottom: .6rem; display: block; }
	.event-time { margin-top: .15rem; }
	.event-body { padding: 1.1rem; }
	.event-title { font-size: 1.35rem; }
	.menu-desc { font-size: .8rem; line-height: 1.5; }
	.event-cta { padding-top: .7rem; }
	.gallery-showcase-head { display: block; }
	.gallery-showcase-actions { margin-top: 1.5rem; }
	.gallery-strip { grid-template-columns: repeat(2, 1fr); gap: .4rem; }
	.gallery-strip .gallery-tile { min-height: 0; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); gap: .4rem; }
	.contact-map, .contact-map iframe { min-height: 330px; }
	.contact-panel { padding: 1.45rem; }
	.footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
	.footer-bottom { display: block; }
	.footer-bottom span { display: block; margin-top: .4rem; }
	.mobile-reserve {
		position: fixed;
		z-index: 95;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 67px;
		padding: .8rem 1rem;
		background: rgba(11,9,8,.95);
		border-top: 1px solid rgba(216,170,85,.25);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
	}
	.mobile-reserve .btn-gold { width: 100%; max-width: 460px; min-height: 44px; }
}

@media (max-width: 480px) {
	.event-card { grid-template-columns: 40% 60%; }
	.event-title { font-size: 1.2rem; }
	.event-date, .event-time { font-size: .6rem; }
	.gallery-page { padding-top: 8.5rem; }
}

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

/* ========================================================================== 
   v1.2 Gallery page + simplified footer
   ========================================================================== */
.gallery-page-v2 {
	position: relative;
	padding: 10.5rem 0 7.5rem;
	background:
		radial-gradient(circle at 12% 8%, rgba(199,25,40,.055), transparent 28rem),
		radial-gradient(circle at 88% 22%, rgba(216,170,85,.045), transparent 30rem),
		var(--bg);
	min-height: 70vh;
}
.gallery-page-header { text-align: center; margin: 0 auto 3.6rem; }
.gallery-page-header .section-title { font-size: clamp(3.3rem, 6vw, 5.4rem); }
.gallery-grid-v2 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 220px;
	gap: .7rem;
}
.gallery-photo {
	position: relative;
	display: block;
	overflow: hidden;
	background: #17130f;
	border: 1px solid rgba(255,255,255,.045);
	box-shadow: 0 12px 32px rgba(0,0,0,.12);
}
.gallery-photo:nth-child(10n + 1),
.gallery-photo:nth-child(10n + 8) { grid-column: span 2; grid-row: span 2; }
.gallery-photo:nth-child(10n + 4),
.gallery-photo:nth-child(10n + 10) { grid-row: span 2; }
.gallery-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 54%, rgba(7,5,4,.18));
	box-shadow: inset 0 0 0 1px rgba(216,170,85,.035);
	transition: background .45s ease, box-shadow .45s ease;
}
.gallery-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .85s cubic-bezier(.2,.7,.2,1), filter .55s ease;
}
.gallery-photo:hover img { transform: scale(1.045); filter: saturate(1.05) brightness(.92); }
.gallery-photo:hover::after { background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(7,5,4,.30)); box-shadow: inset 0 0 0 1px rgba(216,170,85,.16); }

/* Full hours now live only in Find Us. The footer is intentionally conversion-led. */
.footer-grid-v2 { grid-template-columns: 1.18fr .72fr 1.1fr; align-items: start; }
.footer-reserve-block {
	padding-left: 2rem;
	border-left: 1px solid rgba(216,170,85,.12);
}
.footer-reserve-block .eyebrow { margin-bottom: .7rem; }
.footer-reserve-title { font-size: clamp(1.8rem, 2.3vw, 2.5rem); line-height: 1; margin-bottom: .85rem; }
.footer-reserve-block .muted { max-width: 34ch; margin-bottom: 1.25rem; }
.footer-reserve-button { min-height: 44px; padding: .7rem 1.35rem; }

@media (max-width: 1100px) {
	.gallery-grid-v2 { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 210px; }
	.gallery-photo:nth-child(10n + 1), .gallery-photo:nth-child(10n + 8) { grid-column: span 2; }
	.footer-grid-v2 { grid-template-columns: 1fr 1fr; }
	.footer-reserve-block { padding-left: 0; border-left: 0; }
}

@media (max-width: 680px) {
	.gallery-page-v2 { padding: 8.2rem 0 5.4rem; }
	.gallery-page-header { margin-bottom: 2.4rem; }
	.gallery-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 165px; gap: .42rem; }
	.gallery-photo:nth-child(n) { grid-column: auto; grid-row: auto; }
	.gallery-photo:nth-child(7n + 1) { grid-column: span 2; grid-row: span 2; }
	.footer-grid-v2 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.gallery-photo img, .gallery-photo::after { transition: none !important; }
}
