/* ======== SCHEER - Mobile Responsive Styles ======== */

/* ======== TABLET (max-width: 1024px) ======== */
@media (max-width: 1024px) {

    html {
        overflow-x: hidden;
    }

    /* Navigation */
    nav {
        padding: 30px 40px;
    }

    .nav-links {
        gap: 25px;
    }

    .nav-links a {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    /* Hero */
    .hero-content {
        padding: 0 30px;
    }

    .hero-brand {
        font-size: clamp(80px, 15vw, 140px);
    }

    .hero-stats-grid {
        gap: 40px;
    }

    .stat-number,
    .heading-68-gold {
        font-size: 52px;
    }

    /* Sections */
    .section-120,
    .section-140,
    .section-dark,
    .section-120-dark,
    .section-140-dark {
        padding: 100px 40px;
    }

    /* Grids */
    .grid-2col-gap40-mb40 {
        gap: 30px;
    }

    .features-grid {
        gap: 40px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .testimonial-card-wide {
        grid-column: span 2;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    /* CTA */
    .cta-info {
        gap: 50px;
    }

    /* Unternehmen Page */
    #page-unternehmen .subpage-hero {
        background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    }

    .unternehmen-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 60px;
    }

    .unternehmen-story {
        padding: 100px 60px;
    }

    .unternehmen-services {
        padding: 100px 60px;
    }

    /* Timeline */
    .grid-timeline,
    .grid-timeline-alt {
        gap: 25px;
    }

    .grid-timeline {
        grid-template-columns: 1fr 70px 1fr;
    }

    /* Gallery Sidebar */
    .scheer-gallery-sidebar {
        width: 180px;
    }

    /* Dynasty Timeline - Tablet */
    .dynasty-section {
        min-height: auto;
        padding: 60px 0;
    }

    .dynasty-container {
        gap: 0;
    }

    .dynasty-text {
        padding: 60px 40px;
    }

    .dynasty-year-side {
        padding: 60px 30px;
    }

    .dynasty-year {
        font-size: clamp(100px, 15vw, 160px);
    }

    .dynasty-year-fill {
        font-size: clamp(100px, 15vw, 160px);
    }

    .dynasty-section-royal .dynasty-year,
    .dynasty-section-royal .dynasty-year-fill {
        font-size: clamp(100px, 15vw, 160px);
    }

    .dynasty-name {
        font-size: clamp(36px, 5vw, 52px);
    }

    .dynasty-section-royal .dynasty-name {
        font-size: clamp(36px, 5vw, 52px);
    }

    .dynasty-description {
        font-size: 15px;
        max-width: 380px;
    }

    /* Imperial Toggle - Tablet */
    .imperial-toggle {
        padding: 60px 15px 45px;
    }

    .imperial-toggle-tab {
        padding: 0 25px;
    }

    .imperial-toggle-label {
        font-size: 10px;
        letter-spacing: 4px;
    }

    .imperial-toggle-track::before,
    .imperial-toggle-track::after {
        width: 50px;
    }

    /* Royal Sections - Tablet */
    .royal-crest img {
        width: clamp(150px, 20vw, 240px);
    }

    .royal-name {
        font-size: clamp(32px, 4.5vw, 52px);
    }

    .royal-year-bg {
        font-size: clamp(160px, 28vw, 380px);
        color: transparent;
        -webkit-text-stroke: 1px rgba(167, 145, 93, 0.2);
    }

    .royal-section::before,
    .royal-section::after,
    .royal-corner {
        width: 70px;
        height: 70px;
    }

    .royal-glow {
        width: 700px;
        height: 700px;
    }
}

/* ======== MOBILE (max-width: 768px) ======== */
@media (max-width: 768px) {

    /* ======== HIDDEN SECTIONS ON MOBILE ======== */
    .instagram-cta-section,
    .schenken-section,
    .pre-cta-divider,
    .post-cta-divider,
    .pre-schenken-divider,
    .pre-footer-divider {
        display: none !important;
    }

    /* ======== TOUCH PERFORMANCE ======== */
    *, a, button, [onclick], [role="button"], .hamburger-btn,
    .mobile-nav-links a, .nav-logo, .btn-refined-cta, .service-card {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    /* ======== ESSENCE CARDS CAROUSEL ======== */
    .essence-cards-wrapper {
        position: relative;
        overflow: hidden;
    }

    .essence-cards-track {
        display: flex;
        gap: 0;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .essence-cards-track > .service-card {
        flex: 0 0 100%;
        min-width: 100%;
        margin: 0;
    }

    .essence-nav-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    .essence-nav {
        width: 44px;
        height: 44px;
        background: rgba(10, 10, 10, 0.8);
        border: 1px solid rgba(167, 145, 93, 0.3);
        border-radius: 50%;
        color: #a7915d;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .essence-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

    .essence-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(167, 145, 93, 0.3);
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .essence-dot.active {
        background: #a7915d;
    }

    /* FADE-IN ANIMATIONEN - Schneller für Mobile */
    .fade-in-up:not(.visible) {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    }
    .fade-in-up.visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    }
    .fade-in-left:not(.visible) {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }
    .fade-in-left.visible {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }
    .fade-in-right:not(.visible) {
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }
    .fade-in-right.visible {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }

    /* KRITISCH: Linien horizontal halten */
    .flex-center-gap20,
    .inline-flex-center,
    .inline-flex-center-mb,
    div.flex-center-gap20,
    div.inline-flex-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    /* ======== UNIVERSAL DECORATIVE LINES FIX ======== */

    /* Hide ALL original decorative lines */
    .line-gradient-left,
    .line-gradient-right,
    .line-80-left,
    .line-80-right,
    [class*="line-animated"] {
        display: none;
        width: 0;
        min-width: 0;
        max-width: 0;
    }

    /* Universal label positioning for pseudo-elements */
    .section-label-sm,
    .section-label-lg,
    .label-11-gold-wide {
        position: relative;
        display: inline-block;
        padding: 0 45px;
    }

    /* Pseudo-element lines */
    .section-label-sm::before,
    .section-label-sm::after,
    .section-label-lg::before,
    .section-label-lg::after,
    .label-11-gold-wide::before,
    .label-11-gold-wide::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 30px;
        height: 1px;
    }

    .section-label-sm::before,
    .section-label-lg::before {
        right: 100%;
        margin-right: 10px;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.5));
    }

    .section-label-sm::after,
    .section-label-lg::after {
        left: 100%;
        margin-left: 10px;
        background: linear-gradient(90deg, rgba(167, 145, 93, 0.5), transparent);
    }

    /* label-11-gold-wide: lines inside padding area */
    .label-11-gold-wide::before {
        left: 0;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.5));
    }

    .label-11-gold-wide::after {
        right: 0;
        background: linear-gradient(90deg, rgba(167, 145, 93, 0.5), transparent);
    }

    /* Ensure parent containers center properly */
    .flex-center-gap20,
    .flex-gap25,
    .inline-flex-center,
    .inline-flex-center-mb,
    .hero-flex-header,
    .cta-eyebrow,
    .instagram-eyebrow {
        justify-content: center;
        gap: 0;
        overflow: visible;
    }

    /* ======== GLOBAL CENTERING FIX ======== */
    html {
        scroll-behavior: auto !important; /* Disable smooth scroll on mobile - causes stuttering */
        overflow-x: hidden;
    }

    section,
    .main-page-section {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .container,
    .container-700,
    .container-750,
    .container-1100,
    .container-1200-z2,
    .content-center-z2,
    .content-z2-1300,
    .cta-container,
    .testimonials-container,
    .instagram-cta-container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100svh;
        min-height: 580px;
        max-height: 100lvh;
        overflow: hidden;
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* Mobile: Poster-Bild statt Video für bessere Performance */
    .hero-bg-layer-2 {
        background-image: url('../images/hero-mobile.jpg');
        background-size: cover;
        background-position: center 30%;
        background-attachment: scroll;
    }

    /* Video auf Mobile verstecken (CSS-Backup für JS) */
    .hero-video {
        display: none;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
        max-width: 100%;
        overflow: hidden;
    }

    .hero-stats-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 35px;
    }

    .hero-cta {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    /* Grid centering */
    .grid-2col,
    .grid-2col-gap40-mb40,
    .grid-3col,
    .features-grid,
    .testimonials-grid {
        justify-items: center;
    }

    /* Cards centering */
    .service-card,
    .testimonial-card,
    .card-gold-border,
    .card-gold-centered {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        box-sizing: border-box;
    }

    /* Text alignment */
    .section-header,
    .testimonials-header,
    .text-center-mb80,
    .text-center-mb70,
    .text-center-mb50 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* ======== NAVIGATION ======== */
    nav {
        padding: 20px 25px;
        grid-template-columns: 1fr auto;
        background: transparent;
    }

    nav.scrolled {
        background: transparent;
    }

    .nav-links,
    .language-switcher-nav {
        display: none;
    }

    .nav-logo {
        justify-self: start;
    }

    .logo-nav {
        height: 35px;
    }

    /* Pill Toggle - kleiner und auf gleicher Höhe wie S-Button */
    .pill-toggle-container {
        bottom: 30px;
    }

    .pill-toggle {
        padding: 3px;
    }

    .pill-toggle-btn {
        padding: 8px 16px;
        font-size: 9px;
        letter-spacing: 0.08em;
    }

    .pill-toggle-bg {
        height: calc(100% - 6px);
        width: calc(50% - 3px);
        top: 3px;
        left: 3px;
    }

    /* Hamburger Button - 48px für besseres Touch-Target */
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        width: 48px;
        height: 48px;
        padding: 12px;
        margin: -4px;
        cursor: pointer;
        justify-self: end;
        grid-column: -1;
        z-index: 10001;
        border-radius: 8px;
    }

    .hamburger-btn:active {
        background: rgba(167, 145, 93, 0.1);
    }

    .hamburger-btn span {
        display: block;
        width: 26px;
        height: 2.5px;
        background: #a7915d;
        transition: transform 0.25s ease, opacity 0.25s ease;
        border-radius: 2px;
    }

    .hamburger-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* ======== MOBILE NAVIGATION OVERLAY ======== */
    .mobile-nav-overlay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0a0a0a;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 80px 40px 40px;
    }

    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Nav Links */
    .mobile-nav-links {
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: clamp(260px, 70vw, 400px);
    }

    .mobile-nav-links li {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom: 1px solid rgba(167, 145, 93, 0.15);
    }

    .mobile-nav-links li:last-child {
        border-bottom: none;
    }

    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.15s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.35s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
    .mobile-nav-overlay.active .mobile-nav-links li:nth-child(7) { opacity: 1; transform: translateY(0); transition-delay: 0.45s; }

    /* Typography */
    .mobile-nav-links a {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(14px, 4vw, 17px);
        font-weight: 400;
        color: rgba(245, 245, 240, 0.8);
        text-decoration: none;
        letter-spacing: clamp(0.1em, 2vw, 0.2em);
        text-transform: uppercase;
        display: block;
        padding: clamp(10px, 3vw, 15px) 0;
        position: relative;
        transition: color 0.3s ease;
    }

    .mobile-nav-links a::after {
        display: none;
    }

    .mobile-nav-links a:hover,
    .mobile-nav-links a.active {
        color: #a7915d;
    }

    /* Angebote Dropdown */
    .mobile-nav-links li:has(.mobile-dropdown-items) > a {
        color: rgba(245, 245, 240, 0.8);
    }

    /* Exklusiv - Gold */
    .mobile-nav-links .exklusiv-link {
        color: rgba(167, 145, 93, 0.9);
        font-style: italic;
    }

    /* Dropdown Items */
    .mobile-dropdown-items {
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 0 0 10px;
        border-top: 1px solid rgba(167, 145, 93, 0.1);
        margin-top: -5px;
    }

    .mobile-dropdown-items.active {
        display: flex;
    }

    .mobile-dropdown-items a {
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.15em;
        color: rgba(245, 245, 240, 0.5);
        padding: 10px 0;
        text-transform: uppercase;
    }

    .mobile-dropdown-items a:hover {
        color: #a7915d;
    }

    /* Language Switcher */
    .mobile-lang-switcher {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 35px;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
    }

    .mobile-nav-overlay.active .mobile-lang-switcher {
        opacity: 1;
    }

    .mobile-lang-switcher a {
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.25em;
        color: rgba(245, 245, 240, 0.35);
        text-decoration: none;
        padding: 12px 18px;
        transition: color 0.3s ease, background 0.3s ease;
    }

    .mobile-lang-switcher a:hover {
        color: rgba(245, 245, 240, 0.6);
    }

    .mobile-lang-switcher a.active {
        color: rgba(245, 245, 240, 0.7);
        background: none;
    }

    .mobile-lang-divider {
        width: 1px;
        height: 12px;
        background: rgba(245, 245, 240, 0.15);
        align-self: center;
    }

    /* ======== HERO SECTION ======== */

    .hero-eyebrow {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 15px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    }

    .hero-brand {
        font-size: clamp(60px, 18vw, 100px);
        letter-spacing: 8px;
        margin-bottom: 10px;
        text-shadow:
            0 2px 4px rgba(0, 0, 0, 0.8),
            0 4px 8px rgba(0, 0, 0, 0.6),
            0 0 40px rgba(167, 145, 93, 0.25);
    }

    .hero-brand .char {
        font-size: inherit;
    }

    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 3px;
        margin-bottom: 30px;
        text-shadow:
            0 1px 3px rgba(0, 0, 0, 0.9),
            0 0 20px rgba(0, 0, 0, 0.5);
    }

    .stat {
        text-align: center;
    }

    .stat-number,
    .heading-68-gold {
        font-size: 42px;
        margin-bottom: 5px;
        text-shadow:
            1px 1px 2px rgba(0, 0, 0, 0.7),
            0 2px 4px rgba(0, 0, 0, 0.5),
            0 0 15px rgba(167, 145, 93, 0.2);
    }

    .stat-label,
    .label-12-shadow {
        font-size: 11px;
        letter-spacing: 2px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .hero-cta {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .hero-cta-anim {
        opacity: 0;
        transform: none;
        animation: fadeIn 0.6s ease 1.5s forwards;
    }

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

    .btn-hero-refined {
        padding: 18px 40px;
        min-width: unset;
        width: 100%;
        max-width: 280px;
        font-size: 11px;
        letter-spacing: 3px;
    }

    /* Scroll Indicator */
    .scroll-indicator {
        bottom: 30px;
    }

    .scroll-indicator-arrow {
        width: 20px;
        height: 20px;
    }

    /* ======== SECTIONS ======== */
    .section-120,
    .section-140,
    .section-dark,
    .section-dark-alt,
    .section-120-dark,
    .section-140-dark,
    .section-120-overflow,
    .section-100-dark {
        padding: 70px 20px;
    }

    .main-page-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* ======== LEGAL PAGES ======== */
    .hero-50vh {
        min-height: auto;
        padding: 120px 20px 60px;
    }

    .legal-hero-title {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .datenschutz-hero-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .legal-section-title {
        font-size: 28px;
    }

    .legal-intro-text,
    .legal-address-text,
    .datenschutz-intro-text {
        font-size: 14px;
    }

    .body-text,
    .body-text-wide,
    .body-text-mb25 {
        font-size: 14px;
        line-height: 1.7;
    }

    #page-impressum .container-700,
    #page-datenschutz .container-700 {
        padding: 0 10px;
    }


    /* ======== TYPOGRAPHY ======== */
    .heading-lg {
        font-size: clamp(36px, 9vw, 52px);
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .heading-md {
        font-size: 20px;
    }

    .heading-clamp,
    .heading-clamp-md,
    .heading-clamp-alt {
        font-size: clamp(28px, 7vw, 42px);
        margin-bottom: 20px;
    }

    .heading-clamp-lg {
        font-size: clamp(32px, 8vw, 52px);
        margin-bottom: 30px;
    }

    .heading-42-gold,
    .heading-42-gold-sm,
    .heading-42-white {
        font-size: 32px;
    }

    .heading-36-gold,
    .heading-36-white {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .heading-28-gold,
    .heading-28-white,
    .heading-28-white-sm,
    .heading-28-white-xs {
        font-size: 24px;
    }

    .heading-26-gold,
    .heading-26-white {
        font-size: 22px;
    }

    .quote-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    .quote-big {
        font-size: 80px;
        margin-bottom: -20px;
    }

    .quote-heading {
        font-size: clamp(22px, 5vw, 32px);
        line-height: 1.5;
    }

    .text-20-muted,
    .text-20-italic-muted {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .text-22-quote {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .body-text,
    .body-text-lg,
    .body-text-wide {
        font-size: 14px;
        line-height: 1.9;
    }

    .section-label,
    .section-label-sm {
        font-size: 9px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    /* ======== CONTAINERS ======== */
    .container,
    .container-700,
    .container-750,
    .container-1100,
    .container-1200-z2 {
        padding: 0 15px;
        max-width: 100%;
    }

    .content-center-z2 {
        max-width: 100%;
        padding: 0 15px;
    }

    /* ======== GRIDS ======== */
    .grid-2col,
    .grid-2col-bordered,
    .grid-2col-gap40-mb40 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonials-container {
        overflow: hidden;
    }

    .testimonials-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        scrollbar-width: none;
        grid-template-columns: none;
        padding: 0 7.5vw;
        position: relative;
        touch-action: pan-x;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }
    .testimonials-grid::-webkit-scrollbar { display: none; }

    .testimonial-card,
    .testimonial-card-wide {
        min-width: 85vw;
        flex-shrink: 0;
        grid-column: auto;
        scroll-snap-align: center;
    }

    .testimonials-nav-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    .testimonials-nav {
        display: flex;
        width: 44px;
        height: 44px;
        background: rgba(10, 10, 10, 0.8);
        border: 1px solid rgba(167, 145, 93, 0.3);
        border-radius: 50%;
        color: #a7915d;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }
    .carousel-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(167, 145, 93, 0.3);
        transition: background 0.3s ease;
    }
    .carousel-dots .dot.active {
        background: rgba(167, 145, 93, 0.9);
    }

    .grid-3col-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    /* Stats auf kleinen Screens 1-spaltig */
    @media (max-width: 480px) {
        .grid-3col-stats {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .grid-3col-stats .stat {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid rgba(167, 145, 93, 0.15);
        }

        .grid-3col-stats .stat:last-child {
            border-bottom: none;
        }
    }

    /* Timeline Grid - Stacked on Mobile */
    .timeline-container {
        padding: 0 10px;
    }

    .timeline-line {
        display: none;
    }

    .grid-timeline,
    .grid-timeline-alt,
    .grid-timeline-last {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-bottom: 40px;
    }

    .grid-timeline .text-right,
    .grid-timeline .text-left,
    .grid-timeline-last .text-right,
    .grid-timeline-last .text-left {
        text-align: center;
        order: 2;
    }

    .grid-timeline > div:first-child:empty,
    .grid-timeline > div:last-child:empty,
    .grid-timeline-last > div:first-child:empty,
    .grid-timeline-last > div:last-child:empty {
        display: none;
    }

    .grid-timeline .z-2,
    .grid-timeline-last .z-2 {
        order: 1;
    }

    .icon-80-glow,
    .icon-80-glow-large {
        width: 60px;
        height: 60px;
    }

    .heading-32-gold,
    .heading-32-gold-cormorant {
        font-size: 24px;
    }

    .step-hours {
        font-size: 34px;
    }

    /* ======== CARDS ======== */
    .service-card,
    .card-gold-border,
    .card-gold-centered,
    .card-subtle,
    .card-subtle-hover {
        padding: 35px 25px;
        box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.3),
            0 0 20px rgba(167, 145, 93, 0.08),
            inset 0 1px 0 rgba(167, 145, 93, 0.1);
        border: 1px solid rgba(167, 145, 93, 0.2);
        transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    /* Active-State für Touch-Feedback */
    .service-card:active,
    .card-gold-border:active,
    .card-gold-centered:active {
        transform: scale(0.98);
        box-shadow:
            0 2px 8px rgba(0, 0, 0, 0.4),
            0 0 25px rgba(167, 145, 93, 0.15),
            inset 0 0 10px rgba(167, 145, 93, 0.05);
    }

    /* Hover deaktivieren, aber Active beibehalten */
    .service-card:hover,
    .card-gold-border:hover,
    .card-gold-centered:hover,
    .investment-box:hover,
    .feature:hover,
    .process-step:hover,
    .timeline-card:hover,
    .testimonial-card:hover,
    .scheer-essence .service-card:hover,
    .unternehmen-service-card:hover {
        transform: none;
    }

    /* Investment box */
    .investment-box:hover,
    .investment-box:active,
    .investment-box.service-card:hover,
    .investment-box.service-card:active {
        transform: none;
    }

    /* Corner Decorations - Smaller on Mobile */
    .corner-tl, .corner-tr, .corner-bl, .corner-br,
    .corner-tl-z4, .corner-tr-z4, .corner-bl-z4, .corner-br-z4 {
        width: 60px;
        height: 60px;
        top: 30px;
        left: 30px;
    }

    .corner-tr, .corner-tr-z4 {
        left: auto;
        right: 30px;
    }

    .corner-bl, .corner-bl-z4 {
        top: auto;
        bottom: 30px;
    }

    .corner-br, .corner-br-z4 {
        top: auto;
        left: auto;
        bottom: 30px;
        right: 30px;
    }

    .corner-decor-tl, .corner-decor-tr,
    .corner-decor-bl, .corner-decor-br {
        width: 30px;
        height: 30px;
    }

    /* ======== KREATIONEN GALLERY ======== */
    .kreationen-gallery,
    .kreationen-gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 10px;
    }

    .kreationen-item {
        margin-bottom: 0;
    }

    .kreationen-beschreibung {
        padding: 12px 10px;
    }

    .kreationen-name {
        font-size: 14px;
    }

    .kreationen-type {
        font-size: 10px;
    }

    .kreationen-btns-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    /* ======== INVESTMENT BOX ======== */
    .investment-container {
        padding: 0 20px;
    }

    .investment-box,
    .investment-box-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 50px 30px 45px;
        background: rgba(10, 10, 10, 0.9);
        border: 1px solid rgba(167, 145, 93, 0.15);
        border-radius: 4px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        position: relative;
        overflow: hidden;
    }

    /* Hide decorations on mobile — match testimonial cards */
    .investment-box::before {
        display: none;
    }

    .investment-box .shine-anim {
        display: none;
    }

    .investment-box .corner-accent-tl,
    .investment-box .corner-accent-tr,
    .investment-box .corner-accent-bl,
    .investment-box .corner-accent-br {
        display: none;
    }

    /* ---- Obere Sektion: Unsere Investition ---- */
    .investment-box .text-center-z2:first-of-type {
        text-align: center;
        padding-bottom: 32px;
        margin-bottom: 0;
        border-bottom: none;
        position: relative;
        width: 100%;
    }

    .investment-box .label-10-gold-mb30 {
        font-size: 9px;
        letter-spacing: 0.4em;
        margin-bottom: 22px;
        color: #a7915d;
        opacity: 0.85;
    }

    .investment-box .text-investment-desc {
        font-family: 'Cormorant Garamond', serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 2.4;
        color: rgba(245, 245, 240, 0.6);
        letter-spacing: 0.03em;
        text-align: center;
    }

    /* ---- Horizontale Trennlinie statt vertikal ---- */
    .investment-box .vertical-line {
        display: block;
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg,
            transparent,
            rgba(167, 145, 93, 0.5),
            transparent);
        margin: 8px 0;
        align-self: center;
    }

    /* ---- Untere Sektion: Ihre Investition (Hero-Preis) ---- */
    .investment-box .text-center-z2:last-of-type {
        text-align: center;
        padding-top: 28px;
        width: 100%;
    }

    .investment-box .text-center-z2:last-of-type .label-10-gold-mb30 {
        margin-bottom: 18px;
    }

    .investment-box .price-large {
        font-family: 'Cormorant Garamond', serif;
        font-size: 44px;
        font-weight: 300;
        letter-spacing: 0.04em;
        margin-bottom: 12px;
        background: linear-gradient(180deg, #d4c5a0 0%, #a7915d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .investment-box .price-subtitle {
        font-size: 9px;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: rgba(245, 245, 240, 0.4);
        margin-top: 6px;
    }

    /* ---- CTA Button ---- */
    .investment-container .cta-container {
        margin-top: 28px;
    }

    .investment-container .btn-refined-cta {
        width: 100%;
        padding: 20px 30px;
        font-size: 9px;
        letter-spacing: 0.35em;
        border-color: rgba(167, 145, 93, 0.3);
        justify-content: center;
        text-align: center;
    }

    .vertical-line {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.5), transparent);
    }

    .price-large {
        font-size: 36px;
    }

    /* ======== CTA SECTION ======== */
    .cta-container {
        padding: 0 15px;
    }

    .cta-title {
        font-size: clamp(28px, 7vw, 42px);
    }

    .cta-subtitle {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .cta-buttons,
    .cta-buttons-style {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .btn-refined-cta {
        width: 100%;
        max-width: 300px;
        padding: 16px 30px;
        font-size: 10px;
        justify-content: center;
        text-align: center;
    }

    /* CTA Info - Mobile Layout */
    .cta-info,
    .cta-info-style {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 50px 30px 0;
        border-top: none;
        width: 100%;
    }

    .cta-info::before {
        display: none;
    }

    .cta-info .info-item {
        padding: 28px 0;
        border-bottom: 1px solid rgba(167, 145, 93, 0.12);
    }

    .cta-info .info-item:last-child {
        border-bottom: none;
    }

    .cta-info .info-item .label-12-gold-block,
    .cta-info .info-item .info-label {
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: #a7915d;
        margin-bottom: 12px;
    }

    .cta-info .info-item .text-15-white,
    .cta-info .info-item .info-value {
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: rgba(245, 245, 240, 0.9);
        letter-spacing: 0.02em;
    }


    /* ======== KLANG DES HAUSES ======== */
    .klang-section {
        min-height: auto;
        padding: 0 0 60px 0;
        padding-top: 56vw; /* Platz für Bild (Seitenverhältnis ca. 16:9) */
        background: url('../images/klang-bg.jpg') center top / 100% auto no-repeat;
        background-color: #0a0a08;
    }

    .klang-glow {
        width: 350px;
        height: 350px;
        display: none;
    }

    .klang-inner {
        max-width: 100%;
        padding: 40px 25px 0;
        background: linear-gradient(to bottom,
            rgba(10, 10, 8, 0) 0%,
            rgba(10, 10, 8, 0.85) 8%,
            rgba(10, 10, 8, 1) 20%);
    }

    .klang-eyebrow {
        gap: 15px;
        margin-bottom: 25px;
    }

    .klang-eyebrow-line {
        width: 40px;
    }

    .klang-eyebrow-text {
        font-size: 10px;
        letter-spacing: 0.3em;
    }

    .klang-title {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .klang-subtitle {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .klang-player {
        padding: 30px 25px;
        flex-direction: column;
        gap: 20px;
    }

    .klang-play-btn {
        width: 56px;
        height: 56px;
    }

    .klang-waveform {
        width: 100%;
        height: 35px;
        order: 1;
    }

    .klang-progress-wrap {
        width: 100%;
        order: 2;
    }

    .klang-time {
        width: 100%;
        justify-content: space-between;
        order: 3;
    }

    .klang-corner {
        width: 16px;
        height: 16px;
    }

    .klang-hint {
        margin-top: 25px;
        font-size: 11px;
        gap: 8px;
    }

    .klang-hint svg {
        width: 16px;
        height: 16px;
    }


    /* ======== TESTIMONIALS ======== */
    .testimonials-section {
        padding: 70px 20px;
    }

    .testimonials-container {
        padding: 0;
    }

    .testimonials-header {
        margin-bottom: 40px;
    }

    .testimonial-quote-wide {
        font-size: 18px;
    }

    /* ======== ERWIN WURM SECTION ======== */
    .erwin-wurm-section {
        padding: 80px 25px;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Kein Einfliegen auf Mobile */
    .erwin-wurm-section.fade-in-up,
    .erwin-wurm-section .fade-in-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .erwin-wurm-section .z-2 {
        width: 100%;
    }

    .erwin-wurm-section .container {
        padding: 0;
    }

    /* Top Badge - Minimalist */
    .top-badge-container {
        margin-bottom: 50px;
    }

    .top-badge-container .inline-flex-center {
        position: relative;
        display: block;
        text-align: center;
    }

    .top-badge-container .section-label-sm {
        font-size: 10px;
        letter-spacing: 4px;
        opacity: 0.7;
        display: inline-block;
    }

    /* Override: position lines inside padding area */
    .top-badge-container .section-label-sm::before {
        left: 0;
        right: auto;
        margin-right: 0;
    }

    .top-badge-container .section-label-sm::after {
        right: 0;
        left: auto;
        margin-left: 0;
    }


    /* Quote - Hero Style */
    .quote-container {
        padding: 0;
        margin-bottom: 60px;
    }

    .quote-big {
        font-size: 140px;
        opacity: 0.12;
        position: absolute;
        top: -60px;
        left: -10px;
        line-height: 1;
    }

    .quote-heading {
        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.35;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    .quote-heading .text-gold-light {
        display: inline;
        font-style: italic;
    }

    /* Author Section - Stacked & Centered */
    .author-source-container {
        margin-bottom: 50px;
    }

    .author-source-container .flex-center-wrap {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .vertical-divider-gold {
        display: none;
    }

    .author-source-container > .flex-center-wrap > div {
        position: relative;
    }

    .author-source-container > .flex-center-wrap > div:first-child::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 1px;
        background: rgba(167, 145, 93, 0.4);
    }

    .author-name {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 5px;
    }

    .author-title {
        font-size: 11px;
        letter-spacing: 2px;
        opacity: 0.5;
    }

    .publication-name {
        font-size: 15px;
        letter-spacing: 2px;
        opacity: 0.8;
    }

    .publication-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
        opacity: 0.4;
    }

    /* Bottom Divider */
    .horizontal-divider-anim {
        max-width: 60px;
        margin: 0 auto;
        opacity: 0.5;
    }

    .author-source-container {
        padding: 0 10px;
    }

    .flex-center-wrap {
        flex-direction: column;
        gap: 25px;
    }

    .vertical-divider-gold {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.5), transparent);
    }

    /* ======== INSTAGRAM SECTION ======== */
    .instagram-cta-section {
        padding: 70px 20px;
    }

    .instagram-cta-container {
        padding: 0 15px;
    }

    .instagram-cta-title {
        font-size: clamp(28px, 7vw, 42px);
    }

    .instagram-logo {
        width: 60px;
        height: auto;
    }

    /* ======== ALL SUBPAGES ======== */

    /* Hero Section - Same height as Main Hero */
    .subpage-hero {
        height: 680px;
        min-height: 680px;
        max-height: 680px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 25px 60px;
        position: relative;
        overflow: clip;
    }

    /* Keep bottom corner accents only */
    .subpage-hero .corner-accent {
        width: 25px;
        height: 25px;
    }

    .subpage-hero [class*="corner-tl"],
    .subpage-hero [class*="corner-tr"] {
        display: none;
    }

    /* Hide particles and expand lines on mobile */
    .subpage-hero [class*="gold-particle"],
    .subpage-hero [class*="line-expand"] {
        display: none;
    }

    /* Glow Effect */
    .subpage-hero [class*="glow-pulse"] {
        opacity: 0.4;
    }

    /* Content Container */
    .subpage-hero .card-overlay-z5,
    .subpage-hero .hero-content-z5,
    .subpage-hero > div:last-child {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
        overflow: visible;
    }

    /* Eyebrow Label */
    .subpage-hero .hero-flex-header,
    .subpage-hero .flex-center-gap20 {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        overflow: visible;
    }

    .subpage-hero .section-label-lg,
    .subpage-hero .section-label-sm {
        font-size: 10px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: rgba(167, 145, 93, 0.9);
        font-weight: 500;
    }

    /* Position lines inside padding area (same as main page sections) */
    .subpage-hero .section-label-lg::before,
    .subpage-hero .section-label-sm::before {
        left: 0;
        right: auto;
        margin-right: 0;
    }

    .subpage-hero .section-label-lg::after,
    .subpage-hero .section-label-sm::after {
        right: 0;
        left: auto;
        margin-left: 0;
    }


    /* Main Title */
    .subpage-hero h1,
    .subpage-hero .hero-title-animated {
        font-size: clamp(42px, 12vw, 64px);
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 25px;
        letter-spacing: 2px;
        text-align: center;
    }

    /* Divider */
    .subpage-hero [class*="divider-150"],
    .subpage-hero .divider-100 {
        width: 50px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #a7915d, transparent);
        margin-bottom: 25px;
    }

    /* Subtitle */
    .subpage-hero p {
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        line-height: 1.5;
        color: rgba(245, 245, 240, 0.75);
        max-width: 280px;
        letter-spacing: 0.5px;
        text-align: center;
    }

    /* ======== PFLEGEKURSE PAGE ======== */

    /* Hide ALL fixed parallax backgrounds on mobile - causes scroll issues */
    .essen-parallax-bg,
    .essen-parallax-overlay,
    .fuehrungen-parallax-bg,
    .fuehrungen-parallax-overlay,
    .pflegekurse-parallax-bg,
    .pflegekurse-parallax-overlay,
    .unternehmen-parallax-bg,
    .unternehmen-parallax-overlay,
    .faq-parallax-bg,
    .faq-parallax-overlay,
    .reparatur-parallax-bg,
    .reparatur-parallax-overlay,
    .galerie-parallax-overlay,
    .parallax-bg,
    .parallax-overlay {
        display: none !important;
    }

    /* Fix: overflow:hidden traps touch scroll on mobile — use clip instead */
    #page-essen section,
    #page-gruppenfuehrungen section,
    #page-pflegekurse section {
        overflow: clip;
    }

    /* ======== MOBILE HERO BACKGROUNDS ======== */

    /* ESSEN - Hero */
    #page-essen .subpage-hero {
        background: url('../images/scheer-essen-bg-v2.webp') center/cover no-repeat;
        position: relative;
    }
    #page-essen .subpage-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.8) 100%);
        z-index: 0;
    }

    /* FÜHRUNGEN - Hero */
    #page-gruppenfuehrungen .subpage-hero {
        background: url('../images/scheer_g2973.webp') center/cover no-repeat;
        position: relative;
    }
    #page-gruppenfuehrungen .subpage-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.8) 100%);
        z-index: 0;
    }

    /* PFLEGEKURSE - Hero */
    #page-pflegekurse .subpage-hero {
        background: url('../images/pflegekurse-hero-v2.webp') center/cover no-repeat;
        position: relative;
    }
    #page-pflegekurse .subpage-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.8) 100%);
        z-index: 0;
    }

    /* REPARATUR - Hero */
    #page-reparatur .subpage-hero {
        background: url('../images/scheer_1005_b3347.webp') center/cover no-repeat;
        position: relative;
    }
    #page-reparatur .subpage-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.8) 100%);
        z-index: 0;
    }

    /* FAQ - nur Hero */
    #page-faq .subpage-hero {
        background: url('../images/dsc_6033.webp') center/cover no-repeat;
        position: relative;
    }
    #page-faq .subpage-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.8) 100%);
        z-index: 0;
    }

    /* Galerie Schuhe - same background as Accessoires on mobile */
    .galerie-parallax-schuhe {
        background-image: url('../images/galerie-bg-showroom-v2.webp') !important;
    }

    /* Massschuhe Hero - black background on mobile */
    .massschuhe-hero-bg {
        background-image: none !important;
        background-color: #0a0a0a !important;
    }

    /* ======== REPARATUR PAGE ======== */

    /* Statement Section */
    .reparatur-statement-section {
        padding: 80px 20px;
        min-height: auto;
    }

    .reparatur-content-box {
        padding: 0;
        text-align: center;
    }

    .reparatur-content-box .heading-clamp-lg {
        font-size: clamp(36px, 10vw, 52px);
        line-height: 1.2;
    }

    .reparatur-content-box .text-20-italic-muted-wide {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 10px;
    }

    /* ======== OVERFLOW-X FIX ======== */
    #page-reparatur,
    #page-gruppenfuehrungen,
    #page-essen,
    #page-massschuhe {
        overflow-x: clip;
    }

    /* ======== STATEMENT SECTIONS ======== */
    #page-pflegekurse .hero-70vh,
    #page-gruppenfuehrungen .hero-70vh,
    #page-essen .hero-70vh {
        padding: 80px 20px;
        min-height: auto;
        height: auto;
        overflow: clip;
    }

    #page-pflegekurse .hero-content-box,
    #page-gruppenfuehrungen .hero-content-box,
    #page-essen .hero-content-box {
        padding: 0;
        text-align: center;
    }

    #page-pflegekurse .hero-content-box .heading-clamp-lg,
    #page-gruppenfuehrungen .hero-content-box .heading-clamp-lg,
    #page-essen .hero-content-box .heading-clamp-lg {
        font-size: clamp(28px, 7.5vw, 52px);
        line-height: 1.2;
    }

    #page-pflegekurse .hero-content-box .text-20-muted,
    #page-gruppenfuehrungen .hero-content-box .text-20-muted,
    #page-essen .hero-content-box .text-20-muted {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 10px;
    }

    /* ======== FUEHRUNGEN & DINING TIMELINE ======== */
    #page-gruppenfuehrungen .section-120-overflow,
    #page-essen .section-120-overflow,
    #page-pflegekurse .section-120-overflow {
        padding: 60px 20px;
        overflow: clip;
    }

    #page-gruppenfuehrungen .container-1100,
    #page-essen .container-1100 {
        padding: 0;
    }

    /* 3-Item Row → elegantes vertikales Karten-Layout */
    #page-gruppenfuehrungen .flex-center-start,
    #page-essen .flex-center-start {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        position: relative;
        padding: 0;
    }

    /* Vertikale Timeline-Linie entfernt */
    #page-gruppenfuehrungen .flex-center-start::before,
    #page-essen .flex-center-start::before {
        display: none;
    }

    /* Desktop-Linie verstecken */
    #page-gruppenfuehrungen .header-line,
    #page-essen .header-line {
        display: none;
    }

    /* Jedes Timeline-Item - elegante Karte */
    #page-gruppenfuehrungen .pflegekurse-timeline-item,
    #page-essen .pflegekurse-timeline-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 25px;
        position: relative;
        z-index: 1;
        background: rgba(10, 10, 10, 0.6);
        border: 1px solid rgba(167, 145, 93, 0.15);
        border-radius: 4px;
    }

    /* Timeline-Dot entfernen */
    #page-gruppenfuehrungen .pflegekurse-timeline-item::before,
    #page-essen .pflegekurse-timeline-item::before {
        display: none;
    }

    /* Kreis mit Ziffer - prominent zentriert */
    #page-gruppenfuehrungen .pflegekurse-timeline-circle,
    #page-essen .pflegekurse-timeline-circle {
        width: 56px;
        height: 56px;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(10, 10, 10, 0.95);
        border: 1px solid rgba(167, 145, 93, 0.5);
        border-radius: 50%;
    }

    #page-gruppenfuehrungen .pflegekurse-timeline-circle .heading-sm,
    #page-essen .pflegekurse-timeline-circle .heading-sm {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        color: #a7915d;
        font-weight: 400;
    }

    /* Titel */
    #page-gruppenfuehrungen .pflegekurse-timeline-item .heading-md,
    #page-essen .pflegekurse-timeline-item .heading-md {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        font-weight: 400;
        color: #f5f5f0;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }

    /* Beschreibung */
    #page-gruppenfuehrungen .pflegekurse-timeline-item .card-desc,
    #page-essen .pflegekurse-timeline-item .card-desc {
        font-size: 14px;
        line-height: 1.7;
        color: rgba(245, 245, 240, 0.5);
        max-width: 280px;
        margin: 0 auto;
    }

    /* ======== FAQ PAGE ======== */

    /* FAQ Toggle - Mobile */
    .faq-toggle-wrapper {
        gap: 20px;
        padding: 40px 20px 50px 20px;
    }

    .faq-toggle-btn {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .faq-content-section {
        padding: 40px 0;
    }

    .faq-container {
        padding: 0 25px;
    }

    .faq-category {
        margin-bottom: 50px;
    }

    .faq-category:last-child {
        margin-bottom: 0;
    }

    /* Kategorie Header - Simpel */
    .faq-category-header {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .faq-category-line {
        display: none;
    }

    .faq-category-title {
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: rgba(167, 145, 93, 0.7);
        font-weight: 400;
    }

    /* FAQ Items - Clean */
    .faq-item {
        border: none;
        padding: 0;
        margin-bottom: 8px;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        cursor: pointer;
        border-bottom: 1px solid rgba(245, 245, 240, 0.06);
    }

    .faq-q-text {
        font-family: 'Cormorant Garamond', serif;
        font-size: 17px;
        line-height: 1.4;
        color: rgba(245, 245, 240, 0.9);
        font-weight: 400;
    }

    .faq-toggle {
        display: none;
    }

    /* Plus/Minus Icon statt Text */
    .faq-question::after {
        content: '+';
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: rgba(167, 145, 93, 0.5);
        transition: transform 0.3s ease;
    }

    .faq-item.active .faq-question::after {
        content: '−';
    }

    /* Antwort - versteckt by default */
    .faq-answer {
        display: none;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, max-height 0.3s ease;
    }

    /* Antwort - sichtbar wenn aktiv */
    .faq-item.active .faq-answer {
        display: block;
        max-height: 500px;
        opacity: 1;
    }

    .faq-a-text {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 1.8;
        color: rgba(245, 245, 240, 0.5);
        padding: 12px 0 20px;
        border-left: none;
        margin: 0;
    }

    /* ======== PFLEGEKURSE TIMELINE ======== */

    /* Wrapper = 2-column grid für 6 Items */
    .pflegekurse-timeline-wrapper {
        padding: 0 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        position: relative;
    }

    /* Keine zentrale Linie */
    .pflegekurse-timeline-wrapper::before {
        display: none;
    }

    /* Rows werden "unsichtbar" - Kinder fließen direkt ins Grid */
    .pflegekurse-timeline-row {
        display: contents;
    }

    /* Desktop-Linien ausblenden */
    .pflegekurse-timeline-line {
        display: none;
    }

    /* Jedes Item - elegante Karte */
    .pflegekurse-timeline-item {
        text-align: center;
        padding: 25px 15px;
        position: relative;
        z-index: 1;
        background: rgba(10, 10, 10, 0.6);
        border: 1px solid rgba(167, 145, 93, 0.15);
        border-radius: 4px;
    }

    /* Kreis mit römischer Ziffer */
    .pflegekurse-timeline-circle {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(167, 145, 93, 0.5);
        border-radius: 50%;
        background: rgba(10, 10, 10, 0.95);
    }

    .pflegekurse-timeline-circle .heading-sm {
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        color: #a7915d;
        font-weight: 400;
    }

    /* Titel */
    .pflegekurse-timeline-item .heading-md {
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px;
        color: #f5f5f0;
    }

    /* Beschreibung */
    .pflegekurse-timeline-item .card-desc {
        font-size: 12px;
        line-height: 1.6;
        color: rgba(245, 245, 240, 0.5);
        margin: 0;
    }

    /* Services Grid - Stack on mobile */
    .service-grid-2col {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 0 20px;
    }

    .service-card-left,
    .service-card-right {
        padding: 40px 25px;
        border: 1px solid rgba(167, 145, 93, 0.2);
        width: 100%;
    }

    .service-card-left .heading-42-white,
    .service-card-right .heading-42-white {
        font-size: 28px;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: left;
    }

    .service-list .flex-gap18,
    .service-list .flex-center-gap {
        justify-content: flex-start;
    }

    .service-list .body-text-bright {
        font-size: 15px;
    }

    /* Before/After Grid - Vertical on mobile */
    #page-reparatur .grid-timeline-alt {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    #page-reparatur .grid-timeline-alt .card-hover {
        width: 100%;
    }

    #page-reparatur .grid-timeline-alt .img-box {
        aspect-ratio: 4/3;
        width: 100%;
    }

    /* Arrow - horizontal with elegant styling */
    #page-reparatur .grid-timeline-alt > .flex-col-center {
        flex-direction: row;
        padding: 20px 0;
        justify-content: center;
    }

    #page-reparatur .grid-timeline-alt .line-vert-50-up,
    #page-reparatur .grid-timeline-alt .line-vert-50-down {
        width: 50px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.4), transparent);
    }

    #page-reparatur .grid-timeline-alt .icon-circle-60 {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    #page-reparatur .grid-timeline-alt .icon-circle-60 svg {
        width: 18px;
        height: 18px;
        transform: rotate(90deg);
    }

    /* ======== GALERIE / PRODUKTE ======== */

    /* Hide desktop category nav on mobile */
    .scheer-gallery-nav {
        display: none !important;
    }

    /* Gallery Section */
    .scheer-gallery-section {
        padding: 60px 20px;
    }

    /* Gallery Header */
    .scheer-gallery-header {
        margin-bottom: 40px;
    }

    .scheer-gallery-number {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .scheer-gallery-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .scheer-gallery-desc {
        font-size: 14px;
        padding: 0 10px;
    }

    .scheer-gallery-label {
        gap: 15px;
        margin-bottom: 15px;
    }

    .scheer-gallery-label-text {
        font-size: 10px;
    }

    /* Gallery Section - center everything */
    .scheer-gallery-section {
        padding: 60px 20px !important;
        text-align: center;
    }

    /* Product Grid - 1 column centered on mobile */
    [class*="scheer-gallery-grid"] {
        display: block !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    /* Each product as block */
    [class*="scheer-gallery-grid"] > * {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    [class*="scheer-gallery-grid"] > *:last-child {
        margin-bottom: 0 !important;
    }

    /* Product Cards */
    .scheer-product {
        aspect-ratio: 3/4;
    }

    .scheer-product-overlay {
        padding: 20px;
    }

    .scheer-product-name {
        font-size: 18px;
    }

    .scheer-product-type {
        font-size: 11px;
    }

    /* Section Divider */
    .scheer-gallery-section-divider {
        padding: 40px 20px;
    }

    /* ======== MOBILE GALLERY TOGGLE ======== */

    /* Hide desktop sticky toggle on mobile (gets covered by nav) */
    #page-massschuhe .gallery-toggle {
        display: none !important;
    }

    .mobile-gallery-toggle {
        display: none !important;
    }

    /* Mobile Filter Button - show on mobile */
    .mobile-filter-btn {
        display: flex !important;
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background: rgba(10, 10, 10, 0.95);
        border: 1px solid rgba(167, 145, 93, 0.4);
        color: #a7915d;
        padding: 12px 24px;
        gap: 10px;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        cursor: pointer;
    }

    /* Mobile Filter Overlay - Same style as nav */
    .mobile-filter-overlay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0a0a0a;
        z-index: 10001;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 80px 40px 40px;
    }

    .mobile-filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-filter-close {
        position: absolute;
        top: 25px;
        right: 25px;
        background: none;
        border: none;
        color: rgba(245, 245, 240, 0.5);
        font-size: 20px;
        cursor: pointer;
        padding: 10px;
        transition: color 0.3s ease;
    }

    .mobile-filter-close:hover {
        color: #a7915d;
    }

    /* Toggle */
    .mobile-filter-toggle {
        display: flex;
        gap: 0;
        margin-bottom: 35px;
        border: 1px solid rgba(167, 145, 93, 0.3);
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .mobile-filter-overlay.active .mobile-filter-toggle {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.05s;
    }

    .mobile-filter-toggle-btn {
        background: transparent;
        border: none;
        color: rgba(245, 245, 240, 0.5);
        font-family: 'Cormorant Garamond', serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        padding: 14px 24px;
        cursor: pointer;
        transition: background 0.4s ease, color 0.4s ease;
        position: relative;
    }

    .mobile-filter-toggle-btn:first-child {
        border-right: 1px solid rgba(167, 145, 93, 0.3);
    }

    .mobile-filter-toggle-btn.active {
        background: rgba(167, 145, 93, 0.12);
        color: #a7915d;
    }

    .mobile-filter-toggle-btn:not(.active):hover {
        color: rgba(245, 245, 240, 0.8);
    }

    /* Category Groups */
    .mobile-filter-group {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .mobile-filter-group.active {
        display: flex;
    }

    .mobile-filter-item {
        background: none;
        border: none;
        color: rgba(245, 245, 240, 0.8);
        font-family: 'Cormorant Garamond', serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding: 15px 0;
        width: 100%;
        max-width: 280px;
        cursor: pointer;
        transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
        opacity: 0;
        transform: translateY(20px);
        position: relative;
    }

    /* Line under each item except last */
    .mobile-filter-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(167, 145, 93, 0.15);
    }

    .mobile-filter-item:last-child::after {
        display: none;
    }

    .mobile-filter-item:hover,
    .mobile-filter-item.active {
        color: #a7915d;
    }

    /* Staggered animation for items inside active group */
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.1s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.15s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 0.35s; }
    .mobile-filter-overlay.active .mobile-filter-group.active .mobile-filter-item:nth-child(7) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }

    /* ======== FOOTER ======== */
    .footer {
        padding: 0 20px 30px;
        margin-top: 0;
    }

    .footer-modern {
        padding: 0;
    }

    .footer-modern::before {
        display: none;
    }

    .footer-top {
        padding: 0 0 40px;
    }

    .footer-top-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-logo {
        font-size: 32px;
    }

    .footer-brand-text {
        font-size: 14px;
        max-width: 280px;
        margin: 0 auto 25px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col-title {
        margin-bottom: 15px;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-column {
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-top: 30px;
    }

    .footer-cta-btn {
        padding: 14px 30px;
        font-size: 11px;
    }

    /* Footer Modern - Mobile */
    .footer-social-modern {
        justify-content: center;
    }

    .footer-badges {
        padding: 30px 20px;
    }

    .footer-badges-img {
        max-width: 280px;
        opacity: 0.7;
    }

    .footer-bottom-modern {
        padding: 30px 20px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-copyright-modern {
        font-size: 11px;
        line-height: 1.8;
    }

    .footer-credit-line {
        margin-top: 15px;
        padding-top: 12px;
    }

    .footer-legal {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* ======== GALLERY SIDEBAR ======== */
    .scheer-gallery-sidebar {
        display: none;
    }

    .scheer-sidebar-reopen {
        display: none;
    }

    /* ======== UNTERNEHMEN PAGE ======== */

    /* Hero - Same as other subpage heroes */
    #page-unternehmen .subpage-hero {
        background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    }


    /* Hide decorative lines on mobile */
    #page-unternehmen .line-expand-left-z4,
    #page-unternehmen .line-expand-right-z4,
    #page-unternehmen .line-animated-left,
    #page-unternehmen .line-animated-right,
    #page-unternehmen [class*="line-expand"],
    #page-unternehmen [class*="line-animated"] {
        display: none;
    }

    /* Eyebrow label - lines inside padding (same as other subpages) */
    #page-unternehmen .subpage-hero .section-label-lg {
        position: relative;
        display: inline-block;
        padding: 0 45px;
    }

    #page-unternehmen .subpage-hero .section-label-lg::before,
    #page-unternehmen .subpage-hero .section-label-lg::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 1px;
    }

    #page-unternehmen .subpage-hero .section-label-lg::before {
        left: 0;
        right: auto;
        margin-right: 0;
        background: linear-gradient(90deg, transparent, rgba(167, 145, 93, 0.5));
    }

    #page-unternehmen .subpage-hero .section-label-lg::after {
        right: 0;
        left: auto;
        margin-left: 0;
        background: linear-gradient(90deg, rgba(167, 145, 93, 0.5), transparent);
    }

    #page-unternehmen .subpage-hero h1 {
        font-size: clamp(42px, 12vw, 64px);
    }

    #page-unternehmen .subpage-hero .hero-quote {
        font-size: 16px;
        max-width: 280px;
    }

    .unternehmen-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 25px;
        gap: 25px;
        margin-top: 0;
    }

    .unternehmen-stat-number {
        font-size: 36px;
    }

    .unternehmen-stat-label {
        font-size: 10px;
    }

    .unternehmen-story {
        padding: 70px 25px;
    }

    .unternehmen-story-header h2 {
        font-size: 36px;
    }

    .unternehmen-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .unternehmen-quote {
        font-size: 22px;
        padding-left: 20px;
    }

    .unternehmen-highlight {
        padding: 35px 25px;
    }

    .unternehmen-highlight p {
        font-size: 16px;
    }

    .unternehmen-leather {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .unternehmen-leather-text h3 {
        font-size: 28px;
    }

    .unternehmen-services {
        padding: 70px 25px;
    }

    .unternehmen-services-header h2 {
        font-size: 32px;
    }

    .unternehmen-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .unternehmen-cta {
        padding: 60px 25px;
    }

    .unternehmen-cta h3 {
        font-size: 32px;
    }

    .unternehmen-cta p {
        font-size: 15px;
    }

    /* ======== DYNASTY TIMELINE ======== */
    .dynasty-section {
        min-height: auto;
        padding: 50px 0;
    }

    .dynasty-container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dynasty-container-reverse .dynasty-year-side,
    .dynasty-container-reverse .dynasty-text {
        order: unset;
    }

    .dynasty-year-side {
        padding: 40px 20px;
        min-height: 400px;
        order: 1;
    }

    .dynasty-portrait {
        background-position: center center;
    }

    .dynasty-text {
        padding: 40px 25px;
        order: 2;
    }

    /* Ensure fade animations work on mobile */
    .dynasty-fade-up {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .dynasty-section.in-view .dynasty-fade-up {
        opacity: 1;
        transform: translateY(0);
    }

    .dynasty-year {
        font-size: clamp(80px, 20vw, 120px);
    }

    .dynasty-year-fill {
        font-size: clamp(80px, 20vw, 120px);
    }

    .dynasty-section-royal .dynasty-year,
    .dynasty-section-royal .dynasty-year-fill {
        font-size: clamp(80px, 20vw, 120px);
    }

    .dynasty-eyebrow {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .dynasty-name {
        font-size: clamp(28px, 7vw, 38px);
        margin-bottom: 10px;
    }

    .dynasty-section-royal .dynasty-name {
        font-size: clamp(28px, 7vw, 38px);
    }

    .dynasty-title {
        font-size: 13px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .dynasty-section-royal .dynasty-title {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .dynasty-divider {
        width: 50px;
        margin-bottom: 20px;
    }

    .dynasty-description {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }

    .dynasty-section-royal .dynasty-description {
        font-size: 14px;
    }

    /* Reset royal styles to match regular dynasty sections */
    .dynasty-section-royal .dynasty-name {
        background: none;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: #f5f5f0;
        background-clip: unset;
        color: #f5f5f0;
    }

    .dynasty-section-royal .dynasty-year {
        -webkit-text-stroke: 1px rgba(167, 145, 93, 0.4);
    }


    .dynasty-section-royal .dynasty-eyebrow {
        color: #a7915d;
        letter-spacing: 3px;
    }

    .dynasty-section-royal .dynasty-roman {
        font-size: clamp(16px, 5vw, 24px);
        color: rgba(167, 145, 93, 0.3);
    }

    .dynasty-section-royal .dynasty-generation-title {
        color: rgba(167, 145, 93, 0.6);
        letter-spacing: 3px;
    }

    .dynasty-section-royal .dynasty-year-side::before {
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, rgba(167, 145, 93, 0.3) 50%, transparent 100%);
    }

    .dynasty-section-royal .dynasty-glow {
        width: 200px;
        height: 200px;
    }

    .dynasty-generation-label {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .dynasty-roman {
        font-size: clamp(16px, 5vw, 24px);
        margin-top: 15px;
    }

    .dynasty-generation-title {
        font-size: 11px;
        margin-top: 10px;
    }

    .dynasty-corner {
        width: 30px;
        height: 30px;
    }

    .dynasty-glow {
        width: 200px;
        height: 200px;
    }

    .dynasty-kuk-badge {
        font-size: 10px;
        letter-spacing: 2px;
        padding: 12px 20px;
        margin-top: 15px;
    }

    .dynasty-year-content {
        gap: 8px;
    }

    .dynasty-photo-toggle {
        padding: 12px 24px;
        letter-spacing: 2px;
        font-size: 10px;
        gap: 8px;
        margin-bottom: 25px;
    }

    .dynasty-photo-toggle:hover {
        letter-spacing: 2px;
        background: rgba(167, 145, 93, 0.08);
    }

    .dynasty-photo-toggle svg {
        width: 14px;
        height: 14px;
    }

    /* ======== IMPERIAL TOGGLE ======== */
    .imperial-toggle {
        padding: 40px 20px 30px;
    }

    .imperial-toggle-track {
        flex-direction: column;
        gap: 12px;
    }

    .imperial-toggle-track::before,
    .imperial-toggle-track::after {
        display: none;
    }

    .imperial-toggle-diamond {
        display: none;
    }

    .imperial-toggle-tab {
        width: 100%;
        padding: 14px 20px;
        border: 1px solid rgba(167, 145, 93, 0.3);
        text-align: center;
    }

    .imperial-toggle-tab:first-child,
    .imperial-toggle-tab:last-child {
        text-align: center;
        padding: 14px 20px;
    }

    .imperial-toggle-tab.active {
        border-color: rgba(167, 145, 93, 0.6);
        background: rgba(167, 145, 93, 0.08);
    }

    .imperial-toggle-label {
        font-size: 10px;
        letter-spacing: 2px;
        padding: 0;
    }

    /* Royal Sections - Mobile */
    .royal-section {
        min-height: 100svh;
    }

    .royal-inner {
        padding: 40px 20px;
    }

    .royal-crest img {
        width: clamp(130px, 36vw, 200px);
    }

    .royal-crest {
        margin-bottom: 30px;
    }

    .royal-name {
        font-size: clamp(28px, 7vw, 40px);
    }

    .royal-eyebrow {
        font-size: 9px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }

    .royal-subtitle {
        font-size: 15px;
    }

    .royal-desc {
        font-size: 14px;
    }

    .royal-names {
        font-size: 16px;
    }

    .royal-year-bg {
        font-size: clamp(140px, 40vw, 250px);
        color: transparent;
        -webkit-text-stroke: 1px rgba(167, 145, 93, 0.2);
    }

    /* Ensure royal fade animations work on mobile */
    .royal-fade {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .royal-section.in-view .royal-fade {
        opacity: 1;
        transform: translateY(0);
    }

    .royal-glow {
        width: 400px;
        height: 400px;
    }

    .royal-section::before,
    .royal-section::after,
    .royal-corner {
        width: 50px;
        height: 50px;
    }

    .royal-section::before { top: 15px; left: 15px; }
    .royal-section::after { bottom: 15px; right: 15px; }
    .royal-corner-tr { top: 15px; right: 15px; }
    .royal-corner-bl { bottom: 15px; left: 15px; }

    .royal-line-left,
    .royal-line-right {
        display: none;
    }

    /* ======== BUTTONS ======== */
    .btn {
        padding: 15px 35px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 15px 35px;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        padding: 16px 35px;
        font-size: 12px;
    }

    /* ======== DIVIDERS ======== */
    .divider-wide {
        max-width: 100%;
        margin: 0 20px;
    }

    .divider-100,
    .divider-100-mb30,
    .divider-100-no-mb {
        width: 70px;
        margin-bottom: 25px;
    }

    .divider-120 {
        width: 80px;
    }

    /* ======== PAGE LOADER ======== */
    .logo-loader {
        height: 50px;
    }

    .loader-spinner {
        width: 50px;
        height: 50px;
    }

    /* ======== SCROLL PROGRESS ======== */
    .scroll-progress {
        height: 2px;
    }

    /* ======== ADDITIONAL GRIDS ======== */
    .grid-3col,
    .grid-2col-wide,
    .grid-2col-services {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .inline-flex-center-mb {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ======== HERO BRAND ANIMATION ======== */
    .hero-brand-anim {
        font-size: clamp(60px, 18vw, 100px);
        letter-spacing: 8px;
        margin-bottom: 25px;
    }

    .hero-eyebrow-anim {
        font-size: 11px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }

    .hero-subtitle-anim {
        font-size: 20px;
        margin-bottom: 40px;
    }

    /* Mobile: Original Stat-Delays (Desktop hat langsamere) */
    .stat-delay-1 { animation-delay: 2.4s; }
    .stat-delay-2 { animation-delay: 2.5s; }
    .stat-delay-3 { animation-delay: 2.6s; }

    /* ======== SHOWCASE/KREATIONEN ======== */
    .showcase-section {
        padding: 70px 20px;
    }

    .kreationen-heading {
        font-size: clamp(32px, 8vw, 48px);
    }

    .section-header-centered {
        margin-bottom: 50px;
    }

    .kreationen-galerie-btn {
        display: none;
    }

    .kreationen-cta-mobile {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        padding: 0 15px;
        z-index: 2;
        position: relative;
    }

    .acc-container {
        margin-top: 40px;
        padding: 0 15px;
    }

    .acc-box {
        padding: 40px 30px;
    }

    /* ======== SCHEER ESSENCE ======== */
    .content-z2-1300 {
        padding: 0 15px;
    }

    /* Alle 3 Säulen-Boxen gleich groß auf Mobile */
    .scheer-essence .container-700 {
        max-width: 100%;
        padding: 0;
    }

    .scheer-essence .card-gold-centered {
        width: 100%;
        max-width: 100%;
    }

    .essence-number,
    .icon-circle-50,
    .icon-circle-50-centered {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }

    /* ======== ADDITIONAL TYPOGRAPHY ======== */
    .heading-display-gold {
        font-size: clamp(50px, 12vw, 100px);
        letter-spacing: 8px;
    }

    .heading-year-massive {
        font-size: clamp(40px, 10vw, 80px);
        letter-spacing: 5px;
    }

    .heading-name-elegant {
        font-size: clamp(22px, 5vw, 32px);
        letter-spacing: 2px;
    }

    .text-15-gray,
    .text-15-gray-mb20,
    .text-15-gray-centered {
        font-size: 14px;
        line-height: 1.7;
    }

    .text-16-gold-bold {
        font-size: 14px;
    }

    .text-investment-desc {
        font-size: 14px;
        line-height: 2.2;
    }

    .investment-box .price-large {
        font-size: 38px;
    }

    .investment-box,
    .investment-box-grid {
        padding: 40px 24px 38px;
    }

    .quote-italic-28 {
        font-size: 22px;
    }

    /* ======== BADGE STYLES ======== */
    .badge-gold {
        padding: 8px 16px;
    }

    .badge-gold-outline {
        padding: 10px 20px;
        font-size: 10px;
    }

    /* ======== MASSSCHUHE SECTION ======== */
    .massschuhe-section {
        padding: 70px 20px;
    }

    .section-header-750 {
        max-width: 100%;
        padding: 0 10px;
    }

    .divider-100-mb30 {
        margin-bottom: 20px;
    }

    /* ======== FOOTER MODERN ======== */
    .footer-top {
        padding: 60px 20px 50px;
    }

    .footer-top-inner {
        flex-direction: column;
        gap: 35px;
    }

    .footer-since {
        font-size: 12px;
    }

    /* ======== VIGNETTE ADJUSTMENTS ======== */
    .overlay-vignette,
    .vignette-dark,
    .vignette-dark-z2 {
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.8) 100%);
    }

    /* ======== ASPECT RATIO ADJUSTMENTS ======== */
    .aspect-3-4-overflow {
        aspect-ratio: 1/1;
    }

    .card-aspect-gold,
    .card-aspect-subtle {
        aspect-ratio: 16/10;
    }

    /* ======== EXKLUSIV LOGIN MODAL ======== */

    .exklusiv-modal-style {
        background: #050505;
    }

    .exklusiv-modal-content {
        width: 100%;
        max-width: none;
        height: 100%;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    /* Close Button - Oben rechts, eleganter */
    .exklusiv-close-btn {
        position: fixed;
        top: 30px;
        right: 30px;
        font-size: 28px;
        color: rgba(245, 245, 240, 0.3);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.4s ease, transform 0.4s ease;
    }

    .exklusiv-close-btn:active {
        color: #a7915d;
        transform: scale(0.95);
    }

    /* Logo - Größer, mehr Präsenz */
    .exklusiv-logo {
        font-size: 42px;
        letter-spacing: 0.3em;
        margin-bottom: 16px;
        background: linear-gradient(135deg, #c9b896 0%, #a7915d 50%, #8a7648 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* Subtitle */
    .exklusiv-subtitle {
        font-size: 10px;
        letter-spacing: 0.35em;
        color: rgba(245, 245, 240, 0.4);
        margin-bottom: 60px;
    }

    /* Decorative Line - Breiter, subtiler */
    .exklusiv-decorative-line {
        width: 100px;
        height: 1px;
        background: linear-gradient(90deg,
            transparent,
            rgba(167, 145, 93, 0.4) 20%,
            rgba(167, 145, 93, 0.4) 80%,
            transparent);
        margin: 0 auto 60px;
    }

    /* Input Wrapper */
    .exklusiv-input-wrapper {
        width: 100%;
        max-width: 320px;
        margin-bottom: 24px;
    }

    /* Password Input - Minimalistisch, elegant */
    .exklusiv-password-input {
        width: 100%;
        padding: 22px 20px;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(167, 145, 93, 0.25);
        border-radius: 0;
        color: #f5f5f0;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0.5em;
        text-align: center;
        outline: none;
        transition: border-color 0.4s ease;
    }

    .exklusiv-password-input::placeholder {
        color: rgba(245, 245, 240, 0.2);
    }

    .exklusiv-password-input:focus {
        border-bottom-color: #a7915d;
        box-shadow: none;
    }

    /* Input Label - Floating */
    .exklusiv-input-label {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #050505;
        padding: 0 15px;
        font-size: 9px;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: rgba(167, 145, 93, 0.6);
        white-space: nowrap;
    }

    /* Error Message */
    .exklusiv-error {
        font-size: 11px;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }

    /* Submit Button - Full Width */
    .btn-exklusiv-refined {
        width: 100%;
        max-width: 320px;
        padding: 20px 40px;
        background: transparent;
        border: 1px solid rgba(167, 145, 93, 0.4);
        color: rgba(245, 245, 240, 0.85);
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.4em;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn-exklusiv-refined:active {
        background: rgba(167, 145, 93, 0.1);
        border-color: #a7915d;
        transform: scale(0.98);
    }

    .btn-exklusiv-refined .btn-text {
        transition: opacity 0.3s ease;
    }

    /* Hint - Unten, subtil */
    .exklusiv-hint {
        position: absolute;
        bottom: 50px;
        left: 40px;
        right: 40px;
        margin-top: 0;
        font-size: 10px;
        color: rgba(245, 245, 240, 0.2);
        letter-spacing: 0.05em;
        line-height: 1.6;
        text-align: center;
    }

    /* ======== EXKLUSIV MODAL V2 ======== */
    .exklusiv-close-v2 {
        top: 25px;
        right: 25px;
        width: 44px;
        height: 44px;
    }

    .exklusiv-content-v2 {
        padding: 50px 35px;
        border: none;
        background: transparent;
    }

    .exklusiv-corner {
        display: none;
    }

    .exklusiv-logo-v2 img {
        width: 70px;
        margin-bottom: 12px;
    }

    .exklusiv-brand-name {
        font-size: 24px;
        letter-spacing: 0.3em;
    }

    .exklusiv-brand-sub {
        font-size: 9px;
        letter-spacing: 0.25em;
    }

    .exklusiv-btn-v2 {
        max-width: 100%;
    }

    .exklusiv-hint-v2 {
        margin-top: 50px;
    }

    /* ======== EXKLUSIV PAGE ======== */

    /* Hero */
    #page-exklusiv .subpage-hero {
        min-height: 70vh;
        padding: 100px 25px 60px;
    }

    #page-exklusiv .exklusiv-title {
        font-size: clamp(36px, 10vw, 52px);
    }

    /* Quick Nav - Vertikal statt horizontal */
    .exklusiv-quick-nav {
        padding: 40px 25px;
    }

    .exklusiv-nav-links {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .exklusiv-nav-link {
        font-size: 14px;
        letter-spacing: 0.2em;
    }

    /* Leder Grid - Single Column */
    .exklusiv-leder-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 20px;
        padding: 0 25px;
    }

    .leather-card-large {
        grid-row: span 1;
        min-height: 300px;
    }

    .leather-card-right-top,
    .leather-card-right-bottom {
        min-height: 220px;
    }

    /* Accessoires Section */
    .exklusiv-accessoires-section {
        padding: 80px 25px;
    }

    .exklusiv-accessoires-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .accessoire-card-1,
    .accessoire-card-2,
    .accessoire-card-3,
    .accessoire-card-4,
    .accessoire-card-5 {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 250px;
    }

    .accessoire-card-1 {
        min-height: 320px;
    }

    /* News Section */
    .exklusiv-news-section {
        padding: 80px 25px;
    }

    .exklusiv-news-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .news-card-premium {
        margin: 0;
    }

    .news-card-visual {
        height: 200px;
    }

    .news-card-body {
        padding: 30px 25px 35px;
    }

    .news-card-title {
        font-size: 24px;
    }

    /* Termin Section */
    .exklusiv-termin-section {
        padding: 80px 25px;
    }

    .termin-content {
        flex-direction: column;
        gap: 40px;
    }

    .termin-info,
    .termin-form {
        width: 100%;
        max-width: none;
    }

    /* Section Headers */
    #page-exklusiv .section-140-dark {
        padding: 80px 25px;
    }

    #page-exklusiv .heading-clamp {
        font-size: clamp(28px, 7vw, 42px);
    }

    #page-exklusiv .text-center-mb80 {
        margin-bottom: 50px;
    }

    /* Fade In Animations - schneller auf Mobile */
    .exklusiv-fade-in {
        animation-duration: 0.6s;
    }

    /* ======== ANIMATIONS ======== */

    /* Blur-Reveal Animation für Headlines */
    @keyframes mobileReveal {
        0% {
            opacity: 0;
            filter: blur(8px);
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0);
        }
    }

    .reveal-headline {
        backface-visibility: hidden;
    }

    .reveal-headline.reveal-active {
        animation: mobileReveal 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    }

    /* Page-Loader */
    .page-loader {
        transition: opacity 0.25s ease-out, visibility 0.25s;
    }

    .loader-spinner {
        animation-duration: 0.8s;
    }

    /* Smooth Scroll Fallback */
    html {
        scroll-behavior: smooth;
    }

    @media (prefers-reduced-motion: reduce) {
        html {
            scroll-behavior: auto;
        }
    }

    /* ======== SCROLL TO TOP BUTTON ======== */
    .scroll-btn {
        width: 44px;
        height: 44px;
        bottom: 30px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .scroll-btn-right {
        right: 15px;
    }

    .scroll-btn-left {
        left: 15px;
        bottom: 30px;
    }

    .scroll-btn .scroll-btn-logo {
        width: 18px;
    }

    /* Disable hover on touch (prevents stuck gold state) */
    .scroll-btn:hover {
        transform: none;
    }

    /* Kein Glow auf Mobile - komplett */
    .scroll-btn,
    /* Kein Glow auf Mobile - mit ID für höhere Spezifität */
    #scrollToTop,
    #scrollToTop:hover,
    #scrollToTop:active,
    #scrollToTop:focus,
    #backToKreationen,
    #backToKreationen:hover,
    #backToKreationen:active,
    #backToKreationen:focus {
        box-shadow: none !important;
        border-color: rgba(167, 145, 93, 0.3) !important;
        background: rgba(10, 10, 10, 0.85) !important;
        -webkit-tap-highlight-color: transparent !important;
        outline: none !important;
        transform: none !important;
    }

    #scrollToTop:active,
    #backToKreationen:active {
        transform: scale(0.95) !important;
    }

}

/* ======== SMALL MOBILE (max-width: 480px) ======== */
@media (max-width: 480px) {

    /* Navigation */
    nav {
        padding: 15px 20px;
    }

    .logo-nav {
        height: 30px;
    }

    /* Hero height set in 768px breakpoint */

    .hero-content {
        padding: 0 15px;
    }

    .hero-brand {
        font-size: clamp(48px, 16vw, 80px);
        letter-spacing: 5px;
    }

    .hero-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-stats-grid {
        gap: 15px;
    }

    .stat-number,
    .heading-68-gold {
        font-size: 36px;
    }

    .stat-label,
    .label-12-shadow {
        font-size: 9px;
    }

    .btn-hero-refined {
        padding: 15px 30px;
        font-size: 9px;
    }

    /* Sections */
    .section-120,
    .section-140,
    .section-dark,
    .section-120-dark,
    .section-140-dark {
        padding: 50px 15px;
    }

    .kreationen-galerie-btn {
        display: none;
    }

    /* Mobile Gallery Fixes - prevent jumping */
    .spg-item,
    .is-chrome .spg-item,
    .spg-item.revealed,
    .is-chrome .spg-item.revealed {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        break-inside: avoid;
        margin-bottom: 4px;
    }

    /* LOAD MORE - Zeige nur erste 24 Bilder, Rest versteckt */
    .spg-masonry .spg-item {
        display: block;
    }
    .spg-masonry:not(.show-all) .spg-item:nth-child(n+25) {
        display: none;
    }

    /* Load More Button */
    .gallery-load-more {
        display: flex;
        justify-content: center;
        padding: 40px 20px;
    }
    .gallery-load-more-btn {
        background: transparent;
        border: 1px solid #a7915d;
        color: #a7915d;
        padding: 16px 40px;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease;
    }
    .gallery-load-more-btn:active {
        background: #a7915d;
        color: #0a0a0a;
    }
    /* Verstecke Button wenn alle geladen */
    .spg-masonry.show-all + .gallery-load-more {
        display: none;
    }

    .spg-masonry {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    .spg-item {
        aspect-ratio: 3 / 4;
    }

    .spg-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .acc-container {
        margin-top: 30px;
    }

    .acc-box {
        padding: 30px 22px;
    }

    .kreationen-cta-mobile {
        margin-top: 30px;
    }

    /* Typography */
    .heading-lg {
        font-size: clamp(30px, 8vw, 42px);
        letter-spacing: 1px;
    }

    .heading-42-gold,
    .heading-42-white {
        font-size: 26px;
    }

    .heading-36-gold,
    .heading-36-white {
        font-size: 24px;
    }

    .heading-28-gold,
    .heading-28-white {
        font-size: 20px;
    }

    .quote-subtitle {
        font-size: 14px;
    }

    .quote-big {
        font-size: 60px;
    }

    .quote-heading {
        font-size: clamp(18px, 5vw, 26px);
    }

    /* Cards */
    .service-card,
    .card-gold-border,
    .card-gold-centered {
        padding: 25px 20px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .text-22-quote {
        font-size: 16px;
    }

    /* Kreationen Gallery - Keep 2x2 Grid on small screens */
    .kreationen-gallery,
    .kreationen-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Stats Grid */
    .grid-3col-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Mobile Nav */
    .mobile-nav-links a {
        font-size: clamp(18px, 5vw, 24px);
    }

    .mobile-dropdown-items a {
        font-size: clamp(14px, 4vw, 18px);
    }

    /* Investment Box */
    .price-large {
        font-size: 30px;
    }

    /* Jubiläum */
    .heading-72-gold {
        font-size: 42px;
    }

    .quote-26-italic {
        font-size: 18px;
    }

    /* Footer */
    .footer-logo {
        font-size: 28px;
    }

    .footer-brand-text {
        font-size: 13px;
    }

    /* Unternehmen */
    .unternehmen-hero-content h1 {
        font-size: 30px;
    }

    .unternehmen-stat-number {
        font-size: 30px;
    }

    .unternehmen-story-header h2 {
        font-size: 30px;
    }

    .unternehmen-quote {
        font-size: 18px;
    }

    /* Unternehmen Hero - Small Mobile */
    #page-unternehmen .subpage-hero h1 {
        font-size: clamp(32px, 10vw, 48px);
    }

    #page-unternehmen .subpage-hero .hero-quote {
        font-size: 14px;
        max-width: 260px;
    }

    /* Dynasty Timeline - Small Mobile */
    .dynasty-section {
        padding: 40px 0;
    }

    .dynasty-year-side {
        padding: 30px 15px;
        min-height: 350px;
    }

    .dynasty-text {
        padding: 30px 20px;
    }

    .dynasty-year {
        font-size: clamp(60px, 18vw, 90px);
    }

    .dynasty-year-fill {
        font-size: clamp(60px, 18vw, 90px);
    }

    .dynasty-section-royal .dynasty-year,
    .dynasty-section-royal .dynasty-year-fill {
        font-size: clamp(60px, 18vw, 90px);
    }

    .dynasty-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .dynasty-name {
        font-size: clamp(24px, 6vw, 32px);
    }

    .dynasty-section-royal .dynasty-name {
        font-size: clamp(24px, 6vw, 32px);
    }

    .dynasty-title {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .dynasty-description {
        font-size: 13px;
        line-height: 1.75;
    }

    .dynasty-divider {
        width: 40px;
        margin-bottom: 15px;
    }

    .dynasty-corner {
        width: 25px;
        height: 25px;
    }

    .dynasty-glow {
        width: 150px;
        height: 150px;
    }

    .dynasty-kuk-badge {
        font-size: 9px;
        padding: 10px 15px;
    }

    .dynasty-generation-label {
        font-size: 8px;
    }

    .dynasty-roman {
        font-size: clamp(14px, 4vw, 20px);
    }

    .dynasty-generation-title {
        font-size: 10px;
    }

    /* CTA */
    .cta-title {
        font-size: clamp(24px, 6vw, 32px);
    }

    .btn-refined-cta {
        padding: 14px 25px;
        font-size: 9px;
        max-width: 260px;
        justify-content: center;
        text-align: center;
    }

    /* Erwin Wurm - Small Mobile */
    .erwin-wurm-section {
        padding: 80px 20px 60px;
        min-height: auto;
    }

    .quote-big {
        font-size: 120px;
        top: -50px;
    }

    .quote-heading {
        font-size: clamp(26px, 7.5vw, 36px);
    }

    .author-name {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .publication-name {
        font-size: 13px;
    }

    /* Hero Brand Animation */
    .hero-brand-anim {
        font-size: clamp(48px, 16vw, 75px);
        letter-spacing: 5px;
    }

    .hero-eyebrow-anim {
        font-size: 9px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .hero-subtitle-anim {
        font-size: 16px;
        margin-bottom: 30px;
    }

    /* Additional Grid */
    .grid-3col-stats {
        gap: 15px;
    }

    /* Essence Section */
    .icon-circle-50,
    .icon-circle-50-centered {
        width: 40px;
        height: 40px;
    }

    .heading-20-gold {
        font-size: 16px;
    }
}

/* ======== LANDSCAPE ORIENTATION FIX ======== */
@media (max-height: 500px) and (orientation: landscape) {

    .hero {
        min-height: 100vh;
        height: auto;
        padding: 80px 20px 40px;
    }

    .hero-stats-grid {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .scroll-indicator {
        display: none;
    }

    .mobile-nav-overlay {
        padding-top: 60px;
    }

    .mobile-nav-links {
        gap: clamp(8px, 2vh, 15px);
    }

    .mobile-nav-links a {
        font-size: clamp(16px, 4vh, 22px);
        padding: clamp(3px, 1vh, 5px) 0;
    }
}

/* ======== TOUCH DEVICE OPTIMIZATIONS ======== */
@media (hover: none) and (pointer: coarse) {

    /* GALLERY - Prevent jumping on mobile */
    .spg-item {
        opacity: 1 !important;
        transform: none !important;
    }

    .spg-item.revealed {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .is-chrome .spg-item,
    .is-chrome .spg-item.revealed {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* Gallery overlay always visible on touch */
    .spg-overlay {
        opacity: 0.9 !important;
    }

    /* Remove hover effects on mobile - keep scroll animations working */
    .service-card:hover,
    .service-card:active,
    .service-card:focus,
    .feature:hover,
    .feature:active,
    .process-step:hover,
    .process-step:active,
    .timeline-card:hover,
    .timeline-card:active,
    .testimonial-card:hover,
    .testimonial-card:active,
    .card-gold-border:hover,
    .card-gold-border:active,
    .card-gold-centered:hover,
    .card-gold-centered:active,
    .scheer-essence .service-card:hover,
    .scheer-essence .service-card:active,
    .unternehmen-service-card:hover,
    .unternehmen-service-card:active {
        transform: none !important;
        box-shadow: none;
        border: 1px solid rgba(167, 145, 93, 0.2);
    }

    /* Base state: allow fade-in-up/left/right scroll animations */
    .service-card,
    .feature,
    .process-step,
    .timeline-card,
    .testimonial-card,
    .card-gold-border,
    .card-gold-centered,
    .scheer-essence .service-card,
    .unternehmen-service-card {
        box-shadow: none;
        border: 1px solid rgba(167, 145, 93, 0.2);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .investment-box:hover,
    .investment-box:active {
        transform: none;
    }

    /* Disable shine animation on hover for touch */
    .service-card .shine-anim,
    .service-card:hover .shine-anim,
    .service-card:active .shine-anim {
        animation: none !important;
        display: none !important;
    }

    /* Disable essence number movement on touch */
    .scheer-essence .service-card .essence-number,
    .scheer-essence .service-card:hover .essence-number,
    .scheer-essence .service-card:active .essence-number {
        transform: none !important;
        transition: none !important;
    }

    /* Increase tap targets */
    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-refined-cta,
    .btn-hero-refined {
        min-height: 44px;
    }

    .mobile-nav-links a {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


/* Extra small screens */
@media (max-width: 380px) {

    .exklusiv-modal-content {
        padding: 0 25px;
    }

    .exklusiv-logo {
        font-size: 36px;
        letter-spacing: 0.25em;
    }

    .exklusiv-subtitle {
        font-size: 9px;
        letter-spacing: 0.25em;
        margin-bottom: 50px;
    }

    .exklusiv-password-input {
        font-size: 16px;
        letter-spacing: 0.4em;
        padding: 18px 15px;
    }

    .exklusiv-input-wrapper,
    .btn-exklusiv-refined {
        max-width: 280px;
    }

    .exklusiv-hint {
        bottom: 35px;
        left: 25px;
        right: 25px;
        font-size: 9px;
    }
}


/* ======== KONTAKT PAGE ======== */
@media (max-width: 1199px) {

    #page-kontakt {
        background: #0f0f0f;
    }

    .contact-split {
        display: block;
        background: #0f0f0f;
    }

    .contact-left {
        display: none;
    }

    .contact-right {
        width: 100%;
        min-height: 100svh;
        padding: 100px 30px 50px;
        background: #0f0f0f;
        opacity: 1;
        animation: none;
    }

    .contact-container {
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
    }

    .contact-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .contact-eyebrow {
        font-size: 10px;
        letter-spacing: 0.3em;
        color: rgba(167, 145, 93, 0.7);
        margin-bottom: 15px;
    }

    .contact-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .contact-title span {
        color: #a7915d;
        font-style: italic;
    }

    .contact-subtitle {
        font-size: 13px;
        color: rgba(245, 245, 240, 0.4);
    }

    /* Form */
    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* Inputs */
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"] {
        width: 100%;
        padding: 18px 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(167, 145, 93, 0.2);
        border-radius: 0;
        color: #f5f5f0;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.02em;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .contact-form input::placeholder {
        color: rgba(245, 245, 240, 0.3);
    }

    .contact-form input:focus {
        border-bottom-color: rgba(167, 145, 93, 0.6);
    }

    /* Textarea */
    .contact-form textarea {
        width: 100%;
        min-height: 120px;
        padding: 18px 0;
        background: transparent;
        border: none;
        border-radius: 0;
        color: #f5f5f0;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        letter-spacing: 0.02em;
        outline: none;
        resize: none;
        transition: border-color 0.3s ease;
    }

    .contact-form textarea::placeholder {
        color: rgba(245, 245, 240, 0.3);
    }

    /* Custom Select - Fix double border */
    .form-field:has(.custom-select) {
        margin-bottom: 20px;
    }

    .custom-select {
        position: relative;
    }

    .custom-select-trigger {
        width: 100%;
        padding: 18px 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(167, 145, 93, 0.2);
        color: rgba(245, 245, 240, 0.3);
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .custom-select-trigger.has-value {
        color: #f5f5f0;
    }

    .custom-select-trigger svg {
        width: 18px;
        height: 18px;
        stroke: rgba(167, 145, 93, 0.5);
        fill: none;
        stroke-width: 1.5;
        transition: transform 0.3s ease;
    }

    .custom-select.open .custom-select-trigger svg {
        transform: rotate(180deg);
    }

    .custom-select-options {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0a0a0a;
        border: 1px solid rgba(167, 145, 93, 0.15);
        border-top: none;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .custom-select.open .custom-select-options {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .custom-select-option {
        padding: 14px 18px;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: rgba(245, 245, 240, 0.6);
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        border-bottom: 1px solid rgba(167, 145, 93, 0.08);
    }

    .custom-select-option:last-child {
        border-bottom: none;
    }

    .custom-select-option:hover,
    .custom-select-option:active {
        background: rgba(167, 145, 93, 0.1);
        color: #f5f5f0;
    }

    /* Submit Button */
    .contact-submit {
        margin-top: 30px;
    }

    .contact-submit-btn {
        width: 100%;
        padding: 18px 30px;
        background: transparent;
        border: 1px solid rgba(167, 145, 93, 0.4);
        color: rgba(245, 245, 240, 0.85);
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        cursor: pointer;
        transition: background 0.4s ease, border-color 0.4s ease;
    }

    .contact-submit-btn svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.5;
    }

    .contact-submit-btn:active {
        background: rgba(167, 145, 93, 0.1);
        border-color: #a7915d;
    }

    /* Success State */
    .contact-success {
        display: none;
        text-align: center;
        padding: 40px 20px;
    }

    .contact-success.show {
        display: block;
    }

    .contact-success-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 25px;
        border: 1px solid rgba(167, 145, 93, 0.4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-success-icon svg {
        width: 24px;
        height: 24px;
        stroke: #a7915d;
        fill: none;
        stroke-width: 2;
    }

    .contact-success h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 28px;
        color: #f5f5f0;
        margin-bottom: 10px;
    }

    .contact-success p {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: rgba(245, 245, 240, 0.5);
    }

    /* Contact Info - Bottom */
    .contact-info {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 50px;
        padding-top: 30px;
        border-top: 1px solid rgba(167, 145, 93, 0.1);
    }

    .contact-info-item {
        text-align: center;
    }

    .contact-info-label {
        font-family: 'Raleway', sans-serif;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: rgba(167, 145, 93, 0.6);
        margin-bottom: 8px;
    }

    .contact-info-value {
        font-family: 'Cormorant Garamond', serif;
        font-size: 16px;
        color: rgba(245, 245, 240, 0.7);
    }

    .contact-info-value a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .contact-info-value a:active {
        color: #a7915d;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {

    .contact-left {
        padding: 80px 30px 40px;
    }

    .contact-logo-wrapper {
        width: 60px;
    }

    .contact-container {
        padding: 0 25px 40px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-info {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
}

/* ======== SAFE AREA INSETS ======== */
@supports (padding: max(0px)) {

    nav {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
    }

    .mobile-nav-overlay {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
        padding-bottom: max(30px, env(safe-area-inset-bottom));
    }

    .footer {
        padding-bottom: max(30px, env(safe-area-inset-bottom));
    }
}

/* ======== REDUCED MOTION ======== */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .hero-video {
        animation: none;
    }

    .scroll-indicator {
        animation: none;
        opacity: 1;
    }

    /* Fade-in sofort sichtbar ohne Animation */
    .fade-in-up,
    .fade-in-left,
    .fade-in-right,
    .fade-in-up:not(.visible),
    .fade-in-left:not(.visible),
    .fade-in-right:not(.visible) {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* Page-Loader ohne Animation */
    .page-loader {
        transition: none;
    }
}

/* ======== LOW PERFORMANCE DEVICES ======== */
/* Stop animations but keep elements visible (static) */
.low-performance .particle-1,
.low-performance .particle-2,
.low-performance .particle-3,
.low-performance .particle-4,
.low-performance .particle-5,
.low-performance .particle-6,
.low-performance .glow-pulse,
.low-performance .glow-pulse-z3,
.low-performance .shine-anim,
.low-performance .shine-anim-delay,
.low-performance .section-shine {
    animation: none !important;
    /* Keep visible at nice static state */
    opacity: 0.6 !important;
}

/* Faster transitions instead of removing them */
.low-performance * {
    transition-duration: 0.15s !important;
}

/* Fade-ins appear instantly */
.low-performance .fade-in-up,
.low-performance .fade-in-left,
.low-performance .fade-in-right {
    opacity: 1 !important;
    transform: none !important;
}

/* ======== ADDITIONAL BREAKPOINTS ======== */

/* Tablet Landscape / Small Laptop (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

    .hero {
        min-height: 90vh;
    }

    .hero-brand {
        font-size: clamp(80px, 12vw, 120px);
    }

    .container,
    .container-1100,
    .container-1200-z2 {
        max-width: 90%;
        padding: 0 40px;
    }

    .grid-2col,
    .grid-2col-gap40-mb40 {
        gap: 30px;
    }

    .section-120,
    .section-140 {
        padding: 80px 40px;
    }

    /* Essence Carousel für Tablets */
    .essence-cards-wrapper {
        position: relative;
        overflow: hidden;
    }

    .essence-cards-track {
        display: flex;
        gap: 0;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .essence-cards-track > .service-card {
        flex: 0 0 100%;
        min-width: 100%;
        margin: 0;
    }

    .essence-nav-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    .essence-nav {
        width: 44px;
        height: 44px;
        background: rgba(10, 10, 10, 0.8);
        border: 1px solid rgba(167, 145, 93, 0.3);
        border-radius: 50%;
        color: #a7915d;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .essence-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

    .essence-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(167, 145, 93, 0.3);
        cursor: pointer;
    }

    .essence-dot.active {
        background: #a7915d;
    }
}

/* Medium Screens (1025px - 1279px) */
@media (min-width: 1025px) and (max-width: 1279px) {

    .container,
    .container-1100,
    .container-1200-z2 {
        max-width: 1000px;
    }

    .hero-brand {
        font-size: clamp(100px, 10vw, 140px);
    }
}

/* Small Laptops (1025px - 1279px) */
@media (min-width: 1025px) and (max-width: 1279px) {

    .container,
    .container-1100,
    .container-1200-z2 {
        max-width: 95%;
        padding: 0 30px;
    }

    .hero-brand {
        font-size: clamp(80px, 9vw, 120px);
    }

    .section-120,
    .section-140 {
        padding: 80px 40px;
    }

    .heading-lg {
        font-size: 48px;
    }

    .service-card {
        padding: 30px 25px;
    }

    .testimonials-grid {
        gap: 25px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }
}

/* Large Screens (1280px - 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {

    .container,
    .container-1100,
    .container-1200-z2 {
        max-width: 1100px;
    }
}

/* Extra Large Screens (1440px+) */
@media (min-width: 1440px) {

    .container {
        max-width: 1200px;
    }

    .container-1200-z2 {
        max-width: 1300px;
    }

    .hero-brand {
        font-size: 180px;
    }

    .section-120,
    .section-140 {
        padding: 140px 60px;
    }

    .heading-lg {
        font-size: 72px;
    }

    .heading-clamp {
        font-size: 56px;
    }
}

/* 4K / Ultra Wide (1920px+) */
@media (min-width: 1920px) {

    .container {
        max-width: 1400px;
    }

    .container-1200-z2 {
        max-width: 1500px;
    }

    .hero-brand {
        font-size: 200px;
    }

    .section-120,
    .section-140 {
        padding: 160px 80px;
    }

    body {
        font-size: 18px;
    }
}

/* Extra Small Mobile (unter 360px) */
@media (max-width: 359px) {

    .hero-brand {
        font-size: 48px;
        letter-spacing: 4px;
    }

    .hero-eyebrow,
    .hero-subtitle {
        font-size: 10px;
    }

    .stat-number {
        font-size: 32px;
    }

    .btn-hero-refined {
        padding: 14px 25px;
        font-size: 9px;
    }

    nav {
        padding: 15px;
    }

    .logo-nav {
        height: 28px;
    }

    .section-120,
    .section-140,
    .section-dark {
        padding: 50px 15px;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {

    .hero {
        min-height: 100vh;
        padding: 60px 20px;
    }

    .hero-stats-grid {
        flex-direction: row;
        gap: 30px;
    }

    .mobile-nav-overlay {
        padding-top: 60px;
    }

    .mobile-nav-links a {
        padding: clamp(6px, 2vh, 10px) 0;
        font-size: clamp(12px, 3vh, 14px);
    }
}

/* ======== ANEKDOTE - Mobile ======== */
@media (max-width: 768px) {
    .anekdote-section {
        padding: 70px 25px;
    }

    .anekdote-premium {
        padding: 60px 40px;
    }

    .anekdote-corner {
        width: 40px;
        height: 40px;
    }

    .anekdote-corner-tl,
    .anekdote-corner-tr { top: 18px; }
    .anekdote-corner-bl,
    .anekdote-corner-br { bottom: 18px; }
    .anekdote-corner-tl,
    .anekdote-corner-bl { left: 18px; }
    .anekdote-corner-tr,
    .anekdote-corner-br { right: 18px; }

    .anekdote-label {
        font-size: 10px;
        letter-spacing: 4px;
    }

    .anekdote-premium-title {
        font-size: 28px;
    }

    .anekdote-divider {
        margin-bottom: 40px;
    }

    .anekdote-premium-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .anekdote-gold-text {
        font-size: 26px;
        margin: 15px 0;
    }

    .anekdote-premium-highlight {
        margin: 40px 0 !important;
    }
}

@media (max-width: 480px) {
    .anekdote-section {
        padding: 50px 15px;
    }

    .anekdote-premium {
        padding: 50px 25px;
    }

    .anekdote-corner {
        width: 30px;
        height: 30px;
    }

    .anekdote-corner-tl,
    .anekdote-corner-tr { top: 12px; }
    .anekdote-corner-bl,
    .anekdote-corner-br { bottom: 12px; }
    .anekdote-corner-tl,
    .anekdote-corner-bl { left: 12px; }
    .anekdote-corner-tr,
    .anekdote-corner-br { right: 12px; }

    .anekdote-premium-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .anekdote-premium-content p {
        font-size: 16px;
        line-height: 1.9;
    }

    .anekdote-gold-text {
        font-size: 22px;
    }
}



/* ======== KAISER- UND KOENIGLICH - Mobile ======== */
@media (max-width: 1024px) {
    .imperial-royal-section {
        padding: 100px 0 80px;
    }

    .imperial-scroll {
        gap: 35px;
        padding: 20px 50px;
    }

    .imperial-card {
        width: 270px;
    }

    .imperial-card-inner {
        padding: 35px 28px;
    }

    .imperial-wappen {
        width: 110px;
        height: 140px;
    }

    .imperial-year {
        font-size: 44px;
    }

    .imperial-scroll-wrapper::before,
    .imperial-scroll-wrapper::after {
        width: 50px;
    }
}

@media (max-width: 768px) {
    .imperial-royal-section {
        padding: 80px 0 60px;
    }

    .imperial-royal-header {
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .imperial-royal-subtitle {
        font-size: 18px;
    }

    .imperial-scroll {
        gap: 25px;
        padding: 15px 30px;
    }

    .imperial-card {
        width: 250px;
    }

    .imperial-card-inner {
        padding: 30px 22px;
    }

    .imperial-ornament {
        width: 20px;
        height: 20px;
    }

    .imperial-ornament-tl { top: 10px; left: 10px; }
    .imperial-ornament-tr { top: 10px; right: 10px; }
    .imperial-ornament-bl { bottom: 10px; left: 10px; }
    .imperial-ornament-br { bottom: 10px; right: 10px; }

    .imperial-wappen {
        width: 100px;
        height: 125px;
        margin-bottom: 20px;
    }

    .imperial-year {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .imperial-title {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .imperial-name {
        font-size: 20px;
    }

    .imperial-house {
        font-size: 11px;
    }

    .imperial-scroll-hint {
        margin-top: 35px;
        font-size: 10px;
        letter-spacing: 3px;
    }

    .imperial-scroll-wrapper::before,
    .imperial-scroll-wrapper::after {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .imperial-royal-section {
        padding: 60px 0 50px;
    }

    .imperial-royal-header {
        margin-bottom: 40px;
    }

    .imperial-royal-subtitle {
        font-size: 16px;
    }

    .imperial-scroll {
        gap: 20px;
        padding: 10px 20px;
    }

    .imperial-card {
        width: 230px;
    }

    .imperial-card-inner {
        padding: 25px 18px;
    }

    .imperial-wappen {
        width: 85px;
        height: 105px;
        margin-bottom: 15px;
    }

    .imperial-year {
        font-size: 32px;
    }

    .imperial-title {
        font-size: 9px;
        margin-bottom: 12px;
    }

    .imperial-name {
        font-size: 18px;
    }

    .imperial-house {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .imperial-scroll-hint {
        margin-top: 30px;
    }

    .imperial-scroll-wrapper::before,
    .imperial-scroll-wrapper::after {
        display: none;
    }
}


/* ======== MOBILE FIXES ======== */

@media (max-width: 768px) {

    /* Fix 5: Scroll-Progress-Bar und goldene Linie oben auf mobile ausblenden */
    .scroll-progress {
        display: none !important;
    }

    nav,
    nav.scrolled {
        border-top: none !important;
        border-bottom: none !important;
    }

    .acc-container {
        margin-top: 40px;
    }

    /* Fix: Reparatur — weniger Abstand nach "Kurz gesagt: Alles" */
    .text-center-mb-100 {
        margin-bottom: 40px;
    }
    .reparatur-timeline-horizontal {
        padding: 30px 0;
    }

    /* Animationen auf mobile deaktiviert, damit Cards sichtbar bleiben */
}

@media (max-width: 480px) {

    .acc-container {
        margin-top: 30px;
    }

    /* Fix 6: Reparatur — noch kompakter auf kleinen Screens */
    .reparatur-timeline-horizontal {
        padding: 20px 0;
    }
}
