.profile-note {
  margin-top: 1.15rem;
  padding: .8rem 1rem;
  border-left: .28rem solid var(--aqua);
  color: var(--bone);
  font-size: .92rem;
  font-weight: 780;
}

@media (prefers-reduced-motion: no-preference) {
  .policy-label:nth-child(3n+1).in-view { animation: weave-from-left .55s ease-out both; }
  .policy-label:nth-child(3n+2).in-view { animation: weave-from-right .55s ease-out both; }
  .policy-label:nth-child(3n).in-view { animation: weave-rise .55s ease-out both; }
  @keyframes weave-from-left { from { opacity: .38; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
  @keyframes weave-from-right { from { opacity: .38; transform: translateX(18px); } to { opacity: 1; transform: none; } }
  @keyframes weave-rise { from { opacity: .38; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

@media (prefers-reduced-motion: reduce) {
  .policy-label { animation: none !important; opacity: 1 !important; transform: none !important; }
}
