/*
 * Pfad: public/assets/css/style.css
 * Hauptfunktion: Definiert alle visuellen Stile für die Webseite. (Stand: Ende Sprint 2)
 */

/* 1. GRUNDEINSTELLUNGEN UND VARIABLEN
---------------------------------------------------------------------- */
:root {
    /* Farben */
    --theme-background: #0b0a0c; /* Sehr dunkles Grau / Fast-Schwarz */
    --theme-text: #FF6600;      /* Pures, kräftiges Orange */
    --theme-text-light: #f5f5ff; /* Ein leicht gebrochenes Weiß für Akzente */

    /* Typografie */
    --font-headline: 'Oswald', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

/* Basis-Reset und globale Stile */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
}

body {
    background-color: var(--theme-background);
    color: var(--theme-text);
    font-family: var(--font-body);
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* 3. TYPOGRAFIE-HELFERKLASSEN
---------------------------------------------------------------------- */
.text-uppercase {
    text-transform: uppercase;
}

/* 4. LAYOUT & SEKTIONEN
---------------------------------------------------------------------- */

.page_wrapper {
    position: relative;
    width: 100%;
    opacity: 0; /* Verhindert, dass der Inhalt am Anfang sichtbar ist, bis die Animation fertig ist */
}

.hero_section {
    position: relative;
    height: 100vh; /* Füllt den gesamten sichtbaren Bereich */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Text unten positionieren */
    align-items: flex-start; /* Text linksbündig */
    padding: 0 4vw 15vh 4vw; /* Innenabstand (oben, rechts, unten, links) */
    overflow: hidden; /* Alles, was übersteht, wird abgeschnitten */
}

.hero_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero_video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Füllt den Container, kann Ränder abschneiden */
    opacity: 0.5; /* Das Video etwas abdunkeln */
}

.hero_text_wrapper {
    position: relative;
    z-index: 2; /* Stellt sicher, dass der Text über dem Video liegt */
}

.hero-text-heading {
    font-family: var(--font-headline);
    font-weight: 600;
    line-height: 0.85;
    /* Responsive Schriftgröße: wächst mit der Bildschirmbreite */
    font-size: clamp(3.5rem, 15vw, 14rem);
    color: var(--theme-text-light); /* Abweichend von der Hauptfarbe für besseren Kontrast */
}

/* Vorbereitung für die Lade-Animation */
.hero_video_wrapper,
.hero-text-heading {
    opacity: 0;
    will-change: opacity, filter, transform; /* Performance-Hinweis */
}

.background-heading-clone {
    position: absolute;
    z-index: 1; /* Liegt hinter dem Original, aber über dem Video-Wrapper */
    color: var(--theme-text-light);
    opacity: 0; /* Startet unsichtbar, JS macht es sichtbar */
}
/* 4. LAYOUT & ALLGEMEINE SEKTIONEN

/* NEU: HAUPTNAVIGATION
---------------------------------------------------------------------- */
.navbar-wrapper {
    position: fixed;
    bottom: 5vh;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    /* Startet unsichtbar, JS blendet es ein */
    opacity: 0;
    will-change: opacity;
}

/* TEMPORÄRER FIX für Projects-Page */
.is-projects-page .navbar-wrapper {
    opacity: 1 !important;
}

.navbar-menu {
    display: flex;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent */
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px); /* Glas-Effekt für Safari */
    backdrop-filter: blur(10px); /* Glas-Effekt für andere Browser */
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-link {
    color: var(--theme-text-light);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-body);
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--theme-text);
}

/* Trigger für Footer-Animation */
.footer-animation-trigger {
    height: 1px; /* Nur damit das Element im DOM existiert */
}

/* 5. INHALTS-SEKTIONEN (SPRINT 3)
---------------------------------------------------------------------- */
.content-section {
    width: 100%;
    padding: 20vh 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Wichtig für z-index */
    z-index: 5; /* Über dem Hero-Video */
    background-color: var(--theme-background); /* Trennt visuell vom Video */
}

.about-short-section .text-wrapper {
    max-width: 900px; /* Begrenzt die Breite des Textes für bessere Lesbarkeit */
}

.text-large {
    font-family: var(--font-body);
    font-size: clamp(1.5rem, 3vw, 2.5rem); /* Responsive Schriftgröße */
    line-height: 1.4;
    font-weight: 300;
    color: var(--theme-text-light);
}

.claim-section {
    min-height: 100vh; /* Nimmt die volle Bildschirmhöhe ein, um den Effekt wirken zu lassen */
    background-color: var(--theme-text-light); /* Wechselt die Hintergrundfarbe für Kontrast */
    color: var(--theme-background); /* Textfarbe ist jetzt dunkel */
}

.claim-wrapper {
    text-align: center;
}

.claim-text {
    font-family: var(--font-headline);
    font-weight: 600;
    line-height: 0.9;
    font-size: clamp(3rem, 10vw, 8rem);
}

.projects-placeholder-section {
    min-height: 100vh;
}

.section-title {
    font-family: var(--font-headline);
    font-weight: 600;
    font-size: clamp(4rem, 20vw, 18rem);
    color: var(--theme-text-light);
    opacity: 0.2; /* Titel ist dezent im Hintergrund */
}

/* 6. PROJEKT-SCROLLER (SPRINT 4)
---------------------------------------------------------------------- */
.projects-section-wrapper {
    position: relative;
    overflow: hidden;
    /* Keine feste Höhe mehr - GSAP steuert das Pinning */
    height: 100vh; 
    width: 100vw;
}

.projects-container {
    /* Wichtig: Der Container ist breiter als der Bildschirm, um die Panels nebeneinander zu legen */
    width: 300%; /* 100% pro Projekt */
    height: 100vh;
    display: flex;
    flex-wrap: nowrap; /* Kein Umbruch */
    position: relative;
}

.project-panel {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.project-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    /* Vorbereitung für Parallax: Skalieren, damit wir es verschieben können */
    transform: scale(1.2); 
}

.project-info-overlay {
    position: absolute;
    /* ÄNDERUNG: Startet am oberen Rand und füllt die gesamte Höhe */
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    /* ÄNDERUNG: Padding an die Kinder verlagert, um volle Höhe zu ermöglichen */
    padding: 0; 
    display: flex;
    justify-content: space-between;
    /* ÄNDERUNG: Stellt sicher, dass die Kinder die volle Höhe einnehmen können */
    align-items: stretch; 
    color: var(--theme-text-light);
    /* Wichtig: Verhindert, dass man Text im Overlay aus Versehen markiert */
    pointer-events: none; 
}

.project-info-left,
.project-info-right {
    /* ÄNDERUNG: Flexbox, um den Inhalt nach unten zu drücken */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10vh 4vw; /* Innenabstand für den Text */
    height: 100%;
}

.project-info-left {
    flex-basis: 50%;
    align-items: flex-start; /* Text linksbündig */
}

.project-info-right {
    flex-basis: 40%;
    align-items: flex-start; /* Text linksbündig */
}

.project-title {
    font-family: var(--font-headline);
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1;
    margin: 0;
}

.project-subtitle {
    font-family: var(--font-body);
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    margin-top: 1rem;
    opacity: 0.8;
}

.project-description {
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    line-height: 1.5;
    font-weight: 300;
}



/* Vorbereitung für die Text-Animationen */
[data-animation="project-title"],
[data-animation="project-subtitle"],
[data-animation="project-description"] {
    opacity: 0;
    transform: translateY(30px);
}

/* Navigation Dots */
.project-nav-dots {
    display: none;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgba(255, 255, 255, 1);
}

/* 7. BUGFIXES & FEINSCHLIFF
---------------------------------------------------------------------- */

/* Stellt sicher, dass das ASCII-Logo die Zeilenumbrüche beibehält */
.ascii-logo {
    white-space: pre;
}

/* 8. SERVICES SECTION (SPRINT 5)
---------------------------------------------------------------------- */
.services-section {
    padding: 20vh 4vw;
    background-color: var(--theme-background);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

/* Blur-Animation für Section-Überschriften */
.services-wrapper .claim-wrapper,
.recognition-wrapper .claim-wrapper {
    min-height: 60vh; /* Genug Platz für Scroll-Animation */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-heading-large {
    font-family: var(--font-headline);
    font-weight: 600;
    color: var(--theme-text);
    font-size: clamp(4rem, 20vw, 18rem);
    line-height: 1;
    text-align: center;
    margin-bottom: 10vh;
    width: 100%; /* NIMMT VOLLE BREITE EIN */
    will-change: transform, filter; /* Performance-Hinweis für den Browser */
}

.accordion-list {
    width: 100%;
    max-width: 900px;
    list-style: none;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    color: var(--theme-text-light);
}

.accordion-header h3 {
    font-family: var(--font-headline); /* ÄNDERUNG: Headline-Font */
    font-weight: 600; /* ÄNDERUNG: Bolder */
    font-size: clamp(2rem, 5vw, 3.5rem); /* ÄNDERUNG: Größer */
}

.accordion-toggle-button {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--theme-background); /* Dunkler Text auf hellem Button */
    background-color: var(--theme-text-light); /* Heller Hintergrund */
    border-radius: 100px; /* Vollständig abgerundet */
    width: 120px; /* Etwas breiter */
    height: 35px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden; /* Wichtig für die Animation */
}

.accordion-toggle-button::before {
    content: '';
    position: absolute;
    left: 4px;
    width: 27px;
    height: 27px;
    background-color: var(--theme-text); /* ORANGER KREIS */
    border-radius: 50%;
    transition: transform 0.5s ease-out;
}

.accordion-item.is-active .accordion-toggle-button::before {
    transform: translateX(85px); /* Bewegt den Kreis nach rechts */
}

.accordion-toggle-button span {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease-out;
}

.accordion-toggle-button span:first-child { /* "more info" */
    transform: translateX(0);
}

.accordion-item.is-active .accordion-toggle-button span:first-child {
    transform: translateX(-120px); /* Schiebt "more info" nach links raus */
}

.accordion-toggle-button span:last-child { /* "less info" */
    transform: translateX(120px); /* Startet rechts außerhalb */
}

.accordion-item.is-active .accordion-toggle-button span:last-child {
    transform: translateX(0); /* Schiebt "less info" in die Mitte */
}

.accordion-content p {
    overflow: hidden;
    color: var(--theme-text-light);
    font-weight: 300;
    line-height: 1.6;
    padding-top: 1.5rem; /* Mehr Abstand nach oben */
    max-width: 80%;
}

.accordion-content {
    max-height: 0; /* Startet mit Höhe 0 */
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1); /* Weiche Transition */
}

.accordion-item.is-active .accordion-content {
    max-height: 500px; /* Animiert auf eine maximale Höhe */
}

/* 9. RECOGNITION / WERKLISTE SECTION (SPRINT 5)
---------------------------------------------------------------------- */
.recognition-section {
    padding: 20vh 4vw;
    background-color: var(--theme-background);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recognition-grid {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr; /* Spaltenaufteilung */
    gap: 1rem 2rem; /* Zeilen- und Spaltenabstand */
    color: var(--theme-text-light);
}

.recognition-grid > div {
    padding: 0.2rem 0; /* ÄNDERUNG: Geringerer Abstand */
    font-size: clamp(1rem, 2vw, 1.4rem); /* ÄNDERUNG: Größere Schrift */
    font-weight: 300;
}


.recognition-grid .grid-header {
    font-weight: 400;
    color: var(--theme-text);
    opacity: 0.7;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 102, 0, 0.3);
    padding-bottom: 1rem;
}

.recognition-grid .grid-separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
}
/* Haupt-Wrapper für den Inhalt nach dem Claim */
.main-content-wrapper {
    position: relative;
    z-index: 1;
    background-color: var(--theme-background);
}

/*###### AUDIO  */ 

.audio-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    cursor: pointer;
    margin-left: 1rem;
    transition: background-color 0.3s ease;
}

.audio-row span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.audio-icon {
    width: 20px;
    height: 20px;
    filter: invert(73%) sepia(40%) saturate(3207%) hue-rotate(360deg) brightness(101%) contrast(104%);
    transition: opacity 0.3s ease;
}

.audio-row span:first-child {
    padding-left: 1rem;
}

.audio-row:hover {
    background-color: var(--theme-text);
    color: #ffffff;
}

.audio-row:hover .audio-icon {
    content: url('/assets/images/icons/cassette-fill.svg');
    filter: brightness(0) invert(1);
}

/* 10. FOOTER SECTION
---------------------------------------------------------------------- */
.footer-spacing {
    height: 30vh; /* Schafft Platz, damit der Footer "aufgedeckt" werden kann */
}

.footer-section {
    position: relative;
    padding: 5vh 4vw;
    background-color: var(--theme-background);
    color: var(--theme-text-light);
    overflow: hidden;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.footer-left p {
    font-size: 0.9rem;
    opacity: 0.7;
    margin: 0.2rem 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.footer-nav a {
    color: var(--theme-text-light);
    text-decoration: none;
    font-family: var(--font-headline);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: var(--theme-text);
}

.footer-background-text {
    position: absolute;
    bottom: -10vh;
    left: 0;
    width: 100%;
    font-family: var(--font-headline);
    font-weight: 600;
    font-size: clamp(8rem, 30vw, 25rem);
    color: #1a1a1a; /* Sehr dunkles Grau */
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
}

/* 11. PROJECTS PAGE
---------------------------------------------------------------------- */
.is-projects-page {
    background-color: var(--theme-background);
}

.is-projects-page .page_wrapper {
    opacity: 1 !important; /* Macht die Projektseite sofort sichtbar */
}

/* Footer auf Projects-Page: Kein Spacing nötig */
.is-projects-page .footer-spacing {
    display: none;
}

/* Footer-Animation-Trigger */
.footer-animation-trigger {
    height: 1px;
    width: 100%;
}

.projects-page-header {
    height: 60vh;
    display: flex;
    align-items: center;
    padding: 0 4vw;
}

.projects-page-title {
    font-family: var(--font-headline);
    font-weight: 600;
    font-size: clamp(4rem, 15vw, 14rem);
    line-height: 0.9;
    color: var(--theme-text-light);
    opacity: 0.7;
}

.progress-wrapper {
    position: fixed;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.progress-dot.is-active {
    background-color: var(--theme-text-light);
    transform: scale(1.5);
}

.project-list-container {
    width: 100%;
}

.project-list-item {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

/* Video-Background (wie auf Homepage) */
.project-list-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-list-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.8s ease-out;
}

.project-list-item:hover .project-list-video {
    transform: scale(1.0);
}

/* Text-Overlay (wie auf Homepage) */
.project-list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--theme-text-light);
    padding: 0 4vw;
    opacity: 0;
    will-change: opacity, transform;
}

.project-list-title {
    font-family: var(--font-headline);
    font-size: clamp(3rem, 10vw, 8rem);
    line-height: 1;
    margin-bottom: 1rem;
}

.project-list-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.2rem);
    opacity: 0.8;
    margin-bottom: 2rem;
}

.project-list-description {
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    line-height: 1.5;
    font-weight: 300;
    max-width: 800px;
}

/* 12. ABOUT PAGE
---------------------------------------------------------------------- */
/* 12. ABOUT PAGE
---------------------------------------------------------------------- */
.about-hero-section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    overflow: hidden;
}


.about-hero-text {
    font-family: var(--font-headline);
    font-weight: 600;
    font-size: clamp(4rem, 14vw, 15rem);
    line-height: 0.85;
    color: var(--theme-text-light);
    position: relative; /* WICHTIG: Damit z-index funktioniert */
    z-index: 10; /* Höher als Video */
    text-align: left;
}

.about-hero-video-wrapper {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 1; 
    opacity: 0.3;
    pointer-events: none; /* Video ist nicht klickbar */
}

.about-hero-video-wrapper video { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.text-align-right { 
    display: block;
    width: 100%; 
}

/* Team Carousel Section */
.team-carousel-section {
    min-height: 100vh;
    padding: 15vh 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.team-carousel-heading {
    font-family: var(--font-headline);
    font-weight: 600;
    font-size: clamp(4rem, 12vw, 10rem);
    color: var(--theme-text-light);
    text-align: center;
    margin-bottom: 8vh;
    opacity: 0.3;
}

.team-carousel-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    width: 100%;
}

.team-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.5s ease-out;
    opacity: 0; /* Start unsichtbar für Animation */
    filter: blur(20px); /* Start mit Blur */
    transform: scale(0.8) translateY(40px);
}

.team-card.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
}

.team-card:hover {
    transform: scale(1.05) translateY(-10px);
}

.team-card-image-wrapper {
    aspect-ratio: 3 / 4; /* Portrait */
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

.team-card.is-landscape .team-card-image-wrapper {
    aspect-ratio: 4 / 3; /* Landscape */
}

.team-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-out;
}

.team-card:hover .team-card-image {
    transform: scale(1.1);
}

.team-card-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: var(--theme-text-light);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.team-card:hover .team-card-details {
    opacity: 1;
    transform: translateY(0);
}

.team-card-name {
    font-family: var(--font-headline);
    font-size: 1.5rem;
    margin: 0 0 0.3rem 0;
}

.team-card-role {
    font-family: var(--font-body);
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

/* Expanded State (wenn geklickt) */
.team-card.is-expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3) !important;
    z-index: 9999;
    max-width: 500px;
}

.team-card.is-expanded .team-card-details {
    opacity: 1;
    transform: translateY(0);
}

/* Overlay für Expanded State */
.team-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.team-overlay.is-active {
    opacity: 1;
    pointer-events: all;
}

/* Responsive */
@media (max-width: 1200px) {
    .team-carousel-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-carousel-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* 13. CONTACT PAGE
---------------------------------------------------------------------- */
.contact-heading {
    font-family: var(--font-headline); color: var(--theme-text-light);
    font-size: clamp(5rem, 20vw, 18rem); line-height: 1;
    text-align: center; padding: 20vh 4vw 10vh 4vw;
}
.contact-info-wrapper {
    display: flex; justify-content: center; padding: 0 4vw 20vh 4vw;
}
.contact-info-grid {
    display: grid; grid-template-columns: 150px 1fr;
    gap: 2rem 1rem; max-width: 800px;
}
.contact-info-label {
    font-family: var(--font-body); font-weight: 400; font-size: 1.2rem;
    color: var(--theme-text); text-transform: uppercase;
}
.contact-info-content {
    font-family: var(--font-body); font-weight: 300; font-size: 1.2rem;
    color: var(--theme-text-light); text-decoration: none;
}
.contact-info-content a:hover { color: var(--theme-text); }

/* 14. AUDIO PLAYER MODAL
---------------------------------------------------------------------- */
.audio-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.audio-modal.is-active {
    display: flex;
}

.audio-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.audio-modal-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 900px;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(11, 10, 12, 0.95), rgba(30, 30, 35, 0.95));
    border-radius: 2rem;
    border: 1px solid rgba(255, 102, 0, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.audio-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-text-light);
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.audio-modal-close:hover {
    background-color: var(--theme-text);
    color: var(--theme-background);
    transform: rotate(90deg);
}

.audio-track-info {
    text-align: center;
    margin-bottom: 2rem;
}

.audio-track-title {
    font-family: var(--font-headline);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--theme-text);
    margin: 0 0 0.5rem 0;
}

.audio-track-project {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--theme-text-light);
    opacity: 0.7;
    margin: 0;
}

.audio-waveform-wrapper {
    position: relative;
    height: 200px;
    margin: 2rem 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    overflow: hidden;
}

#waveform {
    position: relative;
    z-index: 2;
}

.layers-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.audio-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.audio-btn {
    width: 60px;
    height: 60px;
    border: none;
    background-color: var(--theme-text);
    color: var(--theme-background);
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
}

.audio-time {
    font-family: var(--font-body);
    color: var(--theme-text-light);
    font-size: 1rem;
}

.audio-volume {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.audio-volume span {
    font-size: 1.5rem;
}

#volumeSlider {
    width: 100px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    outline: none;
}

#volumeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--theme-text);
    cursor: pointer;
    border-radius: 50%;
}

#volumeSlider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--theme-text);
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

.audio-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.audio-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(3207%) hue-rotate(360deg) brightness(101%) contrast(104%);
    /* Filter macht das SVG orange (#FF6600) */
}

.audio-icon .icon-normal {
    opacity: 0.5;
}

.audio-icon .icon-hover {
    opacity: 0;
}

/* Hover State */
.audio-track-row:hover .audio-icon .icon-normal {
    opacity: 0;
}

.audio-track-row:hover .audio-icon .icon-hover {
    opacity: 1;
    transform: scale(1.15);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(105%) contrast(105%);
    /* Filter macht das SVG weiß beim Hover */
}

.audio-track-row:hover .audio-icon {
    transform: scale(1.2);
}

/* Playing State */
.audio-track-row.is-playing .audio-icon .icon-normal {
    opacity: 0;
}

.audio-track-row.is-playing .audio-icon .icon-hover {
    opacity: 1;
    animation: cassette-spin 2s linear infinite;
}

@keyframes cassette-spin {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

@keyframes playing-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.audio-track-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        var(--theme-text), 
        rgba(255, 102, 0, 0.9), 
        rgba(255, 102, 0, 0.7)
    );
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
    box-shadow: 0 0 30px rgba(255, 102, 0, 0.3);
}

.audio-track-row:hover::before {
    width: 100%;
}

.audio-track-row:hover .audio-title {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.08em;
}

/* 15. CONTENT MODAL (VIDEO/IMAGE/etc)
---------------------------------------------------------------------- */
.content-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.content-modal.is-active {
    display: flex;
}

.content-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
}

.content-modal-wrapper {
    position: relative;
    z-index: 2;
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.content-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-text-light);
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.content-modal-close:hover {
    background-color: var(--theme-text);
    color: var(--theme-background);
    transform: rotate(90deg);
}

.content-modal-header {
    margin-bottom: 1rem;
}

.content-modal-title {
    font-family: var(--font-headline);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--theme-text);
    text-align: center;
    margin: 0;
}

.content-modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.content-modal-body video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-modal-body video::-webkit-media-controls {
    display: flex !important;
}

.content-modal-body img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 16. RESPONSIVE FIXES
---------------------------------------------------------------------- */
/* 16. RESPONSIVE FIXES
---------------------------------------------------------------------- */

/* iPad Pro & Large Tablets (bis 1366px) */
@media (max-width: 1366px) and (min-width: 1025px) {
    .hero-text-heading,
    .projects-page-title,
    .about-hero-text {
        font-size: clamp(3.5rem, 13vw, 12rem);
        padding: 0 3vw;
    }
    
    .section-heading-large {
        font-size: clamp(3.5rem, 16vw, 14rem);
    }
}

/* iPad Standard & Air (Portrait: 768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-text-heading,
    .projects-page-title,
    .about-hero-text {
        font-size: clamp(3rem, 11vw, 9rem);
        padding: 0 2.5vw;
    }
    
    .section-heading-large {
        font-size: clamp(3rem, 14vw, 10rem);
    }
    
    .claim-text {
        font-size: clamp(2.5rem, 7.5vw, 6rem);
    }
    
    .project-title,
    .project-list-title {
        font-size: clamp(2.5rem, 7vw, 5.5rem);
    }
}

@media (max-width: 768px) {
    /* Tablet Portrait & Large Phones */
    .hero_section {
        padding: 0 2vw 10vh 2vw;
    }
    
    .hero-text-heading {
        font-size: clamp(2.5rem, 10vw, 8rem);
    }
    
    .projects-page-title {
        font-size: clamp(2.5rem, 10vw, 8rem);
    }
    
    .about-hero-text {
        font-size: clamp(2.5rem, 10vw, 8rem);
    }
    
    .section-heading-large {
        font-size: clamp(2.5rem, 12vw, 8rem);
    }
    
    .claim-text {
        font-size: clamp(2rem, 7vw, 5rem);
    }
    
    .project-title {
        font-size: clamp(2rem, 6vw, 4rem);
    }
    
    .project-list-title {
        font-size: clamp(2rem, 7vw, 5rem);
    }
    
    .text-large {
        font-size: clamp(1.2rem, 2.5vw, 2rem);
    }
    
    /* Navbar auf Mobile */
    .navbar-wrapper {
        bottom: 2vh;
    }
    
    .navbar-menu {
        padding: 0.3rem;
    }
    
    .nav-link {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }
    
    /* Progress Dots kleiner */
    .progress-wrapper {
        right: 2vw;
        gap: 10px;
    }
    
    .progress-dot {
        width: 6px;
        height: 6px;
    }
    
    /* Recognition Grid auf Mobile */
    .recognition-grid {
        grid-template-columns: 1fr 80px 80px 1fr;
        gap: 0.5rem 1rem;
        font-size: clamp(0.85rem, 1.5vw, 1rem);
    }
    
    .grid-header {
        font-size: 0.75rem;
    }
    
    /* Audio Rows auf Mobile */
    .audio-row {
        grid-template-columns: 1fr;
        padding: 0.8rem 0.5rem;
    }
    
    .audio-row span:not(:first-child) {
        display: none;
    }
    
    .audio-icon {
        width: 18px;
        height: 18px;
    }
    
    /* Accordions auf Mobile */
    .accordion-header h3 {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
    }
    
    .accordion-toggle-button {
        width: 100px;
        height: 30px;
        font-size: 0.85rem;
    }
    
    /* Footer auf Mobile */
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-nav {
        align-items: center;
    }
    
    .footer-background-text {
        font-size: clamp(5rem, 20vw, 15rem);
        bottom: -5vh;
    }
    
    /* Team Carousel auf Mobile */
    .team-carousel-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .team-card-image-wrapper,
    .team-card.is-landscape .team-card-image-wrapper {
        aspect-ratio: 3 / 4;
    }
    
    /* Content Modal auf Mobile */
    .content-modal-wrapper {
        width: 95vw;
        height: 85vh;
    }
    
    .content-modal-close {
        top: -40px;
        width: 35px;
        height: 35px;
    }
    
    .content-modal-title {
        font-size: clamp(1.2rem, 4vw, 2rem);
    }
    
    /* Audio Modal auf Mobile */
    .audio-modal-content {
        width: 95%;
        padding: 2rem 1.5rem;
    }
    
    .audio-waveform-wrapper {
        height: 150px;
    }
}
/* iPad Mini & Small Tablets (Portrait) */
@media (max-width: 768px) and (min-width: 481px) and (min-height: 1000px) {
    .hero-text-heading,
    .projects-page-title,
    .about-hero-text {
        font-size: clamp(2.8rem, 9.5vw, 7.5rem);
        padding: 0 3vw;
    }
    
    .section-heading-large {
        font-size: clamp(2.8rem, 11vw, 8rem);
    }
    
    .claim-text {
        font-size: clamp(2.2rem, 6.5vw, 5rem);
    }
}

@media (max-width: 480px) {
    /* Small Phones */
    .hero-text-heading {
        font-size: clamp(2rem, 9vw, 6rem);
        line-height: 0.9;
    }
    
    .projects-page-title {
        font-size: clamp(2rem, 9vw, 6rem);
    }
    
    .about-hero-text {
        font-size: clamp(2rem, 9vw, 6rem);
    }
    
    .section-heading-large {
        font-size: clamp(2rem, 10vw, 6rem);
    }
    
    .claim-text {
        font-size: clamp(1.5rem, 6vw, 4rem);
    }
    
    .project-list-title {
        font-size: clamp(1.5rem, 6vw, 4rem);
    }
    
    .text-large {
        font-size: clamp(1rem, 2vw, 1.5rem);
    }
    
    /* Navbar sehr kompakt */
    .navbar-menu {
        gap: 0.2rem;
    }
    
    .nav-link {
        font-size: 0.75rem;
        padding: 0.5rem 0.6rem;
    }
    
    /* Recognition Grid extrem vereinfacht */
    .recognition-grid {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }
    
    .grid-header {
        display: none;
    }
    
    .grid-separator {
        margin: 1rem 0;
    }
    
    /* Accordion Button angepasst */
    .accordion-toggle-button {
        width: 90px;
        height: 28px;
        font-size: 0.75rem;
    }
    
    .accordion-header h3 {
        font-size: clamp(1.2rem, 3.5vw, 2rem);
    }
    
    /* Content Modal sehr kompakt */
    .content-modal-wrapper {
        width: 98vw;
        height: 80vh;
    }
    
    .content-modal-header {
        margin-bottom: 0.5rem;
    }
    
    /* Audio Modal sehr kompakt */
    .audio-modal-content {
        padding: 1.5rem 1rem;
    }
    
    .audio-controls {
        flex-direction: column;
        gap: 1rem;
    }
    
    .audio-btn {
        width: 50px;
        height: 50px;
    }
    
    #volumeSlider {
        width: 80px;
    }
}

/* Landscape Orientation auf Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero_section {
        padding: 0 2vw 5vh 2vw;
    }
    
    .hero-text-heading {
        font-size: clamp(1.5rem, 8vh, 4rem);
    }
    
    .content-modal-wrapper {
        height: 95vh;
    }
    
    .content-modal-close {
        top: 10px;
        right: 10px;
    }
    
    .content-modal-header {
        display: none;
    }
}

/* 14. STIEHLER INSPIRATION SECTION
---------------------------------------------------------------------- */
.stiehler-section {
    position: relative;
    padding: 10vh 5vw 15vh 5vw;
    overflow: hidden;
}

.stiehler-background-title {
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-headline);
    font-size: clamp(8rem, 20vw, 20rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    filter: blur(20px);
}

.stiehler-gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.stiehler-item {
    flex: 0 1 calc(33.333% - 2vw);
    max-width: 400px;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stiehler-item:nth-child(even) {
    margin-top: 8vh;
}

.stiehler-item:nth-child(3n) {
    margin-top: 4vh;
}

.stiehler-item:hover {
    transform: scale(1.05);
}

.stiehler-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.05);
}

.stiehler-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.stiehler-item:hover .stiehler-image {
    transform: scale(1.1);
    opacity: 0.9;
}

.stiehler-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stiehler-item:hover .stiehler-details {
    opacity: 1;
    transform: translateY(0);
}

.stiehler-name {
    font-family: var(--font-headline);
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 0.3rem 0;
    letter-spacing: 0.05em;
}

.stiehler-subtitle {
    font-family: var(--font-body);
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    margin: 0;
}

/* 15b. IMAGE GALLERY MODAL
---------------------------------------------------------------------- */
.image-gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
}

.image-gallery-modal.is-active {
    display: flex;
}

.image-gallery-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
}

.image-gallery-modal-wrapper {
    position: relative;
    z-index: 2;
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.image-gallery-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-text-light);
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.image-gallery-modal-close:hover {
    background-color: var(--theme-text);
    color: var(--theme-background);
    transform: rotate(90deg);
}

.image-gallery-modal-header {
    margin-bottom: 1rem;
}

.image-gallery-modal-title {
    font-family: var(--font-headline);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--theme-text);
    text-align: center;
    margin: 0;
}

.image-gallery-modal-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.gallery-fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
    .image-gallery-modal-wrapper {
        width: 95vw;
        height: 85vh;
    }
    
    .image-gallery-modal-close {
        top: -40px;
        width: 35px;
        height: 35px;
    }
    
    .image-gallery-modal-title {
        font-size: clamp(1.2rem, 4vw, 2rem);
    }
}

@media (max-width: 480px) {
    .image-gallery-modal-wrapper {
        width: 98vw;
        height: 80vh;
    }
    
    .image-gallery-modal-header {
        margin-bottom: 0.5rem;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .image-gallery-modal-wrapper {
        height: 95vh;
    }
    
    .image-gallery-modal-close {
        top: 10px;
        right: 10px;
    }
    
    .image-gallery-modal-header {
        display: none;
    }
}

/* UNIVERSAL HEADING DISPLAY (Vordergrund) */
/* UNIVERSAL HEADING DISPLAY (Vordergrund) */
.heading-display {
    font-family: var(--font-headline);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(4rem, 15vw, 16rem);
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -0.02em;
    width: 100%;
    display: block;
}

.heading-background {
    font-family: var(--font-headline);
    font-size: clamp(3rem, 15vw, 18rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
    filter: blur(10px);
}

/* Stiehler-Bilder behalten Original-Seitenverhältnis */
.team-card[data-image] .team-card-image-wrapper {
    aspect-ratio: auto;
    height: auto;
}

.team-card[data-image] .team-card-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}