/* =====================================================================
   Landingpage Hamburger Kaffeemühle – eigenes Layout nach Vorlage.
   Wird zusätzlich zu app.css geladen und überschreibt gezielt.
   Alles unter .landing-kaffeemuehle gescoped.
   ===================================================================== */

:root {
    --lp-navy: #232a5c;
    --lp-navy-dark: #1a2049;
    --lp-olive: #6d6c3b;
    --lp-olive-dark: #565525;
    --lp-red: #cc0000;
    --lp-ink: #2b2b2b;
    --lp-muted: #777;
    --lp-line: #e3e3e3;
    --lp-panel: #f5f5f5;
}


.section {
    margin: 0; padding: 0;
}

.landing-kaffeemuehle {
    color: var(--lp-ink);
    font-size: 17px;
    line-height: 1.6;
}

.landing-kaffeemuehle .landing-wrap {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-kaffeemuehle .landing-section {
    padding: 0;
    margin: 40px;
}

.landing-kaffeemuehle .landing-section--tight {
    padding: 40px 0;
}

.landing-kaffeemuehle .landing-section--panel {
    background: #fafafa;
}

/* Zentrale Abschnitts-Überschrift (z.B. "Die Hamburger Kaffeemühle") */
.landing-kaffeemuehle .landing-section-title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    color: var(--lp-ink);
    letter-spacing: -0.01em;
    margin: 0 0 40px;
    line-height: 1.1;
    text-transform: none;
}

/* Schmaler Trenner über manchen Überschriften */
.landing-kaffeemuehle .landing-rule {
    width: 50%;
    height: 2px;
    background: var(--lp-ink);
    border: 0;
    margin: 0 auto 26px;
}

/* ------------------------------------------------------------------ */
/* Primärer CTA-Button (navy, voll) – überschreibt .cta-btn Verlauf    */
/* ------------------------------------------------------------------ */
.landing-kaffeemuehle .cta-btn.landing-cta-primary {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 8px auto 0;
    height: auto;
    line-height: 1.3;
    padding: 16px 24px;
    background: var(--lp-navy);
    background-image: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: none;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    transition: background 0.25s ease;
}

.landing-kaffeemuehle .cta-btn.landing-cta-primary:hover,
.landing-kaffeemuehle .cta-btn.landing-cta-primary:focus {
    background: var(--lp-navy-dark);
    color: #fff;
}

/* ------------------------------------------------------------------ */
/* 1. Video-Header mit Titel-Overlay                                   */
/* ------------------------------------------------------------------ */
.landing-kaffeemuehle-banner-wrap {
    margin-bottom: 0;
}

.landing-kaffeemuehle-header {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.landing-kaffeemuehle-header video {
    display: block;
    width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 78vh;
    object-fit: cover;
}

.landing-kaffeemuehle-header h1.landing-video-overlay {
    position: absolute;
    left: 3%;
    right: 0;
    bottom: 4%;
    text-align: left;
    color: #fff;
    font-size: 3.7rem !important;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.05;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
    padding: 0 16px;
    pointer-events: none;
}

/* ------------------------------------------------------------------ */
/* 2. Hero-Text + CTA                                                  */
/* ------------------------------------------------------------------ */
.landing-hero-text {
    padding-top: 48px;
    padding-bottom: 28px;
}

.landing-hero-text .landing-hero-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--lp-ink);
    letter-spacing: -0.01em;
    max-width: fit-content;
    margin: 0 auto 18px;
    line-height: 1.1;
}

.landing-hero-text .landing-hero-subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--lp-ink);
    letter-spacing: -0.01em;
    max-width: fit-content;
    margin: 0 auto 18px;
    line-height: 1.15;
}

.landing-hero-text .landing-hero-tagline {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--lp-ink);
    margin: 0 auto 32px;
    line-height: 1.35;
}

/* ------------------------------------------------------------------ */
/* 3. Trust-Säulen (5 Spalten mit Trennlinien)                         */
/* ------------------------------------------------------------------ */
.landing-pillars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid var(--lp-line);
    border-radius: 6px;
    background: var(--lp-panel);
    margin-top: 50px;
    overflow: hidden;
}

.landing-pillar {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 26px 18px;
    border-left: 1px solid var(--lp-line);
}

.landing-pillar:first-child {
    border-left: 0;
}

.landing-pillar-headline {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--lp-ink);
    line-height: 1;
    margin-bottom: 8px;
}

.landing-pillar-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--lp-ink);
    margin-bottom: 4px;
}

.landing-pillar-text {
    font-size: 1rem;
    color: var(--lp-muted);
    line-height: 1.4;
}

.landing-autoupdate {
    display: inline-block;
    font-size: 0.62rem;
    line-height: 1.05;
    color: var(--lp-red);
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 4px;
    text-align: left;
}

/* ------------------------------------------------------------------ */
/* 4. "Die Hamburger Kaffeemühle" – Text links / Bild rechts           */
/* ------------------------------------------------------------------ */
.landing-split {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 48px;
    margin-bottom: 44px;
}

.landing-split > .landing-split-col {
    flex: 1 1 360px;
    min-width: 0;
}

.landing-split .landing-split-img,
.landing-split .landing-planung-img,
.landing-split .landing-map {
    display: flex;
}

.landing-split .landing-split-copy .landing-subhead {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.landing-split .landing-split-copy p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #444;
}

.landing-split .landing-split-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Realisierte Häuser (Track-Slider, wie Referenzen) */
.landing-houses-section {
    margin: 40px 0;
}

.landing-houses-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 28px;
    color: var(--lp-ink);
}

/* Desktop: 3 | Tablet: 2 | Mobil: 1 sichtbar */
.landing-kaffeemuehle .landing-houses-slider .landing-house-slide {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 14px;
    box-sizing: border-box;
}

.landing-house-card {
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .landing-kaffeemuehle .landing-houses-slider .landing-house-slide {
        flex: 0 0 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .landing-kaffeemuehle .landing-houses-slider .landing-house-slide {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 8px;
    }

    .landing-kaffeemuehle .landing-references-slider .landing-reference-slide {
        padding: 0 8px;
    }
}

.landing-house-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 16px;
}

.landing-house-card .landing-house-place {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--lp-ink);
    margin: 0 0 6px;
}

.landing-house-card .landing-house-meta {
    font-size: 1.1rem;
    color: var(--lp-muted);
    line-height: 1.4;
    margin: 0;
}

/* ------------------------------------------------------------------ */
/* 6. Planungsvorschlag                                                */
/* ------------------------------------------------------------------ */
.landing-planung .landing-split {
    margin-bottom: 0;
}

.landing-planung .landing-planung-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.landing-planung-panel {
    background: var(--lp-panel);
    padding: 32px 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-planung-panel .landing-planung-model {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 20px;
}

.landing-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
}

.landing-specs-table th,
.landing-specs-table td {
    padding: 12px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1rem;
    vertical-align: top;
}

.landing-specs-table th {
    text-align: left;
    font-weight: 400;
    color: #555;
    white-space: nowrap;
    width: 48%;
}

.landing-specs-table td {
    text-align: left;
    color: var(--lp-ink);
}

/* Olive Tour-Button mit NEU-Banner */
.landing-btn-tour {
    position: relative;
    display: block;
    width: 100%;
    background: var(--lp-olive);
    color: #fff;
    border: 0;
    padding: 16px 20px 16px 56px;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    transition: background 0.25s ease;
}

.landing-btn-tour:hover,
.landing-btn-tour:focus {
    background: var(--lp-olive-dark);
    color: #fff;
}

.landing-btn-tour .landing-btn-tour-badge {
    position: absolute;
    left: -34px;
    top: 6px;
    background: var(--lp-red);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 3px 36px;
    transform: rotate(-45deg);
}

.landing-popup-hint {
    text-align: center;
    color: var(--lp-red);
    font-weight: 700;
    font-size: 0.92rem;
    margin: 10px 0 0;
}

/* ------------------------------------------------------------------ */
/* 7. Merkmale (5 Spalten mit Trennlinien)                             */
/* ------------------------------------------------------------------ */
.landing-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid var(--lp-line);
    border-radius: 6px;
    background: var(--lp-panel);
    margin-bottom: 36px;
    overflow: hidden;
}

.landing-feature {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 26px 18px;
    border-left: 1px solid var(--lp-line);
}

.landing-feature:first-child {
    border-left: 0;
}

.landing-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lp-ink);
    margin: 0 0 8px;
    text-align: center;
}

.landing-feature p {
    font-size: 1rem;
    color: var(--lp-muted);
    line-height: 1.4;
    margin: 0;
}

/* ------------------------------------------------------------------ */
/* 8. Referenz-Zitat + grüner Button                                   */
/* ------------------------------------------------------------------ */
.landing-references-quote {
    background: #fafafa;
    padding: 40px 0 !important;
}

/* Slider-Shell: Pfeile wie Startseite + volle Breite swipeable */
.landing-slider-shell {
    position: relative;
    touch-action: pan-y;
    --arrow-scale: 0.62;
    --arrow-top: 50%;
}

.landing-slider-shell .landing-slidePrev,
.landing-slider-shell .landing-slideNext {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 64px;
    z-index: 6;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.landing-slider-shell .landing-slidePrev {
    left: 0;
}

.landing-slider-shell .landing-slideNext {
    right: 0;
}

.landing-slider-shell .landing-slidePrev span,
.landing-slider-shell .landing-slideNext span {
    position: absolute;
    left: 50%;
    top: var(--arrow-top);
    display: block;
    width: 72px;
    height: 128px;
    background-image: url("/images/massivhaus/haus-bauen-hamburg.png?v3");
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(var(--arrow-scale));
    transform-origin: center center;
}

.landing-slider-shell .landing-slidePrev span {
    background-position: -10px -243px;
}

.landing-slider-shell .landing-slideNext span {
    background-position: -105px -243px;
}

.landing-slider-shell--static .landing-slidePrev,
.landing-slider-shell--static .landing-slideNext {
    display: none;
}

/* Track-Slider (Referenzen + realisierte Häuser) */
.landing-kaffeemuehle .landing-track-slider {
    overflow: hidden;
    width: 100%;
    transition: height 0.5s ease;
}

.landing-kaffeemuehle .landing-track {
    display: flex;
    align-items: flex-start;
    transition: transform 0.5s ease;
}

.landing-kaffeemuehle .landing-track-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Abstand zwischen Slides wie beim Haus-Slider */
.landing-kaffeemuehle .landing-references-slider .landing-reference-slide {
    padding: 0 14px;
}

.landing-quote-card {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

.landing-quote-card .landing-quote-body {
    flex: 1 1 420px;
    min-width: 0;
    position: relative;
    padding-left: 48px;
}

.landing-quote-card .landing-quote-body::before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 4.5rem;
    line-height: 1;
    color: #c9c9c9;
    font-family: Georgia, "Times New Roman", serif;
}

.landing-quote-card .landing-quote-text {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 0 0 16px;
    color: #3a3a3a;
}

.landing-quote-card .landing-quote-author {
    margin: 0;
    font-size: 1.2rem;
}

.landing-quote-card .landing-quote-author strong {
    display: block;
    margin-bottom: 2px;
}

.landing-quote-card .landing-quote-author .landing-quote-project {
    color: var(--lp-muted);
    font-size: 1.1rem;
}

@media (min-width: 973px) {
    .landing-quote-card .landing-quote-thumb {
        flex: 0 0 400px;
        max-width: 400px;
    }
}

.landing-quote-card .landing-quote-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.landing-quote-card .landing-quote-thumb a,
.landing-quote-card .landing-reference-thumb-link {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.landing-quote-card .landing-reference-thumb-link img {
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
}

.landing-quote-card .landing-reference-thumb-link:hover img,
.landing-quote-card .landing-reference-thumb-link:focus img {
    opacity: 0.92;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Olivgrüner breiter Button */
.landing-btn-references {
    display: inline-block;
    background: var(--lp-olive);
    color: #fff;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s ease;
}

.landing-btn-references:hover,
.landing-btn-references:focus {
    background: var(--lp-olive-dark);
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* 9. Referenz-Slider Überschrift                                      */
/* ------------------------------------------------------------------ */
.landing-references-slider .landing-section-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.landing-references-slider #counter {
    color: var(--lp-red);
}

/* ------------------------------------------------------------------ */
/* 10. Inhabergeführt – zwei Inhaber                                   */
/* ------------------------------------------------------------------ */
.landing-owners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.landing-owner {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.landing-owner .landing-owner-photo {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
}

.landing-owner .landing-owner-name {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
    color: var(--lp-ink);
}

.landing-owner .landing-owner-quote {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin: 0 0 8px;
}

.landing-owner .landing-owner-sign {
    font-weight: 700;
    font-size: 1.1rem;
}

/* ------------------------------------------------------------------ */
/* 11. Karte + Checkliste                                              */
/* ------------------------------------------------------------------ */
.landing-map-checklist .landing-split {
    margin-bottom: 0;
}

.landing-map-checklist .landing-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid var(--lp-line);
}

.landing-checklist-wrap {
    background: #f8f8f8;
    padding: 32px 30px;
}
.landing-checklist-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 24px;
    text-transform: none;
}

.landing-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-checklist li {
    position: relative;
    padding: 0 0 8px 26px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.45;
}

.landing-checklist li:last-child {
    border-bottom: 0;
}

.landing-checklist li .landing-check {
    position: absolute;
    left: 0;
    top: 1px;
    color: #5c8a2f;
    font-weight: 700;
}

/* ------------------------------------------------------------------ */
/* 12. Kontakt-Überschrift                                             */
/* ------------------------------------------------------------------ */
.landing-contact-section {
    margin-top: 60px !important;
}
.landing-contact-section .landing-section-title {
    margin-bottom: 8px;
}

.landing-kaffeemuehle .landing-kaffeemuehle-contact {
    padding-top: 0;
}

.landing-kaffeemuehle .landing-kaffeemuehle-contact .container {
    max-width: 1160px;
}

/* ================================================================== */
/* Responsive                                                          */
/* ================================================================== */

/* Tablet: Säulen/Merkmale 3 pro Reihe, Vorschau 3->3 bleibt */
@media (max-width: 991px) {
    .landing-kaffeemuehle .landing-section {
        padding: 48px 0;
        margin: 20px 40px;
    }

    .landing-pillar,
    .landing-feature {
        flex: 0 0 33.333%;
        border-bottom: 1px solid var(--lp-line);
    }

    /* Trennlinie links zurücksetzen für jede neue Reihe (3er) */
    .landing-pillar:nth-child(3n + 1),
    .landing-feature:nth-child(3n + 1) {
        border-left: 0;
    }

    .landing-split {
        gap: 32px;
    }

    /* Bild im Intro unter den Text */
    .landing-intro .landing-split {
        flex-direction: column-reverse;
    }

    /* flex-basis 360px = Mindesthöhe je Spalte → Leerraum unter dem Bild */
    .landing-split > .landing-split-col {
        flex: 0 0 auto;
    }

    .landing-split .landing-split-img img,
    .landing-split .landing-planung-img img,
    .landing-split .landing-map img {
        height: auto;
        object-fit: initial;
        display: block;
    }

    .landing-intro .landing-split,
    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        gap: 20px;
    }

    .landing-intro .landing-split {
        margin-bottom: 20px;
    }

    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        margin-bottom: 0;
    }

    .landing-planung .landing-split {
        flex-direction: column;
    }

    .landing-intro .landing-houses-section {
        margin-top: 0;
    }

    .landing-owners-grid {
        gap: 32px;
    }
}

/* Mittel: Säulen/Merkmale 2 pro Reihe */
@media (max-width: 767px) {
    .landing-kaffeemuehle {
        font-size: 16px;
    }

    /* Weniger Außenabstand – sonst wirkt die Seite auf dem iPhone gedrungen */
    .landing-kaffeemuehle .landing-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .landing-kaffeemuehle .landing-section {
        margin: 12px 0;
        padding: 28px 0;
    }

    .landing-kaffeemuehle .landing-section--tight {
        padding: 28px 0;
    }

    .landing-kaffeemuehle .landing-section-title {
        margin-bottom: 24px;
    }

    .landing-hero-text {
        padding-top: 32px;
        padding-bottom: 20px;
    }

    .landing-hero-text .landing-hero-tagline {
        margin-bottom: 24px;
    }

    .landing-pillars {
        margin-top: 28px;
    }

    .landing-pillar,
    .landing-feature {
        padding: 16px 10px;
    }

    .landing-split {
        gap: 24px;
        margin-bottom: 28px;
    }

    .landing-intro .landing-split,
    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        gap: 16px;
    }

    .landing-intro .landing-split {
        margin-bottom: 16px;
    }

    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        margin-bottom: 0;
    }

    .landing-intro .landing-houses-section {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .landing-intro .landing-split-copy .landing-subhead {
        margin-top: 0;
    }

    .landing-features {
        margin-bottom: 24px;
    }

    .landing-houses-section {
        margin: 28px 0;
    }

    .landing-houses-title {
        margin-bottom: 20px;
    }

    .landing-references-quote {
        padding: 28px 0 !important;
    }

    .landing-contact-section {
        margin-top: 32px !important;
    }

    .landing-kaffeemuehle > p.text-center {
        margin-top: 20px !important;
    }

    .landing-planung-panel {
        padding: 24px 18px;
    }

    .landing-kaffeemuehle .landing-rule {
        margin-bottom: 18px;
    }

    .landing-kaffeemuehle-header h1.landing-video-overlay {
        padding: 0 12px;
    }

    .landing-kaffeemuehle .cta-btn.landing-cta-primary {
        padding: 14px 16px;
    }

    /* ------------------------------------------------------------------ */
    /* Typografie Mobile (< 768px) – Headlines & Sublines                 */
    /* Schriftgrößen hier zentral anpassen (Desktop-Werte in Kommentar).  */
    /* ------------------------------------------------------------------ */

    /* --- Headlines --- */
    .landing-kaffeemuehle-header h1.landing-video-overlay {
        font-size: 2.4rem !important; /* Desktop: 3.7rem */
    }

    .landing-hero-text .landing-hero-title {
        font-size: 2.8rem; /* Desktop: 3.8rem */
    }

    .landing-hero-text .landing-hero-subtitle {
        font-size: 2rem; /* Desktop: 2.4rem */
    }

    .landing-kaffeemuehle .landing-section-title {
        font-size: 2.2rem; /* Desktop: 3.4rem */
    }

    .landing-references-slider .landing-section-title {
        font-size: 1.8rem; /* Desktop: clamp(1.6rem, 3vw, 2.1rem) */
    }

    .landing-pillar-headline {
        font-size: 1.6rem; /* Desktop: 2.1rem */
    }

    .landing-pillar-title {
        font-size: 1.3rem; /* Desktop: 1.4rem */
    }

    .landing-split .landing-split-copy .landing-subhead {
        font-size: 1.2rem; /* Desktop: 1.4rem */
    }

    .landing-house-card .landing-house-place {
        font-size: 1.25rem; /* Desktop: 1.5rem */
    }

    .landing-planung-panel .landing-planung-model {
        font-size: 1.15rem; /* Desktop: 1.35rem */
    }

    .landing-feature-title {
        font-size: 1.1rem; /* Desktop: 1.05rem */
    }

    .landing-checklist-title {
        font-size: 1.25rem; /* Desktop: 1.4rem */
    }

    .landing-owner .landing-owner-name {
        font-size: 1rem; /* Desktop: 0.95rem */
    }

    /* --- Sublines --- */
    .landing-hero-text .landing-hero-tagline {
        font-size: 1.25rem; /* Desktop: 1.8rem */
    }

    .landing-pillar-text {
        font-size: 1rem; /* Desktop: 1rem */
    }

    .landing-house-card .landing-house-meta {
        font-size: 1rem; /* Desktop: 1.1rem */
    }

    .landing-quote-card .landing-quote-author {
        font-size: 1.05rem; /* Desktop: 1.2rem */
    }

    .landing-quote-card .landing-quote-author .landing-quote-project {
        font-size: 0.95rem; /* Desktop: 1.1rem */
    }

    .landing-owner .landing-owner-quote {
        font-size: 0.92rem; /* Desktop: 0.98rem */
    }

    .landing-owner .landing-owner-sign {
        font-size: 0.9rem; /* Desktop: 0.95rem */
    }

    .landing-pillar,
    .landing-feature {
        flex: 0 0 50%;
    }

    .landing-pillar:nth-child(3n + 1),
    .landing-feature:nth-child(3n + 1) {
        border-left: 1px solid var(--lp-line);
    }

    .landing-pillar:nth-child(2n + 1),
    .landing-feature:nth-child(2n + 1) {
        border-left: 0;
    }

    .landing-intro .landing-houses-section {
        overflow: hidden;
    }

    .landing-slider-shell {
        --arrow-scale: 0.5;
    }

    .landing-slider-shell .landing-slidePrev,
    .landing-slider-shell .landing-slideNext {
        width: 52px;
    }

    /* Split immer gestapelt, Bild oben */
    .landing-split {
        flex-direction: column;
    }

    .landing-split .landing-split-img,
    .landing-split .landing-planung-img,
    .landing-split .landing-map {
        display: block;
    }

    .landing-split .landing-split-img img,
    .landing-split .landing-planung-img img,
    .landing-split .landing-map img {
        height: auto;
        object-fit: initial;
    }

    .landing-intro .landing-split {
        flex-direction: column-reverse;
    }

    .landing-planung .landing-split {
        flex-direction: column;
    }

    /* Inhaber gestapelt */
    .landing-owners-grid {
        grid-template-columns: 1fr;
    }

    /* Karte/Checkliste gestapelt */
    .landing-map-checklist .landing-split {
        flex-direction: column;
    }

    /* Zitat gestapelt, Bild oben */
    .landing-quote-card {
        flex-direction: column-reverse;
    }

    .landing-kaffeemuehle .landing-references-quote .landing-quote-card {
        gap: 16px;
        align-items: stretch;
    }

    .landing-kaffeemuehle .landing-references-quote .landing-quote-body {
        flex: 0 0 auto;
        padding-left: 36px;
    }

    .landing-kaffeemuehle .landing-references-quote .landing-quote-body::before {
        font-size: 3rem;
        top: -6px;
    }

    .landing-kaffeemuehle .landing-references-quote .landing-quote-text {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .landing-kaffeemuehle .landing-references-quote .landing-wrap {
        overflow: hidden;
    }

    .landing-quote-card .landing-quote-thumb {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .landing-quote-card .landing-quote-body {
        padding-left: 40px;
    }
}

/* Klein: Säulen/Merkmale 1 pro Reihe */
@media (max-width: 479px) {
    .landing-kaffeemuehle .landing-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .landing-kaffeemuehle .landing-section {
        margin: 8px 0;
        padding: 20px 0;
    }

    .landing-kaffeemuehle .landing-section--tight {
        padding: 20px 0;
    }

    .landing-hero-text {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .landing-split {
        gap: 20px;
        margin-bottom: 20px;
    }

    .landing-intro .landing-split,
    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        gap: 16px;
    }

    .landing-intro .landing-split {
        margin-bottom: 16px;
    }

    .landing-planung .landing-split,
    .landing-map-checklist .landing-split {
        margin-bottom: 0;
    }

    .landing-pillar,
    .landing-feature {
        flex: 0 0 100%;
        border-left: 0 !important;
        padding: 14px 8px;
    }

    .landing-hero-text .landing-hero-title {
        font-size: 2.4rem; /* Desktop: 3.8rem */
    }

    .landing-hero-text .landing-hero-subtitle {
        font-size: 1.75rem; /* Desktop: 2.4rem */
    }

    .landing-owner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .landing-owner .landing-owner-photo {
        margin: 0 auto;
    }

    .landing-owner .landing-owner-quote {
        text-align: left;
    }
}

