/* Supplemental RTL polish loaded when is_rtl(). Main CSS already has html[dir=rtl] rules. */
body {
  direction: rtl;
}
.nav-wrap,
.footer-grid,
.contact-grid {
  direction: rtl;
}
/* Match HTML: hero grid stays LTR for art/copy placement; copy/art flip via main.css. */
.hero-inner {
  direction: ltr;
}
.hero-copy,
.hero-art {
  direction: rtl;
}
