/* ==========================================================================
   Griesbräu zu Murnau — gemeinsame Styles (mehrseitige Website, DE + EN)
   Light ist Default (:root). Dark via :root[data-theme="dark"].
   Kein prefers-color-scheme-Default. Fonts self-hosted (assets/fonts/).
   ========================================================================== */

/* --- Self-hosted Fonts ------------------------------------------------- */
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("assets/fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 400 700; font-display: swap;
  src: url("assets/fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 400 700; font-display: swap;
  src: url("assets/fonts/fraunces-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Mulish"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/mulish-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Mulish"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/mulish-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Mulish"; font-style: italic; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/mulish-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Mulish"; font-style: italic; font-weight: 400 800; font-display: swap;
  src: url("assets/fonts/mulish-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Design-Tokens ----------------------------------------------------- */
:root {
  /* Markenfarben */
  --green-900: #00553C;
  --green-700: #277F60;
  --malt:      #C98A3B;
  --cream:     #F7F3EC;
  --ink:       #1C2620;
  --greige:    #B4A799;

  /* Semantische Tokens (Light = Default) */
  --bg:          #F7F3EC;
  --surface:     #FFFFFF;
  --surface-2:   #F0E8DA;
  --surface-3:   #EAE0CF;
  --text:        #1C2620;
  --text-muted:  rgba(28, 38, 32, .70);
  --border:      rgba(28, 38, 32, .13);
  --border-strong: rgba(28, 38, 32, .22);

  --brand:       #00553C;
  --brand-ink:   #00553C;
  --brand-2:     #277F60;
  --accent:      #C98A3B;
  --accent-ink:  #9A6522;
  --on-brand:    #F7F3EC;
  --on-accent:   #241606;

  --header-bg:   rgba(247, 243, 236, .88);
  --shadow-sm:   0 1px 2px rgba(28,38,32,.06), 0 2px 8px rgba(28,38,32,.06);
  --shadow-md:   0 6px 22px rgba(28,38,32,.12);
  --shadow-lg:   0 18px 48px rgba(28,38,32,.18);

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

  /* Radien & Layout */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;
  --maxw: 1180px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);

  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg:          #12201A;
  --surface:     #17271F;
  --surface-2:   #1D3127;
  --surface-3:   #244035;
  --text:        #EDE8DC;
  --text-muted:  rgba(237, 232, 220, .70);
  --border:      rgba(237, 232, 220, .15);
  --border-strong: rgba(237, 232, 220, .26);

  --brand:       #2E9670;
  --brand-ink:   #7FD3B2;
  --brand-2:     #43A882;
  --accent:      #E0A75A;
  --accent-ink:  #E7B978;
  --on-brand:    #F4EFE6;
  --on-accent:   #241606;

  --header-bg:   rgba(18, 32, 26, .86);
  --shadow-sm:   0 1px 2px rgba(0,0,0,.30), 0 2px 8px rgba(0,0,0,.30);
  --shadow-md:   0 6px 22px rgba(0,0,0,.42);
  --shadow-lg:   0 18px 48px rgba(0,0,0,.55);

  color-scheme: dark;
}

/* --- Reset / Basis ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-ink); text-decoration-color: color-mix(in srgb, var(--brand-ink) 45%, transparent); text-underline-offset: .18em; }
a:hover { text-decoration-color: currentColor; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  color: var(--text);
}
h1 { font-size: clamp(2.1rem, 1.4rem + 3.2vw, 3.7rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .7vw, 1.5rem); }
p { margin: 0 0 1rem; }

/* Sichtbarer Fokus für Tastaturnutzung */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}
:where(a, button, input, .btn):focus:not(:focus-visible) { outline: none; }

/* Skip-Link */
.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--brand); color: var(--on-brand);
  padding: .7rem 1.1rem; border-radius: var(--r-sm);
  z-index: 200; transition: top .18s ease; font-weight: 700;
}
.skip-link:focus { top: 12px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --- Layout-Helfer ----------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3rem, 2rem + 6vw, 6rem); }
.section--tight { padding-block: clamp(2.2rem, 1.6rem + 3vw, 3.6rem); }
.section--surface { background: var(--surface); }
.section--tint { background: var(--surface-2); }

.eyebrow {
  display: inline-block;
  font-family: var(--body);
  font-weight: 800; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent-ink);
  margin: 0 0 .8rem;
}
.lead { font-size: clamp(1.08rem, 1rem + .4vw, 1.28rem); color: var(--text-muted); max-width: 60ch; }
.section-head { max-width: 62ch; margin: 0 auto clamp(1.8rem, 1.2rem + 2vw, 3rem); text-align: center; }
.section-head.left { margin-inline: 0; text-align: left; }

/* --- Buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--body); font-weight: 700; font-size: .98rem;
  padding: .8rem 1.5rem; border-radius: var(--r-pill);
  border: 2px solid transparent; cursor: pointer;
  text-decoration: none; line-height: 1.1;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brand); color: var(--on-brand); border-color: var(--brand); }
.btn--primary:hover { background: var(--green-700); border-color: var(--green-700); }
.btn--accent { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.btn--accent:hover { filter: brightness(1.05); }
.btn--ghost { background: transparent; color: var(--brand-ink); border-color: var(--border-strong); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-ink); }
.btn--outline-light { background: transparent; color: var(--on-brand); border-color: rgba(247,243,236,.55); }
.btn--outline-light:hover { border-color: var(--on-brand); background: rgba(247,243,236,.10); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--header-bg);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 68px; padding-block: .5rem;
}

.brand {
  display: inline-flex; align-items: center; gap: .6rem;
  text-decoration: none; color: var(--text); margin-right: auto;
}
.brand img { width: auto; height: 42px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--brand-ink); letter-spacing: -.01em; }
.brand__sub { font-family: var(--body); font-weight: 800; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); margin-top: .18rem; }

/* Hauptnavigation */
.main-nav { display: flex; align-items: center; }
.main-nav__list {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center;
  gap: .15rem; margin: 0; padding: 0;
}
.main-nav__list a {
  display: inline-block; padding: .5rem .62rem; border-radius: var(--r-sm);
  text-decoration: none; color: var(--text); font-weight: 700; font-size: .9rem;
  transition: background-color .14s ease, color .14s ease;
}
.main-nav__list a:hover { background: var(--surface-2); color: var(--brand-ink); }
.main-nav__list a[aria-current="page"] {
  color: var(--brand-ink);
  box-shadow: inset 0 -2px 0 var(--accent);
}

/* Header-Tools (Sprache + Theme + Burger) */
.header-tools { display: flex; align-items: center; gap: .5rem; }

.lang-switch {
  display: inline-flex; align-items: center; gap: .1rem;
  border: 1px solid var(--border-strong); border-radius: var(--r-pill);
  padding: .12rem; font-size: .8rem;
}
.lang-switch a {
  display: inline-block; padding: .28rem .58rem; border-radius: var(--r-pill);
  text-decoration: none; color: var(--text-muted); font-weight: 800; letter-spacing: .04em;
}
.lang-switch a[aria-current="true"] { background: var(--brand); color: var(--on-brand); }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--r-pill);
  background: transparent; border: 1px solid var(--border-strong);
  color: var(--text); cursor: pointer;
  transition: background-color .14s ease, border-color .14s ease;
}
.icon-btn:hover { background: var(--surface-2); border-color: var(--brand); }
.icon-btn svg { width: 20px; height: 20px; }

/* Theme-Toggle: Sonne im Light, Mond im Dark */
.theme-toggle .icon-moon { display: none; }
.theme-toggle .icon-sun  { display: block; }
:root[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
:root[data-theme="dark"] .theme-toggle .icon-sun  { display: none; }

/* Burger */
.nav-toggle { display: none; }

@media (max-width: 1000px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: 68px 0 auto 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    max-height: calc(100dvh - 68px); overflow-y: auto;
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: .6rem var(--gutter) 1.2rem; }
  .main-nav__list a { padding: .85rem .4rem; font-size: 1.05rem; border-radius: var(--r-sm); border-bottom: 1px solid var(--border); }
  .main-nav__list li:last-child a { border-bottom: none; }
  .main-nav__list a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--accent); }
}
@media (prefers-reduced-motion: reduce) {
  .main-nav { transition: none; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; color: var(--on-brand);
  background: var(--green-900);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,42,29,.62) 0%, rgba(0,42,29,.52) 45%, rgba(0,42,29,.82) 100%),
    linear-gradient(90deg, rgba(0,42,29,.58), rgba(0,42,29,.10));
}
.hero__inner {
  position: relative; z-index: 1;
  padding-block: clamp(4rem, 3rem + 10vw, 8.5rem);
  max-width: 40rem;
}
.hero .eyebrow { color: #E9C892; }
.hero h1 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.28); }
.hero__slogan {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.8rem);
  color: #F2E6CF; margin: .2rem 0 1.4rem;
}
.hero__lead { color: rgba(247,243,236,.92); font-size: 1.1rem; max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

/* ==========================================================================
   INTRO / Split-Sektion (Text + Bild)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.8rem, 1rem + 4vw, 4rem); align-items: center; }
.split--reverse .split__media { order: -1; }
.split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.split__body h2 { margin-top: .2rem; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
}

/* Kleine Faktenliste */
.facts { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .55rem; }
.facts li { position: relative; padding-left: 1.5rem; color: var(--text); }
.facts li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: .55rem; height: .55rem; border-radius: 50%;
  background: var(--accent);
}

/* ==========================================================================
   TEASER-KARTEN / GRID
   ========================================================================== */
.grid { display: grid; gap: clamp(1.2rem, .8rem + 1.6vw, 2rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3 { grid-template-columns: 1fr; } }

.card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card__media { position: relative; overflow: hidden; }
.card__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .4s ease;
}
.card__body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: .3rem; }
.card__body p { color: var(--text-muted); font-size: .98rem; }
.card__link {
  margin-top: auto; padding-top: .7rem; font-weight: 800; font-size: .92rem;
  color: var(--brand-ink); text-decoration: none; letter-spacing: .01em;
}
.card__link::after { content: " \203A"; }

/* Teaser als Ganzflächen-Link */
.card--link { position: relative; }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.card--link:hover .card__media img { transform: scale(1.045); }
.card--link .stretch::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card--link:focus-within { border-color: var(--brand); box-shadow: var(--shadow-md); }

.card__index {
  position: absolute; top: .7rem; left: .7rem; z-index: 2;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2rem; height: 2rem; padding: 0 .5rem;
  border-radius: var(--r-pill); font-family: var(--display); font-weight: 600;
  background: rgba(0,42,29,.78); color: #F2E6CF; font-size: .95rem;
  backdrop-filter: blur(2px);
}

/* ==========================================================================
   ÖFFNUNGSZEITEN-BAND
   ========================================================================== */
.hours-band { background: var(--surface-2); }
.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; }
.hours-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm);
}
.hours-card h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.hours-card dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; font-size: .96rem; }
.hours-card dt { font-weight: 700; color: var(--text); }
.hours-card dd { margin: 0; color: var(--text-muted); text-align: right; }
.hours-note { margin: .9rem 0 0; font-size: .86rem; color: var(--text-muted); }
.badge-rest {
  display: inline-block; margin-top: .8rem;
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  color: var(--accent-ink); font-weight: 800; font-size: .78rem;
  letter-spacing: .04em; padding: .25rem .7rem; border-radius: var(--r-pill);
}

/* ==========================================================================
   ANFAHRT-TEASER
   ========================================================================== */
.map-teaser__frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
}
.map-teaser__frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.map-pin {
  position: absolute; left: 50%; top: 48%; transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
  color: #fff; text-align: center; pointer-events: none;
}
.map-pin__dot {
  width: 26px; height: 26px; border-radius: 50% 50% 50% 0;
  background: #2b6cff; transform: rotate(-45deg);
  border: 3px solid #fff; box-shadow: 0 4px 14px rgba(0,0,0,.4);
}
.map-pin__label {
  background: rgba(0,42,29,.82); padding: .2rem .6rem; border-radius: var(--r-pill);
  font-size: .78rem; font-weight: 700; backdrop-filter: blur(2px);
}
.map-teaser__addr { font-style: normal; }
.map-teaser__addr strong { font-family: var(--display); font-size: 1.1rem; }

/* ==========================================================================
   KONTAKT / ANFAHRT
   ========================================================================== */
.contact-card { display: flex; flex-direction: column; gap: .3rem; }
.contact-card h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.contact-card address { font-style: normal; color: var(--text-muted); display: grid; gap: .2rem; }
.contact-card .contact-name { font-family: var(--display); color: var(--text); font-size: 1.05rem; }
.contact-card a { color: var(--brand-ink); font-weight: 600; }
.contact-note { margin: .7rem 0 0; font-size: .86rem; color: var(--text-muted); }

/* --- Karte: Klick zum Laden (OpenStreetMap, kein externer Request vorab) --- */
.map-embed {
  position: relative; min-height: 380px;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-md);
  background: var(--surface-2);
  background-image:
    linear-gradient(0deg, var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 36px 36px;
  display: grid; place-items: center; text-align: center;
}
.map-embed__pin {
  position: relative; z-index: 2; max-width: min(92%, 32rem);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-md); box-shadow: var(--shadow-md);
  padding: 1.4rem 1.5rem;
}
.map-embed__pin b { font-family: var(--display); color: var(--brand-ink); font-size: 1.15rem; }
.map-embed__pin p { margin: .45rem 0 0; color: var(--text-muted); font-size: .95rem; }
.map-embed__note { font-size: .82rem !important; }
.map-load { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1rem; }
.map-embed__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-embed.is-loaded { background: none; }
.map-embed.is-loaded .map-embed__pin { display: none; }

/* Standort-Nadel: blaue Karten-Nadel als zentriertes Overlay */
.map-marker {
  position: absolute; left: 50%; top: 50%;
  width: 30px; height: 40px;
  transform: translate(-50%, -100%);
  pointer-events: none; z-index: 3;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .35));
  animation: mapMarkerIn .35s ease-out both;
}
.map-marker svg { display: block; width: 100%; height: 100%; }
@keyframes mapMarkerIn {
  from { opacity: 0; transform: translate(-50%, -130%); }
  to   { opacity: 1; transform: translate(-50%, -100%); }
}
@media (prefers-reduced-motion: reduce) { .map-marker { animation: none; } }

/* ==========================================================================
   CTA-BAND
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; color: var(--on-brand); background: var(--green-900); }
.cta-band__media { position: absolute; inset: 0; z-index: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,50,34,.93), rgba(0,50,34,.74)); }
.cta-band__inner { position: relative; z-index: 1; text-align: center; max-width: 46rem; margin-inline: auto; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(247,243,236,.92); }
.cta-band .hero__cta { justify-content: center; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--green-900); color: rgba(247,243,236,.86); }
:root[data-theme="dark"] .site-footer { background: #0C1712; }
.site-footer a { color: rgba(247,243,236,.92); }
.site-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem;
  padding-block: clamp(2.6rem, 2rem + 3vw, 4rem);
}
@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer__grid { grid-template-columns: 1fr; } }

.footer-brand__name { font-family: var(--display); font-size: 1.4rem; color: #fff; margin-bottom: .3rem; }
.footer-brand__slogan { font-family: var(--display); font-style: italic; color: #E9C892; margin-top: .6rem; max-width: 30ch; }
.footer-col h4 { color: #fff; font-family: var(--body); font-weight: 800; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .9rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.footer-col address { font-style: normal; display: grid; gap: .35rem; }
.footer-hours dl { margin: 0; display: grid; gap: .5rem; font-size: .92rem; }
.footer-hours strong { color: #fff; display: block; }

.social-row { display: flex; gap: .6rem; margin-top: .3rem; }
.social-row a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: var(--r-pill);
  border: 1px solid rgba(247,243,236,.30);
  color: #fff; text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease;
}
.social-row a:hover { background: rgba(247,243,236,.12); border-color: rgba(247,243,236,.6); }
.social-row svg { width: 18px; height: 18px; }

.footer-bottom {
  border-top: 1px solid rgba(247,243,236,.18);
  padding-block: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; align-items: center; justify-content: space-between;
  font-size: .86rem; color: rgba(247,243,236,.72);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; }

/* ==========================================================================
   COOKIE-BANNER
   ========================================================================== */
.cookie-banner {
  position: fixed; z-index: 150; left: 50%; bottom: clamp(.8rem, 2vw, 1.6rem);
  transform: translateX(-50%);
  width: min(680px, calc(100% - 2rem));
  background: var(--surface); color: var(--text);
  border: 1px solid var(--border-strong); border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 1.1rem 1.3rem;
  display: none;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner__row { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.2rem; }
.cookie-banner p { margin: 0; flex: 1 1 280px; font-size: .92rem; color: var(--text-muted); }
.cookie-banner p a { color: var(--brand-ink); }
.cookie-banner__actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookie-banner .btn { padding: .55rem 1.1rem; font-size: .9rem; }

/* ==========================================================================
   SCROLL-REVEAL
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .card--link:hover { transform: none; }
  .card__media img { transition: none; }
}

/* Utilities */
.text-center { text-align: center; }
.mt-lg { margin-top: clamp(1.6rem, 1rem + 2vw, 2.6rem); }

/* --- Formular (Gutschein-Anfrage, Platzhalter) ------------------------- */
.voucher-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.4rem, 1rem + 2vw, 2.2rem);
}
.form-note {
  font-size: .92rem;
  color: var(--text-muted);
  background: var(--surface-2);
  border-radius: var(--r-md);
  padding: .8rem 1rem;
  margin: 0 0 1.3rem;
}
.form-row { margin-bottom: 1.1rem; }
.form-row label {
  display: block;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  margin-bottom: .35rem;
}
.voucher-form input,
.voucher-form textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-md);
  padding: .7rem .9rem;
}
.voucher-form textarea { resize: vertical; }
.voucher-form input:disabled,
.voucher-form textarea:disabled,
.voucher-form .btn:disabled {
  opacity: .65;
  cursor: not-allowed;
}
.voucher-form .btn { width: 100%; }
