/* ============================================================
   rtl.css — true directional exceptions for Arabic (dir="rtl").
   Enqueued by functions.php only when is_rtl(). The layout in
   design.css/base.css already uses CSS logical properties
   (margin-inline, inset-inline-*, text-align:start, etc.), so
   margins, padding, alignment, the .eyebrow::before dash and the
   .band::after glow flip automatically. Only physically-anchored
   decoration — gradient *angles*, which have no logical form — is
   mirrored here so light falls from the same visual side in RTL.
   ============================================================ */

/* Mirror linear-gradient angles left<->right (new = 360deg - angle). */
.rtl .section--navy{
  background:linear-gradient(200deg,var(--navy),var(--navy2));
}
.rtl .band{
  background:linear-gradient(240deg,var(--navy2),var(--blue));
}
