/* =============================================================
   SRI LANKA · v7 · CocoVolare
   The Sri Lanka 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
   Sri Lanka-specific accents, kept intentionally minimal.
   The itinerary cards reuse Colombia's cv-pkg-compact design.
   ============================================================= */

/* Hero flag dots · Sri Lankan Lion Flag colors.
   Golden lion on a maroon field, green and orange stripes,
   framed in yellow. We render maroon, orange, green here. */
.cv-hero__flag .stripe.lk-m { background:#8D2029; }
.cv-hero__flag .stripe.lk-o { background:#EB7400; }
.cv-hero__flag .stripe.lk-g { background:#00534E; }
.cv-hero__flag { border:1px solid #FFB700; padding:5px 12px; border-radius:3px; }

/* Hero · calm Ken Burns drift for the island 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 match Egypt's black background so
   the dark Colombia cards sit correctly and the section header
   stays legible. */
.cv-lka-pkg { padding: 110px 0; background:#000; color:var(--wh); }
.cv-lka-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-lka-pkg .cv-arg-pkg__custom { margin-top: 30px; }
