/*
Theme Name: Jaja's African Hair Braiding - UK Premiere
Theme URI: https://lyric.co.uk/shows/jajas-african-hair-braiding/
Author: Hän Creative Studio
Author URI: https://hancreativestudio.com
Description: Official WordPress theme for Jaja's African Hair Braiding UK Premiere at Lyric Hammersmith Theatre. A Lyric Hammersmith Theatre, Madison Wells Live, Chase This Productions and Joshua Berg Creative co-production.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jajas-braiding
Tags: one-column, custom-background, custom-logo, custom-menu, featured-images, theater, broadway
*/

/* ============================================
   @FONT-FACE — Self-hosted Commercial Fonts
   Upload .otf files to /assets/fonts/
   ============================================ */

/* Sharp Grotesk 10 (Condensed) — Display / Headings */
@font-face {
    font-family: 'Sharp Grotesk';
    src: url('assets/fonts/SharpGrotesk-Medium10.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('assets/fonts/SharpGrotesk-SemiBold10.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('assets/fonts/SharpGrotesk-Bold10.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Sharp Grotesk 15 — Semi-condensed for subheads */
@font-face {
    font-family: 'Sharp Grotesk 15';
    src: url('assets/fonts/SharpGrotesk-Bold15.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Sharp Grotesk 20 — Standard width for UI / Buttons / Labels */
@font-face {
    font-family: 'Sharp Grotesk 20';
    src: url('assets/fonts/SharpGrotesk-Bold20.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Minion Pro — Body / Serif */
@font-face {
    font-family: 'Minion Pro';
    src: url('assets/fonts/MinionPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ============================================
   CSS CUSTOM PROPERTIES
   ============================================ */
:root {
    /* Primary palette — derived from the key art */
    --jaja-orange: #E8611A;
    --jaja-orange-deep: #C44A0A;
    --jaja-orange-light: #F4924F;
    --jaja-amber: #F5A623;
    --jaja-amber-glow: #FFC947;

    /* Hot pink / Magenta floor tones */
    --jaja-magenta: #C91876;
    --jaja-magenta-deep: #9B1260;
    --jaja-magenta-light: #E84DA0;
    --jaja-pink-floor: #D42280;
    --jaja-hot-pink: #FF2D8A;

    /* Warm background tones from the key art wall */
    --jaja-tangerine: #F07828;
    --jaja-burnt-orange: #D45B16;
    --jaja-sunset: #F28C38;

    /* Rich earth tones */
    --jaja-brown: #5D4037;
    --jaja-brown-dark: #3E2723;
    --jaja-sienna: #8D6E63;

    /* Accent — pops of color from the cast styling */
    --jaja-teal: #2FB4C1;
    --jaja-blue: #1A6FD4;
    --jaja-yellow: #FFD600;

    /* Neutrals */
    --jaja-cream: #FFF5EB;
    --jaja-white: #FFFFFF;
    --jaja-off-white: #FFF9F2;
    --jaja-black: #1A1A1A;
    --jaja-charcoal: #2D2D2D;
    --jaja-grey: #757575;
    --jaja-grey-light: #E8DDD4;

    /* Typography */
    --font-display: 'Sharp Grotesk', 'Helvetica Neue', sans-serif;
    --font-heading: 'Sharp Grotesk', 'Helvetica Neue', sans-serif;
    --font-body: 'Minion Pro', 'Georgia', 'Times New Roman', serif;
    --font-accent: 'Sharp Grotesk 20', 'Sharp Grotesk', 'Helvetica Neue', sans-serif;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 6rem;
    --space-2xl: 8rem;

    /* Layout */
    --container-max: 1280px;
    --container-narrow: 960px;
    --container-wide: 1440px;

    /* Transitions */
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --duration-fast: 0.2s;
    --duration-normal: 0.4s;
    --duration-slow: 0.8s;
}


/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--jaja-white);
    background-color: var(--jaja-pink-floor);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--duration-fast) var(--ease-out);
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.05;
    color: var(--jaja-black);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}


/* ============================================
   PRELOADER
   ============================================ */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--jaja-pink-floor);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 90%;
    max-width: 200px;
}

.preloader-logo {
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(85%) sepia(30%) saturate(1000%) hue-rotate(350deg) brightness(105%);
}

.preloader-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    overflow: hidden;
}

.preloader-fill {
    height: 100%;
    width: 0;
    background: var(--jaja-amber-glow);
    border-radius: 2px;
    transition: width 0.15s linear;
}


/* ============================================
   ACCESSIBILITY — WCAG 2.1 AA
   ============================================ */

/* Skip link — WCAG 2.4.1 */
.skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    background: var(--jaja-white);
    color: var(--jaja-black);
    padding: 12px 24px;
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.skip-link:focus {
    top: 8px;
    outline: 3px solid var(--jaja-amber-glow);
    outline-offset: 2px;
}

/* Screen reader text — visually hidden but accessible */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    width: auto;
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    background: var(--jaja-white);
    color: var(--jaja-black);
    padding: 12px 24px;
    font-size: 0.9rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Focus styles — WCAG 2.4.7 (visible focus indicators) */
*:focus-visible {
    outline: 3px solid var(--jaja-amber-glow);
    outline-offset: 3px;
}

/* Remove outline for mouse clicks but keep for keyboard */
*:focus:not(:focus-visible) {
    outline: none;
}

/* Specific focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--jaja-amber-glow);
    outline-offset: 3px;
}

/* Focus on dark backgrounds */
.hero a:focus-visible,
.hero button:focus-visible,
.about-section a:focus-visible,
.about-section button:focus-visible,
.cast-section a:focus-visible,
.cast-section button:focus-visible,
.site-footer a:focus-visible,
.site-footer button:focus-visible,
.sticky-ticket-bar a:focus-visible,
.cookie-modal a:focus-visible,
.cookie-modal button:focus-visible {
    outline-color: var(--jaja-amber-glow);
}

/* Reduced motion — WCAG 2.3.3 */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .hero-bg img,
    .hero-bg video {
        transform: none !important;
    }

    [data-scroll] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* High contrast mode support */
@media (forced-colors: active) {
    .btn,
    .nav-cta,
    .cookie-btn {
        border: 2px solid currentColor;
    }
}


/* ============================================
   UTILITY CLASSES
   ============================================ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.container--narrow {
    max-width: var(--container-narrow);
}

.container--wide {
    max-width: var(--container-wide);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.section-label {
    font-family: var(--font-accent);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--jaja-magenta);
    display: inline-block;
    margin-bottom: var(--space-sm);
}

.section-label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--jaja-orange), var(--jaja-magenta));
    margin-right: 12px;
    vertical-align: middle;
}


/* ============================================
   HIDE WORDPRESS DEFAULT/FALLBACK MENUS
   Hides any navigation appearing before our hero
   that WordPress or plugins might output
   ============================================ */
body > header:not(.site-header),
body > nav:not(.main-nav),
body > div:not(.announcement-bar):not(.mobile-menu):not(#wpadminbar):not(#page) > nav,
#content > header,
.entry-header nav,
.wp-block-navigation__container,
.wp-block-navigation,
.wp-block-page-list,
.wp-block-template-part,
.wp-site-blocks > header,
.wp-site-blocks > nav,
div.wp-block-navigation__responsive-container,
nav.wp-block-navigation,
.wp-block-navigation__responsive-container-content,
/* Catch the exact fallback pattern visible in the screenshot:
   an unstyled list of page links that WP outputs when
   a menu location is registered but no menu is assigned */
body > .menu,
body > div > .menu,
.wp-page-menu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Extra: hide any wrapper divs that WP/themes/plugins
   inject between body and our content */
body > div:not(#page):not(#wpadminbar):not(.mobile-menu) > header,
body > div:not(#page):not(#wpadminbar):not(.mobile-menu) > nav,
body.home .wp-site-blocks > header,
body.home .wp-site-blocks > nav {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}


/* ============================================
   ANNOUNCEMENT BAR
   ============================================ */

/* Mobile menu — hidden by default on all screen sizes,
   only revealed via JS toggle on mobile */
.mobile-menu {
    display: none;
}

.announcement-bar {
    background: linear-gradient(90deg, var(--jaja-orange-deep) 0%, var(--jaja-orange) 40%, var(--jaja-magenta) 100%);
    color: var(--jaja-white);
    text-align: center;
    padding: 10px var(--space-md);
    font-family: var(--font-accent);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}

.announcement-bar a {
    color: var(--jaja-amber-glow);
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color var(--duration-fast) var(--ease-out);
}

.announcement-bar a:hover {
    border-bottom-color: var(--jaja-amber-glow);
}

.announcement-bar .dates {
    color: var(--jaja-amber-glow);
    font-weight: 600;
}


/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all var(--duration-normal) var(--ease-out);
    background: linear-gradient(90deg, var(--jaja-orange-deep), var(--jaja-orange), var(--jaja-magenta));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.site-header.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.site-header.has-announcement {
    top: 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem var(--space-md);
    max-width: var(--container-wide);
    margin: 0 auto;
    transition: padding var(--duration-normal) var(--ease-out);
}

.site-header.scrolled .header-inner {
    padding: 0.75rem var(--space-md);
}

.site-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--jaja-orange-deep), var(--jaja-orange), var(--jaja-magenta));
    opacity: 0;
    transition: opacity var(--duration-normal) var(--ease-out);
    z-index: -1;
}

.site-header.scrolled::before {
    opacity: 1;
}

.site-header.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, var(--jaja-orange-deep), var(--jaja-orange), var(--jaja-magenta));
}

/* Logo */
.site-logo {
    flex-shrink: 0;
}

.site-logo a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-logo .site-logo-link {
    display: flex;
    align-items: center;
}

.logo-title-treatment {
    height: 44px;
    width: auto;
    display: block;
}

/* Landscape version for desktop nav, stacked hidden */
.logo-tt-stacked {
    display: none;
}

.logo-tt-landscape {
    display: block;
}

.site-header.scrolled .logo-title-treatment {
    height: 36px;
}

/* Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav-menu a {
    font-family: var(--font-accent);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 4px 0;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--jaja-white);
    transition: width var(--duration-normal) var(--ease-out);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

/* CTA Button in Nav */
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--jaja-white);
    color: var(--jaja-black) !important;
    padding: 12px 28px;
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease-out);
    position: relative;
    overflow: hidden;
}

.nav-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--jaja-amber-glow);
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
}

.nav-cta span {
    position: relative;
    z-index: 1;
}

.nav-cta:hover::before {
    transform: translateY(0);
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--jaja-white);
    margin: 6px 0;
    transition: all var(--duration-fast) var(--ease-out);
}

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

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

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


/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--jaja-pink-floor);
}

/* Background image — flows naturally to set hero height */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-bg img,
.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Gentle bottom fade only — into pink */
.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg,
            transparent 0%,
            transparent 45%,
            rgba(212, 34, 128, 0.3) 60%,
            rgba(212, 34, 128, 0.7) 75%,
            var(--jaja-pink-floor) 90%
        );
    pointer-events: none;
}

/* Lyric-style billing at top */
.hero-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 32px var(--space-md) 0;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

/* Hero Tagline */
.hero-tagline {
    font-family: var(--font-accent);
    font-size: clamp(0.55rem, 1.5vw, 0.85rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--jaja-white);
    margin-bottom: var(--space-xs);
    white-space: nowrap;
}

/* Hero Title Treatment */
.hero-title-treatment {
    width: 100%;
    max-width: min(750px, 55vw);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.hero-tt {
    width: 100%;
    height: auto;
}

/* Desktop: show landscape, hide stacked */
.hero-tt-landscape {
    display: block;
}

.hero-tt-stacked {
    display: none;
}

/* Info & CTA — sits below the image */
.hero-bottom {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: var(--space-lg) var(--space-md) var(--space-2xl);
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.hero-meta-item {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.hero-meta-item strong {
    color: var(--jaja-white);
    display: block;
    font-size: 1.05rem;
    margin-top: 4px;
}

.hero-meta-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-md);
    flex-wrap: wrap;
}

/* Award badges */
.hero-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-sm);
}

.award-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.award-badge svg {
    width: 16px;
    height: 16px;
    fill: var(--jaja-amber-glow);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-accent);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 18px 42px;
    border: none;
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-out);
    position: relative;
    overflow: hidden;
}

/* Slide-up hover fill (matches nav-cta) */
.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
    z-index: 0;
}

.btn span,
.btn svg {
    position: relative;
    z-index: 1;
}

.btn:hover::before {
    transform: translateY(0);
}

.btn--primary {
    background: var(--jaja-white);
    color: var(--jaja-pink-floor) !important;
}

.btn--primary::before {
    background: var(--jaja-amber-glow);
}

.btn--primary:hover {
    color: var(--jaja-black) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.btn--secondary {
    background: transparent;
    color: var(--jaja-white);
    border: 2px solid var(--jaja-white);
}

.btn--secondary::before {
    background: var(--jaja-white);
}

.btn--secondary:hover {
    color: var(--jaja-pink-floor) !important;
}

.btn--dark {
    background: var(--jaja-black);
    color: var(--jaja-white);
}

.btn--dark::before {
    background: var(--jaja-magenta-deep);
}

.btn--dark:hover {
    transform: translateY(-2px);
}

.btn--outline {
    background: transparent;
    color: var(--jaja-magenta);
    border: 2px solid var(--jaja-magenta);
}

.btn--outline::before {
    background: var(--jaja-magenta);
}

.btn--outline:hover {
    color: var(--jaja-white) !important;
}

.btn--gold {
    background: linear-gradient(135deg, var(--jaja-orange) 0%, var(--jaja-hot-pink) 100%);
    color: var(--jaja-white);
}

.btn--gold::before {
    background: linear-gradient(135deg, var(--jaja-hot-pink) 0%, var(--jaja-magenta) 100%);
}

.btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 45, 138, 0.35);
}

.btn svg {
    width: 16px;
    height: 16px;
    transition: transform var(--duration-fast) var(--ease-out);
}

.btn:hover svg {
    transform: translateX(4px);
}


/* ============================================
   SECTION HEADLINES — Theatrical replacement
   for the generic label + title pattern
   ============================================ */
.section-headline {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--jaja-black);
}

.section-headline .headline-accent {
    background: var(--jaja-white);
    color: var(--jaja-black);
    padding: 0.12em 0.3em 0.08em;
    font-style: normal;
    display: inline;
    line-height: 1.2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


/* ============================================
   ABOUT / SYNOPSIS
   ============================================ */
.about-section {
    padding: var(--space-2xl) 0;
    position: relative;
    overflow: hidden;
    background: var(--jaja-pink-floor);
    color: var(--jaja-white);
}

.about-section .container {
    overflow: visible;
}

.about-section::before {
    display: none;
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-md) var(--space-xl);
    align-items: center;
}

/* Headline inside body column */
.about-headline {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--jaja-white);
    margin-bottom: var(--space-md);
}

.about-headline-accent {
    background: var(--jaja-white);
    color: var(--jaja-pink-floor);
    padding: 0.12em 0.3em 0.08em;
    font-style: normal;
    display: inline;
    line-height: 1.2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* Synopsis & quote column */
.about-body {
    padding-right: var(--space-md);
}

.about-synopsis p {
    font-size: 1.1rem;
    color: rgba(255, 245, 235, 0.85);
    margin-bottom: var(--space-sm);
    line-height: 1.8;
}

/* Director Quote — standalone centered section */
.director-quote-section {
    padding: var(--space-xl) 0 var(--space-md);
    text-align: center;
}

.director-quote-inner {
    max-width: 780px;
    margin: 0 auto;
}

.director-quote-mark {
    font-family: var(--font-display);
    font-size: 10rem;
    line-height: 0.5;
    color: var(--jaja-amber-glow);
    margin-bottom: var(--space-sm);
}

.director-quote-inner blockquote {
    font-family: var(--font-body);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-style: normal;
    color: var(--jaja-white);
    line-height: 1.7;
    border: none;
    padding: 0;
    margin: 0;
}

.director-quote-inner cite {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jaja-amber-glow);
    margin-top: var(--space-md);
}

.about-cta {
    margin-top: var(--space-md);
}

/* Image column with parallax */
.about-image-col {
    position: relative;
    overflow: visible;
}

.about-image-col img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    will-change: transform;
}

.about-image-col::before {
    content: '';
    position: absolute;
    top: -16px;
    right: -16px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--jaja-orange), var(--jaja-magenta));
    opacity: 0.15;
    z-index: -1;
}

.about-image-col .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-sm) var(--space-md);
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    font-family: var(--font-accent);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-image-placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--jaja-orange-light) 0%, var(--jaja-magenta) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: var(--font-display);
    font-size: 3rem;
    text-align: center;
    padding: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


/* ============================================
   VIDEO / TRAILER SECTION
   ============================================ */
.video-section {
    padding: var(--space-xl) 0;
    background: linear-gradient(180deg, var(--jaja-black) 0%, #2A0A1A 50%, var(--jaja-black) 100%);
    position: relative;
    overflow: hidden;
}

.video-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 34, 128, 0.12), transparent 70%);
    pointer-events: none;
}

.video-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

/* When video is embedded in about section image column */
.about-image-col .video-container {
    max-width: 100%;
}

/* Video Trigger Thumbnail */
.video-trigger {
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-trigger-thumb {
    position: relative;
    overflow: hidden;
}

.video-trigger-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s var(--ease-out), filter 0.5s var(--ease-out);
}

.video-trigger:hover .video-trigger-thumb img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.video-trigger-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(212, 34, 128, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s var(--ease-out), background 0.3s var(--ease-out);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.video-trigger:hover .video-trigger-play {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--jaja-white);
}

.video-trigger-play svg {
    margin-left: 4px;
}

.video-trigger:hover .video-trigger-play svg polygon {
    fill: var(--jaja-pink-floor);
}

.video-trigger-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    font-family: var(--font-display);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--jaja-white);
    text-align: center;
}

/* Video Lightbox Modal */
.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--ease-out), visibility 0.3s var(--ease-out);
}

.video-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.video-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    cursor: pointer;
}

.video-lightbox-inner {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    z-index: 1;
}

.video-lightbox-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    color: var(--jaja-white);
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    z-index: 2;
}

.video-lightbox-close:hover {
    color: var(--jaja-hot-pink);
}

.video-lightbox-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 4px;
    overflow: hidden;
    background: var(--jaja-black);
}

.video-lightbox-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: var(--jaja-charcoal);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-poster {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--duration-normal) var(--ease-out);
}

.video-poster.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--jaja-orange), var(--jaja-magenta));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--duration-normal) var(--ease-out);
    box-shadow: 0 0 0 0 rgba(212, 34, 128, 0.4);
    animation: pulse 2s infinite;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--jaja-hot-pink), var(--jaja-magenta-deep));
}

.video-play-btn svg {
    width: 28px;
    height: 28px;
    fill: var(--jaja-white);
    margin-left: 4px;
}

.video-section .section-header {
    text-align: center;
    margin-bottom: var(--space-lg);
}

.video-section .section-headline {
    color: var(--jaja-white);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.video-section .headline-accent {
    background: var(--jaja-white);
    color: var(--jaja-black);
}


/* ============================================
   CAST — MARQUEE SLIDER
   ============================================ */
.cast-section {
    padding: var(--space-xl) 0 var(--space-2xl);
    background: var(--jaja-pink-floor);
    position: relative;
    overflow: hidden;
}

.cast-header {
    text-align: center;
    padding: 0 var(--space-md) var(--space-lg);
}

.cast-headline {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--jaja-white);
    line-height: 0.95;
}

/* Slider container — full width, no overflow hidden so the
   track extends beyond the viewport edges */
.cast-slider {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.cast-slider:active {
    cursor: grabbing;
}

.cast-track {
    display: flex;
    gap: var(--space-md);
    animation: castMarquee 40s linear infinite;
    width: max-content;
}

.cast-slider:hover .cast-track,
.cast-slider.paused .cast-track {
    animation-play-state: paused;
}

@keyframes castMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Individual cast slide */
.cast-slide {
    flex-shrink: 0;
    width: 240px;
    cursor: pointer;
    text-align: center;
}

.cast-slide-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, rgba(232, 97, 26, 0.2), rgba(212, 34, 128, 0.2));
    margin-bottom: var(--space-sm);
}

.cast-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-slow) var(--ease-out);
}

.cast-slide:hover .cast-slide-image img {
    transform: scale(1.06);
}

.cast-slide-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--jaja-orange) 0%, var(--jaja-magenta) 100%);
}

.cast-slide-placeholder span {
    font-family: var(--font-display);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

/* Hover overlay */
.cast-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(212, 34, 128, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: var(--space-md);
    opacity: 0;
    transition: opacity var(--duration-normal) var(--ease-out);
}

.cast-slide:hover .cast-slide-overlay {
    opacity: 1;
}

.cast-slide-cta {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--jaja-white);
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

.cast-slide-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--jaja-white);
    text-transform: uppercase;
    margin-bottom: 4px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.cast-slide-role {
    font-family: var(--font-accent);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--jaja-amber-glow);
}

/* ============================================
   CAST BIO MODAL
   ============================================ */
.cast-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-normal) var(--ease-out),
                visibility var(--duration-normal) var(--ease-out);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: var(--space-md);
}

.cast-modal.open {
    opacity: 1;
    visibility: visible;
}

.cast-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cast-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--jaja-white);
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--duration-fast) var(--ease-out);
}

.cast-modal-close:hover {
    background: var(--jaja-magenta);
}

.cast-modal-inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0;
    background: var(--jaja-charcoal);
    max-width: 680px;
    width: 100%;
    margin: auto;
    transform: translateY(20px);
    transition: transform var(--duration-normal) var(--ease-out);
}

.cast-modal.open .cast-modal-inner {
    transform: translateY(0);
}

.cast-modal-image {
    flex-shrink: 0;
    width: 240px;
    min-height: 320px;
    background: linear-gradient(135deg, var(--jaja-orange) 0%, var(--jaja-magenta) 100%);
}

.cast-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cast-modal-content {
    padding: var(--space-lg);
    flex: 1;
}

.cast-modal-role {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jaja-hot-pink);
    margin-bottom: var(--space-xs);
}

.cast-modal-name {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--jaja-white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: var(--space-md);
}

.cast-modal-bio {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.cast-modal-bio-empty {
    font-style: normal;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 640px) {
    .cast-modal {
        padding: 0;
        align-items: flex-start;
    }
    .cast-modal-inner {
        flex-direction: column;
    }
    .cast-modal-image {
        width: 100%;
        min-height: 280px;
        max-height: 50vh;
    }
    .cast-modal-content {
        padding: var(--space-md);
    }
    .cast-modal-name {
        font-size: 1.8rem;
    }
    .cast-modal-close {
        position: fixed;
        top: 12px;
        right: 12px;
    }
}


/* ============================================
   CREATIVE TEAM
   ============================================ */
.creatives-section {
    padding: var(--space-2xl) 0;
    background: var(--jaja-pink-floor);
    position: relative;
    overflow: hidden;
}

.creatives-section::before {
    display: none;
}

.creatives-section .section-header {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.creatives-section .section-headline {
    color: var(--jaja-white);
}

.creatives-section .headline-accent {
    background: var(--jaja-white);
    color: var(--jaja-black);
}

.creatives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.creative-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: var(--space-md) var(--space-sm);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    min-height: 140px;
}

/* Remove border from items that will sit above the producers divider */
.creatives-grid .creative-item:last-child,
.creatives-grid .creative-item:nth-last-child(2),
.creatives-grid .creative-item:nth-last-child(3) {
    border-bottom: none;
}

.creative-item .creative-role {
    font-family: var(--font-accent);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jaja-amber-glow);
    white-space: normal;
    min-width: unset;
}

.creative-item .creative-name {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--jaja-white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.creative-item.has-bio {
    cursor: pointer;
    transition: background 0.2s ease;
}

.creative-item.has-bio:hover {
    background: rgba(255, 255, 255, 0.04);
}

.creative-item.has-bio:hover .creative-name {
    color: var(--jaja-amber-glow);
}

.creative-bio-icon {
    opacity: 0.3;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
    color: var(--jaja-white);
}

.creative-item.has-bio:hover .creative-bio-icon {
    opacity: 0.8;
    color: var(--jaja-amber-glow);
}

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

@media (max-width: 480px) {
    .creatives-grid {
        grid-template-columns: 1fr;
    }
}

/* Producer logos in creative grid */
.producer-logo {
    height: 64px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    display: inline-block;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease;
}

.creative-item.has-bio:hover .producer-logo {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(10deg);
}

/* Producer modal logo */
.producer-modal-logo {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

/* Logos in the producers section even bigger */
.producers-section .producer-logo {
    height: 72px;
    max-width: 260px;
}

/* Casting + GM centered row */
.casting-gm-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--space-sm);
}

/* Lead Producers section */
.producers-section {
    margin-top: var(--space-md);
    padding-top: var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.producers-label {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--jaja-amber-glow);
    display: block;
    margin-bottom: var(--space-md);
}

.producers-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-xl);
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.producers-grid .creative-item {
    border-bottom: none;
    padding: var(--space-sm) var(--space-md);
    min-width: auto;
    min-height: 120px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.producers-grid .creative-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.producers-grid .producer-logo {
    height: 72px;
    max-width: 260px;
}

/* Billing block */
.billing-block p {
    margin: 0;
}

/* Creative Bio Modal */
.creative-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-normal) var(--ease-out),
                visibility var(--duration-normal) var(--ease-out);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: var(--space-md);
}

.creative-modal.open {
    opacity: 1;
    visibility: visible;
}

.creative-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.creative-modal-inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0;
    background: var(--jaja-charcoal);
    max-width: 680px;
    width: 100%;
    margin: auto;
    transform: translateY(20px);
    transition: transform var(--duration-normal) var(--ease-out);
}

.creative-modal.open .creative-modal-inner {
    transform: translateY(0);
}

.creative-modal-image {
    flex-shrink: 0;
    width: 240px;
    min-height: 320px;
    background: linear-gradient(135deg, var(--jaja-orange) 0%, var(--jaja-magenta) 100%);
}

.creative-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creative-modal-content {
    position: relative;
    padding: var(--space-lg);
    flex: 1;
}

.creative-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--jaja-white);
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--duration-fast) var(--ease-out);
}

.creative-modal-close:hover {
    background: var(--jaja-magenta);
}

.creative-modal-role {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jaja-hot-pink);
    margin-bottom: var(--space-xs);
}

.creative-modal-name {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--jaja-white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: var(--space-md);
}

.creative-modal-bio {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.creative-modal-bio p {
    margin-bottom: 0.75rem;
}

.creative-modal-bio p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .creative-modal {
        padding: 0;
        align-items: flex-start;
    }
    .creative-modal-inner {
        flex-direction: column;
    }
    .creative-modal-image {
        width: 100%;
        min-height: 200px;
        max-height: 280px;
    }
    .creative-modal-content {
        padding: var(--space-md);
    }
    .creative-modal-name {
        font-size: 1.8rem;
    }
    .creative-modal-close {
        position: fixed;
        top: 12px;
        right: 12px;
    }
}


/* ============================================
   BUZZ / PRESS SECTION
   ============================================ */
.buzz-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(180deg, var(--jaja-black) 0%, #1A0A14 40%, #2A0A1A 60%, var(--jaja-black) 100%);
    position: relative;
    overflow: hidden;
}

.buzz-section::before {
    content: '"';
    position: absolute;
    top: -40px;
    left: 5%;
    font-family: var(--font-display);
    font-size: 500px;
    color: rgba(212, 34, 128, 0.08);
    line-height: 1;
    pointer-events: none;
}

.buzz-section .section-header {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.buzz-section .headline-accent {
    background: var(--jaja-white);
    color: var(--jaja-black);
}

.buzz-carousel {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.buzz-slides-wrapper {
    position: relative;
    min-height: 200px;
}

.buzz-slide {
    text-align: center;
    padding: 0 var(--space-md);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.buzz-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.buzz-quote {
    font-family: var(--font-body);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-style: normal;
    color: var(--jaja-white);
    line-height: 1.6;
    margin-bottom: var(--space-md);
}

.buzz-source {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--jaja-hot-pink);
}

.buzz-source a {
    color: var(--jaja-hot-pink);
    border-bottom: 1px solid transparent;
    transition: border-color var(--duration-fast) var(--ease-out);
}

.buzz-source a:hover {
    border-bottom-color: var(--jaja-hot-pink);
}

.buzz-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

.buzz-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease-out);
    padding: 0;
}

.buzz-dot.active {
    background: var(--jaja-hot-pink);
    transform: scale(1.3);
}


/* ============================================
   SHOW INFO / DETAILS
   ============================================ */
.info-section {
    padding: var(--space-2xl) 0;
    background: var(--jaja-pink-floor);
}

.info-section .section-headline {
    color: var(--jaja-white);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-lg);
}

.info-card {
    padding: var(--space-lg);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--jaja-amber-glow), var(--jaja-orange));
    border-radius: 8px 8px 0 0;
}

.info-card h3 {
    font-family: 'Sharp Grotesk 15', var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: var(--space-md);
    text-transform: uppercase;
    color: var(--jaja-white);
}

.info-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.info-card .info-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: var(--space-sm);
}

.info-card .info-detail svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--jaja-amber-glow);
}

.info-card .info-detail strong {
    display: block;
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.info-card .info-detail span {
    font-size: 1.05rem;
    color: var(--jaja-white);
}

.info-card .access-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: var(--space-sm);
}

.info-card .access-tag {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--jaja-white);
    background: rgba(255, 255, 255, 0.08);
}

.btn--info-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 28px;
    background: var(--jaja-white);
    color: var(--jaja-pink-floor) !important;
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease-out);
    position: relative;
    overflow: hidden;
}

.btn--info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--jaja-amber-glow);
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
}

.btn--info-card span {
    position: relative;
    z-index: 1;
}

.btn--info-card:hover::before {
    transform: translateY(0);
}

.btn--info-card:hover {
    color: var(--jaja-black) !important;
}


/* ============================================
   GALLERY
   ============================================ */
.gallery-section {
    padding: var(--space-xl) 0;
    overflow: hidden;
}

.gallery-section .section-header {
    text-align: center;
    margin-bottom: var(--space-lg);
}

.gallery-marquee {
    display: flex;
    gap: var(--space-sm);
    animation: marquee 30s linear infinite;
}

.gallery-marquee:hover {
    animation-play-state: paused;
}

.gallery-item {
    flex-shrink: 0;
    width: 350px;
    height: 250px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-slow) var(--ease-out);
}

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


/* ============================================
   NEWSLETTER / EMAIL SIGNUP
   ============================================ */
.newsletter-section {
    padding: var(--space-xl) 0;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.newsletter-section::after {
    display: none;
}

.newsletter-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.newsletter-inner .section-label::before {
    display: none;
}

.newsletter-inner .section-title {
    color: var(--jaja-white);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    margin-bottom: var(--space-sm);
}

.newsletter-inner p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--space-md);
    font-size: 1rem;
    max-width: 100%;
}

.newsletter-form {
    max-width: 520px;
    margin: 0 auto;
}

.newsletter-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-field-row {
    display: flex;
    gap: 10px;
}

.newsletter-field {
    flex: 1;
}

.newsletter-field input,
.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
    width: 100%;
    padding: 14px 18px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    border: none;
    background: var(--jaja-white);
    color: var(--jaja-black);
    outline: none;
}

.newsletter-field input::placeholder,
.newsletter-form input[type="email"]::placeholder,
.newsletter-form input[type="text"]::placeholder {
    color: var(--jaja-grey);
    font-size: 0.85rem;
}

.newsletter-email-row {
    display: flex;
    gap: 0;
}

.newsletter-email-row input[type="email"] {
    flex: 1;
}

.newsletter-form button {
    padding: 14px 32px;
    background: var(--jaja-white);
    color: var(--jaja-pink-floor);
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease-out);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.newsletter-form button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--jaja-amber-glow);
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
}

.newsletter-form button span,
.newsletter-form button {
    position: relative;
    z-index: 1;
}

.newsletter-form button:hover::before {
    transform: translateY(0);
}

.newsletter-form button:hover {
    color: var(--jaja-black);
}

/* Mailchimp response messages */
.mc-responses {
    margin-top: var(--space-sm);
    text-align: center;
}

.mc-responses .response {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    padding: 10px;
}

#mce-success-response {
    color: var(--jaja-amber-glow);
}

#mce-error-response {
    color: #ff6b6b;
}

@media (max-width: 480px) {
    .newsletter-field-row {
        flex-direction: column;
    }
    .newsletter-email-row {
        flex-direction: column;
    }
    .newsletter-form button {
        width: 100%;
    }
}


/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--jaja-black);
    color: var(--jaja-white);
    padding: 0 0 var(--space-md);
    position: relative;
    overflow: hidden;
}

/* Fun diagonal stripe transition from pink to black */
.site-footer::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -5%;
    right: -5%;
    height: 120px;
    background: var(--jaja-black);
    transform: skewY(-2deg);
    z-index: 1;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-lg);
    padding: var(--space-xl) 0 var(--space-lg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .footer-logo {
    margin-bottom: var(--space-sm);
}

.footer-brand .footer-logo .footer-tt {
    height: auto;
    width: 100%;
    max-width: 320px;
}

.footer-brand .footer-logo .highlight {
    background: linear-gradient(135deg, var(--jaja-orange), var(--jaja-hot-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 320px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: var(--space-md);
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all var(--duration-fast) var(--ease-out);
}

.footer-social a:hover {
    border-color: transparent;
    background: linear-gradient(135deg, var(--jaja-orange), var(--jaja-hot-pink));
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 34, 128, 0.4);
}

.footer-social a svg {
    width: 18px;
    height: 18px;
    fill: var(--jaja-white);
}

.footer-column h4 {
    font-family: 'Sharp Grotesk 15', var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jaja-white);
    margin-bottom: var(--space-md);
    position: relative;
    padding-bottom: 8px;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--jaja-orange), var(--jaja-hot-pink));
}

.footer-column a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    padding: 5px 0;
    transition: all var(--duration-fast) var(--ease-out);
}

.footer-column a:hover {
    color: var(--jaja-white);
    padding-left: 6px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-md);
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

.footer-producers {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.footer-producers img {
    height: 24px;
    opacity: 0.4;
    transition: opacity var(--duration-fast) var(--ease-out);
}

.footer-producers img:hover {
    opacity: 0.8;
}

.billing-block {
    text-align: center;
    padding: var(--space-lg) 0 var(--space-md);
    font-family: var(--font-accent);
    letter-spacing: 0.04em;
    line-height: 1.8;
    max-width: 100%;
    margin: 0 auto;
    white-space: normal;
}

.billing-block p {
    margin: 0;
}

.billing-block p:first-child {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.billing-co-produced {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 4px !important;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-md);
    flex-wrap: wrap;
    gap: var(--space-sm);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.25);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.35) !important;
    transition: color 0.2s;
}

.footer-bottom a:hover {
    color: var(--jaja-hot-pink) !important;
}


/* ============================================
   STICKY TICKET BAR
   ============================================ */
.sticky-ticket-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(90deg, var(--jaja-orange-deep), var(--jaja-orange), var(--jaja-magenta));
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
}

.sticky-ticket-bar.visible {
    transform: translateY(0);
}

.sticky-ticket-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px var(--space-md);
    max-width: var(--container-wide);
    margin: 0 auto;
}

.sticky-ticket-info {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.sticky-ticket-info .sticky-tt {
    height: 32px;
    width: auto;
}

.sticky-ticket-info .show-dates {
    font-family: var(--font-accent);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sticky-ticket-bar .btn {
    padding: 14px 28px;
    font-size: 1rem;
    background: var(--jaja-white);
    color: var(--jaja-orange-deep);
}

.sticky-ticket-bar .btn::before {
    background: var(--jaja-amber-glow);
}

.sticky-ticket-bar .btn:hover {
    color: var(--jaja-black);
}


/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 34, 128, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(212, 34, 128, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212, 34, 128, 0);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Scroll reveal — Locomotive Scroll uses .is-inview class */
[data-scroll] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--ease-out),
                transform 0.8s var(--ease-out);
}

[data-scroll].is-inview {
    opacity: 1;
    transform: translateY(0);
}

/* Horizontal scroll elements (e.g. quotes sliding in from side) */
[data-scroll][data-scroll-direction="horizontal"] {
    opacity: 0;
    transform: translateX(-60px);
}

[data-scroll][data-scroll-direction="horizontal"].is-inview {
    opacity: 1;
    transform: translateX(0);
}

/* Elements with scroll-speed should remain visible (Locomotive handles movement) */
[data-scroll][data-scroll-speed] {
    opacity: 0;
    transform: none;
    transition: opacity 0.8s var(--ease-out);
}

[data-scroll][data-scroll-speed].is-inview {
    opacity: 1;
}

/* Stagger delays based on Locomotive's data-scroll-delay */
[data-scroll][data-scroll-delay="0.1"] { transition-delay: 0.1s; }
[data-scroll][data-scroll-delay="0.2"] { transition-delay: 0.2s; }
[data-scroll][data-scroll-delay="0.3"] { transition-delay: 0.3s; }

/* Legacy data-reveal support (fallback) */
[data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity var(--duration-slow) var(--ease-out),
                transform var(--duration-slow) var(--ease-out);
}

[data-reveal].revealed,
[data-reveal].is-inview {
    opacity: 1;
    transform: translateY(0);
}

[data-reveal="delay-1"] { transition-delay: 0.1s; }
[data-reveal="delay-2"] { transition-delay: 0.2s; }
[data-reveal="delay-3"] { transition-delay: 0.3s; }

/* Hero text — always visible (animated on load, not on scroll) */
.hero-tagline,
.hero-title-treatment,
.hero-subtitle {
    /* These use CSS keyframe animations on load,
       so override the data-scroll hidden state */
}

.hero [data-scroll] {
    /* Override the generic data-scroll opacity:0 for all hero children
       since hero elements use CSS keyframe load animations instead */
    opacity: 0;
    transform: none;
    transition: none;
}

.hero-tagline[data-scroll] {
    animation: fadeUp 0.8s var(--ease-out) 0.3s forwards;
}

.hero-title-treatment[data-scroll] {
    animation: fadeUp 1s var(--ease-out) 0.5s forwards;
}

.hero-subtitle[data-scroll] {
    animation: fadeUp 0.8s var(--ease-out) 0.7s forwards;
}

.hero-meta[data-scroll] {
    animation: fadeUp 0.8s var(--ease-out) 0.9s forwards;
}

.hero-actions {
    opacity: 0;
    animation: fadeUp 0.8s var(--ease-out) 1.1s forwards;
}

.hero-awards {
    opacity: 0;
    animation: fadeUp 0.8s var(--ease-out) 1.3s forwards;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    [data-scroll] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}


/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .about-layout {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .about-body {
        padding-right: 0;
    }

    .about-image-col {
        max-width: 500px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-md);
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .nav-cta.desktop-only {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    /* Mobile menu — full screen overlay covering nav */
    .mobile-menu {
        display: flex;
        position: fixed;
        inset: 0;
        background: var(--jaja-pink-floor);
        z-index: 10000;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: transform var(--duration-normal) var(--ease-out);
        overflow-y: auto;
    }

    .mobile-menu.open {
        transform: translateX(0);
    }

    .mobile-menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        color: var(--jaja-white);
        font-size: 2rem;
        line-height: 1;
        cursor: pointer;
        padding: 8px;
        z-index: 10;
    }

    .mobile-menu-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--space-md);
        padding: var(--space-xl) var(--space-md);
        width: 100%;
        min-height: 100%;
    }

    .mobile-menu-tt {
        width: 100%;
        max-width: 180px;
        margin-bottom: var(--space-xs);
    }

    .mobile-menu-tt img {
        width: 100%;
        height: auto;
    }

    .mobile-menu-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .mobile-nav-link {
        font-family: var(--font-accent);
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.7);
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%;
        max-width: 280px;
        text-align: center;
        transition: color 0.2s ease;
    }

    .mobile-nav-link:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .mobile-nav-link:hover {
        color: var(--jaja-white);
    }

    .mobile-menu-cta {
        margin-top: var(--space-sm);
        padding: 16px 48px !important;
        font-size: 1rem !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-menu-meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-family: var(--font-accent);
        font-size: 0.7rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.4);
    }

    /* Title treatment: keep landscape on mobile, just scale down */
    .hero-title-treatment {
        max-width: 480px;
        padding: 0 var(--space-sm);
    }

    /* Nav logo: use landscape on mobile */
    .logo-tt-landscape {
        display: block;
        height: 28px;
    }

    .logo-tt-stacked {
        display: none;
    }

    .site-header.scrolled .logo-tt-landscape {
        height: 24px;
    }

    .sticky-ticket-info .sticky-tt {
        height: 24px;
    }

    .hero-top {
        padding: 28px var(--space-sm) 0;
        min-height: 55vh;
    }

    .hero-bottom {
        padding: var(--space-md) var(--space-sm) var(--space-md);
    }

    .hero-meta {
        flex-direction: column;
        gap: var(--space-sm);
    }

    .hero-meta-divider {
        width: 40px;
        height: 1px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-awards {
        flex-direction: column;
    }

    .cast-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
    }

    .cast-slide {
        width: 200px;
    }

    .creatives-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .sticky-ticket-info .show-dates {
        display: none;
    }
}

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

    .hero-top {
        padding: 20px var(--space-xs) 0;
    }

    .hero-title-treatment {
        max-width: 360px;
        padding: 0;
    }

    .gallery-item {
        width: 260px;
        height: 180px;
    }
}


/* ============================================
   COOKIE CONSENT — UK GDPR / PECR Compliant
   ============================================ */

/* Footer cookie settings link */
.cookie-settings-link {
    cursor: pointer;
}

/* Banner — compact card, bottom-left */
.cookie-banner {
    position: fixed;
    bottom: var(--space-md);
    left: var(--space-md);
    z-index: 10001;
    background: var(--jaja-white);
    color: var(--jaja-black);
    max-width: 460px;
    width: calc(100% - 2 * var(--space-md));
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s var(--ease-out), opacity 0.4s var(--ease-out);
    pointer-events: none;
}

.cookie-banner.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.cookie-banner-inner {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-md);
}

.cookie-banner-text p {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

.cookie-banner-text p:first-child {
    font-family: var(--font-accent);
    font-size: 1rem;
    font-weight: 700;
    color: var(--jaja-black);
    margin-bottom: 4px;
}

.cookie-banner-text a {
    color: var(--jaja-magenta);
    text-decoration: underline;
}

.cookie-banner-actions {
    display: flex;
    gap: 8px;
}

/* Cookie buttons */
.cookie-btn {
    font-family: var(--font-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cookie-btn--accept {
    background: var(--jaja-black);
    color: var(--jaja-white);
}

.cookie-btn--accept:hover {
    background: var(--jaja-magenta);
}

.cookie-btn--reject {
    background: transparent;
    color: var(--jaja-black);
    border: 1.5px solid var(--jaja-black);
}

.cookie-btn--reject:hover {
    background: var(--jaja-black);
    color: var(--jaja-white);
}

.cookie-btn--manage {
    background: transparent;
    color: var(--jaja-magenta);
    border: none;
    padding: 10px 12px;
    font-size: 0.75rem;
}

.cookie-btn--manage:hover {
    color: var(--jaja-black);
    text-decoration: underline;
}


/* Cookie Preferences Modal */
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-modal.open {
    opacity: 1;
    visibility: visible;
}

.cookie-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cookie-modal-inner {
    position: relative;
    z-index: 1;
    background: var(--jaja-charcoal);
    max-width: 600px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s var(--ease-out);
}

.cookie-modal.open .cookie-modal-inner {
    transform: translateY(0);
}

.cookie-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-md) var(--space-lg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-modal-header h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--jaja-white);
    margin: 0;
}

.cookie-modal-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: var(--jaja-white);
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.cookie-modal-close:hover {
    background: var(--jaja-magenta);
}

.cookie-modal-body {
    padding: var(--space-md) var(--space-lg);
}

.cookie-modal-body > p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: var(--space-md);
}

/* Cookie Policy Modal */
.cookie-policy-content .cookie-modal-body h4 {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jaja-amber-glow);
    margin: var(--space-md) 0 var(--space-xs);
}

.cookie-policy-content .cookie-modal-body p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: var(--space-sm);
}

.cookie-policy-content .cookie-modal-body a {
    color: var(--jaja-amber-glow);
}

/* Category rows */
.cookie-category {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-category:last-child {
    border-bottom: none;
}

.cookie-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}

.cookie-category-info h4 {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--jaja-white);
    margin: 0 0 4px;
}

.cookie-category-info p {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    margin: 0;
}

.cookie-always-on {
    font-family: var(--font-accent);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
}

/* Toggle switch */
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-toggle-slider::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    bottom: 3px;
    background: var(--jaja-white);
    border-radius: 50%;
    transition: transform 0.3s;
}

.cookie-toggle input:checked + .cookie-toggle-slider {
    background: var(--jaja-hot-pink);
}

.cookie-toggle input:checked + .cookie-toggle-slider::before {
    transform: translateX(22px);
}

/* Modal footer */
.cookie-modal-footer {
    display: flex;
    gap: 10px;
    padding: var(--space-md) var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cookie-banner {
        left: var(--space-sm);
        right: var(--space-sm);
        bottom: var(--space-sm);
        width: auto;
        max-width: none;
    }

    .cookie-banner-actions {
        flex-wrap: wrap;
    }

    .cookie-btn {
        flex: 1;
        min-width: 80px;
        text-align: center;
    }

    .cookie-modal-inner {
        width: 95%;
        max-height: 90vh;
    }

    .cookie-modal-footer {
        flex-wrap: wrap;
    }

    .cookie-modal-footer .cookie-btn {
        flex: 1;
    }
}
