/* ==========================================================================
   SHN Ceylon — Privacy Policy / Site Map pages
   ========================================================================== */

/* ---- Hero (shared) ---- */
.shn-legal-hero {
  background-color: var(--shn-black);
  padding-block: clamp(48px, 7vw, 96px);
}

.shn-legal-hero__eyebrow {
  display: block;
  color: #E64545;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}

.shn-legal-hero__title {
  color: var(--shn-white);
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3.4rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
}

.shn-legal-hero__updated {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  margin-top: 14px;
}

/* ---- Body (shared) ---- */
.shn-legal-body {
  padding-block: clamp(48px, 6vw, 90px);
}

/* ---- Privacy Policy prose ---- */
.shn-legal-prose {
  max-width: 76ch;
}

.shn-legal-prose p {
  color: var(--shn-gray-700);
  font-size: var(--fs-body-lg);
  line-height: 1.7;
  margin-bottom: 20px;
}

.shn-legal-prose h2 {
  color: var(--shn-ink);
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 14px;
}

.shn-legal-prose a {
  color: var(--shn-teal-dark);
  text-decoration: underline;
}

/* ---- Site Map grid ---- */
.shn-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.shn-sitemap-col h2 {
  color: var(--shn-ink);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}

.shn-sitemap-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shn-sitemap-links a {
  color: var(--shn-gray-700);
  font-size: 1rem;
  transition: color var(--transition-fast);
}

.shn-sitemap-links a:hover {
  color: var(--shn-teal-dark);
}

/* ==========================================================================
   Breakpoints
   ========================================================================== */

@media (max-width: 767.98px) {
  .shn-sitemap-grid {
    grid-template-columns: 1fr;
  }
}
