:root {
    --ink: #080705;
    --ink-soft: #110e09;
    --panel: #171208;
    --panel-2: #20180b;
    --gold: #f4ad20;
    --gold-light: #ffd66a;
    --cream: #f7edda;
    --muted: #b7aa96;
    --line: rgba(244, 173, 32, .22);
    --tricolor-orange: #ff7b21;
    --tricolor-green: #1c9b4a;
    --font-display: "Bebas Neue", Impact, sans-serif;
    --font-body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--cream);
    font-family: var(--font-body);
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--ink); }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(8, 7, 5, .76);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(8, 7, 5, .96); box-shadow: 0 10px 35px rgba(0,0,0,.35); }
.navbar { min-height: 82px; padding: .55rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .75rem; color: #fff; }
.navbar-brand:hover { color: #fff; }
.navbar-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.navbar-brand > span { display: flex; flex-direction: column; line-height: .86; letter-spacing: .14em; }
.navbar-brand strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; }
.navbar-brand small { color: var(--gold); font-size: .66rem; letter-spacing: .46em; margin-top: .35rem; }
.navbar-nav { gap: .1rem; }
.nav-link { color: #d9cfbf; font-size: .9rem; font-weight: 600; padding: .7rem .9rem !important; }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.navbar-toggler { width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 50%; padding: 10px; box-shadow: none !important; }
.navbar-toggler span { display: block; height: 1px; background: var(--gold); margin: 5px 0; transition: .2s; }

.btn { border-radius: 0; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold, .btn-primary {
    color: #100b03;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    border: 1px solid var(--gold);
    box-shadow: 0 10px 25px rgba(244, 173, 32, .16);
    padding: .72rem 1.25rem;
}
.btn-gold:hover, .btn-primary:hover { color: #000; background: var(--gold-light); box-shadow: 0 14px 32px rgba(244, 173, 32, .24); }
.btn-ghost { border: 1px solid rgba(255,255,255,.25); color: #fff; padding: .72rem 1.25rem; }
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }

.hero {
    position: relative;
    min-height: 790px;
    padding: 155px 0 90px;
    isolation: isolate;
    background:
        radial-gradient(circle at 15% 20%, rgba(244,173,32,.16), transparent 28%),
        linear-gradient(90deg, #080705 0%, #0b0805 51%, rgba(8,7,5,.86) 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 72%, var(--ink)); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--tricolor-orange), #fff 50%, var(--tricolor-green)); }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .32; background-image: radial-gradient(rgba(255,193,74,.55) .8px, transparent .8px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-poster { position: absolute; z-index: -2; inset: 82px 0 0 49%; background: linear-gradient(90deg, #080705 0%, transparent 32%), linear-gradient(0deg, #080705 0%, transparent 38%), url('../images/citystage-1.jpeg') center 16% / cover no-repeat; opacity: .48; filter: saturate(.85); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .68fr); gap: 7vw; align-items: center; }
.event-kicker, .eyebrow { display: inline-block; color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.event-kicker { padding: .5rem .75rem; border-left: 3px solid var(--gold); background: rgba(244,173,32,.08); }
.event-kicker i { margin-right: .45rem; }
.hero h1 { max-width: 760px; margin: 1.4rem 0 1rem; font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 6.5rem); font-weight: 400; line-height: .82; letter-spacing: .01em; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-style: normal; text-shadow: 0 0 30px rgba(244,173,32,.2); }
.hero-copy > p { max-width: 650px; margin-bottom: 1.8rem; color: #d3c9b9; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 2rem; padding-top: 1.45rem; border-top: 1px solid rgba(255,255,255,.12); }
.hero-meta > div { display: flex; align-items: center; gap: .75rem; font-weight: 700; }
.hero-meta i { color: var(--gold); font-size: 1.4rem; }
.hero-meta span { display: flex; flex-direction: column; }
.hero-meta small { color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; max-width: 390px; margin-left: auto; }
.hero-visual img { width: 100%; max-height: 550px; object-fit: cover; object-position: top; border: 1px solid var(--gold); box-shadow: 0 26px 80px rgba(0,0,0,.64), 18px 18px 0 rgba(244,173,32,.08); }
.poster-label { position: absolute; bottom: 4%; left: -20px; padding: .45rem .7rem; background: var(--cream); color: #171006; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.date-stamp { position: absolute; top: 1%; right: -34px; z-index: 2; display: grid; place-items: center; width: 105px; height: 105px; color: var(--ink); background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 8px rgba(244,173,32,.12); line-height: .8; transform: rotate(7deg); }
.date-stamp span { font-family: var(--font-display); font-size: 3.4rem; }
.date-stamp strong { font-size: .8rem; letter-spacing: .15em; }
.date-stamp small { font-size: .58rem; }
.talent-strip { position: absolute; inset: auto 0 4px; display: flex; justify-content: center; gap: clamp(1rem, 4vw, 4.5rem); padding: 1rem; overflow: hidden; color: var(--gold-light); background: rgba(13,10,6,.92); border-top: 1px solid var(--line); font-family: var(--font-display); font-size: 1.1rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.talent-strip i { margin-right: .45rem; }

.countdown-section { padding: 34px 0; background: var(--gold); color: var(--ink); }
.countdown-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.countdown-section .eyebrow { color: #6e4300; }
.countdown-section h2 { margin: 0; font-family: var(--font-display); font-size: 2.5rem; letter-spacing: .03em; }
.countdown { display: flex; gap: clamp(1rem, 3vw, 2.8rem); }
.countdown > div { min-width: 64px; text-align: center; }
.countdown strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.countdown span { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.section-pad { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2, .page-header h1, .footer-cta h2 { margin: .55rem 0 .8rem; font-family: var(--font-display); font-size: clamp(3.3rem, 6vw, 6rem); font-weight: 400; line-height: .92; letter-spacing: .015em; text-transform: uppercase; }
.section-heading p { color: var(--muted); font-size: 1.02rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .72fr; gap: 3rem; align-items: end; }
.split-heading > p { padding-left: 2rem; border-left: 1px solid var(--line); }

.event-section { position: relative; background: var(--ink-soft); }
.event-section::after { content: "15"; position: absolute; right: 2vw; bottom: -7vw; color: rgba(244,173,32,.025); font-family: var(--font-display); font-size: 38vw; line-height: 1; pointer-events: none; }
.event-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 1.4rem; }
.event-main-card { position: relative; min-height: 500px; padding: clamp(2rem, 5vw, 4rem); overflow: hidden; background: linear-gradient(135deg, rgba(244,173,32,.12), transparent 50%), #100d08; border: 1px solid var(--line); }
.event-main-card::after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -100px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 40px rgba(244,173,32,.025), 0 0 0 80px rgba(244,173,32,.015); }
.event-main-card > i { color: var(--gold); font-size: 3.2rem; }
.event-main-card h3, .prize-panel h3, .participant-info h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; }
.event-main-card h3 { margin: 1rem 0 .5rem; font-size: 3.5rem; }
.event-main-card > p { max-width: 520px; color: var(--muted); }
.card-number { position: absolute; top: 2rem; right: 2rem; color: rgba(255,255,255,.16); font-family: var(--font-display); font-size: 2rem; }
.event-main-card ul { max-width: 540px; margin: 2.2rem 0 0; padding: 0; list-style: none; }
.event-main-card li { display: flex; justify-content: space-between; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.event-main-card li span { color: var(--muted); }
.event-main-card li strong { color: var(--gold-light); text-align: right; }
.prize-panel { padding: 2rem; background: var(--gold); color: var(--ink); }
.prize-panel .eyebrow { color: #714500; }
.prize-panel h3 { font-size: 3.2rem; }
.prize { display: grid; grid-template-columns: 72px 1fr 30px; align-items: center; gap: 1rem; padding: 1rem; border-top: 1px solid rgba(0,0,0,.19); }
.prize span { font-family: var(--font-display); font-size: 1.7rem; }
.prize strong { font-family: var(--font-display); font-size: 2.8rem; font-weight: 400; }
.prize i { font-size: 1.5rem; }
.prize.first { background: #0c0a07; color: var(--gold-light); border: 0; }
.prize-panel > a { display: inline-block; margin-top: 1.5rem; font-weight: 700; border-bottom: 1px solid; }

.ventures-section { background: #f1eadf; color: #171009; }
.ventures-section .eyebrow { color: #7d5100; }
.ventures-section .section-heading p { color: #675b4c; }
.ventures-section .split-heading > p { border-color: #cdbb9d; }
.venture-carousel { position: relative; }
.venture-stage { position: relative; aspect-ratio: 2.4 / 1; min-height: 420px; overflow: hidden; background: #171109; box-shadow: 0 28px 70px rgba(48,31,7,.18); }
.venture-slide { position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .55s ease, visibility .55s ease, transform 1s ease; }
.venture-slide.active { z-index: 1; opacity: 1; visibility: visible; transform: scale(1); }
.venture-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,2,.82), rgba(4,3,2,.18) 65%, transparent), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
.venture-slide > img { width: 100%; height: 100%; object-fit: cover; }
.venture-slide-overlay { position: absolute; z-index: 2; left: clamp(2rem, 6vw, 5.5rem); bottom: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; max-width: 560px; color: #fff; }
.venture-slide-overlay small { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.venture-slide-overlay strong { margin: .3rem 0 .65rem; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .92; text-transform: uppercase; }
.venture-slide-overlay em { align-self: flex-start; margin-top: .75rem; padding-bottom: .25rem; color: #ddd2bf; border-bottom: 1px solid var(--gold); font-size: .8rem; font-style: normal; font-weight: 700; }
.venture-slide-overlay em i { margin-right: .4rem; color: #3d82f6; }
.venture-arrow { position: absolute; z-index: 5; top: 50%; display: grid; place-items: center; width: 50px; height: 50px; color: var(--ink); background: var(--gold); border: 0; border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.25); transform: translateY(-50%); }
.venture-prev { left: 1.2rem; }
.venture-next { right: 1.2rem; }
.venture-counter { position: absolute; z-index: 5; right: 1.4rem; bottom: 1rem; display: flex; align-items: baseline; gap: .3rem; color: #fff; font-family: var(--font-display); }
.venture-counter strong { color: var(--gold); font-size: 2.2rem; font-weight: 400; }
.venture-counter span { color: #bcb2a4; }
.venture-profiles { display: grid; grid-template-columns: repeat(15, minmax(100px, 1fr)); gap: .6rem; margin-top: 1.5rem; overflow-x: auto; padding: .5rem .15rem 1rem; scrollbar-color: #b8892e transparent; }
.venture-profile { min-width: 100px; color: #2c2318; text-align: center; }
.venture-profile > span { position: relative; display: block; width: 82px; height: 82px; margin: 0 auto .65rem; padding: 4px; background: #fff; border: 2px solid transparent; border-radius: 50%; box-shadow: 0 7px 20px rgba(55,36,9,.13); transition: border-color .2s, transform .2s; }
.venture-profile img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.venture-profile i { position: absolute; right: -2px; bottom: 1px; display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: #1877f2; border: 3px solid #f1eadf; border-radius: 50%; font-size: .7rem; }
.venture-profile strong { display: block; font-size: .7rem; line-height: 1.25; }
.venture-profile:hover > span, .venture-profile.active > span { border-color: #1877f2; transform: translateY(-4px); }
.venture-profile.active strong { color: #9b6400; }

.participants-section { background: radial-gradient(circle at 50% 0, rgba(244,173,32,.08), transparent 30%), var(--ink); }
.special-guests-section{background:radial-gradient(circle at 10% 0,rgba(255,153,0,.14),transparent 33%),linear-gradient(180deg,#160f06,#090806);overflow:hidden}.special-guest-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,1fr);gap:1.2rem;overflow-x:auto;padding:.25rem 0 1.2rem;scroll-snap-type:x mandatory;scrollbar-color:#d79216 #21170a}.special-guest-card{scroll-snap-align:start;background:#120e09;border:1px solid rgba(244,173,32,.28);border-radius:18px;overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.35)}.special-guest-poster{position:relative;display:block;aspect-ratio:2/3;overflow:hidden}.special-guest-poster img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.special-guest-card:hover .special-guest-poster img{transform:scale(1.035)}.special-guest-number{position:absolute;top:12px;left:12px;background:#0c0906db;color:#f4ad20;border:1px solid #f4ad2066;border-radius:999px;padding:.35rem .65rem;font-size:.72rem;font-weight:800;letter-spacing:.08em}.special-guest-info{padding:1.15rem}.special-guest-info>span{color:#f4ad20;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.special-guest-info h3{margin:.45rem 0 .35rem;color:#fff;font-size:1.12rem}.special-guest-info p{color:#a99c83;margin:0;font-size:.86rem;line-height:1.45;min-height:2.45em}
.participant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.participant-card { min-width: 0; background: #110e09; border: 1px solid rgba(255,255,255,.09); transition: transform .25s ease, border-color .25s ease; }
.participant-card:hover { transform: translateY(-8px); border-color: var(--gold); }
.participant-image { position: relative; display: block; aspect-ratio: .76; overflow: hidden; background: #000; }
.participant-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 35%); }
.participant-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.participant-card:hover img { transform: scale(1.035); }
.participant-index { position: absolute; z-index: 2; top: 1rem; left: 1rem; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: var(--font-display); font-size: 1.25rem; }
.view-poster { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.participant-info { padding: 1.35rem; }
.participant-info > span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.participant-info h3 { margin: .25rem 0 0; font-size: 2.1rem; }
.participant-info p { margin: 0; color: var(--muted); font-size: .85rem; }

.manifesto { background: var(--cream); color: #171109; }
.manifesto-grid { display: grid; grid-template-columns: .72fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.manifesto-logo { position: relative; }
.manifesto-logo::before { content: ""; position: absolute; inset: -20px 20px 20px -20px; border: 1px solid #b47a0a; }
.manifesto-logo img { position: relative; width: 100%; border-radius: 50%; mix-blend-mode: multiply; }
.manifesto .eyebrow { color: #956100; }
.manifesto h2 { margin: .7rem 0 1rem; font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 6.7rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.manifesto p { max-width: 700px; color: #675b4c; font-size: 1.05rem; }
.manifesto-points { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin: 2rem 0; padding: 1.4rem 0; border-block: 1px solid #d6c4a4; font-weight: 700; }
.manifesto-points i { color: #a86c00; margin-right: .4rem; }
.text-link { color: #8f5d00; font-weight: 700; border-bottom: 1px solid; }

.gallery-section { background: #0e0b07; }
.poster-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: .75rem; }
.gallery-poster { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.gallery-poster-1, .gallery-poster-4 { grid-row: span 2; }
.gallery-poster-6 { grid-column: span 2; }
.gallery-poster img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s ease, filter .5s ease; }
.gallery-poster span { position: absolute; inset: auto 1rem 1rem auto; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--gold); border-radius: 50%; opacity: 0; transform: scale(.8); transition: .25s; }
.gallery-poster:hover img { transform: scale(1.04); filter: brightness(.72); }
.gallery-poster:hover span { opacity: 1; transform: scale(1); }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 2rem; background: rgba(0,0,0,.94); opacity: 0; visibility: hidden; transition: .2s; }
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 90vh; object-fit: contain; box-shadow: 0 24px 80px #000; }
.lightbox-close { position: fixed; top: 1.4rem; right: 1.4rem; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; color: var(--ink); background: var(--gold); border: 0; border-radius: 50%; font-size: 1.3rem; }

.site-footer { padding: 0 0 1.5rem; background: #050403; border-top: 1px solid var(--line); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-cta h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1.1fr .8fr; gap: 3rem; padding: 4rem 0; }
.footer-grid h3 { margin-bottom: 1.1rem; color: var(--gold); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 .7rem; color: var(--muted); }
.footer-grid a:hover { color: var(--gold); }
.footer-grid i { width: 22px; color: var(--gold); }
.footer-brand img { width: 82px; height: 82px; object-fit: cover; margin-bottom: 1rem; border-radius: 50%; border: 1px solid var(--gold); }
.footer-brand p { max-width: 360px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); color: #766e63; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.45); font-size: 1.7rem; transition: transform .2s; }
.whatsapp-float:hover { color: #fff; transform: translateY(-4px); }

/* Inner pages */
.page-header { position: relative; padding: 175px 0 85px; overflow: hidden; background: radial-gradient(circle at 75% 15%, rgba(244,173,32,.18), transparent 30%), #0d0a06; border-bottom: 1px solid var(--line); }
.page-header::after { content: "CITY STAGE"; position: absolute; right: -1rem; bottom: -3rem; color: rgba(244,173,32,.035); font-family: var(--font-display); font-size: 12vw; white-space: nowrap; }
.page-header .lead { color: var(--muted); }
.about-content, .services-detail, .contact-section, .category-videos, .category-gallery, .empty-state, .other-categories { padding: 90px 0 !important; background: var(--ink); }
.card, .service-item, .contact-info, form { color: var(--cream); background: var(--panel); border: 1px solid var(--line); border-radius: 0; }
.card-body, .contact-info, form { padding: 2rem; }
.service-item { padding: 2.5rem; }
.service-item img { border-radius: 0 !important; border: 1px solid var(--line); filter: saturate(.78); }
.service-item h2, .about-content h2, .about-content h3, .contact-section h2 { color: var(--cream) !important; font-family: var(--font-display); font-weight: 400 !important; text-transform: uppercase; }
.service-icon-large i, .about-content i, .contact-info i { color: var(--gold) !important; }
.text-muted, .lead { color: var(--muted) !important; }
.form-label { color: var(--cream); }
.form-control, .form-control:focus { color: var(--cream); background: #0d0a06; border: 1px solid #3c301c; border-radius: 0; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(244,173,32,.12); }
.map-section iframe { filter: grayscale(.6) sepia(.2); }
.alert { border-radius: 0; }
.category-summary { display: flex; gap: 1rem; }
.summary-item { padding: .5rem .8rem; background: rgba(244,173,32,.1); color: var(--gold); }
.video-card { height: 100%; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.video-card .card-body { padding: 1.2rem; }
.video-card iframe { border: 0; }
.gallery-item { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* YouTube channel page */
.video-page-header { padding-bottom: 65px; }
.video-channel-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.youtube-channel-pill { display: flex; align-items: center; gap: 1rem; min-width: 330px; padding: 1rem 1.15rem; background: #fff; color: #15100a; box-shadow: 12px 12px 0 rgba(244,173,32,.12); }
.youtube-channel-pill > span:first-child { display: grid; place-items: center; width: 50px; height: 50px; color: #fff; background: #ff0000; border-radius: 50%; font-size: 1.45rem; }
.youtube-channel-pill > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.15; }
.youtube-channel-pill small { color: #776b5b; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.youtube-channel-pill strong { font-size: .95rem; }
.featured-video-section { background: radial-gradient(circle at 10% 0, rgba(244,173,32,.1), transparent 27%), var(--ink-soft); }
.featured-video { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); background: #0b0906; border: 1px solid var(--line); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.featured-player { position: relative; min-height: 520px; background: #000; }
.featured-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-video-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3.5rem); }
.video-badge { align-self: flex-start; padding: .4rem .65rem; color: var(--ink); background: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.featured-video-info h2 { margin: 1rem 0; font-family: var(--font-display); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; line-height: .98; text-transform: uppercase; }
.featured-video-info p { color: var(--muted); }
.featured-video-meta { display: flex; flex-direction: column; gap: .45rem; margin: .8rem 0 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.09); color: #cfc3b1; font-size: .82rem; }
.featured-video-meta i { width: 22px; color: var(--gold); }
.featured-video-info .btn { align-self: flex-start; }
.video-library { background: var(--ink); }
.youtube-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.youtube-video-card { min-width: 0; overflow: hidden; background: var(--panel); border: 1px solid rgba(255,255,255,.09); transition: transform .25s ease, border-color .25s ease; }
.youtube-video-card:hover { transform: translateY(-7px); border-color: var(--gold); }
.youtube-thumbnail { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.youtube-thumbnail::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.4), transparent 50%); transition: background .25s; }
.youtube-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.youtube-video-card:hover .youtube-thumbnail img { transform: scale(1.045); }
.youtube-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; color: #fff; background: #f00; border-radius: 50%; box-shadow: 0 12px 25px rgba(0,0,0,.35); transform: translate(-50%, -50%); transition: transform .25s; }
.youtube-video-card:hover .youtube-play { transform: translate(-50%, -50%) scale(1.1); }
.latest-label { position: absolute; z-index: 2; top: .8rem; left: .8rem; padding: .3rem .55rem; color: var(--ink); background: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.youtube-video-copy { padding: 1.2rem; }
.youtube-video-copy > span { color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.youtube-video-copy h3 { min-height: 3.8em; margin: .45rem 0 1rem; font-size: 1.05rem; line-height: 1.35; }
.youtube-video-copy h3 a:hover { color: var(--gold); }
.watch-link { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.watch-link:hover { color: var(--gold); }
.youtube-subscribe-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: 2rem; background: linear-gradient(100deg, rgba(255,0,0,.16), transparent 48%), #120e09; border: 1px solid var(--line); }
.youtube-subscribe-banner > div { display: flex; align-items: center; gap: 1rem; }
.youtube-subscribe-banner > div > i { color: #f00; font-size: 3rem; }
.youtube-subscribe-banner span { display: flex; flex-direction: column; }
.youtube-subscribe-banner small { color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.youtube-subscribe-banner strong { font-family: var(--font-display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }

@media (max-width: 1199px) {
    .participant-grid { grid-template-columns: repeat(2, 1fr); }
    .hero h1 { font-size: clamp(5rem, 10vw, 8rem); }
    .poster-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    .navbar-collapse { margin-top: .55rem; padding: 1rem; background: #100d08; border: 1px solid var(--line); }
    .navbar-nav { align-items: stretch !important; }
    .nav-link { padding: .85rem .2rem !important; border-bottom: 1px solid rgba(255,255,255,.06); }
    .navbar-nav .btn { width: 100%; margin-top: .75rem; }
    .hero { padding-top: 130px; }
    .hero-content { grid-template-columns: 1fr; gap: 4rem; }
    .hero-copy { max-width: 800px; }
    .hero-visual { display: none; }
    .hero-poster { inset-left: 30%; opacity: .32; }
    .event-grid, .manifesto-grid { grid-template-columns: 1fr; }
    .manifesto-logo { max-width: 420px; margin-inline: auto; }
    .footer-grid { grid-template-columns: 1.4fr 1fr; }
    .video-channel-heading { align-items: flex-start; flex-direction: column; }
    .featured-video { grid-template-columns: 1fr; }
    .featured-player { min-height: auto; aspect-ratio: 16 / 9; }
    .youtube-video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .section-pad { padding: 76px 0; }
    .hero { min-height: 760px; padding-bottom: 120px; }
    .hero h1 { font-size: clamp(4.2rem, 20vw, 6.4rem); }
    .hero-meta { flex-direction: column; gap: 1rem; }
    .talent-strip { justify-content: flex-start; overflow-x: auto; }
    .countdown-wrap, .footer-cta { align-items: flex-start; flex-direction: column; }
    .countdown { width: 100%; justify-content: space-between; gap: .5rem; }
    .countdown > div { min-width: 50px; }
    .split-heading { grid-template-columns: 1fr; gap: 1rem; }
    .split-heading > p { padding: 0; border: 0; }
    .participant-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
    .participant-info { padding: 1rem; }
    .participant-info h3 { font-size: 1.65rem; }
    .poster-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
    .gallery-poster-6 { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; }
    .event-main-card li { flex-direction: column; gap: .1rem; }
    .event-main-card li strong { text-align: left; }
    .youtube-channel-pill { width: 100%; min-width: 0; }
    .youtube-video-grid { grid-template-columns: 1fr; }
    .youtube-video-copy h3 { min-height: 0; }
    .youtube-subscribe-banner { align-items: stretch; flex-direction: column; }
    .youtube-subscribe-banner .btn { width: 100%; }
    .venture-carousel { width: 100%; min-width: 0; max-width: 100%; }
    .venture-stage { width: 100%; min-width: 0; min-height: 0; aspect-ratio: .85 / 1; }
    .venture-slide > img { object-position: center; }
    .venture-slide::after { background: linear-gradient(0deg, rgba(4,3,2,.92), rgba(4,3,2,.08) 70%); }
    .venture-slide-overlay { left: 1.5rem; right: 1.5rem; bottom: 2rem; }
    .venture-arrow { top: 2rem; width: 42px; height: 42px; transform: none; }
    .venture-prev { left: auto; right: 4.5rem; }
    .venture-next { right: 1.2rem; }
    .venture-profiles { grid-template-columns: repeat(15, 105px); }
}

@media (max-width: 480px) {
    .container { padding-inline: 18px; }
    .navbar-brand img { width: 48px; height: 48px; }
    .navbar-brand strong { font-size: 1.28rem; }
    .hero-actions .btn { width: 100%; }
    .participant-grid { grid-template-columns: 1fr; }
    .participant-image { aspect-ratio: .82; }
    .poster-gallery { grid-auto-rows: 215px; }
    .prize { grid-template-columns: 55px 1fr 24px; }
    .prize strong { font-size: 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
