/* =========================
   FONT FACES
========================= */
/* Magra – Headlines */
@font-face {
    font-family: 'Magra';
    src: url('/media/fonts/Magra-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magra';
    src: url('/media/fonts/Magra-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================
   FONT AWESOME 6 – LOCAL
========================= */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/media/fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.fa-volume-xmark::before {
    content: "\f6a9";
}

.fa-volume-high::before {
    content: "\f028";
}

/* =========================
   FONT AWESOME 6 – BRANDS
========================= */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/media/fonts/fa-brands-400.woff2") format("woff2");
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-linkedin-in::before {
    content: "\f0e1";
}

.fa-play::before {
    content: "\f04b";
}

.fa-pause::before {
    content: "\f04c";
}

.fa-volume-high::before {
    content: "\f028";
}

.fa-volume-xmark::before {
    content: "\f6a9";
}

/* =========================
   GLOBAL TYPE SETUP
========================= */
:root {
    --font-headline: 'Magra', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Literata', Georgia, 'Times New Roman', serif;
}

/* =========================
   BASE TEXT
========================= */
html,
body {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* =========================
   HEADLINES
========================= */
h1,
h2,
h3,
h4,
h5,
.hero-title,
.project-hero-text h1,
.film-project-title,
.editorial-block p:first-child {
    font-family: var(--font-headline);
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* stärkere Akzente */
strong,
b {
    font-weight: 700;
}

/* =========================
   EDITORIAL / ABOUT
========================= */
.about-text p,
.film-about-text p,
.project-text p,
.legal-block p {
    font-family: var(--font-body);
}

/* =========================
   NAV / UI
========================= */
.utility-nav,
.outro-link,
.outro-alt,
button {
    font-family: var(--font-headline);
}

/* =========================
   RESET / BASICS
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.home {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

/* =========================
   SITE IDENTITY (NAME)
========================= */
.site-identity {
    position: fixed;
    top: 4vh;
    left: 4vw;
    font-family: var(--font-headline);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    pointer-events: auto;
}

.site-identity span {
    display: block;
}

.site-identity,
.site-identity:hover,
.site-identity:focus,
.site-identity:active {
    text-decoration: none !important;
}

.site-identity:hover {
    opacity: 0.75;
    text-decoration: none;
}

/* Commercial: dunkle Site Identity */
body.commercial .site-identity {
    color: rgba(0, 0, 0, 0.6);
}

/* Mobile etwas größer für Lesbarkeit */
@media (max-width: 768px) {
    .site-identity {
        top: 3vh;
        left: 6vw;
        font-size: 0.8rem;
    }
}

/* =========================
Sprachen Button (LANG / HOME)
========================= */
.utility-nav {
    position: fixed;
    top: 4vh;
    right: 4vw;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    z-index: 9999;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}

.utility-nav a,
.utility-nav button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 0.25s ease;
}

body.light-ui .utility-nav {
    color: rgba(0,0,0,0.65);
}

.utility-nav a:hover,
.utility-nav button:hover {
    opacity: 0.9;
    text-underline-offset: 3px;
}

.utility-sep {
    opacity: 0.4;
    pointer-events: none;
}

body.commercial .utility-nav {
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0.12em;
}

/* Mobile leicht weiter rein */
@media (max-width: 768px) {
    .utility-nav {
        right: 6vw;
        top: 3vh;
    }
}

/* =========================
   SPLIT SCREEN (STARTSEITE)
========================= */
.home .split {
    display: flex;
    height: 100vh;
}

.home .split-left,
.home .split-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.home .split-left .split-inner {
    background-color: #111;
    color: white;
}

.home .split-right .split-inner {
    background-color: #222;
    color: white;
}

.home .split-left .split-inner {
    filter: brightness(0.9) contrast(1.05);
}

.home .split-left:hover .split-inner {
    filter: brightness(1.05);
}

/* =========================
   ORIENTATION-BASED LAYOUT
========================= */
/* Hochkant: untereinander */
@media (orientation: portrait) {
    .home .split {
        position: relative;
        height: 100vh;
    }

    .home .split-left,
    .home .split-right {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50vh;
        overflow: hidden;
        will-change: transform;
    }

    /* oben */
    .home .split-left {
        top: 0;
        transform: translateY(0);
        z-index: 2;
    }

    /* unten */
    .home .split-right {
        top: 50vh;
        transform: translateY(0);
        z-index: 1;
    }
}

/* Quer: nebeneinander */
@media (orientation: landscape) {
    .home .split {
        flex-direction: row;
    }

    .home .split-left,
    .home .split-right {
        width: 50%;
        height: 100vh;
    }
}

/* =========================
   SPLIT INNER (BASIS)
========================= */
.home .split-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    filter: brightness(0.9) contrast(1.05);
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* LINKS: Stillframe */
.home .split-left .split-inner {
    background-image: url("../media/img/commercial-poster.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* RECHTS: Farbe */
.home .split-right .split-inner {
    background-color: #222;
}

/* Hover (nur wenn keine Animation läuft) */
.home .split:not(.animate-left):not(.animate-right).split-left:hover .split-inner,
.home .split:not(.animate-left):not(.animate-right).split-right:hover .split-inner {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* =========================
   SPLIT ANIMATION
========================= */
@media (orientation: landscape){
    .home .split.animate-left .split-left {
        width: 100%;
    }

    .home .split.animate-left .split-right {
        width: 0%;
    }

    .home .split.animate-right .split-right {
        width: 100%;
    }

    .home .split.animate-right .split-left {
        width: 0%;
    }

    .home .split-left,
    .home .split-right {
        transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .home .split-inner {
        transition: transform 0.4s ease,
    filter 0.4s ease;
    }
}

@media (orientation: portrait) {
    /* Commercial: oberes Bild fährt AUF */
    .home .split.animate-left .split-left {
        transform: translateY(0);
        height: 100vh;
    }

    .home .split.animate-left .split-right {
        transform: translateY(100vh);
    }

    /* Film: unteres Bild fährt AUF */
    .home .split.animate-film .split-right {
        transform: translateY(-50vh);
        height: 100vh;
        z-index: 3;
    }

    .home .split.animate-film .split-left {
        transform: translateY(-100vh);
    }
}

/* =========================
   Film
========================= */
.home .split-right .split-inner.split-film {
    background-image: url("../media/img/Alive_Inside-00010.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.95);
}

/* Film fühlt sich ruhiger an */
.home .split-right:hover .split-inner {
    filter: brightness(1);
}

/* Animation Übergang Film */
.home .split.animate-film .split-right {
    width: 100%;
}

.home .split.animate-film .split-left {
    width: 0%;
}

.home .split-left,
.home .split-right {
    transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.home .split.animate-film .split-right h1 {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home .split-right:hover .split-inner.split-film {
    filter: brightness(1);
}

/* =========================
   TYPO
========================= */
.home .split h1 {
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 400;
    letter-spacing: 0.1em;
}

/* =========================
   Impressum - Button
========================= */
.legal {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    opacity: 0.6;
}

.legal a {
    color: white;
    text-decoration: none;
}

.legal a:hover {
    text-decoration: underline;
}

.legal {
    z-index: 10;
}

@media (orientation: portrait) {
    .legal {
        bottom: 15px;
    }
}

/* =========================
   COMMERCIAL HERO
========================= */
.commercial .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("../media/img/commercial-poster.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.commercial .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: none;
}

.commercial .hero-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.commercial .hero-overlay h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    color: white;
}

.commercial .hero-video {
    opacity: 0;
    transition: opacity 0.15s linear;
}

/* Hero immer perfekt zentriert */
.commercial .slide-hero {
    padding: 0;

    /* kein Rand */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero-play-indicator i {
        font-size: 3rem;
    }
}

/* Video ganz unten */
.commercial .hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Abdunklung */
.commercial .hero::after {
    z-index: 1;
}

/* Titel */
.commercial .hero-overlay {
    position: relative;
    z-index: 3;
}

/* Play Button */
.hero-play-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 3.2rem));

    /* unter Titel */
    z-index: 4;
    pointer-events: none;
}

/* =========================
   HERO PLAY INDICATOR – STABLE
========================= */
.hero-play-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 3.2rem));
    z-index: 4;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.6s ease;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35));
}

/* ICON WRAPPER – HIER lebt die Animation */
.hero-play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: playPulse 2.4s ease-in-out infinite;
}

.hero-play-icon i {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    color: white;
}

/* Beim Verschwinden: NUR opacity */
.hero-play-indicator.is-hidden {
    opacity: 0;
}

/* =========================
   Pulse Animation (NUR scale)
========================= */
@keyframes playPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.5;
    }
}

/* wenn Video startet */
.hero-play-below.is-hidden {
    opacity: 0;
    transform: scale(0.9);
}

/* =========================
   HERO PLAY – BELOW TITLE
========================= */
.hero-play-below {
    margin-top: 2cqb;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.65;
    pointer-events: none;
}

.hero-play-below i {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    color: white;
    opacity: 0.85;
    animation: playPulse 2.4s ease-in-out infinite;
}

/* leichte Abdunklung */
.commercial .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.commercial .hero::after {
    pointer-events: none;
}

.sound-toggle {
    position: absolute;
    bottom: 4vh;
    right: 4vw;
    background: none;
    border: none;
    padding: 0;
    color: rgba(255,255,255,0.65);
    cursor: pointer;
    z-index: 6;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.sound-toggle i {
    font-size: 1rem;
}

.sound-toggle:hover {
    opacity: 1;
}

.ui-element {
    transition: opacity 0.6s ease;
}

.ui-hidden .ui-element {
    opacity: 0;
    pointer-events: none;
}

.hero.cursor-hidden {
    cursor: none;
}

@media (max-width: 768px) {
    .ui-hidden .ui-element {
        opacity: 1;
        pointer-events: auto;
    }

    .hero.cursor-hidden {
        cursor: auto;
    }
}

/* =========================
   SCROLL INDICATOR
========================= */
.scroll-next {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    z-index: 5;
}

.sound-toggle.is-active {
    opacity: 0.9;
}

/* sichtbar, aber noch zurückhaltend */
.scroll-next.is-visible {
    opacity: 0.6;
    pointer-events: auto;
}

/* Pfeil */
.scroll-next .arrow {
    font-size: 1.8rem;
    color: rgba(255,255,255,0.7);
    display: inline-block;
    animation: soft-bounce 4s ease-in-out infinite;
}

@keyframes soft-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

/* Kreis erscheint NUR beim Hover */
.scroll-next::before {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.scroll-next:hover::before {
    opacity: 1;
}

.scroll-next:hover {
    opacity: 1;
}

/* =========================
   SLIDES Commercial
========================= */
.slide {
    min-height: 100vh;
    padding: 8vh 8vw;
    display: flex;
    align-items: center;
    position: relative;
}

.slide-about {
    background: #fff;
    color: #111;
}

/* Slide Ueber mich */
.about-grid {
    display: grid;
    grid-template-columns: 3.5fr 1.5fr;
    gap: 6vw;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
}

.about-text h2 {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    opacity: 0.6;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 640px;
}

.about-text p:last-of-type {
    margin-bottom: 2.5rem;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.about-list li {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-bottom: 0.5rem;
}

.about-contact {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.about-contact a {
    font-size: 0.95rem;
    color: #111;
    text-decoration: none;
    letter-spacing: 0.04em;
    opacity: 0.7;
    transition: opacity 0.25s ease;
}

.about-contact a:hover {
    opacity: 1;
}

.about-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
}

.about-image {
    display: flex;
    align-items: center;
    transform: translateY(-2vh);
}

.about-name {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-grid {
        align-items: center;
    }

    .about-contact a {
        font-size: 1rem;
    }

    .about-image {
        margin-top: 3rem;
    }

    .about-image img {
        max-width: 220px;
    }
}

/* Social media */
.contact-main {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    color: #111;
    text-decoration: none;
}

.contact-main:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 1rem;
    display: flex;
    gap: 0.8rem;
}

.social-icons a {
    display: inline-flex;
    opacity: 0.5;
    transition: opacity 0.25s ease;
}

.social-icons i {
    font-size: 17px;
    opacity: 0.5;

    /* editorialer Trick */
    -webkit-text-stroke: 0.4px currentColor;
    text-rendering: geometricPrecision;
    transition: opacity 0.25s ease;
}

.social-icons a:hover i {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .social-icons {
        gap: 1.2rem;
    }

    .social-icons a {
        padding: 0.4rem;

        /* Touch-Zone */
    }

    .social-icons i {
        font-size: 30px;

        /* größer, aber nicht plump */
        opacity: 0.7;
    }
}

.slide.slide-outro {
    align-items: stretch;

    /* oder flex-start */
}

/* =========================
   SLIDE OUTRO – CLEAN FINAL
========================= */
.slide-outro {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.outro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.outro-inner {
    margin-top: 12vh;
    max-width: 420px;
}

.outro-question {
    align-self: flex-start;
    max-width: 420px;
    opacity: 0.6;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.outro-link {
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.outro-link:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.outro-actions {
    align-self: center;
    justify-self: center;
    text-align: center;
    margin-top: 5vh;
}

.outro-alt {
    margin-left: auto;
    Margin-top: 2vh;
}

.outro-alt a {
    color: inherit;
    text-decoration: none;
    background: none;
    transition: opacity 0.2s ease;
}

.outro-alt a:hover {
    opacity: 0.9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 768px) {
    .outro-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.legalC {
    position: relative;
    margin: 6vh auto 3vh;
    width: 100%;
    text-align: center;
    font-size: 11px;
    opacity: 0.5;
}

.legalC a {
    color: inherit;
    text-decoration: none;
}

.legalC a:hover {
    text-decoration: underline;
}

@media (orientation: portrait) {
    .legalC {
        bottom: 15px;
    }
}

/* =========================
   SCROLL REVEAL
========================= */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* feine Staffelung */
.delay-1 {
    transition-delay: 0s;
}

.delay-2 {
    transition-delay: 0.12s;
}

.delay-3 {
    transition-delay: 0.24s;
}

.delay-4 {
    transition-delay: 0.36s;
}

.delay-5 {
    transition-delay: 0.48s;
}

.delay-6 {
    transition-delay: 0.6s;
}

.delay-7 {
    transition-delay: 0.72s;
}

.delay-8 {
    transition-delay: 0.9s;
}

/* =========================
   REVEAL – IMAGE (ruhig)
========================= */
.reveal-image {
    opacity: 0;
    transition: opacity 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-image.is-visible {
    opacity: 0.75;

    /* oder 1, je nach Geschmack */
}

/* =========================
   Deutsch Englisch
========================= */
[data-lang] {
    display: none;
}

body.lang-de [data-lang="de"] {
    display: block;
}

body.lang-en [data-lang="en"] {
    display: block;
}

@media (max-width: 768px) {
    .utility-nav {
        gap: 1rem;
        font-size: 1rem;

        /* größerer Text */
    }

    .utility-nav a,
    .utility-nav button {
        padding: 0.6rem 0.4rem;

        /* größere Touch-Zone */
        opacity: 0.8;
    }
}

/* =========================
   FILM – HERO SLIDE
========================= */
body.film {
    background: #000;
    color: #fff;
    overflow-x: hidden;

    /* verhindert JEDE horizontale Scroll-Hölle */
}

/* Slide Reset für Film */
/* Film: nur Slides ohne eigenen Layout-Container resetten */
body.film .slide:not(.slide-film-outro):not(.slide-film-about) {
    padding: 0;
}

/* Hero Container */
.film-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.film-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12vh;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.25) 100%
  );
    pointer-events: none;
}

/* Vollbild-Still (cropped, nicht gequetscht) */
.film-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.film-hero-text {
    position: absolute;
    left: 4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.film-hero-name {
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,0.9);
}

.film-hero-role {
    margin-top: 0.3rem;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.45;
}

.hero-role {
    margin-left: 0.1em;
}

.hero-name {
    opacity: 0.9;
}

.hero-role {
    opacity: 0.45;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .film-hero-text {
        left: 6vw;
        right: 6vw;
        top: auto;
        bottom: 8vh;
        transform: none;
    }

    .film-hero-text h1 {
        font-size: 1.6rem;
    }
}

/* =========================
   HERO INTRO – sanftes Erscheinen
========================= */
.hero-intro {
    transform: translateY(14px);
    filter: blur(2px);
    animation: heroIntro 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes heroIntro {
    to {
        transform: translateY(0);
        filter: blur(0);
    }
}

/* =========================
   FILM – EDITORIAL SLIDE
========================= */
.slide-film-editorial {
    background: #000;
    color: #fff;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

    /* wichtig */
}

/* Linker Block */
.film-editorial-inner {
    margin-left: 10vw;
    max-width: 640px;
    align-self: flex-start;

    /* DAS ist der entscheidende Fix */
}

/* Textstil */
.editorial-block p {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.65;
}

/* Abstand = Pause */
.film-editorial-statement {
    margin-top: 12vh;
    text-align: center;
    align-self: center;
}

/* Statement selbst */
.film-editorial-statement p {
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .film-project-meta {
        left: 6vw;
        bottom: 6vh;
    }
}

/* =========================
   FILM – PROJECT SLIDE
========================= */
/* Basis */
.slide-film-project {
    background: #000;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Bild-Wrapper */
.film-project-figure {
    width: 100%;
    height: 80vh;

    /* bewusst NICHT 100vh */
    margin: 0;
    overflow: hidden;
}

/* Fokus der Projektstills */
.slide-film-project.amethyst .film-project-image {
    object-position: 10% center;
}

.slide-film-project.penpal .film-project-image {
    object-position: 60% center;
}

.slide-film-project.alive .film-project-image {
    object-position: 40% center;
}

/* Rhythmus pro Projekt */
.slide-film-project.amethyst .film-project-figure {
    margin-top: 0;
}

.slide-film-project.penpal .film-project-figure {
    margin-top: 6vh;
}

.slide-film-project.alive .film-project-figure {
    margin-top: 2vh;
}

/* kompletter Slide klickbar */
.film-project-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.film-project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

/* minimale Reaktion auf Hover */
.film-project-link:hover .film-project-image {
    transform: scale(1.015);
}

/* Meta */
.film-project-meta {
    position: absolute;
    left: 4vw;
    bottom: 8vh;
    z-index: 2;
}

/* Titel */
.film-project-title {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 300;
    letter-spacing: 0.02em;
    opacity: 0.95;
}

/* Subline */
.film-project-sub {
    margin-top: 0.35rem;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.45;
}

/* =========================
   FILM – SHOWREEL SLIDE
========================= */
.slide-film-showreel {
    background: #000;
    height: 100svh;

    /* WICHTIG */
    display: flex;
    padding: 0;
}

.showreel-inner {
    position: relative;
    width: 100%;
    height: 100%;

    /* WICHTIG */
    display: flex;
    align-items: center;
    justify-content: center;
}

.showreel-trigger {
    background: none;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 300;
    letter-spacing: 0.02em;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.showreel-trigger:hover {
    opacity: 0.6;
}

.showreel-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    Background: black;
    opacity: 0;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.6s ease;
}

.showreel-inner.is-playing .showreel-video {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.showreel-inner.is-playing .showreel-trigger {
    opacity: 0;
    pointer-events: none;
}

.showreel-control {
    position: absolute;
    bottom: 4vh;
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.sound-toggle {
    right: 4vw;
}

.play-toggle {
    left: 4vw;
}

.showreel-control:hover {
    opacity: 1;
}

.slide-film-showreel.cursor-hidden {
    cursor: none;
}

.showreel-control {
    opacity: 0;
    pointer-events: none;
}

.showreel-inner.is-playing .showreel-control {
    opacity: 0.6;
    pointer-events: auto;
}

.showreel-trigger {
    transform: translateY(6px);
}

.showreel-trigger:hover {
    transform: translateY(0);
}

/* =========================
   FILM – ABOUT ME SLIDE
========================= */
.slide-film-about {
    background: #000;
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
}

.film-about-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 12vh 8vw;
}

/* Textblock */
.film-about-text {
    max-width: 640px;
    padding-bottom: 2vh;

    /* kleiner Atemraum */
    color: rgba(255,255,255,0.8);
}

.film-about-text p {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    line-height: 1.75;
    font-weight: 300;

    /* falls Font es unterstützt */
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}

.film-about-text p em {
    font-style: normal;
    color: rgba(255,255,255,0.9);
}

/* Randnotiz-Bild */
.film-about-image {
    position: absolute;
    right: 8vw;
    bottom: 10vh;
    width: 260px;
    opacity: 0.75;
    pointer-events: none;
}

.film-about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    bottom: 0;

    /* wichtig */
    filter: grayscale(100%);
}

/* Mobile */
@media (max-width: 1100px) {
    .film-about-inner {
        padding: 10vh 6vw;
    }

    .film-about-image {
        position: static;
        width: 180px;
        margin-top: 6vh;
    }

    .film-about-text p:last-child {
        margin-bottom: 3vh;
    }
}

/* =========================
   FILM – ABOUT CONTACT
========================= */
.film-about-contact {
    margin-top: 1.4rem;
    font-size: 1rem;

    /* vorher 0.7rem */
    line-height: 1.75;
    letter-spacing: 0.05em;
    opacity: 0.75;

    /* vorher 0.55 */
}

.film-about-contact a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.film-about-contact a:hover {
    opacity: 0.9;
}

.film-about-social {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.film-about-social a {
    color: rgba(255,255,255,0.45);
    font-size: 1.5rem;
    transition: opacity 0.25s ease;
}

.film-about-social a:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .film-about-social i {
        font-size: 30px;
        opacity: 0.7;
    }
}

/* Randnotiz-Bild nicht klickbar */
.film-about-image {
    pointer-events: none;
}

/* Kontakt explizit klickbar */
.film-about-contact,
.film-about-contact a {
    pointer-events: auto;
}

.film-about-image {
    z-index: 1;
}

.film-about-text {
    position: relative;
    z-index: 2;
}

/* =========================
   FILM – Wechsel zu Commercial
========================= */
/* Film Outro – Farbwelt */
.slide-film-outro {
    background: #000;
    max-width: 1800px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    margin-top: 16vh;
}

.slide-film-outro .outro-question {
    opacity: 0.6;
}

.slide-film-outro .outro-link {
    color: rgba(255,255,255,0.85);
}

.slide-film-outro .outro-link:hover {
    opacity: 1;
}

.slide-film-outro .outro-alt {
    color: rgba(255,255,255,0.6);
}

/* Kontakt-Link im Outro – neutraler Stil */
.slide-film-outro a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}

/* Unterstreichung erst beim Hover */
.slide-film-outro a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================
   FILM – Impressum
========================= */
.film-footer {
    padding: 4vh 0 3vh;
    text-align: center;
    font-size: 11px;
    opacity: 0.45;
    background: #000;
}

.film-footer a {
    color: inherit;
    text-decoration: none;
}

.film-footer a:hover {
    text-decoration: underline;
}
}

