
.homepage-info-box:not(.homepage-video-box) {
    background: #fff;
}

/* Video section: explicit light background so body's dark page background
   does not bleed through on .page-homepage */
.homepage-video-box {
    background: #f6f5f2;
}

.homepage-info-box h2 {
    _padding-bottom: 50px;
    _font-size: 3rem;
}

/* Divider between the two info rows */
.homepage-inforow + .homepage-inforow {
    border-top: 1px solid #ede8e3;
    padding-top: 3.5rem;
    margin-top: 0;
}

/* Image wrapper: rounded corners + shadow + subtle zoom on hover */
.homepage-info-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(44, 35, 30, 0.13);
    transition: box-shadow 0.35s ease;
}

.homepage-info-img-wrap:hover {
    box-shadow: 0 16px 44px rgba(44, 35, 30, 0.20);
}

.homepage-info-img-wrap img {
    width: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.homepage-info-img-wrap:hover img {
    transform: scale(1.03);
}

/* Text block */
.homepage-info-text {
    padding: 0.5rem 0 0.5rem 0.5rem;
}

/* Kicker label above h4 */
.homepage-info-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #5b2328;
    border-left: 3px solid #5b2328;
    padding-left: 0.55rem;
    line-height: 1;
}

.homepage-info-box .container  h4,
.homepage-info-text h4 {
    font-size: 2rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: 1rem;
    color: #1e1512;
    line-height: 1.2;
}

.homepage-info-text p {
    color: #5a5047;
    line-height: 1.8;
    font-size: 0.97rem;
    margin-bottom: 1.5rem;
}

.homepage-info-btn {
    border-radius: 22px;
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homepage-info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(91, 35, 40, 0.28);
}

h2.homepage-section-title, .homepage-intro-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: .02em;
}

.homepage-section-subtext {
    max-width: 680px;
    margin: 0 auto;
    color: var(--color-text-soft);
    font-size: .97rem;
    line-height: 1.7;
}

.homepage-intro-box {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}

.homepage-intro-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(30, 15, 10, 0.72) 0%, rgba(50, 25, 20, 0.82) 100%);
    z-index: 1;
}

.homepage-intro-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: 820px;
}

.homepage-intro-kicker {
    display: inline-block;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 0.25rem 0.9rem;
}

.homepage-intro-content h2 {
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.homepage-intro-content > p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.75;
    margin-bottom: 0.6rem;
}

.homepage-intro-subtext {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    margin-top: 1rem !important;
}

@media (max-width: 680px) {
    .homepage-intro-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}


/* ══════════════════════════════════════════════════════════
   Brand Trust Section
   ══════════════════════════════════════════════════════════ */

.brand-trust-section {
    background: #fbf8f4;
    padding: 0;
    border-top: 1px solid #ede8e3;
    border-bottom: 1px solid #ede8e3;
    overflow: hidden;
}

.brand-trust-wrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: clamp(3.5rem, 6vw, 6rem) clamp(1.25rem, 3vw, 2.5rem) clamp(3.5rem, 5vw, 5rem);
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3.5rem);
}

/* ── Editorial header ── */
.brand-trust-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.brand-trust-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #5b2328;
    margin: 0;
}

.brand-trust-kicker-line {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #c9a96e;
}

.brand-trust-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 600;
    color: #1e1512;
    line-height: 1.14;
    letter-spacing: 0.005em;
    margin: 0;
}
.brand-trust-headline em {
    font-style: italic;
    color: #c9a96e;
    font-weight: 500;
}

.brand-trust-lede {
    font-size: 1rem;
    color: #5a5047;
    line-height: 1.78;
    margin: 0 auto;
    max-width: 56ch;
}

/* ── Three-image collage ── */
.brand-trust-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.85rem, 1.6vw, 1.5rem);
    align-items: start;
}

.trust-frame {
    position: relative;
    margin: 0;
}

.trust-frame-inner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 4px;
    background: #1e1512;
    box-shadow: 0 14px 40px rgba(30, 21, 18, 0.10);
}

.trust-frame--tall .trust-frame-inner { aspect-ratio: 3 / 4.2; }
.trust-frame--short .trust-frame-inner { aspect-ratio: 3 / 3.4; }

/* Asymmetric stagger — middle pushes down, third pushes up */
.trust-frame--short { margin-top: clamp(2rem, 5vw, 4.5rem); }
.trust-frame--offset { margin-top: clamp(0rem, 1vw, 1rem); }

.trust-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1),
                filter 0.6s ease;
    filter: saturate(0.92) contrast(1.02);
}

.trust-frame:hover img {
    transform: scale(1.09);
    filter: saturate(1.05) contrast(1.04);
}

.trust-frame-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(20,12,8,0) 40%, rgba(20,12,8,0.78) 100%);
    transition: opacity 0.4s ease;
}

.trust-frame-caption {
    position: absolute;
    z-index: 2;
    left: clamp(1.1rem, 2vw, 1.75rem);
    right: clamp(1.1rem, 2vw, 1.75rem);
    bottom: clamp(1.25rem, 2.2vw, 1.85rem);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #fff;
}

.trust-frame-no {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a96e;
}

.trust-frame-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.25rem, 1.7vw, 1.6rem);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.005em;
}
.trust-frame-title em {
    font-style: italic;
    color: #c9a96e;
    font-weight: 500;
}

.trust-frame-meta {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding-top: 0.4rem;
    border-top: 1px solid rgba(255,255,255,0.18);
    margin-top: 0.25rem;
    font-weight: 500;
}

/* Floating year mark over middle frame */
.trust-frame-year {
    position: absolute;
    z-index: 3;
    top: clamp(-1.25rem, -1.5vw, -0.85rem);
    right: clamp(-0.85rem, -1vw, -0.6rem);
    width: clamp(96px, 9vw, 128px);
    height: clamp(96px, 9vw, 128px);
    border-radius: 50%;
    background: #fbf8f4;
    border: 1px solid #ede8e3;
    box-shadow: 0 12px 32px rgba(30, 21, 18, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    transform: rotate(-6deg);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.trust-frame-year:hover { transform: rotate(0deg) scale(1.04); }
.trust-frame-year-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 2.4vw, 2.6rem);
    font-weight: 600;
    color: #1e1512;
    line-height: 0.9;
    letter-spacing: -0.02em;
}
.trust-frame-year-num sup {
    font-size: 0.45em;
    color: #c9a96e;
    margin-left: 0.05em;
}
.trust-frame-year-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5b2328;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}

/* ── Footer strip: editorial quote + CTA ── */
.brand-trust-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: clamp(1rem, 2vw, 2rem);
    border-top: 1px solid #ede8e3;
}

.brand-trust-foot-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    font-weight: 500;
    color: #1e1512;
    line-height: 1.5;
    margin: 0;
    max-width: 60ch;
}
.brand-trust-foot-quote em {
    font-style: italic;
    color: #5b2328;
}

.brand-trust-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.95rem 1.6rem;
    background: #1e1512;
    color: #fbf8f4;
    border-radius: 999px;
    transition: gap 0.22s ease, background 0.3s ease, color 0.3s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.brand-trust-cta::after {
    content: '→';
    transition: transform 0.22s ease;
}
.brand-trust-cta:hover {
    background: #c9a96e;
    color: #ffffff;
    gap: 0.75rem;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(201, 169, 110, 0.35);
}
.brand-trust-cta:hover::after { transform: translateX(3px); }

/* ── Responsive ── */
@media (max-width: 767.98px) {
    .brand-trust-collage {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .trust-frame--short { margin-top: 2rem; }
    .trust-frame--offset { display: none; } /* hide third on tablet */
    .trust-frame-year {
        top: -0.85rem;
        right: -0.5rem;
        width: 84px;
        height: 84px;
    }
    .brand-trust-foot {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .brand-trust-collage {
        grid-template-columns: 1fr;
    }
    .trust-frame--short { margin-top: 0; }
    .trust-frame--offset { display: block; }
    .trust-frame--tall .trust-frame-inner { aspect-ratio: 4 / 4.5; }
}

.swiper-button-prev-products,
.swiper-button-next-products {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    user-select: none;

    /* note: it's aligned to middle point of the image with top: 103px because image height is 250px, button height is 44px  */
    top: 103px;
}

.swiper-button-prev-products:after {
    content: '<';
}
.swiper-button-next-products:after {
    content: '>';
}

.swiper-button-next-products {
    right: 0;
    transform: translateX(50%);
}

.swiper-button-prev-products {
    left: 0;
    transform: translateX(-50%);
}




@media (max-width: 992px) {
    .text-center-below-lg {
        text-align: center;
    }
}



/* ══════════════════════════════════════════════════════════════════════
   Home Story — editorial brand intro (2026 redesign)
   Grid architecture:
     Desktop (≥ 860 px):
       "kicker  content"   ← kicker top-left, headline top-right
       "aside   content"   ← 25+ left, headline continues right
       "aside   copy"      ← 25+ still left, paragraph right
     Mobile (< 860 px):
       "kicker  kicker"    ← kicker spans full width
       "aside   content"   ← 25+ left, headline right (side-by-side)
       "copy    copy"      ← paragraph spans full width
   Scoped to .home-story-* only.
   ══════════════════════════════════════════════════════════════════════ */

.home-story-section {
    position: relative;
    background: #fbf8f4;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 0;
}

/* Botanical motif behind 25+ Jahre section */
.home-story-botanical {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    object-fit: contain;
}
.home-story-botanical-1 {
    width: clamp(400px, 45vw, 750px);
    height: auto;
    bottom: -10%;
    right: -8%;
    opacity: 0.06;
    transform: rotate(18deg);
    filter: blur(0.5px);
}
@media (max-width: 640px) {
    .home-story-botanical-1 { width: 280px; opacity: 0.04; }
}

/* Very subtle warm lift — no glass, no heavy glow */
.home-story-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 20% 50%, rgba(201,169,110,0.07) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.home-story-watermark {
    position: absolute;
    right: clamp(-2rem, -1vw, -0.5rem);
    bottom: clamp(-1.5rem, -2vw, -0.5rem);
    width: clamp(18rem, 32vw, 30rem);
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.06;
    filter: saturate(0.5);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 45%, transparent 78%);
            mask-image: radial-gradient(ellipse at center, #000 45%, transparent 78%);
}

/* ── Grid container ─────────────────────────────────────────────────── */
.home-story-wrap {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 5vw, 4rem);
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.58fr);
    grid-template-areas:
        "kicker  content"
        "aside   content"
        "aside   copy";
    column-gap: clamp(2rem, 4.5vw, 4.5rem);
    row-gap: 0;
    align-items: start;
}

/* ── Kicker ─────────────────────────────────────────────────────────── */
.home-story-kicker {
    grid-area: kicker;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #5b2328;
    padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.home-story-kicker-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c9a96e;
    flex-shrink: 0;
}

/* ── Aside: 25+ numeric anchor ──────────────────────────────────────── */
.home-story-aside {
    grid-area: aside;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.5vw, 1.4rem);
}

.home-story-mark {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: clamp(0.3rem, 0.6vw, 0.55rem);
    row-gap: 0.5rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    line-height: 0.86;
    color: #1e1512;
}

.home-story-mark-num {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(6.5rem, 12vw, 11rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.86;
    background: linear-gradient(168deg, #211711 0%, #3d2820 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-story-mark-plus {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 300;
    line-height: 1;
    color: #c9a96e;
    margin-top: 0.38em;
}

.home-story-mark-label {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #5b2328;
    padding-top: 0.8rem;
}

.home-story-mark-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #c9a96e;
}

.home-story-signature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    color: #5b2328;
    margin: 0;
}

.home-story-signature-rule {
    flex: 0 0 28px;
    height: 1px;
    background: #c9a96e;
}

/* ── Content: headline ──────────────────────────────────────────────── */
.home-story-content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    padding-top: 0.15rem;
    border-left: 1px solid rgba(201, 169, 110, 0.22);
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.home-story-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(2.6rem, 5.2vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    margin: 0;
    color: #1e1512;
}

.home-story-line {
    display: block;
}

.home-story-title em {
    font-style: italic;
    color: #5b2328;
}

.home-story-divider {
    display: block;
    width: 52px;
    height: 1px;
    background: linear-gradient(90deg, #c9a96e 0%, rgba(201,169,110,0) 100%);
}

/* ── Copy: paragraph text ───────────────────────────────────────────── */
.home-story-copy {
    grid-area: copy;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.72;
    color: #3d3a36;
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
    border-left: 1px solid rgba(201, 169, 110, 0.22);
    max-width: 54ch;
}

.home-story-copy p { margin: 0; }

.home-story-lede {
    font-size: 1.06rem;
    color: #1e1512;
    line-height: 1.65;
}

.home-story-copy em {
    font-style: italic;
    color: #5b2328;
}

/* ── Mobile (< 860 px): kicker top, [25+ | headline] row, copy full-width ── */
@media (max-width: 859px) {
    .home-story-section {
        padding: clamp(2.75rem, 7vw, 4.5rem) 0;
    }

    .home-story-wrap {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "kicker   kicker"
            "aside    content"
            "copy     copy";
        column-gap: clamp(1rem, 4vw, 1.75rem);
    }

    .home-story-kicker {
        padding-bottom: clamp(1rem, 4vw, 1.75rem);
    }

    .home-story-aside {
        gap: 0.5rem;
    }

    .home-story-mark-num {
        font-size: clamp(5.5rem, 22vw, 8.8rem);
    }

    .home-story-mark-plus {
        font-size: clamp(1.5rem, 5.5vw, 2.4rem);
    }

    .home-story-title {
        font-size: clamp(1.85rem, 8vw, 3.4rem);
    }

    /* Remove left accent border on mobile — replaced by grid gap */
    .home-story-content {
        border-left: none;
        padding-left: 0;
    }

    .home-story-copy {
        border-left: none;
        padding-left: 0;
        max-width: 100%;
        padding-top: clamp(1.25rem, 5vw, 2rem);
    }

    .home-story-watermark { display: none; }

    .home-story-signature {
        font-size: 0.875rem;
    }
}

/* ── Very narrow phones (< 400 px): fine-tune minimum sizes ──────────── */
@media (max-width: 399px) {
    .home-story-mark-num {
        font-size: clamp(4.8rem, 22vw, 6.5rem);
    }

    .home-story-mark-plus {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
    }

    .home-story-title {
        font-size: clamp(1.75rem, 8vw, 2.6rem);
    }
}


/* ══════════════════════════════════════════════════════════════════════
   Home Choice — split CTA (Upload your own / Browse curated collections)
   Adapted from /static/demo/hero-v2.html (.choose-* classes), rebranded
   with .home-choice-* prefix. Strictly scoped — no element selectors.
   ══════════════════════════════════════════════════════════════════════ */
.home-choice-section {
    margin-bottom: 0;
}
.home-choice-split {
    display: flex;
    min-height: 70vh;
    overflow: hidden;
}
.home-choice-half {
    position: relative;
    flex: 1;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    transition: flex 0.8s cubic-bezier(0.22, 0.85, 0.3, 1);
    isolation: isolate;
    min-height: 480px;
}
.home-choice-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s ease, filter 0.8s ease;
    filter: brightness(0.65);
    z-index: 0;
}
.home-choice-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 5, 3, 0.10) 0%, rgba(10, 5, 3, 0.75) 100%);
    pointer-events: none;
    z-index: 1;
}
@media (hover: hover) {
    .home-choice-half:hover .home-choice-bg {
        transform: scale(1.06);
        filter: brightness(0.78);
    }
    .home-choice-split:hover .home-choice-half:not(:hover) { flex: 0.78; }
    .home-choice-split:hover .home-choice-half:hover { flex: 1.35; }
}

/* Drop-zone badge (left tile) */
.home-choice-dropzone {
    position: absolute;
    top: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 4vw, 3rem);
    z-index: 3;
    width: clamp(132px, 16vw, 184px);
    aspect-ratio: 1;
    border: 2px dashed rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.home-choice-dropzone svg {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    opacity: 0.85;
    color: inherit;
}
@media (hover: hover) {
    .home-choice-half:hover .home-choice-dropzone {
        border-color: #c9a96e;
        background: rgba(201, 169, 110, 0.18);
        color: #fff;
    }
}

/* Mosaic preview (right tile) */
.home-choice-mosaic {
    position: absolute;
    top: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 4vw, 3rem);
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    width: clamp(168px, 20vw, 240px);
}
.home-choice-mosaic > span {
    display: block;
    aspect-ratio: 1;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
}
@media (hover: hover) {
    .home-choice-half:hover .home-choice-mosaic > span:nth-child(1) {
        transform: translate(-4px, -4px) rotate(-2deg);
    }
    .home-choice-half:hover .home-choice-mosaic > span:nth-child(4) {
        transform: translate(4px, 4px) rotate(2deg);
    }
}

/* Text block bottom-left */
.home-choice-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1.75rem, 4.5vw, 4rem);
    pointer-events: none;
}
.home-choice-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 1rem;
}
.home-choice-kicker::before {
    content: "";
    width: 32px;
    height: 1px;
    background: #c9a96e;
}
.home-choice-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    max-width: 16ch;
    color: #fff;
}
.home-choice-title em {
    font-style: italic;
    color: #c9a96e;
    font-weight: 500;
}
.home-choice-copy {
    max-width: 42ch;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.96rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.6rem;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s 0.1s ease, transform 0.6s 0.1s ease;
}
.home-choice-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: max-content;
    padding: 0.85rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    color: #fff;
    background: transparent;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s 0.25s ease, transform 0.6s 0.25s ease,
                background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.home-choice-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
@media (hover: hover) {
    .home-choice-half:hover .home-choice-copy,
    .home-choice-half:hover .home-choice-cta {
        opacity: 1;
        transform: translateY(0);
    }
    .home-choice-half:hover .home-choice-cta {
        background: rgba(201, 169, 110, 0.95);
        border-color: #c9a96e;
        color: #1e1512;
    }
    .home-choice-half:hover .home-choice-arrow {
        transform: translateX(4px);
    }
}

/* Mobile: stack tiles, hide decorative badges, show CTA always */
@media (max-width: 860px) {
    .home-choice-split { flex-direction: column; min-height: auto; }
    .home-choice-half {
        flex: 1 1 auto;
        min-height: 56vh;
    }
    .home-choice-split:hover .home-choice-half:not(:hover),
    .home-choice-split:hover .home-choice-half:hover { flex: 1 1 auto; }
    .home-choice-dropzone,
    .home-choice-mosaic { display: none; }
    .home-choice-copy,
    .home-choice-cta { opacity: 1; transform: none; }
}



/* =====================================================================
   GRATIS MUSTER BESTELLEN — HOMEPAGE TEASER (.gm-*)
   Premium light-luxury teaser linking to /gratis-muster/.
   Layout: visual LEFT / text RIGHT (mirrors hct-section's text-left).
   Background: layered ivory-to-beige with subtle burgundy glow.
   ===================================================================== */

/* ─── Floating sample animation ─────────────────────────────────────── */
@keyframes gm-float {
    0%, 100% { transform: var(--gm-rotate) translateY(0); }
    50%      { transform: var(--gm-rotate) translateY(-8px); }
}

@keyframes gm-float-centre {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-10px); }
}

@keyframes gm-badge-pulse {
    0%, 100% { box-shadow: 0 10px 40px -4px rgba(92,46,46,.45), 0 0 0 0 rgba(201,169,110,.2); }
    50%      { box-shadow: 0 12px 44px -4px rgba(92,46,46,.5), 0 0 0 10px rgba(201,169,110,0); }
}

/* ─── Section shell — warm premium gradient ─────────────────────────── */
.gm-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, #faf7f2 0%, #f0e8dd 35%, #e8ddd0 65%, #e2d3c4 100%);
    padding: clamp(5rem, 8vw, 8rem) 0;
    color: #1e1512;
    isolation: isolate;
}

/* Warm burgundy/taupe atmosphere — bottom-right glow */
.gm-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 65% 55% at 80% 80%, rgba(92,46,46,.12) 0%, transparent 65%),
        radial-gradient(ellipse 55% 50% at 90% 60%, rgba(120,70,60,.08) 0%, transparent 60%),
        radial-gradient(ellipse 60% 45% at 15% 25%, rgba(201,169,110,.1) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

/* Fine grain overlay for depth */
.gm-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.06;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
}

/* ─── Two-column grid: visual LEFT / text RIGHT ─────────────────────── */
.gm-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(3rem, 5vw, 5rem);
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ─── Left column: material sample visual ────────────────────────────── */
.gm-visual {
    position: relative;
    min-height: 540px;
    order: 1;
}

/* ─── Material sample sheets — layered fan with floating animation ──── */
.gm-sample {
    position: absolute;
    width: 210px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 2px 8px rgba(0,0,0,.06),
        0 16px 48px -10px rgba(0,0,0,.15),
        0 0 0 1px rgba(0,0,0,.03);
    transition: transform 0.5s cubic-bezier(.16,1,.3,1), box-shadow 0.5s ease;
}

.gm-sample img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    pointer-events: none;
}

/* Fan layout — five sheets fanning from bottom-centre */
.gm-sample--1 {
    --gm-rotate: rotate(-12deg);
    bottom: 6%;
    left: 0%;
    transform: rotate(-12deg);
    z-index: 1;
    animation: gm-float 6s ease-in-out 0s infinite;
}

.gm-sample--2 {
    --gm-rotate: rotate(-5deg);
    bottom: 13%;
    left: 13%;
    transform: rotate(-5deg);
    z-index: 2;
    animation: gm-float 6s ease-in-out 0.8s infinite;
}

.gm-sample--3 {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: gm-float-centre 6s ease-in-out 1.6s infinite;
}

.gm-sample--4 {
    --gm-rotate: rotate(5deg);
    bottom: 13%;
    right: 13%;
    transform: rotate(5deg);
    z-index: 3;
    animation: gm-float 6s ease-in-out 2.4s infinite;
}

.gm-sample--5 {
    --gm-rotate: rotate(11deg);
    bottom: 6%;
    right: 0%;
    transform: rotate(11deg);
    z-index: 4;
    animation: gm-float 6s ease-in-out 3.2s infinite;
}

/* Hover lift — each card lifts individually */
.gm-sample:hover {
    box-shadow:
        0 4px 14px rgba(0,0,0,.09),
        0 24px 56px -12px rgba(0,0,0,.2),
        0 0 0 1px rgba(0,0,0,.04);
    z-index: 6;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .gm-sample--1, .gm-sample--2, .gm-sample--3,
    .gm-sample--4, .gm-sample--5 {
        animation: none;
    }
    .gm-vis-tag { animation: none; }
    .gm-kicker, .gm-heading, .gm-lede, .gm-pitch-body,
    .gm-benefit-item, .gm-actions,
    .gm-botanical-1, .gm-botanical-2 {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* ─── Premium editorial label — "Kostenlos Muster Bestellen" ─────────── */
.gm-vis-tag {
    position: absolute;
    z-index: 10;
    top: 2%;
    left: 0%;
    background: linear-gradient(155deg, #311d22 0%, #1e1012 100%);
    color: #fffefc;
    border-radius: 0;
    border-left: 4px solid #c9a96e;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 1.2rem 1.7rem 1.05rem 1.3rem;
    box-shadow:
        0 12px 36px -6px rgba(49,29,34,.4),
        0 0 0 1px rgba(255,255,255,.04);
    transform: rotate(-1.5deg);
    transition: transform 0.3s ease;
    width: auto;
    height: auto;
}
.gm-vis-tag::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #e2d3c4 transparent transparent;
}

.gm-vis-tag:hover {
    transform: rotate(-1.5deg) scale(1.04);
}

.gm-vis-tag-price { display: none; }
.gm-vis-tag-label { display: none; }

.gm-vis-tag-line-1 {
    display: block;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 600;
    color: #c9a96e;
    line-height: 1.5;
}

.gm-vis-tag-divider {
    display: block;
    width: 24px;
    height: 1.5px;
    background: rgba(201,169,110,.45);
    margin: 0.2rem 0;
}

.gm-vis-tag-line-2 {
    display: block;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fffefc;
    line-height: 1.3;
}

/* ─── Pitch column (right) ───────────────────────────────────────────── */
.gm-pitch {
    padding-top: 0.15rem;
    order: 2;
}

.gm-kicker {
    display: inline-flex;
    align-items: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5b2328;
    border-left: 3px solid #c9a96e;
    padding-left: 0.55rem;
    margin-bottom: 1.75rem;
    line-height: 1.4;
}

.gm-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.6rem, 5.2vw, 4.2rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.015em;
    color: #1e1512;
    margin: 0 0 1.5rem;
    max-width: 16ch;
}

.gm-lede {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3d3a36;
    max-width: 44ch;
    margin: 0 0 1rem;
    font-weight: 400;
}

.gm-pitch-body {
    font-family: 'Inter', sans-serif;
    font-size: 0.97rem;
    line-height: 1.72;
    color: #6b6660;
    max-width: 44ch;
    margin: 0 0 2rem;
}

/* ─── Benefits — premium selling-point cards ─────────────────────────── */
.gm-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.gm-benefit-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.97rem;
    font-weight: 600;
    color: #1e1512;
    line-height: 1.4;
    padding: 0.8rem 1.1rem;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.gm-benefit-item:hover {
    transform: translateX(4px);
    background: rgba(255,255,255,.95);
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.gm-benefit-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(92,46,46,.12) 0%, rgba(201,169,110,.14) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C2E2E;
    transition: background 0.25s ease;
}

.gm-benefit-item:hover .gm-benefit-icon {
    background: linear-gradient(135deg, rgba(92,46,46,.18) 0%, rgba(201,169,110,.2) 100%);
}

.gm-benefit-icon svg {
    width: 18px;
    height: 18px;
}

.gm-benefit-text {
    flex: 1;
}

/* ─── CTA actions ────────────────────────────────────────────────────── */
.gm-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

/* ─── Botanical motif ornaments (homepage) ────────────────────────────── */
.gm-botanical {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    object-fit: contain;
}
.gm-botanical-1 {
    width: clamp(240px, 26vw, 420px);
    height: auto;
    top: -5%;
    right: -4%;
    opacity: 0.45;
    transform: rotate(12deg);
    filter: blur(0.5px);
}
.gm-botanical-2 {
    width: clamp(180px, 18vw, 300px);
    height: auto;
    bottom: 0;
    left: -3%;
    opacity: 0.06;
    transform: rotate(-15deg) scaleX(-1);
}

/* ─── Homepage teaser animations ─────────────────────────────────────── */
@keyframes gm-reveal-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes gm-reveal-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.gm-kicker        { animation: gm-reveal-up 0.6s cubic-bezier(.16,1,.3,1) 0.1s both; }
.gm-heading       { animation: gm-reveal-up 0.7s cubic-bezier(.16,1,.3,1) 0.2s both; }
.gm-lede          { animation: gm-reveal-up 0.6s cubic-bezier(.16,1,.3,1) 0.3s both; }
.gm-pitch-body    { animation: gm-reveal-up 0.6s cubic-bezier(.16,1,.3,1) 0.38s both; }
.gm-benefit-item:nth-child(1) { animation: gm-reveal-up 0.5s cubic-bezier(.16,1,.3,1) 0.4s both; }
.gm-benefit-item:nth-child(2) { animation: gm-reveal-up 0.5s cubic-bezier(.16,1,.3,1) 0.48s both; }
.gm-benefit-item:nth-child(3) { animation: gm-reveal-up 0.5s cubic-bezier(.16,1,.3,1) 0.56s both; }
.gm-benefit-item:nth-child(4) { animation: gm-reveal-up 0.5s cubic-bezier(.16,1,.3,1) 0.64s both; }
.gm-benefit-item:nth-child(5) { animation: gm-reveal-up 0.5s cubic-bezier(.16,1,.3,1) 0.72s both; }
.gm-actions       { animation: gm-reveal-up 0.6s cubic-bezier(.16,1,.3,1) 0.8s both; }

.gm-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: linear-gradient(135deg, #6a3636 0%, #5C2E2E 50%, #4a2222 100%);
    color: #fffefc;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    padding: 0.9rem 2rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.08);
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(92,46,46,.25);
    transition: transform 0.3s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease, background 0.3s ease;
}
.gm-cta:hover {
    background: linear-gradient(135deg, #4a2222 0%, #3d1e1e 50%, #311919 100%);
    color: #fffefc;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(92,46,46,.35);
}
.gm-cta-arrow {
    transition: transform 0.3s cubic-bezier(.16,1,.3,1);
    display: inline-block;
}
.gm-cta:hover .gm-cta-arrow {
    transform: translateX(5px);
}

/* ─── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .gm-visual { min-height: 460px; }
    .gm-sample { width: 175px; }
    .gm-vis-tag { padding: 0.95rem 1.3rem 0.85rem 1.05rem; }
    .gm-vis-tag-line-1 { font-size: 0.62rem; }
    .gm-vis-tag-line-2 { font-size: 0.78rem; }
}

@media (max-width: 900px) {
    .gm-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .gm-pitch { order: 2; padding-top: 0; }
    .gm-visual { order: 1; min-height: 400px; }
    .gm-sample { width: 155px; }
    .gm-vis-tag { padding: 0.85rem 1.2rem 0.75rem 0.95rem; }
    .gm-vis-tag-line-1 { font-size: 0.58rem; }
    .gm-vis-tag-line-2 { font-size: 0.72rem; }
}

@media (max-width: 640px) {
    .gm-section { padding: 3.5rem 0; }
    .gm-cta { width: 100%; justify-content: center; }
    .gm-visual { min-height: 320px; }
    .gm-sample { width: 130px; }
    .gm-vis-tag { padding: 0.7rem 1rem 0.6rem 0.8rem; }
    .gm-vis-tag-line-1 { font-size: 0.52rem; }
    .gm-vis-tag-line-2 { font-size: 0.64rem; }
    .gm-vis-tag-divider { width: 20px; }
    .gm-benefit-item { padding: 0.65rem 0.85rem; font-size: 0.9rem; }
    .gm-benefit-icon { width: 32px; height: 32px; }
    .gm-benefit-icon svg { width: 15px; height: 15px; }
    .gm-botanical { display: none; }
}

@media (max-width: 480px) {
    .gm-visual { min-height: 260px; }
    .gm-sample { width: 105px; }
    .gm-vis-tag { padding: 0.6rem 0.9rem 0.55rem 0.7rem; }
    .gm-vis-tag-line-1 { font-size: 0.48rem; }
    .gm-vis-tag-line-2 { font-size: 0.58rem; }
    .gm-vis-tag-divider { width: 16px; margin: 0.12rem 0; }
}
