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

/* Hero flag chip · Icelandic flag colors (blue · white · red).
   Three dots stand in for the Nordic cross trinity: ocean,
   glacier and volcano. */
.cv-hero__flag .stripe.is-b { background:#02529C; }
.cv-hero__flag .stripe.is-w { background:#FFFFFF; box-shadow:inset 0 0 0 1px rgba(0,0,0,.15); }
.cv-hero__flag .stripe.is-r { background:#DC1E35; }

/* Hero · slow Ken Burns drift over the subarctic 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 on a black ground so the dark cards
   sit correctly and the section header stays legible. */
.cv-isl-pkg { padding: 110px 0; background:#000; color:var(--wh); }
.cv-isl-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-isl-pkg .cv-arg-pkg__custom { margin-top: 30px; }
