/* Ajustements publics isolés : conserver la vitrine d'origine sans toucher au bundle. */
.hero {
  min-height: clamp(620px, 78svh, 760px) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero__content {
  padding-top: calc(var(--header) + 42px) !important;
  padding-bottom: 64px !important;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: .9;
}

.hero__intro {
  max-width: 590px;
  margin-top: 26px;
}

.hero__actions {
  margin-top: 28px;
}

.hero__facts {
  margin-top: 34px;
}

.hero__scroll {
  bottom: 32px;
}

.button {
  min-height: 50px;
  padding: 14px 21px;
  border-radius: 999px;
  letter-spacing: -.01em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 38px rgba(0, 0, 0, .16);
}

.button--light {
  background: #f4b83f;
  color: #15110c;
}

.button--ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(12, 10, 8, .48);
}

.brand img {
  width: 46px !important;
  max-height: 26px !important;
}

.film-grid.catalogue-collapsed > .film-card:nth-child(n + 5) {
  display: none;
}

.catalogue-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.catalogue-more[hidden] {
  display: none;
}

.catalogue-more__button {
  min-width: 170px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  font: 750 13px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.catalogue-more__button:hover,
.catalogue-more__button:focus-visible {
  border-color: rgba(243, 180, 54, .7);
  background: #f3b436;
  color: #15110c;
  transform: translateY(-2px);
}

.about {
  color: #17130f !important;
  background: #fff !important;
}

.about .eyebrow {
  color: #a84d25 !important;
}

.about .section-heading h2,
.about .about__text,
.about blockquote,
.about .about__stats {
  color: #17130f !important;
}

.about__grid {
  gap: clamp(48px, 7vw, 90px);
}

.about__text {
  color: #5c554d !important;
}

.about blockquote {
  border-color: rgba(23, 19, 15, .12);
  background: #f6f2ec;
  box-shadow: 0 24px 70px rgba(24, 18, 11, .08);
}

.about__stats {
  border-color: rgba(23, 19, 15, .14);
}

.about__stats strong {
  color: #a84d25;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 84px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(243, 180, 54, .12), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(168, 77, 37, .09), transparent 28%),
    #090807 !important;
}

.footer::before {
  position: absolute;
  top: 0;
  right: max(14px, calc((100vw - 1180px) / 2));
  left: max(14px, calc((100vw - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 180, 54, .65), transparent);
  content: "";
}

.footer__grid {
  grid-template-columns: minmax(240px, 1.3fr) minmax(260px, 1fr) auto !important;
  align-items: start;
}

.footer__brand img {
  width: 92px !important;
}

.footer__brand p {
  max-width: 280px;
  color: rgba(255, 255, 255, .52) !important;
  font-size: 13px;
  letter-spacing: .03em;
}

.footer__contact {
  gap: 10px !important;
}

.footer__contact a,
.footer__contact span {
  width: fit-content;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: color .18s ease;
}

.footer__contact a:hover {
  border-color: rgba(243, 180, 54, .2);
  background: rgba(243, 180, 54, .06);
  color: #f3b436;
}

.footer__social a {
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.footer__social a:hover {
  border-color: rgba(243, 180, 54, .5);
  background: rgba(243, 180, 54, .08);
  transform: translateY(-2px);
}

.footer__bottom {
  margin-top: 52px !important;
  color: rgba(255, 255, 255, .36) !important;
}

@media (max-width: 760px) {
  .header {
    top: 8px !important;
    width: calc(100% - 16px) !important;
  }

  .header__pill {
    min-height: 52px !important;
    padding: 5px 6px 5px 13px !important;
  }

  .brand img {
    width: 39px !important;
    max-height: 22px !important;
  }

  .header__tools {
    gap: 4px !important;
  }

  .language {
    padding: 2px !important;
  }

  .language button {
    min-width: 25px !important;
    min-height: 25px !important;
    padding-inline: 3px !important;
    font-size: 9px !important;
  }

  .menu-toggle {
    width: 40px !important;
    height: 40px !important;
  }

  .menu-toggle svg {
    width: 20px;
    height: 20px;
  }

  .mobile-menu {
    top: 68px !important;
    width: min(calc(100vw - 20px), 430px) !important;
    padding: 18px 20px 17px !important;
    border-radius: 22px !important;
  }

  .mobile-menu button {
    min-height: 50px !important;
    gap: 14px !important;
    font-size: clamp(20px, 5.8vw, 24px) !important;
    font-weight: 650 !important;
  }

  .mobile-menu button span {
    min-width: 18px;
    font-size: 9px !important;
  }

  .mobile-menu > a {
    padding-top: 16px !important;
    font-size: 13px;
  }

  .hero {
    min-height: 680px !important;
  }

  .hero__content {
    padding-top: calc(var(--header) + 34px) !important;
    padding-bottom: 52px !important;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(50px, 14vw, 76px);
  }

  .hero__intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .button {
    width: 100%;
  }

  .hero__facts {
    margin-top: 26px;
  }

  .hero__scroll {
    display: none;
  }

  .about {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }

  .catalogue-more {
    margin-top: 38px;
  }

  .catalogue-more__button {
    width: 100%;
    min-height: 50px;
  }

  .footer {
    padding-top: 66px !important;
  }

  .footer__grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .footer__brand img {
    width: 82px !important;
  }

  .footer__contact a,
  .footer__contact span {
    padding-left: 0;
  }

  .footer__social {
    grid-column: auto !important;
  }

  .footer__bottom {
    flex-direction: row !important;
    align-items: center;
    margin-top: 40px !important;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  .hero {
    min-height: 620px !important;
  }
}

@media (max-width: 420px) {
  .footer__bottom {
    flex-direction: column !important;
    align-items: flex-start;
  }
}

/* Liens éditoriaux indexables, intégrés comme un prolongement discret du footer. */
.seo-expertise-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  padding: 18px 24px 28px;
  background: #0a0908;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-expertise-links a {
  color: rgba(255, 255, 255, 0.72);
  font: 600 12px/1.4 Manrope, Arial, sans-serif;
  text-decoration: none;
  transition: color 160ms ease;
}

.seo-expertise-links a:hover,
.seo-expertise-links a:focus-visible {
  color: #ffffff;
}
