/* ============================================================
   ZERALINO Balloons & Events – OnePager
   Pastell-Palette aus der Produktwelt: rosé · eukalyptus · creme
   ============================================================ */

:root {
  color-scheme: light;

  /* Grund & Flächen */
  --cream:      #FFF9F5;
  --cream-2:    #FBF0EA;
  --paper:      #FFFFFF;

  /* Pastelle */
  --rose:       #F6CBD5;
  --rose-soft:  #FBE6EC;
  --euka:       #CFE6DA;
  --euka-soft:  #E7F3EC;
  --lav:        #DED6F2;
  --lav-soft:   #EFEAF9;
  --butter:     #FCEBBF;
  --butter-soft:#FEF5DF;
  --latte:      #EBDCCB;

  /* Text & Akzent */
  --ink:        #3A2733;
  --ink-2:      #6E5A66;
  --ink-3:      #9A8994;
  --cta:        #B8496C;
  --cta-hover:  #9E3A5B;
  --line:       rgba(58, 39, 51, 0.12);
  --shadow:     0 18px 40px -22px rgba(58, 39, 51, 0.35);

  /* Typografie */
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body:    "Nunito", "Segoe UI", system-ui, -apple-system, sans-serif;

  --step--1: 0.88rem;
  --step-0:  1.0625rem;
  --step-1:  1.25rem;
  --step-2:  1.5rem;
  --step-3:  clamp(1.9rem, 1.4rem + 1.8vw, 2.7rem);
  --step-4:  clamp(2.5rem, 1.7rem + 3.6vw, 4.4rem);

  --radius:    22px;
  --radius-sm: 12px;
  --wrap:      1160px;
  --gutter:    clamp(1.1rem, 4vw, 2.5rem);
  --section:   clamp(4rem, 8vw, 7.5rem);
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.01em;
}
h1 { font-size: var(--step-4); font-variation-settings: "SOFT" 60, "opsz" 120; }
h2 { font-size: var(--step-3); font-variation-settings: "SOFT" 50, "opsz" 72; }
h3 { font-size: var(--step-1); font-variation-settings: "SOFT" 40, "opsz" 24; font-weight: 600; }
p  { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--cta); outline-offset: 3px; border-radius: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--tint  { background: var(--cream-2); }
.section--euka  { background: var(--euka-soft); }
.section--lav   { background: var(--lav-soft); }

.eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cta);
  margin-bottom: 0.9rem;
}
.lead { font-size: var(--step-1); color: var(--ink-2); max-width: 38em; text-wrap: pretty; }
.section-head { max-width: 40em; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head p { margin-top: 0.9rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--cta); color: #fff; box-shadow: 0 12px 24px -12px rgba(184, 73, 108, 0.7); }
.btn--primary:hover { background: var(--cta-hover); }
.btn--ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--soft { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn--soft:hover { border-color: var(--ink); }

/* ---------- Skip-Link ---------- */
.skip {
  position: absolute; left: 1rem; top: -4rem;
  background: var(--ink); color: var(--cream);
  padding: 0.6rem 1rem; border-radius: 8px; z-index: 100;
}
.skip:focus { top: 1rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 249, 245, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px -20px rgba(58, 39, 51, 0.4); }
.header-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  min-height: 78px;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.7rem;
  text-decoration: none; font-family: var(--font-display);
  font-weight: 600; font-size: 1.35rem; letter-spacing: 0.06em;
}
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand small {
  display: block; font-family: var(--font-body); font-weight: 700;
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
}
.nav { display: flex; align-items: center; gap: 0.25rem; }
.nav a {
  padding: 0.55rem 0.85rem; border-radius: 999px;
  text-decoration: none; font-weight: 700; font-size: 0.95rem; color: var(--ink-2);
  transition: background 0.15s ease, color 0.15s ease;
}
.nav a:hover, .nav a.is-active { background: var(--rose-soft); color: var(--ink); }
.nav .btn { margin-left: 0.6rem; padding: 0.7rem 1.2rem; }
.nav a.btn--primary { color: #fff; background: var(--cta); }
.nav a.btn--primary:hover { color: #fff; background: var(--cta-hover); }
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--paper); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform 0.2s ease, background 0.2s ease; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, top 0.2s ease; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top:  6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 7vw, 6rem); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 85% 15%, var(--rose-soft) 0%, transparent 70%),
    radial-gradient(45% 45% at 10% 90%, var(--euka-soft) 0%, transparent 70%),
    radial-gradient(35% 35% at 70% 95%, var(--lav-soft) 0%, transparent 70%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.hero-copy .lead { margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; margin-top: 2rem; color: var(--ink-2); font-size: var(--step--1); font-weight: 700; }
.hero-facts li { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero-facts li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--euka); box-shadow: 0 0 0 3px var(--euka-soft); }
.hero-facts li:nth-child(2)::before { background: var(--rose); box-shadow: 0 0 0 3px var(--rose-soft); }
.hero-facts li:nth-child(3)::before { background: var(--lav); box-shadow: 0 0 0 3px var(--lav-soft); }

.hero-visual { position: relative; }
.hero-photo {
  position: relative; isolation: isolate;
  width: min(100%, 560px); margin-inline: auto;
  padding: 4%;
}
/* Weicher Pastell-Schein hinter der freigestellten Girlande */
.hero-photo::before {
  content: ""; position: absolute; inset: 2%; z-index: -1; border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.9) 0%, var(--rose-soft) 34%, var(--euka-soft) 58%, transparent 72%);
}
/* Zarter Ring, der die Kreisform der Girlande aufnimmt */
.hero-photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 50%;
  border: 1.5px dashed var(--rose); opacity: 0.7;
  animation: spin 90s linear infinite;
}
.hero-photo img {
  width: 100%; height: auto;
  filter: drop-shadow(0 26px 30px rgba(58, 39, 51, 0.22)) drop-shadow(0 4px 6px rgba(58, 39, 51, 0.08));
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Schwebende Ballons */
.balloon {
  position: absolute; width: var(--w, 76px); aspect-ratio: 0.82;
  border-radius: 50% 50% 50% 50% / 46% 46% 54% 54%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,0.75) 0, rgba(255,255,255,0) 38%),
    var(--c, var(--rose));
  box-shadow: inset -8px -10px 18px rgba(58, 39, 51, 0.08);
  animation: float var(--d, 7s) ease-in-out infinite alternate;
  animation-delay: var(--delay, 0s);
  pointer-events: none;
}
.balloon::before {
  content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%);
  border: 6px solid transparent; border-top: 8px solid var(--c, var(--rose)); border-bottom: 0;
}
.balloon::after {
  content: ""; position: absolute; left: 50%; top: 100%; width: 1.5px; height: var(--s, 90px);
  background: linear-gradient(var(--ink-3), transparent); opacity: 0.55;
  transform-origin: top; transform: translateX(-50%) rotate(-6deg);
}
.balloon--1 { --c: var(--rose);   --w: 84px; top: -4%;  left: -6%;  --d: 7.5s; --delay: -1s; }
.balloon--2 { --c: var(--euka);   --w: 60px; top: 8%;   right: -2%; --d: 6.2s; --delay: -3s; }
.balloon--3 { --c: var(--lav);    --w: 70px; bottom: 6%; left: 2%;  --d: 8.3s; --delay: -5s; }
.balloon--4 { --c: var(--butter); --w: 48px; bottom: 14%; right: 4%; --d: 6.8s; --delay: -2s; --s: 60px; }
@keyframes float {
  from { transform: translateY(0) rotate(-3deg); }
  to   { transform: translateY(-22px) rotate(4deg); }
}

/* ---------- Anlässe ---------- */
.occasions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.occasion {
  display: block; text-decoration: none; border-radius: var(--radius); overflow: hidden;
  background: var(--paper); box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}
.occasion:hover { transform: translateY(-4px); }
.occasion img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.occasion-body { padding: 1.2rem 1.35rem 1.4rem; }
.occasion-body h3 { margin-bottom: 0.35rem; }
.occasion-body p { color: var(--ink-2); font-size: var(--step--1); }
.occasion[data-tint="rose"]   .occasion-body { border-top: 6px solid var(--rose); }
.occasion[data-tint="euka"]   .occasion-body { border-top: 6px solid var(--euka); }
.occasion[data-tint="lav"]    .occasion-body { border-top: 6px solid var(--lav); }
.occasion[data-tint="butter"] .occasion-body { border-top: 6px solid var(--butter); }
.occasion[data-tint="latte"]  .occasion-body { border-top: 6px solid var(--latte); }

/* ---------- Leistungen ---------- */
.services-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.services-intro { position: sticky; top: 100px; }
.services-intro .btn { margin-top: 1.6rem; }
.services-intro figure { margin: 2rem 0 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.services-intro figcaption { font-size: var(--step--1); color: var(--ink-2); padding: 0.8rem 1rem; background: var(--paper); }
.service-list { display: grid; gap: 1rem; }
.service {
  display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; align-items: start;
  padding: 1.5rem 1.6rem; border-radius: var(--radius); background: var(--paper);
  border: 1px solid var(--line);
}
.service-icon {
  width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: var(--tint, var(--rose-soft));
}
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service h3 { margin-bottom: 0.4rem; }
.service p { color: var(--ink-2); max-width: 46em; }
.service ul { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.9rem; }
.service li {
  font-size: 0.8rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px;
  background: var(--tint, var(--rose-soft)); color: var(--ink);
}

/* ---------- Ballongeschenke ---------- */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.product { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.product-img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--cream-2); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product:hover .product-img img { transform: scale(1.04); }
.product-body { padding: 1.05rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.product-body h3 { font-size: 1.08rem; }
.product-body p { color: var(--ink-2); font-size: var(--step--1); flex: 1; }
.product-meta {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem;
  margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid var(--line);
}
.price { font-weight: 800; font-size: 0.9rem; color: var(--cta); letter-spacing: 0.01em; }
.tag { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.28rem 0.6rem; border-radius: 999px; background: var(--euka-soft); color: var(--ink-2); }
.products-note { margin-top: 1.6rem; color: var(--ink-2); font-size: var(--step--1); display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; }

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { position: relative; padding: 1.8rem 1.5rem 1.6rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.step::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  font-family: var(--font-display); font-weight: 600; font-size: 1.25rem;
  background: var(--tint, var(--rose)); margin-bottom: 1.1rem;
}
.step h3 { margin-bottom: 0.4rem; }
.step p { color: var(--ink-2); font-size: var(--step--1); }

/* ---------- Laden & Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-photo img { width: 100%; height: auto; }
.contact-card { background: var(--paper); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); }
.contact-card h3 { margin-bottom: 0.3rem; }
.contact-list { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.contact-list li { display: grid; grid-template-columns: 40px 1fr; gap: 0.9rem; align-items: start; }
.contact-list svg { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: var(--euka-soft); fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-list li:nth-child(2) svg { background: var(--rose-soft); }
.contact-list li:nth-child(3) svg { background: var(--lav-soft); }
.contact-list li:nth-child(4) svg { background: var(--butter-soft); }
.contact-list strong { display: block; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.15rem; }
.contact-list a { font-weight: 700; }
.hours { width: 100%; border-collapse: collapse; margin-top: 0.8rem; font-size: var(--step--1); }
.hours th, .hours td { text-align: left; padding: 0.45rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.hours th { color: var(--ink-2); font-weight: 700; width: 40%; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.notice {
  margin-top: 1.2rem; padding: 0.9rem 1.1rem; border-radius: var(--radius-sm);
  background: var(--butter-soft); border: 1px solid var(--butter); font-size: var(--step--1);
}
.contact-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 46em; display: grid; gap: 0.7rem; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 1.3rem; }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 0; font-weight: 800;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 12px; height: 12px;
  border-right: 2px solid var(--cta); border-bottom: 2px solid var(--cta);
  transform: rotate(45deg); transition: transform 0.2s ease; margin-right: 4px;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { padding-bottom: 1.2rem; color: var(--ink-2); max-width: 60ch; }

/* ---------- Abschluss-CTA ---------- */
.cta-band { background: var(--ink); color: var(--cream); border-radius: var(--radius); padding: clamp(2rem, 5vw, 3.5rem); display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--rose), var(--cta) 70%); opacity: 0.55; }
.cta-band h2 { color: var(--cream); }
.cta-band p { color: rgba(255, 249, 245, 0.75); margin-top: 0.8rem; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: flex-end; position: relative; z-index: 1; }
.cta-band .btn--ghost { border-color: var(--cream); color: var(--cream); }
.cta-band .btn--ghost:hover { background: var(--cream); color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer { padding: 3rem 0 6rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer p { color: var(--ink-2); font-size: var(--step--1); }
.site-footer h4 { font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.8rem; }
.site-footer ul { display: grid; gap: 0.45rem; }
.site-footer li a { text-decoration: none; font-weight: 700; font-size: 0.95rem; }
.site-footer li a:hover { text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem 2rem; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--ink-3); }

/* Schwebender WhatsApp-Button */
.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60;
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #25D366; color: #fff; text-decoration: none; font-weight: 800; font-size: 0.92rem;
  padding: 0.8rem 1.1rem; border-radius: 999px; box-shadow: 0 14px 30px -12px rgba(37, 211, 102, 0.8);
}
.wa-float svg { width: 22px; height: 22px; fill: currentColor; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .products { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0.2rem;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 0.8rem var(--gutter) 1.2rem;
    box-shadow: 0 20px 40px -20px rgba(58, 39, 51, 0.35);
  }
  .nav[hidden] { display: none; }
  .nav a { padding: 0.8rem 1rem; }
  .nav .btn { margin: 0.6rem 0 0; justify-content: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-photo { width: min(100%, 440px); }
  .occasions { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .occasions { grid-template-columns: 1fr; }
  .products { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .product-body { padding: 0.85rem 0.9rem 1rem; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .wa-float span { display: none; }
  .wa-float { padding: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .balloon, .hero-photo::after { animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* ---------- Bewertungen ---------- */
.reviews-layout { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.reviews-layout:has(.reviews[hidden]) { grid-template-columns: minmax(280px, 420px); justify-content: center; }

.rating-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.2rem); text-align: center; box-shadow: var(--shadow);
}
.rating-score { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink-2); }
.rating-score span { display: block; font-size: 3.4rem; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.rating-stars { display: flex; justify-content: center; gap: 0.2rem; margin: 0.8rem 0 0.9rem; }
.rating-stars svg { width: 26px; height: 26px; fill: #E8A33D; }
.rating-meta { color: var(--ink-2); font-size: var(--step--1); line-height: 1.5; }
.rating-meta small { color: var(--ink-3); }
.rating-actions { display: grid; gap: 0.6rem; margin-top: 1.4rem; }
.rating-actions .btn { justify-content: center; }

/* Slider */
.reviews { min-width: 0; }
.reviews-track {
  display: flex; gap: 1.1rem; margin: 0; padding: 0.25rem 0.25rem 1.1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: thin; scrollbar-color: var(--rose) transparent;
  overscroll-behavior-x: contain;
}
.reviews-track::-webkit-scrollbar { height: 8px; }
.reviews-track::-webkit-scrollbar-thumb { background: var(--rose); border-radius: 999px; }
.reviews-track::-webkit-scrollbar-track { background: transparent; }
.reviews-track:focus-visible { outline: 3px solid var(--cta); outline-offset: 4px; border-radius: var(--radius); }

.review {
  flex: 0 0 min(100%, 330px); scroll-snap-align: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.7rem;
}
.review-stars { display: flex; gap: 0.15rem; }
.review-stars svg { width: 17px; height: 17px; fill: #E8A33D; }
.review blockquote { margin: 0; color: var(--ink-2); }
.review figcaption { margin-top: auto; font-size: var(--step--1); font-weight: 700; }

.reviews-nav { display: flex; align-items: center; gap: 0.8rem; }
.slider-btn {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  display: grid; place-items: center; cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.slider-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.slider-btn:hover:not(:disabled) { background: var(--rose-soft); border-color: var(--rose); }
.slider-btn:disabled { opacity: 0.35; cursor: default; }
.slider-count { font-size: var(--step--1); font-weight: 700; color: var(--ink-2); font-variant-numeric: tabular-nums; }

@media (max-width: 880px) {
  .reviews-layout { grid-template-columns: 1fr; }
  .review { flex-basis: min(100%, 300px); }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track { scroll-behavior: auto; }
}

/* ---------- Rechtliche Unterseiten ---------- */
.legal-main { padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(3rem, 7vw, 5rem); }
.legal-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.legal-head h1 { font-size: var(--step-3); }
.legal-head p { margin-top: 0.9rem; color: var(--ink-2); max-width: 46rem; }
.legal {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 3.5rem);
}
.legal > * + * { margin-top: 1.1rem; }
/* Ab zwei Spalten Platz: längere Abschnitte nebeneinander statt einer sehr langen Zeile */
@media (min-width: 900px) {
  .legal { columns: 2; column-gap: clamp(2rem, 4vw, 3.5rem); }
  /* Kein erzwungener Spaltenumbruch: der würde je Überschrift eine
     weitere Spalte aufmachen und die Seite seitlich überlaufen lassen. */
  .legal > * { break-inside: avoid; }
  .legal h2, .legal h3 { break-after: avoid; }
  .legal h2 { margin-top: 2rem; }
}
.legal h2 {
  font-size: var(--step-2); margin-top: 2.6rem; padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.legal > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal h3 { font-size: 1.1rem; margin-top: 1.8rem; }
.legal p, .legal li { color: var(--ink-2); }
.legal strong { color: var(--ink); }
.legal ul { list-style: disc; padding-left: 1.3rem; display: grid; gap: 0.4rem; }
.legal address { font-style: normal; line-height: 1.7; }
.legal a { color: var(--cta); overflow-wrap: anywhere; }
.legal-note {
  margin-top: 1.4rem; padding: 1rem 1.2rem; border-radius: var(--radius-sm);
  background: var(--butter-soft); border: 1px solid var(--butter);
  font-size: var(--step--1); color: var(--ink);
}
.legal-stand { margin-top: 2.4rem; font-size: var(--step--1); color: var(--ink-3); }
.legal-back {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2rem;
  font-weight: 700; text-decoration: none; color: var(--cta);
}
.legal-back:hover { text-decoration: underline; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2.5rem; }
.legal-nav a {
  font-size: var(--step--1); font-weight: 700; text-decoration: none;
  padding: 0.5rem 0.9rem; border-radius: 999px; background: var(--paper);
  border: 1px solid var(--line); color: var(--ink-2);
}
.legal-nav a:hover { border-color: var(--rose); background: var(--rose-soft); color: var(--ink); }
.legal-nav a[aria-current="page"] { background: var(--rose-soft); border-color: var(--rose); color: var(--ink); }

/* Aufzählungen in den FAQ-Antworten */
.faq .faq-list {
  list-style: disc; padding-left: 1.3rem; display: grid; gap: 0.35rem;
  margin: 0.2rem 0 0.9rem; color: var(--ink-2); font-size: var(--step--1);
}
.faq details p + p { margin-top: 0.7rem; }
