/* ═══════════════════════════════════════════════════════════════════
   EXPERIENCES PAGE — experiences.css
   Page-specific styles for /experiences.html (Skyline by Miraya)
   Required: main.css (loaded first)

   Sections:
     1. Stats strip (4-col big-number row)
     2. Featured video (16:9 hero embed)
     3. Experience cards (2-col grid; some span full width)
     4. Events section (2-col image-overlay cards)
     5. Packages section (2-col image-overlay cards)
     6. Video gallery (3-col 16:9 embeds)
     7. Booking CTA (espresso → walnut gradient)
     8. Mobile bottom-bar (Call · Email · Book Now)
     9. Scroll progress bar
    10. Responsive
═══════════════════════════════════════════════════════════════════ */


/* ═══ 1. STATS STRIP ═══ */
.stats-strip {
  background: var(--m-surface-deep);
  padding: 52px 60px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--m-hairline);
}
.si-item    { text-align: center; }
.si-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 300; line-height: 1;
  color: var(--m-gold-ink);
}
.si-label {
  margin-top: 8px;
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--m-on-body);
}


/* ═══ 2. FEATURED VIDEO ═══ */
.video-feature {
  background: var(--m-surface-alt);
  padding: 80px 60px;
}
.video-wrap {
  position: relative; max-width: 960px; margin: 0 auto;
  padding-bottom: 56.25%; height: 0;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.video-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none; display: block;
}


/* ═══ 3. EXPERIENCE CARDS ═══ */
.exp-section {
  padding: 88px 60px;
  background-color: #c8d6dc;
  background-image:
    linear-gradient(180deg, rgba(236,245,248,.94) 0%, rgba(222,236,232,.9) 50%, rgba(228,238,230,.92) 100%),
    url('https://assets.simplotel.com/simplotel/image/upload/w_1920,q_auto,f_auto/miraya-hotel-and-resorts/542A9094_af3cc333.JPG');
  background-size: auto, cover;
  background-position: center, center 30%;
  background-repeat: no-repeat;
}
.exp-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1200px; margin: 0 auto;
}
.exp-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 18px rgba(0,0,0,.07);
  transition: transform .35s ease, box-shadow .35s ease;
}
.exp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,.13);
}
.exp-card.wide { grid-column: span 2; }

.exp-card-img { position: relative; overflow: hidden; }
.exp-card-img img {
  width: 100%; height: 240px; object-fit: cover;
  display: block;
  transition: transform .65s ease;
}
.exp-card.wide .exp-card-img img { height: 320px; }
.exp-card:hover .exp-card-img img { transform: scale(1.06); }
.exp-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,15,9,.65) 0%, transparent 50%);
}
.exp-card-img-tag {
  position: absolute; bottom: 16px; left: 20px;
  font-size: 8px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--m-honey);
}

.exp-card-body { padding: 28px 30px; }
.exp-card-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 12px;
}
.exp-icon {
  width: 42px; height: 42px;
  background: var(--m-parchment);
  border: 1px solid var(--m-honey);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--m-walnut);
  font-size: 16px; flex-shrink: 0;
}
.exp-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 500; color: var(--m-charcoal);
  line-height: 1.15;
}
.exp-card.wide .exp-card-title { font-size: 30px; }

.exp-card-desc {
  font-size: 12.5px; color: var(--m-stone);
  line-height: 1.9; margin-bottom: 18px;
}
.exp-tags {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-bottom: 20px;
}
.exp-tag-pill {
  font-size: 8.5px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase;
  background: #eaf2ec;
  color: var(--m-walnut);
  border: 1px solid #b4d9be;
  padding: 4px 11px;
}
.exp-meta-row {
  display: flex; gap: 20px; flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.exp-meta {
  font-size: 9.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--m-stone);
  display: flex; align-items: center; gap: 5px;
}
.exp-meta i { color: var(--m-bronze); font-size: 10px; }


/* ═══ 4. EVENTS ═══ */
.events-section {
  padding: 88px 60px;
  background: var(--m-surface-deep);
}
.events-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1200px; margin: 0 auto;
}
.event-card {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}
.event-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .65s ease;
}
.event-card:hover img { transform: scale(1.07); }
.event-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4,10,5,.85) 0%, rgba(4,10,5,.2) 60%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 36px;
}
.event-tag {
  font-size: 8px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--m-honey);
  display: block; margin-bottom: 8px;
}
.event-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: #fff;
  line-height: 1.15; margin-bottom: 10px;
}
.event-desc {
  font-size: 11.5px; color: rgba(255,255,255,.62);
  line-height: 1.75; max-width: 360px;
}
.event-card-btn {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 16px;
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--m-honey);
  border-bottom: 1px solid rgba(226,185,78,.4);
  padding-bottom: 3px;
  transition: color .2s, border-color .2s;
}
.event-card-btn:hover { color: #fff; border-color: rgba(255,255,255,.4); }


/* ═══ 5. PACKAGES ═══ */
.pkg-section {
  padding: 88px 60px;
  background: var(--m-surface-alt);
}
.pkg-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.pkg-card {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.pkg-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .65s;
}
.pkg-card:hover img { transform: scale(1.06); }
.pkg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(4,10,5,.8) 0%, rgba(4,10,5,.35) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 36px;
}
.pkg-tag {
  font-size: 8px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--m-honey);
  display: block; margin-bottom: 8px;
}
.pkg-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; font-weight: 300; color: #fff;
  margin-bottom: 8px;
}
.pkg-desc {
  font-size: 11.5px; color: rgba(255,255,255,.62);
  line-height: 1.75; max-width: 340px; margin-bottom: 18px;
}


/* ═══ 6. VIDEO GALLERY ═══ */
.vid-gallery {
  background: var(--m-surface-alt);
  padding: 88px 60px;
}
.vid-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px; margin: 0 auto;
}
.vid-embed {
  position: relative; padding-bottom: 56.25%; height: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.vid-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none;
}
.vid-label { padding: 14px 0 0; }
.vid-label-tag {
  font-size: 8px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--m-gold-ink);
  display: block; margin-bottom: 4px;
}
.vid-label-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; color: var(--m-on-body);
}


/* ═══ 7. BOOKING CTA ═══ */
.book-cta {
  background: linear-gradient(135deg, var(--m-espresso) 0%, var(--m-walnut) 100%);
  padding: 80px 60px;
  text-align: center;
}
.book-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px; font-weight: 300; color: #fff;
  margin-bottom: 10px;
}
.book-cta h2 em { font-style: italic; color: var(--m-honey); }
.book-cta p {
  font-size: 12px; color: rgba(255,255,255,.5);
  letter-spacing: 1px;
  margin-bottom: 36px;
}
.book-cta-btns {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
}
/* .btn-gold and .btn-outline-white are shared in main.css */


/* .mobile-bar is shared in main.css */


/* ═══ 8. SCROLL PROGRESS BAR ═══ */
#scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, #a8782a, #f0c060, #a8782a);
  background-size: 200% 100%;
  animation: shimmerBar 2.5s linear infinite;
  z-index: 9999;
  transition: width .12s linear;
  box-shadow: 0 0 10px rgba(168,120,42,.7);
}
@keyframes shimmerBar {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


/* ═══ 10. RESPONSIVE ═══ */
@media (max-width: 900px) {
  .stats-strip      { grid-template-columns: 1fr 1fr; padding: 36px 24px; }
  .video-feature,
  .exp-section,
  .events-section,
  .pkg-section,
  .vid-gallery,
  .book-cta         { padding: 52px 24px; }
  .exp-grid         { grid-template-columns: 1fr; }
  .exp-card.wide    { grid-column: 1; }
  .events-grid,
  .pkg-grid,
  .vid-grid         { grid-template-columns: 1fr; }
  .mobile-bar       { display: grid; }
  /* Pad page bottom so the fixed mobile bar doesn't cover footer content */
  body              { padding-bottom: 64px; }
}
