:root {
    --bg: #050507;
    --text: #ffffff;
    --muted: rgba(255,255,255,.66);
    --soft: rgba(255,255,255,.82);
    --line: rgba(255,255,255,.12);
    --gold: #f3c66b;
    --pink: #ff3f9f;
    --violet: #8d5cff;
    --cyan: #39d7ff;
    --dark: rgba(0,0,0,.62);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

.cinema-home {
    position: relative;
    width: 100%;
    background:
        radial-gradient(circle at 15% 8%, rgba(255, 63, 159, .18), transparent 32%),
        radial-gradient(circle at 80% 18%, rgba(57, 215, 255, .12), transparent 30%),
        #050507;
}

/* HERO */

.cinema-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 120px 7vw;
    isolation: isolate;
}

.hero-video-layer {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        linear-gradient(135deg, rgba(255,63,159,.24), transparent 40%),
        url('/images/hero/dj-hero.jpg') center/cover no-repeat;
}

.hero-video-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.2) contrast(1.08);
}

.hero-dark-layer {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.55), rgba(0,0,0,.28)),
        linear-gradient(180deg, rgba(0,0,0,.3), #050507 100%);
}

.hero-noise {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .16;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.08) 0 1px, transparent 1px 3px);
    mix-blend-mode: overlay;
}

.hero-light {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .65;
    z-index: -2;
    animation: floatLight 8s ease-in-out infinite alternate;
}

.hero-light-one {
    background: rgba(255, 63, 159, .55);
    top: 12%;
    right: 10%;
}

.hero-light-two {
    background: rgba(57, 215, 255, .38);
    bottom: 10%;
    left: 28%;
    animation-delay: -3s;
}

.cinema-hero-content {
    max-width: 980px;
    position: relative;
    z-index: 3;
}

.hero-kicker,
.cinema-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 800;
}

.hero-kicker span {
    width: 42px;
    height: 1px;
    background: var(--gold);
}

.cinema-title {
    margin: 26px 0 24px;
    font-size: clamp(62px, 12vw, 170px);
    line-height: .82;
    letter-spacing: -.08em;
    text-transform: uppercase;
    font-weight: 950;
    max-width: 1100px;
    text-shadow: 0 24px 80px rgba(0,0,0,.85);
}

.cinema-title small {
    display: block;
    margin-top: 22px;
    font-size: clamp(22px, 4vw, 56px);
    line-height: .95;
    letter-spacing: -.04em;
    opacity: .92;
}

.cinema-title strong {
    display: block;
    font-size: clamp(32px, 6vw, 86px);
    line-height: .9;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.78);
    letter-spacing: -.05em;
}

.cinema-subtitle {
    max-width: 720px;
    color: var(--soft);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
    margin: 0 0 34px;
}

.cinema-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cinema-btn {
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .04em;
    transition: .35s ease;
}

.cinema-btn-main {
    color: #08080b;
    background: linear-gradient(135deg, #fff, var(--gold));
    box-shadow: 0 18px 60px rgba(243,198,107,.28);
}

.cinema-btn-ghost {
    color: #fff;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
}

.cinema-btn:hover {
    transform: translateY(-4px) scale(1.02);
}

.hero-floating-panel {
    position: absolute;
    right: 7vw;
    bottom: 15vh;
    width: 210px;
    padding: 22px;
    border: 1px solid var(--line);
    background: rgba(10,10,14,.42);
    backdrop-filter: blur(22px);
    border-radius: 28px;
    transform: rotate(-4deg);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.hero-floating-panel span {
    display: block;
    font-size: 42px;
    font-weight: 950;
    color: var(--gold);
}

.hero-floating-panel p {
    margin: 6px 0 0;
    color: var(--muted);
}

.scroll-indicator {
    position: absolute;
    left: 7vw;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.scroll-indicator span {
    width: 34px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    position: relative;
}

.scroll-indicator span::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 4px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    transform: translateX(-50%);
    animation: scrollDot 1.4s infinite;
}

/* MARQUEE */

.cinema-marquee {
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.035);
}

.marquee-track {
    display: flex;
    gap: 42px;
    width: max-content;
    padding: 22px 0;
    animation: marquee 26s linear infinite;
}

.marquee-track span {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .12em;
    color: rgba(255,255,255,.74);
}

/* STORY */

.cinema-story {
    position: relative;
    min-height: 920px;
    padding: 140px 7vw;
    overflow: hidden;
}

.story-bg-text,
.final-bg-word {
    position: absolute;
    inset: auto auto 80px -2vw;
    font-size: clamp(80px, 17vw, 260px);
    font-weight: 950;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.06);
    pointer-events: none;
}

.story-copy {
    max-width: 660px;
    position: sticky;
    top: 120px;
}

.story-copy h2,
.cinema-section-head h2,
.reels-copy h2,
.final-card h2 {
    margin: 18px 0;
    font-size: clamp(42px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.06em;
}

.story-copy p,
.cinema-section-head p,
.reels-copy p,
.final-card p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.story-scenes {
    position: absolute;
    right: 7vw;
    top: 160px;
    width: min(520px, 42vw);
    min-height: 700px;
}

.story-scene {
    position: absolute;
    width: 330px;
    padding: 28px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.story-scene span,
.poster-content span {
    color: var(--gold);
    font-weight: 950;
    letter-spacing: .12em;
}

.story-scene h3 {
    margin: 18px 0 12px;
    font-size: 28px;
    line-height: 1;
}

.story-scene p {
    color: var(--muted);
    line-height: 1.6;
}

.scene-1 {
    top: 0;
    right: 100px;
    transform: rotate(-5deg);
}

.scene-2 {
    top: 170px;
    right: 0;
    transform: rotate(4deg);
}

.scene-3 {
    top: 360px;
    right: 150px;
    transform: rotate(-2deg);
}

.scene-4 {
    top: 540px;
    right: 30px;
    transform: rotate(6deg);
}

/* SERVICES */

.cinema-services,
.cinema-testimonials,
.cinema-final {
    padding: 130px 7vw;
    position: relative;
}

.cinema-section-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 70px;
}

.poster-stack {
    display: grid;
    gap: 34px;
}

.service-poster {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 460px;
    border-radius: 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.04);
    box-shadow: 0 40px 120px rgba(0,0,0,.38);
}

.service-poster:nth-child(even) {
    grid-template-columns: 1.1fr .9fr;
}

.service-poster:nth-child(even) .poster-image {
    order: 2;
}

.poster-image {
    position: relative;
    overflow: hidden;
}

.poster-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 40%, transparent 0, rgba(0,0,0,.08) 30%, rgba(0,0,0,.7) 100%);
}

.poster-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.service-poster:hover img {
    transform: scale(1.08);
}

.poster-content {
    padding: clamp(34px, 6vw, 78px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster-content small {
    margin-top: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 800;
}

.poster-content h3 {
    margin: 18px 0;
    font-size: clamp(36px, 5vw, 76px);
    line-height: .88;
    letter-spacing: -.06em;
}

.poster-content p {
    color: var(--soft);
    line-height: 1.7;
    max-width: 640px;
}

.poster-content ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 20px 0 28px;
    list-style: none;
    color: var(--muted);
}

.poster-content li::before {
    content: "✦";
    color: var(--gold);
    margin-right: 10px;
}

.poster-content a {
    color: var(--gold);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.cinema-center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* REELS */

.cinema-reels {
    position: relative;
    min-height: 860px;
    padding: 140px 7vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 30%, rgba(255,63,159,.22), transparent 32%),
        radial-gradient(circle at 30% 70%, rgba(57,215,255,.13), transparent 30%);
}

.reels-copy {
    max-width: 560px;
    position: relative;
    z-index: 4;
}

.floating-reels {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.reel-tile {
    position: absolute;
    width: 260px;
    height: 460px;
    border-radius: 34px;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 90px rgba(0,0,0,.48);
}

.reel-tile div {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    display: flex;
    align-items: end;
    padding: 24px;
    color: #fff;
    font-weight: 950;
    background:
        linear-gradient(180deg, transparent, rgba(0,0,0,.9)),
        linear-gradient(135deg, rgba(255,63,159,.55), rgba(57,215,255,.28));
}

.reel-one {
    right: 34vw;
    top: 120px;
    transform: rotate(-9deg);
}

.reel-two {
    right: 13vw;
    top: 210px;
    transform: rotate(7deg) scale(1.1);
}

.reel-three {
    right: 25vw;
    bottom: 70px;
    transform: rotate(3deg);
}

/* ENERGY */

.cinema-energy {
    padding: 90px 7vw;
    display: grid;
    grid-template-columns: 1fr repeat(3, auto);
    gap: 34px;
    align-items: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #08080c;
}

.energy-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.energy-item strong {
    display: block;
    font-size: clamp(36px, 6vw, 82px);
    line-height: .9;
    color: var(--gold);
}

.energy-item span {
    display: block;
    color: var(--muted);
    margin-top: 10px;
}

/* TESTIMONIALS */

.testimonial-film {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-film article {
    min-height: 280px;
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
    border: 1px solid var(--line);
    transform: rotate(-2deg);
}

.testimonial-film article:nth-child(2) {
    transform: translateY(34px) rotate(2deg);
}

.testimonial-film article:nth-child(3) {
    transform: rotate(-1deg);
}

.stars {
    color: var(--gold);
    letter-spacing: .18em;
    margin-bottom: 18px;
}

.testimonial-film p {
    color: var(--soft);
    line-height: 1.7;
}

.testimonial-film strong {
    display: block;
    margin-top: 24px;
}

/* FINAL */

.cinema-final {
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.final-bg-word {
    inset: 80px auto auto 50%;
    transform: translateX(-50%);
}

.final-card {
    position: relative;
    max-width: 820px;
    text-align: center;
    padding: clamp(38px, 7vw, 90px);
    border-radius: 50px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 0, rgba(243,198,107,.16), transparent 45%),
        rgba(255,255,255,.06);
    backdrop-filter: blur(24px);
    box-shadow: 0 40px 140px rgba(0,0,0,.55);
}

.final-card .cinema-btn {
    margin-top: 24px;
}

/* ANIMATIONS */

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

@keyframes floatLight {
    from { transform: translate3d(0,0,0) scale(1); }
    to { transform: translate3d(-50px,40px,0) scale(1.18); }
}

@keyframes scrollDot {
    0% { transform: translate(-50%, 0); opacity: 1; }
    100% { transform: translate(-50%, 20px); opacity: 0; }
}

/* RESPONSIVE */

@media (max-width: 980px) {
    .cinema-hero {
        padding: 110px 22px 90px;
    }

    .hero-floating-panel {
        display: none;
    }

    .cinema-story {
        min-height: auto;
        padding: 90px 22px;
    }

    .story-copy {
        position: relative;
        top: auto;
    }

    .story-scenes {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: auto;
        display: grid;
        gap: 18px;
        margin-top: 42px;
    }

    .story-scene,
    .scene-1,
    .scene-2,
    .scene-3,
    .scene-4 {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        transform: none;
    }

    .cinema-section-head,
    .service-poster,
    .service-poster:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .service-poster:nth-child(even) .poster-image {
        order: 0;
    }

    .poster-image {
        height: 360px;
    }

    .cinema-services,
    .cinema-testimonials,
    .cinema-final,
    .cinema-reels {
        padding: 90px 22px;
    }

    .cinema-reels {
        min-height: auto;
    }

    .floating-reels {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 42px;
    }

    .reel-tile,
    .reel-one,
    .reel-two,
    .reel-three {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 340px;
        height: 520px;
        margin: 0 auto;
        transform: none;
    }

    .cinema-energy {
        grid-template-columns: 1fr;
    }

    .testimonial-film {
        grid-template-columns: 1fr;
    }

    .testimonial-film article,
    .testimonial-film article:nth-child(2),
    .testimonial-film article:nth-child(3) {
        transform: none;
    }
}

@media (max-width: 560px) {
    .cinema-title {
        font-size: 56px;
    }

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

    .cinema-btn {
        width: 100%;
    }

    .poster-content {
        padding: 30px 24px;
    }

    .poster-image {
        height: 280px;
    }

    .scroll-indicator {
        display: none;
    }
}