/* ============================================================
   EMBERTON ESTATE — legal.css (Privacy Policy, T&C)
   ============================================================ */

/* ---- Page Hero ---- */
.legal-hero {
  background: var(--teal-d);
  padding: 120px 24px 64px;
  text-align: center;
}
.legal-hero-tag {
  display: inline-block;
  font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sage-l);
  border-left: 3px solid var(--sage-l);
  padding-left: 10px; line-height: 1;
  margin-bottom: 20px;
}
.legal-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500; color: var(--white);
  line-height: 1.14; margin-bottom: 12px;
}
.legal-hero-meta {
  font-size: 0.8125rem; color: rgba(255,255,255,0.50);
}

/* ---- Content ---- */
.legal-body {
  max-width: 800px; margin: 0 auto;
  padding: 72px 24px 96px;
}
.legal-body h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 500;
  color: var(--teal-d); margin: 44px 0 14px;
}
.legal-body h2:first-child { margin-top: 0; }

.legal-body p {
  font-size: 0.9375rem; line-height: 1.78;
  color: var(--grey-d); margin-bottom: 16px;
}
.legal-body ul {
  list-style: disc; padding-left: 22px;
  margin-bottom: 16px;
}
.legal-body ul li {
  font-size: 0.9375rem; line-height: 1.78;
  color: var(--grey-d); margin-bottom: 6px;
}
.legal-body strong { color: var(--teal-d); font-weight: 600; }
.legal-body a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.legal-body a:hover { color: var(--teal-d); }

.legal-divider {
  height: 1px; background: var(--grey-l);
  margin: 36px 0;
}

.legal-contact-box {
  background: var(--teal-soft);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin-top: 48px;
}
.legal-contact-box p { margin-bottom: 6px; }
.legal-contact-box p:last-child { margin-bottom: 0; }
