
/* ===== FESTIVAL PAGES ===== */
.festival-page{
  background:#111;
  color:#e8e8e8;
  overflow:hidden;
}

.festival-hero{
  min-height:620px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:150px 60px 90px;
  background:linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.9)), url("pich/6576575757657.png") center/cover no-repeat;
}

.festival-page.children .festival-hero{
  background:linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.88)), url("pich/0987.png") center/cover no-repeat;
}

.festival-hero::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:0;
  height:1px;
  background:linear-gradient(to left, transparent, rgba(201,162,39,.8), transparent);
}

.festival-hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  text-align:center;
}

.festival-hero-content span,
.festival-title span{
  display:inline-block;
  color:#c9a227;
  border:1px solid rgba(201,162,39,.45);
  background:rgba(201,162,39,.1);
  border-radius:999px;
  padding:7px 18px;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.festival-hero-content h1{
  font-size:46px;
  line-height:1.6;
  color:#fff;
  margin-bottom:18px;
}

.festival-hero-content p{
  max-width:760px;
  margin:0 auto 32px;
  color:#cfcfcf;
  font-size:17px;
  line-height:2.1;
}

.festival-hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.festival-hero-actions a,
.festival-cta a{
  min-width:150px;
  height:48px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#c9a227;
  color:#111;
  font-weight:900;
  transition:.3s;
}

.festival-hero-actions a:nth-child(2){
  background:transparent;
  color:#c9a227;
  border:1px solid #c9a227;
}

.festival-hero-actions a:hover,
.festival-cta a:hover{
  transform:translateY(-3px);
  box-shadow:0 0 30px rgba(201,162,39,.25);
}

.festival-section{
  max-width:1250px;
  margin:0 auto;
  padding:70px 40px;
  position:relative;
}

.festival-section::after{
  content:"";
  position:absolute;
  left:40px;
  right:40px;
  bottom:0;
  height:1px;
  background:linear-gradient(to left, transparent, rgba(201,162,39,.45), transparent);
}

.festival-title{
  text-align:right;
  margin-bottom:28px;
}

.festival-title h2{
  color:#c9a227;
  font-size:28px;
  line-height:1.7;
}

.festival-intro p{
  color:#cfcfcf;
  line-height:2.3;
  font-size:16px;
  max-width:950px;
}

.festival-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:36px;
}

.festival-stat,
.winner-card,
.festival-film-card,
.festival-news-box,
.festival-gallery-box{
  background:linear-gradient(145deg, #1e1e1e, #151515);
  border:1px solid #2a2a2a;
  border-radius:22px;
  transition:.3s;
}

.festival-stat{
  padding:26px 18px;
  text-align:center;
}

.festival-stat strong{
  display:block;
  color:#c9a227;
  font-size:30px;
  margin-bottom:8px;
}

.festival-stat span{
  color:#aaa;
  font-size:14px;
}

.winner-grid,
.festival-films-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.winner-card{
  padding:24px;
  min-height:180px;
}

.winner-card span,
.festival-film-card span{
  color:#c9a227;
  font-size:12px;
  font-weight:800;
}

.winner-card h3,
.festival-film-card h3{
  color:#fff;
  font-size:18px;
  margin:14px 0;
}

.winner-card p{
  color:#aaa;
  font-size:13px;
  line-height:2;
}

.winner-card:hover,
.festival-film-card:hover,
.festival-stat:hover{
  border-color:#c9a227;
  transform:translateY(-5px);
}

.festival-film-card{
  overflow:hidden;
  padding-bottom:20px;
}

.film-cover{
  height:220px;
  background:linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.8)), url("pich/iran/movie1.jpg") center/cover no-repeat;
  margin-bottom:18px;
}

.festival-film-card span,
.festival-film-card h3{
  margin-right:18px;
  display:block;
}

.festival-news-gallery{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
}

.festival-news-box,
.festival-gallery-box{
  padding:28px;
}

.festival-news-box ul{
  list-style:none;
}

.festival-news-box li{
  color:#ccc;
  border-bottom:1px solid #2a2a2a;
  padding:15px 0;
  line-height:1.8;
}

.festival-news-box li:last-child{
  border-bottom:0;
}

.mini-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.mini-gallery div{
  height:130px;
  border-radius:16px;
  background:url("pich/movie1.jpg") center/cover no-repeat;
  border:1px solid #2a2a2a;
}

.mini-gallery div:nth-child(2){background-image:url("pich/movie2.jpg");}
.mini-gallery div:nth-child(3){background-image:url("pich/movie3.jpg");}
.mini-gallery div:nth-child(4){background-image:url("pich/movie4.jpg");}

.festival-cta{
  max-width:1100px;
  margin:70px auto 80px;
  padding:55px 40px;
  text-align:center;
  border-radius:32px;
  border:1px solid rgba(201,162,39,.45);
  background:radial-gradient(circle at top, rgba(201,162,39,.16), transparent 55%), #151515;
}

.festival-cta h2{
  color:#c9a227;
  font-size:30px;
  margin-bottom:14px;
}

.festival-cta p{
  color:#bbb;
  line-height:2;
  margin-bottom:28px;
}

@media(max-width:1000px){
  .festival-stats,
  .winner-grid,
  .festival-films-grid{grid-template-columns:repeat(2,1fr);}
  .festival-news-gallery{grid-template-columns:1fr;}
}

@media(max-width:700px){
  .festival-hero{padding:130px 20px 70px; min-height:560px;}
  .festival-hero-content h1{font-size:30px;}
  .festival-section{padding:50px 20px;}
  .festival-stats,
  .winner-grid,
  .festival-films-grid{grid-template-columns:1fr;}
}
