body { direction: rtl; text-align: start; }
.primary-nav > ul, .header-tools, .keyword-list { direction: rtl; }
.hero-copy, .appointment-main, .appointment-description, .programme-card, .insight-panel, .practice-panel, .entry-content, .site-footer { text-align: start; }
.hero-visual::before { background: linear-gradient(270deg, var(--ivory) 0%, rgba(247,246,242,.88) 7%, rgba(247,246,242,.38) 18%, transparent 37%); }
.footer-cv { justify-content: flex-start; }
.button-arrow { transform: scaleX(-1); }
@media (max-width: 900px) {
.hero-visual::before { background: linear-gradient(0deg, var(--ivory) 0%, rgba(247,246,242,.25) 16%, transparent 35%); }
}