@import url('fonts.css');
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titulares);
  font-weight: 600;
  color: var(--tinta);
  margin-bottom: var(--espacio-3);
}

h1 {
  font-size: 36px;
  line-height: 1.05;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

p {
  max-width: 66ch; /* Ancho máximo de lectura */
  margin-bottom: var(--espacio-2);
}

.cuerpo-destacado {
  font-size: 21px;
  line-height: 1.5;
}

.etiqueta {
  font-family: var(--font-cuerpo);
  font-size: 15px;
  font-weight: 700;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

.cifra-grande {
  font-family: var(--font-titulares);
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  color: var(--encinar);
}

@media (min-width: 768px) {
  h1 { font-size: 64px; }
  h2 { font-size: 42px; }
  h3 { font-size: 26px; }
  body { font-size: 19px; }
  .cuerpo-destacado { font-size: 23px; }
  .cifra-grande { font-size: 88px; }
}

/* =========================================
   TIPOGRAFÍA HERO
   ========================================= */
.etiqueta-hero {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-variant-caps: small-caps;
  letter-spacing: 0.12em;
  color: var(--hoja);
  display: block;
  margin-bottom: var(--espacio-2);
}

.h1-editorial {
  font-family: 'Petrona', serif;
  font-weight: 600;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.0;
  color: var(--tinta);
  margin-bottom: var(--espacio-3);
}

.subtitulo-hero {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 21px;
  max-width: 55ch;
  color: rgba(43, 48, 38, 0.75); /* --tinta al 75% */
  line-height: 1.4;
  margin-bottom: var(--espacio-4);
}

.cifra-item .numero {
  font-family: 'Petrona', serif;
  font-weight: 600;
  font-size: clamp(44px, 4vw, 64px);
  color: var(--tinta);
  line-height: 1;
}

.cifra-item .desc {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-variant-caps: small-caps;
  color: var(--tinta);
  opacity: 0.8;
  margin-top: 4px;
}

.etiqueta-tarjeta {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-variant-caps: small-caps;
  color: var(--retama);
  display: block;
  margin-bottom: var(--espacio-2);
}

.texto-tarjeta {
  font-family: 'Petrona', serif;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 30px);
  color: var(--enves);
  line-height: 1.2;
  margin-bottom: var(--espacio-4);
}

.boton-hero {
  background-color: var(--hoja);
  color: #ffffff;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 150ms ease;
  width: 100%;
}

@media (min-width: 768px) {
  .boton-hero {
    width: 280px;
  }
}
