/* ==========================================================
   9GRAD OST · WHY V6
   Editorial Premium
   ========================================================== */

.r9-why-v6,
.r9-why-v6 * {
    box-sizing: border-box;

    hyphens: none !important;
    word-break: normal !important;
}

.r9-why-v6 {
    --red: #690f00;
    --ink: #171717;
    --paper: #ece9e4;
    --muted: #666561;
    --line: rgba(20,20,20,.14);

    position: relative;

    padding:
        clamp(92px, 8vw, 135px)
        36px
        clamp(95px, 8vw, 130px);

    background: var(--paper);

    color: var(--ink);

    overflow: hidden;
}

.r9-why-v6__inner {
    width: min(1320px, 100%);
    margin: 0 auto;
}


/* ==========================================================
   TOP
   ========================================================== */

.r9-why-v6__top {
    display: grid;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(260px, .75fr);

    gap: clamp(70px, 10vw, 160px);

    align-items: end;
}

.r9-why-v6__eyebrow {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 24px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .22em;

    color: #696a66;
}

.r9-why-v6__eyebrow span {
    display: block;

    width: 36px;
    height: 1px;

    background: var(--red);
}

.r9-why-v6__intro h2 {
    max-width: 790px;

    margin: 0;

    font-size:
        clamp(56px, 6vw, 92px);

    font-weight: 400;

    line-height: .90;

    letter-spacing: -.06em;

    color: var(--ink);
}


/* ==========================================================
   20+
   ========================================================== */

.r9-why-v6__years {
    position: relative;

    justify-self: end;

    text-align: right;
}

.r9-why-v6__years strong {
    display: block;

    margin: 0;

    font-size:
        clamp(115px, 15vw, 220px);

    font-weight: 400;

    line-height: .72;

    letter-spacing: -.10em;

    color: var(--red);

    transform:
        translate3d(
            var(--why20-x, 0px),
            0,
            0
        );

    will-change: transform;
}

.r9-why-v6__years span {
    display: block;

    margin-top: 17px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .20em;

    text-transform: uppercase;

    color: #777570;
}


/* ==========================================================
   LEAD
   ========================================================== */

.r9-why-v6__lead {
    display: grid;

    grid-template-columns:
        1fr
        minmax(300px, 460px);

    margin:
        clamp(52px, 5vw, 75px)
        0
        0;

    padding-bottom:
        clamp(55px, 5vw, 74px);

    border-bottom:
        1px solid var(--line);
}

.r9-why-v6__lead p {
    grid-column: 2;

    margin: 0;

    font-size: 15px;

    line-height: 1.75;

    color: var(--muted);
}


/* ==========================================================
   FACTS
   ========================================================== */

.r9-why-v6__facts {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 0;

    border-bottom:
        1px solid var(--line);
}

.r9-why-v6__fact {
    position: relative;

    min-height: 315px;

    padding:
        42px
        clamp(28px, 3vw, 42px)
        46px
        0;

    border-right:
        1px solid var(--line);

    opacity: 0;

    transform:
        translateY(28px);

    transition:
        opacity .8s cubic-bezier(.16,1,.3,1),
        transform .9s cubic-bezier(.16,1,.3,1);
}

.r9-why-v6__fact:last-child {
    border-right: 0;

    padding-left:
        clamp(28px, 3vw, 42px);
}

.r9-why-v6__fact:nth-child(2) {
    padding-left:
        clamp(28px, 3vw, 42px);
}

.r9-why-v6.is-visible
.r9-why-v6__fact {
    opacity: 1;

    transform:
        translateY(0);
}

.r9-why-v6.is-visible
.r9-why-v6__fact:nth-child(2) {
    transition-delay: .08s;
}

.r9-why-v6.is-visible
.r9-why-v6__fact:nth-child(3) {
    transition-delay: .16s;
}

.r9-why-v6__num {
    display: block;

    margin-bottom: 31px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .18em;

    color: var(--red);
}

.r9-why-v6__fact h3 {
    max-width: 330px;

    margin: 0;

    font-size:
        clamp(30px, 2.7vw, 42px);

    font-weight: 400;

    line-height: 1.00;

    letter-spacing: -.045em;

    color: var(--ink);
}

.r9-why-v6__fact p {
    max-width: 350px;

    margin: 22px 0 0;

    font-size: 14px;

    line-height: 1.7;

    color: var(--muted);
}


/* ==========================================================
   HOVER
   ========================================================== */

@media (hover:hover) {

    .r9-why-v6__fact {
        transition:
            opacity .8s cubic-bezier(.16,1,.3,1),
            transform .9s cubic-bezier(.16,1,.3,1),
            background .3s ease;
    }

    .r9-why-v6__fact:hover {
        background:
            rgba(255,255,255,.22);
    }

}


/* ==========================================================
   QUOTE
   ========================================================== */

.r9-why-v6__quote {
    display: grid;

    grid-template-columns:
        1fr
        minmax(320px, 640px);

    gap: 50px;

    padding-top:
        clamp(52px, 5vw, 72px);
}

.r9-why-v6__quote > span {
    align-self: start;

    width: 42px;
    height: 1px;

    margin-top: 16px;

    background: var(--red);
}

.r9-why-v6__quote p {
    margin: 0;

    font-size:
        clamp(28px, 3vw, 44px);

    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -.04em;

    color: var(--ink);
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {

    .r9-why-v6 {
        padding:
            70px
            20px
            80px;
    }

    .r9-why-v6__top {
        display: block;
    }

    .r9-why-v6__intro h2 {
        font-size:
            clamp(46px, 12vw, 60px);
    }

    .r9-why-v6__years {
        margin-top: 48px;

        text-align: left;
    }

    .r9-why-v6__years strong {
        font-size:
            clamp(105px, 31vw, 150px);
    }

    .r9-why-v6__lead {
        display: block;

        margin-top: 45px;
    }

    .r9-why-v6__lead p {
        max-width: 540px;
    }

    .r9-why-v6__facts {
        display: block;
    }

    .r9-why-v6__fact,
    .r9-why-v6__fact:nth-child(2),
    .r9-why-v6__fact:last-child {
        min-height: 0;

        padding:
            31px
            0
            36px;

        border-right: 0;

        border-bottom:
            1px solid var(--line);
    }

    .r9-why-v6__quote {
        display: block;

        padding-top: 45px;
    }

    .r9-why-v6__quote > span {
        display: block;

        margin-bottom: 25px;
    }

}


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

@media (prefers-reduced-motion: reduce) {

    .r9-why-v6__fact {
        opacity: 1 !important;

        transform: none !important;
    }

    .r9-why-v6__years strong {
        transform: none !important;
    }

}


/* ==========================================================
   WHY V6 · DETAIL FINISHING
   ========================================================== */


/* ----------------------------------------------------------
   Übergang oben
   ---------------------------------------------------------- */

.r9-why-v6 {
    margin-top: 0 !important;

    border-top: 0 !important;
}


/* ----------------------------------------------------------
   Facts insgesamt etwas kompakter
   ---------------------------------------------------------- */

.r9-why-v6__facts {
    position: relative;
}

.r9-why-v6__fact {
    padding-top: 38px;
}


/* ----------------------------------------------------------
   01 / 02 / 03 als echte Editorial-Marker
   ---------------------------------------------------------- */

.r9-why-v6__num {
    display: flex !important;

    align-items: center;

    gap: 11px;

    width: max-content;

    margin:
        0
        0
        27px !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    line-height: 1;

    letter-spacing: .16em;

    color: #690f00 !important;

    opacity: 1 !important;
}


/* kleine CI-Linie davor */

.r9-why-v6__num::before {
    content: "";

    display: block;

    width: 24px;
    height: 1px;

    background: #690f00;

    transition:
        width .35s cubic-bezier(.16,1,.3,1);
}


/* Zahl optisch etwas präsenter */

.r9-why-v6__num {
    min-height: 14px;
}


/* ----------------------------------------------------------
   Headlines darunter enger anbinden
   ---------------------------------------------------------- */

.r9-why-v6__fact h3 {
    margin-top: 0 !important;

    max-width: 350px;
}


/* ----------------------------------------------------------
   dezenter Hover statt Card-Effekt
   ---------------------------------------------------------- */

@media (hover:hover) {

    .r9-why-v6__fact:hover
    .r9-why-v6__num::before {
        width: 40px;
    }

}


/* ----------------------------------------------------------
   Mobile
   ---------------------------------------------------------- */

@media (max-width: 760px) {

    .r9-why-v6__num {
        margin-bottom: 22px !important;
    }

    .r9-why-v6__num::before {
        width: 21px;
    }

}


/* ==========================================================
   WHY V6 · ICONS + INLINE QUOTE
   ========================================================== */


/* alte Nummern-Regeln neutralisieren */

.r9-why-v6__num {
    display: none !important;
}


/* ----------------------------------------------------------
   ICONS
   ---------------------------------------------------------- */

.r9-why-v6__icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    margin-bottom: 30px;

    color: #690f00;
}

.r9-why-v6__icon svg {
    display: block;

    width: 46px;
    height: 46px;
}


/* etwas stärker als die alten Mini-Zahlen */

.r9-why-v6__fact {
    padding-top: 40px;
}


/* feine rote Linie unter dem Icon */

.r9-why-v6__icon::after {
    content: "";

    position: absolute;

    width: 32px;
    height: 1px;

    margin-top: 68px;

    background: rgba(105,15,0,.35);

    transition:
        width .35s cubic-bezier(.16,1,.3,1),
        background .25s ease;
}


@media (hover:hover) {

    .r9-why-v6__fact:hover
    .r9-why-v6__icon::after {
        width: 48px;

        background: #690f00;
    }

}


/* ----------------------------------------------------------
   QUOTE INLINE
   ---------------------------------------------------------- */

.r9-why-v6__quote {
    display: flex !important;

    align-items: center !important;

    gap:
        clamp(22px, 3vw, 42px) !important;

    padding-top:
        clamp(46px, 4.5vw, 64px) !important;
}


.r9-why-v6__quote > span {
    flex: 0 0 44px;

    width: 44px;
    height: 1px;

    margin: 0 !important;

    background: #690f00;
}


.r9-why-v6__quote p {
    max-width: 1100px !important;

    margin: 0 !important;

    font-size:
        clamp(27px, 2.6vw, 40px) !important;

    line-height: 1.08 !important;

    letter-spacing: -.035em !important;

    white-space: normal;
}


/* Desktop: möglichst eine ruhige lange Zeile */

@media (min-width: 1180px) {

    .r9-why-v6__quote p {
        white-space: nowrap;
    }

}


/* Mobile */

@media (max-width: 760px) {

    .r9-why-v6__icon {
        width: 48px;
        height: 48px;

        margin-bottom: 26px;
    }

    .r9-why-v6__icon svg {
        width: 40px;
        height: 40px;
    }

    .r9-why-v6__quote {
        display: block !important;
    }

    .r9-why-v6__quote > span {
        display: block;

        margin-bottom: 23px !important;
    }

    .r9-why-v6__quote p {
        white-space: normal !important;

        font-size:
            clamp(26px, 8vw, 36px) !important;
    }

}


/* ==========================================================
   WHY QUOTE · Linie und Text sauber fluchten
   ========================================================== */

.r9-why-v6__quote {
    align-items: flex-start !important;
}

.r9-why-v6__quote > span {
    margin-top:
        clamp(15px, 1.35vw, 20px) !important;
}

.r9-why-v6__quote p {
    line-height: 1.08 !important;
}


/* Mobile etwas niedriger */

@media (max-width: 760px) {

    .r9-why-v6__quote > span {
        margin-top: 0 !important;
        margin-bottom: 22px !important;
    }

}


/* ==========================================================
   WHY V6 · COMPACT END + TRANSITION CLAIM
   ========================================================== */


/* alter Quote existiert nicht mehr */

.r9-why-v6__quote {
    display: none !important;
}


/* WHY endet deutlich früher */

.r9-why-v6 {
    padding-bottom:
        clamp(58px, 5vw, 78px) !important;
}


/* Facts unten nicht unnötig aufblasen */

.r9-why-v6__facts {
    margin-bottom: 0 !important;
}


/* ==========================================================
   TRANSITION CLAIM
   ========================================================== */

.r9-transition-claim,
.r9-transition-claim * {
    box-sizing: border-box;
}

.r9-transition-claim {
    width: 100%;

    margin: 0;

    padding:
        clamp(42px, 4vw, 58px)
        36px;

    background: #ece9e4;

    color: #171717;

    border-top:
        1px solid rgba(20,20,20,.12);

    border-bottom:
        1px solid rgba(20,20,20,.10);
}


.r9-transition-claim__inner {
    display: flex;

    align-items: center;

    gap:
        clamp(24px, 3vw, 42px);

    width: min(1320px, 100%);

    margin: 0 auto;
}


.r9-transition-claim__line {
    flex: 0 0 42px;

    width: 42px;
    height: 1px;

    background: #690f00;
}


.r9-transition-claim p {
    margin: 0;

    font-size:
        clamp(27px, 2.6vw, 40px);

    font-weight: 400;

    line-height: 1.06;

    letter-spacing: -.037em;

    color: #171717;
}


/* Desktop möglichst elegant in einer Zeile */

@media (min-width: 1180px) {

    .r9-transition-claim p {
        white-space: nowrap;
    }

}


/* Mobile */

@media (max-width: 760px) {

    .r9-transition-claim {
        padding:
            35px
            20px
            39px;
    }

    .r9-transition-claim__inner {
        display: block;
    }

    .r9-transition-claim__line {
        display: block;

        width: 34px;

        margin-bottom: 21px;
    }

    .r9-transition-claim p {
        font-size:
            clamp(25px, 7.5vw, 34px);

        white-space: normal;
    }

}


/* ==========================================================
   R9 WHY V6 · EDITORIAL UPGRADE
   ========================================================== */

.r9-why-v6 {
    position: relative;

    background:
        #f3f0ec !important;
}


/* ----------------------------------------------------------
   FACT GRID
   ---------------------------------------------------------- */

.r9-why-v6__facts {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    border-top:
        1px solid rgba(17,17,17,.11) !important;

    border-bottom:
        1px solid rgba(17,17,17,.11) !important;
}


/* ----------------------------------------------------------
   FACT CARD
   ---------------------------------------------------------- */

.r9-why-v6__fact {
    position: relative;

    min-height: 330px;

    padding:
        48px
        42px
        42px !important;

    overflow: hidden;

    background:
        transparent !important;

    border-right:
        1px solid rgba(17,17,17,.10) !important;

    transform: none !important;

    transition:
        transform .45s cubic-bezier(.16,1,.3,1),
        background-color .45s ease,
        box-shadow .45s ease !important;
}


/* erste Karte: Padding explizit sichern */

.r9-why-v6__fact:first-child {
    padding-left:
        42px !important;
}


/* letzte Karte */

.r9-why-v6__fact:last-child {
    border-right:
        0 !important;
}


/* ----------------------------------------------------------
   HOVER BACKGROUND
   ---------------------------------------------------------- */

.r9-why-v6__fact::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;

    opacity: 0;

    background:
        linear-gradient(
            145deg,
            rgba(105,15,0,.07) 0%,
            rgba(105,15,0,.025) 48%,
            rgba(255,255,255,.35) 100%
        );

    transition:
        opacity .45s ease;
}


/* CI line */

.r9-why-v6__fact::after {
    content: "";

    position: absolute;

    top: 0;
    left: 42px;

    width: 0;
    height: 2px;

    background:
        #690f00;

    transition:
        width .45s cubic-bezier(.16,1,.3,1);
}


/* Content above pseudo elements */

.r9-why-v6__fact > * {
    position: relative;

    z-index: 1;
}


/* ----------------------------------------------------------
   ICON
   ---------------------------------------------------------- */

.r9-why-v6__icon {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: 58px !important;
    height: 58px !important;

    margin-bottom:
        28px !important;

    color:
        #690f00 !important;

    border:
        1px solid rgba(105,15,0,.18);

    border-radius:
        999px;

    background:
        rgba(105,15,0,.035);

    transition:
        transform .45s cubic-bezier(.16,1,.3,1),
        background-color .35s ease,
        border-color .35s ease,
        color .35s ease !important;
}


.r9-why-v6__icon svg {
    width:
        27px !important;

    height:
        27px !important;
}


/* kleine Linie unter Icon */

.r9-why-v6__icon::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -14px;

    width: 30px;
    height: 1px;

    background:
        rgba(105,15,0,.45);

    transition:
        width .4s ease;
}


/* ----------------------------------------------------------
   HEADLINE
   ---------------------------------------------------------- */

.r9-why-v6__fact h3 {
    max-width:
        270px;

    margin:
        10px
        0
        20px !important;

    font-size:
        clamp(34px, 2.3vw, 46px) !important;

    line-height:
        .98 !important;

    letter-spacing:
        -.035em !important;

    font-weight:
        400 !important;

    color:
        #111 !important;
}


/* ----------------------------------------------------------
   BODY COPY
   ---------------------------------------------------------- */

.r9-why-v6__fact p {
    max-width:
        305px;

    margin: 0 !important;

    font-size:
        14px !important;

    line-height:
        1.7 !important;

    color:
        rgba(17,17,17,.66) !important;
}


/* ----------------------------------------------------------
   DESKTOP HOVER
   ---------------------------------------------------------- */

@media (hover:hover) {

    .r9-why-v6__fact:hover {
        transform:
            translateY(-8px) !important;

        background:
            rgba(255,255,255,.62) !important;

        box-shadow:
            0
            24px
            60px
            rgba(44,28,22,.08);
    }


    .r9-why-v6__fact:hover::before {
        opacity: 1;
    }


    .r9-why-v6__fact:hover::after {
        width:
            68px;
    }


    .r9-why-v6__fact:hover
    .r9-why-v6__icon {
        transform:
            translateY(-4px)
            rotate(-3deg)
            scale(1.04);

        background:
            #690f00;

        border-color:
            #690f00;

        color:
            #fff !important;
    }


    .r9-why-v6__fact:hover
    .r9-why-v6__icon::after {
        width:
            44px;
    }

}


/* ----------------------------------------------------------
   MOBILE / TABLET
   ---------------------------------------------------------- */

@media (max-width: 900px) {

    .r9-why-v6__facts {
        grid-template-columns:
            1fr !important;
    }


    .r9-why-v6__fact,
    .r9-why-v6__fact:first-child {
        min-height:
            auto;

        padding:
            34px
            26px
            32px !important;

        border-right:
            0 !important;

        border-bottom:
            1px solid rgba(17,17,17,.10) !important;
    }


    .r9-why-v6__fact:last-child {
        border-bottom:
            0 !important;
    }


    .r9-why-v6__fact::after {
        left:
            26px;
    }


    .r9-why-v6__fact h3 {
        font-size:
            clamp(30px, 8vw, 42px) !important;
    }

}
