/* ── Experiences page — aquaventureworld.com/experiences ─────── */

.exp-wrap {
  width: min(1520px, calc(100vw - 40px));
  max-width: none;
  margin: 0 auto;
}

.exp-intro {
  padding: 64px 20px 48px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.exp-intro h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #00666d;
  margin-bottom: 20px;
  text-wrap: balance;
}

.exp-intro p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3e494a;
  text-wrap: pretty;
}

.exp-section {
  padding: 0 20px 32px;
}

.exp-section .aqua-bogo {
  width: 100%;
}

/* Split experience cards */
.exp-split {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(0, 32, 91, 0.06),
    0 12px 40px rgba(0, 32, 91, 0.12);
  min-height: 360px;
}

@media (min-width: 768px) {
  .exp-split {
    flex-direction: row;
    min-height: 420px;
  }

  .exp-split--reverse {
    flex-direction: row-reverse;
  }
}

.exp-split-media {
  flex: 1 1 50%;
  min-height: 280px;
  background: #001f2e;
}

.exp-split-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .exp-split-media img {
    min-height: 420px;
  }
}

.exp-split-panel {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  color: #fff;
}

.exp-split-panel--teal {
  background: #00666d;
}

.exp-split-panel--navy {
  background: #00205b;
}

.exp-split-panel h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  max-width: 22em;
  text-wrap: balance;
}

.exp-split-panel p {
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.95;
  margin-bottom: 28px;
  max-width: 34em;
  text-wrap: pretty;
}

.exp-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #00666d;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background-color 200ms ease, transform 150ms ease;
}

.exp-split-panel--navy .exp-explore-btn {
  color: #00205b;
}

.exp-explore-btn:hover {
  background: #f0fafa;
}

.exp-explore-btn:active {
  transform: scale(0.97);
}

/* Fly High — overlap layout (reuse trident structure) */
.exp-fly-section {
  padding: 48px 20px 64px;
}

.exp-fly-section .aqua-trident-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  margin-bottom: 0;
}

.exp-fly-section .aqua-trident-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin: 18px auto 22px;
}

.exp-fly-copy {
  width: 100%;
  max-width: 480px;
}

.exp-fly-section .aqua-trident-panel .exp-explore-btn {
  color: #00205b;
  margin-top: 28px;
}

.exp-fly-section .exp-explore-btn--pill {
  border-radius: 9999px;
  padding: 14px 36px;
}

.exp-fly-section .aqua-trident-video img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .exp-fly-section .aqua-trident {
    min-height: 520px;
    padding: 28px 0 36px;
  }

  .exp-fly-section .aqua-trident-panel {
    width: 78%;
    min-height: 360px;
    padding: 52px 56px 52px 48%;
    text-align: center;
    align-items: center;
  }

  .exp-fly-section .aqua-trident-panel p {
    margin-bottom: 0;
    max-width: none;
  }

  .exp-fly-section .aqua-trident-video {
    width: 50%;
  }

  .exp-fly-section .aqua-trident-video img {
    aspect-ratio: auto;
    height: clamp(480px, 44vw, 600px);
    min-height: 480px;
    width: 100%;
  }
}

/* Accreditations — full width inside exp-wrap */
.exp-wrap .aqua-accred-grid {
  max-width: none;
}

.exp-wrap .aqua-accred-card {
  text-align: center;
}

.exp-wrap .aqua-accred-card .aqua-btn {
  display: inline-block;
}
