@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300&family=Playfair+Display:ital,wght@0,300;0,400;1,300&family=Caveat:wght@400;500;600;700&family=Sacramento&display=swap');

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

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

.textpage {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* ── Navigation ──────────────────────────────────── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* FIX #5: Logo — uppercase + wider tracking for elegance */
.logo {
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hamburger-menu-btn {
    display: none;
}

.nav-links {
    display: flex;
    gap: 3rem;
    list-style: none;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.5;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.95);
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Invisible bridge to keep hover active across the 0.5rem gap */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
    background: transparent;
}

.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    display: block;
    padding: 0.8rem 1.2rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* ── Intro Section ───────────────────────────────── */
.intro-section {
    position: relative;
    background-color: #000000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 4rem 2rem;
}

.intro-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* ── Hero ────────────────────────────────────────── */
.hero {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 100;
    letter-spacing: 18px;
    margin-bottom: 0;
    animation: fadeInUp 1.2s ease-out;
    font-family: 'Barlow Condensed', 'Futura', 'Century Gothic', sans-serif;
}

.hero-schmuck {
    display: block;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 20px;
    margin-top: 1rem;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 1.2rem;
    letter-spacing: 3px;
    opacity: 0.7;
    animation: fadeInUp 1.4s ease-out;
}

/* ── Project Section ─────────────────────────────── */
.project-section {
    padding: 8rem 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 4rem;
    /* FIX #7: stretch so divider fills full content height */
    align-items: stretch;
}

.project-divider {
    background-color: rgba(255, 255, 255, 0.15);
    width: 1px;
    /* height auto via stretch */
}

.project-title {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.4;
    margin-bottom: 2rem;
}

.project-text {
    font-size: 1.05rem;
    line-height: 2;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.project-lang-indicator {
    display: none;
}

/* ── Gallery Section ─────────────────────────────── */
.gallery-section {
    padding: 8rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 8px;
    margin-bottom: 4rem;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.4;
}

/* Category Section & Slider */
.category-section {
    margin-bottom: 12rem;
}

#cat-3 {
    margin-bottom: 2.5rem; /* Um einen Ticken verringert für perfekten Anschluss */
}

.category-heading {
    grid-column: 1 / span 2;
    grid-row: 1;
    font-size: 11vw;
    font-weight: 100;
    letter-spacing: 25px;
    text-transform: uppercase;
    opacity: 0.35;
    margin-bottom: 1rem;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    white-space: nowrap;
    line-height: 1.1;
    margin-left: -5px;
    /* Optische Korrektur für letter-spacing beim ersten Buchstaben */
}

.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.slider-arrow {
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    opacity: 0.4;
    /* Heller vor dem Hover */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 2rem;
    z-index: 10;
    user-select: none;
    font-family: serif;
}

.slider-arrow:hover {
    opacity: 1;
    transform: scale(1.15);
}

.slider-content {
    flex-grow: 1;
    width: 100%;
}

.fade-in {
    animation: fadeInSlide 0.8s ease forwards;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gallery item — 2fr/1fr grid */
.gallery-item {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 4rem;
    align-items: end;
}

@media (min-width: 969px) {
    .gallery-item.is-landscape {
        grid-template-columns: 1.6fr 0.6fr;
    }
}

/* Even items: swap column order cleanly without RTL trick */
/* Reset even items logic for the dynamic slider (it's always the first child) */
.gallery-item .gallery-image-container {
    grid-row: 2;
    grid-column: 1;
}

.gallery-item .gallery-right-side {
    grid-row: 3;
    /* Stacked below main image on mobile */
    grid-column: 1;
}

@media (min-width: 969px) {
    .gallery-item .gallery-right-side {
        grid-row: 2;
        /* Side-by-side with main image on desktop */
        grid-column: 2;
    }
}

.gallery-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-image-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-image-container img {
    transform: scale(1.05);
}

/* Right side: text + small image grouped VERTICALLY CENTERED */
.gallery-right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 2rem;
    padding: 0;
}

/* Small image — consistent square format, now LARGER */
.small-image-container {
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    background-color: transparent;
    flex-shrink: 0;
}

.small-image-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: transform 0.6s ease;
}

.gallery-item:hover .small-image-container img {
    transform: scale(1.05);
}

/* Gallery text block — matching new side width */
.gallery-text {
    padding: 0;
    font-family: 'Playfair Display', 'Georgia', serif;
    width: 100%;
    max-width: 320px;
}

.gallery-item:nth-child(even) .gallery-text {
    text-align: right;
}

.gallery-item-number {
    font-size: 0.7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.35;
    margin-bottom: 0.6rem;
    font-family: 'Avenir', sans-serif;
}

.gallery-item-title {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-style: italic;
    line-height: 1.4;
    opacity: 0.9;
}

.gallery-item-info {
    font-size: 0.8rem;
    line-height: 1.9;
    letter-spacing: 0.5px;
    opacity: 0.55;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
}

.gallery-item-description {
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
    opacity: 0.6;
    margin-top: 0.5rem;
}

/* ── About Section ───────────────────────────────── */
.about-section {
    padding: 8rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section .section-title {
    text-align: left;
}

.bio-content {
    max-width: 1200px;
    /* Wider for the 2-column layout */
    margin: 4rem 0 0;
    text-align: left;
}

.ausstellungen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

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

.column-title {
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1;
}

.column-title:first-child {
    margin-top: 0;
}

.bio-content h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
}

.bio-content p:not(.column-title) {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 1rem;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-weight: 300;
}

.bio-content p.no-year {
    display: block;
    font-weight: 300;
}

.bio-year {
    grid-column: 1;
    font-weight: 300;
    opacity: 0.6;
}

.bio-text {
    grid-column: 2;
    font-weight: 300;
}

.about-text {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 1px;
    opacity: 0.9;
    font-weight: 300;
}

/* ── Contact Section ─────────────────────────────── */
/* FIX #6: Compact contact section */
.contact-section {
    padding: 4rem 4rem 3rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-info {
    font-size: 1rem;
    line-height: 2.2;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-bottom: 2rem;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: border-color 0.3s ease;
}

.contact-info a:hover {
    border-color: rgba(255, 255, 255, 1);
}

/* ── Footer ──────────────────────────────────────── */
/* FIX #7: Single definition (removed duplicate) */
footer {
    padding: 2.5rem 4rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
    color: #fff;
}

.footer-text {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.35;
}

/* ── Animations ──────────────────────────────────── */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInMobileDropdown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Statement page ──────────────────────────────── */
.statement .statement-card {
    margin-top: 16px;
    padding: 22px;
    background: var(--card);
    border: 1px solid #eee;
    border-radius: 12px;
}

.statement .statement-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.textpage .site {
    padding-top: 90px;
}

.textpage nav.side {
    top: 90px;
    height: calc(100% - 90px);
}

/* ── Mobile Responsive ───────────────────────────── */
@media (max-width: 968px) {
    /* --- Navigation Bar & Overlay --- */
    nav {
        padding: 1rem 2rem !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        background: rgba(0, 0, 0, 0.8) !important;
        backdrop-filter: blur(10px);
        height: 70px;
    }

    .logo {
        font-size: 0.9rem !important;
        letter-spacing: 3px !important;
        z-index: 1100;
    }

    .hamburger-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 26px;
        height: 16px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1100;
        padding: 0;
        outline: none;
    }

    .hamburger-menu-btn span {
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    }

    .mobile-nav-open .hamburger-menu-btn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-nav-open .hamburger-menu-btn span:nth-child(2) {
        opacity: 0;
    }

    .mobile-nav-open .hamburger-menu-btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.96);
        backdrop-filter: blur(20px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.5rem;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                    visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        padding: 6rem 2rem 4rem 2rem;
        overflow-y: auto;
    }

    .mobile-nav-open .nav-links {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-links li {
        width: 100%;
        text-align: center;
    }

    .nav-links a {
        font-size: 1.25rem !important;
        letter-spacing: 4px !important;
        display: inline-block;
        padding: 0.5rem 1rem;
    }

    /* Dropdown inside Mobile Overlay */
    .nav-links .dropdown-menu {
        display: none;
        position: static;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0.8rem 0 0 0;
        margin: 0;
        min-width: unset;
        width: 100%;
        border-top: none;
    }

    .nav-links .dropdown.dropdown-active .dropdown-menu {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        animation: fadeInMobileDropdown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .nav-links .dropdown-menu li {
        border-bottom: none;
    }

    .nav-links .dropdown-menu a {
        font-size: 1rem !important;
        letter-spacing: 3px !important;
        opacity: 0.6;
        padding: 0.3rem 1rem;
    }

    .nav-links .dropdown-menu a:hover {
        background: transparent;
        opacity: 1;
    }

    .nav-links .dropdown > a::after {
        content: ' +';
        font-family: monospace;
        font-size: 1rem;
        vertical-align: middle;
        opacity: 0.5;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .nav-links .dropdown.dropdown-active > a::after {
        content: ' −';
    }

    /* --- Sections & Layout --- */
    .intro-section {
        min-height: auto !important;
        padding: 70px 0 0 0 !important;
    }

    .intro-container {
        max-width: 100%;
    }

    .intro-image {
        width: 100%;
    }

    .hero-title {
        font-size: clamp(2rem, 6vw, 3rem) !important;
        letter-spacing: clamp(8px, 1.5vw, 14px) !important;
    }

    .hero-schmuck {
        font-size: clamp(2rem, 6vw, 3rem) !important;
        letter-spacing: clamp(10px, 1.5vw, 16px) !important;
    }

    .project-section {
        padding: 5rem 2rem;
    }

    .project-container {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        gap: 0 !important;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .project-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    .project-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
        padding: 0 0.5rem;
    }

    .project-divider {
        display: none !important;
    }

    .project-lang-indicator {
        display: flex !important;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .project-lang-indicator span {
        font-family: 'Avenir', sans-serif;
        font-size: 0.85rem;
        letter-spacing: 2px;
        color: #ffffff;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity 0.3s ease;
        padding: 0.5rem;
    }

    .project-lang-indicator span.active {
        opacity: 1;
        font-weight: 500;
        border-bottom: 1px solid #ffffff;
    }

    .gallery-section,
    .about-section,
    .contact-section {
        padding: 5rem 2rem;
    }

    .section-title {
        font-size: 0.75rem;
        margin-bottom: 3rem;
    }

    .category-section {
        margin-bottom: 6rem;
    }

    #cat-3 {
        margin-bottom: 1.2rem;
    }

    /* --- Redesigned Mobile Slider --- */
    .slider-container {
        position: relative;
        padding-bottom: 4rem; /* Safe space for centered bottom arrows */
        width: 100%;
        display: block;
    }

    .slider-content {
        width: 100%;
    }

    .slider-arrow {
        position: absolute;
        bottom: 0;
        font-size: 2.2rem;
        padding: 0.5rem 1rem;
        background: transparent;
        border: none;
        z-index: 10;
        cursor: pointer;
    }

    .slider-arrow.left {
        left: 50%;
        transform: translateX(-55px);
    }

    .slider-arrow.right {
        right: 50%;
        transform: translateX(55px);
    }

    .category-heading {
        font-size: clamp(2.2rem, 8vw, 3.8rem);
        letter-spacing: 6px;
        margin-bottom: 2rem;
        text-align: center;
    }

    .gallery-item {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 2rem;
    }

    /* Reset even-item grid column overrides for mobile */
    .gallery-item:nth-child(even) .gallery-image-container {
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-item:nth-child(even) .gallery-right-side {
        grid-column: auto;
        grid-row: auto;
    }

    /* Museum-style label layout: Text and flip image side-by-side */
    .gallery-right-side {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1.5rem !important;
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto;
        padding: 1rem 0;
    }

    .gallery-text {
        max-width: 100%;
        text-align: left !important;
        flex: 1;
    }

    .gallery-item:nth-child(even) .gallery-text {
        text-align: left !important;
    }

    .small-image-container {
        max-width: 110px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    /* --- Biography & Exhibitions Lists Responsive Adjustments --- */
    .bio-content p:not(.column-title) {
        grid-template-columns: 90px 1fr !important;
        gap: 0.5rem;
        margin-bottom: 0.8rem;
    }

    .textpage .site {
        padding-top: 70px !important;
    }

    @media (max-width: 480px) {
        .bio-content p:not(.column-title) {
            display: block !important;
            margin-bottom: 1.2rem;
        }
        .bio-year {
            display: block;
            font-weight: 400;
            margin-bottom: 0.2rem;
            opacity: 0.5;
            font-size: 0.85rem;
            letter-spacing: 1px;
        }
        .bio-text {
            display: block;
            padding-left: 0;
        }
    }

    .bio-year:empty {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-dialog {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    nav.side {
        width: 220px;
    }

    header h1 {
        font-size: 18px;
    }

    #start h2 {
        font-size: 22px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery figure {
        height: auto;
        aspect-ratio: 4/5;
    }
}

/* ── Final Section (Emotional Gallery Finale) ──────────────── */
.final-section {
    position: relative;
    background-color: #000000;
    min-height: 100vh;
    /* EXACTLY matching .intro-section */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 4rem 2rem;
    /* EXACTLY matching .intro-section */
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.final-container {
    width: 100%;
    max-width: 1200px;
    /* EXACTLY matching .intro-container */
    display: flex;
    flex-direction: column;
    /* Stack title and image vertically */
    align-items: center;
    justify-content: center;
    position: relative;
}

.final-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8rem; /* Noch größer für einen absolut atemberaubenden Hero-Look! */
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #ffffff;
    opacity: 0.35;
    /* Matching category headings exactly */
    text-align: center;
    margin-bottom: 3.5rem;
    /* Elegant spacious gap above the portrait */
    width: 100%;
    line-height: 1.2;
}

.final-image {
    width: 100%;
    /* EXACTLY matching .intro-image */
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    border: none;
    /* KEIN WEISSER RAND */
}

@media (max-width: 968px) {
    .final-section {
        padding: 4rem 0 0 0 !important; /* Volle Breite für das Abschlussbild */
        min-height: auto !important;
    }

    .final-title {
        font-size: clamp(2.5rem, 8vw, 4.5rem) !important;
        letter-spacing: clamp(4px, 1.5vw, 10px) !important;
        margin-bottom: 2.5rem;
        padding: 0 1.5rem; /* Text benötigt Seitenabstand */
    }

    .final-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}