.pagina-info {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  color: white;
  text-align: center;
}

.volver {
  display: block;
  text-align: center;
  margin: 40px;
  color: #e60000;
  text-decoration: none;
}

.btn-reservar {
  display: inline-block;
  margin-top: 20px;
  background: #e60000;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-reservar:hover {
  background: #ff1a1a;
}

body {
  background: transparent !important;
}

body.story-page {
  color: #181512;
  overflow-x: clip;
}

.story-shell {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 38px auto 0;
}

.story-paper {
  padding: clamp(24px, 4vw, 48px) clamp(22px, 5vw, 58px) 42px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(249, 246, 240, 0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
}

.story-header {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(23, 18, 16, 0.12);
  text-align: center;
}

.story-kicker {
  margin: 0 0 10px;
  color: #8e301e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.story-header h1,
.story-block h2,
.story-closing h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.story-header h1 {
  font-size: clamp(4rem, 9vw, 5.8rem);
}

.story-quote,
.story-quote-note,
.story-block p,
.story-closing p,
.story-facts span {
  font-family: "Source Serif 4", Georgia, serif;
}

.story-quote {
  max-width: 760px;
  margin: 20px auto 0;
  color: #15120f;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

.story-quote-note {
  max-width: 780px;
  margin: 8px auto 0;
  color: rgba(21, 18, 15, 0.88);
  font-size: 1rem;
  line-height: 1.6;
}

.story-paper-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.story-paper-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(23, 18, 16, 0.12);
  border-radius: 999px;
  color: #1a1715;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.story-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 46px;
  padding-top: 28px;
}

.story-block {
  display: grid;
  gap: 16px;
  align-content: start;
}

.story-date {
  margin: 0;
  color: #8e301e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.story-block h2,
.story-closing h2 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}

.story-block p,
.story-closing p {
  margin: 0;
  color: #181512;
  font-size: 1.03rem;
  line-height: 1.82;
}

.story-block strong,
.story-closing strong,
.story-facts strong {
  font-weight: 600;
}

.story-facts {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.story-facts li {
  display: grid;
  gap: 4px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(23, 18, 16, 0.12);
}

.story-facts strong {
  color: #8e301e;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.story-photo-grid {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.story-photo-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-photo-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(23, 18, 16, 0.12);
  background: #111;
  aspect-ratio: 4 / 5;
}

.story-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.story-photo:hover img {
  transform: scale(1.04);
}

.story-closing {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 18, 16, 0.12);
  text-align: center;
}

.story-closing h2 {
  font-size: clamp(2.8rem, 5vw, 4rem);
}

.story-closing p {
  max-width: 76ch;
  margin: 16px 0 0;
  margin-left: auto;
  margin-right: auto;
}

.story-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 98, 66, 0.36);
  background: linear-gradient(135deg, #ff2f12, #7f1200);
  color: #fff6f1;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story-back:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(158, 23, 0, 0.28);
}

@media (max-width: 900px) {
  .story-editorial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .story-page {
    overflow-x: hidden;
  }

  .story-shell {
    width: min(calc(100% - 20px), 100%);
    margin-top: 20px;
  }

  .story-paper {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 24px 18px 34px;
    border-radius: 18px;
  }
}

@media (max-width: 560px) {
  .story-page .story-header,
  .story-page .story-header > * {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .story-header h1 {
    font-size: clamp(3.2rem, 16vw, 4.4rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .story-photo-grid--three,
  .story-photo-grid--four {
    grid-template-columns: 1fr;
  }
}
