/**
 * Heroes intérieurs communs — v10.52.0.
 *
 * Traduction fidèle du hero Mission validé : photographie pleine largeur,
 * copie à gauche, voile directionnel, accent carmin et fil d'Ariane bas.
 * Le fichier est chargé uniquement sur les 11 pages déclarées dans
 * inc/patch-interior-heroes-v10520.php.
 */

body:not(.home) .site-main .wp-block-group.section--interior-hero-v10520 {
  width: 100% !important;
  max-width: none !important;
  min-height: 720px;
  margin-inline: 0 !important;
  padding: 0 !important;
  position: relative;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background: #261f27;
  color: #fff;
  box-sizing: border-box;
}

.site-main .section--interior-hero-v10520::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: min(44vw, 670px);
  height: min(44vw, 670px);
  right: 7vw;
  bottom: -34vw;
  border-radius: 50%;
  background: rgba(227, 0, 67, .72);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-main .section--interior-hero-v10520 > .hero-photo__picture,
.site-main .section--interior-hero-v10520 > .hero-photo__veil {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
  pointer-events: none;
}

.site-main .section--interior-hero-v10520 > .hero-photo__picture {
  z-index: 0;
  display: block;
  overflow: hidden;
}

.section--interior-hero-v10520 .hero-photo__image {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
  object-position: var(--geiq56-hero-focus-desktop, 66% 32%);
}

.site-main .section--interior-hero-v10520 > .hero-photo__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(18, 13, 18, .96) 0%, rgba(22, 16, 22, .88) 29%, rgba(22, 16, 22, .59) 52%, rgba(22, 16, 22, .16) 80%, rgba(17, 13, 18, .34) 100%),
    linear-gradient(0deg, rgba(17, 13, 18, .72) 0%, transparent 50%);
}

body .site-main .section--interior-hero-v10520 > .hero__content,
body .site-main .section--interior-hero-v10520 .hero__content {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  min-height: 720px;
  margin: 0 auto !important;
  padding: 138px 0 194px !important;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  text-align: left !important;
}

.section--interior-hero-v10520 .hero__copy {
  width: min(720px, 66%);
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.section--interior-hero-v10520--entity .hero__copy {
  width: min(760px, 72%);
}

.section--interior-hero-v10520 .hero__entity-logo {
  width: auto;
  max-width: 246px;
  max-height: 58px;
  margin: 0 0 24px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

body .section--interior-hero-v10520 .hero__title {
  max-width: 11ch;
  margin: 0 !important;
  color: #fff;
  font-family: var(--font-display, 'Instrument Serif', Georgia, serif);
  font-size: clamp(4rem, 5.8vw, 5.8rem) !important;
  font-weight: 400;
  line-height: .96 !important;
  letter-spacing: -.045em;
  text-align: left !important;
  text-wrap: balance;
}

body .section--interior-hero-v10520--entity .hero__title {
  max-width: 15ch;
  font-size: clamp(3.8rem, 5.1vw, 5.2rem) !important;
}

body .section--interior-hero-v10520 .hero__title em {
  color: #ff6b8a;
  font-style: italic;
  background: none;
  -webkit-text-fill-color: currentColor;
}

body .section--interior-hero-v10520 .hero__subtitle {
  max-width: 660px;
  margin: 26px 0 0 !important;
  color: rgba(255, 255, 255, .84);
  font-size: 1.03rem;
  font-weight: 520;
  line-height: 1.62;
  text-align: left !important;
}

body .site-main .section--interior-hero-v10520 > .geiq56-breadcrumb {
  position: absolute !important;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 28px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 24px;
  pointer-events: auto;
  box-sizing: border-box;
}

.section--interior-hero-v10520 .geiq56-breadcrumb__list {
  width: fit-content;
  max-width: calc(100% - 48px);
  min-height: 36px;
  margin-inline: auto;
  padding: 3px 4px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-full, 9999px);
  background: rgba(18, 13, 18, .26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
  box-sizing: border-box;
}

.section--interior-hero-v10520 .geiq56-breadcrumb__list::-webkit-scrollbar {
  display: none;
}

body .section--interior-hero-v10520 .geiq56-breadcrumb__link,
body .section--interior-hero-v10520 .geiq56-breadcrumb__current {
  min-height: 28px;
  padding: 5px 7px;
  border-radius: var(--radius-full, 9999px);
  color: rgba(255, 255, 255, .66) !important;
  font-size: .69rem;
  font-weight: 600;
  line-height: 1;
}

body .section--interior-hero-v10520 .geiq56-breadcrumb__item--current .geiq56-breadcrumb__current {
  color: #fff !important;
}

.section--interior-hero-v10520 .geiq56-breadcrumb__item:not(:first-child)::before {
  margin-inline: 2px;
  background-color: #ff6b8a;
}

body .section--interior-hero-v10520 .geiq56-breadcrumb__link:hover,
body .section--interior-hero-v10520 .geiq56-breadcrumb__link:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .1);
  outline: 2px solid rgba(255, 255, 255, .76);
  outline-offset: -2px;
}

@media (max-width: 767.98px) {
  .site-main .wp-block-group.section--interior-hero-v10520,
  body .site-main .section--interior-hero-v10520 > .hero__content,
  body .site-main .section--interior-hero-v10520 .hero__content {
    min-height: 760px;
  }

  .section--interior-hero-v10520 .hero-photo__image {
    object-position: var(--geiq56-hero-focus-mobile, 50% 39%);
  }

  .site-main .section--interior-hero-v10520 > .hero-photo__veil {
    background:
      linear-gradient(180deg, rgba(17, 13, 18, .42) 0%, rgba(17, 13, 18, .32) 28%, rgba(17, 13, 18, .87) 62%, rgba(17, 13, 18, .98) 100%),
      linear-gradient(90deg, rgba(17, 13, 18, .45), transparent 86%);
  }

  .site-main .section--interior-hero-v10520::after {
    width: 360px;
    height: 360px;
    right: -185px;
    bottom: -140px;
  }

  body .site-main .section--interior-hero-v10520 > .hero__content,
  body .site-main .section--interior-hero-v10520 .hero__content {
    width: calc(100% - 40px) !important;
    padding: 112px 0 163px !important;
    text-align: left !important;
  }

  body .section--interior-hero-v10520 .hero__copy,
  body .section--interior-hero-v10520--entity .hero__copy {
    width: 100%;
    margin-inline: 0 !important;
    text-align: left !important;
  }

  .section--interior-hero-v10520 .hero__entity-logo {
    max-width: 190px;
    max-height: 46px;
    margin: 0 0 19px;
  }

  body .section--interior-hero-v10520 .hero__title {
    max-width: 9ch;
    margin-inline: 0 !important;
    font-size: clamp(3.15rem, 14vw, 4.25rem) !important;
    text-align: left !important;
  }

  body .section--interior-hero-v10520--entity .hero__title {
    max-width: 10.5ch;
    font-size: clamp(2.72rem, 11.5vw, 3.55rem) !important;
  }

  body .section--interior-hero-v10520 .hero__subtitle {
    max-width: 35ch;
    margin: 22px 0 0 !important;
    font-size: .89rem;
    text-align: left !important;
  }

  body .site-main .section--interior-hero-v10520 > .geiq56-breadcrumb {
    bottom: 20px;
    padding-inline: 12px;
  }

  .section--interior-hero-v10520 .geiq56-breadcrumb__list {
    max-width: calc(100% - 24px);
    min-height: 34px;
    padding: 2px 3px;
  }

  body .section--interior-hero-v10520 .geiq56-breadcrumb__link,
  body .section--interior-hero-v10520 .geiq56-breadcrumb__current {
    min-height: 28px;
    padding: 5px 6px;
    font-size: .63rem;
  }
}

@media (max-width: 390px) {
  body .site-main .section--interior-hero-v10520 > .hero__content,
  body .site-main .section--interior-hero-v10520 .hero__content {
    width: calc(100% - 32px) !important;
  }

  body .section--interior-hero-v10520 .hero__title {
    font-size: 3.25rem !important;
  }

  body .section--interior-hero-v10520--entity .hero__title {
    font-size: clamp(2.72rem, 11.5vw, 3.55rem) !important;
  }

  body .section--interior-hero-v10520 .hero__subtitle {
    font-size: .85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section--interior-hero-v10520 .hero-photo__image,
  .section--interior-hero-v10520 .hero__title,
  .section--interior-hero-v10520 .hero__subtitle {
    animation: none !important;
    transition: none !important;
  }
}
