/* dolphins.css — Dolphin Bay experience page */

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

/* Hero */
.dol-hero {
  position: relative;
  min-height: 480px;
  height: clamp(480px, 65vh, 720px);
  overflow: hidden;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .dol-hero {
    min-height: 560px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 40px;
  }
}
.dol-hero-media {
  position: absolute;
  inset: 0;
}
.dol-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dol-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.35) 100%);
}
.dol-hero-controls {
  position: absolute;
  bottom: 28px;
  left: 32px;
  z-index: 3;
  display: flex;
  gap: 10px;
}
.dol-hero-ctrl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.75);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Intro */
.dol-intro {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 32px 56px;
  text-align: center;
}
.dol-intro h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #00666d;
  margin: 0 0 20px;
}
.dol-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3e494a;
  margin: 0;
}

/* Teal experiences section */
.dol-exp-section {
  background: #00666d;
  padding: 56px 0 64px;
  color: #fff;
}
.dol-exp-header {
  text-align: center;
  margin-bottom: 36px;
  padding: 0 20px;
}
.dol-exp-header h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0;
}

/* Experience carousel cards */
.dol-exp-carousel {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.dol-exp-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: #191c1e;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dol-exp-card-media {
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.dol-exp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dol-exp-card-body {
  padding: 24px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dol-exp-card-body h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #00666d;
  margin: 0 0 12px;
}
.dol-exp-card-body p {
  font-size: 15px;
  line-height: 1.65;
  color: #3e494a;
  margin: 0 0 16px;
  flex: 1;
}
.dol-exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.dol-exp-tag {
  font-size: 13px;
  font-weight: 600;
  color: #00666d;
  background: #e6f4f5;
  padding: 5px 12px;
  border-radius: 100px;
}
.dol-exp-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00666d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 280ms cubic-bezier(0.22,1,0.36,1);
}
.dol-exp-book:hover { background: #004f55; color: #fff; }

/* Experience & meet carousels — reuse watersports scroll pattern */
.dol-exp-section .watersports-carousel,
.dol-meet-section .watersports-carousel {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2vw, 24px);
}
.dol-exp-section .watersports-carousel .carousel-btn,
.dol-meet-section .watersports-carousel .carousel-btn {
  background: #fff;
  border: none;
  color: #00666d;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.dol-exp-section .watersport-card {
  flex: 0 0 clamp(280px, calc((100cqi - 2 * clamp(16px, 2vw, 28px)) / 3), 400px);
  scroll-snap-align: start;
}
.dol-meet-section .watersport-card {
  flex: 0 0 clamp(260px, calc((100cqi - 2 * clamp(16px, 2vw, 28px)) / 3), 380px);
  scroll-snap-align: start;
}
@media (max-width: 767px) {
  .dol-exp-section .watersport-card,
  .dol-meet-section .watersport-card { flex: 0 0 82vw; }
}

/* VIP / Specialist overlap blocks */
.dol-feature-section {
  padding: 64px 20px;
}
.dol-vip {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 32, 91, 0.14);
  min-height: 360px;
}
@media (min-width: 768px) {
  .dol-vip { flex-direction: row; min-height: 420px; }
  .dol-vip--reverse { flex-direction: row-reverse; }
}
.dol-vip-media {
  flex: 1 1 50%;
  min-height: 280px;
  background: #001f2e;
}
.dol-vip-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.dol-vip-panel {
  flex: 1 1 50%;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.dol-vip-panel--navy { background: #00205b; }
.dol-vip-panel--teal { background: #00666d; }
.dol-vip-panel h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 16px;
}
.dol-vip-panel > p {
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.95;
  margin: 0 0 20px;
}
.dol-vip-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.dol-vip-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 12px;
  opacity: 0.95;
}
.dol-vip-list img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}
.dol-vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #00205b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 280ms cubic-bezier(0.22,1,0.36,1);
}
.dol-vip-panel--teal .dol-vip-btn { color: #00666d; }
.dol-vip-btn:hover { background: #f0fafa; }

/* Meet dolphins — teal band */
.dol-meet-section {
  background: #00666d;
  padding: 56px 20px 64px;
  color: #fff;
}
.dol-meet-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.dol-meet-header .material-symbols-outlined {
  font-size: 32px;
}
.dol-meet-header h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin: 0;
}
.dol-meet-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}
.dol-meet-card-media {
  height: 200px;
  overflow: hidden;
}
.dol-meet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dol-meet-card-body {
  padding: 20px 22px 24px;
}
.dol-meet-card-body h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.dol-meet-card-body p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.92;
  margin: 0;
}

/* Sustainability banner */
.dol-sustain {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.dol-sustain-media {
  position: absolute;
  inset: 0;
}
.dol-sustain-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dol-sustain-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 45, 0.55);
}
.dol-sustain-content {
  position: relative;
  z-index: 1;
  padding: 48px 32px;
  max-width: 720px;
  color: #fff;
}
.dol-sustain-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 16px;
}
.dol-sustain-content p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
  opacity: 0.95;
}
.dol-sustain-btn {
  display: inline-flex;
  background: #00666d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 280ms cubic-bezier(0.22,1,0.36,1);
}
.dol-sustain-btn:hover { background: #004f55; color: #fff; }

.dol-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px 80px;
}
