/* ── LEGAL PAGES ─────────────────────────────── */
.legal-hero {
  position: relative;
  background: #1C1C1E;
  padding: 140px 40px 80px;
  overflow: hidden;
}

.legal-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.35;
  pointer-events: none;
}

.legal-hero__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.legal-hero__eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d0b608;
  margin-bottom: 20px;
}

.legal-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0;
}

.legal-hero__title em {
  font-style: italic;
  color: #d0b608;
}

.legal-body {
  background: #f7f6f3;
  padding: 80px 40px 100px;
}

.legal-body__inner {
  max-width: 760px;
  margin: 0 auto;
}

.legal-body__inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #111;
  margin: 48px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid #e0ddd5;
}

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

.legal-body__inner h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 32px 0 8px;
}

.legal-body__inner p {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 16px;
}

.legal-body__inner ul {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-body__inner ul li {
  margin-bottom: 6px;
}

.legal-body__inner a {
  color: #d0b608;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1.5px solid #e0ddd5;
}

.legal-highlight {
  background: #fff;
  border-left: 3px solid #d0b608;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.legal-highlight p {
  margin: 0 !important;
  font-weight: 500;
  color: #222 !important;
}

@media (max-width: 768px) {
  .legal-hero {
    padding: 120px 24px 60px;
  }

  .legal-body {
    padding: 48px 24px 64px;
  }
}
