/* ═══════════════════════════════════════════════════
   GIY Architecture Inc. — Legal Pages
   Shared by Privacy Policy + Terms & Conditions
   ═══════════════════════════════════════════════════ */

/* Legal pages use the narrower prose container */
.legal-hero,
.legal-content {
  --px: max(60px, calc((100% - var(--container)) / 2));
}

.legal-hero {
  padding: 160px var(--px) 60px;
}

.legal-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  margin-bottom: 16px;
}

.legal-date {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.legal-intro {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 800px;
}

/* Legal content body */
.legal-content {
  padding: 60px var(--px) 120px;
}

.legal-section {
  margin-bottom: 48px;
}

.legal-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.legal-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 24px;
}

.legal-section p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.legal-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.legal-section ul li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}

.legal-section ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
}
