/* Etrya – Landingpage · Dark-Fantasy-Chronik · nur HTML5 + CSS3 */
:root {
    /* Farben */
    --nacht: #080c13;
    --nacht-2: #0c121b;
    --nacht-3: #111926;
    --tiefe: #060910;
    --pergament: #e9dcbd;
    --pergament-2: #d6c49c;
    --gold: #c8a154;
    --gold-hell: #e6cd92;
    --messing: #8f7237;
    --wald: #1b3128;
    --wald-hell: #4d7d63;
    --glut: #7c2530;
    --glut-hell: #a9414a;
    --text: #c7c3ba;
    --text-leise: #9d9a92;

    /* Maße */
    --max: 1180px;
    --max-eng: 760px;
    --pad-x: clamp(1.15rem, 4vw, 3rem);
    --sec-y: clamp(4.5rem, 10vw, 9rem);
    --lueck-s: clamp(0.6rem, 1.4vw, 1rem);
    --lueck-m: clamp(1.1rem, 2.4vw, 1.9rem);
    --lueck-l: clamp(2rem, 5vw, 3.6rem);
    --radius: 3px;

    /* Schatten & Linien */
    --schatten: 0 18px 44px rgba(0, 0, 0, 0.55);
    --schatten-tief: 0 30px 80px rgba(0, 0, 0, 0.7);
    --linie: 1px solid rgba(200, 161, 84, 0.22);
    --linie-zart: 1px solid rgba(233, 220, 189, 0.1);

    /* Typografie */
    --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", "Hoefler Text", Georgia, "Times New Roman", serif;
    --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: var(--nacht);
    color: var(--text);
    font-family: var(--sans);
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
    line-height: 1.75;
    overflow-x: hidden;

    /* sehr dezente Pergament-/Papierstruktur */
    background-image: repeating-linear-gradient(115deg, rgba(233, 220, 189, 0.016) 0 2px, transparent 2px 5px),
    repeating-linear-gradient(15deg, rgba(0, 0, 0, 0.16) 0 3px, transparent 3px 7px),
    radial-gradient(1200px 700px at 15% -5%, rgba(200, 161, 84, 0.06), transparent 65%);
}

img,
svg {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: var(--serif);
    color: var(--pergament);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.005em;
    margin: 0 0 var(--lueck-s);
    text-wrap: balance;
}

h2 {
    font-size: clamp(1.85rem, 1.2rem + 2.4vw, 3.1rem);
}

h3 {
    font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.5rem);
}

p {
    margin: 0 0 1em;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--gold-hell);
    text-decoration-color: rgba(200, 161, 84, 0.45);
    text-underline-offset: 0.25em;
}

a:hover {
    color: var(--pergament);
}

:focus-visible {
    outline: 2px solid var(--gold-hell);
    outline-offset: 3px;
    border-radius: 2px;
}

.skiplink {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100;
    background: var(--nacht-3);
    color: var(--pergament);
    padding: 0.7rem 1.1rem;
    border: var(--linie);
}

.skiplink:focus {
    left: 0.6rem;
    top: 0.6rem;
}

.wrap {
    width: 100%;
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--pad-x);
}

.wrap--narrow {
    max-width: var(--max-eng);
}

.eyebrow {
    font-family: var(--sans);
    font-size: 0.74rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 var(--lueck-s);
}

.lede {
    font-size: clamp(1.03rem, 0.99rem + 0.35vw, 1.2rem);
    color: var(--text);
    max-width: 62ch;
}

/* ---------- Navigation ---------- */
.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(8, 12, 19, 0.92), rgba(8, 12, 19, 0.72));
    backdrop-filter: blur(9px);
    border-bottom: var(--linie);
}

.nav {
    max-width: var(--max);
    margin-inline: auto;
    padding: 0.7rem var(--pad-x);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem var(--lueck-m);
}

.signet {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: var(--pergament);
}

.signet__mark {
    width: 1.55rem;
    height: 1.55rem;
    display: block;
    flex: none;
}

.signet__mark svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--gold);
    stroke: rgba(200, 161, 84, 0.55);
    stroke-width: 1;
}

.signet__mark svg circle {
    fill: none;
}

.signet__word {
    font-family: var(--serif);
    font-size: 1.2rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.nav__list {
    display: flex;
    flex: 1 1 auto;
    gap: clamp(0.9rem, 2vw, 1.9rem);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.nav__list::-webkit-scrollbar {
    display: none;
}

.nav__list a {
    display: inline-block;
    white-space: nowrap;
    padding: 0.35rem 0;
    font-size: 0.86rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--text-leise);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.nav__list a:hover {
    color: var(--pergament);
    border-bottom-color: var(--gold);
}

.nav__cta {
    flex: none;
    padding: 0.5rem 1.1rem;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pergament);
    text-decoration: none;
    border: 1px solid rgba(200, 161, 84, 0.55);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(200, 161, 84, 0.16), rgba(200, 161, 84, 0.05));
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.nav__cta:hover {
    color: var(--nacht);
    background: linear-gradient(180deg, var(--gold-hell), var(--gold));
    box-shadow: 0 0 22px rgba(200, 161, 84, 0.28);
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.87rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.85rem 1.7rem;
    border-radius: var(--radius);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn--primary {
    color: #14100a;
    background: linear-gradient(180deg, var(--gold-hell), var(--messing));
    border: 1px solid rgba(233, 220, 189, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn--primary:hover {
    color: #0f0c07;
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.55), 0 0 26px rgba(200, 161, 84, 0.3);
}

.btn--gross {
    padding: 1rem 2.2rem;
    font-size: 0.94rem;
}

.link-quiet {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: var(--pergament-2);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    padding: 0.5rem 0.1rem;
}

.link-quiet:hover {
    color: var(--pergament);
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    isolation: isolate;
    min-height: min(94svh, 900px);
    display: flex;
    align-items: flex-end;
    padding: clamp(4rem, 12vh, 9rem) 0 clamp(3rem, 8vh, 6rem);
    overflow: hidden;
    border-bottom: var(--linie);
}

.hero__scene {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero__art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__art .art-lines path {
    stroke-width: 1.1;
}

.hero__stars {
    position: absolute;
    inset: 0 0 40%;
    background-image: radial-gradient(1.4px 1.4px at 12% 22%, rgba(233, 220, 189, 0.9), transparent 60%),
    radial-gradient(1.2px 1.2px at 28% 12%, rgba(233, 220, 189, 0.7), transparent 60%),
    radial-gradient(1.6px 1.6px at 41% 30%, rgba(233, 220, 189, 0.65), transparent 60%),
    radial-gradient(1.1px 1.1px at 57% 16%, rgba(233, 220, 189, 0.8), transparent 60%),
    radial-gradient(1.5px 1.5px at 68% 34%, rgba(233, 220, 189, 0.5), transparent 60%),
    radial-gradient(1.2px 1.2px at 79% 10%, rgba(233, 220, 189, 0.75), transparent 60%),
    radial-gradient(1.3px 1.3px at 88% 26%, rgba(233, 220, 189, 0.6), transparent 60%),
    radial-gradient(1px 1px at 20% 40%, rgba(233, 220, 189, 0.55), transparent 60%),
    radial-gradient(1px 1px at 50% 45%, rgba(233, 220, 189, 0.4), transparent 60%),
    radial-gradient(1.1px 1.1px at 94% 42%, rgba(233, 220, 189, 0.5), transparent 60%);
    animation: glimmen 9s ease-in-out infinite alternate;
}

.hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(620px 420px at 74% 24%, rgba(200, 161, 84, 0.16), transparent 70%),
    radial-gradient(900px 500px at 20% 80%, rgba(27, 49, 40, 0.4), transparent 70%);
}

.hero__fog {
    position: absolute;
    left: -20%;
    right: -20%;
    height: 46%;
    pointer-events: none;
    background: radial-gradient(60% 100% at 50% 100%, rgba(160, 176, 190, 0.13), transparent 72%);
    filter: blur(2px);
}

.hero__fog--a {
    bottom: 8%;
    animation: nebel 34s ease-in-out infinite alternate;
}

.hero__fog--b {
    bottom: 22%;
    opacity: 0.6;
    animation: nebel 46s ease-in-out infinite alternate-reverse;
}

.hero__vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 19, 0.72) 0%, rgba(8, 12, 19, 0) 32%, rgba(6, 9, 16, 0.62) 74%, var(--nacht) 100%),
    radial-gradient(120% 90% at 50% 40%, transparent 45%, rgba(4, 6, 11, 0.75) 100%);
}

.hero__inner {
    position: relative;
    width: 100%;
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--pad-x);
}

.hero__title {
    font-size: clamp(4rem, 2rem + 15vw, 12.5rem);
    line-height: 0.9;
    margin: 0 0 clamp(0.6rem, 1.6vw, 1.2rem);
    letter-spacing: clamp(0.02em, 0.6vw, 0.09em);
    color: transparent;
    background: linear-gradient(178deg, #f6ecd3 8%, var(--gold) 58%, var(--messing) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.65));
    text-transform: uppercase;
}

.hero__lead {
    font-family: var(--serif);
    font-size: clamp(1.15rem, 1rem + 1.1vw, 1.85rem);
    line-height: 1.4;
    color: var(--pergament);
    max-width: 26ch;
    margin-bottom: var(--lueck-m);
}

@media (min-width: 700px) {
    .hero__lead {
        max-width: 34ch;
    }
}

.hero__text {
    max-width: 56ch;
    color: var(--text);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--lueck-m);
    margin-top: var(--lueck-m);
}

.hero__scroll {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: var(--lueck-l);
    font-size: 0.76rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-leise);
}

.hero__scrollline {
    display: block;
    width: 1px;
    height: 2.6rem;
    flex: none;
    background: linear-gradient(180deg, transparent, var(--gold));
    animation: sinken 3.4s ease-in-out infinite;
}

/* ---------- Sektionsgrundlage ---------- */
.section {
    position: relative;
    padding-block: var(--sec-y);
}

.section__head {
    margin-bottom: var(--lueck-l);
}

.section__head--center {
    text-align: center;
}

.section__head--center .lede {
    margin-inline: auto;
}

.section--welt {
    background: linear-gradient(180deg, var(--nacht) 0%, var(--nacht-2) 100%),
    radial-gradient(700px 400px at 85% 10%, rgba(27, 49, 40, 0.35), transparent 70%);
}

.section--welt::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(200, 161, 84, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 161, 84, 0.05) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: radial-gradient(80% 70% at 50% 40%, #000, transparent 75%);
    -webkit-mask-image: radial-gradient(80% 70% at 50% 40%, #000, transparent 75%);
}

.section--welt > .wrap {
    position: relative;
}

/* Themenkarten */
.themes {
    display: grid;
    gap: var(--lueck-m);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.theme {
    position: relative;
    padding: clamp(1.4rem, 2.4vw, 2.1rem);
    border: var(--linie-zart);
    border-radius: var(--radius);
    background: linear-gradient(165deg, rgba(233, 220, 189, 0.055), rgba(233, 220, 189, 0.012)),
    var(--nacht-3);
    box-shadow: var(--schatten);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.theme::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    pointer-events: none;
    background: radial-gradient(120% 80% at 50% 0%, rgba(200, 161, 84, 0.12), transparent 60%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.theme:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 161, 84, 0.4);
    box-shadow: var(--schatten-tief);
}

.theme:hover::after {
    opacity: 1;
}

.theme__icon {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: var(--lueck-s);
}

.theme__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme h3 {
    margin-bottom: 0.5rem;
}

.theme p {
    color: var(--text);
    font-size: 0.98rem;
}

/* Initiale im Einleitungsabsatz */
.lede--initial::first-letter {
    float: left;
    font-family: var(--serif);
    font-size: 3.4em;
    line-height: 0.82;
    padding: 0.06em 0.14em 0 0;
    color: var(--gold-hell);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

/* Trennornament zwischen Abschnitten */
.ornament {
    display: flex;
    justify-content: center;
    padding: clamp(1.6rem, 4vw, 2.8rem) var(--pad-x);
    background: var(--nacht-2);
}

.ornament svg {
    width: clamp(11rem, 26vw, 15rem);
    height: auto;
    fill: var(--gold);
    stroke: var(--gold);
    stroke-width: 1;
    opacity: 0.5;
}

.ornament svg path[d*="H"] {
    stroke-opacity: 0.55;
}

.ornament--gross {
    background: linear-gradient(180deg, var(--nacht), var(--nacht-2));
}

.ornament--gross svg {
    width: clamp(13rem, 30vw, 18rem);
    opacity: 0.6;
}

/* ---------- Völker Etryas ---------- */
.section--voelker {
    background: radial-gradient(800px 460px at 12% 20%, rgba(27, 49, 40, 0.35), transparent 70%),
    linear-gradient(180deg, var(--nacht-2) 0%, var(--nacht-2) 100%);
}

.voelker {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr;
    background: rgba(200, 161, 84, 0.16);
    border: var(--linie);
    border-radius: var(--radius);
    overflow: hidden;
}

.volk {
    padding: clamp(1.2rem, 2.2vw, 1.8rem);
    background: linear-gradient(170deg, rgba(233, 220, 189, 0.045), rgba(8, 12, 19, 0.9));
    transition: background 0.35s ease;
}

.volk:hover {
    background: linear-gradient(170deg, rgba(200, 161, 84, 0.12), rgba(8, 12, 19, 0.9));
}

.volk h3 {
    font-size: 1.22rem;
    margin-bottom: 0.2rem;
}

.volk__rolle {
    font-family: var(--serif);
    font-style: italic;
    color: var(--gold);
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
}

.volk p:last-child {
    font-size: 0.95rem;
    color: var(--text);
}

@media (min-width: 560px) {
    .voelker {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .voelker {
        grid-template-columns: repeat(3, 1fr);
    }
}

.voelker__hinweis {
    margin-top: var(--lueck-m);
    font-size: 0.92rem;
    color: var(--text-leise);
    max-width: 108ch;
}

/* ---------- Kartentafel Arendien ---------- */
.tafel {
    position: relative;
    margin: 0 0 var(--lueck-l);
    display: grid;
    gap: var(--lueck-m);
    align-items: start;
}

@media (min-width: 900px) {
    .tafel {
        grid-template-columns: 1.15fr 1fr;
    }
}

.tafel__blatt {
    position: relative;
    padding: clamp(0.6rem, 1.4vw, 1.1rem);
    border: var(--linie);
    border-radius: var(--radius);
    background: repeating-linear-gradient(135deg, rgba(233, 220, 189, 0.03) 0 1px, transparent 1px 22px),
    radial-gradient(120% 120% at 20% 10%, rgba(200, 161, 84, 0.1), transparent 60%),
    #0a1017;
    box-shadow: var(--schatten-tief);
}

.tafel__blatt::after {
    content: "";
    position: absolute;
    inset: 0.45rem;
    border: 1px solid rgba(200, 161, 84, 0.2);
    pointer-events: none;
}

.tafel__karte {
    display: block;
    width: 100%;
    height: auto;
}

.tafel__karte text {
    font-family: var(--serif);
    fill: var(--pergament);
    font-size: 10px;
    letter-spacing: 0.04em;
}

/* Küsten, Wasser, Gelände */
.tafel__kueste {
    stroke-linejoin: round;
}

.tafel__saum {
    fill: none;
    stroke: rgba(200, 161, 84, 0.14);
    stroke-width: 5;
    stroke-linejoin: round;
}

.tafel__fluss {
    fill: none;
    stroke: rgba(125, 143, 163, 0.55);
    stroke-width: 1;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.tafel__fluss ellipse {
    fill: rgba(125, 143, 163, 0.28);
    stroke: rgba(125, 143, 163, 0.5);
}

.tafel__berg {
    fill: none;
    stroke: rgba(232, 220, 192, 0.42);
    stroke-width: 1.1;
    stroke-linejoin: round;
}

.tafel__krater {
    fill: none;
    stroke: rgba(169, 65, 74, 0.4);
    stroke-width: 1;
}

.tafel__wald-sig {
    fill: rgba(47, 88, 68, 0.6);
    stroke: rgba(77, 125, 99, 0.55);
    stroke-width: 0.6;
}

.tafel__moor {
    fill: none;
    stroke: rgba(125, 143, 163, 0.45);
    stroke-width: 0.9;
}

.tafel__huegel {
    fill: none;
    stroke: rgba(232, 220, 192, 0.32);
    stroke-width: 0.9;
}

.tafel__grenze {
    fill: none;
    stroke: rgba(200, 161, 84, 0.55);
    stroke-width: 1.1;
    stroke-dasharray: 6 5;
}

.tafel__massstab {
    fill: var(--pergament-2);
    stroke: rgba(200, 161, 84, 0.6);
    stroke-width: 1;
}

.tafel__massstab text {
    font-size: 7px;
    stroke: none;
    fill: rgba(214, 196, 156, 0.6);
    letter-spacing: 0.08em;
}

.tafel__marken circle,
.tafel__marken path {
    fill: var(--gold);
}

.tafel__marken text {
    fill: var(--pergament-2);
    font-size: 9px;
}

.tafel__teil {
    fill: rgba(214, 196, 156, 0.7) !important;
    font-size: 7px !important;
    font-style: italic;
}

.tafel__namen text {
    fill: rgba(233, 220, 189, 0.6);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 9px;
}

.tafel__reich {
    fill: rgba(233, 220, 189, 0.85) !important;
    font-size: 17px !important;
    letter-spacing: 0.3em !important;
}

.tafel__wild {
    fill: rgba(169, 65, 74, 0.8) !important;
}

.tafel__meer {
    fill: rgba(125, 143, 163, 0.75) !important;
    font-style: italic;
    text-transform: none !important;
    letter-spacing: 0.1em !important;
}

.tafel__poet {
    fill: rgba(200, 161, 84, 0.45) !important;
    font-size: 12px !important;
    text-transform: none !important;
}

.tafel__kompass {
    fill: var(--gold);
    stroke: var(--gold);
    stroke-opacity: 0.55;
}

.tafel__kompass text {
    fill: var(--pergament-2);
    font-size: 9px;
    letter-spacing: 0.1em;
}

/* Auf kleinen Schirmen werden Nebenangaben stillgelegt, damit der Rest lesbar bleibt. */
@media (max-width: 760px) {
    .tafel__karte .klein {
        display: none;
    }

    .tafel__karte text {
        font-size: 15px;
    }

    .tafel__marken text {
        font-size: 14px;
    }

    .tafel__teil {
        font-size: 11px !important;
    }

    .tafel__namen text {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .tafel__reich {
        font-size: 24px !important;
        letter-spacing: 0.22em !important;
    }

    .tafel__poet {
        font-size: 17px !important;
    }

    .tafel__kompass text {
        font-size: 13px;
    }

    .tafel__massstab text {
        font-size: 11px;
    }
}

.tafel__legende {
    padding: clamp(1.1rem, 2vw, 1.7rem);
    border-left: 2px solid rgba(200, 161, 84, 0.45);
    background: linear-gradient(180deg, rgba(233, 220, 189, 0.05), transparent 90%);
}

.tafel__titel {
    font-family: var(--serif);
    font-size: 1.12rem;
    color: var(--pergament);
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.tafel__legende p {
    font-size: 0.94rem;
}

.tafel__schluessel {
    list-style: none;
    margin: var(--lueck-s) 0 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    font-size: 0.86rem;
    color: var(--text-leise);
}

.tafel__schluessel li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.marke {
    width: 0.7rem;
    height: 0.7rem;
    flex: none;
    display: block;
}

.marke--stadt {
    border-radius: 50%;
    background: var(--gold);
}

.marke--haupt {
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 2px rgba(8, 12, 19, 1), 0 0 0 3px rgba(200, 161, 84, 0.75);
}

.marke--feste {
    background: var(--gold);
    transform: rotate(45deg);
}

.marke--wald {
    background: var(--wald-hell);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.marke--wild {
    background: var(--glut-hell);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.marke--grenze {
    height: 0;
    border-top: 2px dashed rgba(200, 161, 84, 0.75);
    background: none;
}

.tafel__hinweis {
    margin-top: var(--lueck-s);
    padding-top: 0.7rem;
    border-top: var(--linie);
    font-size: 0.86rem !important;
    color: var(--text-leise);
    font-style: italic;
}

/* ---------- Randnotizen ---------- */
.section--notizen {
    background: linear-gradient(180deg, var(--nacht-2) 0%, var(--nacht) 100%);
}

.notizen {
    display: grid;
    gap: var(--lueck-s);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
    align-items: start;
}

.notiz {
    border: var(--linie-zart);
    border-left: 1px solid rgba(200, 161, 84, 0.4);
    border-radius: var(--radius);
    background: linear-gradient(150deg, rgba(233, 220, 189, 0.04), rgba(8, 12, 19, 0.7));
    transition: border-color 0.3s ease, background 0.3s ease;
}

.notiz:hover {
    border-color: rgba(200, 161, 84, 0.35);
}

.notiz summary {
    cursor: pointer;
    list-style: none;
    padding: 0.9rem 1.1rem;
    font-family: var(--serif);
    font-size: 1.05rem;
    color: var(--pergament);
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.notiz summary::-webkit-details-marker {
    display: none;
}

.notiz summary::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    flex: none;
    background: var(--gold);
    transform: rotate(45deg);
    transition: transform 0.3s ease, background 0.3s ease;
}

.notiz[open] summary::before {
    transform: rotate(45deg) scale(1.35);
    background: var(--gold-hell);
}

.notiz[open] summary {
    color: var(--gold-hell);
}

.notiz p {
    margin: 0;
    padding: 0 1.1rem 1.1rem 2.3rem;
    font-size: 0.94rem;
    color: var(--text);
}

/* ---------- Reiche und Orte ---------- */
.section--karte {
    background: linear-gradient(180deg, var(--nacht-2) 0%, var(--tiefe) 100%);
}

.section--karte::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(135deg, rgba(233, 220, 189, 0.035) 0 1px, transparent 1px 26px),
    radial-gradient(900px 500px at 10% 20%, rgba(200, 161, 84, 0.07), transparent 70%);
}

.section--karte > .wrap {
    position: relative;
}

.atlas {
    position: relative;
    display: grid;
    gap: var(--lueck-m);
    grid-template-columns: 1fr;
}

.atlas__lines {
    position: absolute;
    inset: -2% -4%;
    width: 108%;
    height: 104%;
    pointer-events: none;
    opacity: 0.75;
}

.place {
    position: relative;
    padding: clamp(1.3rem, 2.4vw, 2.2rem);
    border: var(--linie);
    border-radius: var(--radius);
    background: linear-gradient(160deg, rgba(233, 220, 189, 0.06), rgba(8, 12, 19, 0.86) 60%),
    var(--nacht-3);
    box-shadow: var(--schatten);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.place::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-top: 1px solid var(--gold);
    border-left: 1px solid var(--gold);
    opacity: 0.55;
}

.place::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-right: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    opacity: 0.55;
}

.place:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 161, 84, 0.5);
    box-shadow: var(--schatten-tief);
}

.place__kat {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.55rem;
}

.place h3 {
    font-size: clamp(1.35rem, 1.1rem + 1vw, 2rem);
    margin-bottom: 0.3rem;
}

.place__bei {
    font-family: var(--serif);
    font-style: italic;
    color: var(--pergament-2);
    font-size: 1.02rem;
    margin-bottom: 0.85rem;
}

.place p:not(.place__kat):not(.place__bei):not(.place__koord):not(.atlas__hint) {
    color: var(--text);
    font-size: 0.98rem;
    max-width: 62ch;
}

.place__koord {
    margin-top: 1rem;
    padding-top: 0.7rem;
    border-top: var(--linie-zart);
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-leise);
}

.atlas__hint {
    margin-top: 1rem;
    padding: 0.6rem 0.85rem;
    border-left: 2px solid var(--gold);
    background: rgba(200, 161, 84, 0.07);
    font-size: 0.85rem;
    color: var(--pergament-2);
}

.atlas__hint span {
    color: var(--pergament);
    font-family: var(--serif);
    letter-spacing: 0.04em;
}

.atlas__hint--warn {
    border-left-color: var(--glut-hell);
    background: rgba(124, 37, 48, 0.14);
}

.place--wald {
    background: linear-gradient(160deg, rgba(77, 125, 99, 0.16), rgba(8, 14, 12, 0.9) 65%),
    var(--wald);
}

.place--feste {
    background: linear-gradient(160deg, rgba(200, 161, 84, 0.12), rgba(10, 12, 16, 0.9) 62%),
    var(--nacht-3);
}

.place--wild {
    background: linear-gradient(160deg, rgba(124, 37, 48, 0.2), rgba(9, 8, 12, 0.9) 62%),
    var(--nacht-3);
    border-color: rgba(169, 65, 74, 0.35);
}

.place--wild:hover {
    border-color: rgba(169, 65, 74, 0.6);
}

.place--gasse {
    background: linear-gradient(200deg, rgba(233, 220, 189, 0.04), rgba(5, 7, 11, 0.94) 60%),
    var(--tiefe);
}

.place--hoehle {
    background: radial-gradient(120% 90% at 80% 10%, rgba(169, 65, 74, 0.16), transparent 60%),
    linear-gradient(200deg, rgba(233, 220, 189, 0.05), rgba(6, 9, 14, 0.94) 60%),
    var(--nacht-3);
}

.place--pass::before,
.place--pass::after {
    opacity: 0.8;
}

@media (min-width: 680px) {
    .atlas {
        grid-template-columns: repeat(6, 1fr);
    }

    .place {
        grid-column: span 3;
    }

    .place--wide,
    .place--wild {
        grid-column: span 3;
    }

    .place--hoehle,
    .place--gasse {
        grid-column: span 3;
    }
}

@media (min-width: 1000px) {
    .place {
    }

    .place--wide {
    }

    .place--wald,
    .place--feste {
        grid-column: span 3;
    }

    .place--pass {
        grid-column: span 2;
    }

    .place--wild {
        grid-column: span 4;
    }

    .place--hoehle {
    }

    .place--gasse {
        grid-column: span 3;
    }
}

/* ---------- Magie ---------- */
.section--magie {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(900px 620px at 50% 45%, rgba(27, 49, 40, 0.35), transparent 70%),
    linear-gradient(180deg, var(--tiefe) 0%, #04060b 55%, var(--tiefe) 100%);
    border-block: var(--linie);
}

.magie__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.magie__kreis {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(150vmin, 1100px);
    height: min(150vmin, 1100px);
    transform: translate(-50%, -50%);
    opacity: 0.5;
    animation: drehen 180s linear infinite;
}

.magie__kreis g[stroke="#e8dcc0"] {
    animation: pulsieren 7s ease-in-out infinite alternate;
}

.magie__nebel {
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 40% at 30% 70%, rgba(124, 37, 48, 0.14), transparent 70%),
    radial-gradient(50% 40% at 72% 30%, rgba(200, 161, 84, 0.1), transparent 70%);
    animation: nebel 40s ease-in-out infinite alternate;
}

.stroeme {
    display: grid;
    gap: var(--lueck-m);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
}

.strom {
    position: relative;
    padding: clamp(1.3rem, 2.2vw, 1.9rem);
    text-align: center;
    border: var(--linie-zart);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(233, 220, 189, 0.05), rgba(6, 9, 16, 0.75));
    backdrop-filter: blur(2px);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.strom:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 161, 84, 0.42);
}

.strom__glyph {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto var(--lueck-s);
}

.strom__glyph svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 6px rgba(200, 161, 84, 0.35));
    animation: glimmen 6s ease-in-out infinite alternate;
}

.strom h3 {
    font-size: 1.15rem;
}

.strom p {
    font-size: 0.94rem;
    color: var(--text);
}

.strom--arkan .strom__glyph svg {
    stroke: var(--gold-hell);
}

.strom--natur .strom__glyph svg {
    stroke: var(--wald-hell);
    filter: drop-shadow(0 0 6px rgba(77, 125, 99, 0.4));
}

.strom--pakt .strom__glyph svg {
    stroke: var(--glut-hell);
    filter: drop-shadow(0 0 7px rgba(169, 65, 74, 0.45));
}

.strom--pakt:hover {
    border-color: rgba(169, 65, 74, 0.5);
}

.strom--goettlich .strom__glyph svg {
    stroke: var(--pergament);
}

/* ---------- Chronik ---------- */
.section--chronik {
    background: linear-gradient(180deg, var(--tiefe) 0%, var(--nacht-2) 100%);
}

.chronik {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--lueck-m);
    counter-reset: etappe;
}

.chronik__item {
    position: relative;
    counter-increment: etappe;
    padding: clamp(1.2rem, 2.2vw, 1.9rem) clamp(1.2rem, 2.2vw, 2rem) clamp(1.2rem, 2.2vw, 1.9rem) clamp(2.4rem, 4vw, 3.4rem);
    border: var(--linie-zart);
    border-left: 1px solid rgba(200, 161, 84, 0.45);
    border-radius: var(--radius);
    background: linear-gradient(120deg, rgba(233, 220, 189, 0.045), rgba(8, 12, 19, 0.7));
    transition: border-color 0.35s ease, background 0.35s ease;
}

.chronik__item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: clamp(1.6rem, 2.6vw, 2.3rem);
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background: var(--gold);
    box-shadow: 0 0 12px rgba(200, 161, 84, 0.6);
}

.chronik__item:hover {
    border-color: rgba(200, 161, 84, 0.35);
    background: linear-gradient(120deg, rgba(233, 220, 189, 0.07), rgba(8, 12, 19, 0.7));
}

.chronik__zeit {
    font-family: var(--serif);
    font-style: italic;
    color: var(--gold);
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}

.chronik__item p:last-child {
    color: var(--text);
    max-width: 72ch;
}

@media (min-width: 900px) {
    .chronik {
        grid-template-columns: repeat(2, 1fr);
    }

    .chronik__item:nth-child(odd) {
        transform: translateY(0);
    }

    .chronik__item:nth-child(even) {
        transform: translateY(clamp(1rem, 2vw, 2.2rem));
    }
}

/* ---------- Stimmen ---------- */
.section--stimmen {
    background: radial-gradient(700px 400px at 50% 0%, rgba(200, 161, 84, 0.07), transparent 70%),
    var(--nacht-2);
    border-top: var(--linie);
}

.stimmen {
    display: grid;
    gap: var(--lueck-m);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.stimme {
    margin: 0;
    padding: clamp(1.4rem, 2.4vw, 2.1rem);
    border-top: 1px solid rgba(200, 161, 84, 0.35);
    background: linear-gradient(180deg, rgba(233, 220, 189, 0.05), transparent 85%);
}

.stimme blockquote {
    margin: 0 0 1rem;
}

.stimme blockquote p {
    font-family: var(--serif);
    font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem);
    line-height: 1.5;
    color: var(--pergament);
    margin: 0;
}

.stimme figcaption {
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-leise);
}

/* ---------- Abschluss ---------- */
.section--aufbruch {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    text-align: center;
    padding-block: clamp(5rem, 13vw, 11rem);
    background: linear-gradient(180deg, var(--nacht-2) 0%, #05070c 100%);
}

.aufbruch__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.aufbruch__horizont {
    position: absolute;
    left: 50%;
    bottom: 18%;
    width: min(1400px, 130%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(200, 161, 84, 0.6), transparent);
}

.aufbruch__licht {
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 300px at 50% 82%, rgba(200, 161, 84, 0.18), transparent 70%),
    radial-gradient(900px 500px at 50% 10%, rgba(27, 49, 40, 0.3), transparent 70%);
    animation: wandern 26s ease-in-out infinite alternate;
}

.siegel {
    display: block;
    width: clamp(3.6rem, 8vw, 5.4rem);
    margin: 0 auto var(--lueck-m);
}

.siegel svg {
    width: 100%;
    height: auto;
    fill: var(--gold);
    stroke: var(--gold);
    stroke-width: 1.2;
    opacity: 0.85;
    filter: drop-shadow(0 0 14px rgba(200, 161, 84, 0.35));
}

.aufbruch__titel {
    font-size: clamp(2rem, 1.2rem + 3.6vw, 4.2rem);
    margin-bottom: var(--lueck-m);
}

.aufbruch__text {
    color: var(--text);
    max-width: 60ch;
    margin-inline: auto;
}

.aufbruch__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--lueck-m);
    margin-top: var(--lueck-l);
}

.aufbruch__linie {
    width: min(100%, 22rem);
    height: 1px;
    margin: var(--lueck-l) auto 0;
    background: linear-gradient(90deg, transparent, rgba(200, 161, 84, 0.55), transparent);
}

/* ---------- Footer ---------- */
.footer {
    border-top: var(--linie);
    background: var(--tiefe);
    padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.footer__grid {
    display: grid;
    gap: var(--lueck-m);
    grid-template-columns: 1fr;
    align-items: start;
}

@media (min-width: 800px) {
    .footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .footer__meta {
        text-align: right;
    }
}

.footer__brand {
    min-width: 0;
}

.footer__wort {
    font-family: var(--serif);
    font-size: 1.6rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--pergament);
    margin-bottom: 0.4rem;
}

.footer__satz {
    color: var(--text-leise);
    max-width: 34ch;
    font-size: 0.95rem;
}

.footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.footer__nav a {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-leise);
    text-decoration: none;
}

.footer__nav a:hover {
    color: var(--pergament);
    text-decoration: underline;
}

.footer__meta p {
    font-size: 0.85rem;
    color: var(--text-leise);
}

.footer__copy {
    color: rgba(157, 154, 146, 0.75);
}

/* ---------- Animationen ---------- */
@keyframes glimmen {
    from {
        opacity: 0.55;
    }

    to {
        opacity: 1;
    }
}

@keyframes nebel {
    from {
        transform: translate3d(-3%, 0, 0) scale(1);
    }

    to {
        transform: translate3d(3%, -1.5%, 0) scale(1.06);
    }
}

@keyframes sinken {
    0%,
    100% {
        transform: translateY(-4px);
        opacity: 0.5;
    }

    50% {
        transform: translateY(4px);
        opacity: 1;
    }
}

@keyframes drehen {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulsieren {
    from {
        opacity: 0.35;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes wandern {
    from {
        transform: translateX(-4%);
    }

    to {
        transform: translateX(4%);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .magie__kreis {
        transform: translate(-50%, -50%);
    }
}
