.policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.1rem;
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0.78rem;
}

.policy-links a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.policy-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(184, 91, 73, 0.1), transparent 32rem),
    #f3ede4;
  color: #342c29;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.65;
}

.policy-shell {
  width: min(100% - 2rem, 48rem);
  margin-inline: auto;
  padding: 1.25rem 0 4rem;
}

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(67, 52, 46, 0.14);
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #342c29;
  font-weight: 720;
  text-decoration: none;
}

.policy-brand img {
  width: 2rem;
  height: 2rem;
}

.policy-back {
  color: #7b4035;
  font-size: 0.9rem;
  font-weight: 650;
  text-underline-offset: 0.2em;
}

.policy-content {
  margin-top: 2rem;
  padding: clamp(1.35rem, 4vw, 2.75rem);
  border: 1px solid rgba(67, 52, 46, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 1.2rem 3rem rgba(67, 52, 46, 0.08);
}

.policy-eyebrow {
  margin: 0 0 0.65rem;
  color: #9b5142;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.policy-content h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 7vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.policy-updated,
.policy-lede,
.policy-note {
  color: #655b56;
}

.policy-updated {
  margin: 0.75rem 0 1.6rem;
  font-size: 0.88rem;
}

.policy-lede {
  font-size: 1.06rem;
}

.policy-content h2 {
  margin: 2rem 0 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.policy-content h3 {
  margin: 1.4rem 0 0.35rem;
  font-size: 1rem;
}

.policy-content p,
.policy-content ul,
.policy-content ol {
  margin-top: 0.55rem;
}

.policy-content li + li {
  margin-top: 0.45rem;
}

.policy-content a {
  color: #874538;
  text-underline-offset: 0.2em;
}

.policy-callout {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border-left: 0.25rem solid #b85b49;
  border-radius: 0.25rem 0.8rem 0.8rem 0.25rem;
  background: #f8eee9;
}

.support-steps {
  padding-left: 1.25rem;
}

.policy-footer {
  margin-top: 1.5rem;
  color: #756963;
  font-size: 0.82rem;
  text-align: center;
}

@media (max-width: 36rem) {
  .policy-shell {
    width: min(100% - 1.2rem, 48rem);
    padding-top: 0.75rem;
  }

  .policy-header {
    align-items: flex-start;
  }

  .policy-brand span {
    max-width: 9rem;
  }

  .policy-content {
    border-radius: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
