/* ===================================================================
   DIE SEITE „DAS GANZE WERK"

   Die dritte Seite im neuen Aussehen. Sie zeigt neunzehn Werkstücke in
   sechs Gruppen, vier Gesamtzahlen und zwei Kästen mit einem
   unbequemen Satz darin.

   ## Was sie mit den anderen teilt

   Alles, was sie kann, gibt es schon: die Glasscheibe aus `glas.css`,
   die vier Kantentöne, den Verlauf als Licht, die Schrift der
   Überschriften, den Pixelring und den Aufbau beim Ankommen. Hier steht
   deshalb fast nur, WELCHES Bauteil welche Rolle spielt — und die
   Maße, die nur diese Seite hat.

   ## Eine Entscheidung, die hier anders ausfällt

   Die Zeichen der Werkstücke sind **Emojis**, keine Symbolschrift. Auf
   den anderen Seiten baut sich ein Zeichen beim Zeigen aus Punkten auf
   und nimmt dabei den Verlauf an — das geht nur, weil ein Zeichen aus
   einer Symbolschrift eine einfarbige Zeichnung ist.

   Ein Emoji ist ein fertiges Bild in eigenen Farben. Aus ihm Punkte im
   Aerona-Verlauf zu bauen, hieße es einzufärben; es wäre danach nicht
   mehr dasselbe Zeichen. Also bleibt es, wie es ist — und bekommt nur
   die Mulde, in der es sitzt. Die Kachel selbst antwortet weiterhin mit
   dem Ring.

   Das ist kein Verzicht, sondern dieselbe Regel wie überall: Was eine
   eigene Aussage hat, wird nicht übermalt.
   =================================================================== */

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

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

:root[data-thema] .wk-hero {
    position: relative;
    padding: 3.5rem 0 2.5rem;
    text-align: center;
}

:root[data-thema] .wk-hero h1 {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    font-size: clamp(2.1rem, 6vw, 3.6rem);
    line-height: 1.1;
    color: var(--k-text);
    margin-bottom: 1.4rem;
}

:root[data-thema] .wk-accent {
    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] .wk-hero h1.zeichen--zerfaellt,
:root[data-thema] .wk-group__head h2.zeichen--zerfaellt {
    visibility: hidden;
}

:root[data-thema] .wk-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--k-text-leise);
    font-size: clamp(1rem, 2.2vw, 1.08rem);
    line-height: 1.85;
}

:root[data-thema] .wk-sum {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.2rem;
}

:root[data-thema] .wk-sum__item {
    position: relative;
    padding: 1.4rem 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    text-align: center;
}

:root[data-thema] .wk-sum__value {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.5rem, 3.4vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    color: var(--k-text);
    margin-bottom: 0.3rem;
}

:root[data-thema] .wk-sum__label {
    color: var(--k-text-still);
    font-size: 0.82rem;
}

:root[data-thema] .wk-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.9rem 1.1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 3rem;
}

:root[data-thema] .wk-check strong {
    color: var(--k-text);
}

:root[data-thema] .wk-check > i::before {
    background-image: var(--k-verlauf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

:root[data-thema] .wk-group {
    position: relative;
    margin-bottom: 3rem;
}

:root[data-thema] .wk-group__head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
}

:root[data-thema] .wk-group__head h2 {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--k-text);
}

:root[data-thema] .wk-group__head span {
    color: var(--k-text-still);
    font-size: 0.88rem;
}

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

:root[data-thema] .wk-main > .wk-pixel {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    max-width: none;
    max-height: none;
    z-index: 1;
}
