:root {
    --ink: #171310;
    --ink-soft: #27201b;
    --paper: #f1e6cb;
    --paper-light: #fffaf0;
    --red: #ad3e2d;
    --red-dark: #7e281d;
    --gold: #e2a33a;
    --blue: #8fc6df;
    --line: rgba(23, 19, 16, .2);
    --shadow: 0 24px 70px rgba(0, 0, 0, .22);
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .11;
    z-index: 100;
    background-image:
        repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.08) 4px),
        repeating-linear-gradient(90deg, transparent 0 5px, rgba(255,255,255,.06) 6px);
    mix-blend-mode: multiply;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link {
    position: fixed;
    left: 1rem;
    top: -4rem;
    z-index: 1000;
    background: var(--paper-light);
    padding: .7rem 1rem;
    border: 2px solid var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 72px;
    padding: 0 max(1rem, calc((100vw - var(--max)) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    color: var(--paper-light);
    background: rgba(23, 19, 16, .94);
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}
.brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .02em;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--red);
    color: var(--paper-light);
    border: 2px solid var(--gold);
    font-size: .8rem;
}
.site-header nav { display: flex; align-items: center; gap: 1.25rem; }
.site-header nav a { text-decoration: none; font-weight: 750; font-size: .94rem; }
.site-header nav a:hover { color: var(--gold); }
.nav-cta { padding: .62rem 1rem; background: var(--red); border-radius: 999px; }
.nav-cta:hover { color: white !important; background: #c64b37; }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.3); padding: .55rem .8rem; }

section { padding: clamp(4.5rem, 9vw, 8rem) max(1.2rem, calc((100vw - var(--max)) / 2)); }
.section-dark { background: var(--ink); color: var(--paper-light); }
.section-light { background: var(--paper); }
.section-red { background: var(--red); color: var(--paper-light); }

.hero {
    min-height: calc(100svh - 72px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    overflow: hidden;
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: repeating-conic-gradient(from 0deg, rgba(173,62,45,.22) 0 8deg, transparent 8deg 16deg);
}
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow {
    margin: 0 0 .9rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 900;
    color: var(--gold);
}
h1, h2, h3 {
    margin: 0;
    line-height: .98;
    letter-spacing: -.035em;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
}
h1 { font-size: clamp(3.6rem, 8vw, 7.6rem); max-width: 820px; }
h1 span { color: var(--gold); text-shadow: 4px 4px 0 var(--red-dark); }
h2 {
    max-width: 900px;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    text-wrap: balance;
}
h3 { font-size: 2rem; }
.lead { max-width: 680px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .8rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}
.button-primary { color: white; background: var(--red); border-color: var(--red); box-shadow: 5px 5px 0 var(--gold); }
.button-primary:hover { transform: translate(-1px,-1px); box-shadow: 7px 7px 0 var(--gold); }
.button-ghost { color: white; border-color: rgba(255,255,255,.42); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-facts { display: flex; flex-wrap: wrap; gap: .65rem; list-style: none; padding: 0; margin: 2.2rem 0 0; }
.hero-facts li { padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: .88rem; }
.hero-art img { filter: drop-shadow(0 30px 40px rgba(0,0,0,.42)); }

.section-heading { margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 650px; font-size: 1.15rem; }
.intro-grid { display: grid; grid-template-columns: 1fr minmax(320px, 460px); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.intro-grid p { max-width: 720px; }
.large-copy { font-size: clamp(1.35rem, 2.5vw, 1.8rem); font-weight: 700; line-height: 1.35; }
.poster-card { margin: 0; padding: .8rem; background: var(--ink); transform: rotate(1.3deg); box-shadow: var(--shadow); }
.poster-card img { width: 100%; }

.song-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}
.song-grid article {
    min-height: 150px;
    height: 100%;
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--paper);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 6px 6px 0 var(--gold);
    transform: none;
}
.song-grid strong { font-size: 1.18rem; }
.song-grid span { color: #674b3d; }

.wanted-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.wanted-grid article { position: relative; padding: 2rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.wanted-grid p { color: rgba(255,255,255,.72); }
.number { display: block; margin-bottom: 1.5rem; color: var(--gold); font-size: 3rem; font-weight: 900; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p { max-width: 540px; }
.direct-contact { display: grid; gap: .65rem; margin-top: 2rem; }
.direct-contact a { width: fit-content; font-weight: 900; color: var(--red-dark); text-underline-offset: 4px; }
.form-card { padding: clamp(1.2rem, 4vw, 2.3rem); background: var(--paper-light); border: 4px solid var(--ink); box-shadow: 10px 10px 0 var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid label { display: grid; gap: .35rem; font-weight: 800; }
.full-width { grid-column: 1 / -1; }
input, textarea, select {
    width: 100%;
    border: 2px solid var(--ink);
    border-radius: 0;
    background: white;
    color: var(--ink);
    padding: .8rem .9rem;
}
input:focus, textarea:focus, select:focus { outline: 4px solid rgba(226,163,58,.45); outline-offset: 1px; }
textarea { resize: vertical; }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }
.checkbox input { width: 1.2rem; height: 1.2rem; margin-top: .25rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.button-submit { margin-top: 1.2rem; }
.form-note { font-size: .82rem; color: #665b52; }
.notice { margin-bottom: 1.25rem; padding: 1rem; border: 2px solid; }
.notice strong, .notice span { display: block; }
.notice-success { background: #e7f5e5; border-color: #2c6e3a; }
.notice-error { background: #fff0ec; border-color: var(--red); }
.notice-error ul { margin-bottom: 0; }

footer {
    padding: 2rem max(1.2rem, calc((100vw - var(--max)) / 2));
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    color: rgba(255,255,255,.75);
    background: #0d0b0a;
}
footer div { display: grid; }
footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
footer a { color: white; }

.legal-page { min-height: 100vh; padding: 4rem max(1.2rem, calc((100vw - 860px) / 2)); background: var(--paper-light); }
.legal-page h1 { font-size: clamp(3rem, 8vw, 5rem); }
.legal-page h2 { margin-top: 2.4rem; font-size: 2rem; }
.legal-warning { padding: 1rem; border: 3px solid var(--red); background: #fff0ec; font-weight: 800; }


@media (min-width: 901px) {
    /*
     * Auf breiten Bildschirmen waren die Überschriften zu groß und zu eng
     * gesetzt. Diese Regeln lassen die mobile Gestaltung unverändert.
     */
    h2 {
        font-size: clamp(3rem, 4.35vw, 4.75rem);
        line-height: 1.04;
        letter-spacing: -.012em;
    }

    .wanted .section-heading h2 {
        max-width: 1060px;
        font-size: clamp(3rem, 4.15vw, 4.55rem);
        line-height: 1.05;
        letter-spacing: -.008em;
    }

    .contact-copy h2 {
        max-width: 520px;
        font-size: clamp(3rem, 3.65vw, 4.15rem);
        line-height: 1.06;
        letter-spacing: -.006em;
    }
}

@media (max-width: 900px) {
    .menu-button { display: block; }
    .site-header nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: none;
        padding: 1rem;
        flex-direction: column;
        align-items: stretch;
        background: var(--ink);
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .site-header nav.open { display: flex; }
    .site-header nav a { padding: .65rem; }
    .hero, .intro-grid, .contact { grid-template-columns: 1fr; }
    .hero { padding-top: 4rem; }
    .hero-art { max-width: 650px; margin: 0 auto; }
    .song-grid { grid-template-columns: repeat(2, 1fr); }
    .wanted-grid { grid-template-columns: 1fr; }
    .contact-copy { position: static; }
}

@media (max-width: 560px) {
    .brand > span:last-child { display: none; }
    .song-grid, .form-grid { grid-template-columns: 1fr; }
    footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
