/* ============================================================
   Single restaurant — ports gastronome-steakhouse (10).html
   Scoped to .gn-single-restaurant. Sitewide chrome (nav, footer,
   preloader, fonts, body grain) is owned by base.css.
   ============================================================ */

.gn-single-restaurant {
	--ease: cubic-bezier(0.25, 1, 0.5, 1);
	--ease-sym: cubic-bezier(0.65, 0, 0.35, 1);
	--border-subtle: rgba(255, 255, 255, 0.12);
	background: #000;
	color: #fff;
}

/* ---------- Reveal primitives ----------
 *
 * Clip-reveal animations + the JS line-splitter that produced `.mask-line`
 * wrappers have both been removed. Headings render as plain text and wrap
 * naturally. No mask-line styling needed at this scope.
 */

.gn-single-restaurant .fade { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.gn-single-restaurant .fade.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Top scroll progress hairline ---------- */
.gn-single-restaurant .scroll-progress {
	position: fixed; top: 0; left: 0;
	height: 1px; width: 0%; background: #fff;
	z-index: 1100; transition: width 0.1s linear;
}

/* ---------- HERO ---------- */
.gn-single-restaurant .hero {
	position: relative;
	height: 100vh; height: 100svh; min-height: 640px;
	overflow: hidden;
	background: #000;
}
.gn-single-restaurant .hero-video {
	position: absolute; inset: -10%;
	width: 120%; height: 120%;
	z-index: 0;
	will-change: transform;
}
.gn-single-restaurant .hero-video video,
.gn-single-restaurant .hero-video img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	filter: brightness(0.55) saturate(1.05) contrast(1.05);
}
.gn-single-restaurant .hero-overlay {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.85) 100%),
		radial-gradient(ellipse 60% 80% at 100% 100%, rgba(0,0,0,0.4) 0%, transparent 60%);
}

.gn-single-restaurant .hero-frame {
	position: absolute; inset: 0; z-index: 2;
	padding: clamp(120px, 14vh, 160px) var(--space-page, 32px) clamp(48px, 8vh, 80px);
	display: grid;
	grid-template-rows: auto 1fr auto;
	pointer-events: none;
}
.gn-single-restaurant .hero-frame > * { pointer-events: auto; }

.gn-single-restaurant .hero-top {
	display: flex; justify-content: space-between; align-items: flex-start;
	gap: 24px;
	opacity: 0; transform: translateY(-12px);
	animation: gnRestHeroTopIn 1s var(--ease) 2.2s forwards;
}
@keyframes gnRestHeroTopIn { to { opacity: 1; transform: translateY(0); } }

.gn-single-restaurant .hero-chapter {
	display: inline-flex; align-items: center;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 500;
	letter-spacing: 0.25em; text-transform: uppercase;
	color: rgba(255,255,255,0.7);
}

.gn-single-restaurant .hero-status {
	display: flex; align-items: center; gap: 12px;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 500;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: rgba(255,255,255,0.7);
}
.gn-single-restaurant .hero-status-pulse {
	width: 6px; height: 6px; border-radius: 50%; background: #fff;
	animation: gnRestPulse 2.4s var(--ease-sym) infinite;
}
@keyframes gnRestPulse {
	0%, 100% { opacity: 0.4; transform: scale(0.85); }
	50%      { opacity: 1;   transform: scale(1); }
}
.gn-single-restaurant .hero-status a {
	color: #fff; text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 2px; transition: border-color 0.4s ease;
}
.gn-single-restaurant .hero-status a:hover { border-color: #fff; }

.gn-single-restaurant .hero-mid {
	align-self: end;
	display: flex; justify-content: flex-end;
}
.gn-single-restaurant .hero-by {
	font-family: var(--font-body, 'Outfit', sans-serif); font-weight: 300;
	font-size: clamp(14px, 1.2vw, 18px);
	letter-spacing: 0.08em; color: rgba(255,255,255,0.55);
	max-width: 280px; text-align: right;
	opacity: 0; transform: translateY(12px);
	animation: gnRestHeroByIn 1.2s var(--ease) 2.7s forwards;
}
@keyframes gnRestHeroByIn { to { opacity: 1; transform: translateY(0); } }
.gn-single-restaurant .hero-by em { font-style: italic; color: #fff; }

.gn-single-restaurant .hero-bottom {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 32px;
}

.gn-single-restaurant .hero-title {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(40px, 6.5vw, 112px);
	line-height: 0.92; letter-spacing: -0.005em;
	color: #fff;
	margin: 0;
}
.gn-single-restaurant .hero-title .hero-line-sm {
	display: block;
	font-size: clamp(20px, 1.8vw, 28px);
	line-height: 1; letter-spacing: 0.02em; font-weight: 500;
	color: rgba(255,255,255,0.7);
	margin-bottom: 18px;
}
.gn-single-restaurant .hero-title .mask-line { padding-bottom: 6px; }

.gn-single-restaurant .hero-cta {
	display: inline-block;
	padding: 16px 52px;
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff; text-decoration: none;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 500;
	letter-spacing: 0.22em; text-transform: uppercase;
	transition: all 0.5s var(--ease);
	opacity: 0; transform: translateY(14px);
	animation: gnRestHeroCtaIn 1s var(--ease) 2.9s forwards;
	align-self: end;
}
.gn-single-restaurant .hero-cta:hover {
	background: #fff; color: #000; border-color: #fff;
	letter-spacing: 0.28em;
}
@keyframes gnRestHeroCtaIn { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
	.gn-single-restaurant .hero-frame { padding: 100px var(--space-page, 32px) 40px; }
	.gn-single-restaurant .hero-mid { display: none; }
	.gn-single-restaurant .hero-title { font-size: clamp(44px, 11vw, 96px); }
	.gn-single-restaurant .hero-title .hero-line-sm { font-size: 16px; margin-bottom: 12px; }
}
@media (max-width: 767px) {
	/* ── HERO mobile rebuild ──────────────────────────────────
	 * Strip the hero of three chrome bits per editorial direction —
	 * the `An Argentinian Steakhouse` chapter label, the `Reservations`
	 * link inside the status row, and the `Gastronome` wordmark
	 * (.hero-by inside .hero-mid). Keep only the live status pulse +
	 * "TONIGHT · OPEN TILL X" text + big title + CTA. Tighten padding
	 * so the title gets visual room. */
	.gn-single-restaurant .hero { min-height: 560px; }
	/* Switch hero-frame from grid → flex on mobile so we can re-order the
	 * three children (top / mid / bottom) without juggling grid-row indices.
	 * Title + CTA sit at the bottom of the hero, with the live-status line
	 * tucked just below the CTA — closer to where the user's thumb is. */
	.gn-single-restaurant .hero-frame {
		padding: 88px 20px 32px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 16px;
	}
	.gn-single-restaurant .hero-chapter   { display: none; }
	.gn-single-restaurant .hero-status a  { display: none; }
	.gn-single-restaurant .hero-mid,
	.gn-single-restaurant .hero-by        { display: none; }
	.gn-single-restaurant .hero-top {
		order: 3;   /* renders BELOW hero-bottom, near the CTA */
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-top: 0;
	}
	.gn-single-restaurant .hero-bottom {
		order: 2;
		display: flex; flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.gn-single-restaurant .hero-status {
		font-size: 10px;
		letter-spacing: 0.18em;
		flex-wrap: wrap;
		gap: 10px;
	}
	.gn-single-restaurant .hero-title { font-size: clamp(40px, 12vw, 72px); }
	.gn-single-restaurant .hero-title .hero-line-sm { font-size: 13px; margin-bottom: 10px; }
	.gn-single-restaurant .hero-cta {
		/* Hug content width + force left edge — without these the inline-block
		 * was being stretched by the parent flex column on iOS, painting a
		 * near-full-width button. */
		align-self: flex-start;
		width: fit-content;
		padding: 12px 28px;
		font-size: 10px;
	}

	/* Hide the reserve-visual (cinematic video/poster) that stacked
	 * under BOOK A TABLE on mobile. The reserve copy + CTA carry the
	 * section; the visual added a viewport of weight without context. */
	.gn-single-restaurant .reserve-visual { display: none; }
}

/* ---------- MARQUEE ---------- */
.gn-single-restaurant .marquee {
	border-top: 1px solid var(--border-subtle);
	border-bottom: 1px solid var(--border-subtle);
	overflow: hidden;
	padding: 22px 0;
	background: #000;
	position: relative;
}
.gn-single-restaurant .marquee-track {
	display: flex; align-items: center; gap: 48px;
	width: max-content;
	animation: gnRestMarquee 38s linear infinite;
	will-change: transform;
}
.gn-single-restaurant .marquee-item {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(20px, 2.4vw, 28px); letter-spacing: 0.06em;
	color: #fff; white-space: nowrap;
}
.gn-single-restaurant .marquee-dot {
	width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.4);
}
@keyframes gnRestMarquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* ---------- MANIFESTO ---------- */
.gn-single-restaurant .manifesto {
	padding: clamp(120px, 18vh, 200px) var(--space-page, 32px);
	position: relative;
}
.gn-single-restaurant .manifesto-inner {
	max-width: 1100px; margin: 0 auto;
	text-align: center; position: relative;
}
.gn-single-restaurant .manifesto-overline {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.25em;
	color: #888; margin-bottom: 56px;
}
.gn-single-restaurant .manifesto-overline-rule {
	width: 28px; height: 1px; background: rgba(255,255,255,0.25);
}
.gn-single-restaurant .manifesto-text {
	font-family: var(--font-body, 'Outfit', sans-serif); font-weight: 300;
	font-size: clamp(24px, 3vw, 38px); line-height: 1.5;
}
/* The word-fill animation is gone; render any cached `.word` spans at
 * full brightness so the manifesto reads as a continuous passage. */
.gn-single-restaurant .manifesto-text .word {
	display: inline; color: inherit;
}

/* ---------- CINEMATIC BREAK ---------- */
.gn-single-restaurant .cine-break {
	position: relative;
	min-height: 180vh;
	background: #000;
}
.gn-single-restaurant .cine-break-bg {
	position: sticky; top: 0;
	height: 100vh; height: 100svh;
	margin-bottom: -100vh; margin-bottom: -100svh;
	overflow: hidden;
	z-index: 0;
}
.gn-single-restaurant .cine-break-video {
	position: absolute; inset: -8%;
	width: 116%; height: 116%;
}
.gn-single-restaurant .cine-break-video video,
.gn-single-restaurant .cine-break-video img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	filter: brightness(0.45) saturate(1.05);
}
.gn-single-restaurant .cine-break-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.7) 100%);
}

.gn-single-restaurant .cine-break-fg {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.gn-single-restaurant .cine-break-content {
	height: 100vh; height: 100svh;
	display: flex; align-items: center; justify-content: center;
	padding: 0 var(--space-page, 32px);
}
.gn-single-restaurant .cine-break-quote {
	pointer-events: auto;
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(36px, 6.5vw, 96px);
	line-height: 0.95; letter-spacing: -0.005em;
	color: #fff; text-align: center;
	max-width: 1100px;
}
.gn-single-restaurant .cine-break-quote .quote-soft { color: rgba(255,255,255,0.4); }

.gn-single-restaurant .cine-break-corner {
	position: absolute; bottom: 32px; left: var(--space-page, 32px);
	z-index: 3;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
	color: rgba(255,255,255,0.5);
	display: flex; align-items: center; gap: 12px;
}
.gn-single-restaurant .cine-break-corner-dot {
	width: 4px; height: 4px; border-radius: 50%; background: #fff;
}
.gn-single-restaurant .cine-break-corner-r {
	position: absolute; bottom: 32px; right: var(--space-page, 32px);
	z-index: 3;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
	color: rgba(255,255,255,0.5);
}

@media (max-width: 767px) {
	.gn-single-restaurant .cine-break { min-height: 160vh; }
}

/* ---------- PEOPLE SLIDER ---------- */
.gn-single-restaurant .people {
	padding: clamp(100px, 14vh, 160px) 0;
	border-top: 1px solid var(--border-subtle);
	overflow: hidden;
}
.gn-single-restaurant .people-header {
	max-width: 1440px; margin: 0 auto;
	padding: 0 var(--space-page, 32px) clamp(56px, 8vh, 96px);
	display: flex; justify-content: space-between; align-items: flex-end;
	gap: 32px;
}
.gn-single-restaurant .people-header-left { max-width: 720px; }
.gn-single-restaurant .people-overline {
	display: inline-block;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.25em;
	color: #888; margin-bottom: 20px;
}
.gn-single-restaurant .people-title {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(36px, 5vw, 72px);
	line-height: 0.95; letter-spacing: 0.005em;
}
.gn-single-restaurant .people-title-soft { color: #555; }
.gn-single-restaurant .people-aside {
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 14px; font-weight: 300;
	line-height: 1.6; color: rgba(255,255,255,0.5);
	max-width: 280px; padding-bottom: 8px;
}

.gn-single-restaurant .people-slider {
	max-width: 1440px; margin: 0 auto;
	padding: 0 var(--space-page, 32px);
	position: relative;
}
.gn-single-restaurant .people-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(32px, 5vw, 80px);
	align-items: stretch;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
	cursor: grab;
}
.gn-single-restaurant .people-stage.is-dragging { cursor: grabbing; }
/* Single member — no carousel: kill the grab affordance entirely. */
.gn-single-restaurant .people-slider--single .people-stage { cursor: default; }

.gn-single-restaurant .people-images {
	position: relative;
	aspect-ratio: 4 / 5;
	max-height: 78vh; max-height: 78svh;
	overflow: hidden;
	background: #050505;
}
.gn-single-restaurant .people-image {
	position: absolute; inset: 0;
	will-change: clip-path;
	clip-path: inset(100% 0 0 0);
	transition: clip-path 1.2s var(--ease-sym);
}
.gn-single-restaurant .people-image.is-active { clip-path: inset(0 0 0 0); }
.gn-single-restaurant .people-image img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	filter: brightness(0.85) saturate(0.95);
	transform: scale(1.06);
	transition: transform 1.6s var(--ease);
	will-change: transform;
}
.gn-single-restaurant .people-image.is-active img { transform: scale(1); }
.gn-single-restaurant .people-image::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 100%);
	pointer-events: none;
}
.gn-single-restaurant .people-content {
	position: relative;
	display: grid;
	grid-template-areas: "stack";
	align-items: center;
	padding: clamp(16px, 3vh, 32px) 0;
}
.gn-single-restaurant .person {
	grid-area: stack;
	display: flex; flex-direction: column; justify-content: center;
	opacity: 0; visibility: hidden;
	transition: opacity 0.6s var(--ease), visibility 0s linear 0.6s;
}
.gn-single-restaurant .person.is-active {
	opacity: 1; visibility: visible;
	transition: opacity 0.7s var(--ease) 0.3s, visibility 0s linear 0.3s;
}

.gn-single-restaurant .person-quote {
	font-family: var(--font-body, 'Outfit', sans-serif); font-weight: 300;
	font-size: clamp(18px, 1.7vw, 24px);
	line-height: 1.55;
	color: rgba(255,255,255,0.92);
	max-width: 640px;
	margin-bottom: 48px;
}

.gn-single-restaurant .person-divider {
	width: 40px; height: 1px;
	background: rgba(255,255,255,0.25);
	margin-bottom: 24px;
}

.gn-single-restaurant .person-name {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.05; letter-spacing: 0.005em;
	margin-bottom: 8px;
}
.gn-single-restaurant .person-role {
	font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em;
	color: rgba(255,255,255,0.55);
}

.gn-single-restaurant .person .person-quote,
.gn-single-restaurant .person .person-divider,
.gn-single-restaurant .person .person-name,
.gn-single-restaurant .person .person-role {
	opacity: 0; transform: translateY(14px);
	transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.gn-single-restaurant .person.is-active .person-quote   { transition-delay: 0.45s; opacity: 1; transform: translateY(0); }
.gn-single-restaurant .person.is-active .person-divider { transition-delay: 0.55s; opacity: 1; transform: translateY(0); }
.gn-single-restaurant .person.is-active .person-name    { transition-delay: 0.62s; opacity: 1; transform: translateY(0); }
.gn-single-restaurant .person.is-active .person-role    { transition-delay: 0.7s;  opacity: 1; transform: translateY(0); }

.gn-single-restaurant .people-controls {
	display: flex; align-items: center; justify-content: space-between;
	margin-top: 40px;
	gap: 24px;
}
.gn-single-restaurant .people-progress {
	flex: 1;
	height: 1px; background: rgba(255,255,255,0.08);
	position: relative; overflow: hidden;
	max-width: 480px;
}
.gn-single-restaurant .people-progress-fill {
	position: absolute; inset: 0;
	background: #fff;
	transform: scaleX(0); transform-origin: left;
	transition: transform 0.9s var(--ease);
}
.gn-single-restaurant .people-counter {
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 500;
	letter-spacing: 0.22em; color: #666;
	font-variant-numeric: tabular-nums;
	flex-shrink: 0;
}
.gn-single-restaurant .people-counter strong { color: #fff; font-weight: 500; }
.gn-single-restaurant .people-buttons { display: flex; gap: 8px; flex-shrink: 0; }
.gn-single-restaurant .people-btn {
	width: 44px; height: 44px;
	background: transparent;
	border: 1px solid var(--border-subtle);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 14px; font-weight: 400;
	line-height: 1; padding: 0; cursor: pointer;
	transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.gn-single-restaurant .people-btn:hover { background: #fff; color: #000; border-color: #fff; }
.gn-single-restaurant .people-btn:disabled { opacity: 0.3; pointer-events: none; }

@media (max-width: 1024px) {
	.gn-single-restaurant .people-stage { grid-template-columns: 1fr; }
	.gn-single-restaurant .people-images { aspect-ratio: 16 / 11; max-height: 60vh; max-height: 60svh; }
	.gn-single-restaurant .person-quote { font-size: clamp(16px, 3.6vw, 20px); margin-bottom: 36px; }
	.gn-single-restaurant .person-name { font-size: clamp(24px, 4.5vw, 36px); }
	.gn-single-restaurant .people-header { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 767px) {
	.gn-single-restaurant .people-controls { flex-wrap: wrap; gap: 16px; }
	.gn-single-restaurant .people-progress { order: 3; flex-basis: 100%; }
	.gn-single-restaurant .person-quote { margin-bottom: 28px; }
	.gn-single-restaurant .person-divider { margin-bottom: 18px; }
	.gn-single-restaurant .person-name { margin-bottom: 6px; }
}

/* ---------- ATMOSPHERE GALLERY ---------- */
.gn-single-restaurant .atm {
	position: relative;
	border-top: 1px solid var(--border-subtle);
}
.gn-single-restaurant .atm-header {
	max-width: 1440px; margin: 0 auto;
	padding: clamp(100px, 14vh, 160px) var(--space-page, 32px) clamp(40px, 6vh, 64px);
	display: flex; justify-content: space-between; align-items: end; gap: 32px;
}
.gn-single-restaurant .atm-overline {
	display: block; font-size: 11px; text-transform: uppercase;
	letter-spacing: 0.25em; color: #888; margin-bottom: 20px;
}
.gn-single-restaurant .atm-title {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.05; letter-spacing: 0.005em;
}
.gn-single-restaurant .atm-meta {
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 500;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: #666; padding-bottom: 6px;
}
.gn-single-restaurant .atm-meta strong { color: #fff; font-weight: 500; }

.gn-single-restaurant .atm-pin { height: 440vh; position: relative; }
.gn-single-restaurant .atm-sticky {
	position: sticky; top: 0;
	height: 100vh;
	display: flex; align-items: center;
	overflow: hidden;
}
.gn-single-restaurant .atm-track {
	display: flex; gap: 18px;
	padding: 0 var(--space-page, 32px);
	will-change: transform;
}
.gn-single-restaurant .atm-card {
	flex-shrink: 0;
	position: relative; overflow: hidden;
	border-radius: 8px;
	height: 70vh; min-height: 460px;
}
.gn-single-restaurant .atm-card-lg   { width: 540px; }
.gn-single-restaurant .atm-card-md   { width: 380px; }
.gn-single-restaurant .atm-card-sm   { width: 320px; }
.gn-single-restaurant .atm-card-tall { width: 360px; height: 78vh; min-height: 520px; }

.gn-single-restaurant .atm-card-media {
	position: absolute; inset: -8%;
	width: 116%; height: 116%;
	will-change: transform;
}
.gn-single-restaurant .atm-card-media img,
.gn-single-restaurant .atm-card-media video {
	width: 100%; height: 100%; object-fit: cover; display: block;
	filter: brightness(0.85) saturate(0.95);
	transition: filter 0.7s ease, transform 1.2s var(--ease);
}
.gn-single-restaurant .atm-card:hover .atm-card-media img,
.gn-single-restaurant .atm-card:hover .atm-card-media video {
	filter: brightness(1) saturate(1);
}
.gn-single-restaurant .atm-card::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
	pointer-events: none;
}
.gn-single-restaurant .atm-card-caption {
	position: absolute; left: 22px; bottom: 22px; z-index: 2;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
	color: rgba(255,255,255,0.85);
	display: flex; align-items: center; gap: 10px;
}
.gn-single-restaurant .atm-card-num {
	font-variant-numeric: tabular-nums; color: rgba(255,255,255,0.55);
}
.gn-single-restaurant .atm-card-live {
	width: 6px; height: 6px; border-radius: 50%; background: #fff;
	animation: gnRestPulse 2.4s var(--ease-sym) infinite;
}

.gn-single-restaurant .atm-counter {
	position: absolute; bottom: 32px; right: var(--space-page, 32px);
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.45);
	font-variant-numeric: tabular-nums; z-index: 4;
}

@media (max-width: 1024px) {
	.gn-single-restaurant .atm-pin { height: 320vh; }
	.gn-single-restaurant .atm-card-lg   { width: 80vw; }
	.gn-single-restaurant .atm-card-md   { width: 60vw; }
	.gn-single-restaurant .atm-card-sm   { width: 55vw; }
	.gn-single-restaurant .atm-card-tall { width: 65vw; height: 70vh; }
	.gn-single-restaurant .atm-header { flex-direction: column; align-items: flex-start; }
}

/* ---------- RESERVATION ---------- */
.gn-single-restaurant .reserve {
	border-top: 1px solid var(--border-subtle);
	display: grid; grid-template-columns: 1fr 1fr;
	min-height: 80vh;
}
.gn-single-restaurant .reserve-info {
	padding: clamp(80px, 12vh, 140px) clamp(48px, 5vw, 80px);
	display: flex; flex-direction: column; justify-content: center;
}
.gn-single-restaurant .reserve-overline {
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.25em;
	color: #888; margin-bottom: 20px; display: block;
}
.gn-single-restaurant .reserve-title {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(36px, 4.5vw, 64px);
	line-height: 1; letter-spacing: 0.005em;
	margin-bottom: 48px;
}

.gn-single-restaurant .reserve-rows { margin-bottom: 48px; }
.gn-single-restaurant .reserve-row {
	display: grid; grid-template-columns: 120px 1fr;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--border-subtle);
}
.gn-single-restaurant .reserve-row:first-child { border-top: 1px solid var(--border-subtle); }
.gn-single-restaurant .reserve-label {
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
	color: rgba(255,255,255,0.45);
	padding-top: 4px;
}
.gn-single-restaurant .reserve-value {
	font-size: 15px; line-height: 1.6;
	color: rgba(255,255,255,0.85);
}
.gn-single-restaurant .reserve-value a {
	color: inherit; text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 1px; transition: border-color 0.4s ease;
}
.gn-single-restaurant .reserve-value a:hover { border-color: #fff; }

.gn-single-restaurant .reserve-cta {
	display: inline-flex; align-items: center; gap: 12px;
	align-self: start;
	padding: 16px 40px;
	background: #fff; color: #000;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 12px; font-weight: 600;
	letter-spacing: 0.18em; text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	transition: all 0.4s ease;
}
.gn-single-restaurant .reserve-cta:hover { background: transparent; color: #fff; }
.gn-single-restaurant .reserve-cta-arrow { transition: transform 0.3s ease; display: inline-block; }
.gn-single-restaurant .reserve-cta:hover .reserve-cta-arrow { transform: translateX(4px); }

.gn-single-restaurant .reserve-visual {
	position: relative; overflow: hidden;
	background: #050505;
}
.gn-single-restaurant .reserve-visual video,
.gn-single-restaurant .reserve-visual img {
	position: absolute; inset: -8%;
	width: 116%; height: 116%;
	object-fit: cover; display: block;
	filter: brightness(0.65) saturate(0.95);
	will-change: transform;
}
.gn-single-restaurant .reserve-visual::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 40%);
}

@media (max-width: 1024px) {
	.gn-single-restaurant .reserve { grid-template-columns: 1fr; }
	.gn-single-restaurant .reserve-visual { height: 60vh; height: 60svh; }
	.gn-single-restaurant .reserve-row { grid-template-columns: 100px 1fr; }
}

/* ---------- FINAL CINEMATIC CTA ---------- */
.gn-single-restaurant .final {
	position: relative;
	height: 100vh; height: 100svh; min-height: 600px;
	overflow: hidden;
	border-top: 1px solid var(--border-subtle);
}
.gn-single-restaurant .final-video {
	position: absolute; inset: -10%;
	width: 120%; height: 120%;
	will-change: transform;
}
.gn-single-restaurant .final-video video,
.gn-single-restaurant .final-video img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	filter: brightness(0.4) saturate(0.95);
}
.gn-single-restaurant .final-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.85) 100%);
}
.gn-single-restaurant .final-content {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	text-align: center;
	padding: 0 var(--space-page, 32px);
}
.gn-single-restaurant .final-overline {
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.25em;
	color: rgba(255,255,255,0.55); margin-bottom: 32px; display: block;
}
.gn-single-restaurant .final-heading {
	font-family: var(--font-display, 'Oswald', sans-serif); font-weight: 700;
	font-size: clamp(40px, 6vw, 96px);
	line-height: 0.95; letter-spacing: 0.005em;
	margin-bottom: 24px;
}
.gn-single-restaurant .final-sub {
	font-family: var(--font-body, 'Outfit', sans-serif); font-weight: 300;
	font-size: clamp(16px, 1.4vw, 20px);
	color: rgba(255,255,255,0.7);
	max-width: 540px; line-height: 1.6;
	margin-bottom: 56px;
}
.gn-single-restaurant .final-cta {
	display: inline-block;
	padding: 18px 60px;
	background: #fff; color: #000;
	font-family: var(--font-body, 'Outfit', sans-serif); font-size: 11px; font-weight: 600;
	letter-spacing: 0.22em; text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s var(--ease);
}
.gn-single-restaurant .final-cta:hover {
	background: transparent; color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
	letter-spacing: 0.28em;
}

.gn-single-restaurant .final-corner {
	position: absolute; bottom: 28px; left: var(--space-page, 32px); z-index: 3;
	font-size: 10px; text-transform: uppercase; letter-spacing: 0.25em;
	color: rgba(255,255,255,0.4);
	display: flex; align-items: center; gap: 12px;
}
.gn-single-restaurant .final-corner-dot {
	width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.6);
}
.gn-single-restaurant .final-corner-r {
	position: absolute; bottom: 28px; right: var(--space-page, 32px); z-index: 3;
	font-size: 10px; text-transform: uppercase; letter-spacing: 0.25em;
	color: rgba(255,255,255,0.4);
}

/* ─────────────────────────────────────────────────────────────────────────
 *  Mobile rebuild — single-restaurant
 *
 *  Audited mobile bugs (all addressed below):
 *   1. `.cine-break` used a `min-height: 180vh` parent + sticky bg + `100vh`
 *      content trick — the sticky/overflow combo glitches on iOS during
 *      URL-bar collapse and the section consumed ~2 viewports of empty
 *      scroll. Rebuilt as a single-viewport image-with-overlaid-quote.
 *   2. `.atm-pin` was a JS-driven horizontal scroll-pin: 440vh/320vh tall
 *      sticky container, a JS scroll handler translating the .atm-track
 *      every frame. On iOS this was 3.2 viewports of empty scroll + a
 *      fight with native momentum. Replaced with a native horizontal
 *      overflow-x carousel.
 *   3. `.final` and `.reserve-visual` used bare `100vh` / `60vh` — iOS
 *      URL-bar collapse triggered height jumps. svh fallback added.
 *   4. `.people-image` had `will-change: clip-path` + 1.2s clip-path
 *      transition — clip-path with will-change is a mobile GPU killer.
 *      will-change dropped on touch (global rule in base.css already
 *      forces will-change:auto under coarse pointer).
 *   5. JS scroll handlers (videoParallax, atmScroll, fillManifesto) are
 *      now skipped on touch by single-restaurant.js — see that file.
 *   6. `.hero` already had svh fallback; left alone.
 *
 *  All overrides scoped to `@media (max-width: 767px)` so desktop +
 *  tablet behaviour is preserved.
 * ─────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {

	/* CINE-BREAK — drop the sticky-pin trick. One viewport tall, no overflow
	   tricks, quote rendered statically over the video poster. */
	.gn-single-restaurant .cine-break {
		min-height: 0;
		height: auto;
		aspect-ratio: 4 / 5;
		max-height: 100svh;
		position: relative;
		overflow: hidden;
	}
	.gn-single-restaurant .cine-break-bg {
		position: absolute; inset: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.gn-single-restaurant .cine-break-video {
		position: absolute; inset: 0;
		width: 100%; height: 100%;
	}
	.gn-single-restaurant .cine-break-fg {
		position: relative; z-index: 1;
		height: 100%;
	}
	.gn-single-restaurant .cine-break-content {
		height: 100%;
		padding: 0 20px;
	}
	.gn-single-restaurant .cine-break-quote {
		font-size: clamp(28px, 8vw, 48px);
	}
	.gn-single-restaurant .cine-break-corner,
	.gn-single-restaurant .cine-break-corner-r {
		font-size: 9px; letter-spacing: 0.18em;
		bottom: 18px;
	}
	.gn-single-restaurant .cine-break-corner   { left: 18px; }
	.gn-single-restaurant .cine-break-corner-r { right: 18px; }

	/* ATMOSPHERE — native horizontal scroll. Kill the JS pin entirely.
	 *
	 * The first card needs to sit 20px from the left edge at rest AND
	 * scroll-snap to that same 20px gutter when the user lets go of the
	 * gesture. Previously the track had `padding: 0 16px` which gave the
	 * visual gutter but the scroll-snap-align: start ignored it (snap is
	 * measured against the SCROLL container's content edge, not the
	 * track's padding) — so at rest cards sat 16px in but after a swipe
	 * snapped to the edge. The clean fix is `scroll-padding-inline:` on
	 * the scroll container itself, which scroll-snap respects, plus
	 * matching `padding` on the inner track for the resting visual. */
	.gn-single-restaurant .atm-pin {
		height: auto !important;
		position: relative;
	}
	.gn-single-restaurant .atm-sticky {
		position: relative !important;
		top: auto !important;
		height: auto !important;
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
		scroll-padding-inline: 20px;
		padding-bottom: 24px;
	}
	.gn-single-restaurant .atm-sticky::-webkit-scrollbar { display: none; }
	.gn-single-restaurant .atm-track {
		display: flex;
		gap: 12px;
		padding: 0 20px;
		width: max-content;
		will-change: auto;
		transform: none !important;
	}
	.gn-single-restaurant .atm-card,
	.gn-single-restaurant .atm-card-lg,
	.gn-single-restaurant .atm-card-md,
	.gn-single-restaurant .atm-card-sm,
	.gn-single-restaurant .atm-card-tall {
		flex: 0 0 auto;
		width: 75vw;
		max-width: 320px;
		height: auto;
		aspect-ratio: 3 / 4;
		min-height: 0;
		max-height: 65svh;
		scroll-snap-align: start;
	}
	.gn-single-restaurant .atm-card-media {
		inset: 0;
		width: 100%; height: 100%;
		will-change: auto;
	}
	.gn-single-restaurant .atm-counter { display: none; }
	.gn-single-restaurant .atm-card { -webkit-tap-highlight-color: transparent; }

	/* RESERVE visual — svh fallback so it doesn't jump with URL bar. */
	.gn-single-restaurant .reserve { min-height: 0; }
	.gn-single-restaurant .reserve-visual {
		height: 60vh;
		height: 60svh;
		min-height: 280px;
	}
	.gn-single-restaurant .reserve-info {
		padding: clamp(56px, 8vh, 80px) clamp(20px, 5vw, 32px);
	}
	.gn-single-restaurant .reserve-title { margin-bottom: 28px; }
	.gn-single-restaurant .reserve-rows  { margin-bottom: 32px; }
	.gn-single-restaurant .reserve-row {
		grid-template-columns: 88px 1fr;
		gap: 14px; padding: 16px 0;
	}
	.gn-single-restaurant .reserve-label { font-size: 10px; letter-spacing: 0.18em; }
	.gn-single-restaurant .reserve-value { font-size: 14px; }
	.gn-single-restaurant .reserve-cta   { padding: 14px 30px; font-size: 11px; }

	/* FINAL — svh fallback so URL-bar collapse doesn't shift the layout. */
	.gn-single-restaurant .final {
		height: 100vh;
		height: 100svh;
		min-height: 520px;
	}
	.gn-single-restaurant .final-content { padding: 0 24px; }
	.gn-single-restaurant .final-overline { margin-bottom: 24px; }
	.gn-single-restaurant .final-heading  { font-size: clamp(32px, 9vw, 48px); margin-bottom: 18px; }
	.gn-single-restaurant .final-sub      { font-size: 14px; margin-bottom: 36px; }
	.gn-single-restaurant .final-cta      { padding: 14px 40px; font-size: 10px; }
	.gn-single-restaurant .final-corner,
	.gn-single-restaurant .final-corner-r { font-size: 9px; bottom: 18px; }
	.gn-single-restaurant .final-corner   { left: 18px; }
	.gn-single-restaurant .final-corner-r { right: 18px; }

	/* MARQUEE — tighten gap so the 6-item track fits the screen better. */
	.gn-single-restaurant .marquee-track { gap: 28px; }
	.gn-single-restaurant .marquee-item  { font-size: 18px; }

	/* MANIFESTO — tighter padding on mobile, smaller font for legibility. */
	.gn-single-restaurant .manifesto      { padding: clamp(64px, 12vh, 96px) 20px; }
	.gn-single-restaurant .manifesto-text { font-size: clamp(18px, 4.5vw, 24px); line-height: 1.45; }
	.gn-single-restaurant .manifesto-overline { margin-bottom: 32px; }

	/* PEOPLE — reduce GPU work + tighten the gap above the section
	 * (was clamp(56-96px) above the heading — too much air between the
	 * cine-break video and `PEOPLE BEHIND STEAKHOUSE`) + move the
	 * counter/progress/buttons row ABOVE the photo so the navigation is
	 * thumb-accessible without scrolling past the slider. */
	.gn-single-restaurant .people-image { will-change: auto; transition: opacity 0.5s ease, clip-path 0.8s var(--ease-sym); }
	.gn-single-restaurant .people-image img { will-change: auto; transition: transform 1.2s var(--ease); }
	.gn-single-restaurant .people-header { padding: 32px 20px 20px; }
	.gn-single-restaurant .people-slider {
		padding: 0 20px;
		display: flex; flex-direction: column;
	}
	.gn-single-restaurant .people-stage { order: 2; }
	.gn-single-restaurant .people-controls {
		order: 1;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.gn-single-restaurant .people-images { aspect-ratio: 4 / 5; max-height: 70svh; }
	.gn-single-restaurant .people-btn    { width: 40px; height: 40px; }

	/* Generic touch-tap defence on every interactive surface. */
	.gn-single-restaurant a,
	.gn-single-restaurant button { -webkit-tap-highlight-color: transparent; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.gn-single-restaurant *, .gn-single-restaurant *::before, .gn-single-restaurant *::after {
		animation-duration: 0.01ms !important; transition-duration: 0.01ms !important;
	}
	.gn-single-restaurant .fade { opacity: 1 !important; transform: none !important; }
	.gn-single-restaurant .marquee-track { animation: none !important; }
	.gn-single-restaurant .hero-status-pulse,
	.gn-single-restaurant .atm-card-live { animation: none !important; opacity: 1 !important; }
	.gn-single-restaurant .person { opacity: 1 !important; visibility: visible !important; }
	.gn-single-restaurant .person:not(.is-active) { display: none; }
	.gn-single-restaurant .people-image { clip-path: inset(0 0 0 0) !important; }
	.gn-single-restaurant .people-image:not(.is-active) { display: none; }
}
