/* =======================================================
   INDIEGO — FULL RESPONSIVE STYLESHEET
   Breakpoints:
     Mobile  : < 480px
     Phablet : 480px – 767px
     Tablet  : 768px – 1023px
     Desktop : 1024px+
======================================================= */

/* ========== TOKENS ========== */
:root {
  --navy:          #1a1f4e;
  --deep-navy:     #0d1035;
  --darkest:       #080b20;
  --accent-gold:   #f5c518;
  --accent-teal:   #00d4aa;
  --accent-purple: #7c3aed;
  --text-light:    #e8eaf6;
  --text-muted:    #8892b0;
  --card-bg:       rgba(255,255,255,0.04);
  --border:        rgba(255,255,255,0.08);
  --radius:        12px;
  --transition:    0.25s ease;
}

/* ========== RESET ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--darkest);
  color: var(--text-light);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ========== NAVBAR ========== */
nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 64px;
  background: rgba(8,11,32,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}
.logo span { color: var(--accent-gold); }
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color var(--transition);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.nav-links a.active, .nav-links a:hover { color: #fff; }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0; right: 0;
  height: 2px;
  background: var(--accent-gold);
  border-radius: 2px;
}
.nav-cta {
  background: var(--accent-gold);
  color: var(--darkest);
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
  transition: transform var(--transition), box-shadow var(--transition);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(245,197,24,0.35); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ========== PAGES ========== */
.page { display: none; min-height: 100vh; }
.page.active { display: block; }

/* ========== HERO ========== */
#hero {
  position: relative;
  min-height: 60vh;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.hero-collage {
  position: absolute; inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  opacity: 0.14;
  z-index: 0;
}
.hero-collage-cell { background-size: cover; background-position: center; }
.hero-collage-cell:nth-child(1)  { background-image: url("https://images.unsplash.com/photo-1536440136628-849c177e76a1?w=500"); }
.hero-collage-cell:nth-child(2)  { background-image: url("https://images.unsplash.com/photo-1478720568477-152d9b164e26?w=500"); }
.hero-collage-cell:nth-child(3)  { background-image: url("https://images.unsplash.com/photo-1485846234645-a62644f84728?w=500"); }
.hero-collage-cell:nth-child(4)  { background-image: url("https://images.unsplash.com/photo-1440404653325-ab127d49abc1?w=500"); }
.hero-collage-cell:nth-child(5)  { background-image: url("https://images.unsplash.com/photo-1574267432553-4b4628081c31?w=500"); }
.hero-collage-cell:nth-child(6)  { background-image: url("https://images.unsplash.com/photo-1518676590629-3dcbd9c5a5c9?w=500"); }
.hero-collage-cell:nth-child(7)  { background-image: url("https://images.unsplash.com/photo-1500462918059-b1a0cb512f1d?w=500"); }
.hero-collage-cell:nth-child(8)  { background-image: url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500"); }
.hero-collage-cell:nth-child(9)  { background-image: url("https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?w=500"); }
.hero-collage-cell:nth-child(10) { background-image: url("https://images.unsplash.com/photo-1542204165-65bf26472b9b?w=500"); }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(8,11,32,0.9) 0%, rgba(26,31,78,0.55) 50%, rgba(8,11,32,0.93) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-title {
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 0.9;
  margin: 0;
  transform-origin: left center;
  will-change: transform, opacity;
  transition: none;
}
.hero-title .highlight { color: var(--accent-gold); }
.hero-desc {
  font-size: clamp(0.82rem, 1.8vw, 1.05rem);
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 540px;
  animation: fadeInUp 0.8s 0.15s ease both;
}

/* ========== GENERAL SECTIONS ========== */
section { padding: 64px 48px; }
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.section-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title::before {
  content: '';
  display: inline-block;
  width: 4px; height: 18px;
  background: var(--accent-gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.see-all {
  color: var(--accent-teal);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition);
  white-space: nowrap;
}
.see-all:hover { gap: 10px; }

/* ========== CTA BUTTONS (global) ========== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-gold);
  color: var(--darkest);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform var(--transition), box-shadow var(--transition);
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(245,197,24,0.38); }
.cta-btn.upload {
  background: rgba(255,255,255,0.09);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.22);
}
.cta-btn.upload:hover { background: rgba(255,255,255,0.16); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.cta-btn.festival { background: var(--accent-teal); color: var(--darkest); }
.cta-btn.festival:hover { box-shadow: 0 12px 30px rgba(0,212,170,0.38); }
.cta-btn svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

/* ========== FILM CARD SECTION ========== */
.film-section { padding: 48px 48px 40px; }
.film-section + .film-section { padding-top: 16px; }
.film-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.section-title-row { display: flex; align-items: center; gap: 10px; }
.section-trend-icon { font-size: 1.1rem; flex-shrink: 0; }
.section-ctas { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.section-ctas .cta-btn { padding: 10px 18px; font-size: 0.78rem; border-radius: 40px; }

/* Film Card Row */
.film-card-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.1) transparent;
}
.film-card-row::-webkit-scrollbar { height: 4px; }
.film-card-row::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 4px; }
.film-card { flex: 0 0 160px; cursor: pointer; }
.film-card-poster {
  width: 160px; height: 240px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.film-card:hover .film-card-poster { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.6); }
.film-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,11,32,0.92) 0%, rgba(8,11,32,0.3) 50%, transparent 75%);
  transition: opacity 0.3s;
}
.film-card:hover .film-card-overlay { opacity: 0.85; }
.film-card-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0.85);
  opacity: 0;
  background: var(--accent-gold);
  color: var(--darkest);
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 3;
}
.film-card-play svg { width: 17px; height: 17px; fill: currentColor; margin-left: 2px; }
.film-card:hover .film-card-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.film-card-bottom { position: relative; z-index: 2; padding: 10px; }
.film-card-title-bar { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.8px; color: #fff; text-transform: uppercase; line-height: 1.2; }
.film-card-info { padding: 8px 2px 0; min-height: 48px; display: flex; flex-direction: column; }
.film-card-name {
  font-size: 0.8rem; font-weight: 600; color: var(--text-light); margin-bottom: 3px;
  display: none; /* hidden per existing rule */
}
.film-card-genre { font-size: 0.7rem; color: var(--text-muted); }
.film-card-soon { cursor: default; }
.film-card-poster-soon {
  background: rgba(255,255,255,0.03) !important;
  border: 1px dashed rgba(255,255,255,0.1) !important;
  display: flex; align-items: center; justify-content: center;
}
.film-card-poster-soon span { color: var(--text-muted); font-size: 0.78rem; font-weight: 500; }
.film-card-soon:hover .film-card-poster { transform: none; box-shadow: none; }

/* ========== REVIEWS ========== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: -14px; right: 14px;
  font-size: 8rem;
  font-family: 'Playfair Display', serif;
  color: rgba(245,197,24,0.05);
  line-height: 1;
  pointer-events: none;
}
.review-card:hover { transform: translateY(-5px); border-color: rgba(245,197,24,0.2); }
.review-stars { color: var(--accent-gold); font-size: 0.88rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 0.83rem; line-height: 1.68; color: var(--text-muted); margin-bottom: 18px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-purple));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.82rem; color: #fff;
  border: 2px solid rgba(255,255,255,0.12);
}
.reviewer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.reviewer-name { font-size: 0.85rem; font-weight: 600; }
.reviewer-role { font-size: 0.7rem; color: var(--text-muted); margin-top: 2px; }

/* ========== TWO BIG CARDS ========== */
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.big-card {
  border-radius: 16px; overflow: hidden; position: relative;
  cursor: pointer; min-height: 420px;
  background: var(--deep-navy); border: 1px solid var(--border);
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.big-card:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(0,0,0,0.65); }
.big-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.big-card:hover .big-card-bg { transform: scale(1.05); }
.big-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,11,32,0.98) 0%, rgba(8,11,32,0.5) 45%, transparent 70%); }
.big-card-content { position: relative; z-index: 2; padding: 24px; }
.big-card-tag { display: inline-block; background: var(--accent-gold); color: var(--darkest); font-size: 0.62rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 10px; }
.big-card-tag.teal { background: var(--accent-teal); }
.big-card-title { font-size: 1.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.big-card-sub { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 18px; }
.big-card-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-gold); color: var(--darkest); padding: 10px 20px; border-radius: 6px; font-weight: 700; font-size: 0.82rem; transition: transform var(--transition), box-shadow var(--transition); }
.big-card-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(245,197,24,0.4); }
.big-card-cta.teal-btn { background: var(--accent-teal); }
.big-card-cta.teal-btn:hover { box-shadow: 0 8px 24px rgba(0,212,170,0.4); }

/* ========== ABOUT PAGE ========== */
#about-page { padding-top: 64px; }
.about-hero {
  padding: 72px 48px;
  text-align: center;
  background: linear-gradient(180deg, rgba(26,31,78,0.4) 0%, transparent 100%);
  border-bottom: 1px solid var(--border);
}
.about-hero h1 { font-size: clamp(2rem, 6vw, 4.5rem); font-weight: 900; margin-bottom: 14px; }
.about-hero p { font-size: 1rem; color: var(--text-muted); font-style: italic; max-width: 520px; margin: 0 auto; font-family: 'Playfair Display', serif; }
.about-indie { color: #fff; display: inline-block; }
.about-go { color: var(--accent-gold); display: inline-block; }
#about-page.active .about-indie { animation: aboutWordIn 0.6s 0.1s cubic-bezier(0.22,1,0.36,1) both; }
#about-page.active .about-go    { animation: aboutWordIn 0.6s 0.28s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes aboutWordIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.about-section { padding: 64px 48px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text h2 { font-size: 1.9rem; font-weight: 700; margin-bottom: 18px; line-height: 1.25; }
.about-text h2 span { color: var(--accent-gold); }
.about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; font-size: 0.88rem; }
.about-text strong { color: var(--text-light); }
.adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.adv-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 16px; transition: transform var(--transition), border-color var(--transition); }
.adv-card:hover { transform: translateY(-3px); border-color: var(--accent-teal); }
.adv-icon { font-size: 1.3rem; margin-bottom: 7px; }
.adv-card h4 { font-size: 0.82rem; font-weight: 600; margin-bottom: 5px; }
.adv-card p { font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; }
.challenge-section { padding: 64px 48px; background: rgba(26,31,78,0.2); }
.challenge-section h2 { font-size: 1.7rem; font-weight: 700; text-align: center; margin-bottom: 40px; }
.ch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 0 auto 48px; }
.ch-col h3 { font-size: 0.74rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.ch-col.sol h3 { color: var(--accent-teal); }
.ch-item { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.ch-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4757; flex-shrink: 0; margin-top: 5px; }
.sol .ch-dot { background: var(--accent-teal); }
.ch-item p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; }
.ch-item strong { color: var(--text-light); }
.cycle-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; margin: 0 auto 64px; max-width: 900px; padding: 0 48px; }
.cycle-step { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 20px 22px; text-align: center; flex: 1; min-width: 130px; transition: border-color var(--transition); }
.cycle-step:hover { border-color: var(--accent-gold); }
.cycle-num { font-size: 1.8rem; font-weight: 900; color: var(--accent-gold); display: block; margin-bottom: 4px; }
.cycle-step h4 { font-size: 0.8rem; font-weight: 600; }
.cycle-arrow { color: var(--text-muted); font-size: 1.3rem; padding: 0 8px; flex-shrink: 0; }
.about-quote { text-align: center; padding: 56px 48px; background: linear-gradient(135deg, rgba(26,31,78,0.5), rgba(124,58,237,0.1)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.about-quote blockquote { font-family: 'Playfair Display', serif; font-size: clamp(1rem, 3vw, 1.6rem); font-style: italic; color: var(--text-light); max-width: 720px; margin: 0 auto 20px; line-height: 1.6; }
.about-quote cite { color: var(--accent-gold); font-size: 0.8rem; letter-spacing: 1px; }

/* ========== FOOTER ========== */
footer {
  background: var(--darkest);
  border-top: 1px solid var(--border);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-logo { font-size: 1.6rem; font-weight: 800; }
.footer-logo span { color: var(--accent-gold); }
.footer-tag { font-size: 0.74rem; color: var(--text-muted); margin-top: 4px; font-style: italic; }
.footer-copy { color: var(--text-muted); font-size: 0.74rem; }

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* =======================================================
   FESTIVAL HERO CAROUSEL
======================================================= */
#fest-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 480px;
  max-height: 740px;
  overflow: hidden;
  background: var(--darkest);
}

/* Slides — stacked absolute on desktop */
.fh-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition:
    opacity   0.7s ease-in-out,
    transform 0.7s ease-in-out;
  z-index: 1;
  will-change: opacity, transform;
}
.fh-slide.active  { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 2; }
.fh-slide.leaving { opacity: 0; transform: scale(0.99); z-index: 3; pointer-events: none; }

/* Blurred full-bleed bg */
.fh-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: blur(28px) brightness(0.25) saturate(0.6);
  transform: scale(1.08);
  z-index: 0;
}
.fh-bg--cta { background: linear-gradient(135deg, #0a0e2a 0%, #1a1050 50%, #0d0820 100%); filter: none; transform: none; }
.fh-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(4,6,22,0.1) 0%, rgba(4,6,22,0.5) 42%, rgba(4,6,22,0.96) 100%);
}
.fh-overlay--cta { background: linear-gradient(100deg, rgba(4,6,22,0.05) 0%, rgba(4,6,22,0.38) 42%, rgba(4,6,22,0.92) 100%); }

/* Inner split grid */
.fh-inner {
  position: relative; z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px 60px;
  gap: 52px;
  box-sizing: border-box;
}

/* Left: poster */
.fh-image-col { display: flex; align-items: center; justify-content: center; }
.fh-poster {
  width: min(460px, 100%);
  aspect-ratio: 16/10;
  border-radius: 16px;
  background-size: cover;
  background-position: center top;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 32px 80px rgba(0,0,0,0.7), 0 0 48px rgba(245,197,24,0.07);
  position: relative;
  overflow: hidden;
  transform: translateX(-22px) scale(0.97);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.34,1.06,0.64,1), opacity 0.75s cubic-bezier(0.45,0,0.15,1);
}
.fh-slide.active .fh-poster { transform: translateX(0) scale(1); opacity: 1; }
.fh-poster-shine {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
}

/* CTA poster */
.fh-poster--cta {
  background: transparent !important;
  box-shadow: none; border: none;
  display: flex; align-items: center; justify-content: center;
  overflow: visible;
}
.fh-cta-visual { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; width: 100%; height: 100%; }
.fh-cta-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.fh-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(124,58,237,0.25); animation: fhRingPulse 3s ease-in-out infinite; }
.fh-ring--1 { width: 130px; height: 130px; animation-delay: 0s; }
.fh-ring--2 { width: 220px; height: 220px; animation-delay: 0.6s; border-color: rgba(124,58,237,0.15); }
.fh-ring--3 { width: 310px; height: 310px; animation-delay: 1.2s; border-color: rgba(124,58,237,0.08); }
@keyframes fhRingPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.6; }
}
.fh-cta-icon { position: relative; font-size: 3.5rem; filter: drop-shadow(0 0 26px rgba(124,58,237,0.6)); z-index: 1; }
.fh-cta-tagline { position: relative; z-index: 1; font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 800; text-align: center; color: rgba(255,255,255,0.9); line-height: 1.4; }

/* Right: info */
.fh-info-col {
  display: flex; flex-direction: column; gap: 0;
  transform: translateX(22px) scale(0.98);
  opacity: 0;
  transition: transform 0.9s 0.12s cubic-bezier(0.34,1.06,0.64,1), opacity 0.75s 0.12s cubic-bezier(0.45,0,0.15,1);
}
.fh-slide.active .fh-info-col { transform: translateX(0) scale(1); opacity: 1; }

.fh-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px; width: fit-content; margin-bottom: 16px;
}
.fh-badge--teal  { background: rgba(0,212,170,0.12); border: 1px solid rgba(0,212,170,0.3); color: var(--accent-teal); }
.fh-badge--gold  { background: rgba(245,197,24,0.12); border: 1px solid rgba(245,197,24,0.3); color: var(--accent-gold); }
.fh-badge--muted { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--text-muted); }
.fh-badge--purple{ background: rgba(124,58,237,0.15); border: 1px solid rgba(124,58,237,0.35); color: #a78bfa; }

.fh-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 8px; letter-spacing: -0.5px;
}
.fh-title-accent { color: var(--accent-purple); }
.fh-subtitle { font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 16px; }
.fh-desc { font-family: 'Poppins', sans-serif; font-size: 0.86rem; color: rgba(232,234,246,0.62); line-height: 1.75; max-width: 440px; width: 100%; margin-bottom: 20px; word-break: break-word; }
.fh-meta { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.fh-meta li { font-family: 'Poppins', sans-serif; display: flex; align-items: center; gap: 9px; font-size: 0.8rem; color: rgba(232,234,246,0.72); }
.fh-meta-icon { width: 20px; text-align: center; font-size: 0.9rem; flex-shrink: 0; }
.fh-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.fh-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; padding: 11px 24px; border-radius: 50px; letter-spacing: 0.3px;
  transition: transform 0.22s, box-shadow 0.22s, gap 0.22s;
  white-space: nowrap;
}
.fh-btn svg { width: 13px; height: 13px; transition: transform 0.22s; flex-shrink: 0; }
.fh-btn:hover svg { transform: translateX(3px); }
.fh-btn:hover { gap: 12px; }
.fh-btn--primary { background: var(--accent-teal); color: var(--darkest); }
.fh-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,212,170,0.38); }
.fh-btn--gold { background: var(--accent-gold) !important; color: var(--darkest) !important; }
.fh-btn--gold:hover { box-shadow: 0 10px 28px rgba(245,197,24,0.38) !important; transform: translateY(-2px); }
.fh-btn--ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.15); }
.fh-btn--ghost:hover { background: rgba(255,255,255,0.14); transform: translateY(-2px); }
.fh-btn--purple { background: var(--accent-purple); color: #fff; }
.fh-btn--purple:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(124,58,237,0.42); }

/* Nav arrows */
.fh-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; background: rgba(8,11,32,0.7); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%; width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #fff;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background var(--transition), border-color var(--transition), transform 0.2s;
}
.fh-nav svg { width: 19px; height: 19px; }
.fh-nav:hover { background: rgba(245,197,24,0.18); border-color: rgba(245,197,24,0.4); transform: translateY(-50%) scale(1.1); }
.fh-nav--prev { left: 20px; }
.fh-nav--next { right: 20px; }

/* Progress dots */
.fh-dots {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 8px; align-items: center;
}
.fh-dot { background: none; border: none; cursor: pointer; padding: 5px 0; }
.fh-dot-inner { display: block; width: 32px; height: 3px; background: rgba(255,255,255,0.18); border-radius: 3px; overflow: hidden; transition: background 0.3s; }
.fh-dot.active .fh-dot-inner { background: rgba(255,255,255,0.3); }
.fh-dot-progress { display: block; height: 100%; width: 0%; background: var(--gold, #f5c518); border-radius: 3px; }
/* Progress bar duration is set entirely by JS — no CSS animation rule here */
@keyframes fhProgress { from { width: 0%; } to { width: 100%; } }

/* Section label */
.fh-section-label {
  position: absolute; top: 24px; left: 50%; transform: translateX(-50%);
  z-index: 10; font-family: 'Poppins', sans-serif;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,0.28); white-space: nowrap;
}


/* =======================================================
   RESPONSIVE — TABLET  768–1023px
======================================================= */
@media (max-width: 1023px) {
  nav { padding: 0 28px; }
  section { padding: 52px 28px; }
  .film-section { padding: 40px 28px 32px; }
  .about-section, .challenge-section { padding: 52px 28px; }
  .about-hero { padding: 60px 28px; }
  footer { padding: 36px 28px; }
  .cycle-row { padding: 0 28px; margin-bottom: 52px; }
  .about-quote { padding: 48px 28px; }

  /* Carousel: switch slides to normal document flow */
  #fest-hero { height: auto; min-height: 0; max-height: none; overflow: visible; }
  .fh-slide {
    position: relative; inset: auto;
    display: none;
    opacity: 1; transform: none; filter: none; transition: none;
    overflow: hidden;
  }
  .fh-slide.active  { display: block; z-index: 2; }
  .fh-slide.leaving { display: none; }
  .fh-bg    { position: absolute; inset: 0; width: 100%; height: 100%; transform: scale(1.05); }
  .fh-overlay { position: absolute; inset: 0; }
  .fh-inner {
    grid-template-columns: 1fr;
    height: auto; min-height: 0;
    padding: 60px 28px 70px;
    gap: 24px; text-align: center;
  }
  .fh-image-col { justify-content: center; }
  .fh-poster {
    width: min(400px, 86vw);
    transform: none !important; opacity: 1 !important; transition: none;
  }
  .fh-info-col {
    align-items: center;
    transform: none !important; opacity: 1 !important; transition: none;
    width: 100%;
  }
  .fh-badge   { align-self: center; }
  .fh-desc    { max-width: 100%; margin-left: auto; margin-right: auto; }
  .fh-actions { justify-content: center; flex-wrap: wrap; }
  .fh-meta    { align-items: flex-start; text-align: left; width: 100%; }
  .fh-dots    { position: relative; bottom: auto; left: auto; transform: none; justify-content: center; padding: 4px 0 24px; }
  .fh-section-label { display: none; }
  .fh-nav     { display: none; }

  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .two-cards { grid-template-columns: 1fr; }
  .big-card { min-height: 360px; }
  .about-grid, .ch-grid, .adv-grid { grid-template-columns: 1fr; }
  .cycle-row { flex-direction: column; }
  .cycle-arrow { transform: rotate(90deg); }
}

/* =======================================================
   RESPONSIVE — MOBILE  < 768px
======================================================= */
@media (max-width: 767px) {
  nav { padding: 0 16px; height: 60px; }
  .hamburger { display: flex; }
  .nav-links {
    display: none; position: fixed;
    top: 60px; left: 0; right: 0;
    background: rgba(8,11,32,0.98);
    backdrop-filter: blur(16px);
    flex-direction: column; align-items: center; gap: 0;
    padding: 10px 0 18px;
    border-bottom: 1px solid var(--border);
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px 24px; font-size: 1rem; }
  .nav-cta { font-size: 0.72rem; padding: 7px 13px; }

  #hero { min-height: 55vh; max-height: 65vh; }
  .hero-desc { font-size: 0.82rem; }

  section { padding: 40px 16px; }
  .film-section { padding: 32px 16px 24px; }
  .about-section, .challenge-section { padding: 40px 16px; }
  .about-hero { padding: 48px 16px; }
  footer { padding: 32px 16px; flex-direction: column; text-align: center; }
  .cycle-row { padding: 0 16px; margin-bottom: 40px; }
  .about-quote { padding: 40px 16px; }

  .film-section-header { flex-direction: column; align-items: flex-start; }
  .section-ctas { width: 100%; gap: 6px; }
  .section-ctas .cta-btn { flex: 1; padding: 8px 4px; font-size: 0.6rem; gap: 3px; justify-content: center; min-width: 0; border-radius: 30px; letter-spacing: 0; }
  .section-ctas .cta-btn svg { width: 11px; height: 11px; }

  .film-card { flex: 0 0 140px; }
  .film-card-poster { width: 140px; height: 210px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .about-grid, .ch-grid, .adv-grid { grid-template-columns: 1fr; gap: 20px; }
  .cycle-row { flex-direction: column; }
  .cycle-arrow { transform: rotate(90deg); }
  .big-card { min-height: 300px; }
  .two-cards { grid-template-columns: 1fr; }

  /* Carousel mobile */
  .fh-inner   { padding: 56px 16px 64px; gap: 18px; }
  .fh-poster  { width: min(300px, 90vw); }
  .fh-title   { font-size: clamp(1.25rem, 5.5vw, 1.75rem); }
  .fh-desc    { font-size: 0.78rem; line-height: 1.65; margin-bottom: 14px; max-width: 100%; }
  .fh-badge   { font-size: 0.58rem; padding: 3px 10px; }
  .fh-meta    { gap: 6px; margin-bottom: 16px; }
  .fh-meta li { font-size: 0.73rem; }
  .fh-actions { gap: 10px; flex-direction: column; align-items: stretch; width: 100%; }
  .fh-btn     { width: 100%; justify-content: center; font-size: 0.78rem; padding: 12px 16px; box-sizing: border-box; }
  .fh-dot-inner { width: 24px; }
  .fh-ring--1 { width: 90px;  height: 90px; }
  .fh-ring--2 { width: 160px; height: 160px; }
  .fh-ring--3 { width: 220px; height: 220px; }
  .fh-cta-icon { font-size: 2.6rem; }
}

/* =======================================================
   RESPONSIVE — SMALL MOBILE  375px
======================================================= */
@media (max-width: 375px) {
  .fh-inner   { padding: 52px 14px 60px; }
  .fh-poster  { width: 90vw; }
  .fh-title   { font-size: clamp(1.1rem, 5vw, 1.5rem); }
  .fh-desc    { font-size: 0.75rem; }
  .fh-meta li { font-size: 0.7rem; }
  .fh-btn     { font-size: 0.74rem; padding: 11px 14px; }
  .film-card  { flex: 0 0 128px; }
  .film-card-poster { width: 128px; height: 192px; }
  .section-ctas .cta-btn { font-size: 0.56rem; }
  nav  { padding: 0 12px; }
  .nav-cta { font-size: 0.68rem; padding: 7px 10px; }
}

/* =======================================================
   RESPONSIVE — TINY MOBILE  320px
======================================================= */
@media (max-width: 320px) {
  .fh-inner   { padding: 48px 12px 56px; }
  .fh-poster  { width: 96vw; }
  .fh-title   { font-size: 1.05rem; }
  .fh-desc    { font-size: 0.72rem; }
  .fh-btn     { font-size: 0.7rem; padding: 10px 12px; }
  .fh-badge   { font-size: 0.54rem; letter-spacing: 1px; }
  .film-card  { flex: 0 0 115px; }
  .film-card-poster { width: 115px; height: 172px; }
  section     { padding: 32px 12px; }
  .film-section { padding: 28px 12px 20px; }
}
.brand-white {
  color: #ffffff;
}

.brand-yellow {
  color: #f5c518; /* You can adjust to match your theme */
}