.mc-heritage {
  position: relative;
  width: 100%;
  min-height: 1100px;
  background: var(--mc-soft-bg);
  padding: 120px 80px 180px;
  overflow: hidden;
}

.mc-heritage__bg-text {
  position: absolute;
  left: -40px;
  top: 80px;
  font-family: var(--mc-font-serif);
  font-size: 320px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -12px;
  color: var(--mc-text);
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.mc-heritage__title {
  position: relative;
  z-index: 3;
  font-family: var(--mc-font-serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -1px;
  color: var(--mc-text);
  max-width: 620px;
  margin-left: 42%;
}

.mc-heritage__hero {
  position: relative;
  z-index: 1;
  width: 880px;
  max-width: 62%;
  height: 560px;
  margin-top: -20px;
  margin-left: 6%;
  overflow: hidden;
  border-radius: 6px;
}

.mc-heritage__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-heritage__secondary {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 460px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: 80px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.mc-heritage__secondary-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-heritage__accent {
  position: relative;
  z-index: 2;
  width: 420px;
  height: 300px;
  margin-top: -80px;
  margin-left: 4%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.mc-heritage__accent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-heritage__desc {
  position: relative;
  z-index: 4;
  width: 460px;
  margin-top: 100px;
  margin-left: 42%;
}

.mc-heritage__desc p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--mc-taupe);
  margin-bottom: 18px;
}

.mc-heritage__cta {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  background: var(--mc-walnut);
  border-radius: var(--mc-radius-pill);
  color: #F8F5F2;
  font-family: var(--mc-font);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 24px;
  transition: background 0.2s ease;
}

.mc-heritage__cta:hover {
  background: var(--mc-walnut-hover);
}
