/* ═══════════════════════════════════════════
   FILMMAKERS PAGE — filmmakers.css
   ═══════════════════════════════════════════ */

/* ═══ КНОПКА ═══ */
.btn-gold {
  /* background: linear-gradient(180deg, #D7AE21 0%, #D0A71B 35%, #85560C 55%, #D0A71B 75%, #D7AE21 100%) !important; */
  background: linear-gradient(180deg, #D7AE21 0%, rgba(133, 86, 12, 0.4) 53.62%, #D0A71B 104.23%);
  color: #ffffff !important;
  border: none !important;
  border-radius: 40px !important;
  font-weight: 500;
  font-family: var(--font-body), sans-serif;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
}
.btn-gold:hover {
  background: linear-gradient(180deg, #e5bd4d 0%, #e0b420 35%, #a6720f 55%, #e0b420 75%, #e5bd4d 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.fm-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 0 80px; 
}

.fm-hero .hero__nav {
  position: fixed; 
  top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; 
  background: rgba(0, 0, 0, 0.7) !important; 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  height: auto;
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { color: var(--white); text-decoration: none; font-size: 14px; font-weight: 400; letter-spacing: 0.5px; transition: color 0.3s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }

.fm-hero .logo__img {
  height: 40px; 
  width: auto;
  mix-blend-mode: normal;
}

.fm-hero .hero__nav-links {
  display: flex; align-items: center; 
  gap: 36px; 
  list-style: none; margin: 0; padding: 0;
}

.fm-hero .nav-link { 
  color: #fff !important; text-decoration: none; 
  font-size: 14px; font-weight: 400; letter-spacing: 0.5px; 
  transition: color 0.3s; white-space: nowrap; 
}
.fm-hero .nav-link:hover { color: #c5a47e; }

.fm-hero .nav-btn { 
  display: inline-block; background: #fff; color: #000; 
  padding: 12px 24px; border-radius: 50px; border: none; 
  font-family: 'UNCAGE', sans-serif; font-size: 11px; font-weight: 600; 
  letter-spacing: 2px; text-transform: uppercase; cursor: pointer; 
  transition: all 0.3s; text-decoration: none; white-space: nowrap; 
}

.fm-hero .nav-cta__sub { 
  font-size: 10px; font-weight: 300; color: #999; 
  text-align: center; margin-top: 6px; 
}

/* Фон та градієнт */
.fm-hero__bg { position: absolute; inset: 0; z-index: 0; }
.fm-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(10,10,15,0.7) 60%, #0a0a0f 100%);
  z-index: 1;
}
.fm-hero__bg-img {
  width: 100%; height: 100% !important; 
  object-fit: cover; object-position: center 20%; 
  position: absolute; inset: 0; opacity: 0.8;
}

.fm-hero__content {
  position: relative; z-index: 5; 
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 0 40px;
  display: flex; flex-wrap: wrap; 
  align-items: flex-end; justify-content: space-between; 
  gap: 32px;
}

.fm-hero__title {
  font-family: 'UNCAGE', sans-serif; 
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 110%; font-weight: 600; 
  text-transform: uppercase;
  color: #fff; margin-bottom: 24px;
}

.fm-hero__subtitle {
  font-family: 'Manrope', sans-serif; 
  font-size: clamp(16px, 1.8vw, 20px); 
  line-height: 1.6; font-weight: 300;
  color: #F4F4F4; max-width: 750px;
}

.fm-hero__btn { 
  padding: 16px 40px; 
  background: linear-gradient(180deg, #D7AE21 0%, #85560C 100%);
  border-radius: 50px; 
  font-family: 'UNCAGE', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: #fff; text-decoration: none;
  transition: transform 0.3s;
  border: none;
}
.fm-hero__btn:hover { transform: translateY(-3px); }


/* ═══ FILMMAKERS & STORYTELLERS ═══ */
.fm-filmmakers { padding: clamp(80px, 12vw, 160px) 0; background: linear-gradient(360deg, #201B12 0%, rgba(1, 1, 1, 0) 50.31%, #010101 100%); }
.fm-filmmakers__header { margin-bottom: clamp(40px, 6vw, 80px); }
.fm-filmmakers__title { font-family: var(--font-display); font-size: clamp(28px, 4.5vw, 52px); letter-spacing: clamp(0px, 0.5vw, 0px); margin-bottom: 16px; color: #fff; line-height: 120%; font-weight: 600; }
.fm-filmmakers__subtitle { font-size: clamp(18px, 1.8vw, 22px); line-height: 140%; color: rgba(244, 231, 135, 1); max-width: 1000px; }
.fm-filmmakers__card { max-width: 620px; margin-left: 100px;}
.fm-filmmakers__text { font-size: clamp(16px, 1.5vw, 22px); line-height: 140%; color: rgba(244, 244, 244, 1); margin-bottom: 20px; }
.fm-filmmakers__text:last-of-type { margin-bottom: 28px; }
.fm-filmmakers__btn { padding: 14px 36px; }

/* ═══ HAM RADIO ═══ */
.fm-signal { background: var(--bg-primary); overflow: hidden;
    position: relative;
    width: 100%;
    /* max-width: 1440px; */
    /* height: 1100px; */
    margin: 0 auto; 
    overflow: hidden;
    background: #000;
}

.fm-signal__top {
  position: relative; width: 100%; height: 1100px;
  display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;
}
.fm-signal__top-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.fm-signal__img {
  /* position: absolute; inset: -10% -10%;
  width: 120% !important; height: 120% !important; max-width: none;
  object-fit: cover !important; object-position: 45% 70% !important; display: block; */
  position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: 20% 10%;   
    opacity: 1;
    z-index: 0;
}
.fm-signal__top-text { position: relative; z-index: 2; padding: clamp(32px, 5vw, 60px) clamp(16px, 4vw, 40px); }
.fm-signal__top-text p { font-size: clamp(12px, 1.4vw, 24px); line-height: 140%; color: rgba(255,255,255,0.8); max-width: 310px; }
.fm-signal__caption { position: relative; z-index: 2; padding: clamp(32px, 5vw, 60px) clamp(16px, 4vw, 40px); text-align: right; }
.fm-signal__caption p { font-size: clamp(16px, 2.5vw, 28px); line-height: 1.5; color: #fff; font-weight: 400; max-width: 700px; margin-left: auto; }
.fm-signal__bottom {
  min-height: 100vh; display: flex; align-items: flex-start;
  padding-top: clamp(120px, 15vw, 220px); padding-bottom: clamp(80px, 12vw, 160px);
  background: linear-gradient(180deg, #010105 0%, #010105 80%, #201B12 100%) !important; width: 100%;
}
.fm-signal__bottom .container { width: 100%; }
.fm-signal__bottom-text { max-width: 600px; margin-left: -30px; }
.fm-signal__bottom-text p { font-size: clamp(16px, 2vw, 22px); line-height: 1.6; color: #ffffff !important; font-weight: 300; }



 /* ===== BRING YOUR STORY ====  */

.bring__story {
    position: relative; 
    width: 100%;
    /* max-width: 1440px; */
    height: 800px;  
    
    margin: 0 auto;    
    overflow: hidden; 
    background: #000;  
}

.bring__story__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bring__story__img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    opacity: 1;
}

.bring__story__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}


.bring__story__content {
    position: absolute; 
    
    top: 60px;  
    right: 80px; 
    width: 100%;
    max-width: 400px; 
    
    text-align: right;
    color: #FFFFFF;   
    z-index: 10;     
}


.bring__story__text {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}



/* ═══ SUBMISSION & READINESS ═══ */
.fm-submission, .fm-readiness {
  background: #fff; color: #111; width: 100%; 
  min-height: clamp(800px, 100vh, 1200px); display: flex;
  align-items: center; border-top: none; padding: 180px 140px;
}
.fm-submission .container, .fm-readiness .container {
  width: 100%;  margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); max-width: 1160px;
}
.fm-submission__title { font-family: var(--font-display); font-size: clamp(24px, 4vw, 42px); letter-spacing: clamp(1px, 0.4vw, 3px); color: #111; margin-bottom: clamp(32px, 5vw, 56px); }
.fm-submission__layout { display: grid; grid-template-columns: 200px 1fr; justify-items: center; gap: clamp(32px, 5vw, 80px); align-items: start; }
.fm-submission__tabs { display: flex; flex-direction: column; gap: 8px; }
.fm-tab { font-size: 20px; color: #999; text-decoration: none; padding: 4px 0; transition: color 0.3s; font-family: var(--font-body); }
.fm-tab:hover { color: #555; }
.fm-tab--active { color: #111; font-weight: 600; }
.fm-submission__body p { font-size: clamp(13px, 1.5vw, 20px); line-height: 140%; color: #000; margin-bottom: 16px; max-width: 700px; }
.fm-readiness__list { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.fm-readiness__list li { font-size: clamp(13px, 1.5vw, 20px); line-height: 140%; color: #000; margin-bottom: 4px; }
.fm-submission__btn-wrap { margin-top: 32px; }
.fm-submission__btn { padding: 14px 36px; background: linear-gradient(180deg, #D7AE21 0%, #85560C 53.62%, #D0A71B 104.23%);
 }
.fm-submission__note{font-size:13px;color:#999;font-style:italic;margin-top:24px;padding-top:16px;border-top:1px solid #e5e5e5;max-width:520px}

/* ═══ FOOTER CTA ═══ */
.fm-footer-cta { position: relative; width: 100%; height: clamp(400px, 47vw, 680px); display: flex; align-items: center; justify-content: flex-end; overflow: hidden; }
.fm-footer-cta__bg { position: absolute; inset: 0; z-index: 0; }
.fm-footer-cta__bg-img { width: 100%; height: 100% !important; max-width: none; object-fit: cover; object-position: center center; position: absolute; inset: 0; display: block; }
.fm-footer-cta__overlay { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,0.35); }
.fm-footer-cta__content { position: relative; z-index: 2; padding: 40px clamp(16px, 4vw, 40px); left: -50px; }
.fm-footer-cta__card { background: rgba(255,255,255); opacity: 0.9; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 40px; padding: clamp(24px, 5vw, 24px) clamp(24px, 5vw, 24px); text-align: center; width: 500px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
.fm-footer-cta__logo { height: clamp(100px, 16vw, 150px) !important; width: auto; margin: 0 auto 16px; }
.fm-footer-cta__text { font-family: var(--font-body); font-size: clamp(16px, 2.5vw, 22px); font-weight: 400; color: #333; margin-bottom: clamp(20px, 3vw, 32px); }
.fm-footer-cta__btn { width: 100%; display: block; text-align: center; padding: 16px 32px; background: linear-gradient(180deg, #D7AE21 0%, #85560C 53.62%, #D0A71B 104.23%);
 }

/* Burger */
.fm-burger { display: none; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; width: 30px; height: 18px; position: relative; order: 3; }
.fm-burger::before, .fm-burger::after { content: ''; position: absolute; width: 100%; height: 2px; background-color: #fff; border-radius: 1px; left: 0; }
.fm-burger::before { top: 0; }
.fm-burger::after { bottom: 0; }
.fm-burger svg { display: none; }

/* ═══ TABLET ═══ */
@media (max-width: 1024px) {
  .fm-signal__top { height: clamp(500px, 70vw, 800px); }
  .fm-submission, .fm-readiness { min-height: 80vh; }
}
@media (max-width: 960px) {
  .fm-submission__layout { grid-template-columns: 1fr; gap: 24px; }
  .fm-submission__tabs { flex-direction: row; gap: 20px; border-bottom: 1px solid #e5e5e5; padding-bottom: 12px; }

  .nav-links, .nav-cta__sub {
    display: none !important;
  }

  .burger-btn {
        display: flex;
        flex-direction: column;
        gap: 6px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 3001;
  }

  .burger-btn span {
        width: 20px;
        height: 3px;
        background: #fff;
        transition: 0.3s;
    }


    .mobile-menu {
    display: block; 
    position: fixed;
    top: 80px; 
    left: 50%;
    width: 100%; 
    max-width: 375px; 
    
    height: 653px; 

    transform: translateX(150%); 
    background: 
        linear-gradient(360deg, #010101 0%, rgba(1, 1, 1, 0) 50.31%, #010101 100%),
        linear-gradient(0deg, #000214, #000214);
    transition: transform 0.4s ease-in-out;
    
    z-index: 2500; 
    overflow-y: auto; 
}

  .mobile-menu.is-open {
      transform: translateX(-50%); 
  }

   .mobile-menu__content {
        height: 393px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 60px 16px;
        opacity: 1;
    }

    .mobile-menu__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 40px; 
      text-align: center; 
    }

    .mobile-menu__list li {
        margin: 25px 0;
    }

    .mobile-menu__list a {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF ;
    
    display: block;
    width: 100%;
}

footer {
    position: relative;
    z-index: 2100; 
}
}

/* ═══ MOBILE ═══ */
@media (max-width: 768px) {
  .fm-hero { max-height: 653px; padding-bottom: 40px; }
  .fm-hero .hero__nav {
    height: 70px; padding: 0 16px;
  }
  .fm-hero .hero__nav .logo { order: 1; }
  .fm-hero .hero__nav .logo__img { height: 60px; }
  .fm-hero .hero__nav-links { display: none !important; }
  .fm-hero .nav-cta {
    display: flex !important; flex-direction: column; align-items: flex-end;
    order: 2; margin-left: auto; margin-right: 20px;
  }
  .fm-hero .nav-btn {
    background: transparent !important; color: #fff !important;
    border: none !important; border-radius: 0 !important; padding: 0 !important;
    font-family: var(--font-display); font-size: 16px !important;
    letter-spacing: 0.5px !important; text-transform: none !important;
    box-shadow: none !important; margin-bottom: 2px;
  }
  .fm-hero .nav-cta__sub { color: rgba(255,255,255,0.6) !important; font-size: 11px !important; font-family: var(--font-body); }
  .fm-burger { display: block !important; order: 3; width: 24px; height: 10px; }
  .fm-hero__bg-img { object-position: center center; }
  .fm-hero__content { flex-direction: column; align-items: flex-start; gap: 20px; padding: 0 20px; }
  .fm-hero__text-block { min-width: 0; width: 100%; }
  .fm-hero__title { font-size: 36px; }
  .fm-hero__subtitle { max-width: 100%; font-size: 16px; }
  .fm-hero__btn { width: 80%; text-align: end; padding: 14px 20px; }

  .fm-filmmakers { padding: 180px 16px 200px; }
  .fm-filmmakers__card { max-width: 100%; margin-left: 0px; }
  .fm-filmmakers__btn { max-width: 350px; text-align: center; }

  .fm-signal{height: auto;}
  .fm-signal__top { width: 100%;
     /* height: clamp(400px, 110vw, 600px);  */
     max-height: 660px;
    }
  .fm-signal__img { inset: 0 !important; width: 100% !important; height: 100% !important; object-position: 80% 50% !important; }
  .fm-signal__top-text { padding: 20px 16px; }
  .fm-signal__top-text p { max-width: 230px; font-size: 16px; line-height: 140%; }
  .fm-signal__caption { padding: 20px 16px; text-align: center; }
  .fm-signal__caption p { font-size: clamp(18px, 4.5vw, 18px); max-width: 100%; margin-left: 0;  text-align: start;}
  .fm-signal__bottom { min-height: auto; padding: 80px 20px 100px; }
  .fm-signal__bottom-text { margin-left: 0; max-width: 100%; }
  .fm-signal__bottom-text p { font-size: 15px; }

  .bring__story {
        height: 653px; 
        padding: 40px 16px;
    }

    .bring__story__content {
        position: relative; 
        bottom: 0%;
        left: 16px;

        max-width: 220px;
        text-align: center; 
        margin-top: 20px;
    }
    .bring__story__text{
      font-size: 16px;
    }

  .fm-submission, .fm-readiness { min-height: auto; height: auto; padding: 48px 0; }
  .fm-submission__title { font-size: clamp(22px, 6vw, 32px); margin-bottom: 24px; }
  .fm-submission__tabs { flex-direction: row; gap: 0; border: 1px solid #ccc; border-radius: 4px; padding-bottom: 0; margin-bottom: 24px; overflow: hidden; }
  .fm-tab { flex: 1; text-align: center; padding: 12px 0; font-size: 13px; border-bottom: none; }
  .fm-tab--active { background: #AB8C2199; color: #fff !important; }
  .fm-tab:not(.fm-tab--active) { background: #fff; color: #5a5a5a; }
  .fm-submission__body p { max-width: 100%; }
  .fm-submission__btn { width: 100%; text-align: center; }
  .fm-submission__note{max-width:100%;text-align:center}

  .fm-footer-cta { height: auto; min-height: 100vh; }
  .fm-footer-cta__content { padding: 60px 16px; display: flex; align-items: center; justify-content: center; width: 100%; left:0% }
  .fm-footer-cta__card { max-width: 100%; padding: 40px 24px; border-radius: 16px; }
  .fm-footer-cta__logo { height: 100px !important; }
  .fm-footer-cta__text { font-size: 18px; }
  .fm-footer-cta__btn { padding: 14px 24px; }
}

/* ═══ SMALL PHONE ═══ */
@media (max-width: 480px) {
  .fm-hero__title { font-size: 36px; }
  /* .fm-signal__top { height: 80vh; } */
  .fm-signal__caption p { font-size: 18px; }
  .fm-footer-cta__card { padding: 32px 20px; }
  .fm-footer-cta__logo { height: 80px !important; }
}