/* =========================================
   About Page – MM Stimme Modern
   ========================================= */

.about-page {
    background:
        radial-gradient(circle at top right, rgba(0, 102, 102, 0.06), transparent 24%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}

/* =========================================
   Shared
   ========================================= */

.about-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 102, 102, 0.08);
    color: var(--ci-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-kicker-small {
    margin-bottom: 14px;
}

.about-section-head h2,
.about-cta-text h2,
.about-info-box h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
    margin-bottom: 14px;
}

.about-section-head.center {
    text-align: center;
}

.about-story-content p,
.about-info-box p,
.about-cta-text p,
.about-dj-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #667676;
}

/* =========================================
   Hero
   ========================================= */

.about-hero {
    padding: 88px 0 36px;
}

.about-hero-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.about-intro {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6f6f;
}

/* =========================================
   Story / Private
   ========================================= */

.about-story-section,
.about-private-section {
    padding: 20px 0 88px;
}

.about-story-shell,
.about-private-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 32px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 28px;
    align-items: start;
}

.about-story-image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

/* =========================================
   Focus
   ========================================= */

.about-focus-section {
    padding: 0 0 88px;
}

.about-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.about-focus-card {
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.about-focus-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 12px;
}

.about-focus-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #667676;
}

/* =========================================
   Timeline
   ========================================= */

.about-career-section {
    padding: 0 0 88px;
}

.about-timeline {
    max-width: 1180px;
    margin: 34px auto 0;
    display: grid;
    gap: 18px;
}

.about-timeline-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    align-items: start;
    padding: 26px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.about-timeline-item.has-image {
    grid-template-columns: 140px 1fr 220px;
}

.about-timeline-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 102, 102, 0.08);
    color: var(--ci-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-timeline-content h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.about-timeline-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #667676;
}

.about-timeline-image-wrap {
    width: 100%;
}

.about-timeline-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}

/* =========================================
   DJ
   ========================================= */

.about-dj-section {
    padding: 0 0 48px;
}

.about-info-box {
    padding: 38px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

.about-dj-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: start;
}

.about-dj-image {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.about-location-list {
    margin: 18px 0 0;
    padding-left: 18px;
    color: #667676;
}

.about-location-list li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.about-text-link {
    color: var(--ci-primary);
    font-weight: 700;
    text-decoration: none;
}

.about-text-link:hover {
    text-decoration: underline;
}

.about-dj-link-wrap {
    margin-top: 18px;
    margin-bottom: 0;
}

/* =========================================
   Voice
   ========================================= */

.about-voice-section {
    padding: 0 0 88px;
}

.about-voice-box {
    max-width: 1180px;
    margin: 0 auto;
}

/* =========================================
   Private
   ========================================= */

.about-private-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.about-private-image {
    display: block;
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.10);
}

/* =========================================
   CTA
   ========================================= */

.about-cta-section {
    padding: 0 0 88px;
}

.about-cta-box {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 30px;
    align-items: center;
    padding: 40px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #006666 0%, #004c4c 100%);
    box-shadow: 0 24px 60px rgba(0, 76, 76, 0.22);
}

.about-cta-text h2,
.about-cta-text p,
.about-cta-text .about-kicker {
    color: #ffffff;
}

.about-cta-text .about-kicker {
    background: rgba(255, 255, 255, 0.12);
}

.about-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.about-cta-actions .mm-btn,
.about-cta-actions .mm-btn-primary,
.about-cta-actions .mm-btn-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.about-cta-actions .mm-btn-primary {
    background: #ffffff;
    color: var(--ci-primary);
    border: 1px solid #ffffff;
}

.about-cta-actions .mm-btn-primary:hover {
    background: #f1f7f7;
    color: var(--ci-primary-dark);
}

.about-cta-actions .mm-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-cta-actions .mm-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 1100px) {
    .about-focus-grid,
    .about-private-grid,
    .about-cta-box,
    .about-dj-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-timeline-item,
    .about-timeline-item.has-image {
        grid-template-columns: 140px 1fr;
    }

    .about-timeline-image-wrap {
        grid-column: 1 / -1;
    }

    .about-timeline-image {
        height: 240px;
    }

    .about-dj-image {
        height: 320px;
    }

    .about-story-image {
        height: 240px;
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 70px 0 30px;
    }

    .about-story-section,
    .about-private-section,
    .about-focus-section,
    .about-career-section,
    .about-dj-section,
    .about-voice-section,
    .about-cta-section {
        padding-bottom: 70px;
    }

    .about-story-shell,
    .about-private-shell,
    .about-info-box,
    .about-cta-box {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .about-timeline-item,
    .about-timeline-item.has-image {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .about-dj-image {
        height: 240px;
    }

    .about-timeline-image,
    .about-story-image {
        height: 200px;
    }

    .about-intro,
    .about-story-content p,
    .about-info-box p,
    .about-cta-text p,
    .about-timeline-content p,
    .about-dj-content p {
        font-size: 16px;
    }
}