/* Privacy policy: same dark Month chrome as the landing page. */

.policy-doc {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 28px 96px;
}

.policy-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.policy-doc h1 {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ink);
}

.policy-meta {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--muted);
}

.policy-lead {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  text-wrap: pretty;
}

.policy-rule {
  border: none;
  border-top: 1px solid var(--line);
  margin: 40px 0;
}

.policy-doc section + section {
  margin-top: 40px;
}

.policy-doc h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 14px;
}

.policy-doc p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--muted);
  text-wrap: pretty;
}

.policy-doc p + p {
  margin-top: 14px;
}

.policy-doc strong {
  color: var(--bright);
  font-weight: 700;
}

.policy-doc a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.policy-doc a:hover {
  text-decoration: underline;
}

.policy-doc ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-doc li {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--muted);
  text-wrap: pretty;
}

.policy-doc li strong {
  color: var(--bright);
}

.nav a.link[aria-current="page"] {
  color: var(--ink);
}

.footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.footer-inner > .brand {
  justify-self: start;
}

.footer-social {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--muted);
}

.footer-social svg {
  width: 22px;
  height: 22px;
}

.footer-social:hover {
  color: var(--ink);
}

.footer-copy {
  justify-self: end;
  margin: 0;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
}

@media (max-width: 860px) {
  .policy-doc {
    padding: 32px 28px 72px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .footer-inner > .brand,
  .footer-copy {
    justify-self: center;
    text-align: center;
  }
}
