/* DIE FARBRAD-SEITE — Bühne, Überschriften, Abschnitte

   Aus `farbrad-seite.css` herausgelöst, damit keine Datei über
   300 Zeilen wächst. Inhalt unverändert. */

.fb-main {
    padding-bottom: 5rem;
}

.fb-bahn {
    width: min(1100px, 100% - 2.5rem);
    margin-inline: auto;
}

.fb-buehne {
    position: relative;
    padding: 4.5rem 0 1.5rem;
}

:root[data-thema] .fb-buehne {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--k-rand-seite);
}

:root[data-thema] .fb-buehne::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 8%;
    width: 420px;
    max-width: 70%;
    height: 320px;
    background: radial-gradient(circle, var(--k-schein-leise) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

:root[data-thema] .fb-buehne>* {
    position: relative;
    z-index: 1;
}

:root[data-thema] .fb-schild {
    display: inline-block;
    padding: 0.38rem 0.95rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-pille);
    background: var(--k-vertieft);
    color: var(--k-text-still);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

:root[data-thema] .fb-titel {
    position: relative;

    display: block;
    margin: 1.5rem 0 1.6rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(2.1rem, 5.2vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

:root[data-thema] .fb-titel-wort {
    background-image: linear-gradient(var(--k-winkel),
            var(--k-verlauf-a) 0%, var(--k-verlauf-b) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

:root[data-thema] .fb-titel-wort.zeichen--zerfaellt,
:root[data-thema] .fb-kopf h2.zeichen--zerfaellt {
    visibility: hidden;
}

:root[data-thema] .fb-anriss {
    max-width: 62ch;
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--k-text-still);
}

.fb-abschnitt {
    padding: 3rem 0;
}

:root[data-thema] .fb-abschnitt>p {
    max-width: 68ch;
    line-height: 1.7;
    color: var(--k-text-still);
}

.fb-kopf {
    margin-bottom: 1.5rem;
}

:root[data-thema] .fb-nummer {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--k-text-still);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

:root[data-thema] .fb-kopf h2 {
    margin: 0;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.4rem, 3.2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

:root[data-thema] .fb-notiz {
    padding-inline-start: 0.9rem;
    border-inline-start: 2px solid var(--k-rand-seite);
    color: var(--k-text-still);
    font-size: 0.92rem;
}
