/* Enforce no italic font style site-wide */
*, *::before, *::after, em, i, cite, dfn, span, h1, h2, h3, h4, h5, h6, p, a {
  font-style: normal !important;
}

/* ================================================================
   REAL CALIBER PRODUCTIONS — GRAND REDESIGN CSS v2.0
   Ultra-premium, cinematic — inspired by Dharma & YRF
   ================================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:         #C9A84C;
  --gold-light:   #E8C96D;
  --gold-lighter: #F5DFA0;
  --gold-dark:    #9A7A2E;
  --gold-glow:    rgba(201,168,76,0.22);
  --black:        #060608;
  --black-2:      #0C0C0E;
  --black-3:      #131316;
  --dark:         #0E0E12;
  --mid-dark:     #181820;
  --card-bg:      #141418;
  --border:       rgba(255,255,255,0.06);
  --border-gold:  rgba(201,168,76,0.2);
  --grey:         #7A7A8A;
  --grey-light:   #ADADBD;
  --white:        #FFFFFF;
  --off-white:    #F0EDE8;
  --font-mono:    'JetBrains Mono', 'Fira Code', monospace;
  --font-sans:    'Inter', system-ui, sans-serif;
  --font-display: 'JetBrains Mono', 'Fira Code', monospace;
  --font-serif:   'JetBrains Mono', 'Fira Code', monospace;
  --ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --transition:   0.35s var(--ease);
  --shadow-card:  0 8px 40px rgba(0,0,0,0.6);
  --shadow-gold:  0 8px 40px rgba(201,168,76,0.15);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--grey-light);
  background: var(--black);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Container ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* ================================================================
   SCROLLBAR
   ================================================================ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, var(--gold-dark), var(--gold)); border-radius: 4px; }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-tag::before, .section-tag::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}

.section-heading {
  font-family: var(--font-display);
  font-style: normal;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.5px;
}
.section-heading em { font-style: normal; color: var(--gold); font-weight: 700; }
.section-heading.center { text-align: center; }

.section-sub {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.8;
  max-width: 540px;
  margin-top: 16px;
}
.section-sub.center { text-align: center; margin: 16px auto 0; }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 34px;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn svg { fill: currentColor; width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
  border-radius: 2px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); filter: brightness(1.12); }

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  border-radius: 2px;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn-gold-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 2px;
}
.btn-gold-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.btn-gold-outline:hover::before { transform: scaleX(1); }
.btn-gold-outline:hover { color: var(--black); }
.btn-gold-outline span { position: relative; z-index: 1; }

.btn-gold-solid {
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  border-radius: 2px;
}
.btn-gold-solid:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); }

.btn-white-ghost, .btn-outline-white {
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  border-radius: 2px;
}
.btn-white-ghost:hover, .btn-outline-white:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.05); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
  border-radius: 2px;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); filter: brightness(1.12); }

/* ================================================================
   NAVIGATION — Ultra Premium Glassmorphism
   ================================================================ */
#site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }

.navbar {
  padding: 0 40px;
  transition: background 0.5s, backdrop-filter 0.5s, border-bottom 0.5s;
}
.navbar.scrolled {
  background: rgba(6,6,8,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.1);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 88px;
  gap: 20px;
}

.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
#rcp-logo { height: 65px; width: auto; object-fit: contain; filter: drop-shadow(0 0 12px rgba(201,168,76,0.25)); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.nav-links > li { position: relative; }

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color var(--transition);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

.arrow { font-size: 9px; opacity: 0.6; transition: transform var(--transition); }
.dropdown:hover .arrow { transform: rotate(180deg); }

/* Mega Dropdown */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(10,10,14,0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,168,76,0.12);
  border-top: 2px solid var(--gold);
  min-width: 210px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  z-index: 200;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 10px 22px;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-light);
  font-weight: 500;
  transition: color 0.2s, padding-left 0.2s;
  border-left: 2px solid transparent;
}
.dropdown-menu a:hover { color: var(--gold); padding-left: 28px; border-left-color: var(--gold); }

.nav-social { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.social-icon { display: flex; }
.social-icon svg { width: 17px; height: 17px; fill: var(--grey); transition: fill var(--transition), filter var(--transition); }
.social-icon:hover svg { fill: var(--gold); filter: drop-shadow(0 0 6px rgba(201,168,76,0.5)); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ================================================================
   HERO — Ultra Cinematic Full Screen
   ================================================================ */
.hero { position: relative; height: 85vh; min-height: 560px; max-height: 750px; overflow: hidden; }

.hero-slider { position: relative; width: 100%; height: 100%; }

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide.active .hero-bg-img { animation: kenBurns 8s ease-in-out forwards; }

.hero-bg-img {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.06) saturate(1.1);
  will-change: transform;
}

.hero-bg-img.poster-full {
  inset: 0;
  background-size: contain;
  background-position: right 12% center;
  background-repeat: no-repeat;
  background-color: #060608;
}
@media (max-width: 900px) {
  .hero-bg-img.poster-full {
    background-position: center center;
  }
}

img.poster-full,
.poster-full img {
  object-fit: contain !important;
  background: #08080C;
}

/* Newspaper Cutting Images Styling */
img.newspaper-cut,
.news-img img.newspaper-cut,
.news-img-small img.newspaper-cut,
.news-article-img img.newspaper-cut {
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 4px;
  filter: contrast(1.05) brightness(1.02);
}

@keyframes kenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* Cinematic layered overlays */
.slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,6,8,0.92) 0%, rgba(6,6,8,0.60) 45%, rgba(6,6,8,0.15) 80%, transparent 100%),
    linear-gradient(0deg, rgba(6,6,8,0.95) 0%, rgba(6,6,8,0.3) 30%, transparent 60%);
  z-index: 1;
}
/* Gold accent line at bottom of overlay */
.slide-overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-glow), transparent);
}

.slide-content {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 7vw;
  max-width: 640px;
  z-index: 2;
}
.hero-slide.active .slide-content { animation: slideUpFade 0.9s 0.3s both; }
@keyframes slideUpFade { from { opacity:0; transform:translateY(-40%); } to { opacity:1; transform:translateY(-50%); } }

/* Hero Slide Multi-Photo Collage Layout */
.hero-slide-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.hero-photo-collage {
  position: absolute;
  right: 5vw;
  top: 52%;
  transform: translateY(-50%);
  width: 440px;
  height: 420px;
  display: block;
  z-index: 4;
}

.hero-slide.active .hero-photo-collage {
  animation: collageFadeIn 1s 0.5s both;
}
@keyframes collageFadeIn {
  from { opacity: 0; transform: translateY(-40%); }
  to { opacity: 1; transform: translateY(-50%); }
}

.collage-card {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.75);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.5s ease;
}
.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Main Official Poster */
.collage-main {
  width: 240px;
  height: 350px;
  top: 35px;
  left: 100px;
  z-index: 4;
  border: 1px solid var(--border-gold);
}
.collage-main img {
  object-fit: contain;
  background: #08080C;
}

/* Sub Stills */
.collage-sub1 {
  width: 180px;
  height: 125px;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(-6deg);
}

.collage-sub2 {
  width: 190px;
  height: 135px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  transform: rotate(4deg);
}

.collage-sub3 {
  width: 175px;
  height: 125px;
  top: 15px;
  right: 0;
  z-index: 1;
  transform: rotate(7deg);
}

.collage-card:hover {
  z-index: 10;
  transform: scale(1.08) rotate(0deg);
  border-color: var(--gold);
}

.collage-label {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(6,6,8,0.88);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .hero-photo-collage {
    display: none;
  }
}

.slide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.slide-eyebrow::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.slide-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 12px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.slide-subtitle {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--gold-light);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.slide-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 420px;
}

.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Slider Arrows */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.slider-prev { left: 30px; }
.slider-next { right: 30px; }
.slider-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--black); transform: translateY(-50%) scale(1.08); }

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 115px;
  left: 7vw;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dot {
  width: 24px; height: 2px;
  background: rgba(255,255,255,0.25);
  border-radius: 2px;
  transition: var(--transition);
}
.dot.active { background: var(--gold); width: 48px; }

/* Film Tabs */
.film-tabs {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  background: rgba(6,6,8,0.8);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.film-tab {
  flex: none;
  padding: 22px 48px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border-bottom: 2px solid transparent;
  transition: var(--transition);
}
.film-tab.active { color: var(--gold); border-bottom-color: var(--gold); }
/* ================================================================
   ABOUT OVERVIEW SECTION (SEO & INTRO)
   ================================================================ */
.about-overview {
  background: var(--black-3);
  padding: 90px 0;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.about-overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.about-lead {
  font-size: 17px;
  line-height: 1.8;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: 400;
}
.about-lead strong {
  color: var(--gold);
  font-weight: 700;
}

.about-text {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--grey-light);
  margin-bottom: 30px;
}

.about-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: var(--transition);
}
.highlight-item:hover {
  border-color: var(--border-gold);
  background: rgba(201, 168, 76, 0.03);
  transform: translateX(4px);
}

.highlight-icon {
  width: 40px;
  height: 40px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.highlight-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--gold);
}

.highlight-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.highlight-item p {
  font-size: 13px;
  color: var(--grey);
  line-height: 1.5;
}

.about-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Film Spotlight Card Right Side */
.film-spotlight-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.film-spotlight-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
}

.spotlight-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0E0E12;
  overflow: hidden;
}
.spotlight-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.film-spotlight-card:hover .spotlight-thumb img {
  transform: scale(1.06);
}

.spotlight-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: rgba(201, 168, 76, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.spotlight-play-btn svg {
  width: 22px;
  height: 22px;
  fill: var(--black);
  margin-left: 2px;
}
.spotlight-play-btn:hover {
  background: var(--gold-light);
  transform: translate(-50%, -50%) scale(1.1);
}

.spotlight-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(6,6,8,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
}

.spotlight-body {
  padding: 24px;
}
.spotlight-eyebrow {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}
.spotlight-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
.spotlight-body p {
  font-size: 13px;
  color: var(--grey-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .about-overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================================================================
   FILMS STRIP
   ================================================================ */
.films-strip {
  background: var(--black-2);
  padding: 50px 0 72px;
}

.films-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .films-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .films-grid { grid-template-columns: 1fr; gap: 20px; }
}

.film-card {
  display: block;
  text-align: center;
  transition: var(--transition);
}
.film-card:hover { transform: translateY(-8px); }

.film-thumb, .film-full-thumb, .vid-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0E0E12;
  border-radius: 4px;
}
.film-thumb img, .film-full-thumb img, .vid-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: transform 0.6s var(--ease);
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
.film-card:hover .film-thumb img,
.film-full-card:hover .film-full-thumb img,
.vid-card:hover .vid-card-thumb img {
  transform: scale(1.12);
}

.film-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,6,8,0.85) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  opacity: 0;
  transition: opacity var(--transition);
}
.film-card:hover .film-thumb-overlay { opacity: 1; }

.film-play-icon {
  width: 44px; height: 44px;
  background: rgba(201,168,76,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.film-play-icon svg { width: 18px; height: 18px; fill: var(--black); margin-left: 2px; }

/* Gold shimmer border on hover */
.film-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--gold);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.film-card:hover .film-thumb::after { opacity: 1; }

.film-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.film-type {
  font-size: 10.5px;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

/* View All button */
.view-all-wrap { text-align: center; }
.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 44px;
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-view-all::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gold); transform: scaleX(0);
  transform-origin: left; transition: transform 0.4s var(--ease); z-index: 0;
}
.btn-view-all:hover::before { transform: scaleX(1); }
.btn-view-all:hover { color: var(--black); border-color: var(--gold); }
.btn-view-all-text { position: relative; z-index: 1; }

/* ================================================================
   ABOUT / STATS STRIP — Cinematic Magazine Layout
   ================================================================ */
.about-strip {
  padding: 120px 40px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.about-strip::before {
  content: '"';
  position: absolute;
  top: -60px;
  right: 5%;
  font-family: var(--font-display);
  font-size: 100px; display: none;
  color: rgba(201,168,76,0.02);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.about-text-col { }
.about-lead {
  font-family: var(--font-sans);
  font-size: 15px;
  font-style: normal;
  color: var(--gold-light);
  line-height: 1.75;
  margin-bottom: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.about-para { color: var(--grey); font-size: 15px; line-height: 1.85; margin-bottom: 20px; }
.about-para:last-of-type { margin-bottom: 36px; }

/* Stats — Editorial Magazine & Pillar Layout */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-gold);
  border: 1px solid var(--border-gold);
  border-radius: 6px;
  overflow: hidden;
}
.stat-item {
  padding: 44px 24px;
  background: var(--mid-dark);
  text-align: center;
  position: relative;
  transition: background var(--transition);
}
.stat-item:hover { background: rgba(201,168,76,0.05); }
.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-glow), transparent);
}

/* Stat Pillars for About Strip */
.stat-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-pillar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  background: var(--mid-dark);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  transition: all 0.4s var(--ease);
}

.stat-pillar:hover {
  border-color: var(--border-gold);
  border-left-color: var(--gold-light);
  background: rgba(201, 168, 76, 0.04);
  transform: translateX(6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.stat-pillar-num {
  min-width: 85px;
  text-align: center;
  flex-shrink: 0;
}

.stat-pillar-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.stat-pillar-text p {
  font-size: 12.5px;
  color: var(--grey);
  line-height: 1.5;
  margin: 0;
}

.stat-number {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(135deg, var(--gold-lighter) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.stat-plus {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: var(--gold);
  vertical-align: super;
  line-height: 1;
}
.stat-label {
  display: block;
  font-size: 10px;
  color: var(--grey);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
}

/* ================================================================
   SERVICES / DIVISIONS — Premium SVG Icon Cards
   ================================================================ */
.services-section { padding: 120px 0; background: var(--black-2); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  border-right: none;
  border-bottom: none;
  margin-top: 60px;
}
.service-card {
  display: block;
  padding: 44px 32px;
  background: var(--card-bg);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.service-card:hover { background: rgba(201,168,76,0.04); }
.service-card:hover::before { transform: scaleX(1); }

.service-svg-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  display: block;
}
.service-svg-icon svg { width: 44px; height: 44px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: filter var(--transition); }
.service-card:hover .service-svg-icon svg { filter: drop-shadow(0 0 8px rgba(201,168,76,0.5)); }

.service-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-card p {
  font-size: 13px;
  color: var(--grey);
  line-height: 1.65;
}
.service-card .service-arrow {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s, transform 0.3s;
}
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }

/* ================================================================
   VIDEOS SECTION
   ================================================================ */
.videos-section { padding: 120px 0; background: var(--dark); }

.featured-video { margin-bottom: 28px; }

.video-thumb-wrap {
  position: relative;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 3px;
  background: var(--black-3);
  cursor: pointer;
}
.video-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.video-thumb-wrap:hover img { transform: scale(1.02); }

/* Cinematic border gradient on featured */
.video-thumb-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201,168,76,0.25);
  z-index: 2;
  pointer-events: none;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 0.3s var(--ease);
}
.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }
.play-btn svg { width: 80px; height: 80px; drop-shadow: 0 4px 20px rgba(0,0,0,0.5); }

/* Video Strip */
.video-strip-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.video-strip {
  display: flex;
  gap: 12px;
  overflow: hidden;
  flex: 1;
}
.video-thumb-btn {
  flex-shrink: 0;
  width: 195px;
  text-align: left;
  cursor: pointer;
}
.video-thumb-btn img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
  border: 1.5px solid transparent;
  transition: border-color 0.25s;
}
.video-thumb-btn:hover img { border-color: var(--gold); }
.video-thumb-btn span {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  color: var(--grey-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
}
.strip-nav {
  width: 42px; height: 42px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}
.strip-nav:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

/* ================================================================
   NEWS SECTION
   ================================================================ */
.news-section { padding: 120px 0; background: var(--black-2); }

.news-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2px;
  margin-top: 60px;
  background: var(--border);
}

.news-card {
  background: var(--card-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.news-card:hover { background: var(--mid-dark); }

.news-img { overflow: hidden; aspect-ratio: 16/9; flex-shrink: 0; }
.news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.news-card:hover .news-img img { transform: scale(1.04); }

.news-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.news-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.news-body h3 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.news-body p { font-size: 13.5px; color: var(--grey); line-height: 1.7; flex: 1; margin-bottom: 22px; }
.news-read-more {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap var(--transition);
}
.news-read-more:hover { gap: 14px; }

.news-side {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--border);
}
.news-card-small {
  display: flex;
  gap: 0;
  background: var(--card-bg);
  flex: 1;
  overflow: hidden;
  transition: var(--transition);
}
.news-card-small:hover { background: var(--mid-dark); }

.news-img-small { width: 38%; overflow: hidden; flex-shrink: 0; }
.news-img-small img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.news-card-small:hover .news-img-small img { transform: scale(1.06); }

.news-body-small {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-body-small h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin: 6px 0 10px;
}

/* ================================================================
   CTA SECTION
   ================================================================ */
.cta-section {
  padding: 100px 40px;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.05) 0%, transparent 60%),
    linear-gradient(135deg, #060608 0%, #0E0B06 50%, #060608 100%);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}
.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.cta-text h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.15;
  font-weight: 700;
}
.cta-text p { color: var(--grey); max-width: 480px; font-size: 15px; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer { background: var(--black-3); border-top: 1px solid var(--border); }

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  gap: 50px;
  padding: 80px 40px 60px;
}

.footer-logo { height: 62px; width: auto; margin-bottom: 22px; filter: drop-shadow(0 0 10px rgba(201,168,76,0.15)); }

.footer-brand p {
  font-size: 13.5px;
  color: var(--grey);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 280px;
}

.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  transition: var(--transition);
}
.footer-social a:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); }
.footer-social svg { width: 14px; height: 14px; fill: var(--grey); transition: fill var(--transition); }
.footer-social a:hover svg { fill: var(--gold); }

.footer-links-col h4 {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-links-col li { margin-bottom: 11px; }
.footer-links-col a {
  font-size: 13px;
  color: var(--grey);
  transition: color var(--transition);
  letter-spacing: 0.3px;
}
.footer-links-col a:hover { color: var(--gold); }

.footer-contact-col h4 {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-contact-col p, .footer-contact-col a {
  display: block;
  font-size: 13px;
  color: var(--grey);
  margin-bottom: 11px;
  transition: color var(--transition);
}
.footer-contact-col a:hover { color: var(--gold); }

/* Gold divider line above footer */
.site-footer::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 22px 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { font-size: 12px; color: var(--grey); letter-spacing: 0.5px; }
.footer-bottom-links { display: flex; gap: 28px; }
.footer-bottom-links a { font-size: 11.5px; color: var(--grey); transition: color var(--transition); letter-spacing: 0.5px; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ================================================================
   VIDEO MODAL
   ================================================================ */
.video-modal {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity 0.35s, visibility 0.35s;
}
.video-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.92); backdrop-filter: blur(8px); }
.modal-content {
  position: relative; width: 100%; max-width: 960px; z-index: 1;
  background: #0E0E12; border: 1px solid var(--border-gold);
  border-radius: 6px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.95);
}
.modal-close {
  position: absolute; top: 12px; right: 12px; z-index: 10;
  font-size: 24px; color: var(--white);
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.25); border-radius: 50%;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(4px);
  transition: var(--transition);
}
.modal-close:hover { color: var(--gold); border-color: var(--gold); background: rgba(0,0,0,0.9); transform: scale(1.05); }
.modal-iframe-wrap { aspect-ratio: 16/9; width: 100%; background: #000; position: relative; }
.modal-iframe-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.modal-footer-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; background: #121217; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px; color: var(--grey-light);
}
.modal-footer-bar a {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black); font-weight: 700; font-size: 11px;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 8px 18px; border-radius: 3px; transition: var(--transition);
}
.modal-footer-bar a:hover { filter: brightness(1.15); transform: translateY(-1px); }

/* ================================================================
   PAGE HERO (Inner Pages)
   ================================================================ */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 72px;
  overflow: hidden;
  background: var(--black);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.page-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,6,8,0.95) 0%, rgba(6,6,8,0.75) 50%, rgba(6,6,8,0.4) 100%),
              linear-gradient(0deg, rgba(6,6,8,0.9) 0%, transparent 50%);
}
.page-hero-content {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto; padding: 0 40px; width: 100%;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  color: var(--white);
  line-height: 1.0;
  letter-spacing: -1.5px;
  margin-top: 12px;
  font-weight: 800;
}
.page-hero h1 span { color: var(--gold); font-style: normal; font-weight: 800; }

/* ================================================================
   FILMS PAGE SPECIFIC
   ================================================================ */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 52px; }
.filter-pill {
  padding: 9px 24px;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-light);
  transition: var(--transition);
}
.filter-pill.active, .filter-pill:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,0.06);
}

.film-category { padding: 72px 0; border-top: 1px solid var(--border); }
.film-category:nth-child(even) { background: var(--dark); }
.film-category-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 16px;
  letter-spacing: -0.5px;
}
.film-category-title span { color: var(--gold); font-weight: 500; font-size: 15px; }

.film-count-badge {
  font-size: 11px;
  color: var(--grey);
  letter-spacing: 1px;
  font-family: var(--font-sans);
}

.films-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .films-full-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .films-full-grid { grid-template-columns: 1fr; gap: 20px; }
}

.film-full-card {
  background: var(--card-bg);
  overflow: hidden;
  transition: var(--transition);
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 4px;
}
.film-full-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: var(--border-gold); }
.film-full-thumb { aspect-ratio: 16 / 9; overflow: hidden; background: #0E0E12; }
.film-full-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.film-full-card:hover .film-full-thumb img { transform: scale(1.05); }
.film-full-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.film-full-body .film-type { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.film-full-body h3 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.5px; }
.film-full-body p { font-size: 12.5px; color: var(--grey); flex: 1; line-height: 1.6; margin-bottom: 14px; }
.film-link {
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.2s;
}
.film-link:hover { gap: 14px; }

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible, .reveal.revealed { opacity: 1; transform: translateY(0); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact-col { grid-column: span 3; }
  .about-inner { gap: 60px; }
}

@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 50px; }
  .news-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.mobile-open {
    display: flex; flex-direction: column;
    position: fixed; top: 88px; left: 0; right: 0; bottom: 0;
    background: rgba(6,6,8,0.98); backdrop-filter: blur(16px);
    padding: 30px 24px; gap: 0; overflow-y: auto; z-index: 999; align-items: flex-start;
  }
  .nav-links.mobile-open .nav-link { padding: 18px 0; font-size: 15px; border-bottom: 1px solid var(--border); width: 100%; letter-spacing: 2px; }
  .nav-links.mobile-open .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; background: none; border: none; padding-left: 20px; }
  .hamburger { display: flex; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact-col { grid-column: 1 / -1; }
  .cta-inner { flex-direction: column; }
  .slide-content { left: 5vw; bottom: 130px; }
}

@media (max-width: 640px) {
  .container, .about-strip, .navbar, .footer-bottom { padding-left: 20px; padding-right: 20px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .films-grid { grid-template-columns: repeat(2, 1fr); }
  .film-tabs .film-tab { padding: 18px 22px; font-size: 9.5px; }
  .slide-title { letter-spacing: -1px; }
  .footer-top { grid-template-columns: 1fr; padding: 50px 20px 40px; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; padding: 20px; }
  .video-thumb-btn { width: 150px; }
  .news-grid { gap: 2px; }
  .about-strip { padding: 80px 20px; }
}

@media (max-width: 420px) {
  .services-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}

/* ================================================================
   @STATUS SPOTLIGHT SECTION
   ================================================================ */
.spotlight-section {
  padding: 120px 0;
  background: radial-gradient(circle at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 65%), var(--black-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.spotlight-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.spotlight-content {
  position: relative;
  z-index: 2;
}

.spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-glow);
  border: 1px solid var(--border-gold);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.spotlight-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 12px;
  letter-spacing: -2px;
}

.spotlight-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}

.spotlight-desc {
  font-size: 15px;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}

.spotlight-stat {
  margin: 36px 0;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
}

.spotlight-views {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  background: linear-gradient(135deg, var(--white) 30%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: -1px;
}

.spotlight-stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 6px;
}

.spotlight-video {
  position: relative;
  z-index: 2;
}

.spotlight-thumb-wrap {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 50px rgba(201,168,76,0.08);
  cursor: pointer;
}

.spotlight-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.spotlight-thumb-wrap:hover img {
  transform: scale(1.03);
}

.spotlight-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6,6,8,0.2);
  transition: background 0.3s;
}

.spotlight-thumb-wrap:hover .spotlight-play-btn {
  background: rgba(6,6,8,0.4);
}

.spotlight-play-icon {
  width: 76px;
  height: 76px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(201,168,76,0.35);
  transition: transform 0.3s var(--ease), background 0.3s;
}

.spotlight-thumb-wrap:hover .spotlight-play-icon {
  transform: scale(1.08);
  background: var(--gold-light);
}

.spotlight-play-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--black);
  margin-left: 3px;
}

@media(max-width: 900px) {
  .spotlight-section { padding: 80px 0; }
  .spotlight-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .spotlight-desc { max-width: 100%; }
}

/* ================================================================
   SCROLL REVEAL ANIMATIONS
   ================================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
[data-reveal="fade-up"] {
  opacity: 0;
  transform: translateY(45px);
}
[data-reveal="fade-down"] {
  opacity: 0;
  transform: translateY(-45px);
}
[data-reveal="fade-left"] {
  opacity: 0;
  transform: translateX(-45px);
}
[data-reveal="fade-right"] {
  opacity: 0;
  transform: translateX(45px);
}
[data-reveal="zoom-in"] {
  opacity: 0;
  transform: scale(0.92);
}

[data-reveal].revealed {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

/* Automatic staggered delays for grids */
.revealed[data-delay="100"], [data-delay="100"].revealed { transition-delay: 0.1s; }
.revealed[data-delay="200"], [data-delay="200"].revealed { transition-delay: 0.2s; }
.revealed[data-delay="300"], [data-delay="300"].revealed { transition-delay: 0.3s; }
.revealed[data-delay="400"], [data-delay="400"].revealed { transition-delay: 0.4s; }
.revealed[data-delay="500"], [data-delay="500"].revealed { transition-delay: 0.5s; }
.revealed[data-delay="600"], [data-delay="600"].revealed { transition-delay: 0.6s; }

/* Reduced Motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ================================================================
   CLEAN MEDIA GRID & LIGHTBOX MODAL
   ================================================================ */
.media-pure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.media-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s var(--ease);
}
.media-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.media-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #09090C;
}
.media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.media-card:hover .media-thumb img {
  transform: scale(1.06);
}

.media-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(6, 6, 8, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.media-badge svg {
  width: 12px;
  height: 12px;
  fill: var(--gold);
}

.media-info {
  padding: 16px 20px;
}
.media-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 8px;
}
.media-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
}

/* Image Lightbox Modal */
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.image-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.img-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 2;
  background: #08080C;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.85);
  display: flex;
  flex-direction: column;
}
.img-modal-wrap {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
}
.img-modal-wrap img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
}

/* ================================================================
   NEWS & MEDIA GRID SYSTEM
   ================================================================ */
.news-all-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.news-article {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  position: relative;
}

.news-article:hover {
  border-color: var(--border-gold);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 20px rgba(212, 175, 55, 0.12);
}

.news-article-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #09090D;
  overflow: hidden;
}

.news-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.news-article-img.poster-full img {
  object-fit: contain !important;
  background: #050508;
}

.news-article:hover .news-article-img img {
  transform: scale(1.05);
}

.news-article-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}

.news-article-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  display: inline-block;
}

.news-article-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.news-article:hover .news-article-body h3 {
  color: var(--gold);
}

.news-article-body p {
  font-size: 13.5px;
  color: var(--grey-light);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.news-article-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: gap 0.3s ease;
}

/* ================================================================
   PAGE HERO & SUB-HEADER DESIGN SYSTEM
   ================================================================ */
.page-hero {
  padding: 100px 0 40px;
  background: linear-gradient(180deg, #0C0C10 0%, #060608 100%);
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.page-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  position: relative;
}

.page-hero h1,
.page-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.page-hero h1 span,
.page-title span,
.page-title em {
  font-style: normal !important;
  font-weight: 400;
  color: var(--gold);
}

.timeline-phase {
  margin-bottom: 56px;
}

.timeline-phase-header {
  border-left: 3px solid var(--gold);
  padding-left: 18px;
  margin-bottom: 30px;
}

.timeline-phase-header .phase-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.timeline-phase-header h2 {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin: 0;
}

.timeline-phase-header h2 span,
.timeline-phase-header h2 em {
  font-style: normal !important;
  font-weight: 400;
  color: var(--gold);
}

/* ================================================================
   BHARADD & MOBILE RESPONSIVE NAVIGATION SYSTEM
   ================================================================ */
.bharadd-spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.film-detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.film-audition-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* Mobile responsive adjustments (ONLY in mobile version) */
@media (max-width: 900px) {
  /* BHARADD Section & Page 1-Column Layout on Mobile */
  .bharadd-spotlight-grid,
  .film-detail-grid,
  .film-audition-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  /* Header Top Bar & Hamburger Menu on Right */
  .navbar {
    padding: 0 16px !important;
  }

  .nav-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 6px 0 10px;
  }

  /* Social menu above header in Top Bar center aligned */
  .nav-social {
    order: -1;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    background: rgba(4, 4, 6, 0.95);
  }

  .nav-logo {
    order: 1;
  }

  #rcp-logo {
    height: 48px;
  }

  /* Hamburger menu on Right side */
  .hamburger {
    order: 2;
    display: flex !important;
    margin-left: auto;
    z-index: 1001;
    cursor: pointer;
  }

  /* Mobile Header & Right Hamburger */
  #site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
  }

  .navbar {
    position: relative !important;
    padding: 0 16px !important;
    background: rgba(6, 6, 8, 0.96) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15) !important;
  }

  .nav-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 6px 0 10px;
  }

  /* Social menu above header in Top Bar center aligned */
  .nav-social {
    order: -1;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    background: rgba(4, 4, 6, 0.95);
  }

  .nav-logo {
    order: 1;
  }

  #rcp-logo {
    height: 48px;
  }

  /* Hamburger menu on Right side */
  .hamburger {
    order: 2;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    z-index: 100001 !important;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 8px;
    width: 36px;
    height: 36px;
  }

  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
  }

  /* Fullscreen Full-Overlay Mobile Menu Drawer */
  .nav-links {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(6, 6, 9, 0.98) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 90px 24px 40px !important;
    gap: 18px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: scale(0.96) !important;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease !important;
    z-index: 100000 !important;
    overflow-y: auto !important;
  }

  .nav-links.mobile-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: scale(1) !important;
  }

  .nav-links > li {
    width: 100%;
    text-align: center;
  }

  .nav-link {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    padding: 10px 20px !important;
    color: var(--white) !important;
    justify-content: center !important;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--gold) !important;
  }

  .nav-links .dropdown-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(201, 168, 76, 0.05) !important;
    border: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    text-align: center !important;
    padding: 8px 0 !important;
    margin-top: 6px !important;
    min-width: 240px !important;
  }

  .dropdown-menu a {
    font-size: 12px !important;
    padding: 8px 16px !important;
    color: var(--grey-light) !important;
  }

  .dropdown-menu a:hover {
    color: var(--gold) !important;
    padding-left: 16px !important;
  }

  /* Slider arrows positioned at bottom on mobile to avoid overlapping hero text */
  .slider-btn {
    top: auto !important;
    bottom: 20px !important;
    transform: none !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    background: rgba(12, 12, 16, 0.85) !important;
    border: 1px solid var(--border-gold) !important;
    z-index: 20 !important;
  }

  .slider-prev {
    left: 16px !important;
  }

  .slider-next {
    left: 64px !important;
    right: auto !important;
  }

  .slider-dots {
    bottom: 30px !important;
    left: 118px !important;
    z-index: 20 !important;
  }

  .slide-content {
    left: 16px !important;
    right: 16px !important;
    max-width: calc(100% - 32px) !important;
    top: 45% !important;
  }
}

/* ================================================================
   FLOATING BOTTOM-RIGHT BHARADD BANNER WIDGET
   ================================================================ */
.bharadd-corner-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 340px;
  background: rgba(12, 12, 16, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 30px rgba(201, 168, 76, 0.15);
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.bharadd-corner-banner.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.corner-banner-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.corner-banner-close:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.corner-banner-inner {
  display: flex;
  align-items: center;
  gap: 14px;
}

.corner-banner-thumb {
  width: 70px;
  height: 95px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: #060608;
}

.corner-banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corner-banner-content {
  flex: 1;
  min-width: 0;
}

.corner-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}

.corner-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.corner-title span {
  font-weight: 400;
  color: var(--gold-light);
  font-size: 13px;
}

.corner-subtitle {
  font-size: 11px;
  color: var(--grey-light);
  line-height: 1.4;
  margin-bottom: 10px;
}

.corner-btn {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.corner-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}

@media (max-width: 600px) {
  .bharadd-corner-banner {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: calc(100% - 32px) !important;
  }
}





/* ================================================================
   LEGAL & TRUST PAGES DESIGN SYSTEM
   ================================================================ */
.legal-article-section {
  padding: 80px 0 100px;
  background: var(--dark);
  border-bottom: 1px solid var(--border);
}

.legal-article-wrap {
  max-width: 920px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 50px 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.legal-meta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  font-size: 12.5px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.legal-article-wrap h2 {
  font-size: 22px;
  color: var(--white);
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.legal-article-wrap h3 {
  font-size: 16px;
  color: var(--gold);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
}

.legal-article-wrap p {
  font-size: 14.5px;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-article-wrap ul, .legal-article-wrap ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.legal-article-wrap li {
  font-size: 14px;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal-article-wrap strong {
  color: var(--white);
}

.legal-article-wrap a {
  color: var(--gold);
  text-decoration: underline;
}

.legal-article-wrap a:hover {
  color: var(--gold-light);
}

.legal-placeholder-box {
  background: rgba(201, 168, 76, 0.08);
  border: 1px dashed var(--gold);
  padding: 16px 20px;
  border-radius: 6px;
  margin: 20px 0;
  font-size: 13.5px;
  color: var(--gold-light);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .legal-article-section {
    padding: 40px 0 60px;
  }
  .legal-article-wrap {
    padding: 30px 20px;
  }
}
