/* ==========================================================================
   Über Event-Furs
   ========================================================================== */

.about-page {
    width: 100%;
}


/* ==========================================================================
   Seitenkopf
   ========================================================================== */

.about-header {
    max-width: 850px;
    margin-bottom: 3rem;
}

.about-header__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: var(--color-primary, #3b82f6);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-header h1 {
    margin: 0;
}

.about-header__subtitle {
    max-width: 720px;
    margin: 1rem 0 0;
    color: var(--color-text-muted, #94a3b8);
    font-size: 1.05rem;
    line-height: 1.75;
}


/* ==========================================================================
   Hauptabschnitte
   ========================================================================== */

.about-sections {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.about-section {
    display: flex;
    width: 100%;
}

.about-section--left {
    justify-content: flex-start;
}

.about-section--right {
    justify-content: flex-end;
}

.about-section__box {
    position: relative;
    width: min(88%, 1050px);
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(30, 58, 95, 0.88),
            rgba(17, 35, 61, 0.96)
        );
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 18px;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.about-section__box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--color-primary, #3b82f6);
    content: "";
}

.about-section--left .about-section__box::before {
    left: 0;
}

.about-section--right .about-section__box::before {
    right: 0;
}


/* ==========================================================================
   Abschnittsüberschrift
   ========================================================================== */

.about-section__header {
    padding: 2rem 2.25rem 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.about-section__label {
    display: block;
    margin-bottom: 0.45rem;
    color: #60a5fa;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-section__header h2 {
    margin: 0;
    color: var(--color-text, #f8fafc);
    font-size: clamp(1.45rem, 2.5vw, 1.95rem);
    line-height: 1.3;
}


/* ==========================================================================
   Abschnittsinhalte
   ========================================================================== */

.about-section__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem 2.25rem 2.25rem;
}


/* ==========================================================================
   Einzelne Textboxen
   ========================================================================== */

.about-text-box {
    padding: 1.35rem 1.5rem;
    background: rgba(8, 22, 42, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
}

.about-text-box p {
    margin: 0;
    color: var(--color-text-muted, #cbd5e1);
    font-size: 1rem;
    line-height: 1.8;
}

.about-text-box strong {
    color: var(--color-text, #f8fafc);
}


/* ==========================================================================
   Bisherige Veranstaltungen
   ========================================================================== */

.about-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-event-card {
    min-width: 0;
    padding: 1.4rem;
    background: rgba(8, 22, 42, 0.58);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 12px;
}

.about-event-card h3 {
    margin: 0 0 0.75rem;
    color: var(--color-text, #f8fafc);
    font-size: 1.05rem;
    line-height: 1.4;
}

.about-event-card p {
    margin: 0;
    color: var(--color-text-muted, #cbd5e1);
    font-size: 0.95rem;
    line-height: 1.7;
}


/* ==========================================================================
   Ziele
   ========================================================================== */

.about-goal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-goal-card {
    min-width: 0;
    padding: 1.4rem;
    background: rgba(8, 22, 42, 0.58);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 12px;
}

.about-goal-card h3 {
    margin: 0 0 0.75rem;
    color: var(--color-text, #f8fafc);
    font-size: 1.05rem;
    line-height: 1.4;
}

.about-goal-card p {
    margin: 0;
    color: var(--color-text-muted, #cbd5e1);
    font-size: 0.95rem;
    line-height: 1.7;
}


/* ==========================================================================
   Zukünftige Veranstaltungen
   ========================================================================== */

.about-future-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.about-future-card {
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    padding: 1rem 1.15rem;
    background: rgba(8, 22, 42, 0.58);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 12px;
    color: var(--color-text, #f8fafc);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}


/* ==========================================================================
   Vision
   ========================================================================== */

.about-vision-quote {
    margin: 0;
    padding: 1.4rem 1.5rem;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.26);
    border-left: 4px solid var(--color-primary, #3b82f6);
    border-radius: 12px;
    color: var(--color-text, #f8fafc);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.75;
}


/* ==========================================================================
   Abschluss
   ========================================================================== */

.about-closing {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.about-closing__box {
    width: min(100%, 900px);
    padding: 2.5rem;
    text-align: center;
    background:
        linear-gradient(
            145deg,
            rgba(30, 58, 95, 0.92),
            rgba(17, 35, 61, 0.98)
        );
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.about-closing__label {
    display: block;
    margin-bottom: 0.65rem;
    color: #60a5fa;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-closing h2 {
    max-width: 720px;
    margin: 0 auto 1rem;
    color: var(--color-text, #f8fafc);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.4;
}

.about-closing p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--color-text-muted, #cbd5e1);
    line-height: 1.75;
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 950px) {

    .about-section__box {
        width: 94%;
    }

    .about-event-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================================
   Smartphone
   ========================================================================== */

@media (max-width: 700px) {

    .about-header {
        margin-bottom: 2rem;
    }

    .about-header__subtitle {
        font-size: 1rem;
    }

    .about-sections {
        gap: 1.5rem;
    }

    .about-section__box {
        width: 100%;
        border-radius: 14px;
    }

    .about-section__header {
        padding: 1.5rem 1.35rem 1.15rem;
    }

    .about-section__content {
        gap: 1rem;
        padding: 1.35rem;
    }

    .about-text-box {
        padding: 1.15rem;
    }

    .about-goal-grid,
    .about-future-grid {
        grid-template-columns: 1fr;
    }

    .about-event-card,
    .about-goal-card {
        padding: 1.2rem;
    }

    .about-closing__box {
        padding: 2rem 1.35rem;
        border-radius: 14px;
    }

}