/* =====================================================================
   GP Osteria – main stylesheet (v2 – mockup fidelity pass)
   Sections: base · typography · utilities (tiles, orange, edges, split) ·
             header · hero · dishes · about · menu · parallax · reviews ·
             book · group · footer · responsive
   ===================================================================== */

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-dim);
  background: var(--black);
  overflow-x: hidden;
}

img, picture, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }

:focus-visible { outline: 2px solid var(--orange-2); outline-offset: 3px; }

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
}
.eyebrow .dot { margin: 0 .55em; color: var(--orange); }
.eyebrow.dark { color: #120600; }
.eyebrow.dark .dot { color: #120600; }
/* eyebrow with thin orange rules either side (mockups) */
.eyebrow-rule { display: inline-flex; align-items: center; gap: 1rem; }
.eyebrow-rule::before, .eyebrow-rule::after { content: ""; width: clamp(40px, 6vw, 90px); height: 1px; background: var(--orange); box-shadow: 0 0 6px rgba(255, 106, 19, .7); }
.eyebrow-rule.left::after { display: none; }
.eyebrow-rule.dark::before, .eyebrow-rule.dark::after { background: #120600; box-shadow: none; }

.title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .9;
  letter-spacing: .015em;
  color: var(--ink);
  font-size: clamp(2.9rem, 6.2vw, 5.6rem);
}
.title .accent { color: var(--orange); }
.title .glow { text-shadow: 0 0 22px rgba(255, 106, 19, .55), 0 0 2px rgba(255, 138, 43, .8); }
.ink-black { color: #0d0500; }
.ink-white { color: #fff8f0; }
.title.ink-black { color: #0d0500; text-shadow: none; }

.hand {
  font-family: var(--font-hand);
  font-weight: 500;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.15;
  color: var(--orange-2);
}
.hand-white { color: #fff8f0; }
.hand-dark { color: #120600; }

.lead { font-size: clamp(1rem, 1.15vw, 1.1rem); max-width: 60ch; }

.small-caps {
  font-size: .7rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-mute);
}

/* Decorative small script text placed in section corners */
.side-hand {
  position: absolute; z-index: 2; margin: 0; pointer-events: none;
  font-family: var(--font-hand); font-weight: 600; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.05;
  color: var(--orange); transform: rotate(-9deg);
  text-shadow: 0 0 14px rgba(255, 106, 19, .5);
}
.side-hand::after { content: ""; display: block; width: 70%; height: 2px; margin-top: .35rem; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .8); }

/* ---------- Layout utilities ---------- */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(4rem, 8vw, 7rem); }
.section-head { max-width: 800px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { display: inline-flex; margin-bottom: 1rem; }
.section-head .hand { display: block; margin-top: .8rem; }
.section-head .lead { margin-top: 1.3rem; }
.section-head.center .lead { margin-inline: auto; }
.z-up { position: relative; z-index: 2; }

/* Black faceted 3D tile wall. Large irregular facets at ~1400px so the
   repeat is never obvious; a soft vignette keeps copy legible. */
.bg-tiles {
  background-color: #0c0c0d;
  background-image:
    radial-gradient(ellipse 80% 70% at 50% 40%, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35) 100%),
    url("../images/texture-tiles.webp");
  background-size: 100% 100%, min(1400px, 150vw) auto;
  background-position: center, center top;
  background-repeat: no-repeat, repeat;
}

/* Bright branded orange texture – vibrant, no dark multiply layers */
.bg-orange {
  color: #2a1000;
  background-color: var(--orange-deep);
  background-image: url("../images/texture-orange.webp");
  background-size: cover;
  background-position: center;
}
.bg-orange .lead, .bg-orange p { color: #1c0a00; }
.bg-orange .strip { color: #1c0a00; }
.bg-orange .strip .dot { color: #1c0a00; }

/* ----- Angular section edge: flat neon line with a single raised peak.
   Section is clipped along the same path (--peak = horizontal position). */
.cut-top {
  --peak: 70%;
  clip-path: polygon(0 var(--zig), calc(var(--peak) - 7%) var(--zig), var(--peak) 0, calc(var(--peak) + 7%) var(--zig), 100% var(--zig), 100% 100%, 0 100%);
  margin-top: calc(-1 * var(--zig));
  padding-top: calc(var(--zig) + clamp(4rem, 8vw, 7rem));
}
.edge {
  position: absolute; left: 0; right: 0; z-index: 5; pointer-events: none;
  height: calc(var(--zig) + 3px);
  filter: var(--neon-glow);
}
.edge-top { top: 0; }
.edge-bottom { bottom: 0; transform: scaleY(-1); }
.edge i {
  position: absolute; inset: 0; display: block; background: var(--neon);
  clip-path: polygon(
    0 calc(100% - 3px), calc(var(--peak, 70%) - 7%) calc(100% - 3px), var(--peak, 70%) 0, calc(var(--peak, 70%) + 7%) calc(100% - 3px), 100% calc(100% - 3px),
    100% 100%, calc(var(--peak, 70%) + 7%) 100%, var(--peak, 70%) 3px, calc(var(--peak, 70%) - 7%) 100%, 0 100%);
}

/* ----- Black tile corner wedges on orange sections (with a thin neon edge) */
.corner { position: absolute; z-index: 1; pointer-events: none; }
.corner::after { content: ""; position: absolute; inset: 0; background: var(--neon); box-shadow: 0 0 10px rgba(255, 106, 19, .8); }
.corner-tl { left: 0; top: 0; width: clamp(160px, 26vw, 420px); height: clamp(120px, 20vw, 320px); clip-path: polygon(0 0, 100% 0, 0 100%); }
.corner-tl::after { clip-path: polygon(100% 0, calc(100% - 3px) 0, 0 calc(100% - 3px), 0 100%); }
.corner-tr { right: 0; top: 0; width: clamp(160px, 26vw, 420px); height: clamp(120px, 22vw, 340px); clip-path: polygon(0 0, 100% 0, 100% 100%); }
.corner-tr::after { clip-path: polygon(0 0, 3px 0, 100% calc(100% - 3px), 100% 100%); }
.corner-br { right: 0; bottom: 0; width: clamp(140px, 22vw, 360px); height: clamp(100px, 16vw, 260px); clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.corner-br::after { clip-path: polygon(100% 0, 100% 3px, 3px 100%, 0 100%); }

/* ----- Split composition (hero + group dining):
   left black-tile panel ending in a big chevron ">" with a neon line,
   full-bleed photo behind on the right. */
.split { position: relative; overflow: hidden; isolation: isolate; background: var(--black); display: flex; }
.split-media { position: absolute; inset: 0; z-index: 0; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-left { position: relative; z-index: 2; width: var(--split, 48%); flex: 0 0 auto; display: flex; }
.split-panel {
  position: relative; width: 100%;
  clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
  padding-right: 16%;
}
.split-neon {
  position: absolute; inset: 0; pointer-events: none; z-index: 3;
  filter: var(--neon-glow);
}
.split-neon i {
  position: absolute; inset: 0; display: block; background: var(--neon);
  clip-path: polygon(86% 0, calc(86% + 3px) 0, calc(100% + 3px) 50%, calc(86% + 3px) 100%, 86% 100%, 100% 50%);
}

/* Buttons – outlined orange with soft glow is the primary style in the mockups */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .85em 1.7em;
  font-family: var(--font-body); font-weight: 500; font-size: .86rem; letter-spacing: .2em; text-transform: uppercase; line-height: 1;
  border: 1.5px solid var(--orange); border-radius: 2px;
  color: var(--orange-2);
  background: rgba(0, 0, 0, .28);
  box-shadow: 0 0 14px rgba(255, 106, 19, .28), inset 0 0 14px rgba(255, 106, 19, .1);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s;
}
.btn .arrow { transition: transform .35s var(--ease); font-size: 1.15em; line-height: 0; }
.btn:hover .arrow { transform: translateX(4px); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 0 26px rgba(255, 106, 19, .5), inset 0 0 18px rgba(255, 106, 19, .16); }
.btn-primary {
  background: linear-gradient(180deg, #ff6f1c, #e94d00);
  color: #fff8f0;
  border-color: var(--orange-2);
  box-shadow: 0 0 18px rgba(255, 106, 19, .45);
}
.btn-primary:hover { background: linear-gradient(180deg, #ff7d2f, #f25400); box-shadow: 0 0 30px rgba(255, 106, 19, .65); }
.btn-wide { width: 100%; }
.bg-orange .btn-ghost { color: var(--orange-2); background: #0d0500; border-color: var(--orange); }

.strip {
  display: inline-flex; flex-wrap: wrap; justify-content: center; gap: .4em .8em;
  font-size: .68rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--ink);
}
.strip .dot { color: var(--orange); }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-scale { transform: scale(.94); }

/* Skip link */
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 200; padding: .6rem 1rem; background: var(--orange); color: #000; font-weight: 600; }
.skip-link:focus { top: 1rem; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(10, 10, 11, .55);
  transition: background .4s, box-shadow .4s, height .3s;
}
.header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, rgba(255, 106, 19, .2), var(--orange) 50%, rgba(255, 106, 19, .2));
  opacity: .6; transition: opacity .4s;
}
.header.is-scrolled { background: rgba(10, 10, 11, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0, 0, 0, .45); }
.header.is-scrolled::after { opacity: 1; }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; height: 100%; position: relative; z-index: 115; }
.brand img { height: 50px; width: auto; filter: drop-shadow(0 0 12px rgba(255, 106, 19, .35)); transition: height .3s; }
.header.is-scrolled .brand img { height: 44px; }

.nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.2vw, 2.2rem); }
.nav a { position: relative; font-size: .76rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); padding: .4rem 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); box-shadow: 0 0 8px rgba(255, 106, 19, .8); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active { color: var(--orange-2); }
.nav .btn { padding: .7em 1.3em; margin-left: .5rem; }
.nav .btn::after { display: none; }

.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 0; position: relative; z-index: 120; }
.nav-toggle span { position: absolute; left: 10px; width: 24px; height: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .3s, top .35s; }
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); background: var(--orange); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); background: var(--orange); }

/* ---------- Hero ---------- */
.hero { min-height: 100svh; --split: 47%; }
.hero-media img { object-position: 62% 45%; filter: saturate(1.05); animation: hero-zoom 14s var(--ease) both; }
@keyframes hero-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-media::after {
  /* keep the fixed header legible over the bright photo */
  content: ""; position: absolute; inset: 0 0 auto 0; height: 160px;
  background: linear-gradient(180deg, rgba(10, 10, 11, .55), transparent);
}
.hero-panel {
  display: flex; flex-direction: column; justify-content: center;
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: clamp(12rem, 24vh, 17rem);
  padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
}
.hero-content { position: relative; z-index: 2; max-width: 620px; }
.hero .eyebrow { display: block; margin-bottom: 1.4rem; }
.hero .title { font-size: clamp(3.2rem, 5.6vw, 6.2rem); }
.hero .hand { display: block; margin-top: 1.2rem; font-size: clamp(1.6rem, 2.5vw, 2.4rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero-strip { margin-top: 2.4rem; display: inline-flex; justify-content: flex-start; }
.hero-drawing {
  position: absolute; left: 0; bottom: -1%; z-index: 1;
  width: 78%; max-width: 760px; pointer-events: none; opacity: .95;
  filter: drop-shadow(0 0 12px rgba(255, 106, 19, .45));
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 35%);
          mask-image: linear-gradient(180deg, transparent, #000 35%);
}

/* ---------- Signature dishes / carousel ---------- */
.dishes { overflow: hidden; }
.carousel { position: relative; margin-top: clamp(2.5rem, 5vw, 4rem); user-select: none; }
.carousel-track { position: relative; height: clamp(330px, 42vw, 520px); perspective: 1400px; touch-action: pan-y; }
.slide {
  position: absolute; top: 0; left: 50%;
  width: clamp(250px, 34vw, 440px); aspect-ratio: 1 / .96;
  margin-left: calc(clamp(250px, 34vw, 440px) / -2);
  border-radius: 4px; overflow: hidden; cursor: pointer;
  transition: transform .7s var(--ease), opacity .7s var(--ease), filter .7s var(--ease), box-shadow .7s;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
  will-change: transform;
}
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(10, 10, 11, .88)); opacity: 0; transition: opacity .6s; }
.slide-label {
  position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1rem; z-index: 2;
  font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); line-height: 1;
  opacity: 0; transform: translateY(8px); transition: opacity .5s .2s, transform .5s .2s;
}
.slide[data-pos="0"] {
  z-index: 5; transform: translateX(0) scale(1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .7), 0 0 0 1.5px var(--orange), 0 0 34px rgba(255, 106, 19, .45);
}
.slide[data-pos="0"]::after, .slide[data-pos="0"] .slide-label { opacity: 1; transform: none; }
.slide[data-pos="1"], .slide[data-pos="-1"] { z-index: 4; filter: brightness(.5) saturate(.85); }
.slide[data-pos="1"]  { transform: translateX(78%) scale(.8) rotateY(-14deg); }
.slide[data-pos="-1"] { transform: translateX(-78%) scale(.8) rotateY(14deg); }
.slide[data-pos="2"], .slide[data-pos="-2"] { z-index: 3; filter: brightness(.28); }
.slide[data-pos="2"]  { transform: translateX(140%) scale(.62) rotateY(-22deg); opacity: .7; }
.slide[data-pos="-2"] { transform: translateX(-140%) scale(.62) rotateY(22deg); opacity: .7; }
.slide[data-pos="hidden"] { opacity: 0; transform: translateX(0) scale(.4); pointer-events: none; z-index: 1; }

.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; z-index: 6;
  border: 1.5px solid var(--orange); background: rgba(10, 10, 11, .75); color: var(--orange-2);
  display: grid; place-items: center; border-radius: 2px;
  box-shadow: 0 0 14px rgba(255, 106, 19, .3);
  transition: background .3s, box-shadow .3s, color .3s;
}
.carousel-btn:hover { background: var(--orange); color: #000; box-shadow: var(--glow-soft); }
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-btn.prev { left: max(0px, calc(50% - 46vw)); }
.carousel-btn.next { right: max(0px, calc(50% - 46vw)); }

.carousel-caption { text-align: center; margin-top: 2rem; min-height: 5.5rem; }
.carousel-caption h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3vw, 2.6rem); letter-spacing: .03em; text-transform: uppercase; color: var(--ink); line-height: 1; }
.carousel-caption p { margin-top: .3rem; font-family: var(--font-hand); font-size: 1.5rem; color: var(--orange-2); }
.carousel-caption .fade { animation: cap .5s var(--ease) both; }
@keyframes cap { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.carousel-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 1.2rem; }
.carousel-dots button { width: 26px; height: 3px; border: 0; padding: 0; background: rgba(255, 255, 255, .18); transition: background .3s, box-shadow .3s; }
.carousel-dots button[aria-selected="true"] { background: var(--orange); box-shadow: 0 0 10px rgba(255, 106, 19, .9); }
.dishes-cta { text-align: center; margin-top: 2.6rem; }

/* ---------- About / Our Story (orange collage) ---------- */
.about { overflow: hidden; padding-top: calc(var(--zig) + 2.5rem); padding-bottom: 0; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 1fr) minmax(0, 25%);
  gap: 0 clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  position: relative; z-index: 2;
}
.about-chef { position: relative; align-self: stretch; }
.about-chef img {
  position: absolute; left: -10%; top: -4%; width: 122%; max-width: none;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .45));
}
.about-shack {
  position: absolute; left: -3%; bottom: 8%; z-index: 2;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem); transform: rotate(-9deg); line-height: 1.05;
}
.about-shack::after { content: ""; display: block; width: 60%; height: 2px; margin-top: .3rem; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .9); }

.about-copy { text-align: center; padding-top: 1rem; }
.about-copy .title { font-size: clamp(2.8rem, 5vw, 5rem); margin-top: .4rem; }
.about-copy .title .ink-white { text-shadow: 0 0 20px rgba(255, 255, 255, .35); }
.about-copy .hand { display: block; margin-top: .6rem; font-size: clamp(1.4rem, 2vw, 1.9rem); }
.about-copy .lead { margin: 1.2rem auto 0; max-width: 56ch; font-size: clamp(.92rem, 1.05vw, 1.02rem); }
.about-copy .lead + .hand { margin-top: 1.1rem; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.8rem; text-align: center; }
.timeline li { position: relative; }
.timeline img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1.5px solid #120600; box-shadow: 0 16px 34px rgba(60, 20, 0, .4); }
.timeline strong {
  display: inline-block; margin-top: .9rem; padding: .3em .9em .2em;
  font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: .05em; text-transform: uppercase; line-height: 1;
  color: #fff8f0; background: #0d0500;
}
.timeline span { display: block; margin-top: .35rem; font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; color: #120600; line-height: 1; }
.timeline li + li::before {
  /* arrow between the chips */
  content: "→"; position: absolute; left: -.5rem; top: calc(75% + .55rem); transform: translate(-50%, 0);
  font-size: 1.4rem; line-height: 1; color: #120600; font-weight: 600;
}

.about-side { position: relative; padding-top: 0; }
.about-side-hand { font-size: clamp(1.6rem, 2.2vw, 2.3rem); transform: rotate(-9deg); margin: 0 0 .8rem 10%; line-height: 1; }
.about-side-hand::after { content: ""; display: block; width: 60%; height: 2px; margin-top: .4rem; background: #120600; }
.about-couple { transform: rotate(-4deg); border: 2px solid #120600; box-shadow: 0 20px 40px rgba(60, 20, 0, .45); margin-right: -6%; }
.about-couple img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-panel {
  position: relative; margin: 1.6rem -10% 0 0; padding: 1.4rem 1.2rem 0;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
  min-height: 300px;
}
.about-panel .chip {
  display: inline-block; padding: .35em .8em .25em; transform: rotate(-4deg);
  font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; letter-spacing: .06em; text-transform: uppercase; line-height: 1;
  color: #120600; background: var(--orange);
}
.about-panel blockquote { margin-top: 1.2rem; text-align: center; }
.about-panel blockquote p {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.9vw, 1.75rem); line-height: 1.05; letter-spacing: .03em; text-transform: uppercase;
  color: var(--ink);
}
.about-panel cite { display: block; margin-top: .8rem; font-style: normal; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--ink); }
.about-castle { width: 100%; margin-top: 1rem; opacity: .95; filter: drop-shadow(0 0 10px rgba(255, 106, 19, .4)); }

/* ---------- Menu ---------- */
.menu { overflow: hidden; }
.menu-street {
  position: absolute; left: -1%; bottom: 0; width: min(520px, 36vw);
  opacity: .8; pointer-events: none;
  filter: drop-shadow(0 0 14px rgba(255, 106, 19, .35));
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%);
          mask-image: linear-gradient(180deg, transparent, #000 18%);
}
.menu-hand { right: 3%; top: 9%; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2vw, 2.1rem); letter-spacing: .04em; text-transform: uppercase; line-height: .95; transform: rotate(-9deg); }
.menu-zig { position: absolute; right: 1.5%; top: 34%; width: 110px; height: 340px; color: var(--orange); filter: var(--neon-glow); pointer-events: none; }
.menu-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 560px)); justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.6rem);
  margin-top: clamp(2.5rem, 5vw, 4rem); position: relative;
}
.menu-frame {
  position: relative; aspect-ratio: 1000 / 1344;
  background: url("../images/menu-frame.webp") center / 100% 100% no-repeat;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .6));
}
/* cream paper insert sits exactly in the frame's window (20%–80% × 6%–83%) */
.menu-frame .paper {
  position: absolute; left: 20.2%; right: 20.4%; top: 6%; bottom: 17%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 7% 7%;
  background: linear-gradient(160deg, #fbf5ea, #f3e9d8);
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 89% 100%, 0 100%, 0 9%);
  color: #2b1a0e;
}
.menu-frame h3 {
  font-family: "EB Garamond", Georgia, serif; font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  letter-spacing: .16em; text-transform: uppercase; color: var(--orange-deep); line-height: 1.1; text-align: center;
}
.menu-frame h3::after {
  content: "◆"; display: block; margin: .55rem auto 0; font-size: .55rem; color: var(--orange-deep); line-height: 1; position: relative;
}
.menu-frame h3 + .menu-list { margin-top: .6rem; }
.menu-frame .menu-list::before { content: ""; display: block; height: 1px; background: var(--orange-deep); opacity: .8; margin-bottom: .2rem; }
.menu-list li {
  display: grid; grid-template-columns: 1fr auto; column-gap: .8rem; align-items: baseline;
  padding: clamp(.55rem, 1.2vw, .95rem) 0;
  border-bottom: 1px solid rgba(226, 78, 0, .55);
}
.menu-list li:last-child { border-bottom: 0; }
.menu-list .name { font-family: "EB Garamond", Georgia, serif; font-size: clamp(.95rem, 1.25vw, 1.2rem); color: #2b1a0e; line-height: 1.25; }
.menu-list .price { font-family: "EB Garamond", Georgia, serif; font-size: clamp(.95rem, 1.25vw, 1.2rem); color: var(--orange-deep); text-align: right; white-space: nowrap; }
.menu-note { text-align: center; margin-top: 2.2rem; display: flex; }

/* ---------- Parallax ---------- */
.parallax {
  --peak: 18%;
  position: relative; min-height: 64vh;
  display: grid; place-items: center; overflow: hidden; isolation: isolate;
  clip-path: inset(0);
  padding-block: clamp(6rem, 12vw, 9rem);
}
.parallax-bg { position: fixed; inset: 0; z-index: -1; background: url("../images/parallax.webp") center 40% / cover no-repeat; transform: translateZ(0); will-change: transform; pointer-events: none; }
.parallax::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(10, 10, 11, .3), rgba(10, 10, 11, .72)), linear-gradient(180deg, rgba(10, 10, 11, .75), transparent 30%, transparent 70%, rgba(10, 10, 11, .75));
}
.parallax .edge { --peak: 18%; }
.parallax .edge-bottom { --peak: 82%; }
.parallax-content { position: relative; z-index: 1; text-align: center; max-width: 820px; padding-inline: var(--gutter); }
.parallax-content .hand { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.parallax-content .title { font-size: clamp(2.2rem, 4vw, 3.6rem); margin-top: .7rem; text-shadow: 0 6px 40px rgba(0, 0, 0, .6); }
.parallax-content .strip { margin-top: 1.4rem; color: var(--ink-dim); }
@media (prefers-reduced-motion: reduce) {
  .parallax-bg { position: absolute; transform: none; }
  .hero-media img { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Reviews (black tiles) ---------- */
.reviews { overflow: hidden; padding-top: clamp(3rem, 5vw, 4rem); }
.logo-rule { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-bottom: 1.4rem; }
.logo-rule i { flex: 1; max-width: 300px; height: 1px; background: linear-gradient(90deg, transparent, var(--orange)); box-shadow: 0 0 8px rgba(255, 106, 19, .7); }
.logo-rule i:last-child { background: linear-gradient(90deg, var(--orange), transparent); }
.logo-rule img { width: 150px; filter: drop-shadow(0 0 14px rgba(255, 106, 19, .5)); }
.reviews-head .title { font-size: clamp(2.8rem, 5.4vw, 5.2rem); }
.title-rule { display: block; width: 110px; height: 2px; margin: .6rem auto 0; background: var(--orange); box-shadow: 0 0 10px rgba(255, 106, 19, .9); }
.side-chevron { position: absolute; top: 12%; bottom: 12%; width: clamp(80px, 9vw, 150px); z-index: 1; pointer-events: none; filter: var(--neon-glow); }
.side-chevron.left { left: 0; }
.side-chevron.right { right: 0; }
.side-chevron i { position: absolute; inset: 0; display: block; background: var(--neon); }
.side-chevron.left i { clip-path: polygon(0 0, 3px 0, 100% 50%, 3px 100%, 0 100%, calc(100% - 4px) 50%); }
.side-chevron.right i { clip-path: polygon(100% 0, calc(100% - 3px) 0, 0 50%, calc(100% - 3px) 100%, 100% 100%, 4px 50%); }
.side-text {
  position: absolute; z-index: 2; margin: 0; pointer-events: none;
  font-size: .62rem; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; line-height: 1.9; color: var(--orange);
}
.side-text::after { content: ""; display: block; width: 26px; height: 1px; margin-top: .6rem; background: var(--orange); }
.side-text-tl { left: 4%; top: 8%; }
.side-text-br { right: 4%; bottom: 10%; text-align: right; }
.side-text-br::after { margin-left: auto; }
.reviews-hand { right: 3%; top: 8%; }
.reviews-drawing {
  position: absolute; left: 0; bottom: -2%; width: min(560px, 38vw); z-index: 1; pointer-events: none; opacity: .95;
  filter: drop-shadow(0 0 12px rgba(255, 106, 19, .45));
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%);
          mask-image: linear-gradient(180deg, transparent, #000 30%);
}
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: clamp(2.4rem, 4vw, 3.4rem); position: relative; z-index: 2; }
.review-card {
  position: relative; padding: 2.2rem 2rem 2.6rem 2.2rem;
  background: rgba(8, 8, 9, .82);
  color: var(--ink);
  filter: drop-shadow(0 0 16px rgba(255, 106, 19, .28));
  transition: transform .5s var(--ease), filter .5s;
  --cut: 30px;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}
.review-card::before {
  /* thin orange border following the angled corners */
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: var(--orange);
  clip-path: polygon(
    0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)),
    0 0, 2px 2px, 2px calc(100% - var(--cut) - 1px), calc(var(--cut) + 1px) calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) calc(var(--cut) + 1px), calc(100% - var(--cut) - 1px) 2px, 2px 2px);
}
.review-card:hover { transform: translateY(-6px); filter: drop-shadow(0 0 26px rgba(255, 106, 19, .45)); }
.review-card > * { position: relative; z-index: 1; }
.stars { color: var(--orange); letter-spacing: .28em; font-size: 1.25rem; line-height: 1; text-shadow: 0 0 10px rgba(255, 106, 19, .6); }
.review-card h3 { margin-top: .9rem; font-family: var(--font-body); font-weight: 500; font-size: 1.05rem; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); line-height: 1; }
.review-card h3::after { content: ""; display: block; width: 36px; height: 2px; margin-top: .7rem; background: var(--orange); }
.review-card p { position: relative; margin: 1.4rem 2.2rem 0 2.6rem; font-size: 1rem; line-height: 1.55; color: #fff8f0; }
.review-card p::before, .review-card p::after { position: absolute; font-family: Georgia, serif; font-weight: 700; font-size: 3.2rem; line-height: 1; color: var(--orange); }
.review-card p::before { content: "“"; left: -2.6rem; top: -.4rem; }
.review-card p::after { content: "”"; right: -2.2rem; bottom: -1.6rem; }
.reviews-cta { position: relative; z-index: 2; text-align: center; margin-top: 3rem; display: grid; gap: 1.2rem; justify-items: center; }

/* ---------- Book a table ---------- */
.book { overflow: hidden; padding: 0; min-height: 100svh; display: flex; }
.book-photo {
  position: absolute; left: 0; top: 0; bottom: 0; width: 44%; z-index: 1;
  clip-path: polygon(0 0, 80% 0, 100% 48%, 88% 100%, 0 100%);
}
.book-photo picture { display: block; height: 100%; }
.book-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.book-photo-hand {
  position: absolute; left: 4%; bottom: 6%; margin: 0; font-size: clamp(1.4rem, 2vw, 2rem); line-height: .95; transform: rotate(-9deg);
  color: var(--orange-2); text-shadow: 0 0 14px rgba(255, 106, 19, .7);
}
.book-photo-hand::after { content: ""; display: block; width: 70%; height: 2px; margin-top: .3rem; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .9); }
.book-neon { position: absolute; left: 0; top: 0; bottom: 0; width: 44%; z-index: 2; pointer-events: none; filter: var(--neon-glow); }
.book-neon i { position: absolute; inset: 0; display: block; background: #ffd9b8; clip-path: polygon(80% 0, calc(80% + 3px) 0, calc(100% + 3px) 48%, calc(88% + 3px) 100%, 88% 100%, 100% 48%); }
.book .corner-tr { width: clamp(100px, 13vw, 200px); height: clamp(70px, 9vw, 140px); z-index: 1; }
.book-wedge {
  position: absolute; right: 0; top: 58%; bottom: 0; width: 17%; z-index: 1;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%, 0 32%);
  display: flex; align-items: flex-end; justify-content: flex-end; padding: 0 5% 8%;
}
.book-wedge::before { content: ""; position: absolute; inset: 0; background: var(--neon); box-shadow: 0 0 10px rgba(255, 106, 19, .8); clip-path: polygon(38% 0, calc(38% + 3px) 0, 3px 32%, 3px 100%, 0 100%, 0 32%); }
.book-wedge i { position: absolute; left: 6%; right: 6%; top: 34%; height: 3px; background: var(--neon); box-shadow: 0 0 10px rgba(255, 106, 19, .9); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: skewY(-14deg); }
.book-wedge .hand { font-size: clamp(1.3rem, 1.8vw, 1.9rem); line-height: .95; text-align: right; transform: rotate(-9deg); color: var(--orange-2); text-shadow: 0 0 14px rgba(255, 106, 19, .6); }
.book-drawing { position: absolute; right: 2%; top: 17%; width: clamp(150px, 13vw, 220px); z-index: 1; pointer-events: none; }
.book-drawing .hand { font-size: clamp(1.4rem, 2vw, 2.1rem); line-height: .95; transform: rotate(-9deg); margin-bottom: -1.5rem; }
.book-drawing .hand::after { content: ""; display: block; width: 60%; height: 2px; margin-top: .3rem; background: #120600; }
.book-drawing img { width: 100%; opacity: .95; }

.book-content {
  position: relative; z-index: 3;
  margin-left: 47%; width: 38%; max-width: 640px;
  padding: clamp(4rem, 8vh, 6rem) 0 clamp(3rem, 6vh, 4rem);
  display: flex; flex-direction: column; align-items: center;
}
.book-logo { width: 140px; filter: brightness(0); margin-bottom: 1rem; }
.book-head .eyebrow { margin-bottom: 0; }
.rule-dark { display: block; width: min(560px, 100%); height: 1px; background: #120600; margin: .9rem auto; }
.rule-dark.short { width: 90px; margin-top: .9rem; }
.book-head .title { font-size: clamp(3.4rem, 6.6vw, 7rem); margin-top: .2rem; }
.book-head .hand { margin-top: .3rem; }

.form {
  position: relative; width: 100%; margin-top: 1.4rem;
  padding: clamp(1.4rem, 2.6vw, 2.4rem) clamp(1.4rem, 2.6vw, 2.4rem) 1.6rem;
  background: linear-gradient(180deg, #121213, #0a0a0b);
  border: 1.5px solid var(--orange);
  box-shadow: 0 30px 60px rgba(60, 20, 0, .4), 0 0 26px rgba(255, 106, 19, .3), inset 0 0 40px rgba(0, 0, 0, .6);
  color: var(--ink);
}
/* metal corner brackets */
.form::before, .form::after {
  content: ""; position: absolute; width: 18px; height: 18px; border: 3px solid #d9c9a8; pointer-events: none;
}
.form::before { left: -3px; top: -3px; border-right: 0; border-bottom: 0; }
.form::after { right: -3px; bottom: -3px; border-left: 0; border-top: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem .9rem; }
.form-grid .field:nth-child(4), .form-grid .field:nth-child(5) { grid-column: span 1; }
.form-grid .field:nth-child(4) { grid-column: 1 / span 1; }
.form-grid .field:nth-child(5) { grid-column: 2 / span 2; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .64rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: #fff3e6; }
.field-wrap { position: relative; }
.field-wrap svg { position: absolute; left: .85rem; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); color: var(--orange); pointer-events: none; }
.field input, .field select {
  width: 100%; height: 50px; padding: 0 .9rem 0 2.6rem;
  font: inherit; font-size: .92rem; color: var(--ink);
  background: #0a0a0b; border: 1px solid var(--orange); border-radius: 2px;
  transition: border-color .3s, box-shadow .3s, background .3s;
  color-scheme: dark;
}
.field input::placeholder { color: #9a8f82; }
.field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--orange-2) 50%), linear-gradient(135deg, var(--orange-2) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 2.4rem; }
.field input:focus, .field select:focus { outline: none; border-color: var(--orange-2); box-shadow: 0 0 0 3px rgba(255, 106, 19, .18), var(--glow-soft); }
.field input.is-invalid, .field select.is-invalid { border-color: #ff5b5b; }
.field .hint { font-size: .72rem; color: #ff8a8a; min-height: 1em; }
.form .btn-wide { margin-top: 1.2rem; height: 56px; font-size: .95rem; background: #0a0a0b; }
.form .form-strip { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1.1rem; color: #fff3e6; }
.form-strip .dot { color: var(--orange); }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form-success h3 { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; letter-spacing: .03em; text-transform: uppercase; color: var(--orange); line-height: 1; text-shadow: var(--glow-soft); }
.form-success p { margin-top: .8rem; color: var(--ink-dim); }
.form-success .summary { margin-top: 1.2rem; padding: 1rem; border: 1px dashed rgba(255, 138, 43, .5); font-size: .9rem; color: var(--ink); }
.form-success .btn { margin-top: 1.4rem; width: auto; }
.form.is-done .form-body { display: none; }
.form.is-done .form-success { display: block; }

.facts { display: grid; grid-template-columns: repeat(3, auto); width: 100%; gap: 1.2rem 2rem; margin-top: 2rem; justify-content: center; align-items: center; }
.facts li { display: flex; align-items: center; gap: .8rem; position: relative; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #120600; line-height: 1.5; }
.facts li + li::before { content: ""; position: absolute; left: -1.2rem; top: 0; bottom: 0; width: 1px; background: #120600; opacity: .7; }
.facts svg { width: 30px; height: 30px; color: #0d0500; flex: 0 0 auto; }
.facts b { font-weight: 600; }

/* ---------- Group dining (split) ---------- */
.group { min-height: min(100svh, 900px); --split: 47%; }
.group-media img { object-position: 60% 50%; }
.group-caption {
  position: absolute; right: var(--gutter); bottom: 2rem; z-index: 2; margin: 0;
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ink);
}
.group-caption::after { content: ""; display: block; width: 44px; height: 1px; margin: .5rem 0 0 auto; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .9); }
.group-panel {
  display: flex; align-items: center;
  padding-top: clamp(4rem, 8vh, 6rem); padding-bottom: clamp(4rem, 8vh, 6rem);
  padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
}
.group-content { position: relative; z-index: 2; max-width: 640px; }
.group-content .eyebrow { display: inline-flex; margin-bottom: 1.4rem; }
.group-content .title { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.group-content .hand { display: block; margin-top: .8rem; font-size: clamp(1.5rem, 2.2vw, 2.1rem); }
.rule-left::before { content: ""; display: inline-block; vertical-align: middle; width: 44px; height: 2px; margin-right: 1rem; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .9); }
.group-content .lead { margin-top: 1.2rem; font-size: clamp(1rem, 1.2vw, 1.15rem); color: var(--ink); }
.features { display: flex; margin-top: 1.8rem; text-align: center; }
.features li { flex: 1; padding: .2rem 1rem; display: grid; justify-items: center; gap: .6rem; }
.features li + li { border-left: 1.5px solid var(--orange); box-shadow: -1px 0 8px rgba(255, 106, 19, .35); }
.features svg { width: 44px; height: 44px; color: var(--orange); filter: drop-shadow(0 0 8px rgba(255, 106, 19, .55)); }
.features strong { font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); line-height: 1.5; }
.group-content .btn { margin-top: 2rem; }
.strip-rule { display: inline-flex; margin-top: 2.2rem; justify-content: flex-start; color: var(--ink-dim); }
.strip-rule::before { content: ""; display: inline-block; align-self: center; width: 40px; height: 1px; margin-right: 1rem; background: var(--orange); box-shadow: 0 0 6px rgba(255, 106, 19, .8); }

/* ---------- Footer ---------- */
.footer { position: relative; padding-top: clamp(5rem, 9vw, 8rem); color: var(--ink-dim); overflow: hidden; }
.footer-edge { top: clamp(1.5rem, 4vw, 3.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1.15fr .8fr .95fr; gap: 2rem 0; }
.footer-brand { display: grid; justify-items: center; align-content: start; text-align: center; padding-right: 2rem; }
.footer-brand img { width: 220px; filter: drop-shadow(0 0 16px rgba(255, 106, 19, .45)); }
.footer-tag { margin-top: .6rem; font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ink); }
.rule-orange { display: block; width: 80px; height: 2px; margin: 1.2rem 0; background: var(--orange); box-shadow: 0 0 10px rgba(255, 106, 19, .9); }
.footer-col { padding: .4rem 1.6rem .4rem 1.8rem; border-left: 1px solid rgba(255, 106, 19, .55); }
.footer h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; letter-spacing: .03em; text-transform: uppercase; color: var(--orange); line-height: 1; text-shadow: 0 0 14px rgba(255, 106, 19, .35); }
.footer h4::after { content: ""; display: block; width: 44px; height: 2px; margin-top: .6rem; background: var(--orange); box-shadow: 0 0 8px rgba(255, 106, 19, .8); }
.footer ul { margin-top: 1.4rem; display: grid; gap: .9rem; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.footer li a:hover { color: var(--orange-2); }
.footer address { font-style: normal; }
.icon-list li { display: flex; align-items: flex-start; gap: .8rem; }
.icon-list svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--orange); margin-top: -.05rem; }
.icon-list .no-icon { width: 22px; flex: 0 0 auto; }
.icon-list a { display: inline-flex; align-items: center; gap: .8rem; }
.icon-list b { font-weight: 500; color: var(--ink-dim); margin-left: .3rem; }
.hours-list { gap: .8rem !important; }
.hours-list div { display: grid; gap: .15rem; }
.hours-list .day { font-weight: 500; color: var(--ink); }
.hours-list .time { color: var(--ink-dim); letter-spacing: .08em; font-size: .78rem; }
.hours-list .time b { color: var(--ink-dim); font-weight: 400; }
.hours-list li.is-today .day { color: var(--orange-2); }
.hours-list li.is-today .day::after { content: " · today"; letter-spacing: .1em; text-transform: none; opacity: .8; }
.chev-list li { position: relative; padding-left: 1.4rem; }
.chev-list li::before { content: "›"; position: absolute; left: 0; top: -.2em; font-size: 1.4em; line-height: 1; color: var(--orange); }
.footer-bottom {
  margin-top: clamp(3rem, 6vw, 5rem); padding: 1.4rem 0 1.6rem;
  border-top: 1px solid rgba(255, 106, 19, .45);
  display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; align-items: center;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink);
}
.footer-bottom .vbar { width: 1px; height: 1.6em; background: var(--orange); }
.footer-bottom a:hover { color: var(--orange-2); }
.footer-bottom .dot { color: var(--orange); margin: 0 .4em; }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  .side-text, .side-hand, .side-chevron { display: none; }
  .menu-zig { display: none; }
}

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; padding-right: 0; }
  .footer-col { border-left: 0; padding: 0; }
  .about-grid { grid-template-columns: minmax(0, 32%) minmax(0, 1fr); }
  .about-side { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; margin-top: 2rem; }
  .about-side-hand { grid-column: 1 / -1; margin: 0; }
  .about-couple { margin-right: 0; }
  .about-panel { margin: 0; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 14%); }
  .book-photo, .book-neon { width: 40%; }
  .book-content { margin-left: 44%; width: 52%; }
  .book-drawing { display: none; }
  .book-wedge { display: none; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-grid .field:nth-child(3) { grid-column: 1 / -1; }
  .form-grid .field:nth-child(4) { grid-column: 1; }
  .form-grid .field:nth-child(5) { grid-column: 2; }
  .facts { grid-template-columns: 1fr; justify-items: start; gap: .8rem; }
  .facts li + li::before { display: none; }
}

@media (max-width: 1023px) {
  .nav { display: none; }
  .nav-toggle { display: block; }
  .nav.is-open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0;
    position: fixed; inset: 0; z-index: 110;
    padding: calc(var(--header-h) + 1.5rem) var(--gutter) 3rem;
    background: linear-gradient(180deg, rgba(10, 10, 11, .92), rgba(10, 10, 11, .96)), url("../images/texture-tiles.webp") center / 900px;
    overflow-y: auto;
  }
  .nav.is-open a { font-family: var(--font-display); font-size: 2.4rem; letter-spacing: .06em; padding: .55rem 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav.is-open a::after { display: none; }
  .nav.is-open .btn { margin: 1.6rem 0 0; font-size: 1rem; width: 100%; justify-content: center; border-bottom: 1.5px solid var(--orange); }
  body.nav-open { overflow: hidden; }

  /* split sections stack: panel with a downward chevron, photo below */
  .split { flex-direction: column; min-height: 0; }
  .split-media { position: relative; height: 62vw; max-height: 520px; order: 2; }
  .split-left { width: 100%; }
  .split-panel { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--zig)), 50% 100%, 0 calc(100% - var(--zig))); padding-right: var(--gutter); padding-bottom: calc(var(--zig) + 3rem); }
  .split-neon i { clip-path: polygon(0 calc(100% - var(--zig) - 3px), 50% calc(100% - 3px), 100% calc(100% - var(--zig) - 3px), 100% calc(100% - var(--zig)), 50% 100%, 0 calc(100% - var(--zig))); }
  .hero-panel { padding-top: calc(var(--header-h) + 2.5rem); padding-bottom: calc(var(--zig) + 9rem); }
  .hero-media::after { display: none; }
  .hero-drawing { width: 70%; max-width: 520px; }
  .group-panel { padding-top: 3.5rem; }

  /* book: photo on top */
  .book { flex-direction: column; min-height: 0; }
  .book-photo, .book-neon { position: relative; width: 100%; height: 60vw; max-height: 460px; }
  .book-neon { position: absolute; left: 0; right: 0; top: 0; bottom: auto; }
  .book-photo { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--zig)), 50% 100%, 0 calc(100% - var(--zig))); }
  .book-neon i { background: #ffd9b8; clip-path: polygon(0 calc(100% - var(--zig) - 3px), 50% calc(100% - 3px), 100% calc(100% - var(--zig) - 3px), 100% calc(100% - var(--zig)), 50% 100%, 0 calc(100% - var(--zig))); }
  .book .corner-tr { display: none; }
  .book-content { margin: 0 auto; width: min(100% - 2 * var(--gutter), 760px); padding-top: 3rem; }

  .about-grid { grid-template-columns: 1fr; }
  .about-chef { order: 2; height: 460px; max-width: 420px; margin-top: 1.5rem; }
  .about-chef img { left: 0; width: 100%; }
  .about-shack { left: auto; right: -4%; bottom: 20%; }
  .about-side { order: 3; }
  .corner-br { display: none; }
}

@media (max-width: 767px) {
  .title { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero .title { font-size: clamp(3rem, 13vw, 4.4rem); }
  .hero-actions .btn { width: 100%; }

  .carousel-track { height: clamp(300px, 86vw, 380px); }
  .slide { width: min(72vw, 320px); margin-left: calc(min(72vw, 320px) / -2); }
  .slide[data-pos="1"]  { transform: translateX(62%) scale(.72) rotateY(-14deg); }
  .slide[data-pos="-1"] { transform: translateX(-62%) scale(.72) rotateY(14deg); }
  .slide[data-pos="2"], .slide[data-pos="-2"] { opacity: 0; }
  .carousel-btn { width: 44px; height: 44px; }
  .carousel-btn.prev { left: 0; }
  .carousel-btn.next { right: 0; }

  .about-copy { text-align: left; }
  .about-copy .lead { margin-left: 0; }
  .eyebrow-rule::before { display: none; }
  .timeline { grid-template-columns: 1fr; gap: 1.4rem; text-align: left; }
  .timeline li + li::before { display: none; }
  .about-side { grid-template-columns: 1fr; }
  .about-chef { height: 400px; }
  .corner-tl, .corner-tr { width: 40vw; height: 26vw; }

  .menu-grid { grid-template-columns: minmax(0, 1fr); }
  .menu-frame { max-width: 520px; margin-inline: auto; width: 100%; }
  .menu-frame .paper { padding: 6% 5%; }
  .menu-list .name, .menu-list .price { font-size: .86rem; }
  .menu-frame h3 { font-size: .95rem; letter-spacing: .12em; }
  .menu-street { display: none; }

  /* Reviews become a swipeable snap row */
  .review-grid {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%;
    overflow-x: auto; scroll-snap-type: x mandatory; gap: 1rem;
    padding: .5rem var(--gutter) 1.2rem; margin-inline: calc(-1 * var(--gutter));
    scrollbar-width: none;
  }
  .review-grid::-webkit-scrollbar { display: none; }
  .review-card { scroll-snap-align: center; }
  .review-card:hover { transform: none; }
  .reviews-drawing { width: 70vw; opacity: .6; }
  .logo-rule img { width: 110px; }

  .form-grid { grid-template-columns: 1fr; }
  .form-grid .field:nth-child(n) { grid-column: 1; }
  .features li { padding: .2rem .4rem; }
  .features strong { font-size: .62rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .footer-bottom .vbar { display: none; }
  .group-caption { right: var(--gutter); bottom: 1.2rem; }
}

@media (max-width: 420px) {
  .review-grid { grid-auto-columns: 88%; }
  .review-card { padding: 1.8rem 1.4rem 2.4rem 1.6rem; }
  .review-card p { margin: 1.2rem 1.6rem 0 2rem; }
  .review-card p::before { left: -2rem; }
  .review-card p::after { right: -1.6rem; }
}
