@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Cinzel:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    /* ══════════════════════════════════════════════════════════
       The HangoversHub — Heaven-Made Luxury Editorial
       Deep obsidian backdrop, antique champagne gold, vintage wine.
       Serif display type for elegance, grotesque for editorial
       microcopy. One accent duo, used with restraint.
       ══════════════════════════════════════════════════════════ */
    --font-display: 'Playfair Display', 'Cormorant Garamond', 'Cinzel', serif;
    --font-editorial: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    --font-body: 'Inter', 'Plus Jakarta Sans', -apple-system, sans-serif;

    --color-bg: #08070a;             /* Obsidian Night */
    --color-surface: #0e0d12;        /* Slate Surface */
    --color-surface-card: #131218;   /* Card Surface */
    --color-surface-hover: #1a1820;  /* Card Hover */
    --color-text: #f6f3ec;           /* Warm Ivory */
    --color-text-muted: #a8a29a;     /* Warm Silver */
    --color-text-subtle: #716c66;    /* Muted Taupe */

    /* Primary Accent — Vintage Wine */
    --color-accent: #6d1220;
    --color-accent-hover: #8a1a2a;
    --color-accent-active: #4a0c15;
    --color-accent-light: rgba(109, 18, 32, 0.20);
    --color-accent-glow: rgba(138, 26, 42, 0.35);

    /* Secondary Accent — Antique Champagne Gold (the single luxury accent) */
    --color-pill-orange: #c9a35a;
    --color-pill-orange-hover: #ddb96f;
    --color-pill-glow: rgba(201, 163, 90, 0.35);
    --color-secondary: #c9a35a;
    --color-secondary-hover: #ddb96f;
    --color-gold: #c9a35a;
    --color-gold-light: #ecd9ab;
    --color-gold-badge: rgba(201, 163, 90, 0.14);

    /* Real Ticket Pass Colors */
    --ticket-bg: #fbf9f4;
    --ticket-text: #14120f;
    --ticket-muted: #57534a;
    --ticket-border: #e7e0d2;

    /* Borders & Hairlines */
    --color-border: #201f26;
    --color-border-hover: #35333d;
    --color-border-maroon: rgba(109, 18, 32, 0.5);
    --color-border-gold: rgba(201, 163, 90, 0.32);

    /* Shadows — softer, diffused, no neon */
    --shadow-sm: 0 2px 6px 0 rgba(0, 0, 0, 0.45);
    --shadow-md: 0 10px 26px -6px rgba(0, 0, 0, 0.6), 0 2px 8px -2px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 22px 48px -10px rgba(0, 0, 0, 0.65), 0 6px 18px -4px rgba(0, 0, 0, 0.45);
    --shadow-xl: 0 30px 70px -12px rgba(0, 0, 0, 0.7), 0 0 40px rgba(201, 163, 90, 0.08);
    --shadow-ticket: 0 25px 55px rgba(0, 0, 0, 0.55), 0 6px 18px rgba(0, 0, 0, 0.35);
    --shadow-pill: 0 6px 22px rgba(201, 163, 90, 0.28);

    /* Radii — refined, not neo-brutalist */
    --radius-sm: 0.4rem;
    --radius-md: 0.65rem;
    --radius-lg: 1.1rem;
    --radius-xl: 1.6rem;
    --radius-pill: 9999px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Theme variants harmonized to the same palette */
[data-theme="light"],
[data-theme="dark"] {
    --color-bg: #07060a;
    --color-surface: #0d0c11;
    --color-surface-card: #121116;
    --color-surface-hover: #19171e;
    --color-text: #f6f3ec;
    --color-text-muted: #a8a29a;
    --color-border: #1e1c23;
    --color-border-maroon: rgba(109, 18, 32, 0.5);
    --color-border-gold: rgba(201, 163, 90, 0.32);
}

.navbar {
    background-color: rgba(7, 6, 9, 0.92);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg);
    background-image:
        radial-gradient(ellipse 1200px 600px at 15% -10%, rgba(109, 18, 32, 0.10), transparent 60%),
        radial-gradient(ellipse 900px 500px at 100% 0%, rgba(201, 163, 90, 0.06), transparent 55%);
    background-attachment: fixed;
    color: var(--color-text);
    line-height: 1.65;
    transition: background-color var(--transition-base), color var(--transition-base);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.01em;
    color: var(--color-text);
}

.brand-font {
    font-family: 'Cinzel', 'Playfair Display', serif;
}

a {
    color: var(--color-secondary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--color-secondary-hover);
}

::selection {
    background: rgba(201, 163, 90, 0.28);
    color: #ffffff;
}

/* Thin gold-on-black scrollbar for that editorial finish */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--color-bg); }
::-webkit-scrollbar-thumb { background: #26232b; border-radius: 10px; border: 2px solid var(--color-bg); }
::-webkit-scrollbar-thumb:hover { background: var(--color-border-hover); }

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 1.5rem);
}

/* Eyebrow / kicker label used above headings for that editorial feel */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-editorial);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--color-secondary);
    opacity: 0.7;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem clamp(1rem, 3vw, 2rem);
    background-color: rgba(7, 6, 9, 0.86);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    border-bottom: 1px solid var(--color-border);
    transition: all var(--transition-base);
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-brand img {
    height: 42px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
}

.nav-brand .brand-title {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: clamp(1.05rem, 3vw, 1.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-transform: uppercase;
}

.nav-brand .brand-title span {
    color: var(--color-secondary);
}

.nav-brand .brand-tagline {
    font-size: 0.52rem;
    color: var(--color-secondary);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
    white-space: nowrap;
    display: block;
    opacity: 0.85;
}

.nav-menu {
    display: none;
    gap: 2rem;
    align-items: center;
}

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

.nav-links {
    display: flex;
    gap: 1.4rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #ded9d0;
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    position: relative;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: var(--color-secondary);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background: var(--color-secondary);
    transition: width var(--transition-fast);
}

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

body.menu-open {
    overflow: hidden;
}
body.menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    z-index: 1004;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: 1px solid var(--color-border);
    font-size: 1.6rem;
    color: var(--color-text);
    cursor: pointer;
    padding: 0.4rem 0.6rem;
    border-radius: var(--radius-sm);
    transition: all 0.2s;
}
.mobile-menu-btn:hover {
    background-color: var(--color-surface);
    border-color: var(--color-border-gold);
    color: var(--color-secondary);
}

.mobile-drawer {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
        position: relative;
        z-index: 1001;
    }

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

    .nav-menu {
        display: none;
    }

    .mobile-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #0a090d;
        border-left: 1px solid var(--color-border-gold);
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.8);
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1005;
        overflow-y: auto;
    }

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

    .drawer-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1.5rem 2.5rem 1.5rem 1.5rem;
        border-bottom: 1px solid var(--color-border);
        position: relative;
        background: rgba(109, 18, 32, 0.07);
    }
    .drawer-header img {
        height: 42px;
        display: block;
    }
    .drawer-title {
        display: block;
        color: var(--color-text);
        font-weight: 700;
        font-size: 1.1rem;
        font-family: 'Cinzel', 'Playfair Display', serif;
        white-space: nowrap;
    }
    .drawer-subtitle {
        display: block;
        color: var(--color-secondary);
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 1.5px;
    }
    .drawer-close {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        background: none;
        border: none;
        color: var(--color-text-muted);
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.25rem;
    }

    .drawer-nav, .drawer-footer {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 0;
        gap: 0.25rem;
    }
    .drawer-footer {
        margin-top: auto;
        border-top: 1px solid var(--color-border);
        background: rgba(0, 0, 0, 0.3);
    }

    .mobile-drawer a {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 1.02rem;
        font-weight: 500;
        color: var(--color-text);
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-left: 2px solid transparent;
        transition: all 0.3s ease;
    }
    .mobile-drawer a i {
        font-size: 1.3rem;
        color: var(--color-text-muted);
        transition: all 0.3s ease;
    }

    .mobile-drawer a:hover,
    .mobile-drawer a.active {
        color: #ffffff;
        background-color: rgba(201, 163, 90, 0.08);
        border-left: 2px solid var(--color-secondary);
        border-radius: 0 8px 8px 0;
        margin-right: 1.5rem;
    }
    .mobile-drawer a:hover i,
    .mobile-drawer a.active i {
        color: var(--color-secondary);
    }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1.7rem;
    border-radius: var(--radius-full);
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
    border: none;
    font-family: var(--font-body);
    letter-spacing: 0.02em;
    font-size: 0.93rem;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #7a1523 0%, #4a0c15 100%);
    color: #f6f3ec;
    border: 1px solid var(--color-border-gold);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #8a1a2a 0%, #5a0f1a 100%);
    border-color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: #ffffff;
}

.btn-outline {
    background: rgba(19, 18, 24, 0.6);
    border: 1px solid var(--color-border-gold);
    color: var(--color-text);
    backdrop-filter: blur(8px);
}
.btn-outline:hover {
    background: rgba(109, 18, 32, 0.18);
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    position: relative;
    padding: 11rem 1.5rem 7rem;
    text-align: center;
    overflow: hidden;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    filter: brightness(0.22) contrast(1.15) saturate(0.75);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 28%, rgba(109, 18, 32, 0.30) 0%, rgba(7, 6, 10, 0.78) 58%, #07060a 100%),
                linear-gradient(to bottom, rgba(7, 6, 10, 0.85) 0%, transparent 45%, #07060a 100%);
    z-index: -1;
}

.hero-content {
    max-width: 820px;
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    letter-spacing: -0.01em;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.4rem;
    text-shadow: 0 4px 30px rgba(0,0,0,0.9);
}

.hero h1 span {
    color: var(--color-secondary);
    font-style: italic;
}

.hero p {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: rgba(244, 240, 232, 0.82);
    margin-bottom: 2.5rem;
    font-weight: 300;
    line-height: 1.75;
}

/* Event Grid */
.events-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-header h2 {
    font-family: var(--font-display);
    letter-spacing: -0.005em;
    font-size: clamp(1.7rem, 3.5vw, 2.3rem);
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

/* Event Card */
.event-card {
    background-color: var(--color-surface-card);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    position: relative;
    box-shadow: var(--shadow-md);
}

.event-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-secondary), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-border-gold);
}

.event-card:hover::before {
    opacity: 1;
}

.event-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 1px solid var(--color-border);
    transition: transform 0.4s ease;
}

.event-card:hover .event-img {
    transform: scale(1.03);
}

.event-details {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0.6rem;
}

.event-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-display);
    letter-spacing: -0.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-secondary);
    font-family: var(--font-editorial);
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
}

.event-meta-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-text-muted);
    font-family: var(--font-body);
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-meta-line i {
    font-size: 1.05rem;
    flex-shrink: 0;
    color: var(--color-secondary);
}

.btn-buy-ticket {
    align-self: flex-start;
    background: var(--color-accent);
    color: #ffffff;
    padding: 0.55rem 1.4rem;
    border-radius: 9999px;
    font-family: var(--font-editorial);
    font-size: 0.76rem;
    font-weight: 700;
    margin-top: 0.75rem;
    border: 1px solid var(--color-border-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
}

.btn-buy-ticket:hover {
    background: var(--color-accent-hover);
    border-color: var(--color-secondary);
    box-shadow: var(--shadow-pill);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Theme Toggle */
.theme-toggle {
    background: none;
    border: 1px solid var(--color-border);
    color: var(--color-text);
    cursor: pointer;
    font-size: 1.15rem;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
}

.theme-toggle:hover {
    background-color: var(--color-surface);
    border-color: var(--color-border-gold);
    color: var(--color-secondary);
}

@media (max-width: 768px) {
    .hero {
        padding: 8rem 1.25rem 4.5rem;
        min-height: 60vh;
    }
    .hero h1 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .hero p {
        font-size: 1.05rem;
        margin-bottom: 1.75rem;
    }
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

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

/* Custom Select Dropdowns */
.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-text);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s;
}
.custom-select.open .custom-select-trigger {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px var(--color-gold-badge);
}
.custom-options {
    position: absolute;
    display: block;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-gold);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    max-height: 250px;
    overflow-y: auto;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-option {
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--color-text);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.custom-option:not(:last-of-type) {
    border-bottom: 1px solid var(--color-border);
}
.custom-option:hover {
    background: var(--color-surface-hover);
    color: var(--color-secondary);
}
.custom-option.selected {
    background: var(--color-accent-light);
    color: #ffffff;
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════════
   Heaven-Made Editorial Ticketing Design System
   ══════════════════════════════════════════════════════════ */

/* Headings Typography Harmonization */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-text);
}

/* Editorial Navigation Slash Links */
.nav-editorial {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    font-family: var(--font-editorial);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.nav-editorial a {
    color: #a8a29a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.nav-editorial a:hover {
    color: var(--color-secondary);
}
.nav-slash {
    color: #4b4842;
    font-weight: 400;
    user-select: none;
}

/* Capsule Pill Buttons — refined gold, not neon */
.btn-pill-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--color-secondary), #b8924c);
    color: #14120f !important;
    font-family: var(--font-editorial);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.9rem 2.4rem;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: var(--shadow-pill);
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
}
.btn-pill-action:hover {
    background: linear-gradient(135deg, #ddb96f, var(--color-secondary));
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(201, 163, 90, 0.4);
    color: #14120f !important;
}

.btn-pill-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff !important;
    font-family: var(--font-editorial);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0.55rem 1.6rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: all 0.2s ease;
    text-decoration: none;
}
.btn-pill-login:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary) !important;
}

/* Massive Hero Typography — elegant serif, restrained */
.hero-title-massive {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5.2vw, 4.6rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: #ffffff;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.hero-title-massive span {
    white-space: nowrap;
    display: block;
}
.hero-title-massive em {
    color: var(--color-secondary);
    font-style: italic;
    font-weight: 700;
}

/* Microcopy with Arrow */
.hero-microcopy {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: var(--font-editorial);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #d6d1c7;
    max-width: 320px;
}
.hero-microcopy .arrow-icon {
    color: var(--color-secondary);
    font-size: 1.4rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Real Physical Ticket Pass Card */
.ticket-card-physical {
    background: var(--ticket-bg);
    color: var(--ticket-text);
    border-radius: 22px;
    padding: 1.85rem;
    position: relative;
    box-shadow: var(--shadow-ticket);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none;
    max-width: 400px;
    width: 100%;
}
.ticket-card-physical:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6);
}
.ticket-badge-seal {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: var(--color-accent);
    color: #ffffff;
    min-width: 60px;
    height: 60px;
    padding: 0 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-editorial);
    font-weight: 700;
    font-size: 0.82rem;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 6px 18px rgba(109, 18, 32, 0.4);
    z-index: 5;
}
.ticket-cat-label {
    font-family: var(--font-editorial);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ticket-muted);
    margin-bottom: 0.4rem;
}
.ticket-hero-title {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ticket-text);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 0.6rem;
    max-width: 250px;
}
.ticket-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-editorial);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ticket-muted);
    padding-bottom: 0.85rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed var(--ticket-border);
}
.ticket-artwork-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 175px;
    background: #111118;
}
.ticket-artwork-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.ticket-card-physical:hover .ticket-artwork-img {
    transform: scale(1.05);
}

/* Marquee Band */
.marquee-band {
    background: #000000;
    border-top: 1px solid rgba(201, 163, 90, 0.15);
    border-bottom: 1px solid rgba(201, 163, 90, 0.15);
    padding: 1.1rem 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.marquee-track {
    display: inline-flex;
    align-items: center;
    animation: marquee-scroll 30s linear infinite;
    gap: 2.25rem;
    padding-left: 2rem;
}
.marquee-band:hover .marquee-track {
    animation-play-state: paused;
}
.marquee-item {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 2.25rem;
}
.marquee-asterisk {
    color: var(--color-secondary);
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
}
@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Sub-Hero Section */
.subhero-slate-section {
    background: #14181a;
    padding: 4.5rem 1.5rem 5rem;
    position: relative;
}
.subhero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.subhero-title {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.8vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0;
}

/* Vertical Scroll Pill */
.scroll-pill-vertical {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: var(--color-secondary);
    color: #14120f !important;
    font-family: var(--font-editorial);
    font-weight: 700;
    font-size: 0.74rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 1.1rem 0.65rem;
    border-radius: 9999px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    box-shadow: var(--shadow-pill);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}
.scroll-pill-vertical:hover {
    background: var(--color-secondary-hover);
    transform: rotate(180deg) scale(1.05);
}

/* Subhero Dark Card Container */
.subhero-dark-box {
    background: #0b0a0d;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    padding: clamp(1.75rem, 4vw, 3rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.5rem;
    align-items: center;
    box-shadow: var(--shadow-lg);
}

/* Stat Big Numbers */
.stat-massive-number {
    font-family: var(--font-display);
    font-size: clamp(3.6rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 0.95;
    color: #ffffff;
    letter-spacing: -0.02em;
    display: flex;
    align-items: flex-start;
}
.stat-massive-number .stat-plus {
    color: var(--color-secondary);
    font-size: 0.6em;
    margin-top: 0.05em;
}

/* ══════════════════════════════════════════════════════════
   Shared admin/vendor portal chrome (sidebar layout system)
   ══════════════════════════════════════════════════════════ */
.portal-shell {
    display: flex;
    min-height: 100vh;
}
.portal-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: var(--color-surface);
    border-right: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    transition: transform var(--transition-base);
}
.portal-main {
    flex: 1;
    margin-left: 260px;
    min-width: 0;
    padding: 2rem clamp(1rem, 3vw, 2.5rem) 4rem;
}
.portal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem clamp(1rem, 3vw, 2.5rem);
    background: rgba(8, 7, 10, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 150;
}
.portal-card {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}
.portal-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-body);
    font-size: 0.9rem;
}
.portal-table th {
    text-align: left;
    font-family: var(--font-editorial);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-text-muted);
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--color-border);
}
.portal-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
}
.portal-table tr:hover td {
    background: var(--color-surface-hover);
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-family: var(--font-editorial);
}
.badge-gold { background: var(--color-gold-badge); color: var(--color-secondary); border: 1px solid var(--color-border-gold); }
.badge-wine { background: var(--color-accent-light); color: #e88a9a; border: 1px solid var(--color-border-maroon); }
.badge-muted { background: rgba(255,255,255,0.05); color: var(--color-text-muted); border: 1px solid var(--color-border); }

@media (max-width: 900px) {
    .portal-sidebar {
        transform: translateX(-100%);
    }
    .portal-sidebar.active {
        transform: translateX(0);
    }
    .portal-main {
        margin-left: 0;
    }
}

/* ══════════════════════════════════════════════════════════
   Hero motion layer (GSAP-driven)
   ══════════════════════════════════════════════════════════ */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}
.hero-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-secondary);
    opacity: 0;
    box-shadow: 0 0 8px 2px rgba(201, 163, 90, 0.6);
}
.hero-title-massive span {
    will-change: transform, opacity;
}
.reveal-up {
    will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
    .hero-particles { display: none; }
}
