:root {
  --ink: #0b3427;
  --ink-2: #154c3b;
  --cream: #f4ead5;
  --paper: #fffaf0;
  --rust: #c54719;
  --rust-dark: #9e3311;
  --gold: #d99b26;
  --sage: #b7c8a5;
  --line: rgba(11, 52, 39, 0.17);
  --shadow: 0 20px 60px rgba(40, 30, 14, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(217, 155, 38, 0.12), transparent 28rem),
    repeating-linear-gradient(
      0deg,
      rgba(64, 41, 15, 0.017) 0,
      rgba(64, 41, 15, 0.017) 1px,
      transparent 1px,
      transparent 4px
    ),
    var(--cream);
  color: var(--ink);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(244, 234, 213, 0.9);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 82px;
  padding: 12px clamp(22px, 4vw, 68px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-self: start;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: inline-flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transform: rotate(-3deg);
  width: 48px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.055em;
  line-height: 1;
}

.brand small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 5px;
}

.site-header nav {
  display: flex;
  gap: 30px;
}

.site-header nav a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-header nav a:hover,
.text-link:hover,
footer a:hover {
  color: var(--rust);
}

.site-header > .button {
  justify-self: end;
}

.button {
  align-items: center;
  background: var(--rust);
  border: 0;
  box-shadow: 5px 5px 0 var(--ink);
  color: white;
  display: inline-flex;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 18px;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 54px;
  padding: 13px 24px;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  background: var(--rust-dark);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.button:focus-visible,
.filter-row button:focus-visible,
.card-button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.button-small {
  box-shadow: none;
  font-size: 14px;
  min-height: 42px;
  padding: 10px 17px;
}

.hero {
  display: grid;
  gap: clamp(38px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  margin: 0 auto;
  max-width: 1440px;
  /* Altura estable dentro del iframe: evita el crecimiento circular 100vh ↔ autoaltura. */
  min-height: 720px;
  overflow: hidden;
  padding: clamp(60px, 8vw, 112px) clamp(22px, 5vw, 76px) 70px;
  position: relative;
}

.hero::before {
  color: rgba(11, 52, 39, 0.055);
  content: "ROCK · NATURALEZA · CAMPING ·";
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(88px, 13vw, 190px);
  left: -3vw;
  letter-spacing: 0.02em;
  line-height: 0.8;
  position: absolute;
  top: 24%;
  transform: rotate(-5deg);
  white-space: nowrap;
  z-index: -1;
}

.hero-copy {
  align-self: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--rust);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.reservation-panel h2,
.experience-section h2,
.faq-section h2,
.closing-cta h2 {
  font-family: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(64px, 8.2vw, 126px);
  line-height: 0.78;
  margin: 0;
  max-width: 860px;
}

.hero h1 span {
  color: var(--rust);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.44em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 18px 0 0 3px;
  text-transform: none;
}

.hero-intro {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
  margin: 32px 0 28px;
  max-width: 650px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.text-link {
  border-bottom: 2px solid currentColor;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 0;
  transition: color 160ms ease;
}

.starting-price {
  align-items: baseline;
  border-left: 4px solid var(--rust);
  display: flex;
  gap: 12px;
  margin-top: 38px;
  padding-left: 18px;
}

.starting-price span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.starting-price strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.hero-art {
  align-self: center;
  aspect-ratio: 0.88;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 22px,
      rgba(11, 52, 39, 0.025) 22px,
      rgba(11, 52, 39, 0.025) 23px
    ),
    var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  isolation: isolate;
  max-height: 680px;
  overflow: hidden;
  position: relative;
  transform: rotate(1.5deg);
}

.edition-stamp {
  align-items: center;
  background: var(--gold);
  border: 3px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 104px;
  justify-content: center;
  position: absolute;
  right: 7%;
  top: 7%;
  transform: rotate(8deg);
  width: 104px;
  z-index: 8;
}

.edition-stamp::before,
.edition-stamp::after {
  color: var(--ink);
  content: "★";
  font-size: 12px;
  position: absolute;
  top: 43px;
}

.edition-stamp::before {
  left: 8px;
}

.edition-stamp::after {
  right: 8px;
}

.edition-stamp strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 0.9;
}

.edition-stamp span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sun {
  background: var(--rust);
  border-radius: 50%;
  height: 40%;
  left: 32%;
  opacity: 0.94;
  position: absolute;
  top: 19%;
  width: 46%;
  z-index: -1;
}

.music-note {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(74px, 8vw, 128px);
  left: 11%;
  position: absolute;
  top: 7%;
  transform: rotate(-11deg);
}

.mountain {
  bottom: 23%;
  clip-path: polygon(0 100%, 19% 50%, 32% 71%, 52% 4%, 67% 63%, 78% 42%, 100% 100%);
  left: 0;
  position: absolute;
  width: 100%;
}

.mountain-back {
  background: var(--sage);
  height: 56%;
  opacity: 0.8;
  transform: translateX(6%);
}

.mountain-front {
  background: var(--ink);
  height: 48%;
  transform: translateX(-11%);
  width: 116%;
  z-index: 2;
}

.mountain-front::after {
  background: var(--cream);
  clip-path: polygon(0 100%, 48% 11%, 60% 100%);
  content: "";
  height: 51%;
  left: 38%;
  opacity: 0.94;
  position: absolute;
  top: 5%;
  width: 20%;
}

.camp-row {
  align-items: center;
  background: var(--cream);
  border-bottom: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  bottom: 10%;
  display: flex;
  font-size: clamp(28px, 3.2vw, 48px);
  gap: 8%;
  height: 18%;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.camp-row span {
  filter: grayscale(1) sepia(0.3) saturate(1.8);
}

.hero-art-caption {
  align-items: center;
  background: var(--ink);
  bottom: 0;
  color: var(--cream);
  display: flex;
  height: 10%;
  justify-content: space-between;
  left: 0;
  padding: 0 6%;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.hero-art-caption span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero-art-caption strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.benefit-strip {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  gap: clamp(30px, 8vw, 120px);
  justify-content: center;
  padding: 27px clamp(22px, 6vw, 90px);
}

.benefit-strip > p {
  color: var(--gold);
  flex: 0 0 auto;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin: 0;
}

.included-list {
  display: grid;
  flex: 1;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  max-width: 780px;
  padding: 0;
}

.included-list li {
  align-items: center;
  border-left: 1px solid rgba(244, 234, 213, 0.25);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 36px;
  text-transform: uppercase;
}

.included-list li span {
  color: var(--gold);
  font-size: 24px;
}

.packs-section {
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(80px, 9vw, 130px) clamp(22px, 5vw, 76px) 85px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr minmax(280px, 450px);
}

.section-heading h2,
.experience-section h2,
.faq-section h2,
.closing-cta h2 {
  font-size: clamp(39px, 5vw, 70px);
  line-height: 0.96;
  margin: 0;
}

.section-heading > p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 5px;
}

.filter-row {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 7px;
  margin: 47px 0 35px;
  overflow-x: auto;
  padding-bottom: 13px;
}

.filter-row button {
  background: rgba(255, 250, 240, 0.45);
  border: 1px solid var(--line);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  min-height: 45px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.filter-row button:hover {
  transform: translateY(-2px);
}

.filter-row button.active {
  background: var(--ink);
  color: var(--cream);
}

.pack-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pack-card {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.52), transparent 45%),
    var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 525px;
  padding: 27px;
  position: relative;
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.pack-card:hover {
  border-color: rgba(11, 52, 39, 0.48);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.pack-card.selected {
  border: 3px solid var(--ink);
  padding: 25px;
}

.pack-card.featured {
  background:
    linear-gradient(150deg, rgba(217, 155, 38, 0.2), transparent 42%),
    var(--paper);
}

.recommended {
  background: var(--rust);
  color: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 7px 11px;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
  top: -12px;
  transform: rotate(2deg);
}

.card-topline {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
  text-transform: uppercase;
}

.card-topline span:last-child {
  color: var(--rust);
}

.pack-icon {
  align-items: center;
  display: flex;
  font-size: 59px;
  height: 92px;
  justify-content: center;
  line-height: 1;
  margin-top: 12px;
}

.pack-card h3 {
  font-family: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 5px 0 8px;
  text-align: center;
  text-transform: uppercase;
}

.people {
  color: var(--rust);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}

.pack-note {
  font-size: 13px;
  line-height: 1.55;
  margin: 18px auto;
  max-width: 280px;
  min-height: 41px;
  text-align: center;
}

.price-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: auto;
}

.price-box > div {
  align-items: center;
  background: var(--rust);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 83px;
  padding: 10px;
  text-align: center;
}

.price-box > div:last-child {
  background: rgba(183, 200, 165, 0.48);
  border: 1px solid var(--line);
  color: var(--ink);
}

.price-box strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.price-box span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  margin-top: 7px;
  text-transform: uppercase;
}

.mini-includes {
  display: flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  margin: 18px 0;
  padding: 0;
  text-transform: uppercase;
}

.mini-includes li + li::before {
  color: var(--rust);
  content: "★";
  font-size: 7px;
  margin-right: 10px;
}

.card-button {
  background: var(--ink);
  border: 0;
  color: var(--cream);
  cursor: pointer;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  min-height: 48px;
  padding: 11px;
  text-transform: uppercase;
  transition: background 160ms ease;
}

.card-button:hover {
  background: var(--rust);
}

.reservation-panel {
  align-items: center;
  background: var(--gold);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  display: grid;
  gap: 35px;
  grid-template-columns: 1.2fr auto auto;
  margin: 0 auto 110px;
  max-width: calc(1440px - 10vw);
  padding: 29px 34px;
}

.reservation-panel .eyebrow {
  color: var(--ink);
  margin-bottom: 7px;
}

.reservation-panel h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  margin: 0;
}

.reservation-panel p {
  font-size: 13px;
  font-weight: 700;
  margin: 7px 0 0;
}

.reservation-price {
  border-left: 1px solid rgba(11, 52, 39, 0.35);
  display: flex;
  flex-direction: column;
  min-width: 144px;
  padding-left: 30px;
}

.reservation-price span,
.reservation-price small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reservation-price strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.whatsapp-button {
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--rust-dark);
  white-space: nowrap;
}

.experience-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.experience-card {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(70px, 8vw, 125px) clamp(28px, 7vw, 105px);
}

.experience-card .eyebrow {
  color: var(--gold);
}

.experience-card > p:not(.eyebrow) {
  color: rgba(244, 234, 213, 0.78);
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
}

.event-facts {
  border-bottom: 1px solid rgba(244, 234, 213, 0.2);
  border-top: 1px solid rgba(244, 234, 213, 0.2);
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 30px;
  padding: 26px 0;
}

.event-facts div {
  display: flex;
  flex-direction: column;
}

.event-facts strong {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.event-facts span {
  font-size: 10px;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.text-link.light {
  color: var(--cream);
}

.text-link.light:hover {
  color: var(--gold);
}

.steps {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 6px,
      rgba(11, 52, 39, 0.025) 6px,
      rgba(11, 52, 39, 0.025) 7px
    ),
    var(--paper);
  padding: clamp(70px, 8vw, 125px) clamp(28px, 7vw, 105px);
}

.steps ol {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.steps li {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 25px;
  grid-template-columns: 60px 1fr;
  padding: 28px 0;
}

.steps li > span {
  color: var(--rust);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 33px;
}

.steps li strong {
  font-size: 18px;
  text-transform: uppercase;
}

.steps li p {
  font-size: 13px;
  line-height: 1.65;
  margin: 7px 0 0;
}

.faq-section {
  display: grid;
  gap: clamp(50px, 9vw, 150px);
  grid-template-columns: 0.75fr 1.25fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(85px, 10vw, 145px) clamp(22px, 5vw, 76px);
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
  padding: 24px 45px 24px 0;
  position: relative;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--rust);
  content: "+";
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  right: 5px;
  top: 16px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  font-size: 14px;
  line-height: 1.75;
  margin: -4px 45px 24px 0;
}

.closing-cta {
  align-items: center;
  background: var(--rust);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: clamp(60px, 7vw, 100px) clamp(24px, 8vw, 120px);
}

.closing-cta .eyebrow {
  color: var(--gold);
}

.closing-cta h2 {
  max-width: 780px;
}

.button-light {
  background: var(--cream);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  flex: 0 0 auto;
}

.button-light:hover {
  background: var(--gold);
}

footer {
  align-items: center;
  background: #08291f;
  color: var(--cream);
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1.2fr auto;
  padding: 52px clamp(22px, 5vw, 76px);
}

footer p {
  color: rgba(244, 234, 213, 0.65);
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
  max-width: 470px;
}

footer > div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  text-align: right;
}

.footer-brand .brand-mark {
  background: var(--cream);
  color: var(--ink);
}

.mobile-cta {
  display: none;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    gap: 60px;
    grid-template-columns: 1fr 0.8fr;
  }

  .hero h1 {
    font-size: clamp(60px, 8.6vw, 92px);
  }

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

  .reservation-panel {
    grid-template-columns: 1fr auto;
  }

  .reservation-panel .whatsapp-button {
    grid-column: 1 / -1;
  }

  .experience-section {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    min-height: 68px;
    padding: 9px 18px;
  }

  .site-header > .button {
    display: none;
  }

  .brand-mark {
    font-size: 19px;
    height: 40px;
    width: 40px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 7px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 58px;
    min-height: 0;
    padding-bottom: 60px;
    padding-top: 62px;
  }

  .hero h1 {
    font-size: clamp(58px, 19vw, 84px);
  }

  .hero h1 span {
    font-size: 0.41em;
    margin-top: 14px;
  }

  .hero-intro {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .starting-price {
    align-items: center;
    flex-wrap: wrap;
  }

  .hero-art {
    aspect-ratio: 0.95;
    max-height: none;
    width: calc(100% - 13px);
  }

  .benefit-strip {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .benefit-strip > p {
    text-align: center;
  }

  .included-list {
    gap: 7px;
    grid-template-columns: repeat(2, 1fr);
  }

  .included-list li {
    border: 1px solid rgba(244, 234, 213, 0.18);
    flex-direction: column;
    min-height: 82px;
  }

  .included-list li span {
    font-size: 20px;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 23px;
  }

  .pack-grid {
    grid-template-columns: 1fr;
  }

  .pack-card {
    min-height: 510px;
  }

  .reservation-panel {
    display: flex;
    flex-direction: column;
    margin: 0 22px 85px;
    max-width: none;
    padding: 27px 24px;
    text-align: center;
  }

  .reservation-price {
    border-left: 0;
    border-top: 1px solid rgba(11, 52, 39, 0.35);
    padding-left: 0;
    padding-top: 17px;
  }

  .reservation-panel .whatsapp-button {
    width: 100%;
  }

  .experience-card,
  .steps {
    padding-left: 24px;
    padding-right: 24px;
  }

  .event-facts {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }

  footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  footer > p {
    grid-column: auto;
    grid-row: auto;
  }

  footer > div {
    text-align: left;
  }

  .mobile-cta {
    align-items: center;
    background: var(--ink);
    bottom: 0;
    color: white;
    display: flex;
    height: 72px;
    justify-content: space-between;
    left: 0;
    padding: 9px 14px 9px 18px;
    position: fixed;
    right: 0;
    z-index: 70;
  }

  .mobile-cta > div {
    display: flex;
    flex-direction: column;
  }

  .mobile-cta span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .mobile-cta strong {
    font-size: 20px;
  }

  .mobile-cta a {
    background: var(--rust);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    padding: 11px 20px;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Festival theme · carbón, rojo y blanco envejecido */
:root {
  --ink: #080a0a;
  --ink-2: #141616;
  --cream: #e8dfcf;
  --paper: #101212;
  --rust: #b52a22;
  --rust-dark: #761611;
  --gold: #d7c9b8;
  --sage: #706d64;
  --line: rgba(181, 42, 34, 0.5);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

body {
  background:
    radial-gradient(circle at 82% 8%, rgba(181, 42, 34, 0.16), transparent 28rem),
    radial-gradient(circle at 15% 72%, rgba(181, 42, 34, 0.1), transparent 34rem),
    repeating-linear-gradient(92deg, rgba(232, 223, 207, 0.018) 0, rgba(232, 223, 207, 0.018) 1px, transparent 1px, transparent 5px),
    repeating-linear-gradient(3deg, rgba(232, 223, 207, 0.012) 0, rgba(232, 223, 207, 0.012) 1px, transparent 1px, transparent 7px),
    var(--ink);
  color: var(--cream);
}

.site-header {
  background: rgba(8, 10, 10, 0.94);
  border-bottom-color: var(--rust);
}

.brand-mark {
  background: var(--rust);
  color: var(--cream);
}

.hero::before {
  color: rgba(181, 42, 34, 0.12);
}

.hero-art {
  background:
    radial-gradient(circle at 72% 22%, rgba(181, 42, 34, 0.13), transparent 35%),
    repeating-linear-gradient(88deg, transparent 0, transparent 22px, rgba(232, 223, 207, 0.025) 22px, rgba(232, 223, 207, 0.025) 23px),
    var(--paper);
  border-color: var(--rust);
  box-shadow: 14px 14px 0 #020303;
}

.hero-art::after,
.pack-card::before {
  background:
    repeating-radial-gradient(circle at 20% 30%, rgba(232, 223, 207, 0.06) 0, rgba(232, 223, 207, 0.06) 1px, transparent 1px, transparent 4px),
    linear-gradient(118deg, transparent 15%, rgba(181, 42, 34, 0.06) 42%, transparent 64%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
}

.edition-stamp {
  background: var(--ink);
  border-color: var(--rust);
  color: var(--cream);
}

.edition-stamp::before,
.edition-stamp::after {
  color: var(--rust);
}

.music-note {
  color: var(--cream);
}

.mountain-back {
  background: #615d55;
}

.mountain-front {
  background: var(--cream);
}

.mountain-front::after {
  background: #5d5952;
}

.camp-row {
  background: var(--ink);
  border-color: var(--rust);
}

.hero-art-caption {
  background: var(--rust);
  color: var(--cream);
}

.hero-art-caption strong,
.benefit-strip > p,
.included-list li span {
  color: var(--cream);
}

.benefit-strip {
  border-bottom: 1px solid var(--rust);
  border-top: 1px solid var(--rust);
}

.included-list li {
  border-left-color: rgba(181, 42, 34, 0.6);
}

.filter-row button {
  background: #111313;
  border-color: rgba(181, 42, 34, 0.65);
  color: var(--cream);
}

.filter-row button.active {
  background: var(--rust);
  color: var(--cream);
}

.pack-card {
  background:
    radial-gradient(circle at 50% 18%, rgba(181, 42, 34, 0.09), transparent 44%),
    repeating-linear-gradient(4deg, transparent 0, transparent 8px, rgba(232, 223, 207, 0.014) 8px, rgba(232, 223, 207, 0.014) 9px),
    var(--paper);
  border-color: rgba(181, 42, 34, 0.65);
}

.pack-card > * {
  position: relative;
  z-index: 1;
}

.pack-card:hover,
.pack-card.selected {
  border-color: var(--rust);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.58);
}

.pack-card.featured {
  background:
    radial-gradient(circle at 50% 17%, rgba(181, 42, 34, 0.22), transparent 44%),
    repeating-linear-gradient(4deg, transparent 0, transparent 8px, rgba(232, 223, 207, 0.014) 8px, rgba(232, 223, 207, 0.014) 9px),
    var(--paper);
}

.pack-icon {
  filter: grayscale(1) sepia(0.15) brightness(1.35);
}

.price-box > div:last-child {
  background: #0b0d0d;
  border-color: rgba(215, 201, 184, 0.4);
  color: var(--cream);
}

.reservation-panel {
  background:
    repeating-linear-gradient(2deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent 6px),
    var(--rust);
  border-color: var(--cream);
  box-shadow: 10px 10px 0 #020303;
  color: var(--cream);
}

.reservation-panel .eyebrow {
  color: var(--cream);
}

.reservation-price {
  border-left-color: rgba(232, 223, 207, 0.45);
}

.whatsapp-button {
  background: var(--ink);
  box-shadow: 5px 5px 0 #4c0d09;
}

.experience-card {
  border-bottom: 1px solid var(--rust);
  border-top: 1px solid var(--rust);
}

.experience-card .eyebrow,
.event-facts strong {
  color: var(--rust);
}

.steps {
  background:
    radial-gradient(circle at 80% 20%, rgba(181, 42, 34, 0.12), transparent 45%),
    repeating-linear-gradient(0deg, transparent 0, transparent 6px, rgba(232, 223, 207, 0.018) 6px, rgba(232, 223, 207, 0.018) 7px),
    var(--paper);
}

.faq-list {
  border-top-color: var(--rust);
}

.closing-cta {
  background:
    repeating-linear-gradient(3deg, rgba(0, 0, 0, 0.07) 0, rgba(0, 0, 0, 0.07) 1px, transparent 1px, transparent 7px),
    var(--rust);
}

.closing-cta .eyebrow {
  color: var(--cream);
}

.button-light {
  background: var(--cream);
  color: var(--ink);
}

footer {
  background: #050606;
  border-top: 1px solid var(--rust);
}

.footer-brand .brand-mark {
  background: var(--rust);
  color: var(--cream);
}

/* Material oficial incluido */
.official-inclusions {
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(84px, 9vw, 132px) clamp(22px, 5vw, 76px) 36px;
}

.official-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr minmax(280px, 450px);
  margin-bottom: 42px;
}

.official-heading h2 {
  color: var(--cream);
  font-family: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(43px, 5.6vw, 78px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 0;
  max-width: 780px;
  text-transform: uppercase;
}

.official-heading > p {
  color: rgba(232, 223, 207, 0.75);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 5px;
}

.official-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.official-card {
  background: #101212;
  border: 1px solid rgba(181, 42, 34, 0.72);
  color: var(--cream);
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.official-card::after {
  background:
    repeating-radial-gradient(circle at 18% 30%, rgba(232, 223, 207, 0.07) 0, rgba(232, 223, 207, 0.07) 1px, transparent 1px, transparent 5px),
    linear-gradient(120deg, transparent 18%, rgba(181, 42, 34, 0.07) 46%, transparent 68%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.official-card:hover {
  border-color: var(--cream);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  transform: translateY(-4px);
}

.festival-card {
  grid-column: 1 / -1;
  min-height: clamp(360px, 34vw, 480px);
}

.festival-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.festival-card::before {
  background: linear-gradient(180deg, transparent 36%, rgba(5, 6, 6, 0.25) 54%, #050606 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.shirt-card,
.shuttle-card {
  display: grid;
  grid-column: span 6;
  grid-template-rows: 360px auto;
}

.shirt-gallery {
  background: #720b19;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  overflow: hidden;
}

.shirt-gallery img {
  height: 100%;
  min-width: 0;
  object-fit: cover;
  width: 100%;
}

.shirt-gallery img + img {
  border-left: 1px solid rgba(232, 223, 207, 0.35);
}

.shuttle-image {
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.shuttle-image::after {
  background: linear-gradient(180deg, transparent 58%, rgba(5, 6, 6, 0.8));
  content: "";
  inset: 0;
  position: absolute;
}

.shuttle-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.route-badge {
  background: var(--rust);
  bottom: 17px;
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 16px;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  position: absolute;
  transform: rotate(-2deg);
  z-index: 1;
}

.official-card-copy {
  align-self: stretch;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  position: relative;
  z-index: 3;
}

.festival-card .official-card-copy {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.official-kicker {
  color: var(--rust);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.festival-card .official-kicker {
  color: var(--cream);
}

.official-card-copy h3 {
  color: var(--cream);
  font-family: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.official-card-copy p {
  color: rgba(232, 223, 207, 0.72);
  font-size: 13px;
  line-height: 1.55;
  margin: 15px 0 20px;
}

.official-card-copy strong {
  border-top: 1px solid rgba(181, 42, 34, 0.72);
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  padding-top: 14px;
}

@media (max-width: 1050px) {
  .official-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .festival-card {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .shirt-card,
  .shuttle-card {
    grid-column: auto;
    grid-template-rows: 320px auto;
  }
}

@media (max-width: 760px) {
  .official-inclusions {
    padding-bottom: 18px;
  }

  .official-heading {
    display: block;
  }

  .official-heading > p {
    margin-top: 23px;
  }

  .official-grid {
    display: flex;
    flex-direction: column;
  }

  .festival-card {
    min-height: 360px;
  }

  .shirt-card {
    min-height: 0;
  }

  .shirt-gallery {
    min-height: 360px;
  }

  .shuttle-card {
    display: block;
    min-height: 0;
  }

  .shuttle-image {
    min-height: 265px;
  }

  .official-card-copy {
    padding: 26px 22px;
  }

  .official-card-copy h3 {
    font-size: 34px;
  }
}

/* Cartel oficial en portada */
.hero-poster {
  aspect-ratio: 1638 / 2048;
  background: #090a0a;
  box-shadow: 14px 14px 0 #020303;
  max-height: 690px;
  padding: 0;
}

.hero-poster::after {
  display: none;
}

.hero-poster img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 760px) {
  .hero-poster {
    aspect-ratio: 1638 / 2048;
  }
}
