.privacy-page {
  --paper: #f7f4ef;
  --cream: #e4e1db;
  --red-deep: #8f382f;
  --red: #c66a5d;
  --graphite: #171113;
  --text-soft: #c3bfb8;
  --muted: #9d9992;
  --hair: rgba(255, 255, 255, 0.13);
  --hair-strong: rgba(255, 255, 255, 0.3);
  --adj-pad: clamp(1.15rem, 4vw, 4.5rem);
  --adj-header: 4.75rem;
  --adj-max: 120rem;
  --adj-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background:
    linear-gradient(rgba(13, 10, 11, 0.8), rgba(13, 10, 11, 0.94)),
    image-set(url("../background-stone-1800.avif") type("image/avif"), url("../background-stone-1800.webp") type("image/webp"));
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.privacy-skip {
  position: fixed;
  z-index: 100;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.8rem 1rem;
  background: var(--paper);
  color: var(--graphite);
  font-size: 0.75rem;
  font-weight: 700;
  transform: translateY(-150%);
}

.privacy-skip:focus { transform: translateY(0); }

.privacy-page .destination-header {
  z-index: 50;
  height: var(--adj-header);
  justify-content: flex-start;
  padding-inline: var(--adj-pad);
  background: linear-gradient(rgba(13, 10, 11, 0.82), transparent);
}

.privacy-page .destination-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(1.05rem, 2.6vw, 2.6rem);
  overflow-x: auto;
  scrollbar-width: none;
}

.privacy-page .destination-nav::-webkit-scrollbar { display: none; }

.privacy-page .destination-nav a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  padding: 0.4rem 0;
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-page .destination-nav a[aria-current="page"],
.privacy-page .destination-nav a:hover { color: var(--paper); }

.privacy-main {
  width: min(100%, 94rem);
  margin-inline: auto;
  padding: clamp(9rem, 15vw, 13rem) var(--adj-pad) clamp(5rem, 9vw, 9rem);
}

.privacy-intro { max-width: 58rem; }

.privacy-eyebrow {
  margin: 0 0 1.5rem;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.privacy-intro h1 {
  max-width: none;
  font-size: clamp(3.7rem, 9vw, 8.4rem);
  line-height: 0.88;
}

.privacy-intro > p:not(.privacy-eyebrow) {
  max-width: 43rem;
  margin: 2rem 0 0;
  color: var(--cream);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.privacy-intro > span {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.privacy-content {
  display: grid;
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--hair);
}

.privacy-content section {
  display: grid;
  grid-template-columns: minmax(2.5rem, 0.12fr) minmax(0, 0.88fr);
  gap: clamp(1rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--hair);
}

.privacy-number {
  margin: 0;
  color: var(--red);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.privacy-content section > div { max-width: 52rem; }

.privacy-content h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.025em;
}

.privacy-content section p:not(.privacy-number) {
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.8;
}

.privacy-content a,
.privacy-text-link { border-bottom: 1px solid var(--hair-strong); }

.privacy-closing { padding-top: clamp(5rem, 9vw, 8rem); }

.privacy-closing h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-top: 2rem;
}

.privacy-page .button {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1.15rem 1.65rem;
  background: var(--red-deep);
  color: var(--paper);
  font-size: 0.71rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.privacy-text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--cream);
  font-size: 0.68rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@media (max-width: 47.99rem) {
  .privacy-page { background-attachment: scroll; }
  .privacy-page .destination-header { height: 4.5rem; padding-right: 0; }
  .privacy-page .destination-nav {
    width: 100%;
    gap: 1.05rem;
    padding-right: 2rem;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2.2rem), transparent);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2.2rem), transparent);
  }
  .privacy-page .destination-nav a[aria-current="page"] { order: -1; }
  .privacy-content section { grid-template-columns: 2rem minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-page *,
  .privacy-page *::before,
  .privacy-page *::after { scroll-behavior: auto !important; }
}
