/* ─────────────────────────────────────────
   PRIVACY PAGE
───────────────────────────────────────── */

.nav {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(18,44,58,0.08);
}

.logo-top {
  color: #163f56 !important;
  text-shadow: none !important;
}

#navLinks a {
  color: #1a4055 !important;
}

.nav-hamburger span {
  background: #163f56 !important;
}

.legal-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 184, 168, 0.34), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(90, 143, 168, 0.16), transparent 24%),
    #fdf8f4;
  border-bottom: 1px solid rgba(78,143,168,0.1);
  padding: 142px 48px 76px;
}

.legal-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.legal-kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5a8fa8;
  font-weight: 600;
  margin-bottom: 18px;
}

.legal-title {
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #163f56;
  margin: 0 0 18px;
}

.legal-title em {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 58px;
  letter-spacing: -1px;
  text-transform: none;
  color: #5a8fa8;
}

.legal-intro {
  max-width: 520px;
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  line-height: 1.8;
  color: #496a7a;
}

.legal-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 48px 120px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 100px;
}

.legal-aside-inner {
  background: #163f56;
  border-radius: 22px;
  padding: 32px 28px;
}

.legal-aside-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  margin-bottom: 20px;
}

.legal-meta {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.legal-meta:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-meta-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-meta-value {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
}

.legal-content {
  min-width: 0;
}

.legal-section {
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(78,143,168,0.12);
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #163f56;
  margin-bottom: 16px;
}

.legal-section p {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.85;
  color: #2e5060;
  margin-bottom: 16px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: #1f627e;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 768px) {
  .legal-hero {
    padding: 120px 24px 60px;
  }

  .legal-title {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .legal-title em {
    font-size: 40px;
  }

  .legal-intro {
    font-size: 17px;
  }

  .legal-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 24px 96px;
  }

  .legal-aside {
    position: static;
  }

  .legal-section h2 {
    font-size: 22px;
  }

  .legal-section p {
    font-size: 17px;
  }
}
