/* ===================================================================
   DIE SEITE „MADE IN GERMANY IST KEIN AUFKLEBER"

   Die zwanzigste Seite im neuen Aussehen — und die Zwillingsschwester
   der Maschinen-Seite. Sie hat denselben Aufbau (Bühne, nummerierte
   Abschnitte, Gegenüberstellung, Schritte, Einwände, Fazit) und hatte
   dasselbe Prinzip: eine eigene Farbe für die ganze Seite. Dort
   Türkis, hier **Gold**.

   ## Warum auch dieses Gold geht

   Bei der Maschinen-Seite fiel die Farbe, weil ihre Bedeutung nirgends
   erklärt war. Hier ist es umgekehrt: Gold hatte gar keine Bedeutung.
   Es war eine Stimmung — deutsch, wertig, Siegel. Genau die Wirkung,
   gegen die die Überschrift argumentiert: **„Made in Germany ist kein
   Aufkleber."**

   Eine Seite, die einem Herkunftssiegel widerspricht, kann sich nicht
   selbst wie eines anmalen. Das Gold war das Gegenteil dessen, was hier
   steht.

   Also derselbe Weg wie überall: eine Scheibe für alle Kästen, der
   Verlauf für das, was Aerona selbst ist, und die Abstufung über die
   Helligkeit.

   ## Was einen Ring bekommt

   Die drei Verweise am Schluss — Impressum, Datenschutz, KI-Seite. Sie
   sind Kästen und führen weiter. Sonst nichts: Die vier Rechte, die
   fünf Einwände und die vier Schritte sind Aussagen.
   =================================================================== */

:root[data-thema] .hk-main {
    position: relative;

    padding-bottom: 6rem;
    overflow-x: clip;
}

:root[data-thema] .hk-bahn {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

:root[data-thema] .hk-buehne {
    position: relative;
    padding-bottom: 3.5rem;
    margin-bottom: 4.5rem;
    border-bottom: 1px solid var(--k-rand-seite);
}

:root[data-thema] .hk-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] .hk-buehne > * {
    position: relative;
    z-index: 1;
}

:root[data-thema] .hk-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] .hk-titel {
    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;
    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] .hk-titel.zeichen--zerfaellt,
:root[data-thema] .hk-kopf h2.zeichen--zerfaellt {
    visibility: hidden;
}

:root[data-thema] .hk-anriss {
    max-width: 68ch;
    margin-bottom: 1.1rem;
    color: var(--k-text-leise);
    font-size: 1.08rem;
    line-height: 1.75;
}

:root[data-thema] .hk-anriss em,
:root[data-thema] .hk-fazit em {
    color: var(--k-text);
    font-style: italic;
}

:root[data-thema] .hk-buehne-zahlen {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
    margin-top: 2.6rem;
}

:root[data-thema] .hk-zahl {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

:root[data-thema] .hk-zahl strong {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    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] .hk-zahl span {
    max-width: 22ch;
    color: var(--k-text-still);
    font-size: 0.87rem;
    line-height: 1.5;
}

:root[data-thema] .hk-abschnitt {
    position: relative;
    margin-bottom: 5.5rem;
}

:root[data-thema] .hk-kopf {
    margin-bottom: 2.4rem;
}

:root[data-thema] .hk-nummer {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--k-text-still);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

:root[data-thema] .hk-kopf h2 {
    margin: 0 0 0.9rem;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--k-text);
}

:root[data-thema] .hk-kopf-text,
:root[data-thema] .hk-text {
    max-width: 66ch;
    color: var(--k-text-leise);
    font-size: 1rem;
    line-height: 1.78;
}

:root[data-thema] .hk-text {
    margin-bottom: 1.3rem;
}

:root[data-thema] .hk-text code {
    padding: 0.1rem 0.35rem;
    border-radius: 5px;
    background: var(--k-vertieft-tief);
    color: var(--k-text);
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.88em;
}

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

@media (max-width: 720px) {
    :root[data-thema] .hk-buehne-zahlen {
        gap: 1.6rem 2rem;
    }

    :root[data-thema] .hk-zahl strong {
        font-size: 1.9rem;
    }

    :root[data-thema] .hk-abschnitt {
        margin-bottom: 4rem;
    }
}
