/* ===================================================================
   L'Amira City — Damaszener Grill, Hamburg Steindamm
   Palette & system derived from the restaurant's own blue Damascene
   tilework and brass lantern chandeliers.
   =================================================================== */

:root {
  /* Color — royal purple + bronze-gold, from the L'Amira crown logo
     (Amira = "Prinzessin": Krone, Königsviolett, Bronze-Gold) */
  --ink:        #3A1B5C;   /* royal purple — dominant brand color */
  --ink-700:    #46236B;   /* lifted royal (final CTA / accents) */
  --ink-600:    #5A3585;   /* card surface on purple */
  --ink-line:   rgba(199, 145, 63, .18);
  --cream:      #F7F2EA;   /* warm ivory */
  --cream-2:    #EFE6D6;
  --sand:       #E6D9C2;
  --brass:      #9E6738;   /* copper bronze (crown / „Amira") */
  --saffron:    #C7913F;   /* gold accent */
  --saffron-2:  #E3B45F;   /* bright gold highlight */
  --lilac:      #B79DD4;   /* soft lavender (crown base) */
  --olive:      #6E8B3D;   /* vegetarisch tag */
  --text:       #2A1B33;   /* deep plum-ink on ivory */
  --text-soft:  #6B5E70;   /* muted mauve */
  --paper:      #F1E9DC;   /* ivory text on purple */
  --muted:      #B3A4C6;   /* soft lilac-grey on purple */

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body:    "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Radius & shadow */
  --r:    16px;
  --r-lg: 26px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(42, 18, 64, .10);
  --shadow:    0 18px 50px -18px rgba(42, 18, 64, .38);
  --shadow-lg: 0 40px 90px -30px rgba(42, 18, 64, .58);

  /* Layout */
  --container: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 11vw, 150px);

  /* Damascene tile motif: two overlapping squares = 8-point star */
  --tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='84' viewBox='0 0 84 84'%3E%3Cg fill='none' stroke='%23C7913F' stroke-width='1'%3E%3Crect x='24' y='24' width='36' height='36'/%3E%3Crect x='24' y='24' width='36' height='36' transform='rotate(45 42 42)'/%3E%3Ccircle cx='42' cy='42' r='4.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }

body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--cream);
  padding: 12px 18px; border-radius: 0 0 var(--r) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Shared typographic pieces ---------- */
.eyebrow {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--saffron-2);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .6;
}
.eyebrow-dark { color: #8A5A2B; }

.section-title {
  font-family: var(--display);
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -.015em;
  color: var(--ink);
}
.section-title.light { color: var(--cream); }

.section-intro {
  margin-top: 22px;
  max-width: 48ch;
  font-size: 1.08rem;
  color: var(--muted);
}
.section-intro-dark { color: var(--text-soft); }
.section-intro a, .faq-answer a {
  color: var(--saffron-2); font-weight: 700;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-thickness: 1px; transition: color .2s;
}
.section-intro-dark a { color: var(--brass); }
.section-intro a:hover, .faq-answer a:hover { color: var(--cream); }
.section-intro-dark a:hover { color: var(--ink); }

.ar {
  font-family: "Amiri", serif;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: var(--r-pill);
  font-family: var(--body);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1.5px solid transparent;
  white-space: nowrap;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s, color .25s, border-color .25s;
  will-change: transform;
}
.btn-icon { font-size: 1.05em; line-height: 1; }

.btn-primary {
  background: linear-gradient(135deg, var(--saffron-2), var(--brass));
  color: #2A1533;
  box-shadow: 0 14px 30px -12px rgba(199,145,63,.55);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -14px rgba(199,145,63,.7); }

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(246, 241, 230, .28);
}
.btn-ghost:hover { border-color: var(--saffron); color: var(--saffron); transform: translateY(-3px); }
.btn-ghost-light { color: var(--cream); }

.btn-wide { width: 100%; justify-content: center; margin-top: 6px; }

.link-arrow {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: var(--brass);
  transition: gap .2s, transform .2s, color .2s;
}
.link-arrow:hover { color: var(--ink); transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(247, 242, 234, .82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(42, 18, 64, .06);
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  background: rgba(247, 242, 234, .95);
  border-bottom-color: rgba(42, 18, 64, .08);
  box-shadow: 0 8px 30px -16px rgba(42, 18, 64, .3);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-logo { height: 46px; width: auto; max-width: none; display: block; }
.brand-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--cream);
  letter-spacing: -.01em;
}

.nav-links { display: flex; gap: 26px; }
.nav-links a {
  color: var(--text);
  font-weight: 600;
  font-size: .96rem;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
  transition: color .2s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--saffron);
  transition: width .25s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: 14px; flex: none; }

.status-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(110, 139, 61, .14);
  border: 1px solid rgba(110, 139, 61, .4);
  color: #4d6b1f;
  font-size: .78rem; font-weight: 700; letter-spacing: .02em;
  white-space: nowrap;
}
.status-pill.closed {
  background: rgba(199, 145, 63, .14);
  border-color: rgba(199, 145, 63, .45);
  color: #8a5a25;
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6fae35; box-shadow: 0 0 0 0 rgba(111,174,53,.6);
  animation: pulse 2.4s infinite;
}
.status-pill.closed .status-dot { background: var(--saffron); animation: none; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(111,174,53,.55); }
  70%  { box-shadow: 0 0 0 8px rgba(111,174,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(111,174,53,0); }
}

.btn-call {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--saffron-2), var(--brass));
  color: #2A1533; font-weight: 700; font-size: .9rem;
  box-shadow: 0 10px 24px -12px rgba(199,145,63,.6);
  white-space: nowrap;
  transition: transform .25s, box-shadow .25s;
}
.btn-call:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(199,145,63,.7); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid rgba(42,18,64,.2);
  border-radius: 12px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--text); transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding-top: clamp(104px, 11vw, 150px);
  padding-bottom: clamp(56px, 9vw, 110px);
  overflow: hidden;
}
.hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 78% 18%, rgba(227,180,95,.28), transparent 60%),
    radial-gradient(50% 50% at 12% 90%, rgba(86,50,128,.95), transparent 70%);
  pointer-events: none;
}
.hero-tiles {
  position: absolute; inset: 0;
  background-image: var(--tile);
  background-size: 84px 84px;
  opacity: .12;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 30%, transparent 75%);
          mask-image: radial-gradient(120% 90% at 50% 0%, #000 30%, transparent 75%);
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-copy { max-width: 36ch; }
.hero-title {
  font-family: var(--display);
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: .98;
  letter-spacing: -.025em;
  color: var(--cream);
}
.hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--saffron);
}
.hero-lead {
  margin-top: 26px;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--muted);
  max-width: 42ch;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-cta.center { justify-content: center; }

.hero-rating {
  display: inline-flex; align-items: center; gap: 11px;
  margin-top: 26px;
  padding: 9px 16px 9px 14px;
  border-radius: var(--r-pill);
  background: rgba(86, 50, 128, .45);
  border: 1px solid var(--ink-line);
  transition: border-color .25s, background .25s, transform .25s;
}
.hero-rating:hover { border-color: rgba(199,145,63,.5); background: rgba(86,50,128,.8); transform: translateY(-2px); }
.hr-stars { color: var(--saffron); letter-spacing: 2px; font-size: .95rem; }
.hr-text { font-size: .9rem; color: var(--muted); }
.hr-text strong { color: var(--cream); font-weight: 800; }

.hero-facts {
  list-style: none; padding: 0;
  margin-top: 34px;
  display: flex; flex-wrap: wrap; gap: 14px 30px;
  border-top: 1px solid var(--ink-line);
  padding-top: 26px;
}
.hero-facts li { font-size: .92rem; color: var(--muted); }
.hero-facts strong { display: block; color: var(--cream); font-size: 1.02rem; font-weight: 700; }

/* Hero media */
.hero-media { position: relative; }
.hero-figure {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(199,145,63,.4);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 3 / 3.7;
  transform: rotate(1.2deg);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(46,19,73,.74);
  backdrop-filter: blur(8px);
  border: 1px solid var(--ink-line);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.hero-badge-k { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--saffron); font-weight: 700; }
.hero-badge-v { font-family: var(--display); font-size: 1.1rem; color: var(--cream); font-weight: 600; }

.hero-chip {
  position: absolute; top: 18px; right: -10px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 700; font-size: .82rem;
  padding: 10px 16px; border-radius: var(--r-pill);
  box-shadow: var(--shadow);
  display: inline-flex; align-items: center; gap: 8px;
  transform: rotate(-3deg);
}
.hero-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--olive); }

/* ---------- Marquee ---------- */
.marquee {
  background: linear-gradient(90deg, var(--brass), var(--saffron) 50%, var(--brass));
  color: #2A1533;
  overflow: hidden;
  padding-block: 14px;
  border-block: 1px solid rgba(42,28,5,.15);
}
.marquee-track {
  display: inline-flex; align-items: center; gap: 26px;
  white-space: nowrap;
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.18rem;
  font-style: italic;
}
.marquee-track .star { font-size: .8rem; font-style: normal; opacity: .65; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section base ---------- */
.section { padding-block: var(--section-y); position: relative; }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 6vw, 70px); }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Story ---------- */
.story { background: var(--cream); }
.story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}
.story-media { position: relative; }
.frame-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid #fff;
  outline: 1px solid rgba(42,18,64,.08);
}
.frame-img img { width: 100%; height: 100%; object-fit: cover; }
.frame-tall { aspect-ratio: 4 / 5; }
.frame-float {
  position: absolute;
  right: -6%; bottom: -12%;
  width: 46%;
  aspect-ratio: 3 / 4;
  border-width: 5px;
  box-shadow: var(--shadow-lg);
}
.story-copy p { margin-top: 18px; color: var(--text-soft); font-size: 1.06rem; max-width: 52ch; }
.story-copy p:first-of-type { margin-top: 26px; }
.story-copy strong { color: var(--ink); font-weight: 700; }

.story-stats {
  display: grid; grid-template-columns: repeat(3, auto);
  gap: 26px; margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(42,18,64,.14);
  justify-content: start;
}
.story-stats dt {
  font-family: var(--display);
  font-size: 1.5rem; font-weight: 600; color: var(--brass);
  line-height: 1;
}
.story-stats dd { font-size: .9rem; color: var(--text-soft); margin-top: 6px; }

/* ---------- Specialties ---------- */
.specials { background: var(--ink); color: var(--paper); overflow: hidden; }
.specials .hero-tiles { opacity: .07; }
.tiles-faint { mask-image: none; -webkit-mask-image: none; }
.specials > .container { position: relative; z-index: 2; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.card {
  background: var(--ink-600);
  border: 1px solid var(--ink-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s, border-color .35s;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(199,145,63,.45);
}
.card-img { aspect-ratio: 4 / 3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.card:hover .card-img img { transform: scale(1.06); }
.card-body { padding: 24px 24px 28px; }
.card-body h3 {
  font-family: var(--display);
  font-weight: 600; font-size: 1.4rem; color: var(--cream);
  margin-top: 12px;
}
.card-body p { margin-top: 10px; color: var(--muted); font-size: .98rem; }

.tag {
  display: inline-block;
  font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--r-pill);
  background: rgba(199,145,63,.16); color: var(--saffron-2);
  border: 1px solid rgba(199,145,63,.32);
}
.tag-hot { background: rgba(178,58,110,.2); color: #e8a8c8; border-color: rgba(178,58,110,.45); }
.tag-veg { background: rgba(110,139,61,.22); color: #c2d68f; border-color: rgba(110,139,61,.5); }

.specials-cta {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
  margin-top: clamp(40px, 6vw, 64px);
}

/* ---------- Gallery / Mosaic ---------- */
.gallery { background: var(--cream-2); }
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: clamp(12px, 1.8vw, 20px);
}
.mosaic-item {
  overflow: hidden;
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
}
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.mosaic-item:hover img { transform: scale(1.07); }
.m-a { grid-column: span 2; grid-row: span 2; }
.m-b { grid-column: span 2; grid-row: span 1; }
.m-c { grid-column: span 1; grid-row: span 1; }
.m-d { grid-column: span 1; grid-row: span 1; }
.m-e { grid-column: span 2; grid-row: span 1; }

/* ---------- Why ---------- */
.why { background: var(--ink); color: var(--paper); }
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.5vw, 30px);
}
.why-item {
  padding: 30px 26px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(90,53,133,.5), rgba(90,53,133,.18));
  border: 1px solid var(--ink-line);
}
.why-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(199,145,63,.14);
  border: 1px solid rgba(199,145,63,.36);
  color: var(--saffron);
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.why-item h3 { font-family: var(--display); font-weight: 600; font-size: 1.3rem; color: var(--cream); }
.why-item p { margin-top: 10px; color: var(--muted); font-size: .96rem; }

/* ---------- Visit ---------- */
.visit { background: var(--cream); }
.visit-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
}
.visit-block { margin-top: 28px; }
.visit-h {
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: #8A5A2B; font-weight: 800; margin-bottom: 12px;
}
.hours { list-style: none; padding: 0; max-width: 420px; }
.hours li {
  display: flex; justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(42,18,64,.12);
  font-size: 1rem;
}
.hours li span:first-child { color: var(--text-soft); }
.hours li span:last-child { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.hours li.today { color: var(--ink); }
.hours li.today span:first-child { color: var(--brass); font-weight: 700; }

.visit-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.visit-line { font-size: 1.08rem; color: var(--ink); line-height: 1.5; }
.visit-line a { color: var(--ink); border-bottom: 2px solid var(--saffron); }

.visit-map {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid #fff;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  background: #e9eef2;
}
.visit-map iframe { width: 100%; flex: 1 1 auto; min-height: 360px; border: 0; }
.map-link {
  display: block;
  text-align: center;
  padding: 14px 18px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  font-size: .92rem;
  transition: background .25s, color .25s;
}
.map-link:hover { background: var(--ink-700); color: var(--saffron); }

/* ---------- FAQ ---------- */
.faq { background: var(--ink); color: var(--paper); }
.faq-grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}
.faq-head .section-intro { color: var(--muted); }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--ink-600);
  border: 1px solid var(--ink-line);
  border-radius: var(--r);
  padding: 4px 24px;
  transition: border-color .3s, background .3s;
}
.faq-item[open] { border-color: rgba(199,145,63,.42); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 0;
  font-family: var(--display); font-weight: 600; font-size: 1.18rem;
  color: var(--cream);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: none;
  font-family: var(--body); font-weight: 400; font-size: 1.6rem;
  color: var(--saffron); line-height: 1;
  transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 0 22px; }
.faq-answer p { color: var(--muted); font-size: 1.02rem; }
.faq-answer strong { color: var(--paper); }

/* ---------- Speisekarte / Menu ---------- */
.menu-section { background: var(--cream); }
.menu-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.menu-cat + .menu-cat { margin-top: 42px; }
.menu-cat-title {
  font-family: var(--display); font-weight: 600;
  font-size: 1.5rem; color: var(--ink);
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 14px; margin-bottom: 6px;
  border-bottom: 2px solid rgba(58, 27, 92, .12);
}
.menu-cat-title::before { content: "✦"; color: var(--saffron); font-size: .85rem; }
.menu-list { list-style: none; padding: 0; }
.menu-item { padding: 16px 0; border-bottom: 1px solid rgba(58, 27, 92, .08); }
.menu-item:last-child { border-bottom: none; }
.mi-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.mi-name {
  font-family: var(--display); font-weight: 600;
  font-size: 1.18rem; color: var(--ink); line-height: 1.25;
}
.mi-price {
  font-weight: 800; font-size: 1.1rem; color: #8A5A2B;
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.mi-desc { margin-top: 7px; color: var(--text-soft); font-size: .98rem; max-width: 54ch; }
.mi-tag {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  font-family: var(--body); font-size: .6rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--olive); background: rgba(110, 139, 61, .14);
  border: 1px solid rgba(110, 139, 61, .45);
  padding: 3px 9px; border-radius: var(--r-pill);
}
.mi-tag-gold { color: #8A5A2B; background: rgba(199, 145, 63, .14); border-color: rgba(199, 145, 63, .45); }
.menu-item-feature {
  margin-top: 10px; padding: 20px;
  border-radius: var(--r);
  background: rgba(199, 145, 63, .08);
  border: 1px solid rgba(199, 145, 63, .32);
}
.menu-foot { margin-top: clamp(34px, 5vw, 56px); text-align: center; }
.menu-note { color: var(--text-soft); font-size: .85rem; margin-bottom: 22px; }
.menu-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost-dark { color: var(--ink); border-color: rgba(58, 27, 92, .28); }
.btn-ghost-dark:hover { border-color: var(--saffron); color: var(--brass); transform: translateY(-3px); }

/* ---------- Reviews / Social proof ---------- */
.reviews { background: var(--cream-2); }
.reviews-head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.reviews-intro .section-intro { margin-top: 18px; }

.rating-badge {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
  padding: 30px 26px;
  border-radius: var(--r-lg);
  background: var(--ink);
  background-image: var(--tile);
  background-size: 84px 84px, auto;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(199,145,63,.34);
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.rating-badge::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(80% 70% at 50% 0%, rgba(227,180,95,.28), transparent 65%);
}
.rating-badge > * { position: relative; z-index: 1; }
.rating-badge:hover { transform: translateY(-4px); box-shadow: 0 50px 100px -30px rgba(42,18,64,.7); }
.rb-num {
  font-family: var(--display); font-weight: 600;
  font-size: 4rem; line-height: 1; color: var(--saffron);
  font-variant-numeric: tabular-nums;
}
.rb-stars { color: var(--saffron); letter-spacing: 4px; font-size: 1.2rem; }
.rb-meta { color: var(--muted); font-size: .86rem; line-height: 1.45; margin-top: 4px; }
.rb-cta {
  margin-top: 14px;
  font-weight: 700; font-size: .9rem; color: var(--cream);
  border-bottom: 2px solid var(--saffron); padding-bottom: 2px;
  transition: color .2s;
}
.rating-badge:hover .rb-cta { color: var(--saffron); }

.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.review-card {
  background: #fff;
  border: 1px solid rgba(42,18,64,.08);
  border-radius: var(--r-lg);
  padding: 28px 28px 24px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.rc-stars { color: var(--saffron); letter-spacing: 3px; font-size: 1.05rem; }
.review-card blockquote {
  margin: 16px 0 22px;
  font-family: var(--display);
  font-weight: 400; font-size: 1.1rem; line-height: 1.5;
  color: var(--ink);
  flex: 1;
}
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.rc-avatar {
  width: 42px; height: 42px; flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--saffron-2), var(--brass));
  color: #2A1533; font-weight: 800; font-size: 1.05rem;
  font-family: var(--display);
}
.rc-who { display: flex; flex-direction: column; line-height: 1.25; }
.rc-name { font-weight: 700; color: var(--text); font-size: .98rem; }
.rc-src { font-size: .76rem; color: var(--text-soft); letter-spacing: .02em; }

/* ---------- Final CTA ---------- */
.final-cta {
  position: relative;
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(227,180,95,.24), transparent 60%),
    var(--ink-700);
  color: var(--cream);
  text-align: center;
  padding-block: clamp(70px, 10vw, 130px);
  overflow: hidden;
}
.final-cta .hero-tiles { opacity: .08; }
.final-inner { position: relative; z-index: 2; }
.final-title {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05; letter-spacing: -.02em;
  color: var(--cream);
  margin-top: 8px;
}
.final-cta .hero-cta { margin-top: 36px; }

/* ---------- Footer ---------- */
.site-footer { background: #1E0F36; color: var(--muted); padding-top: clamp(54px, 7vw, 84px); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-logo { display: inline-flex; align-items: center; gap: 12px; }
.footer-logo img { height: 44px; width: auto; }
.footer-brand .brand-name { font-size: 1.7rem; color: var(--cream); font-family: var(--display); font-weight: 600; }
.footer-brand p { margin-top: 14px; max-width: 38ch; font-size: .96rem; }
.footer-col h3 {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 16px; font-weight: 800;
}
.footer-col a, .footer-col p { display: block; color: var(--muted); font-size: .96rem; margin-bottom: 9px; transition: color .2s; }
.footer-col a:hover { color: var(--saffron); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  padding-block: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .86rem;
}
.footer-legal { display: flex; gap: 22px; }
.footer-legal a:hover { color: var(--saffron); }

/* ---------- Legal pages (Impressum / Datenschutz) ---------- */
.legal { background: var(--cream); padding-block: clamp(40px, 7vw, 90px); }
.legal .container { max-width: 800px; }
.legal-back { color: var(--brass); font-weight: 700; }
.legal h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--ink);
  margin: 18px 0 8px; letter-spacing: -.02em;
}
.legal h2 {
  font-family: var(--display); font-weight: 600; font-size: 1.4rem;
  color: var(--ink); margin: 36px 0 10px;
}
.legal p, .legal li { color: var(--text-soft); margin-bottom: 10px; font-size: 1.02rem; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--brass); border-bottom: 1px solid currentColor; }
.legal .todo { background: #fff6e2; border: 1px solid var(--saffron); border-radius: 10px; padding: 10px 14px; color: #6b4e12; font-size: .92rem; }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 460px; margin-inline: auto; order: -1; }
  .hero-copy { max-width: none; }
  .story-grid { grid-template-columns: 1fr; }
  .frame-float { position: relative; right: 0; bottom: 0; width: 60%; margin-top: -10%; margin-left: auto; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .reviews-head { grid-template-columns: 1fr; }
  .rating-badge { max-width: 360px; }
  .menu-grid { grid-template-columns: 1fr; gap: 8px; }
  .menu-col + .menu-col { margin-top: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Hide the "geöffnet" status pill on mid-width screens to keep the header on one line */
@media (max-width: 1279px) {
  .status-pill { display: none; }
}

@media (max-width: 1024px) {
  .nav-links {
    position: fixed; top: 0; right: 0;
    height: 100vh; height: 100dvh;
    width: min(82vw, 330px);
    background: rgba(46, 19, 73, .98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column; justify-content: center; align-items: flex-start;
    gap: 4px; padding: 96px 40px 40px;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.2,.7,.3,1);
    box-shadow: var(--shadow-lg);
    overscroll-behavior: contain;
    z-index: 80;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.4rem; padding: 14px 0; color: var(--paper); }
  .nav-links a:hover { color: var(--saffron); }
  .nav-toggle { display: inline-flex; }
  .btn-call span:last-child { display: none; }
  .btn-call { padding: 10px 14px; }
  .status-pill .status-text { display: none; }
  .brand-logo { height: 38px; }
  .nav-actions { gap: 11px; }
}

@media (max-width: 620px) {
  .cards { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .m-a { grid-column: span 2; grid-row: span 2; }
  .m-b, .m-e { grid-column: span 2; }
  .visit-contact { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-chip { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .status-dot { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
