/* ============================================================
   ES HAPPY TOURS - TOUR SUPPORT PAGE
   hotels.css  |  Syntrix PH 2026
   ============================================================ */

.stay-page {
  position: relative;
  z-index: 1;
}

.stay-hero {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 76px var(--pad-x) 82px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5.5vw, 76px);
  align-items: end;
}

.stay-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gray-3);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stay-eyebrow::before,
.section-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--yellow);
  border-radius: 99px;
}

.stay-hero__copy h1 {
  max-width: 650px;
  color: var(--gray-1);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.55rem, 6vw, 5.15rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.stay-hero__copy p {
  max-width: 620px;
  color: var(--gray-3);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 500;
  line-height: 1.8;
}

.stay-hero__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
  margin-top: 24px;
}

.stay-hero__routes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(28, 28, 30, 0.08);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.68);
  color: var(--gray-2);
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(28, 28, 30, 0.05);
}

.stay-actions,
.support-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn-secondary,
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--gray-1);
  border: 1px solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--sh-sm);
}

.btn-light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover,
.btn-light:hover {
  transform: translateY(-2px);
}

.stay-hero__visual {
  position: relative;
  min-height: clamp(430px, 52vw, 640px);
  margin: 0;
  overflow: hidden;
  border-radius: 42px 42px 42px 10px;
  box-shadow: 0 30px 70px rgba(28, 28, 30, 0.18);
  isolation: isolate;
}

.stay-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 32%, rgba(0, 0, 0, 0.56) 100%),
    linear-gradient(100deg, rgba(255, 214, 10, 0.18), rgba(255, 255, 255, 0) 42%);
}

.stay-hero__visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stay-hero__note {
  position: absolute;
  left: clamp(18px, 4vw, 34px);
  right: clamp(18px, 4vw, 34px);
  bottom: clamp(18px, 4vw, 34px);
  z-index: 2;
  max-width: 440px;
  padding: 0;
  background: transparent;
  color: #fff;
}

.stay-hero__note span {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stay-hero__note strong {
  display: block;
  max-width: 400px;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.28;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.support-intro {
  max-width: 860px;
  margin: 0 auto;
  padding: 14px var(--pad-x) 74px;
  text-align: center;
}

.support-intro .section-kicker {
  justify-content: center;
}

.support-intro h2,
.support-band h2 {
  color: var(--gray-1);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 3.9rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.support-intro p,
.support-band p {
  color: var(--gray-3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.accommodation-flow {
  max-width: var(--max-w);
  margin: 0 auto 40px;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
}

.accommodation-flow__media {
  height: clamp(360px, 42vw, 520px);
  margin: 0;
}

.accommodation-flow__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 34px 34px 34px 8px;
  box-shadow: var(--sh-lg);
}

.accommodation-flow__copy {
  padding: 0 0 34px;
}

.accommodation-flow__copy h2 {
  max-width: 620px;
  color: var(--gray-1);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.accommodation-flow__copy p {
  color: var(--gray-3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.82;
}

.route-section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x) 96px;
}

.route-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid rgba(28, 28, 30, 0.1);
}

.route-row:last-child {
  border-bottom: 1px solid rgba(28, 28, 30, 0.1);
}

.route-row--reverse .route-copy {
  order: 2;
}

.route-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--yellow-warm);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.route-copy h3 {
  max-width: 620px;
  color: var(--gray-1);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.route-copy p {
  color: var(--gray-3);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 22px;
}

.route-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-copy li {
  position: relative;
  padding-left: 24px;
  color: var(--gray-2);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

.route-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 214, 10, 0.22);
}

.route-media {
  height: clamp(360px, 45vw, 560px);
  margin: 0;
}

.support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: calc(var(--max-w) - (var(--pad-x) * 2));
  margin: 0 auto 106px;
  padding: clamp(34px, 6vw, 58px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 214, 10, 0.18), rgba(255, 255, 255, 0) 45%),
    var(--gray-1);
  color: #fff;
  box-shadow: var(--sh-lg);
}

.support-band .section-kicker,
.support-band h2,
.support-band p {
  color: #fff;
}

.support-band .section-kicker::before {
  background: var(--yellow);
}

.support-band h2 {
  max-width: 780px;
  margin-bottom: 14px;
}

.support-band p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.76);
}

.support-band__actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .stay-hero,
  .accommodation-flow,
  .route-row,
  .support-band {
    grid-template-columns: 1fr;
  }

  .route-row--reverse .route-copy {
    order: 0;
  }

  .support-band__actions {
    justify-content: flex-start;
  }

  .accommodation-flow__copy {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .stay-hero {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .stay-hero__visual {
    order: -1;
    min-height: 360px;
    border-radius: 30px 30px 30px 8px;
  }

  .route-media {
    min-height: 260px;
    height: 300px;
  }

  .route-row {
    padding: 48px 0;
  }

  .accommodation-flow__media {
    height: 320px;
  }

  .support-band {
    margin-left: var(--pad-x);
    margin-right: var(--pad-x);
    border-radius: 26px;
  }
}

@media (max-width: 520px) {
  .stay-hero__copy h1 {
    font-size: clamp(2.3rem, 13vw, 3.55rem);
  }

  .stay-hero__routes {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stay-actions,
  .support-band__actions {
    display: grid;
  }

  .stay-actions a,
  .support-band__actions a {
    width: 100%;
  }
}
