:root {
  color-scheme: light;
  font-family: ui-rounded, "SF Pro Rounded", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #173b3b;
  background: #fff9ea;
}

* { box-sizing: border-box; }

body { margin: 0; min-height: 100vh; }

.shell {
  width: min(680px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.mascot { font-size: 72px; line-height: 1; }
.eyebrow { color: #25856f; font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 620px; margin: 12px 0 20px; font-size: clamp(40px, 8vw, 64px); line-height: 1.04; }
.lede, .legal p, .legal li { font-size: 18px; line-height: 1.7; }
nav { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
a { color: #126a59; font-weight: 800; }
nav a { padding: 13px 18px; border: 2px solid #85c8b7; border-radius: 999px; text-decoration: none; background: white; }
.legal h1 { font-size: clamp(38px, 7vw, 56px); }
.legal h2 { margin-top: 36px; }
.updated { color: #54706f; font-weight: 700; }
.back { display: inline-block; margin-bottom: 24px; }

@media (max-width: 520px) {
  .shell { padding: 44px 0; }
}
