/* =========================================
   0. ROOT & GLOBALE SETTINGS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@200;300;400;600&display=swap');

:root {
    --accent: #b89060;
    --bg-dark: #1f1d1b;
    --bg-card: #2a2725;
    --glass-bg: rgba(31, 29, 27, 0.85);
    --text-main: #e8e4dc;
    --text-muted: #a39c95;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto !important;
    background-color: var(--bg-dark);
}

body {
    background-color: var(--bg-dark);
    font-family: 'Montserrat', sans-serif;
    color: var(--text-main);
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
}

    body.no-scroll {
        overflow: hidden;
    }

    /* =========================================
   1. GLOBALER HINTERGRUND-GLOW & GRAIN
   ========================================= */
    body::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");
        pointer-events: none;
        z-index: 9999;
        opacity: 0.15;
    }

    body::before {
        content: "";
        position: fixed;
        top: -20vh;
        right: -10vw;
        width: 60vw;
        height: 60vw;
        min-width: 600px;
        min-height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(184, 144, 96, 0.03) 0%, transparent 70%);
        filter: blur(120px);
        pointer-events: none;
        z-index: 0;
        animation: floatAura 35s infinite alternate ease-in-out;
    }

@keyframes floatAura {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-10vw, 15vh) scale(1.1);
    }

    100% {
        transform: translate(-3vw, 30vh) scale(0.95);
    }
}

/* =========================================
   2. INTRO ANIMATION
   ========================================= */
.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-dark);
    z-index: 20000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.intro-hidden {
    opacity: 0;
    visibility: hidden;
}

.intro-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-circle {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
    margin-bottom: 30px;
}

    .intro-circle circle {
        fill: none;
        stroke: var(--accent);
        stroke-width: 2;
        stroke-dasharray: 503;
        stroke-dashoffset: 503;
        animation: drawCircle 2s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

.intro-text {
    color: var(--accent);
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0;
    animation: fadeInText 1.5s ease-in-out 1s forwards;
}

@keyframes drawCircle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeInText {
    to {
        opacity: 1;
    }
}

/* =========================================
   3. NAVBAR & TYPOGRAPHY
   ========================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000; /* ueber dem Shield (9000), unter der Intro (20000) */
    /* SOLIDER, voll deckender Hintergrund – so kann beim Scrollen NICHTS
       durch den Header durchscheinen. Bewusst KEIN backdrop-filter hier:
       auf iOS Safari ist "position: fixed" + backdrop-filter fehlerhaft.
       Der Glas-Effekt wird nur auf Desktop zugeschaltet (siehe unten). */
    background: var(--bg-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    /* Notch-/Statusbar-Abstand: schiebt den Inhalt unter die Notch. */
    padding-top: env(safe-area-inset-top);
}

/* STATUSBAR-/NOTCH-ABDECKUNG:
   Der Header selbst wird von iOS um die Safe-Area-Hoehe nach unten gedrueckt
   und erreicht den Statusbar-Streifen daher nicht. Ein EINFACHES, ungefiltertes
   fixiertes Element bei top:0 erreicht den physischen Oberrand dagegen sehr wohl
   (per Diagnose bestaetigt). Deshalb deckt ".top-shield" (siehe unten, separates
   Element im HTML) den Streifen ab. */

/* Frosted-Glass nur auf Desktop, wo backdrop-filter zuverlaessig laeuft. */
@media screen and (min-width: 1101px) {
    header {
        background: rgba(31, 29, 27, 0.85);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
    /* Kein Statusbar-Streifen auf Desktop -> Shields aus. */
    .top-shield,
    html::before {
        display: none;
    }
}

/* Deckt den Statusbar-/Notch-Streifen ueber dem Header ab.
   FESTE Hoehe (nicht env(), das liefert auf diesem Geraet 0!). z-index 1900
   liegt UNTER der gesamten Header-Stapelebene (2000) -> kann Logo/Titel/Burger
   nie verdecken -> darf daher grosszuegig hoch sein. Liegt zugleich UEBER dem
   scrollenden Seiteninhalt (dessen z-index <= 10), deckt diesen also lueckenlos
   ab. Einfaches fixiertes Element -> erreicht den physischen Oberrand. */
.top-shield,
html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: var(--bg-dark);
    /* Hoher z-index: deckt den (auf iOS in hoher Ebene gerenderten) Inhalt ab.
       Liegt UNTER dem Header (10000) und der Intro (20000), aber UEBER allem
       Seiteninhalt. html::before ist die CSS-only-Variante (greift auch ohne
       HTML-Aenderung). */
    z-index: 9000;
    pointer-events: none;
}

.navbar-top {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    min-height: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.logo-container {
    position: absolute;
    left: 50%;
    top: 60%;
    margin: 0 !important;
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2001;
}

.logo-img {
    height: 70px;
    width: auto;
    border-radius: 75%;
    border: 1.5px solid var(--accent);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

    .logo-img:hover {
        transform: rotate(360deg);
    }

.navbar-title {
    font-family: 'Playfair Display', serif;
    color: var(--accent);
    font-size: 4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

body.has-scrolled .logo-container {
    left: 7%;
    transform: translateY(-30%) scale(1.4);
}

body.has-scrolled .navbar-title {
    opacity: 1;
    transform: translateX(-50%);
}

.navbar-bottom {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
}

    .nav-links a {
        color: var(--text-main);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.8rem;
        font-weight: 300;
        transition: 0.3s;
    }

        .nav-links a:hover {
            color: var(--accent);
        }

/* =========================================
   3. BURGER MENÜ (MOBILE) - Animiert
   ========================================= */
.burger {
    position: absolute;
    right: 10%;
    top: 70px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: none;
    cursor: pointer;
    z-index: 2005;
}

.burger-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    z-index: 1;
    pointer-events: none;
}

    .burger-circle circle {
        fill: none;
        stroke: var(--accent);
        stroke-width: 2.5;
        stroke-dasharray: 289;
        stroke-dashoffset: 289;
        transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

.burger .line1, .burger .line2, .burger .line3 {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background-color: var(--accent);
    border-radius: 3px;
    z-index: 2;
    margin: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.burger .line1 {
    top: calc(50% - 10px);
    transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
}

.burger .line2 {
    top: 50%;
    transition: opacity 0s ease 0.3s;
}

.burger .line3 {
    top: calc(50% + 10px);
    transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
}

.burger.toggle .line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.burger.toggle .line2 {
    opacity: 0;
    transition: opacity 0s ease 0.3s;
}

.burger.toggle .line3 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.burger.toggle .burger-circle circle {
    stroke-dashoffset: 0;
}

/* =========================================
   4. ANIMATIONEN & REVEAL-EFFEKTE
   ========================================= */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-right {
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

    .reveal-right.active {
        opacity: 1;
        transform: translateX(0);
    }

.sides-list .side-item:nth-child(1) {
    transition-delay: 0s, 0s, 0s, 0.1s, 0.1s;
}

.sides-list .side-item:nth-child(2) {
    transition-delay: 0s, 0s, 0s, 0.2s, 0.2s;
}

.sides-list .side-item:nth-child(3) {
    transition-delay: 0s, 0s, 0s, 0.3s, 0.3s;
}

.sides-list .side-item:nth-child(4) {
    transition-delay: 0s, 0s, 0s, 0.4s, 0.4s;
}

.sides-list .side-item:nth-child(5) {
    transition-delay: 0s, 0s, 0s, 0.5s, 0.5s;
}

.sides-list .side-item:nth-child(6) {
    transition-delay: 0s, 0s, 0s, 0.6s, 0.6s;
}

.sides-list .side-item:nth-child(7) {
    transition-delay: 0s, 0s, 0s, 0.7s, 0.7s;
}

.sides-list .side-item:nth-child(8) {
    transition-delay: 0s, 0s, 0s, 0.8s, 0.8s;
}

/* =========================================
   5. SEKTIONEN-BASIS
   ========================================= */
section {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.info-section {
    background-color: var(--bg-dark);
    padding: 0 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subtitle {
    display: block;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.7rem;
    margin-bottom: 20px;
}

.info-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 30px;
    font-weight: 400;
    color: var(--text-main);
}

.info-section p {
    max-width: 600px;
    font-weight: 300;
    line-height: 2;
    color: var(--text-muted);
    margin: 0 auto;
}

/* =========================================
   6. HERO SEKTION & SCROLL ARROWS
   ========================================= */
.hero {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 16vh;
    overflow: hidden;
}

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

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 23, 21, 0.9);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2001;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .hero-content h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(3rem, 10vw, 6rem);
        color: var(--accent);
        margin-bottom: 10px;
        font-weight: 400;
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

body.has-scrolled .hero-content h1 {
    opacity: 0;
    transform: translateY(-30px);
    pointer-events: none;
}

.hero-content p {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 2px;
    color: var(--text-muted);
}

body.has-scrolled .hero-content p {
    opacity: 0;
}

.scroll-indicator {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    padding: 20px;
    opacity: 0;
    animation: revealIndicator 1.5s ease-in-out 3.5s forwards;
}

@keyframes revealIndicator {
    to {
        opacity: 1;
    }
}

.chevron {
    width: 24px;
    height: 24px;
    border-right: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    transform: rotate(45deg);
    margin-top: -12px;
    animation: chevronFade 2s infinite;
    opacity: 0;
}

.scroll-indicator .chevron:nth-child(1) {
    animation-delay: 0s;
}

.scroll-indicator .chevron:nth-child(2) {
    animation-delay: 0.2s;
}

.scroll-indicator .chevron:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes chevronFade {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-5px, -5px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(5px, 5px);
    }
}

/* =========================================
   7. PHILOSOPHIE / ABOUT
   ========================================= */
.about-section {
    display: flex;
    align-items: center;
    background-color: var(--bg-dark);
    padding: 120px 5% 100px 5%;
    overflow: hidden;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.about-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .about-left h2 {
        font-size: 4rem;
        line-height: 1.15;
        margin-top: 15px;
        color: var(--text-main);
    }

.about-right {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-text-block {
    background: rgba(42, 39, 37, 0.3);
    padding: 35px 40px;
    border-radius: 8px;
    border: 1px solid rgba(184, 144, 96, 0.05);
    transition: all 0.4s ease;
}

    .about-text-block:hover {
        background: rgba(42, 39, 37, 0.8);
        border: 1px solid var(--accent);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(184, 144, 96, 0.1);
        transition: all 1.5s ease-in-out;
    }

    .about-text-block h3 {
        font-family: 'Playfair Display', serif;
        color: var(--accent);
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .about-text-block p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-muted);
    }

/* =========================================
   8. PROTEIN-HEROES
   ========================================= */
.info-section.protein-heroes {
    padding: 120px 5% 100px 5%;
}

.protein-header {
    margin-bottom: 60px;
}

.heroes-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    max-width: 1600px;
    background-color: #121110;
    padding: 60px;
    border-radius: 16px;
    box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(184, 144, 96, 0.05);
}

.hero-column {
    background: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 500px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

    .hero-column:hover {
        transform: translateY(-12px);
        border-color: var(--accent);
        box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    }

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    z-index: 1;
}

.blur-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.75);
    transform: scale(1.05);
    transition: filter 0.8s ease, transform 0.8s ease;
}

.hero-column:hover .blur-reveal img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1);
}

.hero-text-box {
    padding: 30px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .hero-text-box h3 {
        font-family: 'Playfair Display', serif;
        font-size: 1.6rem;
        margin-bottom: 12px;
        font-weight: 400;
        color: var(--text-main);
    }

    .hero-text-box p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: var(--text-muted);
    }

/* =========================================
   9. BEILAGEN (Sides)
   ========================================= */
.sides-section {
    display: flex;
    background-color: var(--bg-dark);
    padding: 100px 5% 0 5%;
    align-items: center;
}

.sides-container {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    gap: 80px;
    height: 80vh;
}

.sides-image-wrapper {
    flex: 1;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-card);
}

    .sides-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: opacity 0.3s ease-in-out;
    }

.fade-out {
    opacity: 0;
}

.sides-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .sides-content h2 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 20px;
        font-weight: 400;
    }

.sides-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .sides-list::-webkit-scrollbar {
        display: none;
    }

.side-item {
    padding: 15px 20px;
    background: transparent;
    border-left: 3px solid transparent;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition-property: background, border-left-color, translate, opacity, transform;
    transition-duration: 0.1s, 0.1s, 0.2s, 0.8s, 0.8s;
    transition-timing-function: ease, ease, ease, cubic-bezier(0.17, 0.67, 0.83, 0.67), cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

    .side-item:hover, .side-item.selected {
        background: rgba(184, 144, 96, 0.08);
        border-left-color: var(--accent);
        translate: 10px 0;
    }

    .side-item h4 {
        font-family: 'Playfair Display', serif;
        font-size: 1.2rem;
        color: var(--text-main);
        margin-bottom: 4px;
        font-weight: 400;
        transition: color 0.1s ease;
    }

    .side-item:hover h4, .side-item.selected h4 {
        color: var(--accent);
    }

    .side-item p {
        font-size: 0.85rem;
        color: var(--text-muted);
    }

/* =========================================
   10. SAUCEN
   ========================================= */
.sauces-section {
    display: flex;
    background-color: var(--bg-dark);
    padding: 100px 5% 0 5%;
    align-items: center;
}

.sauces-container {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    gap: 80px;
    height: 80vh;
}

.sauces-content {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .sauces-content h2 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2rem, 5vw, 3.5rem);
        margin-bottom: 30px;
        font-weight: 400;
    }

.sauces-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.sauce-box {
    background: var(--bg-card);
    padding: 20px;
    border-radius: 4px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

    .sauce-box:hover {
        background: rgba(184, 144, 96, 0.08);
        border-color: var(--accent);
        transform: translateY(-5px);
    }

    .sauce-box h4 {
        font-family: 'Playfair Display', serif;
        font-size: 1.4rem;
        color: var(--text-main);
        margin-bottom: 5px;
        font-weight: 400;
    }

    .sauce-box .recommendation {
        font-size: 0.75rem;
        color: var(--accent);
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .sauce-box p {
        font-size: 0.9rem;
        color: var(--text-muted);
        line-height: 1.5;
    }

.sauces-image-wrapper {
    flex: 1;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .sauces-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

/* =========================================
   11. FOOTER
   ========================================= */
footer {
    height: 100vh;
    background: #151413;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 1px;
}

/* =========================================
   12. MOBILE & TABLET (AUFGERÄUMT)
   ========================================= */
@media screen and (max-width: 1100px) {

    /* 1. HEADER ANPASSUNG FÜR DIE NOTCH */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000; /* ueber dem Shield (9000), unter der Intro (20000) */
        background: var(--bg-dark); /* solide & deckend, kein Durchscheinen */
    }

    .navbar-top {
        height: auto !important;
        min-height: 80px;
        padding-top: 10px; /* Notch-Abstand kommt vom Header (siehe oben) */
        padding-bottom: 10px;
    }

    /* --- INTRO & VIEWPORT --- */
    .intro-overlay {
        height: 100dvh !important;
        min-height: 100dvh !important;
        bottom: 0 !important;
        width: 100vw !important;
    }

    /* 1. SEKTIONEN BEFREIEN */
    section {
        height: auto !important;
        min-height: auto !important;
        padding: 100px 5% 80px 5% !important;
        display: block;
    }

    .info-section {
        height: auto;
    }

    /* 2. HERO / VIDEO-STARTSEITE */
    .hero {
        height: 100dvh !important;
        padding-top: 0 !important;
        padding-bottom: 12vh !important;
        display: flex;
    }

    .video-background {
        width: 100vw;
        height: 100dvh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .video-background video {
            height: 100%;
            width: 200%;
            object-fit: cover;
            max-width: none;
        }

    .hero-content {
        z-index: 10000;
    }

    .hero-content h1 {
        font-size: clamp(2.5rem, 8vw, 4rem);
    }

    /* 3. NAVBAR & BURGER MENÜ */
    .logo-container {
        top: 80%;
    }

    body.has-scrolled .navbar-title {
        opacity: 1;
        transform: translateX(-50%) translateY(20%);
        font-size: 3rem;
    }

    body.has-scrolled .logo-container {
        left: 7%;
        top: 65%;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100dvh;
        background: rgba(15, 15, 15, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem !important;
        transform: translateX(100%);
        transition: transform 0.6s ease;
        z-index: 2000;
        padding-top: 0;
    }

        .nav-links.nav-active {
            transform: translateX(0);
        }

        .nav-links a {
            font-size: 0.9rem !important;
            letter-spacing: 2px !important;
        }

    .burger {
        display: block;
        top: 50%;
        right: 7%;
        transform: translateY(0%);
    }

    /* 4. PHILOSOPHIE (ABOUT) */
    .about-container {
        flex-direction: column;
        gap: 30px;
    }

    .about-left h2,
    .about-left .subtitle {
        text-align: center;
        width: 100%;
    }

    .about-left h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .about-right {
        gap: 20px;
    }

    .about-text-block {
        padding: 25px;
    }

    /* 5. PROTEIN HEROES */
    .heroes-container {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        gap: 30px;
    }

    .hero-column {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        background: var(--bg-card);
    }

    .hero-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    /* 6. BEILAGEN (SIDES) */
    .sides-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto !important;
    }

    .sides-content {
        display: contents;
    }

        .sides-content > .reveal:first-child {
            order: 1;
            text-align: center;
            width: 100%;
            margin-bottom: 10px;
        }

        .sides-content .subtitle {
            text-align: center;
            display: block;
            width: 100%;
        }

    .sides-image-wrapper {
        order: 2;
        width: 100%;
        height: 35vh;
        margin-bottom: 20px;
        border-radius: 8px;
        display: block;
    }

    .sides-list {
        order: 3;
        width: 100%;
        max-height: none;
        overflow-y: visible;
        padding: 0;
    }

    .side-item {
        background: rgba(42, 39, 37, 0.5);
        margin-bottom: 15px;
        border-radius: 8px;
        border-left: 4px solid var(--accent);
        transform: none !important;
        translate: 0 0 !important;
        pointer-events: none;
    }

    /* 7. SAUCEN */
    .sauces-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto !important;
    }

    .sauces-content {
        display: contents;
    }

        .sauces-content > .reveal:first-child {
            order: 1;
            text-align: center;
            width: 100%;
            margin-bottom: 10px;
        }

        .sauces-content .subtitle {
            text-align: center;
            display: block;
            width: 100%;
        }

    .sauces-image-wrapper {
        order: 2;
        width: 100%;
        height: 35vh;
        margin: 0 0 20px 0;
        border-radius: 8px;
        display: block;
    }

    .sauces-grid {
        order: 3;
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
    }

    .sauce-box {
        text-align: center;
    }
}

/* =========================================
   13. iOS / SAFARI SPEZIFISCHE FIXES
   ========================================= */
@supports (-webkit-touch-callout: none) {

    html,
    body {
        background-color: var(--bg-dark);
        overscroll-behavior-y: none;
    }

    .hero,
    .video-background,
    .intro-overlay,
    .nav-links {
        height: -webkit-fill-available !important;
    }

    header {
        /* Auf dem fixierten Element KEIN backdrop-filter (iOS-Bug).
           Solider, deckender Hintergrund verhindert das Durchscheinen. */
        background: var(--bg-dark);
    }

    .navbar-top {
        /* Kein zusaetzliches Safe-Area-Padding mehr – der Header uebernimmt das. */
        padding-top: 10px;
    }
}
/* =========================================
   14. LEGAL PAGES (IMPRESSUM & DATENSCHUTZ)
   ========================================= */
.legal-page {
    /* Schafft Platz für den fixierten Header */
    padding-top: 150px; 
    padding-bottom: 100px;
    background-color: var(--bg-dark);
    min-height: 100vh;
}

.legal-content {
    max-width: 800px; /* Begrenzt die Textbreite für perfekte Lesbarkeit */
    margin: 0 auto;
    padding: 0 5%;
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1rem;
}

.legal-content h1 {
    font-family: 'Playfair Display', serif;
    color: var(--accent);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

.legal-content h2, .legal-content h3 {
    font-family: 'Playfair Display', serif;
    color: var(--text-main);
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 400;
}

.legal-content p, .legal-content ul {
    margin-bottom: 20px;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content a {
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-content a:hover {
    border-bottom: 1px solid var(--accent);
}