/* DEPLOY 61: keep desktop composition identical to the English reference.
   RTL remains a text concern; it must not mirror positioned UI geometry. */
@media (min-width: 900px) and (min-aspect-ratio: 1.001/1) {
  html[dir="rtl"] body.madboys-site.site-final.site-production :is(
    .global-topbar,
    .global-topbar *,
    .site,
    .screen,
    .canvas,
    .content,
    .content > *,
    .cards-3,
    .cards-4,
    .stats-row,
    .chips-row,
    .split-panels,
    .steps,
    .build-hero-zone,
    .ability-row,
    .artifact-row,
    .ruler-cards,
    .influence,
    .bonus-cards,
    .flow-row,
    .story-stage,
    .shift,
    .fate-cards,
    .journey-row,
    .story-facts,
    .map-pills,
    .map-zone,
    .expansion-cards,
    .process-row,
    .blood-heroes,
    .blood-cards,
    .reward-grid,
    .benefits-row,
    .founder-strip,
    .usp-modal,
    .usp-shell,
    .usp-scroll,
    .usp-two-col,
    .usp-key-grid,
    .kingdom-grid
  ) {
    direction: ltr !important;
  }

  html[dir="rtl"] body.madboys-site.site-final.site-production .global-topbar {
    flex-direction: row !important;
  }

  html[dir="rtl"] body.madboys-site.site-final.site-production :is(
    h1,
    h2,
    h3,
    h4,
    p,
    small,
    em,
    blockquote,
    li,
    .slogan-mobile,
    .slogan-desktop,
    .ribbon-part,
    .goldword,
    .blueword,
    .founder-slogan,
    .view-rewards-text,
    .deep-trigger-hint,
    .cta-overlay,
    .brandmark > span,
    .header-prereg-cta > span
  ) {
    direction: rtl !important;
    unicode-bidi: plaintext;
  }

  html[dir="rtl"] body.madboys-site.site-final.site-production .desktop-nav > a {
    direction: rtl !important;
    unicode-bidi: isolate;
  }

  html[dir="rtl"] body.madboys-site.site-final.site-production .usp-close {
    left: auto !important;
    right: 18px !important;
  }
}
