/* ============================================================
   /legal — Legal disclaimer page styles
   Inherits tokens from /briefings/_assets/briefing.css
   (--ink, --cream, --arc, --soft-divider)
   ============================================================ */

/* ---- Container — single column, narrower than /privacy (no TOC gutter) ---- */
.legal-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .legal-container { padding: 0 40px; }
}

/* ---- Masthead ---- */
.legal-masthead {
  padding: 96px 0 56px;
  border-bottom: 1px solid var(--soft-divider);
}
.legal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--arc);
  text-transform: uppercase;
  margin: 0 0 20px;
}
.legal-eyebrow__rule {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: var(--arc);
}
.legal-title {
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 16px;
}
.legal-title__dot {
  color: var(--arc);
}
.legal-meta {
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(21,23,27,0.55);
  margin: 0 0 50px;
}
.legal-standfirst {
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(21,23,27,0.78);
  max-width: 640px;
  margin: 0;
}

/* ---- Body ---- */
.legal-body {
  padding: 80px 0 96px;
}
.legal-prose p {
  font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 24px;
  text-align: left;
  hyphens: none;
}
.legal-prose p:last-child {
  margin-bottom: 0;
}
.legal-prose a {
  color: var(--arc);
  text-decoration: none;
}
.legal-prose a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* ---- Tablet ---- */
@media (max-width: 1023px) {
  .legal-container { max-width: 640px; }
  .legal-title { font-size: 44px; }
}

/* ---- Mobile ---- */
@media (max-width: 767px) {
  .legal-masthead { padding: 64px 0 40px; }
  .legal-meta { margin-bottom: 36px; }
  .legal-title { font-size: 32px; }
  .legal-standfirst { font-size: 16px; }
  .legal-body { padding: 56px 0 72px; }
  .legal-prose p { font-size: 16px; }
}
