/* ═══════════════════════════════════════════════════
   Homepage creative theme — Stage Lights
   Scoped to .home-creative
   ═══════════════════════════════════════════════════ */
.home-creative {
    --hc-ink: #0c1222;
    --hc-navy: #12203a;
    --hc-gold: #e8b86d;
    --hc-gold-hot: #f5c97a;
    --hc-amber: #ff8a1f;
    --hc-cream: #f6f1e8;
    --hc-paper: #fffdf8;
    --hc-muted: #6b7288;
    --hc-line: rgba(18, 32, 58, 0.08);
    --hc-radius: 22px;
    --hc-shadow: 0 18px 50px rgba(12, 18, 34, 0.12);
    background: var(--hc-cream);
    color: var(--hc-ink);
    overflow-x: hidden;
}

.home-creative * { box-sizing: border-box; }

.hc-wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.hc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #b45309;
    margin-bottom: 10px;
}

.hc-title {
    font-family: Outfit, Inter, sans-serif;
    font-weight: 800;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 10px;
    color: var(--hc-navy) !important;
}

.hc-title em {
    font-style: normal;
    color: #c2410c;
}

.hc-lead { color: var(--hc-muted); max-width: 560px; margin: 0 auto; font-size: 1.05rem; }

.hc-head { text-align: center; margin-bottom: 42px; }

/* ── Hero ───────────────────────────────────────── */
.hc-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 560px;
    max-height: 720px;
    background: #070b14;
    color: #fff;
    overflow: hidden;
}

.hc-hero-media,
.hc-hero .carousel,
.hc-hero .carousel-inner,
.hc-hero .carousel-item,
.hc-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hc-hero .carousel-item { transition: opacity .7s ease; }

.hc-hero .hero-dynamic-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
    min-height: 0;
    max-height: none;
    display: block;
    filter: saturate(1.06) contrast(1.04);
}

.hc-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(7, 11, 20, 0.92) 0%, rgba(7, 11, 20, 0.62) 48%, rgba(7, 11, 20, 0.28) 100%),
        radial-gradient(circle at 80% 20%, rgba(232, 184, 109, 0.18), transparent 36%);
}

.hc-hero-copy {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 110px 0 130px;
    color: #fff;
    text-align: left;
}

.hc-hero-copy .hc-eyebrow { color: var(--hc-gold); }

.home-creative .hc-hero h1 {
    font-family: Outfit, Inter, sans-serif;
    font-size: clamp(2.3rem, 6vw, 4.4rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 0 0 18px;
    color: #fffdf8 !important;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.home-creative .hc-hero h1 span {
    display: block;
    color: var(--hc-gold-hot) !important;
}

.home-creative .hc-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 480px;
    margin-bottom: 28px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.hc-lead-mobi { display: none; }

.hc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hc-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hc-promise {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 12px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
    color: #fff;
    text-decoration: none;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hc-promise:hover { color: #fff; background: rgba(255, 255, 255, 0.18); }

.hc-promise-ico {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206;
    font-size: 18px;
    flex-shrink: 0;
}

.hc-promise-ico.live {
    background: linear-gradient(135deg, #34d399, #059669);
    color: #fff;
}

.hc-promise strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.hc-promise small {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 2px;
}

.hc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

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

.hc-btn-gold {
    background: linear-gradient(135deg, #f5c97a, #e08a2a);
    color: #1a1206 !important;
    box-shadow: 0 10px 28px rgba(224, 138, 42, 0.35);
}

.hc-btn-gold:hover { color: #1a1206 !important; }

.hc-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hc-btn-ghost:hover { color: #fff !important; background: rgba(255,255,255,.2); }

.hc-hero .carousel-indicators { z-index: 4; bottom: 22px; }
.hc-hero .carousel-control-prev,
.hc-hero .carousel-control-next { z-index: 4; width: 8%; }

.hc-notes { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.hc-note {
    position: absolute;
    color: rgba(245, 201, 122, 0.18);
    font-size: 28px;
    animation: hcFloat 14s linear infinite;
}
@keyframes hcFloat {
    0% { transform: translateY(40px) rotate(0); opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { transform: translateY(-80px) rotate(24deg); opacity: 0; }
}

/* ── Services ───────────────────────────────────── */
.hc-services { margin-top: -56px; position: relative; z-index: 5; padding-bottom: 20px; }

.hc-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hc-service {
    position: relative;
    min-height: 230px;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: #fff;
    box-shadow: var(--hc-shadow);
}

.hc-service-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
}

.hc-service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(8, 10, 18, 0.88));
}

.hc-service:hover .hc-service-bg { transform: scale(1.08); }

.hc-service-body {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.hc-service-body small {
    display: inline-block;
    background: rgba(232, 184, 109, 0.2);
    color: var(--hc-gold-hot);
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 8px;
}

.hc-service-body h3 {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 8px;
    color: #fff !important;
}

.hc-service-body span { font-size: 14px; color: rgba(255,255,255,.75); }

/* ── Categories ─────────────────────────────────── */
.hc-cats { padding: 84px 0 40px; }

.hc-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: 18px;
}

.hc-cat {
    background: var(--hc-paper);
    border: 1px solid var(--hc-line);
    border-radius: 24px;
    padding: 20px 14px 18px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hc-cat:hover {
    transform: translateY(-6px);
    box-shadow: var(--hc-shadow);
    color: inherit;
}

.hc-cat-disc {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(18, 32, 58, 0.08);
}

.hc-cat-disc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hc-cat h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--hc-navy) !important;
    line-height: 1.3;
}

.hc-cat.is-featured { background: #12203a; }
.hc-cat.is-featured h4 { color: #fff !important; }

/* ── Stats ──────────────────────────────────────── */
.hc-stats {
    margin: 28px 0 10px;
}

.hc-stats-inner {
    background: #101827;
    border-radius: 28px;
    padding: 28px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    overflow: hidden;
}

.hc-stats-inner::before {
    content: "";
    position: absolute;
    inset: auto -10% -40% auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(232,184,109,.22), transparent 70%);
}

.hc-stat { text-align: center; color: #fff; position: relative; }
.hc-stat b {
    display: block;
    font-family: Outfit, Inter, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--hc-gold-hot);
}
.hc-stat span { font-size: 14px; color: rgba(255,255,255,.62); }

/* ── Rentals ────────────────────────────────────── */
.hc-rentals { padding: 80px 0; }

.hc-rent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.hc-rent {
    background: var(--hc-paper);
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--hc-line);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hc-rent:hover {
    transform: translateY(-6px);
    box-shadow: var(--hc-shadow);
}

.hc-rent-media {
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.hc-rent-media img {
    position: absolute;
    top: 46px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 62px);
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    z-index: 0;
}

.hc-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #12203a;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
}

.hc-pill.out { background: #6b7280; }

.hc-rent-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.hc-rent-body h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 12px;
    min-height: 2.6em;
    color: var(--hc-navy) !important;
}

.hc-price { font-family: Outfit, Inter, sans-serif; font-size: 1.32rem; font-weight: 800; color: #9a3412; }
.hc-price small { font-size: 13px; color: var(--hc-muted); font-weight: 600; }

.hc-rent-actions { display: flex; gap: 8px; margin-top: auto; }
.hc-rent-actions .hc-btn { flex: 1; justify-content: center; padding: 11px 12px; font-size: 14px; }
.hc-btn-navy { background: #12203a; color: #fff !important; }
.hc-btn-navy:hover { color: #fff !important; }
.hc-btn-line { background: #fff; border: 1.5px solid #d6d3c8; color: #12203a !important; }
.hc-btn-line:hover { color: #12203a !important; border-color: #12203a; }

.hc-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
    background: var(--hc-paper);
    border-radius: 24px;
    color: var(--hc-ink);
}
.hc-empty h4 { color: var(--hc-navy) !important; }

/* ── Logos / clients / brands ───────────────────── */
.hc-logos { padding: 72px 0; }
.hc-logos.alt { background: #efe8d9; }

.hc-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hc-track { display: flex; width: max-content; animation: hcLeft 30s linear infinite; }
.hc-track.reverse { animation-name: hcRight; animation-duration: 34s; }
.hc-marquee:hover .hc-track { animation-play-state: paused; }

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

.hc-logo {
    flex-shrink: 0;
    width: 180px;
    height: 92px;
    margin: 0 10px;
    background: #fff;
    border-radius: 18px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18,32,58,.08);
}

.hc-logo img { max-width: 120px; max-height: 52px; object-fit: contain; }

/* ── CTA ────────────────────────────────────────── */
.hc-cta { padding: 20px 0 80px; }

.hc-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    min-height: 320px;
    display: grid;
    align-items: center;
    padding: 48px 40px;
    color: #fff;
    background: #0d1526;
}

.hc-cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .28;
}

.hc-cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(13,21,38,.94) 0%, rgba(13,21,38,.55) 70%);
}

.hc-cta-copy { position: relative; z-index: 1; max-width: 560px; color: #fff; }
.hc-cta-copy .hc-eyebrow { color: var(--hc-gold); }
.home-creative .hc-cta-copy .hc-title,
.home-creative .hc-cta-copy h2 {
    color: #fffdf8 !important;
}
.home-creative .hc-cta-copy .hc-title em {
    color: var(--hc-gold-hot) !important;
}
.hc-cta-copy p { color: rgba(255,255,255,.82) !important; margin-bottom: 22px; }

/* ── Reviews ────────────────────────────────────── */
.hc-reviews { padding: 20px 0 90px; }

.hc-review-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.hc-review {
    background: var(--hc-paper);
    border-radius: 24px;
    padding: 24px;
    border: 1px solid var(--hc-line);
    color: var(--hc-ink);
}

.hc-review.featured {
    background: #12203a;
    color: #fff !important;
    transform: translateY(-8px);
}

.hc-stars { color: #c2410c; letter-spacing: 2px; margin-bottom: 12px; }
.hc-review.featured .hc-stars { color: var(--hc-gold-hot); }
.hc-review p { margin: 0 0 18px; line-height: 1.6; color: inherit; }
.hc-review.featured p,
.hc-review.featured strong,
.hc-review.featured .hc-who span { color: #fff !important; }
.hc-who { display: flex; align-items: center; gap: 10px; }
.hc-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: grid; place-items: center;
    color: #fff; font-weight: 800; font-size: 13px;
}
.hc-who strong { display: block; font-size: 14px; }
.hc-who span { font-size: 12px; opacity: .65; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 992px) {
    .hc-hero {
        aspect-ratio: auto;
        height: auto;
        min-height: 0;
        max-height: none;
    }
    .hc-hero .hero-dynamic-media { object-position: 82% center; }
    .hc-hero-copy { max-width: 100%; padding: 64px 0 80px; }
    .hc-service-grid,
    .hc-rent-grid,
    .hc-review-row,
    .hc-stats-inner { grid-template-columns: repeat(2, 1fr); }
    .hc-review.featured { transform: none; }
}

@media (max-width: 640px) {
    .hc-services { margin-top: 12px; }
    .hc-service-grid,
    .hc-review-row { grid-template-columns: 1fr; }
    .hc-rent-grid,
    .hc-stats-inner,
    .hc-cat-grid { grid-template-columns: repeat(2, 1fr); }
    .hc-cta-card { padding: 28px 18px; min-height: 0; }
    .hc-cat { padding: 12px 8px 14px; }
    .hc-cat h4 { font-size: .92rem; }
}

/* ── Mobile hero: tight poster + ticket ─────────── */
@media (max-width: 767.98px) {
    .hc-hero {
        overflow: hidden;
        height: auto;
        min-height: 0;
        max-height: none;
        background: #070b14;
    }

    .hc-hero .carousel,
    .hc-hero .carousel-inner,
    .hc-hero .carousel-item,
    .hc-hero-media,
    .hc-hero-fallback,
    .hc-hero-veil,
    .hc-notes {
        position: absolute;
        inset: auto 0 0 0;
        top: 0;
        height: 236px;
        min-height: 0;
        max-height: none;
        width: 100%;
    }

    .hc-hero .hero-dynamic-media {
        object-fit: cover;
        object-position: 72% 28%;
    }

    .hc-hero-veil {
        background:
            linear-gradient(180deg, rgba(7, 11, 20, 0.12) 0%, rgba(7, 11, 20, 0.2) 42%, rgba(7, 11, 20, 0.88) 100%);
    }

    .hc-hero .carousel-control-prev,
    .hc-hero .carousel-control-next { display: none; }

    .hc-hero .carousel-indicators {
        z-index: 4;
        bottom: auto;
        top: 10px;
        margin-bottom: 0;
    }

    .hc-hero .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f5c97a;
    }

    .home-creative .hc-hero-copy {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .hc-hero-live {
        height: 236px;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 14px 16px 16px;
        position: relative;
        z-index: 3;
        gap: 8px;
    }

    .hc-hero-live .hc-eyebrow {
        align-self: flex-start;
        margin: 0;
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(18, 32, 58, 0.5);
        border: 1px solid rgba(245, 201, 122, 0.4);
        backdrop-filter: blur(10px);
        font-size: 10.5px;
        letter-spacing: 1px;
        color: #f5c97a;
    }

    .home-creative .hc-hero h1 {
        font-size: clamp(1.7rem, 7.6vw, 2.05rem);
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin: 0;
        max-width: none;
        text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    }

    .hc-hero-ticket {
        position: relative;
        z-index: 6;
        margin: 0;
        padding: 14px 16px 16px;
        background: #fffdf8;
        border: 0;
        border-top: 1px solid rgba(232, 184, 109, 0.35);
        border-radius: 0;
        box-shadow: none;
        color: #12203a;
    }

    .hc-hero-ticket::before,
    .hc-hero-ticket::after { display: none; }

    .hc-hero-lead {
        color: #6b7288 !important;
        font-size: 13px !important;
        line-height: 1.4;
        max-width: none;
        margin: 0 0 12px !important;
        text-shadow: none;
        display: block;
        overflow: visible;
    }
    .hc-lead-desk { display: none; }
    .hc-lead-mobi { display: inline; }

    .hc-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .hc-hero-actions .hc-btn {
        width: 100%;
        justify-content: center;
        padding: 11px 8px;
        font-size: 13px;
        border-radius: 14px;
        white-space: nowrap;
        gap: 6px;
    }

    .hc-hero-ticket .hc-btn-ghost {
        background: #12203a;
        border: 0;
        color: #fffdf8 !important;
    }

    .hc-promises {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 10px;
    }

    .hc-promise {
        min-width: 0;
        width: auto;
        padding: 8px 10px;
        gap: 8px;
        border-radius: 12px;
        background: #f6f1e8;
        border: 1px solid rgba(18, 32, 58, 0.07);
        box-shadow: none;
        color: #12203a;
        backdrop-filter: none;
    }

    .hc-promise:hover { color: #12203a; background: #efe7d8; }

    .hc-promise-ico {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        font-size: 12px;
    }

    .hc-promise strong {
        color: #12203a;
        font-size: 12px;
    }

    .hc-promise small { display: none; }

    .hc-notes { display: none; }
    .hc-services { margin-top: 18px; z-index: 4; }
}
