:root {
  --ink: #160c16;
  --aubergine: #2b1232;
  --aubergine-deep: #130915;
  --cream: #fff8ee;
  --paper: #fffdf8;
  --muted: #74676b;
  --rose: #d51a76;
  --peach: #f09a7a;
  --gold: #c88752;
  --blue: #3468f6;
  --green: #4fb845;
  --violet: #7a4df3;
  --line: rgba(43, 18, 50, 0.16);
  --shadow: 0 24px 60px rgba(43, 18, 50, 0.12);
  --dark-text: #fff7ee;
  --dark-muted: rgba(255, 247, 238, 0.72);
  --dark-line: rgba(255, 247, 238, 0.18);
  --home-bg: #170b18;
  --menu-bg: #28101e;
  --truck-bg: #102923;
  --caterer-bg: #321c12;
  --gallery-bg: #111f34;
  --reviews-bg: #20182b;
  --contact-bg: #201022;
  --home-accent: #d51a76;
  --menu-accent: #b13d6c;
  --truck-accent: #3ba88d;
  --caterer-accent: #c88752;
  --gallery-accent: #4f7ccf;
  --reviews-accent: #d6b36a;
  --contact-accent: #7a4df3;
  --title: "Bebas Neue", sans-serif;
  --serif: "Bodoni Moda", serif;
  --body: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--dark-text);
  font-family: var(--body);
  background:
    radial-gradient(circle at 85% 12%, rgba(213, 26, 118, 0.14), transparent 28rem),
    linear-gradient(180deg, #0f0913 0%, #160b18 48%, #0d0c12 100%);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

body[data-active-section="accueil"] {
  --active-section-bg: var(--home-bg);
  --active-section-accent: var(--home-accent);
}

body[data-active-section="menu"] {
  --active-section-bg: var(--menu-bg);
  --active-section-accent: var(--menu-accent);
}

body[data-active-section="foodtruck"] {
  --active-section-bg: var(--truck-bg);
  --active-section-accent: var(--truck-accent);
}

body[data-active-section="traiteur"] {
  --active-section-bg: var(--caterer-bg);
  --active-section-accent: var(--caterer-accent);
}

body[data-active-section="visuels"] {
  --active-section-bg: var(--gallery-bg);
  --active-section-accent: var(--gallery-accent);
}

body[data-active-section="avis"] {
  --active-section-bg: var(--reviews-bg);
  --active-section-accent: var(--reviews-accent);
}

body[data-active-section="contact"] {
  --active-section-bg: var(--contact-bg);
  --active-section-accent: var(--contact-accent);
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--muted);
}

button {
  font: inherit;
}

.ticker {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 2.35rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 247, 238, 0.12);
  background: #100914;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 34s linear infinite;
}

.ticker span,
.ticker a {
  display: inline-flex;
  height: 2.35rem;
  align-items: center;
  gap: 0.6rem;
  padding: 0 2.4rem;
  border-right: 1px solid rgba(255, 247, 238, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.ticker a::after {
  content: "↗";
  margin-left: 0.15rem;
  color: var(--rose);
}

.ticker a {
  transition: background 0.2s ease, color 0.2s ease;
}

.ticker a:hover {
  background: rgba(213, 26, 118, 0.14);
}

.ticker-moment {
  color: #f09a7a;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-place {
  color: rgba(255, 247, 238, 0.92);
  font-style: normal;
  font-weight: 800;
}

.ticker-place::before {
  content: "•";
  margin-right: 0.6rem;
  color: var(--rose);
}

.site-header {
  position: fixed;
  inset: 3.05rem clamp(1rem, 3.6vw, 4.2rem) auto;
  z-index: 45;
  display: flex;
  height: 4.9rem;
  max-width: 106rem;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(0.95rem, 1.55vw, 1.45rem) 0 clamp(0.18rem, 0.42vw, 0.42rem);
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 1.18rem;
  background:
    radial-gradient(circle at var(--active-highlight-x, 50%) 100%, color-mix(in srgb, var(--active-section-accent, var(--rose)) 28%, transparent), transparent 7.5rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    color-mix(in srgb, var(--active-section-bg, #0f0a12) 82%, #0f0a12);
  box-shadow:
    0 1.2rem 3.4rem rgba(19, 9, 21, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px);
  transition: box-shadow 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.site-header.is-scrolled {
  background:
    radial-gradient(circle at var(--active-highlight-x, 50%) 100%, color-mix(in srgb, var(--active-section-accent, var(--rose)) 34%, transparent), transparent 7rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 36%),
    color-mix(in srgb, var(--active-section-bg, #100913) 88%, #100913);
  box-shadow:
    0 1rem 2.6rem rgba(19, 9, 21, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-0.12rem);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(17.8rem, 24vw, 21.8rem);
  height: 3.05rem;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.contact-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand img {
  box-sizing: content-box;
  flex: 0 0 auto;
  width: min(100%, 18.8rem);
  height: auto;
  max-height: 3.35rem;
  margin-left: -0.32rem;
  padding-right: clamp(4.8rem, 6.55vw, 5.45rem);
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: left center;
}

.desktop-nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  gap: clamp(0.78rem, 1.35vw, 1.55rem);
}

.desktop-nav a,
.mobile-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: rgba(255, 253, 248, 0.84);
  font-family: var(--serif);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-icon {
  display: inline-grid;
  width: 1.02rem;
  height: 1.02rem;
  place-items: center;
  color: var(--active-section-accent, var(--rose));
}

.nav-icon svg,
.rail-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-nav a.is-active {
  color: white;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.58rem;
  height: 2px;
  background: var(--active-section-accent, var(--rose));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-socials {
  display: none;
  align-items: center;
  gap: 0.45rem;
}

.header-socials a {
  display: grid;
  width: 2.48rem;
  height: 2.48rem;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--active-section-accent, var(--rose)) 62%, rgba(255, 253, 248, 0.22));
  border-radius: 0.35rem;
  color: white;
  background: color-mix(in srgb, var(--active-section-accent, var(--rose)) 34%, rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.header-socials a:hover,
.contact-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 253, 248, 0.5);
}

.header-socials svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.nav-toggle {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 2px;
  margin-left: -0.6rem;
  background: white;
  transition: transform 0.24s ease;
}

.nav-toggle span:first-child {
  transform: translateY(-5px);
}

.nav-toggle span:last-child {
  transform: translateY(5px);
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(0) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(0) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 8.35rem 1rem auto;
  display: none;
  padding: 1rem;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 0.9rem;
  background: rgba(15, 10, 18, 0.94);
  box-shadow: 0 1rem 2.4rem rgba(19, 9, 21, 0.3);
  backdrop-filter: blur(18px);
}

.nav-open .mobile-nav {
  display: grid;
  gap: 0.9rem;
}

.mobile-nav a {
  padding: 0.7rem 0.8rem;
  border-radius: 0.35rem;
}

.mobile-nav a.is-active {
  background: color-mix(in srgb, var(--active-section-accent, var(--rose)) 34%, rgba(255, 255, 255, 0.06));
}

.section-rail {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 35;
  display: none;
  width: 8.6rem;
  filter: drop-shadow(0 18px 40px rgba(4, 2, 5, 0.38));
}

.rail-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.35rem;
  align-content: center;
  padding: 0.7rem 0.95rem;
  color: white;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.rail-item:hover,
.rail-item.is-active {
  transform: translateX(-0.55rem);
  filter: brightness(1.13) saturate(1.08);
  box-shadow: -0.5rem 0 0 var(--dark-text), 0 1.2rem 2.6rem rgba(0, 0, 0, 0.26);
}

.rail-item span {
  display: inline-grid;
  line-height: 1;
}

.rail-icon {
  width: 1.42rem;
  height: 1.42rem;
  margin-bottom: 0.38rem;
}

.rail-label {
  font-size: 0.76rem;
}

.rail-home {
  min-height: 5.15rem;
  background: linear-gradient(135deg, var(--home-accent), var(--home-bg));
}

.rail-menu {
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-bg));
}

.rail-truck {
  background: linear-gradient(135deg, var(--truck-accent), var(--truck-bg));
}

.rail-caterer {
  background: linear-gradient(135deg, var(--caterer-accent), var(--caterer-bg));
}

.rail-gallery {
  background: linear-gradient(135deg, var(--gallery-accent), var(--gallery-bg));
}

.rail-reviews {
  background: linear-gradient(135deg, var(--reviews-accent), var(--reviews-bg));
}

.rail-contact {
  background: linear-gradient(135deg, var(--contact-accent), var(--contact-bg));
}

main {
  padding-top: 6.2rem;
}

.hero {
  position: relative;
  min-height: calc(100svh - 6.2rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 1.25rem;
  background: var(--home-bg);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("Photos/reels/hero.png") center 58% / cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(5, 4, 7, 0.68) 0%, rgba(8, 5, 10, 0.36) 34%, rgba(8, 5, 10, 0.04) 64%),
    linear-gradient(180deg, rgba(19, 9, 21, 0.05), rgba(19, 9, 21, 0.24)),
    linear-gradient(135deg, transparent 0 72%, rgba(213, 26, 118, 0.08));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 41rem);
  margin-left: clamp(1rem, 4vw, 4.6rem);
  margin-top: 4.2rem;
  white-space: normal;
}

.hero-next-card {
  display: inline-grid;
  gap: 0.26rem;
  min-width: min(100%, 18rem);
  margin-top: -6.25rem;
  margin-bottom: 6rem;
  padding: 0.86rem 1rem 0.95rem;
  border: 1px solid rgba(255, 247, 238, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.035)),
    rgba(18, 8, 20, 0.52);
  box-shadow:
    0 1rem 2.6rem rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  transform: translateY(-0.45rem);
}

.hero-next-card span {
  color: var(--peach);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-next-card strong {
  color: var(--dark-text);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  font-weight: 600;
  line-height: 1;
}

.hero-next-card small {
  color: rgba(255, 247, 238, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-event-actions {
  margin-top: 0.55rem;
}

.event-map-link {
  display: inline-grid;
  grid-template-columns: 3.6rem auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.32rem 0.62rem 0.32rem 0.36rem;
  border: 1px solid rgba(255, 247, 238, 0.18);
  color: rgba(255, 247, 238, 0.9);
  background: rgba(255, 247, 238, 0.055);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.event-map-link:hover {
  border-color: rgba(240, 154, 122, 0.62);
  background: rgba(240, 154, 122, 0.12);
  transform: translateY(-1px);
}

.event-mini-map {
  position: relative;
  display: block;
  width: 3.35rem;
  height: 2.05rem;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 238, 0.15);
  background:
    linear-gradient(112deg, transparent 42%, rgba(255, 247, 238, 0.24) 43% 46%, transparent 47%),
    linear-gradient(22deg, transparent 52%, rgba(255, 247, 238, 0.18) 53% 56%, transparent 57%),
    radial-gradient(circle at 62% 50%, rgba(213, 26, 118, 0.46), transparent 0.38rem),
    rgba(12, 29, 28, 0.62);
}

.event-mini-map::after {
  content: "";
  position: absolute;
  left: 60%;
  top: 46%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50% 50% 50% 0;
  background: var(--peach);
  box-shadow: 0 0 0 3px rgba(240, 154, 122, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--dark-text);
}

h1 {
  max-width: 54rem;
  font-size: clamp(3rem, 4.62vw, 4.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
}

.hero-copy h1 {
  max-width: 38rem;
  font-family: var(--serif);
  font-size: clamp(3.05rem, 5.35vw, 6.4rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow:
    0 0.08rem 0 rgba(255, 247, 238, 0.25),
    0 0.5rem 1.2rem rgba(0, 0, 0, 0.62),
    0 1.4rem 3.2rem rgba(0, 0, 0, 0.54);
}

.hero-copy h1 span {
  display: block;
}

.hero-title-amp {
  margin-left: clamp(1.5rem, 6vw, 5.2rem);
  color: color-mix(in srgb, var(--dark-text) 92%, var(--rose));
  font-style: italic;
}

h2 {
  font-size: clamp(2.35rem, 4.8vw, 3.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-copy p {
  max-width: 36rem;
  margin-top: 1.35rem;
  color: rgba(255, 247, 238, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 600;
  line-height: 1.48;
  text-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.55);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.55rem;
}

.hero-actions .btn {
  min-height: 2.62rem;
  padding: 0.62rem 0.86rem;
  border-radius: 0.18rem;
  font-size: 0.69rem;
  letter-spacing: 0;
  box-shadow:
    0 0.6rem 1.2rem rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-actions .btn.primary {
  border: 1px solid rgba(213, 26, 118, 0.48);
  color: #fff7ee;
  background: rgba(213, 26, 118, 0.44);
  backdrop-filter: blur(12px);
}

.hero-actions .btn.secondary {
  border-color: rgba(255, 247, 238, 0.28);
  color: rgba(255, 247, 238, 0.84);
  background: rgba(255, 247, 238, 0.035);
  backdrop-filter: blur(12px);
}

.hero-street-rdv {
  display: none;
}

.hero-street-rdv::before,
.hero-street-rdv::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  height: 2px;
  background: currentColor;
  opacity: 0.48;
}

.hero-street-rdv::before {
  top: -0.35rem;
}

.hero-street-rdv::after {
  bottom: -0.45rem;
}

.hero-street-rdv span {
  display: block;
  color: rgba(213, 26, 118, 0.72);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 0.86;
}

.hero-street-rdv strong {
  display: block;
  margin-top: 0.18rem;
  font-size: clamp(2.25rem, 4.3vw, 4.2rem);
  font-weight: 400;
  line-height: 0.82;
}

.hero-street-rdv small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 247, 238, 0.68);
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  letter-spacing: 0.04em;
}

.btn {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border: 2px solid currentColor;
  border-radius: 0.34rem;
  color: var(--dark-text);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn::after {
  content: "→";
  margin-left: 0.75rem;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.18);
}

.btn.primary {
  border-color: var(--section-accent, var(--rose));
  color: #fff7ee;
  background: var(--section-accent, var(--rose));
}

.btn.secondary {
  background: rgba(255, 253, 248, 0.08);
}

.section-index,
.menu-panel-head span,
.menu-grid span,
.location-stack span,
.caterer-band span {
  color: var(--section-accent, var(--peach));
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-icon {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--dark-text);
}

.section-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.content-section {
  --section-bg: #141016;
  --section-surface: rgba(255, 247, 238, 0.07);
  --section-surface-strong: rgba(255, 247, 238, 0.1);
  --section-line: rgba(255, 247, 238, 0.18);
  --section-accent: var(--rose);
  --section-muted: var(--dark-muted);
  position: relative;
  min-height: calc(100svh - 2.35rem);
  display: grid;
  align-content: center;
  padding: clamp(3.2rem, 6vh, 4.6rem) 1.25rem;
  scroll-margin-top: 0;
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--section-accent) 24%, transparent), transparent 27rem),
    linear-gradient(180deg, color-mix(in srgb, var(--section-bg) 92%, white 8%), var(--section-bg));
  color: var(--dark-text);
}

.menu-section {
  --section-bg: var(--menu-bg);
  --section-accent: var(--menu-accent);
}

.truck-section {
  --section-bg: var(--truck-bg);
  --section-accent: var(--truck-accent);
}

.caterer-section {
  --section-bg: var(--caterer-bg);
  --section-accent: var(--caterer-accent);
}

.visuals-section {
  --section-bg: var(--gallery-bg);
  --section-accent: var(--gallery-accent);
}

.contact-section {
  --section-bg: var(--contact-bg);
  --section-accent: var(--contact-accent);
  --contact-readable-accent: #e9dcff;
}

.section-heading,
.menu-feature,
.menu-grid,
.menu-carousel,
.split-showcase,
.caterer-band,
.quote-panel,
.visual-grid,
.gallery-carousel,
.contact-card,
.contact-layout {
  width: min(100%, 77rem);
  margin-inline: auto;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 3vh, 2rem);
  border-top: 1px solid var(--section-line);
  padding-top: 1.05rem;
}

.section-heading p {
  max-width: 42rem;
  margin-top: 0.45rem;
  color: var(--section-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.menu-feature {
  display: grid;
  gap: 1rem;
}

.menu-feature figure,
.split-showcase figure,
.caterer-band figure,
.visual-grid figure,
.gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--section-line);
  background: rgba(255, 247, 238, 0.08);
}

.menu-feature img,
.split-showcase img,
.caterer-band img,
.visual-grid img,
.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-feature figure {
  min-height: clamp(17rem, 44vh, 28rem);
}

.menu-panel {
  border: 1px solid var(--section-line);
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menu-panel-head {
  padding: 0.95rem 1.05rem;
  border-bottom: 1px solid var(--section-line);
}

.menu-panel h3 {
  margin-top: 0.4rem;
  font-family: var(--title);
  font-size: clamp(2.2rem, 4.6vw, 3.15rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-list {
  display: grid;
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0.72rem 1.05rem;
  border-bottom: 1px solid var(--section-line);
}

.menu-row:last-child {
  border-bottom: 0;
}

.menu-row.is-featured {
  background: color-mix(in srgb, var(--section-accent) 18%, transparent);
}

.menu-row strong {
  display: block;
  color: var(--dark-text);
  font-size: 0.92rem;
}

.menu-row p {
  margin-top: 0.2rem;
  color: var(--section-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.menu-row > span {
  color: var(--section-accent);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1;
  white-space: nowrap;
}

.menu-grid {
  display: grid;
  gap: 1px;
  margin-top: 1px;
  background: var(--section-line);
  border: 1px solid var(--section-line);
}

.menu-grid article {
  min-height: 7.4rem;
  padding: 0.95rem;
  background: var(--section-surface);
}

.menu-grid p {
  margin-top: 0.72rem;
  color: var(--section-muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.menu-carousel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.55rem, 1.1vw, 0.85rem);
  align-items: stretch;
  isolation: isolate;
}

.menu-card-viewport {
  position: relative;
  min-height: var(--menu-card-height, 30rem);
  transition: min-height 0.35s ease;
}

.menu-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(13rem, 0.38fr) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.95rem, 1.8vw, 1.35rem);
  align-content: start;
  padding: clamp(1rem, 2.1vw, 1.65rem);
  border: 1px solid rgba(255, 247, 238, 0.2);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.08), rgba(255, 247, 238, 0.025)),
    radial-gradient(circle at 16% 16%, rgba(212, 163, 96, 0.18), transparent 20rem),
    radial-gradient(circle at 100% 0%, rgba(193, 59, 138, 0.2), transparent 23rem),
    linear-gradient(145deg, rgba(65, 31, 54, 0.96), rgba(29, 12, 29, 0.985) 58%, rgba(19, 8, 24, 0.98));
  box-shadow:
    0 1.2rem 3.4rem rgba(5, 2, 8, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 247, 238, 0.08);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(0.75rem) scale(0.985);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  overflow: hidden;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(255, 247, 238, 0.09);
  pointer-events: none;
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: auto clamp(1rem, 2vw, 1.6rem) clamp(0.85rem, 1.5vw, 1.1rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 163, 96, 0.46), rgba(193, 59, 138, 0.42), transparent);
  pointer-events: none;
}

.menu-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.menu-card[hidden] {
  display: none;
}

.menu-card-head {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid rgba(255, 247, 238, 0.14);
}

.menu-card-head span {
  display: inline-flex;
  min-width: 2.3rem;
  min-height: 2.3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 163, 96, 0.36);
  color: #e8bd86;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  opacity: 1;
  background: rgba(255, 247, 238, 0.035);
}

.menu-card h3 {
  min-width: 0;
  max-width: 100%;
  font-family: var(--title);
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 0.9;
  text-align: right;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  letter-spacing: 0.02em;
}

.menu-card-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(255, 247, 238, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.08), rgba(255, 247, 238, 0.02)),
    rgba(13, 6, 16, 0.38);
  overflow: hidden;
}

.menu-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(15, 6, 18, 0.38)),
    radial-gradient(circle at 50% 12%, rgba(255, 247, 238, 0.14), transparent 14rem);
  pointer-events: none;
}

.menu-card-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 36vh, 25rem);
  object-fit: cover;
  filter: saturate(1.03) contrast(1.03);
  transform: scale(1.015);
}

.menu-items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 1px;
  border: 1px solid rgba(255, 247, 238, 0.12);
  background: rgba(255, 247, 238, 0.1);
}

.menu-items.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: start;
  width: 100%;
  min-height: 4.8rem;
  padding: clamp(0.72rem, 1vw, 0.9rem) clamp(0.75rem, 1.2vw, 1rem);
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.055), rgba(255, 247, 238, 0.02)),
    rgba(43, 18, 40, 0.66);
  cursor: pointer;
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.menu-item > div {
  min-width: 0;
}

.menu-item:hover {
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.1), rgba(255, 247, 238, 0.035)),
    rgba(70, 27, 58, 0.82);
}

.menu-item:focus-visible {
  outline: 2px solid rgba(70, 214, 138, 0.85);
  outline-offset: -2px;
}

.menu-item.is-selected {
  border-color: rgba(70, 214, 138, 0.58);
  background:
    linear-gradient(135deg, rgba(70, 214, 138, 0.14), rgba(255, 247, 238, 0.04)),
    rgba(28, 47, 35, 0.82);
  box-shadow: inset 0 0 0 1px rgba(70, 214, 138, 0.22);
}

.menu-item.is-selected::after {
  content: "";
  position: absolute;
  right: 0.58rem;
  bottom: 0.5rem;
  width: 0.54rem;
  height: 0.54rem;
  border-right: 2px solid #46d68a;
  border-bottom: 2px solid #46d68a;
  transform: rotate(45deg);
}

.menu-item strong {
  display: block;
  color: #fff7ee;
  font-size: clamp(0.94rem, 1.06vw, 1.06rem);
  font-weight: 900;
  line-height: 1.12;
}

.menu-item p {
  margin-top: 0.3rem;
  color: rgba(255, 247, 238, 0.7);
  font-size: clamp(0.76rem, 0.86vw, 0.85rem);
  line-height: 1.35;
}

.menu-item > span {
  display: inline-flex;
  min-width: 3.05rem;
  min-height: 2.05rem;
  align-items: center;
  justify-content: center;
  padding: 0.24rem 0.52rem;
  border: 1px solid rgba(232, 189, 134, 0.28);
  border-radius: 2px;
  color: #ffd9a1;
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.24vw, 1.22rem);
  font-weight: 900;
  line-height: 1;
  background:
    linear-gradient(145deg, rgba(122, 49, 86, 0.84), rgba(54, 20, 50, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 247, 238, 0.13);
  white-space: nowrap;
}

.menu-arrow {
  position: absolute;
  top: calc(50% - 1.55rem);
  z-index: 2;
  display: inline-grid;
  width: 2.45rem;
  height: 5.8rem;
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.16);
  border-radius: 0;
  color: rgba(255, 247, 238, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.1), rgba(255, 247, 238, 0.035)),
    rgba(22, 8, 25, 0.82);
  box-shadow: 0 0.8rem 2rem rgba(9, 4, 12, 0.24);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.menu-arrow-prev {
  left: 0;
  transform: translate(-38%, -50%);
}

.menu-arrow-next {
  right: 0;
  transform: translate(38%, -50%);
}

.menu-arrow:hover {
  border-color: rgba(232, 189, 134, 0.48);
  background:
    linear-gradient(180deg, rgba(232, 189, 134, 0.16), rgba(193, 59, 138, 0.08)),
    rgba(22, 8, 25, 0.92);
}

.menu-arrow-prev:hover {
  transform: translate(-45%, -50%);
}

.menu-arrow-next:hover {
  transform: translate(45%, -50%);
}

.menu-arrow svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.menu-tabs-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: stretch;
  margin: -0.05rem auto 0;
  width: 100%;
}

.menu-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  justify-content: center;
  overflow-x: auto;
  padding: 0;
  border: 1px solid rgba(255, 247, 238, 0.13);
  border-radius: 0;
  background: rgba(255, 247, 238, 0.1);
  box-shadow: 0 0.9rem 2.1rem rgba(7, 3, 10, 0.18);
  scrollbar-width: none;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tabs button {
  min-width: 0;
  min-height: 2.42rem;
  padding: 0 clamp(0.72rem, 1.15vw, 1.1rem);
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: rgba(255, 247, 238, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: rgba(24, 9, 27, 0.72);
  cursor: pointer;
  transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  white-space: normal;
}

.menu-tabs button:hover {
  color: #fff;
  background: rgba(255, 247, 238, 0.065);
}

.menu-tabs button.is-active {
  border-bottom-color: #e8bd86;
  color: #fff7ee;
  background:
    linear-gradient(180deg, rgba(193, 59, 138, 0.2), rgba(232, 189, 134, 0.08)),
    rgba(24, 9, 27, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 247, 238, 0.1);
}

.menu-selection-toggle {
  position: relative;
  display: inline-grid;
  width: 2.65rem;
  min-height: 2.42rem;
  place-items: center;
  border: 1px solid rgba(70, 214, 138, 0.55);
  border-radius: 0;
  color: #ebfff4;
  background:
    linear-gradient(145deg, rgba(70, 214, 138, 0.5), rgba(20, 101, 62, 0.88)),
    #1d7f50;
  box-shadow: 0 0.8rem 1.8rem rgba(8, 37, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

.menu-selection-toggle:hover,
.menu-selection-toggle.is-open {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 1rem 2.3rem rgba(8, 37, 24, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.menu-selection-toggle svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-selection-toggle span {
  position: absolute;
  right: -0.38rem;
  top: -0.42rem;
  display: inline-flex;
  min-width: 1.08rem;
  height: 1.08rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.26rem;
  border: 1px solid rgba(255, 247, 238, 0.7);
  border-radius: 999px;
  color: #122016;
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1;
  background: #b8ffd3;
}

.menu-selection-panel {
  position: relative;
  z-index: 4;
  justify-self: end;
  width: min(100%, 28rem);
  margin-top: 0.6rem;
  padding: 0.85rem;
  border: 1px solid rgba(70, 214, 138, 0.24);
  border-radius: 0;
  color: #fff7ee;
  background:
    linear-gradient(145deg, rgba(20, 41, 32, 0.96), rgba(29, 13, 32, 0.96)),
    rgba(19, 11, 22, 0.96);
  box-shadow: 0 1.3rem 3.6rem rgba(4, 2, 7, 0.38);
}

.menu-selection-panel[hidden] {
  display: none;
}

.menu-selection-head,
.menu-selection-row,
.menu-selection-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.menu-selection-head {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 247, 238, 0.12);
}

.menu-selection-head span,
.menu-selection-transfer span {
  color: #7dffb4;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-selection-head strong {
  color: #fff7ee;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.menu-selection-list {
  display: grid;
  max-height: 15rem;
  overflow: auto;
  margin-top: 0.55rem;
  border-top: 1px solid rgba(255, 247, 238, 0.08);
}

.menu-selection-row {
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(255, 247, 238, 0.08);
}

.menu-selection-line {
  flex: 1;
  min-width: 0;
  align-items: flex-start;
}

.menu-selection-name {
  min-width: 0;
}

.menu-selection-name strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.15;
}

.menu-selection-name span {
  display: block;
  margin-top: 0.16rem;
  color: rgba(255, 247, 238, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-selection-price {
  color: #ffd9a1;
  font-family: var(--serif);
  font-weight: 900;
  white-space: nowrap;
}

.menu-selection-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.menu-selection-qty button {
  display: inline-grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.18);
  border-radius: 0;
  color: #fff7ee;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 247, 238, 0.06);
  cursor: pointer;
}

.menu-selection-qty span {
  min-width: 1.15rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 900;
}

.menu-selection-empty,
.menu-selection-note {
  margin-top: 0.65rem;
  color: rgba(255, 247, 238, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.menu-selection-transfer {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.menu-selection-transfer input {
  width: 100%;
  border: 1px solid rgba(255, 247, 238, 0.18);
  border-radius: 0;
  padding: 0.72rem 0.78rem;
  color: #fff7ee;
  font: inherit;
  font-size: 0.86rem;
  background: rgba(255, 247, 238, 0.055);
}

.menu-selection-transfer input::placeholder {
  color: rgba(255, 247, 238, 0.42);
}

.menu-selection-send {
  display: inline-flex;
  width: 100%;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  border: 1px solid rgba(70, 214, 138, 0.42);
  color: #effff5;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(70, 214, 138, 0.18);
}

.menu-selection-send.is-disabled {
  color: rgba(255, 247, 238, 0.48);
  border-color: rgba(255, 247, 238, 0.12);
  background: rgba(255, 247, 238, 0.045);
  cursor: not-allowed;
}

.menu-selection-note.is-error {
  color: #ffd1d1;
}

.menu-selection-note.is-success {
  color: #a8ffc9;
}

.split-showcase,
.caterer-band {
  display: grid;
  gap: 1px;
  background: var(--section-line);
  border: 1px solid var(--section-line);
}

.split-showcase figure,
.caterer-band figure {
  min-height: clamp(17rem, 54vh, 27rem);
  border: 0;
}

.location-stack,
.caterer-band > div {
  display: grid;
  gap: 1px;
  background: var(--section-line);
}

.location-stack > div,
.caterer-band > div {
  position: relative;
  padding: 0.9rem 1.05rem;
  background: var(--section-surface);
}

.location-stack strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--dark-text);
  font-size: 1.04rem;
}

.truck-section .location-stack span {
  color: #8dffe7;
  text-shadow: 0 1px 12px rgba(16, 41, 35, 0.45);
}

.location-stack p {
  margin-top: 0.28rem;
  padding-right: 2.4rem;
  color: var(--section-muted);
  font-size: 0.92rem;
}

.location-map-link {
  position: absolute;
  right: 0.86rem;
  top: 50%;
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border: 1px solid rgba(141, 255, 231, 0.35);
  color: #8dffe7;
  background: rgba(12, 29, 28, 0.34);
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.location-map-link:hover {
  border-color: rgba(141, 255, 231, 0.78);
  background: rgba(141, 255, 231, 0.14);
  transform: translateY(-50%) scale(1.04);
}

.location-map-link svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.caterer-band h3 {
  margin-top: 0.75rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.8vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.caterer-band p {
  max-width: 34rem;
  margin-top: 0.8rem;
  color: var(--section-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.caterer-band .btn {
  width: fit-content;
  margin-top: 1.6rem;
}

.quote-trigger {
  border-color: rgba(255, 247, 238, 0.28);
  color: var(--dark-text);
  background: rgba(255, 247, 238, 0.06);
  box-shadow: none;
}

.quote-trigger:hover,
.quote-trigger:focus-visible {
  border-color: color-mix(in srgb, var(--section-accent) 62%, white 18%);
  background: rgba(255, 247, 238, 0.1);
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 58% 28%, rgba(200, 135, 82, 0.18), transparent 28rem),
    rgba(10, 6, 8, 0.82);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.quote-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(17rem, 0.68fr) minmax(0, 1.32fr);
  gap: 1px;
  width: min(100%, 66rem);
  max-height: min(86vh, 58rem);
  overflow: auto;
  border: 1px solid var(--section-line);
  background: var(--section-line);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  outline: 0;
  transform: translateY(0.65rem) scale(0.985);
  transition: transform 0.25s ease;
}

.quote-modal.is-open .quote-panel {
  transform: translateY(0) scale(1);
}

.quote-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.25);
  border-radius: 0;
  color: var(--dark-text);
  font-size: 1.55rem;
  line-height: 1;
  background: rgba(18, 9, 15, 0.72);
  cursor: pointer;
}

.quote-intro,
.quote-form {
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.055));
}

.quote-intro {
  display: grid;
  align-content: center;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.quote-intro span,
.quote-form label > span,
.wish-list legend {
  color: var(--section-accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quote-intro h3 {
  max-width: 24rem;
  margin: 0.7rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 0.98;
}

.quote-intro p {
  max-width: 31rem;
  margin-top: 1rem;
  color: var(--section-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.quote-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2.8vw, 2rem);
}

.form-security-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.quote-form label,
.form-message {
  display: grid;
  gap: 0.45rem;
}

.form-wide {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 247, 238, 0.2);
  border-radius: 0;
  color: var(--dark-text);
  font: inherit;
  font-size: 0.92rem;
  background: rgba(18, 9, 15, 0.52);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quote-form input,
.quote-form select {
  height: 3rem;
  padding: 0 0.85rem;
}

.quote-form textarea {
  min-height: 7.2rem;
  padding: 0.85rem;
  resize: vertical;
}

.quote-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: color-mix(in srgb, var(--section-accent) 78%, white 16%);
  background: rgba(18, 9, 15, 0.72);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--section-accent) 22%, transparent);
}

.quote-form select option {
  color: var(--ink);
  background: var(--paper);
}

.wish-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.62rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 247, 238, 0.16);
}

.wish-list legend {
  padding: 0 0.45rem;
}

.wish-list label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.65rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(255, 247, 238, 0.16);
  color: var(--dark-text);
  font-size: 0.84rem;
  font-weight: 700;
  background: rgba(255, 247, 238, 0.055);
}

.wish-list input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--section-accent);
}

.turnstile-slot:empty {
  display: none;
}

.turnstile-slot {
  min-height: 3.8rem;
}

.quote-submit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.quote-submit p {
  min-height: 1.4rem;
  color: var(--section-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.quote-submit p.is-success {
  color: #a6f3cf;
}

.quote-submit p.is-error {
  color: #ffb9ae;
}

.caterer-slider img {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: caterer-slide 15s infinite;
}

.caterer-slider .is-slide-one {
  animation-delay: 0s;
}

.caterer-slider .is-slide-two {
  animation-delay: 3s;
}

.caterer-slider .is-slide-three {
  animation-delay: 6s;
}

.caterer-slider .is-slide-four {
  animation-delay: 9s;
}

.caterer-slider .is-slide-five {
  animation-delay: 12s;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--section-line);
  border: 1px solid var(--section-line);
}

.visual-grid figure {
  min-height: clamp(10rem, 28vh, 15rem);
  border: 0;
}

.visual-grid .wide {
  grid-column: span 2;
}

.gallery-carousel {
  position: relative;
  display: grid;
  gap: clamp(0.62rem, 1vw, 0.9rem);
  overflow-x: hidden;
  overflow-y: hidden;
  padding: clamp(0.85rem, 1.6vw, 1.35rem) 0;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
}

.gallery-carousel::-webkit-scrollbar {
  display: none;
}

.gallery-carousel::before,
.gallery-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(1rem, 3vw, 2.8rem);
  pointer-events: none;
}

.gallery-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--section-bg), transparent);
}

.gallery-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--section-bg), transparent);
}

.gallery-row {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  width: max-content;
  gap: clamp(0.48rem, 0.78vw, 0.72rem);
  animation: gallery-loop 36s linear infinite;
  will-change: transform;
}

.gallery-row-reverse .gallery-track {
  animation-direction: reverse;
}

.gallery-card {
  flex: 0 0 clamp(15rem, 23vw, 24rem);
  aspect-ratio: 1;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 247, 238, 0.22);
  border-color: rgba(255, 247, 238, 0.22);
  border-radius: 0;
  color: inherit;
  background: rgba(255, 247, 238, 0.06);
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    0 1.4rem 2.8rem rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset;
  transform: translateZ(0);
}

.gallery-card img {
  filter: saturate(1.04) contrast(1.02);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.gallery-card:hover img {
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.035);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(79, 124, 207, 0.18), transparent 28rem),
    rgba(9, 6, 12, 0.82);
  backdrop-filter: blur(14px);
}

.gallery-lightbox-card {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 80vw;
  max-height: 80vh;
  border: 1px solid rgba(255, 247, 238, 0.24);
  background: rgba(13, 10, 16, 0.72);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  outline: 0;
}

.gallery-lightbox-card img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gallery-lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.3);
  border-radius: 0;
  color: var(--dark-text);
  font-size: 1.7rem;
  line-height: 1;
  background: rgba(19, 9, 21, 0.78);
  box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: clamp(2.55rem, 4vw, 3.2rem);
  height: clamp(2.55rem, 4vw, 3.2rem);
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.28);
  border-radius: 0;
  color: var(--dark-text);
  background: rgba(19, 9, 21, 0.78);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus-visible {
  border-color: rgba(255, 247, 238, 0.52);
  background: rgba(43, 18, 50, 0.9);
}

.gallery-lightbox-prev {
  left: clamp(0.7rem, 1.8vw, 1.2rem);
}

.gallery-lightbox-next {
  right: clamp(0.7rem, 1.8vw, 1.2rem);
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-prev:focus-visible {
  transform: translate(-0.12rem, -50%);
}

.gallery-lightbox-next:hover,
.gallery-lightbox-next:focus-visible {
  transform: translate(0.12rem, -50%);
}

.gallery-lightbox-nav svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.contact-card {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.2rem, 3.2vw, 2.2rem);
  border: 1px solid var(--section-line);
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.06));
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}

.contact-card img {
  width: min(100%, 18rem);
  height: auto;
}

.contact-card h2 {
  font-size: 0.966rem;
  font-weight: 900;
  line-height: 1.15;
}

.contact-links {
  display: grid;
  gap: 0.8rem;
  margin-top: auto;
}

.contact-links a {
  color: var(--dark-text);
  font-size: 0.92rem;
  font-weight: 800;
  word-break: break-word;
}

.contact-layout {
  display: grid;
  gap: 1px;
  border: 1px solid var(--section-line);
  background: var(--section-line);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}

.contact-main,
.contact-map,
.next-rdv {
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.06));
}

.contact-main {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  padding: clamp(1.35rem, 2.6vw, 2.1rem);
}

.contact-main img {
  width: min(100%, 24rem);
  height: auto;
}

.contact-main h3 {
  margin-top: 0.55rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 1.8625rem);
  font-weight: 500;
  line-height: 1.05;
}

.contact-main p {
  max-width: 34rem;
  margin-top: 0.85rem;
  color: var(--section-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact-section .contact-main .section-index {
  color: var(--contact-readable-accent);
  text-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.34);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.contact-actions a {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--section-accent) 62%, rgba(255, 253, 248, 0.22));
  border-radius: 0.35rem;
  color: white;
  background: color-mix(in srgb, var(--section-accent) 34%, rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.header-socials a.social-facebook,
.contact-actions a.social-facebook {
  border-color: color-mix(in srgb, #1877f2 72%, white 18%);
  background: linear-gradient(135deg, #1877f2, #0d5bc7);
  color: white;
}

.header-socials a.social-instagram,
.contact-actions a.social-instagram {
  border-color: color-mix(in srgb, #e1306c 62%, #fcaf45 28%);
  background: radial-gradient(circle at 30% 108%, #fdf497 0 12%, #fd5949 35%, #d6249f 62%, #285aeb 100%);
  color: white;
}

.header-socials a.social-mail,
.contact-actions a.social-mail {
  border-color: color-mix(in srgb, #007aff 68%, white 16%);
  background: linear-gradient(135deg, #0a84ff, #005ecb);
  color: white;
}

.header-socials a.social-phone,
.contact-actions a.social-phone {
  border-color: color-mix(in srgb, #34c759 72%, white 16%);
  background: linear-gradient(135deg, #34c759, #168f38);
  color: white;
}

.contact-actions svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: currentColor;
}

.contact-map {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, color-mix(in srgb, var(--section-accent) 26%, transparent), transparent 10rem),
    linear-gradient(135deg, rgba(255, 247, 238, 0.08), rgba(255, 247, 238, 0.035));
}

.google-map-wrap {
  isolation: isolate;
  background: #120b15;
}

.google-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.86) contrast(1.02) saturate(0.72) hue-rotate(182deg) brightness(0.82);
  opacity: 0.86;
}

.google-map-wrap::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 247, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 238, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 62% 44%, rgba(233, 220, 255, 0.12), transparent 10rem),
    linear-gradient(135deg, rgba(22, 12, 22, 0.32), rgba(32, 16, 34, 0.04));
  background-size: 3.4rem 3.4rem, 3.4rem 3.4rem, auto, auto;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 247, 238, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 238, 0.16) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.map-road {
  position: absolute;
  height: 0.82rem;
  border-radius: 999px;
  background: rgba(255, 247, 238, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 247, 238, 0.1);
}

.road-one {
  left: -8%;
  top: 30%;
  width: 120%;
  transform: rotate(-11deg);
}

.road-two {
  left: 12%;
  top: 61%;
  width: 92%;
  transform: rotate(18deg);
}

.road-three {
  left: 43%;
  top: -8%;
  width: 0.75rem;
  height: 120%;
  transform: rotate(8deg);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(72%, 16rem);
  padding: 1rem;
  border: 1px solid rgba(255, 247, 238, 0.32);
  background: rgba(20, 9, 22, 0.72);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.map-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.72rem;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--contact-readable-accent);
  box-shadow: 0 0.6rem 1.3rem rgba(122, 77, 243, 0.34);
  transform: translateX(-50%) rotate(45deg);
}

.map-pin span,
.next-rdv span {
  color: var(--contact-readable-accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.34);
}

.map-pin strong,
.next-rdv strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--dark-text);
  font-size: 1.25rem;
  line-height: 1.08;
}

.map-pin small,
.next-rdv small {
  display: block;
  margin-top: 0.55rem;
  color: var(--section-muted);
  font-size: 0.78rem;
}

.next-rdv {
  display: grid;
  align-content: center;
  min-height: 12rem;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.next-rdv p {
  margin-top: 0.75rem;
  color: var(--section-muted);
  line-height: 1.55;
}

.next-rdv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.rdv-action {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.46rem;
  padding: 0.45rem 0.68rem;
  border: 1px solid color-mix(in srgb, var(--contact-readable-accent) 62%, rgba(255, 247, 238, 0.2));
  color: #fff7ee;
  background: color-mix(in srgb, var(--contact-readable-accent) 20%, rgba(255, 247, 238, 0.06));
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.rdv-action:hover {
  background: color-mix(in srgb, var(--contact-readable-accent) 34%, rgba(255, 247, 238, 0.08));
  transform: translateY(-1px);
}

.rdv-action svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: currentColor;
}

.reviews-section {
  --section-bg: var(--reviews-bg);
  --section-accent: var(--reviews-accent);
  --section-muted: rgba(255, 247, 238, 0.74);
  --section-line: rgba(255, 247, 238, 0.16);
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 179, 106, 0.18), transparent 30rem),
    linear-gradient(180deg, color-mix(in srgb, var(--reviews-bg) 92%, #120916), #120914);
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(17rem, 0.76fr) minmax(0, 1.35fr);
  gap: 1px;
  border: 1px solid var(--section-line);
  background: var(--section-line);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.22);
}

.reviews-intro,
.reviews-grid article {
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.055));
}

.reviews-intro {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(1.35rem, 3vw, 2.35rem);
}

.reviews-intro > span,
.reviews-grid span {
  color: var(--reviews-accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.34);
}

.reviews-intro h3 {
  max-width: 24rem;
  margin: 0.65rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 0.98;
}

.reviews-intro p {
  max-width: 31rem;
  margin-top: 1rem;
  color: var(--section-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.review-button {
  margin-top: 1.2rem;
}

.reviews-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 1.15rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(214, 179, 106, 0.34);
  background: rgba(12, 9, 16, 0.24);
  color: var(--light-text);
}

.reviews-rating strong {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 0.9;
}

.reviews-rating span {
  color: var(--section-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(11rem, 1fr));
  gap: 1px;
  min-width: 0;
  overflow-x: auto;
  background: var(--section-line);
  scrollbar-width: thin;
}

.reviews-grid article {
  min-height: 17rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  display: flex;
  flex-direction: column;
}

.reviews-grid h4 {
  margin: 1.55rem 0 0;
  color: var(--dark-text);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
}

.reviews-grid p {
  margin-top: 0.85rem;
  color: var(--section-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.reviews-grid small {
  margin-top: auto;
  padding-top: 1rem;
  color: rgba(255, 247, 238, 0.52);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.9rem) clamp(1rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(255, 247, 238, 0.14);
  background:
    radial-gradient(circle at 78% 0, rgba(213, 26, 118, 0.16), transparent 22rem),
    #0c0910;
}

.footer-brand {
  display: inline-flex;
  width: clamp(11.5rem, 18vw, 17rem);
  height: 3.2rem;
  overflow: visible;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateX(-3.35rem) scale(1.28);
  transform-origin: left center;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.footer-actions button {
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 247, 238, 0.28);
  border-radius: 0.36rem;
  color: var(--dark-text);
  background: rgba(255, 247, 238, 0.06);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-actions button:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--rose) 72%, white 12%);
  background: color-mix(in srgb, var(--rose) 24%, rgba(255, 247, 238, 0.08));
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.legal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.legal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 58% 18%, rgba(126, 70, 255, 0.28), transparent 22rem),
    rgba(6, 3, 8, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.legal-dialog {
  position: relative;
  display: grid;
  width: min(100%, 52rem);
  max-height: min(82vh, 48rem);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 238, 0.22);
  border-radius: 0.7rem;
  color: var(--dark-text);
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.12), rgba(255, 247, 238, 0.05)),
    color-mix(in srgb, var(--contact-bg) 84%, #110813);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(0.7rem) scale(0.985);
  transition: transform 0.22s ease;
}

.legal-modal.is-open .legal-dialog {
  transform: translateY(0) scale(1);
}

.legal-dialog-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-bottom: 1px solid rgba(255, 247, 238, 0.15);
  background: rgba(255, 247, 238, 0.05);
}

.legal-dialog-head img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
  filter: drop-shadow(0 0.7rem 1rem rgba(0, 0, 0, 0.35));
}

.legal-dialog-head span {
  color: var(--rose);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-dialog-head h2 {
  margin-top: 0.12rem;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.legal-close {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(255, 247, 238, 0.22);
  border-radius: 0.35rem;
  color: var(--dark-text);
  background: rgba(255, 247, 238, 0.06);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.legal-scroll {
  max-height: calc(min(82vh, 48rem) - 6.2rem);
  overflow-y: auto;
  padding: clamp(1.05rem, 2.4vw, 1.7rem);
  scrollbar-color: rgba(255, 247, 238, 0.32) transparent;
}

.legal-panel {
  max-width: 43rem;
}

.legal-panel[hidden] {
  display: none;
}

.legal-date {
  color: rgba(255, 247, 238, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.legal-panel h3 {
  margin: 1.3rem 0 0.45rem;
  color: var(--dark-text);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.legal-panel p {
  margin: 0.55rem 0 0;
  color: rgba(255, 247, 238, 0.78);
  font-size: 0.93rem;
  line-height: 1.65;
}

.legal-panel strong {
  color: var(--dark-text);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .desktop-nav,
  .header-socials {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .hero {
    padding-right: 9rem;
  }

  .content-section {
    padding-top: clamp(1.45rem, 3.2vh, 2.4rem);
    padding-bottom: clamp(1.45rem, 3.2vh, 2.4rem);
  }

  .section-heading {
    margin-bottom: clamp(0.85rem, 2vh, 1.35rem);
    padding-top: 0.75rem;
  }

  .section-heading p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  h2 {
    font-size: clamp(2.55rem, 4.4vw, 3.7rem);
  }

  .section-index,
  .menu-panel-head span,
  .menu-grid span,
  .location-stack span,
  .caterer-band span {
    font-size: 0.7rem;
  }

  .section-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .section-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .section-heading {
    grid-template-columns: 4.25rem minmax(0, 1fr);
  }

  .menu-feature {
    grid-template-columns: minmax(22rem, 0.62fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .menu-feature figure {
    height: clamp(15rem, 37vh, 21rem);
    min-height: 0;
  }

  .menu-panel-head {
    padding: 0.82rem 1rem;
  }

  .menu-panel h3 {
    font-size: clamp(2.15rem, 3.6vw, 3rem);
  }

  .menu-row {
    padding: 0.56rem 1rem;
  }

  .menu-row strong {
    font-size: 0.88rem;
  }

  .menu-row p {
    font-size: 0.76rem;
    line-height: 1.32;
  }

  .menu-row > span {
    font-size: 1.2rem;
  }

  .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-row:nth-child(odd) {
    border-right: 1px solid var(--section-line);
  }

  .menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .menu-grid article {
    min-height: 4.7rem;
    padding: 0.68rem 0.8rem;
  }

  .menu-grid p {
    margin-top: 0.42rem;
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .menu-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-item:nth-child(odd) {
    border-right: 1px solid rgba(245, 241, 235, 0.1);
  }

  .menu-tabs-bar {
    grid-column: 1 / -1;
  }

  .split-showcase,
  .caterer-band {
    grid-template-columns: minmax(0, 1.06fr) minmax(23rem, 0.72fr);
  }

  .quote-panel {
    grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  }

  .split-showcase figure,
  .caterer-band figure {
    height: clamp(19rem, 51vh, 30rem);
    min-height: 0;
  }

  .location-stack > div,
  .caterer-band > div {
    padding: 0.9rem 1rem;
  }

  .location-stack strong {
    font-size: 1rem;
  }

  .location-stack p {
    font-size: 0.9rem;
  }

  .caterer-band figure {
    order: 2;
  }

  .caterer-band h3 {
    font-size: clamp(2rem, 4vw, 3.15rem);
  }

  .caterer-band p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .gallery-carousel {
    padding-block: clamp(1rem, 2.2vh, 1.45rem);
  }

  .contact-layout {
    grid-template-columns: minmax(19rem, 0.9fr) minmax(22rem, 1fr);
  }

  .reviews-panel {
    grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  }

  .contact-main {
    grid-row: span 2;
  }

  .contact-map {
    min-height: clamp(15rem, 38vh, 22rem);
  }

  .next-rdv {
    min-height: 9rem;
  }
}

@media (min-width: 1120px) {
  .section-rail {
    display: block;
  }

  .section-heading,
  .menu-feature,
  .menu-grid,
  .menu-carousel,
  .split-showcase,
  .caterer-band,
  .quote-panel,
  .visual-grid,
  .gallery-carousel,
  .contact-card,
  .contact-layout,
  .reviews-panel {
    width: auto;
    max-width: 86rem;
    margin-left: max(1.25rem, calc((100% - 86rem) / 2));
    margin-right: 11rem;
  }
}

@media (max-width: 759px) {
  .section-rail {
    top: auto;
    right: 0.38rem;
    bottom: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: min(7rem, 34vw);
    max-height: 43vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.15rem 0 0.15rem 0.55rem;
    opacity: 0.82;
    filter: drop-shadow(0 0.75rem 1.35rem rgba(0, 0, 0, 0.28));
    transition: opacity 0.22s ease, transform 0.22s ease;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 0.55rem, #000 calc(100% - 0.55rem), transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 0.55rem, #000 calc(100% - 0.55rem), transparent 100%);
  }

  .section-rail::-webkit-scrollbar {
    display: none;
  }

  .section-rail:hover,
  .section-rail:focus-within {
    opacity: 0.96;
  }

  .rail-item {
    flex: 0 0 auto;
    --rail-open-width: 5.8rem;
    --rail-label-width: 3.6rem;
    width: 2.2rem;
    min-height: 2.05rem;
    padding: 0 0.48rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.34rem;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(255, 247, 238, 0.13);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.58rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.24s ease, transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
  }

  .rail-icon {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0;
    flex: 0 0 0.78rem;
  }

  .rail-label {
    width: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.56rem;
    font-weight: 900;
    line-height: 1;
    transition: opacity 0.18s ease, width 0.24s ease;
  }

  .rail-item:hover,
  .rail-item:focus-visible,
  .rail-item.is-active {
    width: min(var(--rail-open-width), 32vw);
    transform: translateX(-0.16rem);
    filter: brightness(1.14) saturate(1.08);
    box-shadow: -0.16rem 0 0 rgba(255, 247, 238, 0.86), 0 0.7rem 1.25rem rgba(0, 0, 0, 0.18);
  }

  .rail-item:hover .rail-label,
  .rail-item:focus-visible .rail-label,
  .rail-item.is-active .rail-label {
    width: var(--rail-label-width);
    opacity: 1;
  }

  body[data-active-section="menu"] .section-rail:not(:hover):not(:focus-within) .rail-item.is-active {
    width: 2.2rem;
    transform: none;
  }

  body[data-active-section="menu"] .section-rail:not(:hover):not(:focus-within) {
    right: -0.62rem;
    opacity: 0.68;
  }

  body[data-active-section="menu"] .section-rail:not(:hover):not(:focus-within) .rail-item.is-active .rail-label {
    width: 0;
    opacity: 0;
  }

  .rail-home {
    min-height: 2.05rem;
  }

  .rail-home {
    --rail-open-width: 5.4rem;
    --rail-label-width: 3.1rem;
    background: color-mix(in srgb, var(--home-bg) 76%, transparent);
  }

  .rail-menu {
    --rail-open-width: 4.7rem;
    --rail-label-width: 2.45rem;
    background: color-mix(in srgb, var(--menu-bg) 78%, transparent);
  }

  .rail-truck {
    --rail-open-width: 6.25rem;
    --rail-label-width: 4rem;
    background: color-mix(in srgb, var(--truck-bg) 78%, transparent);
  }

  .rail-caterer {
    --rail-open-width: 5.95rem;
    --rail-label-width: 3.7rem;
    background: color-mix(in srgb, var(--caterer-bg) 78%, transparent);
  }

  .rail-gallery {
    --rail-open-width: 5.55rem;
    --rail-label-width: 3.3rem;
    background: color-mix(in srgb, var(--gallery-bg) 78%, transparent);
  }

  .rail-reviews {
    --rail-open-width: 4.35rem;
    --rail-label-width: 2.1rem;
    background: color-mix(in srgb, var(--reviews-bg) 78%, transparent);
  }

  .rail-contact {
    --rail-open-width: 5.7rem;
    --rail-label-width: 3.45rem;
    background: color-mix(in srgb, var(--contact-bg) 78%, transparent);
  }

  .site-header {
    padding: 0 0.85rem 0 0.2rem;
  }

  .brand {
    width: min(65vw, 16.8rem);
    justify-content: flex-start;
  }

  .brand img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-left: -0.16rem;
    padding-right: 0;
    transform: scale(1.1);
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.05rem);
  }

  .hero {
    min-height: 78svh;
    align-items: end;
    padding: 1rem 1rem 2rem;
  }

  .hero-bg {
    background: url("Photos/reels/hero.png") 61% 58% / cover;
  }

  .hero-copy {
    width: min(100%, 22rem);
    margin: 0;
  }

  .hero-next-card {
    min-width: min(100%, 15.5rem);
    margin-top: -2.1rem;
    margin-bottom: 1.45rem;
    padding: 0.72rem 0.82rem;
    transform: translateY(-0.25rem);
  }

  .hero-next-card strong {
    font-size: 1.08rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.05rem);
    line-height: 0.86;
  }

  .hero-title-amp {
    margin-left: 1.6rem;
  }

  .hero-copy p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 0.65rem;
    margin-top: 1rem;
  }

  .hero-actions .btn {
    min-height: 2.42rem;
    padding: 0.55rem 0.68rem;
    font-size: 0.68rem;
  }

  .hero-street-rdv {
    left: 36%;
    bottom: 18%;
    width: 15rem;
    opacity: 0.46;
    transform:
      perspective(26rem)
      rotateX(64deg)
      rotateZ(-7deg)
      skewX(-10deg);
  }

  .menu-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-carousel {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }

  .menu-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 0;
  }

  .menu-card::before {
    inset: 0.42rem;
  }

  .menu-card h3 {
    width: 100%;
    font-size: clamp(1.48rem, 6.6vw, 1.9rem);
    line-height: 0.96;
    text-align: left;
    text-wrap: balance;
  }

  .menu-card-head {
    align-items: start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .menu-card-head span {
    min-width: 2rem;
    min-height: 2rem;
    font-size: 0.72rem;
  }

  .menu-card-visual {
    min-height: 10.5rem;
    max-height: 12.5rem;
  }

  .menu-card-visual img {
    min-height: 10.5rem;
  }

  .menu-items,
  .menu-items.is-compact {
    grid-template-columns: 1fr;
  }

  .menu-item {
    gap: 0.72rem;
    min-height: 4.05rem;
    padding: 0.64rem 0.72rem;
  }

  .menu-item > span {
    min-width: 2.82rem;
    min-height: 1.95rem;
    padding-inline: 0.48rem;
  }

  .menu-arrow {
    position: absolute;
    top: min(46%, 18rem);
    width: 2.1rem;
    height: 3.7rem;
  }

  .menu-arrow-prev {
    left: 0;
    transform: translate(-36%, -50%);
  }

  .menu-arrow-next {
    right: 0;
    transform: translate(36%, -50%);
  }

  .menu-arrow-prev:hover {
    transform: translate(-42%, -50%);
  }

  .menu-arrow-next:hover {
    transform: translate(42%, -50%);
  }

  .menu-arrow svg {
    width: 1.28rem;
    height: 1.28rem;
  }

  .menu-tabs {
    justify-content: flex-start;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: 0;
    padding: 0;
  }

  .menu-tabs button {
    min-height: 2.25rem;
    padding-inline: 0.36rem;
    font-size: clamp(0.55rem, 2.35vw, 0.68rem);
    letter-spacing: 0.01em;
  }

  .menu-tabs-bar {
    gap: 0.38rem;
  }

  .menu-selection-toggle {
    width: 2.38rem;
    min-height: 2.25rem;
  }

  .menu-selection-panel {
    width: 100%;
    margin-top: 0.35rem;
  }

  .menu-selection-row,
  .menu-selection-line {
    gap: 0.55rem;
  }

  .gallery-carousel {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery-row-reverse {
    display: none !important;
  }

  .gallery-card {
    flex-basis: min(58vw, 16rem);
  }

  .quote-panel {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .wish-list {
    grid-template-columns: 1fr;
  }

  .quote-submit .btn {
    width: 100%;
    justify-content: center;
  }

  .gallery-lightbox {
    padding: 1rem;
  }

  .gallery-lightbox-card,
  .gallery-lightbox-card img {
    max-width: 80vw;
    max-height: 80vh;
  }

  .gallery-lightbox-close {
    top: auto;
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.35rem 1rem 1.6rem;
  }

  .footer-brand {
    width: min(72vw, 15rem);
  }

  .footer-brand img {
    transform: translateX(-2.9rem) scale(1.22);
  }

  .footer-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .footer-actions button {
    flex: 1 1 12rem;
  }

  .legal-modal {
    padding: 0.85rem;
  }

  .legal-dialog {
    max-height: 86vh;
  }

  .legal-dialog-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .legal-dialog-head img {
    width: 2.75rem;
    height: 2.75rem;
  }

  .legal-scroll {
    max-height: calc(86vh - 5.8rem);
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(5, minmax(13.5rem, 72vw));
  }

  .reviews-grid article {
    min-height: 14.5rem;
  }
}

@media (max-width: 900px) {
  .gallery-carousel {
    gap: 0;
  }

  .gallery-row-reverse {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes gallery-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - clamp(0.24rem, 0.39vw, 0.36rem)));
  }
}

@keyframes caterer-slide {
  0%,
  16% {
    opacity: 1;
    transform: scale(1);
  }
  22%,
  94% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
