/* =============================================================
   EGIPTO · v7 · CocoVolare
   The Egypt 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
   Egypt-specific accents, kept intentionally minimal.
   ============================================================= */

/* Hero flag dots · Egyptian flag colors (red · white · black). */
.cv-hero__flag .stripe.eg-r { background:#CE1126; }
.cv-hero__flag .stripe.eg-w { background:#FFFFFF; }
.cv-hero__flag .stripe.eg-k { background:#000000; box-shadow:0 0 0 1px rgba(255,255,255,.35); }

/* Hero · slightly slower, calmer Ken Burns drift for the desert
   cover image (Argentina's keyframe is reused; only timing tuned). */
.cv-hero__bg--kenburns {
  animation-duration: 26s;
}

/* Region card · Mar Rojo uses an atmospheric reference photo.
   A soft turquoise tint hints at the Red Sea without a literal shot. */
.cv-arg-regcard[data-region="mar-rojo"] .cv-arg-regcard__media img {
  filter: saturate(1.05);
}

/* Safety · never allow a destination image to distort.
   Every <img> already 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;
}
