/*
 * Diaspora Flows — Privacy Page
 */

.privacy-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}

/* ── Hero ──────────────────────────────────────────── */

.privacy-hero {
  text-align: center;
  margin-bottom: 4rem;
}

.privacy-hero-title {
  font-family: var(--df-font-serif);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--theme-text);
  margin-bottom: 1.25rem;
}
.privacy-hero-title em {
  font-style: italic;
  color: var(--df-gold);
}

.privacy-hero-sub {
  font-size: 0.95rem;
  color: var(--theme-text-mid);
  line-height: 1.85;
  max-width: 560px;
  margin: 0 auto;
}

/* ── Commitments ───────────────────────────────────── */

.privacy-commitments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.privacy-commitment {
  position: relative;
  overflow: hidden;
}

.privacy-commitment-num {
  font-family: var(--df-font-serif);
  font-size: clamp(8rem, 20vw, 14rem);
  font-weight: 300;
  color: var(--df-gold);
  opacity: 0.08;
  line-height: 0.85;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  pointer-events: none;
  user-select: none;
}

.privacy-commitment-tier {
  font-family: var(--df-font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--df-gold);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.privacy-commitment-quote {
  font-family: var(--df-font-serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  color: var(--theme-text);
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.privacy-commitment-body {
  font-size: 0.88rem;
  color: var(--theme-text-mid);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* ── Rule ──────────────────────────────────────────── */

.privacy-rule {
  height: 1px;
  background: rgba(201, 168, 76, 0.35);
  margin: 4rem 0;
}

/* ── Five Data Points ──────────────────────────────── */

.privacy-five {
  margin-bottom: 4rem;
}

.privacy-five-title {
  font-family: var(--df-font-sans);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--theme-text);
  margin-bottom: 0.75rem;
}

.privacy-five-sub {
  font-size: 0.9rem;
  color: var(--theme-text-mid);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.privacy-five-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.privacy-dp-card {
  background: var(--theme-bg-2);
  border-left: 2px solid var(--df-gold);
  padding: 1.75rem 1.5rem;
}

.privacy-dp-num {
  font-family: var(--df-font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--df-gold);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.privacy-dp-heading {
  font-family: var(--df-font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--theme-text);
  margin-bottom: 0.5rem;
}

.privacy-dp-body {
  font-size: 0.85rem;
  color: var(--theme-text-mid);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.privacy-dp-shared {
  font-family: var(--df-font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  display: inline-block;
}

.privacy-dp-shared[data-shared="context"] {
  color: var(--df-gold);
  background: var(--df-gold-pale);
}

.privacy-dp-shared[data-shared="never"] {
  color: var(--df-green-l);
  background: rgba(90, 158, 85, 0.1);
}

.privacy-five-callout {
  font-family: var(--df-font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  color: var(--theme-text);
  line-height: 1.6;
  max-width: 700px;
}

/* ── Never List ────────────────────────────────────── */

.privacy-never-title {
  font-family: var(--df-font-sans);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--theme-text);
  margin-bottom: 2rem;
}

.privacy-never-list {
  list-style: none;
  margin-bottom: 3rem;
}

.privacy-never-item {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  color: var(--theme-text-mid);
  line-height: 1.7;
  border-bottom: 1px solid var(--theme-border-s);
}

.privacy-never-dash {
  color: var(--df-gold);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── Summary ───────────────────────────────────────── */

.privacy-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.privacy-summary-row {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
}

.privacy-summary-tier {
  font-family: var(--df-font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--df-gold);
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.privacy-summary-desc {
  font-family: var(--df-font-mono);
  font-size: 0.75rem;
  color: var(--theme-text-low);
  letter-spacing: 0.04em;
}

/* ── Footer links ──────────────────────────────────── */

.privacy-footer-links {
  text-align: center;
  padding-top: 3rem;
  border-top: 1px solid var(--theme-border-s);
}

.privacy-policy-link,
.privacy-email-link {
  font-family: var(--df-font-mono);
  font-size: 0.78rem;
  color: var(--df-gold);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.privacy-policy-link:hover,
.privacy-email-link:hover { color: var(--df-gold-l); }

.privacy-footer-sep {
  color: var(--theme-text-low);
  margin: 0 1rem;
}

/* ══════════════════════════════════════════════════════
   Legal Policy Page — /privacy/policy
   ══════════════════════════════════════════════════════ */

.privacy-policy-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 2rem 6rem;
}

.privacy-policy-nav {
  margin-bottom: 2rem;
}

.privacy-policy-back {
  font-family: var(--df-font-mono);
  font-size: 0.78rem;
  color: var(--df-gold);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.privacy-policy-back:hover { color: var(--df-gold-l); }

.privacy-policy-header {
  margin-bottom: 3rem;
}

.privacy-policy-title {
  font-family: var(--df-font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--theme-text);
  margin-bottom: 0.75rem;
}

.privacy-policy-dates {
  font-family: var(--df-font-mono);
  font-size: 0.72rem;
  color: var(--theme-text-low);
  letter-spacing: 0.06em;
}

.privacy-policy-body {
  line-height: 1.85;
}

.privacy-policy-section {
  margin-bottom: 2.5rem;
}

.privacy-policy-section-num {
  font-family: var(--df-font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--df-gold);
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.privacy-policy-section h2 {
  font-family: var(--df-font-sans);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--theme-text);
  margin-bottom: 0.75rem;
}

.privacy-policy-section p {
  font-size: 0.9rem;
  color: var(--theme-text-mid);
  line-height: 1.85;
}

.privacy-policy-review-note {
  font-family: var(--df-font-mono);
  font-size: 0.72rem;
  color: var(--theme-text-low);
  letter-spacing: 0.04em;
  padding-top: 2rem;
  border-top: 1px solid var(--theme-border-s);
  margin-top: 3rem;
}

/* ── Responsive ────────────────────────────────────── */

@media (max-width: 700px) {
  .privacy-commitments { grid-template-columns: 1fr; }
}
