/* ============================================================
   Legal pages — long-form prose layout
   Reuses tokens, header, buttons and footer from styles.css
   ============================================================ */
.legal-body { background: var(--paper); }

.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 28px 96px;
}

/* Review banner — remove once the document has been legally reviewed */
.legal-review {
  background: #fff6c2;
  border: 2px solid var(--bvb-black);
  padding: 14px 18px;
  margin-bottom: 40px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #2a2a2a;
}
.legal-review strong { font-weight: 700; }

.legal-kicker {
  font-family: "Anton", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bvb-black);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bvb-black);
  display: inline-block;
  margin-bottom: 24px;
}

.legal-wrap h1 {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--bvb-black);
  margin-bottom: 12px;
}

.legal-updated {
  font-family: "Fraunces", serif;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 44px;
}

.legal-wrap h2 {
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--bvb-black);
  margin: 44px 0 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.legal-wrap h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bvb-black);
  margin: 24px 0 8px;
}

.legal-wrap p,
.legal-wrap li {
  font-size: 1rem;
  line-height: 1.65;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.legal-wrap ul { padding-left: 22px; margin-bottom: 18px; }
.legal-wrap li { margin-bottom: 8px; }

.legal-wrap a { color: #1a1a1a; text-decoration: underline; text-underline-offset: 2px; }
.legal-wrap a:hover { color: var(--bvb-yellow-deep); }

.legal-wrap strong { font-weight: 700; }

/* Placeholders the organisation must complete before publishing */
.legal-wrap .ph {
  background: #fff0b3;
  border-bottom: 2px solid var(--bvb-yellow-deep);
  padding: 0 4px;
  font-weight: 600;
  white-space: nowrap;
}

.legal-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 24px;
  font-size: 0.94rem;
}
.legal-wrap th,
.legal-wrap td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.legal-wrap th {
  background: var(--paper-warm);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

/* Slim footer cross-links */
.legal-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}
.legal-foot-links a { color: var(--bvb-yellow); text-decoration: none; font-size: 0.9rem; }
.legal-foot-links a:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .legal-wrap { padding: 48px 20px 72px; }
}
