/* =========================================================
   Waldbiergarten.eu — modern redesign
   Palette rooted in the original brand: pine green #113c29,
   warm parchment & beer-amber accents.
   ========================================================= */

/* ---- Selbst gehostete Schriften (DSGVO: kein Google-CDN) ---- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('assets/fonts/fraunces-normal-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 900;
  font-display: swap;
  src: url('assets/fonts/fraunces-normal-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: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/inter-normal-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: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/inter-normal-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;
}

:root {
  /* Brand greens */
  --green-900: #0c2c1e;
  --green-800: #113c29;   /* brand / logo background */
  --green-700: #17492f;
  --green-600: #1f5c3c;
  --green-500: #2c7350;

  /* Warm neutrals */
  --cream: #f6f0e1;
  --cream-2: #fbf7ec;
  --paper: #fffdf7;
  --sand: #efe6d1;

  /* Accents */
  --amber: #cf8a2c;
  --amber-2: #e6ac47;
  --amber-soft: #f4e4c4;

  /* Ink */
  --ink: #20281f;
  --ink-soft: #4a5347;
  --ink-mute: #6d7568;

  --wa: #25d366;
  --wa-dark: #1da851;

  --maxw: 1200px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(12, 44, 30, .06);
  --shadow: 0 14px 40px rgba(12, 44, 30, .12);
  --shadow-lg: 0 28px 70px rgba(12, 44, 30, .22);

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --header-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--amber-2); outline-offset: 3px; border-radius: 0; }
[tabindex="-1"]:focus { outline: none; }

/* subtle paper grain over the whole page */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

.skip-link {
  position: absolute; left: 50%; top: -60px; transform: translateX(-50%);
  background: var(--green-800); color: var(--cream);
  padding: .6rem 1.2rem; border-radius: 0; z-index: 200;
  transition: top .2s;
}
.skip-link:focus { top: 0; }

/* =========================================================
   Typography helpers
   ========================================================= */
.h2 {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(2rem, 1.2rem + 3.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--green-800);
}
.h2--light { color: var(--cream); }
.h2 em { font-style: italic; font-weight: 500; color: var(--amber); }
.h2--light em { color: var(--amber-2); }

.eyebrow {
  font-size: .8rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: .9rem; display: inline-flex; align-items: center; gap: .5rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow--light { color: var(--amber-2); }

.section { position: relative; padding-block: clamp(3.6rem, 2rem + 7vw, 7rem); z-index: 2; }
.section__head { max-width: 40ch; margin-bottom: 2.6rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .8rem 1.4rem; border-radius: 0;
  font-weight: 600; font-size: .98rem; line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn .ico { width: 1.15em; height: 1.15em; }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.05rem; }
.btn--wa { background: var(--wa); color: #06331b; box-shadow: 0 8px 22px rgba(37, 211, 102, .35); }
.btn--wa:hover { background: var(--wa-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(37,211,102,.45); }
.btn--ghost { background: rgba(255,255,255,.1); color: var(--cream); border: 1.5px solid rgba(246,240,225,.5); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: var(--cream); color: var(--green-800); transform: translateY(-2px); }

/* =========================================================
   Header / Nav
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--green-800);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(12,44,30,.28); background: rgba(17,60,41,.96); backdrop-filter: blur(8px); }

.nav { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.brand { flex-shrink: 0; display: flex; align-items: center; }
.brand__logo { height: 34px; width: auto; }

.nav__menu { margin-left: auto; display: flex; align-items: center; gap: 1.6rem; }
.nav__links { list-style: none; display: flex; gap: 1.35rem; padding: 0; }
.nav__links a {
  color: var(--cream); font-weight: 500; font-size: .96rem;
  position: relative; padding: .35rem 0; opacity: .9; transition: opacity .15s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--amber-2); transition: width .22s ease;
}
.nav__links a:hover { opacity: 1; }
.nav__links a:hover::after { width: 100%; }
.nav__cta { padding: .58rem 1.05rem; font-size: .92rem; }

.nav__toggle {
  display: none; width: 46px; height: 46px; margin-left: auto;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border-radius: 0;
}
.nav__toggle span { width: 24px; height: 2.4px; background: var(--cream); border-radius: 0; transition: transform .28s, opacity .2s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* =========================================================
   Notice / Betriebsferien
   ========================================================= */
.notice { background: linear-gradient(90deg, var(--amber) , var(--amber-2)); color: #3c2708; position: relative; z-index: 90; }
.notice__inner { display: flex; align-items: center; gap: 1rem; padding: .7rem 0; }
.notice__text { font-size: .95rem; font-weight: 500; }
.notice__close { margin-left: auto; font-size: 1.5rem; line-height: 1; width: 34px; height: 34px; border-radius: 0; color: #3c2708; flex-shrink: 0; }
.notice__close:hover { background: rgba(0,0,0,.08); }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; min-height: min(94vh, 820px); display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; z-index: 2; }
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transform: scale(1.05); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(9,32,21,.94) 0%, rgba(9,32,21,.55) 42%, rgba(9,32,21,.25) 70%, rgba(9,32,21,.5) 100%),
    linear-gradient(to right, rgba(9,32,21,.5), rgba(9,32,21,0) 60%);
}
.hero__content { padding-block: clamp(2.5rem, 5vw, 5rem) clamp(3rem, 6vw, 5.5rem); max-width: 46rem; }
.hero__kicker { font-weight: 600; letter-spacing: .04em; color: var(--amber-2); margin-bottom: 1rem; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero__title {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(2.7rem, 1.3rem + 6vw, 5.4rem);
  line-height: .98; letter-spacing: -.02em;
  text-shadow: 0 4px 34px rgba(0,0,0,.4);
}
.hero__lead { font-size: clamp(1.05rem, .98rem + .4vw, 1.28rem); max-width: 40ch; margin-top: 1.3rem; color: #f3ecdd; text-shadow: 0 1px 14px rgba(0,0,0,.45); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero__facts {
  list-style: none; padding: 0; margin-top: 2.4rem;
  display: flex; flex-wrap: wrap; gap: .7rem 2.2rem;
  border-top: 1px solid rgba(246,240,225,.25); padding-top: 1.5rem;
}
.hero__facts li { font-size: 1.02rem; color: #f3ecdd; }
.hero__facts span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--amber-2); font-weight: 700; margin-bottom: .1rem; }

.hero__scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(246,240,225,.6); border-radius: 0; z-index: 3; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; background: var(--cream); border-radius: 0; transform: translateX(-50%); animation: scrollDot 1.6s ease-in-out infinite; }
@keyframes scrollDot { 0%,100% { opacity: 0; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 12px); } }

/* =========================================================
   Willkommen
   ========================================================= */
.willkommen { background: var(--cream); }
.willkommen__text p { color: var(--ink-soft); font-size: 1.06rem; margin-top: 1.1rem; max-width: 46ch; }
.willkommen__text .h2 { margin-top: .3rem; }
.chips { list-style: none; padding: 0; margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.chips li {
  background: var(--paper); border: 1px solid var(--sand); color: var(--green-700);
  padding: .5rem .95rem; border-radius: 0; font-size: .9rem; font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.willkommen__media { position: relative; }
.willkommen__media img { border-radius: 0; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.badge-jahre {
  position: absolute; right: -14px; bottom: -20px;
  width: 118px; height: 118px; border-radius: 0;
  background: var(--amber); color: #3c2708;
  display: grid; place-content: center; text-align: center;
  box-shadow: var(--shadow); border: 5px solid var(--cream);
  transform: rotate(-8deg);
}
.badge-jahre__num { font-family: var(--ff-display); font-weight: 900; font-size: 2.7rem; line-height: 1; }
.badge-jahre__txt { font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }

/* =========================================================
   Green sections
   ========================================================= */
.section--green { background: var(--green-800); color: var(--cream); }
.section--green::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(circle at 12% 0%, rgba(44,115,80,.4), transparent 40%),
                    radial-gradient(circle at 90% 100%, rgba(44,115,80,.3), transparent 45%);
}
.section--green > .container { position: relative; z-index: 1; }

/* Öffnungszeiten */
.zeiten__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(1.5rem, 1rem + 3vw, 3rem); align-items: start; }
.hours-card { background: var(--cream); color: var(--ink); border-radius: 0; padding: clamp(1.4rem, 1rem + 2vw, 2.2rem); box-shadow: var(--shadow-lg); }
.hours { list-style: none; padding: 0; }
.hours li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem .2rem; border-bottom: 1px dashed var(--sand); }
.hours li:last-child { border-bottom: 0; }
.hours__day { font-weight: 600; }
.hours__time { font-weight: 700; color: var(--green-700); }
.hours--closed { color: var(--ink-mute); }
.hours--closed .hours__time { color: var(--ink-mute); font-weight: 600; }
.hours li.is-today {
  background: var(--amber-soft); border-radius: 0; border-bottom-color: transparent;
  margin-inline: -.6rem; padding-inline: .8rem; position: relative;
}
.hours li.is-today .hours__day::after { content: "heute"; margin-left: .5rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; background: var(--amber); color: #3c2708; padding: .12rem .45rem; border-radius: 0; vertical-align: middle; }
.hours__holiday { margin-top: 1.1rem; font-size: .94rem; color: var(--ink-soft); }

.zeiten__notes { display: grid; gap: .9rem; }
.note-card { display: flex; gap: 1rem; align-items: flex-start; background: rgba(255,255,255,.07); border: 1px solid rgba(246,240,225,.16); border-radius: 0; padding: 1.15rem 1.25rem; }
.note-card__ico { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.note-card h3 { font-size: 1.02rem; color: var(--cream); margin-bottom: .2rem; }
.note-card p { font-size: .93rem; color: #d9e2d3; }

/* =========================================================
   Unser Futter
   ========================================================= */
.futter { background: var(--cream-2); }
.split-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem 3rem; align-items: end; margin-bottom: 3rem; }
.split-head__lead { color: var(--ink-soft); font-size: 1.08rem; }
.futter__layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(1.6rem, 1rem + 3vw, 3.2rem); align-items: start; }
.dish-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .3rem 2.2rem; }
.dish-list li { padding: 1.1rem 0; border-bottom: 1px solid var(--sand); }
.dish-list h3 { font-family: var(--ff-display); font-weight: 600; font-size: 1.16rem; color: var(--green-800); display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }
.dish-list p { color: var(--ink-soft); font-size: .95rem; margin-top: .3rem; }
.tag { font-family: var(--ff-body); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--amber); background: var(--amber-soft); padding: .18rem .5rem; border-radius: 0; }

.futter__aside { position: sticky; top: calc(var(--header-h) + 1.4rem); display: grid; gap: 1.3rem; }
.photo-frame { border-radius: 0; overflow: hidden; box-shadow: var(--shadow); }
.photo-frame img { aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.callout { background: var(--green-800); color: var(--cream); border-radius: 0; padding: 1.4rem 1.5rem; box-shadow: var(--shadow-sm); }
.callout p { font-size: .98rem; }
.callout__stand { display: block; margin-top: .8rem; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-2); font-weight: 700; }

/* =========================================================
   Unsere Biere
   ========================================================= */
.biere { background: var(--green-900); color: var(--cream); overflow: hidden; }
.biere__bg { position: absolute; inset: 0; z-index: 0; }
.biere__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: saturate(1.1); }
.biere::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to bottom, rgba(12,44,30,.7), rgba(9,32,21,.92)); }
.biere > .container { position: relative; z-index: 1; }

.beer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 1.1rem; }
.beer-card { background: rgba(246,240,225,.06); border: 1px solid rgba(246,240,225,.14); border-radius: 0; padding: 1.4rem 1.5rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.beer-card:hover { transform: translateY(-4px); background: rgba(246,240,225,.11); border-color: rgba(230,172,71,.5); }
.beer-card__top { display: flex; justify-content: space-between; align-items: baseline; gap: .8rem; }
.beer-card__top h3 { font-family: var(--ff-display); font-weight: 600; font-size: 1.2rem; color: var(--cream); }
.abv { flex-shrink: 0; font-weight: 700; font-size: .8rem; color: #3c2708; background: var(--amber-2); padding: .2rem .55rem; border-radius: 0; }
.beer-card__tag { color: var(--amber-2); font-weight: 600; font-size: .9rem; margin-top: .35rem; }
.beer-card p:last-child { color: #cdd8c8; font-size: .93rem; margin-top: .35rem; }

.beer-extra { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 1.1rem; }
.beer-extra__card { background: rgba(207,138,44,.12); border: 1px solid rgba(230,172,71,.3); border-radius: 0; padding: 1.4rem 1.5rem; }
.beer-extra__card h3 { font-family: var(--ff-display); font-size: 1.16rem; color: var(--amber-2); margin-bottom: .4rem; }
.beer-extra__card p { color: #e4ddcc; font-size: .95rem; }
.beer-note { text-align: center; margin-top: 1.6rem; color: #b8c4b0; font-size: .92rem; }

/* =========================================================
   Galerie
   ========================================================= */
.galerie { background: var(--cream); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: .8rem; grid-auto-flow: dense; }
.gallery__item { border-radius: 0; overflow: hidden; position: relative; box-shadow: var(--shadow-sm); background: var(--sand); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,44,30,.35), transparent 55%); opacity: 0; transition: opacity .3s; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item:hover::after { opacity: 1; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* =========================================================
   Anfahrt
   ========================================================= */
.grid-2--map { align-items: stretch; }
.anfahrt__addr { font-size: 1.1rem; font-weight: 600; margin: 1rem 0 1.8rem; color: var(--cream); }
.anfahrt__addr span { color: var(--amber-2); font-weight: 500; }
.anfahrt__block { margin-bottom: 1.5rem; }
.anfahrt__block h3 { font-size: 1.08rem; color: var(--cream); margin-bottom: .4rem; }
.anfahrt__block p { color: #d9e2d3; font-size: .98rem; max-width: 52ch; }
.anfahrt__park { background: rgba(207,138,44,.16); border-left: 4px solid var(--amber-2); border-radius: 0; padding: 1rem 1.2rem; font-size: .95rem; color: #f0e8d8; }
.anfahrt__map { position: relative; border-radius: 0; overflow: hidden; box-shadow: var(--shadow-lg); min-height: 380px; border: 6px solid var(--cream); background: var(--green-900); }
.anfahrt__map iframe { width: 100%; height: 100%; min-height: 368px; border: 0; display: block; filter: saturate(.92); }

/* =========================================================
   Kontakt
   ========================================================= */
.kontakt { background: var(--cream-2); }
.kontakt__card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 1rem + 3vw, 3.5rem); align-items: center; background: var(--paper); border: 1px solid var(--sand); border-radius: 0; padding: clamp(1.8rem, 1rem + 3vw, 3.4rem); box-shadow: var(--shadow); }
.kontakt__intro p:not(.eyebrow) { color: var(--ink-soft); margin-top: 1rem; max-width: 42ch; }
.kontakt__actions { display: grid; gap: .8rem; }
.contact-row { display: flex; align-items: center; gap: 1rem; background: var(--cream); border: 1px solid var(--sand); border-radius: 0; padding: 1rem 1.2rem; transition: transform .16s, box-shadow .16s, border-color .16s; }
.contact-row:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--green-500); }
.contact-row .ico { width: 26px; height: 26px; flex-shrink: 0; color: var(--green-700); }
.contact-row span { display: flex; flex-direction: column; font-size: .95rem; color: var(--ink-soft); line-height: 1.4; }
.contact-row span strong { color: var(--ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-row--wa { background: rgba(37,211,102,.1); border-color: rgba(37,211,102,.4); }
.contact-row--wa .ico { color: var(--wa-dark); }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--green-900); color: #cdd8c8; position: relative; z-index: 2; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 2.5rem; padding-block: clamp(3rem, 2rem + 4vw, 4.5rem); }
.footer__logo { height: 34px; width: auto; margin-bottom: 1.1rem; }
.footer__brand p { font-size: .95rem; max-width: 34ch; }
.footer__col h3 { color: var(--cream); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.footer__col ul { list-style: none; padding: 0; display: grid; gap: .6rem; }
.footer__col a { font-size: .95rem; opacity: .85; transition: opacity .15s, color .15s; }
.footer__col a:hover { opacity: 1; color: var(--amber-2); }
.footer__bar { border-top: 1px solid rgba(246,240,225,.12); }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.2rem 0 5.5rem; font-size: .84rem; color: #93a08b; }

/* =========================================================
   Floating WhatsApp button
   ========================================================= */
.wa-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 120;
  display: flex; align-items: center; justify-content: center; gap: 0;
  background: var(--wa); color: #fff;
  width: 60px; height: 60px; border-radius: 999px; padding: 0;
  box-shadow: 0 12px 30px rgba(37,211,102,.45);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .2s ease, background .2s, opacity .25s ease, visibility .25s, width .3s ease, padding .3s ease;
}
/* Hide the floating button while the consent banner is open (avoids overlap at any width) */
body.has-cookie .wa-fab { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(24px); }
/* Optical centring: the WhatsApp glyph's tail sits bottom-left, pulling its visual
   weight down-left. Nudge the icon so its centre of mass lands in the square's centre. */
.wa-fab svg { width: 30px; height: 30px; flex-shrink: 0; transform: translate(1px, -0.8px); }
.wa-fab__label { max-width: 0; opacity: 0; white-space: nowrap; font-weight: 600; transition: max-width .3s ease, opacity .25s ease, margin .3s ease; }
/* Expand with a label only on real hover devices; stays a clean square on touch */
@media (hover: hover) {
  .wa-fab:hover {
    width: 190px; padding: 0 20px; justify-content: flex-start;
    transform: translateY(-3px); background: var(--wa-dark);
    box-shadow: 0 16px 36px rgba(37,211,102,.55);
  }
  .wa-fab:hover .wa-fab__label { max-width: 140px; opacity: 1; margin-left: 12px; }
}
.wa-fab::after {
  content: ""; position: absolute; inset: 0; border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(37,211,102,.55); animation: waPulse 2.6s infinite;
}
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* =========================================================
   Lightbox
   ========================================================= */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(9,24,16,.94); display: flex; align-items: center; justify-content: center; padding: 4vw; opacity: 0; animation: lbIn .2s ease forwards; }
@keyframes lbIn { to { opacity: 1; } }
.lightbox[hidden] { display: none; }
.lightbox__img { max-width: 92vw; max-height: 86vh; border-radius: 0; box-shadow: var(--shadow-lg); object-fit: contain; }
.lightbox__close { position: absolute; top: 18px; right: 22px; font-size: 2.4rem; color: var(--cream); line-height: 1; width: 48px; height: 48px; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 3rem; color: var(--cream); width: 60px; height: 80px; opacity: .8; transition: opacity .15s; }
.lightbox__nav:hover { opacity: 1; }
.lightbox__nav--prev { left: 10px; }
.lightbox__nav--next { right: 10px; }

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

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .hero__scroll { display: none; }   /* würde sonst die Öffnungszeiten-Zeile im Hero überlappen */
  .zeiten__grid { grid-template-columns: 1fr; }
  .futter__layout { grid-template-columns: 1fr; }
  .futter__aside { position: static; grid-template-columns: 1fr 1fr; align-items: start; }
  .split-head { grid-template-columns: 1fr; }
  .kontakt__card { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .gallery { grid-auto-rows: 160px; }
}

/* Switch to the hamburger menu before the desktop nav would wrap/overflow */
@media (max-width: 1080px) {
  :root { --header-h: 64px; }
  .nav__toggle { display: flex; }
  .nav__menu {
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--green-800);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem 1.2rem 1.4rem;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    transform: translateY(-140%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav__menu.is-open { transform: translateY(0); }
  .nav__links { flex-direction: column; gap: 0; width: 100%; }
  .nav__links li { border-bottom: 1px solid rgba(246,240,225,.12); }
  .nav__links a { display: block; padding: .95rem .2rem; font-size: 1.05rem; }
  .nav__links a::after { display: none; }
  .nav__cta { margin-top: 1rem; width: 100%; }
}

@media (max-width: 860px) {
  .grid-2 { grid-template-columns: 1fr; }
  .willkommen__media { order: -1; }
  .futter__aside { grid-template-columns: 1fr; }
  .dish-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: 88vh; }
  .hero__facts { gap: .6rem 1.4rem; }
  .beer-extra { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 44vw; }
  .gallery__item--tall { grid-row: span 1; }
  .badge-jahre { width: 92px; height: 92px; right: 8px; bottom: -16px; }
  .badge-jahre__num { font-size: 2.1rem; }
  .footer__bar-inner { flex-direction: column; gap: .3rem; }
  .wa-fab__label { display: none; }
}

/* =========================================================
   Legal pages (impressum / datenschutz)
   ========================================================= */
.legal { background: var(--cream); min-height: 70vh; z-index: 2; position: relative; }
.legal .container { max-width: 820px; }
.legal h1 { font-family: var(--ff-display); font-weight: 700; font-size: clamp(2rem, 1.4rem + 3vw, 3rem); color: var(--green-800); margin-bottom: 1.5rem; }
.legal h2 { font-family: var(--ff-display); font-weight: 600; font-size: 1.35rem; color: var(--green-700); margin: 2rem 0 .6rem; }
.legal h3 { font-size: 1.05rem; color: var(--green-800); margin: 1.4rem 0 .4rem; }
.legal p, .legal li { color: var(--ink-soft); margin-top: .7rem; font-size: 1rem; }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--green-600); text-decoration: underline; text-underline-offset: 2px; }
.legal .back-link { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 2rem; color: var(--green-700); font-weight: 600; }
.legal address { line-height: 1.9; }

/* =========================================================
   Consent-gated map placeholder
   ========================================================= */
.map-consent {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .9rem; text-align: center; padding: 1.6rem;
  background:
    linear-gradient(rgba(12,44,30,.82), rgba(12,44,30,.86)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, rgba(255,255,255,0) 12px 24px);
  color: var(--cream);
}
.map-consent__pin { width: 40px; height: 40px; color: var(--amber-2); }
.map-consent p { max-width: 34ch; font-size: .92rem; color: #e4ddcc; }
.map-consent p a { color: var(--amber-2); text-decoration: underline; }
.map-consent__remember { display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; color: #cdd8c8; cursor: pointer; }
.map-consent__remember input { accent-color: var(--wa); width: 15px; height: 15px; }

/* =========================================================
   Cookie consent banner
   ========================================================= */
.btn--outline { background: transparent; color: var(--green-800); border: 1.6px solid var(--green-600); }
.btn--outline:hover { background: var(--green-800); color: var(--cream); border-color: var(--green-800); transform: translateY(-2px); }

.footer__linkbtn { padding: 0; font-size: .95rem; opacity: .85; text-align: left; color: inherit; transition: opacity .15s, color .15s; }
.footer__linkbtn:hover { opacity: 1; color: var(--amber-2); }

.cookie {
  position: fixed; left: 16px; bottom: 16px; z-index: 150;
  width: min(440px, calc(100vw - 32px));
  background: var(--paper); color: var(--ink);
  border: 1px solid var(--sand); border-radius: 0;
  box-shadow: var(--shadow-lg);
  transform: translateY(140%); opacity: 0; pointer-events: none;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .3s ease;
}
.cookie.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cookie__inner { padding: 1.3rem 1.4rem; }
.cookie__text strong { font-family: var(--ff-display); font-size: 1.1rem; color: var(--green-800); display: block; margin-bottom: .35rem; }
.cookie__text p { font-size: .9rem; color: var(--ink-soft); }
.cookie__text a { color: var(--green-600); text-decoration: underline; }
.cookie__actions { display: flex; gap: .6rem; margin-top: 1.1rem; }
.cookie__actions .btn { flex: 1; padding: .7rem 1rem; }

/* lift the WhatsApp button while the banner is open on small screens */
@media (max-width: 520px) {
  .cookie { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .cookie__actions { flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
