/* ═══════════════════════════════════════════════════════════
   39-ambassador.css
   Markenbotschafterin-Integrations-Modul
   Mobile-First · Ophyr v37 Design System
   ═══════════════════════════════════════════════════════════ */

/* ─── Shared Variables ─── */
:root {
    --amb-gold: #c4a169;
    --amb-gold-light: #d4bc91;
    --amb-gold-dark: #a6854e;
    --amb-bg-deep: #0a0a0a;
    --amb-bg-card: #111;
    --amb-text: rgba(255, 255, 255, 0.88);
    --amb-text-muted: rgba(255, 255, 255, 0.55);
}

/* ═══════════════════════════════════════════════════════════
   A: STARTSEITE – Botschafterinnen-Teaser-Banner
   ═══════════════════════════════════════════════════════════ */

.amb-teaser {
    position: relative;
    overflow: hidden;
    background: var(--amb-bg-deep);
    padding: 3rem 1.25rem 2.5rem;
}

.amb-teaser__inner {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.amb-teaser__overtitle {
    font-family: var(--font-accent);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    color: var(--amb-gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.amb-teaser__image {
    position: relative;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto 1.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.amb-teaser__image img {
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(0.3) contrast(1.1);
    transition: filter 0.6s ease;
}

.amb-teaser__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 40%,
            rgba(196, 161, 105, 0.08) 70%,
            rgba(10, 10, 10, 0.85) 100%);
    pointer-events: none;
}

.amb-teaser__quote {
    font-family: var(--font-editorial);
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    color: var(--amb-text);
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
}

.amb-teaser__sig {
    font-family: var(--font-accent);
    font-size: 0.6875rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    color: var(--amb-gold);
    margin-bottom: 0.25rem;
}

.amb-teaser__sig-title {
    font-family: var(--font-primary);
    font-size: 0.5625rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: var(--amb-text-muted);
    margin-bottom: 1.75rem;
}

/* Alte amb-teaser__cta entfernt – Button nutzt jetzt .btn-primary */

.amb-teaser .product-action {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
}

.amb-teaser .btn-primary {
    color: #000000;
    min-width: auto;
    font-size: var(--fs-button);
    background-color: var(--gold, #c4a169);
    border-color: var(--gold, #c4a169);
    border-radius: 0;
}

.amb-teaser .btn-primary:hover {
    color: #ffffff;
    background-color: var(--gold-light, #d4bc91);
    border-color: var(--gold-light, #d4bc91);
    box-shadow: 0 0 2rem rgba(212, 188, 145, 0.45);
}

/* ─── Goldene Trennlinie (wiederverwendbar) ─── */
.amb-divider {
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            var(--amb-gold) 30%,
            var(--amb-gold-light) 50%,
            var(--amb-gold) 70%,
            transparent);
    opacity: 0.35;
}

/* ═══════════════════════════════════════════════════════════
   B: GO FOR GOLD – Palmarès (Typografisch, Luxus-Level)
   Rein typografisch – keine Icons.
   Grosse Gold-Gradient-Zahlen · Feine Titel · Ultra-dünne Trennlinien.
   Rolex-Ästhetik: Die Leistung spricht durch Raum und Proportion.
   ═══════════════════════════════════════════════════════════ */

.amb-palmares {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 2.5vw, 2.5rem);
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1.25rem, 5vw, 1.5rem);
    margin: 0 auto clamp(1.25rem, 3.5vw, 2.5rem);
    max-width: 36rem;
}

.amb-palmares__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    flex: 1;
}

.amb-palmares__count {
    font-family: var(--font-editorial, 'Cormorant Garamond', serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(1.75rem, 8vw, 3rem);
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(160deg,
            #d4bc91 0%,
            #c4a169 40%,
            #a6854e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.amb-palmares__title {
    font-family: var(--font-accent, 'Montserrat', sans-serif);
    font-weight: 300;
    font-size: clamp(0.5rem, 2.5vw, 0.7rem);
    letter-spacing: clamp(0.08em, 0.4vw, 0.25em);
    text-transform: uppercase;
    color: rgba(253, 252, 248, 0.5);
    white-space: nowrap;
}

/* Ultra-feine goldene Trennlinie (vertikal) */
.amb-palmares__divider {
    width: 1px;
    height: clamp(1.75rem, 6vw, 3rem);
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(196, 161, 105, 0.4) 30%,
            rgba(212, 188, 145, 0.5) 50%,
            rgba(196, 161, 105, 0.4) 70%,
            transparent 100%);
    flex-shrink: 0;
    align-self: center;
}

/* ═══════════════════════════════════════════════════════════
   C: GO FOR GOLD – Erweitertes Lifestyle-Bild
   ═══════════════════════════════════════════════════════════ */

.gfg-hero-image--lifestyle {
    margin: 2rem auto 0.5rem;
}

.gfg-hero-image--lifestyle img {
    border-radius: 0.25rem;
}

.amb-since-label {
    font-family: var(--font-primary);
    font-size: 0.5625rem;
    font-weight: 200;
    letter-spacing: 0.15em;
    color: var(--amb-text-muted);
    text-align: center;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════
   D: STORE – Kompakter Testimonial-Einschub
   ═══════════════════════════════════════════════════════════ */

.amb-store-trust {
    padding: 2rem 1.25rem;
    text-align: center;
    border-top: 1px solid rgba(196, 161, 105, 0.12);
    border-bottom: 1px solid rgba(196, 161, 105, 0.12);
    margin: 0 auto;
    max-width: 44rem;
}

.amb-store-trust__quote {
    font-family: var(--font-editorial);
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    color: var(--amb-text);
    margin-bottom: 0.75rem;
}

.amb-store-trust__author {
    font-family: var(--font-accent);
    font-size: 0.5625rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--amb-gold);
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════
   E: WIRKUNG – Athleten-Interlude (Edel Redesign)
   Integriert ins Wirkung-Zonen-System mit warmem Obsidian-Ton
   ═══════════════════════════════════════════════════════════ */

.amb-wirkung-interlude {
    position: relative;
    /* FIX: 100vw → calc-basiert für Firefox Android */
    width: calc(100% + 2 * var(--container-padding, 1.2rem));
    margin-left: calc(-1 * var(--container-padding, 1.2rem));
    margin-right: calc(-1 * var(--container-padding, 1.2rem));
    padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(180deg,
            #0d0c0b 0%,
            #111010 30%,
            #111010 70%,
            #0d0c0b 100%);
    overflow: hidden;
    grid-column: 1 / -1;
}

/* Goldene Trennlinien oben und unten */
.amb-wirkung-interlude::before,
.amb-wirkung-interlude::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 5%,
            rgba(196, 161, 105, 0.35) 25%,
            rgba(196, 161, 105, 0.6) 50%,
            rgba(196, 161, 105, 0.35) 75%,
            transparent 95%);
    pointer-events: none;
}

.amb-wirkung-interlude::before {
    top: 0;
}

.amb-wirkung-interlude::after {
    bottom: 0;
}

.amb-wirkung-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    max-width: 36rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.amb-wirkung-overtitle {
    font-family: var(--font-accent);
    font-size: clamp(0.58rem, 1.8vw, 0.72rem);
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--amb-gold);
    text-transform: uppercase;
    text-align: center;
    opacity: 0.85;
}

.amb-wirkung-portrait {
    width: 100%;
    max-width: 30rem;
    aspect-ratio: 1/1;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1.5px solid rgba(196, 161, 105, 0.25);
    flex-shrink: 0;
    box-shadow: 0 0 4rem rgba(196, 161, 105, 0.12),
        0 0 1.5rem rgba(196, 161, 105, 0.06),
        0 0 0 1px rgba(196, 161, 105, 0.08);
}

.amb-wirkung-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.08) brightness(1.02);
}

.amb-wirkung-quote {
    font-family: var(--font-editorial);
    font-size: clamp(1.3rem, 4.5vw, 1.65rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.65;
    color: rgba(253, 252, 248, 0.92);
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
    letter-spacing: 0.01em;
}

.amb-wirkung-sig {
    font-family: var(--font-accent);
    font-size: clamp(0.6rem, 1.5vw, 0.72rem);
    font-weight: 400;
    letter-spacing: 0.25em;
    color: var(--amb-gold);
    text-align: center;
    opacity: 0.8;
    margin-bottom: 0.3rem;
}

.amb-wirkung-role {
    font-family: var(--font-primary);
    font-weight: 200;
    font-size: clamp(0.55rem, 1.3vw, 0.62rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(253, 252, 248, 0.4);
    text-align: center;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   F: ANWENDUNG – «Mein Ritual»-Einschub (Edel Redesign)
   Konsistenter dunkler Hintergrund wie Wirkung-Interlude
   ═══════════════════════════════════════════════════════════ */

.amb-ritual {
    position: relative;
    padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(180deg,
            #0d0c0b 0%,
            #111010 30%,
            #111010 70%,
            #0d0c0b 100%);
    margin: clamp(2rem, 5vw, 3rem) 0 0;
    overflow: hidden;
}

/* Goldene Trennlinien */
.amb-ritual::before,
.amb-ritual::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 5%,
            rgba(196, 161, 105, 0.35) 25%,
            rgba(196, 161, 105, 0.6) 50%,
            rgba(196, 161, 105, 0.35) 75%,
            transparent 95%);
    pointer-events: none;
}

.amb-ritual::before {
    top: 0;
}

.amb-ritual::after {
    bottom: 0;
}

.amb-ritual__inner {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.amb-ritual__overtitle {
    font-family: var(--font-accent);
    font-size: clamp(0.58rem, 1.8vw, 0.72rem);
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--amb-gold);
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: 0.85;
}

.amb-ritual__image {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(196, 161, 105, 0.08);
}

.amb-ritual__image img {
    width: 100%;
    height: auto;
    display: block;
    filter: contrast(1.08) brightness(1.02);
}

.amb-ritual__quote {
    font-family: var(--font-editorial);
    font-size: clamp(1.3rem, 4.5vw, 1.65rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.65;
    color: rgba(253, 252, 248, 0.92);
    margin-bottom: 0;
    padding: 0;
    max-width: 30rem;
    letter-spacing: 0.01em;
}

.amb-ritual__sig {
    font-family: var(--font-accent);
    font-size: clamp(0.6rem, 1.5vw, 0.72rem);
    font-weight: 400;
    letter-spacing: 0.25em;
    color: var(--amb-gold);
    opacity: 0.8;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE: Small Mobile (≤ 30em / ~480px)
   Perfekte Palmarès- und Zitat-Ränder auf kleinen Viewports
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 30em) {
    .amb-palmares {
        gap: clamp(0.35rem, 2vw, 0.75rem);
        padding: 1.25rem 1rem;
    }

    .amb-palmares__count {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .amb-palmares__title {
        font-size: clamp(0.42rem, 2.2vw, 0.55rem);
        letter-spacing: 0.06em;
    }

    .amb-palmares__divider {
        height: 1.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE: Tablet & Desktop
   ═══════════════════════════════════════════════════════════ */

@media (min-width: 48em) {

    .amb-teaser {
        padding: 4rem 2rem 3rem;
    }

    .amb-teaser__quote {
        font-size: 1.5rem;
    }

    .amb-teaser__image {
        max-width: 32rem;
    }

    .amb-palmares {
        gap: 3rem;
        padding: 3rem 1.5rem;
    }

    .amb-palmares__count {
        font-size: 3.25rem;
    }

    .amb-palmares__title {
        font-size: 0.7rem;
        letter-spacing: 0.3em;
    }

    .amb-store-trust {
        padding: 2.5rem 2rem;
    }

    .amb-store-trust__quote {
        font-size: 1.25rem;
    }

    .amb-wirkung-inner {
        max-width: 36rem;
    }

    .amb-wirkung-interlude {
        padding: clamp(4rem, 8vw, 6rem) 2rem;
    }

    .amb-ritual {
        padding: clamp(4rem, 8vw, 6rem) 2rem;
    }

    .amb-ritual__image {
        max-width: 28rem;
    }

    .amb-ritual__quote {
        font-size: 1.5rem;
    }
}

@media (min-width: 64em) {
    .amb-teaser__quote {
        font-size: 1.625rem;
        padding: 0 2rem;
    }

    .amb-teaser__image {
        max-width: 36rem;
    }

    .amb-wirkung-quote {
        font-size: 1.5rem;
    }

    .amb-ritual__image {
        max-width: 32rem;
    }

    .amb-ritual__quote {
        font-size: 1.65rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   G: GO FOR GOLD – Ambassador Statement Interlude
   Cinematic Luxus-Inszenierung der Markenbotschafterin.
   Viel Weissraum, Understatement, Rolex-Ästhetik.
   ═══════════════════════════════════════════════════════════ */

.gfg-amb-statement {
    position: relative;
    padding: 0 0 clamp(3rem, 8vw, 5.5rem);
    margin: clamp(0.25rem, 1vw, 0.5rem) 0 0;
    text-align: center;
}

/* ── Goldene Trennlinien (oben & unten) ── */
.gfg-amb-statement__divider {
    width: 100%;
    max-width: 20rem;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(196, 161, 105, 0.15) 15%,
            rgba(212, 188, 145, 0.45) 50%,
            rgba(196, 161, 105, 0.15) 85%,
            transparent 100%);
}

/* HiDPI: Schärfere Linie */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .gfg-amb-statement__divider {
        height: 0.5px;
    }
}

/* ── Cinematic Image ── */
.gfg-amb-statement__image {
    position: relative;
    width: 100%;
    margin: clamp(2.5rem, 6vw, 4rem) auto clamp(2.5rem, 6vw, 4rem);
    overflow: hidden;
}

.gfg-amb-statement__image img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(15%) contrast(1.08) brightness(1.02);
    transition: filter 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: inset(0 100% 0 0);
}

/* Reveal-State: Bild wird sichtbar */
.gfg-section.is-visible .gfg-amb-statement__image img {
    clip-path: inset(0 0 0 0);
}

/* Hover: Farbe enthüllen */
.gfg-amb-statement__image:hover img {
    filter: grayscale(0%) contrast(1.12) brightness(1.04);
}

/* Atmosphärischer Verlauf über dem Bild */
.gfg-amb-statement__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 50%,
            rgba(196, 161, 105, 0.04) 75%,
            rgba(30, 30, 30, 0.6) 100%);
    pointer-events: none;
}

/* ── Statement Body ── */
.gfg-amb-statement__body {
    max-width: 28rem;
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
    padding: 0 clamp(1.5rem, 4vw, 2rem);
}

/* Label: Ultra-dezenter Übertitel */
.gfg-amb-statement__label {
    font-family: var(--font-accent, 'Montserrat', sans-serif);
    font-weight: 300;
    font-size: clamp(0.55rem, 1.4vw, 0.65rem);
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(196, 161, 105, 0.6);
    margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}

/* Zitat: Cormorant Garamond Italic – literarisch, edel */
.gfg-amb-statement__quote {
    margin: 0 0 clamp(1.25rem, 3vw, 2rem);
    padding: 0;
    border: none;
}

.gfg-amb-statement__quote p {
    font-family: var(--font-editorial, 'Cormorant Garamond', serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    line-height: 1.7;
    letter-spacing: 0.015em;
    color: rgba(253, 252, 248, 0.9);
    margin: 0;
}

/* Signatur: Name */
.gfg-amb-statement__sig {
    font-family: var(--font-accent, 'Montserrat', sans-serif);
    font-weight: 400;
    font-size: clamp(0.6rem, 1.5vw, 0.72rem);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--amb-gold, #c4a169);
    margin: 0 0 0.3rem;
}

/* Rolle: Dezent, zurückhaltend */
.gfg-amb-statement__role {
    font-family: var(--font-primary, 'Inter', sans-serif);
    font-weight: 200;
    font-size: clamp(0.55rem, 1.3vw, 0.62rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(253, 252, 248, 0.4);
    margin: 0;
}

/* ── Reveal-Animation (fade-up) ── */
.gfg-amb-statement__body,
.gfg-amb-statement__image {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gfg-amb-statement__image {
    transition-delay: 0.3s;
}

.gfg-amb-statement__body {
    transition-delay: 0.8s;
}

.gfg-section.is-visible .gfg-amb-statement__body,
.gfg-section.is-visible .gfg-amb-statement__image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* ── Safety Fallback (analog gfg-safety-reveal) ── */
.gfg-page .gfg-section.reveal:not(.is-visible) .gfg-amb-statement__body,
.gfg-page .gfg-section.reveal:not(.is-visible) .gfg-amb-statement__image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.2s;
}

.gfg-page .gfg-section.reveal:not(.is-visible) .gfg-amb-statement__image img {
    clip-path: inset(0 0 0 0);
    transition-delay: 2.5s;
}

/* ── Responsive: Small Mobile ── */
@media (max-width: 30em) {
    .gfg-amb-statement {
        padding: clamp(0.25rem, 1vw, 0.5rem) 0 clamp(2rem, 5vw, 3rem);
        margin-top: clamp(0.25rem, 1vw, 0.5rem);
    }

    .gfg-amb-statement__image {
        margin-top: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: clamp(1.5rem, 4vw, 2rem);
    }

    .gfg-amb-statement__quote p {
        font-size: clamp(1.1rem, 5vw, 1.35rem);
    }

    .gfg-amb-statement__divider {
        max-width: 12rem;
    }
}

/* ── Responsive: Tablet & Desktop ── */
@media (min-width: 48em) {
    .gfg-amb-statement {
        padding: clamp(4rem, 8vw, 6rem) 0;
    }



    .gfg-amb-statement__divider {
        max-width: 24rem;
    }

    .gfg-amb-statement__quote p {
        font-size: clamp(1.5rem, 3vw, 1.85rem);
    }
}

@media (min-width: 64em) {


    .gfg-amb-statement__divider {
        max-width: 28rem;
    }

    .gfg-amb-statement__quote p {
        font-size: 1.85rem;
        padding: 0 2rem;
    }
}

/* ==========================================================================
   REDUCED MOTION GUARD
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .amb-teaser__image img {
        transition: none;
    }

    .amb-teaser__cta {
        transition: none;
    }

    .gold-card-flipper {
        transition: none;
    }

    .gfg-amb-statement__image img {
        clip-path: inset(0 0 0 0);
        transition: none;
    }

    .gfg-amb-statement__body,
    .gfg-amb-statement__image {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ==========================================================================
   PERFEKTIONIERUNG DER ABSTÄNDE BEI DER MARKENBOTSCHAFTERIN
   Mathematisch-geometrisch ausgewogene Proportionen zum CTA "ZUM GOLD"
   ========================================================================== */

#ambassadorStatement {
    padding-top: clamp(1.5rem, 4vw, 2.5rem) !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

#ambassadorStatement .gfg-amb-statement__body {
    margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem) !important;
}

#ambassadorStatement+.gfg-cta-wrap {
    padding-top: clamp(1.5rem, 3.5vw, 2.25rem) !important;
    padding-bottom: clamp(2rem, 5vw, 3.5rem) !important;
}

/* ═══════════════════════════════════════════════════════════
   H: HOMEPAGE – Markenbotschafterin (hell, minimalistisch, liquid)
   ═══════════════════════════════════════════════════════════ */
.home-ambassador {
    position: relative;
    background-color: var(--ivory, #f5f0e8);
    padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 4vw, 2.5rem);
    /* FIX: 100vw → 100% für Firefox Android */
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

body[data-page="home"] .home-ambassador,
body[data-page="focus"] .home-ambassador {
    background-color: rgba(255, 255, 255, 0.9);
    /* 90% weiss */
}

body[data-page="ow"] .home-ambassador {
    background-color: #fefce0;
    /* helles zitronengelb */
}

/* Goldene Trennlinien oben und unten für edlen Kontrast */
.home-ambassador::before,
.home-ambassador::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 5%,
            rgba(196, 161, 105, 0.35) 25%,
            rgba(196, 161, 105, 0.6) 50%,
            rgba(196, 161, 105, 0.35) 75%,
            transparent 95%);
    pointer-events: none;
}

.home-ambassador::before {
    top: 0;
}

.home-ambassador::after {
    bottom: 0;
}

.home-ambassador__inner {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    z-index: 1;
}

.home-ambassador__portrait {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.015);
    box-shadow:
        0 15px 45px rgba(0, 0, 0, 0.025),
        0 30px 90px rgba(0, 0, 0, 0.035);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-ambassador__portrait img {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
    transform: scale(1.40);
    /* Startet bei 40% Zoom (1.40 statt 1.50) */
    transform-origin: center center;
    transition: transform 12s cubic-bezier(0.1, 0.9, 0.2, 1);
    /* Zeitlupe, extrem ruhig und elegant (12s) */
}

/* Weicher Zoom-Effekt beim Hovern */
.home-ambassador__portrait:hover {
    transform: scale(1.01);
    border-color: rgba(0, 0, 0, 0.03);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.035),
        0 40px 110px rgba(0, 0, 0, 0.045);
}

/* Der Zoom heraus beginnt unmittelbar, wenn das Element ins Sichtfeld gelangt (.zoom-active / .is-visible) */
.home-ambassador.zoom-active .home-ambassador__portrait img,
.home-ambassador.is-visible .home-ambassador__portrait img {
    transform: scale(1.00);
    /* Zoomt ruhig und elegant auf 100% zurück */
}

.home-ambassador__quote {
    font-family: var(--font-editorial, 'Cormorant Garamond', serif);
    font-size: clamp(1.3rem, 4.5vw, 1.65rem);
    font-weight: 450;
    font-style: normal;
    line-height: 1.65;
    color: #1a1a1a;
    /* Dunkler Text auf hellem Hintergrund */
    margin: 0;
    padding: 0;
    letter-spacing: 0.01em;
}

.home-ambassador__sig {
    font-family: var(--font-accent, 'Montserrat', sans-serif);
    font-size: clamp(0.69rem, 1.75vw, 0.83rem);
    font-weight: 400;
    letter-spacing: 0.25em;
    color: var(--amb-gold-dark, #a6854e);
    text-transform: uppercase;
    margin: clamp(0.9rem, 2.4vw, 1.5rem) 0 0;
}