/* Variante 5 — Minimalista: columna única, mucho blanco, sello grande, video discreto */

body { color: #444; }

.intro {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
}
.intro__seal { width: 130px; margin: 0 auto 2rem; opacity: 0.9; }
.intro__kicker {
  display: block;
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
.intro h1 {
  color: var(--color-heading);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.intro__link {
  color: var(--color-heading);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 0.2rem;
}
.intro__link:hover { color: var(--color-primary); }

.story { max-width: 34rem; margin: 0 auto; padding: 0 1.5rem; }
.story__block { padding: 3.5rem 0; border-top: 1px solid #eee; }
.story__block:first-child { border-top: none; }

.eyebrow {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.6rem;
}

.story__block h2 {
  color: var(--color-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.story__block p { margin-bottom: 1rem; color: #555; }
.story__block p:last-of-type { margin-bottom: 0; }

.story__inset {
  width: 80%;
  margin: 2rem auto 0;
  border-radius: 2px;
}

.story__block--video { text-align: center; }
.video-link__caption { color: var(--color-body-light); font-size: 0.9rem; margin-bottom: 1rem; }
.story__video {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.story__block--cta { text-align: center; }
.story__block--cta h2 { font-weight: 600; }
.story__block--cta p { color: var(--color-body-light); margin-bottom: 1.5rem; }

.footer {
  text-align: center;
  padding: 3rem 1.5rem 4rem;
  color: #aaa;
  font-size: 0.8rem;
}
