:root {
  color: #17332d;
  background: #f5f3eb;
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  --ink: #17332d;
  --soft: #52655f;
  --green: #148269;
  --cream: #f5f3eb;
  --white: #fffef9;
  --line: rgba(23, 51, 45, 0.15);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); }
a { color: inherit; }
.legal-header { height: 88px; border-bottom: 1px solid var(--line); }
.legal-header__inner, .legal-footer__inner, .legal-main { width: min(920px, calc(100% - 42px)); margin-inline: auto; }
.legal-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.legal-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 24px; font-weight: 700; letter-spacing: -.055em; }
.legal-logo svg { width: 30px; }
.legal-logo path, .legal-logo circle { fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; }
.legal-logo circle:first-of-type { fill: #e6ed78; stroke: var(--ink); }
.back-link { text-decoration: none; font-size: 13px; font-weight: 700; }
.back-link:hover { color: var(--green); }
.legal-main { padding: 95px 0 120px; }
.legal-eyebrow { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { letter-spacing: -.045em; font-weight: 500; }
h1 { margin: 18px 0 22px; font-size: clamp(49px, 8vw, 78px); line-height: 1; }
.legal-intro { max-width: 690px; color: var(--soft); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.55; }
.legal-card { margin-top: 58px; padding: 36px; border-radius: 25px; background: var(--white); box-shadow: 0 18px 60px rgba(23,51,45,.08); }
.legal-card h2, .legal-section h2 { margin: 0 0 21px; font-size: 28px; }
.legal-card p, .legal-section p, .legal-section li { color: var(--soft); line-height: 1.75; }
.legal-card strong { color: var(--ink); }
.legal-card a, .legal-section a { color: var(--green); }
.legal-section { padding: 45px 0 0; margin-top: 45px; border-top: 1px solid var(--line); }
.legal-section h3 { margin: 28px 0 10px; font-size: 17px; }
.legal-section ul { padding-left: 21px; }
.legal-meta { margin-top: 62px; color: #71807b; font-size: 12px; }
.legal-footer { padding: 35px 0; background: #102e28; color: rgba(255,255,255,.7); }
.legal-footer__inner { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.legal-footer a { color: inherit; }
@media (max-width: 600px) {
  .legal-main { padding: 70px 0 90px; }
  .legal-card { padding: 25px; }
  .legal-footer__inner { flex-direction: column; }
}
