/* ==========================================================================
   Sushi Hiro — main stylesheet
   Colours sampled from "Home Page 2nd Draft".
   ========================================================================== */

:root {
	--yellow: #FFC529;
	--yellow-btn: #FEEA55;
	--hero-yellow: #F9B500;
	--orange: #F49F04;
	--cream: #FFF3E6;
	--sky: #2AD3FC;
	--ocean: #036BE1;
	--ocean-deep: #0367DB;
	--red: #CF0808;
	--ink: #111;
	--white: #fff;

	--font-display: 'Chewy', 'Baloo 2', system-ui, sans-serif;
	--font-comic: 'Gochi Hand', 'Comic Sans MS', cursive;
	--font-body: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--container: min(88vw, 1320px);
	--header-h: 5.5rem;
	--ease-pop: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
/* Components set their own display (grid/flex), which would otherwise override the hidden attribute. */
[hidden] { display: none !important; }
/* No CSS smooth scrolling: it fights ScrollTrigger's scroll restoration when pins refresh. */
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--ink);
	background: var(--white);
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, p, figure, ul { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px; }

.container { width: var(--container); margin-inline: auto; }
/* Elements parked off-screen before their entrance animation must not widen the page (mobile layout viewport). */
main > section, .site-footer { overflow-x: clip; }
.sr-only, .screen-reader-text { /* WordPress core markup (e.g. pagination headings) uses .screen-reader-text */
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: fixed; top: .75rem; left: .75rem; z-index: 100;
	padding: .6rem 1rem; background: var(--white); border: 3px solid var(--ink); border-radius: 999px;
	font-weight: 800; transform: translateY(-200%);
}
.skip-link:focus { transform: none; }

/* ---------- Type ---------- */
.display {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(2.3rem, 4.8vw, 4.9rem);
	line-height: 1.05;
	letter-spacing: .01em;
	text-align: center;
	color: var(--ink);
}
.display--white { color: var(--white); }
.outline-text {
	font-family: var(--font-display);
	color: var(--white);
	-webkit-text-stroke: .16em var(--ink);
	paint-order: stroke fill;
	letter-spacing: .02em;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .6em;
	padding: .72em 1.7em;
	font-family: var(--font-body); font-weight: 800; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.1;
	color: var(--ink); text-decoration: none;
	background: var(--yellow-btn);
	border: 3px solid var(--ink); border-radius: 999px;
	box-shadow: 0 5px 0 var(--ink);
	/* translate, not transform: GSAP animates transform when buttons reveal on scroll. */
	transition: translate .18s var(--ease-pop), box-shadow .18s;
}
.btn:hover { translate: 0 -2px; box-shadow: 0 7px 0 var(--ink); }
.btn:active { translate: 0 4px; box-shadow: 0 1px 0 var(--ink); }
.btn--lg { font-size: clamp(1.1rem, 1.6vw, 1.5rem); padding: .75em 1.9em; }
.btn__icon { width: 1.6em; height: auto; }
.btn--sm { gap: .4em; padding: .5em 1.15em; font-size: .9rem; box-shadow: 0 4px 0 var(--ink); }
.btn--ghost { background: var(--white); }
.btn.is-disabled { cursor: default; opacity: .75; }
.btn.is-disabled:hover { translate: none; box-shadow: 0 5px 0 var(--ink); }
/* "Coming Soon" sticker for features that aren't live yet (Hiro Club / Hiro Rewards app). */
.soon-tag {
	display: inline-block; padding: .3em 1em; font-family: var(--font-body); font-weight: 900; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--white);
	background: var(--red); border: 3px solid var(--ink); border-radius: 999px; box-shadow: 0 4px 0 var(--ink); rotate: -3deg;
}
.btn svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Decorative bits ---------- */
/* Designer's white gingham overlay on a peach base. */
.gingham { background: #FFE9D3 url(../img/gingham.webp) center top / 1100px auto repeat; }
.cloud-bubble {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 1em 1.3em 1.2em;
	font-family: var(--font-comic); font-size: 1.6rem; line-height: 1.05; text-align: center; color: var(--ink);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 150' preserveAspectRatio='none'%3E%3Cpath d='M52 122C22 124 8 98 24 80 8 62 22 36 48 40c6-22 36-30 54-14 14-18 48-18 60 2 22-12 52 0 50 26 22 10 22 42-2 52 4 24-26 36-46 22-14 18-48 18-60 0-16 14-44 12-52-6Z' fill='%23fff' stroke='%23111' stroke-width='6' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.deco { position: absolute; width: clamp(48px, 5.6vw, 92px); z-index: 1; pointer-events: none; }
.edge { display: block; width: 100%; }
.edge path { fill: currentColor; }

/* ==========================================================================
   Header + menu
   ========================================================================== */
.site-header {
	position: fixed; inset: 0 0 auto; z-index: 70;
	display: flex; align-items: center; gap: 1.2rem;
	padding: 1.4rem max(4vw, calc((100vw - 1480px) / 2));
	pointer-events: none;
	transition: padding .3s;
}
.site-header > * { pointer-events: auto; }
.site-header.is-scrolled { padding-top: .7rem; padding-bottom: .7rem; }
.site-header.is-scrolled .brand,
.site-header.is-scrolled .nav-pill { box-shadow: 0 6px 18px rgba(0, 0, 0, .14); }

.brand {
	display: flex; align-items: center; gap: .7rem;
	padding: .35rem 1.4rem .35rem .35rem;
	background: var(--white); border-radius: 999px;
	font-weight: 800; font-size: clamp(.85rem, 1.05vw, 1.05rem); text-decoration: none; white-space: nowrap;
	transition: box-shadow .3s;
}
.brand__mark { width: 2.9rem; height: 2.9rem; border-radius: 50%; object-fit: cover; }

.nav-pill {
	margin-left: auto;
	padding: .4rem;
	background: var(--white); border-radius: 999px;
	transition: box-shadow .3s;
}
.nav-pill__list, .nav-pill ul { display: flex; gap: .2rem; }
.nav-pill a {
	display: block; padding: .72rem clamp(.9rem, 1.6vw, 1.6rem);
	font-weight: 700; font-size: clamp(.85rem, 1.05vw, 1.05rem); text-decoration: none; white-space: nowrap;
	border-radius: 999px; transition: background .2s;
}
.nav-pill a:hover, .nav-pill .current-menu-item a { background: var(--yellow-btn); }

.menu-btn {
	position: relative; isolation: isolate;
	width: 3.6rem; height: 3.6rem; padding: .2rem;
	background: none; border: 0; border-radius: 50%;
	transition: transform .3s var(--ease-pop);
}
.menu-btn:hover { transform: rotate(-14deg) scale(1.08); }
.menu-btn[aria-expanded="true"] { transform: rotate(-45deg); }
.menu-btn__dango { width: 100%; height: auto; }

/* "Tap me" nudge, always on: two rings ripple out and the skewer hops and wiggles every ~2.4s.
   Paused only while hovered (the hover tilt takes over) or while the menu is open. */
@media (prefers-reduced-motion: no-preference) {
	.menu-btn { animation: dango-hop 2.4s var(--ease-pop) infinite; }
	.menu-btn::before,
	.menu-btn::after {
		content: ""; position: absolute; inset: 0; z-index: -1;
		border: 3px solid rgba(17, 17, 17, .8); border-radius: 50%; /* outline ring only — reads on yellow, white and photos */
		animation: dango-ripple 2.4s ease-out infinite;
		pointer-events: none;
	}
	.menu-btn::after { animation-delay: .4s; }
	.menu-btn .menu-btn__dango { animation: dango-wiggle 2.4s var(--ease-pop) infinite; transform-origin: 20% 85%; }
	.menu-btn:hover, .menu-btn[aria-expanded="true"],
	.menu-btn:hover .menu-btn__dango, .menu-btn[aria-expanded="true"] .menu-btn__dango { animation: none; }
	.menu-btn:hover::before, .menu-btn:hover::after,
	.menu-btn[aria-expanded="true"]::before, .menu-btn[aria-expanded="true"]::after { animation: none; opacity: 0; }
}
@keyframes dango-ripple {
	0%   { opacity: .9; transform: scale(.9); }
	55%  { opacity: 0;  transform: scale(1.9); }
	100% { opacity: 0;  transform: scale(1.9); }
}
@keyframes dango-hop {
	0%, 50%, 100% { translate: 0 0; }
	58% { translate: 0 -7px; }
	66% { translate: 0 0; }
	72% { translate: 0 -3px; }
	78% { translate: 0 0; }
}
@keyframes dango-wiggle {
	0%, 50%, 100% { transform: none; }
	58% { transform: rotate(-18deg) scale(1.15); }
	66% { transform: rotate(14deg) scale(1.15); }
	74% { transform: rotate(-9deg) scale(1.06); }
	82% { transform: rotate(4deg); }
}

.site-menu {
	position: fixed; inset: 0; z-index: 60;
	display: grid; place-items: safe center;
	background: var(--yellow);
	clip-path: circle(0 at calc(100% - 3.5rem) 3.5rem);
	transition: clip-path .55s cubic-bezier(.7, 0, .2, 1);
	overflow-y: auto;
}
.site-menu.is-open { clip-path: circle(150% at calc(100% - 3.5rem) 3.5rem); }
/* Sized by height too, so the nine links + socials fit short laptop screens (e.g. 1600×763) without scrolling. */
.site-menu__inner { display: grid; justify-items: center; gap: clamp(1rem, 3svh, 2rem); padding: clamp(4.5rem, 12svh, 7rem) 1.5rem clamp(1.5rem, 4svh, 3rem); text-align: center; }
.site-menu__list, .site-menu ul:first-child { display: grid; gap: clamp(0rem, .5svh, .3rem); }
.site-menu__list a {
	font-family: var(--font-display); font-size: clamp(2rem, min(5vw, 6svh), 3.4rem); line-height: 1.15; text-decoration: none;
	transition: color .2s;
}
.site-menu__list a:hover { color: var(--white); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; }
body.menu-open { overflow: hidden; }

.socials { display: flex; gap: .8rem; flex-wrap: wrap; }
.socials img { width: 2.9rem; height: 2.9rem; border-radius: 12px; transition: transform .2s var(--ease-pop); }
.socials a:hover img { transform: translateY(-3px) rotate(-6deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
	/* 1 hero unit: 1vw on tall screens, shrinks so the whole composition fits in one screen */
	--hs: min(1vw, calc(100svh / 67.3));
	--belt-h: calc(16.9 * var(--hs));
	--tile-w: calc(var(--belt-h) * 4.7222);
	position: relative;
	height: calc(67.3 * var(--hs));
	min-height: 560px;
	overflow: hidden;
	background: var(--hero-yellow);
}
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__top { position: absolute; inset: 0; width: auto; }
.hero__copy {
	position: absolute; z-index: 3;
	left: max(4vw, calc((100vw - 1480px) / 2) + 1rem);
	top: calc(16 * var(--hs));
	width: max(20rem, calc(38 * var(--hs)));
}
.hero__title {
	font-weight: 800;
	font-size: max(2.4rem, calc(4.5 * var(--hs)));
	line-height: 1.04;
	letter-spacing: -.01em;
}
/* Two fixed lines (client): "Got a sushi craving?" / "We’ve got you." — the first may run wider than the text column, above Hiro Boy. */
.hero__title-line { display: block; white-space: nowrap; }
.hero__lead {
	margin: calc(1.4 * var(--hs)) 0 calc(2.4 * var(--hs));
	font-size: max(1rem, calc(1.6 * var(--hs)));
	line-height: 1.4;
	max-width: 32ch;
}
.hero__food { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
/* One featured dish (the latest launch), big on the right, always behind Hiro Boy and the belt. */
.hero__feature {
	/* Anchored to Hiro Boy (left: 45.6%) so he always overlaps the stand, never the sticker; kept on screen on narrower windows. */
	position: absolute; left: min(calc(45.6% + 10.5 * var(--hs)), calc(100% - 52 * var(--hs))); top: calc(3.5 * var(--hs)); width: calc(50 * var(--hs));
	display: block; pointer-events: auto; text-decoration: none; color: var(--ink);
}
.hero__dish { display: block; width: 100%; filter: drop-shadow(0 calc(1.2 * var(--hs)) calc(1.4 * var(--hs)) rgba(120, 60, 0, .28)); }
.hero__dish--feature { rotate: 4deg; }
/* "New Launch!" starburst sticker, like the launch posters. */
.hero__badge {
	position: absolute; right: 4%; top: 46%; z-index: 1;
	display: grid; place-items: center; width: calc(13.5 * var(--hs)); aspect-ratio: 1;
	background: var(--red);
	clip-path: polygon(50% 0, 58.7% 17.1%, 75.8% 7.9%, 74% 27.2%, 93.3% 25%, 85% 42.6%, 100% 50%, 85% 57.4%, 93.3% 75%, 74% 72.8%, 75.8% 92.1%, 58.7% 82.9%, 50% 100%, 41.3% 82.9%, 24.2% 92.1%, 26% 72.8%, 6.7% 75%, 15% 57.4%, 0 50%, 15% 42.6%, 6.7% 25%, 26% 27.2%, 24.2% 7.9%, 41.3% 17.1%);
	filter: drop-shadow(0 4px 0 rgba(0, 0, 0, .25));
	rotate: -12deg;
	animation: badge-wiggle 2.6s ease-in-out infinite;
}
.hero__badge span {
	width: 70%; font-family: var(--font-display); font-size: calc(2.2 * var(--hs)); line-height: .95; text-align: center; color: var(--white);
	text-transform: uppercase; text-shadow: 0 2px 0 rgba(0, 0, 0, .25);
}
@keyframes badge-wiggle { 50% { rotate: -4deg; scale: 1.06; } }
.hero__dish-name {
	position: absolute; right: 0; bottom: 25%; z-index: 1; max-width: 44%;
	padding: .45em .9em; font-weight: 800; font-size: max(.78rem, calc(1.15 * var(--hs))); line-height: 1.2; text-align: center;
	background: var(--white); border: 3px solid var(--ink); border-radius: 16px; box-shadow: 0 4px 0 var(--ink);
	transition: translate .2s var(--ease-pop);
}
.hero__feature:hover .hero__dish-name { translate: 0 -3px; }

.hero__stage { position: absolute; inset: auto 0 0; height: 100%; pointer-events: none; }
.hero__hiro {
	position: absolute; z-index: 2;
	left: calc(45.6% - 130px); bottom: calc(var(--belt-h) * .7); /* the featured dish stays anchored to 45.6% */
	width: calc(27.5 * var(--hs));
}
.hero__hiro-img { width: 100%; }
.hero__bubble {
	position: absolute; z-index: 2;
	left: 45%; top: calc(-7.4 * var(--hs));
	width: calc(19.5 * var(--hs)); height: calc(10.5 * var(--hs));
	font-size: calc(2.3 * var(--hs));
	rotate: 9deg;
}
.belt { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; height: var(--belt-h); overflow: hidden; }
.belt__track {
	height: 100%;
	width: calc(100% + var(--tile-w));
	background: url(../img/belt-tile.webp) left top / auto 100% repeat-x;
	animation: belt 11s linear infinite;
	will-change: transform;
}
@keyframes belt { to { transform: translate3d(calc(-1 * var(--tile-w)), 0, 0); } }

/* ==========================================================================
   Ocean story (pinned on scroll)
   ========================================================================== */
.ocean { position: relative; background: var(--white); }
.ocean__stage { position: relative; }
.motion .ocean__stage { height: 100svh; overflow: hidden; }
.ocean__world {
	--world-h: 156.25vw;
	--sky-h: 88vw;           /* rendered height of the sky artwork */
	--sea: #0370E2;          /* underwater blue in the artwork and the wave divider */
	position: relative; height: var(--world-h); overflow: hidden; background: var(--white);
}
.ocean__sky {
	position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: var(--sky-h); object-fit: cover;
	/* The artwork ends in a hard horizontal cut at 78% of its height (through a whale shadow and a big bubble).
	   Fade its last stretch into the sea blue behind it so the two halves of the ocean read as one. */
	-webkit-mask-image: linear-gradient(#000 62%, transparent 77.5%);
	mask-image: linear-gradient(#000 62%, transparent 77.5%);
}

/* Animated surface: covers the artwork's static crest (42.6%–58.6% of its height). */
.ocean__waves {
	position: absolute; z-index: 1; left: 0; right: 0;
	top: calc(var(--sky-h) * .426); height: calc(var(--sky-h) * .16);
	overflow: hidden; pointer-events: none;
	/* Soft lower edge: the band's flat blue would otherwise end in a visible straight line under the boat. */
	-webkit-mask-image: linear-gradient(#000 80%, transparent);
	mask-image: linear-gradient(#000 80%, transparent);
}
.wave-band { position: absolute; top: 0; left: 0; width: 200%; max-width: none; height: 100%; will-change: transform; }
.wave-band--back { animation: wave-slide 13s linear infinite reverse; }
.wave-band--front { animation: wave-slide 8s linear infinite; }
@keyframes wave-slide { to { transform: translate3d(-50%, 0, 0); } }

.ocean__deep {
	/* Starts well above the sky art's bottom edge — its last ~20% is transparent. */
	/* Ends inside the wave divider's solid band (its hills start 11.4vw above the bottom), so no straight edge
	   shows through the transparent hills. */
	position: absolute; left: 0; right: 0; top: calc(var(--sky-h) * .55); bottom: 12vw; z-index: 0;
	background: var(--sea);
}
.ocean__deep::before {
	content: ""; position: absolute; inset: 0;
	background: url(../img/ocean-texture.webp) center top / 100% auto repeat-y;
	opacity: .12; mix-blend-mode: screen;
	/* Fade the texture out before the flat-blue wave divider so the tones meet cleanly. */
	-webkit-mask-image: linear-gradient(transparent, #000 12%, #000 62%, transparent 88%);
	mask-image: linear-gradient(transparent, #000 12%, #000 62%, transparent 88%);
}
.ocean__bubble, .ocean__fish {
	position: absolute; z-index: 2;
	left: calc(var(--x) * 1%); top: calc(var(--y) * 1%); width: calc(var(--w) * 1vw);
}
.ocean__fish { opacity: .85; }
.ocean__fish.is-flipped { scale: -1 1; }
.ocean__boat { position: absolute; z-index: 3; left: 8vw; top: 13.1%; width: 41.6vw; }
.ocean__surf { position: absolute; z-index: 3; left: 43.7%; top: 55.2%; width: 52vw; }
.ocean__cap { position: absolute; z-index: 4; font-size: max(1.6rem, 2.75vw); line-height: 1.1; }
.ocean__cap--1 { left: 57.6%; top: 22%; }
.ocean__cap--2 { left: 8.8%; top: 67.8%; }
.ocean__wave { position: absolute; z-index: 5; left: 0; bottom: 0; width: 100%; }

/* ==========================================================================
   Catch the Sushi game
   ========================================================================== */
.game { background: var(--white); padding-top: clamp(1rem, 3vw, 3rem); }
.game__head p { margin-top: .6rem; text-align: center; font-size: clamp(1rem, 1.4vw, 1.3rem); }
.game__stage {
	position: relative;
	height: clamp(440px, 50vw, 760px);
	margin-top: clamp(1rem, 2vw, 2rem);
	overflow: hidden;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
}
.game__stage.is-playing { touch-action: none; cursor: none; }
/* Seaside art is bottom-anchored: the dock line sits 148px (of 893) above its bottom — game.js relies on this. */
.game__stage { background: #fff url(../img/game-bg.webp) center bottom / cover no-repeat; }
.game__divider { display: block; width: 100%; height: clamp(34px, 4.95vw, 95px); object-fit: cover; }
.game__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.game__hud {
	position: absolute; left: 0; right: 0; top: clamp(.6rem, 1.5vw, 1.4rem); z-index: 2;
	display: flex; justify-content: space-between; align-items: center; gap: 1rem;
	padding-inline: 4vw; pointer-events: none;
}
/* Rebuilt from the designer's score board / wasabi score art so the numbers stay live. */
.hud-pill {
	--badge: clamp(3.2rem, 6.2vw, 5.4rem);
	display: flex; align-items: center;
	height: calc(var(--badge) * .82);
	background: var(--white); border: 3px solid var(--ink); border-radius: 999px;
	font-family: var(--font-display); font-size: clamp(1.05rem, 1.7vw, 1.6rem);
}
.hud-pill__badge {
	width: var(--badge); height: var(--badge); flex: 0 0 auto;
	margin: 0 -.2rem 0 calc(var(--badge) * -.08);
	border-radius: 50%; object-fit: cover;
}
.hud-pill__text { padding: 0 1.3rem 0 .6rem; white-space: nowrap; }
.hud-pill--lives .hud-pill__badge { order: 2; margin: 0 calc(var(--badge) * -.08) 0 -.2rem; }
.hud-pill__lives { display: flex; gap: .15rem; padding: 0 .5rem 0 1rem; }
.life { width: clamp(1.9rem, 3.2vw, 3rem); transition: filter .3s, transform .3s var(--ease-pop); }
.life.is-lost { filter: brightness(0); transform: scale(.85); }
.game__overlay {
	position: absolute; inset: 0; z-index: 3;
	display: grid; place-content: center; justify-items: center; gap: 1rem;
	padding: 1.5rem; text-align: center;
	background: rgba(255, 255, 255, .6);
	backdrop-filter: blur(3px);
}
.game__msg { font-size: clamp(2.2rem, 5vw, 4rem); }
.game__hint { max-width: 36ch; font-weight: 700; }
.game__best { font-weight: 700; font-size: .95rem; }
/* Sound toggle — above the overlay so it can be switched on before pressing Play. */
.game__sound {
	position: absolute; right: 4vw; bottom: clamp(.8rem, 2vw, 1.4rem); z-index: 4;
	display: flex; align-items: center; gap: .4rem;
	padding: .45rem .95rem .45rem .7rem;
	background: var(--white); border: 3px solid var(--ink); border-radius: 999px; box-shadow: 0 3px 0 var(--ink);
	font-family: var(--font-display); font-size: 1.05rem; color: var(--ink);
	cursor: pointer; transition: translate .15s var(--ease-pop), background .2s;
}
.game__sound:hover { translate: 0 -2px; }
.game__sound:active { translate: 0 2px; }
.game__sound svg { width: 1.5rem; height: 1.5rem; }
.game__sound[aria-pressed="true"] { background: var(--yellow-btn); }
.game__sound[aria-pressed="true"] .game__sound-off,
.game__sound[aria-pressed="false"] .game__sound-on { display: none; }

/* ==========================================================================
   Yummy picks
   ========================================================================== */
.picks { position: relative; padding: clamp(4rem, 7vw, 7rem) 0 clamp(3rem, 6vw, 6rem); overflow: hidden; }
.deco--p1 { left: 9%; top: 24%; rotate: -18deg; }
.deco--p2 { right: 7%; top: 6%; rotate: 16deg; }
.deco--p3 { right: 9%; bottom: 10%; rotate: -8deg; }
.picks__carousel {
	position: relative;
	display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(.8rem, 2vw, 2rem);
	margin-top: clamp(2rem, 4vw, 3.5rem);
}
.picks__viewport { position: relative; }
/* Dish on the left, snug against the card (the design has them touching). */
.pick { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); align-items: center; gap: 0; }
.pick[hidden] { display: none; }
/* The dish slides right, over the card's edge (translate: GSAP animates the dish's transform). */
.pick__visual { position: relative; z-index: 3; translate: 7% 0; }
/* Extra left room in the card so the overlapping dish never covers its text. */
.pick__head, .pick__body { padding-left: clamp(2rem, 4.6vw, 4.2rem) !important; }
/* Cut-outs vary from wide boards to tall temaki: fit each inside the same box. */
.pick__dish {
	width: 100%; height: clamp(260px, 32vw, 470px); margin-inline: auto;
	object-fit: contain; object-position: 70% 40%;
	scale: 1.12; transform-origin: 80% 45%; /* reach toward the card */
	filter: drop-shadow(0 18px 18px rgba(120, 70, 10, .2));
}
.pick__head p { font-size: .9rem; line-height: 1.45; }
.pick__card {
	position: relative; z-index: 2;
	background: var(--white); border: 3px solid var(--ink); border-radius: 22px; overflow: hidden;
	box-shadow: 0 8px 0 var(--ink);
}
.pick__head { padding: clamp(1rem, 2vw, 1.6rem) clamp(1.2rem, 2.6vw, 2.2rem); background: var(--yellow-btn); border-bottom: 3px solid var(--ink); }
.tag {
	display: inline-block; margin: 0 .25rem .5rem 0; padding: .15rem .6rem;
	font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em;
	background: var(--white); border-radius: 999px;
}
.pick__head h3 { font-weight: 800; font-size: clamp(1.3rem, 2.1vw, 2rem); line-height: 1.08; }
.pick__head p { margin-top: .3rem; font-size: .85rem; }
.pick__body { display: grid; gap: 1.4rem; padding: clamp(1.1rem, 2.2vw, 1.8rem) clamp(1.2rem, 2.6vw, 2.2rem) clamp(1.4rem, 2.6vw, 2.2rem); }
.meter__label { font-weight: 800; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.meter__ends { display: flex; justify-content: space-between; margin: .25rem 0 .3rem; font-size: .78rem; font-weight: 600; }
.meter__bar { height: clamp(1.3rem, 2vw, 1.8rem); background: var(--white); border: 3px solid var(--ink); border-radius: 999px; overflow: hidden; }
.meter__bar span {
	display: block; height: 100%; width: calc(var(--v) * 100%);
	border-right: 3px solid var(--ink); border-radius: 999px;
	transform-origin: left center;
	transition: transform .9s var(--ease-pop) .15s;
}
.meter--hot .meter__bar span { background: linear-gradient(90deg, #FDE550, #F52E00); }
.meter--full .meter__bar span { background: linear-gradient(90deg, #FDE550, #F7A600); }
.pick__count { float: right; font-size: .78rem; font-weight: 800; opacity: .6; }
.pick:not(.is-active) .meter__bar span { transform: scaleX(0); }

.arrow {
	position: relative; z-index: 3; /* stays on top of enlarged dish photos */
	display: grid; place-items: center;
	width: clamp(3rem, 5vw, 4.4rem); height: clamp(3rem, 5vw, 4.4rem);
	background: var(--white); border: 3px solid var(--ink); border-radius: 50%;
	box-shadow: 0 5px 0 var(--ink);
	transition: transform .18s var(--ease-pop), box-shadow .18s;
}
.arrow:hover { transform: translateY(-2px); box-shadow: 0 7px 0 var(--ink); }
.arrow:active { transform: translateY(4px); box-shadow: 0 1px 0 var(--ink); }
.arrow svg { width: 55%; fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

.picks__foot {
	display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem;
	padding-inline: clamp(4rem, 7vw, 6.4rem);
}
/* Chef Hiro over the dish's lower-left, bubble pointing at the card. Arrows stay on top. */
.picks__chef { position: absolute; z-index: 5; left: 5%; top: 50%; width: 44%; pointer-events: none; }
.picks .arrow { z-index: 4; }
/* Button under the card; the section leaves room for Hiro, who hangs below the carousel. */
.picks__foot { justify-content: flex-end; }
.picks__foot .btn { position: relative; z-index: 3; margin-top: 1.4rem; }
.picks { padding-bottom: clamp(4.5rem, 12vw, 10.5rem); }

/* ==========================================================================
   Latest promotion
   ========================================================================== */
.promo { position: relative; padding-top: clamp(2rem, 4vw, 4rem); overflow: hidden; }
.promo__cloud { position: absolute; width: 48vw; pointer-events: none; }
.promo__cloud--l { left: -8vw; top: 62%; }
.promo__cloud--r { right: -10vw; top: 34%; scale: -1 1; }
.deco--m1 { left: 8%; top: 36%; rotate: -12deg; }
.deco--m2 { right: 12%; top: 32%; }
.deco--m3 { left: 17%; top: 64%; rotate: 10deg; }
/* Two tilted rows of story cards (they carry titles now, so they no longer overlap like the old banner deck). */
/* Promotion posters (inc/promotions.php) in a row on top, then tilted story cards: 2×2 alone, 3 across under posters. */
.promo__deck { position: relative; z-index: 2; display: grid; gap: clamp(2.2rem, 4.5vw, 3.6rem); max-width: 1000px; margin: clamp(2rem, 4vw, 3rem) auto 0; }
.promo__deck--posters { max-width: 1120px; }
.promo__posters { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1.4rem, 3vw, 2.6rem); }
.promo__stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.6rem, 3.5vw, 3rem) clamp(1.4rem, 3vw, 2.6rem); }
.promo__deck--posters .promo__stories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.promo__card--poster { display: block; position: relative; width: min(100%, 340px); }
.promo__posters .promo__card--poster { overflow: visible; }
.promo__card--poster img { border-radius: 15px; }
.promo__posters:has(> :only-child) .promo__card--poster { width: min(100%, 460px); }
.promo__card--poster img { width: 100%; height: auto; }
.promo__card--poster .promo__label { position: absolute; left: 1rem; top: -.95rem; border: 2px solid var(--ink); z-index: 1; font-size: .8rem; box-shadow: 0 2px 0 var(--ink); }
.promo__card {
	position: relative; display: grid; grid-template-rows: auto 1fr;
	color: var(--ink); text-decoration: none;
	background: var(--white); border: 3px solid var(--ink); border-radius: 18px; overflow: hidden;
	box-shadow: 0 8px 0 var(--ink);
	rotate: var(--r);
	transition: translate .3s var(--ease-pop), box-shadow .3s;
}
/* Story cards: featured image + label + title (Stories posts; Promotions first). */
.promo__photo { display: block; aspect-ratio: 2.1; overflow: hidden; background: #FFF7EC; }
.promo__photo img { width: 100%; height: 100%; object-fit: cover; }
.promo__fallback { width: auto !important; height: 90% !important; margin: 5% auto 0; object-fit: contain !important; }
.promo__body { display: grid; align-content: start; gap: .35rem; padding: .8rem 1.1rem 1rem; border-top: 3px solid var(--ink); }
.promo__label { justify-self: start; padding: .15em .7em; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: #FFF1C9; border-radius: 99px; color: #7a4e00; }
.promo__label--hot { background: #D93A2B; color: var(--white); }
.promo__title { font-weight: 800; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.promo__card:hover, .promo__card:focus-visible { translate: 0 -10px; box-shadow: 0 14px 0 var(--ink); z-index: 5; }
.promo__card:nth-child(4n + 1) { --r: -3deg; }
.promo__card:nth-child(4n + 2) { --r: 2.5deg; top: 1.5rem; }
.promo__card:nth-child(4n + 3) { --r: 2deg; }
.promo__card:nth-child(4n + 4) { --r: -2.5deg; top: 1.5rem; }
.promo__card--poster:nth-child(n) { top: 0; }
.promo__cta { display: flex; justify-content: center; margin-top: clamp(2.4rem, 5vw, 4rem); position: relative; z-index: 2; }
.promo__edge { height: clamp(70px, 12vw, 190px); margin-top: clamp(1rem, 4vw, 4rem); color: var(--orange); }

/* ==========================================================================
   Movie time
   ========================================================================== */
.movie {
	--ms: min(1vw, calc(100svh / 80));
	position: relative; margin-top: -1px;
	background: var(--orange);
	padding-top: clamp(2rem, 6vw, 7rem);
	overflow: hidden;
}
.movie .display { font-size: clamp(2.4rem, 5.4vw, 5.6rem); }
.movie__theatre { position: relative; height: calc(78 * var(--ms)); margin-top: clamp(2rem, 6vw, 7rem); }
.motion .movie__theatre { height: 100svh; margin-top: clamp(1rem, 3vw, 3rem); }
.movie__curtain { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; }
.movie__rack { width: 100%; height: auto; }
.movie__swags { position: relative; margin-top: -1px; }
.movie__swag-sides { width: 100%; }
.movie__swag-center { position: absolute; top: 0; left: 50%; width: 47.9%; translate: -50% 0; }
.movie__screen {
	position: absolute; z-index: 2;
	left: 50%; top: calc(13 * var(--ms));
	width: calc(63 * var(--ms));
	translate: -50% 0;
	transform-origin: top center;
}
.yt {
	position: relative; aspect-ratio: 16 / 9; overflow: hidden;
	background: #000; border: calc(.45 * var(--ms)) solid var(--white); border-radius: calc(1.8 * var(--ms));
}
.yt__thumb, .yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.yt__play {
	position: absolute; inset: 0; display: grid; place-items: center;
	background: rgba(0, 0, 0, .12); border: 0; transition: background .2s;
}
.yt__play svg { width: clamp(56px, 7vw, 96px); transition: transform .2s var(--ease-pop); }
.yt__play:hover { background: rgba(0, 0, 0, .25); }
.yt__play:hover svg { transform: scale(1.1); }

.movie__audience { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: calc(31 * var(--ms)); pointer-events: none; }
.seats { position: absolute; left: -3%; right: -3%; bottom: 0; display: grid; gap: calc(.7 * var(--ms)); }
.seats__row { display: flex; justify-content: center; gap: calc(1.1 * var(--ms)); }
.seats__row:nth-child(2) { translate: calc(7 * var(--ms)) 0; }
.seats__row span {
	flex: 0 0 auto; width: calc(13.5 * var(--ms)); height: calc(8.5 * var(--ms));
	background: #FFBE1A; border: calc(.3 * var(--ms)) solid var(--white);
	border-radius: calc(1.8 * var(--ms)) calc(1.8 * var(--ms)) calc(.6 * var(--ms)) calc(.6 * var(--ms));
}
.seats__row:last-child span { background: #FFB300; }
.movie__viewer { position: absolute; left: 28%; bottom: calc(-7 * var(--ms)); width: calc(19 * var(--ms)); }
.spot {
	position: absolute; bottom: calc(22 * var(--ms)); width: calc(8 * var(--ms)); height: calc(8 * var(--ms));
	background: #222; border: calc(.4 * var(--ms)) solid var(--white); border-radius: 30% 30% 45% 45%;
}
.spot::before {
	content: ""; position: absolute; left: 50%; bottom: 50%;
	width: calc(26 * var(--ms)); height: calc(34 * var(--ms));
	background: linear-gradient(to top, rgba(255, 230, 90, .85), rgba(255, 230, 90, 0));
	clip-path: polygon(46% 100%, 54% 100%, 100% 0, 0 0);
	transform-origin: 50% 100%;
	translate: -50% 0;
}
.spot--l { left: 3%; rotate: 32deg; }
.spot--r { right: 3%; rotate: -32deg; }

/* ==========================================================================
   Awards
   ========================================================================== */
.awards { background: var(--orange); padding: clamp(3rem, 7vw, 7rem) 0 clamp(2rem, 4vw, 4rem); overflow: hidden; }
.awards__title { text-align: left; font-size: clamp(2.5rem, 5.6vw, 5.8rem); max-width: 7.5em; position: relative; z-index: 2; }
.awards__stage { position: relative; height: clamp(420px, 44vw, 690px); margin-top: clamp(-6rem, -5vw, -2rem); }
.awards__hiro { position: absolute; z-index: 2; left: 26%; top: 0; width: 45%; max-width: 560px; }
.awards__shadow {
	position: absolute; left: 36%; bottom: 3%; width: 29%; max-width: 380px; aspect-ratio: 5.2;
	background: var(--yellow-btn); border-radius: 50%;
}
.award {
	position: absolute; z-index: 3; width: 37%;
	display: flex; align-items: center; gap: clamp(.7rem, 1.4vw, 1.3rem);
	padding: clamp(.9rem, 1.6vw, 1.5rem) clamp(1rem, 2vw, 1.8rem);
	background: var(--yellow); border: 4px solid var(--white); border-radius: 20px;
}
.award img { width: 26%; flex: 0 0 auto; }
.award h3 { font-weight: 800; font-size: clamp(1.05rem, 1.95vw, 1.8rem); line-height: 1.08; }
.award p { margin-top: .5rem; font-size: clamp(.8rem, 1vw, .95rem); }
.award--afta { right: 0; top: 0; }
.award--brand { left: 0; top: 46%; background: var(--yellow-btn); }
.sparkle { position: absolute; width: clamp(22px, 3vw, 44px); fill: var(--white); z-index: 3; }
.sparkle--1 { left: 24%; top: 12%; }
.sparkle--2 { left: 68%; top: 58%; width: clamp(16px, 2vw, 30px); }
.sparkle--3 { left: 58%; top: 4%; width: clamp(14px, 1.6vw, 24px); }

/* ==========================================================================
   Feel good moments
   ========================================================================== */
.feel { background: var(--orange); padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 8vw, 8rem); }
.feel__rows { display: grid; gap: clamp(2rem, 4.5vw, 4rem); max-width: 1020px; margin: clamp(2rem, 5vw, 4.5rem) auto 0; }
.feel__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr); align-items: center; gap: clamp(1.5rem, 5vw, 5rem); }
.feel__row.is-reversed { grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr); }
.feel__row.is-reversed .feel__badge { order: 2; }
.feel__badge { text-align: center; color: var(--white); }
.feel__icon { width: min(100%, 220px); margin-inline: auto; }
.feel__badge h3 { margin-top: .4rem; font-weight: 800; font-size: clamp(1.35rem, 2.3vw, 2.2rem); line-height: 1.1; }
.feel__badge p { margin-top: .35rem; font-size: clamp(.9rem, 1.1vw, 1.05rem); }
.feel__photo { border: 4px solid var(--white); border-radius: 20px; overflow: hidden; }
.feel__photo img { width: 100%; aspect-ratio: 972 / 409; object-fit: cover; }

/* ==========================================================================
   A place full of happiness
   ========================================================================== */
.happy { position: relative; background: var(--white); }
/* Orange → white is formed by the cloud meeting Hiro's cheek (as in the mockup), so no straight edge shows. */
/* Proportions measured from the mockup (in vw): the band's bottom edge lands on Hiro's cheek (x < 25.7vw)
   and on the cloud's left bulge (x ≥ 22vw), so it is never visible. */
.happy__sky { position: relative; height: 25vw; background: var(--orange); margin-top: -1px; }
.happy__cloud { position: absolute; z-index: 1; left: 22vw; top: -1vw; width: 78vw; max-width: none; }
.happy__peek { position: absolute; z-index: 3; left: 0; top: -7.2vw; width: 25.7vw; }
.happy__body {
	position: relative; z-index: 2;
	padding-top: 16vw; /* clears Hiro's body so the heading sits below it, as in the mockup */
	background: linear-gradient(var(--white) 0 62%, var(--yellow) 62%);
}
.happy__carousel { margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.happy__track {
	display: flex; gap: clamp(1.2rem, 2.6vw, 2.6rem);
	padding: 2rem max(5vw, calc((100vw - 1320px) / 2));
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	overscroll-behavior-x: contain;
}
.happy__track::-webkit-scrollbar { display: none; }
.happy__slide {
	flex: 0 0 clamp(220px, 21vw, 320px); aspect-ratio: 1;
	scroll-snap-align: center;
	border: 6px solid var(--white); border-radius: 20px; overflow: hidden;
	box-shadow: 0 12px 26px rgba(90, 50, 0, .18);
	rotate: var(--tilt);
}
.happy__slide img { width: 100%; height: 100%; object-fit: cover; }
.happy__dots { display: flex; justify-content: center; gap: .35rem; margin-top: 1rem; }
.happy__dots button {
	width: 12px; height: 12px; padding: 0;
	background: var(--ink); border: 2px solid var(--ink); border-radius: 50%;
	transition: background .2s, transform .2s;
}
.happy__dots button[aria-selected="true"] { background: var(--white); transform: scale(1.15); }
.happy__cta { display: flex; justify-content: center; padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 4.5rem); }

/* ==========================================================================
   Hiro club
   ========================================================================== */
.club { position: relative; z-index: 2; background: var(--white); padding: clamp(4rem, 7vw, 7rem) 0 clamp(2rem, 4vw, 4rem); }
.club__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: 2rem; }
.club .display { text-align: left; font-size: clamp(2.6rem, 5.4vw, 5.6rem); }
.club__title-coin { display: inline-block; width: .95em; vertical-align: -.1em; margin-left: .15em; }
.club__tag { margin: clamp(1rem, 2vw, 1.6rem) 0 .5rem; font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.85rem); line-height: 1.2; }
.club__copy .btn { margin-top: clamp(1.4rem, 2.5vw, 2.2rem); }
.club__copy .soon-tag { margin-bottom: 1rem; }
.club__note { margin-top: .9rem; font-weight: 700; font-size: .95rem; color: #7a5a2e; }
.club__art { position: relative; }
.club__hiro { width: 78%; margin-inline: auto; }
.coin { position: absolute; }
.coin--1 { left: 0; top: 36%; width: 13%; }
.coin--2 { right: 2%; top: 4%; width: 17%; }
.coin--3 { left: 8%; bottom: 4%; width: 12%; }
.coin--4 { right: -2%; bottom: 14%; width: 9%; }
.club__edge { position: absolute; left: 0; bottom: 1px; transform: translateY(100%); height: clamp(28px, 4.6vw, 66px); color: var(--white); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { position: relative; background: var(--yellow); padding-top: clamp(4rem, 8vw, 8rem); overflow: hidden; }
.footer-hero {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	grid-template-areas: "bubble art" "copy art";
	align-items: end; column-gap: 1rem;
}
.footer-hero__copy { grid-area: copy; }
.footer-hero__art { grid-area: art; }
/* Right-aligned and pushed into Hiro's column so the tail meets his face. */
.footer-hero__bubble {
	grid-area: bubble; position: relative; z-index: 2; justify-self: end;
	width: clamp(260px, 38vw, 580px);
	margin: 0 calc(-1 * clamp(20px, 8vw, 150px)) clamp(1rem, 2.5vw, 2rem) 0;
}
.footer-hero__logo { width: clamp(200px, 25vw, 310px); }
.footer-hero__tagline { margin-top: .8rem; font-weight: 600; font-size: clamp(1.1rem, 1.9vw, 1.7rem); }
.footer-hero__title { margin-top: clamp(1.8rem, 4vw, 3.4rem); font-weight: 800; font-size: clamp(1.4rem, 2.3vw, 2.1rem); line-height: 1.08; }
.footer-hero__follow { margin: .9rem 0 .6rem; font-weight: 700; }
.footer-hero__copy .btn { margin-top: clamp(1.4rem, 2.6vw, 2.2rem); }
.footer-hero__art { align-self: stretch; display: flex; align-items: flex-end; justify-content: flex-end; }
.footer-hero__hiro { width: 112%; max-width: none; margin-right: -10%; }
.footer-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3rem, 5vw, 5rem); }
.footer-col__icon { position: relative; display: block; width: clamp(3.2rem, 5.5vw, 5rem); aspect-ratio: 1; margin-bottom: 1rem; }
.footer-col__icon img { width: 100%; height: 100%; object-fit: contain; }
/* The animation's 500px artboard has breathing room around the drawing, so it's drawn a little larger than the box. */
.footer-col__icon svg, .btn__lottie svg { position: absolute; inset: -18%; width: 136% !important; height: 136% !important; max-width: none; } /* max-width: the global svg cap would shrink it and shift it left */
.footer-col__icon.is-animated img, .btn__lottie.is-animated img { visibility: hidden; }
/* Find an Outlet's swimming fish (same artboard padding as the column icons). */
.btn__lottie { position: relative; display: inline-block; width: 2.4em; aspect-ratio: 1; margin-block: -.55em; } /* the fish are small in their artboard */
.btn__lottie img { width: 100%; height: 100%; object-fit: contain; }
.footer-col h2 { font-weight: 800; font-size: clamp(1.3rem, 2vw, 1.8rem); margin-bottom: 1.1rem; line-height: 1.1; }
.footer-col, .footer-col p, .footer-col li { font-weight: 700; font-size: clamp(.9rem, 1.1vw, 1.02rem); line-height: 1.55; }
.footer-col p + p { margin-top: 1rem; }
.footer-col a { text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.footer-legal { background: #000; color: var(--white); padding: 1.3rem 0; }
.footer-legal__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 2rem; font-weight: 700; font-size: .95rem; }
.footer-legal__links { display: flex; flex-wrap: wrap; }
.footer-legal__links li + li::before { content: "|"; margin: 0 .5rem; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { text-decoration: underline; }

/* ==========================================================================
   Cookie / advertising consent bar (assets/js/consent.js)
   ========================================================================== */
.consent {
	position: fixed; z-index: 80; inset: auto 0 0;
	padding: 0 max(4vw, calc((100vw - 1320px) / 2)) max(1rem, env(safe-area-inset-bottom));
	translate: 0 120%; opacity: 0; transition: translate .35s var(--ease-pop), opacity .3s;
}
.consent.is-in { translate: 0; opacity: 1; }
.consent__inner {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .9rem 1.6rem;
	max-width: 1180px; margin: 0 auto; padding: 1rem clamp(1rem, 2.2vw, 1.6rem);
	background: var(--white); border: 3px solid var(--ink); border-radius: 22px; box-shadow: 0 8px 0 var(--ink);
}
.consent__text { flex: 1 1 22rem; font-size: .95rem; line-height: 1.5; }
.consent__text a { font-weight: 800; color: #a04f00; text-underline-offset: 3px; }
.consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; }

/* ==========================================================================
   Plain content pages (page.php: General Terms, Privacy Policy)
   ========================================================================== */
.legal { background: #FFF8EE; padding: calc(var(--header-h) + clamp(2rem, 4vw, 3.5rem)) 0 clamp(4rem, 8vw, 7rem); }
.legal__title { max-width: 720px; margin: 0 auto; font-weight: 900; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; letter-spacing: -.01em; }
.legal__date { max-width: 720px; margin: .6rem auto 0; font-weight: 700; color: #7a5a2e; }
.legal__body { margin-top: clamp(1.5rem, 3vw, 2.2rem); }
.legal__body ul { list-style: disc; padding-left: 1.3em; }
.legal__body li + li { margin-top: .5em; }

/* ---------- Shared: current nav item, pill labels, play button, lightbox ---------- */
.nav-pill a[aria-current="page"] { background: var(--ink); color: var(--white); }
.site-menu__list a[aria-current="page"] { color: var(--white); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; }
.pill { width: auto; height: clamp(28px, 2.6vw, 38px); }

.happy__link { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.happy__link img { transition: transform .5s var(--ease-pop); }
.happy__link:hover img, .happy__link:focus-visible img { transform: scale(1.06); }

.play-btn {
	position: absolute; left: 50%; top: 50%; translate: -50% -50%;
	display: grid; place-items: center;
	width: clamp(64px, 7.5vw, 104px); aspect-ratio: 1; border-radius: 50%;
	background: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	transition: transform .25s var(--ease-pop);
}
.play-btn svg { width: 46%; fill: var(--ink); translate: 6% 0; }
.play-btn::after {
	content: ""; position: absolute; inset: 0; border-radius: 50%; border: 3px solid var(--white);
	animation: play-pulse 2s ease-out infinite;
}
@keyframes play-pulse { from { transform: scale(1); opacity: .9; } to { transform: scale(1.6); opacity: 0; } }

.lightbox {
	position: fixed; inset: 0; z-index: 90;
	display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(.5rem, 2vw, 1.5rem);
	padding: clamp(1rem, 4vw, 3rem);
	background: rgba(17, 12, 4, .92);
	opacity: 0; transition: opacity .3s;
}
.lightbox.is-open { opacity: 1; }
.lightbox__figure { display: grid; justify-items: center; gap: .9rem; min-width: 0; margin: 0; }
.lightbox__img {
	width: auto; height: auto; max-width: 100%; max-height: calc(100svh - 9rem);
	border: 6px solid var(--white); border-radius: 18px; box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
	transform: scale(.94); transition: transform .35s var(--ease-pop), opacity .25s;
}
.lightbox.is-open .lightbox__img { transform: none; }
.lightbox__img.is-swapping { opacity: 0; }
/* Always centred in the middle column (arrows are hidden for videos), and never taller than the screen. */
.lightbox__video { grid-column: 2; grid-row: 1; justify-self: center; align-self: center; width: min(100%, 1100px, calc((100svh - 8rem) * 16 / 9)); aspect-ratio: 16 / 9; overflow: hidden; background: #000; border: 6px solid var(--white); border-radius: 18px; }
.lightbox__video iframe { width: 100%; height: 100%; border: 0; }
.lightbox__caption { color: var(--white); font-weight: 700; text-align: center; }
.lightbox__count { margin-left: .6rem; font-weight: 600; opacity: .7; }
.lightbox__close {
	position: absolute; top: clamp(.8rem, 2vw, 1.6rem); right: clamp(.8rem, 2vw, 1.6rem);
	width: 3rem; height: 3rem; padding: 0;
	font-size: 1.7rem; line-height: 1;
	background: var(--yellow-btn); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 4px 0 var(--ink);
}
.lightbox[data-single] .arrow { visibility: hidden; }
body.lightbox-open { overflow: hidden; }
@media (max-width: 767px) {
	.lightbox { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; }
	.lightbox__figure { grid-column: 1 / -1; grid-row: 1; }
	.lightbox__video { grid-column: 1 / -1; width: 100%; }
	.lightbox .arrow--prev { justify-self: end; }
}

/* ---------- Photo hero with a centred white title (Order Online, Stories) ---------- */
.page-hero { position: relative; display: grid; place-items: center; height: clamp(360px, 39.5vw, 640px); overflow: hidden; background: #2a1d12; }
.page-hero picture, .page-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__img { object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .32); }
.page-hero__title {
	position: relative; z-index: 1; margin-top: calc(var(--header-h) * .4); padding-inline: 5vw;
	font-weight: 800; font-size: clamp(2.4rem, 5.6vw, 5.4rem); line-height: 1.05; text-align: center; color: var(--white);
	text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
}
@media (max-width: 767px) { .page-hero { height: min(92vw, 440px); } }

/* ---------- Generic pages (until their designs are built) ---------- */
.page-shell { padding: calc(var(--header-h) + 4rem) 0 5rem; min-height: 60vh; }
.page-shell .display { margin-bottom: 2rem; }
.entry + .entry { margin-top: 2.5rem; }
.entry__content { max-width: 72ch; margin-inline: auto; font-size: 1.08rem; }
.entry__content > * + * { margin-top: 1em; }

/* ==========================================================================
   Pre-animation states — only when motion is allowed and JS is running.
   `.anim-fallback` (set if GSAP fails to load) reveals everything.
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
	.js:not(.anim-fallback) [data-reveal] { opacity: 0; transform: translateY(26px); }
	.js:not(.anim-fallback) .hero__hiro { transform: translateY(70%); }
	.js:not(.anim-fallback) .hero__bubble,
	.js:not(.anim-fallback) [data-pop] { transform: scale(0); }
}
@media (prefers-reduced-motion: reduce) {
	.belt__track, .wave-band { animation: none; }
	*, *::before, *::after { transition-duration: .01ms !important; }
}

/* ==========================================================================
   Tablet
   ========================================================================== */
@media (max-width: 1100px) {
	.nav-pill { display: none; }
	.brand { margin-right: auto; }
}

/* ==========================================================================
   Mobile
   ========================================================================== */
@media (max-width: 767px) {
	.site-header { padding: .8rem 4vw; }
	.brand { padding-right: 1rem; }
	.brand__mark { width: 2.4rem; height: 2.4rem; }
	.menu-btn { width: 3rem; height: 3rem; }

	/* Hero — stacked */
	.hero { --hs: 1vw; --belt-h: max(104px, 27vw); height: auto; min-height: 0; display: flex; flex-direction: column; }
	.hero__top { position: relative; inset: auto; }
	.hero__copy { position: relative; left: auto; top: auto; width: auto; padding: 6.4rem 6vw 0; }
	.hero__title { font-size: clamp(1.9rem, 8.4vw, 3rem); }
	.hero__lead { margin: 1rem 0 1.6rem; font-size: 1.02rem; }
	.hero__food { position: relative; inset: auto; height: 70vw; margin-top: .5rem; }
	.hero__feature { right: auto; left: 10vw; top: -16vw; width: 80vw; }
	.hero__badge { width: 24vw; right: 0; top: 40%; }
	.hero__badge span { font-size: 3.8vw; }
	.hero__dish-name { display: none; } /* phones: the sticker is enough; the dish photo's alt text still names it */
	.hero__stage { position: relative; height: calc(var(--belt-h) + 30vw); margin-top: -18vw; }
	.hero__hiro { left: 6vw; width: 52vw; bottom: calc(var(--belt-h) * .7); }
	.hero__bubble { left: 50%; top: -17vw; width: 40vw; height: 22vw; font-size: 5vw; }

	/* Ocean — portrait world measured in screen heights */
	/* Portrait: the sky art is height-bound (cropped at the sides), so the wave band still lines up via --sky-h. */
	.ocean__world { --world-h: 235svh; --sky-h: 76svh; }
	.ocean__sky { object-position: 42% 40%; }
	.ocean__bubble, .ocean__fish { width: calc(var(--w) * 1.9vw); }
	.ocean__boat { left: 2vw; top: 17%; width: 86vw; }
	.ocean__cap { font-size: 7.2vw; }
	.ocean__cap--1 { left: auto; right: 5vw; top: 10%; text-align: right; }
	.ocean__surf { left: 6vw; top: 58%; width: 92vw; }
	.ocean__cap--2 { left: 6vw; top: 49%; max-width: 70vw; }
	.deco--p2 { display: none; }

	/* Game */
	.game__stage { height: min(78svh, 620px); }
	.hud-pill { padding-right: .8rem; }

	/* Picks */
	.picks__carousel { grid-template-columns: 1fr 1fr; }
	.picks__viewport { grid-column: 1 / -1; grid-row: 1; }
	.arrow--prev { grid-row: 2; justify-self: end; }
	.arrow--next { grid-row: 2; justify-self: start; }
	.pick { grid-template-columns: 1fr; }
	.pick__dish { width: 92%; scale: 1; }
	.pick__visual { translate: none; }
	.pick__head, .pick__body { padding-left: clamp(1.2rem, 5vw, 1.6rem) !important; }
	.picks__foot { flex-direction: column; align-items: center; padding-inline: 0; }
	/* Chef Hiro tucks into a small gap between the dish and its card, overlapping each by ~5% of his height
	   (client, Sep 2026) — small enough to keep the card readable on a phone. */
	.picks__carousel { --dish-h: 60vw; --chef-w: 56vw; --chef-h: calc(var(--chef-w) * .677); }
	.picks__chef {
		position: absolute; z-index: 5; grid-row: 1;
		left: 50%; translate: -50% 0;
		top: calc(var(--dish-h) - var(--chef-h) * .30);
		width: var(--chef-w); margin: 0;
	}
	.pick__card { margin-top: calc(var(--chef-h) * .58); }
	.picks { padding-bottom: clamp(3rem, 6vw, 6rem); }
	.deco--p1 { left: 2%; top: auto; bottom: 34%; }
	.pick__dish { height: var(--dish-h); }

	/* Promo — tidy stack */
	.promo__deck { gap: 1.4rem; padding: 0 2vw; }
	.promo__stories, .promo__deck--posters .promo__stories { grid-template-columns: 1fr; gap: 1.4rem; }
	.promo__card { top: auto !important; }
	.promo__card--poster { width: 100% !important; }
	.promo__card:nth-child(odd) { --r: -2.5deg; }
	.promo__card:nth-child(even) { --r: 2.5deg; }
	.promo__cloud, .deco--m1, .deco--m3 { display: none; }

	/* Movie */
	.movie { --ms: 1.45vw; }
	.movie__screen { width: 88vw; top: calc(12 * var(--ms)); }
	.motion .movie__theatre { height: 100svh; }
	.movie__theatre { height: calc(88vw * .5625 + 30 * var(--ms) + 12 * var(--ms)); }

	/* Awards */
	.awards__stage { height: auto; display: grid; justify-items: center; gap: 1rem; margin-top: 1rem; }
	.awards__hiro { position: relative; left: auto; width: 76vw; }
	.awards__shadow { display: none; }
	.award { position: relative; left: auto; right: auto; top: auto; width: 100%; }
	.award--afta { order: 2; }
	.award--brand { order: 3; }

	/* Feel */
	.feel__row, .feel__row.is-reversed { grid-template-columns: 1fr; gap: 1rem; }
	.feel__row.is-reversed .feel__badge { order: 0; }
	.feel__icon { width: 150px; }

	/* Happy */
	.happy__body { padding-top: 20vw; }
	.happy__slide { flex-basis: 68vw; }

	/* Club */
	.club__inner { grid-template-columns: 1fr; }
	.club__art { max-width: 420px; margin-inline: auto; }

	/* Footer */
	.footer-hero { grid-template-columns: 1fr; grid-template-areas: "bubble" "art" "copy"; }
	.footer-hero__art { justify-content: center; }
	.footer-hero__hiro { width: 96%; margin: 0 auto -1rem; }
	.footer-hero__bubble { justify-self: start; width: 66vw; margin: 0 0 -10vw; }
	.footer-cols { grid-template-columns: 1fr 1fr; gap: 2rem 1.2rem; }
	.footer-legal__inner { flex-direction: column; }
}
