/* DIWA – Jasmin 8 | eigene Seite auf Basis style.css */
.j8-inner {
    width: min(calc(100% - 9vw), 1280px);
    margin: 0 auto;
}
.j8-hero {
    min-height: 100svh;
    background: #d9e2dd;
    color: #10262d;
    display: grid;
    grid-template-rows: auto 1fr auto;
    position: relative;
    overflow: hidden;
}
.j8-hero .site-head {
    position: relative;
    z-index: 2;
}
.j8-hero .main-nav .contact-link {
    border-color: rgba(16, 38, 45, 0.65);
}
.j8-hero-inner {
    width: min(calc(100% - 9vw), 1280px);
    margin: 0 auto;
    align-self: center;
    padding: 70px 0 80px;
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 7vw;
    align-items: center;
}
.j8-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -0.045em;
    font-size: clamp(76px, 7.25vw, 124px);
    line-height: 0.91;
    margin: 0;
    max-width: none;
}
.j8-hero h1 em {
    font-style: normal;
    color: #617b72;
}
.j8-hero-intro {
    max-width: 500px;
}
.j8-hero-copy {
    padding-top: 42px;
    max-width: 500px;
}
.j8-hero-copy > p:first-child {
    font-size: 19px;
    line-height: 1.62;
    margin: 0 0 28px;
}
.j8-kicker {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 34px;
}
.j8-hero .text-link {
    border-color: #10262d;
    color: #10262d;
}

/* Jasmin 8: acht Kapitel im Hero */
.j8-threshold {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.j8-threshold a {
    padding: 22px 14px 20px;
    min-width: 0;
}
.j8-threshold span {
    font-size: clamp(14px, 1.15vw, 18px);
    line-height: 1.15;
}
.j8-section,
.j8-sage,
.j8-dark,
.j8-discovery,
.j8-more,
.j8-independence,
.j8-projects {
    padding: clamp(100px, 10vw, 155px) 0;
}
.j8-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    gap: 10vw;
    align-items: start;
}
.j8-grid h2,
.j8-wide-head h2,
.j8-project-row h2,
.j8-finale h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1.05;
    margin: 0;
}
.j8-copy {
    padding-top: 42px;
    max-width: 600px;
}
.j8-copy p {
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 24px;
}
.j8-copy strong {
    font-weight: 600;
}
.j8-note {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(25px, 2.3vw, 36px) !important;
    line-height: 1.3 !important;
    border-top: 1px solid rgba(16, 38, 45, 0.25);
    padding-top: 30px;
    margin-top: 48px !important;
}
.j8-statement {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 4.4vw, 68px);
    line-height: 1.12;
    letter-spacing: -0.026em;
    padding-top: clamp(85px, 9vw, 140px);
    max-width: 1280px;
}
.j8-sage {
    background: #d9e2dd;
}
.j8-editor-shot {
    margin: 55px 0 0;
}
.j8-editor-shot picture,
.j8-editor-shot img {
    display: block;
    width: 100%;
}
.j8-editor-shot img {
    height: auto;
    border: 1px solid rgba(16, 38, 45, 0.18);
    box-shadow: 0 18px 45px rgba(16, 38, 45, 0.1);
}
.j8-editor-shot figcaption {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    opacity: 0.68;
}
.j8-dark {
    background: #10262d;
    color: #f3f0ea;
}
.j8-dark .eyebrow {
    color: #b8c8c2;
    opacity: 1;
}
.j8-dark .j8-note {
    border-color: rgba(243, 240, 234, 0.25);
    color: #c8d5d1;
}
.j8-discovery {
    background: #f3f0ea;
}
.j8-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin-top: 35px !important;
    padding-top: 22px;
    border-top: 1px solid rgba(16, 38, 45, 0.18);
    font-size: 13px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    opacity: 0.72;
}
.j8-terms span:not(:last-child)::after {
    content: ' ·';
    padding-left: 16px;
}
.j8-more {
    background: #e8e4dc;
}
.j8-wide-head {
    max-width: 1000px;
}
.j8-wide-head > p:last-child {
    font-size: 19px;
    line-height: 1.6;
    max-width: 700px;
    margin: 34px 0 0;
}
.j8-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 80px;
    border-top: 1px solid rgba(16, 38, 45, 0.24);
    border-bottom: 1px solid rgba(16, 38, 45, 0.24);
}
.j8-cases article {
    padding: 38px 38px 46px 0;
}
.j8-cases article + article {
    border-left: 1px solid rgba(16, 38, 45, 0.24);
    padding-left: 38px;
}
.j8-cases small {
    font-size: 12px;
    letter-spacing: 0.1em;
    opacity: 0.55;
}
.j8-cases h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 400;
    line-height: 1.1;
    margin: 28px 0 24px;
}
.j8-cases p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}
.j8-independence {
    background: #d9e2dd;
}
.j8-projects {
    background: #10262d;
    color: #f3f0ea;
}
.j8-projects .eyebrow {
    color: #b8c8c2;
    opacity: 1;
}
.j8-project-row {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 10vw;
    align-items: end;
}
.j8-project-row > div:last-child {
    max-width: 500px;
    padding-bottom: 5px;
}
.j8-project-row > div:last-child p {
    font-size: 19px;
    line-height: 1.6;
    margin: 0 0 35px;
}
.j8-projects .text-link {
    border-color: #f3f0ea;
    color: #f3f0ea;
}
.j8-finale {
    padding: clamp(130px, 14vw, 210px) 0;
    background: #f3f0ea;
}
.j8-finale h2 {
    font-size: clamp(62px, 7.2vw, 112px);
    max-width: 1100px;
    margin: 0 0 50px;
}
.j8-finale > div > p:not(.eyebrow) {
    font-size: 20px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 0 24px;
}
.j8-finale .j8-together {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px !important;
    margin: 42px 0 38px !important;
}
.j8-finale .text-link {
    color: #10262d;
    border-color: #10262d;
}
@media (max-width: 960px) {
    .j8-hero {
        min-height: auto;
    }
    .j8-hero-inner {
        grid-template-columns: 1fr;
        padding: 90px 0 100px;
        gap: 55px;
    }
    .j8-hero h1 {
        font-size: clamp(62px, 12vw, 100px);
        grid-row: 1;
    }
    .j8-hero-intro {
        grid-row: 2;
        max-width: 680px;
    }
    .j8-hero-copy {
        padding-top: 30px;
        max-width: 680px;
    }
    .j8-threshold {
        grid-template-columns: repeat(4, 1fr);
        padding: 0 20px;
    }
    .j8-threshold a {
        min-height: 76px;
        padding: 15px 18px 14px;
    }
    .j8-threshold a:nth-child(4n) {
        border-right: 1px solid var(--line);
    }
    .j8-threshold a:nth-last-child(-n + 4) {
        border-bottom: 0;
    }
    .j8-threshold span {
        font-size: 16px;
    }
    .j8-grid,
    .j8-project-row {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .j8-copy {
        padding-top: 0;
        max-width: 760px;
    }
    .j8-section,
    .j8-sage,
    .j8-dark,
    .j8-discovery,
    .j8-more,
    .j8-independence,
    .j8-projects {
        padding: 90px 0;
    }
    .j8-cases {
        grid-template-columns: 1fr;
    }
    .j8-cases article {
        padding: 35px 0;
    }
    .j8-cases article + article {
        border-left: 0;
        border-top: 1px solid rgba(16, 38, 45, 0.24);
        padding-left: 0;
    }
    .j8-project-row > div:last-child {
        padding-top: 10px;
    }
    .j8-statement {
        padding-top: 75px;
    }
}
@media (max-width: 520px) {
    .j8-inner,
    .j8-hero-inner {
        width: calc(100% - 40px);
    }
    .j8-threshold {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 12px;
    }
    .j8-threshold a {
        min-height: 62px;
        padding: 10px 12px 9px;
    }
    .j8-threshold a:nth-child(2n) {
        border-right: 1px solid var(--line);
    }
    .j8-threshold a:nth-last-child(-n + 4) {
        border-bottom: 1px solid var(--line);
    }
    .j8-threshold a:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
    .j8-threshold span {
        font-size: 14px;
    }
    .j8-hero-inner {
        padding: 70px 0 80px;
    }
    .j8-hero h1 {
        font-size: clamp(54px, 16vw, 76px);
    }
    .j8-grid h2,
    .j8-wide-head h2,
    .j8-project-row h2 {
        font-size: clamp(42px, 12vw, 58px);
    }
    .j8-copy p {
        font-size: 16px;
    }
    .j8-note {
        font-size: 25px !important;
    }
    .j8-terms {
        gap: 8px 12px;
    }
    .j8-terms span:not(:last-child)::after {
        padding-left: 12px;
    }
    .j8-finale h2 {
        font-size: clamp(52px, 15vw, 76px);
    }
    .j8-finale > div > p:not(.eyebrow) {
        font-size: 18px;
    }
}
/* =========================================================
   JASMIN 8 – HERO AUF DUNKLEM BILD
   ========================================================= */

.cover-jasmin8 {
    color: #f3f0ea;
}

/* Navigation im geschlossenen Hero */
.cover-jasmin8 .main-nav,
.cover-jasmin8 .main-nav a {
    color: #f3f0ea;
}

.cover-jasmin8 .main-nav .contact-link {
    border-color: rgba(243, 240, 234, .7);
}

/* Eyebrow */
.cover-jasmin8 .eyebrow {
    color: #f3f0ea;
    opacity: .8;
}

/* Headline */
.cover-jasmin8 .hero-copy h1 {
    color: #f3f0ea;
}

.cover-jasmin8 .hero-copy h1 em {
    color: #b8c9c2;
}

/* Fliesstext */
.cover-jasmin8 .hero-copy > p:not(.eyebrow) {
    color: #f3f0ea;
}

/* Linie + Link */
.cover-jasmin8 .short-rule {
    border-color: rgba(243, 240, 234, .55);
}

.cover-jasmin8 .text-link {
    color: #f3f0ea;
    border-color: rgba(243, 240, 234, .8);
}



/* =========================================================
   JASMIN 8 – SUBNAVIGATION
   auf der hellen Threshold-Fläche immer dunkel
   ========================================================= */

.cover-jasmin8 .j8-threshold,
.cover-jasmin8 .j8-threshold a,
.cover-jasmin8 .j8-threshold small,
.cover-jasmin8 .j8-threshold span {
    color: var(--ink);
}

 /* =========================================================
   JASMIN 8 – DESKTOP WASH
   Bild links nur leicht beruhigen
   ========================================================= */

.cover-jasmin8 .cover-wash {
    background:
        linear-gradient(
            90deg,
            rgba(184, 200, 195, .38) 0%,
            rgba(184, 200, 195, .27) 38%,
            rgba(184, 200, 195, .08) 68%,
            rgba(184, 200, 195, 0) 100%
        );
}
/* =========================================================
   JASMIN 8 – MOBILE
   Aufbau wie Support:
   Topbar -> Bild -> Textfläche -> Threshold
   ========================================================= */

@media (max-width: 960px) {

    /* -----------------------------------------------------
       HERO-GRUNDAUFBAU
       ----------------------------------------------------- */

    .cover-jasmin8 {
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: auto;
        background: #b8c8c3;
        color: var(--ink);
    }


    /* -----------------------------------------------------
       TOPBAR
       ----------------------------------------------------- */

    .cover-jasmin8 .topbar {
        position: relative;
        order: 1;
        width: 100%;
        z-index: 20;
        background: #b8c8c3;
    }

    /* Logo und Claim wieder dunkel */
    .cover-jasmin8 .brand,
    .cover-jasmin8 .brand a {
        color: var(--ink);
    }

    /* Hamburger geschlossen */
    .cover-jasmin8 .menu-toggle span {
        background: var(--ink);
    }


    /* -----------------------------------------------------
       HERO-FOTO
       eigener 4:3-Block unter der Topbar
       ----------------------------------------------------- */

    .cover-jasmin8 .cover-photo {
        position: relative;
        inset: auto;
        order: 2;

        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;

        overflow: hidden;
    }

    .cover-jasmin8 .cover-photo picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cover-jasmin8 .cover-photo img {
        display: block;
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }

    /*
       Der Desktop-Wash wird mobil nicht gebraucht.
       Das Foto steht für sich.
    */
    .cover-jasmin8 .cover-wash {
        display: none;
    }

    /*
       Falls die globale picture-Regel einen Verlauf /
       Balken über das Bild legt.
    */
    .cover-jasmin8 .cover-photo picture::after {
        display: none;
    }


    /* -----------------------------------------------------
       HERO-TEXT
       eigene Jasmin-Fläche unter dem Bild
       ----------------------------------------------------- */

    .cover-jasmin8 .hero-copy {
        position: relative;
        inset: auto;
        order: 3;

        width: 100%;
        max-width: none;

        margin: 0;
        padding: 72px 26px 76px;

        transform: none;

        background: #b8c8c3;
        color: var(--ink);
    }

    .cover-jasmin8 .eyebrow {
        margin-bottom: 28px;
        color: var(--ink);
        opacity: .72;
    }

    .cover-jasmin8 .hero-copy h1 {
        margin: 0;
        color: var(--ink);
    }

    .cover-jasmin8 .hero-copy h1 em {
        color: #667f79;
    }

    .cover-jasmin8 .short-rule {
        border-color: rgba(8, 39, 55, .35);
    }

    .cover-jasmin8 .hero-copy > p:not(.eyebrow) {
        max-width: 34rem;
        color: var(--ink);
        line-height: 1.55;
    }

    .cover-jasmin8 .text-link {
        color: var(--ink);
        border-color: rgba(8, 39, 55, .65);
    }


    /* -----------------------------------------------------
       THRESHOLD / SUBNAVIGATION
       helle Fläche -> dunkle Schrift
       ----------------------------------------------------- */

    .cover-jasmin8 .threshold {
        position: relative;
        inset: auto;
        order: 4;

        color: var(--ink);
    }

    .cover-jasmin8 .threshold a,
    .cover-jasmin8 .threshold small,
    .cover-jasmin8 .threshold span {
        color: var(--ink);
    }


    /* -----------------------------------------------------
       GEÖFFNETES MOBILE-MENÜ
       globale helle Menüfläche
       ----------------------------------------------------- */

    .cover-jasmin8 .main-nav,
    .cover-jasmin8 .main-nav a {
        color: var(--ink);
    }

    .nav-open .cover-jasmin8 .menu-toggle span {
        background: var(--ink);
    }
}


/* =========================================================
   KLEINE SMARTPHONES
   nur etwas kompakter – Konstruktion bleibt identisch
   ========================================================= */

@media (max-width: 620px) {

    .cover-jasmin8 .hero-copy {
        padding: 62px 20px 68px;
    }

    .cover-jasmin8 .eyebrow {
        margin-bottom: 26px;
    }
}


/* =========================================================
   JASMIN 8 – HERO LAUFTEXT DESKTOP
   ========================================================= */

.cover-jasmin8 .hero-copy > p:not(.eyebrow) {
    max-width: 680px;
    line-height: 1.55;
}