/* Design System for Nguyen Thien Minh - Violinist */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;600&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --bg-color: #0a0a0a;
    --accent-color: #c9a96e; /* Gold */
    --accent-light: #e8d5a8;
    --accent-dark: #8c734b;
    --text-primary: #f5f0e8; /* Ivory */
    --text-secondary: #c0c0c0; /* Improved contrast from #a0a0a0 */
    --glass-bg: rgba(12, 12, 12, 0.55);
    --glass-border: rgba(201, 169, 110, 0.15);
    --transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

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

body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, .serif {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* Accessibility: Focus Visible */
*:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 4px;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--accent-color);
    color: var(--bg-color);
    padding: 1rem 2rem;
    z-index: 2001;
    transition: top 0.3s;
    text-decoration: none;
    font-weight: 600;
}

.skip-link:focus {
    top: 0;
}

/* --- Layout --- */

section {
    position: relative;
}

/* --- Navigation (Step 1: Glassmorphism) --- */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

header.scrolled {
    padding: 1rem 4rem;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav-left {
    flex: 1;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-right {
    flex: 1;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
}

.social-links {
    display: flex;
    gap: 1.5rem;
}

.social-links a {
    color: var(--text-primary);
    font-size: 1.2rem;
    transition: var(--transition);
    opacity: 0.7;
}

.social-links a:hover {
    color: var(--accent-color);
    opacity: 1;
    transform: translateY(-2px);
}

.logo {
    font-size: 1.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-primary);
    transition: var(--transition);
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.logo:hover {
    color: var(--accent-color);
}

/* Homepage: hide logo text, show only home icon */
.home-header .logo .logo-family,
.home-header .logo .logo-given {
    display: none;
}

.home-header .logo::before {
    content: '\f015';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--text-primary);
}

.home-header .logo:hover::before {
    color: var(--accent-color);
}

.logo-family {
    white-space: nowrap;
}

.logo-given {
    color: var(--accent-color);
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.06);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.lang-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--accent-color);
    box-shadow: 0 0 15px rgba(201, 169, 110, 0.15);
}

.lang-toggle img {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

.nav-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nav-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--text-primary);
    transition: var(--transition);
}

.nav-toggle:hover span:nth-child(2) {
    width: 20px;
}

/* --- Step 5: Nav Link Underline Animation --- */
.footer-nav a {
    position: relative;
}

.footer-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-nav a:hover::after {
    width: 100%;
}

/* --- Hero Section --- */

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('hero_violinist_stage_nguyen_thien_minh_1775067798788.webp');
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    filter: brightness(0.4);
    z-index: -1;
    transition: transform 0.5s ease-out;
}

.hero-content {
    position: absolute;
    top: 15%; /* Aligned with portrait top (100% - 85% height) */
    left: 0;
    width: 50%;
    transform: translateY(0);
    text-align: center;
    padding: 0 8vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slideHeroContent 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
    opacity: 0; /* Starts hidden for animation */
}

/* Remove vertical motion for hero text */
.hero-content [data-animate] {
    transform: none !important;
    transition-duration: 1.4s !important;
}

@keyframes slideHeroContent {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-portrait {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-height: 85vh;
    height: 85%;
    max-width: 45vw;
    opacity: 0;
    transform: translateX(50px);
    animation: revealPortrait 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
    z-index: 1;
}

.hero-portrait img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom center; /* Centers the image inside the container on mobile/tablet */
    filter: drop-shadow(-10px 0 20px rgba(0,0,0,0.5));
}

@media (min-width: 1025px) {
    .hero-portrait img {
        object-position: top left; /* Anchor top left for delicate scaling on desktop */
    }
}
@keyframes revealPortrait {
    0% { opacity: 0; transform: translateX(50px); }
    100% { opacity: 1; transform: translateX(0); }
}

.hero h1 {
    font-size: min(3.3rem, 2.7vw);
    white-space: nowrap;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.hero p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
}

.t-violinist {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}

.t-violinist .role {
    white-space: nowrap;
}

.t-violinist .role-sep {
    margin: 0 0.4rem;
    color: var(--accent-color);
}

/* Step 3: Enhanced blockquote typography with Lora */
.hero blockquote {
    margin-top: 2rem;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--accent-color);
    opacity: 0.85;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

/* --- Signature --- */
.hero-signature {
    margin-top: -15px;
    width: 220px;
    opacity: 0.9;
    margin-left: auto;
    margin-right: 20%;
}

.signature-gold {
    width: 100%;
    height: auto;
}

/* --- Hero Press Quotes --- */
.hero-press {
    margin-top: 3.5rem;
    text-align: center;
    max-width: 520px;
    margin-left: 0;
    margin-right: auto;
}

.hero-press .press-quote {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 0.85rem;
    color: #d1ccc4;
    opacity: 0.8;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 0.8rem;
    text-transform: none;
}

.hero-press .press-source {
    color: var(--accent-color);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    color: var(--accent-color);
    opacity: 0.6;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
    40% {transform: translateX(-50%) translateY(-10px);}
    60% {transform: translateX(-50%) translateY(-5px);}
}

/* --- Feature Cards (Step 5: Hover glow) --- */

.features {
    display: flex;
    height: 35vw;
    min-height: 500px;
    margin-top: 6rem;
    position: relative;
    z-index: 2;
}

.feature-card {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
}

.feature-card:hover {
    flex: 1.5;
    box-shadow: inset 0 -60px 80px -20px rgba(201, 169, 110, 0.08);
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease, filter 0.8s ease;
    filter: brightness(0.6);
}

.feature-card:hover .card-bg {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    z-index: 10;
}

.card-content h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card-content h5 {
    font-size: 0.8rem;
    color: var(--accent-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
}

.feature-card:hover .card-content h5 {
    opacity: 1;
    transform: translateY(0);
}

/* --- Footer --- */

footer {
    padding: 8rem 4rem 4rem;
    text-align: center;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-nav a {
    text-decoration: none;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    transition: var(--transition);
}

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

.footer-social {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-social a {
    color: var(--text-secondary);
    transition: var(--transition);
}

.footer-social a:hover {
    color: var(--accent-color);
    transform: translateY(-3px);
}

.copyright {
    color: var(--text-secondary);
    font-size: 0.8rem;
    letter-spacing: 1px;
}

/* --- Mobile Menu --- */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul {
    list-style: none;
    text-align: center;
}

.mobile-menu li {
    margin: 1.5rem 0;
}

.mobile-menu a {
    font-size: 2.5rem;
    color: var(--text-primary);
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    transition: var(--transition);
}

.mobile-menu a:hover {
    color: var(--accent-color);
}

.mobile-menu a.active {
    color: var(--accent-color);
    font-size: 2.8rem;
}

.close-menu {
    position: absolute;
    top: 3rem;
    right: 4rem;
    font-size: 2rem;
    cursor: pointer;
    color: var(--text-primary);
}

/* --- Animations (Step 2: Smooth Page Transitions) --- */

[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

[data-animate].visible {
    opacity: 1;
    transform: translateY(0);
}

/* Step 2: Staggered entrance for content pages */
.content-page .page-header {
    animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
}

.content-page .content-container:nth-child(2) {
    animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Content Pages (Bio/Re.imagine) --- */

/* --- Unified Hero Section (Stacked Layout & Fluid Typography) --- */
@media (max-width: 1024px) {
    .hero {
        height: auto;
        min-height: 100svh;
        padding: 6rem 5vw 4rem;
        display: block;
    }

    .hero-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        gap: 3rem;
    }

    .hero-content {
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        animation: none;
        opacity: 1;
        z-index: 2;
    }

    .hero h1 {
        font-size: clamp(1.7rem, 5.5vw + 0.6rem, 3.3rem);
        line-height: 1.1;
        margin-bottom: 0;
        white-space: normal;
    }

    .hero .t-violinist {
        justify-content: center;
        flex-wrap: nowrap;
        font-size: clamp(0.65rem, 2.5vw, 1.1rem);
        letter-spacing: 0.1em;
        margin-bottom: 2rem;
    }

    .hero .t-violinist .role-sep {
        margin: 0 0.3rem;
    }

    .hero-press {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: min(520px, 90vw);
        margin: 3rem auto 0;
        text-align: center;
    }

    .hero-press .press-quote {
        font-size: clamp(0.8rem, 2.2vw, 0.95rem);
        line-height: 1.8;
        margin-bottom: 0.8rem;
    }

    .hero-press .press-source {
        font-size: clamp(0.6rem, 1.8vw, 0.7rem);
        margin-bottom: 3rem;
    }

        .hero-portrait {
            position: relative;
            right: auto;
            bottom: auto;
            width: 100%;
            max-width: min(800px, 85vw); /* Larger and centered to be proportional with content block */
            height: auto;
            margin: 0 auto;
            opacity: 1;
            transform: none;
            animation: none;
        }

        /* --- Mobile / Small Tablet Override --- */
        @media (max-width: 768px) {
            .hero-portrait {
                max-width: min(350px, 70vw);
            }
        }

        /* --- Footer (Unified) --- */
        footer {
            padding: clamp(3rem, 10vh, 6rem) 5vw 4rem;
        }

        .footer-nav {
            display: flex;
            justify-content: center;
            gap: clamp(1rem, 4vw, 3rem);
            flex-wrap: wrap; /* Changed from nowrap to handle mobile overflow */
            margin-bottom: 2.5rem;
        }

        @media (min-width: 600px) {
            .footer-nav {
                flex-wrap: nowrap; /* Keep single line for tablets and desktop */
            }
        }

        .footer-nav a {
            font-size: clamp(0.65rem, 2vw, 0.8rem);
            letter-spacing: 1.5px;
        }

        .footer-social {
            gap: 1.5rem;
            margin-bottom: 2rem;
    }
}

.content-page {
    padding-top: 15vh;
    min-height: 100vh;
}

.page-header {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Step 3: Gold gradient heading for sub-pages */
.page-header h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-color) 50%, var(--accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-header .subtitle {
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem 8rem;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.content-text {
    font-size: 1.1rem;
    color: var(--text-primary);
    opacity: 0.9;
}

.content-text p {
    margin-bottom: 2rem;
    line-height: 1.9;
}

.content-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.content-image img {
    width: 100%;
    display: block;
    transition: var(--transition);
}

.content-image:hover img {
    transform: scale(1.03);
}

/* Step 3: Section headings with gold accent underline */
.section-heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
}

.content-container .section-heading[style*="text-align: center"]::after {
    left: 50%;
    transform: translateX(-50%);
}

/* --- Utility Classes (Extracted from Inline Styles) --- */

.signature-wrapper {
    text-align: right;
    margin-top: 4rem;
    padding-right: 10%;
}

.grid-start {
    align-items: flex-start;
}

.centered-max-800 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.gallery-title {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.mt-3 { margin-top: 3rem; }
.mb-2 { margin-bottom: 2rem; }
.my-3-2 { margin: 3rem 0 2rem; }
.accent-heading { color: var(--accent-color); margin-bottom: 0.5rem; }

/* Step 4: Parallax Divider with Gold Overlay */
.section-divider {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-divider::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(10,10,10,0.7) 0%, rgba(140,115,75,0.15) 50%, rgba(10,10,10,0.7) 100%);
}

.divider-text {
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--text-primary);
    text-align: center;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.gallery-item {
    aspect-ratio: 4/5;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), filter 0.8s ease;
    filter: brightness(0.85);
}

.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(1);
}

/* --- Re.imagine Specific Styles --- */

.reimagine-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.3rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.reimagine-reverse {
    direction: rtl;
}

.reimagine-reverse > * {
    direction: ltr;
}

/* Landmark Performance Cards */
.landmark-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 5rem;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: var(--transition);
}

.landmark-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--glass-border);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.landmark-card.landmark-poster {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}

.landmark-card.landmark-poster .landmark-image img {
    aspect-ratio: 3/4.5;
    object-fit: cover;
    object-position: center;
}

/* Small poster for upcoming concerts list */
.perf-poster {
    width: 100px;
    height: 140px;
    margin-right: 2rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 1px solid var(--glass-border);
}

.perf-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.performance-item:hover .perf-poster img {
    transform: scale(1.1);
}

/* Subscription Concert Listing */
.subscription-concert .perf-info {
    display: flex;
    flex-direction: column;
}

.subscription-concert .perf-info h4 {
    margin: 0 0 0.25rem 0;
}

.subscription-concert .perf-info p {
    font-size: 0.9rem;
    opacity: 0.7;
    margin: 0;
    line-height: 1.4;
}

.subscription-concert .perf-info .perf-date {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: var(--accent-color);
    letter-spacing: 2px;
}

.subscription-concert .btn-primary {
    padding: 0.4rem 1.25rem;
    font-size: 0.8rem;
    margin: 0;
    align-self: center;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.4;
}

@media (max-width: 1020px) {
    .perf-poster {
        width: 70px;
        height: 100px;
        margin-right: 1rem;
    }
}

    .landmark-card.landmark-reverse {
        grid-template-columns: 1fr 1fr;
    }

    .landmark-card.landmark-reverse .landmark-image {
        order: 0;
    }

    .landmark-card.landmark-reverse .landmark-text {
        order: 0;
    }

    .landmark-card.landmark-reverse .landmark-image {
        order: 0;
    }

    .landmark-card.landmark-reverse .landmark-text {
        order: 0;
    }

.landmark-image {
    overflow: hidden;
    border-radius: 4px;
}

.landmark-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.landmark-card:hover .landmark-image img {
    transform: scale(1.05);
}

.landmark-text h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.landmark-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.landmark-text p:last-child {
    color: var(--text-primary);
    opacity: 0.85;
    line-height: 1.9;
}

/* --- Contact Form --- */

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

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.9rem;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    border-radius: 4px;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 15px rgba(201, 169, 110, 0.1);
}

.btn-primary {
    background: var(--accent-color);
    color: var(--bg-color);
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
    text-decoration: none;
}

.btn-primary:hover {
    background: var(--accent-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.form-status {
    margin-top: 1rem;
    font-size: 0.9rem;
    display: none;
}

.form-status.success { color: #4ade80; display: block; }
.form-status.error { color: #f87171; display: block; }

/* --- Lightbox Modal --- */

.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    z-index: 3000;
    display: none;
    opacity: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: opacity 0.4s ease;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lightbox-modal.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    max-width: 95%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.lightbox-modal.active .lightbox-content {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--text-primary);
    font-size: 2.5rem;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1;
}

.lightbox-close:hover {
    color: var(--accent-color);
    transform: rotate(90deg);
}

/* --- Lightbox Navigation --- */
.lightbox-nav-prev,
.lightbox-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--text-primary);
    opacity: 0.4;
    cursor: pointer;
    padding: 1rem 1.5rem;
    transition: var(--transition);
    font-size: 2rem;
    font-weight: 300;
}

.lightbox-nav-prev {
    left: 0;
}

.lightbox-nav-next {
    right: 0;
}

.lightbox-nav-prev:hover,
.lightbox-nav-next:hover {
    opacity: 1;
    color: var(--accent-color);
}

/* --- Navigation Current Page Indicator --- */
header .nav-links,
.mobile-menu .nav-links {
    list-style: none;
}

.nav-link-item a.active {
    color: var(--accent-color) !important;
    position: relative;
}

.nav-link-item a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent-color);
}

.nav-link-item a.active:hover {
    color: var(--accent-light);
}

.lightbox-caption {
    margin-top: 2rem;
    color: var(--accent-color);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
}

/* ========================================
   MOBILE-FIRST RESPONSIVE DESIGN
   Mobile: Base styles (320px - 480px)
   ======================================== */

@media (max-width: 480px) {
    /* --- Header & Navigation --- */
    header {
        padding: 0.8rem 1rem;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
    }
    
    header.scrolled {
        padding: 0.6rem 1rem;
    }
    
    header::before,
    header::after {
        display: none;
    }
    
    .nav-left {
        display: flex;
        flex: none;
    }
    
    .social-links {
        gap: 0.8rem;
    }
    
    .social-links a {
        font-size: 0.9rem;
    }
    
    .nav-right {
        flex: none;
        gap: 0.5rem;
    }
    
    .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        align-items: center;
        gap: 1px;
        font-size: inherit;
        letter-spacing: 2px;
    }
    
    .logo-family {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 0.75rem;
    }
    
    .logo-given {
        display: flex;
        gap: 4px;
        justify-content: center;
        color: var(--accent-color) !important;
        line-height: 1;
        margin-top: -3px;
        font-size: 0.8rem;
        font-weight: 700;
    }
    
    .nav-toggle {
        padding: 8px;
        margin-left: 0.5rem;
    }
    
    .nav-toggle span {
        width: 22px;
        height: 2px;
    }
    
    .lang-toggle {
        padding: 0.35rem 0.6rem;
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
    

    
    .hero-signature {
        width: 150px;
        margin: 1rem auto 0;
    }
    
    .hero-portrait {
        position: relative;
        right: auto;
        bottom: auto;
        width: 80%;
        max-width: 300px;
        height: auto;
        margin: 2rem auto 0;
        opacity: 1;
        transform: none;
        animation: none;
    }
    
    .hero-portrait img {
        width: 100%;
        height: auto;
    }
    
    .scroll-indicator {
        bottom: 20px;
        font-size: 1.2rem;
    }
    
    /* --- Feature Cards --- */
    .features {
        flex-direction: column;
        height: auto;
        margin-top: 3rem;
    }
    
    .feature-card {
        height: 50vh;
        min-height: 300px;
    }
    
    .feature-card:hover {
        flex: none;
    }
    
    .card-content h3 {
        font-size: 1.2rem;
    }
    
    .card-content h5 {
        opacity: 1;
        transform: translateY(0);
        font-size: 0.7rem;
    }
    
    /* --- Content Pages --- */
    .content-page {
        padding-top: 12vh;
    }
    
    .page-header {
        padding: 2rem 1rem;
    }
    
    .page-header h1 {
        font-size: clamp(1.8rem, 4.5vw, 2.1rem);
    }
    
    .page-header .subtitle {
        font-size: 0.75rem;
        letter-spacing: 3px;
    }
    
    .content-container {
        padding: 0 1rem 4rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .content-text {
        font-size: 1rem;
    }

    /* Keep biography portrait sleek on mobile */
    .bio-image {
        width: 100%;
        max-width: 240px; 
        margin: 0 auto 2rem;
        display: block;
    }
    
    .section-heading {
        font-size: 1.5rem;
    }
    
    /* --- Gallery --- */
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
    
    .gallery-item {
        aspect-ratio: 1;
    }
    
    .gallery-title {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    
    /* --- Press Section --- */
    .press-section {
        padding: 4rem 1rem !important;
    }
    
    .press-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    /* --- Press & Streaming - stacked vertically on mobile --- */
    .press-section .press-grid {
        display: flex !important;
        flex-direction: column;
        gap: 3rem;
    }
    
    .press-quote p:first-child {
        font-size: 1.1rem !important;
    }
    
    /* --- Landmark Cards --- */
    .landmark-card,
    .landmark-card.landmark-reverse,
    .landmark-card.landmark-poster {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .landmark-card.landmark-poster .landmark-image img {
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }
    
    .landmark-card.landmark-reverse .landmark-image {
        order: 0;
    }
    
    .landmark-card.landmark-reverse .landmark-text {
        order: 0;
    }
    
    .landmark-card.landmark-reverse .landmark-image {
        order: 0;
    }
    
    .landmark-card.landmark-reverse .landmark-text {
        order: 0;
    }
    
    .landmark-text h3 {
        font-size: 1.3rem;
    }
    
    .landmark-label {
        font-size: 0.75rem;
        letter-spacing: 2px;
        margin-bottom: 1rem;
    }
    
    /* --- Performance List --- */
    .performance-list {
        margin-top: 2rem;
    }
    
    .performance-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 0 !important;
    }
    
    .performance-item .btn-primary {
        width: 100%;
        text-align: center;
    }
    
    .perf-poster {
        width: 120px;
        height: 170px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .performance-item .btn-primary {
        width: 100%;
        text-align: center;
    }
    
    .perf-poster {
        width: 120px;
        height: 170px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    /* --- Section Divider --- */
    .section-divider {
        height: 40vh;
        background-attachment: scroll;
        margin: 2rem 0;
    }
    
    .divider-text {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    
    /* --- Video Container --- */
    .video-container {
        margin-top: 2rem !important;
    }
    
    /* --- Social Feed --- */
    .social-feed {
        padding: 4rem 1rem !important;
    }
    
    .social-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem;
    }
    

    
    .footer-social {
        gap: 1.5rem;
    }
    
    .footer-social a {
        font-size: 1.2rem;
    }
    
    /* --- Contact Form --- */
    .contact-form {
        gap: 1rem;
    }
    
    .form-group label {
        font-size: 0.8rem;
    }
    
    .btn-primary {
        padding: 0.8rem 1.5rem;
        font-size: 0.8rem;
    }
    
    /* --- Mobile Menu --- */
    .mobile-menu a {
        font-size: 1.8rem;
    }
    
    .close-menu {
        top: 2rem;
        right: 2rem;
    }
    
    /* --- Lightbox Nav Mobile --- */
    .lightbox-nav-prev,
    .lightbox-nav-next {
        padding: 1rem;
        font-size: 1.5rem;
        opacity: 0.6;
    }
    
    /* --- Streaming Links --- */
    .streaming-links {
        margin-top: 3rem !important;
    }
    
    .streaming-links div {
        gap: 2rem !important;
        font-size: 1.5rem !important;
    }
}

/* ========================================
   TABLET STYLES (481px - 768px)
   ======================================== */

@media (min-width: 481px) and (max-width: 768px) {
    /* Header */
    header {
        padding: 1rem 1.5rem;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    header.scrolled {
        padding: 0.8rem 1.5rem;
    }
    
    .nav-left {
        flex: none;
        display: block;
    }
    
    .nav-right {
        flex: none;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }
    
    .logo {
        font-size: 1rem;
        letter-spacing: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        gap: 7px;
    }
    
    .logo-given {
        gap: 4px;
    }
    

    
    .hero-portrait {
        position: relative;
        right: auto;
        bottom: auto;
        width: 60%;
        max-width: 280px;
        height: auto;
        max-height: 50vh;
        margin: 2rem auto 0;
        opacity: 1;
        transform: none;
        animation: none;
    }

    .hero-portrait img {
        width: 100%;
        height: auto;
        max-height: 50vh;
        object-fit: contain;
    }
    
    .page-header h1 {
        font-size: 2.6rem;
    }

    /* Content */
    .content-container {
        padding: 0 2rem 4rem;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
    
    /* Gallery - 4 columns on small tablet (requested) */
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.75rem;
    }

    /* Feature Cards - use mobile column layout */
    .features {
        flex-direction: column;
        margin-top: 3rem;
    }

    .feature-card {
        height: 40vh;
        min-height: 250px;
    }

    .feature-card:hover {
        flex: none;
    }

    /* Content Grid - single column like mobile */
    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Biography Grid - single column like mobile */
    .biography-grid {
        flex-direction: column;
    }

    .bio-image {
        width: 100%;
        max-width: 280px; /* Reduced for a sleeker look */
        margin: 0 auto 2rem;
    }

    .bio-text {
        width: 100%;
    }

    /* Press */
    .press-section {
        padding: 5rem 2rem !important;
    }

    /* --- Press & Streaming - stacked vertically on tablet --- */
    .press-section .press-grid {
        display: flex !important;
        flex-direction: column;
        gap: 3rem;
    }
    
    /* Landmark */
    .landmark-card,
    .landmark-card.landmark-reverse,
    .landmark-card.landmark-poster {
        padding: 2rem;
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .landmark-card.landmark-poster .landmark-image img {
        max-width: 280px;
        margin: 0 auto;
        display: block; /* Ensures the margin auto centers it */
    }

    .landmark-card.landmark-reverse .landmark-image {
        order: 1;
    }

    .landmark-card.landmark-reverse .landmark-text {
        order: 2;
    }

    .landmark-image,
    .landmark-content {
        width: 100%;
    }

    /* Re.imagine - fix RTL */
    .reimagine-reverse {
        direction: ltr;
    }


}

/* ========================================
   SMALL DESKTOP / LARGE TABLET (769px - 1024px)
   ======================================== */

@media (min-width: 769px) and (max-width: 1024px) {
    /* Header */
    header {
        padding: 1.2rem 2rem;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    header.scrolled {
        padding: 1rem 2rem;
    }
    
    .nav-left {
        flex: 1;
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }
    
    .nav-right {
        flex: 1;
        display: flex;
        gap: 1.5rem;
        align-items: center;
        justify-content: flex-end;
        position: static;
        transform: none;
    }
    
    .logo {
        font-size: 1.3rem;
        letter-spacing: 3px;
        gap: 8px;
        position: static;
        transform: none;
    }
    
    .logo-given {
        gap: 6px;
        flex-direction: row;
    }
    
    /* Hero - scale up from mobile (stacked vertical) */
    .hero {
        min-height: 100vh;
        height: auto;
        padding: 4rem 0 2rem;
    }
    .hero-container {
        flex-direction: column;
        padding-top: 4rem;
    }

    .hero-content {
        position: relative;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 1rem;
        left: auto;
        transform: none;
    }



    .hero blockquote {
        font-size: 1.1rem;
    }

    .hero-portrait {
        position: relative;
        width: 90%;
        max-width: 800px;
        height: auto;
        max-height: none;
        margin: 2rem auto 0;
    }

    .hero-portrait img {
        width: 100%;
        height: auto;
        max-height: 65vh; /* Allows image to be much taller on big tablets */
        object-fit: contain;
    }
    
    /* Feature Cards - scale up from mobile (column) */
    .features {
        flex-direction: column;
        margin-top: 3rem;
    }
    
    .feature-card {
        height: 40vh;
        min-height: 250px;
    }

    .feature-card:hover {
        flex: none;
    }

    .card-content h3 {
        font-size: 1.3rem;
    }
    
    .card-content h5 {
        font-size: 0.75rem;
    }
    
    /* Content Pages - stacked like mobile */
    .content-page {
        padding-top: 12vh;
    }
    
    .page-header {
        padding: 2rem 1.5rem;
    }
    
    .page-header h1 {
        font-size: 3.2rem;
    }
    
    .content-container {
        padding: 0 2rem 4rem;
    }
    
    /* Biography - keep side-by-side on large tablet */
    .biography-grid {
        flex-direction: row; 
    }

    .content-grid {
        grid-template-columns: 0.4fr 0.6fr; /* Image gets 40%, text gets 60% */
        gap: 3rem; /* Reduced gap so text isn't squeezed */
    }

    .bio-image {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .bio-text {
        width: 100%;
    }

    /* Gallery - 5 columns on large tablet (requested) */
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
    
    /* Press */
    .press-section {
        padding: 4rem 2rem !important;
    }
    
    .press-grid {
        gap: 2rem;
    }
    
    /* Landmark */
    .landmark-card {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 2rem;
        margin-bottom: 3rem;
    }
    
    .landmark-card.landmark-reverse .landmark-image {
        order: 1;
    }
    
    .landmark-card.landmark-reverse .landmark-text {
        order: 2;
    }
    .section-divider {
        height: 40vh;
    }
    

    
    /* Re.imagine - fix desktop layouts */
    .reimagine-reverse {
        direction: ltr;
    }
    
    .landmark-card.landmark-reverse .landmark-image {
        order: 1;
    }
    
    .landmark-card.landmark-reverse .landmark-text {
        order: 2;
    }
    
    .landmark-image,
    .landmark-content {
        width: 100%;
    }
    
    /* Keeps side-by-side layout, giving slightly more room to text than desktop */
    .landmark-card.landmark-poster {
        grid-template-columns: 0.4fr 0.6fr; 
    }

    .landmark-card.landmark-poster .landmark-image img {
        max-width: 100%; 
        margin: 0;
    }
    
}


/* ========================================
   DESKTOP ENHANCEMENTS (> 1024px)
   These enhance the base mobile styles
   ======================================== */

@media (min-width: 1025px) {
    /* Header - Original desktop styles */
    header {
        padding: 2rem 4rem;
    }
    
    header.scrolled {
        padding: 1rem 4rem;
    }
    
    .logo {
        font-size: 1.3rem;
        letter-spacing: 4px;
        gap: 12px;
        position: static;
        transform: none;
    }
    
    .logo-given {
        gap: 8px;
        flex-direction: row;
    }
    
    .nav-left {
        flex: 1;
        display: flex;
        gap: 2rem;
        align-items: center;
    }
    
    .nav-right {
        flex: 1;
        display: flex;
        gap: 2rem;
        align-items: center;
        justify-content: flex-end;
        position: static;
        transform: none;
    }
    
    /* Hero - Original desktop styles */
    .hero h1 {
        font-size: clamp(1.8rem, 4.5vw, 4.5rem); /* Scaled proportionally with image */
        margin-bottom: 1rem;
        letter-spacing: 2px;
    }
    
    .hero .t-violinist {
        font-size: clamp(0.7rem, 1.4vw, 1.4rem); /* Scaled proportionally with image */
        letter-spacing: 5px;
        justify-content: center; /* Center the roles on desktop */
    }
    
    .hero blockquote {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
    
    .hero-press {
        position: relative;
        width: 100%;
        max-width: min(520px, 40vw); /* Stricter constraint to prevent collision */
        margin: 1.5rem auto 0;
        text-align: center;
    }
    
    .hero-press .press-quote {
        font-size: clamp(0.7rem, 1vw, 1rem); /* Scaled proportionally with image */
    }
    
    .hero-press .press-source {
        font-size: clamp(0.45rem, 0.7vw, 0.7rem); /* Scaled proportionally with image */
    }
    
    .hero-content {
        position: absolute;
        top: 15%;
        left: 5%; /* Push text closer to center */
        width: 45%; /* Keep to the left half */
        transform: translateY(0);
        text-align: center;
        padding: 0 4vw 0 2vw; /* Shift visual weight closer to portrait */
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        animation: slideHeroContent 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
        max-width: 100%;
    }
    
    .hero-portrait {
        position: absolute;
        right: 8%; /* Push closer to center */
        top: 15%; /* Anchor from the top */
        bottom: auto;
        max-height: 85vh;
        height: 85%;
        opacity: 0;
        transform: translateX(50px);
        animation: revealPortrait 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
        width: auto;
        max-width: clamp(350px, 40vw, 700px); /* Gentle scaling for a cleaner look */
    }
    
    /* Features */
    .features {
        display: flex;
        height: 35vw;
        min-height: 500px;
        margin-top: 6rem;
    }
    
    .feature-card:hover {
        flex: 1.5;
    }
    
    .card-content h5 {
        opacity: 0;
        transform: translateY(20px);
    }
    
    /* Content */
    .content-page {
        padding-top: 15vh;
    }
    
    .page-header {
        text-align: center;
        padding: 4rem 2rem;
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .page-header h1 {
        font-size: 4rem;
    }
    
    .page-header .subtitle {
        font-size: 1rem;
        letter-spacing: 5px;
    }
    
    .content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 4rem 8rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
    }
    
    .content-text {
        font-size: 1.1rem;
    }
    
    .section-heading {
        font-size: 2.5rem;
    }
    
    /* Gallery - 5 columns on desktop (requested) */
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
    }
    
    .gallery-title {
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
    
    /* Press */
    .press-section {
        padding: 8rem 4rem !important;
    }
    
    .press-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 4rem;
    }

    /* Press & Streaming - stacked vertically on desktop */
    .press-section .press-grid {
        display: flex !important;
        flex-direction: column;
        gap: 3rem;
    }
    
    .press-quote p:first-child {
        font-size: 1.4rem !important;
    }

    /* Streaming links - 5 icons in Listen & Follow */
    .streaming-links div {
        gap: 3rem !important;
        font-size: 2rem !important;
    }
    
    .streaming-links div a {
        font-size: inherit;
    }
    
    /* Landmark */
    .landmark-card,
    .landmark-card.landmark-reverse,
    .landmark-card.landmark-poster {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        padding: 3rem;
        margin-bottom: 5rem;
    }
    
    .landmark-text h3 {
        font-size: 1.8rem;
    }
    
    /* Performance */
    .performance-list {
        margin-top: 3rem;
    }
    
    .performance-item {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 1.5rem 0 !important;
    }
    
    .performance-item .btn-primary {
        width: auto;
    }
    
    /* Section Divider */
    .section-divider {
        height: 60vh;
        background-attachment: fixed;
        margin: 4rem 0;
    }
    
    .divider-text {
        font-size: 3rem;
        letter-spacing: 3px;
    }
    
    /* Footer */
    footer {
        padding: 8rem 4rem 4rem;
    }
    
    .footer-nav {
        flex-wrap: nowrap;
        gap: 3rem;
    }
    
    .footer-nav a {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }
    
    .footer-social {
        gap: 2rem;
    }
    
    /* Social Feed */
    .social-feed {
        padding: 8rem 4rem !important;
    }
    
    .social-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
        gap: 1.5rem;
    }
}

/* ========================================
   EXTRA LARGE SCREENS (> 1400px)
   ======================================== */

@media (min-width: 1401px) {
    .hero h1 {
        font-size: 4rem;
    }
    
    .hero blockquote {
        font-size: 1.6rem;
    }
    
    .content-container {
        max-width: 1400px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* ========================================
   MOBILE MENU ANIMATION FIX
   ======================================== */

@media (max-width: 768px) {
    .mobile-menu {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .mobile-menu li {
        margin: 1.2rem 0;
    }
}

/* ========================================
   LANDSCAPE MOBILE ORIENTATION
   ======================================== */

@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: auto;
        padding: 5rem 0 1rem;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero-portrait {
        display: none;
    }
    
    .hero-content {
        position: relative;
        padding: 1rem;
    }
}

/* ========================================
   REDUCE MOTION FOR ACCESSIBILITY
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
    
    .hero-content {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    @media (min-width: 769px) {
        .hero-content {
            left: 4%;
        }
    }
}

/* Desktop video grid - larger thumbnails and text */
@media (min-width: 1025px) {
    .video-grid-desktop {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem;
    }
    
    .video-grid-desktop .video-thumb {
        min-height: 180px;
    }
    
    .video-grid-desktop .video-thumb .play-overlay {
        width: 60px !important;
        height: 60px !important;
    }
    
    .video-grid-desktop .video-thumb .play-overlay i {
        font-size: 28px !important;
    }
    
    .video-grid-desktop .video-thumb .video-label {
        padding: 1.2rem !important;
    }
    
    .video-grid-desktop .video-thumb .video-label p {
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
}

/* Large tablet (769px - 1024px): intermediate sizes */
@media (min-width: 769px) and (max-width: 1024px) {
    .video-grid-desktop {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem;
    }
    
    .video-grid-desktop .video-thumb {
        min-height: 135px;
    }
    
    .video-grid-desktop .video-thumb .play-overlay {
        width: 42px !important;
        height: 42px !important;
    }
    
    .video-grid-desktop .video-thumb .play-overlay i {
        font-size: 21px !important;
    }
    
    .video-grid-desktop .video-thumb .video-label {
        padding: 0.5rem !important;
    }
    
    .video-grid-desktop .video-thumb .video-label p {
        font-size: 0.85rem !important;
    }
}

/* ========================================
   HIGH CONTRAST MODE SUPPORT
   ======================================== */

@media (prefers-contrast: high) {
    :root {
        --bg-color: #000000;
        --text-primary: #ffffff;
        --accent-color: #ffd700;
        --glass-bg: rgba(0, 0, 0, 0.9);
    }
    
    .card-overlay,
    .section-divider::before {
        opacity: 0.7;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    header,
    .mobile-menu,
    .scroll-indicator,
    .feature-card,
    .card-overlay,
    .lightbox-modal,
    .btn-primary,
    .footer-social,
    .lang-toggle {
        display: none !important;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .hero {
        height: auto;
        padding: 2rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
}

/* Video label responsive styles */
.video-label > p {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .video-label > p {
        font-size: 0.75rem;
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {
    .video-label > p {
        font-size: 0.65rem;
        padding: 0.4rem;
    }
}

/* Video grid responsive - prevent single column stacking */
.video-grid {
    display: grid;
    gap: 2rem;
    overflow-x: hidden;
    max-width: 100%;
    padding: 0;
}

/* Mobile: Ensure proper scaling */
@media (max-width: 480px) {
    .video-grid {
        overflow-x: hidden;
    }
    
    .video-grid .video-thumb {
        width: 100%;
        max-width: 100%;
    }
}

/* Tablet: maintain at least 2 columns */
@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile: 2 columns with smaller items */
@media (max-width: 600px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }
    
    .video-grid .video-thumb {
        min-height: 80px;
    }
    
    .video-grid .play-overlay {
        width: 25px !important;
        height: 25px !important;
    }
    
    .video-grid .play-overlay i {
        font-size: 12px !important;
    }
    
    .video-grid .video-label p {
        font-size: 0.5rem !important;
        padding: 0.25rem !important;
    }
}

/* Tablet: maintain at least 2 columns */
@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile: 2 columns with smaller items */
@media (max-width: 600px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem;
        padding: 0.5rem;
        overflow-x: hidden;
    }
    
    .video-grid .video-thumb {
        min-height: 90px;
        aspect-ratio: 16/9;
    }
    
    .video-grid .play-overlay {
        width: 28px !important;
        height: 28px !important;
    }
    
    .video-grid .play-overlay i {
        font-size: 14px !important;
    }
    
    .video-grid .video-label p {
        font-size: 0.55rem !important;
        padding: 0.3rem !important;
    }
}

/* Very small mobile: 2 columns with smaller items */
@media (max-width: 400px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem;
    }

    .video-grid .video-thumb {
        min-height: 70px;
        aspect-ratio: 16/9;
    }

    .video-grid .play-overlay {
        width: 20px !important;
        height: 20px !important;
    }

    .video-grid .play-overlay i {
        font-size: 10px !important;
    }

    .video-grid .video-label p {
        font-size: 0.45rem !important;
        padding: 0.2rem !important;
    }
}
