/* Startseite — mobile-first; Desktop-Werte (ab 760/1100px) nach v9-Design. */

/* --- Hero ---
   Mobil (6a-Mobil): kürzeres Bild mit Fokus aufs Kind, Text unten im Bild,
   Buchungskarte als eigener Block UNTER dem Bild.
   Desktop (v9): 700px-Bild, Text + Karte gemeinsam unten AUF dem Bild. */
.hero-medien { position: relative; height: min(132vw, 540px); } /* 6a-Mobil: hohes Bild (~1.3× Breite) */
.hero-bild {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 32%; /* mobil: Kind mit Fernglas sichtbar halten */
}
.hero-verlauf {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25,18,12,0.10) 0%, rgba(25,18,12,0.05) 40%, rgba(25,18,12,0.52) 100%);
}
.hero-text { position: absolute; left: 0; right: 0; bottom: 80px; } /* Platz: Karte überlappt unten */
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.hero-kicker-zusatz { display: none; } /* mobil einzeilig (6a-Mock) */
.hero-kicker span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: var(--ls-caps);
    text-transform: uppercase;
    color: var(--weiss-warm);
    text-shadow: 0 1px 10px rgba(25,18,12,0.45);
}
.hero .sig { text-shadow: 0 2px 18px rgba(25,18,12,0.35); }
.hero-unterzeile {
    font-size: 16px;
    font-weight: 700;
    color: var(--weiss-warm);
    text-shadow: 0 1px 12px rgba(25,18,12,0.45);
    margin: 14px 0 0;
}
/* 6a-Regel: „Buchungskarte überlappt den unteren Bildrand" */
.hero-buchen { position: relative; z-index: 2; margin-top: -56px; padding-block: 0 10px; }
.buchen-karte {
    background: var(--weiss-warm);
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(25,18,12,0.18);
    padding: 18px 20px;
    max-width: 600px;
}
.buchen-karte-zeile { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.buchen-karte-text { flex: 1; min-width: 180px; }
.buchen-karte-titel { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 800; }
.buchen-karte-neben { font-size: 14px; font-weight: 600; color: var(--text-neben); margin-top: 6px; line-height: 1.5; }
.buchen-karte-fuss {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-gedaempft);
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #EFE6D6;
}
.buchen-karte-fuss a { color: var(--rot); font-weight: 700; text-decoration: none; white-space: nowrap; }
.buchen-karte-fuss .whatsapp-punkt { margin-right: 5px; }
@media (min-width: 1100px) {
    .hero {
        position: relative;
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 56px;
    }
    .hero-medien { position: static; height: auto; } /* Bild/Verlauf füllen .hero */
    .hero-bild { object-position: 50% 50%; }
    .hero-text { position: relative; bottom: auto; z-index: 1; }
    .hero-kicker { margin-bottom: 14px; }
    .hero-kicker span { font-size: 14px; }
    .hero-kicker-zusatz { display: inline; }
    .hero-unterzeile { font-size: 20px; margin: 18px 0 0; }
    .hero-buchen { position: relative; z-index: 1; margin-top: 0; padding-block: 26px 0; }
    .buchen-karte { box-shadow: 0 8px 30px rgba(25,18,12,0.3); padding: 22px 26px; }
    .buchen-karte-zeile { gap: 28px; }
}

/* --- Begrüßung (mobil gestapelt: Text → Unterschrift → Bild) --- */
.begruessung { display: grid; gap: 36px; }
.begruessung .eyebrow { margin-bottom: 14px; }
.begruessung .fliesstext { margin-top: 18px; }
.begruessung .sig { margin-top: 26px; }
.begruessung-bild { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow-card); display: block; }
@media (min-width: 1100px) {
    .begruessung { grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
}

/* --- Badewelt (mobil lt. 6a: Bild mit Ribbon ZUERST, dann Text) --- */
.badewelt { display: grid; gap: 32px; }
.badewelt-bild { order: -1; }
.badewelt-text { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.badewelt .sig { margin-top: 18px; }
.badewelt .fliesstext { margin-top: 22px; }
.badewelt-aktionen { margin-top: 30px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
/* mobil: Foto randlos wie im 6a-Mock (bricht aus dem .inhalt-Padding aus) */
.badewelt-bild { position: relative; margin-inline: calc(-1 * var(--pad)); overflow: hidden; }
.badewelt-bild img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: 12% 35%; } /* Frau mit Ball links im Bild halten (Mock-Zoom) */
@media (min-width: 1100px) {
    .badewelt { grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
    .badewelt-bild { order: 0; margin-inline: 0; border-radius: 14px; min-height: 560px; }
    .badewelt-bild img { position: absolute; inset: 0; height: 100%; }
}

/* --- Tischlein deck dich (mobil lt. 6a-Mock: DREI kompakte Einzelkarten,
       je Nummer links / Titel+Text rechts; Desktop: drei große Karten) --- */
.tischlein .sig { margin-top: 16px; }
.tischlein .fliesstext { margin-top: 20px; }
.drei-spalten { display: grid; gap: 16px; margin-top: 36px; }
.schritt-karte {
    padding: 20px;
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 12px;
    align-items: start;
}
.schritt-nummer {
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 30px;
    color: var(--rot);
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    gap: 8px;
    grid-row: 1 / 3;
}
.schritt-titel { font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.schritt-text { font-size: 14.5px; line-height: 1.6; color: var(--text-neben); margin-top: 4px; }
.tischlein-schluss { margin-top: 32px; padding-inline: 12px; }
.tischlein-schluss span {
    display: inline-block;
    max-width: 100%;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: clamp(20px, 5vw, 30px);
    color: var(--rot);
    transform: rotate(-2deg);
}
@media (min-width: 760px) {
    .drei-spalten { grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
    .schritt-karte { display: block; padding: 30px 30px 34px; }
    .schritt-nummer { font-size: 44px; line-height: 1; gap: 10px; }
    .schritt-titel { font-size: 21px; margin-top: 12px; }
    .schritt-text { font-size: 15px; line-height: 1.65; margin-top: 10px; }
}

/* --- Nester --- */
.nester-unterzeile { font-size: 16px; color: var(--text-neben); margin-top: 16px; }
.nester .drei-spalten { margin-top: 40px; }
.nester-aktion { margin-top: 36px; }

/* --- Sommer & Winter --- */
.sommerwinter .sig { margin-top: 16px; }
.sommerwinter .fliesstext { margin-top: 20px; }
.zwei-spalten { display: grid; gap: 24px; margin-top: 40px; }
.saison-karte { overflow: hidden; display: block; text-decoration: none; color: inherit; }
.saison-karte img { width: 100%; height: 200px; object-fit: cover; display: block; }
.saison-karte-inhalt { padding: 24px 26px 28px; }
.saison-karte-titel { font-family: var(--font-display); font-size: 26px; font-weight: 700; }
.saison-karte-text { font-size: 15.5px; line-height: 1.7; color: var(--text-neben); margin-top: 10px; }
.saison-karte .link-unterstrichen { margin-top: 16px; display: inline-block; }
@media (min-width: 760px) {
    .zwei-spalten { grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 52px; }
    .saison-karte img { height: 300px; }
    .saison-karte-inhalt { padding: 28px 32px 32px; }
}

/* --- Angebot + Direktbucher (mobil lt. 6a: Bild oben; Direktbucher flach) --- */
.angebot-zeile { display: grid; gap: 24px; }
.angebot-bild { order: -1; }
.angebot-panel {
    background: var(--rot);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(120,30,30,0.28);
    color: var(--weiss-warm);
    display: grid;
    overflow: hidden;
}
.angebot-panel-text { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.angebot-panel .sig { margin-top: 16px; }
.angebot-text { font-size: 17px; line-height: 1.7; color: rgba(251,247,239,0.92); margin: 18px 0 26px; }
.angebot-text strong { color: var(--weiss-warm); }
.angebot-text .gedimmt { color: rgba(251,247,239,0.65); }
.angebot-bild { width: 100%; height: 200px; object-fit: cover; display: block; }
.direkt-karte { padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; }
.direkt-titel { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; }
.direkt-text { font-size: 15.5px; line-height: 1.7; color: var(--text-neben); margin-top: 12px; }
.direkt-zeile { font-size: 14px; font-weight: 700; color: var(--text-neben); margin-top: 18px; }
@media (min-width: 760px) {
    .angebot-panel { grid-template-columns: 1.1fr 0.9fr; }
    .angebot-panel-text { padding: 44px 48px; }
    .angebot-bild { order: 0; height: 100%; }
    .direkt-karte { padding: 44px 40px; }
}
@media (min-width: 1100px) {
    .angebot-zeile { grid-template-columns: 1.15fr 0.85fr; gap: 32px; align-items: stretch; }
}

/* --- Team --- */
.team-zeile { display: grid; gap: 28px; align-items: center; }
.team-bild { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow-card); display: block; }
.team .fliesstext { margin-top: 16px; line-height: 1.75; }
@media (min-width: 1100px) {
    .team-zeile { grid-template-columns: 0.9fr 1.1fr; gap: 64px; }
}
