/* ============================================================
   AYASOFYA LOKUM — Arapça RTL Ek Stiller
   lokum-rtl.css — RTL tipografi, yönlendirme düzeltmeleri
   ============================================================ */

/* RTL Genel Reset */
[dir="rtl"] * { box-sizing: border-box; }

/* RTL Navbar logo metin hizalaması */
[dir="rtl"] .navbar__logo-text { text-align: right; }

/* RTL Chapter Grid sütun sırası */
@media (min-width: 900px) {
  [dir="rtl"] .lokum-chapter__grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

  [dir="rtl"] .lokum-chapter__grid--reverse {
    grid-template-columns: 1.05fr 0.95fr;
  }

  [dir="rtl"] .lokum-chapter__grid--reverse .lokum-chapter__text { order: 1; }
  [dir="rtl"] .lokum-chapter__grid--reverse .lokum-chapter__visual { order: 2; }
}

/* RTL Bölüm Eyebrow */
[dir="rtl"] .lokum-chapter__eyebrow {
  flex-direction: row-reverse;
}

[dir="rtl"] .chapter-nav__list {
  flex-direction: row-reverse;
}

/* RTL Arapça metin ailesi */
[dir="rtl"] .lokum-chapter__heading,
[dir="rtl"] .lokum-chapter__body,
[dir="rtl"] .lokum-section-header h2,
[dir="rtl"] .lokum-section-header p,
[dir="rtl"] .lokum-faq__question,
[dir="rtl"] .lokum-faq__answer p,
[dir="rtl"] .about-hero__subtitle,
[dir="rtl"] .seal-section__text,
[dir="rtl"] .seal-section__sig,
[dir="rtl"] .lokum-card__desc,
[dir="rtl"] .lokum-card__origin,
[dir="rtl"] .lokum-timeline-card__event,
[dir="rtl"] .lokum-texture-card__body,
[dir="rtl"] .lokum-texture-card__title,
[dir="rtl"] .lokum-culture-card__note,
[dir="rtl"] .lokum-varieties__table td,
[dir="rtl"] .lokum-mission-card__sub,
[dir="rtl"] .lokum-mission-card__label,
[dir="rtl"] .footer__brand-desc,
[dir="rtl"] .footer__links a,
[dir="rtl"] .about-cta p,
[dir="rtl"] .lokum-chapter__quote p {
  font-family: 'Noto Naskh Arabic', var(--font-serif);
}

/* Hero başlık aile seçici */
[dir="rtl"] .about-hero__title,
[dir="rtl"] .about-hero__title em,
[dir="rtl"] .lokum-chapter__heading,
[dir="rtl"] .lokum-chapter__heading em,
[dir="rtl"] .seal-section__text,
[dir="rtl"] .about-cta h2,
[dir="rtl"] .lokum-section-header h2,
[dir="rtl"] .lokum-varieties__heading {
  font-family: 'Noto Naskh Arabic', var(--font-display);
}

/* RTL Navbar lang aktif */
[dir="rtl"] .navbar__lang {
  flex-direction: row-reverse;
}

/* RTL Zaman çizelgesi öge */
[dir="rtl"] .lokum-timeline-card__item {
  flex-direction: row-reverse;
}

/* RTL Footer grid */
[dir="rtl"] .footer__grid {
  direction: rtl;
}

/* RTL Footer iletişim */
[dir="rtl"] .footer__contact-item {
  flex-direction: row-reverse;
}

/* RTL Tablo başlıkları */
[dir="rtl"] .lokum-varieties__table th,
[dir="rtl"] .lokum-varieties__table td {
  text-align: right;
}

/* RTL FAQ ok yönü */
[dir="rtl"] .lokum-faq__question {
  flex-direction: row-reverse;
}

/* RTL WhatsApp btn içerik */
[dir="rtl"] .btn-whatsapp {
  flex-direction: row-reverse;
}

/* RTL Footer bottom */
[dir="rtl"] .footer__bottom {
  flex-direction: row-reverse;
}

/* RTL Seal ve about-cta metin */
[dir="rtl"] .seal-section__inner {
  direction: rtl;
  text-align: center;
}

/* RTL NavBar Burger (burger her zaman sağda) */
[dir="rtl"] .navbar {
  flex-direction: row-reverse;
}

/* RTL Stat grupları */
[dir="rtl"] .about-hero__stats {
  flex-direction: row-reverse;
}

[dir="rtl"] .about-hero__eyebrow {
  flex-direction: row-reverse;
}
