/* âââââââââââââââââââââââââââââââââââââââââââââââââââ
   Tante Siam â Thai Streetfood Truck
   Professional Redesign Â· Mobile-first
   âââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* ââ Tokens ââ */
:root {
  /* Surfaces */
  --bg: #fcfaf7;
  --bg-alt: #f4f0ea;
  --bg-card: #ffffff;
  --bg-warm: #fdf6ee;

  /* Text */
  --text: #2b2017;
  --text-secondary: #5c4f3e;
  --text-muted: #8a7d6b;
  --text-heading: #1c1408;

  /* Brand */
  --accent: #b8332a;
  --accent-hover: #9c261f;
  --accent-soft: rgba(184,51,42,.08);
  --gold: #c89520;
  --gold-soft: rgba(200,149,32,.10);
  --gold-dark: #a67b10;
  --green: #2d7a30;
  --green-soft: rgba(45,122,48,.08);

  /* Chrome */
  --border: #e4ddd2;
  --border-light: #ece7df;
  --shadow-sm: 0 1px 3px rgba(28,20,8,.06);
  --shadow-md: 0 4px 16px rgba(28,20,8,.08);
  --shadow-lg: 0 8px 32px rgba(28,20,8,.10);
  --shadow-xl: 0 16px 48px rgba(28,20,8,.14);

  /* Hero */
  --hero-overlay: linear-gradient(
    175deg,
    rgba(12,8,2,.78) 0%,
    rgba(28,16,4,.62) 50%,
    rgba(60,30,8,.72) 100%
  );

  /* Navigation */
  --nav-bg: rgba(252,250,247,.88);
  --nav-height: 64px;

  /* Tags */
  --tag-allergen-bg: #f0ebe2;
  --tag-allergen-text: #6b5d48;
  --tag-vegan-bg: #e6f4e6;
  --tag-vegan-text: #2d7a30;
  --tag-spicy-bg: #fce8e6;
  --tag-spicy-text: #a8362e;

  /* Footer */
  --footer-bg: #18130c;
  --footer-text: #b8ad9e;
  --footer-link: #ddb84a;
  --footer-border: rgba(255,255,255,.06);

  /* Inputs */
  --input-bg: #fff;
  --input-border: #d4cdc2;
  --input-focus: rgba(184,51,42,.15);

  /* Specials */
  --special-bg: #fef9ee;
  --special-border: #e0c060;

  /* Misc */
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --transition: .22s ease;
  --transition-slow: .4s cubic-bezier(.25,.46,.45,.94);
}

/* ââ Dark Mode ââ */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #161210;
    --bg-alt: #1e1a16;
    --bg-card: #252018;
    --bg-warm: #201c14;
    --text: #ddd5c8;
    --text-secondary: #b0a494;
    --text-muted: #8a7e6e;
    --text-heading: #f0e8d8;
    --accent: #d8483e;
    --accent-hover: #c03830;
    --accent-soft: rgba(216,72,62,.10);
    --gold: #daa830;
    --gold-soft: rgba(218,168,48,.10);
    --gold-dark: #c09020;
    --green: #5cb860;
    --green-soft: rgba(92,184,96,.08);
    --border: #342e24;
    --border-light: #2a2520;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.20);
    --shadow-md: 0 4px 16px rgba(0,0,0,.25);
    --shadow-lg: 0 8px 32px rgba(0,0,0,.30);
    --shadow-xl: 0 16px 48px rgba(0,0,0,.35);
    --hero-overlay: linear-gradient(175deg, rgba(6,4,1,.85) 0%, rgba(14,8,2,.72) 50%, rgba(30,15,4,.80) 100%);
    --nav-bg: rgba(22,18,16,.92);
    --tag-allergen-bg: #2a2518;
    --tag-allergen-text: #b0a488;
    --tag-vegan-bg: #1a2e1a;
    --tag-vegan-text: #5cb860;
    --tag-spicy-bg: #321c1a;
    --tag-spicy-text: #e88878;
    --footer-bg: #0c0a06;
    --footer-text: #7a7060;
    --footer-link: #daa830;
    --footer-border: rgba(255,255,255,.04);
    --input-bg: #252018;
    --input-border: #3e3828;
    --input-focus: rgba(216,72,62,.18);
    --special-bg: #252014;
    --special-border: #6a5520;
  }
}
:root[data-theme="dark"] {
  --bg: #161210;
  --bg-alt: #1e1a16;
  --bg-card: #252018;
  --bg-warm: #201c14;
  --text: #ddd5c8;
  --text-secondary: #b0a494;
  --text-muted: #8a7e6e;
  --text-heading: #f0e8d8;
  --accent: #d8483e;
  --accent-hover: #c03830;
  --accent-soft: rgba(216,72,62,.10);
  --gold: #daa830;
  --gold-soft: rgba(218,168,48,.10);
  --gold-dark: #c09020;
  --green: #5cb860;
  --green-soft: rgba(92,184,96,.08);
  --border: #342e24;
  --border-light: #2a2520;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.20);
  --shadow-md: 0 4px 16px rgba(0,0,0,.25);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.30);
  --shadow-xl: 0 16px 48px rgba(0,0,0,.35);
  --hero-overlay: linear-gradient(175deg, rgba(6,4,1,.85) 0%, rgba(14,8,2,.72) 50%, rgba(30,15,4,.80) 100%);
  --nav-bg: rgba(22,18,16,.92);
  --tag-allergen-bg: #2a2518;
  --tag-allergen-text: #b0a488;
  --tag-vegan-bg: #1a2e1a;
  --tag-vegan-text: #5cb860;
  --tag-spicy-bg: #321c1a;
  --tag-spicy-text: #e88878;
  --footer-bg: #0c0a06;
  --footer-text: #7a7060;
  --footer-link: #daa830;
  --footer-border: rgba(255,255,255,.04);
  --input-bg: #252018;
  --input-border: #3e3828;
  --input-focus: rgba(216,72,62,.18);
  --special-bg: #252014;
  --special-border: #6a5520;
}

/* ââ Reset & Base ââ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  color: var(--text-heading);
  line-height: 1.15;
  text-wrap: balance;
  letter-spacing: -.015em;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover { color: var(--gold); }

img {
  max-width: 100%;
  display: block;
  height: auto;
}

ul { list-style: none; }

::selection {
  background: var(--accent);
  color: #fff;
}

/* ââ Layout ââ */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 24px;
}

.section {
  padding-block: 80px;
}

.section-alt {
  background: var(--bg-alt);
}

/* Section Headers */
.section-header {
  margin-bottom: 48px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}
.section-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

.section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  margin-bottom: 10px;
}

.section-sub {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 520px;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   NAVIGATION
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--nav-bg);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
  height: var(--nav-height);
}
.nav.scrolled {
  border-bottom-color: var(--border-light);
  box-shadow: var(--shadow-sm);
}

.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text-heading);
  text-decoration: none;
  letter-spacing: -.02em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.nav-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.nav-logo span { color: var(--accent); }
.nav-logo:hover { color: var(--text-heading); }

.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  color: var(--text-secondary);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
  text-decoration: none;
}
.nav-links a:hover {
  color: var(--text-heading);
  background: var(--accent-soft);
}
.nav-links a.active {
  color: var(--accent);
  background: var(--accent-soft);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--text);
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}
.nav-toggle:hover { background: var(--accent-soft); }
.nav-toggle svg { width: 24px; height: 24px; }

/* Language Switcher */
.lang-switch {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  padding: 2px;
}
.lang-btn {
  display: block;
  padding: 4px 10px;
  font-size: .7rem;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  color: var(--text-muted);
  border-radius: 6px;
  transition: all var(--transition);
  text-decoration: none;
  letter-spacing: .05em;
}
.lang-btn:hover {
  color: var(--text-heading);
}
.lang-btn.active {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 1px 4px rgba(184,51,42,.25);
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--nav-bg);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding: 0;
  }
  .nav-links.open {
    max-height: 400px;
    box-shadow: var(--shadow-lg);
  }
  .nav-links a {
    display: block;
    padding: 16px 24px;
    border-radius: 0;
    border-top: 1px solid var(--border-light);
    font-size: .95rem;
  }
  .nav-toggle { display: block; }
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   HERO â Split Layout
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.hero {
  position: relative;
  margin-top: var(--nav-height);
  overflow: hidden;
  background: linear-gradient(
    150deg,
    var(--bg) 0%,
    #fdf6ee 30%,
    #f6e8cc 70%,
    #eedcb4 100%
  );
}

/* Decorative Thai watermark */
.hero-deco {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(10rem, 22vw, 20rem);
  font-weight: 700;
  color: var(--gold);
  opacity: .06;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding-block: 72px;
  position: relative;
  z-index: 1;
}

.hero-text {
  text-align: left;
}

.hero-badge {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border: 1px solid rgba(200,149,32,.40);
  background: var(--gold-soft);
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  color: var(--text-heading);
  margin-bottom: 16px;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}

.hero-sub {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 0 36px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Image collage */
.hero-images {
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-template-rows: auto auto;
  gap: 10px;
  position: relative;
}

.hero-img-main {
  grid-column: 1 / -1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 16 / 10;
}
.hero-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.hero-img-main:hover img {
  transform: scale(1.03);
}

.hero-img-accent {
  grid-column: 1 / -1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 21 / 8;
}
.hero-img-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transition: transform .6s ease;
}
.hero-img-accent:hover img {
  transform: scale(1.03);
}

/* Hero dark mode */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .hero {
    background: linear-gradient(
      150deg,
      var(--bg) 0%,
      #1e1a14 30%,
      #252016 70%,
      #2a2418 100%
    );
  }
  :root:not([data-theme="light"]) .hero-deco {
    opacity: .04;
  }
}
:root[data-theme="dark"] .hero {
  background: linear-gradient(
    150deg,
    var(--bg) 0%,
    #1e1a14 30%,
    #252016 70%,
    #2a2418 100%
  );
}
:root[data-theme="dark"] .hero-deco {
  opacity: .04;
}

/* Hero mobile */
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 48px;
  }
  .hero-text {
    text-align: center;
  }
  .hero-sub {
    margin-inline: auto;
  }
  .hero-deco {
    font-size: 8rem;
    right: -20px;
    top: 20%;
  }
  .hero-img-main {
    aspect-ratio: 16 / 9;
  }
  .hero-img-accent {
    aspect-ratio: 21 / 7;
  }
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   PAGE HEADER (sub-pages)
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.page-header {
  background: var(--bg-alt);
  padding: calc(var(--nav-height) + 48px) 0 48px;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
}
.page-header h1 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-bottom: 8px;
}
.page-header p {
  color: var(--text-muted);
  font-size: .95rem;
  max-width: 480px;
  margin: 0 auto;
}

/* Page header with background image */
.page-header-img {
  position: relative;
  overflow: hidden;
  background: #1a1208;
  padding: calc(var(--nav-height) + 64px) 0 64px;
  border-bottom: none;
}
.page-header-img .page-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
  z-index: 1;
}
.page-header-img h1 {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.5);
}
.page-header-img p {
  color: rgba(255,255,255,.75);
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   MENU ITEMS â IMAGE CARDS
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.menu-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.menu-item:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.menu-item-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-alt);
}
.menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.menu-item:hover .menu-item-img img {
  transform: scale(1.06);
}
.menu-item-img .menu-item-price-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--accent);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  padding: 5px 14px;
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 8px rgba(0,0,0,.20);
}

.menu-item-body {
  padding: 18px 20px 20px;
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}

.menu-item-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.3;
}

.menu-item-thai {
  display: block;
  font-size: .82rem;
  color: var(--text-muted);
  font-weight: 400;
  margin-top: 1px;
}

.menu-item-price {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--accent);
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-item-desc {
  font-size: .88rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 6px;
}

.menu-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

/* Tags */
.tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: .03em;
  text-decoration: none;
  transition: opacity var(--transition);
}
.tag:hover { opacity: .8; }

.tag-allergen {
  background: var(--tag-allergen-bg);
  color: var(--tag-allergen-text);
}
.tag-vegan {
  background: var(--tag-vegan-bg);
  color: var(--tag-vegan-text);
}
.tag-spicy {
  background: var(--tag-spicy-bg);
  color: var(--tag-spicy-text);
}

/* Menu Category Title */
.menu-category-title {
  font-size: 1.1rem;
  color: var(--gold-dark);
  margin: 40px 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.menu-category-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.menu-category-title:first-of-type {
  margin-top: 0;
}

/* Weekly Special */
.weekly-special {
  background: var(--special-bg);
  border: 1px solid var(--special-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 36px;
}
.weekly-special-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 16px;
}
.weekly-special .menu-item {
  border: none;
  box-shadow: none;
  border-radius: var(--radius);
  background: rgba(255,255,255,.5);
}

/* Allergen Legend (on speisekarte) */
.allergen-legend {
  margin-top: 48px;
  padding: 24px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
}
.allergen-legend h3 {
  font-size: .95rem;
  margin-bottom: 14px;
  color: var(--text-heading);
}
.allergen-legend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 6px;
}
.allergen-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: var(--text-secondary);
  padding: 4px 0;
  text-decoration: none;
  transition: color var(--transition);
}
.allergen-legend-item:hover { color: var(--accent); }
.allergen-legend-item .allergen-letter {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tag-allergen-bg);
  color: var(--text-heading);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  border-radius: 6px;
  flex-shrink: 0;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   ABOUT SECTION
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.about-section {
  background: var(--bg-warm);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 680px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: .95rem;
  line-height: 1.75;
}
.about-text p:last-child { margin-bottom: 0; }

/* Placeholder image for photos not yet available */
.placeholder-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(145deg, var(--bg-alt), var(--bg-warm));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: .85rem;
  border-radius: var(--radius-lg);
}
.placeholder-img span {
  font-size: 2.5rem;
  opacity: .5;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   STANDORTE / LOCATIONS
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.standorte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.standort-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.standort-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.standort-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-alt);
}
.standort-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.standort-card:hover .standort-image img {
  transform: scale(1.04);
}

.standort-info {
  padding: 20px 24px;
}
.standort-info h2, .standort-info h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.standort-address,
.standort-hours,
.standort-days {
  font-size: .88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.standort-address strong,
.standort-hours strong,
.standort-days strong {
  color: var(--text-heading);
  font-weight: 600;
}

.standort-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   PARTYSERVICE / CATERING
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.party-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}

.party-tier {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: box-shadow var(--transition), transform .2s;
}
.party-tier:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.party-tier-header {
  background: linear-gradient(135deg, var(--accent), #8c2520);
  color: #fff;
  padding: 28px 28px 24px;
  text-align: center;
}
.party-tier-header.gold,
.party-tier-header-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}
.party-tier-header h2,
.party-tier-header h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}
.party-tier-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
}

.party-tier-body {
  padding: 28px;
}
.party-tier-body > p {
  color: var(--text-secondary);
  font-size: .92rem;
  line-height: 1.65;
  margin-bottom: 16px;
}

.party-tier-price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  text-align: center;
  margin-bottom: 20px;
}

.party-tier-body h4 {
  font-size: .75rem;
  font-family: 'Space Grotesk', sans-serif;
  color: var(--text-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.party-dishes {
  display: grid;
  gap: 6px;
}
.party-dishes li {
  font-size: .9rem;
  color: var(--text);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.party-dishes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* Party Form */
.party-form {
  max-width: 640px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 36px;
}
.party-form h2 {
  font-size: 1.3rem;
  margin-bottom: 28px;
  text-align: center;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   FORMS
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: 600;
  font-size: .85rem;
  color: var(--text-heading);
  margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: .92rem;
  color: var(--text);
  background: var(--input-bg);
  border: 1.5px solid var(--input-border);
  border-radius: var(--radius-sm);
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--input-focus);
}

textarea { min-height: 120px; resize: vertical; }

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%237a6e5e' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
}

input.error, select.error, textarea.error {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--input-focus);
}

/* ââ Buttons ââ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .01em;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(184,51,42,.20);
}
.btn-primary:hover {
  background: var(--accent-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(184,51,42,.28);
}
.btn-gold {
  background: var(--gold);
  color: #1a1208;
  box-shadow: 0 2px 8px rgba(200,149,32,.20);
}
.btn-gold:hover {
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-2px);
}
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 2px 8px rgba(37,211,102,.20);
}
.btn-whatsapp:hover {
  background: #1eb851;
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
  box-shadow: none;
}
.btn-outline:hover {
  background: var(--accent);
  color: #fff;
}

/* Alerts */
.alert {
  padding: 16px 24px;
  border-radius: var(--radius);
  font-size: .9rem;
  margin-bottom: 24px;
  transition: opacity .3s, transform .3s;
}
.alert-success {
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid var(--green);
}
.alert-error {
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid var(--accent);
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   CONTACT
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 48px;
}

.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.contact-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--accent);
  color: inherit;
}
.contact-card .contact-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  border-radius: var(--radius);
  font-size: 1.3rem;
  flex-shrink: 0;
}
.contact-card-wa .contact-icon {
  background: rgba(37,211,102,.08);
}
.contact-card strong {
  display: block;
  font-size: .9rem;
  color: var(--text-heading);
  margin-bottom: 2px;
}
.contact-card p {
  color: var(--text-muted);
  font-size: .85rem;
  margin: 0;
}

.contact-form {
  max-width: 640px;
  margin: 0 auto;
}
.contact-form h2 {
  font-size: 1.3rem;
  margin-bottom: 28px;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   ALLERGEN DETAIL PAGE
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.allergen-detail-list {
  display: grid;
  gap: 10px;
}
.allergen-detail-item {
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.allergen-detail-item:target {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold-soft);
}
.allergen-detail-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.allergen-detail-letter {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tag-allergen-bg);
  color: var(--text-heading);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}
.allergen-detail-header h3 {
  font-size: 1rem;
  margin: 0;
}
.allergen-detail-dishes {
  margin-top: 8px;
  padding-left: 48px;
}

/* Allergen table */
.allergen-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: .85rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
}
.allergen-table thead th {
  background: var(--bg-alt);
  padding: 10px 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  border-bottom: 2px solid var(--border);
}
.allergen-table thead th:first-child {
  text-align: left;
  padding-left: 16px;
}
.allergen-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--border-light);
  text-align: center;
  vertical-align: middle;
}
.allergen-table td:first-child {
  text-align: left;
  padding-left: 16px;
}
.allergen-table tr:last-child td { border-bottom: none; }
.allergen-table tr:hover td { background: var(--bg-alt); }
.allergen-cell.allergen-yes {
  color: var(--accent);
  font-size: 1.1rem;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   QR CODES
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  text-align: center;
}
.qr-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  transition: box-shadow var(--transition);
}
.qr-item:hover { box-shadow: var(--shadow-md); }
.qr-item img {
  margin: 0 auto 14px;
  width: 150px;
  height: 150px;
}
.qr-item h4 { font-size: .9rem; margin-bottom: 4px; }
.qr-item p { font-size: .8rem; color: var(--text-muted); }

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   COOKIE BANNER
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid var(--footer-border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.15);
}
.cookie-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-inner p {
  font-size: .85rem;
  flex: 1;
  min-width: 200px;
  line-height: 1.5;
}
.cookie-btn {
  padding: 8px 24px;
  background: var(--gold);
  color: #1a1208;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
  white-space: nowrap;
}
.cookie-btn:hover { background: var(--gold-dark); color: #fff; }

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   FOOTER
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 48px 0 28px;
}
.footer a { color: var(--footer-link); }
.footer a:hover { color: #fff; }

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--footer-border);
  flex-wrap: wrap;
  gap: 20px;
}
.footer-brand { flex-shrink: 0; }
.footer-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #fff;
  letter-spacing: -.01em;
}
.footer-logo span { color: var(--footer-link); }
.footer-tagline {
  font-size: .82rem;
  color: var(--footer-text);
  margin-top: 2px;
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.footer-social a:hover {
  border-color: var(--footer-link);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 17px;
  height: 17px;
  color: var(--footer-text);
}
.footer-social a:hover svg { color: var(--footer-link); }

.footer-links {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.footer-links a {
  font-size: .84rem;
  transition: color var(--transition);
}
.footer-sep {
  color: rgba(255,255,255,.15);
  margin: 0 10px;
}
.footer-bottom {
  text-align: center;
  font-size: .78rem;
  color: rgba(255,255,255,.3);
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   LEGAL PAGES
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.legal-content {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px;
  font-size: .92rem;
  line-height: 1.75;
}
.legal-content h2 {
  font-size: 1.15rem;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}
.legal-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.legal-content h3 {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 8px;
}
.legal-content p {
  margin-bottom: 12px;
  color: var(--text-secondary);
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   ADMIN PANEL
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.admin-login {
  max-width: 400px;
  margin: 120px auto 60px;
  padding: 0 24px;
}
.admin-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.admin-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.admin-nav a {
  padding: 8px 16px;
  font-size: .82rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  background: var(--bg-alt);
  transition: all var(--transition);
  text-decoration: none;
}
.admin-nav a:hover,
.admin-nav a.active {
  color: #fff;
  background: var(--accent);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}
.admin-table th {
  text-align: left;
  padding: 10px 12px;
  background: var(--bg-alt);
  font-size: .78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  border-bottom: 2px solid var(--border);
  font-family: 'Space Grotesk', sans-serif;
}
.admin-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-light);
  vertical-align: top;
}
.admin-table tr:hover td { background: var(--bg-alt); }

.admin-actions {
  display: flex;
  gap: 6px;
}
.admin-btn {
  padding: 5px 12px;
  font-size: .76rem;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
}
.admin-btn:hover { border-color: var(--accent); color: var(--accent); }
.admin-btn.danger { color: var(--accent); border-color: var(--accent-soft); }
.admin-btn.danger:hover { background: var(--accent); color: #fff; }
.admin-btn.success { color: var(--green); }
.admin-btn.success:hover { background: var(--green); color: #fff; }

/* Dish Form (Admin) */
.dish-form { display: grid; gap: 16px; }
.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .82rem;
  padding: 5px 12px;
  background: var(--bg-alt);
  border-radius: 6px;
  cursor: pointer;
  transition: background var(--transition);
}
.checkbox-grid label:hover { background: var(--tag-allergen-bg); }
.checkbox-grid input[type="checkbox"] { accent-color: var(--accent); }

/* Week Planner (Admin) */
.week-planner { display: grid; gap: 16px; }
.week-selector {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.week-btn {
  padding: 8px 16px;
  font-size: .82rem;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
  transition: all var(--transition);
}
.week-btn:hover, .week-btn.active {
  background: var(--gold);
  color: #1a1208;
  border-color: var(--gold);
}

.week-dishes { display: grid; gap: 8px; }
.week-dish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  gap: 12px;
}
.week-dish.special {
  border-color: var(--special-border);
  background: var(--special-bg);
}
.week-dish-name { font-weight: 600; }
.week-dish-type {
  font-size: .72rem;
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}
.week-dish-type.regular { background: var(--bg-alt); color: var(--text-muted); }
.week-dish-type.special { background: var(--gold-soft); color: var(--gold-dark); }

/* ââ Stat Tiles (Admin Dashboard) ââ */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.stat-tile {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.stat-tile .stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}
.stat-tile .stat-label {
  font-size: .82rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   EDITORIAL â Thailand Roots Section
   Magazine-style asymmetric photo layout
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* Cinematic full-bleed image divider */
.cinematic-divider {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 320px;
  max-height: 560px;
  overflow: hidden;
  margin: 0;
}
.cinematic-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cinematic-divider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(12,8,2,.3) 0%,
    transparent 30%,
    transparent 70%,
    rgba(12,8,2,.4) 100%
  );
  pointer-events: none;
}
.cinematic-divider .cinematic-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 24px 32px;
  background: linear-gradient(to top, rgba(12,8,2,.7) 0%, transparent 100%);
  color: rgba(255,255,255,.85);
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  z-index: 1;
}

/* Editorial "Unsere Wurzeln" section */
.editorial-roots {
  padding-block: 80px;
}
.editorial-roots .section-intro {
  max-width: 600px;
  margin-bottom: 64px;
}
.editorial-roots .section-intro .section-eyebrow {
  margin-bottom: 16px;
}
.editorial-roots .section-intro h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.15;
  margin: 0 0 20px;
  text-wrap: balance;
}
.editorial-roots .section-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Asymmetric photo mosaic â the antithesis of a PowerPoint grid */
.photo-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 6px;
}
.photo-mosaic .mosaic-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.photo-mosaic .mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.photo-mosaic .mosaic-item:hover img {
  transform: scale(1.04);
}

/* Mosaic layout: intentionally uneven â large hero image, smaller companions */
.photo-mosaic .mosaic-hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  aspect-ratio: 4 / 3;
}
.photo-mosaic .mosaic-tall {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  aspect-ratio: auto;
}
.photo-mosaic .mosaic-wide {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  aspect-ratio: 4 / 3;
}
.photo-mosaic .mosaic-square {
  aspect-ratio: 1;
}
.photo-mosaic .mosaic-item:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.photo-mosaic .mosaic-item:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

@media (max-width: 640px) {
  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .photo-mosaic .mosaic-hero {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }
  .photo-mosaic .mosaic-tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 3 / 4;
  }
  .photo-mosaic .mosaic-wide {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
  .photo-mosaic .mosaic-item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .photo-mosaic .mosaic-item:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }
  .editorial-roots {
    padding-block: 48px;
  }
  .editorial-roots .section-intro {
    margin-bottom: 40px;
  }
}

/* Editorial quote / pull text */
.editorial-quote {
  position: relative;
  padding: 40px 0;
  margin: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.editorial-quote blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-heading);
  margin: 0;
  text-wrap: balance;
}
.editorial-quote cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: .85rem;
  color: var(--text-muted);
  letter-spacing: .03em;
}

/* Staggered text-image pair â editorial magazine spread */
.editorial-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 64px 0;
}
.editorial-spread.reverse {
  direction: rtl;
}
.editorial-spread.reverse > * {
  direction: ltr;
}
.editorial-spread-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.editorial-spread-img img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.editorial-spread-text {
  padding: 0 8px;
}
.editorial-spread-text .spread-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.editorial-spread-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.25;
  margin: 0 0 16px;
  text-wrap: balance;
}
.editorial-spread-text p {
  font-size: .95rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .editorial-spread {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 40px 0;
  }
  .editorial-spread.reverse {
    direction: ltr;
  }
}

/* Food showcase strip â horizontal scroll on mobile, grid on desktop */
.food-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 48px 0;
}
.food-showcase-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
}
.food-showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.food-showcase-item:hover img {
  transform: scale(1.05);
}
.food-showcase-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 16px 14px;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 100%);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .78rem;
  letter-spacing: .05em;
  font-weight: 600;
}

@media (max-width: 640px) {
  .food-showcase {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââ
   UTILITIES
   ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: 24px; }
.mt-8 { margin-top: 48px; }
.mb-4 { margin-bottom: 24px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ââ Smooth Scroll ââ */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}

/* Scroll margin for anchors */
[id] { scroll-margin-top: calc(var(--nav-height) + 16px); }

/* ââ Print ââ */
@media print {
  .nav, .footer, .cookie-banner, .lang-switch { display: none; }
  body { background: #fff; color: #000; }
  .hero { min-height: auto; background: #f5f5f5; margin-top: 0; }
  .menu-item, .standort-card, .party-tier, .contact-card { break-inside: avoid; }
}
