h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-editorial); font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 6.6rem); line-height: .98; }
h2 { font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 1.03; }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.1; }
.eyebrow { margin-bottom: var(--space-3); color: var(--color-primary); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.text-link { color: var(--color-primary-dark); font-weight: 700; text-decoration: none; }
