@font-face { font-family: "Archivo"; src: url(../fonts/archivo.woff2) format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url(../fonts/newsreader-italic.woff2) format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url(../fonts/mono.woff2) format("woff2"); font-weight: 400; font-display: swap; }

/* Weiße Insel: Kalkputz, Salz, blasses Meer, eine Blüte Bougainvillea */
:root {
  --kalk: #f3efe7;
  --salz: #fbf9f4;
  --tinte: #1c2a35;
  --grau: #56636d;
  --meer: #8ea5b8;
  --tiefsee: #1e3448;
  --linie: rgba(28, 42, 53, .16);
  --blume: #b8235a;
  --rand: clamp(16px, 4.5vw, 64px);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Archivo", "Helvetica Neue", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --z-kopf: 20; --z-dialog: 50;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--kalk); color: var(--tinte); font: 400 1.0625rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--blume); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--tinte); color: var(--salz); padding: 8px 14px; z-index: 99; }
.skip:focus { left: 8px; }

/* Typo-Bausteine */
.mono { font-family: var(--mono); font-size: .76rem; letter-spacing: .06em; color: var(--grau); }
.gesperrt { font-weight: 200; font-stretch: 125%; text-transform: uppercase; letter-spacing: .55em; margin-right: -.55em; }
.kapitel { display: flex; align-items: baseline; gap: 1.2rem; margin: 0 0 clamp(1.6rem, 4vw, 3rem); }
.kapitel .mono { color: var(--blume); }
.kapitel h2 { margin: 0; font-weight: 250; font-stretch: 125%; text-transform: uppercase; letter-spacing: .28em; font-size: clamp(1.5rem, 3.6vw, 3rem); line-height: 1.1; }
.lead { font-family: var(--serif); font-style: italic; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.35; margin: 0 0 1.6rem; }
section { padding: clamp(80px, 11vw, 150px) var(--rand); border-top: 1px solid var(--linie); }

/* Kopf */
.kopf { position: fixed; inset: 0 0 auto; z-index: var(--z-kopf); display: flex; align-items: center; gap: 1rem; padding: 14px var(--rand); transition: background .3s, box-shadow .3s; }
.kopf.fest { background: rgba(251, 249, 244, .92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--linie); }
.marke { text-decoration: none; font-size: .95rem; padding: 10px 0; }
.kopf nav { display: flex; gap: clamp(.8rem, 2vw, 2rem); margin-left: auto; }
.kopf nav a { text-decoration: none; font-size: .88rem; color: var(--tinte); padding: 10px 0; opacity: .78; transition: opacity .2s; }
.kopf nav a:hover { opacity: 1; }
.sprachen { display: flex; border-left: 1px solid var(--linie); padding-left: .8rem; margin-left: .4rem; }
.sprachen a { font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-decoration: none; color: var(--grau); padding: 12px 5px; }
.sprachen a[aria-current="page"] { color: var(--blume); }
@media (max-width: 760px) { .kopf nav:not(.sprachen) { display: none; } .sprachen { margin-left: auto; border: 0; } }

/* Bühne: Horizont aus dem Titelbild des Films */
.hero { position: relative; min-height: 100svh; padding: 0; border: 0; display: grid; grid-template-rows: 1fr auto; isolation: isolate; overflow: hidden; background: #a9b8c6; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; animation: dunst 30s ease-in-out infinite alternate; }
@keyframes dunst { from { transform: scale(1.02); } to { transform: scale(1.07) translateY(-.6%); } }
.hero-himmel { align-self: center; text-align: center; padding: 120px var(--rand) 0; }
.hero h1 { margin: 0; font-size: clamp(2.3rem, 8.4vw, 8.6rem); line-height: 1; color: var(--tinte); }
.hero .von { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem, 1.8vw, 1.5rem); margin: 1.4rem 0 0; color: var(--tinte); }
.hero-meer { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1rem; padding: clamp(28px, 6vh, 64px) var(--rand) clamp(36px, 8vh, 80px); min-height: 24svh; align-content: center; }
.knopf { display: inline-flex; align-items: center; gap: .7rem; min-height: 48px; padding: 0 1.4rem; border: 1px solid var(--salz); background: var(--salz); color: var(--tinte); text-decoration: none; font-size: .95rem; font-weight: 600; letter-spacing: .02em; transition: background .2s, color .2s, border-color .2s; }
.knopf:hover { background: transparent; color: var(--salz); }
.knopf-hohl { background: transparent; color: var(--salz); border-color: rgba(251, 249, 244, .7); }
.knopf-hohl:hover { background: var(--salz); color: var(--tinte); }
.knopf svg { width: 14px; height: 14px; fill: currentColor; }
.hell .knopf { border-color: var(--tinte); background: var(--tinte); color: var(--salz); }
.hell .knopf:hover { background: transparent; color: var(--tinte); }
.hell .knopf-hohl { background: transparent; color: var(--tinte); border-color: var(--linie); }
.hell .knopf-hohl:hover { border-color: var(--tinte); }

/* Story: Text und zwei versetzte Bilder */
.story { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 clamp(16px, 2.4vw, 36px); background: var(--salz); }
.story-text { grid-column: 1 / span 6; }
.story-text p:not(.lead) { max-width: 58ch; margin: 0 0 1.1rem; }
.story-bilder { grid-column: 7 / span 6; align-self: start; position: relative; padding-bottom: 16%; margin-top: 4.2rem; }
.story-bilder .gross { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.story-bilder .klein { position: absolute; width: 56%; left: -14%; bottom: 0; aspect-ratio: 16 / 9; object-fit: cover; border: 10px solid var(--salz); }
@media (max-width: 900px) { .story-text, .story-bilder { grid-column: 1 / -1; } .story-bilder { margin-top: 2.4rem; } .story-bilder .klein { left: auto; right: 0; width: 58%; } }

/* Film ansehen */
.filme { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(20px, 3vw, 44px); align-items: start; }
.filme .kapitel { grid-column: 1 / -1; }
.film { display: block; width: 100%; padding: 0; border: 0; background: none; text-align: left; }
.film-bild { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--meer); }
.film-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.film:hover .film-bild img, .film:focus-visible .film-bild img { transform: scale(1.035); }
.film-bild .play { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 72px; height: 72px; border-radius: 50%; background: var(--salz); display: grid; place-items: center; transition: scale .25s; }
.film:hover .play { scale: 1.08; }
.film-bild .play svg { width: 24px; height: 24px; fill: var(--tinte); margin-left: 4px; }
.film-text { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; }
.film-text strong { font-weight: 300; font-stretch: 125%; letter-spacing: .3em; text-transform: uppercase; }
.ansehen { grid-column: 2; padding: clamp(20px, 3vw, 36px); background: var(--salz); border: 1px solid var(--linie); }
.ansehen h3 { margin: 0 0 .6rem; font-weight: 600; font-size: 1.25rem; }
.ansehen p { margin: 0 0 1.2rem; color: var(--grau); }
.ansehen .knopf { margin-bottom: 1rem; }
@media (max-width: 900px) { .filme { grid-template-columns: 1fr; } .ansehen { grid-column: 1; } }

/* Festivals: Laurels typografisch */
.festivals { background: var(--salz); }
.laurels { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--linie); border: 1px solid var(--linie); }
.laurels li { background: var(--salz); padding: 26px 22px 24px; display: grid; grid-template-columns: 22px 1fr 22px; align-items: center; gap: 10px; text-align: center; min-height: 170px; }
.laurels svg { width: 22px; height: 62px; fill: none; stroke: var(--meer); stroke-width: 1.3; }
.laurels li.preis svg { stroke: var(--blume); }
.laurels .rechts svg { transform: scaleX(-1); }
.laurels .status { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--grau); }
.laurels li.preis .status { color: var(--blume); }
.laurels .fest { display: block; font-weight: 600; font-stretch: 90%; font-size: 1.02rem; line-height: 1.25; margin: .35rem 0; }
.laurels .extra { display: block; font-family: var(--serif); font-style: italic; font-size: .95rem; color: var(--grau); line-height: 1.3; }

/* Fotos: Kontaktbogen */
.fotos { background: var(--kalk); }
.bogen { list-style: none; margin: 0; padding: 0; columns: 3 300px; column-gap: clamp(12px, 1.6vw, 22px); }
.bogen li { break-inside: avoid; margin-bottom: clamp(12px, 1.6vw, 22px); }
.bogen button { display: block; width: 100%; padding: 8px 8px 30px; border: 0; background: var(--salz); box-shadow: 0 1px 0 var(--linie), 0 10px 24px -18px rgba(28, 42, 53, .45); position: relative; transition: translate .3s, box-shadow .3s; }
.bogen button:hover { translate: 0 -3px; box-shadow: 0 1px 0 var(--linie), 0 18px 30px -20px rgba(28, 42, 53, .55); }
.bogen img { width: 100%; }
.bogen .nr { position: absolute; left: 10px; bottom: 7px; font-family: var(--mono); font-size: .68rem; color: var(--grau); }
.bogen .nr::after { content: " ▸"; color: var(--blume); }
@media (max-width: 520px) { .bogen { columns: 2; } .bogen button { padding: 5px 5px 24px; } }

/* Presse */
.presse { background: var(--salz); }
.stimmen { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(40px, 6vw, 80px); }
.stimme { display: grid; grid-template-columns: 150px 1fr; gap: clamp(20px, 3vw, 48px); align-items: start; max-width: 1080px; }
.stimme:nth-child(even) { margin-left: auto; }
.stimme a.ausriss { display: block; transform: rotate(-1.6deg); box-shadow: 0 12px 26px -16px rgba(28,42,53,.5); transition: transform .3s; }
.stimme:nth-child(even) a.ausriss { transform: rotate(1.4deg); }
.stimme a.ausriss:hover { transform: rotate(0); }
.stimme blockquote { margin: 0; }
.stimme blockquote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.4; margin: 0 0 .8rem; }
.stimme cite a { font-style: normal; font-family: var(--mono); font-size: .76rem; letter-spacing: .05em; color: var(--grau); text-decoration: none; border-bottom: 1px solid var(--linie); padding: 6px 0; }
.stimme cite a:hover { color: var(--blume); border-color: var(--blume); }
@media (max-width: 640px) { .stimme { grid-template-columns: 90px 1fr; } }
.presskit { margin-top: clamp(48px, 7vw, 96px); display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; padding-top: 2rem; border-top: 1px solid var(--linie); }
.presskit p { margin: 0; color: var(--grau); }

/* Cast & Credits: Abspann auf tiefem Meer */
.abspann { background: var(--tiefsee); color: #eef2f5; text-align: center; border: 0; }
.abspann .kapitel { justify-content: center; }
.abspann .kapitel .mono { color: #f08db0; }
.abspann h3 { font-family: var(--mono); font-weight: 400; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: #9fb4c6; margin: 2.8rem 0 1rem; }
.cast { list-style: none; margin: 0 auto; padding: 0; max-width: 900px; columns: 3 220px; column-gap: 2rem; }
.cast li { font-weight: 300; font-stretch: 110%; font-size: 1.15rem; line-height: 2; }
.credits { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 2.4rem; max-width: 760px; margin: 0 auto; text-align: left; }
.credits dt { text-align: right; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: #9fb4c6; padding-top: .45rem; }
.credits dd { margin: 0; font-size: 1.05rem; line-height: 1.7; }
@media (max-width: 560px) { .credits { grid-template-columns: 1fr; text-align: center; } .credits dt { text-align: center; padding-top: 1rem; } }
.dank { max-width: 860px; margin: 0 auto; font-family: var(--serif); font-style: italic; font-size: 1.08rem; line-height: 1.9; color: #d7e0e8; }

/* Regie */
.regie { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 clamp(16px, 2.4vw, 36px); }
.regie .kapitel { grid-column: 1 / -1; }
.regie .lead { grid-column: 1 / span 5; }
.regie-text { grid-column: 7 / span 6; }
.regie-text p { margin: 0 0 1.1rem; max-width: 60ch; }
.regie-text a { color: var(--blume); }
@media (max-width: 900px) { .regie .lead, .regie-text { grid-column: 1 / -1; } }

/* Fuß */
.fuss { background: var(--tinte); color: #dfe6ec; padding: clamp(48px, 7vw, 90px) var(--rand) 28px; }
.fuss-titel { margin: 0 0 2rem; font-size: clamp(1.6rem, 5vw, 3.6rem); }
.fuss-links { display: flex; flex-wrap: wrap; gap: .4rem 2rem; margin: 0 0 3rem; padding: 0; list-style: none; }
.fuss-links a { text-decoration: none; padding: 10px 0; display: inline-block; border-bottom: 1px solid rgba(223,230,236,.25); }
.fuss-links a:hover { border-color: #f08db0; color: #fff; }
.fuss-unten { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .82rem; color: #9fb4c6; border-top: 1px solid rgba(223,230,236,.15); padding-top: 20px; }

/* Dialoge: Kino und Lichtkasten */
dialog { border: 0; padding: 0; max-width: none; max-height: none; }
.kino, .lichtkasten { position: fixed; inset: 0; width: 100%; height: 100%; margin: 0; background: #0c141b; color: #eef2f5; z-index: var(--z-dialog); display: none; grid-template-rows: auto 1fr auto; gap: 12px; padding: 14px clamp(8px, 3vw, 40px) 22px; }
.kino[open], .lichtkasten[open] { display: grid; animation: auf .3s ease; }
dialog::backdrop { background: #000; }
@keyframes auf { from { opacity: 0; } }
.dialog-oben { display: flex; justify-content: space-between; align-items: center; }
.dialog-oben .mono { color: #9fb4c6; }
.rund { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(238,242,245,.25); background: none; display: grid; place-items: center; flex: none; }
.rund:hover { border-color: #eef2f5; }
.rund svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.leinwand { display: flex; align-items: center; justify-content: center; gap: clamp(8px, 2vw, 24px); min-height: 0; }
.player { position: relative; width: min(100%, calc((100svh - 200px) * 16 / 9)); aspect-ratio: 16 / 9; background: #000; }
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lichtkasten .leinwand img { max-width: 100%; max-height: calc(100svh - 150px); width: auto; object-fit: contain; }
.dialog-unten { text-align: center; }
.dialog-unten strong { font-weight: 300; font-stretch: 125%; letter-spacing: .3em; text-transform: uppercase; }
@media (max-width: 700px) { .leinwand .rund { display: none; } }
.freigabe { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.freigabe > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.35); }
.freigabe-text { position: relative; max-width: 50ch; padding: 24px 28px; background: rgba(12, 20, 27, .8); text-align: center; display: grid; justify-items: center; gap: 1rem; }
.freigabe-text p { margin: 0; font-size: .95rem; line-height: 1.5; }
.freigabe-merken { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: #9fb4c6; min-height: 44px; cursor: pointer; }
.freigabe-merken input { width: 18px; height: 18px; accent-color: var(--blume); }
@media (max-width: 520px) { .freigabe-text { padding: 12px; gap: .6rem; } .freigabe-text p { font-size: .8rem; } }

/* Rechtsseiten */
.recht { max-width: 72ch; padding: clamp(120px, 16vw, 180px) var(--rand) 96px; border: 0; }
.recht h1 { margin: 0 0 2rem; font-size: clamp(1.8rem, 5vw, 3.4rem); }
.recht h2 { font-weight: 700; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; margin: 2.4rem 0 .6rem; }
.recht p { color: var(--grau); margin: 0 0 1rem; }
.recht .lead { color: var(--tinte); }
.recht a { color: var(--tinte); }
.recht button.knopf { border-color: var(--tinte); background: transparent; color: var(--tinte); }

/* Einblenden */
.auftritt { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.auftritt.da { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .auftritt { opacity: 1; transform: none; }
}
.ansehen { margin-top: 28px; }
@media (max-width: 520px) {
  .kapitel { gap: .8rem; }
  .kapitel h2 { font-size: 1.3rem; letter-spacing: .14em; }
  .recht h1 { letter-spacing: .2em; margin-right: -.2em; font-size: clamp(1.25rem, 6.4vw, 1.7rem); }
}
@media (max-width: 1000px) { .laurels { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .laurels li { padding: 18px 8px; grid-template-columns: 14px 1fr 14px; gap: 6px; min-height: 150px; } .laurels svg { width: 14px; height: 44px; } .laurels .fest { font-size: .9rem; } }
@media (max-width: 900px) { .story-bilder { margin-top: 2.4rem; } }
/* Touch-Ziele >= 24px, Kontrast der hohlen Taste unabhängig vom Bild */
.sprachen a { min-width: 28px; text-align: center; }
.fuss-unten a { display: inline-block; padding: 6px 0; }
.hero .knopf-hohl { background: rgba(28, 42, 53, .35); }
.hero .knopf-hohl:hover { background: var(--salz); }
