/* ============================================================
   SAPORITALIA — IMMERSIVE HOME (Big-Mamma-style flow)
   Full-bleed photographic storytelling on a warm cream base,
   with the Saporitalia ink / cream / ornaments / cartouches
   as the brand layer. Loaded only on the homepage.
   ============================================================ */

:root { --bg-cream: #FBF4E6; }

/* ---- Warm cream base + fixed, transparent-over-hero header ---- */
body.theme-cream {
  background-color: var(--bg-cream);
  background-image: none;
}

body.theme-cream .site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
/* Over the hero: cream text/icons */
body.theme-cream .brand-icon img { filter: drop-shadow(0 2px 10px rgba(0,0,0,0.45)); }
body.theme-cream .ig-link { color: var(--paper); }
body.theme-cream .nav-toggle span { background: var(--paper); }

/* Solid state once scrolled past the hero */
body.theme-cream .site-header.is-scrolled {
  background: var(--bg-cream);
  border-bottom-color: rgba(87,7,7,0.14);
  box-shadow: 0 6px 26px rgba(58,7,3,0.10);
}
body.theme-cream .site-header.is-scrolled .brand-icon img { filter: none; }
body.theme-cream .site-header.is-scrolled .ig-link { color: var(--ink); }
body.theme-cream .site-header.is-scrolled .nav-toggle span { background: var(--ink); }

/* ---- FULL-BLEED HERO (video-ready) ---- */
.hero-full {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--paper);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img,
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-full::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  /* Linear scrim for the whole frame + a soft pool behind the centred
     lockup, so the headline holds up over the bright shopfront lights
     without flattening the photo everywhere. */
  background:
    radial-gradient(70% 50% at 50% 52%, rgba(45,5,2,0.55), transparent 70%),
    linear-gradient(180deg, rgba(58,7,3,0.58) 0%, rgba(58,7,3,0.30) 36%, rgba(58,7,3,0.78) 100%);
}
.hero-content { position: relative; z-index: 2; padding: calc(var(--header-h) + 1rem) 1.5rem 4rem; max-width: 1000px; }
.hero-lockup-cream {
  width: clamp(190px, 26vw, 320px);
  margin: 0 auto var(--sp-3);
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.4));
}
.hero-headline {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1;
  margin-top: var(--sp-2);
  text-shadow: 0 3px 20px rgba(0,0,0,0.5);
}
.hero-sub-caps {
  text-transform: uppercase;
  letter-spacing: var(--tracking-caps);
  font-size: 0.85rem;
  margin-top: var(--sp-3);
}
.hero-content .btn-row { margin-top: var(--sp-4); }

.scroll-cue {
  position: absolute;
  left: 50%; bottom: 1.6rem;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--paper);
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  opacity: 0.85;
}
.scroll-cue .chev { width: 16px; height: 16px; border-right: 2px solid; border-bottom: 2px solid; transform: rotate(45deg); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0%,100%{ transform: rotate(45deg) translate(0,0); opacity:.4 } 50%{ transform: rotate(45deg) translate(3px,3px); opacity:1 } }

/* mute/video control placeholder */
.hero-videohint {
  position: absolute; right: 1.2rem; bottom: 1.2rem; z-index: 2;
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(248,232,208,0.6);
}

/* ---- CREAM SECTIONS ---- */
.cream { background: var(--bg-cream); color: var(--ink); }
.section-head { text-align: center; max-width: 60ch; margin: 0 auto; }
.section-head .eyebrow { color: var(--ink); display: block; margin-bottom: var(--sp-2); }
.section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}
.section-head p { margin-top: var(--sp-2); font-size: var(--fs-lead); }
.section-head .ornament { margin-top: var(--sp-3); }

/* ---- RESTAURANT ROW (Big-Mamma "Discover all our restaurants") ----
   A horizontal scroll-snap rail rather than a grid, so cards keep their
   proportions and the row grows sideways as restaurants are added.
   Reuses the .carousel component from the restaurant pages; js/main.js
   steps it one card at a time. */
.rest-carousel .carousel-track {
  gap: clamp(0.6rem, 1.4vw, 1.1rem);
}
.rest-carousel .tile {
  flex: 0 0 clamp(255px, 30vw, 380px);
  /* Taller than the old grid tile so the photo still reads once the
     card is only ~a third of the row wide. */
  aspect-ratio: 3 / 4.2;
  scroll-snap-align: start;
}
/* A card in the rail is a fixed ~255–380px whatever the viewport does,
   so its type has to size off the card, not off vw. */
.rest-carousel .tile-content { padding: clamp(1.1rem, 1.8vw, 1.6rem); }
.rest-carousel .tile-name { font-size: clamp(1.75rem, 2.2vw, 2.15rem); }
.rest-carousel .tile-blurb { font-size: 0.95rem; }
/* Touch swipes the rail, and at this size the buttons sit on top of the
   card's own name and blurb. */
@media (max-width: 760px) {
  .rest-carousel .carousel-btn { display: none; }
}

.tile {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  color: var(--paper);
  background: var(--marble-dark);
}
.tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.tile:hover img, .tile:focus-visible img { transform: scale(1.06); }
.tile::after {
  content: "";
  position: absolute; inset: 0;
  /* The blurb starts around 65%, so the ramp has to bite well before
     the base — bright tiles (the Garden arcade) washed the text out. */
  background: linear-gradient(180deg, rgba(58,7,3,0.10) 18%, rgba(58,7,3,0.48) 52%, rgba(58,7,3,0.92) 100%);
  transition: background 0.5s var(--ease);
}
.tile:hover::after { background: linear-gradient(180deg, rgba(58,7,3,0.20) 12%, rgba(58,7,3,0.58) 48%, rgba(58,7,3,0.94) 100%); }

.tile-tag {
  position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2;
  background: rgba(251,244,230,0.92);
  color: var(--ink);
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  padding: 0.4em 0.85em;
}
.tile-content {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: clamp(1.4rem, 3vw, 2.6rem);
}
.tile-eyebrow { text-transform: uppercase; letter-spacing: var(--tracking-caps-sm); font-size: 0.72rem; opacity: 0.85; }
.tile-name {
  font-family: var(--font-serif);
  font-style: italic; font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  margin: 0.1rem 0 0.4rem;
}
.tile-blurb { font-size: var(--fs-desc); max-width: 40ch; opacity: 0.95; }
.tile-links {
  display: flex; gap: 1.2rem; margin-top: var(--sp-2);
  font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
}
.tile-links span { position: relative; padding-bottom: 3px; border-bottom: 1.5px solid rgba(248,232,208,0.55); }
.tile:hover .tile-links span { border-bottom-color: var(--paper); }

/* ---- COMING-SOON TILE (no photo, no link) ---- */
.tile-soon {
  background-color: var(--marble-dark);
  background-image: var(--ground-oxblood);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.tile-soon::after { content: none; }
.tile-soon .tile-content { position: static; text-align: center; }
.tile-soon .tile-blurb { margin-inline: auto; }
.tile-soon .tile-eyebrow { display: block; }
.tile-tag-soon {
  position: static;
  display: block;
  width: fit-content;
  margin: 0 auto 1.1rem;
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(248,232,208,0.55);
}

/* ---- COMING-SOON DIRECTORY CARD ----
   Doubled-up selectors: the base .rest-card / .rest-hero rules are
   declared further down this file, so a single class would lose the
   cascade to them at equal specificity. */
.rest-card.rest-card-soon {
  background-color: var(--marble-dark);
  background-image: var(--ground-oxblood);
  background-repeat: no-repeat;
}
.rest-card.rest-card-soon::after { content: none; }
.rest-card.rest-card-soon .rest-card-inner { justify-content: center; gap: 0; }
.rest-soon-tag {
  display: inline-block;
  border: 1px solid rgba(248,232,208,0.55);
  color: var(--paper);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.5em 1.1em;
}

/* ---- COMING-SOON HOLDING HERO (oysteria.html) ---- */
.rest-hero.rest-hero-soon {
  justify-content: center;
  background-color: var(--marble-dark);
  background-image: var(--ground-oxblood);
  background-repeat: no-repeat;
  min-height: 72vh;
  min-height: 72svh;
}
.rest-hero.rest-hero-soon::after { content: none; }
.rest-hero.rest-hero-soon .rest-soon-note {
  max-width: 46ch;
  margin: 1.25rem auto 2rem;
  font-size: var(--fs-lead);
  opacity: 0.9;
}

/* ---- STORY ROWS (editorial, alternating) ---- */
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.story + .story { margin-top: clamp(3rem, 7vw, 6rem); }
.story-media { position: relative; overflow: hidden; }
.story-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  display: block;
}
.story-text .eyebrow { color: var(--ink); }
.story-text h3 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-style: italic; font-weight: 500;
  margin: var(--sp-1) 0 var(--sp-2);
  line-height: 1.08;
}
.story-text p { font-size: var(--fs-lead); }
.story-text .btn-row { margin-top: var(--sp-3); }
@media (max-width: 820px) {
  .story { grid-template-columns: 1fr; gap: var(--sp-3); }
  .story.reverse .story-media { order: -1; }
}
.story.reverse .story-media { order: 2; }
@media (max-width: 820px) { .story.reverse .story-media { order: -1; } }

/* ---- CTA BAND (oxblood marble) ---- */
.cta-band {
  position: relative;
  text-align: center;
  color: var(--paper);
  background-color: var(--marble-dark);
  background-image: var(--ground-oxblood);
  background-repeat: no-repeat;
  padding-block: clamp(3.5rem, 8vw, 6rem);
}
.cta-band h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-style: italic; font-weight: 500; }
.cta-band .script-accent { font-size: clamp(1.8rem, 4vw, 2.8rem); display: block; margin-bottom: var(--sp-1); }
.cta-band .btn-row { margin-top: var(--sp-3); }

/* Ornaments on cream */
.divider-orn { display: block; margin: clamp(2rem,5vw,3.5rem) auto; width: clamp(150px,26vw,240px); }

/* Slightly shorter hero on inner (world) pages */
.hero-full.hero-world { min-height: 82vh; min-height: 82svh; }

/* Photo gallery row (world pages) */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.6rem, 1.4vw, 1rem);
}
.gallery-photo { overflow: hidden; aspect-ratio: 3 / 4; background: var(--marble-dark); }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.gallery-photo:hover img { transform: scale(1.05); }
@media (max-width: 700px) { .gallery-row { grid-template-columns: 1fr 1fr; } }

/* A framed cream panel reads well on the cream page too — nudge its ground
   a touch warmer so it separates from the page background. */
.theme-cream .framed { box-shadow: 0 20px 55px rgba(58,7,3,0.16); }

/* ---- Compact photo hero band (menus / reservations / contact) ---- */
.page-hero-photo {
  position: relative;
  min-height: 34vh;
  min-height: 34svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--paper);
  overflow: hidden;
  padding: calc(var(--header-h) + 1rem) 1.5rem 2.75rem;
}
.page-hero-photo::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(45,5,2,0.74) 0%, rgba(45,5,2,0.62) 45%, rgba(45,5,2,0.84) 100%);
}
.page-hero-photo .ph-content { position: relative; z-index: 2; max-width: 720px; }
.page-hero-photo .eyebrow { color: var(--paper); }
.page-hero-photo h1 {
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  font-style: italic; font-weight: 500; line-height: 1.03;
  text-shadow: 0 3px 22px rgba(0,0,0,0.55);
}
.page-hero-photo p { margin-top: var(--sp-2); text-shadow: 0 2px 14px rgba(0,0,0,0.55); }

/* ---- Cream-theme overrides for components built for the marble ground ---- */
.theme-cream .marble-title h2,
.theme-cream .marble-title .eyebrow,
.theme-cream .marble-title p { color: var(--ink); }
.theme-cream .marble-title p { opacity: 0.8; }

.theme-cream .menu-tab { color: var(--ink); border-color: rgba(87,7,7,0.35); }
.theme-cream .menu-tab:hover,
.theme-cream .menu-tab.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.theme-cream .artwork-caption { color: var(--ink); opacity: 0.75; }

/* ---- Menu section chips (second-level nav on the menus page) ---- */
.section-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.section-chip {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(87, 7, 7, 0.30);
  padding: 0.4em 1.05em;
  transition: background-color 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.section-chip:hover { background: rgba(87, 7, 7, 0.08); }
.section-chip.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.section-chip-all { font-style: italic; }

/* ---- Instagram strip ---- */
.ig-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.35rem, 0.8vw, 0.6rem);
}
.ig-cell { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--marble-dark); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.ig-cell::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(87, 7, 7, 0);
  transition: background 0.4s var(--ease);
}
.ig-cell:hover img { transform: scale(1.09); }
.ig-cell:hover::after { background: rgba(87, 7, 7, 0.22); }
@media (max-width: 900px) { .ig-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .ig-strip { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   RESTAURANTS DIRECTORY (Big-Mamma "Our Restaurants" model)
   ============================================================ */
.rest-intro { text-align: center; max-width: 60ch; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.rest-intro .lead { color: var(--ink); }

.loc-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 1.25rem; }
.loc-pill {
  border: 1px solid rgba(87, 7, 7, 0.4);
  color: var(--ink); background: transparent;
  padding: 0.5em 1.5em; border-radius: 999px;
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
}
.loc-pill.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.city-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 1.6rem; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.city-link {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  color: rgba(87, 7, 7, 0.42); background: none; padding: 0;
}
.city-link.is-active { color: var(--ink); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }

.rest-heading { text-align: center; font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 500; font-style: italic; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }

/* Cards */
.rest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.8rem, 1.6vw, 1.15rem); }
@media (max-width: 1000px) { .rest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rest-grid { grid-template-columns: 1fr; } }

.rest-card { position: relative; overflow: hidden; aspect-ratio: 3 / 4.35; color: var(--paper); background: var(--marble-dark); }
.rest-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.rest-card:hover > img { transform: scale(1.05); }
.rest-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  /* Text runs top-to-bottom over the whole card, so this scrim stays
     heavy throughout rather than dipping in the middle. */
  background: linear-gradient(180deg, rgba(58,7,3,0.74) 0%, rgba(58,7,3,0.58) 30%, rgba(58,7,3,0.58) 62%, rgba(58,7,3,0.82) 100%);
}
.rest-card-cover { position: absolute; inset: 0; z-index: 2; }
.rest-card-inner {
  position: relative; z-index: 3; height: 100%;
  display: flex; flex-direction: column; justify-content: space-between;
  text-align: center; padding: clamp(2rem, 3.5vw, 3rem) clamp(1.2rem, 2.4vw, 2rem);
  pointer-events: none;
}
.rest-card-inner a { pointer-events: auto; }
.rest-card-name {
  font-family: var(--font-serif); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem); line-height: 1.05;
}
.rest-card-name a { color: var(--paper); }
.rest-card-loc { text-transform: uppercase; letter-spacing: var(--tracking-caps-sm); font-size: 0.7rem; margin-top: 0.7rem; opacity: 0.88; line-height: 1.5; }
.rest-card-desc { font-size: var(--fs-desc); line-height: 1.45; margin-top: 0.9rem; opacity: 0.94; }
.rc-bottom { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.rest-menu { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 600; color: var(--paper); border-bottom: 1.5px solid rgba(248,232,208,0.6); padding-bottom: 3px; }
.rest-card:hover .rest-menu { border-bottom-color: var(--paper); }

.rest-empty { grid-column: 1 / -1; text-align: center; font-style: italic; font-size: var(--fs-lead); color: var(--ink); opacity: 0.7; padding: clamp(2rem,5vw,4rem) 0; }

/* ============================================================
   BOOKING SLIDE-IN PANEL (SevenRooms placeholder)
   ============================================================ */
.book-scrim {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(45,5,2,0.55);
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
}
body.book-open .book-scrim { opacity: 1; visibility: visible; }
.book-panel {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 210;
  width: min(94vw, 460px); height: 100vh; height: 100dvh;
  display: flex; flex-direction: column;
  background: var(--bg-cream); color: var(--ink);
  box-shadow: -20px 0 60px rgba(45,5,2,0.35);
  transform: translateX(105%);
  transition: transform 0.45s var(--ease);
}
body.book-open .book-panel { transform: translateX(0); }
.book-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.5rem; border-bottom: 1px solid rgba(87,7,7,0.15);
}
.book-panel-title { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 600; letter-spacing: 0.04em; }
.book-close { font-family: var(--font-serif); font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.book-close:hover { opacity: 0.7; }
.book-panel-body { flex: 1; overflow-y: auto; padding: clamp(1.5rem, 4vw, 2.5rem); }
.book-placeholder { text-align: center; }
.book-placeholder .ornament-top { width: 170px; margin: 0 auto 1rem; }
.book-note { max-width: 34ch; margin: 1rem auto 1.5rem; font-style: italic; }
.book-hours { max-width: 24rem; margin: 0 auto 1.5rem; text-align: left; }
.book-hours li { padding: 0.4rem 0; border-bottom: 1px solid rgba(87,7,7,0.12); }
.book-actions { display: flex; flex-direction: column; gap: 0.8rem; align-items: center; }

/* ============================================================
   RESTAURANT PAGE (Big-Mamma "Carlotta" model)
   ============================================================ */
.rest-hero {
  position: relative;
  min-height: 88vh; min-height: 88svh;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  text-align: center; color: var(--paper); overflow: hidden;
  padding: calc(var(--header-h) + 1.5rem) 1.5rem clamp(3rem, 7vw, 5rem);
}
.rest-hero .hero-media { position: absolute; inset: 0; z-index: 0; }
.rest-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.rest-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  /* Top stop also has to carry the breadcrumb, which sits just under
     the header over whatever the photo is doing up there. */
  background: linear-gradient(180deg, rgba(45,5,2,0.62) 0%, rgba(45,5,2,0.30) 38%, rgba(45,5,2,0.84) 100%);
}
.rest-breadcrumb {
  position: absolute; top: calc(var(--header-h) + 0.9rem); left: 0; right: 0; z-index: 2;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0.55rem;
  font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.rest-breadcrumb a { color: rgba(248,232,208,0.8); }
.rest-breadcrumb a:hover { color: var(--paper); }
.rest-breadcrumb span { opacity: 0.55; }
.rest-hero-content { position: relative; z-index: 2; }
.rest-hero-name { font-size: clamp(3.5rem, 9vw, 7rem); line-height: 0.95; text-shadow: 0 4px 30px rgba(0,0,0,0.5); }
.rest-hero-sub { margin: 0.5rem 0 1.75rem; opacity: 0.95; }

.rest-about {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.rest-about-text .eyebrow { color: var(--ink); }
.rest-about-text h1 {
  font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.25;
  margin: 0.6rem 0 1.25rem;
}
.rest-about-text p { margin-bottom: 1rem; font-size: var(--fs-lead); }
@media (max-width: 860px) {
  .rest-about { grid-template-columns: 1fr; }
  .rest-about .carousel { order: -1; }
}

/* Carousel */
.carousel { position: relative; }
.carousel-track {
  display: flex; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -ms-overflow-style: none; scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { flex: 0 0 100%; scroll-snap-align: start; }
.carousel-slide img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(251,244,230,0.92); color: var(--ink); font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(45,5,2,0.28); transition: background 0.3s var(--ease);
}
.carousel-btn:hover { background: var(--paper); }
.carousel-btn.is-disabled { opacity: 0.28; pointer-events: none; }
.carousel-prev { left: 0.75rem; }
.carousel-next { right: 0.75rem; }

/* Booking cards */
.book-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); }
@media (max-width: 720px) { .book-cards { grid-template-columns: 1fr; } }
.book-card {
  border: 1px solid rgba(87,7,7,0.16);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255,255,255,0.22);
}
.book-card h3 { font-size: var(--fs-h3); font-style: italic; margin-bottom: 0.6rem; }
.book-card p { margin-bottom: 1.25rem; }
.btn.is-disabled { opacity: 0.5; pointer-events: none; }

/* Info */
.rest-info-addr { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 500; }
.rest-info-addr a { color: var(--ink); }
.rest-info-contact { margin-top: 0.6rem; font-size: var(--fs-lead); }
.rest-info-contact a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.hours { display: inline-flex; flex-direction: column; gap: 0.1rem; margin-top: 1.5rem; text-align: left; }
.hours-row {
  display: flex; justify-content: space-between; gap: 2.5rem;
  padding: 0.4rem 0; border-bottom: 1px solid rgba(87,7,7,0.12); font-size: var(--fs-body);
}
.hours-row span:first-child { font-weight: 600; }

/* Full-bleed exterior footer photo */
.rest-footphoto { line-height: 0; }
.rest-footphoto img { width: 100%; height: clamp(300px, 45vh, 560px); object-fit: cover; }
