/* ============================================================
   LEGAL  — long-form policy pages (Terms, Privacy).
   Reuses the shared hero (.cc-hero) and tokens from style.css
   (--rhythm/--ripple/--black/--alive/--font-display/--font-body).
   ============================================================ */
.legal-hero { min-height: 460px; padding: 200px 0 80px; }
.legal-hero h1 { max-width: 22ch; }

.legal-body { padding: 80px 0 96px; background: var(--ripple); }
.legal-body .cc-wrap { max-width: 880px; }

.legal-updated {
  font-family: var(--font-body); font-size: 15px; color: #667;
  margin: 0 0 48px; padding-bottom: 24px;
  border-bottom: 1px solid rgba(46,71,92,.14);
}

.legal-section { margin: 0 0 44px; }
.legal-section:last-child { margin-bottom: 0; }

.legal-section h2 {
  font-family: var(--font-display); font-weight: 400; font-size: 26px;
  line-height: 1.2; color: var(--black); margin: 0 0 18px;
  scroll-margin-top: 120px;
}

.legal-section p {
  font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  color: #333; margin: 0 0 1.1em;
}
.legal-section p:last-child { margin-bottom: 0; }

/* Sub-clauses (0.1, 0.2 …) — slightly indented, tighter rhythm. */
.legal-clauses { margin: 0 0 1.1em; padding: 0 0 0 4px; }
.legal-clauses p { margin: 0 0 .85em; }
.legal-clauses p:last-child { margin-bottom: 0; }

/* All-caps disclaimer / liability blocks read as small print. */
.legal-section p.legal-caps {
  font-size: 13.5px; line-height: 1.65; color: #4a4a4a;
  letter-spacing: .01em;
}

.legal-section a { color: var(--alive); text-decoration: underline; text-underline-offset: 2px; }
.legal-section a:hover { text-decoration: none; }

/* Sub-heading inside a section (e.g. "Personal information you disclose to us"). */
.legal-section h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 19px;
  color: var(--black); margin: 28px 0 14px;
}

/* "In Short:" summary callout that opens most privacy sections. */
.legal-intro {
  font-family: var(--font-body); font-style: italic; font-size: 15.5px;
  line-height: 1.6; color: #4a4a4a;
  border-left: 3px solid var(--alive); padding: 2px 0 2px 18px;
  margin: 0 0 1.2em;
}

/* Bulleted lists. */
.legal-list {
  font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  color: #333; margin: 0 0 1.1em; padding-left: 22px;
}
.legal-list li { margin: 0 0 .5em; }
.legal-list li:last-child { margin-bottom: 0; }
.legal-list .legal-list { margin: .5em 0 .5em; }   /* nested list */
.legal-list strong { color: var(--black); }

/* Postal / contact address block. */
.legal-address {
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  color: #333; font-style: normal; margin: 0 0 1.1em;
}
.legal-address strong { color: var(--black); display: block; margin-bottom: 4px; }

@media (max-width: 640px) {
  .legal-hero { padding: 150px 0 56px; min-height: 0; }
  .legal-body { padding: 56px 0 64px; }
  .legal-body .cc-wrap { padding: 0 24px; }
  .legal-section h2 { font-size: 22px; }
}
