/* Legal pages — readable typography on the granite background */

body.legal-page {
  color: #efe6d2;
}

body.legal-page header {
  text-align: center;
  padding: clamp(64px, 10vh, 120px) 24px clamp(28px, 4vh, 48px);
}

body.legal-page header .kicker {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.75;
}
body.legal-page header .kicker a {
  color: #d4b069;
  text-decoration: none;
}
body.legal-page header .kicker a:hover {
  text-decoration: underline;
}

body.legal-page h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0c860;
  text-shadow:
    0 1px 0 rgba(255, 240, 190, 0.2),
    0 2px 4px rgba(20, 10, 2, 0.55);
}

body.legal-page header .effective {
  font-style: italic;
  font-size: 14px;
  margin-top: 18px;
  opacity: 0.7;
  color: #d8c89a;
}

main.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px clamp(80px, 12vh, 140px);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.75;
  color: #efe6d2;
}

main.legal section {
  margin-top: clamp(36px, 5vh, 56px);
  padding: 28px 32px;
  background: rgba(20, 14, 8, 0.55);
  border: 1px solid rgba(212, 176, 105, 0.18);
  border-radius: 4px;
  backdrop-filter: blur(2px);
}

main.legal h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0c860;
  margin-bottom: 14px;
}

main.legal h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(17px, 1.9vw, 20px);
  color: #d4b069;
  margin: 18px 0 6px;
  letter-spacing: 0.04em;
}

main.legal p {
  margin-bottom: 12px;
  color: #efe6d2;
}

main.legal ul {
  margin: 6px 0 12px 22px;
}
main.legal li {
  margin-bottom: 6px;
}

main.legal a {
  color: #f0c860;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
main.legal a:hover {
  color: #ffe09a;
}

main.legal code {
  font-family: 'Courier New', monospace;
  font-size: 0.92em;
  background: rgba(212, 176, 105, 0.1);
  padding: 1px 6px;
  border-radius: 3px;
}

main.legal .back {
  margin-top: 48px;
  text-align: center;
  font-style: italic;
  background: none;
  border: none;
  padding: 0;
}
main.legal .back a {
  color: #d4b069;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

/* Footer ornament inherits from styles.css */

/* Add subtle footer with legal links to main index — selector targets .uc-footer-links if present */
.uc-footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.uc-footer-links a {
  color: rgba(212, 176, 105, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.uc-footer-links a:hover {
  color: #d4b069;
}
