@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-latin-wght-normal-DHIcAJRg.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color: #171714;
  background: #f4f1e9;
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #1f4a35; outline-offset: 4px; }

.legal-header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1120px) / 2));
  color: #fffef9;
  background: #173b2c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.legal-brand {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.legal-brand span {
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-header > a:last-child { font-size: 12px; font-weight: 700; }
main { width: min(calc(100% - 48px), 920px); margin: 0 auto; padding: 96px 0 110px; }
.legal-eyebrow, dt, .legal-updated { color: #1f4a35; font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 18px 0 28px; font-size: clamp(48px, 8vw, 88px); font-weight: 300; letter-spacing: -0.06em; line-height: 0.96; }
.legal-intro { max-width: 720px; margin: 0; color: #54544e; font-size: 19px; line-height: 1.7; }
section { margin-top: 96px; padding-top: 32px; border-top: 1px solid #c9c5bb; }
h2 { margin: 0 0 36px; font-size: clamp(34px, 5vw, 54px); font-weight: 350; letter-spacing: -0.045em; }
h3 { margin: 42px 0 12px; font-size: 20px; font-weight: 650; }
p, dd { color: #484843; font-size: 16px; line-height: 1.8; }
dl { margin: 0 0 40px; }
dl div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid #d9d5cc; }
dt, dd { margin: 0; }
.legal-updated { margin-top: 72px; }
.legal-back { display: inline-block; margin-top: 28px; font-weight: 750; }
footer { padding: 30px max(24px, calc((100% - 1120px) / 2)); color: #aaa79f; background: #171714; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

@media (max-width: 620px) {
  .legal-header { min-height: 72px; }
  main { width: calc(100% - 40px); padding: 64px 0 82px; }
  h1 { font-size: 48px; }
  section { margin-top: 72px; }
  dl div { grid-template-columns: 1fr; gap: 7px; }
}
