/* legal.css — the Privacy Policy and the Terms & Conditions.
 *
 * These two pages are read, not scrolled past, so they get one narrow column
 * of ordinary prose instead of the home page's full-bleed sections. Everything
 * else -- the aura, the nav bar, the footer, the colours, the fonts -- is
 * vybe.css, unchanged. LIGHT ONLY, like the rest of the site.
 */

.legal-hero { padding: clamp(110px, 14vh, 150px) 0 10px; }
.legal-hero h1 { font-size: clamp(2.3rem, 5.5vw, 3.6rem); margin-bottom: 14px; }
.legal-hero .lede { margin-bottom: 18px; }
.legal-hero .stamp {
  margin: 0; font-size: .88rem; font-weight: 600; color: var(--ink3);
}

.legal-body { padding: 26px 0 70px; }
.legal-body h2 {
  font-size: clamp(1.15rem, 2.1vw, 1.45rem); line-height: 1.25;
  margin: 46px 0 12px; scroll-margin-top: 90px;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { color: var(--ink2); margin: 0 0 14px; }
.legal-body ul { color: var(--ink2); margin: 0 0 14px; padding-left: 22px; }
.legal-body li { margin-bottom: 8px; }
.legal-body strong { color: var(--ink); }
.legal-body a { color: var(--coral); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--orange); }

/* The promise at the top of the privacy page, and the same treatment for the
 * one or two clauses on either page that must not be missed. */
.legal-body .pledge {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(22px, 3.4vw, 32px); box-shadow: var(--shadow); margin-bottom: 14px;
}
.legal-body .pledge h2 { margin-top: 0; }
.legal-body p.hard {
  border-left: 4px solid var(--coral); background: #fff6f7;
  border-radius: 0 14px 14px 0; padding: 14px 18px; color: var(--ink);
}

.legal-body .seealso {
  margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line);
  font-weight: 600; color: var(--ink3);
}

@media (max-width: 640px) {
  .legal-hero { padding-top: 96px; }
  .legal-body { padding-bottom: 50px; }
}
