/* legal — shared styles for privacy / terms / accessibility pages.
   Shared fonts/colors/reset live in base.css. Dark header/hero/footer with a
   cream, readable content column. No textures over the cream area (kept clean
   for long-form reading). */

html, body {
  background: #000;
  color: var(--cream);
  font-family: 'Choplin', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/* ===== shared type / eyebrow ===== */
h1, h2, h3 { font-family: 'Neue Haas Grotesk Display Pro', sans-serif; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
h1 {
  font-family: 'Whiskey Jill', 'Neue Haas Grotesk Display Pro', serif;
  font-weight: 400; font-size: clamp(40px, 5.5vw, 66px); letter-spacing: 0.005em; line-height: 1.04;
}
.eyebrow {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 500; font-size: 11px;
  letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px;
}
.eyebrow::before, .eyebrow.center::after { content: ''; width: 36px; height: 1px; background: var(--gold); }

/* ===== HEADER (dark) ===== */
header {
  position: sticky; top: 0; z-index: 50; padding: 20px 56px;
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.7) 100%);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.brand { height: 30px; width: auto; display: block; mix-blend-mode: lighten; }
.header-nav { display: flex; align-items: center; gap: 32px; }
.header-nav a {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 400; font-size: 11px;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream-dim);
  text-decoration: none; transition: color 200ms;
}
.header-nav a:hover { color: var(--gold); }
.header-nav a.btn { border: 1px solid var(--gold); color: var(--gold); padding: 10px 20px; }
.header-nav a.btn:hover { background: var(--gold); color: #0d0a07; }

/* ===== HERO (dark) ===== */
.legal-hero {
  background: linear-gradient(180deg, #050403 0%, #0d0a07 100%);
  padding: 90px 56px 60px 56px; text-align: center; border-bottom: 1px solid var(--rule);
}
.legal-hero .eyebrow { justify-content: center; }
.legal-hero h1 { color: var(--cream); margin-bottom: 14px; }
.legal-updated {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-style: italic; font-weight: 300;
  font-size: 13px; letter-spacing: 0.04em; color: var(--cream-faint);
}

/* ===== CONTENT (cream / ivory) ===== */
.legal-content { background: var(--cream); color: #2e2620; padding: 78px 24px 96px 24px; }
.legal-content .container { max-width: 860px; margin: 0 auto; }
.legal-content .intro p:first-child { margin-top: 0; }

.legal-content h2 {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif; font-weight: 700;
  font-size: clamp(21px, 2.3vw, 28px); color: #1a140e; letter-spacing: -0.01em;
  margin: 40px 0 14px 0; padding-top: 34px; border-top: 1px solid rgba(181, 122, 69, 0.28);
}
.legal-content > .container > h2:first-of-type { margin-top: 8px; }

.legal-content h3 {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 500; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  margin: 26px 0 10px 0;
}
.legal-content p {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 400; font-size: 16px;
  line-height: 1.8; color: #2e2620; margin: 0 0 18px 0;
}
.legal-content ul { list-style: none; margin: 0 0 18px 0; padding: 0; }
.legal-content li {
  font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 400; font-size: 16px;
  line-height: 1.7; color: #2e2620; padding: 6px 0 6px 22px; position: relative;
}
.legal-content li::before { content: '—'; color: var(--gold); position: absolute; left: 0; }
.legal-content a { color: #9a5a25; text-decoration: underline; text-underline-offset: 2px; }
.legal-content a:hover { color: #7d4519; }
.legal-content strong { font-weight: 700; color: #1a140e; }
.legal-contact { line-height: 1.8; }
.legal-contact strong { display: inline; }

/* ===== FOOTER (dark) ===== */
footer { background: #000; border-top: 1px solid var(--rule); padding: 60px 56px 28px 56px; position: relative; z-index: 6; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 40px; }
.footer-brand .brand-foot { height: 28px; margin-bottom: 16px; mix-blend-mode: lighten; }
.footer-brand p { font-family: 'Helvetica Neue LT Std', sans-serif; font-style: italic; font-weight: 300; font-size: 13px; color: var(--cream-dim); }
.footer-grid h4 { font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 500; font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-grid ul { list-style: none; }
.footer-grid li { padding: 5px 0; }
.footer-grid a { font-family: 'Choplin', sans-serif; font-weight: 200; font-size: 14px; color: var(--cream-dim); text-decoration: none; transition: color 200ms; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.footer-bottom p, .footer-bottom a { font-family: 'Helvetica Neue LT Std', sans-serif; font-weight: 400; font-size: 11px; letter-spacing: 0.05em; color: var(--cream-faint); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 720px) {
  .legal-hero { padding: 70px 22px 46px 22px; }
  .legal-content { padding: 50px 20px 70px 20px; }
  header { padding: 14px 20px; }
  .header-nav { gap: 14px; }
  .header-nav a:not(.btn) { display: none; }
  footer { padding: 46px 22px 22px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
}
