/* ==============================================
   LADTEM Films — Stylesheet
   Lord's Ambassadors' Drama & Teaching Ministry
============================================== */

/* ---- Variables ---- */
:root {
  --dark:        #07090f;
  --dark2:       #0c1120;
  --card:        #101828;
  --card-hover:  #141e30;
  --gold:        #d4a017;
  --gold-lt:     #f0c040;
  --red:         #c81a1a;
  --red-lt:      #e03030;
  --white:       #ffffff;
  --gray:        #8898b8;
  --light:       #c8d4e8;
  --border:      rgba(212,160,23,0.18);
  --radius:      12px;
  --shadow:      0 12px 40px rgba(0,0,0,0.55);
}

/* ---- Light Mode Variables ---- */
body.light {
  --dark:        #f0f2f7;
  --dark2:       #e4e8f0;
  --card:        #ffffff;
  --card-hover:  #f5f7fc;
  --white:       #0d1120;
  --gray:        #5a6480;
  --light:       #2a3050;
  --border:      rgba(212,160,23,0.28);
  --shadow:      0 12px 40px rgba(0,0,0,0.12);
}

/* Light mode specific overrides */
body.light .navbar.scrolled {
  background: rgba(240,242,247,0.96);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
body.light .hero-bg {
  background:
    radial-gradient(ellipse at 25% 55%, rgba(200,26,26,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(212,160,23,0.1) 0%, transparent 50%),
    linear-gradient(160deg, #dde2f0 0%, #e8ecf8 50%, #dfe4f2 100%);
}
body.light .hero-bg::before {
  background-image: radial-gradient(circle, rgba(0,0,0,0.04) 1px, transparent 1px);
}
body.light .hero-title { text-shadow: 0 0 60px rgba(212,160,23,0.2); color: #0d1120; }
body.light .hero-label { color: #5a6480; }
body.light .hero-desc { color: #5a6480; }
body.light .brand-name { color: var(--gold); }
body.light .brand-sub { color: #5a6480; }
body.light .nav-links li a { color: #2a3050; }
body.light .nav-links li a:hover { color: var(--gold); background: rgba(212,160,23,0.08); }
body.light .nav-toggle span { background: #0d1120; }
body.light .film-strip { background: #cbd0de; background-image: repeating-linear-gradient(to right, transparent 0, transparent 8px, rgba(0,0,0,0.08) 8px, rgba(0,0,0,0.08) 20px, transparent 20px, transparent 34px); }
body.light .about { background: linear-gradient(to bottom, var(--dark), var(--dark2)); }
body.light .about-text p { color: #5a6480; }
body.light .about-text strong { color: #0d1120; }
body.light .highlight { background: rgba(0,0,0,0.03); }
body.light .highlight p { color: #5a6480 !important; }
body.light .av-back2 { background: rgba(200,26,26,0.12); }
body.light .av-back1 { background: rgba(212,160,23,0.08); }
body.light .av-front { background: #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
body.light .av-tagline { color: #2a3050; }
body.light .films { background: var(--dark); }
body.light .search-wrap input { background: #fff; border-color: rgba(0,0,0,0.15); color: #0d1120; }
body.light .search-wrap input::placeholder { color: #8898b8; }
body.light .fbtn { background: #fff; border-color: rgba(0,0,0,0.12); color: #5a6480; }
body.light .fbtn:hover, body.light .fbtn.active { background: var(--gold); border-color: var(--gold); color: #000; }
body.light .film-card { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
body.light .film-card:hover { border-color: var(--gold); box-shadow: 0 16px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(212,160,23,0.2); }
body.light .film-info h3 { color: #0d1120; }
body.light .film-credit { color: #5a6480; }
body.light .t-dark { background: rgba(0,0,0,0.05); color: #5a6480; border-color: rgba(0,0,0,0.1); }
body.light .ministry { background: var(--dark2); }
body.light .min-card { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
body.light .min-card:hover { background: #f8faff; border-color: var(--gold); }
body.light .min-card p { color: #5a6480; }
body.light .section-desc { color: #5a6480; }
body.light .footer { background: #e0e4ef; border-top: 1px solid rgba(0,0,0,0.1); }
body.light .footer-name { color: #5a6480; }
body.light .footer-tagline-sm { color: rgba(0,0,0,0.4); }
body.light .footer-col ul li { color: #5a6480; }
body.light .footer-col p { color: #5a6480; }
body.light .footer-col h4 { color: var(--gold); }
body.light .footer-bottom { border-top: 1px solid rgba(0,0,0,0.1); }
body.light .footer-bottom p { color: rgba(0,0,0,0.35); }
body.light .stats-bar { background: var(--gold); }
body.light .no-results { color: #5a6480; }

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body { font-family: 'Poppins', sans-serif; background: var(--dark); color: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---- Utilities ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gold { color: var(--gold); }

.section-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 1.5px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.section-desc {
  color: var(--gray);
  font-size: 0.95rem;
  max-width: 580px;
}

.section-header { margin-bottom: 44px; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0 auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
}
.btn-gold { background: var(--gold); color: #000; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,160,23,0.35); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.35); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---- Film Strip ---- */
.film-strip {
  height: 28px;
  background: #000;
  background-image: repeating-linear-gradient(
    to right,
    transparent 0, transparent 8px,
    rgba(255,255,255,0.07) 8px, rgba(255,255,255,0.07) 20px,
    transparent 20px, transparent 34px
  );
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* ==============================================
   NAVIGATION
============================================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background 0.3s, box-shadow 0.3s;
}
.navbar.scrolled {
  background: rgba(7,9,15,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-logo { height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  color: var(--gold);
  letter-spacing: 4px;
  line-height: 1;
}
.brand-sub {
  font-size: 0.55rem;
  color: var(--gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links li a {
  display: block;
  padding: 7px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--light);
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.nav-links li a:hover { color: var(--gold); background: rgba(212,160,23,0.08); }
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  flex-shrink: 0;
}
.theme-toggle:hover { background: rgba(212,160,23,0.2); border-color: var(--gold); }
.theme-icon { font-size: 1rem; line-height: 1; transition: transform 0.4s ease; display: block; }
.theme-toggle:hover .theme-icon { transform: rotate(20deg); }
body.light .theme-toggle { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.15); }
body.light .theme-toggle:hover { background: rgba(212,160,23,0.15); border-color: var(--gold); }

/* YouTube nav button */
.nav-yt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: #ff0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav-yt:hover { background: #cc0000; transform: translateY(-1px); }

/* YouTube footer button */
.yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #ff0000;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
}
.yt-btn:hover { background: #cc0000; transform: translateY(-1px); }
.yt-icon { font-size: 0.9rem; }

/* Hero YouTube button */
a.hero-yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: #ff0000 !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
}
a.hero-yt-btn:hover { background: #cc0000 !important; transform: translateY(-1px); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
body.light .nav-toggle span { background: #0d1120; }

/* ==============================================
   HERO
============================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 80px 24px 60px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: auto 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 55%, rgba(200,26,26,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(212,160,23,0.12) 0%, transparent 50%),
    linear-gradient(160deg, #04060d 0%, #0a1020 50%, #080c16 100%);
  z-index: 0;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  animation: gridMove 25s linear infinite;
}
@keyframes gridMove { 0% { transform: translateY(0); } 100% { transform: translateY(42px); } }

/* Hero entrance animations */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeRight {
  from { opacity: 0; transform: translateX(-28px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes heroImageIn {
  from { opacity: 0; transform: translateX(40px) scale(0.97); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes floatImage {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}

.hero-label   { animation: heroFadeRight 0.8s ease both; animation-delay: 0.1s; }
.hero-title   { animation: heroFadeUp 0.9s ease both; animation-delay: 0.25s; }
.hero-badge   { animation: heroFadeUp 0.8s ease both; animation-delay: 0.45s; }
.hero-desc    { animation: heroFadeUp 0.8s ease both; animation-delay: 0.6s; }
.hero-cta     { animation: heroFadeUp 0.8s ease both; animation-delay: 0.75s; }
.hero-image   { animation: heroImageIn 1s ease both; animation-delay: 0.4s; }
.hero-image img { animation: floatImage 6s ease-in-out infinite; animation-delay: 1.4s; }

/* Section reveal */
@keyframes sectionFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.section-header.revealed { animation: sectionFadeUp 0.8s ease both; }
.stat.revealed { animation: heroFadeUp 0.7s ease both; }

.hero-content {
  flex: 1;
  text-align: left;
}

.hero-image {
  flex: 0 0 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image img {
  width: 100%;
  height: 620px;
  max-width: 560px;
  border-radius: 20px;
  object-fit: cover;
  filter: drop-shadow(0 24px 80px rgba(0,0,0,0.7));
}
.hero-label {
  font-size: 0.65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 20px;
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(5rem, 16vw, 10rem);
  letter-spacing: 10px;
  line-height: 0.9;
  color: var(--white);
  text-shadow: 0 0 80px rgba(212,160,23,0.25);
}
.hero-films {
  color: var(--gold);
  font-size: clamp(3rem, 9vw, 5.5rem);
  letter-spacing: 22px;
}
.hero-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  margin: 28px auto;
  padding: 14px 36px;
  background: rgba(200,26,26,0.14);
  border: 1px solid rgba(200,26,26,0.35);
  border-radius: 4px;
  gap: 4px;
}
.badge-line1 { font-size: 0.85rem; color: var(--light); letter-spacing: 2px; }
.badge-line1::after { content: ' '; white-space: pre; }
.badge-line2 { font-size: 0.85rem; font-weight: 600; color: var(--white); letter-spacing: 2px; }
.badge-line2 em { font-style: normal; color: var(--red-lt); font-weight: 800; font-size: 1.2rem; }
.hero-desc { color: var(--gray); max-width: 540px; margin: 0 0 32px; font-size: 0.95rem; line-height: 1.8; }
.hero-cta { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }
.hero .film-strip { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; }

/* ==============================================
   STATS BAR
============================================== */
.stats-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--gold);
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 44px;
  border-right: 1px solid rgba(0,0,0,0.12);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #000;
  letter-spacing: 1px;
  line-height: 1;
}
.stat-lbl {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}

/* ==============================================
   ABOUT
============================================== */
.about { padding: 100px 0; background: linear-gradient(to bottom, var(--dark), var(--dark2)); }
.about-grid { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; }
.about-text p { color: var(--gray); margin-bottom: 16px; line-height: 1.85; font-size: 0.95rem; }
.about-text strong { color: var(--white); }
.about-text em { color: var(--gold); font-style: italic; }
.about-highlights { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.h-icon { font-size: 1.4rem; flex-shrink: 0; padding-top: 1px; }
.highlight strong { display: block; color: var(--gold); font-size: 0.9rem; margin-bottom: 2px; }
.highlight p { margin: 0 !important; font-size: 0.8rem; color: var(--gray) !important; }

/* About Visual */
.about-visual { position: relative; height: 380px; display: flex; align-items: center; justify-content: center; }
.av-card { position: absolute; width: 300px; height: 360px; border-radius: 14px; }
.av-back2 { background: rgba(200,26,26,0.18); border: 1px solid rgba(200,26,26,0.28); transform: rotate(7deg) translate(28px, 20px); }
.av-back1 { background: rgba(212,160,23,0.1); border: 1px solid rgba(212,160,23,0.2); transform: rotate(3.5deg) translate(14px, 10px); }
.av-front {
  background: var(--card);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  gap: 8px;
  box-shadow: var(--shadow);
}
.av-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.8rem;
  color: var(--gold);
  letter-spacing: 8px;
  line-height: 1;
}
.av-sub { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }
.av-divider { width: 40px; height: 1px; background: var(--border); margin: 8px 0; }
.av-est { font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 4px; }
.av-tagline { font-family: 'Dancing Script', cursive; font-size: 1.1rem; color: var(--light); line-height: 1.5; }

/* ==============================================
   FILMS SECTION
============================================== */
.films { padding: 100px 0; background: var(--dark); }

.films-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

/* Type tabs — Movies / Series */
.type-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.type-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--card);
  border: 2px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  color: var(--gray);
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s;
}
.type-btn:hover {
  border-color: var(--gold);
  color: var(--white);
}
.type-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
}
.type-icon { font-size: 1rem; }
.type-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: rgba(0,0,0,0.15);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}
.type-btn.active .type-count { background: rgba(0,0,0,0.2); }
body.light .type-btn { background: #fff; border-color: rgba(0,0,0,0.08); color: #5a6480; }
body.light .type-btn:hover { border-color: var(--gold); color: #0d1120; }
body.light .type-btn.active { background: var(--gold); border-color: var(--gold); color: #000; }

/* Sub-controls row */
.sub-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.search-wrap {
  position: relative;
  flex: 1;
  max-width: 300px;
}
.search-wrap input {
  width: 100%;
  padding: 11px 40px 11px 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s;
}
.search-wrap input:focus { border-color: var(--gold); }
.search-wrap input::placeholder { color: var(--gray); }
.search-ico { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--gray); font-size: 1.1rem; pointer-events: none; }

.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.fbtn {
  padding: 9px 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--gray);
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.fbtn:hover, .fbtn.active { background: var(--gold); border-color: var(--gold); color: #000; }

/* Films Grid */
.films-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(252px, 1fr)); gap: 26px; }
.no-results { text-align: center; padding: 60px; color: var(--gray); }

/* Show More */
.show-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.btn-show-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
}
.btn-show-more:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,160,23,0.3);
}
body.light .btn-show-more { color: var(--gold); border-color: var(--gold); }
body.light .btn-show-more:hover { background: var(--gold); color: #000; }

/* Film Card */
.film-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.film-card:hover {
  transform: translateY(-7px);
  border-color: var(--gold);
  box-shadow: 0 18px 44px rgba(0,0,0,0.65), 0 0 0 1px rgba(212,160,23,0.18);
}

/* Film Poster */
.film-poster {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #0c1118;
}
.film-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.film-card:hover .film-poster img { transform: scale(1.06); }

/* Placeholder (when image missing) */
.poster-ph {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(145deg, #0c1322, #1a2545);
}
.poster-ph span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--gold);
  letter-spacing: 2px;
  line-height: 1.25;
}
.film-poster img.broken ~ .poster-ph { display: flex; }

/* Film Overlay */
.film-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(7,9,15,0.97) 0%,
    rgba(7,9,15,0.82) 45%,
    rgba(7,9,15,0.25) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.film-card:hover .film-overlay { opacity: 1; }
.film-overlay p {
  font-size: 0.76rem;
  color: var(--light);
  line-height: 1.65;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.msg-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  align-self: flex-start;
}

/* Film Info */
.film-info { padding: 16px; }
.film-info h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.2;
}
.film-credit { font-size: 0.7rem; color: var(--gray); margin-bottom: 10px; display: block; }
.film-credit em { color: var(--gold); font-style: normal; font-weight: 500; }

.film-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.t-red { background: rgba(200,26,26,0.2); color: #ff7070; border: 1px solid rgba(200,26,26,0.35); }
.t-gold { background: rgba(212,160,23,0.15); color: var(--gold); border: 1px solid rgba(212,160,23,0.3); }
.t-dark { background: rgba(255,255,255,0.05); color: var(--gray); border: 1px solid rgba(255,255,255,0.1); }
.t-coming { background: rgba(0,180,120,0.15); color: #2ecc8a; border: 1px solid rgba(0,180,120,0.35); }
.t-series { background: rgba(100,80,220,0.15); color: #a090ff; border: 1px solid rgba(100,80,220,0.35); }

/* Series card ribbon */
.film-card[data-type="series"]::after {
  content: '📺 SERIES';
  position: absolute;
  top: 16px; left: -1px;
  z-index: 10;
  background: #6450dc;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 0 2px 2px 0;
}

.coming-soon-card { position: relative; }
.coming-soon-card::before {
  content: 'COMING SOON';
  position: absolute;
  top: 16px; right: -1px;
  z-index: 10;
  background: #2ecc8a;
  color: #000;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 2px 0 0 2px;
}

/* ==============================================
   MINISTRY SECTION
============================================== */
.ministry { background: var(--dark2); }
.ministry .container { padding-top: 80px; padding-bottom: 80px; }
.ministry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; margin-top: 48px; }
.min-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 28px 22px;
  transition: border-color 0.3s, background 0.3s;
}
.min-card:hover { border-color: var(--gold); background: var(--card-hover); }
.min-icon { display: block; font-size: 2rem; margin-bottom: 14px; }
.min-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 10px;
}
.min-card p { color: var(--gray); font-size: 0.84rem; line-height: 1.75; }

/* ==============================================
   QUOTE BAND
============================================== */
.quote-band { background: var(--red); padding: 64px 24px; text-align: center; }
.quote-band blockquote p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  letter-spacing: 3px;
  color: #fff;
  line-height: 1.15;
}
.quote-band blockquote strong { color: var(--gold-lt); }
.quote-band cite {
  display: block;
  margin-top: 14px;
  font-size: 0.78rem;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.65);
  font-style: normal;
}

/* ==============================================
   FOOTER
============================================== */
.footer { background: #050810; padding: 80px 0 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 60px; border-bottom: 1px solid var(--border); }
.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--gold);
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 8px;
}
.footer-name { font-size: 0.72rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; line-height: 1.5; margin-bottom: 10px; }
.footer-tagline-sm { font-size: 0.82rem; color: rgba(255,255,255,0.35); font-style: italic; }
.footer-col h4 { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; font-size: 0.82rem; color: var(--gray); }
.footer-col ul li a { transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-col p { font-size: 0.82rem; color: var(--gray); line-height: 1.75; margin-bottom: 16px; }
.cert-row { display: flex; align-items: center; gap: 10px; }
.cert-badge { background: var(--gold); color: #000; font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; padding: 4px 10px; border-radius: 2px; }
.cert-text { font-size: 0.72rem; color: var(--gray); }
.footer-bottom { padding: 22px 0; text-align: center; }
.footer-bottom p { font-size: 0.77rem; color: rgba(255,255,255,0.28); margin-bottom: 4px; }
.footer-bottom strong { color: var(--gold); }

/* ==============================================
   RESPONSIVE
============================================== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 0; }
  .about-visual { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(7,9,15,0.98);
    flex-direction: column;
    padding: 12px;
    border-bottom: 1px solid var(--border);
    gap: 2px;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }

  .stats-bar { justify-content: flex-start; }
  .stat { width: 50%; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 14px 20px; }

  .films-controls { flex-direction: column; align-items: stretch; }
  .search-wrap { max-width: 100%; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-cta { flex-direction: column; align-items: flex-start; }
  .hero-inner { flex-direction: column; text-align: center; }
  .hero-content { text-align: center; }
  .hero-cta { align-items: center; }
  .hero-image { flex: none; width: 100%; max-width: 320px; }
  .hero-desc { margin: 0 auto 32px; }
}

@media (max-width: 480px) {
  .films-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
  .ministry-grid { grid-template-columns: 1fr; }
  .filter-tabs { width: 100%; }
  .fbtn { flex: 1; text-align: center; }
  .stat { width: 100%; }
}
