/* Porno-Casting.net — Designsystem
   Dunkle, ruhige Bühne mit warmem Kupferakzent. Viel Luft, große Bilder,
   klare Typohierarchie. Alles ohne Framework, damit nichts nachgeladen wird. */

:root {
  --bg: #0d0d10;
  --bg-2: #14141a;
  --bg-3: #1c1c24;
  --line: #2a2a34;
  --text: #f2f0ee;
  --text-2: #b4b0ac;
  --text-3: #86827e;
  --akzent: #c9873f;
  --akzent-hell: #e0a95f;
  --akzent-dunkel: #8f5f28;
  --rose: #c2617a;
  --gruen: #4a9e6b;
  --radius: 14px;
  --radius-s: 9px;
  --schrift: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --breite: 1240px;
  --schatten: 0 18px 50px rgba(0, 0, 0, .45);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--schrift);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--akzent-hell); text-decoration: none; transition: color .2s; }
a:hover { color: var(--akzent); }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.18; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.1rem; font-family: var(--schrift); font-weight: 700; }
p { margin: 0 0 1.15em; }
p.lead { font-size: 1.2rem; color: var(--text-2); max-width: 62ch; }

.wrap { width: min(var(--breite), 100% - 3rem); margin-inline: auto; }
.wrap-eng { width: min(880px, 100% - 3rem); margin-inline: auto; }
section { padding: clamp(3.5rem, 8vw, 7rem) 0; position: relative; }
.sec-dunkel { background: var(--bg-2); }
.sec-linie { border-top: 1px solid var(--line); }

.kicker {
  display: inline-block; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--akzent); font-weight: 600; margin-bottom: 1rem;
}
.kicker::before { content: ""; display: inline-block; width: 26px; height: 1px; background: var(--akzent); vertical-align: middle; margin-right: .7rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .6rem; padding: 1rem 1.9rem;
  border-radius: 100px; font-weight: 600; font-size: 1rem; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; text-align: center;
}
.btn-haupt {
  background: linear-gradient(135deg, #eec078, var(--akzent));
  color: #16100a; font-weight: 700; box-shadow: 0 10px 30px rgba(201, 135, 63, .28);
}
.btn-haupt:hover {
  transform: translateY(-2px); box-shadow: 0 16px 40px rgba(201, 135, 63, .42);
  color: #16100a; background: linear-gradient(135deg, #f3cc8d, var(--akzent-hell));
}
.btn-rand { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.03); }
.btn-rand:hover { border-color: var(--akzent); color: var(--akzent-hell); }
.btn-gross { padding: 1.15rem 2.4rem; font-size: 1.05rem; }

/* Kopfzeile */
.kopf {
  position: sticky; top: 0; z-index: 60; background: rgba(13, 13, 16, .82);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 74px; }
.marke { font-family: var(--display); font-size: 1.4rem; font-weight: 700; color: var(--text); letter-spacing: -.02em; }
.marke span { color: var(--akzent); }
.nav { display: flex; gap: 1.7rem; align-items: center; }
.nav a { color: var(--text-2); font-size: .95rem; font-weight: 500; }
.nav a:hover, .nav a.aktiv { color: var(--text); }
.nav a.btn-haupt { padding: .72rem 1.4rem; font-size: .93rem; }
.nav-schalter { display: none; background: none; border: 0; color: var(--text); font-size: 1.6rem; cursor: pointer; padding: .2rem .5rem; }

/* Bühne */
.buehne { position: relative; min-height: 88vh; display: flex; align-items: center; padding: 6rem 0 4rem; overflow: hidden; }
.buehne-bild { position: absolute; inset: 0; z-index: 0; }
.buehne-bild img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.buehne-bild::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, var(--bg) 8%, rgba(13,13,16,.86) 45%, rgba(13,13,16,.5) 100%);
}
.buehne-innen { position: relative; z-index: 2; max-width: 780px; }
.buehne h1 { margin-bottom: 1.2rem; }
.buehne h1 em { font-style: normal; color: var(--akzent-hell); }
.buehne-knoepfe { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.2rem; }
.buehne-fakten { display: flex; gap: 2.6rem; margin-top: 3.2rem; flex-wrap: wrap; }
.buehne-fakten div strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--akzent-hell); line-height: 1; }
.buehne-fakten div span { font-size: .85rem; color: var(--text-3); }

/* Raster */
.raster { display: grid; gap: 1.6rem; }
.raster-2 { grid-template-columns: repeat(2, 1fr); }
.raster-3 { grid-template-columns: repeat(3, 1fr); }
.raster-4 { grid-template-columns: repeat(4, 1fr); }

.karte {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; transition: border-color .22s, transform .22s;
}
.karte:hover { border-color: var(--akzent-dunkel); transform: translateY(-3px); }
.karte h3 { margin-bottom: .6rem; }
.karte p { color: var(--text-2); margin-bottom: 0; font-size: .97rem; }
.karte-nr { font-family: var(--display); font-size: 2.6rem; color: var(--akzent-dunkel); line-height: 1; display: block; margin-bottom: .8rem; }

.karte-bild { padding: 0; overflow: hidden; }
.karte-bild img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .5s; }
.karte-bild:hover img { transform: scale(1.04); }
.karte-bild .inhalt { padding: 1.5rem 1.6rem 1.8rem; }

/* Zweispalter Text + Bild */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.duo-bild img { border-radius: var(--radius); box-shadow: var(--schatten); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.duo-bild.hoch img { aspect-ratio: 3/4; }

/* Liste mit Haken */
.haken { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.haken li { position: relative; padding-left: 2rem; margin-bottom: .9rem; color: var(--text-2); }
.haken li::before {
  content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px;
  border-radius: 50%; background: var(--akzent); box-shadow: 0 0 0 4px rgba(201,135,63,.16);
}
.haken li strong { color: var(--text); }

/* Zahlenband */
.band { background: linear-gradient(120deg, var(--bg-3), var(--bg-2)); border-block: 1px solid var(--line); }
.band .raster { text-align: center; }
.band strong { display: block; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: var(--akzent-hell); line-height: 1; }
.band span { font-size: .9rem; color: var(--text-3); }

/* Ablauf */
.ablauf { counter-reset: schritt; display: grid; gap: 1.4rem; }
.ablauf > div {
  display: grid; grid-template-columns: 62px 1fr; gap: 1.5rem; align-items: start;
  padding: 1.7rem; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
}
.ablauf .ziffer {
  width: 62px; height: 62px; flex: 0 0 62px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--display); font-size: 1.6rem; color: var(--akzent-hell);
  border: 1px solid var(--akzent-dunkel); background: rgba(201,135,63,.08);
}
.ablauf h3 { margin-bottom: .35rem; }
.ablauf p { color: var(--text-2); margin: 0; font-size: .97rem; }

/* Stimmen */
.stimme { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.9rem; }
.stimme p { font-style: italic; color: var(--text); font-size: 1.02rem; }
.stimme footer { color: var(--text-3); font-size: .85rem; font-style: normal; margin-top: 1rem; }

/* FAQ */
.faq details {
  border: 1px solid var(--line); border-radius: var(--radius-s); margin-bottom: .9rem;
  background: var(--bg-3); overflow: hidden;
}
.faq summary {
  padding: 1.25rem 1.6rem; cursor: pointer; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; gap: 1.5rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--akzent); font-size: 1.4rem; font-weight: 400; flex-shrink: 0; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { color: var(--akzent-hell); }
.faq .antwort { padding: 0 1.6rem 1.5rem; color: var(--text-2); font-size: .97rem; }
.faq .antwort p:last-child { margin-bottom: 0; }

/* Formular */
.formular { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 3rem); }
.feldreihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.2rem; }
.feld { display: flex; flex-direction: column; gap: .45rem; }
.feld label { font-size: .87rem; color: var(--text-2); font-weight: 500; }
.feld label .pflicht { color: var(--rose); }
.feld input, .feld select, .feld textarea {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-s);
  padding: .85rem 1rem; color: var(--text); font-family: inherit; font-size: .97rem; width: 100%;
}
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--akzent); }
.feld textarea { min-height: 130px; resize: vertical; }
.feld .hinweis { font-size: .8rem; color: var(--text-3); }
.feld-voll { grid-column: 1 / -1; }
.zustimmung { display: flex; gap: .8rem; align-items: flex-start; font-size: .88rem; color: var(--text-2); margin: 1.2rem 0; }
.zustimmung input { width: 18px; height: 18px; margin-top: .2rem; flex-shrink: 0; accent-color: var(--akzent); }
.formular-fehler { background: rgba(194,97,122,.12); border: 1px solid var(--rose); color: #f0c2ce; padding: .9rem 1.2rem; border-radius: var(--radius-s); margin-bottom: 1.4rem; font-size: .92rem; }
.formular-ok { background: rgba(74,158,107,.12); border: 1px solid var(--gruen); color: #bce6cc; padding: 1.4rem 1.6rem; border-radius: var(--radius-s); margin-bottom: 1.4rem; }

/* Fußzeile */
.fuss { background: var(--bg-2); border-top: 1px solid var(--line); padding: 4rem 0 2rem; font-size: .92rem; }
.fuss-raster { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2.5rem; margin-bottom: 3rem; }
.fuss h4 { color: var(--text); margin-bottom: 1rem; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.fuss ul { list-style: none; padding: 0; margin: 0; }
.fuss li { margin-bottom: .55rem; }
.fuss a { color: var(--text-2); }
.fuss a:hover { color: var(--akzent-hell); }

/* Buttons setzen ihre Textfarbe gegen die Linkfarben von Nav und Fuss durch. */
a.btn-haupt, a.btn-haupt:hover, a.btn-haupt:focus { color: #16100a; font-weight: 700; }
a.btn-rand, a.btn-rand:hover, a.btn-rand:focus { color: var(--text); }
.fuss-unten { border-top: 1px solid var(--line); padding-top: 1.8rem; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; color: var(--text-3); font-size: .85rem; }
.fuss-hinweis { color: var(--text-3); font-size: .82rem; max-width: 62ch; margin-top: 1rem; }

/* Beitragsinhalt */
.inhalt { max-width: 76ch; }
.rubrik-label {
  font-size: .72rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--akzent-hell); margin-bottom: .5rem; font-weight: 600;
}
.beitragsbild { margin: 0 0 2.4rem; }
.beitragsbild img { width: 100%; border-radius: var(--radius); }
.inhalt h2 { margin-top: 2.4rem; }
.inhalt h3 { margin-top: 1.8rem; }
.inhalt ul, .inhalt ol { color: var(--text-2); padding-left: 1.4rem; }
.inhalt li { margin-bottom: .5rem; }
.inhalt img { border-radius: var(--radius); margin: 2rem 0; }
.inhalt blockquote {
  border-left: 3px solid var(--akzent); padding-left: 1.5rem; margin: 2rem 0;
  font-style: italic; color: var(--text);
}

.seiten-kopf { padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }
.krumen { font-size: .84rem; color: var(--text-3); margin-bottom: 1rem; }
.krumen a { color: var(--text-3); }

/* Fixierter Handlungsaufruf mobil */
.mobil-cta { display: none; }

@media (max-width: 980px) {
  .raster-4 { grid-template-columns: repeat(2, 1fr); }
  .raster-3 { grid-template-columns: repeat(2, 1fr); }
  .fuss-raster { grid-template-columns: 1fr 1fr; }
  .duo { grid-template-columns: 1fr; }
  .duo-bild { order: -1; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav {
    position: fixed; inset: 74px 0 auto; background: var(--bg-2); flex-direction: column;
    align-items: stretch; padding: 1.2rem 1.5rem 2rem; gap: 0; border-bottom: 1px solid var(--line);
    transform: translateY(-120%); transition: transform .28s; max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav.offen { transform: translateY(0); }
  .nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 1rem; justify-content: center; border-bottom: 0; }
  .nav-schalter { display: block; }
  .raster-2, .raster-3, .raster-4 { grid-template-columns: 1fr; }
  .feldreihe { grid-template-columns: 1fr; }
  .fuss-raster { grid-template-columns: 1fr; gap: 2rem; }
  .buehne { min-height: auto; padding: 4rem 0 3rem; }
  .buehne-fakten { gap: 1.8rem; }
  .ablauf > div { grid-template-columns: 1fr; gap: 1rem; }
  /* Erscheint erst, wenn der Aufruf in der Bühne aus dem Blick ist — sonst
     stünden zwei identische Schaltflächen direkt übereinander. */
  .mobil-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: rgba(13,13,16,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
    transform: translateY(110%); transition: transform .25s ease; pointer-events: none;
  }
  .mobil-cta.sichtbar { transform: none; pointer-events: auto; }
  .mobil-cta .btn { width: 100%; justify-content: center; }
  body { padding-bottom: 76px; }
}

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