/* ===================================================================
   DIE SEITE „DER GROSSE ARTIKEL"

   Die fünfundzwanzigste Seite im neuen Aussehen — und die einzige, die
   nichts als Text ist. Kein Raster, keine Kacheln, keine Zahlen: ein
   Inhaltsverzeichnis und danach zehntausend Zeichen am Stück.

   ## Eine Leseseite hat andere Regeln

   Überall sonst gilt: Was ein Ziel ist, antwortet auf Zeigen. Hier gilt
   das auch, nur gibt es fast keine Ziele — acht Sprungmarken im
   Inhaltsverzeichnis, die auf dieselbe Seite führen. Sie sind Wege
   INNERHALB des Textes, nicht aus ihm heraus.

   Deshalb bekommen sie den Strich aus Punkten (`js/artikel-leben.js`)
   und keinen Ring: Ein Ring um eine Zeile in einer Liste von acht
   Zeilen wäre lauter als die Überschrift darüber.

   ## Der einzige Farbfleck, der bleiben durfte, war orange

   Der Code im Fließtext (`--k-...`) stand in Orange auf orangem Grund —
   die einzige Stelle der ganzen Webseite mit dieser Farbe. Sie kam von
   nirgendwo und sagte nichts außer „hier ist Code", was die
   Schreibmaschinenschrift schon sagt.
   =================================================================== */

:root[data-thema] .ar-main {
    position: relative;
    max-width: 780px;
    margin: 0 auto;

    padding-inline: 1.5rem;
    padding-bottom: 6rem;
}

:root[data-thema] .ar-kopf {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid var(--k-rand-seite);
}

:root[data-thema] .ar-label {
    display: inline-block;
    padding: 4px 11px;
    margin-bottom: 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
    color: var(--k-text-still);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

:root[data-thema] .ar-kopf h1 {
    margin-bottom: 1.1rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(2rem, 5.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    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] .ar-kopf h1.zeichen--zerfaellt {
    visibility: hidden;
}

:root[data-thema] .ar-unter {
    margin-bottom: 1.4rem;
    color: var(--k-text-leise);
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.8;
}

:root[data-thema] .ar-meta {
    color: var(--k-text-still);
    font-size: 0.9rem;
    font-weight: 600;
}

:root[data-thema] .ar-punkt {
    margin: 0 0.5rem;
    opacity: 0.5;
}

:root[data-thema] .ar-inhalt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1.4rem 1.6rem;
    margin-bottom: 3rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
}

:root[data-thema] .ar-inhalt__titel {
    margin-bottom: 0.7rem;
    color: var(--k-text-still);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

:root[data-thema] .ar-inhalt a {
    position: relative;
    padding: 0.35rem 0;
    color: var(--k-text-leise);
    font-size: 0.96rem;
    text-decoration: none;
    transition: color var(--bew-schnell) var(--bew-beides),
        padding-left var(--bew-ruhig) var(--bew-feder);
}

:root[data-thema] .ar-inhalt a:hover,
:root[data-thema] .ar-inhalt a:focus-visible {
    padding-left: 0.4rem;
    color: var(--k-text);
    outline: none;
}

:root[data-thema] .ar-text {
    color: var(--k-text-leise);
    font-size: 1.08rem;
    line-height: 1.95;
}

:root[data-thema] .ar-text h2 {
    margin: 3.2rem 0 1.1rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--k-text);
    scroll-margin-top: 110px;
}

:root[data-thema] .ar-text h2.zeichen--zerfaellt {
    visibility: hidden;
}

:root[data-thema] .ar-text h3 {
    margin: 2.2rem 0 0.9rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--k-text);
    scroll-margin-top: 110px;
}

:root[data-thema] .ar-text p {
    margin-bottom: 1.4rem;
}

:root[data-thema] .ar-text strong {
    color: var(--k-text);
    font-weight: 700;
}

:root[data-thema] .ar-text code {
    padding: 2px 6px;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft-tief);
    color: var(--k-text);
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.9em;
}

:root[data-thema] .ar-text em {
    color: var(--k-text-still);
}

:root[data-thema] .ar-liste {
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
}

:root[data-thema] .ar-liste li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.7rem;
    color: var(--k-text-leise);
    line-height: 1.85;
}

:root[data-thema] .ar-liste li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-image: var(--k-verlauf);
}

:root[data-thema] .ar-liste li strong {
    color: var(--k-text);
}

:root[data-thema] .ar-zitat {
    position: relative;
    margin: 0 0 1.8rem;
    padding: 1.3rem 1.6rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 1rem;
    line-height: 1.85;
}

:root[data-thema] .ar-trenner {
    border: none;
    border-top: 1px solid var(--k-rand-dicke);
    margin: 3rem 0;
}

:root[data-thema] .ar-inhalt .ar-pixel,
:root[data-thema] .ar-main .fenster__zeichen-pixel {
    position: absolute;
    pointer-events: none;
    max-width: none;
    max-height: none;
}

:root[data-thema] .ar-inhalt .ar-pixel {
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    :root[data-thema] .ar-main {
        padding-inline: 1.1rem;
        padding-bottom: 4rem;
    }

    :root[data-thema] .ar-text {
        font-size: 1.02rem;
    }

    :root[data-thema] .ar-inhalt {
        padding: 1.2rem 1.3rem;
    }
}
