@charset "UTF-8";
/* =====================================================================
   Viva Flensburg  Frontend Stylesheet    v18 "Sobremesa"
   Aesthetik: Andalusisch-mexikanische Editorial-Waerme
             Limewash-Plaster  Terrakotta  Safran  Agave  Azulejo-Blau
             Signatur: maurisch-mexikanischer Bogen + handgemalte Kacheln
   Fonts: Fraunces (Display) + Hanken Grotesk (Body)
   ===================================================================== */

:root {
  /* --- Erd- & Sonnentoene ----------------------------------------- */
  --clay:        #C5512E;   /* Terrakotta  Primaerakzent            */
  --clay-deep:   #9E3D22;   /* gebrannte Erde                       */
  --clay-soft:   #E0876B;   /* sanftes Ros-Ton                     */
  --saffron:     #E0A33B;   /* Safran / Marigold                    */
  --saffron-soft:#F2C879;
  --agave:       #7C8A56;   /* gedaempftes Agavengruen                */
  --agave-deep:  #5C6840;
  --azulejo:     #2E6173;   /* Talavera-Majolikablau (selten)       */

  /* --- Tinten & Plaster ------------------------------------------ */
  --cacao:       #3A2A21;   /* warmes Dunkelbraun  Ueberschriften   */
  --ink:         #463528;   /* Fliesstext                            */
  --ink-soft:    #7A6354;   /* gedaempft                             */
  --cream:       #FBF6EC;   /* Limewash-Hintergrund                 */
  --cream-deep:  #F3E8D6;   /* tieferes Sandcreme                   */
  --paper:       #FFFDF8;   /* Karten / Papier                      */
  --shell:       #F7EEDF;   /* zarte Muschelschattierung            */

  --line:        rgba(58, 42, 33, 0.14);
  --line-soft:   rgba(58, 42, 33, 0.07);

  /* --- Typografie ------------------------------------------------- */
  --font-display: "Fraunces", "Bookerly", Georgia, serif;
  --font-body:    "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  /* --- Masse ------------------------------------------------------- */
  --wrap: 1200px;
  --radius: 16px;
  --radius-lg: 26px;
  --arch: 140px;            /* Radius fuer die Bogenkrone der Bilder  */

  /* --- Schatten (warm getoent) ------------------------------------ */
  --shadow-sm: 0 1px 2px rgba(58,42,33,.05), 0 3px 8px rgba(58,42,33,.05);
  --shadow-md: 0 8px 24px rgba(58,42,33,.09), 0 3px 8px rgba(58,42,33,.05);
  --shadow-lg: 0 32px 70px rgba(58,42,33,.16), 0 10px 24px rgba(58,42,33,.08);
  --shadow-clay: 0 24px 50px rgba(158,61,34,.22);

  /* --- Texturen (inline SVG) ------------------------------------- */
  --grain: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22220%22%20height%3D%22220%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.9%22%20numOctaves%3D%222%22%20stitchTiles%3D%22stitch%22%2F%3E%3CfeColorMatrix%20type%3D%22saturate%22%20values%3D%220%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22220%22%20height%3D%22220%22%20filter%3D%22url%28%23n%29%22%20opacity%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
  --tile:  url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%232E6173%22%20stroke-width%3D%221.4%22%20opacity%3D%220.9%22%3E%20%3Cpath%20d%3D%22M24%206c5%205%205%2011%200%2018-5-7-5-13%200-18z%22%2F%3E%20%3Cpath%20d%3D%22M24%2042c-5-5-5-11%200-18%205%207%205%2013%200%2018z%22%2F%3E%20%3Cpath%20d%3D%22M6%2024c5-5%2011-5%2018%200-7%205-13%205-18%200z%22%2F%3E%20%3Cpath%20d%3D%22M42%2024c-5%205-11%205-18%200%207-5%2013-5%2018%200z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20fill%3D%22%23C5512E%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%222.4%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%221.7%22%2F%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%226%22%20r%3D%221.7%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2242%22%20r%3D%221.7%22%2F%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%2242%22%20r%3D%221.7%22%2F%3E%3C%2Fg%3E%20%3C%2Fsvg%3E");
}

/* ---------------------------------------------------------------------
   Reset / Basis
   --------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(1100px 620px at 82% -8%, rgba(224,163,59,.16), transparent 60%),
    radial-gradient(900px 540px at -8% 12%, rgba(197,81,46,.10), transparent 58%),
    radial-gradient(800px 700px at 50% 118%, rgba(124,138,86,.10), transparent 60%);
  background-attachment: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
}
/* Plaster-Korn ueber allem */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  background-size: 220px 220px;
  opacity: .045;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  height: 100%;
}
body > * { position: relative; z-index: 2; }

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

a { color: var(--clay); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--clay-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--cacao);
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 40;
  letter-spacing: -0.012em;
  line-height: 1.08;
  margin: 0 0 .55em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); letter-spacing: -0.028em; line-height: 1.0; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.85rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; color: var(--clay); font-family: var(--font-display); }
strong { color: var(--cacao); font-weight: 600; }

::selection { background: var(--saffron-soft); color: var(--cacao); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.6rem; }

.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--cacao); color: var(--cream);
  padding: .75rem 1rem; border-radius: 10px; z-index: 200;
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

/* ---------------------------------------------------------------------
   Kicker  kleine Auszeichnungs-Ueberschrift
   --------------------------------------------------------------------- */
.v14-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clay);
  margin: 0 0 1rem;
}
.v14-kicker::before {
  content: "";
  width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--clay), var(--saffron));
  border-radius: 2px;
}

/* ---------------------------------------------------------------------
   Header
   --------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(251, 246, 236, 0.82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(58,42,33,.07);
  background: rgba(251, 246, 236, 0.94);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 1.5rem;
  padding-top: .9rem; padding-bottom: .9rem;
}

.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { width: auto; height: 52px; transition: transform .3s ease; }
@media (hover: hover) {
  .brand:hover img { transform: rotate(-1.5deg) scale(1.02); }
}
.brand__fallback {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.9rem; color: var(--clay); font-weight: 600;
}
.brand--legacy-logo img { height: 56px; }
.brand--legacy-logo .brand__fallback { display: none; }

.site-nav { margin-left: auto; }
.nav-list {
  list-style: none; display: flex; align-items: center;
  gap: .35rem; margin: 0; padding: 0;
}
.nav-list a {
  display: inline-block; padding: .55rem .85rem;
  font-size: .94rem; font-weight: 600; color: var(--ink);
  border-radius: 999px; position: relative; transition: color .2s ease, background .2s ease;
}
.nav-list a::after {
  content: ""; position: absolute; left: 50%; bottom: .32rem;
  width: 0; height: 2px; border-radius: 2px;
  background: var(--clay); transform: translateX(-50%);
  transition: width .25s ease;
}
.nav-list a:hover { color: var(--clay); }
.nav-list a:hover::after { width: 18px; }
.nav-list a[aria-current="page"] { color: var(--clay); background: rgba(197,81,46,.08); }
.nav-list a[aria-current="page"]::after { width: 18px; }

.nav-toggle {
  display: none; width: 48px; height: 48px; padding: 0;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 12px; cursor: pointer; position: relative;
}
.nav-toggle span {
  position: absolute; left: 11px; right: 11px; height: 2px;
  background: var(--cacao); border-radius: 2px; transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.header-actions { display: flex; align-items: center; }

/* ---------------------------------------------------------------------
   Buttons  Basis (.btn) + Viva (.v14-btn)
   --------------------------------------------------------------------- */
.btn, .v14-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  line-height: 1; text-align: center;
  padding: .92rem 1.5rem; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .2s ease, border-color .2s ease;
}
.btn:active, .v14-btn:active { transform: translateY(1px); }
.btn--sm { padding: .6rem 1rem; font-size: .9rem; }

.v14-btn--primary, .btn--solid {
  background: linear-gradient(135deg, var(--clay), var(--clay-deep));
  color: #fff; box-shadow: var(--shadow-clay);
}
@media (hover: hover) {
  .v14-btn--primary:hover, .btn--solid:hover {
    color: #fff; transform: translateY(-2px);
    box-shadow: 0 30px 60px rgba(158,61,34,.30);
  }
}

.v14-btn--soft {
  background: rgba(224,163,59,.16); color: var(--clay-deep);
  border-color: rgba(224,163,59,.40);
}
@media (hover: hover) { .v14-btn--soft:hover { background: rgba(224,163,59,.26); color: var(--clay-deep); transform: translateY(-2px); } }

.v14-btn--outline, .v14-btn--outline-dark {
  background: transparent; color: var(--cacao); border-color: var(--line);
}
@media (hover: hover) {
  .v14-btn--outline:hover, .v14-btn--outline-dark:hover {
    border-color: var(--clay); color: var(--clay); transform: translateY(-2px);
  }
}

.v14-btn--white {
  background: var(--paper); color: var(--cacao); border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.v14-btn--white:hover { background: #fff; color: var(--clay); transform: translateY(-2px); }

.btn--ghost {
  background: transparent; color: var(--cacao); border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--clay); color: var(--clay); }

/* ---------------------------------------------------------------------
   Sektions-Rahmen
   --------------------------------------------------------------------- */
.v14-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.v14-section--tight-top { padding-top: clamp(1rem, 2vw, 2rem); }

.v14-section-head { max-width: 720px; }
.v14-section-head h2 { margin-bottom: .5rem; }
.v14-section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.v14-section-head--center { margin: 0 auto; text-align: center; }
.v14-section-head--center .v14-kicker { justify-content: center; }

/* Bildflaechen: einheitliche Hintergrundlogik */
.fresh-bg-hero, .fresh-bg-tapas, .fresh-bg-terrasse, .fresh-bg-buffet,
.fresh-bg-mexico, .fresh-bg-street, .fresh-bg-bianca,
.v14-hero-photo, .v14-terrace-photo, .v14-page-hero__image,
.v14-gallery-card, .v14-menu-card, .v16-about-photo, .v16-side-image,
.v16-family-image, .v14-split-image {
  background-size: cover; background-position: center; background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------
   Hero (Startseite)
   --------------------------------------------------------------------- */
.v14-hero { position: relative; padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.v14-hero__glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; }
.v14-hero__glow--one { width: 460px; height: 460px; top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(224,163,59,.55), transparent 70%); }
.v14-hero__glow--two { width: 420px; height: 420px; bottom: -160px; left: -120px;
  background: radial-gradient(circle, rgba(197,81,46,.34), transparent 70%); }

.v14-hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.04fr .96fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.v14-hero__copy h1 { margin: .2rem 0 .15rem; }
.v14-hero__copy h1::after {
  content: ""; display: block; width: 76px; height: 4px; margin-top: 1rem;
  border-radius: 4px; background: linear-gradient(90deg, var(--clay), var(--saffron));
}
.v14-claim {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem); color: var(--clay);
  margin: 0 0 1.1rem;
}
.v14-lead, .lead, .lede { color: var(--ink-soft); font-size: 1.12rem; max-width: 52ch; }

.v14-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.8rem 0 2rem; }

.v14-hero__info { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.v14-info-card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1rem 1.1rem; box-shadow: var(--shadow-sm);
}
.v14-info-card span {
  display: block; font-size: .68rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--clay); margin-bottom: .35rem;
}
.v14-info-card strong {
  display: block;
  font-family: var(--font-display); font-weight: 500; font-size: 1.02rem; line-height: 1.3;
}

/* Hero-Bilder: gestapelte Bogen-Tafeln */
.v14-hero__visual { position: relative; min-height: 480px; overflow: hidden; }
.v14-hero-photo {
  position: absolute; border-radius: var(--arch) var(--arch) 22px 22px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v14-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.v14-hero-photo--main { inset: 0 14% 12% 0; z-index: 2; }
.v14-hero-photo--a { width: 46%; height: 44%; right: 0; top: 6%; z-index: 3;
  border-radius: 110px 110px 18px 18px; }
.v14-hero-photo--b { width: 40%; height: 38%; right: 8%; bottom: 0; z-index: 3;
  border-radius: 18px 18px 100px 100px; }
.v14-floating-card {
  position: absolute; left: 2%; bottom: 6%; z-index: 4; max-width: 270px;
  background: rgba(255,253,248,.94); backdrop-filter: blur(6px);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 1.1rem 1.2rem; box-shadow: var(--shadow-md);
}
.v14-floating-card span { font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); }
.v14-floating-card strong { display: block; font-family: var(--font-display); font-size: 1.05rem; margin: .3rem 0 .4rem; line-height: 1.25; }
.v14-floating-card p { font-size: .86rem; color: var(--ink-soft); margin: 0; }
.v14-badge {
  position: absolute; top: 8px; right: 6%; z-index: 5;
  width: 86px; height: 86px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: linear-gradient(135deg, var(--clay), var(--clay-deep)); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: .82rem; line-height: 1.1;
  box-shadow: var(--shadow-clay); transform: rotate(8deg);
  border: 3px solid var(--paper);
}

/* ---------------------------------------------------------------------
   Terrasse-Sektion
   --------------------------------------------------------------------- */
.v14-section--terrace { position: relative; }
.v14-terrace-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.v14-terrace-copy p { color: var(--ink-soft); }
.v14-terrace-visual { position: relative; }
.v14-terrace-photo {
  width: 100%; aspect-ratio: 4/5; border-radius: var(--arch) var(--arch) 24px 24px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v14-terrace-note {
  position: absolute; right: 2%; bottom: 8%; max-width: 250px;
  background: rgba(255,253,248,.95); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1rem 1.15rem; box-shadow: var(--shadow-md);
}
.v14-terrace-note span { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--clay); }
.v14-terrace-note strong { display: block; font-family: var(--font-display); margin: .25rem 0 .35rem; }
.v14-terrace-note p { font-size: .85rem; color: var(--ink-soft); margin: 0; }

/* ---------------------------------------------------------------------
   Mini-Stack (kleine Definitionslisten)
   --------------------------------------------------------------------- */
.v14-mini-stack { display: grid; gap: .85rem; margin: 1.5rem 0; }
.v14-mini-stack > div {
  display: grid; gap: .15rem; padding-left: 1.1rem; position: relative;
}
.v14-mini-stack > div::before {
  content: ""; position: absolute; left: 0; top: .45rem;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--saffron); box-shadow: 0 0 0 4px rgba(224,163,59,.18);
}
.v14-mini-stack strong { font-family: var(--font-display); font-weight: 500; font-size: 1.04rem; }
.v14-mini-stack span { color: var(--ink-soft); font-size: .96rem; }
.v14-mini-stack--light > div::before { background: var(--clay); box-shadow: 0 0 0 4px rgba(197,81,46,.14); }

.v14-inline-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.v14-inline-actions--center { justify-content: center; }

/* ---------------------------------------------------------------------
   Panels (Notice-Grid, Kontakt-Panels)
   --------------------------------------------------------------------- */
.v14-notice-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 1.4rem; }
.v14-panel {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: clamp(1.7rem, 3vw, 2.4rem);
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.v14-panel p { color: var(--ink-soft); }
.v14-panel--news::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--tile); background-size: 32px 32px; opacity: .9;
}
.v14-panel--accent {
  background: linear-gradient(160deg, #fff7ea, #fbe8d4);
  border-color: rgba(224,163,59,.30);
}
.v14-panel--dark {
  background: linear-gradient(155deg, var(--cacao), #28190f);
  color: #f3e4d3; border-color: transparent;
}
.v14-panel--dark h2, .v14-panel--dark strong { color: #fff; }
.v14-panel--dark .v14-kicker { color: var(--saffron); }
.v14-panel--dark p { color: rgba(243,228,211,.82); }

/* ---------------------------------------------------------------------
   Oeffnungszeiten
   --------------------------------------------------------------------- */
.v14-hours-grid {
  display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 1.4rem; align-items: start;
}
.v14-opening-highlight {
  margin-top: 1.5rem; padding: 1rem 1.2rem; border-radius: var(--radius);
  background: rgba(197,81,46,.07); border: 1px dashed rgba(197,81,46,.34);
}
.v14-opening-highlight strong { display: block; font-family: var(--font-display); margin-bottom: .2rem; }
.v14-opening-highlight a { font-size: 1.3rem; font-weight: 700; font-family: var(--font-display); }

.v14-hours-card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 1.6rem 1.7rem; box-shadow: var(--shadow-sm);
}
.v14-hours-card__head { margin-bottom: 1.1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line-soft); }
.v14-hours-card__head span { font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); }
.v14-hours-card__head strong { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--cacao); }
.v14-hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dotted var(--line-soft); }
.v14-hours-row:last-child { border-bottom: none; }
.v14-hours-row b { font-weight: 600; color: var(--cacao); }
.v14-hours-row span { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.v14-hours-card--accent {
  background: linear-gradient(160deg, var(--agave-deep), #44502f); color: #f0eedd;
}
.v14-hours-card--accent .v14-hours-card__head { border-color: rgba(255,255,255,.18); }
.v14-hours-card--accent .v14-hours-card__head span { color: var(--saffron-soft); }
.v14-hours-card--accent .v14-hours-card__head strong,
.v14-hours-card--accent .v14-hours-row b { color: #fff; }
.v14-hours-card--accent .v14-hours-row { border-color: rgba(255,255,255,.14); }
.v14-hours-card--accent .v14-hours-row span { color: rgba(240,238,221,.85); }

/* ---------------------------------------------------------------------
   Galerie
   --------------------------------------------------------------------- */
.v14-section--gallery { position: relative; }
.v14-gallery-intro { max-width: 680px; margin-bottom: 2.4rem; }
.v14-gallery-intro p { color: var(--ink-soft); }
.v14-gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.v14-gallery-card {
  aspect-ratio: 3/4; border-radius: 90px 90px 18px 18px;
  box-shadow: var(--shadow-md); border: 5px solid var(--paper);
  transition: transform .35s ease, box-shadow .35s ease;
}
.v14-gallery-card:nth-child(even) { transform: translateY(20px); }
@media (hover: hover) {
  .v14-gallery-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
  .v14-gallery-card:nth-child(even):hover { transform: translateY(-6px); }
}

.v14-gallery-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.v14-gallery-strip__item {
  aspect-ratio: 4/3; border-radius: 80px 80px 16px 16px;
  box-shadow: var(--shadow-md); border: 5px solid var(--paper);
  transition: transform .3s ease;
}
@media (hover: hover) { .v14-gallery-strip__item:hover { transform: translateY(-5px); } }

/* ---------------------------------------------------------------------
   Service-Karten
   --------------------------------------------------------------------- */
.v14-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.v14-service-card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 2rem 1.8rem;
  box-shadow: var(--shadow-sm); position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (hover: hover) { .v14-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } }
.v14-service-card > span {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 600;
  color: var(--saffron); display: block; margin-bottom: .6rem;
}
.v14-service-card h3 { margin-bottom: .6rem; }
.v14-service-card p { color: var(--ink-soft); font-size: .98rem; }
.v14-service-card a {
  display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem;
  font-weight: 600; font-size: .95rem;
}
.v14-service-card a::after { content: ""; transition: transform .2s ease; }
.v14-service-card a:hover::after { transform: translateX(4px); }

/* ---------------------------------------------------------------------
   Split-Sektion (Bild + Text)
   --------------------------------------------------------------------- */
.v14-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.v14-split-image {
  width: 100%; aspect-ratio: 5/6; border-radius: var(--arch) 24px var(--arch) 24px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v14-split-copy p { color: var(--ink-soft); }

/* ---------------------------------------------------------------------
   Menue-Karten (verlinkte Bild-Kacheln)
   --------------------------------------------------------------------- */
.v14-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.6rem; }
.v14-menu-card {
  position: relative; aspect-ratio: 3/4; overflow: hidden;
  border-radius: var(--arch) var(--arch) 20px 20px;
  box-shadow: var(--shadow-md); border: 5px solid var(--paper);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.5rem; color: #fff; isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}
.v14-menu-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(40,25,15,.82) 6%, rgba(40,25,15,.2) 48%, rgba(40,25,15,0) 75%);
}
@media (hover: hover) { .v14-menu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: #fff; } }
.v14-menu-card span { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--saffron-soft); }
.v14-menu-card strong { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; line-height: 1.2; margin-top: .3rem; }

/* ---------------------------------------------------------------------
   Finaler CTA (Startseite)
   --------------------------------------------------------------------- */
.v14-final-cta { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 7rem); }
.v14-final-cta__box {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(150deg, var(--clay), var(--clay-deep));
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(2.6rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow-clay);
}
.v14-final-cta__box::before {
  content: ""; position: absolute; inset: 0; opacity: .14; mix-blend-mode: screen;
  background: var(--tile); background-size: 40px 40px;
}
.v14-final-cta__box > * { position: relative; }
.v14-final-cta__box .v14-kicker { color: var(--saffron-soft); justify-content: center; }
.v14-final-cta__box .v14-kicker::before { background: var(--saffron-soft); }
.v14-final-cta__box h2 { color: #fff; }
.v14-final-cta__box p { color: rgba(255,255,255,.9); max-width: 60ch; margin-inline: auto; }

/* ---------------------------------------------------------------------
   Unterseiten-Hero
   --------------------------------------------------------------------- */
.v14-page-hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem); }
.v14-page-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.v14-page-hero h1 { margin-bottom: .35rem; }
.v14-page-hero h1::after {
  content: ""; display: block; width: 64px; height: 4px; margin: 1rem 0 0;
  border-radius: 4px; background: linear-gradient(90deg, var(--clay), var(--saffron));
}
.v14-page-hero p { color: var(--ink-soft); font-size: 1.1rem; max-width: 50ch; }
.v14-page-hero__visual { position: relative; overflow: hidden; }
.v14-page-hero__image {
  width: 100%; aspect-ratio: 4/5; border-radius: var(--arch) var(--arch) 24px 24px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v14-page-hero__stamp {
  position: absolute; bottom: 1rem; left: 1rem;
  background: linear-gradient(135deg, var(--saffron), #d68f24); color: var(--cacao);
  font-family: var(--font-display); font-weight: 600; font-style: italic;
  padding: .7rem 1.3rem; border-radius: 999px; box-shadow: var(--shadow-md);
  border: 3px solid var(--paper); transform: rotate(-4deg);
}

/* ---------------------------------------------------------------------
   Content-Grid (Artikel + Sidebar)
   --------------------------------------------------------------------- */
.v14-content-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
.v14-content-card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: var(--shadow-sm);
}
.v14-content-card p { color: var(--ink-soft); font-size: 1.06rem; }

.v14-side-card {
  background: linear-gradient(165deg, #fff7ea, #fbe9d6);
  border: 1px solid rgba(224,163,59,.3); border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow-sm); position: sticky; top: 5.5rem;
}
.v14-side-card h3 { font-style: italic; }
.v14-side-card p { color: var(--ink-soft); font-size: .98rem; }
.v14-side-card a { font-weight: 600; }

.v14-contact-list { display: grid; gap: 1.1rem; margin-top: .5rem; }
.v14-contact-list > div {
  display: grid; grid-template-columns: 110px 1fr; gap: 1rem; align-items: baseline;
  padding-bottom: 1rem; border-bottom: 1px dotted var(--line);
}
.v14-contact-list > div:last-child { border-bottom: none; padding-bottom: 0; }
.v14-contact-list span { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.v14-contact-list strong { font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; line-height: 1.4; }

.v14-contact-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.v14-reservation-slots { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.v14-reservation-slots strong {
  font-family: var(--font-display); font-weight: 500; font-size: 1.02rem;
  background: rgba(197,81,46,.08); border: 1px solid rgba(197,81,46,.22);
  padding: .55rem 1rem; border-radius: 999px; color: var(--clay-deep);
}

/* ---------------------------------------------------------------------
   v16  Ueber-uns
   --------------------------------------------------------------------- */
.v16-about-hero { position: relative; padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem); overflow: hidden; }
.v16-about-hero__glow {
  position: absolute; width: 480px; height: 480px; top: -160px; right: -100px;
  border-radius: 50%; filter: blur(80px); z-index: 0;
  background: radial-gradient(circle, rgba(224,163,59,.5), transparent 70%);
}
.v16-about-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.v16-about-hero__copy p { color: var(--ink-soft); font-size: 1.12rem; max-width: 50ch; }
.v16-about-hero__visual { position: relative; overflow: hidden; }
.v16-about-photo {
  width: 100%; aspect-ratio: 4/5; border-radius: var(--arch) var(--arch) 24px 24px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v16-about-hero__note {
  position: absolute; left: 2%; bottom: 7%; max-width: 260px;
  background: rgba(255,253,248,.95); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1rem 1.2rem; box-shadow: var(--shadow-md);
}
.v16-about-hero__note span { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--clay); }
.v16-about-hero__note strong { display: block; font-family: var(--font-display); font-size: 1.1rem; margin: .25rem 0 .35rem; }
.v16-about-hero__note p { font-size: .85rem; color: var(--ink-soft); margin: 0; }

.v16-about-story-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.v16-story-card p { color: var(--ink-soft); font-size: 1.08rem; }
.v16-story-highlight {
  margin: 1.6rem 0; padding: 1.3rem 1.5rem; border-radius: var(--radius);
  background: rgba(124,138,86,.10); border-left: 4px solid var(--agave);
}
.v16-story-highlight strong { display: block; font-family: var(--font-display); font-size: 1.15rem; margin-bottom: .3rem; }
.v16-story-highlight span { color: var(--ink-soft); }

.v16-about-side { position: sticky; top: 5.5rem; display: grid; gap: 1.4rem; }
.v16-side-image {
  width: 100%; aspect-ratio: 3/4; border-radius: 100px 100px 20px 20px;
  box-shadow: var(--shadow-md); border: 5px solid var(--paper);
}
.v16-side-box {
  background: linear-gradient(165deg, #fff7ea, #fbe9d6);
  border: 1px solid rgba(224,163,59,.3); border-radius: var(--radius-lg);
  padding: 1.6rem 1.7rem; box-shadow: var(--shadow-sm);
}
.v16-side-box h3 { font-style: italic; }
.v16-side-box p { color: var(--ink-soft); font-size: .98rem; margin: 0; }

.v16-family-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.v16-family-image {
  width: 100%; aspect-ratio: 4/3; border-radius: var(--arch) 24px var(--arch) 24px;
  box-shadow: var(--shadow-lg); border: 6px solid var(--paper);
}
.v16-family-card p { color: var(--ink-soft); font-size: 1.08rem; }

.v16-about-quote { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6.5rem); }
.v16-about-quote__box {
  position: relative; overflow: hidden; text-align: center; max-width: 760px; margin: 0 auto;
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: var(--shadow-md);
}
.v16-about-quote__box::before {
  content: "\201C"; position: absolute; top: -.15em; left: .25em;
  font-family: var(--font-display); font-size: 9rem; color: rgba(197,81,46,.13); line-height: 1;
}
.v16-about-quote__box span { display: block; font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--ink-soft); }
.v16-about-quote__box strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem, 4vw, 3rem); color: var(--clay); margin: .2rem 0 1.2rem; }
.v16-about-quote__box p { color: var(--ink-soft); }
.v16-about-quote__box em { display: block; margin-top: 1.4rem; font-size: 1.15rem; }

/* ---------------------------------------------------------------------
   v17  Footer-CTA & rechtliche Seiten
   --------------------------------------------------------------------- */
.v17-footer-cta {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center;
  background: linear-gradient(150deg, var(--cacao), #281910);
  color: #f3e4d3; border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3.2rem); margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.v17-footer-cta::before {
  content: ""; position: absolute; top: 0; right: 0; width: 220px; height: 100%;
  opacity: .12; background: var(--tile); background-size: 40px 40px;
}
.v17-footer-cta > * { position: relative; }
.v17-footer-cta h2 { color: #fff; margin-bottom: .5rem; }
.v17-footer-cta .v14-kicker { color: var(--saffron); }
.v17-footer-cta .v14-kicker::before { background: var(--saffron); }
.v17-footer-cta p { color: rgba(243,228,211,.82); margin: 0; }
.v17-footer-cta .v14-inline-actions { margin-top: 0; }
.v17-footer-cta .v14-btn--outline-dark { color: #f3e4d3; border-color: rgba(243,228,211,.4); }
.v17-footer-cta .v14-btn--outline-dark:hover { color: #fff; border-color: var(--saffron); }

.v17-legal-hero {
  position: relative; isolation: isolate; color: #fff;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.v17-legal-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(150deg, rgba(40,25,15,.86), rgba(158,61,34,.62));
}
.v17-legal-hero__inner { max-width: 780px; }
.v17-legal-hero h1 { color: #fff; }
.v17-legal-hero p { color: rgba(255,255,255,.9); font-size: 1.1rem; }
.v17-legal-hero .v14-kicker { color: var(--saffron-soft); }
.v17-legal-hero .v14-kicker::before { background: var(--saffron-soft); }

.v17-legal-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
.v17-legal-card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 3rem); box-shadow: var(--shadow-sm);
}
.v17-legal-side { position: sticky; top: 5.5rem; display: grid; gap: 1.2rem; }
.v17-legal-sidecard {
  background: var(--shell); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1.5rem 1.6rem; box-shadow: var(--shadow-sm);
}
.v17-legal-sidecard--accent {
  background: linear-gradient(165deg, #fff7ea, #fbe9d6); border-color: rgba(224,163,59,.3);
}

/* Prosa fuer rechtliche Inhalte */
.prose h2 { font-size: 1.4rem; margin-top: 2rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose p, .prose li { color: var(--ink-soft); }
.prose .lede, .lede { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--clay); margin-bottom: 1.5rem; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

/* ---------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------- */
.site-footer {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  background:
    linear-gradient(180deg, transparent, rgba(243,232,214,.7) 30%),
    var(--cream);
  border-top: 1px solid var(--line-soft);
}
.site-footer .wrap.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem; padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: 3rem;
}
.footer-col--brand { max-width: 320px; }
.brand--footer img { height: 60px; }
.brand--legacy-logo-footer img { height: 64px; }
.brand--footer .brand__fallback { display: none; }
.footer-tag { color: var(--ink-soft); margin-top: 1rem; font-size: .98rem; }

.footer-h {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 600;
  color: var(--cacao); margin: 0 0 1rem;
}
.site-footer address { font-style: normal; color: var(--ink-soft); line-height: 1.7; margin-bottom: .8rem; }
.site-footer address strong { color: var(--cacao); }

.footer-hours-list { display: grid; gap: .45rem; }
.footer-hours-list > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; }
.footer-hours-list strong { color: var(--cacao); font-weight: 600; }
.footer-hours-list span { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.footer-hours-kitchen { font-size: .82rem; color: var(--ink-soft); margin-top: .8rem; }

.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .25rem; }
.footer-links a { color: var(--ink-soft); font-weight: 500; display: block; padding: .5rem 0; min-height: 48px; display: flex; align-items: center; }
.footer-links a:hover { color: var(--clay); }

.link-underline { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }

.footer-bar { border-top: 1px solid var(--line-soft); }
.footer-bar .wrap { padding-top: 1.4rem; padding-bottom: 1.4rem; }
.footer-bar span { font-size: .86rem; color: var(--ink-soft); }

/* ---------------------------------------------------------------------
   Diverse Karten / Generika
   --------------------------------------------------------------------- */
.card {
  background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm);
}
.lead { color: var(--ink-soft); font-size: 1.12rem; }

/* ---------------------------------------------------------------------
   Eingangs-Animationen (sanfte gestaffelte Reveals)
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .v14-hero__copy > *, .v14-hero__visual,
  .v14-page-hero__grid > *, .v16-about-hero__grid > * {
    opacity: 0; transform: translateY(16px);
    animation: viva-rise .8s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .v14-hero__copy > *:nth-child(1) { animation-delay: .05s; }
  .v14-hero__copy > *:nth-child(2) { animation-delay: .12s; }
  .v14-hero__copy > *:nth-child(3) { animation-delay: .19s; }
  .v14-hero__copy > *:nth-child(4) { animation-delay: .26s; }
  .v14-hero__copy > *:nth-child(5) { animation-delay: .33s; }
  .v14-hero__copy > *:nth-child(6) { animation-delay: .40s; }
  .v14-hero__visual { animation-delay: .25s; }
}
@keyframes viva-rise { to { opacity: 1; transform: translateY(0); } }

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .v14-hero__grid, .v14-page-hero__grid, .v16-about-hero__grid,
  .v14-terrace-grid, .v14-split-grid, .v16-family-grid {
    grid-template-columns: 1fr;
  }
  .v14-hero__visual {
    min-height: 320px;
    height: 320px;
    margin-top: 1rem;
    position: relative;
  }
  .v14-hero__visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .v16-family-grid .v16-family-image { order: -1; }
  .v14-content-grid, .v16-about-story-grid, .v17-legal-layout { grid-template-columns: 1fr; }
  .v14-side-card, .v16-about-side, .v17-legal-side { position: static; }
  .v14-notice-grid, .v14-contact-panels { grid-template-columns: 1fr; }
  .v14-hours-grid { grid-template-columns: 1fr; }
  .v14-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .v17-footer-cta { grid-template-columns: 1fr; }
  .site-footer .wrap.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; }
  .site-nav { margin-left: auto; position: relative; }
  .nav-list {
    display: none;
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 70px;
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: .75rem;
    box-shadow: 0 16px 48px rgba(24,13,10,.18);
    z-index: 200;
  }
  .nav-list.is-open { display: flex; }
  .nav-list a { padding: .85rem 1rem; border-radius: 10px; }
  .nav-list a::after { display: none; }
  .nav-list a:hover, .nav-list a[aria-current="page"] { background: rgba(197,81,46,.08); }

  .v14-hero__info { grid-template-columns: 1fr; }
  .v14-hero__visual { min-height: 280px; height: 280px; }
  .v14-hero-photo--main { inset: 0 0 0 0; border-radius: 16px; }
  .v14-hero-photo--a, .v14-hero-photo--b { display: none; }
  .v14-floating-card { left: 0; max-width: 220px; }
  .v14-service-grid, .v14-card-grid, .v14-gallery-strip { grid-template-columns: 1fr; }
  .v14-gallery-grid { grid-template-columns: 1fr 1fr; }
  .v14-gallery-card:nth-child(even) { transform: none; }
  .site-footer .wrap.footer-grid { grid-template-columns: 1fr; }
  .v14-contact-list > div { grid-template-columns: 1fr; gap: .2rem; }
  :root { --arch: 90px; }
}

@media (max-width: 420px) {
  .v14-hero__actions .v14-btn, .v14-inline-actions .v14-btn { width: 100%; }
}
/* =====================================================================
   V18  Bildzuordnung & kleine Kompatibilitaets-Fixes
   ===================================================================== */
.fresh-bg-hero { background-image:url('/assets/images/viva-hero.jpg') !important; }
.fresh-bg-tapas { background-image:url('/assets/images/viva-tapas.jpg') !important; }
.fresh-bg-terrasse { background-image:url('/assets/images/viva-terrasse.jpg') !important; }
.fresh-bg-buffet { background-image:url('/assets/images/viva-buffet.jpg') !important; }
.fresh-bg-mexico { background-image:url('/assets/images/viva-hero.jpg') !important; }
.fresh-bg-street { background-image:url('/assets/images/rote-strasse-1.jpg') !important; }
.fresh-bg-bianca { background-image:url('/assets/images/viva-bianca-jarvis.jpg') !important; }
.fresh-bg-about { background-image:url('/assets/images/viva-about.jpg') !important; }
.fresh-bg-drinks { background-image:url('/assets/images/viva-drinks.jpg') !important; }

/* Header-Logo und CTA auf mobile etwas ruhiger */
.header-actions .btn svg { flex: 0 0 auto; }
.brand--legacy-logo img { object-fit: contain; }

/* V15/V16 vorhandene PHP-Strukturen sauber in Sobremesa einpassen */
.v14-hero__info { grid-template-columns: repeat(2, 1fr); }
.v14-panel--accent .v14-btn--primary { box-shadow: var(--shadow-clay); }
.v14-section--split { background: rgba(255,253,248,.35); }
.v16-family-section { background: transparent; }
.v16-about-story-section { background: transparent; }
.v16-story-card,
.v16-family-card,
.v16-about-quote__box { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 3rem); box-shadow: var(--shadow-sm); }
.v16-family-card { padding: clamp(1.8rem, 4vw, 3rem); }
.v16-family-card p, .v16-story-card p { color: var(--ink-soft); }
.v16-about-quote__box .v14-inline-actions { justify-content: center; }
.v17-footer-cta .v14-inline-actions { justify-content: flex-end; }

/* Rechtliches/404 aus V17 behalten */
.v17-legal-sidecard--accent p,
.v17-legal-sidecard--accent a { color: var(--ink-soft); }

@media (max-width: 1024px) {
  .v14-hero__info { grid-template-columns: 1fr 1fr; }
  .v17-footer-cta .v14-inline-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .header-actions .btn { padding: .55rem .75rem; font-size: .82rem; }
  .brand--legacy-logo img { height: 48px; }
  .v14-hero__info { grid-template-columns: 1fr 1fr; }
  .v14-terrace-note { right: auto; left: 0; bottom: 1rem; }
}
@media (max-width: 480px) {
  .v14-hero__info { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .header-actions { display: none; }
}


/* V20 language switcher */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .32rem;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(35,24,21,.10);
  box-shadow: 0 8px 18px rgba(24,13,10,.06);
}
.lang-flag {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  min-height: 48px;
  min-width: 48px;
  padding: .5rem .7rem;
  border-radius: 999px;
  font-weight: 900;
  font-size: .76rem;
  letter-spacing: .04em;
  color: var(--v14-ink, #231815);
  border: 1px solid transparent;
  text-decoration: none;
}
.lang-flag:hover,
.lang-flag.is-active {
  background: #fff;
  color: var(--v14-red, #d92b33);
  border-color: rgba(217,43,51,.18);
  transform: translateY(-1px);
}
.lang-flag span:first-child { font-size: 1.05rem; line-height: 1; }
.lang-flag__text { line-height: 1; }
@media (max-width: 760px) {
  .language-switcher { order: 8; width: 100%; justify-content: center; margin-top: .5rem; }
  .lang-flag { flex: 1; justify-content: center; }
}


/* =====================================================================
   V21  Flaggen oben rechts + Cookie-Zustimmung
   ===================================================================== */
.header-actions {
  gap: .75rem;
  margin-left: auto;
}
.language-switcher {
  gap: .42rem;
  padding: .4rem;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(217,43,51,.14);
  box-shadow: 0 12px 28px rgba(24,13,10,.08);
}
.lang-flag {
  width: 42px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  justify-content: center;
  gap: 0;
  font-size: 0;
  border: 1px solid rgba(35,24,21,.06);
  background: rgba(255,255,255,.55);
}
.lang-flag span:first-child {
  font-size: 1.42rem;
  line-height: 1;
  filter: drop-shadow(0 2px 3px rgba(24,13,10,.10));
}
.lang-flag__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lang-flag:hover,
.lang-flag.is-active {
  background: #fff;
  border-color: rgba(217,43,51,.35);
  box-shadow: 0 10px 22px rgba(217,43,51,.13);
}
.lang-flag.is-active {
  outline: 2px solid rgba(217,43,51,.18);
  outline-offset: 2px;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 9999;
  max-width: 1120px;
  margin: 0 auto;
}
.cookie-consent[hidden] { display: none !important; }
.cookie-consent__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.05rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(35,24,21,.10);
  box-shadow: 0 26px 80px rgba(24,13,10,.18), 0 8px 22px rgba(24,13,10,.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.cookie-consent__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(217,43,51,.11), rgba(242,125,40,.14));
  font-size: 1.45rem;
}
.cookie-consent__text strong {
  display: block;
  color: var(--v14-ink, #231815);
  font-size: 1.04rem;
  margin-bottom: .28rem;
}
.cookie-consent__text p {
  margin: 0;
  color: var(--v14-muted, #6f5e57);
  line-height: 1.55;
  font-size: .94rem;
}
.cookie-consent__text a {
  display: inline-flex;
  margin-top: .38rem;
  color: var(--v14-red, #d92b33);
  font-weight: 800;
  text-decoration: none;
}
.cookie-consent__actions {
  display: flex;
  gap: .65rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .85rem 1.05rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
@media (hover: hover) { .cookie-btn:hover { transform: translateY(-1px); } }
.cookie-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--v14-red, #d92b33), var(--v14-orange, #f27d28));
  box-shadow: 0 14px 24px rgba(217,43,51,.22);
}
.cookie-btn--ghost {
  color: var(--v14-ink, #231815);
  background: rgba(35,24,21,.04);
  border-color: rgba(35,24,21,.10);
}
.cookie-btn--ghost:hover {
  border-color: rgba(217,43,51,.20);
  color: var(--v14-red, #d92b33);
  background: rgba(217,43,51,.06);
}

@media (max-width: 920px) {
  .cookie-consent__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .cookie-consent__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  .language-switcher {
    order: 0;
    width: auto;
    margin-top: 0;
  }
  .lang-flag {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    min-height: 48px;
  }
  .lang-flag span:first-child { font-size: 1.25rem; }
}
@media (max-width: 640px) {
  .cookie-consent { bottom: .75rem; width: calc(100% - 1rem); }
  .cookie-consent__inner {
    grid-template-columns: 1fr;
    padding: .9rem;
    border-radius: 22px;
  }
  .cookie-consent__icon { display: none; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-btn { width: 100%; }
}
@media (max-width: 420px) {
  .header-actions { display: flex; }
  .header-actions .btn { display: none; }
}


/* =====================================================================
   V22  echte Flaggen-Icons + PDF-Downloads
   ===================================================================== */
.language-switcher {
  gap: .5rem;
  padding: .38rem;
}
.lang-flag {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 14px;
  overflow: visible;
  background: rgba(255,255,255,.82);
}
.lang-flag__icon {
  display: block;
  width: 34px;
  height: 24px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(24,13,10,.18);
  line-height: 0;
}
.lang-flag__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lang-flag span:first-child { font-size: 0; filter: none; }
.lang-flag.is-active::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v14-red, #d92b33);
  box-shadow: 0 0 0 2px #fff;
}
.v22-download-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.v22-download-buttons--hero,
.v22-download-buttons--center,
.v22-download-buttons--page {
  display: flex;
}
.v22-download-btn {
  gap: .55rem;
  white-space: nowrap;
}
.v22-download-btn__icon {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-weight: 900;
  line-height: 1;
}
.v14-btn--soft .v22-download-btn__icon,
.v14-btn--outline .v22-download-btn__icon,
.v14-btn--outline-dark .v22-download-btn__icon {
  background: rgba(217,43,51,.10);
  color: var(--v14-red, #d92b33);
}
.v22-hero-actions {
  align-items: center;
}
.v22-download-area-light,
.v22-download-area-center {
  gap: .9rem;
}
.v22-footer-downloads {
  margin-top: 1.25rem;
}
.v22-download-buttons--footer {
  display: grid;
  gap: .55rem;
}
.v22-download-buttons--footer .v22-download-btn {
  min-height: 48px;
  padding: .65rem .85rem;
  border-radius: 14px;
  font-size: .86rem;
}
.v22-download-buttons--footer-cta {
  display: flex;
}
@media (max-width: 760px) {
  .header-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .language-switcher {
    order: 0;
    width: auto;
    justify-content: flex-end;
    margin-top: 0;
  }
  .lang-flag {
    flex: 0 0 auto;
    width: 44px;
    height: 36px;
  }
  .lang-flag__icon {
    width: 31px;
    height: 21px;
  }
  .v22-download-buttons {
    width: 100%;
  }
  .v22-download-buttons .v22-download-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .header-actions {
    display: flex !important;
  }
  .header-actions .btn {
    display: none;
  }
  .language-switcher {
    gap: .3rem;
    padding: .28rem;
  }
  .lang-flag {
    width: 38px;
    height: 32px;
    border-radius: 12px;
  }
  .lang-flag__icon {
    width: 27px;
    height: 18px;
  }
}


/* =====================================================================
   V23  Lokale Speisekarten + Mobile Feinschliff
   ===================================================================== */
.v22-download-buttons--hero .v22-download-btn,
.v22-download-buttons--center .v22-download-btn,
.v22-download-buttons--page .v22-download-btn {
  min-height: 50px;
}
.site-header .wrap {
  position: relative;
}
@media (max-width: 900px) {
  .site-header .wrap {
    gap: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .brand--legacy-logo img,
  .brand img {
    height: 46px;
  }
  .site-nav {
    margin-left: auto;
  }
  .header-actions {
    margin-left: 0;
    flex: 0 0 auto;
  }
  .language-switcher {
    box-shadow: 0 8px 18px rgba(58,42,33,.08);
  }
}
@media (max-width: 760px) {
  .site-header .wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .brand {
    grid-column: 1;
  }
  .site-nav {
    grid-column: 2;
    justify-self: end;
  }
  .header-actions {
    grid-column: 3;
    justify-self: end;
  }
  .header-actions .btn--sm {
    display: none;
  }
  .nav-list {
    top: 72px;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
  }
  .nav-list.is-open a {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    border-radius: 14px;
    font-size: 1rem;
  }
  .language-switcher {
    padding: .25rem;
    gap: .25rem;
    border-radius: 14px;
  }
  .lang-flag {
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 10px;
  }
  .lang-flag__icon {
    width: 28px;
    height: 19px;
    border-radius: 4px;
  }
  .v14-hero {
    padding-top: 2.3rem;
  }
  .v14-hero__copy h1,
  .v14-page-hero h1,
  .v16-about-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }
  .v14-lead,
  .v14-page-hero p,
  .v16-about-hero p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .v14-hero__actions,
  .v14-inline-actions,
  .v22-download-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: .65rem;
  }
  .v22-download-buttons .v22-download-btn,
  .v14-hero__actions .v14-btn,
  .v14-inline-actions .v14-btn {
    width: 100%;
    min-height: 48px;
    padding: .82rem 1rem;
    justify-content: center;
    white-space: normal;
  }
  .v14-hero__visual {
    min-height: 240px;
    height: 240px;
    margin-top: 1rem;
  }
  .v14-hero-photo {
    border-width: 6px;
    border-radius: 22px;
  }
  .v14-hero-photo--main {
    inset: 0 8% 16% 0;
  }
  .v14-hero-photo--a,
  .v14-hero-photo--b,
  .v14-badge {
    display: none;
  }
  .v14-floating-card {
    left: .5rem;
    right: .5rem;
    bottom: .25rem;
    max-width: none;
    width: auto;
    padding: .9rem;
    border-radius: 18px;
  }
  .v14-info-card,
  .v14-panel,
  .v14-hours-card,
  .v14-service-card,
  .v14-content-card,
  .v14-side-card,
  .v16-story-card,
  .v16-family-card {
    border-radius: 22px;
  }
  .v14-gallery-grid,
  .v14-gallery-strip,
  .v14-card-grid,
  .v14-service-grid {
    grid-template-columns: 1fr;
  }
  .v14-gallery-card,
  .v14-gallery-card:nth-child(1),
  .v14-gallery-card:nth-child(4),
  .v14-gallery-strip__item,
  .v14-menu-card {
    min-height: 240px;
  }
  .v14-terrace-visual,
  .v14-page-hero__visual,
  .v16-about-hero__visual {
    min-height: 300px;
  }
  .v14-terrace-photo,
  .v14-page-hero__image,
  .v16-about-photo {
    min-height: 300px;
    border-radius: 24px;
  }
  .cookie-consent {
    z-index: 10000;
  }
}
@media (max-width: 430px) {
  .wrap { padding-left: 1rem; padding-right: 1rem; }
  .site-header .wrap {
    grid-template-columns: auto 42px auto;
    gap: .45rem;
  }
  .brand--legacy-logo img,
  .brand img {
    height: 38px;
    max-width: 105px;
  }
  .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .lang-flag {
    min-height: 48px;
    min-width: 48px;
  }
  .lang-flag__icon {
    width: 25px;
    height: 17px;
  }
  .language-switcher {
    gap: .18rem;
  }
  .v14-hero__copy h1 { font-size: clamp(2.35rem, 15vw, 3.4rem); }
  .v14-section { padding-top: 2.6rem; padding-bottom: 2.6rem; }
}


/* V24  Speisekarten nur noch zentral statt ueberall */
#speisekarten {
  scroll-margin-top: 110px;
}
.v24-footer-menu-link {
  margin-top: 1rem;
  font-weight: 800;
}
.v24-footer-menu-link a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#speisekarten .v22-download-buttons {
  justify-content: center;
}
@media (max-width: 640px) {
  #speisekarten .v22-download-buttons {
    width: 100%;
  }
  #speisekarten .v22-download-buttons .v22-download-btn {
    width: 100%;
  }
}


/* V25 Admin-gesteuertes Info-Popup */
.viva-info-popup[hidden]{display:none!important;}
.viva-info-popup{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1.2rem;}
.viva-info-popup__backdrop{position:absolute;inset:0;background:rgba(35,24,21,.54);backdrop-filter:blur(8px);}
.viva-info-popup__box{position:relative;width:min(560px,100%);background:linear-gradient(180deg,#fffdfb,#fff6ee);border:1px solid rgba(35,24,21,.10);border-radius:32px;padding:clamp(1.4rem,4vw,2.2rem);box-shadow:0 34px 90px rgba(24,13,10,.28);}
.viva-info-popup__close{position:absolute;right:1rem;top:1rem;width:42px;height:42px;border-radius:50%;border:1px solid rgba(35,24,21,.1);background:#fff;cursor:pointer;font-size:1.7rem;line-height:1;color:var(--v14-ink);}
.viva-info-popup__kicker{display:inline-flex;color:var(--v14-red);font-weight:900;letter-spacing:.13em;text-transform:uppercase;font-size:.75rem;margin-bottom:.7rem;}
.viva-info-popup h2{font-size:clamp(1.9rem,4vw,3rem);margin:0 2rem .8rem 0;line-height:1.05;}
.viva-info-popup p{color:var(--v14-muted);font-size:1.05rem;line-height:1.75;margin:0;}
.viva-info-popup__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem;}
body.popup-open{overflow:hidden;}
@media(max-width:640px){.viva-info-popup{align-items:end;padding:.75rem}.viva-info-popup__box{border-radius:26px}.viva-info-popup__actions{flex-direction:column}.viva-info-popup__actions .v14-btn{width:100%;}}


/*  V30  Kontaktformular  */
.viva-contact-form-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.viva-contact-form-intro {
  margin-bottom: 2rem;
}
.viva-contact-form-intro h2 {
  margin: .35rem 0 .6rem;
}
.viva-contact-form-intro p {
  color: var(--ink-soft, #6b5c57);
  max-width: 560px;
}

.viva-form-notice {
  padding: 1rem 1.2rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: .97rem;
  line-height: 1.6;
}
.viva-form-notice--success {
  background: #f0faf4;
  border: 1px solid #a5d6b7;
  color: #1a5c35;
}
.viva-form-notice--error {
  background: #fff5f5;
  border: 1px solid #f5a5a5;
  color: #8b1a1a;
}

.viva-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.viva-form-row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.viva-form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.viva-form-group label {
  font-size: .88rem;
  font-weight: 700;
  color: var(--v14-ink, #1F1410);
  letter-spacing: .02em;
}
.viva-form-group label span {
  color: var(--v14-red, #c0392b);
}
.viva-form-group input,
.viva-form-group textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid rgba(31,20,16,.15);
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--v14-ink, #1F1410);
  background: #fffdfb;
  transition: border-color .15s, box-shadow .15s;
  appearance: none;
  box-sizing: border-box;
}
.viva-form-group input:focus,
.viva-form-group textarea:focus {
  outline: none;
  border-color: var(--v14-red, #c0392b);
  box-shadow: 0 0 0 3px rgba(192,57,43,.12);
}
.viva-form-group textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.65;
}
.viva-form-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.viva-form-privacy {
  font-size: .82rem;
  color: var(--ink-soft, #6b5c57);
  line-height: 1.55;
  flex: 1;
  margin: 0;
  min-width: 220px;
}
.viva-form-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Honeypot  komplett verstecken, auch fuer Screen-Reader irrelevant */
.viva-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 640px) {
  .viva-form-row--half { grid-template-columns: 1fr; }
  .viva-form-footer { flex-direction: column; align-items: flex-start; }
  .viva-form-footer .v14-btn { width: 100%; text-align: center; }
}


/*  V30  Galerie Lazy-BG  */
/* Basis: grauer Platzhalter bis geladen */
.v14-gallery-card[data-lazy-bg] {
  background-color: #e8ddd9;
  transition: background-image .3s ease;
}

@media (max-width: 600px) {
  .v14-hero__grid {
    display: flex;
    flex-direction: column;
  }
  .v14-hero__visual {
    order: -1;
    width: 100%;
    height: 220px;
    min-height: 220px;
    border-radius: 16px;
    margin-bottom: .5rem;
  }
  .v14-hero-photo--main {
    inset: 0;
    border-radius: 16px;
    border: none;
    box-shadow: none;
  }
  .v14-floating-card {
    display: none;
  }
  .v14-badge {
    display: none;
  }
  .v14-hero__copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }
  .v14-claim {
    font-size: 1.1rem;
  }
  .v14-hero__actions {
    flex-direction: column;
    gap: .5rem;
    margin: 1rem 0 1.25rem;
  }
  .v14-hero__actions .v14-btn,
  .v14-hero__actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
}

/* ================================================================
   APP-TABBAR - hide on desktop
================================================================ */
.app-tabbar { display: none; }

/* ================================================================
   MOBILE ( max 768px ) - everything with !important
================================================================ */
@media only screen and (max-width: 768px) {

  /* body spacer for tab bar */
  body { padding-bottom: 72px !important; }

  /* ------- HEADER: one line ------------------------------------ */
  .site-header .wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    gap: .5rem !important;
    flex-wrap: nowrap !important;
  }
  .brand { flex-shrink: 0 !important; }
  .brand img { height: 30px !important; max-width: 80px !important; }
  .site-nav { display: none !important; }
  /* Language switcher - compact flags only, no text */
  .language-switcher {
    display: inline-flex !important;
    gap: .15rem !important;
    padding: .2rem !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .lang-flag {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255,255,255,.7) !important;
    border: 1px solid rgba(0,0,0,.08) !important;
  }
  .lang-flag.is-active {
    background: #fff !important;
    border-color: #C5512E !important;
    box-shadow: 0 0 0 2px rgba(197,81,46,.2) !important;
  }
  .lang-flag__text { display: none !important; }
  .lang-flag__icon {
    width: 20px !important;
    height: 14px !important;
    border-radius: 3px !important;
  }


  /* ------- TAB BAR -------------------------------------------- */
  .app-tabbar {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 9999 !important;
    background: rgba(251,246,236,.97) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    padding-bottom: env(safe-area-inset-bottom, 6px) !important;
  }
  .app-tab {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 7px 2px 5px !important;
    text-decoration: none !important;
    color: #9a8878 !important;
    font-size: .58rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    min-height: 54px !important;
  }
  .app-tab.is-active { color: #C5512E !important; }
  .app-tab__icon-wrap {
    width: 36px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    border-radius: 8px !important;
    transition: background .15s !important;
  }
  .app-tab.is-active .app-tab__icon-wrap {
    background: rgba(197,81,46,.12) !important;
  }
  .app-tab--cta { color: #C5512E !important; }
  .app-tab--cta .app-tab__cta-btn {
    width: 46px !important; height: 46px !important;
    background: #C5512E !important; color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.15rem !important;
    margin-top: -18px !important;
    box-shadow: 0 4px 18px rgba(197,81,46,.5) !important;
    border: 3px solid #fbf6ec !important;
  }
  .app-tab--cta .app-tab__label { color: #C5512E !important; }

  /* ------- HERO: fullscreen image with text ------------------- */
  .v14-hero { padding: 0 !important; }
  .v14-hero__grid {
    display: block !important;
    position: relative !important;
    min-height: 90svh !important;
  }
  .v14-hero__visual {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    width: 100% !important;
    min-height: 90svh !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }
  .v14-hero-photo--main {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .v14-hero__img {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;
    border-radius: 0 !important;
  }
  /* STRONG gradient overlay */
  .v14-hero__visual::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.55) 0%,
      rgba(0,0,0,.3) 30%,
      rgba(0,0,0,.65) 60%,
      rgba(0,0,0,.92) 100%
    ) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  /* Text over image at bottom */
  .v14-hero__copy {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    min-height: 90svh !important;
    padding: 1.5rem 1.1rem 1.5rem !important;
  }
  .v14-hero__copy .v14-kicker {
    color: rgba(255,255,255,.85) !important;
    font-size: .64rem !important;
    margin-bottom: .5rem !important;
  }
  .v14-hero__copy .v14-kicker::before {
    background: rgba(255,255,255,.55) !important;
  }
  .v14-hero__copy h1 {
    color: #ffffff !important;
    font-size: clamp(1.8rem, 7.5vw, 2.5rem) !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 20px rgba(0,0,0,.6), 0 1px 4px rgba(0,0,0,.5) !important;
    margin-bottom: .5rem !important;
  }
  .v14-hero__copy h1::after { display: none !important; }
  /* HIDE subtitle/claim always */
  .v14-hero__copy .v14-claim,
  .v14-hero__copy p.v14-claim { display: none !important; }
  .v14-lead, .v14-hero__copy .v14-lead {
    color: rgba(255,255,255,.9) !important;
    font-size: .95rem !important;
    line-height: 1.55 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,.5) !important;
    margin-bottom: 1.1rem !important;
    max-width: none !important;
  }
  /* Primary button full width */
  .v14-hero__actions {
    display: flex !important;
    flex-direction: column !important;
    gap: .5rem !important;
    margin: 0 0 1rem !important;
  }
  .v14-hero__actions .v14-btn,
  .v14-hero__actions .btn {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    font-size: .97rem !important;
    font-weight: 700 !important;
  }
  .v14-hero__actions .v14-btn--outline,
  .v14-hero__actions .btn--ghost {
    background: rgba(255,255,255,.12) !important;
    border-color: rgba(255,255,255,.4) !important;
    color: #ffffff !important;
    backdrop-filter: blur(6px) !important;
  }
  /* Info cards: only 2, frosted glass */
  .v14-hero__info {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .4rem !important;
  }
  .v14-info-card:nth-child(n+3) { display: none !important; }
  .v14-info-card {
    background: rgba(0,0,0,.35) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border-radius: 14px !important;
    padding: .75rem .85rem !important;
    box-shadow: none !important;
  }
  .v14-info-card span {
    color: rgba(255,255,255,.65) !important;
    font-size: .6rem !important;
    display: block !important;
    margin-bottom: .2rem !important;
  }
  .v14-info-card strong {
    color: #ffffff !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    display: block !important;
    text-shadow: none !important;
  }
  /* Hide decorative elements */
  .v14-floating-card { display: none !important; }
  .v14-badge { display: none !important; }
  .v14-hero-photo--a { display: none !important; }
  .v14-hero-photo--b { display: none !important; }

  /* ------- SUBPAGE HEROES: compact text only ------------------ */
  .v14-page-hero, .v16-about-hero {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .v14-page-hero__grid, .v16-about-hero__grid {
    grid-template-columns: 1fr !important;
  }
  .v14-page-hero__visual, .v16-about-hero__visual {
    display: none !important;
  }

  /* ------- GENERAL -------------------------------------------- */
  .wrap {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  h1 { font-size: clamp(1.8rem, 7vw, 2.5rem) !important; }
  h2 { font-size: clamp(1.35rem, 5.5vw, 1.8rem) !important; }
  .v14-service-grid,
  .v14-card-grid { grid-template-columns: 1fr !important; }
  .v14-gallery-grid { grid-template-columns: 1fr 1fr !important; }
  .v14-gallery-card:nth-child(even) { transform: none !important; }
  .site-footer .wrap.footer-grid { grid-template-columns: 1fr !important; }
  .v14-btn, .btn { min-height: 48px !important; }
}

/* =====================================================================
   VIVA MOBILE FINAL FIX 2026-06-02
   Ziel: Desktop unverändert lassen, Mobile komplett sauber machen.
   Diese Regeln stehen bewusst am Ende und greifen nur bis 768px.
   ===================================================================== */

@media (max-width: 768px) {
  :root {
    --mobile-header-h: 66px;
    --mobile-tabbar-h: 68px;
  }

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    padding-bottom: calc(var(--mobile-tabbar-h) + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.nav-open {
    overflow: hidden !important;
  }

  .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  img,
  video,
  iframe,
  table {
    max-width: 100% !important;
  }

  h1 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.025em !important;
  }

  h2 {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
    line-height: 1.12 !important;
  }

  h3 {
    font-size: clamp(1.12rem, 4.8vw, 1.35rem) !important;
  }

  p,
  li,
  .v14-lead,
  .v14-page-hero p,
  .v16-about-hero p {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  /* Header: stabile 3-Spalten-Zeile */
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9000 !important;
    background: rgba(251, 246, 236, .97) !important;
    backdrop-filter: blur(14px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(145%) !important;
    border-bottom: 1px solid rgba(58,42,33,.12) !important;
  }

  .site-header .wrap {
    min-height: var(--mobile-header-h) !important;
    display: grid !important;
    grid-template-columns: minmax(92px, auto) 48px minmax(96px, auto) !important;
    align-items: center !important;
    gap: .55rem !important;
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
  }

  .brand,
  .brand--legacy-logo {
    grid-column: 1 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 120px !important;
  }

  .brand img,
  .brand--legacy-logo img {
    width: auto !important;
    height: 42px !important;
    max-width: 120px !important;
    object-fit: contain !important;
  }

  .site-nav {
    display: flex !important;
    grid-column: 2 !important;
    justify-self: center !important;
    margin: 0 !important;
    position: static !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 14px !important;
    background: var(--paper) !important;
    border: 1px solid rgba(58,42,33,.16) !important;
    box-shadow: 0 6px 18px rgba(58,42,33,.07) !important;
  }

  .nav-toggle span {
    left: 12px !important;
    right: 12px !important;
  }

  .header-actions {
    display: flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .header-actions .btn,
  .header-actions .btn--sm,
  .header-actions > a.btn {
    display: none !important;
  }

  .language-switcher {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: .18rem !important;
    padding: .18rem !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.62) !important;
    border: 1px solid rgba(58,42,33,.10) !important;
    box-shadow: none !important;
  }

  .lang-flag {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .lang-flag__text {
    display: none !important;
  }

  .lang-flag__icon {
    width: 21px !important;
    height: 15px !important;
  }

  /* Mobile-Menü: echtes Dropdown statt kaputter Desktop-Navi */
  .nav-list {
    position: fixed !important;
    top: var(--mobile-header-h) !important;
    left: .75rem !important;
    right: .75rem !important;
    z-index: 9200 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: .35rem !important;
    max-height: calc(100svh - var(--mobile-header-h) - var(--mobile-tabbar-h) - 1rem) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: .7rem !important;
    list-style: none !important;
    border-radius: 22px !important;
    background: rgba(255,253,248,.98) !important;
    border: 1px solid rgba(58,42,33,.13) !important;
    box-shadow: 0 28px 70px rgba(58,42,33,.22) !important;
  }

  .nav-list.is-open {
    display: grid !important;
  }

  .nav-list li,
  .nav-list a {
    width: 100% !important;
  }

  .nav-list a {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: .78rem .9rem !important;
    border-radius: 14px !important;
    color: var(--ink) !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 750 !important;
  }

  .nav-list a::after {
    display: none !important;
  }

  .nav-list a[aria-current="page"],
  .nav-list a:hover {
    color: var(--clay) !important;
    background: rgba(197,81,46,.09) !important;
  }

  /* Hero Startseite: mobil gestapelt, nicht fullscreen chaotisch */
  .v14-hero {
    padding: 1.35rem 0 2.1rem !important;
    overflow: hidden !important;
  }

  .v14-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    gap: 1rem !important;
  }

  .v14-hero__copy {
    order: 2 !important;
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: var(--ink) !important;
  }

  .v14-hero__copy .v14-kicker {
    color: var(--clay) !important;
    font-size: .68rem !important;
    margin-bottom: .8rem !important;
    text-shadow: none !important;
  }

  .v14-hero__copy .v14-kicker::before {
    background: linear-gradient(90deg, var(--clay), var(--saffron)) !important;
  }

  .v14-hero__copy h1 {
    color: var(--cacao) !important;
    font-size: clamp(2.05rem, 8.2vw, 2.75rem) !important;
    line-height: 1.03 !important;
    margin: 0 0 .75rem !important;
    text-shadow: none !important;
  }

  .v14-hero__copy h1::after {
    display: block !important;
  }

  .v14-lead,
  .v14-hero__copy .v14-lead,
  .v14-hero__copy p {
    color: var(--ink-soft) !important;
    font-size: 1rem !important;
    line-height: 1.62 !important;
    text-shadow: none !important;
    max-width: none !important;
  }

  .v14-claim,
  .v14-hero__copy .v14-claim,
  .v14-hero__copy p.v14-claim {
    display: block !important;
    color: var(--clay) !important;
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    margin: .55rem 0 .85rem !important;
  }

  .v14-hero__visual {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
  }

  .v14-hero__visual::after,
  .v14-hero__glow,
  .v14-hero-photo--a,
  .v14-hero-photo--b,
  .v14-badge,
  .v14-floating-card {
    display: none !important;
  }

  .v14-hero-photo,
  .v14-hero-photo--main {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: clamp(220px, 58vw, 330px) !important;
    min-height: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    border: 7px solid rgba(255,253,248,.95) !important;
    box-shadow: 0 18px 42px rgba(58,42,33,.14) !important;
  }

  .v14-hero__img,
  .v14-hero-photo img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 17px !important;
  }

  .v14-hero__actions,
  .v14-inline-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .65rem !important;
    width: 100% !important;
    margin: 1.1rem 0 1.2rem !important;
  }

  .v14-hero__actions .v14-btn,
  .v14-hero__actions .btn,
  .v14-inline-actions .v14-btn,
  .v14-inline-actions .btn,
  .v22-download-buttons .v22-download-btn,
  .cookie-btn {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .v14-hero__actions .v14-btn--outline,
  .v14-hero__actions .btn--ghost {
    background: transparent !important;
    color: var(--clay) !important;
    border-color: rgba(197,81,46,.35) !important;
    backdrop-filter: none !important;
  }

  .v14-hero__info {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .65rem !important;
  }

  .v14-info-card,
  .v14-info-card:nth-child(n+3) {
    display: block !important;
  }

  .v14-info-card {
    background: var(--paper) !important;
    color: var(--ink) !important;
    border: 1px solid var(--line-soft) !important;
    border-radius: 18px !important;
    padding: .95rem 1rem !important;
    box-shadow: var(--shadow-sm) !important;
    backdrop-filter: none !important;
  }

  .v14-info-card span {
    color: var(--ink-soft) !important;
    font-size: .7rem !important;
    display: block !important;
    margin-bottom: .15rem !important;
  }

  .v14-info-card strong {
    color: var(--cacao) !important;
    font-size: .98rem !important;
    text-shadow: none !important;
  }

  /* Unterseiten und allgemeine Layouts */
  .v14-section,
  .v16-section {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .v14-page-hero,
  .v16-about-hero,
  .v17-legal-hero {
    padding: 1.8rem 0 2rem !important;
  }

  .v14-page-hero__grid,
  .v16-about-hero__grid,
  .v14-terrace-grid,
  .v14-notice-grid,
  .v14-hours-grid,
  .v14-split-grid,
  .v14-content-grid,
  .v14-contact-panels,
  .v16-about-story-grid,
  .v16-family-grid,
  .v17-footer-cta,
  .v17-legal-layout,
  .viva-form-row--half {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.15rem !important;
  }

  .v14-gallery-grid,
  .v14-gallery-strip,
  .v14-service-grid,
  .v14-card-grid,
  .v22-download-buttons,
  .v22-download-buttons--hero,
  .v22-download-buttons--page,
  .v22-download-buttons--center {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .9rem !important;
  }

  .v14-page-hero__visual,
  .v16-about-hero__visual,
  .v14-terrace-visual {
    display: block !important;
    min-height: 0 !important;
  }

  .v14-page-hero__image,
  .v16-about-photo,
  .v14-terrace-photo,
  .v14-gallery-card,
  .v14-gallery-strip__item,
  .v14-menu-card {
    min-height: 230px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  .v14-gallery-card:nth-child(1),
  .v14-gallery-card:nth-child(4) {
    min-height: 230px !important;
  }

  .v14-panel,
  .v14-hours-card,
  .v14-service-card,
  .v14-content-card,
  .v14-side-card,
  .v16-story-card,
  .v16-family-card,
  .v17-footer-cta,
  .viva-info-popup__box,
  .cookie-consent__inner {
    border-radius: 22px !important;
  }

  .v14-panel,
  .v14-hours-card,
  .v14-service-card,
  .v14-content-card,
  .v14-side-card,
  .v16-story-card,
  .v16-family-card {
    padding: 1.15rem !important;
  }

  .v14-contact-list > div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .2rem !important;
  }

  .footer-hours-list > div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .05rem !important;
    padding: .35rem 0 !important;
  }

  .site-footer .wrap.footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.6rem !important;
  }

  .footer-bar .wrap {
    text-align: center !important;
  }

  .cookie-consent {
    left: .75rem !important;
    right: .75rem !important;
    bottom: calc(var(--mobile-tabbar-h) + env(safe-area-inset-bottom, 0px) + .75rem) !important;
    width: auto !important;
    z-index: 9500 !important;
  }

  .cookie-consent__inner,
  .cookie-consent__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .8rem !important;
  }

  .app-tabbar {
    display: flex !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9300 !important;
    min-height: var(--mobile-tabbar-h) !important;
    padding: .35rem .35rem calc(.35rem + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(251,246,236,.98) !important;
    border-top: 1px solid rgba(58,42,33,.12) !important;
    box-shadow: 0 -10px 30px rgba(58,42,33,.10) !important;
  }

  .app-tab {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: .25rem .1rem !important;
    color: var(--ink-soft) !important;
    font-size: .58rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
  }

  .app-tab__icon-wrap {
    font-size: 1.12rem !important;
  }

  .app-tab--cta .app-tab__cta-btn {
    width: 44px !important;
    height: 44px !important;
    margin-top: -16px !important;
  }
}

@media (max-width: 420px) {
  .site-header .wrap {
    grid-template-columns: minmax(82px, auto) 44px minmax(88px, auto) !important;
    gap: .35rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .brand img,
  .brand--legacy-logo img {
    height: 36px !important;
    max-width: 98px !important;
  }

  .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .lang-flag {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .lang-flag__icon {
    width: 18px !important;
    height: 13px !important;
  }

  .v14-hero-photo,
  .v14-hero-photo--main {
    height: 218px !important;
    border-width: 6px !important;
  }
}

/* ---------------------------------------------------------------------
   Footer Polish 2026 - Desktop bleibt ruhig, Mobile sauber gestapelt
   --------------------------------------------------------------------- */
.site-footer--new {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(224,163,59,.18), transparent 32rem),
    radial-gradient(circle at 90% 12%, rgba(197,81,46,.13), transparent 30rem),
    linear-gradient(180deg, rgba(251,246,236,0), #f6ead9 22%, #f1dfc8 100%);
}
.site-footer--new::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(58,42,33,.055));
}
.footer-cta--polished {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 24px 70px rgba(58,42,33,.22);
}
.footer-cta--polished h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .98;
  max-width: 680px;
}
.footer-cta--polished p { max-width: 620px; font-size: 1.05rem; }
.footer-cta__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  justify-self: end;
  width: min(100%, 310px);
}
.footer-cta__actions .v14-btn {
  width: 100%;
  justify-content: center;
  min-height: 50px;
}
.footer-grid--polished {
  position: relative;
  z-index: 1;
  align-items: stretch;
  grid-template-columns: 1.25fr 1fr 1.15fr .9fr !important;
  gap: 1rem !important;
}
.footer-card {
  min-width: 0;
  background: rgba(255,250,242,.72);
  border: 1px solid rgba(98,70,50,.12);
  border-radius: 24px;
  padding: 1.35rem;
  box-shadow: 0 16px 42px rgba(58,42,33,.07);
}
.footer-card--brand {
  max-width: none;
  background: linear-gradient(160deg, rgba(255,250,242,.92), rgba(255,245,229,.68));
}
.site-footer--new .brand--legacy-logo-footer img {
  height: 72px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}
.site-footer--new .footer-tag {
  margin: 1rem 0 0;
  color: rgba(58,42,33,.78);
  line-height: 1.65;
}
.site-footer--new .footer-h {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .9rem;
  font-size: 1.18rem;
}
.site-footer--new .footer-h::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--clay);
  box-shadow: 0 0 0 5px rgba(197,81,46,.10);
}
.footer-mini-actions,
.footer-contact-list {
  list-style: none;
  display: grid;
  gap: .55rem;
  margin: 1rem 0 0;
  padding: 0;
}
.footer-mini-actions a,
.footer-contact-list a,
.footer-menu-pill {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: .62rem .78rem;
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(98,70,50,.10);
  color: var(--cacao);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.footer-mini-actions a:hover,
.footer-contact-list a:hover,
.footer-menu-pill:hover {
  color: var(--clay);
  border-color: rgba(197,81,46,.28);
  background: #fff8ed;
  transform: translateY(-1px);
}
.site-footer--new address {
  margin-bottom: .65rem;
  line-height: 1.65;
}
.site-footer--new .footer-hours-list {
  gap: .35rem;
}
.site-footer--new .footer-hours-list > div {
  display: grid;
  grid-template-columns: minmax(80px, .85fr) minmax(96px, 1fr);
  align-items: center;
  gap: .75rem;
  min-height: 39px;
  padding: .36rem .55rem;
  border-radius: 12px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(98,70,50,.08);
}
.site-footer--new .footer-hours-list span {
  text-align: right;
  white-space: nowrap;
}
.site-footer--new .footer-hours-kitchen {
  margin: .8rem 0 .75rem;
  padding: .75rem .85rem;
  border-radius: 14px;
  color: var(--cacao);
  background: rgba(224,163,59,.15);
  border: 1px solid rgba(224,163,59,.22);
  font-weight: 700;
}
.footer-menu-pill {
  justify-content: center;
  text-align: center;
  margin-top: .4rem;
}
.site-footer--new .footer-links {
  gap: .35rem;
}
.site-footer--new .footer-links a {
  min-height: 40px;
  padding: .42rem .6rem;
  border-radius: 12px;
  background: transparent;
}
.site-footer--new .footer-links a:hover {
  background: rgba(197,81,46,.08);
}
.footer-bar--polished {
  position: relative;
  z-index: 1;
  background: rgba(58,42,33,.06);
}
.footer-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer-bar__links {
  display: flex;
  align-items: center;
  gap: .85rem;
}
.footer-bar__links a {
  color: var(--ink-soft);
  font-size: .86rem;
  font-weight: 700;
}
.footer-bar__links a:hover { color: var(--clay); }

@media (max-width: 1100px) {
  .footer-grid--polished {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .site-footer--new {
    margin-top: 2.4rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: calc(var(--mobile-tabbar-h) + env(safe-area-inset-bottom, 0px)) !important;
  }
  .footer-cta--polished {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 1.35rem !important;
    border-radius: 24px !important;
    margin-bottom: 1rem !important;
  }
  .footer-cta--polished h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem) !important;
    line-height: 1.03 !important;
  }
  .footer-cta--polished p {
    font-size: .98rem !important;
  }
  .footer-cta__actions {
    width: 100% !important;
    justify-self: stretch !important;
  }
  .footer-grid--polished {
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1.2rem !important;
  }
  .footer-card {
    padding: 1.05rem !important;
    border-radius: 20px !important;
  }
  .site-footer--new .brand--legacy-logo-footer img {
    height: 56px !important;
    max-width: 165px !important;
  }
  .footer-mini-actions {
    grid-template-columns: 1fr !important;
  }
  .site-footer--new .footer-hours-list > div {
    grid-template-columns: 1fr !important;
    gap: .1rem !important;
    align-items: start !important;
  }
  .site-footer--new .footer-hours-list span {
    text-align: left !important;
    white-space: normal !important;
  }
  .footer-bar__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
  }
  .footer-bar__links {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
