:root {
    --bg: #0a0604;
    --bg-2: #110906;
    --bg-3: #190e08;
    --text: #f4ead8;
    --text-dim: #a89678;
    --gold: #d4a574;
    --gold-bright: #e8bc82;
    --fire: #ff6b1a;
    --fire-deep: #c64a0c;
    --rune: #6b4a2a;
    --line: rgba(212, 165, 116, 0.18);
    --line-strong: rgba(212, 165, 116, 0.4);

    --font-display: "Cinzel", "Cormorant Garamond", serif;
    --font-serif: "Cormorant Garamond", "Cinzel", serif;
    --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    font-weight: 300;
    overflow-x: hidden;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.container--narrow {
    max-width: 760px;
}

/* ============ FILM GRAIN OVERLAY ============ */
.grain {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ============ ORNAMENT ============ */
.ornament {
    display: block;
    width: 80px;
    height: 16px;
    margin: 0 auto 1.5rem;
    color: var(--gold);
    opacity: 0.7;
}

.ornament--footer {
    margin-bottom: 1.5rem;
}

/* ============ TOPBAR (sticky on scroll-up) ============ */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0.85rem 1.75rem;
    background: rgba(10, 6, 4, 0.82);
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    transform: translateY(-110%);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.topbar.is-visible {
    transform: translateY(0);
}

.topbar__brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar__brand:hover {
    color: var(--fire);
}

.topbar__lang {
    position: static;
}

@media (max-width: 640px) {
    .topbar {
        padding: 0.7rem 1rem;
    }
    .topbar__brand {
        font-size: 0.75rem;
        letter-spacing: 0.22em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar {
        transition: none;
    }
}

/* ============ LANGUAGE SWITCH ============ */
.lang-switch {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    z-index: 5;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-family: var(--font-display);
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.lang-switch a {
    color: var(--text-dim);
    text-decoration: none;
    padding: 0.4rem 0.55rem;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid transparent;
}

.lang-switch a:hover {
    color: var(--gold);
}

.lang-switch__active,
.lang-switch a.lang-switch__active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.lang-switch__sep {
    color: var(--rune);
}

@media (max-width: 640px) {
    .lang-switch {
        top: 1rem;
        right: 1rem;
        font-size: 0.7rem;
    }
}

/* ============ HERO ============ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(255, 107, 26, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(198, 74, 12, 0.22) 0%, transparent 55%),
        linear-gradient(180deg, #0a0604 0%, #150a05 50%, #0a0604 100%);
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    padding: 2rem 0;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
}

.hero__poster-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero__poster {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 88vh;
    box-shadow:
        0 0 0 1px rgba(212, 165, 116, 0.25),
        0 30px 60px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(255, 107, 26, 0.15);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.hero__poster:hover {
    transform: translateY(-4px);
    box-shadow:
        0 0 0 1px rgba(212, 165, 116, 0.5),
        0 40px 80px rgba(0, 0, 0, 0.7),
        0 0 100px rgba(255, 107, 26, 0.3);
}

.hero__content {
    text-align: left;
}

.hero__eyebrow {
    font-family: var(--font-display);
    font-size: clamp(0.7rem, 1.4vw, 0.85rem);
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2rem;
    opacity: 0.85;
}

.hero__title {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(3.5rem, 9vw, 7.5rem);
    letter-spacing: 0.02em;
    line-height: 0.88;
    background: linear-gradient(180deg, var(--gold-bright) 0%, var(--fire) 55%, var(--fire-deep) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 80px rgba(255, 107, 26, 0.35);
    margin-bottom: 0.5rem;
}

.hero__subtitle {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    color: var(--text-dim);
    letter-spacing: 0.1em;
    margin-bottom: 2.5rem;
}

.hero__meta {
    display: flex;
    align-items: stretch;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hero__meta-block {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hero__meta-label {
    font-family: var(--font-display);
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-dim);
}

.hero__meta-value {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    letter-spacing: 0.08em;
    color: var(--text);
}

.hero__meta-divider {
    width: 1px;
    background: var(--line);
}

.hero__cta {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.hero__scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--gold);
    opacity: 0.65;
}

.hero__scroll-line {
    width: 1px;
    height: 32px;
    background: linear-gradient(180deg, transparent, var(--gold));
    animation: scroll-pulse 2.4s ease-in-out infinite;
}

.hero__scroll-text {
    font-family: var(--font-display);
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

@keyframes scroll-pulse {
    0%, 100% { transform: scaleY(0.5); transform-origin: bottom; opacity: 0.4; }
    50% { transform: scaleY(1); opacity: 1; }
}

/* ============ EMBERS ============ */
.hero__embers {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero__embers span {
    position: absolute;
    bottom: -10px;
    width: 3px;
    height: 3px;
    background: var(--fire);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--fire), 0 0 16px var(--fire-deep);
    opacity: 0;
    animation: drift 12s linear infinite;
}

.hero__embers span:nth-child(1)  { left: 8%;  animation-delay: 0s;    animation-duration: 14s; }
.hero__embers span:nth-child(2)  { left: 18%; animation-delay: 2.5s;  animation-duration: 11s; }
.hero__embers span:nth-child(3)  { left: 27%; animation-delay: 5s;    animation-duration: 13s; }
.hero__embers span:nth-child(4)  { left: 38%; animation-delay: 1s;    animation-duration: 15s; }
.hero__embers span:nth-child(5)  { left: 49%; animation-delay: 6s;    animation-duration: 12s; }
.hero__embers span:nth-child(6)  { left: 58%; animation-delay: 3s;    animation-duration: 14s; }
.hero__embers span:nth-child(7)  { left: 68%; animation-delay: 7.5s;  animation-duration: 10s; }
.hero__embers span:nth-child(8)  { left: 78%; animation-delay: 4s;    animation-duration: 13s; }
.hero__embers span:nth-child(9)  { left: 87%; animation-delay: 8s;    animation-duration: 11s; }
.hero__embers span:nth-child(10) { left: 94%; animation-delay: 5.5s;  animation-duration: 15s; }

@keyframes drift {
    0%   { transform: translateY(0) translateX(0) scale(0.8); opacity: 0; }
    10%  { opacity: 0.9; }
    50%  { transform: translateY(-50vh) translateX(20px) scale(1); opacity: 0.7; }
    90%  { opacity: 0.4; }
    100% { transform: translateY(-105vh) translateX(-15px) scale(0.6); opacity: 0; }
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-block;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.1rem 2.5rem;
    border: 1px solid var(--gold);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn--primary {
    background: linear-gradient(180deg, var(--fire) 0%, var(--fire-deep) 100%);
    color: var(--bg);
    border-color: var(--fire);
    box-shadow: 0 0 30px rgba(255, 107, 26, 0.3);
}

.btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 50px rgba(255, 107, 26, 0.55);
}

.btn--ghost {
    background: transparent;
    color: var(--gold);
}

.btn--ghost:hover {
    background: var(--gold);
    color: var(--bg);
}

.btn--small {
    padding: 0.85rem 1.75rem;
    font-size: 0.78rem;
}

.btn--large {
    padding: 1.25rem 3rem;
    font-size: 1rem;
}

/* ============ SECTIONS ============ */
.section {
    padding: 7rem 0;
    border-bottom: 1px solid var(--line);
    position: relative;
}

.section--intro {
    background: var(--bg-2);
    text-align: center;
}

.section--lineup {
    background: var(--bg);
}

.section--program {
    background: var(--bg-2);
}

.section--extras {
    background: var(--bg);
}

.section--tickets {
    background:
        radial-gradient(ellipse at center, rgba(255, 107, 26, 0.08) 0%, transparent 65%),
        var(--bg-2);
    text-align: center;
}

.section--location {
    background: var(--bg);
    text-align: center;
}

.section__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: var(--gold);
    margin-bottom: 4rem;
    position: relative;
}

.lede {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.4;
    color: var(--gold-bright);
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.text {
    font-size: 1.05rem;
    color: var(--text);
    max-width: 720px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

/* ============ LINEUP — SUB HEADING ============ */
.lineup__sub {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-dim);
    margin: 5rem 0 2.5rem;
    position: relative;
    padding: 0 2rem;
}

.lineup__sub::before,
.lineup__sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background: var(--line-strong);
}

.lineup__sub::before { right: calc(50% + 160px); }
.lineup__sub::after  { left:  calc(50% + 160px); }

/* ============ LINEUP — BANDS ============ */
.bands {
    list-style: none;
    display: grid;
    gap: 1.5rem;
}

/* Photo container — square (matches announcement art format) */
.band__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background: var(--bg-3);
}

.band__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.95) saturate(0.98) contrast(1.02);
    transition: filter 0.5s ease, transform 0.7s ease;
}

/* Unified band grid (all bands equal weight) */
.bands {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 1180px;
    margin: 0 auto;
    gap: 1.5rem;
}

.bands li {
    background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%);
    border: 1px solid var(--line);
    padding: 0 0 1.75rem;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: center;
    overflow: hidden;
}

.bands li:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(255, 107, 26, 0.15);
}

.bands li:hover .band__photo img {
    filter: brightness(1.05) saturate(1.05) contrast(1.05);
    transform: scale(1.04);
}

.bands .band__country {
    font-family: var(--font-display);
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    color: var(--fire);
    padding: 0.2rem 0.65rem;
    border: 1px solid var(--line);
    margin: 0 auto;
}

.bands .band__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.1rem, 1.7vw, 1.3rem);
    letter-spacing: 0.03em;
    color: var(--text);
    padding: 0 1rem;
    line-height: 1.25;
}

.bands .band__tag {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.9rem;
    color: var(--gold);
    padding: 0 1rem;
}

/* Dance / performance — same card design, narrower grid */
.bands--dance {
    max-width: 720px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.bands--dance .band__tag {
    color: var(--text-dim);
}

.lineup__note {
    text-align: center;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gold);
    max-width: 720px;
    margin: 4rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}

/* ============ PROGRAM ============ */
.program {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.program__day {
    background: var(--bg-3);
    border: 1px solid var(--line);
    padding: 2.5rem 2rem;
    position: relative;
    transition: border-color 0.3s ease;
}

.program__day:hover {
    border-color: var(--line-strong);
}

.program__day-num {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--bg);
    -webkit-text-stroke: 1px var(--gold);
    text-stroke: 1px var(--gold);
    background: var(--bg-2);
    padding: 0 1rem;
}

.program__day-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 1rem 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.program__list {
    list-style: none;
}

.program__list li {
    padding: 0.85rem 0;
    border-bottom: 1px dashed rgba(212, 165, 116, 0.1);
    display: flex;
    gap: 1.25rem;
    align-items: baseline;
}

.program__list li:last-child {
    border-bottom: none;
}

.program__time {
    font-family: var(--font-display);
    font-size: 0.78rem;
    color: var(--fire);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    flex-shrink: 0;
    min-width: 120px;
}

.program__note {
    text-align: center;
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--text-dim);
    font-size: 1rem;
    margin-top: 2rem;
}

/* ============ EXTRAS ============ */
.extras {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.extra {
    background: var(--bg-2);
    border: 1px solid var(--line);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
}

.extra:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.extra__glyph {
    display: block;
    font-size: 2rem;
    color: var(--fire);
    margin-bottom: 1rem;
    line-height: 1;
}

.extra__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    color: var(--gold);
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.extra p {
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.6;
}

/* ============ TICKETS ============ */
.tickets-cta {
    margin-top: 2.5rem;
}

.tickets-cta__note {
    margin-top: 1.5rem;
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--text-dim);
    font-size: 1rem;
}

/* ============ ACCOMMODATION ============ */
.accommodation {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 1px solid var(--line);
    text-align: left;
}

.accommodation__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    text-align: center;
}

.accommodation__list {
    list-style: none;
    max-width: 520px;
    margin: 0 auto;
}

.accommodation__list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px dashed rgba(212, 165, 116, 0.15);
}

.accommodation__list li:last-child {
    border-bottom: none;
}

.accommodation__label {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    color: var(--text);
}

.accommodation__price {
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--fire);
    flex-shrink: 0;
}

.accommodation__note {
    margin-top: 1.5rem;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.92rem;
    color: var(--text-dim);
    text-align: center;
}

/* ============ EXTRAS NOTE ============ */
.extras__note {
    margin-top: 2.5rem;
    text-align: center;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1rem;
    color: var(--text-dim);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============ VENUE PHOTO ============ */
.venue-photo {
    position: relative;
    margin: 0 auto 2.5rem;
    max-width: 1100px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55), 0 0 60px rgba(255, 107, 26, 0.08);
}

.venue-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.95) saturate(0.95) contrast(1.05);
    transition: filter 0.6s ease, transform 1s ease;
}

.venue-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(10, 6, 4, 0.35) 100%);
    pointer-events: none;
}

.venue-photo:hover img {
    filter: brightness(1) saturate(1) contrast(1);
    transform: scale(1.03);
}

/* ============ MAP ============ */
.map {
    margin: 2.5rem auto;
    max-width: 1000px;
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    filter: grayscale(0.4) brightness(0.85) contrast(1.05);
    transition: filter 0.5s ease;
}

.map:hover {
    filter: grayscale(0) brightness(1) contrast(1);
}

.map iframe {
    display: block;
}

/* ============ FOOTER ============ */
.footer {
    background: #050302;
    padding: 4rem 0 3rem;
    text-align: center;
    border-top: 1px solid var(--line);
}

.footer__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.footer__social {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--gold);
    transition: all 0.3s ease;
}

.footer__social a:hover {
    border-color: var(--fire);
    color: var(--fire);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(255, 107, 26, 0.3);
}

.footer__text {
    color: var(--text-dim);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer__text a {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.footer__text a:hover {
    border-bottom-color: var(--gold);
}

.footer__credit {
    margin-top: 1.5rem;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.85rem;
    color: var(--text-dim);
}

.footer__year {
    font-size: 0.8rem;
    color: var(--rune);
    margin-top: 1rem;
    letter-spacing: 0.15em;
}

/* ============ REVEAL ON SCROLL ============ */
.section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .section { opacity: 1; transform: none; transition: none; }
    .hero__embers, .hero__scroll-line { animation: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 1rem;
    }

    .hero__poster {
        max-height: 65vh;
    }

    .hero__content {
        text-align: center;
    }

    .hero__meta {
        justify-content: center;
    }

    .hero__cta {
        justify-content: center;
    }

    .lineup__sub::before,
    .lineup__sub::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 5rem 0;
    }

    .hero__meta {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .hero__meta-divider {
        width: 60px;
        height: 1px;
        margin: 0 auto;
    }

    .hero__meta-block {
        align-items: center;
    }

    .program__list li {
        flex-direction: column;
        gap: 0.25rem;
    }

    .program__time {
        min-width: auto;
    }

    .headliner {
        padding: 2rem 1rem;
    }
}
