.privacy-page .nav {
  gap: 20px;
}
.privacy-page .nav > a:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-align: right;
  line-height: 1.4;
}
.privacy-content {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 84px) clamp(22px, 5vw, 40px) 84px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.privacy-content > .eyebrow {
  display: block;
  margin-bottom: 18px;
}
.privacy-content h1 {
  font-size: clamp(44px, 7vw, 72px);
  line-height: 1.08;
}
.privacy-content .policy-version {
  margin: 20px 0 32px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.privacy-summary {
  border-left: 3px solid var(--red);
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.7;
}
.privacy-content section {
  margin-top: 38px;
  scroll-margin-top: 90px;
}
.privacy-content h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.privacy-content p {
  margin: 0 0 18px;
}
.privacy-content ul {
  margin: 0;
  padding-left: 22px;
}
.privacy-content li {
  margin-bottom: 14px;
  padding-left: 3px;
}
.privacy-content a:not(.button) {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.privacy-return {
  margin-top: 18px;
}
.privacy-page a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
  border-radius: 3px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  z-index: 30;
  background: #fff;
  color: var(--ink);
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.skip-link:focus {
  transform: translateY(0);
}
@media (max-width: 420px) {
  .privacy-page .brand img { width: 120px; }
  .privacy-page .nav > a:last-child { font-size: 12px; }
  .privacy-summary { padding-left: 16px; font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
