/* ── TYPOGRAPHY — Atmospheric Modernism ──────────── */
body {
  font-family: 'Hanken Grotesk', 'Inter', sans-serif;
  font-size: 1rem; line-height: 1.6; color: #e5e2e1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bodoni Moda', Georgia, serif;
  color: #e5e2e1; line-height: 1.15;
}
p { color: #d0c5af; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 700; color: #e5e2e1; }

/* Display sizes */
.text-display { font-family: 'Bodoni Moda',serif; font-size: clamp(3rem,8vw,7.5rem); font-weight: 700; letter-spacing: -.02em; }
.text-headline-lg { font-family: 'Bodoni Moda',serif; font-size: clamp(2rem,4vw,3rem); font-weight: 600; }
.text-headline-md { font-family: 'Bodoni Moda',serif; font-size: 2rem; font-weight: 500; }
.text-label-caps  { font-family: 'Hanken Grotesk',sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.text-body-lg     { font-family: 'Hanken Grotesk',sans-serif; font-size: 1.125rem; line-height: 1.75; letter-spacing: .01em; }

/* Gold accent text */
.text-gold { color: #f2ca50; }
.text-muted { color: #99907c; }
.text-cream { color: #e5e2e1; }

/* Container */
.container {
  width: 100%; max-width: 1440px;
  margin: 0 auto; padding: 0 80px;
}