/* ================================================================
   LA FATTORIA · Elevated design
   Cream + Ink · Italic Cormorant display + Inter body
   World-class editorial restraint
================================================================ */

:root {
  /* Inks */
  --c-ink:        #1A1614;
  --c-ink-2:      #221D1A;
  --c-ink-soft:   #2A2521;
  --c-text:       #2A2521;
  --c-text-mute:  #756d63;

  /* Creams + paper */
  --c-cream:      #F6F1E5;
  --c-cream-2:    #EFE7D4;
  --c-paper:      #FBF7EE;
  --c-white:      #FFFFFF;

  /* Gold (richer, more confident than before) */
  --c-gold:       #B58F4B;
  --c-gold-soft:  #D4B883;
  --c-gold-deep:  #8A6628;
  --c-gold-light: #E8D3A6;

  /* Bordeaux · reserved accent (used very sparingly) */
  --c-wine:       #7A2828;
  --c-wine-soft:  #95342F;

  /* Lines */
  --c-line:       rgba(26, 22, 20, 0.14);
  --c-line-soft:  rgba(26, 22, 20, 0.06);
  --c-line-dark:  rgba(255, 255, 255, 0.10);

  /* Typography */
  --ff-display: 'Cormorant Garamond', 'EB Garamond', 'Times New Roman', serif;
  --ff-body:    'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Geometry */
  --container: 1240px;
  --header-h:  104px;

  /* Motion */
  --ease:      cubic-bezier(.25,.46,.45,.94);
  --ease-out:  cubic-bezier(.2,.7,.2,1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--c-ink);
  margin: 0; padding: 0;
  overflow-x: clip;
}
body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0; padding: 0; border: 0;
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "calt", "ss01";
  font-variant-ligatures: common-ligatures contextual;
}
/* OpenType: numerals & ligatures across display + UI */
h1, h2, h3, h4, .menu-item .name, blockquote, .about-quote, .footer-signoff {
  font-feature-settings: "kern", "liga", "dlig", "calt";
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
}
.price, .pizza-sizes .price, .events-stats .num,
.kontakt-hours dt, .kontakt-hours dd, .footer-bottom,
.contact-card .contact-line {
  font-variant-numeric: oldstyle-nums tabular-nums;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }

::selection { background: var(--c-gold); color: var(--c-ink); }
:focus-visible { outline: 2px solid var(--c-gold-deep); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--c-ink); color: #fff; padding: .75rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

#top { display: block; height: 0; line-height: 0; font-size: 0; }
main { margin: 0; padding: 0; display: block; }

/* =====================================================
   PAPER TEXTURE · subtle film grain on cream surfaces
   ===================================================== */
.section-paper, .section-cream, .section-cream-2, .contact, #ueber-uns {
  position: relative;
}
.section-paper::before,
.section-cream::before,
.section-cream-2::before,
.contact::before,
#ueber-uns::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .42  0 0 0 0 .35  0 0 0 0 .28  0 0 0 .14 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}

/* =====================================================
   TYPOGRAPHY
   ===================================================== */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  color: var(--c-ink);
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.012em;
}
h1 {
  font-size: clamp(2.6rem, 9vw, 6.5rem);
  font-style: normal;
  font-weight: 400;
  text-wrap: balance;
}
h2 {
  font-size: clamp(2.1rem, 6vw, 4.6rem);
  font-style: normal;
  font-weight: 400;
  text-wrap: balance;
}
h3, p { text-wrap: pretty; }
h2 em, h1 em { font-style: italic; font-weight: 400; }
h3 { font-size: 1.45rem; font-style: italic; font-weight: 500; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
}

.section-head { text-align: center; margin-bottom: clamp(3rem, 5vw, 4.5rem); position: relative; }
.section-head .eyebrow { margin-bottom: 1.25rem; }
.section-head h2 { margin: 0; }
.section-head .lede,
.section-head p.lede {
  margin: 1.5rem auto 0;
  max-width: 54ch;
  color: var(--c-text-mute);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* Plate ornament · refined horizontal flourish */
.ornament {
  display: block;
  width: 96px;
  height: 12px;
  margin: 1.5rem auto 0;
  color: var(--c-gold);
  opacity: .9;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 1rem 1.75rem;
  font-family: var(--ff-body);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    background 300ms var(--ease),
    color 300ms var(--ease),
    border-color 300ms var(--ease),
    transform 300ms var(--ease),
    box-shadow 400ms var(--ease);
  cursor: pointer;
  will-change: transform;
}
.btn-primary {
  background: var(--c-ink);
  color: #fff;
  box-shadow: 0 12px 28px -16px rgba(26,22,20,.5);
}
.btn-primary:hover {
  background: var(--c-gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 20px 36px -16px rgba(138,102,40,.55);
}
.btn-ghost { border-color: var(--c-line); color: var(--c-ink); background: transparent; }
.btn-ghost:hover { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
.btn-ghost-light {
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(2px);
}
.btn-ghost-light:hover {
  background: #fff;
  color: var(--c-ink);
  border-color: #fff;
}
.btn-sm { padding: .65rem 1.1rem; font-size: .68rem; }
.btn-arrow span { transition: transform 300ms var(--ease); display: inline-block; }
.btn-arrow:hover span { transform: translateX(4px); }

/* =====================================================
   HEADER
   ===================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--header-h);
  display: flex; align-items: center;
  transition:
    background 400ms var(--ease),
    backdrop-filter 400ms var(--ease),
    box-shadow 400ms var(--ease),
    color 400ms var(--ease),
    height 400ms var(--ease);
}
.site-header.is-on-hero { color: #fff; }
.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  box-shadow:
    0 1px 0 var(--c-line-soft),
    0 16px 40px -28px rgba(26,22,20,.30);
  color: var(--c-ink);
  height: 76px;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}
.nav-left, .nav-right {
  display: flex;
  gap: clamp(1.75rem, 3vw, 3rem);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.nav-left { justify-content: flex-end; padding-right: .5rem; }
.nav-right { justify-content: flex-start; padding-left: .5rem; align-items: center; }
.nav-left a, .nav-right a {
  position: relative;
  padding: .5rem 0;
  transition: color 240ms var(--ease);
}
.nav-left a::after, .nav-right a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%;
  bottom: .25rem;
  height: 1px;
  background: currentColor;
  opacity: .7;
  transition: right 320ms var(--ease);
}
.nav-left a:hover, .nav-right a:hover { color: var(--c-gold-soft); }
.site-header.is-scrolled .nav-left a:hover,
.site-header.is-scrolled .nav-right a:hover { color: var(--c-gold-deep); }
.nav-left a:hover::after, .nav-right a:hover::after { right: 0; }

.brand {
  display: inline-flex;
  align-items: center; justify-content: center;
  line-height: 1; color: inherit;
}
.brand-logo {
  height: clamp(64px, 6.2vw, 80px);
  width: auto;
  display: block;
  transition: filter 400ms var(--ease), height 400ms var(--ease);
}
.site-header.is-on-hero .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.35));
}
.site-header.is-scrolled .brand-logo { height: 56px; }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid currentColor;
  color: inherit;
  margin-left: 1.25rem;
  opacity: .85;
  transition: background 240ms, color 240ms, border-color 240ms, opacity 240ms;
}
.icon-btn:hover { background: currentColor; opacity: 1; }
.icon-btn:hover svg { stroke: var(--c-ink); }
.site-header.is-on-hero .icon-btn:hover svg { stroke: var(--c-ink); }
.icon-btn svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

.burger { display: none; background: none; border: 0; padding: .5rem; }
.burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: currentColor;
  margin: 5px 0;
  transition: transform 240ms var(--ease), opacity 240ms var(--ease);
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .nav-left { display: none; }
  .nav-right { justify-content: flex-end; padding-left: 0; }
  .nav-right > a { display: none; }
  .burger { display: block; }
  .icon-btn { display: none; }
  :root { --header-h: 76px; }
  .brand-logo { height: 50px; }
  .site-header.is-scrolled { height: 62px; }
  .site-header.is-scrolled .brand-logo { height: 44px; }
}

.mobile-menu {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 49;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  padding: 3rem 2rem;
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  padding-left: max(2rem, env(safe-area-inset-left));
  padding-right: max(2rem, env(safe-area-inset-right));
  transform: translateY(calc(-100% - var(--header-h) - 4px));
  transition: transform 400ms var(--ease);
  display: flex; flex-direction: column; gap: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-menu[data-open="true"] { transform: translateY(0); }
.mobile-menu ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 1.4rem;
}
.mobile-menu a {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.85rem;
  color: var(--c-ink);
}
.mobile-menu .menu-foot {
  margin-top: auto;
  font-size: .85rem;
  color: var(--c-text-mute);
  display: flex; flex-direction: column; gap: .5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line-soft);
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative;
  height: 100vh;             /* fallback */
  height: 100svh;            /* shorter URL bar */
  height: 100dvh;            /* dynamic viewport, latest */
  min-height: 640px;
  max-height: 1100px;        /* don't let it dominate tall portrait screens */
  overflow: hidden;
  background: var(--c-ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slides {
  position: absolute; inset: 0;
  will-change: transform;
}
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1600ms var(--ease);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroZoom 14s ease-out forwards;
  animation-play-state: paused;
}
.hero-slide.is-active {
  opacity: 1;
  animation-play-state: running;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.10); }
}

/* Cinematic gradient · strong center vignette for legibility */
.hero-vignette {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* Center darkening behind the headline */
    radial-gradient(ellipse 75% 60% at 50% 50%, rgba(0,0,0,.62) 0%, rgba(0,0,0,.42) 55%, rgba(0,0,0,.18) 100%),
    /* Top + bottom frame */
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.30) 28%, rgba(0,0,0,.30) 72%, rgba(0,0,0,.65) 100%),
    /* Flat floor to guarantee minimum contrast */
    rgba(0,0,0,.12);
}

.hero-bottom {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 1.25rem;
}
.hero-bottom .eyebrow {
  color: var(--c-gold-light);
  letter-spacing: .32em;
  text-shadow: 0 1px 14px rgba(0,0,0,0.65);
}
.hero-bottom h1 {
  color: #fff;
  margin-top: 1.25rem;
  text-shadow:
    0 2px 30px rgba(0,0,0,0.55),
    0 1px 3px rgba(0,0,0,0.5);
  letter-spacing: -.015em;
}
.hero-bottom h1 em {
  color: var(--c-gold-light);
  font-style: italic;
}
.hero-sub {
  max-width: 32ch;
  margin: 1.5rem auto 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 1px 14px rgba(0,0,0,0.6);
}
.hero-bottom .ctas {
  margin-top: 2.5rem;
  display: flex; gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Slideshow dots — visual is thin, hit-area is 44x44 (touch target) */
.hero-dots {
  position: absolute;
  bottom: max(1.75rem, env(safe-area-inset-bottom, 1.75rem));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .2rem;
  z-index: 3;
}
.hero-dots button {
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.hero-dots button::before {
  content: '';
  position: absolute;
  left: 4px; right: 4px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.35);
  transition: background 300ms var(--ease), height 300ms var(--ease);
}
.hero-dots button:hover::before { background: rgba(255,255,255,.6); }
.hero-dots button.is-active::before {
  background: var(--c-gold-light);
  height: 3px;
}

/* Scroll cue */
.hero-scroll {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3rem);
  bottom: clamp(2.5rem, 6vh, 4rem);
  z-index: 3;
  color: rgba(255,255,255,.7);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: .9rem;
  letter-spacing: .04em;
  transition: color 240ms;
}
.hero-scroll:hover { color: #fff; }
.hero-scroll svg {
  animation: scrollBounce 2.4s ease-in-out infinite;
  opacity: .85;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: .85; }
  50%      { transform: translateY(6px); opacity: 1; }
}
@media (max-width: 700px) { .hero-scroll { display: none; } }

/* =====================================================
   MARQUEE · italian phrases strip
   ===================================================== */
.marquee {
  background: var(--c-ink);
  padding: 1.2rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
  position: relative;
  z-index: 1;
}
.marquee::before,
.marquee::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(40px, 8vw, 120px);
  z-index: 2;
  pointer-events: none;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--c-ink) 0%, rgba(26,22,20,0) 100%);
}
.marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--c-ink) 0%, rgba(26,22,20,0) 100%);
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 70s linear infinite;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.62);
  width: max-content;
  letter-spacing: .01em;
}
.marquee-track > span {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
}
.marquee-track > span::after {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-gold);
  margin-left: 2rem;
  opacity: .85;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }

/* =====================================================
   SECTION BASES
   ===================================================== */
section {
  padding: clamp(5rem, 10vh, 8rem) 0;
  position: relative;
}
.section-cream    { background: var(--c-cream); }
.section-cream-2  { background: var(--c-cream-2); }
.section-paper    { background: var(--c-paper); }
.section-white    { background: var(--c-white); }
.section-dark {
  background: var(--c-ink);
  color: rgba(255,255,255,0.78);
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark h2 em { color: var(--c-gold-light); }
.section-dark p { color: rgba(255,255,255,0.78); }
.section-dark .eyebrow { color: var(--c-gold-soft); }
.section-dark .ornament { color: var(--c-gold-soft); }

/* =====================================================
   SAISON / EMPFEHLUNGEN
   ===================================================== */
#saison .container { position: relative; z-index: 1; }

.specials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
}
.special-item {
  position: relative;
  display: flex; flex-direction: column;
  padding: 3rem 2.25rem 2.5rem;
  background: var(--c-white);
  text-align: left;
  transition:
    transform 600ms var(--ease),
    box-shadow 600ms var(--ease);
  box-shadow:
    0 1px 0 var(--c-line-soft),
    inset 0 0 0 1px var(--c-line-soft);
}
/* Refined corner ornaments · gold L brackets */
.special-item::before,
.special-item::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  border: 1px solid var(--c-gold);
  opacity: .55;
  transition: opacity 600ms var(--ease), width 600ms var(--ease), height 600ms var(--ease);
  pointer-events: none;
}
.special-item::before {
  top: 14px; left: 14px;
  border-right: 0; border-bottom: 0;
}
.special-item::after {
  bottom: 14px; right: 14px;
  border-left: 0; border-top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .special-item:hover {
    transform: translateY(-8px);
    box-shadow:
      0 50px 80px -30px rgba(26,22,20,0.28),
      0 1px 0 var(--c-line-soft),
      inset 0 0 0 1px var(--c-line-soft);
  }
  .special-item:hover::before,
  .special-item:hover::after {
    width: 22px; height: 22px;
    opacity: .9;
  }
}
.special-item .num {
  display: block;
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--c-gold);
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 1.75rem;
  letter-spacing: -.01em;
  transition: transform 500ms var(--ease), color 500ms var(--ease);
  transform-origin: left center;
}
.special-item:hover .num {
  transform: scale(1.12);
  color: var(--c-gold-deep);
}
.special-item h3 {
  margin: 0 0 1rem;
  font-size: 1.65rem;
  line-height: 1.2;
  position: relative;
  padding-bottom: .75rem;
}
.special-item h3::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 1px;
  width: 28px;
  background: var(--c-gold);
  transition: width 500ms var(--ease) 80ms;
}
.special-item:hover h3::after { width: 64px; }
.special-item p {
  font-size: .95rem;
  color: var(--c-text-mute);
  margin-bottom: 2rem;
  line-height: 1.65;
  flex: 1;
}
.special-item .price {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--c-ink);
  display: block;
  padding-top: 1.25rem;
  border-top: 1px solid var(--c-line);
  font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
  .specials-grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
}

.specials-cta {
  text-align: center;
  margin-top: clamp(2.75rem, 5vw, 4rem);
}

/* =====================================================
   ÜBER UNS / ABOUT
   ===================================================== */
#ueber-uns {
  background: var(--c-white);
  overflow: hidden;
}
#ueber-uns .container { position: relative; z-index: 1; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.about-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--c-cream);
  margin: 0;
}
.about-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(0.55) sepia(0.18) brightness(0.85) contrast(1.08);
  transition: filter 800ms var(--ease), transform 1400ms var(--ease);
}
.about-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,22,20,0) 45%, rgba(26,22,20,0.55) 100%);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .about-photo:hover img {
    filter: grayscale(0.25) sepia(0.10) brightness(0.95) contrast(1.04);
    transform: scale(1.05);
  }
  .about-media:hover::before {
    transform: translate(-6px, -6px);
    opacity: .65;
  }
}
/* Heritage badge on photo */
.about-year {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.1rem .9rem;
  background: rgba(248,244,236,.96);
  color: var(--c-ink);
  font-family: var(--ff-display);
  border: 1px solid rgba(181,143,75,.35);
  letter-spacing: .02em;
}
.about-year span {
  font-size: .58rem;
  font-family: var(--ff-body);
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-bottom: .15rem;
}
.about-year strong {
  font-weight: 500;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
}
.about-tag {
  position: absolute;
  left: 1.5rem; bottom: 1.25rem;
  z-index: 2;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: .005em;
}

.about-text h2 { margin: .75rem 0 1.75rem; }
.about-text .lead {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--c-ink-soft);
  margin-bottom: 1.25rem;
}
.about-text p { color: var(--c-text-mute); }

.about-quote {
  position: relative;
  margin: 2.5rem 0 0;
  padding: 1.25rem 0 0 2.75rem;
  border-top: 1px solid var(--c-line);
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--c-ink);
}
.about-quote .quote-mark {
  position: absolute;
  left: 0;
  top: .65rem;
  font-size: 3.5rem;
  line-height: 0;
  color: var(--c-gold);
  font-style: italic;
  opacity: .8;
}
.about-quote cite {
  display: block;
  margin-top: .85rem;
  font-style: normal;
  font-family: var(--ff-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-quote { padding-left: 2.25rem; font-size: 1.25rem; }
}

/* =====================================================
   SPEISEKARTE / MENU
   ===================================================== */
#speisekarte {
  overflow: hidden;
  padding-block: clamp(4rem, 8vh, 7rem);
}
#speisekarte .container { position: relative; z-index: 1; }
#speisekarte .section-head { margin-bottom: clamp(2.5rem, 4vw, 3.5rem); }

.menu-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 0 auto 3rem;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid var(--c-line-soft);
  scroll-snap-type: x proximity;
  scroll-padding-inline: 1rem;
}
/* Fade-mask on small screens to hint horizontal scroll */
@media (max-width: 760px) {
  .menu-tabs {
    -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 36px), transparent 100%);
            mask-image: linear-gradient(to right, black 0, black calc(100% - 36px), transparent 100%);
  }
}
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab {
  background: none;
  border: 0;
  padding: .95rem .25rem;
  color: var(--c-text-mute);
  transition: color 260ms var(--ease);
  white-space: nowrap;
  scroll-snap-align: center;
  flex-shrink: 0;
  position: relative;
}
.menu-tab:hover { color: var(--c-ink); }
.menu-tab[aria-selected="true"] { color: var(--c-ink); }
.menu-tabs-bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--c-gold);
  transition: transform 420ms var(--ease), width 420ms var(--ease);
  pointer-events: none;
}
@media (max-width: 700px) {
  .menu-tabs { justify-content: flex-start; padding-inline: 1.25rem; }
}

.menu-panel {
  display: none;
  max-width: 880px;
  margin-inline: auto;
  background: var(--c-white);
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow:
    0 50px 100px -50px rgba(26,22,20,0.22),
    0 1px 0 var(--c-line-soft),
    inset 0 0 0 1px var(--c-line-soft);
  position: relative;
}
/* gold inset frame */
.menu-panel::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(181,143,75,.18);
  pointer-events: none;
}
.menu-panel.is-active { display: block; animation: fadeUp 500ms var(--ease); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

.menu-list { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.menu-list + .menu-subhead { margin-top: 2.75rem; }
.menu-subhead {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--c-ink);
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--c-line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.menu-subhead small {
  font-family: var(--ff-body);
  font-style: normal;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-text-mute);
}
.menu-panel > .menu-subhead:first-child { margin-top: 0; }

.menu-item {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--c-line-soft);
  transition: padding-left 280ms var(--ease);
}
.menu-item:last-child { border-bottom: 0; }
@media (hover: hover) and (pointer: fine) {
  .menu-item:hover { padding-left: .35rem; }
}

.menu-item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  position: relative;
}
.menu-item-row::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: .42em;
  border-bottom: 1px dotted var(--c-line);
  z-index: 0;
}
.menu-item .name {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--c-ink);
  background: var(--c-white);
  padding-right: .65rem;
  position: relative; z-index: 1;
  transition: color 240ms var(--ease);
  line-height: 1.25;
}
.menu-item:hover .name { color: var(--c-gold-deep); }
.menu-item .price {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--c-gold-deep);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  background: var(--c-white);
  padding-left: .65rem;
  position: relative; z-index: 1;
}
.menu-item .desc {
  display: block;
  margin-top: .4rem;
  font-size: .92rem;
  color: var(--c-text-mute);
  line-height: 1.55;
  max-width: 56ch;
}
.menu-item .desc small { font-size: .8rem; opacity: .8; }

.pizza-sizes {
  display: flex;
  gap: 1rem;
  background: var(--c-white);
  padding-left: .65rem;
  position: relative; z-index: 1;
}
.pizza-sizes .price {
  font-size: 1.08rem;
  background: transparent;
  padding-left: 0;
  min-width: 5ch;
  text-align: right;
}

.pizza-head {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--c-line-soft);
  margin-bottom: .25rem;
}
.pizza-head span {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-text-mute);
  min-width: 5ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.pizza-extra {
  margin-top: 1.75rem;
  text-align: center;
  font-size: .88rem;
  color: var(--c-text-mute);
  font-style: italic;
  font-family: var(--ff-display);
}

.menu-foot-note {
  text-align: center;
  margin-top: 2.5rem;
  font-size: .9rem;
  color: var(--c-text-mute);
}
.menu-foot-note a {
  color: var(--c-gold-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 240ms;
}
.menu-foot-note a:hover { color: var(--c-ink); }

/* "scharf" tag · refined wine-red */
.menu-item .name em {
  display: inline-block;
  margin-left: .55rem;
  font-family: var(--ff-body);
  font-style: normal;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--c-wine);
  vertical-align: middle;
  background: rgba(122, 40, 40, 0.07);
  padding: .2rem .55rem;
  border: 1px solid rgba(122, 40, 40, 0.18);
  border-radius: 2px;
  position: relative; z-index: 2;
  line-height: 1;
}

/* =====================================================
   CHAMPAGNER · dark luxe treatment
   ===================================================== */
.champagne {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(181,143,75,0.10) 0%, rgba(181,143,75,0) 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(181,143,75,0.06) 0%, rgba(181,143,75,0) 60%),
    var(--c-ink);
  position: relative;
  overflow: hidden;
}
.champagne .container { position: relative; z-index: 2; }

/* Floating champagne bubbles */
.champ-bubbles {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.champ-bubbles span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(232, 211, 166, 0.4);
  box-shadow: inset 0 0 0 1px rgba(212, 184, 131, 0.5);
  opacity: 0;
  animation: bubbleRise 10s linear infinite;
  bottom: -40px;
}
.champ-bubbles span:nth-child(1) { left: 12%; width: 6px;  height: 6px;  animation-delay: 0s;   animation-duration: 11s; }
.champ-bubbles span:nth-child(2) { left: 22%; width: 4px;  height: 4px;  animation-delay: 2.5s; animation-duration: 9s;  }
.champ-bubbles span:nth-child(3) { left: 36%; width: 8px;  height: 8px;  animation-delay: 4s;   animation-duration: 13s; }
.champ-bubbles span:nth-child(4) { left: 48%; width: 3px;  height: 3px;  animation-delay: 1s;   animation-duration: 8s;  }
.champ-bubbles span:nth-child(5) { left: 64%; width: 5px;  height: 5px;  animation-delay: 3s;   animation-duration: 10s; }
.champ-bubbles span:nth-child(6) { left: 78%; width: 7px;  height: 7px;  animation-delay: 5.5s; animation-duration: 12s; }
.champ-bubbles span:nth-child(7) { left: 88%; width: 4px;  height: 4px;  animation-delay: 1.8s; animation-duration: 9.5s; }
.champ-bubbles span:nth-child(8) { left: 56%; width: 9px;  height: 9px;  animation-delay: 6.5s; animation-duration: 14s; }
@keyframes bubbleRise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: .9; }
  85%  { opacity: .7; }
  100% { transform: translateY(-110vh) translateX(20px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .champ-bubbles { display: none; } }

.champagne h2 { color: #fff; }
.champagne h2 em { color: var(--c-gold-light); font-style: italic; }
.champagne .eyebrow { color: var(--c-gold-soft); }
.champagne .ornament { color: var(--c-gold-soft); }
.champagne .lede { color: rgba(255,255,255,.72); }

.champ-list {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.25rem);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0) 50%),
    rgba(255,255,255,0.02);
  border: 1px solid rgba(181,143,75,0.30);
  position: relative;
}
.champ-list::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(181,143,75,0.18);
  pointer-events: none;
}
.champ-head {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid rgba(212,184,131,0.20);
  margin-bottom: .25rem;
}
.champ-head span {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-gold-soft);
  min-width: 5ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.champ-list .menu-list .menu-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.champ-list .menu-list .menu-item:last-child { border-bottom: 0; }
.champ-list .menu-item-row::before {
  border-bottom-color: rgba(212,184,131,0.20);
}
.champ-list .menu-item .name {
  color: #fff;
  font-size: 1.35rem;
  background: transparent;
}
.champ-list .menu-item:hover .name { color: var(--c-gold-light); }
.champ-list .menu-item .price {
  color: var(--c-gold-light);
  background: transparent;
  font-size: 1.15rem;
}
.champ-list .pizza-sizes { background: transparent; }
.champ-list .pizza-sizes .price.champ-mute {
  color: rgba(255,255,255,0.18);
  font-style: normal;
}
.champ-note {
  margin-top: 1.75rem;
  font-size: .82rem;
  color: rgba(255,255,255,0.55);
  text-align: center;
  font-style: italic;
  font-family: var(--ff-display);
  position: relative;
  z-index: 1;
}

/* =====================================================
   EVENTS / FEIERN
   ===================================================== */
.events-section {
  background: var(--c-ink-2);
  position: relative;
  overflow: hidden;
}
.events-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 30%, rgba(181,143,75,0.05) 0%, rgba(181,143,75,0) 70%);
  pointer-events: none;
  z-index: 0;
}
.events-section .container { position: relative; z-index: 1; }

.events-head { text-align: center; margin-bottom: 4rem; }
.events-head .gold-rule {
  display: block;
  margin: 0 auto 1.5rem;
  width: 56px;
  height: 1px;
  background: var(--c-gold);
  opacity: .9;
}
.events-head .eyebrow { margin-bottom: 1.25rem; }
.events-head h2 { line-height: 1.05; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
}
.gallery figure {
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  background: var(--c-cream);
}
.gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1000ms var(--ease), filter 600ms var(--ease);
  filter: brightness(.92) contrast(1.04);
}
@media (hover: hover) and (pointer: fine) {
  .gallery figure:hover img {
    transform: scale(1.06);
    filter: brightness(1) contrast(1);
  }
}
.gallery figure::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.7) 100%);
  pointer-events: none;
}
.gallery figcaption {
  position: absolute;
  bottom: 1.25rem; left: 1.25rem;
  z-index: 2;
  font-family: var(--ff-display);
  font-style: italic;
  color: #fff;
  font-size: 1.15rem;
  text-shadow: 0 1px 12px rgba(0,0,0,0.6);
  letter-spacing: .005em;
}
@media (max-width: 800px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .gallery { grid-template-columns: 1fr; } }

.events-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  max-width: 760px;
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(255,255,255,.14);
  text-align: center;
}
.events-stats .stat {
  display: flex; flex-direction: column;
  align-items: center;
  gap: .75rem;
  position: relative;
}
.events-stats .stat + .stat::before {
  content: '';
  position: absolute;
  left: 0; top: 25%; bottom: 25%;
  width: 1px;
  background: rgba(255,255,255,0.08);
}
.events-stats .num {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  line-height: 1;
  color: var(--c-gold-light);
  letter-spacing: -.01em;
}
.events-stats .lbl {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}
@media (max-width: 600px) {
  .events-stats { grid-template-columns: 1fr; gap: 2rem; }
  .events-stats .stat + .stat::before { display: none; }
  .events-stats .stat + .stat { padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.08); }
}

.events-cta {
  text-align: center;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

/* =====================================================
   KONTAKT · minimal
   ===================================================== */
.contact {
  background: var(--c-white);
  overflow: hidden;
}
.contact .container { position: relative; z-index: 1; }

.contact-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto clamp(3.5rem, 7vw, 5rem);
}
.contact-head h2 { margin: 0; }
.contact-head .ornament {
  margin-top: 1.75rem;
  opacity: .85;
}

/* Phone · split into country code + body for editorial accent */
.contact-phone {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(.45rem, 1.5vw, 1.2rem);
  width: max-content;
  max-width: 100%;
  margin: 0 auto clamp(3.5rem, 7vw, 5.5rem);
  padding: 0 1rem;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 7vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -.005em;
  color: var(--c-ink);
  font-variant-numeric: oldstyle-nums proportional-nums;
  transition: color 320ms var(--ease);
  position: relative;
  text-align: center;
}
.contact-phone-cc {
  font-size: .55em;
  color: var(--c-gold-deep);
  font-style: italic;
  letter-spacing: .04em;
  position: relative;
  top: -.32em;
  white-space: nowrap;
}
.contact-phone-cc em { font-style: italic; }
.contact-phone-rest {
  white-space: nowrap;
  letter-spacing: -.005em;
}
.contact-phone::after {
  content: '';
  position: absolute;
  left: 50%; right: 50%;
  bottom: -.55rem;
  height: 1px;
  background: var(--c-gold);
  transition: left 500ms var(--ease), right 500ms var(--ease), opacity 400ms var(--ease);
  opacity: 0;
}
.contact-phone:hover {
  color: var(--c-gold-deep);
}
.contact-phone:hover .contact-phone-cc { color: var(--c-gold); }
.contact-phone:hover::after {
  left: 0; right: 0;
  opacity: .7;
}

/* Trinity · three plain columns, no borders, no dots */
.contact-trinity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 960px;
  margin: 0 auto;
}
.trinity-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 800px) {
  .contact-trinity { grid-template-columns: 1fr; gap: 2.75rem; max-width: 320px; }
  .trinity-block { align-items: center; text-align: center; }
}

.trinity-label {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-bottom: 1rem;
}
.trinity-block address {
  font-style: normal;
  font-family: var(--ff-display);
  font-size: 1.3rem;
  line-height: 1.35;
  color: var(--c-ink);
  margin: 0 0 1.1rem;
}
.trinity-mail {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--c-ink);
  margin-bottom: 1.1rem;
  word-break: break-word;
  transition: color 240ms;
  letter-spacing: -.005em;
}
.trinity-mail:hover { color: var(--c-gold-deep); }
.trinity-action {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  font-family: var(--ff-body);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  transition: gap 300ms var(--ease), color 240ms;
}
.trinity-action span { transition: transform 280ms var(--ease); display: inline-block; }
.trinity-action:hover {
  color: var(--c-ink);
  gap: .6rem;
}
.trinity-action:hover span { transform: translateX(2px); }

/* Hours · minimal */
.kontakt-hours {
  margin: 0;
  width: 100%;
  display: flex; flex-direction: column;
  gap: .35rem;
}
.kontakt-hours > div {
  display: grid;
  grid-template-columns: 9ch 1fr;
  gap: 1rem;
  font-variant-numeric: oldstyle-nums tabular-nums;
  align-items: baseline;
  padding: .25rem 0;
  position: relative;
  line-height: 1.4;
}
.kontakt-hours > div.is-today {
  color: var(--c-ink);
}
.kontakt-hours > div.is-today::after {
  content: '·';
  position: absolute;
  left: -.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-gold);
  font-size: 1.4rem;
  line-height: 0;
}
.kontakt-hours dt {
  font-weight: 400;
  color: var(--c-ink);
  font-size: .98rem;
  font-family: var(--ff-display);
  font-style: italic;
}
.kontakt-hours dd {
  margin: 0;
  color: var(--c-text-mute);
  font-size: .94rem;
}
.kontakt-hours > div.is-today dt,
.kontakt-hours > div.is-today dd { color: var(--c-ink); }

/* Italian closing flourish */
.contact-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: clamp(3.5rem, 6vw, 5rem) auto 0;
  text-align: center;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  color: var(--c-gold-deep);
  letter-spacing: .005em;
  line-height: 1;
}
.contact-closing em { font-style: italic; }
.contact-closing-rule {
  display: inline-block;
  width: clamp(40px, 8vw, 88px);
  height: 1px;
  background: var(--c-gold);
  opacity: .55;
}

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: var(--c-ink);
  color: rgba(255,255,255,.65);
  padding-block: clamp(4rem, 8vh, 6rem) 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(181,143,75,0.08) 0%, rgba(181,143,75,0) 70%);
  pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer-logo {
  height: clamp(110px, 11vw, 150px);
  width: auto;
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 4px 16px rgba(0,0,0,.4));
  opacity: .92;
  transition: opacity 300ms;
}
.footer-brand:hover .footer-logo { opacity: 1; }

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto;
  max-width: 760px;
  text-align: center;
  font-size: .92rem;
}
.footer-cols--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
  gap: clamp(2rem, 6vw, 4rem);
}
.footer-cols .col h4 {
  font-family: var(--ff-body);
  font-style: normal;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-gold-soft);
  margin-bottom: 1rem;
}
.footer-cols a {
  color: rgba(255,255,255,.78);
  display: block;
  padding: .15rem 0;
  transition: color 220ms;
}
.footer-cols a:hover { color: var(--c-gold-light); }
.footer-cols .col p {
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin: 0 0 .65rem;
}
.footer-link-arrow {
  font-size: .76rem !important;
  letter-spacing: .04em !important;
  color: var(--c-gold-soft) !important;
  margin-top: .35rem;
}
.footer-link-arrow span { transition: transform 280ms var(--ease); display: inline-block; }
.footer-link-arrow:hover span { transform: translateX(4px); }

.footer-signoff {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: #fff;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto;
  letter-spacing: -.012em;
}
.footer-signoff em { font-style: italic; }
.footer-signoff::before, .footer-signoff::after {
  content: '';
  display: inline-block;
  width: 72px; height: 1px;
  background: var(--c-gold);
  vertical-align: middle;
  margin: 0 1.75rem;
  opacity: .65;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .75rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.55);
}
.footer-bottom a { color: inherit; transition: color 220ms; }
.footer-bottom a:hover { color: var(--c-gold-light); }

@media (max-width: 700px) {
  .footer-cols { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-signoff::before, .footer-signoff::after { width: 36px; margin: 0 1rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* =====================================================
   REVEAL
   ===================================================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 800ms var(--ease-out), transform 800ms var(--ease-out);
}
.reveal.in-view, .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 240ms; }
.delay-3 { transition-delay: 360ms; }

/* =====================================================
   FLOATING CTA (mobile only)
   ===================================================== */
.floating-cta {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left));
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 40;
  display: none;
  gap: .4rem;
  background: var(--c-ink);
  border-radius: 999px;
  padding: .35rem;
  box-shadow: 0 20px 40px -16px rgba(26,22,20,.55);
}
.floating-cta a {
  flex: 1;
  text-align: center;
  padding: .8rem;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 999px;
  transition: background 240ms;
}
.floating-cta a + a { background: var(--c-gold-deep); }
.floating-cta a + a:hover { background: var(--c-gold); }
@media (max-width: 700px) { .floating-cta { display: flex; } }

/* =====================================================
   LEGAL / IMPRESSUM SUBPAGE
   ===================================================== */
body.page-legal {
  background: var(--c-white);
}
body.page-legal .floating-cta { display: none; }

.legal {
  background: var(--c-white);
  padding-top: calc(var(--header-h) + clamp(2.5rem, 6vh, 5rem));
  padding-bottom: clamp(4rem, 10vh, 7rem);
  position: relative;
}
.legal::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .25;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .42  0 0 0 0 .35  0 0 0 0 .28  0 0 0 .14 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}
.legal .container { position: relative; z-index: 1; }

.legal-head {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 700px;
  margin-inline: auto;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: 2.5rem;
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  transition: color 240ms, gap 280ms var(--ease);
}
.legal-back:hover { color: var(--c-ink); gap: .55rem; }

.legal-head .eyebrow { display: inline-block; margin-bottom: 1.25rem; }
.legal-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-family: var(--ff-display);
  font-weight: 400;
  font-style: normal;
  color: var(--c-ink);
  letter-spacing: -.012em;
  line-height: 1.05;
  margin: 0;
}
.legal-title em { font-style: italic; }
.legal-head .ornament { margin-top: 1.5rem; opacity: .85; }

.legal-grid {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.legal-block {
  position: relative;
  scroll-margin-top: calc(var(--header-h) + 2rem);
}
.legal-block h2 {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: var(--c-ink);
  margin: 0 0 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--c-line);
  display: flex;
  align-items: baseline;
  gap: 1rem;
  letter-spacing: -.005em;
  line-height: 1.25;
}
.legal-num {
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold-deep);
  font-size: .68em;
  min-width: 3ch;
  letter-spacing: .08em;
  font-variant-numeric: oldstyle-nums;
}

.legal-block p {
  color: var(--c-text);
  line-height: 1.72;
  font-size: 1rem;
  margin: 0;
}
.legal-block p + p { margin-top: 1rem; }
.legal-block p strong {
  color: var(--c-ink);
  font-weight: 500;
}
.legal-lead {
  font-family: var(--ff-display);
  font-style: normal;
  font-size: 1.18rem !important;
  line-height: 1.55 !important;
  color: var(--c-ink) !important;
}
.legal-lead strong {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--c-ink);
}
.legal-block a {
  color: var(--c-gold-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 240ms;
}
.legal-block a:hover { color: var(--c-ink); }
.legal-block em { font-style: italic; color: var(--c-text-mute); }

.legal-dl {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.legal-dl > div {
  display: grid;
  grid-template-columns: 8ch 1fr;
  gap: 1rem;
  align-items: baseline;
}
.legal-dl dt {
  font-family: var(--ff-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
}
.legal-dl dd {
  margin: 0;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--c-ink);
}
.legal-dl dd a { text-decoration: none; }
.legal-dl dd a:hover { text-decoration: underline; }

.legal-foot {
  text-align: center;
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--c-text-mute);
}
.legal-foot em { color: var(--c-gold-deep); font-style: italic; }

/* Header: force solid when no hero present (used on legal pages) */
.site-header.is-static {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  box-shadow: 0 1px 0 var(--c-line-soft);
  color: var(--c-ink);
  height: 76px;
}
.site-header.is-static .brand-logo {
  filter: none;
  height: 56px;
}

@media (max-width: 700px) {
  .legal-block h2 { font-size: 1.3rem; gap: .65rem; }
  .legal-num { font-size: .72em; min-width: 2.5ch; }
  .legal-dl > div { grid-template-columns: 7ch 1fr; gap: .65rem; }
  .legal-dl dd { font-size: 1.05rem; }
}

/* =====================================================
   ULTRA-SMALL SCREENS (< 360px) — last-mile polish
   ===================================================== */
@media (max-width: 360px) {
  :root { --header-h: 64px; }
  .brand-logo { height: 42px; }
  .site-header.is-scrolled .brand-logo { height: 38px; }
  .container { width: min(100% - 1.5rem, var(--container)); }
  section { padding-block: clamp(3.5rem, 8vh, 5rem); }
  .hero-bottom h1 { font-size: 2.4rem; line-height: 1.05; }
  .hero-sub { font-size: .95rem; }
  .contact-phone { font-size: 1.85rem; }
  .footer-cols { gap: 2rem; }
}

/* =====================================================
   HIGH-CONTRAST + FORCED-COLORS user preference
   ===================================================== */
@media (prefers-contrast: more) {
  :root {
    --c-text-mute: #4a4239;
    --c-line: rgba(26, 22, 20, 0.32);
    --c-line-soft: rgba(26, 22, 20, 0.18);
  }
}

/* =====================================================
   PRINT — focus on the menu, drop everything else
   ===================================================== */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
  }
  html, body {
    background: white !important;
    color: #000;
    font-size: 11pt;
  }

  .site-header,
  .mobile-menu,
  .hero,
  .marquee,
  .floating-cta,
  .hero-scroll,
  .hero-dots,
  .hero-status,
  .hero-vignette,
  #saison,
  #ueber-uns,
  .events-section,
  .champagne,
  #kontakt,
  .site-footer,
  .menu-tabs,
  .menu-foot-note,
  .reveal,
  .section-paper::before,
  .section-cream::before,
  .contact::before,
  #ueber-uns::before {
    display: none !important;
  }

  #speisekarte {
    padding: 0 !important;
    background: white !important;
  }
  #speisekarte .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Show ALL menu panels in print, not just the active tab */
  .menu-panel {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 1.5rem !important;
    max-width: 100% !important;
    page-break-inside: auto;
  }
  .menu-panel::before { display: none !important; }
  .menu-panel.is-active,
  .menu-panel { animation: none !important; }

  .section-head {
    text-align: center;
    margin-bottom: .75rem !important;
  }
  .section-head h2 {
    font-size: 24pt;
    margin: 0 0 .5rem;
  }
  .section-head .ornament,
  .section-head .chapter,
  .section-head .eyebrow,
  .section-head .lede {
    display: none !important;
  }

  .menu-subhead {
    font-size: 13pt;
    margin: .75rem 0 .35rem;
    page-break-after: avoid;
    border-bottom: 1px solid #000;
    padding-bottom: .25rem;
  }
  .menu-subhead small {
    font-size: 8pt;
    letter-spacing: .14em;
  }

  .menu-item {
    page-break-inside: avoid;
    padding: .35rem 0 !important;
    border-bottom: 1px dotted #999;
  }
  .menu-item:last-child { border-bottom: 0; }
  .menu-item .name {
    font-size: 11pt;
    background: transparent !important;
  }
  .menu-item .price,
  .pizza-sizes .price {
    background: transparent !important;
    font-size: 10pt;
  }
  .menu-item .desc {
    font-size: 9pt;
    color: #444 !important;
  }
  .pizza-head, .pizza-extra { font-size: 8pt; }

  /* Print header with address on every page */
  body::before {
    content: "La Fattoria · Sickinger Straße 92 · 66424 Homburg-Sanddorf · 06841 75255";
    display: block;
    padding: .35rem 0;
    font-size: 8pt;
    text-align: center;
    margin-bottom: .75rem;
    border-bottom: 1px solid #000;
  }

  @page {
    margin: 1.5cm 1.25cm;
  }
}

/* =====================================================
   SOTA POLISH · chapter markers, drop caps, live status,
   featured card, offset frame, sticky tabs, hero details
   ===================================================== */

/* === Roman chapter markers === */
.chapter {
  display: inline-block;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: .82rem;
  color: var(--c-gold);
  letter-spacing: .28em;
  margin-bottom: .9rem;
  position: relative;
  padding: 0 1.75rem;
}
.chapter::before,
.chapter::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 1px;
  background: var(--c-gold);
  opacity: .55;
}
.chapter::before { left: 0; }
.chapter::after  { right: 0; }
.section-head .chapter,
.contact-head .chapter,
.events-head .chapter {
  display: block;
  width: max-content;
  margin: 0 auto .85rem;
}
.chapter-inline {
  display: block;
  width: max-content;
  margin-bottom: 1rem;
}
.section-dark .chapter, .chapter-light { color: var(--c-gold-soft); }
.section-dark .chapter::before,
.section-dark .chapter::after,
.chapter-light::before,
.chapter-light::after { background: var(--c-gold-soft); opacity: .7; }

/* === Live status badge === */
.live-status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem 1rem .55rem .85rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(26,22,20,.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--ff-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  transition: opacity 400ms var(--ease), transform 400ms var(--ease);
}
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #6FCF8F;
  box-shadow: 0 0 0 0 rgba(111,207,143,.7);
  animation: livePulse 2.4s ease-out infinite;
}
.live-status[data-status="closed"] .live-dot,
.live-status[data-status="rest"] .live-dot {
  background: var(--c-gold-soft);
  box-shadow: 0 0 0 0 rgba(212,184,131,.5);
  animation: none;
}
.live-status[data-status="loading"] { opacity: 0; }
.live-status[data-status="loading"] .live-dot { animation: none; opacity: .5; }
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0   rgba(111,207,143,.65); }
  70%  { box-shadow: 0 0 0 9px rgba(111,207,143,0); }
  100% { box-shadow: 0 0 0 0   rgba(111,207,143,0); }
}
@media (prefers-reduced-motion: reduce) {
  .live-dot { animation: none !important; }
}

/* Position in hero (top-right corner) */
.hero-status {
  position: absolute;
  top: calc(var(--header-h) + .85rem);
  right: max(clamp(1.5rem, 4vw, 3rem), env(safe-area-inset-right));
  z-index: 4;
}
@media (max-width: 900px) {
  .hero-status {
    top: calc(var(--header-h) + .5rem);
    font-size: .6rem;
    letter-spacing: .12em;
    padding: .4rem .75rem .4rem .65rem;
  }
}
@media (max-width: 560px) {
  .hero-status { display: none; }
}

/* === About-photo offset gold frame === */
.about-media {
  position: relative;
  padding: 0;
}
.about-media::before {
  content: '';
  position: absolute;
  top: 24px; right: -24px;
  bottom: -24px; left: 24px;
  border: 1px solid var(--c-gold);
  opacity: .45;
  pointer-events: none;
  z-index: 0;
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
}
.about-media .about-photo { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .about-media::before { top: 16px; right: -16px; bottom: -16px; left: 16px; }
}
@media (max-width: 560px) {
  .about-media::before { top: 12px; right: -12px; bottom: -12px; left: 12px; }
}


/* === Section bridges · small italic phrase between sections ===
   (subtle decorative pause; visible only on bridge elements)    */
.section-bridge {
  text-align: center;
  padding: clamp(2rem, 5vw, 3.5rem) 1rem;
  background: inherit;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--c-gold-deep);
  letter-spacing: .005em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.section-bridge::before,
.section-bridge::after {
  content: '';
  display: inline-block;
  width: clamp(28px, 6vw, 56px);
  height: 1px;
  background: var(--c-gold);
  opacity: .55;
}
