.mhl-legal-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(201,169,110,.2), transparent 34%),
    linear-gradient(135deg, #071126 0%, #0e2741 58%, #0e4f45 100%);
  color: #fff;
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.5rem clamp(3.5rem, 7vw, 5.75rem);
}

.mhl-legal-hero .alignwide,
.mhl-legal-body .alignwide {
  max-width: 1040px;
}

.mhl-legal-hero h1 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 1;
  margin: .35rem 0 1.25rem;
}

.mhl-kicker {
  color: #d2b475;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .2em;
  margin: 0;
  text-transform: uppercase;
}

.mhl-intro {
  color: rgba(255,255,255,.8);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 780px;
}

.mhl-updated {
  color: rgba(255,255,255,.58);
  font-size: .86rem;
  margin-bottom: 0;
}

.mhl-legal-body {
  background: #faf8f5;
  padding: clamp(3rem, 7vw, 5.5rem) 1.5rem;
}

.mhl-legal-card {
  background: #fff;
  border: 1px solid #e8e3dd;
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(26,26,46,.08);
  padding: clamp(1.6rem, 5vw, 4.5rem);
}

.mhl-legal-card h2 {
  color: #0e4f45;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  margin-top: 2.6rem;
}

.mhl-legal-card h2:first-child {
  margin-top: 0;
}

.mhl-legal-card p,
.mhl-legal-card li {
  color: #303247;
  font-size: 1rem;
  line-height: 1.8;
}

.mhl-legal-card a {
  color: #0e6f61;
  font-weight: 700;
  text-underline-offset: 3px;
}

.mhl-contact-note {
  background: #eef7f4;
  border-left: 4px solid #c9a96e;
  border-radius: 8px;
  padding: 1rem 1.2rem;
}

.mhl-legal-links {
  color: inherit;
  font-size: .8rem;
  line-height: 1.8;
  text-align: center;
}

.mhl-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .mhl-legal-hero,
  .mhl-legal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mhl-legal-card {
    border-radius: 12px;
  }
}
