/* Accueil : photographie réelle de Saint-Jean-des-Vignes à l'heure bleue. */
.heritage-hero {
  background: #101e2b;
  min-height: 730px;
  grid-template-columns: 49% 51%;
}
.heritage-hero .hero-image {
  position: absolute;
  inset: 0 0 0 35%;
  min-height: 0;
  background-image: linear-gradient(90deg, #101e2b 0%, rgba(16,30,43,.55) 18%, rgba(16,30,43,.03) 46%), linear-gradient(0deg, #101e2b 0%, rgba(16,30,43,.8) 13%, transparent 39%), url('assets/saint-jean-crepuscule.webp') !important;
  background-position: center, center, center top !important;
  background-size: cover;
}
.heritage-hero .hero-content {
  padding: 64px 0 80px 8vw;
  position: relative;
}
.heritage-hero h1 { font-size: clamp(52px,5.3vw,82px); line-height: .97; }
.heritage-hero .intro { max-width: 420px; }
.heritage-hero .actions { flex-wrap: wrap; gap: 24px; }
.heritage-hero .hero-seal {
  top: auto !important;
  bottom: 74px !important;
  right: 28px !important;
  width: 196px !important;
  height: auto !important;
  padding: 18px 12px !important;
  border-radius: 0 !important;
  background: rgba(16,30,43,.85) !important;
  border: 1px solid rgba(234,211,154,.42) !important;
  box-shadow: none !important;
  backdrop-filter: none;
}
.heritage-hero .hero-seal img {
  content: url('assets/saint-arnoult-emblem-light.svg');
  width: 114px !important;
  height: 114px !important;
}
.heritage-hero .hero-seal p:before { font-size: 11px !important; line-height: 1.5; letter-spacing: .12em !important; }
.heritage-hero .hero-seal p { font-size: 17px !important; }
.heritage-credit {
  position: absolute;
  bottom: 18px;
  right: 28px;
  margin: 0;
  color: #eee5d4;
  text-align: right;
  font: 12px/1.7 Manrope, sans-serif;
  z-index: 2;
}
.heritage-credit span,.heritage-credit a { display: block; }
.heritage-credit a { font-size: 11px; color: #d5d6d4; text-decoration: underline; text-underline-offset: 3px; }
@media (min-width:1600px) {
  .heritage-hero { min-height: 850px; }
  .heritage-hero .hero-image { background-size: cover, cover, 100% auto; }
}
@media (max-width:900px) {
  .heritage-hero { display: flex; flex-direction: column; min-height: 0; }
  .heritage-hero .hero-image {
    position: relative;
    inset: auto;
    order: 1;
    height: 570px;
    width: 100%;
    background-image: linear-gradient(0deg, #101e2b 0%, transparent 30%), url('assets/saint-jean-crepuscule.webp') !important;
    background-position: center, center top !important;
    background-size: cover;
  }
  .heritage-hero .hero-content { order: 2; padding: 32px 8vw 48px; width: 100%; align-self: auto; }
  .heritage-hero .hero-seal { position: static; order: 3; width: 196px !important; align-self: center; margin-bottom: 28px; }
  .heritage-credit { position: static; order: 4; padding: 0 8vw 24px; text-align: center; }
}
@media (max-width:540px) {
  .heritage-hero .hero-image { height: 410px; }
  .heritage-hero h1 { font-size: clamp(43px,11.5vw,62px); }
  .heritage-hero .hero-content { padding-top: 10px; }
}
