/* Base and layout */
:root {
    --gold: #d4a030;
    --gold-light: #e8c040;
    --gold-warm: #c49428;
    --bg: #0a0a0a;
    --bg-soft: #141414;
    --text: #e2b84a;
    --text-muted: #c9a227;
    --transition: 0.25s ease;
    --radius-sm: 6px;
    --shadow-gold: 0 0 20px rgba(212, 160, 48, 0.25);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #080808;
    background-image:
        radial-gradient(ellipse 100% 70% at 50% -15%, rgba(40, 34, 26, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 90% 60% at 80% 110%, rgba(25, 22, 18, 0.5) 0%, transparent 45%),
        radial-gradient(ellipse 70% 80% at 20% 50%, rgba(20, 18, 15, 0.35) 0%, transparent 50%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.012) 2px,
            rgba(255, 255, 255, 0.012) 3px
        );
    background-attachment: fixed;
    color: var(--text);
    line-height: 1.5;
    min-height: 100vh;
}
.wrap { max-width: 960px; margin: 0 auto; padding: 0 1.5rem; }
.wrap--narrow { max-width: 720px; }

/* Skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 0.75rem 1rem;
    background: var(--gold);
    color: #0a0a0a;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ========== HEADER ========== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bg);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.site-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    animation: stageLightWash 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.site-header .header-inner,
.site-header .header-bar {
    position: relative;
    z-index: 1;
}
@keyframes stageLightWash {
    0%, 100% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 225, 80, 0.18) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 210, 100, 0.14) 0%, transparent 50%);
    }
    8% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 230, 120, 0.16) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(120, 170, 255, 0.14) 0%, transparent 50%);
    }
    16% {
        background: radial-gradient(ellipse 160% 130% at 30% 50%, rgba(140, 185, 255, 0.17) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 70% 50%, rgba(90, 150, 255, 0.16) 0%, transparent 50%);
    }
    25% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(80, 145, 255, 0.2) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(110, 165, 255, 0.16) 0%, transparent 50%);
    }
    33% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(100, 160, 255, 0.15) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(230, 240, 255, 0.16) 0%, transparent 50%);
    }
    41% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(220, 230, 255, 0.16) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 255, 255, 0.14) 0%, transparent 50%);
    }
    50% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 255, 255, 0.14) 0%, transparent 50%);
    }
    58% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 255, 255, 0.14) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 180, 180, 0.15) 0%, transparent 50%);
    }
    66% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 120, 120, 0.16) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 90, 100, 0.14) 0%, transparent 50%);
    }
    75% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 75, 75, 0.19) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 55, 85, 0.15) 0%, transparent 50%);
    }
    83% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 100, 80, 0.15) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 200, 100, 0.14) 0%, transparent 50%);
    }
    91% {
        background: radial-gradient(ellipse 160% 130% at 25% 50%, rgba(255, 210, 90, 0.16) 0%, transparent 52%),
                    radial-gradient(ellipse 130% 110% at 75% 50%, rgba(255, 220, 120, 0.12) 0%, transparent 50%);
    }
}

.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    gap: 1.5rem;
}

.nav-toggle {
    display: none;
}
.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
}

/* Language switcher RO / EN */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 1;
}
.lang-btn {
    font-family: 'Federo', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 0.65rem;
    border: none;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: color var(--transition), background var(--transition);
}
.lang-btn:hover {
    color: var(--gold);
}
.lang-btn[aria-pressed="true"] {
    color: var(--gold);
    background: rgba(212, 160, 48, 0.15);
}
.lang-btn:first-child {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    border: 1px solid rgba(212, 160, 48, 0.4);
    border-right: none;
}
.lang-btn:last-child {
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    border: 1px solid rgba(212, 160, 48, 0.4);
}

/* Main menu – musical notes (nav-lights.js) */
.nav-lights-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.header-inner .logo-link,
.header-inner .site-nav {
    position: relative;
    z-index: 1;
}
.nav-note {
    position: absolute;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    transform-origin: center center;
    will-change: left, top, transform, color, text-shadow;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}

.site-nav a {
    position: relative;
    overflow: hidden;
    font-family: 'Federo', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1508;
    /* Smooth golden gradient – lighter at top for 3D “lit from above” */
    background: linear-gradient(
        160deg,
        #e8c85a 0%,
        #ddb83d 28%,
        #d4af37 50%,
        #c9a227 72%,
        #b8922e 100%
    );
    padding: 0.6rem 1.25rem;
    border-radius: 100px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.35s ease, background 0.3s ease;
    /* 3D: soft base layer + diffused shadow + top bevel + bottom depth */
    box-shadow:
        0 3px 0 rgba(90, 65, 15, 0.5),
        0 5px 16px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.site-nav a:active {
    transform: translateY(2px);
    box-shadow:
        0 1px 0 rgba(90, 65, 15, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
.site-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        transparent 42%,
        rgba(255, 255, 255, 0.22) 50%,
        transparent 58%,
        transparent 100%
    );
    transform: translateX(-100%) skewX(-18deg);
    animation: navShine 4s ease-in-out infinite;
    pointer-events: none;
}
.site-nav a:hover {
    background: linear-gradient(160deg, #252018 0%, #1e1a14 50%, #1a1610 100%);
    color: #fff;
    transform: translateY(-2px);
    /* 3D lifted: deeper base + softer spread + gold glow */
    box-shadow:
        0 5px 0 rgba(20, 15, 8, 0.6),
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(212, 160, 48, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.site-nav a:hover::after {
    animation: navShine 2.5s ease-in-out infinite;
}
@keyframes navShine {
    0% { transform: translateX(-100%) skewX(-18deg); }
    20% { transform: translateX(200%) skewX(-18deg); }
    100% { transform: translateX(200%) skewX(-18deg); }
}

.site-nav a .nav-link-text {
    position: relative;
    z-index: 1;
}

/* Main menu music wave bars (nav-hover.js) */
.site-nav a .nav-waves {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition);
}
.site-nav a:hover .nav-waves {
    opacity: 1;
}
.site-nav a .nav-wave-bar {
    width: 3px;
    height: 10px;
    background: var(--gold-light);
    border-radius: 2px;
    transform-origin: center bottom;
    animation: navWaveBar 0.5s ease-in-out infinite alternate;
}
.site-nav a .nav-wave-bar:nth-child(1) { animation-delay: 0s; }
.site-nav a .nav-wave-bar:nth-child(2) { animation-delay: 0.08s; }
.site-nav a .nav-wave-bar:nth-child(3) { animation-delay: 0.16s; }
.site-nav a .nav-wave-bar:nth-child(4) { animation-delay: 0.24s; }
.site-nav a .nav-wave-bar:nth-child(5) { animation-delay: 0.32s; }
.site-nav a .nav-wave-bar:nth-child(6) { animation-delay: 0.4s; }
.site-nav a .nav-wave-bar:nth-child(7) { animation-delay: 0.48s; }
@keyframes navWaveBar {
    from { transform: scaleY(0.4); opacity: 0.7; }
    to { transform: scaleY(1); opacity: 1; }
}

.logo-link {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: rgba(232, 192, 64, 0.9);
    border-right-color: rgba(180, 140, 40, 0.85);
    border-bottom-color: rgba(120, 90, 20, 0.9);
    border-left-color: rgba(212, 160, 48, 0.85);
    background: linear-gradient(145deg, rgba(30, 28, 24, 0.6) 0%, rgba(15, 14, 12, 0.8) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4),
        2px 2px 4px rgba(0, 0, 0, 0.5),
        4px 6px 12px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 0 20px rgba(212, 160, 48, 0.25);
    transition: transform var(--transition), box-shadow var(--transition);
    perspective: 400px;
    transform: rotateX(8deg) rotateY(-4deg);
    animation: logoCirclePulse 2.5s ease-in-out infinite;
}
@keyframes logoCirclePulse {
    0%, 100% {
        transform: rotateX(8deg) rotateY(-4deg) scale(1);
        box-shadow:
            0 0 0 1px rgba(0, 0, 0, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.5),
            4px 6px 12px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            inset 0 -1px 0 rgba(0, 0, 0, 0.3),
            0 0 18px rgba(212, 160, 48, 0.3);
        border-top-color: rgba(232, 192, 64, 0.75);
        border-right-color: rgba(180, 140, 40, 0.7);
        border-bottom-color: rgba(120, 90, 20, 0.75);
        border-left-color: rgba(212, 160, 48, 0.7);
    }
    50% {
        transform: rotateX(8deg) rotateY(-4deg) scale(1.08);
        box-shadow:
            0 0 0 1px rgba(0, 0, 0, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.5),
            4px 6px 12px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            inset 0 -1px 0 rgba(0, 0, 0, 0.3),
            0 0 40px rgba(212, 160, 48, 0.65);
        border-top-color: rgba(232, 192, 64, 1);
        border-right-color: rgba(180, 140, 40, 0.95);
        border-bottom-color: rgba(120, 90, 20, 1);
        border-left-color: rgba(212, 160, 48, 0.95);
    }
}
.logo-link:hover {
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4),
        4px 4px 8px rgba(0, 0, 0, 0.5),
        8px 12px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3),
        0 0 28px rgba(212, 160, 48, 0.4);
    animation-play-state: paused;
}
.logo-link--flip {
    overflow: visible;
}
.logo-link--flip .header-logo {
    animation: logoFlip 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@keyframes logoFlip {
    0%    { transform: scale(1) rotateY(0deg); }
    12.5% { transform: scale(1.2) rotateY(225deg); }
    25%   { transform: scale(1.35) rotateY(450deg); }
    37.5% { transform: scale(1.4) rotateY(675deg); }
    50%   { transform: scale(1.35) rotateY(900deg); }
    62.5% { transform: scale(1.4) rotateY(1125deg); }
    75%   { transform: scale(1.35) rotateY(1350deg); }
    87.5% { transform: scale(1.2) rotateY(1575deg); }
    100%  { transform: scale(1) rotateY(1800deg); }
}
.header-logo {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    transform-style: preserve-3d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.header-bar {
    height: 6px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
}

/* ========== HERO ========== */
.hero { position: relative; padding: 0; }

/* Welcome / Enjoy as full hero background – larger, behind all content */
.hero-sparkles-bg.welcome-sparkles,
.hero-falling-bg.falling-sparks {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}
.hero-falling-bg.falling-sparks { overflow: hidden; }
.hero-sparkles-bg .sparkle-dot {
    width: 2px !important;
    height: 2px !important;
    margin-left: -1px !important;
    margin-top: -1px !important;
    background: rgba(255, 252, 245, 0.95);
    border-radius: 50%;
    box-shadow:
        0 0 2px 1px rgba(255, 255, 255, 0.9),
        0 -12px 10px -3px rgba(255, 248, 240, 0.6),
        0 12px 10px -3px rgba(255, 248, 240, 0.6),
        -12px 0 10px -3px rgba(255, 248, 240, 0.6),
        12px 0 10px -3px rgba(255, 248, 240, 0.6),
        -8px -8px 10px -3px rgba(255, 235, 200, 0.45),
        8px -8px 10px -3px rgba(255, 235, 200, 0.45),
        -8px 8px 10px -3px rgba(255, 235, 200, 0.45),
        8px 8px 10px -3px rgba(255, 235, 200, 0.45);
}
/* Falling star: bright head + long wispy fading tail (like meteors in the sky) */
.hero-falling-bg .falling-spark {
    width: 2px !important;
    height: 100px !important;
    margin-left: -1px !important;
    margin-top: 0 !important;
    background: linear-gradient(to bottom,
        transparent 0%,
        transparent 45%,
        rgba(255, 255, 255, 0.03) 60%,
        rgba(255, 255, 255, 0.08) 75%,
        rgba(255, 255, 255, 0.18) 88%,
        rgba(255, 255, 255, 0.35) 97%,
        rgba(255, 255, 255, 0.5) 100%);
    border-radius: 0;
    box-shadow: none;
}
.hero-falling-bg .falling-spark--long-tail {
    height: 165px !important;
}
.hero-falling-bg .falling-spark::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    margin-bottom: -3px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 4px 2px rgba(255, 255, 255, 0.9),
        0 0 12px 6px rgba(255, 255, 255, 0.6),
        0 0 24px 12px rgba(255, 255, 255, 0.25);
}
.hero-falling-bg .falling-spark--bright {
    opacity: 0.88;
}
.hero-falling-bg .falling-spark--bright::after {
    box-shadow:
        0 0 6px 3px rgba(255, 255, 255, 1),
        0 0 18px 8px rgba(255, 255, 255, 0.75),
        0 0 32px 14px rgba(255, 255, 255, 0.35);
}
.hero-falling-bg .falling-spark--dim {
    opacity: 0.48;
}
.hero-falling-bg .falling-spark--dim::after {
    box-shadow:
        0 0 3px 1px rgba(255, 255, 255, 0.8),
        0 0 8px 4px rgba(255, 255, 255, 0.4),
        0 0 16px 8px rgba(255, 255, 255, 0.15);
}
.hero-banner,
.hero-content,
.hero-video {
    position: relative;
    z-index: 1;
}

.hero-banner {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: var(--bg-soft);
}
.hero-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, var(--bg) 85%);
}
.hero-banner-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.hero-content {
    text-align: center;
    padding: 0 1.5rem 4rem;
}
.hero-title,
#home {
    scroll-margin-top: 7rem;
}
.hero-title {
    font-family: 'Federo', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 600;
    color: var(--gold);
    margin: 0 0 0.5rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    text-shadow:
        0 0 40px rgba(212, 160, 48, 0.25),
        0 0 20px rgba(212, 160, 48, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.25);
}
.hero-intro {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    color: var(--text-muted);
}
.hero-intro-link {
    color: var(--gold-light);
    text-decoration: underline;
}
.hero-intro-link:hover { color: var(--gold); }

/* Welcome / Enjoy animation (welcome.js) – hero-level containers above */
.hero-welcome-zone {
    position: relative;
}
.welcome-wrap {
    position: relative;
    z-index: 1;
    min-height: 4rem;
    margin-bottom: 1rem;
}
.welcome-wrap .welcome-line,
.welcome-wrap .enjoy-line {
    font-family: 'Federo', sans-serif;
    font-size: 1.25rem;
    color: var(--gold-light);
    margin: 0;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.welcome-wrap.is-visible .welcome-line,
.welcome-wrap.is-visible .enjoy-line {
    opacity: 1;
    transform: translateY(0);
}
.welcome-wrap.is-leaving .welcome-line,
.welcome-wrap.is-leaving .enjoy-line {
    opacity: 0;
    transform: translateY(20px);
}
.welcome-wrap .enjoy-line { display: none; }
.welcome-wrap.is-enjoy .welcome-line { display: none; }
.welcome-wrap.is-enjoy .enjoy-line { display: block; }
/* Star shape: small bright center + 8 soft rays (like stars in the sky) */
.sparkle-dot {
    position: absolute;
    width: 2px;
    height: 2px;
    margin-left: -1px;
    margin-top: -1px;
    background: rgba(255, 252, 245, 0.95);
    border-radius: 50%;
    opacity: 0.8;
    box-shadow:
        0 0 2px 1px rgba(255, 255, 255, 0.9),
        0 -10px 8px -2px rgba(255, 248, 240, 0.55),
        0 10px 8px -2px rgba(255, 248, 240, 0.55),
        -10px 0 8px -2px rgba(255, 248, 240, 0.55),
        10px 0 8px -2px rgba(255, 248, 240, 0.55),
        -7px -7px 8px -2px rgba(255, 235, 210, 0.4),
        7px -7px 8px -2px rgba(255, 235, 210, 0.4),
        -7px 7px 8px -2px rgba(255, 235, 210, 0.4),
        7px 7px 8px -2px rgba(255, 235, 210, 0.4);
    animation: sparklePulse 1.4s ease-in-out infinite;
}
.sparkle-dot:nth-child(3n) {
    box-shadow:
        0 0 2px 1px rgba(255, 248, 230, 0.9),
        0 -11px 9px -2px rgba(255, 240, 200, 0.5),
        0 11px 9px -2px rgba(255, 240, 200, 0.5),
        -11px 0 9px -2px rgba(255, 240, 200, 0.5),
        11px 0 9px -2px rgba(255, 240, 200, 0.5),
        -8px -8px 9px -2px rgba(232, 200, 120, 0.35),
        8px -8px 9px -2px rgba(232, 200, 120, 0.35),
        -8px 8px 9px -2px rgba(232, 200, 120, 0.35),
        8px 8px 9px -2px rgba(232, 200, 120, 0.35);
}
.sparkle-dot:nth-child(5n) {
    box-shadow:
        0 0 3px 1px rgba(255, 255, 255, 0.95),
        0 -14px 12px -3px rgba(255, 250, 240, 0.5),
        0 14px 12px -3px rgba(255, 250, 240, 0.5),
        -14px 0 12px -3px rgba(255, 250, 240, 0.5),
        14px 0 12px -3px rgba(255, 250, 240, 0.5),
        -10px -10px 12px -3px rgba(255, 235, 200, 0.35),
        10px -10px 12px -3px rgba(255, 235, 200, 0.35),
        -10px 10px 12px -3px rgba(255, 235, 200, 0.35),
        10px 10px 12px -3px rgba(255, 235, 200, 0.35);
}
@keyframes sparklePulse {
    0%, 100% { opacity: 0.55; transform: scale(1); filter: brightness(0.92); }
    50% { opacity: 0.8; transform: scale(1.15); filter: brightness(1.08); }
}
@keyframes sparklePulseBright {
    0%, 100% { opacity: 0.5; transform: scale(1); filter: brightness(0.9); }
    50% { opacity: 1; transform: scale(1.35); filter: brightness(1.35); }
}
@keyframes sparklePulseExtraBright {
    0%, 100% { opacity: 0.55; transform: scale(1); filter: brightness(0.95); }
    50% { opacity: 1; transform: scale(1.5); filter: brightness(1.6); }
}
.sparkle-dot--bright-blink {
    animation: sparklePulseBright 1.4s ease-in-out infinite;
}
.sparkle-dot--extra-bright {
    animation: sparklePulseExtraBright 1.4s ease-in-out infinite;
}
.falling-sparks { overflow: hidden; }
/* Falling star: sharp bright head, long thin fading tail */
.falling-spark {
    position: absolute;
    width: 2px;
    height: 100px;
    margin-left: -1px;
    background: linear-gradient(to bottom,
        transparent 0%,
        transparent 45%,
        rgba(255, 255, 255, 0.03) 60%,
        rgba(255, 255, 255, 0.08) 75%,
        rgba(255, 255, 255, 0.18) 88%,
        rgba(255, 255, 255, 0.35) 97%,
        rgba(255, 255, 255, 0.5) 100%);
    border-radius: 0;
    opacity: 0.62;
}
.falling-spark--long-tail {
    height: 165px;
}
.falling-spark--bright { opacity: 0.88; }
.falling-spark--dim { opacity: 0.48; }
.falling-spark::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    margin-bottom: -3px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 4px 2px rgba(255, 255, 255, 0.9),
        0 0 12px 6px rgba(255, 255, 255, 0.55),
        0 0 22px 10px rgba(255, 255, 255, 0.2);
}
.falling-spark--bright::after {
    box-shadow:
        0 0 6px 3px rgba(255, 255, 255, 1),
        0 0 18px 8px rgba(255, 255, 255, 0.75),
        0 0 32px 14px rgba(255, 255, 255, 0.35);
}
.falling-spark--dim::after {
    box-shadow:
        0 0 3px 1px rgba(255, 255, 255, 0.8),
        0 0 8px 4px rgba(255, 255, 255, 0.4),
        0 0 16px 8px rgba(255, 255, 255, 0.15);
}

.hero-video {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 0;
    background: #000;
}
.video01 {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(10, 10, 10, 0.85) 100%);
    pointer-events: none;
}

/* ========== SECTIONS ========== */
.section {
    padding: 3.5rem 0;
}
/* When navigating to #artists, #gallery, etc., scroll so the title is visible below the header */
.section[id] {
    scroll-margin-top: 6rem;
}
.section--alt {
    background: linear-gradient(180deg, rgba(18, 16, 14, 0.85) 0%, rgba(12, 11, 10, 0.9) 100%);
}
.section-bar {
    height: 6px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
    margin-bottom: 0.5rem;
}
.section-title {
    font-family: 'Federo', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--gold);
    margin: 0 0 0.5rem;
    text-align: center;
}
.section-lead {
    color: var(--text-muted);
    margin: 0 0 2rem;
    font-size: 1.05rem;
    text-align: center;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}

/* ========== SCHEDULE ========== */
.schedule-month-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.schedule-month-btn {
    font-family: 'Federo', sans-serif;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(212, 160, 48, 0.4);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    cursor: pointer;
    transition: color var(--transition), background var(--transition), border-color var(--transition);
}
.schedule-month-btn:hover {
    color: var(--gold-light);
    background: rgba(212, 160, 48, 0.1);
    border-color: rgba(212, 160, 48, 0.5);
}
.schedule-month-btn--active,
.schedule-month-btn[aria-selected="true"] {
    color: var(--gold);
    background: rgba(212, 160, 48, 0.15);
    border-color: var(--gold);
}
.schedule-calendar-view {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.schedule-month {
    min-width: 280px;
    max-width: 320px;
}
.schedule-month__title {
    font-family: 'Federo', sans-serif;
    font-size: 1.25rem;
    color: var(--gold);
    margin: 0 0 1rem;
    text-align: center;
}
.schedule-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 0.5rem;
}
.schedule-weekday {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: center;
}
.schedule-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}
.schedule-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
}
.schedule-day--empty {
    background: transparent;
    visibility: hidden;
}
.schedule-day--available {
    cursor: pointer;
    background: rgba(212, 160, 48, 0.12);
    color: var(--gold-light);
    border: 1px solid rgba(212, 160, 48, 0.25);
}
.schedule-day--booked {
    background: rgba(180, 80, 60, 0.2);
    color: var(--text-muted);
    border: 1px solid rgba(180, 80, 60, 0.35);
}
.schedule-legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.schedule-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}
.schedule-legend__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.schedule-legend__booked .schedule-legend__dot {
    background: rgba(180, 80, 60, 0.6);
}
.schedule-legend__available .schedule-legend__dot {
    background: rgba(212, 160, 48, 0.5);
}
.schedule-select-hint {
    text-align: center;
    font-size: 0.9rem;
    color: var(--gold);
    margin: 0 0 0.5rem;
    max-width: 32em;
    margin-left: auto;
    margin-right: auto;
}
.schedule-note {
    text-align: center;
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
    max-width: 32em;
    margin-left: auto;
    margin-right: auto;
}

/* Schedule booking modal */
.schedule-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s;
}
.schedule-modal--open {
    visibility: visible;
    opacity: 1;
}
.schedule-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}
.schedule-modal__box {
    position: relative;
    background: var(--bg);
    border: 1px solid rgba(212, 160, 48, 0.35);
    border-radius: var(--radius-sm);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.schedule-modal__title {
    font-family: 'Federo', sans-serif;
    color: var(--gold);
    margin: 0 0 0.25rem;
    font-size: 1.2rem;
}
.schedule-modal__date {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0 0 1rem;
}
.schedule-form__label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0 0 0.25rem;
}
.schedule-form__input,
.schedule-form__textarea {
    width: 100%;
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 160, 48, 0.25);
    border-radius: 4px;
    color: var(--text);
    font-size: 1rem;
}
.schedule-form__textarea {
    resize: vertical;
    min-height: 4rem;
}
.schedule-form__actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.schedule-form__submit,
.schedule-form__close {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
}
.schedule-form__submit {
    background: var(--gold);
    color: #0c0b0a;
    border: none;
}
.schedule-form__submit:hover:not(:disabled) {
    filter: brightness(1.1);
}
.schedule-form__submit:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.schedule-form__close {
    background: transparent;
    border: 1px solid rgba(212, 160, 48, 0.4);
    color: var(--gold);
}
.schedule-modal__success {
    color: var(--text);
    font-size: 1rem;
}
.schedule-modal__success p {
    margin: 0;
}

/* ========== ARTISTS ========== */
.artist-jump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7rem;
    margin-bottom: 2.5rem;
}
.artist-link {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Federo', sans-serif;
    font-size: 1.35rem;
    color: #1a1508;
    text-decoration: none;
    padding: 0.65rem 1.6rem;
    border-radius: var(--radius-sm);
    /* Same smooth golden gradient as nav – 3D “lit from above” */
    background: linear-gradient(
        160deg,
        #e8c85a 0%,
        #ddb83d 28%,
        #d4af37 50%,
        #c9a227 72%,
        #b8922e 100%
    );
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.35s ease;
    /* 3D: soft base + diffused shadow + top bevel + bottom depth */
    box-shadow:
        0 3px 0 rgba(90, 65, 15, 0.5),
        0 5px 16px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.artist-link:hover {
    background: linear-gradient(160deg, #252018 0%, #1e1a14 50%, #1a1610 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 5px 0 rgba(20, 15, 8, 0.6),
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(212, 160, 48, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.artist-link:active {
    transform: translateY(2px);
    box-shadow:
        0 1px 0 rgba(90, 65, 15, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
.artist-link:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 2px;
}

/* Artist hover animations – DJ board, musical notes, theatrical smiles */
.artist-hover-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    animation: artistVisualIn 0.35s ease-out forwards;
}
.artist-hover-visual--dj .artist-hover-djboard {
    width: 56px;
    height: auto;
}
.artist-hover-visual--dj .artist-hover-deck {
    transform-origin: center;
    animation: djDeckSpin 2.5s linear infinite;
}
.artist-hover-visual--dj .artist-hover-deck:last-of-type {
    animation-duration: 2s;
    animation-direction: reverse;
}
.artist-hover-visual--singer { gap: 0.15rem; }
.artist-hover-note {
    font-size: 1.1rem;
    opacity: 0;
    animation:
        noteFloat 0.6s ease-out calc(var(--i) * 0.08s) forwards,
        noteDance 1.4s ease-in-out 0.65s infinite;
    animation-delay: calc(var(--i) * 0.08s), calc(0.65s + var(--i) * 0.12s);
}
.artist-hover-visual--mc { gap: 0.2rem; }
.artist-hover-smile-svg { width: 20px; height: 20px; }
.artist-hover-smile {
    opacity: 0;
    animation:
        smilePop 0.4s ease-out calc(var(--i) * 0.1s) forwards,
        smileSwapLaugh 2.4s ease-in-out 0.5s infinite;
    animation-delay: calc(var(--i) * 0.1s), calc(0.5s + var(--i) * 0.15s);
}
.artist-hover-eye {
    transform-origin: center center;
}
.artist-hover-eye--right {
    animation: smileWink 2s ease-in-out 0.8s infinite;
}
.artist-hover-smile:nth-child(2) .artist-hover-eye--right {
    animation-delay: 1.4s;
}
.artist-hover-smile:nth-child(3) .artist-hover-eye--right {
    animation-delay: 2s;
}
@keyframes artistVisualIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes djDeckSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes noteFloat {
    from { opacity: 0; transform: translateY(6px) scale(0.8); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes noteDance {
    0%, 100% { transform: translateY(0) scale(1); }
    25% { transform: translateY(-4px) scale(1.15); }
    50% { transform: translateY(0) scale(0.95); }
    75% { transform: translateY(-3px) scale(1.08); }
}
@keyframes smilePop {
    from { opacity: 0; transform: scale(0); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes smileSwapLaugh {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1);
    }
    20% {
        transform: translateX(calc((1 - var(--i)) * 1.8em)) translateY(-4px) scale(1.12);
    }
    40% {
        transform: translateX(calc((1 - var(--i)) * 1.8em)) translateY(0) scale(1);
    }
    60% {
        transform: translateX(0) translateY(3px) scale(0.96);
    }
    80% {
        transform: translateX(0) translateY(0) scale(1);
    }
}
@keyframes smileWink {
    0%, 90%, 100% { transform: scaleY(1); }
    92% { transform: scaleY(0.15); }
    96% { transform: scaleY(1); }
}

.artist-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(212, 160, 48, 0.2);
}
.artist-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.artist-block--reverse .artist-block__media { order: 2; }
.artist-block__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-sm);
}
.artist-block__video-wrap {
    margin-top: 1.25rem;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #0c0b0a;
    max-width: 100%;
}
.artist-block__video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 320px;
    object-fit: contain;
}
.artist-name {
    font-family: 'Federo', sans-serif;
    color: var(--gold);
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2em;
    position: relative;
    cursor: pointer;
}
.artist-name__first,
.artist-name__second {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.artist-name--animating .artist-name__first {
    animation: artistFirstIn 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}
.artist-block--reverse .artist-name--animating .artist-name__first {
    animation: artistFirstInReverse 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}
.artist-name--animating .artist-name__second {
    animation: artistSecondPop 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s forwards;
}
/* DJ: board transforms into name – override so first/second use djNameIn */
.artist-name--dj.artist-name--animating .artist-name__first,
.artist-name--dj.artist-name--animating .artist-name__second {
    animation: djNameIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
/* DJ board graphic */
.artist-name--dj .artist-name-djboard {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    opacity: 0;
    pointer-events: none;
}
.artist-name--dj.artist-name--animating .artist-name-djboard {
    animation: djBoardIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.artist-name--dj .djboard-deck {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2a2520 0%, #1a1614 100%);
    border: 2px solid var(--gold-warm);
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.08), 0 2px 4px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: box-shadow 0.4s ease;
}
.artist-name--dj.artist-name--animating .djboard-deck {
    animation: djDeckPulse 1.5s ease-in-out infinite;
}
.artist-name--dj .djboard-vinyl {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #333, #111);
    border: 1px solid rgba(212, 160, 48, 0.4);
}
.artist-name--dj.artist-name--animating .djboard-vinyl {
    animation: djVinylSpin 1.4s linear infinite;
}
.artist-name--dj .djboard-deck:last-of-type .djboard-vinyl {
    animation-direction: reverse;
    animation-duration: 1.1s;
}
.artist-name--dj .djboard-mixer {
    width: 20px;
    height: 24px;
    background: linear-gradient(180deg, #252220 0%, #181614 100%);
    border: 1px solid var(--gold-warm);
    border-radius: 3px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    padding: 3px 4px;
    flex-shrink: 0;
}
.artist-name--dj.artist-name--animating .djboard-mixer {
    animation: djMixerGlow 1.2s ease-in-out infinite;
}
.artist-name--dj .djboard-fader {
    width: 3px;
    min-height: 4px;
    max-height: 14px;
    height: 10px;
    background: var(--gold);
    border-radius: 1px;
    box-shadow: 0 0 6px rgba(212, 160, 48, 0.5);
    transform-origin: bottom;
}
.artist-name--dj .djboard-fader:nth-child(1) { height: 14px; animation-delay: 0s; }
.artist-name--dj .djboard-fader:nth-child(2) { height: 8px; animation-delay: 0.15s; }
.artist-name--dj .djboard-fader:nth-child(3) { height: 12px; animation-delay: 0.3s; }
.artist-name--dj .djboard-fader:nth-child(4) { height: 6px; animation-delay: 0.45s; }
.artist-name--dj.artist-name--animating .djboard-fader {
    animation: djFaderMove 0.9s ease-in-out infinite;
}
@keyframes djBoardIn {
    0%   { opacity: 0; transform: translateY(-50%) scale(0.35); }
    18%  { opacity: 1; transform: translateY(-50%) scale(1.02); }
    28%  { transform: translateY(-50%) scale(1); }
    42%  { opacity: 1; transform: translateY(-50%) scale(1); }
    52%  { opacity: 0.6; transform: translateY(-50%) scale(0.98); }
    62%  { opacity: 0; transform: translateY(-50%) scale(0.9); }
    100% { opacity: 0; transform: translateY(-50%) scale(0.9); }
}
@keyframes djDeckPulse {
    0%, 100% { box-shadow: inset 0 1px 2px rgba(255,255,255,0.08), 0 2px 4px rgba(0,0,0,0.4), 0 0 0 rgba(212,160,48,0); }
    50% { box-shadow: inset 0 1px 2px rgba(255,255,255,0.1), 0 2px 6px rgba(0,0,0,0.35), 0 0 12px rgba(212,160,48,0.25); }
}
@keyframes djVinylSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes djMixerGlow {
    0%, 100% { box-shadow: 0 0 0 rgba(212,160,48,0); }
    50% { box-shadow: 0 0 10px rgba(212,160,48,0.35); }
}
@keyframes djFaderMove {
    0%, 100% { transform: scaleY(0.7); opacity: 0.9; }
    50% { transform: scaleY(1); opacity: 1; }
}
@keyframes djNameIn {
    0%, 42% { opacity: 0; transform: translateX(0) scale(0.96); }
    50% { opacity: 0.4; transform: translateX(0) scale(1); }
    62% { opacity: 1; transform: translateX(0) scale(1.03); }
    76% { transform: translateX(0) scale(0.99); }
    88% { transform: translateX(0) scale(1.01); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}
/* Singer: musical notes then transform into name */
.artist-name--singer .artist-name-notes {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 1.75rem;
    color: var(--gold-light);
    opacity: 0;
    pointer-events: none;
    text-shadow: 0 0 12px rgba(212, 160, 48, 0.4);
}
.artist-name--singer.artist-name--animating .artist-name-notes {
    animation: singerNotesIn 2.2s ease-out forwards;
}
.artist-name--singer .artist-note {
    display: inline-block;
    animation: singerNoteBounce 0.6s ease-in-out infinite;
}
.artist-name--singer .artist-note:nth-child(1) { animation-delay: 0s; }
.artist-name--singer .artist-note:nth-child(2) { animation-delay: 0.1s; }
.artist-name--singer .artist-note:nth-child(3) { animation-delay: 0.2s; }
.artist-name--singer .artist-note:nth-child(4) { animation-delay: 0.3s; }
.artist-name--singer .artist-note:nth-child(5) { animation-delay: 0.4s; }
.artist-name--singer.artist-name--animating .artist-name__first,
.artist-name--singer.artist-name--animating .artist-name__second {
    animation: singerNameIn 2.2s ease-out forwards;
}
@keyframes singerNotesIn {
    0%   { opacity: 0; transform: translateY(-50%) scale(0.5); }
    12%  { opacity: 1; transform: translateY(-50%) scale(1); }
    45%  { opacity: 1; transform: translateY(-50%) scale(1); }
    55%  { opacity: 0; transform: translateY(-50%) scale(0.8); }
    100% { opacity: 0; transform: translateY(-50%) scale(0.8); }
}
@keyframes singerNoteBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes singerNameIn {
    0%, 48% { opacity: 0; transform: translateX(0) scale(1); }
    58% { opacity: 1; transform: translateX(0) scale(1.05); }
    72% { transform: translateX(0) scale(0.98); }
    85% { transform: translateX(0) scale(1.02); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}
/* MC: microphone (flip + shake) then transform into name */
.artist-name--mc.artist-name--animating .artist-name__first,
.artist-name--mc.artist-name--animating .artist-name__second {
    animation: mcNameIn 2.2s ease-out forwards;
}
.artist-name--mc .artist-name-mic {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-style: preserve-3d;
    perspective: 120px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 10px rgba(212, 160, 48, 0.35));
}
.artist-name--mc .artist-name-mic .mic-head,
.artist-name--mc .artist-name-mic .mic-stem,
.artist-name--mc .artist-name-mic .mic-base {
    transform-origin: center top;
}
.artist-name--mc.artist-name--animating .artist-name-mic {
    animation: mcMicContainerIn 2.2s ease-out forwards;
}
.artist-name--mc .artist-name-mic .mic-head {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(145deg, #3a3530 0%, #252220 50%, #1a1816 100%);
    border: 2px solid var(--gold);
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.1), 0 0 6px rgba(212, 160, 48, 0.3);
    flex-shrink: 0;
}
.artist-name--mc .artist-name-mic .mic-stem {
    width: 6px;
    height: 28px;
    background: linear-gradient(90deg, #2a2520 0%, var(--gold-warm) 30%, var(--gold) 50%, var(--gold-warm) 70%, #2a2520 100%);
    border-radius: 2px;
    margin-top: -2px;
    box-shadow: 0 0 4px rgba(212, 160, 48, 0.25);
}
.artist-name--mc .artist-name-mic .mic-base {
    width: 12px;
    height: 4px;
    background: linear-gradient(180deg, var(--gold-warm), #1a1614);
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
    border: 1px solid rgba(212, 160, 48, 0.5);
}
.artist-name--mc.artist-name--animating .artist-name-mic .mic-head,
.artist-name--mc.artist-name--animating .artist-name-mic .mic-stem,
.artist-name--mc.artist-name--animating .artist-name-mic .mic-base {
    animation: mcMicFlipShake 1.4s ease-in-out infinite;
}
@keyframes mcMicContainerIn {
    0%   { opacity: 0; transform: translate(-80px, -50%) scale(0.3); }
    10%  { opacity: 1; transform: translate(-80px, -50%) scale(1); }
    15%  { opacity: 1; transform: translate(-40px, -50%) scale(1); }
    50%  { opacity: 1; transform: translate(40px, -50%) scale(1); }
    55%  { opacity: 1; transform: translate(80px, -50%) scale(1); }
    60%  { opacity: 0; transform: translate(80px, -50%) scale(0.9); }
    100% { opacity: 0; transform: translate(80px, -50%) scale(0.9); }
}
@keyframes mcMicFlipShake {
    0%, 100% { transform: rotateY(0deg) rotate(-3deg); }
    12.5%    { transform: rotateY(90deg) rotate(2deg); }
    25%      { transform: rotateY(180deg) rotate(-4deg); }
    37.5%    { transform: rotateY(270deg) rotate(3deg); }
    50%      { transform: rotateY(360deg) rotate(-2deg); }
    62%      { transform: rotateY(360deg) rotate(5deg); }
    75%      { transform: rotateY(360deg) rotate(-4deg); }
    87%      { transform: rotateY(360deg) rotate(3deg); }
}
@keyframes mcNameIn {
    0%, 48% { opacity: 0; transform: translateX(0) scale(1); }
    58% { opacity: 1; transform: translateX(0) scale(1.05); }
    72% { transform: translateX(0) scale(0.98); }
    85% { transform: translateX(0) scale(1.02); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes artistFirstIn {
    from { opacity: 0; transform: translateX(-70px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes artistFirstInReverse {
    from { opacity: 0; transform: translateX(70px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes artistSecondPop {
    0%   { opacity: 0; transform: scale(0.2); }
    15%  { opacity: 1; transform: scale(1.35); }
    35%  { transform: scale(0.92); }
    55%  { transform: scale(1.12); }
    75%  { transform: scale(0.98); }
    90%  { transform: scale(1.04); }
    100% { opacity: 1; transform: scale(1); }
}
.artist-block__text p { margin: 0; color: var(--text-muted); line-height: 1.55; font-size: 0.9rem; }

/* ========== GALLERY ========== */
.gallery-section {
    margin-bottom: 0;
    position: relative;
}

.gallery-section:first-of-type {
    margin-top: 9rem;
}

.gallery-section:nth-of-type(2) {
    margin-top: -9rem;
}

.gallery-section:first-of-type .gallery-section__title {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}

.gallery-section:first-of-type .gallery-carousel__container {
    padding-top: 6rem;
}

/* Add same vertical space for second gallery so its title can sit above images */
.gallery-section:nth-of-type(2) .gallery-carousel__container {
    padding-top: 6rem;
}

.gallery-section:last-child {
    margin-bottom: 0;
}

.gallery-section__title {
    font-size: 1.75rem;
    color: var(--gold);
    text-align: center;
    margin-top: -3rem;
    margin-bottom: 3rem;
    padding: 0.75rem 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 10;
}

/* Desktop: absolutely position "Special Moments" title above its images */
.gallery-section:nth-of-type(2) .gallery-section__title {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}

.gallery-section__title .typing-text {
    display: inline;
    letter-spacing: inherit;
}

.gallery-section__title .typing-cursor {
    display: inline-block;
    margin-left: 3px;
    color: var(--gold);
    font-weight: 300;
    animation: blink 0.8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    opacity: 1;
    vertical-align: baseline;
    width: 2px;
    text-align: left;
}

@keyframes blink {
    0%, 45% {
        opacity: 1;
    }
    46%, 100% {
        opacity: 0.3;
    }
}

.gallery-carousel {
    position: relative;
    max-width: 56rem;
    margin: 0 auto;
    overflow: visible;
    margin-top: 0;
    clear: both;
    padding-top: 0;
    margin-top: 0;
}

.gallery-carousel__container {
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: var(--radius-sm);
    background: transparent;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.gallery-carousel__stack {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    perspective: 1200px;
    min-height: 600px;
    overflow: visible;
}

.gallery-carousel__track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.gallery-carousel__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s ease, z-index 0.6s, transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
    pointer-events: none;
}

.gallery-carousel__item img {
    width: auto;
    max-width: 75%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    border-radius: var(--radius-sm);
    background: #111;
    display: block;
    transition: transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1), 
                z-index 0.6s, 
                opacity 0.6s ease,
                filter 0.6s ease,
                box-shadow 0.6s ease;
    pointer-events: none;
    position: relative;
}

/* Current image - on top, centered */
.gallery-carousel__item.stack-current {
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
}

.gallery-carousel__item.stack-current img {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    filter: brightness(1);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7), 0 0 50px rgba(212, 160, 48, 0.25);
    pointer-events: auto;
}

/* Previous image - behind left */
.gallery-carousel__item.stack-prev {
    opacity: 1;
    z-index: 2;
    transform: translate(-50%, -50%) translateX(-30px) translateY(25px);
}

.gallery-carousel__item.stack-prev img {
    transform: rotate(-4deg) scale(0.92);
    filter: brightness(0.75);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 160, 48, 0.15);
}

/* Next image - behind right */
.gallery-carousel__item.stack-next {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, -50%) translateX(30px) translateY(25px);
}

.gallery-carousel__item.stack-next img {
    transform: rotate(3deg) scale(0.88);
    filter: brightness(0.7);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 160, 48, 0.1);
}

/* Images further back */
.gallery-carousel__item.stack-behind {
    opacity: 0.3;
    z-index: 0;
    transform: translate(-50%, -50%) scale(0.85);
}

.gallery-carousel__item.stack-behind img {
    filter: brightness(0.5);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.gallery-carousel__btn {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    z-index: 15;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(212, 160, 48, 0.5);
    color: var(--gold);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5), 0 0 12px rgba(212, 160, 48, 0.3);
}

.gallery-carousel__btn:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: var(--gold);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 160, 48, 0.4);
    transform: translateY(-50%) scale(1.15);
}

.gallery-carousel__btn:active {
    transform: translateY(-50%) scale(0.95);
}

/* Position buttons on left and right sides of images */
/* Images are centered, so position buttons relative to center accounting for image width */
.gallery-carousel__btn--prev {
    left: calc(50% - 40% - 35px);
}

.gallery-carousel__btn--next {
    left: calc(50% + 40% + 5px);
    right: auto;
}

.gallery-carousel__btn:focus {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.gallery-carousel__counter {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: var(--gold);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 48, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.gallery-carousel__separator {
    margin: 0 0.25rem;
    opacity: 0.6;
}

/* Gallery lightbox – full-size image in center */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
    cursor: pointer;
}
.gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}
.gallery-lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius-sm);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6), 0 0 40px rgba(212, 160, 48, 0.15);
    pointer-events: none;
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 0.4s ease-out, transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.gallery-lightbox.is-open .gallery-lightbox__img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.06s;
    pointer-events: auto;
    cursor: pointer;
}

/* ========== WHAT WE OFFER ========== */
.offer-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.offer-tab {
    position: relative;
    overflow: hidden;
    font-family: 'Federo', sans-serif;
    font-size: 0.8rem; /* ~20% smaller than main nav */
    font-weight: 500;
    color: #1a1508;
    background: linear-gradient(
        160deg,
        #e8c85a 0%,
        #ddb83d 28%,
        #d4af37 50%,
        #c9a227 72%,
        #b8922e 100%
    );
    padding: 0.48rem 1rem; /* scaled down from main nav */
    border-radius: 100px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.35s ease, background 0.3s ease;
    box-shadow:
        0 2px 0 rgba(90, 65, 15, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.offer-tab--active,
.offer-tab:hover {
    background: linear-gradient(160deg, #252018 0%, #1e1a14 50%, #1a1610 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 4px 0 rgba(20, 15, 8, 0.6),
        0 7px 18px rgba(0, 0, 0, 0.3),
        0 0 16px rgba(212, 160, 48, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.offer-tab:active {
    transform: translateY(1px);
    box-shadow:
        0 1px 0 rgba(90, 65, 15, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.offer-tab:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 2px;
}

.offer-subsection {
    margin-top: 2rem;
}

.offer-subsection__title {
    font-family: 'Federo', sans-serif;
    font-size: 1.25rem;
    color: var(--gold);
    margin: 0 0 0.75rem;
    text-align: left;
}

.offer-subsection__lead {
    color: var(--text-muted);
    margin: 0 0 1.5rem;
    font-size: 0.98rem;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.offer-card {
    --offer-card-bg: rgba(255, 255, 255, 0.04);
    background: var(--offer-card-bg);
    border: 1px solid rgba(212, 160, 48, 0.2);
    border-radius: var(--radius-sm);
    padding: 1.5rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.2s, background 0.2s;
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.offer-card:hover {
    --offer-card-bg: rgba(255, 255, 255, 0.06);
    background: var(--offer-card-bg);
    border-color: rgba(212, 160, 48, 0.35);
}
/* All 6 cards: lift + glow when mouse is over the What We Offer section */
#offer:hover .offer-card {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 160, 48, 0.15);
}
.offer-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.75rem;
    color: var(--gold);
    font-size: 1.25rem;
}

/* Extras card – plus transforms to saxophone, piano, flute once (3s) on hover */
.offer-card__extras-icons {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}
.extras-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.25rem;
}
.extras-icon--sax,
.extras-icon--piano,
.extras-icon--flute {
    font-size: 1.5rem;
}
.offer-card--extras .extras-icon--plus { opacity: 1; }
.offer-card--extras .extras-icon--sax,
.offer-card--extras .extras-icon--piano,
.offer-card--extras .extras-icon--flute { opacity: 0; }
.offer-card--extras:hover .extras-icon--plus {
    animation: extrasPlus 3s ease-in-out 1;
}
.offer-card--extras:hover .extras-icon--sax {
    animation: extrasSax 3s ease-in-out 1;
}
.offer-card--extras:hover .extras-icon--piano {
    animation: extrasPiano 3s ease-in-out 1;
}
.offer-card--extras:hover .extras-icon--flute {
    animation: extrasFlute 3s ease-in-out 1;
}
@keyframes extrasPlus {
    0%, 24% { opacity: 1; }
    25%, 99% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes extrasSax {
    0%, 24% { opacity: 0; }
    25%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@keyframes extrasPiano {
    0%, 49% { opacity: 0; }
    50%, 74% { opacity: 1; }
    75%, 100% { opacity: 0; }
}
@keyframes extrasFlute {
    0%, 74% { opacity: 0; }
    75%, 99% { opacity: 1; }
    100% { opacity: 0; }
}

/* Rolling music disc – left to right across the card, on hover */
.offer-card__disc-track {
    position: relative;
    width: 100%;
    height: 3.5rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.offer-card__disc {
    position: absolute;
    left: 0;
    width: 2.75rem;
    height: 2.75rem;
    color: var(--gold);
    transform-origin: center center;
    will-change: left, transform;
}
/* Disc rolls from left to right once when hovering the DJ card */
.offer-card--dj:hover .offer-card__disc {
    animation: discRollOnce 1.8s ease-in-out 1;
}
@keyframes discRollOnce {
    0% {
        left: 0;
        transform: rotate(0deg) translateY(0);
    }
    30% {
        transform: rotate(270deg) translateY(-2px);
    }
    70% {
        transform: rotate(540deg) translateY(0);
    }
    100% {
        left: calc(100% - 2.75rem);
        transform: rotate(720deg) translateY(0);
    }
}
/* Live Singer – notes only, scroll + random bounce on hover */
.offer-card__singer-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 0.75rem;
}
.singer-notes-track {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    display: flex;
    align-items: center;
}
.singer-notes {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    align-items: center;
    min-height: 2rem;
}
/* Notes scroll from one side to the other once (3s) when hovering the Singer card */
.offer-card--singer:hover .singer-notes {
    animation: singerNotesScrollOnce 3s linear 1;
}
@keyframes singerNotesScrollOnce {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.singer-note {
    position: relative;
    flex: 0 0 10%;
    text-align: center;
    font-size: 1.15rem;
    color: #e89840;
    opacity: 0.95;
}
/* MC & Hosting – smiley faces: laugh only (open mouth), colored, swap places on hover */
.offer-card__mc-smile-wrap {
    position: relative;
    width: 100%;
    height: 3.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mc-smile-svg {
    width: 100%;
    max-width: 10rem;
    height: 3.2rem;
    overflow: visible;
}
.mc-face {
    transform-box: fill-box;
    transform-origin: center center;
}
.mc-face--1 .face-circle,
.mc-face--2 .face-circle,
.mc-face--3 .face-circle {
    fill: url(#orangeGoldGradient);
}
.face-mouth--open {
    opacity: 1;
}
/* Three faces swap places once (3s) when hovering the MC card */
.offer-card--mc:hover .mc-face--1 {
    animation: mcSwap1 3s ease-in-out 1;
}
.offer-card--mc:hover .mc-face--2 {
    animation: mcSwap2 3s ease-in-out 1;
}
.offer-card--mc:hover .mc-face--3 {
    animation: mcSwap3 3s ease-in-out 1;
}
@keyframes mcSwap1 {
    0%, 100% { transform: translateX(0); }
    33.33% { transform: translateX(40px); }
    66.66% { transform: translateX(80px); }
}
@keyframes mcSwap2 {
    0%, 100% { transform: translateX(0); }
    33.33% { transform: translateX(40px); }
    66.66% { transform: translateX(-40px); }
}
@keyframes mcSwap3 {
    0%, 100% { transform: translateX(0); }
    33.33% { transform: translateX(-80px); }
    66.66% { transform: translateX(-40px); }
}
/* Sound System – waves come and go from speaker when section is hovered */
.offer-card__sound-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    min-height: 3rem;
}
.sound-system {
    display: flex;
    align-items: center;
}
.sound-system__box {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.5rem;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(212, 160, 48, 0.35);
    border-radius: 6px;
}
.sound-system__cone {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(212, 160, 48, 0.5), var(--gold));
    border: 1px solid rgba(212, 160, 48, 0.4);
    flex-shrink: 0;
}
.sound-system__bars {
    display: flex;
    align-items: flex-end;
    gap: 0.15rem;
    height: 1rem;
}
.sound-system__bar {
    width: 0.3rem;
    height: 0.75rem;
    background: var(--gold);
    border-radius: 2px;
    transform-origin: bottom center;
    opacity: 0.6;
}
/* Sound bars play once (equalizer style) when hovering the Sound System card */
.offer-card--sound:hover .sound-system__bar:nth-child(1) { animation: soundBarOnce 2s ease-in-out 1; }
.offer-card--sound:hover .sound-system__bar:nth-child(2) { animation: soundBarOnce 2s ease-in-out 1 0.08s; }
.offer-card--sound:hover .sound-system__bar:nth-child(3) { animation: soundBarOnce 2s ease-in-out 1 0.16s; }
.offer-card--sound:hover .sound-system__bar:nth-child(4) { animation: soundBarOnce 2s ease-in-out 1 0.24s; }
@keyframes soundBarOnce {
    0%, 100% { transform: scaleY(0.35); opacity: 0.5; }
    15% { transform: scaleY(1); opacity: 1; }
    30% { transform: scaleY(0.4); opacity: 0.6; }
    45% { transform: scaleY(0.9); opacity: 0.95; }
    60% { transform: scaleY(0.35); opacity: 0.5; }
    75% { transform: scaleY(1); opacity: 1; }
}
/* Lights & Effects – 7 lights flash through colors once (3s) when hovering the card */
.offer-card__lights-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    min-height: 2.5rem;
}
.lights-bulb {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0.75rem currentColor, 0 0 1.25rem currentColor;
    filter: blur(0.5px);
}
.offer-card--lights:hover .lights-bulb {
    animation: lightsFlashOnce 3s ease-in-out 1;
}
.offer-card--lights:hover .lights-bulb--1 { animation-delay: 0s; }
.offer-card--lights:hover .lights-bulb--2 { animation-delay: 0.15s; }
.offer-card--lights:hover .lights-bulb--3 { animation-delay: 0.3s; }
.offer-card--lights:hover .lights-bulb--4 { animation-delay: 0.45s; }
.offer-card--lights:hover .lights-bulb--5 { animation-delay: 0.6s; }
.offer-card--lights:hover .lights-bulb--6 { animation-delay: 0.75s; }
.offer-card--lights:hover .lights-bulb--7 { animation-delay: 0.9s; }
@keyframes lightsFlashOnce {
    0%, 100% { background: rgba(255, 255, 255, 0.95); color: rgba(255, 255, 255, 0.9); }
    16.66% { background: rgba(220, 53, 69, 0.95); color: rgba(220, 53, 69, 0.9); }
    33.33% { background: rgba(216, 191, 216, 0.95); color: rgba(216, 191, 216, 0.9); }
    50% { background: rgba(70, 130, 180, 0.95); color: rgba(70, 130, 180, 0.9); }
    66.66% { background: rgba(34, 139, 34, 0.95); color: rgba(34, 139, 34, 0.9); }
    83.33% { background: rgba(255, 165, 0, 0.95); color: rgba(255, 165, 0, 0.9); }
}
.offer-card__title {
    font-family: 'Federo', sans-serif;
    color: var(--gold);
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}
.offer-card__text {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Equipment Rental – vibration + smooth sound wave on hover */
.offer-card--equipment-sound {
    position: relative;
    overflow: hidden;
}

.offer-card--equipment-sound:hover {
    animation: equipmentVibrate 3s linear 1;
}

@keyframes equipmentVibrate {
    0%   { transform: translate(0, 0); }
    20%  { transform: translate(-1px, 1px); }
    40%  { transform: translate(1px, -1px); }
    60%  { transform: translate(-1px, -1px); }
    80%  { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}

.equipment-soundwave {
    position: absolute;
    left: 1.1rem;
    top: 1.4rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.equipment-soundwave__ring {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px solid rgba(212, 160, 48, 0.7);
    opacity: 0;
}

.offer-card--equipment-sound:hover .equipment-soundwave__ring {
    animation: equipmentWave 3s ease-out 1;
}

.offer-card--equipment-sound:hover .equipment-soundwave__ring:nth-child(2) {
    animation-delay: 0.3s;
}

.offer-card--equipment-sound:hover .equipment-soundwave__ring:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes equipmentWave {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
        border-color: rgba(212, 160, 48, 0.9);
    }
    70% {
        transform: scale(3);
        opacity: 0.2;
        border-color: rgba(212, 160, 48, 0.4);
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
        border-color: rgba(212, 160, 48, 0);
    }
}

.offer-card--equipment-lights {
    position: relative;
    overflow: hidden;
}

.equipment-lights {
    position: absolute;
    inset: 0.6rem 0.6rem 0.6rem 0.6rem; /* cover almost entire card */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
}

.equipment-lights__beam {
    position: relative;
    width: 0.18rem;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.0),
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.0)
    );
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(212, 160, 48, 0.25);
    opacity: 0.35;
    transform-origin: top center;
}

.offer-card--equipment-lights:hover .equipment-lights__beam {
    animation: equipmentRandomLights 2.4s ease-in-out 1;
}

.offer-card--equipment-lights:hover .equipment-lights__beam:nth-child(1) {
    animation-delay: 0s;
}
.offer-card--equipment-lights:hover .equipment-lights__beam:nth-child(2) {
    animation-delay: 0.15s;
}
.offer-card--equipment-lights:hover .equipment-lights__beam:nth-child(3) {
    animation-delay: 0.3s;
}
.offer-card--equipment-lights:hover .equipment-lights__beam:nth-child(4) {
    animation-delay: 0.45s;
}
.offer-card--equipment-lights:hover .equipment-lights__beam:nth-child(5) {
    animation-delay: 0.6s;
}

@keyframes equipmentRandomLights {
    0% {
        opacity: 0.18;
        transform: scaleY(0.55) rotate(-3deg);
        box-shadow: 0 0 4px rgba(212, 160, 48, 0.2);
    }
    20% {
        opacity: 0.55;
        transform: scaleY(0.95) rotate(1.5deg);
        box-shadow: 0 0 10px rgba(212, 160, 48, 0.4);
    }
    40% {
        opacity: 0.3;
        transform: scaleY(0.7) rotate(-1.5deg);
        box-shadow: 0 0 6px rgba(212, 160, 48, 0.25);
    }
    60% {
        opacity: 0.6;
        transform: scaleY(1.05) rotate(2deg);
        box-shadow: 0 0 14px rgba(212, 160, 48, 0.5);
    }
    80% {
        opacity: 0.26;
        transform: scaleY(0.65) rotate(-2deg);
        box-shadow: 0 0 5px rgba(212, 160, 48, 0.22);
    }
    100% {
        opacity: 0.35;
        transform: scaleY(0.85) rotate(0deg);
        box-shadow: 0 0 9px rgba(212, 160, 48, 0.3);
    }
}

.offer-card--equipment-mics {
    position: relative;
    overflow: hidden;
}

.equipment-mics {
    position: absolute;
    inset: 1.5rem 1.2rem 1.2rem 1.2rem;
    pointer-events: none;
    z-index: 0;
}

.equipment-mics__icon {
    position: absolute;
    font-size: 0.9rem;
    color: rgba(212, 160, 48, 0.55);
    opacity: 0.4;
    filter: blur(0.3px);
    transform-origin: center;
    animation: equipmentMicsFloat 14s ease-in-out infinite alternate;
}

.equipment-mics__icon--1 { top: 10%; left: 5%;  animation-duration: 13s; animation-delay: 0s; }
.equipment-mics__icon--2 { top: 40%; left: 70%; animation-duration: 16s; animation-delay: 2s; }
.equipment-mics__icon--3 { top: 75%; left: 20%; animation-duration: 15s; animation-delay: 4s; }
.equipment-mics__icon--4 { top: 20%; left: 85%; animation-duration: 17s; animation-delay: 1s; }

@keyframes equipmentMicsFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(-12deg) scale(0.9);
        opacity: 0.1;
    }
    25% {
        transform: translate3d(12px, -8px, 0) rotate(-4deg) scale(1);
        opacity: 0.45;
    }
    50% {
        transform: translate3d(-6px, 6px, 0) rotate(6deg) scale(1.05);
        opacity: 0.6;
    }
    75% {
        transform: translate3d(8px, 10px, 0) rotate(2deg) scale(0.95);
        opacity: 0.4;
    }
    100% {
        transform: translate3d(-10px, -6px, 0) rotate(10deg) scale(1.02);
        opacity: 0.5;
    }
}

.prose p {
    line-height: 1.75;
    margin: 0 0 1.25rem;
    color: var(--text-muted);
}
.prose p:last-child { margin-bottom: 0; }

/* ========== CONTACT ========== */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    align-items: start;
}
.contact-card__title {
    font-family: 'Federo', sans-serif;
    color: var(--gold);
    margin: 0 0 1rem;
    font-size: 1.25rem;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: color var(--transition);
}
.contact-item:hover { color: var(--gold-light); }
.contact-map iframe {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: var(--radius-sm);
}

/* ========== FOOTER ========== */
.site-footer {
    padding: 2rem 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(212, 160, 48, 0.2);
    background: var(--bg-soft);
}
.footer-text { margin: 0; color: var(--text-muted); font-size: 0.95rem; }

/* ========== MOBILE (Android / iPhone) ========== */
@media (max-width: 768px) {
    body {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
        -webkit-tap-highlight-color: rgba(212, 160, 48, 0.2);
    }
    .wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Header: hamburger visible, nav becomes overlay */
    .header-inner {
        padding: 0.75rem 1rem;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        margin-left: auto;
        margin-right: 0.5rem;
        background: transparent;
        border: 1px solid rgba(212, 160, 48, 0.4);
        border-radius: var(--radius-sm);
        color: var(--gold);
        cursor: pointer;
        transition: background 0.2s, border-color 0.2s;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggle:hover {
        background: rgba(212, 160, 48, 0.1);
        border-color: var(--gold);
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-toggle-bar {
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        border-radius: 1px;
        transition: transform 0.25s ease, opacity 0.2s ease;
    }
    .site-nav {
        display: none;
        position: relative;
        width: 100%;
        order: 10;
        z-index: 99;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.4rem;
        padding: 0.75rem 0.5rem;
        margin-top: 0.5rem;
        background: rgba(10, 10, 10, 0.98);
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    .site-header.nav-open .site-nav {
        display: flex;
    }
    .site-nav a {
        width: auto;
        max-width: none;
        padding: 0.5rem 0.85rem;
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        text-align: center;
        border-radius: 100px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .lang-switcher {
        order: 0;
    }

    /* Hero */
    .hero-content {
        padding: 0 1rem 2.5rem;
    }
    .hero-title {
        font-size: clamp(1.6rem, 7vw, 2.25rem);
        letter-spacing: 0.08em;
        margin-bottom: 0.35rem;
    }
    .hero-intro {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    .hero-banner-img {
        width: 100%;
    }
    .hero-title,
    #home {
        scroll-margin-top: 5rem;
    }

    /* Sections */
    .section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .section-title {
        font-size: clamp(1.5rem, 5vw, 1.85rem);
        margin-bottom: 0.35rem;
    }
    .section-lead {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    /* Artists */
    .artist-block {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
        padding-bottom: 2rem;
    }
    .artist-block:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .artist-block--reverse .artist-block__media { order: 0; }
    .artist-jump {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .artist-link {
        padding: 0.7rem 1.1rem;
        min-height: 44px;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .artist-name {
        font-size: 1.35rem;
    }
    .artist-block__text p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .artist-block__video {
        max-height: 240px;
    }

    /* What We Offer */
    .offer-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }
    .offer-card {
        padding: 1.25rem;
    }
    #offer:hover .offer-card {
        transform: translateY(-4px);
    }

    /* Gallery */
    .gallery-section {
        margin-bottom: 1rem;
    }
    .gallery-section__title {
        font-size: 1.3rem;
        margin-top: -2rem;
        margin-bottom: 2.5rem;
        padding: 0.5rem 0;
        display: block;
        visibility: visible;
    }
    /* Tablet: adjust \"Special Moments\" title lower and reset absolute positioning */
    .gallery-section:nth-of-type(2) .gallery-section__title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: -1rem;
    }
    .gallery-section:nth-of-type(2) .gallery-carousel__container {
        padding-top: 3rem;
    }
    .gallery-carousel {
        margin: 0 auto;
    }
    .gallery-carousel__container {
        min-height: 500px;
        padding: 3rem 2rem;
    }
    .gallery-carousel__stack {
        min-height: 500px;
        max-width: 95%;
    }
    .gallery-carousel__item {
        padding: 1rem;
    }
    .gallery-carousel__item img {
        max-width: 85%;
        max-height: 55vh;
    }
    /* Reduce offset for stacked images on mobile */
    .gallery-carousel__item.stack-prev {
        transform: translate(-50%, -50%) translateX(-15px) translateY(15px);
    }
    .gallery-carousel__item.stack-next {
        transform: translate(-50%, -50%) translateX(15px) translateY(15px);
    }
    .gallery-carousel__item.stack-prev img {
        transform: rotate(-3deg) scale(0.94);
    }
    .gallery-carousel__item.stack-next img {
        transform: rotate(2deg) scale(0.9);
    }
    .gallery-carousel__btn {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    /* Images have max-width 85% on tablet */
    .gallery-carousel__btn--prev {
        left: calc(50% - 42.5% - 30px);
    }
    .gallery-carousel__btn--next {
        left: calc(50% + 42.5% + 5px);
        right: auto;
    }
    .gallery-carousel__counter {
        top: 40%;
        bottom: auto;
        padding: 0.4rem 0.9rem;
        font-size: 0.85rem;
    }

    /* Schedule */
    .schedule-month-list {
        gap: 0.4rem;
        margin-bottom: 1.25rem;
    }
    .schedule-month-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        min-height: 44px;
    }
    .schedule-calendar-view {
        font-size: 0.9rem;
    }
    .schedule-select-hint,
    .schedule-note {
        font-size: 0.9rem;
    }

    /* Schedule modal – full-bleed on small screens */
    .schedule-modal {
        padding: 0.75rem;
        align-items: flex-end;
    }
    .schedule-modal__box {
        max-width: none;
        width: 100%;
        max-height: 90vh;
        overflow-y: auto;
        padding: 1.25rem;
        border-radius: var(--radius-sm) var(--radius-sm) 0 0;
        margin-bottom: env(safe-area-inset-bottom);
    }
    .schedule-form__submit,
    .schedule-form__close {
        padding: 0.75rem 1rem;
        min-height: 48px;
        flex: 1;
    }

    /* Contact */
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .contact-map iframe {
        height: 220px;
    }

    /* Footer */
    .site-footer {
        padding: 1.5rem 1rem;
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
    }
    .footer-text {
        font-size: 0.9rem;
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .header-logo {
        width: 64px;
        height: 64px;
    }
    .hero-title {
        font-size: clamp(1.4rem, 8vw, 1.85rem);
    }
    .gallery-section {
        margin-bottom: 1rem;
    }
    .gallery-section__title {
        font-size: 1.2rem;
        margin-top: -1.5rem;
        margin-bottom: 2rem;
        padding: 0.5rem 0;
        display: block;
        visibility: visible;
    }
    /* Small phones: adjust \"Special Moments\" title lower and reset absolute positioning */
    .gallery-section:nth-of-type(2) .gallery-section__title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: -1rem;
    }
    .gallery-section:nth-of-type(2) .gallery-carousel__container {
        padding-top: 2.5rem;
    }
    .gallery-carousel {
        margin: 0 auto;
    }
    .gallery-carousel__container {
        min-height: 450px;
        padding: 2.5rem 1.5rem;
    }
    .gallery-carousel__stack {
        min-height: 450px;
        max-width: 98%;
    }
    .gallery-carousel__item {
        padding: 0.75rem;
    }
    .gallery-carousel__item img {
        max-width: 90%;
        max-height: 45vh;
    }
    /* Further reduce offset for very small screens */
    .gallery-carousel__item.stack-prev {
        transform: translate(-50%, -50%) translateX(-10px) translateY(10px);
    }
    .gallery-carousel__item.stack-next {
        transform: translate(-50%, -50%) translateX(10px) translateY(10px);
    }
    .gallery-carousel__item.stack-prev img {
        transform: rotate(-2deg) scale(0.95);
    }
    .gallery-carousel__item.stack-next img {
        transform: rotate(2deg) scale(0.92);
    }
    /* Hide images further back on very small screens */
    .gallery-carousel__item.stack-behind {
        opacity: 0.15;
    }
    .gallery-carousel__btn {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    /* Images have max-width 90% on mobile */
    .gallery-carousel__btn--prev {
        left: calc(50% - 45% - 25px);
    }
    .gallery-carousel__btn--next {
        left: calc(50% + 45% + 5px);
        right: auto;
    }
    .gallery-carousel__counter {
        top: 40%;
        bottom: auto;
        padding: 0.35rem 0.75rem;
        font-size: 0.8rem;
    }
    .artist-block__video {
        max-height: 200px;
    }
    .section-title {
        font-size: 1.4rem;
    }
}

/* ========== PERFORMANCE (desktop + mobile) ========== */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .site-header::before {
        animation: none !important;
    }
    .logo-link {
        animation: none !important;
    }
    .offer-card--equipment-sound:hover,
    .offer-card--equipment-lights:hover .equipment-lights__beam,
    .equipment-mics__icon {
        animation: none !important;
    }
}

/* Mobile / tablet: fixed backgrounds cost extra compositing; scroll attachment is smoother */
@media (max-width: 768px) {
    body {
        background-attachment: scroll;
    }
    .site-header::before {
        animation-duration: 28s;
    }
}

/* Off-screen sections: faster initial paint when scrolling (approximate heights reduce layout jump) */
@media (prefers-reduced-motion: no-preference) {
    .section[id] {
        content-visibility: auto;
        contain-intrinsic-size: auto 480px;
    }
    .hero {
        content-visibility: visible;
    }
}
