.privacy-page {
  min-width: 1220px;
}

.privacy-page .privacy-main {
  width: min(1280px, calc(100vw - 128px));
  margin: 0 auto;
  padding: 56px 0 136px;
}

.privacy-page .privacy-hero {
  margin-bottom: 82px;
}

.privacy-page .hero-rule {
  width: 84px;
  height: 1px;
  margin-bottom: 30px;
  background: rgba(157, 28, 31, 0.5);
}

.privacy-page .privacy-hero h1 {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(4.5rem, 4rem + 1vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #1e1715;
}

.privacy-page .privacy-effective-date {
  margin: 18px 0 0;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(157, 28, 31, 0.78);
}

.privacy-page .privacy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 86px;
}

.privacy-page .privacy-column {
  display: grid;
  gap: 34px;
  align-content: start;
}

.privacy-page .privacy-block {
  break-inside: avoid;
}

.privacy-page .privacy-block-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.privacy-page .privacy-index {
  font-family: var(--font-ui);
  font-size: 1.05rem;
  line-height: 1;
  color: rgba(157, 28, 31, 0.7);
}

.privacy-page .privacy-block h2,
.privacy-page .privacy-supplements h2,
.privacy-page .supplement-card h3 {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  color: #1e1715;
}

.privacy-page .privacy-block-head h2,
.privacy-page .privacy-supplements h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(144, 127, 118, 0.18);
  font-size: 2.45rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.privacy-page .privacy-block p,
.privacy-page .privacy-subsection p,
.privacy-page .supplement-card p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.84;
  color: #564b46;
}

.privacy-page .privacy-subsection {
  margin-bottom: 18px;
}

.privacy-page .privacy-subsection h3,
.privacy-page .privacy-inline-label {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #292321;
}

.privacy-page .privacy-note-card {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 3px solid rgba(157, 28, 31, 0.78);
  background: rgba(244, 241, 234, 0.82);
}

.privacy-page .note-title {
  margin-bottom: 8px;
  color: rgba(157, 28, 31, 0.88);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.privacy-page .privacy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.privacy-page .privacy-list li {
  position: relative;
  padding-left: 22px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #564b46;
}

.privacy-page .privacy-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(157, 28, 31, 0.72);
}

.privacy-page .privacy-statement-box {
  margin-bottom: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(157, 28, 31, 0.58);
  text-align: center;
}

.privacy-page .privacy-statement-box p {
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(157, 28, 31, 0.92);
}

.privacy-page .privacy-contact-email {
  margin: 12px 0 14px;
}

.privacy-page .privacy-contact-email a {
  color: var(--accent);
  font-weight: 700;
}

.privacy-page .privacy-supplements {
  padding-top: 6px;
}

.privacy-page .supplement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
}

.privacy-page .supplement-card {
  min-height: 244px;
  padding: 28px 26px;
  background: rgba(243, 239, 231, 0.78);
}

.privacy-page .supplement-card h3 {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.privacy-page .privacy-quote-panel {
  position: relative;
  min-height: 360px;
  padding: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(144, 127, 118, 0.18);
  background:
    radial-gradient(circle at center, rgba(247, 231, 196, 0.55) 0%, rgba(247, 231, 196, 0.18) 34%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(circle at center, rgba(169, 135, 82, 0.18) 0%, rgba(169, 135, 82, 0.05) 38%, transparent 72%),
    repeating-radial-gradient(circle at center, rgba(140, 118, 97, 0.08) 0 1px, transparent 1px 54px),
    linear-gradient(180deg, rgba(246, 240, 229, 0.74), rgba(242, 235, 222, 0.8));
  overflow: hidden;
}

.privacy-page .privacy-quote-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(253, 252, 248, 0.28), rgba(253, 252, 248, 0.28)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 60%);
}

.privacy-page .quote-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 34px 42px;
  text-align: center;
  background: rgba(255, 253, 248, 0.88);
}

.privacy-page .quote-text {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: 2.4rem;
  line-height: 1.25;
  font-style: italic;
  color: #211a17;
}

.privacy-page .quote-caption {
  margin: 16px 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(157, 28, 31, 0.8);
}
