/* =============================================================
   MALDIVAS · v7 · CocoVolare
   The Maldivas page is built on Argentina's design system:
   main.css + colombia.css + argentina.css carry all layout,
   components and responsive behavior. This file holds only
   Maldivas-specific accents, kept intentionally minimal.
   The itinerary cards reuse Colombia's cv-pkg-compact design.
   ============================================================= */

/* Hero flag dots · Maldivian flag colors (red field, green
   rectangle, white crescent). We map the three stripe slots to
   red, green and a pale crescent white. */
.cv-hero__flag .stripe.mv-r { background:#D21034; }
.cv-hero__flag .stripe.mv-g { background:#007E3A; }
.cv-hero__flag .stripe.mv-w { background:#FFFFFF; box-shadow:inset 0 0 0 1px rgba(0,0,0,.15); }

/* Hero · calm Ken Burns drift for the overwater cover image. */
.cv-hero__bg--kenburns { animation-duration: 30s; }

/* Safety · never allow a destination image to distort.
   Every <img> carries width/height; this guarantees object-fit
   on any media slot regardless of intrinsic ratio. */
.cv-arg-regcard__media img,
.cv-arg-exp__media img,
.cv-arc-gallery__item img,
.cv-hero__bg {
  object-fit: cover;
}

/* Itinerary section · the Colombia cv-pkg cards live inside an
   Argentina-style section. We use a deep ocean-night background
   so the dark Colombia cards sit correctly and the section
   header stays legible. */
.cv-mdv-pkg { padding: 110px 0; background:#04121c; color:var(--wh); }
.cv-mdv-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-mdv-pkg .cv-arg-pkg__custom { margin-top: 30px; }
