body {
  font-family: var(--font-body);
  background-color: var(--color-black);
  color: var(--text-main);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 1em;
  color: var(--text-muted);
}

.section__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.section__lead {
  max-width: 48ch;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 1000;
  text-decoration: none;
  font-size: 0.875rem;
}

/* Solo visible cuando se navega con teclado */
.skip-link:focus {
  top: 0;
}
