:root {
  --main-color: #e51b2d;
  --second-color: #121212;
}

html,
body {
  min-height: 100%;
  background: #070707;
}

#header,
#overlay,
#dev,
footer.footer-default,
#scroll-to-top {
  display: none !important;
}

#accueil.heritage-coming-soon {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #f8f8f8;
  background:
    linear-gradient(118deg, rgba(7, 7, 7, .98) 0%, rgba(18, 18, 18, .96) 52%, rgba(37, 9, 12, .96) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 18px);
}

#accueil.heritage-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(155deg, transparent 0 28%, rgba(229, 27, 45, .38) 28.1% 28.7%, transparent 28.8%),
    linear-gradient(18deg, transparent 0 68%, rgba(255, 255, 255, .10) 68.1% 68.4%, transparent 68.5%);
  opacity: .75;
}

#accueil.heritage-coming-soon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: linear-gradient(90deg, #e51b2d 0%, #ffffff 42%, #e51b2d 100%);
}

.heritage-hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 34px 22px 46px;
}

.heritage-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 52px 70px;
}

.heritage-logo-wrap {
  position: relative;
}

.heritage-logo-wrap::before,
.heritage-logo-wrap::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 3px;
  background: #e51b2d;
  transform-origin: center;
}

.heritage-logo-wrap::before {
  top: 16%;
  transform: rotate(-22deg);
}

.heritage-logo-wrap::after {
  top: 16%;
  transform: rotate(22deg);
}

.heritage-logo {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.heritage-copy {
  max-width: 680px;
}

.heritage-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.heritage-status::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #e51b2d;
}

.heritage-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 3rem;
  line-height: .96;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.heritage-tagline {
  margin: 20px 0 0;
  color: #e51b2d;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 800;
}

.heritage-intro {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  line-height: 1.8;
}

.heritage-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 610px;
  margin: 26px 0 0;
  padding: 0;
}

.heritage-values li {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, .06);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.heritage-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr) minmax(270px, .8fr);
  gap: 18px;
}

.heritage-panel {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(12px);
}

.heritage-panel__label {
  display: block;
  margin-bottom: 10px;
  color: #e51b2d;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.heritage-panel h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.heritage-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.8;
}

.heritage-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.heritage-services li {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 34px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(0, 0, 0, .28);
  font-weight: 700;
  line-height: 1.35;
}

.heritage-services li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #e51b2d;
  transform: translateY(-50%) rotate(45deg);
}

.heritage-contact {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.heritage-contact a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(229, 27, 45, .45);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(0, 0, 0, .26);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  transition: border-color 180ms ease, background 180ms ease;
}

.heritage-contact a:hover {
  border-color: #ffffff;
  background: rgba(229, 27, 45, .18);
}

@media (max-width: 940px) {
  .heritage-hero {
    align-items: start;
    padding-top: 26px;
  }

  .heritage-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .heritage-logo {
    width: 210px;
    padding: 18px;
  }

  .heritage-copy h1 {
    font-size: 3.7rem;
  }

  .heritage-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .heritage-hero {
    padding: 20px 16px 34px;
  }

  .heritage-logo {
    width: 172px;
  }

  .heritage-copy h1 {
    font-size: 2.65rem;
  }

  .heritage-tagline {
    font-size: 1.08rem;
  }

  .heritage-intro,
  .heritage-panel p {
    font-size: .96rem;
  }

  .heritage-values {
    grid-template-columns: 1fr;
  }

  .heritage-panel {
    min-height: auto;
    padding: 20px;
  }

  .heritage-services {
    grid-template-columns: 1fr;
  }
}
