/* Kinder Kanu – Spielplatz
   Creative fun Kita layout · mobile-first · WCAG 2.2 AA */

:root {
  --c-sky: #3b9eff;
  --c-sky-dark: #228be6;
  --c-sky-soft: #e7f5ff;
  --c-sun: #ffd43b;
  --c-sun-soft: #fff9db;
  --c-grass: #51cf66;
  --c-grass-soft: #ebfbee;
  --c-peach: #ff922b;
  --c-peach-soft: #fff4e6;
  --c-pink: #ff6b9d;
  --c-pink-soft: #fff0f6;
  --c-bg: #fffbf5;
  --c-surface: #ffffff;
  --c-ink: #2d3436;
  --c-muted: #636e72;
  --c-line: #f1e8df;
  --c-whatsapp: #25d366;
  --c-focus: #ffd43b;
  --font: 'Nunito', system-ui, sans-serif;
  --font-display: 'Baloo 2', 'Nunito', system-ui, sans-serif;
  --radius-sm: 14px;
  --radius: 20px;
  --radius-lg: 28px;
  --radius-full: 999px;
  --shadow-sm: 0 4px 16px rgba(45, 52, 54, 0.08);
  --shadow-md: 0 8px 28px rgba(45, 52, 54, 0.12);
  --shadow-lg: 0 16px 40px rgba(45, 52, 54, 0.14);
  --header-h: 56px;
  --touch: 52px;
  --max-w: 40rem;
  --ease: 0.3s ease;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 2.75rem;
  --scroll-pad: calc(var(--header-h) + 1.5rem);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  /* Legacy aliases */
  --c-sage: var(--c-sky);
  --c-sage-dark: var(--c-sky-dark);
  --c-sage-light: var(--c-sky-soft);
  --c-sage-mid: var(--c-sky);
  --c-terra: var(--c-peach);
  --c-terra-dark: #f76707;
  --c-terra-soft: var(--c-peach-soft);
  --c-honey: var(--c-bg);
  --c-warm: var(--c-sun-soft);
  --c-text: var(--c-ink);
  --c-text-muted: var(--c-muted);
  --c-border: var(--c-line);
  --c-primary: var(--c-sky);
  --c-primary-dark: var(--c-sky-dark);
  --c-primary-light: var(--c-sky-soft);
  --c-accent: var(--c-peach);
  --c-accent-dark: var(--c-terra-dark);
  --c-accent-soft: var(--c-peach-soft);
  --font-heading: var(--font);
  --font-body: var(--font);
  --color-primary: var(--c-sky);
  --color-primary-dark: var(--c-sky-dark);
  --color-primary-light: var(--c-sky-soft);
  --color-accent: var(--c-peach);
  --color-white: var(--c-surface);
  --color-sand: var(--c-bg);
  --color-border: var(--c-line);
  --color-text: var(--c-ink);
  --color-text-muted: var(--c-muted);
  --touch-min: var(--touch);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-pad);
  -webkit-text-size-adjust: 100%;
  --scroll-h: 205;
  --scroll-h-accent: 218;
  --scroll-l: 95;
  --scroll-l-deep: 92;
  --scroll-sun-x: 78%;
  --scroll-sun-y: 10%;
  --scroll-sun-scale: 1;
  --scroll-sun-glow: 0.55;
}

body {
  font-family: var(--font);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--c-ink);
  background: transparent;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 70% 50% at var(--scroll-sun-x) var(--scroll-sun-y), hsl(48 90% 88% / calc(var(--scroll-sun-glow) * 0.35)), transparent 62%),
    radial-gradient(ellipse 90% 55% at 15% 0%, hsl(var(--scroll-h-accent) 48% calc(var(--scroll-l) * 1%)), transparent 58%),
    radial-gradient(ellipse 75% 45% at 85% 100%, hsl(calc(var(--scroll-h) + 22) 42% calc(var(--scroll-l-deep) * 1%)), transparent 52%),
    hsl(var(--scroll-h) 40% calc(var(--scroll-l) * 1%));
  transition: background 0.35s ease;
}

.scroll-sun {
  position: fixed;
  z-index: -1;
  left: var(--scroll-sun-x);
  top: var(--scroll-sun-y);
  width: clamp(5.85rem, 20.8vw, 11.05rem);
  height: clamp(5.85rem, 20.8vw, 11.05rem);
  transform: translate(-50%, -50%) scale(var(--scroll-sun-scale));
  pointer-events: none;
  will-change: left, top, transform;
}

.scroll-sun__core {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fffef0 0%, var(--c-sun) 42%, #ffb703 100%);
  box-shadow:
    0 0 36px rgba(255, 212, 59, calc(var(--scroll-sun-glow) * 0.9)),
    0 0 90px rgba(255, 183, 3, calc(var(--scroll-sun-glow) * 0.45)),
    0 0 24px rgba(255, 120, 40, calc(var(--scroll-sun-glow) * 0.25));
  animation: scroll-sun-burn 3.6s ease-in-out infinite;
}

.scroll-sun__core::before {
  content: '';
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 85% 70% at 50% 62%,
    rgba(255, 140, 50, 0.28) 0%,
    rgba(255, 90, 30, 0.12) 42%,
    transparent 72%
  );
  animation: scroll-sun-flame 2.8s ease-in-out infinite;
}

.scroll-sun__core::after {
  content: '';
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(255, 255, 240, 0.5) 0%, transparent 55%);
  animation: scroll-sun-flicker 1.9s ease-in-out infinite;
}

.scroll-sun__rays {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255, 212, 59, 0.42) 10deg,
    transparent 20deg,
    transparent 30deg,
    rgba(255, 212, 59, 0.38) 40deg,
    transparent 50deg,
    transparent 60deg,
    rgba(255, 212, 59, 0.42) 70deg,
    transparent 80deg,
    transparent 90deg,
    rgba(255, 212, 59, 0.38) 100deg,
    transparent 110deg,
    transparent 120deg,
    rgba(255, 212, 59, 0.42) 130deg,
    transparent 140deg,
    transparent 150deg,
    rgba(255, 212, 59, 0.38) 160deg,
    transparent 170deg,
    transparent 180deg,
    rgba(255, 212, 59, 0.42) 190deg,
    transparent 200deg,
    transparent 210deg,
    rgba(255, 212, 59, 0.38) 220deg,
    transparent 230deg,
    transparent 240deg,
    rgba(255, 212, 59, 0.42) 250deg,
    transparent 260deg,
    transparent 270deg,
    rgba(255, 212, 59, 0.38) 280deg,
    transparent 290deg,
    transparent 300deg,
    rgba(255, 212, 59, 0.42) 310deg,
    transparent 320deg,
    transparent 330deg,
    rgba(255, 212, 59, 0.38) 340deg,
    transparent 350deg
  );
  animation: scroll-sun-spin 48s linear infinite;
}

@keyframes scroll-sun-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes scroll-sun-burn {
  0%, 100% {
    filter: brightness(1) saturate(1);
    transform: scale(1);
  }
  35% {
    filter: brightness(1.07) saturate(1.1);
    transform: scale(1.03);
  }
  68% {
    filter: brightness(0.96) saturate(1.14);
    transform: scale(0.98);
  }
}

@keyframes scroll-sun-flame {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.06) translateY(-2%);
  }
}

@keyframes scroll-sun-flicker {
  0%, 100% { opacity: 0.75; }
  25% { opacity: 0.95; }
  48% { opacity: 0.65; }
  72% { opacity: 0.9; }
}

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

a {
  color: var(--c-sky-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover { color: var(--c-peach); }

ul, ol { list-style: none; }

:focus { outline: none; }

:focus-visible {
  outline: 3px solid var(--c-focus);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1rem;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0.75rem;
  z-index: 10001;
  background: var(--c-sky-dark);
  color: var(--c-surface);
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus { top: 0.5rem; }

/* ── Header (full-width) ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid var(--c-sun);
  box-shadow: var(--shadow-sm);
}

.site-header .container {
  max-width: none;
  padding: 0 1rem;
}

.header-parade {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.header-parade__kid {
  position: absolute;
  left: -3rem;
  bottom: 0;
  width: var(--parade-size, 2rem);
  height: var(--parade-size, 2rem);
  transform: scaleX(-1);
  animation: parade-walk var(--parade-duration, 3.2s) linear var(--parade-delay, 0ms) forwards;
}

.header-parade__kid .kanu-kid { width: 100%; height: 100%; }
.header-parade__kid .kanu-kid__shadow { display: none; }
.header-parade__kid .kanu-kid__march { animation: parade-bob 0.32s ease-in-out infinite; transform-origin: 32px 58px; }
.header-parade__kid .kanu-kid__stride { transform-origin: 48px 46px; animation: parade-arm 0.32s ease-in-out infinite; }
.header-parade__kid .kanu-kid__lid--l { transform-origin: 25px 23px; animation: kid-blink 4.5s ease-in-out infinite; }
.header-parade__kid .kanu-kid__lid--r { transform-origin: 39px 23px; animation: kid-blink 4.5s ease-in-out infinite; }

@keyframes parade-walk { from { left: -3rem; } to { left: calc(100vw + 1rem); } }
@keyframes parade-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
@keyframes parade-arm { 0%, 100% { transform: rotate(-18deg); } 50% { transform: rotate(18deg); } }
@keyframes kid-blink { 0%, 46%, 54%, 100% { transform: scaleY(0); } 48%, 52% { transform: scaleY(1); } }

/* ── Edge kids (legs on border, never over content) ── */
.edge-kid-host {
  position: relative;
  overflow: visible;
}

.edge-kid-host > *:not(.edge-kid) {
  position: relative;
  z-index: 2;
}

.edge-kid-host--pad-top { padding-top: var(--edge-kid-foot, 3.5rem); }
.edge-kid-host--pad-bottom { padding-bottom: var(--edge-kid-foot, 3.5rem); }
.edge-kid-host--pad-left { padding-left: var(--edge-kid-side, 2.75rem); }
.edge-kid-host--pad-right { padding-right: var(--edge-kid-side, 2.75rem); }

.feature-card.edge-kid-host,
.gallery__item.edge-kid-host,
.contact-card.edge-kid-host,
.btn.edge-kid-host {
  overflow: visible;
}

.edge-kid {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: var(--edge-kid-size, 2.75rem);
  height: calc(var(--edge-kid-size, 2.75rem) * 1.375);
  filter: drop-shadow(0 2px 5px rgba(45, 52, 54, 0.16));
}

.edge-kid .kanu-kid {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.edge-kid--top-left {
  top: 0;
  left: 0.5rem;
  transform: translateY(calc(var(--edge-kid-foot, 3.5rem) - 100% + 2px)) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 50% 100%;
}

.edge-kid--top-right {
  top: 0;
  right: 0.5rem;
  left: auto;
  transform: translateY(calc(var(--edge-kid-foot, 3.5rem) - 100% + 2px)) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 50% 100%;
}

.edge-kid--bottom-left {
  bottom: 0;
  left: 0.5rem;
  transform: translateY(calc(100% - var(--edge-kid-foot, 3.5rem) - 2px)) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 50% 0%;
}

.edge-kid--bottom-right {
  bottom: 0;
  right: 0.5rem;
  left: auto;
  transform: translateY(calc(100% - var(--edge-kid-foot, 3.5rem) - 2px)) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 50% 0%;
}

.edge-kid--left {
  left: 0;
  top: 50%;
  transform: translate(calc(var(--edge-kid-side, 2.75rem) - 100% + 2px), -50%) scaleX(-1) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 100% 88%;
}

.edge-kid--right {
  right: 0;
  left: auto;
  top: 50%;
  transform: translate(calc(100% - var(--edge-kid-side, 2.75rem) - 2px), -50%) rotate(var(--edge-kid-tilt, 0deg));
  transform-origin: 0% 88%;
}

.edge-kid--small {
  --edge-kid-foot: calc(var(--edge-kid-size, 1.8rem) * 1.2) !important;
}

.edge-kid--small.edge-kid--top-left,
.edge-kid--small.edge-kid--top-right {
  left: 0.15rem;
  right: 0.15rem;
}

.edge-kid--animate .kanu-kid__perch {
  animation: edge-kid-bob 3.2s ease-in-out infinite;
  animation-delay: var(--edge-kid-delay, 0s);
  transform-origin: 32px 82px;
}

.edge-kid--animate .kanu-kid__lid--l {
  transform-origin: 25px 23px;
  animation: kid-blink 4.5s ease-in-out infinite;
  animation-delay: var(--edge-kid-delay, 0s);
}

.edge-kid--animate .kanu-kid__lid--r {
  transform-origin: 39px 23px;
  animation: kid-blink 4.5s ease-in-out infinite;
  animation-delay: calc(var(--edge-kid-delay, 0s) + 0.1s);
}

.edge-kid--animate .kanu-kid__wave {
  transform-origin: 48px 46px;
  animation: kid-wave 1.8s ease-in-out infinite;
  animation-delay: var(--edge-kid-delay, 0s);
}

.edge-kid--animate .kanu-kid__cheer-l {
  transform-origin: 12px 46px;
  animation: kid-cheer-l 1.4s ease-in-out infinite;
}

.edge-kid--animate .kanu-kid__cheer-r {
  transform-origin: 52px 46px;
  animation: kid-cheer-r 1.4s ease-in-out infinite;
  animation-delay: 0.15s;
}

@keyframes edge-kid-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes kid-wave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(16deg); }
  75% { transform: rotate(-8deg); }
}

@keyframes kid-cheer-l {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(-22deg); }
}

@keyframes kid-cheer-r {
  0%, 100% { transform: rotate(8deg); }
  50% { transform: rotate(22deg); }
}

.site-header__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 0.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  min-height: var(--touch);
  flex: 1;
  min-width: 0;
}

.brand:hover { color: inherit; }

.brand__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid var(--c-sky-soft);
  flex-shrink: 0;
}

.brand__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-sky-dark);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand__tagline {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--c-peach);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--c-sky-dark);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-full);
  background: var(--c-sky-soft);
  border: 2px solid var(--c-sky);
  min-height: 40px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: background var(--ease), color var(--ease);
}

.header-phone:hover {
  background: var(--c-sky);
  color: var(--c-surface);
}

.header-phone__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .header-phone__num { display: none; }
  .header-phone {
    padding: 0.45rem;
    min-width: 40px;
    justify-content: center;
  }
}

.lang-toggle__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 2px solid var(--c-sky);
  background: var(--c-sky-soft);
  color: var(--c-sky-dark);
  padding: 0.45rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.lang-toggle__btn:hover {
  background: var(--c-sky);
  color: var(--c-surface);
  border-color: var(--c-sky-dark);
}

.lang-toggle__btn--menu {
  margin-top: 0.75rem;
  align-self: flex-start;
}

.lang-toggle__icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.lang-toggle__badge {
  position: absolute;
  right: -0.15rem;
  bottom: -0.1rem;
  min-width: 1.1rem;
  padding: 0.1rem 0.2rem;
  border-radius: var(--radius-full);
  background: var(--c-sun);
  color: var(--c-ink);
  font-family: var(--font);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  border: 1.5px solid var(--c-surface);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}

.lang-toggle__btn:focus-visible {
  outline: 3px solid var(--c-focus);
  outline-offset: 2px;
}

.header-lan {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem 0.3rem 0.55rem;
  border-radius: var(--radius-full);
  background: var(--c-grass-soft);
  border: 2px dashed var(--c-grass);
  min-height: 36px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 11rem;
}

.header-lan__badge {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-surface);
  background: var(--c-grass);
  padding: 0.15rem 0.4rem;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.header-lan__link {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--c-ink);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.header-lan__link:hover {
  color: var(--c-sky-dark);
  text-decoration: underline;
}

.header-lan__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--c-surface);
  color: var(--c-grass);
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.header-lan__copy svg {
  width: 0.9rem;
  height: 0.9rem;
}

.header-lan__copy:hover {
  background: var(--c-grass);
  color: var(--c-surface);
}

.header-lan__copy.is-copied {
  background: var(--c-grass);
  color: var(--c-surface);
  transform: scale(1.08);
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: var(--radius-sm);
  background: var(--c-sun);
  cursor: pointer;
  padding: 12px;
  flex-shrink: 0;
}

.menu-btn__bar {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--c-ink);
  border-radius: 3px;
  transition: transform var(--ease), opacity var(--ease);
}

.menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.header-nav {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  overflow: hidden;
}

.header-nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
}

.header-nav__link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.35rem 0.45rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--c-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--ease), color var(--ease);
}

.header-nav__link:hover,
.header-nav__link.is-active {
  color: var(--c-sky-dark);
  background: var(--c-sky-soft);
}

/* Bottom-sheet nav (thumb-friendly) */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(45, 52, 54, 0.45);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--ease), visibility var(--ease);
  border: none;
  padding: 0;
  cursor: pointer;
}

.nav-overlay.is-open { opacity: 1; visibility: visible; }
.nav-overlay[hidden] { display: none !important; }

.nav-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background: var(--c-surface);
  padding: 1.25rem 1rem calc(1.25rem + var(--safe-bottom));
  overflow-y: auto;
  max-height: 85svh;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  box-shadow: 0 -12px 40px rgba(45, 52, 54, 0.18);
}

.nav-menu::before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: var(--c-line);
  border-radius: 2px;
  margin: 0 auto 1rem;
}

.nav-menu.is-open { transform: translateY(0); }
.nav-menu[hidden] { display: none !important; }

.nav-menu__label {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--c-sky-dark);
}

.nav-menu__hint {
  font-size: 0.88rem;
  color: var(--c-muted);
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.nav-menu__list { display: flex; flex-direction: column; gap: 0.35rem; }

.nav-menu__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-ink);
  text-decoration: none;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  min-height: var(--touch);
  background: var(--c-bg);
}

.nav-menu__link:hover,
.nav-menu__link.is-active {
  background: var(--c-sky-soft);
  color: var(--c-sky-dark);
}

.nav-menu__num {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--c-peach);
  min-width: 1.5rem;
}

.nav-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem;
  background: var(--c-whatsapp);
  color: var(--c-surface);
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  border-radius: var(--radius-full);
  min-height: var(--touch);
}

.nav-menu__cta:hover { background: #1fb855; color: var(--c-surface); }

/* ── Buttons (full-width mobile default) ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1rem;
  padding: 0.9rem 1.5rem;
  min-height: var(--touch);
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--ease), filter var(--ease);
}

.btn:active { transform: scale(0.98); }

.btn__icon { width: 1.2rem; height: 1.2rem; flex-shrink: 0; }

.btn--block { width: 100%; }

.btn--primary { background: var(--c-sky); color: var(--c-surface); }
.btn--primary:hover { background: var(--c-sky-dark); color: var(--c-surface); }

.btn--whatsapp {
  background: var(--c-whatsapp);
  color: var(--c-surface);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.btn--whatsapp:hover { background: #1fb855; color: var(--c-surface); }

.platz-cta {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-left: 3.1rem;
}

.platz-pointer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.35rem;
  height: calc(3.35rem * 1.1);
  pointer-events: none;
  z-index: 2;
}

.platz-pointer__figure {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 4px rgba(45, 52, 54, 0.18));
}

.platz-pointer__figure .kanu-kid {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.platz-pointer__figure .kanu-kid__perch {
  animation: edge-kid-bob 2.8s ease-in-out infinite;
  transform-origin: 28px 82px;
}

.platz-pointer__figure .kanu-kid__wave {
  transform-origin: 44px 50px;
  animation: kid-wave 1.5s ease-in-out infinite;
}

.platz-pointer__figure .kanu-kid__grin {
  transform-origin: 28px 40px;
  animation: platz-grin 2.8s ease-in-out infinite;
}

@keyframes platz-grin {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.08); }
}

.btn--sky {
  background: var(--c-sky-soft);
  color: var(--c-sky-dark);
  border: 2px solid var(--c-sky);
}

.btn--sky:hover {
  background: var(--c-sky);
  color: var(--c-surface);
}

.btn--outline {
  background: var(--c-surface);
  color: var(--c-sky-dark);
  border: 2px solid var(--c-sky);
}

.btn--outline:hover { background: var(--c-sky-soft); }

.btn--light {
  background: var(--c-surface);
  color: var(--c-sky-dark);
  box-shadow: var(--shadow-sm);
}

.btn--light:hover { background: var(--c-sun-soft); }

.btn--sun {
  background: var(--c-sun);
  color: var(--c-ink);
  box-shadow: 0 4px 0 #e6b800;
}

.btn--sun:hover { background: #ffcd2b; color: var(--c-ink); }

/* ── Waves ── */
.wave { line-height: 0; margin-top: -1px; }
.wave svg { width: 100%; height: 40px; display: block; }
.wave--hero { position: relative; z-index: 2; margin-top: -2px; }
.wave--hero svg { height: 48px; }
.wave--flip { transform: scaleY(-1); margin-bottom: -1px; }

/* ── Hero (Spielplatz) ── */
.hero {
  position: relative;
  padding: calc(var(--header-h) + 1.25rem) 0 0;
  overflow: hidden;
  background: transparent;
}

.hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.45;
}

.blob--sun { width: 200px; height: 200px; top: 8%; right: -40px; background: var(--c-sun); }
.blob--sky { width: 180px; height: 180px; bottom: 25%; left: -50px; background: var(--c-sky); opacity: 0.35; }
.blob--grass { width: 120px; height: 120px; top: 40%; right: 15%; background: var(--c-grass); opacity: 0.3; }

.star {
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.5;
  animation: star-spin 8s linear infinite;
}

.star--1 { top: 18%; left: 8%; color: var(--c-sun); }
.star--2 { top: 30%; right: 12%; color: var(--c-pink); font-size: 1.1rem; animation-direction: reverse; }

@keyframes star-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  padding-bottom: 1rem;
}

.hero__main { }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--c-surface);
  color: var(--c-peach);
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
  border: 2px dashed var(--c-peach);
  box-shadow: var(--shadow-sm);
}

.hero__availability {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.85rem;
  padding: 0.5rem 1rem;
  background: var(--c-sun-soft);
  color: var(--c-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  border-radius: var(--radius-full);
  border: 2px solid var(--c-sun);
  box-shadow: var(--shadow-sm);
}

.hero__availability a {
  color: var(--c-sky-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero__availability a:hover {
  color: var(--c-peach);
}

.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: var(--c-grass);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.75rem;
}

.hero__line {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 6vw, 2rem);
  line-height: 1.05;
  color: var(--c-ink);
}

.hero__tagesmutter {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.12em;
  color: #d9480f;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 3px 3px 0 var(--c-sun);
  position: relative;
  isolation: isolate;
}

.hero__tagesmutter::before {
  content: '';
  position: absolute;
  left: -0.12em;
  right: -0.12em;
  bottom: 0.02em;
  height: 0.58em;
  background: linear-gradient(
    98deg,
    var(--c-sun-soft) 0%,
    var(--c-sun) 45%,
    #ffe066 55%,
    var(--c-sun) 100%
  );
  z-index: -1;
  transform: rotate(-2deg) skewX(-4deg);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(255, 212, 59, 0.45);
}

.hero__line--pop {
  font-size: clamp(2.2rem, 10vw, 3.4rem);
  color: var(--c-sky-dark);
  text-shadow: 3px 3px 0 var(--c-sun);
}

.hero__line--sub {
  font-size: clamp(1.1rem, 4.5vw, 1.45rem);
  color: var(--c-peach);
  font-weight: 700;
}

.hero__lead {
  font-size: 1rem;
  color: var(--c-muted);
  margin-bottom: 0;
  line-height: 1.55;
}

.hero__lead + .hero__lead {
  margin-top: 0.7rem;
}

.hero__lead:last-of-type {
  margin-bottom: 1.15rem;
}

.hero__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.55rem;
}

.hero__actions .btn {
  flex: 1;
  min-width: 0;
  min-height: var(--touch);
  font-size: 0.92rem;
  padding: 0.85rem 0.5rem;
}

.platz-cta .btn--whatsapp {
  width: 100%;
  height: 100%;
}

.hero__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero__logo-bubble {
  position: relative;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background: var(--c-surface);
  border: 4px solid var(--c-sky);
  box-shadow: 0 8px 0 var(--c-sky-dark), var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bubble-bob 3s ease-in-out infinite;
}

.hero__logo-bubble img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  border-radius: 50%;
}

.hero__logo-tag {
  position: absolute;
  bottom: -0.5rem;
  background: var(--c-sun);
  color: var(--c-ink);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--c-ink);
}

@keyframes bubble-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero__pops {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
}

.hero__pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
  min-width: 5.5rem;
  color: var(--c-surface);
  font-size: 0.68rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.hero__pop strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
}

.hero__pop--sky { background: var(--c-sky); transform: rotate(-4deg); }
.hero__pop--peach { background: var(--c-peach); transform: rotate(3deg); }
.hero__pop--grass { background: var(--c-grass); transform: rotate(-2deg); }

.hero__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.15rem;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-full);
  background: var(--c-sky-soft);
  border: 2px solid var(--c-sky);
  color: var(--c-sky-dark);
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.hero__phone:hover {
  background: var(--c-sky);
  color: var(--c-surface);
  transform: translateY(-1px);
}

.hero__phone-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

/* ── Trust bubbles ── */
.trust-ribbon {
  background: var(--c-surface);
  padding: 1.5rem 0 2rem;
  position: relative;
  z-index: 1;
}

.trust-ribbon__track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--c-bg);
  border-radius: var(--radius);
  padding: 0.85rem 0.75rem;
  min-height: var(--touch);
  border: 2px solid var(--c-line);
  transition: transform var(--ease);
}

.trust-ribbon--bubbles .trust-chip:nth-child(odd) { transform: rotate(-2deg); }
.trust-ribbon--bubbles .trust-chip:nth-child(even) { transform: rotate(2deg); }
.trust-ribbon--bubbles .trust-chip:hover { transform: rotate(0deg) scale(1.03); }

.trust-chip:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 16rem; margin: 0 auto; width: 100%; }

.trust-chip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  color: var(--c-surface);
}

.trust-chip:nth-child(1) .trust-chip__icon { background: var(--c-sky); }
.trust-chip:nth-child(2) .trust-chip__icon { background: var(--c-peach); }
.trust-chip:nth-child(3) .trust-chip__icon { background: var(--c-grass); }
.trust-chip:nth-child(4) .trust-chip__icon { background: var(--c-pink); }
.trust-chip:nth-child(5) .trust-chip__icon { background: var(--c-sun); color: var(--c-ink); }

.trust-chip__icon svg { width: 1.15rem; height: 1.15rem; }

.trust-chip__text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.trust-chip__text strong { font-size: 0.8rem; font-weight: 800; }
.trust-chip__text span { font-size: 0.68rem; color: var(--c-muted); }

/* ── Sections ── */
.section {
  padding: var(--space-xl) 0;
  scroll-margin-top: var(--scroll-pad);
}

.section--warm { background: var(--c-sun-soft); }
.section--sage { background: var(--c-sky-soft); }
.section--contact { background: var(--c-bg); }

.section-head { margin-bottom: var(--space-lg); }

.section-head--center { text-align: center; }
.section-head--center .section-head__lead { margin: 0 auto; }

.section-head__eyebrow {
  display: inline-block;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-surface);
  background: var(--c-peach);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.5rem;
}

.section-head__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 5.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 0.5rem;
  color: var(--c-sky-dark);
  position: relative;
  display: inline-block;
}

.section-head--center .section-head__title::after {
  content: '';
  display: block;
  width: 70%;
  height: 6px;
  margin: 0.35rem auto 0;
  background: repeating-linear-gradient(
    90deg,
    var(--c-sun) 0 8px,
    var(--c-peach) 8px 16px,
    var(--c-grass) 16px 24px
  );
  border-radius: 3px;
  transform: rotate(-1deg);
}

.section-head__title--sm { font-size: 1.25rem; }

.section-head__lead {
  color: var(--c-muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 38rem;
}

.section-head__lead + .reviews-note {
  margin-top: 1rem;
}

#kosten .section-head:not(:first-child) {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
}

/* ── Features (single column mobile) ── */
.feature-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-card {
  background: var(--c-surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--c-line);
  transition: transform var(--ease), box-shadow var(--ease);
}

.bento .feature-card--compact:nth-child(2) { transform: rotate(0.6deg); }
.bento .feature-card--compact:nth-child(3) { transform: rotate(-0.6deg); }
.bento .feature-card--compact:hover { transform: rotate(0deg) translateY(-3px); box-shadow: var(--shadow-md); }
.bento .feature-card--info:hover { transform: translateY(-3px); }

.feature-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.feature-card__media { aspect-ratio: 16/10; overflow: hidden; }

.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Prefer lower subject (kids) – crop top of tall photos */
.feature-card__media img.feature-card__img--bottom {
  object-position: center bottom;
}

/* Zweisprachigkeit – AI diagonal DE/UK flag (static) */
.feature-card__media--flags {
  background: #c8daf0;
  position: relative;
  overflow: hidden;
}

.bilingual-flags {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.bilingual-flags__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-card__media--flags .bilingual-flags__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 48%;
}

.feature-card__body { padding: 1.1rem; }

.feature-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  color: var(--c-surface);
}

.feature-card:nth-child(1) .feature-card__icon,
.feature-card--hero .feature-card__icon { background: var(--c-sky); }
.feature-card:nth-child(2) .feature-card__icon { background: var(--c-grass); }
.feature-card:nth-child(3) .feature-card__icon { background: var(--c-peach); }

.feature-card__icon svg { width: 1.3rem; height: 1.3rem; }

.feature-card__body p { color: var(--c-muted); font-size: 0.95rem; }

.feature-card--info {
  background: linear-gradient(145deg, var(--c-sky) 0%, var(--c-sky-dark) 100%);
  color: var(--c-surface);
}

.feature-card--info .feature-card__icon { background: rgba(255, 255, 255, 0.25); }
.feature-card--info .feature-card__title { color: var(--c-surface); }
.feature-card--info p { color: rgba(255, 255, 255, 0.92); }

.feature-card__facts { margin: 0.5rem 0; }

.feature-card__facts li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.92rem;
}

.feature-card__facts li:last-child { border-bottom: none; }

.feature-card__link {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--c-sun);
  font-weight: 800;
  text-decoration: none;
}

.feature-card--compact {
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  align-items: stretch;
  gap: 0;
}

.feature-card--compact .feature-card__media {
  aspect-ratio: 1;
  width: 5.25rem;
  min-height: 100%;
  flex-shrink: 0;
}

.feature-card--compact .feature-card__body {
  padding: 0.7rem 0.8rem;
  min-width: 0;
}

.feature-card--compact .feature-card__title {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.feature-card--compact .feature-card__body p {
  font-size: 0.82rem;
  line-height: 1.5;
}

.feature-card--compact .feature-card__icon {
  display: none;
}

.feature-grid.bento {
  gap: 0.65rem;
}

/* ── Day path (snake timeline) ── */
.section--path { position: relative; }

.day-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.day-path {
  position: relative;
  padding-left: 2.5rem;
}

.day-path__connector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.day-path__track {
  stroke: var(--c-sky-soft);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 0.85;
}

.day-path__flow {
  stroke: var(--c-sky);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.day-path.is-line-ready .day-path__flow {
  opacity: 1;
  animation: day-path-march 1.35s linear infinite;
}

.day-path.is-line-drawn .day-path__track {
  animation: day-path-draw 2.2s ease forwards;
}

@keyframes day-path-draw {
  from { stroke-dashoffset: var(--day-path-len, 1000); }
  to { stroke-dashoffset: 0; }
}

@keyframes day-path-march {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -52; }
}

.day-card {
  position: relative;
  z-index: 1;
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 1.1rem 1.1rem 1.1rem 1.25rem;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--c-line);
}

.day-path > .day-card:nth-of-type(odd) { margin-right: 0.5rem; }
.day-path > .day-card:nth-of-type(even) { margin-left: 0.75rem; }

.day-card__step {
  position: absolute;
  left: -2.5rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--c-sun);
  color: var(--c-ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--c-surface);
  box-shadow: 0 2px 0 var(--c-peach);
}

.day-path > .day-card:nth-of-type(even) .day-card__step { background: var(--c-sky); color: var(--c-surface); }
.day-path > .day-card:nth-of-type(3n) .day-card__step { background: var(--c-grass); color: var(--c-surface); }

.day-card__time {
  display: inline-block;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--c-sky-dark);
  background: var(--c-sky-soft);
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.45rem;
}

.day-card h3 {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.day-card p { color: var(--c-muted); font-size: 0.92rem; }

/* ── Gallery (polaroid) ── */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.gallery--polaroid .gallery__item {
  border-radius: 4px;
  overflow: visible;
  margin: 0;
  background: var(--c-surface);
  padding: 0.65rem 0.65rem 2.25rem;
  box-shadow: 0 6px 20px rgba(45, 52, 54, 0.15);
  transform: rotate(-2deg);
  transition: transform var(--ease);
}

.gallery--polaroid .gallery__item:nth-child(even) { transform: rotate(2.5deg); }
.gallery--polaroid .gallery__item:nth-child(3n) { transform: rotate(-1deg); }
.gallery--polaroid .gallery__item:hover { transform: rotate(0deg) scale(1.02); z-index: 2; }

.gallery--polaroid .gallery__item::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 18px;
  background: rgba(255, 212, 59, 0.55);
  border-radius: 2px;
}

.gallery__item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin: 0;
  background: var(--c-sky-soft);
  box-shadow: var(--shadow-sm);
}

.gallery__zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  border-radius: 2px;
  overflow: hidden;
}

.gallery__zoom:focus-visible {
  outline: 3px solid var(--c-focus);
  outline-offset: 2px;
}

.gallery__item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  transition: transform var(--ease);
}

.gallery__zoom:hover img { transform: scale(1.03); }

.gallery__item figcaption {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 0.5rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-muted);
  background: transparent;
}

.gallery__item--featured img { aspect-ratio: 16/10; }

/* ── Profile ── */
.profile {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.profile__frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1;
  max-width: 16rem;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
  border: 4px solid var(--c-sun);
  transform: rotate(-3deg);
}

.profile__bubble {
  position: relative;
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--c-sky-soft);
}

.profile__bubble::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid var(--c-sky-soft);
}

.profile__bubble::after {
  content: '';
  position: absolute;
  top: 2.15rem;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid var(--c-surface);
}

@media (max-width: 767px) {
  .profile__bubble::before,
  .profile__bubble::after { display: none; }
}

.profile__frame::after { display: none; }

.profile__video { width: 100%; height: 100%; object-fit: cover; }

.profile__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}

.badge-pill {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-full);
  color: var(--c-surface);
}

.badge-pill:nth-child(1) { background: var(--c-sky); }
.badge-pill:nth-child(2) { background: var(--c-grass); }
.badge-pill:nth-child(3) { background: var(--c-peach); }

.profile__role {
  color: var(--c-peach);
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.profile__intro {
  color: var(--c-muted);
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.profile__personal {
  color: var(--c-ink);
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.qual-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.5rem;
  color: var(--c-muted);
  font-size: 0.95rem;
}

.qual-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--c-grass);
  font-weight: 800;
}

.story {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}

.story__image {
  width: 100%;
  max-width: 18rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
  border: 3px solid var(--c-sun-soft);
}

.story__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--c-sky-dark);
  margin-bottom: 0.4rem;
}

.story p { color: var(--c-muted); font-size: 0.95rem; }
.story p + p { margin-top: 0.5rem; }

.quotes {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.75rem;
}

.quote {
  background: var(--c-sky-dark);
  color: var(--c-surface);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  position: relative;
  overflow: visible;
  margin: 0;
}

.quote__portrait {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  margin: 0;
  transform: translate(22%, -32%);
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--c-sun);
  box-shadow: var(--shadow-md), 0 0 0 3px var(--c-sky-dark);
  background: var(--c-surface);
}

.quote__portrait picture {
  display: block;
  width: 100%;
  height: 100%;
}

.quote__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.quote__portrait-img--huether {
  object-position: center 22%;
}

.quote__mark {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 2rem;
  opacity: 0.25;
  color: var(--c-sun);
}

.quote p {
  font-style: italic;
  line-height: 1.65;
  font-size: 1rem;
  padding-top: 1.35rem;
  padding-right: clamp(3.5rem, 22vw, 5rem);
}

.quote cite {
  display: block;
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  font-style: normal;
  color: var(--c-sun);
}

/* ── Pricing ── */
.info-box {
  background: var(--c-surface);
  border-left: 5px solid var(--c-sky);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.15rem 1.2rem;
  margin-bottom: 1.15rem;
  font-size: 0.95rem;
  line-height: 1.6;
  box-shadow: var(--shadow-sm);
}

.info-box p + p { margin-top: 0.65rem; }
.info-box p strong { color: var(--c-ink); }
.info-box a { color: var(--c-sky-dark); font-weight: 700; }
.info-box__meta { font-size: 0.8rem; color: var(--c-muted); }

.pricing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.price-card {
  background: var(--c-surface);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.pricing--tickets .price-card {
  border: 2px dashed var(--c-sky);
  background: linear-gradient(180deg, var(--c-surface) 88%, var(--c-sky-soft) 88%);
}

.pricing--tickets .price-card::before,
.pricing--tickets .price-card::after {
  content: '';
  position: absolute;
  top: 88%;
  width: 14px;
  height: 14px;
  background: var(--c-bg);
  border-radius: 50%;
  transform: translateY(-50%);
}

.pricing--tickets .price-card::before { left: -8px; }
.pricing--tickets .price-card::after { right: -8px; }

.price-card--featured {
  border: 3px dashed var(--c-sun);
  position: relative;
  transform: rotate(-1deg);
}

.pricing--tickets .price-card--featured {
  background: linear-gradient(180deg, var(--c-sun-soft) 88%, var(--c-sun) 88%);
}

.price-card--featured .price-card__tag::before {
  content: '★ Beliebt · ';
  color: var(--c-peach);
  font-weight: 800;
}

.price-card__tag { font-weight: 700; font-size: 0.85rem; color: var(--c-muted); }

.price-card__amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--c-sky-dark);
  margin: 0.15rem 0;
}

.price-card__period { color: var(--c-muted); font-size: 0.88rem; margin-bottom: 0.75rem; }

.price-card__list li {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 0.92rem;
}

.price-card__list li:last-child { border-bottom: none; }

.apply-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.apply-card {
  background: var(--c-surface);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.apply-card h4 { font-weight: 800; margin-bottom: 0.35rem; }
.apply-card p { color: var(--c-muted); font-size: 0.92rem; margin-bottom: 1rem; }

.apply-card .btn { width: 100%; }

/* ── Contact ── */
.contact-banner {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.contact-banner img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.12rem;
  text-align: left;
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  min-height: var(--touch);
  min-width: 0;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--c-line);
  transition: transform var(--ease), box-shadow var(--ease);
}

.contact-card:nth-child(odd) { transform: rotate(-1.5deg); }
.contact-card:nth-child(even) { transform: rotate(1.5deg); }
.contact-card:hover { transform: rotate(0deg) scale(1.02); box-shadow: var(--shadow-md); }
.contact-card--static:hover { transform: rotate(1.5deg); box-shadow: var(--shadow-sm); }

.contact-card--static { cursor: default; }

.contact-card__icon {
  grid-row: 1 / -1;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-surface);
  background: var(--c-sky);
}

.contact-card:nth-child(2) .contact-card__icon { background: var(--c-peach); }
.contact-card:nth-child(3) .contact-card__icon { background: var(--c-grass); }
.contact-card--whatsapp .contact-card__icon { background: var(--c-whatsapp); }
.contact-card:nth-child(5) .contact-card__icon { background: var(--c-pink); }
.contact-card:nth-child(6) .contact-card__icon { background: var(--c-sun); color: var(--c-ink); }

.contact-card__icon svg { width: 1.2rem; height: 1.2rem; }

.contact-card__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--c-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-card__value {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.contact-map iframe,
.contact-map__iframe { width: 100%; height: 100%; border: 0; display: block; }

.contact-map.is-loaded { aspect-ratio: 4/3; }

.map-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 100%;
  min-height: 14rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: linear-gradient(160deg, var(--c-sky-soft), var(--c-surface));
  border: 2px dashed var(--c-sky);
}

.map-consent__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-sky-dark);
}

.map-consent__text {
  font-size: 0.88rem;
  color: var(--c-muted);
  max-width: 28rem;
  line-height: 1.55;
}

.map-consent__text a { color: var(--c-sky-dark); font-weight: 700; }

.map-consent__btn,
.map-consent__route { min-width: 10rem; }

/* ── FAQ ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  background: var(--c-surface);
  border-radius: var(--radius-sm);
  border: 2px solid var(--c-line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq-item summary {
  padding: 1rem 1.1rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--c-sky-dark);
  flex-shrink: 0;
}

.faq-item[open] summary::after { content: '−'; }

.faq-item p {
  padding: 0 1.1rem 1rem;
  color: var(--c-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.faq-item p a { color: var(--c-sky-dark); font-weight: 700; }

/* ── Reviews ── */
.reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.reviews-summary__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.reviews-summary__stars {
  color: var(--c-sun);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.reviews-summary__score strong {
  font-size: 2rem;
  font-family: var(--font-display);
  color: var(--c-sky-dark);
  line-height: 1;
}

.reviews-summary__count {
  font-size: 0.88rem;
  color: var(--c-muted);
}

.reviews-summary__updated {
  font-size: 0.75rem;
  color: var(--c-muted);
  opacity: 0.85;
}

.reviews-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  outline: none;
}

.reviews-carousel:focus-visible {
  outline: 3px solid var(--c-focus);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

.reviews-carousel__viewport {
  overflow: hidden;
  min-width: 0;
}

.reviews-carousel__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.reviews-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.reviews-carousel__nav {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid var(--c-sky);
  background: var(--c-surface);
  color: var(--c-sky-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
  transition: background var(--ease), transform var(--ease), opacity var(--ease);
}

.reviews-carousel__nav svg { width: 1.35rem; height: 1.35rem; }

.reviews-carousel__nav:hover:not(:disabled) {
  background: var(--c-sky-soft);
  transform: scale(1.05);
}

.reviews-carousel__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.reviews-carousel__footer {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.reviews-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.reviews-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--c-line);
  cursor: pointer;
  transition: transform var(--ease), background var(--ease);
}

.reviews-carousel__dot.is-active {
  background: var(--c-sky-dark);
  transform: scale(1.25);
}

.reviews-carousel__counter {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-muted);
}

.reviews-carousel--loading .reviews-carousel__track {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
}

.reviews-carousel__empty {
  padding: 2rem 1rem;
  text-align: center;
  color: var(--c-muted);
  font-size: 0.92rem;
  width: 100%;
}

.reviews-carousel.is-ready .reviews-carousel__nav--next:not(:disabled) {
  opacity: 1;
}

.reviews-note {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--c-muted);
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius);
  border-left: 3px solid var(--c-sky-dark);
}

.review-card {
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--c-line);
}

.review-card__stars {
  color: var(--c-sun);
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.review-card__text p {
  font-style: italic;
  line-height: 1.65;
  color: var(--c-ink);
  font-size: 0.95rem;
}

.review-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem;
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: var(--c-muted);
}

.review-card__meta cite {
  font-style: normal;
  font-weight: 700;
  color: var(--c-sky-dark);
}

.review-card__source--google { color: var(--c-muted); }
.review-card__source--facebook { color: #1877f2; font-weight: 600; }

.review-card__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.review-card--cta {
  background: var(--c-sun-soft);
  border-color: var(--c-sun);
  text-align: center;
}

.review-card__cta-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--c-sky-dark);
  margin-bottom: 0.45rem;
}

.review-card--cta p {
  color: var(--c-muted);
  font-size: 0.92rem;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.review-card--cta { margin-top: 0.75rem; }

/* ── Lightbox ── */
.lightbox[hidden] { display: none; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 52, 54, 0.82);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 52rem);
  max-height: 90vh;
  margin: 0;
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 0.75rem;
  box-shadow: var(--shadow-lg);
}

.lightbox__image {
  width: 100%;
  max-height: calc(90vh - 5rem);
  object-fit: contain;
  border-radius: var(--radius-sm);
  display: block;
}

.lightbox__caption {
  margin-top: 0.6rem;
  text-align: center;
  font-weight: 700;
  color: var(--c-muted);
  font-size: 0.9rem;
}

.lightbox__close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0;
  background: var(--c-sky-dark);
  color: var(--c-surface);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-md);
}

.cta-panel {
  position: relative;
  background: linear-gradient(135deg, var(--c-sky) 0%, #74c0fc 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem;
  text-align: center;
  color: var(--c-surface);
  box-shadow: var(--shadow-md);
  border: 4px solid var(--c-sun);
  overflow: hidden;
}

.cta-panel::before {
  content: '✦';
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 1.5rem;
  color: var(--c-sun);
  opacity: 0.6;
  animation: star-spin 10s linear infinite;
}

.cta-panel::after {
  content: '★';
  position: absolute;
  bottom: 0.75rem;
  left: 1rem;
  font-size: 1.25rem;
  color: var(--c-peach);
  opacity: 0.5;
}

.cta-panel__title {
  font-size: clamp(1.3rem, 5vw, 1.65rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.cta-panel__text {
  margin: 0 auto 1.1rem;
  max-width: 32rem;
  opacity: 0.95;
  font-size: 0.98rem;
  line-height: 1.55;
}

.cta-panel .btn--light { width: 100%; }

/* ── Footer ── */
.site-footer {
  background: var(--c-sky-dark);
  color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 1.25rem;
  padding-bottom: calc(1.25rem + var(--safe-bottom));
}

.site-footer a { color: var(--c-sun); text-decoration: none; }
.site-footer a:hover { color: var(--c-surface); }

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-brand {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--c-surface);
  margin-bottom: 0.4rem;
}

.footer-brand-block p { font-size: 0.92rem; opacity: 0.9; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.footer-nav a { font-weight: 700; font-size: 0.92rem; }

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
  font-size: 0.78rem;
  text-align: center;
}

.footer-updated {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.01em;
}

.footer-social { display: flex; gap: 0.65rem; }

.footer-social a {
  width: var(--touch);
  height: var(--touch);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-surface);
}

.footer-social a svg { width: 1.25rem; height: 1.25rem; }

.footer-social a:hover { background: var(--c-sun); color: var(--c-ink); }

/* ── Mobile CTA bar ── */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  gap: 0.5rem;
  padding: 0.65rem 1rem calc(0.65rem + var(--safe-bottom));
  background: var(--c-surface);
  border-top: 3px solid var(--c-sun);
  box-shadow: 0 -6px 24px rgba(45, 52, 54, 0.12);
}

.mobile-cta .btn {
  flex: 1;
  font-size: 0.92rem;
  padding: 0.75rem 0.5rem;
  min-height: 48px;
}

body.has-mobile-cta {
  padding-bottom: calc(72px + var(--safe-bottom));
}

body.has-mobile-cta .site-footer {
  padding-bottom: calc(5.5rem + var(--safe-bottom));
}

/* Chatbot clearance on mobile */
body.has-mobile-cta .chatbot-fab {
  bottom: calc(5.25rem + var(--safe-bottom));
}

/* ── Back to top ── */
.back-to-top {
  position: fixed;
  left: 1rem;
  bottom: calc(5.25rem + var(--safe-bottom));
  z-index: 890;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 2px solid var(--c-line);
  border-radius: 50%;
  background: var(--c-surface);
  color: var(--c-ink);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.back-to-top:not([hidden]) {
  animation: back-to-top-in 0.25s ease;
}

.back-to-top:hover {
  background: var(--c-sun-soft);
  border-color: var(--c-sun);
  transform: translateY(-2px);
}

.back-to-top:focus-visible {
  outline: 3px solid var(--c-sky);
  outline-offset: 2px;
}

.back-to-top svg {
  width: 1.25rem;
  height: 1.25rem;
}

@keyframes back-to-top-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

picture {
  display: block;
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible { opacity: 1; transform: none; }

/* ── Tablet+ enhancements ── */
@media (min-width: 600px) {
  :root {
    --max-w: 52rem;
    --header-h: 64px;
    --space-xl: 3.5rem;
  }

  .container { padding: 0 1.5rem; }

  .site-header .container { padding: 0 1.5rem; }

  .header-phone { font-size: 0.9rem; }

  .hero__actions .btn {
    font-size: 1rem;
    padding: 0.9rem 0.75rem;
  }

  .hero__layout {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
  }

  .hero__aside { align-items: flex-end; }

  .trust-ribbon__track {
    grid-template-columns: repeat(6, 1fr);
  }

  .trust-chip {
    grid-column: span 2;
  }

  .trust-chip:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .trust-chip:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .trust-chip:last-child:nth-child(odd) {
    grid-column: span 2;
    max-width: none;
    margin: 0;
    width: auto;
  }

  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--featured { grid-column: span 2; }

  .contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.65rem;
  }

  .contact-card__icon {
    grid-row: auto;
  }

  .pricing { flex-direction: row; }
  .price-card { flex: 1; }

  .apply-grid {
    flex-direction: row;
  }

  .apply-card { flex: 1; }
  .apply-card .btn { width: auto; }

  .nav-menu {
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: none;
    width: min(100%, 360px);
    border-radius: 0;
    transform: translateX(100%);
    padding-top: calc(var(--header-h) + 1.5rem);
  }

  .nav-menu::before { display: none; }
  .nav-menu.is-open { transform: translateX(0); }
}

@media (max-width: 520px) {
  .hero__actions .platz-cta {
    flex: 1 1 100%;
  }

  .hero__actions > .btn {
    flex: 1 1 calc(50% - 0.3rem);
    min-width: calc(50% - 0.3rem);
  }

  .hero__tagesmutter {
    white-space: normal;
  }
}

@media (max-width: 400px) {
  .brand__tagline { display: none; }
  .header-phone { font-size: 0.72rem; padding: 0.4rem 0.55rem; }
}

@media (min-width: 768px) {
  :root { --max-w: 68rem; }

  body { font-size: 1.0625rem; }

  /* Header links on tablet+; burger only on mobile */
  .header-nav {
    display: flex;
  }

  .menu-btn {
    display: none;
  }

  .site-header__inner {
    gap: 0.4rem;
  }

  .brand {
    flex: 0 0 auto;
    max-width: none;
  }

  .brand__tagline {
    display: none;
  }

  .brand__name {
    font-size: 0.88rem;
  }

  .header-phone__num {
    display: none;
  }

  .header-phone {
    padding: 0.4rem;
    min-width: 40px;
    justify-content: center;
    font-size: 1rem;
  }

  .header-nav__list {
    gap: 0.08rem 0.15rem;
  }

  .header-nav__link {
    font-size: 0.78rem;
    padding: 0.32rem 0.38rem;
  }

  .feature-grid.bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .feature-card--info {
    grid-column: 1 / -1;
  }

  .feature-card--compact {
    grid-template-columns: 6.25rem 1fr;
  }

  .feature-card--compact .feature-card__media {
    width: 6.25rem;
  }

  .feature-card--compact .feature-card__body p {
    font-size: 0.88rem;
  }

  .day-path__connector {
    display: none;
  }

  .day-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .day-path {
    padding-left: 0;
  }

  .day-path > .day-card:nth-of-type(odd),
  .day-path > .day-card:nth-of-type(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .day-card__step {
    position: relative;
    left: auto;
    top: auto;
    display: inline-flex;
    margin-bottom: 0.5rem;
  }

  .profile {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: start;
  }

  .profile__frame { margin: 0; max-width: none; }

  .profile__bubble::before {
    top: 2.5rem;
    left: -14px;
  }

  .profile__bubble::after {
    top: 2.65rem;
    left: -10px;
  }

  .profile__badges { justify-content: flex-start; }

  .story {
    flex-direction: row;
    align-items: center;
  }

  .story__image { margin: 0; max-width: 14rem; flex-shrink: 0; }

  .quote__portrait {
    width: 6.25rem;
    height: 6.25rem;
    transform: translate(28%, -38%);
  }

  .quote p { padding-right: 3.75rem; }

  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery__item--featured { grid-column: span 2; grid-row: span 2; }
  .gallery__item--featured img { aspect-ratio: auto; min-height: 100%; }

  .reviews-summary {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .reviews-summary__score { align-items: flex-start; }

  .reviews-carousel__nav {
    width: 3rem;
    height: 3rem;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .mobile-cta { display: none; }
  body.has-mobile-cta { padding-bottom: 0; }
  body.has-mobile-cta .site-footer {
    padding-bottom: calc(1.25rem + var(--safe-bottom));
  }
  body.has-mobile-cta .chatbot-fab { bottom: 1.5rem; }
  .back-to-top { bottom: calc(1.5rem + var(--safe-bottom)); }

  .cta-panel .btn--light { width: auto; }
}

@media (min-width: 1024px) {
  .trust-ribbon__track {
    grid-template-columns: repeat(5, 1fr);
  }

  .trust-chip,
  .trust-chip:nth-child(4),
  .trust-chip:nth-child(5),
  .trust-chip:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .site-header__inner {
    gap: 0.55rem;
  }

  .brand {
    flex: 0 0 auto;
    max-width: 12rem;
  }

  .brand__name {
    font-size: 1rem;
  }

  .header-nav__list {
    gap: 0.1rem 0.22rem;
  }

  .header-nav__link {
    font-size: 0.85rem;
    padding: 0.38rem 0.48rem;
  }

  .hero__layout {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    padding-bottom: 2rem;
  }

  .hero__aside { align-items: center; }

  .feature-grid.bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .feature-card--info {
    grid-column: 1 / -1;
  }

  .feature-card--compact {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }

  .feature-card--compact .feature-card__media {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: auto;
  }

  .feature-card--compact .feature-card__title {
    font-size: 1.15rem;
  }

  .feature-card--compact .feature-card__body p {
    font-size: 0.95rem;
  }

  .quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
  }

  .quote {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .quote p {
    flex: 1;
    padding-right: 3.25rem;
    padding-top: 1.5rem;
  }

  .quote cite {
    margin-top: auto;
    padding-top: 0.75rem;
  }

  .quote__portrait {
    width: 5.5rem;
    height: 5.5rem;
    transform: translate(18%, -30%);
  }

  .day-scroll { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(4, 1fr); }

  .contact-grid { grid-template-columns: repeat(3, 1fr); }

  .reviews-carousel--multi .reviews-carousel__slide {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 0.35rem;
    box-sizing: border-box;
  }

  .reviews-carousel--multi .reviews-carousel__track {
    margin: 0 -0.35rem;
  }
}

@media (min-width: 1200px) {
  :root { --max-w: 76rem; }

  .day-scroll { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1280px) {
  .brand { max-width: 13rem; }
  .header-nav__list { gap: 0.12rem 0.3rem; }
  .header-nav__link {
    font-size: 0.9rem;
    padding: 0.4rem 0.55rem;
  }
}

@media (min-width: 1440px) {
  .brand__tagline { display: block; }
  .brand { max-width: 15rem; }
  .header-phone__num { display: inline; }
  .header-phone {
    padding: 0.5rem 1rem;
    min-width: 0;
  }
  .header-nav__list { gap: 0.15rem 0.4rem; }
  .header-nav__link {
    font-size: 0.95rem;
    padding: 0.45rem 0.65rem;
  }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  body::before { transition: none; }
  .scroll-sun__rays { animation: none; }
  .scroll-sun__core,
  .scroll-sun__core::before,
  .scroll-sun__core::after { animation: none; }
  .scroll-sun { will-change: auto; }
  .header-parade__kid { animation: none !important; display: none; }
  .hero__badge-dot { animation: none; }
  .star { animation: none; }
  .hero__logo-bubble { animation: none; }
  .cta-panel::before { animation: none; }
  .bento .feature-card--compact,
  .bento .feature-card--compact:nth-child(2),
  .bento .feature-card--compact:nth-child(3) { transform: none; }
  .gallery--polaroid .gallery__item,
  .gallery--polaroid .gallery__item:nth-child(even),
  .gallery--polaroid .gallery__item:nth-child(3n) { transform: none; }
  .trust-ribbon--bubbles .trust-chip:nth-child(odd),
  .trust-ribbon--bubbles .trust-chip:nth-child(even) { transform: none; }
  .hero__pop--sky,
  .hero__pop--peach,
  .hero__pop--grass { transform: none; }
  .price-card--featured { transform: none; }
  .contact-card:nth-child(odd),
  .contact-card:nth-child(even) { transform: none; }
  .profile__frame { transform: none; }
  .edge-kid--animate .kanu-kid__perch,
  .edge-kid--animate .kanu-kid__lid--l,
  .edge-kid--animate .kanu-kid__lid--r,
  .edge-kid--animate .kanu-kid__wave,
  .edge-kid--animate .kanu-kid__cheer-l,
  .edge-kid--animate .kanu-kid__cheer-r { animation: none; }
  .platz-pointer__figure .kanu-kid__perch,
  .platz-pointer__figure .kanu-kid__wave,
  .platz-pointer__figure .kanu-kid__grin { animation: none; }
  .day-path__flow { opacity: 1; animation: none !important; }
  .day-path__track { stroke-dashoffset: 0 !important; animation: none !important; }
}

@media (max-width: 480px) {
  .edge-kid-host--pad-left { padding-left: calc(var(--edge-kid-side, 2.75rem) * 0.85); }
  .edge-kid-host--pad-right { padding-right: calc(var(--edge-kid-side, 2.75rem) * 0.85); }
}

@media (prefers-contrast: more) {
  :root { --c-text: #000; --c-text-muted: #1a1a1a; --c-border: #000; }
}

/* ── Legal ── */
.legal-page {
  padding: calc(var(--header-h) + 1.5rem) 0 var(--space-xl);
  min-height: 70vh;
}

.legal-page__head { margin-bottom: var(--space-lg); }

.legal-content {
  background: var(--c-surface);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.legal-block + .legal-block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--c-line);
}

.legal-block h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--c-sky-dark);
  margin-bottom: 0.5rem;
}

.legal-block p {
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ── Performance: skip offscreen work ── */
.section:not(#start):not(.hero),
.trust-ribbon,
.quotes,
.gallery,
.reviews-carousel,
.cta-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* ── Deep mobile polish & speed ── */
@media (max-width: 767px) {
  :root {
    --space-lg: 1.35rem;
    --space-xl: 1.85rem;
    --radius: 16px;
    --radius-lg: 20px;
  }

  /* Heavy decorative sun is costly on phones */
  .scroll-sun {
    display: none;
  }

  body::before {
    background:
      radial-gradient(ellipse 90% 50% at 20% 0%, #e7f5ff 0%, transparent 55%),
      radial-gradient(ellipse 70% 40% at 90% 100%, #fff4e6 0%, transparent 50%),
      var(--c-bg);
    transition: none;
  }

  .section {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .section-head {
    margin-bottom: 0.85rem;
  }

  .section-head__title {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    line-height: 1.15;
  }

  .section-head__lead {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .hero {
    padding-top: calc(var(--header-h) + 0.65rem);
    padding-bottom: 0.5rem;
  }

  .hero__layout {
    gap: 1rem;
  }

  .hero__lead {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.85rem;
  }

  .hero__actions {
    gap: 0.45rem;
  }

  .hero__actions .btn {
    min-height: 48px;
    font-size: 0.9rem;
    padding: 0.7rem 0.65rem;
  }

  .hero__aside {
    margin-top: 0.35rem;
  }

  .hero__logo-bubble {
    width: 5.5rem;
    height: 5.5rem;
  }

  .hero__pops {
    gap: 0.4rem;
  }

  .trust-ribbon {
    padding: 0.65rem 0 0.85rem;
  }

  .trust-chip {
    padding: 0.55rem 0.65rem;
    gap: 0.45rem;
  }

  .trust-chip__text strong {
    font-size: 0.82rem;
  }

  .trust-chip__text span {
    font-size: 0.72rem;
  }

  .feature-card--compact {
    grid-template-columns: 4.75rem 1fr;
  }

  .feature-card--compact .feature-card__media {
    width: 4.75rem;
  }

  .feature-card--compact .feature-card__body {
    padding: 0.55rem 0.65rem;
  }

  .feature-card--compact .feature-card__title {
    font-size: 0.9rem;
  }

  .feature-card--compact .feature-card__body p {
    font-size: 0.78rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .day-scroll {
    gap: 0.55rem;
    padding-bottom: 0.35rem;
  }

  .day-card {
    min-width: 9.5rem;
    padding: 0.75rem;
  }

  .gallery {
    gap: 0.55rem;
  }

  .gallery__item {
    border-radius: 14px;
  }

  .profile {
    gap: 0.85rem;
  }

  .profile__personal {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .quotes {
    gap: 0.85rem;
  }

  .quote {
    padding: 0.85rem;
  }

  .quote p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .pricing {
    gap: 0.75rem;
  }

  .price-card {
    padding: 1rem;
  }

  .faq-item {
    padding: 0.75rem 0.85rem;
  }

  .contact-grid {
    gap: 0.55rem;
  }

  .contact-card {
    padding: 0.75rem;
    min-height: 0;
  }

  .cta-panel {
    padding: 1.1rem;
  }

  .site-footer {
    padding-top: 1.25rem;
  }

  /* Fewer animated edge kids on small screens */
  .edge-kid-host {
    --edge-kid-side: 2.1rem;
    --edge-kid-foot: 2.6rem;
  }

  .edge-kid {
    transform: scale(0.88);
    transform-origin: bottom center;
  }

  /* Sticky mobile CTA: safer thumb reach */
  .mobile-cta {
    gap: 0.4rem;
    padding: 0.5rem 0.75rem calc(0.5rem + var(--safe-bottom));
  }

  .mobile-cta .btn {
    font-size: 0.88rem;
    min-height: 46px;
    padding: 0.65rem 0.4rem;
  }

  body.has-mobile-cta {
    padding-bottom: calc(64px + var(--safe-bottom));
  }

  body.has-mobile-cta .chatbot-fab {
    bottom: calc(4.6rem + var(--safe-bottom));
    width: 3.1rem;
    height: 3.1rem;
  }

  .back-to-top {
    bottom: calc(4.6rem + var(--safe-bottom));
    left: 0.65rem;
    width: 2.6rem;
    height: 2.6rem;
  }

  /* Reduce paint cost of decorative waves */
  .wave svg {
    height: 28px;
  }
}

@media (max-width: 400px) {
  .container {
    padding: 0 0.85rem;
  }

  .hero__title {
    font-size: clamp(1.55rem, 9vw, 2rem);
  }

  .feature-card--compact {
    grid-template-columns: 1fr;
  }

  .feature-card--compact .feature-card__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 7.5rem;
  }

  .trust-ribbon__track {
    gap: 0.4rem;
  }

  .header-phone__num {
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Prefer reduced data / save-data: hide non-essential motion art */
@media (prefers-reduced-data: reduce) {
  .scroll-sun,
  .header-parade,
  .edge-kid {
    display: none !important;
  }

  .edge-kid-host--pad-left,
  .edge-kid-host--pad-right,
  .edge-kid-host--pad-top,
  .edge-kid-host--pad-bottom {
    padding: 0 !important;
  }
}

.legal-block p + p { margin-top: 0.6rem; }
.legal-block a { color: var(--c-sky-dark); font-weight: 700; }

.legal-back {
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
}

.site-footer .footer-bottom p a {
  color: var(--c-sun);
  text-decoration: underline;
}