/* ============================================================
   ASEDA PRAISE — Production CSS Design System & Mobile Styles
   ============================================================ */

:root {
    --navy: #1B2070;
    --orange-red: #E5522A;
    --bronze: #C9A050;
    --cream: #FAF6F0;
    --dark: #08091a;
    --darker-navy: #0d1040;
    --darkest: #060820;
    --border-color: rgba(255, 255, 255, 0.09);
    --side-padding: clamp(1.2rem, 7vw, 5rem);
    --section-radius: clamp(20px, 4vw, 40px);

    /* Editorial Typography Scale */
    --font-hero: clamp(2.5rem, 8vw, 6.2rem);
    --font-title: clamp(1.85rem, 4.5vw, 3.4rem);
    --font-body: 1.05rem;
    --font-eyebrow: 0.78rem;
    --font-support: 0.9rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--darker-navy);
    color: #ffffff;
    overflow-x: hidden;
    line-height: 1.7;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

h1, h2, h3, .playfair { font-family: 'Playfair Display', Georgia, serif; }
.bebas { font-family: 'Bebas Neue', sans-serif; }
.bronze { color: var(--bronze); }
.orange { color: var(--orange-red); }

/* Accessibility Focus Rings & Button Resets */
a:focus-visible, button:focus-visible {
    outline: 2px solid var(--bronze);
    outline-offset: 4px;
}

button.thumb-card, 
button.gal-item, 
button.about-banner, 
button.cinema-vid, 
button.vis-hero-frame,
button.m-card {
    border: none;
    padding: 0;
    text-align: left;
    font-family: inherit;
    color: inherit;
    background: transparent;
    display: block;
    width: 100%;
}

/* Hero Entrance Keyframes */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translate3d(0, 24px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes heroBgFloat {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

@keyframes stagePulse {
    0%, 100% { opacity: 0.82; }
    50% { opacity: 1; }
}

/* Header Navigation */
nav {
    position: fixed; top: 0; left: 0; width: 100%;
    min-height: 68px;
    padding: 1rem max(var(--side-padding), env(safe-area-inset-left));
    padding-top: max(1rem, env(safe-area-inset-top));
    display: flex; justify-content: space-between; align-items: center;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
/* Solid white full-banner on scroll */
nav.scrolled {
    background: #ffffff !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-top: max(0.9rem, env(safe-area-inset-top));
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}
nav.scrolled .logo-text { color: #08091a !important; text-shadow: none; }
nav.scrolled .logo-area { color: #08091a !important; }
nav.scrolled .nav-links a { color: rgba(8, 9, 26, 0.8) !important; }
nav.scrolled .nav-links a:hover { color: var(--orange-red) !important; }
nav.scrolled .hamburger { color: #08091a !important; }
.logo-area { display: flex; align-items: center; gap: 0.75rem; font-weight: 600; font-size: 1.05rem; color: white; text-decoration: none; cursor: pointer; }
.logo-area img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 12px rgba(229, 82, 42, 0.3); }
.logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: 2px; }

.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.9); text-decoration: none; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--bronze); }

/* Hamburger & Mobile Menu Overlay */
.hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.7rem;
    cursor: pointer;
    z-index: 1001;
    padding: 0.4rem;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
}
.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8, 9, 26, 0.35);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
}
.mobile-menu-overlay.open { display: flex; }
.mobile-menu-overlay a {
    color: white;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 1px;
    padding: 0.4rem 1.5rem;
    transition: color 0.2s;
}
.mobile-menu-overlay a:hover { color: var(--orange-red); }

/* Hero Section & Stage Photography */
.hero {
    height: 100vh; height: 100dvh; min-height: 600px; position: relative;
    display: flex; align-items: center; padding: 0 var(--side-padding);
    overflow: hidden;
    background-color: var(--darker-navy);
}

.hero-bg {
    position: absolute; inset: -40px;
    background: url('../assets/images/aseda_stage_obaapa_christy.jpg') center center/cover no-repeat;
    transform-origin: center center;
    will-change: transform, filter;
    animation: heroBgFloat 12s ease-in-out infinite;
    transition: transform 0.15s cubic-bezier(0.1, 0.2, 0.1, 1), filter 0.3s ease;
}

/* Stage Glow Overlay */
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: 
        radial-gradient(circle at 18% 45%, rgba(229, 82, 42, 0.32) 0%, transparent 55%),
        radial-gradient(circle at bottom left, rgba(27, 32, 112, 0.95) 0%, transparent 75%),
        linear-gradient(to top right, rgba(8, 9, 26, 0.88) 0%, rgba(229, 82, 42, 0.14) 100%),
        linear-gradient(to bottom, transparent 20%, rgba(13, 16, 64, 0.7) 65%, #0d1040 100%);
    z-index: 1;
    animation: stagePulse 6s ease-in-out infinite;
}

.hero-content { 
    position: relative; 
    z-index: 2; 
    max-width: 850px; 
    margin-top: -3.5rem;
    animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 3px;
    color: var(--orange-red);
    background: rgba(229, 82, 42, 0.14);
    border: 1px solid rgba(229, 82, 42, 0.35);
    padding: 0.3rem 0.9rem;
    border-radius: 6px;
    margin-bottom: 1.1rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(229, 82, 42, 0.15);
}

.hero h1 {
    font-size: var(--font-hero);
    line-height: 0.96;
    font-style: italic;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    text-shadow: 0 12px 35px rgba(0,0,0,0.65);
}
.stroke-text { -webkit-text-stroke: 1.3px white; color: transparent; display: block; }
.orange { display: block; color: var(--orange-red); }

/* Bottom Hero Bar */
.hero-bottom-bar {
    position: absolute;
    bottom: max(2rem, env(safe-area-inset-bottom));
    left: var(--side-padding);
    right: var(--side-padding);
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    pointer-events: none;
    animation: heroFadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-bottom-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    pointer-events: auto;
}

.hero-bottom-location {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 3px;
    color: var(--bronze);
    display: block;
}

.hero-subtitle {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: clamp(0.68rem, 2.7vw, 1.18rem);
    color: rgba(255, 255, 255, 0.94);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 4px 14px rgba(0,0,0,0.85);
}

/* Eyebrow Badges */
.chapter-badge {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 3px;
    color: var(--orange-red);
    display: block;
    margin-bottom: 0.5rem;
}

/* Spotlight Section */
.spotlight {
    background: linear-gradient(to bottom, #0d1040 0%, #0a0d33 100%);
    padding: 4.5rem var(--side-padding) 5.5rem;
    position: relative;
    z-index: 2;
}
.spotlight-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.spotlight h2 { font-size: var(--font-title); color: white; margin-bottom: 0.1rem; }
.spotlight-desc {
    max-width: 600px;
    color: rgba(255,255,255,0.88);
    font-size: var(--font-body);
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}
.status-meta {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.92rem;
    letter-spacing: 2.5px;
    color: var(--bronze);
    margin-top: 0.3rem;
    display: inline-block;
    background: rgba(201, 160, 80, 0.1);
    border: 1px solid rgba(201, 160, 80, 0.25);
    padding: 0.2rem 0.7rem;
    border-radius: 4px;
}

.cinema-vid { 
    width: 100%; 
    aspect-ratio: 16/9; 
    box-shadow: 0 20px 60px rgba(0,0,0,0.85); 
    margin: 2.2rem 0 0; 
    position: relative; 
    border-radius: 20px; 
    overflow: hidden; 
    border: 1px solid rgba(255, 255, 255, 0.12); 
    cursor: pointer;
    background: #000;
    touch-action: manipulation;
    transition: transform 0.4s ease, border-color 0.4s ease;
}
.cinema-vid:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(229, 82, 42, 0.5);
}
.cinema-vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.cinema-vid:hover img {
    transform: scale(1.03);
}
.cinema-vid .play-icon {
    width: 68px;
    height: 68px;
}
.cinema-vid .play-icon::after {
    border-width: 10px 0 10px 18px;
    margin-left: 4px;
}

/* About Section */
.about {
    background: var(--cream);
    color: var(--navy);
    padding: 5.5rem var(--side-padding);
    position: relative;
    z-index: 5;
    border-radius: var(--section-radius) var(--section-radius) 0 0;
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.25);
}
.about-container { max-width: 1200px; margin: 0 auto; }
.about-header h2 {
    font-size: var(--font-title);
    color: var(--navy);
    font-family: 'Playfair Display', serif;
    margin-bottom: 2.4rem;
    line-height: 1.1;
}
.about-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 3.8rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
.lead-p {
    font-size: 1.22rem;
    line-height: 1.7;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 1.4rem;
}
.body-p {
    font-size: var(--font-body);
    line-height: 1.75;
    color: rgba(27, 32, 112, 0.88);
}
.styled-quote {
    border-left: 4px solid var(--orange-red);
    padding: 0.8rem 0 0.8rem 1.6rem;
    margin: 1.8rem 0;
    background: rgba(229, 82, 42, 0.04);
    border-radius: 0 8px 8px 0;
}
.styled-quote p {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--orange-red);
    line-height: 1.45;
    margin: 0;
}

/* Editorial Stats Cards Component */
.about-stats-grid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.stat-card {
    background: #FFFFFF;
    border: 1px solid rgba(27, 32, 112, 0.12);
    border-radius: 20px;
    padding: 1.25rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    box-shadow: 0 12px 35px rgba(27, 32, 112, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.stat-card:hover {
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 18px 45px rgba(27, 32, 112, 0.12);
}
.stat-card.highlight-card {
    background: var(--navy);
    border: none;
    color: white;
    box-shadow: 0 14px 40px rgba(27, 32, 112, 0.25);
}
.stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: var(--orange-red);
    min-width: 110px;
}
.highlight-card .stat-num { color: var(--bronze); }
.stat-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--navy);
}
.highlight-card .stat-label { color: white; }
.stat-sub {
    font-size: 0.82rem;
    color: rgba(27, 32, 112, 0.7);
    font-weight: 500;
}
.highlight-card .stat-sub { color: rgba(255, 255, 255, 0.72); }

.about-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
    margin-top: 1rem;
    box-shadow: 0 24px 60px rgba(27, 32, 112, 0.14);
    cursor: pointer;
    touch-action: manipulation;
}
.about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.about-banner:hover img { transform: scale(1.04); }
.banner-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(8, 9, 26, 0.94) 0%, transparent 100%);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.caption-tag {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 2.5px;
    color: var(--bronze);
}
.caption-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    font-style: italic;
}

/* Gospel Ministers Section */
.ministers { 
    background: linear-gradient(to bottom, var(--dark) 0%, #060714 100%);
    padding: 5.5rem var(--side-padding) 5.5rem;
    position: relative;
    z-index: 6;
    border-radius: var(--section-radius) var(--section-radius) 0 0;
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.35);
}
.ministers h2 { font-size: var(--font-title); font-style: italic; margin-bottom: 2.4rem; color: white; }
.minister-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 1.8rem; 
    scroll-behavior: smooth;
}
.m-card { 
    position: relative; 
    aspect-ratio: 3/4; 
    overflow: hidden; 
    background: #111; 
    border-radius: 20px; 
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0,0,0,0.5);
    transition: border-color 0.3s ease, transform 0.4s ease, box-shadow 0.4s ease;
    touch-action: manipulation;
}
.m-card:hover {
    border-color: rgba(229, 82, 42, 0.5);
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 24px 50px rgba(0,0,0,0.7);
}
.m-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.m-card:hover img { transform: scale(1.06); }
.m-card::after { 
    content: ''; 
    position: absolute; 
    bottom: 0; left: 0; width: 100%; height: 42%; 
    background: linear-gradient(to top, rgba(8, 9, 26, 0.92), transparent); 
}
.m-info { position: absolute; bottom: 1.6rem; left: 1.6rem; z-index: 2; }
.m-info h3 { font-size: 1.65rem; margin-bottom: 0.2rem; }
.m-info p { font-family: 'Inter', sans-serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--bronze); font-weight: 500; }

/* Mobile Carousel Indicators */
.carousel-dots {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.6rem;
}
.c-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transition: background 0.3s, transform 0.3s;
}
.c-dot.active {
    background: var(--orange-red);
    transform: scale(1.35);
}

/* Visionaries Section */
.visionaries {
    background: linear-gradient(to bottom, #0b0e28 0%, #0d1033 100%);
    padding: 5.5rem var(--side-padding) 5.5rem;
    color: white;
    position: relative;
    z-index: 7;
}
.vis-container { max-width: 920px; margin: 0 auto; position: relative; z-index: 2; }
.vis-container h2 { font-size: var(--font-title); color: white; margin-bottom: 0.2rem; }
.vis-subtitle { color: var(--bronze); font-family:'Bebas Neue',sans-serif; letter-spacing:2.5px; font-size:1.1rem; margin-bottom: 1.8rem; }

.vis-hero-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 440px;
    width: 100%;
    margin-bottom: 2.2rem;
    box-shadow: 0 24px 70px rgba(0,0,0,0.65);
    border: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    touch-action: manipulation;
}
.vis-hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    display: block;
    transition: transform 0.5s ease;
}
.vis-hero-frame:hover img {
    transform: scale(1.03);
}

.vis-body-text p {
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}
.vis-quote {
    border-left: 4px solid var(--orange-red);
    padding: 0.6rem 0 0.6rem 1.8rem;
    background: rgba(229, 82, 42, 0.05);
    border-radius: 0 8px 8px 0;
}
.vis-quote p {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    font-style: italic;
    color: var(--orange-red);
    line-height: 1.45;
    margin: 0;
}
.vis-quote-author {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 2.5px;
    color: var(--bronze);
    margin-top: 0.6rem;
}

/* Sponsors & Partners Section */
.sponsors {
    background: var(--cream);
    color: var(--navy);
    padding: 5.5rem var(--side-padding);
    position: relative;
    z-index: 7.5;
    border-radius: var(--section-radius) var(--section-radius) 0 0;
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.25);
}
.sponsors-container { max-width: 1200px; margin: 0 auto; }
.sponsors-header h2 {
    font-size: var(--font-title);
    color: var(--navy);
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.4rem;
}
.sponsors-desc {
    max-width: 680px;
    color: rgba(27, 32, 112, 0.82);
    font-size: var(--font-body);
    margin-bottom: 2.8rem;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.sponsor-card {
    background: #FFFFFF;
    border: 1px solid rgba(27, 32, 112, 0.12);
    border-radius: 24px;
    padding: 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 14px 40px rgba(27, 32, 112, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.sponsor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(27, 32, 112, 0.14);
    border-color: var(--orange-red);
}

.sponsor-badge {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    color: var(--orange-red);
    margin-bottom: 0.6rem;
    display: block;
}

.sponsor-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.6rem;
}

.sponsor-text {
    font-size: 0.98rem;
    color: rgba(27, 32, 112, 0.85);
    line-height: 1.65;
    margin-bottom: 1.8rem;
}

.sponsor-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--navy);
    background: rgba(27, 32, 112, 0.06);
    border: 1px solid rgba(27, 32, 112, 0.15);
    padding: 0.7rem 1.4rem;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
}
.sponsor-link:hover {
    background: var(--navy);
    color: white;
    border-color: var(--navy);
    transform: translateX(4px);
}

/* Outreach Section */
.outreach { 
    background: linear-gradient(to bottom, var(--darker-navy) 0%, #0a0d33 100%);
    padding: 5.5rem var(--side-padding) 5.5rem;
    text-align: center;
    position: relative;
    z-index: 8;
}
.outreach h2 { font-size: var(--font-title); color: white; margin-bottom: 1rem; }
.outreach-desc { max-width: 680px; margin: 0 auto 2.4rem; font-size: var(--font-body); line-height: 1.75; color: rgba(255,255,255,0.9); }
.video-wrapper { width: 80%; margin: 0 auto 2.5rem; position: relative; padding-bottom: 45%; height: 0; box-shadow: 0 0 40px rgba(229,82,42,0.22); border: 1px solid rgba(229,82,42,0.3); border-radius: 20px; overflow: hidden; touch-action: manipulation; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.impact-list {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: left;
}
.impact-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.impact-item:hover {
    transform: translateX(6px);
    border-color: rgba(229, 82, 42, 0.4);
}
.impact-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--bronze);
    min-width: 25px;
}
.impact-text {
    font-size: var(--font-support);
    font-weight: 500;
    letter-spacing: 0.5px;
    color: white;
}

/* Media Hub Section */
.main-video { 
    background: linear-gradient(to bottom, var(--dark) 0%, #060714 100%);
    padding: 5.5rem var(--side-padding) 5.5rem;
    position: relative;
    z-index: 9;
}
.main-video h2 { font-size: var(--font-title); color: white; margin-bottom: 2.2rem; }
.vid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.8rem; }

.thumb-card {
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #111;
    cursor: pointer;
    display: block;
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
    transition: transform 0.4s ease, border-color 0.4s ease;
    touch-action: manipulation;
}
.thumb-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 82, 42, 0.45);
}
.thumb-card img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease;
}
.thumb-card:hover img { transform: scale(1.05); }
.play-btn-overlay {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(8, 9, 26, 0.35);
    transition: background 0.3s;
}
.thumb-card:hover .play-btn-overlay { background: rgba(8, 9, 26, 0.15); }

/* Glassmorphic Play Icon Button */
.play-icon {
    width: 52px; height: 52px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: background 0.3s, transform 0.3s, border-color 0.3s;
}
.thumb-card:hover .play-icon {
    background: rgba(229, 82, 42, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.08);
}
.play-icon::after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 3px;
}

.thumb-caption {
    margin-top: 0.65rem;
    font-size: var(--font-support);
    font-weight: 500;
    color: rgba(255,255,255,0.92);
}

/* Gallery Section */
.gallery { 
    background: linear-gradient(to bottom, var(--darkest) 0%, #040517 100%);
    padding: 5.5rem var(--side-padding) 5.5rem;
    position: relative;
    z-index: 10;
}
.gallery h2 { font-size: var(--font-title); color: white; }
.gallery-header {
    display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1.2rem; margin-bottom: 2.2rem;
}
.gallery-header h2 { margin: 0; }

/* Masonry Grid Layout */
.masonry { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-bottom: 2rem;
}

.gal-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.1);
    background: #0f1230;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    touch-action: manipulation;
}
.gal-item:hover { 
    transform: translateY(-4px) scale(1.02); 
    border-color: rgba(229, 82, 42, 0.5);
    box-shadow: 0 18px 45px rgba(0,0,0,0.6);
}
.gal-item img { 
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block; 
    transition: transform 0.5s ease; 
}
.gal-item:hover img { transform: scale(1.06); }

.gallery-album-container {
    display: flex; justify-content: flex-start; align-items: center; margin-top: 1rem;
}
.gallery-album-link {
    color: var(--bronze);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.gallery-album-link:hover {
    color: var(--orange-red);
}

/* Lightbox Modal Dialog */
.lightbox {
    display: none; position: fixed; inset: 0; z-index: 9000;
    background: rgba(6, 8, 32, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    align-items: center; justify-content: center;
    flex-direction: column;
    cursor: default;
}
.lightbox.open { display: flex; }

.lb-media-stage {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    width: 960px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #000;
    animation: lbPop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lbPop {
    from { transform: scale(0.92) translateY(18px); opacity: 0; }
    to   { transform: scale(1) translateY(0);    opacity: 1; }
}

.lb-media-stage iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.lb-media-stage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9002;
    transition: background 0.25s, transform 0.25s, border-color 0.25s;
    user-select: none;
    touch-action: manipulation;
}
.lb-nav-btn:hover {
    background: rgba(229, 82, 42, 0.85);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.08);
}
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }

.lb-info-bar {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    max-width: 960px;
    color: white;
}
.lb-caption-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: white;
}
.lb-counter {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 2.5px;
    color: var(--bronze);
}

.lb-close {
    position: fixed; top: 1.4rem; right: 1.8rem;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.8rem; color: white; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    line-height: 1; z-index: 9005; transition: background 0.2s, transform 0.2s;
    touch-action: manipulation;
}
.lb-close:hover { background: rgba(229, 82, 42, 0.85); transform: scale(1.08); }

/* Footer */
footer {
    background: var(--dark);
    padding: 4rem var(--side-padding) 2.5rem;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    border-top: 1px solid var(--border-color);
    position: relative;
    z-index: 11;
}
footer img { width: 44px; height: 44px; margin-bottom: 0.8rem; border-radius: 50%; object-fit: cover; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: white; margin-bottom: 0.3rem; }
.footer-location { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; }

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
    flex-wrap: wrap;
}
.footer-socials a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-socials a:hover { color: var(--orange-red); }

.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; max-width: 600px; margin: 0 auto; }

/* Responsive Breakpoints across devices */
@media(min-width: 769px) {
    .hero h1 { display: block; }
    .stroke-text { display: inline; margin-bottom: 0; }
    .orange { display: inline; margin-bottom: 0; }
}

@media(max-width: 1024px) {
    .sponsors-grid { grid-template-columns: 1fr; }
    .masonry { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}

@media(max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }

    .hero-bg {
        background-position: 60% center;
        /* Mobile Performance Optimization: Simplify heavy continuous animations */
        animation: none !important;
    }

    .hero-content { margin-top: -2.5rem; }
    .hero-bottom-bar { bottom: max(1.4rem, env(safe-area-inset-bottom)); }

    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-banner { height: 240px; }
    
    /* Ministers Mobile Carousel */
    .minister-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .minister-grid::-webkit-scrollbar { display: none; }

    .m-card {
        flex: 0 0 82vw;
        scroll-snap-align: start;
        height: 380px;
        aspect-ratio: auto;
    }

    .carousel-dots { display: flex; }

    /* Visionaries Mobile Frame */
    .vis-hero-frame { height: 250px; margin: 1.2rem 0; border-radius: 18px; }

    .sponsor-card { padding: 1.8rem 1.6rem; }
    .sponsor-name { font-size: 1.55rem; }

    /* Gallery 2-Column Grid on Mobile */
    .masonry { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }

    .video-wrapper { width: 100%; padding-bottom: 56.25%; margin-bottom: 1.8rem; }
    .footer-socials { gap: 1rem; }
    .lb-nav-btn { width: 44px; height: 44px; font-size: 1.1rem; }
    .lb-prev { left: 0.6rem; }
    .lb-next { right: 0.6rem; }
}

@media(max-width: 480px) {
    .hero-bg { background-position: 58% center; }
    .hero h1 { font-size: clamp(2.3rem, 8.5vw, 3.6rem); }
    .stat-card { padding: 1rem 1.2rem; flex-direction: row; gap: 1rem; }
    .stat-num { font-size: 2.4rem; min-width: 85px; }
    .vis-hero-frame { height: 220px; }
    .banner-caption { padding: 1rem 1.2rem; }
    .banner-caption .caption-title { font-size: 1.15rem; }
}

@media(max-width: 375px) {
    .hero-bg { background-position: 57% center; }
    .hero h1 { font-size: 2.2rem; }
}

/* User Preference: Reduced Motion Media Query */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .hero-bg {
        animation: none !important;
        transform: none !important;
    }
    .hero-overlay {
        animation: none !important;
    }
}
