/*
Theme Name: Abdelaati
Theme URI: https://abdelaati.org
Description: المدونة الشخصية لعادل عبد العاطي — قالب فرعي
Author: Adil Abdel Aati
Template: twentytwentyfive
Version: 0.2
Text Domain: abdelaati
*/

/* ---- Arabic reading defaults ---- */

html[lang^="ar"] body {
  text-align: right;
}

/* Naskh sits low on the line; nudge it back onto the baseline */
html[lang^="ar"] .wp-block-post-content p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

/* Kufi is display-only: never let it inherit into running text */
html[lang^="ar"] h1, html[lang^="ar"] h2, html[lang^="ar"] h3 {
  letter-spacing: 0;
  word-spacing: 0.06em;
}

/* Latin inside Arabic text (names, years, URLs) keeps LTR direction */
.wp-block-post-content bdi,
.wp-block-post-content [lang="en"],
.wp-block-post-content [lang="pl"] {
  direction: ltr;
  unicode-bidi: isolate;
}

/* ---- Signature: the rubricated category strip ---- */

.wp-block-post-terms {
  display: block;
  padding-top: 0.5rem;
  border-top: 1px solid var(--wp--preset--color--rule);
  letter-spacing: 0.02em;
}

.wp-block-post-terms a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.wp-block-post-terms a:hover {
  border-bottom-color: var(--wp--preset--color--rubric);
}

/* Folio marker for series articles — «١ من ٣» */
.folio {
  font-family: var(--wp--preset--font-family--plex);
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--rubric);
  letter-spacing: 0.08em;
}

/* ---- Quality floor ---- */

:where(a):focus-visible,
:where(button):focus-visible {
  outline: 2px solid var(--wp--preset--color--rubric);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wp-block-navigation .lang-item.current-lang { display: none; }
