/* ============================================
   lemoni — Kindercafé Website
   Brand: Nunito ExtraBold + Poppins · bright pastels
   Offizielles Branding (Brand Guide 2026)
   ============================================ */

:root {
    /* Blob-Shape-Varianten für organische Bild/Video-Container */
    --blob-1: 22% 78% 30% 70% / 55% 35% 65% 45%;
    --blob-2: 60% 40% 60% 40% / 30% 70% 30% 70%;
    --blob-3: 45% 55% 50% 50% / 50% 45% 55% 50%;

    /* Brand palette — offizielle Hex-Werte aus dem Brand Guide */
    --yellow: #FFE7A6;
    --yellow-soft: #FFF3D2;
    --coral: #FF8E8E;
    --coral-soft: #FFD8D8;
    --sage: #B6C48D;
    --sage-soft: #E4EACD;
    --pink: #E58CA5;
    --pink-soft: #F7D8E1;
    --sand: #F0E6CD;          /* cream-deep für Sektionen */
    --sand-deep: #E5D6B2;
    --burgundy: #4B1D2D;      /* Headlines + Text */
    --burgundy-soft: #DFCBD1;
    --orange: #FFA14A;
    --orange-soft: #FFE1C2;
    --cream: #FAF6EC;         /* Haupt-Hintergrund */
    --ink: #4B1D2D;
    --ink-soft: #8A6B74;

    /* legacy aliases for backwards-compat in this file */
    --mint: var(--sage);
    --mint-soft: var(--sage-soft);
    --butter: var(--yellow);
    --butter-deep: var(--yellow-soft);
    --plum: var(--burgundy);
    --plum-soft: var(--burgundy-soft);

    /* Layout */
    --container: 1240px;
    --radius: 28px;
    --radius-sm: 18px;
    --radius-lg: 40px;
    --shadow: 0 12px 40px rgba(75, 29, 45, 0.08);
    --shadow-lg: 0 24px 60px rgba(75, 29, 45, 0.12);
    --shadow-hover: 0 28px 70px rgba(75, 29, 45, 0.18);

    /* Type — Brand Guide: Nunito ExtraBold (Headlines) + Poppins (Body) */
    --font-heading: 'Nunito', system-ui, sans-serif;
    --font-body: 'Poppins', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--ink);
    background: white;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container {
    width: min(100% - 48px, var(--container));
    margin-inline: auto;
}

/* ============================================
   CI-Punkte-Hintergrund (global verstreut)
   ============================================ */
.bg-dots {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.bg-dots .d {
    position: absolute;
    border-radius: 50%;
    opacity: 0.55;
}

.bg-dots .d1  { background: var(--coral);    width: 28px; height: 28px; top: 12%;  left: 4%; }
.bg-dots .d2  { background: var(--yellow);   width: 18px; height: 18px; top: 22%;  left: 12%; }
.bg-dots .d3  { background: var(--sage);     width: 22px; height: 22px; top: 40%;  left: 6%; }
.bg-dots .d4  { background: var(--orange);   width: 16px; height: 16px; top: 56%;  left: 3%; }
.bg-dots .d5  { background: var(--burgundy); width: 14px; height: 14px; top: 70%;  left: 10%; opacity: .35; }
.bg-dots .d6  { background: var(--coral);    width: 20px; height: 20px; top: 86%;  left: 4%; }
.bg-dots .d7  { background: var(--yellow);   width: 24px; height: 24px; top: 8%;   right: 4%; }
.bg-dots .d8  { background: var(--orange);   width: 18px; height: 18px; top: 22%;  right: 12%; }
.bg-dots .d9  { background: var(--sage);     width: 20px; height: 20px; top: 38%;  right: 5%; }
.bg-dots .d10 { background: var(--coral);    width: 14px; height: 14px; top: 52%;  right: 14%; }
.bg-dots .d11 { background: var(--yellow);   width: 22px; height: 22px; top: 66%;  right: 6%; }
.bg-dots .d12 { background: var(--burgundy); width: 16px; height: 16px; top: 80%;  right: 12%; opacity: .35; }
.bg-dots .d13 { background: var(--orange);   width: 20px; height: 20px; top: 92%;  right: 4%; }
.bg-dots .d14 { background: var(--sage);     width: 12px; height: 12px; top: 30%;  left: 30%; opacity: .4; }
.bg-dots .d15 { background: var(--coral);    width: 14px; height: 14px; top: 50%;  left: 80%; opacity: .4; }
.bg-dots .d16 { background: var(--yellow);   width: 10px; height: 10px; top: 76%;  left: 40%; opacity: .35; }
.bg-dots .d17 { background: var(--orange);   width: 12px; height: 12px; top: 18%;  left: 70%; opacity: .4; }
.bg-dots .d18 { background: var(--sage);     width: 14px; height: 14px; top: 84%;  left: 60%; opacity: .4; }
.bg-dots .d19 { background: var(--coral);    width: 10px; height: 10px; top: 4%;   left: 48%; opacity: .35; }
.bg-dots .d20 { background: var(--burgundy); width: 12px; height: 12px; top: 96%;  left: 80%; opacity: .25; }

/* ============================================
   Logo (text + smiling sun)
   ============================================ */
/* Logo-Bilder direkt aus CI */
.nav__logo-img {
    height: clamp(38px, 4vw, 52px);
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}
.nav__logo:hover .nav__logo-img { transform: rotate(-3deg) scale(1.04); }

.hero__logo-img {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 6px 20px rgba(106, 44, 62, 0.08));
    animation: gentleBob 6s ease-in-out infinite;
}

.footer__logo-img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1) sepia(0.3) saturate(2) hue-rotate(-10deg);
    /* Falls Filter zu aggressiv: einfach normales Bild zeigen */
    filter: none;
    background: var(--cream);
    padding: 12px 16px;
    border-radius: 14px;
}

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

.logo-sun {
    display: inline-flex;
    margin: 0 -2px;
    transform: translateY(2px);
    animation: spin 22s linear infinite;
}

.sun-rays { transform-origin: center; }

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

.logo-text--footer { color: var(--cream); }

/* ============================================
   Navigation
   ============================================ */
.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(24px, 4vw, 48px);
    background: rgba(245, 230, 207, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(106, 44, 62, 0.08);
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.nav.scrolled {
    padding-block: 12px;
    box-shadow: 0 4px 20px rgba(107, 45, 31, 0.06);
}

.nav__links {
    display: flex;
    gap: clamp(16px, 2vw, 32px);
    font-weight: 600;
    font-size: 0.98rem;
}

.nav__links a {
    position: relative;
    color: var(--burgundy);
    transition: color 0.2s;
}

.nav__links a::after {
    content: '';
    position: absolute;
    left: 0; bottom: -6px;
    width: 0; height: 3px;
    background: var(--coral);
    border-radius: 3px;
    transition: width 0.3s;
}

.nav__links a:hover { color: var(--coral); }
.nav__links a:hover::after { width: 100%; }

.nav__burger {
    display: none;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--coral-soft);
    border-radius: 14px;
}

.nav__burger span {
    width: 22px;
    height: 3px;
    background: var(--burgundy);
    border-radius: 3px;
    transition: 0.3s;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.btn--primary {
    background: var(--orange);
    color: white;
    box-shadow: 0 8px 22px rgba(242, 139, 84, 0.4);
}

.btn--primary:hover {
    transform: translateY(-3px) rotate(-1deg);
    box-shadow: 0 14px 32px rgba(242, 139, 84, 0.55);
    background: #e87a42;
}

.btn--ghost {
    background: transparent;
    color: var(--burgundy);
    border: 2.5px solid var(--burgundy);
}

.btn--ghost:hover {
    background: var(--burgundy);
    color: var(--cream);
    transform: translateY(-3px) rotate(1deg);
}

/* ============================================
   HERO im CI-Look — Logo als Centerpiece
   ============================================ */
.hero {
    position: relative;
    padding: clamp(30px, 4vw, 60px) 0 clamp(50px, 6vw, 90px);
    overflow: hidden;
    background: var(--sand);
}

.hero__inner {
    width: min(100% - 48px, var(--container));
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(28px, 4vw, 48px);
    position: relative;
    z-index: 2;
}

/* ---- Hero-eigene Punkte (dichter als Hintergrund) */
.hero__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.hero__dots span {
    position: absolute;
    top: var(--t);
    left: var(--l);
    width: var(--s);
    height: var(--s);
    background: var(--c);
    border-radius: 50%;
    opacity: 0.85;
}

/* ---- Hero-Logo-Container */
.hero__brand {
    margin-top: clamp(10px, 2vw, 30px);
    width: 100%;
    display: flex;
    justify-content: center;
}

@keyframes gentleBob {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50%      { transform: translateY(-8px) rotate(1deg); }
}

/* ---- Foto-Collage als horizontaler organischer Streifen */
.hero__photos {
    width: 100%;
    max-width: 1100px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.hp {
    overflow: hidden;
    margin: 0;
    box-shadow: 0 14px 36px rgba(106, 44, 62, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: white;
}

.hp img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

/* Verschiedene organische Formen, wie Stoff/Stickern */
.hp--1 {
    border-radius: 54% 46% 60% 40% / 48% 56% 44% 52%;
    transform: rotate(-3deg);
    align-self: end;
    height: 240px;
}
.hp--2 {
    border-radius: 40px;
    transform: rotate(2deg);
    height: 260px;
    align-self: start;
    margin-top: -10px;
}
.hp--3 {
    border-radius: 50%;
    transform: rotate(-2deg);
    aspect-ratio: 1;
    height: 200px;
    align-self: center;
}
.hp--4 {
    border-radius: 46% 54% 40% 60% / 56% 44% 56% 44%;
    transform: rotate(3deg);
    height: 250px;
    align-self: center;
}
.hp--5 {
    border-radius: 36px;
    transform: rotate(-2deg);
    height: 220px;
    align-self: end;
}

.hp:hover {
    transform: rotate(0deg) translateY(-8px) scale(1.03);
    box-shadow: 0 22px 50px rgba(106, 44, 62, 0.2);
    z-index: 3;
}

/* CI-Deko-Elemente zwischen den Fotos */
.hp-deco {
    position: absolute;
    pointer-events: none;
}
.hp-deco--sun   { width: 70px; height: 50px; top: -30px;  left: 18%; animation: gentleBob 5s ease-in-out infinite; }
.hp-deco--wave  { width: 90px; height: 24px; top: -18px;  left: 50%; animation: gentleBob 7s ease-in-out infinite -2s; }
.hp-deco--heart { width: 40px; height: 36px; bottom: -20px; left: 28%; animation: gentleBob 4s ease-in-out infinite -1s; }
.hp-deco--leaf  { width: 36px; height: 46px; bottom: -22px; right: 22%; animation: gentleBob 6s ease-in-out infinite -3s; }
.hp-deco--star  { width: 36px; height: 36px; top: -22px; right: 10%; animation: gentleBob 5.5s ease-in-out infinite -2s; }

/* ---- Lead + CTA Block unter den Fotos */
.hero__cta-block {
    max-width: 640px;
}

.hl {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hl::before {
    content: '';
    position: absolute;
    inset: auto -8px 8%;
    height: 38%;
    z-index: -1;
    border-radius: 12px;
    transform: rotate(-2deg);
}

.hl--coral  { color: var(--coral); }
.hl--coral::before  { background: var(--coral-soft); }

.hl--mint   { color: var(--mint); }
.hl--mint::before   { background: var(--mint-soft); }

.hl--yellow { color: var(--yellow); }
.hl--yellow::before { background: var(--butter-deep); }

/* ---- H1 + Sub + Textlink */
.hero__heading {
    max-width: 760px;
    text-align: center;
}

.hero__h1 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    color: var(--burgundy);
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}

.hero__sub {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    color: var(--ink-soft);
    line-height: 1.5;
    max-width: 620px;
    margin: 0 auto;
}
.hero__sub strong { color: var(--burgundy); font-weight: 700; }

.hero__cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero__textlink {
    color: var(--burgundy);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(106, 44, 62, 0.25);
    text-underline-offset: 4px;
    transition: text-decoration-color 0.2s;
}
.hero__textlink:hover { text-decoration-color: var(--orange); }

.btn--big {
    padding: 18px 36px;
    font-size: 1.1rem;
}
.btn--full { width: 100%; justify-content: center; }

.hero__mascot {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: clamp(70px, 9vw, 110px);
    height: auto;
    pointer-events: none;
    animation: gentleBob 5s ease-in-out infinite;
    z-index: 3;
}

/* legacy alias for old .hero__lead references */
.hero__lead { display: none; }

.hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px; height: 50px;
    border: 2.5px solid var(--burgundy);
    border-radius: 999px;
    display: grid; place-items: center;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.hero__scroll:hover { opacity: 1; }
.hero__scroll span {
    width: 4px; height: 8px;
    background: var(--burgundy);
    border-radius: 2px;
    animation: scrollDown 1.6s ease-in-out infinite;
}
@keyframes scrollDown {
    0%   { transform: translateY(-8px); opacity: 0; }
    50%  { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(8px); opacity: 0; }
}

/* ============================================
   Section heads
   ============================================ */
.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(48px, 6vw, 80px);
}

.kicker {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--butter-deep);
    color: var(--burgundy);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-head h2,
h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--burgundy);
}

.section-lead {
    font-size: 1.1rem;
    color: var(--ink-soft);
    margin-top: 18px;
}

/* ============================================
   ABOUT (bento)
   ============================================ */
.about { padding: clamp(60px, 8vw, 120px) 0; }

.bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 20px;
}

.bento__card {
    padding: 32px;
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bento__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.card-emoji {
    font-size: 2.4rem;
    line-height: 1;
}

.bento__card h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--burgundy);
    font-weight: 600;
}

.bento__card p {
    color: var(--ink-soft);
    font-size: 0.98rem;
}

.bento__card--lg {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(135deg, var(--orange) 0%, var(--coral) 100%);
    color: white;
}
.bento__card--lg h3, .bento__card--lg p { color: white; }
.bento__card--lg h3 { font-size: 1.8rem; }
.bento__card--lg p { opacity: 0.95; }

.bento__card--mint   { background: var(--mint-soft); }
.bento__card--butter { background: var(--butter); }

.bento__card--img {
    grid-column: span 2;
    padding: 0;
    overflow: hidden;
}
.bento__card--img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.bento__card--img:hover img { transform: scale(1.06); }

.bento__card--tall {
    grid-row: span 2;
    grid-column: span 2;
}

/* ============================================
   ANGEBOTE
   ============================================ */
.angebote { padding: clamp(60px, 8vw, 120px) 0; }

.angebote__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.angebot {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.35s, box-shadow 0.35s;
    display: flex;
    flex-direction: column;
}

.angebot:hover {
    transform: translateY(-10px) rotate(-0.6deg);
    box-shadow: var(--shadow-hover);
}

.angebot__img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.angebot__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.angebot:hover .angebot__img img { transform: scale(1.08); }

.angebot__badge {
    position: absolute;
    top: 18px; left: 18px;
    padding: 6px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.angebot__body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.angebot__icon {
    font-size: 2.6rem;
    line-height: 1;
}

.angebot__body h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--burgundy);
    font-weight: 700;
}

.angebot__body p {
    color: var(--ink-soft);
    flex: 1;
}

.angebot__arrow {
    color: var(--accent);
    font-weight: 700;
    font-family: var(--font-heading);
    margin-top: 4px;
    display: inline-block;
    transition: transform 0.2s;
}

.angebot:hover .angebot__arrow { transform: translateX(6px); }

/* ============================================
   FRIENDS / MASCOTS
   ============================================ */
.friends {
    padding: clamp(60px, 8vw, 120px) 0;
    background: linear-gradient(180deg, transparent 0%, rgba(251, 237, 192, 0.6) 50%, transparent 100%);
}

.friends__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.friend {
    background: white;
    border-radius: var(--radius-lg);
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}

.friend::before {
    content: '';
    position: absolute;
    inset: auto -20% -40% -20%;
    height: 70%;
    background: var(--bg);
    opacity: 0.12;
    border-radius: 50%;
}

.friend:hover {
    transform: translateY(-10px) rotate(2deg);
}

.friend__face {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 16px;
    transition: transform 0.4s;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
}

.friend__face img {
    max-width: 80%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.friend:hover .friend__face {
    transform: scale(1.12) rotate(-6deg);
}

.friend h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--burgundy);
    font-weight: 700;
    margin-bottom: 6px;
}

.friend p {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.45;
    position: relative;
    z-index: 1;
}

/* ============================================
   VALUES (Brand Values from CI)
   ============================================ */
.values {
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
}

.values::before,
.values::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.values__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.value {
    text-align: center;
    padding: 24px 12px;
    border-radius: var(--radius);
    transition: transform 0.3s;
}

.value:hover { transform: translateY(-8px); }

.value__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 14px;
    background: var(--cream);
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow);
    transition: transform 0.4s, box-shadow 0.4s;
}

.value:hover .value__icon {
    transform: rotate(-8deg) scale(1.05);
    box-shadow: var(--shadow-lg);
}

.value h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--burgundy);
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
    .values__grid { grid-template-columns: repeat(5, 1fr); gap: 12px; }
    .value { padding: 16px 8px; }
    .value__icon { width: 72px; height: 72px; }
    .value__icon svg { width: 48px; height: 48px; }
}

@media (max-width: 640px) {
    .values__grid { grid-template-columns: repeat(3, 1fr); }
    .value:nth-child(4),
    .value:nth-child(5) { grid-column: span 1; }
    .value:nth-child(4) { grid-column: 1 / 2; }
}

/* ============================================
   CI dot pattern (used as section decoration)
   ============================================ */
.about,
.angebote,
.friends,
.values,
.gallery {
    position: relative;
}

.about::before,
.angebote::after,
.gallery::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.6;
}

.about::before     { background: var(--coral);    top: 60px; right: 8%; box-shadow: 60px 120px 0 var(--yellow), -30px 220px 0 var(--sage), 200px 80px 0 var(--orange); }
.angebote::after   { background: var(--sage);     bottom: 80px; left: 6%; box-shadow: 80px -40px 0 var(--coral), 220px 60px 0 var(--yellow); }
.gallery::before   { background: var(--orange);   top: 100px; left: 5%; box-shadow: 140px 60px 0 var(--burgundy), -20px 240px 0 var(--yellow); }

/* ============================================
   WHY US
   ============================================ */
.why { padding: clamp(60px, 8vw, 100px) 0; }

.why__inner {
    background: var(--burgundy);
    color: var(--cream);
    border-radius: var(--radius-lg);
    padding: clamp(40px, 6vw, 80px) clamp(28px, 5vw, 64px);
    position: relative;
    overflow: hidden;
}

.why__inner::before {
    content: '';
    position: absolute;
    top: -150px; right: -150px;
    width: 400px; height: 400px;
    background: var(--coral);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(40px);
}

.why__inner::after {
    content: '';
    position: absolute;
    bottom: -150px; left: -150px;
    width: 400px; height: 400px;
    background: var(--mint);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(40px);
}

.why__head {
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
    text-align: center;
}

.why__head .kicker { background: var(--coral); color: white; }

.why__head h2 { color: var(--cream); }

.why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}

.why__item {
    background: rgba(255, 250, 240, 0.08);
    border: 1px solid rgba(255, 250, 240, 0.12);
    backdrop-filter: blur(10px);
    padding: 28px;
    border-radius: var(--radius);
    transition: transform 0.3s, background 0.3s;
}

.why__item:hover {
    transform: translateY(-6px);
    background: rgba(255, 250, 240, 0.14);
}

.why__icon {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 14px;
}

.why__item h4 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.why__item p {
    color: rgba(255, 250, 240, 0.78);
    font-size: 0.95rem;
}

/* ============================================
   GALLERY
   ============================================ */
.gallery { padding: clamp(60px, 8vw, 120px) 0; }

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
}

.gallery__item {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 0;
    cursor: zoom-in;
}

.gallery__item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery__item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.gallery__item:hover img { transform: scale(1.08); }

.gallery__item--lg   { grid-column: span 2; grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ============================================
   QUOTE
   ============================================ */
.quote {
    padding: clamp(40px, 6vw, 80px) 0;
}

.quote__text {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    line-height: 1.3;
    color: var(--burgundy);
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
}

.quote__mark {
    font-size: 1.5em;
    color: var(--coral);
    line-height: 0;
    position: relative;
    top: 0.15em;
}

.quote__author {
    text-align: center;
    margin-top: 24px;
    color: var(--ink-soft);
    font-weight: 600;
}

/* ============================================
   CONTACT
   ============================================ */
.contact { padding: clamp(60px, 8vw, 120px) 0; }

.contact__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: start;
}

.contact__left h2 { margin: 18px 0 20px; }

.contact__left > p {
    color: var(--ink-soft);
    font-size: 1.08rem;
    margin-bottom: 36px;
}

.contact__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact__icon {
    display: grid;
    place-items: center;
    width: 50px; height: 50px;
    background: var(--coral-soft);
    border-radius: 16px;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.contact__list strong {
    display: block;
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 600;
    margin-bottom: 2px;
}

.contact__list span,
.contact__list a {
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.contact__list a:hover { color: var(--coral); }

/* Form */
.contact__form {
    background: white;
    padding: clamp(28px, 4vw, 44px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact__form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact__form span {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--burgundy);
    font-size: 0.95rem;
}

.contact__form input,
.contact__form textarea {
    font: inherit;
    padding: 14px 18px;
    background: var(--cream);
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    color: var(--ink);
    transition: border-color 0.2s, background 0.2s;
    resize: vertical;
}

.contact__form input:focus,
.contact__form textarea:focus {
    outline: none;
    border-color: var(--coral);
    background: white;
}

.contact__form .btn { align-self: flex-start; margin-top: 6px; }

.form__success {
    background: var(--mint-soft);
    color: var(--burgundy);
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 600;
}

/* ============================================
   PARTNERS
   ============================================ */
.partners {
    padding: clamp(40px, 5vw, 70px) 0;
    border-top: 1px solid rgba(107, 45, 31, 0.08);
}

.partners__title {
    text-align: center;
    color: var(--ink-soft);
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(24px, 5vw, 56px);
}

.partners__logos a {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--ink-soft);
    opacity: 0.7;
    transition: opacity 0.2s, color 0.2s;
}

.partners__logos a:hover {
    opacity: 1;
    color: var(--coral);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--burgundy);
    color: var(--cream);
    padding: 64px 0 24px;
    margin-top: 40px;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 250, 240, 0.12);
}

.footer__brand p {
    margin-top: 8px;
    color: rgba(255, 250, 240, 0.7);
    font-size: 0.95rem;
}

.footer__brand .footer__logo-img {
    display: block;
}

.footer__nav,
.footer__legal {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__nav a,
.footer__legal a {
    color: rgba(255, 250, 240, 0.78);
    transition: color 0.2s;
}

.footer__nav a:hover,
.footer__legal a:hover { color: var(--coral); }

.footer__copy {
    text-align: center;
    padding-top: 24px;
    color: rgba(255, 250, 240, 0.5);
    font-size: 0.88rem;
}

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(43, 24, 16, 0.92);
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

.lightbox[hidden] { display: none !important; }

.lightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: var(--radius);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.lightbox__close {
    position: absolute;
    top: 24px; right: 24px;
    width: 50px; height: 50px;
    border-radius: 50%;
    background: white;
    color: var(--burgundy);
    font-size: 2rem;
    line-height: 0;
    transition: transform 0.2s;
}

.lightbox__close:hover { transform: rotate(90deg); }

/* ============================================
   REVEAL ANIMATIONS
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .nav__links { display: none; }
    .nav__cta { display: none; }
    .nav__burger { display: flex; }

    .hero__photos { grid-template-columns: 1fr 1.2fr 1fr; }

    .bento { grid-template-columns: repeat(2, 1fr); }
    .bento__card--lg,
    .bento__card--img,
    .bento__card--tall { grid-column: span 2; grid-row: auto; }
    .bento__card--tall { grid-row: span 1; }

    .angebote__grid { grid-template-columns: 1fr; }
    .friends__grid { grid-template-columns: repeat(3, 1fr); }
    .why__grid { grid-template-columns: repeat(2, 1fr); }
    .contact__inner { grid-template-columns: 1fr; }
    .gallery__grid { grid-template-columns: repeat(3, 1fr); }
    .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .nav { padding-inline: 20px; }
    .hero { padding-top: 24px; }
    .hero__photos { grid-template-columns: 1fr 1fr; gap: 10px; }
    .hp--3 { display: none; }
    .hp--1 { height: 200px; }
    .hp--2 { height: 220px; }

    .bento { grid-template-columns: 1fr; }
    .bento__card--lg,
    .bento__card--img,
    .bento__card--tall { grid-column: auto; }

    .friends__grid { grid-template-columns: repeat(2, 1fr); }
    .why__grid { grid-template-columns: 1fr; }
    .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
    .gallery__item--lg { grid-row: span 2; }
    .footer__inner { grid-template-columns: 1fr; }
}

/* Mobile nav drawer */
.nav__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    padding: 24px;
    box-shadow: 0 10px 30px rgba(107, 45, 31, 0.1);
    gap: 18px;
    font-size: 1.1rem;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   FACTS BAND
   ============================================ */
.facts {
    padding: 24px 0 8px;
}
.facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: white;
    border-radius: var(--radius);
    padding: 24px clamp(20px, 3vw, 36px);
    box-shadow: var(--shadow);
}
.fact {
    display: flex;
    align-items: center;
    gap: 14px;
}
.fact__icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}
.fact strong {
    display: block;
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
}
.fact span {
    color: var(--ink-soft);
    font-size: 0.85rem;
}

/* ============================================
   BENTO LIST
   ============================================ */
.bento__list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.bento__list li {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.95);
    padding-left: 22px;
    position: relative;
}
.bento__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   ANGEBOT META CHIPS
   ============================================ */
.angebot__meta {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.angebot__meta li {
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

/* ============================================
   SPACING PASS — Rhythmus-Korrekturen
   ============================================ */

/* Generic Section-Head (alte Sektionen wie about, angebote) */
.section-head { margin-bottom: clamp(40px, 5vw, 64px); }
.section-head .kicker { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 0; }
.section-head h2 + .section-lead { margin-top: 18px; }

/* Neue Section-Heads (schedule, party, events) */
.schedule__head,
.party__head { margin-bottom: clamp(36px, 4vw, 56px); }
.schedule__eyebrow,
.party__eyebrow,
.events__eyebrow {
    margin-bottom: 16px;
    display: block;
}
.schedule__h,
.party__h,
.events__h,
.faq__h,
.contact__h { margin-bottom: 18px; }

/* Lead-Texte unter H2 */
.schedule__lead,
.party__lead,
.contact__lead { line-height: 1.55; margin-top: 4px; }

/* Schedule-Card-Interior Rhythmus */
.schedule__body { width: 100%; }
.schedule__body h3 { margin-bottom: 2px !important; }
.schedule__trainer { margin: 0 !important; }
.schedule__body > p:not(.schedule__trainer) { margin-top: 10px !important; }

/* Party: Abstände um Cards & Add-Ons */
.party__cards { margin: 12px 0 40px !important; }
.addons-toggle { margin: 14px 0; }
.addons__title,
.highlights__title { margin-bottom: 18px; }
.highlights { margin-top: 16px; }
.party__hint { margin-top: 28px !important; line-height: 1.55; }

/* Events Layout — vertikales Atmen */
.events__inner { gap: clamp(40px, 6vw, 80px) !important; }
.events__text > p { margin-top: 14px; }
.events__text > p:first-of-type { margin-top: 0; }
.events__h { margin-bottom: 22px !important; }
.events__next { margin: 4px 0 22px; }
.events__mobile-intro { margin-top: 10px; }

/* Story Layout */
.story__grid { margin-bottom: clamp(48px, 6vw, 72px) !important; }
.story__text > p + p { margin-top: 16px; }
.story__pulled { margin-top: 28px; }

/* Practical Block */
.practical { padding: clamp(32px, 4vw, 48px) !important; }
.practical h3 {
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
}
.practical__mobile-extra { margin-top: 16px; padding-top: 16px; }

/* FAQ */
.faq__note { margin-bottom: 28px; padding: 18px 22px; }
.faq__list { gap: 14px !important; }
.faq__more { margin-top: 28px !important; display: inline-block; }
.faq__item p { line-height: 1.6; }

/* Contact form rhythm */
.contact__form { gap: 16px !important; }
.contact__form label { gap: 8px; }
.contact__form .btn { margin-top: 8px; }
.contact__data { gap: 24px 32px !important; margin-top: 8px; }
.contact__data > div { gap: 6px !important; }
.form__hint { margin-top: 4px; }

/* Voices */
.voices__inner { gap: clamp(28px, 4vw, 56px) !important; }
.voices__rest { gap: 18px; }
.voice { margin: 0; }
/* <details>.voices__rest ignoriert flex-gap durch Shadow-DOM-Slot —
   deshalb sicherheitshalber Sibling-Margin */
.voices__rest > figure + figure { margin-top: 20px !important; }
.voices__rest > .voice { margin: 0; }

/* Schedule: schmaler zentriert + großes Innen-Padding */
.schedule__inner {
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 40px);
}

/* Add-On-Module: Grid + Premium-Cards + Pill-Toggle */
.addons-toggle__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}

.addon-mini {
    background: white !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    box-shadow: 0 4px 16px rgba(106, 44, 62, 0.06) !important;
}
.addon-mini > p {
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 8px 0 0 !important;
}

/* Toggle-Summary als Pill-Button */
.addons-toggle > summary {
    list-style: none;
    padding: 14px 18px;
    background: var(--cream);
    border: 1.5px dashed rgba(106, 44, 62, 0.28);
    border-radius: 14px;
    color: var(--burgundy);
    font-family: var(--font-heading);
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    transition: background 0.2s, border-color 0.2s;
}
.addons-toggle > summary::-webkit-details-marker,
.addons-toggle > summary::marker { display: none; content: ''; }
.addons-toggle > summary::before {
    content: '▼';
    color: var(--burgundy);
    font-size: 0.7rem;
    transition: transform 0.25s;
    flex-shrink: 0;
}
.addons-toggle[open] > summary {
    background: var(--orange-soft);
    border-style: solid;
    border-color: var(--orange);
}
.addons-toggle[open] > summary::before { transform: rotate(180deg); }
.addons-toggle > summary:hover { border-color: var(--orange); }
.addons-toggle > summary em {
    font-style: italic;
    color: var(--ink-soft);
    font-weight: 500;
    margin-left: auto;
    font-size: 0.9rem;
}

/* Programm-Highlights identisch styliert wie Add-Ons */
.highlights__list {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}
.highlights__list li {
    border-radius: 16px !important;
    padding: 20px 24px !important;
    box-shadow: 0 4px 16px rgba(106, 44, 62, 0.06) !important;
}

@media (max-width: 768px) {
    .addons-toggle__grid,
    .highlights__list {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

/* ============================================
   BLOB-SYSTEM — organische Formen für Bilder/Videos
   ============================================ */

/* Utility-Klasse (kann manuell vergeben werden) */
.blob {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}
.blob--1 { border-radius: var(--blob-1); }
.blob--2 { border-radius: var(--blob-2); }
.blob--3 { border-radius: var(--blob-3); }

/* Story-Photo: sanfte Blob-3 statt rounded rectangle */
.story__photo {
    border-radius: var(--blob-3) !important;
}

/* Events-Photo: schon Blob-2, jetzt via Variable */
.events__photo {
    border-radius: var(--blob-2) !important;
}

/* Hero Cinemagraph (Container statt Video) bekommt blob-1 via Variable */
.hero__feature .cinemagraph-container {
    border-radius: var(--blob-1);
}

/* Galerie: rotierende Blob-Varianten für Lebendigkeit */
.gallery__item:nth-child(3n+1) {
    border-radius: var(--blob-1) !important;
}
.gallery__item:nth-child(3n+2) {
    border-radius: var(--blob-2) !important;
}
.gallery__item:nth-child(3n+3) {
    border-radius: var(--blob-3) !important;
}

/* Gallery: span-2 Items (--lg, --wide) sehen mit Blob extra dynamisch aus —
   trotzdem mask + overflow:hidden sicherstellen */
.gallery__item {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

/* Mobile < 380px: alle auf sanfter Blob-3 (extreme Formen wirken auf
   winzigen Viewports verzerrt) */
@media (max-width: 380px) {
    .story__photo,
    .events__photo,
    .gallery__item,
    .gallery__item:nth-child(3n+1),
    .gallery__item:nth-child(3n+2),
    .gallery__item:nth-child(3n+3) {
        border-radius: var(--blob-3) !important;
    }
}

/* Add-On Card-Innenleben: Name links, Preis rechts (wie Programm-Highlights) */
.addon-mini__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 8px;
}
.addon-mini strong {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 700;
    font-size: 1.02rem;
}
.addon-mini__price {
    font-style: normal;
    color: var(--orange);
    font-weight: 800;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Programm-Highlights (Partner) — als richtige weiße Cards statt Liste */
.highlights__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.highlights__list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 18px;
    align-items: baseline;
    padding: 22px !important;
    background: white;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(106, 44, 62, 0.06);
    border-bottom: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
.highlights__list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(106, 44, 62, 0.1);
}
.highlights__list li span {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 600;
    font-size: 1.02rem;
}
.highlights__list li em {
    font-style: normal;
    color: var(--orange);
    font-weight: 800;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    align-self: start;
}
.highlights__list li small {
    grid-column: 1 / -1;
    color: var(--ink-soft);
    font-size: 0.85rem;
    margin-top: 2px;
}
.highlights__note {
    margin-top: 18px;
    color: var(--ink-soft);
    font-size: 0.88rem;
    font-style: italic;
}

@media (max-width: 768px) {
    .addons-toggle__grid { grid-template-columns: 1fr; gap: 14px !important; }
    .highlights__list { grid-template-columns: 1fr; gap: 14px; }
    .highlights__list li { grid-template-columns: 1fr; }
    .highlights__list li em { grid-row: 2; }
    .highlights__list li small { grid-row: 3; }
}

/* Gallery */
.gallery__grid { gap: 18px; }

/* Hero mobile rhythm */
@media (max-width: 768px) {
    .hero__main { gap: 20px !important; }
    .hero__h1 + .hero__sub { margin-top: -4px; }
    .hero__cta { margin-top: 4px; }
    .hero__contact { margin-top: 12px; padding-top: 22px; }
    .practical { padding: 26px 22px !important; }
    .practical h3 {
        margin-bottom: 18px !important;
        padding-bottom: 14px !important;
    }
    .schedule__body > p:not(.schedule__trainer) {
        display: none !important;
    }
}

/* Footer columns rhythm */
.footer__col { gap: 12px !important; }
.footer__col h4 { margin-bottom: 12px !important; }
.footer__brand { gap: 14px; }
.footer__inner { padding-bottom: 36px !important; }
.footer__bottom { padding-top: 28px !important; }

/* Nav links breathing room */
.nav__links { gap: clamp(18px, 2.5vw, 32px); }

/* Container Mobile-Padding */
@media (max-width: 640px) {
    .container { width: calc(100% - 32px); }
}

/* Feinabstand: Pricing-Card features mehr Breathing */
.pricing-card__features { gap: 12px !important; }
.pricing-card { gap: 20px !important; }

/* Feinabstand: Aktuelles AGB Block + Subpage padding */
.legal h2 + h3 { margin-top: 18px; }
.legal h3 + p { margin-top: 8px; }
.legal p + p { margin-top: 12px; }

/* Header-Nav: mehr vertikales Atmen wenn gescrollt */
.nav { padding-block: 20px; }
.nav.scrolled { padding-block: 14px; }

/* Aktuelles Hint-Note vom Schedule */
.schedule__sublease { margin-top: 22px; padding: 16px 20px; line-height: 1.55; }

/* Sektion-Übergänge: extra Atemraum vor Footer */
.contact + .partners,
.partners + .footer { margin-top: 0; }
.partners { padding-block: clamp(28px, 4vw, 48px); }

/* Mascot peek (falls noch jemand schaut) */
.hero__mascot { z-index: 5; }

/* ============================================
   WELLE 3 — Section-BGs + Eyebrows + Typography
   ============================================ */

/* Alternating section backgrounds für klare Hierarchie */
.hero       { background: var(--cream); }
.story      { background: white; }
.schedule   { background: var(--cream); }
.party      { background: var(--sand); }
.events     { background: white; }
.voices     { background: var(--cream); }
.gallery    { background: white; }
.faq        { background: var(--cream); }
.contact    { background: white; }

/* Vorher: .friends hatte gelben Gradient, .voices Pseudo-Gradient — beide entschärfen */
.voices { background: var(--cream); }

/* Unified Eyebrow Style — gilt für alle Section-Augenbrauen */
.kicker,
.schedule__eyebrow,
.party__eyebrow,
.events__eyebrow {
    display: inline-block;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: var(--orange);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* H2 + Hero-H1: schwerer, tighter */
h2,
.hero__h1,
.schedule__h,
.party__h,
.events__h,
.contact__h,
.faq__h {
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

/* Section-Padding konsistent */
.story, .schedule, .party, .events, .voices, .gallery, .faq, .contact {
    padding-block: clamp(64px, 8vw, 100px);
}

/* ============================================
   SCHEDULE als Cards (Welle 3)
   ============================================ */
.schedule__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
}
.schedule__row {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: white !important;
    border-radius: 18px;
    padding: 28px !important;
    box-shadow: 0 6px 22px rgba(106, 44, 62, 0.06);
    border-bottom: none !important;
    grid-template-columns: unset !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.schedule__row:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(106, 44, 62, 0.1);
    background: white !important;
}
.schedule__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: var(--sage-soft);
    color: var(--burgundy);
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.88rem;
}
.schedule__pill strong {
    color: var(--orange);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.92rem;
}
.schedule__body h3 {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}
.schedule__trainer {
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 500;
    margin: 2px 0 0 !important;
    font-style: italic;
}
.schedule__body p {
    color: var(--ink-soft);
    font-size: 0.93rem;
    line-height: 1.5;
    margin: 6px 0 0;
}

/* Schedule responsive */
@media (max-width: 1024px) {
    .schedule__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .schedule__list { grid-template-columns: 1fr; gap: 14px; }
}

/* ============================================
   PRICING CARDS — Premium 3-Card Layout
   ============================================ */
.party__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
    margin: 24px 0 36px;
}

.pricing-card {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 10px 40px rgba(106, 44, 62, 0.08);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(106, 44, 62, 0.14);
}

.pricing-card__duration {
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--cream);
    color: var(--burgundy);
    padding: 6px 14px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.pricing-card__eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-top: 4px;
}

.pricing-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--burgundy);
    font-family: var(--font-heading);
    line-height: 1;
    margin: 4px 0 0;
}
.pricing-card__prefix {
    font-size: 1.2rem;
    font-weight: 600;
}
.pricing-card__price strong {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.pricing-card__divider {
    border: 0;
    border-top: 1px dashed var(--sand-deep);
    margin: 4px 0;
}

.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.pricing-card__features li {
    padding-left: 28px;
    position: relative;
    color: var(--ink);
    font-size: 0.96rem;
    line-height: 1.45;
}
.pricing-card__features li::before {
    content: '';
    position: absolute;
    left: 0; top: 4px;
    width: 16px; height: 10px;
    border-left: 2.5px solid var(--orange);
    border-bottom: 2.5px solid var(--orange);
    transform: rotate(-45deg);
}

.pricing-card--featured {
    border-color: var(--orange);
    box-shadow: 0 20px 50px rgba(242, 139, 84, 0.22);
    transform: translateY(-12px);
}
.pricing-card--featured:hover {
    transform: translateY(-16px);
}
.pricing-card__top-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--orange);
    color: white;
    padding: 6px 18px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(242, 139, 84, 0.4);
}

@media (max-width: 1024px) {
    .party__cards { grid-template-columns: 1fr; gap: 22px; max-width: 480px; margin-inline: auto; }
    .pricing-card--featured { transform: none; }
    .pricing-card--featured:hover { transform: translateY(-4px); }
    .pricing-card { padding: 28px 24px; }
    .pricing-card__price strong { font-size: 2.8rem; }
    .pricing-card__top-badge { font-size: 0.72rem; padding: 5px 14px; top: -14px; }
}

/* Addon-Mini-Cards (kleinere Sekundär-Cards) */
.addons-toggle__grid {
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}
.addon-mini {
    background: white;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 14px rgba(106, 44, 62, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.addon-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(106, 44, 62, 0.1);
}

/* ============================================
   PARTY PAKETE
   ============================================ */
.party {
    padding: clamp(60px, 8vw, 100px) 0;
    background: linear-gradient(180deg, transparent 0%, rgba(252, 221, 217, 0.4) 100%);
}
.party__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.party-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
}
.party-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.party-card--featured {
    border-color: var(--orange);
    box-shadow: 0 18px 50px rgba(242, 139, 84, 0.18);
}
.party-card__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--orange);
    color: white;
    padding: 5px 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.party-card__head h3 {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.party-card__sub {
    color: var(--ink-soft);
    font-size: 0.95rem;
}
.party-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.party-card__list li {
    padding-left: 26px;
    position: relative;
    font-size: 0.95rem;
    color: var(--ink);
}
.party-card__list li::before {
    content: '';
    position: absolute;
    left: 0; top: 6px;
    width: 16px; height: 10px;
    border-left: 2.5px solid var(--orange);
    border-bottom: 2.5px solid var(--orange);
    transform: rotate(-45deg);
}
.party-card__price {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--burgundy);
    font-size: 2rem;
    line-height: 1;
}
.party-card__price span {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.party__hint {
    text-align: center;
    color: var(--ink-soft);
    font-size: 0.88rem;
    margin-top: 18px;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
    padding: clamp(60px, 8vw, 100px) 0;
}
.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.testimonial {
    background: white;
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: var(--shadow);
    margin: 0;
    position: relative;
    transition: transform 0.3s;
}
.testimonial::before {
    content: '"';
    position: absolute;
    top: 12px; left: 22px;
    font-family: var(--font-heading);
    color: var(--coral);
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
}
.testimonial:hover { transform: translateY(-4px); }
.testimonial blockquote {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.6;
    margin: 24px 0 18px;
    quotes: none;
}
.testimonial figcaption {
    color: var(--ink-soft);
    font-size: 0.88rem;
}
.testimonial figcaption strong {
    color: var(--burgundy);
    font-weight: 700;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
    padding: clamp(60px, 8vw, 100px) 0;
}
.faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq__item {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.faq__item[open] { box-shadow: var(--shadow-lg); }
.faq__item summary {
    padding: 22px 28px;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--burgundy);
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
    content: '+';
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0;
    transition: transform 0.3s, background 0.2s;
}
.faq__item[open] summary::after {
    transform: rotate(45deg);
    background: var(--orange);
    color: white;
}
.faq__item p {
    padding: 0 28px 22px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   FORM ADDITIONS
   ============================================ */
.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contact__form select {
    font: inherit;
    padding: 14px 18px;
    background: var(--cream);
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    color: var(--ink);
    transition: border-color 0.2s, background 0.2s;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 5l4 4 4-4' stroke='%236A2C3E' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}
.contact__form select:focus {
    outline: none;
    border-color: var(--orange);
    background-color: white;
}
.form__hint {
    font-size: 0.82rem;
    color: var(--ink-soft);
    line-height: 1.5;
}
.form__hint a { color: var(--orange); text-decoration: underline; }

/* ============================================
   FOOTER LEGAL UPDATES
   ============================================ */
.footer__legal {
    color: rgba(255, 250, 240, 0.78);
}
.footer__legal strong { color: var(--cream); font-family: var(--font-heading); }
.footer__legal span { font-size: 0.88rem; }

/* ============================================
   DOT DENSITY PER SECTION (less in content)
   ============================================ */
.bg-dots .d { opacity: 0.32; }
.bg-dots .d:nth-child(n+14) { opacity: 0.2; }
.hero__dots span { opacity: 0.9; }

/* CI mini deko per section dimmed */
.about::before,
.angebote::after,
.gallery::before { opacity: 0.4; }

/* ============================================
   RESPONSIVE additions
   ============================================ */
@media (max-width: 1024px) {
    .facts__grid { grid-template-columns: repeat(2, 1fr); }
    .party__grid { grid-template-columns: 1fr; }
    .testimonials__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .facts__grid { grid-template-columns: 1fr; }
    .form__row { grid-template-columns: 1fr; }
    .hero__mascot { width: 70px; bottom: -8px; right: -4px; }
}

/* ============================================
   v3 REDAKTIONELLE STRUKTUR
   ============================================ */

/* ---- HERO neu: asymmetrisch */
.hero { padding: clamp(20px, 3vw, 50px) 0 clamp(40px, 5vw, 80px); }
.hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
    text-align: left;
}
.hero__main { display: flex; flex-direction: column; gap: 24px; }
.hero__notice {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px 8px 8px;
    background: rgba(106, 44, 62, 0.06);
    border: 1px solid rgba(106, 44, 62, 0.12);
    border-radius: 999px;
    color: var(--burgundy);
    font-size: 0.88rem;
    font-weight: 600;
    align-self: flex-start;
    transition: background 0.2s;
}
.hero__notice:hover { background: rgba(106, 44, 62, 0.1); }
.hero__notice-tag {
    background: var(--orange);
    color: white;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.hero__notice-arrow { color: var(--orange); }

.hero__h1 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.85rem, 5.5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--burgundy);
    margin: 0;
    overflow-wrap: break-word;
    hyphens: auto;
}
.hero__sub {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: var(--ink-soft);
    line-height: 1.55;
    max-width: 540px;
    margin: 0;
}
.hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
}
/* Hero-Contact als Icon-Liste (ersetzt hero__meta) */
.hero__contact {
    list-style: none;
    padding: 22px 0 0;
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid rgba(106, 44, 62, 0.12);
}
.hero__contact li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--burgundy);
    font-size: 1rem;
    line-height: 1.3;
}
.hero__contact a { color: inherit; transition: color 0.2s; }
.hero__contact a:hover { color: var(--orange); }
.hero__contact-icon {
    width: 22px; height: 22px;
    flex-shrink: 0;
    color: var(--orange);
}
.hero__contact-note {
    margin: 12px 0 0;
    padding-left: 36px;
    font-size: 0.86rem;
    color: var(--ink-soft);
    line-height: 1.45;
    font-style: italic;
}

/* Legacy hero__meta - ausblenden falls noch irgendwo verwendet */
.hero__meta { display: none; }
.hero__quote { display: none; }

/* HERO Feature-Foto */
.hero__feature {
    margin: 0;
    position: relative;
    aspect-ratio: 3 / 4;
    max-height: 560px;
}

/* Cinemagraph-Container — universelles Blob/Maske-Pattern */
.cinemagraph-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}
.cinemagraph-container video,
.cinemagraph-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

/* Hero-Variante: organische Blob-Form + Morph + Schatten am Container, nicht am Video */
.hero__feature .cinemagraph-container {
    border-radius: 22% 78% 30% 70% / 55% 35% 65% 45%;
    box-shadow: 0 30px 60px rgba(106, 44, 62, 0.15);
    animation: heroMorph 14s ease-in-out infinite;
}

@keyframes heroMorph {
    0%, 100% { border-radius: 22% 78% 30% 70% / 55% 35% 65% 45%; }
    50%      { border-radius: 60% 40% 70% 30% / 40% 60% 40% 60%; }
}
.hero__feature figcaption {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: var(--cream);
    color: var(--burgundy);
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 0.92rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-width: 80%;
}
.hero__feature figcaption strong { display: block; font-family: var(--font-heading); font-weight: 700; }
.hero__badge {
    position: absolute;
    top: -16px;
    right: -10px;
    width: 80px; height: 80px;
    background: var(--orange);
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
    transform: rotate(-12deg);
    box-shadow: 0 10px 24px rgba(242, 139, 84, 0.4);
}

/* alte Hero-Pieces verstecken (waren in altem Markup) */
.hero__brand, .hero__heading, .hero__cta-block, .hero__photos, .hero__mascot, .facts { display: none !important; }

/* ---- AKTUELLES STRIP */
.aktuelles {
    padding: clamp(30px, 4vw, 60px) 0;
    background: linear-gradient(135deg, rgba(247, 168, 161, 0.25), rgba(247, 215, 122, 0.2));
    border-block: 1px solid rgba(106, 44, 62, 0.08);
}
.aktuelles__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(20px, 4vw, 48px);
}
.aktuelles__kicker {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    grid-column: 1;
}
.aktuelles__h {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    color: var(--burgundy);
    font-weight: 700;
    grid-column: 1 / 3;
    margin: 4px 0 0;
}
.aktuelles__lead {
    color: var(--ink-soft);
    font-size: 0.98rem;
    line-height: 1.5;
    grid-column: 1 / 3;
    grid-row: 3;
    max-width: 720px;
}
.aktuelles__cta {
    grid-column: 3;
    grid-row: 1 / 4;
    align-self: center;
    color: var(--burgundy);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: var(--orange);
    font-size: 0.95rem;
}
.aktuelles__cta:hover { color: var(--orange); }

/* ---- STORY - magazine layout */
.story { padding: clamp(70px, 9vw, 130px) 0 clamp(40px, 5vw, 80px); }
.story__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 6vw, 90px);
    align-items: start;
    margin-bottom: clamp(40px, 5vw, 60px);
}
.story__text { padding-top: 20px; }
.story__intro {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    line-height: 1.35;
    color: var(--burgundy);
    margin-bottom: 22px;
}
.story__intro strong { font-weight: 700; }
.story__text p {
    color: var(--ink-soft);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 16px;
}
.story__pulled {
    margin-top: 28px;
    padding: 22px 26px;
    border-left: 4px solid var(--orange);
    background: rgba(247, 215, 122, 0.15);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: var(--burgundy);
    font-style: italic;
}
.story__pulled cite {
    display: block;
    margin-top: 8px;
    font-size: 0.88rem;
    font-style: normal;
    color: var(--ink-soft);
    font-family: var(--font-body);
}
.story__photo {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    position: sticky;
    top: 90px;
}
.story__photo img { width: 100%; height: auto; display: block; }
.story__photo figcaption {
    padding: 12px 18px;
    background: var(--burgundy);
    color: var(--cream);
    font-size: 0.85rem;
    font-family: var(--font-heading);
}

/* PRACTICAL - eigene Info-Box, hebt sich heraus */
.practical {
    background: white;
    border-radius: 24px;
    padding: clamp(28px, 4vw, 48px);
    box-shadow: var(--shadow);
    border: 2px solid var(--sage-soft);
}
.practical h3 {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 2px dashed var(--sand-deep);
}
.practical__list {
    list-style: none;
    padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 32px;
}
.practical__list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 18px;
    position: relative;
}
.practical__list li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 8px; height: 8px;
    background: var(--orange);
    border-radius: 50%;
}
.practical__list strong {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--burgundy);
    font-size: 1rem;
}
.practical__list span {
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.4;
}

/* ---- SCHEDULE - real course list, not card grid */
.schedule { padding: clamp(60px, 8vw, 100px) 0; }
.schedule__head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.schedule__eyebrow {
    font-family: var(--font-heading);
    color: var(--orange);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.schedule__h {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.schedule__lead { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.55; }

.schedule__list {
    list-style: none;
    padding: 0; margin: 0;
    counter-reset: course;
    border-top: 1px solid rgba(106, 44, 62, 0.12);
}
.schedule__row {
    display: grid;
    grid-template-columns: 80px 140px 1fr;
    gap: 30px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(106, 44, 62, 0.12);
    align-items: baseline;
    transition: background 0.2s;
}
.schedule__row:hover { background: rgba(247, 215, 122, 0.1); }
.schedule__day {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--orange);
    font-size: 1.3rem;
    text-transform: uppercase;
}
.schedule__time {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 600;
    font-size: 1rem;
}
.schedule__body h3 {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.schedule__body h3 em {
    font-style: normal;
    color: var(--ink-soft);
    font-weight: 400;
    font-size: 0.88rem;
}
.schedule__body p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.5; }
.schedule__row--special .schedule__day { color: var(--sage); }
.schedule__hint {
    margin-top: 28px;
    padding: 18px 22px;
    background: var(--sand);
    border-radius: 14px;
    color: var(--burgundy);
    font-size: 0.95rem;
}
.schedule__hint a { color: var(--orange); font-weight: 700; text-decoration: underline; }

/* ---- PARTY neu: Basis + Add-Ons */
.party { padding: clamp(70px, 9vw, 130px) 0; background: linear-gradient(180deg, transparent, rgba(252, 221, 217, 0.3)); }
.party__head { max-width: 720px; margin-bottom: clamp(32px, 4vw, 56px); }
.party__eyebrow {
    font-family: var(--font-heading);
    color: var(--orange);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.party__h {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.party__lead { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.55; max-width: 640px; }

.party__base {
    background: var(--burgundy);
    color: var(--cream);
    border-radius: 28px;
    padding: clamp(32px, 4vw, 48px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 0 30px 60px rgba(106, 44, 62, 0.25);
}
.party__base-label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.75;
    margin-bottom: 8px;
}
.party__base-prices { display: flex; gap: 22px; align-items: center; }
.party__base-prices > div { display: flex; flex-direction: column; }
.party__base-prices strong {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
}
.party__base-prices span { font-size: 0.88rem; opacity: 0.8; margin-top: 4px; }
.party__base-divider { font-size: 2rem; opacity: 0.3; }
.party__base-includes {
    list-style: none;
    padding: 0; margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 22px;
}
.party__base-includes li {
    padding-left: 22px;
    position: relative;
    font-size: 0.95rem;
    color: rgba(251, 246, 238, 0.95);
}
.party__base-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 700;
}
.party__base .btn--primary { white-space: nowrap; }

/* Add-Ons Grid */
.addons { margin-bottom: 40px; }
.addons__title {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
}
.addons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.addon {
    background: white;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(106, 44, 62, 0.06);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
    border: 1.5px solid transparent;
    transition: border-color 0.2s, transform 0.2s;
}
.addon:hover { border-color: var(--orange); transform: translateY(-2px); }
.addon strong { font-family: var(--font-heading); color: var(--burgundy); font-size: 1rem; }
.addon p { grid-column: 1 / -1; color: var(--ink-soft); font-size: 0.88rem; margin: 0; }
.addon__price {
    font-family: var(--font-heading);
    color: var(--orange);
    font-weight: 700;
    font-size: 1.1rem;
    align-self: start;
}
.addon--featured { background: var(--yellow-soft); border-color: var(--yellow); }

/* Highlights - Partner-Liste */
.highlights {
    background: white;
    border-radius: 22px;
    padding: clamp(24px, 3vw, 36px);
    box-shadow: var(--shadow);
}
.highlights__title {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.highlights__list { list-style: none; padding: 0; margin: 0; }
.highlights__list li {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px dashed rgba(106, 44, 62, 0.15);
}
.highlights__list li:last-child { border-bottom: none; }
.highlights__list span { font-family: var(--font-heading); color: var(--burgundy); font-weight: 600; }
.highlights__list em {
    font-style: normal;
    color: var(--orange);
    font-weight: 700;
    font-family: var(--font-heading);
}
.highlights__list small { color: var(--ink-soft); font-size: 0.82rem; }

/* ---- EVENTS - asymmetrisch */
.events { padding: clamp(60px, 8vw, 100px) 0; }
.events__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 5vw, 70px);
    align-items: center;
}
.events__eyebrow {
    font-family: var(--font-heading);
    color: var(--sage);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.events__h {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}
.events__text p {
    color: var(--ink-soft);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 14px;
}
.events__followup { font-size: 0.95rem; }
.events__followup a { color: var(--orange); font-weight: 700; }
.events__photo {
    margin: 0;
    border-radius: 60% 40% 60% 40% / 30% 70% 30% 70%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}
.events__photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

/* ---- VOICES - eins groß, zwei klein */
.voices { padding: clamp(60px, 8vw, 100px) 0; background: linear-gradient(180deg, transparent, rgba(247, 215, 122, 0.15), transparent); }
.voices__inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(30px, 4vw, 60px);
    align-items: start;
}
.voice {
    background: white;
    padding: 32px 30px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    margin: 0;
}
.voice blockquote {
    font-family: var(--font-heading);
    color: var(--burgundy);
    line-height: 1.4;
    margin-bottom: 16px;
}
.voice figcaption { color: var(--ink-soft); font-size: 0.88rem; }
.voice figcaption strong { color: var(--burgundy); font-weight: 700; margin-right: 6px; }
.voice--lead blockquote {
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    font-weight: 500;
}
.voice--lead {
    background: var(--burgundy);
    padding: clamp(34px, 4vw, 52px);
}
.voice--lead blockquote { color: var(--cream); }
.voice--lead blockquote::before { content: '"'; display: block; font-size: 4rem; color: var(--yellow); line-height: 0.6; margin-bottom: 12px; }
.voice--lead figcaption { color: rgba(251, 246, 238, 0.78); }
.voice--lead figcaption strong { color: var(--cream); }
.voices__rest { display: flex; flex-direction: column; gap: 20px; }
.voices__rest .voice blockquote { font-size: 1rem; }

/* ---- FAQ neu: kein kicker, einfacher Aufbau */
.faq { padding: clamp(60px, 8vw, 100px) 0; }
.faq__inner { max-width: 820px; margin: 0 auto; }
.faq__h {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -0.02em;
}

/* ---- CONTACT data list */
.contact__h {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.contact__lead { color: var(--ink-soft); margin-bottom: 32px; font-size: 1.05rem; }
.contact__data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 32px;
    margin: 0;
}
.contact__data > div { display: flex; flex-direction: column; gap: 4px; }
.contact__data dt {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ink-soft);
    font-weight: 600;
}
.contact__data dd {
    font-family: var(--font-heading);
    color: var(--burgundy);
    font-size: 1rem;
    line-height: 1.45;
    margin: 0;
}
.contact__data dd a { color: var(--orange); }

/* ---- FOOTER 4 cols, kein cream pill */
.footer { padding: clamp(50px, 6vw, 80px) 0 24px; }
.footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(251, 246, 238, 0.15);
}
.footer__brand .footer__logo-img {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 56px;
    width: auto;
}
.footer__tagline { color: rgba(251, 246, 238, 0.7); font-family: var(--font-heading); margin-top: 12px; font-size: 0.92rem; }
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col h4 {
    font-family: var(--font-heading);
    color: var(--cream);
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.footer__col a, .footer__col span {
    color: rgba(251, 246, 238, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}
.footer__col a:hover { color: var(--orange); }
.footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 22px;
    color: rgba(251, 246, 238, 0.5);
    font-size: 0.85rem;
}
.footer__bottom p { margin: 0; }
.footer__credit {
    color: var(--cream);
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-bottom: 1.5px solid var(--orange);
    padding-bottom: 1px;
}
.footer__credit:hover { color: var(--orange); }

/* alte Footer-Klassen ausblenden */
.footer__nav, .footer__legal, .footer__copy { display: none !important; }

/* ============================================
   RESPONSIVE v3
   ============================================ */
@media (max-width: 1024px) {
    .hero__inner,
    .story__grid,
    .events__inner,
    .voices__inner { grid-template-columns: 1fr; }
    .story__photo { position: static; }
    .practical__list { grid-template-columns: 1fr 1fr; }
    .schedule__row { grid-template-columns: 60px 120px 1fr; gap: 18px; }
    .party__base { grid-template-columns: 1fr; text-align: center; }
    .party__base-prices, .party__base-includes { justify-content: center; }
    .addons__grid { grid-template-columns: 1fr 1fr; }
    .aktuelles__inner { grid-template-columns: 1fr; }
    .aktuelles__cta { grid-column: 1; grid-row: auto; }
    .contact__data { grid-template-columns: 1fr; }
    .footer__inner { grid-template-columns: 1fr 1fr; }
    .hero__feature { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 640px) {
    .practical__list { grid-template-columns: 1fr; }
    .schedule__row { grid-template-columns: 50px 1fr; }
    .schedule__time { grid-column: 2; }
    .addons__grid { grid-template-columns: 1fr; }
    .highlights__list li { grid-template-columns: 1fr auto; }
    .highlights__list small { grid-column: 1 / -1; }
    .footer__inner { grid-template-columns: 1fr; }
    .party__base-includes { grid-template-columns: 1fr; }
    .hero__h1 { font-size: 2.4rem; }
}

/* ============================================
   FAQ-More-Link
   ============================================ */
.faq__more {
    display: inline-block;
    margin-top: 24px;
    color: var(--burgundy);
    font-family: var(--font-heading);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: var(--orange);
}
.faq__more:hover { color: var(--orange); }

/* ============================================
   SUB-PAGES (Legal / FAQ)
   ============================================ */
.subpage-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px clamp(24px, 4vw, 48px);
    border-bottom: 1px solid rgba(106, 44, 62, 0.08);
    background: rgba(245, 230, 207, 0.85);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
}
.subpage-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--burgundy);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s;
}
.subpage-nav__back:hover { color: var(--orange); }
.subpage-nav__logo { height: 38px; width: auto; }

.legal {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 48px) clamp(60px, 8vw, 100px);
}
.legal__eyebrow {
    display: inline-block;
    background: var(--yellow-soft);
    color: var(--burgundy);
    padding: 5px 14px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.legal h1 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    color: var(--burgundy);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.legal__meta {
    color: var(--ink-soft);
    font-size: 0.92rem;
    padding-bottom: 28px;
    margin-bottom: 36px;
    border-bottom: 2px dashed var(--sand-deep);
}
.legal h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
    line-height: 1.25;
    color: var(--burgundy);
    margin: 40px 0 14px;
    letter-spacing: -0.01em;
}
.legal h2:first-of-type { margin-top: 0; }
.legal h3 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--burgundy);
    margin: 24px 0 10px;
}
.legal p {
    color: var(--ink);
    line-height: 1.65;
    margin-bottom: 14px;
}
.legal a {
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.legal a:hover { color: var(--burgundy); }
.legal ul, .legal ol {
    padding-left: 22px;
    margin-bottom: 18px;
}
.legal li {
    color: var(--ink);
    line-height: 1.65;
    margin-bottom: 6px;
}
.legal__contact-block {
    background: white;
    border-radius: 18px;
    padding: 24px 28px;
    margin: 24px 0;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--orange);
}
.legal__contact-block p { margin-bottom: 4px; }
.legal__contact-block strong { color: var(--burgundy); }

/* FAQ Sub-Page — grouped */
.faq-page__group {
    margin-bottom: 36px;
}
.faq-page__group h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--orange-soft);
}
.faq-page__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-page__item {
    background: white;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(106, 44, 62, 0.06);
    overflow: hidden;
}
.faq-page__item[open] { box-shadow: var(--shadow); }
.faq-page__item summary {
    padding: 18px 22px;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--burgundy);
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.faq-page__item summary::-webkit-details-marker { display: none; }
.faq-page__item summary::after {
    content: '+';
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 0;
    transition: transform 0.3s, background 0.2s;
}
.faq-page__item[open] summary::after { transform: rotate(45deg); background: var(--orange); color: white; }
.faq-page__item p {
    padding: 0 22px 18px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   CINEMAGRAPH — autoplay/loop/muted Video als Bewegt-Bild
   ============================================ */
.cinemagraph {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    background: var(--sand-deep);
}

/* Video & Bild: gleiches Verhalten, eigene Aspect-Ratios pro Section */
.story__photo video {
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 683;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    background: var(--sand-deep);
}
.events__photo video {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    background: var(--sand-deep);
}

/* ============================================
   MOBILE — Comprehensive Responsive Overhaul
   ============================================ */
@media (max-width: 768px) {

    /* === Base: 16px minimum body text === */
    html { font-size: 16px; }
    body { font-size: 16px; line-height: 1.55; }

    /* Padding generell reduzieren */
    .container { width: calc(100% - 32px); }

    /* === Nav: Tap-Targets === */
    .nav { padding: 14px 18px; }
    .nav__links a { min-height: 44px; display: flex; align-items: center; }
    .nav__burger { min-width: 44px; min-height: 44px; }
    .nav__cta { padding: 12px 18px; min-height: 44px; }

    /* === HERO === */
    .hero { padding: 24px 0 50px; }
    .hero__inner { gap: 30px; }

    .hero__h1 {
        font-size: clamp(1.7rem, 7.5vw, 2.4rem);
        line-height: 1.1;
    }

    .hero__sub { font-size: 1.02rem; line-height: 1.5; }

    .hero__quote {
        padding: 14px 16px;
        font-size: 1rem;
    }
    .hero__quote cite { font-size: 0.85rem; }

    /* CTAs full-width gestapelt */
    .hero__cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 14px;
    }
    .hero__cta .btn {
        width: 100%;
        justify-content: center;
        padding: 16px 20px;
        min-height: 52px;
        font-size: 1.02rem;
    }
    .hero__textlink { text-align: center; padding: 8px; }

    /* Meta-Block stack 3 Zeilen */
    .hero__meta {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
        width: 100%;
        padding-top: 20px;
    }
    .hero__meta > div {
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px dashed rgba(106, 44, 62, 0.12);
    }
    .hero__meta > div:last-child { border-bottom: none; padding-bottom: 0; }

    /* Hero-Bild kleiner */
    .hero__feature { max-width: 100%; aspect-ratio: 4/5; max-height: 460px; margin: 0 auto; }
    .hero__badge { width: 64px; height: 64px; font-size: 0.92rem; top: -10px; right: -6px; }
    .hero__feature figcaption { font-size: 0.85rem; padding: 8px 12px; max-width: 88%; }

    /* === STORY === */
    .story { padding: 50px 0 30px; }
    .story__grid { gap: 28px; }
    .story__intro { font-size: 1.18rem; line-height: 1.4; }
    .story__pulled { padding: 18px 20px; font-size: 1rem; }

    /* Practical: single column */
    .practical { padding: 26px 22px; }
    .practical h3 { font-size: 1.2rem; margin-bottom: 18px; }
    .practical__list { grid-template-columns: 1fr; gap: 16px; }

    /* === SCHEDULE — Card-Style auf Mobile === */
    .schedule { padding: 50px 0; }
    .schedule__h { font-size: clamp(1.6rem, 5vw, 2rem); }

    .schedule__row {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 4px 16px;
        padding: 24px !important;
        align-items: baseline;
    }
    .schedule__day {
        grid-column: 1; grid-row: 1;
        font-size: 1.15rem;
    }
    .schedule__time {
        grid-column: 2; grid-row: 1;
        font-size: 0.95rem;
    }
    .schedule__body {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 6px;
    }
    .schedule__body h3 { font-size: 1.08rem; margin-bottom: 4px; }
    .schedule__body p { font-size: 0.93rem; }

    .schedule__hint { padding: 16px 18px; font-size: 0.92rem; line-height: 1.5; }
    .schedule__sublease { font-size: 0.92rem; line-height: 1.5; }

    /* === PARTY === */
    .party { padding: 50px 0; }
    .party__h { font-size: clamp(1.7rem, 6vw, 2.2rem); }

    .party__base {
        padding: 26px 22px;
        gap: 22px;
        text-align: left;
    }
    .party__base-prices {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }
    .party__base-divider { display: none; }
    .party__base-prices > div {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(251, 246, 238, 0.15);
    }
    .party__base-prices > div:last-child { border-bottom: none; }
    .party__base-prices strong { font-size: 2rem; }
    .party__base-prices span { font-size: 0.95rem; }
    .party__base-includes { grid-template-columns: 1fr; }
    .party__base .btn { width: 100%; justify-content: center; }

    /* Recommend-Card stack */
    .recommend__card { padding: 28px 22px; }
    .recommend__head { flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 14px; }
    .recommend__price { font-size: 1.8rem; }
    .recommend__card .btn { width: 100%; justify-content: center; }

    /* Add-Ons + Highlights ein-spaltig */
    .addons-toggle__grid { grid-template-columns: 1fr; gap: 10px; }
    .addons-toggle summary { padding: 16px 20px; }
    .addon-mini { padding: 16px 18px; }

    /* Highlights — Preis UNTER Titel */
    .highlights { padding: 22px 20px; }
    .highlights__list li {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 0;
    }
    .highlights__list span { font-size: 1rem; }
    .highlights__list em {
        grid-row: 2;
        font-size: 1.1rem;
    }
    .highlights__list small { grid-row: 3; font-size: 0.82rem; }

    /* === EVENTS === */
    .events { padding: 50px 0; }
    .events__inner { gap: 28px; }
    .events__h { font-size: clamp(1.5rem, 5vw, 1.9rem); }
    .events__photo { aspect-ratio: 4/3; }
    .events__next { padding: 14px 18px; }

    /* === VOICES === */
    .voices { padding: 50px 0; }
    .voice { padding: 24px 22px; }
    .voice--lead { padding: 28px 24px; }
    .voice--lead blockquote { font-size: 1.15rem; }

    /* === GALLERY === */
    .gallery { padding: 50px 0; }
    .gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px;
        gap: 10px;
    }
    .gallery__item--lg { grid-column: span 2; grid-row: span 2; }
    .gallery__item--wide { grid-column: span 2; }

    /* === FAQ — tighter === */
    .faq { padding: 50px 0; }
    .faq__h { font-size: clamp(1.5rem, 5vw, 2rem); margin-bottom: 22px; }
    .faq__note { padding: 14px 18px; font-size: 0.94rem; line-height: 1.5; }
    .faq__item summary {
        padding: 16px 18px;
        font-size: 0.98rem;
        gap: 12px;
    }
    .faq__item summary::after {
        width: 28px; height: 28px;
        font-size: 1.15rem;
    }
    .faq__item p {
        padding: 0 18px 16px;
        font-size: 0.94rem;
    }

    /* === CONTACT === */
    .contact { padding: 50px 0; }
    .contact__h { font-size: clamp(1.6rem, 5vw, 2rem); }
    .contact__data { gap: 18px; }
    .contact__form {
        padding: 22px 20px;
        gap: 14px;
    }
    .contact__form input,
    .contact__form select,
    .contact__form textarea {
        font-size: 16px; /* verhindert iOS-Auto-Zoom */
        padding: 14px 16px;
    }
    .contact__form .btn { width: 100%; justify-content: center; }

    /* === FOOTER === */
    .footer { padding: 40px 0 20px; }
    .footer__inner {
        text-align: center;
        gap: 32px;
        padding-bottom: 28px;
    }
    .footer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__brand .footer__logo-img { margin: 0 auto; }
    .footer__col {
        align-items: center;
        text-align: center;
    }
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    /* === PARTNERS schmaler === */
    .partners__note { font-size: 0.88rem; line-height: 1.6; padding: 0 8px; }

    /* === LEGAL Sub-Pages === */
    .subpage-nav { padding: 14px 18px; }
    .legal h1 { font-size: clamp(1.7rem, 6vw, 2.3rem); }
    .legal h2 { font-size: clamp(1.15rem, 4vw, 1.4rem); margin-top: 32px; }
    .legal__contact-block { padding: 18px 20px; }
}

/* === Extra Mobile-Optimierungen unter 480px === */
@media (max-width: 480px) {
    .hero__h1 { font-size: clamp(1.6rem, 8.5vw, 2rem); }
    .schedule__list { border-top: none; }
    .schedule__row { padding: 18px 0; }

    /* Tap-Targets sicher */
    a, button, summary { min-height: 44px; }
    .faq__item summary,
    .addons-toggle summary {
        min-height: 56px;
    }

    /* Galerie 2-spaltig bleibt, aber höher */
    .gallery__grid { grid-auto-rows: 130px; }
}

/* ============================================
   MOBILE SLIMMING — Section-spezifische Cuts
   ============================================ */

/* mobile-collapsible: Summary nur auf Mobile sichtbar.
   Auf Desktop wird via JS (sync_mobile_collapse) [open] gesetzt,
   damit Inhalt natürlich angezeigt wird. */
@media (min-width: 769px) {
    details.mobile-collapsible > summary.mobile-summary { display: none; }
}

/* Mobile-Only-Inhalte standardmäßig hidden, Mobile-Summary nur in Mobile */
.story__intro-mobile,
.events__mobile-intro,
.practical__mobile-extra { display: none; }

.mobile-summary {
    display: block;
    cursor: pointer;
    padding: 14px 18px;
    background: var(--cream);
    border: 1.5px dashed rgba(106, 44, 62, 0.28);
    border-radius: 14px;
    color: var(--burgundy);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    list-style: none;
    margin: 12px 0;
    min-height: 48px;
    transition: background 0.2s, border-color 0.2s;
}
.mobile-summary::-webkit-details-marker,
.mobile-summary::marker { display: none; content: ''; }
.mobile-summary:hover { background: var(--sand-deep); border-color: var(--orange); }

details.mobile-collapsible[open] > .mobile-summary {
    background: var(--orange-soft);
    border-color: var(--orange);
    border-style: solid;
}

@media (max-width: 768px) {
    /* === Hero-Mobile: zentriert + Bild als eigene Sektion === */
    .hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .hero__main {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .hero__h1 {
        font-size: 2rem !important;
        line-height: 1.1;
        text-align: center;
    }
    .hero__sub {
        font-size: 1rem;
        line-height: 1.5;
        color: var(--ink-soft);
        text-align: center;
        max-width: 460px;
        margin-inline: auto;
    }
    .hero__cta {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .hero__cta .btn {
        width: 100%;
        max-width: 360px;
    }
    .hero__contact {
        width: 100%;
        max-width: 380px;
        margin: 4px auto 0;
        padding-top: 18px;
    }
    .hero__contact li { justify-content: flex-start; text-align: left; }
    .hero__contact-note { display: none; }

    /* Bild als eigene große Sektion darunter, volle Breite */
    .hero__feature {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 1 / 1;
        max-height: 460px;
        margin: 0;
    }

    /* === Praktisches: 2 Items + kompakter Hinweis === */
    .practical__item--secondary { display: none; }
    .practical__mobile-extra {
        display: block;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px dashed var(--sand-deep);
        font-size: 0.88rem;
        color: var(--ink-soft);
        line-height: 1.5;
    }

    /* === Partner-Zeile über Footer ausblenden === */
    .partners { display: none; }

    /* === 1. Story-Intro: Lang-Text raus, Kurz-Satz rein === */
    .story__desktop-only { display: none !important; }
    .story__intro-mobile {
        display: block;
        font-family: var(--font-heading);
        font-size: 1.1rem;
        line-height: 1.45;
        color: var(--burgundy);
        font-weight: 500;
        margin-bottom: 8px;
    }

    /* === 2. Kursplan: Beschreibungssatz weg, Trainer-Subtitle bleibt === */
    .schedule__body > p:not(.schedule__trainer) { display: none; }

    /* === 4. Events: Lang-Text raus, Kurz-Satz rein === */
    .events__desktop-only { display: none !important; }
    .events__mobile-intro {
        display: block;
        font-size: 1rem;
        line-height: 1.55;
        color: var(--ink-soft);
        margin-top: 10px;
    }

    /* === 5. Testimonials: Reset, weil <details> statt <div> === */
    details.voices__rest:not([open]) { background: transparent; }
    details.voices__rest > figure { margin-top: 14px; }

    /* === 6. FAQ: 3 sekundäre Items weg === */
    .faq__item--secondary { display: none; }

    /* === 7. Contact: form__more als mobile collapsible === */
    .form__more { margin: 0; }
    .form__more[open] > label { margin-top: 8px; display: block; }

    /* === 8. Footer-Overhaul === */
    .footer { padding: 48px 0 18px; }
    .footer__brand .footer__logo-img {
        max-width: 90px;
        width: auto;
        height: auto;
    }
    .footer__tagline { display: none; }
    .footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 22px 18px;
        text-align: left;
        padding-bottom: 18px;
    }
    .footer__brand {
        grid-column: 1 / -1;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .footer__col {
        gap: 4px;
        align-items: flex-start;
        text-align: left;
    }
    .footer__col h4 {
        font-size: 0.78rem;
        margin-bottom: 6px;
        letter-spacing: 0.04em;
    }
    .footer__col a,
    .footer__col span {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Legal-Spalte: volle Breite als inline-Zeile */
    .footer__col--legal {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px 14px;
        align-items: center;
        margin-top: 4px;
        padding-top: 14px;
        border-top: 1px solid rgba(251, 246, 238, 0.1);
    }
    .footer__col--legal h4 { display: none; }
    .footer__col--legal a {
        font-size: 11px;
        line-height: 1.4;
        min-height: 0;
    }

    .footer__bottom {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 11px;
        gap: 4px 10px;
        padding-top: 14px;
        text-align: center;
    }
    .footer__bottom p { margin: 0; }
}

/* ============================================================
   KINDERCAFÉ — neue Sektionen (Speisekarte, Spielen, Zeiten)
   ============================================================ */

/* --- Einheitliche Section-Eyebrow + Hero-Kicker --- */
.section-eyebrow {
    display: inline-block;
    color: var(--orange);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-eyebrow--light { color: var(--yellow); }

.hero__kicker {
    display: inline-block;
    color: var(--orange);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* --- Section-Backgrounds neu (Café-Reihenfolge) --- */
.story    { background: white; }
.menu     { background: var(--cream); }
.play     { background: white; }
.hours    { background: var(--burgundy); color: var(--cream); }
.party    { background: var(--sand) !important; }
.voices   { background: var(--cream); }
.gallery  { background: white; }
.faq      { background: var(--cream); }
.contact  { background: white; }

/* ============================================
   SPEISEKARTE — klassisches Menü mit Punktlinien
   ============================================ */
.menu { padding: clamp(64px, 8vw, 100px) 0; }
.menu__inner { max-width: 980px; margin-inline: auto; }
.menu__head { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.menu__h {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    line-height: 1.1;
    color: var(--burgundy);
    letter-spacing: -0.025em;
}
.menu__lead { color: var(--ink-soft); margin-top: 16px; font-size: 1.02rem; }

.menu__board {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0 clamp(32px, 4vw, 56px);
    background: white;
    border-radius: var(--radius-lg);
    padding: clamp(32px, 4vw, 56px);
    box-shadow: 0 24px 60px rgba(106, 44, 62, 0.1);
    border: 1px solid rgba(106, 44, 62, 0.05);
}
.menu__divider { width: 1px; background: var(--sand-deep); opacity: 0.6; }

.menu__col-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--burgundy);
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--orange-soft);
}
.menu__col-title svg { color: var(--orange); flex-shrink: 0; }

.menu__list { list-style: none; padding: 0; margin: 0; }
.menu__list li {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 9px 0;
}
.menu__item {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--ink);
    font-size: 1rem;
}
.menu__item em {
    display: block;
    font-style: italic;
    font-weight: 400;
    color: var(--ink-soft);
    font-size: 0.8rem;
    margin-top: 1px;
}
.menu__dots {
    flex: 1;
    border-bottom: 2px dotted var(--sand-deep);
    transform: translateY(-5px);
    min-width: 16px;
}
.menu__price {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--orange);
    white-space: nowrap;
    font-size: 1.05rem;
}
.menu__price::before { content: '€\00a0'; font-size: 0.78em; opacity: 0.7; font-weight: 600; }
.menu__note { text-align: center; color: var(--ink-soft); font-size: 0.85rem; margin-top: 24px; font-style: italic; }

@media (max-width: 768px) {
    .menu__board { grid-template-columns: 1fr; gap: 8px; }
    .menu__divider { width: auto; height: 1px; margin: 24px 0; }
}

/* ============================================
   SPIELEN — 160m² + Spielpauschale
   ============================================ */
.play { padding: clamp(64px, 8vw, 100px) 0; }
.play__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(40px, 5vw, 70px);
    align-items: center;
}
.play__photo {
    margin: 0;
    border-radius: var(--blob-2);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    aspect-ratio: 4 / 3;
    box-shadow: 0 24px 60px rgba(106, 44, 62, 0.12);
}
.play__photo video { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.play__h {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.05;
    color: var(--burgundy);
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}
.play__lead { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; margin-bottom: 24px; }
.play__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}
.play__features li {
    position: relative;
    padding-left: 28px;
    color: var(--ink);
    font-size: 0.96rem;
}
.play__features li::before {
    content: '';
    position: absolute;
    left: 0; top: 3px;
    width: 16px; height: 10px;
    border-left: 2.5px solid var(--sage);
    border-bottom: 2.5px solid var(--sage);
    transform: rotate(-45deg);
}
.play__pricing-label {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--burgundy);
    font-size: 0.95rem;
    margin-bottom: 12px;
}
.play__pricing {
    display: flex;
    align-items: stretch;
    gap: 22px;
}
.play__or {
    align-self: center;
    flex-shrink: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--ink-soft);
    font-size: 1rem;
}
.play__free-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 16px;
    background: var(--sage-soft);
    border-radius: 12px;
    color: var(--burgundy);
    font-size: 0.92rem;
    line-height: 1.4;
}
.play__free-note span {
    flex-shrink: 0;
    width: 22px; height: 22px;
    display: grid; place-items: center;
    background: var(--sage);
    color: white;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
}
.play__price-card {
    position: relative;
    background: var(--cream);
    border-radius: 16px;
    padding: 16px 18px;
    text-align: center;
    flex: 0 1 160px;
    min-width: 135px;
    border: 2px solid transparent;
}
.play__price-card strong { font-size: 1.65rem !important; }
.play__price-old {
    display: block;
    text-decoration: line-through;
    color: var(--ink-soft);
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 2px;
}
.play__price-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--coral);
    color: white;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(255, 142, 142, 0.45);
}
.play__price-card strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--burgundy);
    line-height: 1;
}
.play__price-card span { display: block; font-size: 0.82rem; color: var(--ink-soft); margin-top: 6px; }
.play__price-card--alt { background: var(--orange-soft); }
.play__price-card--free { background: var(--sage-soft); }

.play__rule {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--coral-soft);
    color: var(--burgundy);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
}
.play__rule::before {
    content: 'ℹ';
    display: inline-grid;
    place-items: center;
    width: 20px; height: 20px;
    background: var(--coral);
    color: white;
    border-radius: 50%;
    font-size: 0.8rem;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .play__inner { grid-template-columns: 1fr; gap: 36px; }
    .play__photo { max-width: 480px; }
}
@media (max-width: 640px) {
    .play__features { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .play__pricing { flex-direction: column; gap: 12px; }
    .play__price-card { flex: none; width: 100%; }
    .play__or { align-self: center; }
}

/* ============================================
   ÖFFNUNGSZEITEN — Burgundy-Band
   ============================================ */
.hours { padding: clamp(56px, 7vw, 88px) 0; }
.hours__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
}
.hours__h {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    color: var(--cream);
    letter-spacing: -0.025em;
    margin-bottom: 12px;
}
.hours__note { color: rgba(251, 246, 238, 0.72); font-size: 0.98rem; line-height: 1.5; }
.hours__list { list-style: none; padding: 0; margin: 0; }
.hours__list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid rgba(251, 246, 238, 0.15);
}
.hours__list li:last-child { border-bottom: none; }
.hours__day {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--cream);
    font-size: 1.1rem;
}
.hours__time {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--yellow);
    font-size: 1.1rem;
}
.hours__time--closed { color: rgba(251, 246, 238, 0.4); font-weight: 500; }

@media (max-width: 768px) {
    .hours__inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ============================================
   LEMONI FAMILY — WhatsApp-Kanal
   ============================================ */
.family {
    padding: clamp(64px, 8vw, 100px) 0;
    background: var(--burgundy);
}
.family__card {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    text-align: center;
}
.family__dots { position: absolute; inset: -20px; pointer-events: none; }
.family__dots span {
    position: absolute;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--c);
    opacity: 0.4;
}
.family__badge {
    display: inline-grid;
    place-items: center;
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    margin-bottom: 18px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
}
.family .section-eyebrow { color: var(--yellow); }
.family__h {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.08;
    color: var(--cream);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
/* Highlight ohne Pille auf dunklem Grund — Wort einfach gelb */
.family__h .hl--coral { color: var(--yellow); }
.family__h .hl--coral::before { display: none; }
.family__lead {
    color: rgba(251, 246, 238, 0.82);
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 440px;
    margin: 0 auto 24px;
}
.family__lead strong { color: var(--cream); }
.family__chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.family__chips span {
    background: rgba(251, 246, 238, 0.1);
    border: 1px solid rgba(251, 246, 238, 0.18);
    color: var(--cream);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 9px 16px;
    border-radius: 999px;
}
.family__cta {
    background: #25D366;
    color: white;
    font-size: 1.1rem;
    padding: 16px 32px;
    gap: 10px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
}
.family__cta:hover {
    background: #1EBE5A;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.55);
}
.family__cta svg { flex-shrink: 0; }
.family__note {
    margin-top: 16px;
    font-size: 0.85rem;
    color: rgba(251, 246, 238, 0.6);
}
@media (max-width: 480px) {
    .family__cta { width: 100%; justify-content: center; }
}

/* ============================================
   COOKIE-BANNER
   ============================================ */
.cookie {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(20px);
    z-index: 350;
    width: min(100% - 32px, 720px);
    background: var(--cream);
    border: 1.5px solid rgba(106, 44, 62, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(43, 24, 16, 0.22);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.cookie[hidden] { display: none !important; }
.cookie.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.cookie__text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--ink-soft);
    flex: 1;
}
.cookie__text strong { color: var(--burgundy); }
.cookie__text a { color: var(--orange); text-decoration: underline; }
.cookie__accept {
    flex-shrink: 0;
    padding: 12px 24px;
    font-size: 0.95rem;
}
@media (max-width: 600px) {
    .cookie { flex-direction: column; align-items: stretch; gap: 12px; text-align: center; bottom: 12px; }
    .cookie__accept { width: 100%; justify-content: center; }
}

/* WhatsApp-Button (Brand-Orange + WA-Icon) */
.btn--whatsapp { gap: 10px; }
.btn--whatsapp svg { flex-shrink: 0; }

/* ============================================
   NEUERÖFFNUNGS-MODAL
   ============================================ */
.opening {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    padding: 24px;
}
.opening[hidden] { display: none !important; }

.opening__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(43, 24, 16, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.opening.open .opening__backdrop { opacity: 1; }

.opening__card {
    position: relative;
    z-index: 1;
    width: min(100% , 460px);
    background: var(--cream);
    border-radius: 28px;
    padding: clamp(32px, 5vw, 48px) clamp(28px, 4vw, 44px);
    text-align: center;
    box-shadow: 0 40px 90px rgba(43, 24, 16, 0.35);
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.94);
    transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.opening.open .opening__card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.opening__dots { position: absolute; inset: 0; pointer-events: none; }
.opening__dots span {
    position: absolute;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--c);
    opacity: 0.7;
}

.opening__close {
    position: absolute;
    top: 14px; right: 16px;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(106, 44, 62, 0.08);
    color: var(--burgundy);
    font-size: 1.6rem;
    line-height: 0;
    transition: background 0.2s, transform 0.2s;
    z-index: 2;
}
.opening__close:hover { background: rgba(106, 44, 62, 0.16); transform: rotate(90deg); }

.opening__logo {
    width: 150px;
    height: auto;
    margin: 0 auto 18px;
    display: block;
}
.opening__eyebrow {
    display: block;
    color: var(--orange);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.opening__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.8rem, 6vw, 2.4rem);
    line-height: 1.05;
    color: var(--burgundy);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.opening__date {
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(106, 44, 62, 0.08);
}
.opening__date strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--burgundy);
    line-height: 1.1;
}
.opening__date span {
    display: block;
    color: var(--orange);
    font-weight: 700;
    font-size: 0.92rem;
    margin-top: 4px;
}
/* Countdown */
.opening__countdown {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
}
.opening__cd-unit {
    background: white;
    border-radius: 14px;
    padding: 12px 6px 9px;
    min-width: 62px;
    box-shadow: 0 4px 14px rgba(106, 44, 62, 0.08);
}
.opening__cd-unit strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.7rem;
    color: var(--burgundy);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.opening__cd-unit span {
    display: block;
    font-size: 0.66rem;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 5px;
}
.opening__open-now {
    margin: 0 0 22px;
    padding: 14px;
    background: var(--sage-soft);
    border-radius: 14px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--burgundy);
}

.opening__text {
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .opening__cd-unit { min-width: 0; flex: 1; padding: 10px 4px 8px; }
    .opening__cd-unit strong { font-size: 1.4rem; }
}
.opening__cta .btn { width: 100%; justify-content: center; }

@media (max-width: 480px) {
    .opening { padding: 16px; }
    .opening__card { padding: 36px 22px 28px; }
}

@media (prefers-reduced-motion: reduce) {
    .opening__card, .opening__backdrop { transition: opacity 0.2s ease; transform: none; }
}
