/* ============================================================
   EDITORIAL SECTION — Coach-Inspired
   Split-Screen, Bold Headlines, Social Proof Stats
   ============================================================ */

.coach-editorial {
    padding: 0;
    background: #FFFFFF;
}

.coach-editorial__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

/* ============ BILD (LINKS) ============ */
.coach-editorial__visual {
    position: relative;
    overflow: hidden;
}

.coach-editorial__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
}

/* ============ TEXT (RECHTS) ============ */
.coach-editorial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #FFFFFF;
}

.coach-editorial__eyebrow {
    display: inline-block;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 24px;
}

.coach-editorial__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #1F1F1F;
    margin: 0 0 28px;
    text-transform: uppercase;
}

.coach-editorial__title em {
    font-style: italic;
    font-weight: 400;
    color: #A87878;
}

.coach-editorial__text {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #5A5A5A;
    margin: 0 0 36px;
    max-width: 420px;
}

/* ============ STATS BAR ============ */
.coach-editorial__stats {
    display: flex;
    gap: 28px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.coach-editorial__stat {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #1F1F1F;
}

/* ============ SHOP NOW BUTTON ============ */
.coach-editorial__btn {
    display: inline-block;
    padding: 18px 48px;
    background: #1F1F1F;
    color: #FFFFFF;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.coach-editorial__btn:hover {
    background: #A87878;
    transform: translateY(-2px);
}

/* ============ MOBILE ============ */
@media (max-width: 968px) {
    .coach-editorial__inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .coach-editorial__visual {
        aspect-ratio: 4/5;
    }

    .coach-editorial__content {
        padding: 48px 28px 56px;
    }

    .coach-editorial__eyebrow {
        font-size: 10px;
        letter-spacing: 0.24em;
        margin-bottom: 16px;
    }

    .coach-editorial__title {
        font-size: clamp(32px, 7vw, 44px);
        margin-bottom: 20px;
    }

    .coach-editorial__text {
        font-size: 14px;
        margin-bottom: 28px;
        max-width: 100%;
    }

    .coach-editorial__stats {
        gap: 20px;
        margin-bottom: 28px;
        padding-bottom: 24px;
    }

    .coach-editorial__stat {
        font-size: 12px;
    }

    .coach-editorial__btn {
        padding: 16px 40px;
        font-size: 11px;
        letter-spacing: 0.16em;
    }
}

/* ============================================================
   BOUTIQUE PILLARS — Unser Versprechen
   ============================================================ */

.boutique-pillars-section {
    padding: 90px 40px 100px;
    background: #FBF7F3;
}

.boutique-pillars-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.boutique-pillars__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #A87878;
    margin-bottom: 22px;
}

.boutique-pillars__eyebrow-line {
    width: 40px;
    height: 1px;
    background: rgba(168, 120, 120, 0.4);
}

.boutique-pillars__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin: 0 0 64px;
}

.boutique-pillars__title em {
    font-style: italic;
    color: #A87878;
}

.boutique-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.boutique-pillars__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 28px;
    background: #FFFFFF;
    border: 1px solid rgba(168, 120, 120, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 30px -18px rgba(40, 25, 25, 0.18);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.boutique-pillars__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px -20px rgba(40, 25, 25, 0.28);
}

.boutique-pillars__num {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 34px;
    font-weight: 400;
    color: #C49494;
    margin-bottom: 20px;
    line-height: 1;
}

.boutique-pillars__label {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 12px;
    letter-spacing: -0.005em;
}

.boutique-pillars__desc {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #6B6B6B;
    max-width: 240px;
}

@media (max-width: 768px) {
    .boutique-pillars-section {
        padding: 64px 22px 72px;
    }

    .boutique-pillars__eyebrow {
        font-size: 10px;
        letter-spacing: 0.24em;
        margin-bottom: 16px;
    }

    .boutique-pillars__eyebrow-line {
        width: 28px;
    }

    .boutique-pillars__title {
        font-size: clamp(26px, 7vw, 34px);
        margin-bottom: 40px;
    }

    .boutique-pillars__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .boutique-pillars__item {
        padding: 30px 24px;
    }

    .boutique-pillars__num {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .boutique-pillars__label {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .boutique-pillars__desc {
        font-size: 13.5px;
        max-width: 100%;
    }
}
