.page-ad-lp {
  --ad-night: var(--brand-navy);
  --ad-night-accent: #f7be45;
}

.ad-lp-priority {
  border-top: 5px solid var(--ad-night-accent);
}

.ad-lp-priority .section-heading h2 {
  text-wrap: balance;
}

.ad-lp-night-card {
  border-color: rgba(247, 190, 69, 0.52);
  background: var(--ad-night);
  box-shadow: 0 18px 38px rgba(55, 67, 96, 0.18);
  color: #fff;
}

.ad-lp-night-card span,
.ad-lp-night-card a {
  color: var(--ad-night-accent);
}

.ad-lp-night-card h3,
.ad-lp-night-card p {
  color: #fff;
}

.ad-lp-night-card a {
  border-color: rgba(247, 190, 69, 0.62);
  background: rgba(247, 190, 69, 0.08);
}

.ad-lp-priority-note {
  width: min(100%, 860px);
  margin: 22px auto 0;
  color: var(--brand-navy);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 920px) and (orientation: portrait) {
  .ad-lp-hero {
    height: calc(100svh - var(--header));
    min-height: 0;
  }

  .ad-lp-hero::before {
    height: 55%;
  }

  .ad-lp-hero .hero-copy {
    padding-top: 50px;
  }

  .ad-lp-hero .hero-visual img {
    left: calc(50% + 8px);
    right: auto;
    bottom: -12px;
    width: min(143vw, 560px);
    transform: translateX(-50%);
  }
}

@media (max-width: 920px) {
  /* Full booking conditions remain visible in the next section, before contact. */
  .ad-lp-hero .hero-caveat {
    display: none;
  }

  .ad-lp-priority-note {
    margin-top: 18px;
    font-size: 0.78rem;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .ad-lp-priority .section-heading h2 {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 920px) and (orientation: portrait) and (max-height: 700px) {
  .ad-lp-hero .hero-copy {
    padding-top: 36px;
  }

  .ad-lp-hero .hero-visual img {
    width: min(124vw, 500px);
  }
}

@media (max-width: 920px) and (orientation: portrait) and (max-height: 600px) {
  .ad-lp-hero::before {
    height: 52%;
  }

  .ad-lp-hero .hero-copy {
    padding-top: 12px;
  }

  .ad-lp-hero .hero-visual img {
    width: min(114vw, 430px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-ad-lp *,
  .page-ad-lp *::before,
  .page-ad-lp *::after {
    scroll-behavior: auto !important;
  }
}
