/* =========================================================================
   Pizza Yiro - Theme & Experience
   Dark, warm, Mediterranean street-food design system.
   ========================================================================= */

:root {
	--py-ink: #16100c;
	--py-coal: #211912;
	--py-coal-2: #2a2018;
	--py-cream: #f7efe2;
	--py-cream-dim: #cdbfa9;
	--py-red: #2d9cdb;
	--py-red-deep: #1f7fb8;
	--py-gold: #f7a823;
	--py-blue: #2d9cdb;
	--py-line: rgba(247, 239, 226, 0.12);
	--py-radius: 18px;
	--py-font-display: 'Anton', 'Arial Narrow', sans-serif;
	--py-font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
	--py-font-script: 'Caveat', cursive;
	--py-header-h: 64px;
	--py-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.65);
}

/* ---- Base ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--py-header-h) + 30px);
}

body.py-body {
	margin: 0;
	background:
		radial-gradient(1200px 700px at 85% -10%, rgba(247, 168, 35, 0.10), transparent 60%),
		radial-gradient(900px 600px at -10% 30%, rgba(77, 143, 179, 0.08), transparent 55%),
		var(--py-ink);
	color: var(--py-cream);
	font-family: var(--py-font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.py-body *,
.py-body *::before,
.py-body *::after { box-sizing: border-box; }

.py-body img { max-width: 100%; display: block; }

/* The hidden attribute must always win, even over display rules below
   (fixes the lightbox showing fullscreen on page load). */
.py-body [hidden] { display: none !important; }

.py-body a { color: inherit; text-decoration: none; }

.py-body h1, .py-body h2, .py-body h3, .py-body h4 {
	font-family: var(--py-font-display);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.05;
	margin: 0 0 0.4em;
	text-transform: uppercase;
}

.py-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.py-section { padding: clamp(72px, 9vw, 120px) 0; position: relative; }

.py-kicker {
	font-family: var(--py-font-script);
	font-size: clamp(20px, 2.4vw, 26px);
	color: var(--py-gold);
	margin: 0 0 10px;
	letter-spacing: 0.02em;
}

.py-section-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.py-section-head h2 { font-size: clamp(38px, 5.5vw, 64px); }
.py-section-sub { color: var(--py-cream-dim); margin: 0; }

.py-script { font-family: var(--py-font-script); }

.py-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--py-red);
	color: #fff;
	padding: 10px 18px;
	z-index: 200;
	border-radius: 0 0 10px 0;
}
.py-skip:focus { left: 0; }

/* ---- Buttons ---------------------------------------------------------- */

.py-btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

button,
.py-btn,
.py-tab,
.py-om-step,
.py-special-order,
#py-top {
	touch-action: manipulation;
}

.py-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	will-change: transform;
}

.py-btn svg { width: 20px; height: 20px; flex: none; }

.py-btn-primary {
	background: linear-gradient(135deg, var(--py-gold), #dd8e0b);
	color: var(--py-ink);
	box-shadow: 0 12px 30px -10px rgba(247, 168, 35, 0.5);
}
.py-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -10px rgba(247, 168, 35, 0.65); }

.py-btn-ghost {
	border-color: var(--py-line);
	color: var(--py-cream);
	background: rgba(247, 239, 226, 0.04);
}
.py-btn-ghost:hover { border-color: var(--py-gold); color: var(--py-gold); transform: translateY(-3px); }

.py-btn-small { padding: 10px 20px; font-size: 14px; background: rgba(247, 239, 226, 0.08); border-color: var(--py-line); }
.py-btn-small:hover { background: var(--py-gold); border-color: var(--py-gold); color: var(--py-ink); }

/* ---- Announcement bar -------------------------------------------------- */

.py-announce {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(90deg, #e08f0f, var(--py-gold));
	color: var(--py-ink);
	font-size: 13.5px;
	font-weight: 700;
	padding: 8px 44px 8px 16px;
	position: relative;
	z-index: 60;
}
.py-announce p { margin: 0; display: flex; align-items: center; gap: 8px; }
.py-announce svg { width: 15px; height: 15px; }
.py-announce-close {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(22, 16, 12, 0.12);
	border: 0;
	color: var(--py-ink);
	font-size: 20px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	opacity: 0.85;
}
.py-announce-close:hover { opacity: 1; background: rgba(22, 16, 12, 0.22); }

/* ---- Header ------------------------------------------------------------ */

.py-header {
	position: sticky;
	top: 12px;
	z-index: 100;
	padding: 0 16px;
}

/* Floating glass pill. */
.py-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: var(--py-header-h);
	width: min(1180px, 100%);
	margin-inline: auto;
	padding: 0 12px 0 22px;
	position: relative;
	overflow: hidden;
	border-radius: 999px;
	background-color: rgba(22, 16, 12, 0.55);
	background-image: linear-gradient(135deg, rgba(247, 239, 226, 0.07), rgba(247, 239, 226, 0.015));
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	border: 1px solid rgba(247, 239, 226, 0.10);
	box-shadow: 0 14px 40px -18px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(247, 239, 226, 0.06);
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.py-header.is-scrolled .py-header-inner {
	background-color: rgba(22, 16, 12, 0.84);
	border-color: rgba(247, 239, 226, 0.16);
}

.py-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; pointer-events: none; }
.py-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--py-gold), #ffd27a);
	transition: width 0.1s linear;
}

.py-logo img { height: 38px; width: auto; }
.py-logo-text { font-family: var(--py-font-display); font-size: 26px; letter-spacing: 0.04em; }
.py-logo-text em { font-style: normal; color: var(--py-red); }

.py-nav { display: flex; align-items: center; gap: 18px; }
.py-nav a {
	font-weight: 600;
	font-size: 13.5px;
	color: var(--py-cream-dim);
	position: relative;
	padding: 6px 0;
	white-space: nowrap;
	transition: color 0.2s ease;
}
.py-nav a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--py-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.py-nav a:hover, .py-nav a.is-current { color: var(--py-cream); }
.py-nav a:hover::after, .py-nav a.is-current::after { transform: scaleX(1); }

.py-nav .py-nav-cta {
	background: linear-gradient(135deg, var(--py-gold), #dd8e0b);
	color: var(--py-ink);
	padding: 10px 22px;
	border-radius: 999px;
	box-shadow: 0 10px 24px -10px rgba(247, 168, 35, 0.5);
}
.py-nav .py-nav-cta::after { display: none; }
.py-nav .py-nav-cta:hover { transform: translateY(-2px); }

.py-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	padding: 10px;
	cursor: pointer;
}
.py-burger span {
	width: 24px;
	height: 2px;
	background: var(--py-cream);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.py-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.py-burger.is-open span:nth-child(2) { opacity: 0; }
.py-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Hero -------------------------------------------------------------- */

.py-hero {
	position: relative;
	min-height: calc(100svh - var(--py-header-h));
	display: flex;
	align-items: center;
	padding: clamp(48px, 7vw, 90px) 0;
	overflow: hidden;
}

.py-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.py-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
.py-blob-1 { width: 480px; height: 480px; background: rgba(247, 168, 35, 0.28); top: -120px; right: -80px; animation: py-drift 14s ease-in-out infinite alternate; }
.py-blob-2 { width: 380px; height: 380px; background: rgba(77, 143, 179, 0.25); bottom: -100px; left: -120px; animation: py-drift 18s ease-in-out infinite alternate-reverse; }

@keyframes py-drift {
	from { transform: translate(0, 0) scale(1); }
	to   { transform: translate(40px, 30px) scale(1.08); }
}

.py-grain {
	position: absolute;
	inset: 0;
	opacity: 0.05;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.py-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(32px, 6vw, 72px);
	align-items: center;
	position: relative;
}

.py-hero-title {
	font-size: clamp(44px, 7vw, 92px);
	margin: 0 0 22px;
}
.py-hero-title .py-line {
	display: block;
	opacity: 0;
	transform: translateY(28px);
	animation: py-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
	animation-delay: var(--d, 0ms);
}
.py-hero-title .py-line-accent {
	color: transparent;
	-webkit-text-stroke: 1.5px var(--py-gold);
}

@keyframes py-rise {
	to { opacity: 1; transform: translateY(0); }
}

.py-hero-sub {
	color: var(--py-cream-dim);
	font-size: clamp(16px, 1.6vw, 19px);
	max-width: 52ch;
	margin: 0 0 30px;
}

.py-hero-buttons { margin-bottom: 0; }

.py-hero-visual { position: relative; display: grid; place-items: center; min-height: 360px; }

.py-hero-img {
	margin: 0;
	width: min(440px, 88%);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: var(--py-shadow), 0 0 0 10px rgba(247, 239, 226, 0.04);
	animation: py-float 7s ease-in-out infinite;
}
.py-hero-img img { width: 100%; height: 100%; object-fit: cover; }

@keyframes py-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

.py-hero-ring {
	position: absolute;
	width: min(520px, 102%);
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1.5px dashed rgba(247, 168, 35, 0.45);
	animation: py-spin 40s linear infinite;
}

@keyframes py-spin { to { transform: rotate(360deg); } }

.py-hero-card {
	position: absolute;
	background: rgba(33, 25, 18, 0.9);
	backdrop-filter: blur(8px);
	border: 1px solid var(--py-line);
	border-radius: 14px;
	padding: 12px 18px;
	box-shadow: var(--py-shadow);
	display: grid;
	gap: 2px;
	animation: py-float 6s ease-in-out infinite;
}
.py-hero-card strong { font-family: var(--py-font-display); letter-spacing: 0.03em; color: var(--py-gold); font-weight: 400; }
.py-hero-card strong.py-script { font-family: var(--py-font-script); font-size: 24px; color: var(--py-red); }
.py-hero-card span { font-size: 12.5px; color: var(--py-cream-dim); }
.py-hero-card-1 { top: 8%; left: -2%; animation-delay: 0.8s; }
.py-hero-card-2 { bottom: 10%; right: 0; animation-delay: 1.6s; }

/* Polaroid-style snapshots floating around the hero plate. */
.py-hero-snap {
	position: absolute;
	margin: 0;
	width: 140px;
	background: var(--py-cream);
	padding: 6px 6px 20px;
	border-radius: 10px;
	box-shadow: var(--py-shadow);
	z-index: 2;
	animation: py-snap-float 9s ease-in-out infinite;
}
.py-hero-snap img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}
.py-hero-snap-1 { --rot: 7deg; top: -2%; right: 1%; animation-delay: 0.9s; }
.py-hero-snap-2 { --rot: -8deg; bottom: -2%; left: 1%; animation-delay: 2.4s; }

@keyframes py-snap-float {
	0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
	50% { transform: translateY(-12px) rotate(var(--rot, 0deg)); }
}

.py-scroll-hint {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	width: 26px;
	height: 42px;
	border: 2px solid var(--py-line);
	border-radius: 14px;
	display: grid;
	justify-content: center;
	padding-top: 8px;
}
.py-scroll-hint span {
	width: 3px;
	height: 8px;
	background: var(--py-gold);
	border-radius: 3px;
	animation: py-hint 1.6s ease-in-out infinite;
}
@keyframes py-hint {
	0% { transform: translateY(0); opacity: 1; }
	70% { transform: translateY(12px); opacity: 0; }
	100% { transform: translateY(0); opacity: 0; }
}

/* ---- Floating brand icons ------------------------------------------------ */

.py-floaties {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}
/* Site-wide variant: a fixed layer that drifts behind every section. */
.py-floaties-page {
	position: fixed;
	z-index: -1;
}
.py-floatie {
	position: absolute;
	width: 44px;
	height: 44px;
	color: var(--py-gold);
	opacity: 0.10;
	animation: py-floatie 9s ease-in-out infinite;
}
.py-floatie svg { width: 100%; height: 100%; }
/* Alternate between the brand yellow and the logo blue, like the logo. */
.py-floatie:nth-child(even) { color: var(--py-blue); }
.py-floatie-1 { top: 14%; left: 4%; }
.py-floatie-2 { top: 62%; left: 7%; width: 34px; height: 34px; animation-delay: 2s; animation-duration: 11s; }
.py-floatie-3 { top: 16%; right: 5%; animation-delay: 1s; }
.py-floatie-4 { bottom: 16%; right: 9%; width: 36px; height: 36px; animation-delay: 3.2s; animation-duration: 10s; }
.py-floatie-5 { top: 44%; left: 47%; width: 30px; height: 30px; animation-delay: 4.4s; opacity: 0.07; }
.py-floatie-6 { bottom: 8%; left: 28%; width: 38px; height: 38px; animation-delay: 5.6s; animation-duration: 12s; }
.py-floatie-7 { top: 72%; right: 3%; width: 32px; height: 32px; animation-delay: 1.6s; animation-duration: 10s; }
.py-floatie-8 { top: 34%; left: 13%; width: 26px; height: 26px; animation-delay: 6.4s; opacity: 0.08; }
.py-floatie-9 { bottom: 22%; left: 52%; width: 28px; height: 28px; animation-delay: 7.2s; opacity: 0.08; animation-duration: 12s; }
.py-floatie-10 { top: 6%; left: 32%; width: 30px; height: 30px; animation-delay: 2.8s; opacity: 0.08; }
.py-floatie-11 { top: 24%; right: 22%; width: 30px; height: 30px; animation-delay: 3.6s; animation-duration: 10s; opacity: 0.08; }
.py-floatie-12 { top: 54%; right: 15%; width: 34px; height: 34px; animation-delay: 8s; animation-duration: 11s; opacity: 0.09; }
.py-floatie-13 { bottom: 30%; right: 31%; width: 26px; height: 26px; animation-delay: 5s; animation-duration: 12s; opacity: 0.07; }
.py-floatie-14 { top: 82%; left: 18%; width: 30px; height: 30px; animation-delay: 2.4s; animation-duration: 10s; opacity: 0.08; }
.py-floatie-15 { top: 10%; left: 60%; width: 28px; height: 28px; animation-delay: 6.8s; animation-duration: 12s; opacity: 0.07; }
.py-floatie-16 { bottom: 42%; left: 6%; width: 32px; height: 32px; animation-delay: 4s; animation-duration: 10s; opacity: 0.08; }
.py-floatie-17 { top: 50%; left: 28%; width: 26px; height: 26px; animation-delay: 9s; animation-duration: 11s; opacity: 0.06; }
.py-floatie-18 { bottom: 14%; right: 46%; width: 30px; height: 30px; animation-delay: 1.2s; animation-duration: 12s; opacity: 0.08; }

@keyframes py-floatie {
	0%, 100% { transform: translate(0, 0) rotate(-8deg); }
	25% { transform: translate(9px, -16px) rotate(6deg); }
	50% { transform: translate(0, -30px) rotate(10deg); }
	75% { transform: translate(-9px, -14px) rotate(-5deg); }
}

/* ---- Marquee ------------------------------------------------------------ */

.py-marquee {
	overflow: hidden;
	border-block: 1px solid var(--py-line);
	background: var(--py-coal);
	padding: 16px 0;
	transform: rotate(-1deg) scale(1.02);
}
.py-marquee-track { display: flex; width: max-content; animation: py-marquee 28s linear infinite; }
.py-marquee-group { display: flex; align-items: center; }
.py-marquee-group span {
	font-family: var(--py-font-display);
	text-transform: uppercase;
	font-size: clamp(18px, 2.4vw, 26px);
	letter-spacing: 0.06em;
	color: var(--py-cream);
	padding: 0 18px;
	white-space: nowrap;
}
.py-marquee-group i { color: var(--py-red); font-style: normal; }

@keyframes py-marquee { to { transform: translateX(-50%); } }

/* ---- Food film strip ------------------------------------------------------ */

.py-foodstrip { overflow: hidden; padding: 30px 0 8px; }
.py-foodstrip-track {
	display: flex;
	width: max-content;
	animation: py-marquee 55s linear infinite;
}
.py-foodstrip:hover .py-foodstrip-track { animation-play-state: paused; }
.py-foodstrip-group { display: flex; gap: 18px; padding-right: 18px; }
.py-foodstrip-item {
	margin: 0;
	width: clamp(200px, 24vw, 300px);
	aspect-ratio: 3 / 2;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--py-line);
	box-shadow: 0 16px 36px -20px rgba(0, 0, 0, 0.6);
	transform: rotate(-1.2deg);
}
.py-foodstrip-group .py-foodstrip-item:nth-child(even) { transform: rotate(1.2deg); }
.py-foodstrip-item img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Promotions ---------------------------------------------------------- */

/* The promotions section doubles as the page's opening hero: the drifting
   blobs, grain and floating brand icons sit behind a compact, specials-first
   lead with a clear order call to action — hero feel, no extra clutter. */
.py-promos-hero { overflow: hidden; }
.py-promos-lead {
	max-width: 740px;
	margin-inline: auto;
	margin-bottom: clamp(36px, 5vw, 60px);
	text-align: center;
}
.py-promos-lead h1 { font-size: clamp(44px, 6.5vw, 76px); margin: 0 0 16px; color: var(--py-blue); }
.py-promos-lead .py-section-sub { max-width: 56ch; margin: 0 auto; }
.py-promos-cta { justify-content: center; margin-top: 28px; }

.py-promo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.py-promo {
	position: relative;
	background: linear-gradient(160deg, var(--py-coal-2), var(--py-coal));
	border: 1px solid var(--py-line);
	border-radius: var(--py-radius);
	padding: 30px 28px;
	overflow: hidden;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.py-promo::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(420px 200px at var(--mx, 50%) var(--my, 0%), rgba(247, 168, 35, 0.12), transparent 60%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.py-promo:hover { transform: translateY(-6px); border-color: rgba(247, 168, 35, 0.4); box-shadow: var(--py-shadow); }
.py-promo:hover::before { opacity: 1; }

/* The actual special flyer, tappable to view full screen. */
.py-promo-flyer {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	cursor: zoom-in;
	width: calc(100% + 56px);
	height: 230px;
	margin: -30px -28px 18px;
	overflow: hidden;
	background: var(--py-coal);
}
.py-promo-flyer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.5s ease;
}
.py-promo-flyer:hover img { transform: scale(1.04); }
.py-promo-flyer::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(33, 25, 18, 0) 60%, rgba(33, 25, 18, 0.96));
	pointer-events: none;
}
.py-promo-flyer-zoom {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(22, 16, 12, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(247, 239, 226, 0.16);
	color: var(--py-gold);
	font-size: 19px;
	line-height: 1;
	z-index: 2;
}

.py-promo-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--py-blue);
	margin: 0 0 14px;
}
.py-promo h3 { font-size: clamp(26px, 2.6vw, 34px); }
.py-promo h3 span { color: var(--py-red); }
.py-promo p { color: var(--py-cream-dim); font-size: 14.5px; margin: 0 0 22px; }

.py-promo-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	background: var(--py-red);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 6px 12px;
	border-radius: 999px;
	animation: py-pulse 1.8s ease-in-out infinite;
}
@keyframes py-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(45, 156, 219, 0.6); }
	60% { box-shadow: 0 0 0 12px rgba(45, 156, 219, 0); }
}

/* ---- Menu ----------------------------------------------------------------- */

.py-menu-tools { display: grid; gap: 18px; margin-bottom: 30px; }

.py-search input {
	width: 100%;
	max-width: 460px;
	background: var(--py-coal);
	border: 1.5px solid var(--py-line);
	border-radius: 999px;
	color: var(--py-cream);
	font: inherit;
	font-size: 16px;
	padding: 14px 24px;
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}
.py-search input::placeholder { color: rgba(205, 191, 169, 0.55); }
.py-search input:focus { border-color: var(--py-gold); box-shadow: 0 0 0 4px rgba(247, 168, 35, 0.15); }

.py-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scrollbar-color: var(--py-coal-2) transparent;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
}
.py-tab { scroll-snap-align: start; }
.py-tab {
	flex: none;
	background: var(--py-coal);
	border: 1.5px solid var(--py-line);
	color: var(--py-cream-dim);
	font: inherit;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.25s ease;
	white-space: nowrap;
}
.py-tab:hover { color: var(--py-cream); border-color: rgba(247, 168, 35, 0.5); }
.py-tab.is-active {
	background: linear-gradient(135deg, var(--py-gold), #dd8e0b);
	border-color: transparent;
	color: var(--py-ink);
	box-shadow: 0 10px 22px -10px rgba(247, 168, 35, 0.55);
}

.py-panel { display: none; animation: py-fade 0.4s ease; }
.py-panel.is-active { display: block; }
.py-panels.is-searching .py-panel { display: block; }
.py-panels.is-searching .py-panel.py-hidden { display: none; }
.py-panels.is-searching .py-panel-desc { display: none; }

@keyframes py-fade {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.py-panel-desc { color: var(--py-cream-dim); font-size: 14.5px; margin: 0 0 22px; }

.py-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

.py-card {
	background: var(--py-coal);
	border: 1px solid var(--py-line);
	border-radius: 14px;
	padding: 20px 22px;
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.py-card:hover {
	transform: translateY(-4px);
	border-color: rgba(247, 168, 35, 0.45);
	background: var(--py-coal-2);
}
.py-card header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
}
.py-card h3 {
	font-family: var(--py-font-body);
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}
.py-card p { color: var(--py-cream-dim); font-size: 13.5px; margin: 8px 0 0; }

.py-veg { color: #7fb069; font-size: 14px; margin-left: 4px; }

.py-prices { display: flex; gap: 6px; flex: none; }
.py-price {
	font-weight: 800;
	font-size: 14px;
	color: var(--py-gold);
	background: rgba(247, 168, 35, 0.1);
	border-radius: 8px;
	padding: 3px 9px;
	white-space: nowrap;
}
.py-price i {
	font-style: normal;
	font-size: 10px;
	font-weight: 700;
	color: var(--py-cream-dim);
	margin-right: 3px;
	vertical-align: 1px;
}
.py-price-l { background: rgba(45, 156, 219, 0.14); color: #7cc4ea; }

.py-card.py-hidden, .py-chip.py-hidden { display: none; }

.py-chip-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.py-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--py-coal);
	border: 1px solid var(--py-line);
	border-radius: 999px;
	padding: 9px 16px;
	font-size: 13.5px;
	font-weight: 600;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.py-chip:hover { border-color: rgba(247, 168, 35, 0.45); transform: translateY(-2px); }
.py-chip b { color: var(--py-gold); font-weight: 800; }

.py-no-results {
	text-align: center;
	color: var(--py-cream-dim);
	padding: 40px 0;
	font-size: 16px;
}

.py-menu-cta {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-top: 1px solid var(--py-line);
	padding-top: 36px;
}
.py-menu-cta > p {
	font-family: var(--py-font-script);
	font-size: 28px;
	color: var(--py-gold);
	margin: 0;
}

/* ---- Menu teaser (homepage) -------------------------------------------------- */

.py-mteaser-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.py-mteaser-card {
	position: relative;
	display: grid;
	gap: 10px;
	align-content: start;
	background: linear-gradient(160deg, var(--py-coal-2), var(--py-coal));
	border: 1px solid var(--py-line);
	border-radius: var(--py-radius);
	padding: 30px 28px 44px;
	overflow: hidden;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.py-mteaser-card:hover { transform: translateY(-6px); border-color: rgba(247, 168, 35, 0.45); box-shadow: var(--py-shadow); }
.py-mteaser-num {
	font-family: var(--py-font-display);
	font-size: 44px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.2px rgba(247, 168, 35, 0.55);
}
.py-mteaser-card h3 { font-size: clamp(22px, 2.2vw, 28px); margin: 0; }
.py-mteaser-card p { color: var(--py-cream-dim); font-size: 14.5px; margin: 0; }
.py-mteaser-card b { color: var(--py-gold); font-size: 14px; }
.py-mteaser-go {
	position: absolute;
	right: 22px;
	bottom: 18px;
	color: var(--py-red);
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.25s ease;
}
.py-mteaser-card:hover .py-mteaser-go { transform: translateX(4px); }

/* ---- Menu page hero ----------------------------------------------------------- */

.py-page-hero { padding: clamp(56px, 7vw, 96px) 0 0; text-align: center; position: relative; overflow: hidden; }
.py-page-hero .py-container { position: relative; }
.py-page-hero h1 { font-size: clamp(44px, 6vw, 80px); }
.py-page-hero .py-section-sub { max-width: 60ch; margin: 0 auto; color: var(--py-cream-dim); }
.py-page-hero .py-btn-row { justify-content: center; margin-top: 26px; }

@media (max-width: 1024px) {
	.py-mteaser-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
	.py-mteaser-grid { grid-template-columns: 1fr; }
}

/* ---- Alcoholic Beverages ------------------------------------------------------ */

.py-bev-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 18px;
}
.py-bev-group {
	background: var(--py-coal);
	border: 1px solid var(--py-line);
	border-radius: var(--py-radius);
	padding: 24px 24px 18px;
	transition: border-color 0.25s ease;
}
.py-bev-group:hover { border-color: rgba(247, 168, 35, 0.35); }
.py-bev-group h3 {
	font-size: 18px;
	color: var(--py-gold);
	margin-bottom: 12px;
	letter-spacing: 0.06em;
}
.py-bev-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 14px;
	padding: 7px 0;
	font-size: 14.5px;
	border-bottom: 1px dashed rgba(247, 239, 226, 0.08);
}
.py-bev-row:last-of-type { border-bottom: 0; }
.py-bev-name em {
	font-style: normal;
	color: var(--py-cream-dim);
	font-size: 12.5px;
	margin-left: 6px;
	white-space: nowrap;
}
.py-bev-row b { color: var(--py-gold); font-weight: 800; white-space: nowrap; }
.py-bev-note {
	margin: 10px 0 0;
	font-size: 13px;
	color: var(--py-cream-dim);
	font-style: italic;
}
.py-bev-legal {
	margin-top: 26px;
	text-align: center;
	font-size: 12.5px;
	color: var(--py-cream-dim);
	letter-spacing: 0.04em;
}

/* ---- About ------------------------------------------------------------------ */

.py-about { background: linear-gradient(180deg, transparent, rgba(33, 25, 18, 0.6) 18%, rgba(33, 25, 18, 0.6) 82%, transparent); }

.py-about-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(32px, 6vw, 72px);
	align-items: center;
}

.py-about-visual { margin: 0; position: relative; padding-top: 60px; }
.py-about-visual img {
	border-radius: var(--py-radius);
	box-shadow: var(--py-shadow);
	transform: rotate(-2deg);
	transition: transform 0.4s ease;
}

/* Hand-drawn "yiro" label with a squiggle arrow pointing at the photo. */
.py-about-tag {
	position: absolute;
	top: -4px;
	left: 18px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--py-blue);
	pointer-events: none;
}
.py-about-tag-text {
	font-family: var(--py-font-script);
	font-size: 42px;
	line-height: 0.8;
	transform: rotate(-7deg);
}
.py-about-tag-arrow { width: 48px; height: 52px; margin: 2px 0 0 6px; }
.py-about-visual:hover img { transform: rotate(0deg) scale(1.02); }
.py-about-snap {
	position: absolute;
	left: -14px;
	bottom: -26px;
	width: 170px;
	display: block;
	background: var(--py-cream);
	padding: 6px 6px 18px;
	border-radius: 10px;
	transform: rotate(6deg);
	box-shadow: var(--py-shadow);
}
.py-about-snap img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
	transform: none !important;
}

.py-about-visual figcaption {
	position: absolute;
	bottom: -16px;
	right: -6px;
	font-size: 26px;
	color: var(--py-gold);
	transform: rotate(-4deg);
}

.py-about-copy h2 { font-size: clamp(34px, 4.4vw, 54px); }
.py-about-copy p { color: var(--py-cream-dim); }

/* "Italy" and "Greece" in the brand blue; "South Africa" in the flag colours. */
.py-c-blue { color: var(--py-blue); }
.py-flag-sa {
	background: linear-gradient(90deg, #007a4d 0 25%, #ffb81c 25% 50%, #de3831 50% 75%, #002395 75% 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.py-stats {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 34px 0 0;
	padding: 0;
}
.py-stats li {
	background: var(--py-coal);
	border: 1px solid var(--py-line);
	border-radius: 14px;
	padding: 18px 12px;
	text-align: center;
	display: grid;
	gap: 4px;
}
.py-stat {
	font-family: var(--py-font-display);
	font-size: clamp(24px, 2.6vw, 34px);
	color: var(--py-gold);
	letter-spacing: 0.02em;
}
.py-stats small { color: var(--py-cream-dim); font-size: 12px; }

/* ---- Original menu pages (glass showcase) --------------------------------------- */

/* Swipeable, arrow-navigated carousel of the printed menu/beverage pages. */
.py-mpages-carousel { position: relative; }
.py-mpages-track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	padding: 10px 4px 14px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.py-mpages-track::-webkit-scrollbar { display: none; }
/* When every page already fits, shrink to the content width and centre it so
   the navigation arrows hug the cards instead of floating in the gutters. */
.py-mpages-carousel.is-static { width: max-content; max-width: 100%; margin-inline: auto; }
.py-mpages-carousel.is-static .py-mpages-track { justify-content: center; }
.py-mpages-track .py-mpage { flex: 0 0 280px; scroll-snap-align: center; }

.py-mpages-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 0;
	color: var(--py-gold);
	background: rgba(22, 16, 12, 0.82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(247, 239, 226, 0.18);
	box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.7);
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.py-mpages-prev { left: 4px; }
.py-mpages-next { right: 4px; }
.py-mpages-nav:hover { background: var(--py-gold); color: var(--py-ink); }
.py-mpages-nav:disabled { opacity: 0.32; cursor: default; pointer-events: none; }

.py-mpage {
	position: relative;
	display: block;
	padding: 10px 10px 58px;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: zoom-in;
	background-color: rgba(33, 25, 18, 0.55);
	background-image: linear-gradient(160deg, rgba(247, 239, 226, 0.08), rgba(247, 239, 226, 0.02));
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	border: 1px solid rgba(247, 239, 226, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 44px -22px rgba(0, 0, 0, 0.6);
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.py-mpage:hover { transform: translateY(-6px); border-color: rgba(247, 168, 35, 0.5); box-shadow: var(--py-shadow); }
.py-mpage-frame {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 7 / 10;
}
.py-mpage-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.5s ease;
}
.py-mpage:hover .py-mpage-frame img { transform: scale(1.04); }
.py-mpage-label {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 12px;
	background: rgba(22, 16, 12, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(247, 239, 226, 0.14);
	border-radius: 10px;
	padding: 9px 10px;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--py-cream);
	text-align: center;
}
.py-mpage-zoom {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(22, 16, 12, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(247, 239, 226, 0.16);
	color: var(--py-gold);
	font-size: 20px;
	line-height: 1;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.py-mpage:hover .py-mpage-zoom { opacity: 1; transform: scale(1); }

/* ---- Reviews ------------------------------------------------------------------ */

.py-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.py-review-card {
	position: relative;
	display: grid;
	gap: 12px;
	align-content: start;
	background: linear-gradient(160deg, var(--py-coal-2), var(--py-coal));
	border: 1px solid var(--py-line);
	border-radius: var(--py-radius);
	padding: 30px 28px 48px;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.py-review-card:hover { transform: translateY(-6px); border-color: rgba(247, 168, 35, 0.45); box-shadow: var(--py-shadow); }
.py-review-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--py-cream-dim);
}
.py-review-brand svg { width: 18px; height: 18px; color: var(--py-gold); }
.py-review-score { display: flex; align-items: baseline; gap: 6px; }
.py-review-score strong {
	font-family: var(--py-font-display);
	font-weight: 400;
	font-size: 46px;
	line-height: 1;
	color: var(--py-cream);
}
.py-review-score span { color: var(--py-cream-dim); font-weight: 700; }
.py-stars {
	position: relative;
	display: inline-block;
	width: max-content;
	font-size: 22px;
	letter-spacing: 4px;
	line-height: 1;
	color: rgba(247, 239, 226, 0.18);
}
.py-stars-fill {
	position: absolute;
	inset: 0 auto 0 0;
	overflow: hidden;
	white-space: nowrap;
	color: var(--py-gold);
	width: 0;
	transition: width 1.2s ease 0.35s;
}
[data-reveal].is-visible .py-stars-fill { width: var(--fill); }
.py-review-card p { color: var(--py-cream-dim); font-size: 14px; margin: 0; }
.py-review-go {
	position: absolute;
	right: 22px;
	bottom: 18px;
	color: var(--py-red);
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.25s ease;
}
.py-review-card:hover .py-review-go { transform: translateX(4px); }
.py-review-cta { padding-bottom: 30px; }
.py-review-cta h3 { font-size: clamp(22px, 2.2vw, 28px); margin: 0; }
.py-review-cta .py-btn-row { margin-top: 6px; }

/* ---- Gallery ------------------------------------------------------------------ */

.py-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.py-gallery-item {
	border: 0;
	padding: 0;
	background: none;
	cursor: zoom-in;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	position: relative;
}
.py-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
}
.py-gallery-item::after {
	content: '+';
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 38px;
	color: #fff;
	background: rgba(22, 16, 12, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.py-gallery-item:hover img { transform: scale(1.08); }
.py-gallery-item:hover::after { opacity: 1; }
.py-gallery-item:nth-child(5n + 1) { grid-row: span 2; aspect-ratio: auto; }

.py-lightbox {
	position: fixed;
	inset: 0;
	z-index: 300;
	background: rgba(10, 7, 5, 0.94);
	display: grid;
	place-items: center;
}
.py-lightbox img {
	max-width: min(1100px, 92vw);
	max-height: 84vh;
	border-radius: 12px;
	box-shadow: var(--py-shadow);
}
.py-lb-close, .py-lb-prev, .py-lb-next {
	position: fixed;
	background: rgba(247, 239, 226, 0.08);
	border: 1px solid var(--py-line);
	color: var(--py-cream);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background 0.2s ease;
}
.py-lb-close:hover, .py-lb-prev:hover, .py-lb-next:hover { background: var(--py-gold); color: var(--py-ink); }
.py-lb-close { top: 20px; right: 20px; }
.py-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.py-lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---- Visit ----------------------------------------------------------------------- */

.py-visit-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
	align-items: stretch;
}

.py-visit-map {
	border-radius: var(--py-radius);
	overflow: hidden;
	border: 1px solid var(--py-line);
	min-height: 420px;
	filter: saturate(0.85) contrast(1.05);
}
.py-visit-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

.py-visit-cards { display: grid; gap: 14px; align-content: start; }

.py-visit-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: var(--py-coal);
	border: 1px solid var(--py-line);
	border-radius: 14px;
	padding: 20px 22px;
	transition: transform 0.25s ease, border-color 0.25s ease;
}
a.py-visit-card:hover { transform: translateX(6px); border-color: rgba(247, 168, 35, 0.45); }
.py-visit-card svg { width: 24px; height: 24px; color: var(--py-gold); flex: none; margin-top: 3px; }
.py-visit-card h3 { font-size: 15px; font-family: var(--py-font-body); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 4px; }
.py-visit-card p { margin: 0; color: var(--py-cream-dim); font-size: 14.5px; }
.py-visit-card span { display: inline-block; margin-top: 6px; font-size: 13px; font-weight: 700; color: var(--py-gold); }

/* ---- Banner ----------------------------------------------------------------------- */

.py-banner { padding-block: 0; }
.py-banner-inner {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(600px 300px at 90% 0%, rgba(247, 168, 35, 0.16), transparent 60%),
		linear-gradient(140deg, var(--py-coal-2), var(--py-coal));
	border: 1px solid var(--py-line);
	border-radius: calc(var(--py-radius) + 6px);
	padding: clamp(36px, 5vw, 56px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.py-banner h2 { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 8px; }
.py-banner p { color: var(--py-cream-dim); margin: 0; }

/* ---- Footer ----------------------------------------------------------------------- */

.py-footer { margin-top: clamp(72px, 9vw, 120px); border-top: 1px solid var(--py-line); background: var(--py-coal); }

.py-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
	gap: 32px;
	padding: clamp(44px, 6vw, 64px) 0;
}
.py-footer-brand img { height: 52px; width: auto; margin-bottom: 16px; }
.py-footer-brand p { color: var(--py-cream-dim); font-size: 14px; max-width: 34ch; }

.py-social { display: flex; gap: 10px; margin-top: 18px; }
.py-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--py-line);
	display: grid;
	place-items: center;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.py-social a:hover { background: var(--py-gold); border-color: var(--py-gold); color: var(--py-ink); transform: translateY(-3px); }
.py-social svg { width: 18px; height: 18px; }

.py-footer-nav { display: grid; gap: 10px; align-content: start; }
.py-footer h4 {
	font-family: var(--py-font-body);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.12em;
	color: var(--py-gold);
	margin: 0 0 6px;
}
.py-footer-nav a { color: var(--py-cream-dim); font-size: 14.5px; transition: color 0.2s ease; }
.py-footer-nav a:hover { color: var(--py-cream); }
.py-footer-contact p, .py-footer-contact a { color: var(--py-cream-dim); font-size: 14.5px; margin: 0 0 8px; display: block; }
.py-footer-contact a:hover { color: var(--py-cream); }

.py-footer-bar { border-top: 1px solid var(--py-line); padding: 18px 0; }
.py-footer-bar p { margin: 0; font-size: 13px; color: rgba(205, 191, 169, 0.6); }

/* ---- Specials reminders ----------------------------------------------------------------- */

.py-promo-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.py-remind-btn {
	flex: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	background: rgba(247, 239, 226, 0.06);
	border: 1.5px solid var(--py-line);
	color: var(--py-gold);
	transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.py-remind-btn svg { width: 18px; height: 18px; flex: none; }
.py-remind-btn span { white-space: nowrap; }
.py-remind-btn:hover {
	border-color: var(--py-gold);
	background: rgba(247, 168, 35, 0.12);
	transform: translateY(-2px);
}
.py-remind-btn:hover svg { animation: py-bell 0.6s ease; }

@keyframes py-bell {
	0%, 100% { transform: rotate(0); }
	25% { transform: rotate(12deg); }
	55% { transform: rotate(-10deg); }
	80% { transform: rotate(5deg); }
}

.py-rm-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--py-cream-dim);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.py-rm-divider::before,
.py-rm-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--py-line);
}
.py-rm-form { display: flex; gap: 10px; }
.py-rm-form input {
	flex: 1;
	min-width: 0;
	background: var(--py-ink);
	border: 1.5px solid var(--py-line);
	border-radius: 999px;
	color: var(--py-cream);
	font: inherit;
	font-size: 16px;
	padding: 12px 18px;
	outline: none;
	transition: border-color 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}
.py-rm-form input:focus { border-color: var(--py-gold); }
.py-rm-form .py-btn { flex: none; padding: 12px 20px; font-size: 14px; }
.py-rm-status { min-height: 1.2em; font-size: 13.5px; margin: 0; }
.py-rm-status.is-ok { color: #7fb069; }
.py-rm-status.is-err { color: #e0654a; }
#py-rm-gcal { justify-content: center; }

@media (max-width: 400px) {
	.py-rm-form { flex-direction: column; }
}

/* ---- Special time-gate notice ---------------------------------------------------------- */

.py-special-notice {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: grid;
	place-items: center;
	padding: 20px;
}
.py-sn-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	cursor: pointer;
	background: rgba(10, 7, 5, 0.8);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.py-sn-card {
	position: relative;
	width: min(440px, 100%);
	display: grid;
	gap: 12px;
	background: linear-gradient(160deg, var(--py-coal-2), var(--py-coal));
	border: 1px solid rgba(247, 239, 226, 0.14);
	border-radius: 20px;
	padding: 30px 28px;
	box-shadow: var(--py-shadow);
	animation: py-fade 0.3s ease;
}
.py-sn-card h3 { font-size: 26px; margin: 0; color: var(--py-gold); }
.py-sn-card p { margin: 0; color: var(--py-cream-dim); }
.py-sn-card strong { color: var(--py-cream); }
.py-sn-sub { font-size: 13.5px; }
.py-sn-card .py-btn-row { margin-top: 8px; }

/* Special order builder: item list with quantity steppers. */
.py-om-card { width: min(480px, 100%); text-align: left; }
.py-om-intro { font-size: 14px; }
.py-om-items {
	display: grid;
	gap: 2px;
	max-height: min(46vh, 430px);
	overflow-y: auto;
	margin: 2px -6px;
	padding: 2px 6px;
}
.py-om-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 2px;
	border-bottom: 1px solid rgba(247, 239, 226, 0.07);
}
.py-om-row:last-child { border-bottom: 0; }
.py-om-name { font-size: 14.5px; font-weight: 500; color: var(--py-cream); }
.py-om-price { font-style: normal; font-size: 12.5px; color: var(--py-cream-dim); margin-left: 8px; }
.py-om-qty { flex: none; display: inline-flex; align-items: center; gap: 10px; }
.py-om-step {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	background: rgba(247, 239, 226, 0.06);
	border: 1.5px solid var(--py-line);
	color: var(--py-gold);
	transition: border-color 0.2s ease, background 0.2s ease;
}
.py-om-step:hover { border-color: var(--py-gold); background: rgba(247, 168, 35, 0.12); }
.py-om-count { min-width: 16px; text-align: center; font-size: 15px; font-weight: 700; color: var(--py-cream); }
.py-om-total { min-height: 1.2em; margin: 0; font-size: 14px; font-weight: 600; color: var(--py-gold); }
#py-om-send[disabled] { opacity: 0.5; cursor: default; pointer-events: none; }

/* ---- Floating elements --------------------------------------------------------------- */

/* Floating order button: appears once the reader scrolls past the hero. */
.py-order-fab {
	position: fixed;
	right: 22px;
	bottom: calc(22px + env(safe-area-inset-bottom, 0px));
	z-index: 150;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--py-gold), #dd8e0b);
	color: var(--py-ink);
	font-weight: 800;
	font-size: 14px;
	box-shadow: 0 16px 36px -14px rgba(247, 168, 35, 0.55);
	opacity: 0;
	transform: translateY(16px) scale(0.92);
	pointer-events: none;
	transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease;
}
.py-order-fab.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}
.py-order-fab.is-visible:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 42px -14px rgba(247, 168, 35, 0.7);
}
.py-order-fab svg { width: 19px; height: 19px; }

.py-top {
	position: fixed;
	right: 26px;
	bottom: calc(86px + env(safe-area-inset-bottom, 0px));
	z-index: 150;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	line-height: 1;
	padding: 0;
	border: 1px solid var(--py-line);
	background: var(--py-coal);
	color: var(--py-cream);
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.py-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.py-top:hover { background: var(--py-gold); border-color: var(--py-gold); color: var(--py-ink); }

/* ---- Reveal on scroll ------------------------------------------------------------------ */

[data-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ---- Responsive -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
	/* The full nav is too wide below desktop; switch to the glass dropdown. */
	.py-burger { display: flex; }
	/* The header pill's backdrop-filter makes it the containing block for the
	   fixed dropdown, and its overflow:hidden was clipping the menu away. Let
	   the dropdown escape the pill on the breakpoints where it is used. */
	.py-header-inner { overflow: visible; }
	.py-nav {
		position: fixed;
		left: 12px;
		right: 12px;
		top: calc(var(--py-header-h) + 20px);
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
		background: rgba(22, 16, 12, 0.94);
		backdrop-filter: blur(20px) saturate(150%);
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		border: 1px solid rgba(247, 239, 226, 0.12);
		border-radius: 22px;
		box-shadow: var(--py-shadow);
		padding: 12px 18px 18px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-14px);
		transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.3s;
		z-index: 90;
	}
	.py-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
	.py-nav a { padding: 13px 4px; font-size: 16px; white-space: normal; border-bottom: 1px solid rgba(247, 239, 226, 0.06); }
	.py-nav a::after { display: none; }
	.py-nav .py-nav-cta { text-align: center; margin-top: 12px; border-bottom: 0; }

	.py-review-grid { grid-template-columns: 1fr 1fr; }
	.py-review-cta { grid-column: 1 / -1; }
	.py-hero-grid { grid-template-columns: 1fr; text-align: left; }
	.py-hero-visual { order: -1; min-height: 0; }
	.py-hero-img { width: min(320px, 70%); }
	.py-hero-card-1 { left: 2%; }
	.py-promo-grid { grid-template-columns: 1fr 1fr; }
	.py-gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.py-footer-grid { grid-template-columns: 1fr 1fr; }
	.py-visit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.py-container { width: calc(100% - 32px); }

	.py-header { top: 8px; padding: 0 10px; }
	.py-header-inner { padding: 0 8px 0 16px; }
	.py-logo img { height: 32px; }

	.py-hero { min-height: auto; }
	.py-hero-img { width: min(260px, 76%); }
	.py-hero-ring { width: min(320px, 92%); }
	.py-hero-card { padding: 10px 14px; }
	.py-hero-card strong.py-script { font-size: 20px; }
	.py-hero-snap { width: 96px; padding: 4px 4px 14px; }
	.py-hero-snap-2 { display: none; }
	.py-about-snap { width: 120px; left: -8px; bottom: -18px; }
	.py-foodstrip-item { width: 220px; }

	/* Lighter blur work on phone GPUs. */
	.py-blob { filter: blur(60px); opacity: 0.4; }
	.py-blob-1 { width: 300px; height: 300px; }
	.py-blob-2 { width: 240px; height: 240px; }

	.py-floatie { width: 28px; height: 28px; }
	.py-floatie-5, .py-floatie-6, .py-floatie-9, .py-floatie-10,
	.py-floatie-13, .py-floatie-17, .py-floatie-18 { display: none; }

	/* Keep search and category tabs reachable while scrolling the menu. */
	.py-menu-tools {
		position: sticky;
		top: calc(var(--py-header-h) + 16px);
		z-index: 40;
		gap: 12px;
		margin-inline: -16px;
		padding: 12px 16px 10px;
		background: rgba(22, 16, 12, 0.92);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
		border-bottom: 1px solid var(--py-line);
	}
	.py-tabs { padding-bottom: 4px; }

	.py-promo-grid { grid-template-columns: 1fr; }
	.py-review-grid { grid-template-columns: 1fr; }
	.py-about-grid { grid-template-columns: 1fr; }
	.py-about-visual { max-width: 420px; }
	.py-stats { grid-template-columns: repeat(2, 1fr); }
	.py-gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.py-gallery-item:nth-child(5n + 1) { grid-row: auto; aspect-ratio: 4 / 3; }
	.py-visit-map, .py-visit-map iframe { min-height: 300px; }
	.py-mpages-track { gap: 14px; }
	.py-mpages-track .py-mpage { flex-basis: min(76vw, 320px); }
	.py-mpage { padding: 8px 8px 50px; }
	.py-mpage-zoom { opacity: 1; transform: none; }
	.py-mpage-label { left: 10px; right: 10px; bottom: 10px; font-size: 11.5px; padding: 8px 8px; }
	.py-lb-prev, .py-lb-next { width: 40px; height: 40px; font-size: 22px; }
	.py-lb-prev { left: 8px; }
	.py-lb-next { right: 8px; }
	.py-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.py-banner-inner { flex-direction: column; align-items: flex-start; }
	.py-scroll-hint { display: none; }
}

@media (max-width: 520px) {
	.py-btn-row .py-btn { width: 100%; justify-content: center; }
	.py-menu-cta { flex-direction: column; }
	.py-menu-cta .py-btn-row { width: 100%; }
	.py-announce { font-size: 12.5px; text-align: left; justify-content: flex-start; }
	.py-promo { padding: 26px 22px; }
	.py-card { padding: 18px; }
	.py-card header { flex-wrap: wrap; }
	.py-order-fab { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); padding: 12px 20px; font-size: 13px; }
	.py-top { width: 40px; height: 40px; right: 19px; bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }

	/* Make the scrolling photo strip large and readable on phones. */
	.py-foodstrip { padding: 22px 0 10px; }
	.py-foodstrip-group { gap: 14px; padding-right: 14px; }
	.py-foodstrip-item { width: min(82vw, 340px); }
}

@media (max-width: 400px) {
	.py-hero-title { font-size: 40px; }
	.py-section-head h2 { font-size: 34px; }
	.py-review-score strong { font-size: 38px; }
	.py-banner h2 { font-size: 26px; }
	.py-page-hero h1 { font-size: 40px; }
	.py-marquee-group span { font-size: 16px; }
}

/* ---- Reduced motion ------------------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.py-body *, .py-body *::before, .py-body *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	[data-reveal] { opacity: 1; transform: none; }
	.py-hero-title .py-line { opacity: 1; transform: none; }
}
