/* ─── LOCAL FONTS ─── */
/* Lora – normal */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-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: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-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;
}
/* Lora – italic */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-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: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-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;
}
/* Nunito – normal */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/nunito-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: 'Nunito';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/nunito-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;
}

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

:root {
  --sand:       #ede8f5;
  --sand-dark:  #d8cef0;
  --heather:    #9c7ba8;
  --heather-lt: #c4a8d0;
  --moss:       #4d9e28;
  --moss-lt:    #6abf3e;
  --bark:       #3a7d52;
  --bark-lt:    #5a9e70;
  --cream:      #f4fbf4;
  --white:      #ffffff;
  --ink:        #1a2e1a;
  --ink-soft:   #3a5c3a;
  --ink-muted:  #7a9a7a;
}

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* ─── SVG TEXTURE ─── */
.texture-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%236b4c32' opacity='0.06'/%3E%3C/svg%3E");
}

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 3rem;
  background: rgba(244, 251, 244, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107,76,50,.1);
}

.nav-logo-wrap { display: flex; align-items: center; gap: .9rem; text-decoration: none; }

.nav-logo-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.nav-logo-leaf {
  width: 36px;
  height: 36px;
  background: var(--moss);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-logo-leaf-inner {
  width: 18px;
  height: 18px;
  background: var(--moss-lt);
  border-radius: 50% 50% 50% 0;
}

.nav-logo-text {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
}

.nav-logo-text span { color: var(--moss); }

.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .03em;
  transition: color .25s;
}
.nav-links a:hover { color: var(--moss); }

.nav-cta {
  background: var(--moss) !important;
  color: white !important;
  padding: .6rem 1.5rem;
  border-radius: 50px;
  font-size: .85rem !important;
  transition: background .25s, transform .2s !important;
}
.nav-cta:hover { background: var(--moss-lt) !important; transform: translateY(-1px); }
.nav-cta-call {
  background: transparent !important;
  color: var(--moss) !important;
  border: 2px solid var(--moss) !important;
}
.nav-cta-call:hover { background: rgba(90,122,74,.08) !important; }

/* ─── HAMBURGER ─── */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  z-index: 1000;
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

.nav-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--sand-dark);
  border: none;
  border-radius: 50%;
  width: 40px; height: 40px;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  display: none !important;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.nav-menu-close:hover { background: var(--sand); }

/* ─── HERO ─── */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #c8e6c9 0%,
    #dff0df 40%,
    #ede4f5 75%,
    #ddd0f0 100%
  );
}

.hero-hills {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
}

.hero-hills svg { width: 100%; height: 100%; }

.hero-sun {
  position: absolute;
  top: 10%; left: 7%; right: auto;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, #f9d97a 0%, #f0bc4a 50%, transparent 70%);
  opacity: .7;
  animation: sunPulse 6s ease-in-out infinite;
}

@keyframes sunPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.08); opacity: .85; }
}

.cloud {
  position: absolute;
  background: white;
  border-radius: 50px;
  opacity: .55;
}
.cloud::before, .cloud::after {
  content: '';
  position: absolute;
  background: white;
  border-radius: 50%;
}
.cloud-1 { top: 20%; left: 5%; width: 80px; height: 24px; opacity: .3; animation: drift 40s linear infinite; }
.cloud-1::before { width: 50px; height: 50px; top: -25px; left: 12px; }
.cloud-1::after { width: 36px; height: 36px; top: -18px; left: 40px; }
.cloud-2 { top: 15%; left: auto; right: 30%; width: 130px; height: 36px; opacity: .4; }
.cloud-2::before { width: 68px; height: 68px; top: -34px; left: 20px; }
.cloud-2::after { width: 50px; height: 50px; top: -25px; left: 65px; }

@keyframes drift {
  from { transform: translateX(-150px); }
  to { transform: translateX(calc(100vw + 150px)); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 3rem 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: rgba(90,122,74,.12);
  border: 1px solid rgba(90,122,74,.25);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding: .45rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: riseIn .7s .3s ease forwards;
}

.hero-tag-word {
  transition: opacity .4s ease;
  white-space: nowrap;
}

.hero-tag-word.fade { opacity: 0; }

h1 {
  font-family: 'Lora', serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -.02em;
  opacity: 0;
  animation: riseIn .8s .5s ease forwards;
}

h1 em {
  font-style: italic;
  color: var(--moss);
}

h1 .bark-word { color: var(--bark); }

.hero-sub {
  margin-top: 1.8rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 480px;
  opacity: 0;
  animation: riseIn .8s .7s ease forwards;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: riseIn .8s .9s ease forwards;
}

.btn-main {
  background: var(--moss);
  color: white;
  padding: .9rem 2rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .05em;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  transition: background .3s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 20px rgba(90,122,74,.3);
}
.btn-main:hover { background: var(--moss-lt); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(90,122,74,.4); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: .9rem 2rem;
  font-size: .9rem;
  font-weight: 600;
  border: 2px solid rgba(45,36,24,.2);
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  transition: border-color .3s, color .3s;
}
.btn-ghost:hover { border-color: var(--bark); color: var(--bark); }

.hero-badges {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-top: 2.5rem;
  opacity: 0;
  animation: riseIn .8s 1.1s ease forwards;
}

.badge-row {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .85rem;
  color: var(--ink-soft);
}

.badge-dot {
  width: 8px; height: 8px;
  background: var(--heather);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-google-score {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: white;
  border: 1px solid var(--sand-dark);
  border-radius: 50px;
  padding: .5rem 1.1rem;
  text-decoration: none;
  margin-top: .4rem;
  transition: box-shadow .3s;
  width: fit-content;
}

.hero-google-score:hover { box-shadow: 0 4px 16px rgba(107,76,50,.12); }

.hero-google-stars { color: #f0b429; font-size: .9rem; letter-spacing: .04em; }

.hero-google-rating {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
}

.hero-google-label {
  font-size: .78rem;
  color: var(--ink-muted);
}

/* Store-Karte rechts im Hero */
.hero-store-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(107,76,50,.15), 0 4px 12px rgba(107,76,50,.08);
  position: relative;
  opacity: 0;
  animation: riseIn .9s .6s ease forwards;
}

.store-card-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-dark) 100%);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}

.store-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(90,122,74,.15) 0%, transparent 60%);
}

.store-card-name {
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .4rem;
}

.store-card-location {
  font-size: .85rem;
  color: var(--ink-muted);
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: 1.5rem;
}

.store-open-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(90,122,74,.1);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 700;
  padding: .4rem .9rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.store-open-dot {
  width: 8px; height: 8px;
  background: var(--moss);
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.store-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--sand-dark);
}

.store-stat { text-align: center; }

.store-stat-num {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bark);
  display: block;
}

.store-stat-label {
  font-size: .72rem;
  color: var(--ink-muted);
  margin-top: .2rem;
}

/* Öffnungszeiten in der Hero-Karte - nur mobil */
.store-hours-mobile { display: none; }
.store-hours-title {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: .8rem;
}
.store-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: .85rem;
  color: var(--ink-soft);
  padding: .35rem 0;
  border-bottom: 1px solid var(--sand-dark);
}
.store-hours-row:last-of-type { border-bottom: none; }
.store-hours-closed { color: #b43c3c; font-weight: 600; }
.store-hours-note {
  font-size: .72rem;
  color: var(--ink-muted);
  margin-top: .7rem;
}

.float-pill {
  position: absolute;
  background: white;
  border-radius: 50px;
  padding: .6rem 1.1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(107,76,50,.15);
  white-space: nowrap;
}

.float-pill-1 { top: -1rem; right: -1rem; color: var(--heather); }
.float-pill-2 { bottom: 1.5rem; right: -1.2rem; color: var(--bark); }
@media (max-width: 1200px) {
  .float-pill-1 { right: 0; top: -0.5rem; }
  .float-pill-2 { right: 0; bottom: 0.5rem; }
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── WAVE DIVIDER ─── */
.wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px;
}

/* ─── SECTIONS ALLGEMEIN ─── */
section { position: relative; z-index: 1; }

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}

.section-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(156,123,168,.1);
  color: var(--heather);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding: .4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}

.section-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 1rem;
}

.section-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ink-soft);
}

/* ─── PRODUKTE ─── */
#produkte {
  padding: 8rem 0;
  background: linear-gradient(180deg, #dff0df 0%, #ede8f5 100%);
}

.produkte-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.produkte-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.produkt-card {
  background: white;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  transition: transform .3s, box-shadow .3s;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.produkt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(107,76,50,.12);
}

.produkt-emoji {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 1.2rem;
}

.produkt-title {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .6rem;
}

.produkt-desc {
  font-size: .85rem;
  color: var(--ink-muted);
  line-height: 1.6;
  flex-grow: 1;
}

.produkt-tag {
  display: inline-block;
  margin-top: 1rem;
  background: rgba(90,122,74,.1);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 700;
  padding: .3rem .8rem;
  border-radius: 50px;
  align-self: flex-start;
}

/* ─── ÜBER UNS / USP ─── */
#ueber {
  padding: 8rem 0;
  background: white;
}

.ueber-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.usp-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.usp-card {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  background: var(--sand);
  padding: 1.4rem 1.6rem;
  border-radius: 16px;
  transition: background .3s;
}

.usp-card:hover { background: var(--sand-dark); }

.usp-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

.usp-card h3 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .3rem;
}

.usp-card p {
  font-size: .85rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* Heide-Illustration rechts */
.heide-illo {
  background: var(--sand);
  border-radius: 24px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.heide-illo svg {
  width: 100%;
  height: 100%;
}

/* ─── REVIEWS ─── */
#reviews {
  padding: 8rem 0;
  background: linear-gradient(180deg, var(--sand) 0%, #ede4f5 100%);
}

.reviews-header { text-align: center; margin-bottom: 3.5rem; }

.reviews-stage {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  padding: 0 .5rem;
}

.reviews-nav {
  background: white;
  border: 1px solid var(--sand-dark);
  border-radius: 50%;
  width: 48px; height: 48px;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--heather);
  flex-shrink: 0;
  transition: background .2s, border-color .2s, box-shadow .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 12px rgba(156,123,168,.15);
  z-index: 2;
}

.reviews-nav:hover {
  background: var(--sand);
  border-color: var(--heather-lt);
  box-shadow: 0 4px 20px rgba(156,123,168,.25);
}

.reviews-viewport {
  flex: 1;
  overflow: hidden;
  perspective: 1000px;
  padding: 2rem 0;
}

.reviews-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: center;
}

.reviews-3d-dots {
  display: flex;
  justify-content: center;
  gap: .6rem;
  margin-top: 1.5rem;
}

.reviews-3d-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--heather-lt);
  cursor: pointer;
  transition: background .3s, transform .3s;
  border: none;
}

.reviews-3d-dot.active {
  background: var(--heather);
  transform: scale(1.3);
}

.reviews-cta {
  text-align: center;
  margin-top: 3rem;
}
.reviews-cta p {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}

.review-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(156,123,168,.1);
  width: 340px;
  min-height: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.7s ease,
              box-shadow 0.3s ease;
  opacity: 0.4;
  transform: scale(0.88);
}

.review-card.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 16px 50px rgba(156,123,168,.22);
}

.review-card.is-adjacent {
  opacity: 0.65;
  transform: scale(0.93);
}

.review-stars { color: #f0b429; font-size: 1rem; margin-bottom: 1rem; letter-spacing: .06em; }

.review-text {
  font-size: .92rem;
  line-height: 1.75;
  color: var(--ink-soft);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--heather-lt), var(--heather));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: white;
  font-size: .95rem;
}

.reviewer-name { font-size: .88rem; font-weight: 700; color: var(--ink); }
.reviewer-loc { font-size: .78rem; color: var(--ink-muted); margin-top: .1rem; }
/* ─── FAQ ─── */
#faq {
  padding: 8rem 0;
  background: white;
}

.faq-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.faq-item {
  border: 1px solid var(--sand-dark);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .3s;
}

.faq-item.is-open { border-color: var(--moss); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.4rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: color .3s;
}

.faq-item.is-open .faq-question { color: var(--moss); }

.faq-icon {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--moss);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform .3s;
}

.faq-item.is-open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
}

.faq-item.is-open .faq-answer { max-height: 300px; }

.faq-answer p {
  padding: 0 1.8rem 1.4rem;
  font-size: .92rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

/* ─── KONTAKT ─── */
#kontakt {
  padding: 8rem 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

#kontakt::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at right center, rgba(90,122,74,.2) 0%, transparent 60%);
}

.kontakt-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.kontakt-layout > div {
  display: flex;
  flex-direction: column;
}

.kontakt-title {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--sand);
  margin-bottom: 1rem;
}

.kontakt-sub {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(245,237,224,.65);
  margin-bottom: 3rem;
}

.kontakt-items {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.kontakt-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.kontakt-icon-box {
  width: 44px; height: 44px;
  background: rgba(90,122,74,.25);
  border: 1px solid rgba(90,122,74,.4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.kontakt-item h4 {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--moss-lt);
  margin-bottom: .4rem;
}

.kontakt-item p, .kontakt-item a {
  font-size: .95rem;
  color: var(--sand);
  line-height: 1.6;
  text-decoration: none;
}

.kontakt-item a:hover { color: var(--moss-lt); }

/* Öffnungszeiten Box */
.oeffnung-box {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 2.5rem;
}

.oeffnung-title {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--sand);
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.oeffnung-rows {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

.oeffnung-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.oeffnung-row:last-child { border-bottom: none; padding-bottom: 0; }

.oeffnung-day { font-size: .88rem; color: rgba(245,237,224,.6); }
.oeffnung-time { font-size: .88rem; color: var(--sand); font-weight: 600; }
.oeffnung-closed { color: rgba(245,237,224,.3) !important; }

.kontakt-btn-row {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.btn-ghost-light {
  background: transparent;
  color: var(--sand);
  padding: .9rem 2rem;
  font-size: .9rem;
  font-weight: 600;
  border: 2px solid rgba(245,237,224,.25);
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  transition: border-color .3s, color .3s;
}

.btn-ghost-light:hover { border-color: var(--sand); color: var(--sand); }

/* ─── FOOTER ─── */
footer {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding-bottom: 1.5rem;
}

.footer-brand {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(245,237,224,.5);
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-links a {
  color: rgba(245,237,224,.4);
  text-decoration: none;
  font-size: .8rem;
  transition: color .3s;
}

.footer-links a:hover { color: var(--sand); }

.footer-insta {
  color: rgba(245,237,224,.4);
  transition: color .3s;
  display: flex;
  align-items: center;
}

.footer-insta:hover { color: var(--heather-lt); }

.footer-copy {
  font-size: .8rem;
  color: rgba(245,237,224,.4);
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-credit {
  color: rgba(245,237,224,.55);
  text-decoration: none;
  transition: color .3s;
}

.footer-credit:hover { color: var(--sand); }
/* ─── FLOATING BUTTONS ─── */
.floating-btns {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  z-index: 500;
}

.floating-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  transition: transform .2s, box-shadow .2s;
}

.floating-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
}

.floating-whatsapp {
  background: #25d366;
  color: white;
}

.floating-phone {
  background: var(--moss);
  color: white;
}

@media (min-width: 961px) {
  .floating-phone { display: none; }
  .floating-btns { bottom: 2.5rem; right: 2.5rem; }
  .floating-btn { width: 46px; height: 46px; opacity: .85; }
  .floating-btn:hover { opacity: 1; }
}
/* ─── COOKIE BANNER ─── */
.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: calc(100% - 4rem);
  max-width: 760px;
  background: var(--ink);
  border-radius: 20px;
  padding: 1.4rem 2rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.3);
  display: none;
}

.cookie-banner.is-visible { display: block; }

.cookie-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-text strong {
  font-size: .9rem;
  color: var(--sand);
  display: block;
  margin-bottom: .4rem;
}

.cookie-text p {
  font-size: .8rem;
  color: rgba(245,237,224,.55);
  line-height: 1.6;
  margin: 0;
}

.cookie-text a {
  color: var(--moss-lt);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: .8rem;
  flex-shrink: 0;
}

.cookie-btn-decline {
  background: transparent;
  border: 1px solid rgba(245,237,224,.2);
  color: rgba(245,237,224,.5);
  padding: .6rem 1.2rem;
  border-radius: 50px;
  font-size: .82rem;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  font-family: 'Nunito', sans-serif;
}

.cookie-btn-decline:hover { border-color: rgba(245,237,224,.4); color: var(--sand); }

.cookie-btn-accept {
  background: var(--moss);
  border: none;
  color: white;
  padding: .6rem 1.4rem;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
  font-family: 'Nunito', sans-serif;
}

.cookie-btn-accept:hover { background: var(--moss-lt); }

/* Karte + Buttons unten bündig zum Ladenfront-Bild links */
#mapContainer { margin-top: auto; }

/* ─── MAP PLACEHOLDER ─── */
.map-placeholder {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  margin-top: 2rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-placeholder-inner {
  text-align: center;
  padding: 2rem;
}

.map-placeholder-icon { font-size: 2.5rem; margin-bottom: 1rem; }

.map-placeholder-inner p {
  font-size: .95rem;
  font-weight: 700;
  color: var(--sand);
  margin-bottom: .4rem;
}

.map-placeholder-inner span {
  font-size: .8rem;
  color: rgba(245,237,224,.4);
  display: block;
  margin-bottom: 1.2rem;
}

.map-consent-btn {
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 960px) {
  .cookie-content { flex-direction: column; gap: 1rem; }
  .cookie-banner { bottom: 1rem; width: calc(100% - 2rem); padding: 1.2rem 1.4rem; }
}

/* ─── SUBPAGES (Impressum / Datenschutz) ─── */
.subpage-hero {
  padding: 10rem 0 5rem;
  background: var(--sand);
}

.subpage-title {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .5rem;
}

.subpage-sub {
  font-size: 1rem;
  color: var(--ink-muted);
}

.subpage-content {
  padding: 5rem 0 8rem;
  background: white;
}

.subpage-content h2 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin: 2.5rem 0 .8rem;
}

.subpage-content h2:first-child { margin-top: 0; }

.subpage-content p,
.subpage-content li {
  font-size: .95rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: .6rem;
}

.subpage-content ul {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.subpage-content a {
  color: var(--moss);
  text-decoration: underline;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  nav { padding: 1rem 1.5rem; }

  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #f4fbf4;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 9999;
  }

  .nav-links.is-open { display: flex; }

  .nav-links a {
    font-size: 1.1rem;
  }

  .nav-cta {
    padding: .6rem 1.8rem !important;
    font-size: .95rem !important;
  }

  .nav-cta-call {
    font-size: .95rem !important;
  }

  .nav-burger { display: flex; }
  .nav-menu-close { display: flex !important; }
  body.nav-open { overflow: hidden; }
  body.nav-open * { z-index: auto; }
  body.nav-open .nav-links { z-index: 9999 !important; display: flex; }
  body.nav-open nav { z-index: 10000 !important; }

  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 7rem 1.5rem 4rem; }
  .hero-store-card { display: block; max-width: 420px; margin: 0 auto; width: 100%; padding: 1.8rem; }
  .store-hours-mobile {
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sand-dark);
  }
  .section-inner { padding: 0 1.5rem; }
  .ueber-layout,
  .kontakt-layout { grid-template-columns: 1fr; gap: 3rem; }
  .produkte-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .heide-illo { height: 300px; }
  .footer-top { flex-direction: column; gap: 1.2rem; text-align: center; }
}

@media (max-width: 480px) {
  .produkte-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn-main, .btn-ghost { justify-content: center; }
}
@media (max-width: 600px) {
  .review-card { width: 240px; min-height: unset; padding: 1.2rem; }
  .reviews-nav { width: 32px; height: 32px; font-size: 1rem; }
  .review-text { font-size: .8rem; line-height: 1.6; }
  .reviews-stage { gap: .5rem; }
}