.layout__heritage {
  position: relative;
  padding-bottom: clamp(90px, 13.5vw, 210px);
}
.layout__heritage .heritage__inner {
  position: relative;
  width: calc(100% - 7.292% * 2);
  max-width: 74.5454545455rem;
  margin: 0 auto;
  padding-top: clamp(48px, 5.7291666667vw, 110px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(48px, 6.25vw, 120px);
  align-items: start;
}
@media (max-width: 800px) {
  .layout__heritage .heritage__inner {
    grid-template-columns: 1fr;
    row-gap: 1.8181818182rem;
  }
}
.layout__heritage .heritage__col {
  display: flex;
  flex-direction: column;
}
.layout__heritage .heritage__col--right {
  gap: 4rem;
}
.layout__heritage .heritage__heading {
  font-size: clamp(28px, 3.05vw, 46px);
  line-height: 1.18;
  font-weight: 700;
  max-width: 13em;
  padding-left: clamp(24px, 3.75vw, 72px);
  margin-bottom: clamp(56px, 6.25vw, 120px);
}
@media (max-width: 800px) {
  .layout__heritage .heritage__heading {
    padding-left: 0;
    max-width: none;
  }
}
.layout__heritage .heritage__figure--a {
  width: 100%;
  max-width: 25.4545454545rem;
}
.layout__heritage .heritage__figure--b {
  align-self: flex-end;
  width: 100%;
  max-width: 23.6363636364rem;
  margin-top: clamp(6px, 1.25vw, 24px);
  margin-bottom: clamp(100px, 10.9375vw, 210px);
}
.layout__heritage .heritage__copy {
  align-self: flex-start;
  font-style: italic;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  line-height: 1.55;
  max-width: 22.7272727273rem;
}
.layout__heritage .heritage__copy p {
  margin-bottom: 1.2em;
}
.layout__heritage .heritage__copy p:last-child {
  margin-bottom: 0;
}
.layout__heritage .framed img, .layout__heritage .framed::after, .layout__heritage .framed::before, .layout__heritage .framed {
  clip-path: polygon(0.6363636364rem 0, calc(100% - 0.6363636364rem) 0, calc(100% - 0.6363636364rem) 0.6363636364rem, 100% 0.6363636364rem, 100% calc(100% - 0.6363636364rem), calc(100% - 0.6363636364rem) calc(100% - 0.6363636364rem), calc(100% - 0.6363636364rem) 100%, 0.6363636364rem 100%, 0.6363636364rem calc(100% - 0.6363636364rem), 0 calc(100% - 0.6363636364rem), 0 0.6363636364rem, 0.6363636364rem 0.6363636364rem);
}
.layout__heritage .framed {
  position: relative;
  margin: 0;
  background: rgba(193, 79, 65, 0.55);
  padding: 6px;
}
.layout__heritage .framed::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #30121a;
}
.layout__heritage .framed::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: rgba(193, 79, 65, 0.55);
}
.layout__heritage .framed img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.3) saturate(0.85) brightness(0.92);
}
.layout__heritage .heritage__glass {
  right: clamp(-20px, -3.125vw, -60px);
  bottom: clamp(-30px, -4.6875vw, -90px);
  width: clamp(240px, 12.395833vw, 390px);
  opacity: 0.55;
  animation-duration: 11s;
}
@media (max-width: 1000px) {
  .layout__heritage .heritage__glass {
    display: none;
  }
}
.layout__heritage .heritage__glass--coupe {
  top: clamp(-110px, -10.9375vw, -210px);
  left: clamp(0px, 2.0833333333vw, 40px);
  width: clamp(80px, 7.8125vw, 150px);
  opacity: 0.55;
  animation-duration: 12s;
}
@media (max-width: 800px) {
  .layout__heritage .heritage__glass--coupe {
    display: none;
  }
}