* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Lato', sans-serif;
  background: #F9F7F2;
  color: #1B1B1B;
}

.historia-hero {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.historia-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
}
.historia-hero-overlay {
  position: relative;
  z-index: 1;
  padding: 40px 24px;
  color: white;
  max-width: 800px;
}
.historia-logo {
  width: 60px;
  margin-bottom: 20px;
}
.historia-hero h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
.historia-gancho {
  font-size: 1.1rem;
  opacity: 0.95;
}

.historia-contenido {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  font-size: 1.15rem;
  line-height: 1.8;
}
.historia-contenido img {
  width: 100%;
  border-radius: 12px;
  margin: 24px 0;
}

.historia-cta {
  margin-top: 50px;
  padding: 30px;
  background: rgba(212, 163, 115, 0.15);
  border-radius: 15px;
  border-left: 4px solid #D4A373;
  text-align: center;
}
.historia-cta p { font-weight: bold; color: #1B4D3E; margin-bottom: 16px; font-size: 1.2rem; }
.historia-cta a {
  display: inline-block;
  background: #1B4D3E;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: bold;
  margin: 6px;
}
.historia-volver {
  background: transparent !important;
  color: #1B4D3E !important;
  border: 2px solid #1B4D3E;
}

@media (max-width: 600px) {
  .historia-hero h1 { font-size: 1.6rem; }
  .historia-contenido { font-size: 1.05rem; padding: 30px 18px 50px; }
}
