.policy-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem clamp(1.1rem, 3vw, 2rem);
}

.policy-nav__brand {
  display: inline-flex;
  color: var(--ink);
  text-decoration: none;
}

.policy-nav__mark {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
}

.policy-nav__end {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.policy-nav__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.35rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: #141414;
  color: #f4f4f2;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.policy {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem clamp(1.1rem, 3vw, 2rem) 3rem;
}

.policy__intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.policy__label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(20, 20, 20, 0.42);
}

.policy__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.policy__lead {
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.55);
}

.policy__card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.15rem;
  background: #ecece8;
}

.policy__block h2 {
  margin-bottom: 0.45rem;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.policy__block p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(20, 20, 20, 0.55);
}

.policy-foot {
  width: 100%;
  padding: 0.75rem 0.75rem 1.5rem;
}

.policy-foot__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(0.35rem, 2vw, 1.25rem) 0;
}

.policy-foot__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  text-decoration: none;
}

.policy-foot__mark {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
}

.policy-foot__name {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.policy-foot__link {
  font-size: 0.82rem;
  color: rgba(20, 20, 20, 0.55);
  text-decoration: none;
}

@media (max-width: 820px) {
  .policy__card {
    border-radius: 0.9rem;
  }
}
