/* ── Шрифты ──────────────────────────────────────────────────────────── */

h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 5.5vw, 3.875rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--text-dark);
}

h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.625rem);
  line-height: 1.15;
  letter-spacing: -.015em;
  color: var(--text-dark);
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.4;
  color: var(--text-dark);
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  line-height: 1.4;
  color: var(--text-dark);
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-mid);
}

/* ── Метки / Eyebrow ─────────────────────────────────────────────────── */
.label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ── Цитата (testimonials) ───────────────────────────────────────────── */
.quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  line-height: 1.65;
  color: var(--text-dark);
}

/* ── Вспомогательные классы ──────────────────────────────────────────── */
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-gold    { color: var(--gold); }
.text-brand   { color: var(--brand); }
.text-mid     { color: var(--text-mid); }
.text-light   { color: var(--text-light); }
.text-white   { color: var(--white); }

.lead {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  line-height: 1.75;
  color: var(--text-mid);
}

.caption {
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-light);
}
