:root{
  --bg:#ffffff;
  --ink:#111111;
  --muted:#5e5e5e;

  --purple:#4b1f78; /* Int. Sales */
  --pink:#e9418a;   /* Production */
  --orange:#ff6a5a; /* Executive Production */

  --rule:#e9e9ee;
  --soft:#f6f6f9;
}

.fhf-page{
  max-width:1040px;
  margin:0 auto;
  padding:28px 20px 56px;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  color:var(--ink);
  background:var(--bg);
}

.fhf-top-title{
  margin:30px 0 18px;
  line-height:1.05;
  letter-spacing:-0.02em;
  white-space:nowrap;
  font-size:clamp(22px,3vw,40px);
  font-weight:900;
}

@media (max-width:768px){
  .fhf-top-title{
    white-space:normal;
    font-size:26px;
    line-height:1.2;
  }
}

.fhf-top-title .t1{ color:var(--ink); font-weight:800; }
.fhf-top-title .t2{ color:var(--purple); }
.fhf-top-title .prod{ color:var(--pink); }
.fhf-top-title .amp{ color:var(--pink); }
.fhf-top-title .exec{ color:var(--orange); }

.fhf-subline{
  margin:6px 0 22px;
  padding-bottom:12px;
  border-bottom:1px solid var(--rule);
}

.fhf-legend{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:13px;
  color:var(--muted);
}

.fhf-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:var(--soft);
  border:1px solid var(--rule);
  white-space:nowrap;
}

.fhf-dot{
  width:10px; height:10px; border-radius:50%;
  display:inline-block;
}
.fhf-dot.prod{ background:var(--pink); }
.fhf-dot.exec{ background:var(--orange); }
.fhf-dot.sales{ background:var(--purple); }

.fhf-year-group{
  display:grid;
  grid-template-columns: 120px 1fr;
  column-gap: 82px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}

.fhf-year{
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
  text-align: left;
  justify-self: start;
  align-self: start;
  white-space: nowrap;
}

.fhf-films{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.fhf-title{
  font-weight:900;
  text-transform:uppercase;
  font-size:18px;
  margin:0 0 4px;
}

.fhf-film[data-cat="production"] .fhf-title{ color:var(--pink); }
.fhf-film[data-cat="executive"] .fhf-title{ color:var(--orange); }
.fhf-film[data-cat="sales"] .fhf-title{ color:var(--purple); }

.fhf-meta{ font-size:15px; line-height:1; margin:6px 0; }
.fhf-festivals{ font-size:14px; font-style:italic; margin:6px 0; }

@media (max-width:720px){
  .fhf-year-group{
    grid-template-columns: 80px 1fr;
    column-gap: 16px;
  }

  .fhf-title{ font-size:16px; }
  .fhf-meta{ font-size:14px; }
  .fhf-festivals{ font-size:13px; }
}


body.page-id-4022 .entry-title {
  display: none !important;
}




.fhf-film-link{
  text-decoration:none;
  color:inherit;
}

.fhf-film-link:hover{
  text-decoration:underline;
}



.fhf-page{
  max-width: 1200px;
  margin-left: -24px;
}

body.page-id-4022 .fhf-top-title,
body.page-id-4022 .fhf-top-title span {
  text-transform: none !important;
}

.fhf-export-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 0 24px;
}

.fhf-export-btn{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #111;
  background:#fff;
  color:#111;
  
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  border-radius:0;

  padding:4px 12px;   /* بدل padding-bottom */
  line-height:1;      /* يقلل الارتفاع */

  transition: all 0.2s ease;
}

/* hover */
.fhf-export-btn:hover{
  background: #C23652;
  color: #fff;
  border-color: #C23652;
}

.fhf-export-btn:disabled{
  opacity:.6;
  cursor:wait;
}

.fhf-export-loader{
  width:18px;
  height:18px;
  border:2px solid #ddd;
  border-top-color:#111;
  border-radius:50%;
  animation: fhf-spin .8s linear infinite;
}

.fhf-export-text{
  font-size:14px;
  color:#5e5e5e;

}

@keyframes fhf-spin{
  to { transform: rotate(360deg); }
}
