.brand-photo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 2px solid rgba(138, 62, 70, .28);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  box-shadow: 0 5px 18px rgba(52, 37, 29, .14);
}

.biography-section { background: #efe6da; }
.biography-grid {
  display: grid;
  grid-template-columns: 138px minmax(0, 720px);
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.biography-portrait {
  width: 138px;
  height: 166px;
  margin: 0;
  overflow: hidden;
  border-radius: 70px 70px 14px 14px;
  box-shadow: 0 14px 34px rgba(52, 37, 29, .18);
}
.biography-portrait img {
  width: 100%;
  height: 100%;
  object-position: center 22%;
  filter: saturate(.72) sepia(.08);
}
.biography-copy h2 {
  margin: 12px 0 24px;
  font: 600 clamp(40px, 5vw, 68px) / 1.2 var(--serif);
}
.biography-copy p {
  color: #584e48;
  font-size: 18px;
  line-height: 1.95;
}
.biography-copy .biography-lead {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.8;
}
.biography-copy .text-link {
  display: inline-block;
  margin-top: 10px;
}

.hero-visual img {
  width: 180px;
  height: 216px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 90px 90px 16px 16px;
  box-shadow: 0 18px 45px rgba(52, 37, 29, .22);
}

.biography-page .article-image {
  width: 138px;
  height: 166px;
  aspect-ratio: auto;
  margin-block: 0 15px;
  border-radius: 70px 70px 14px 14px;
  box-shadow: 0 14px 34px rgba(52, 37, 29, .18);
}
.biography-page .article-image img {
  width: 100%;
  height: 100%;
  object-position: center 24%;
}

.book-page .article-image {
  width: min(280px, calc(100% - 40px));
  height: auto;
  aspect-ratio: auto;
  margin-inline: auto;
  background: transparent;
}
.book-page .article-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.book-overview-page .article-header { padding-bottom: 8px; }
.book-overview-page .article-body { padding-top: 24px; }

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px 0;
  overflow: hidden;
  background: #171311;
}
.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  color: var(--wine);
  font: 600 17px / 1.4 var(--sans);
}
.video-heading span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-size: 13px;
}
.card-video-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 18px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  color: var(--wine);
  font: 500 13px / 1.4 var(--sans);
}
.card-video-link span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-size: 11px;
}

.audio-toggle {
  display: inline-flex;
  width: auto;
  min-width: 165px;
  height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 4px;
  font: 500 14px / 1 var(--sans);
}
.audio-toggle-icon { font-size: 17px; }
.audio-toggle-label { white-space: nowrap; }
.content-card .audio-toggle {
  width: auto;
  min-width: 145px;
  height: 44px;
  flex-basis: auto;
  padding-inline: 15px;
}

.rich-text-editor { direction: rtl; }
.rich-text-editor .editor-toolbar {
  position: sticky;
  top: 73px;
  z-index: 5;
  align-items: center;
  gap: 6px;
  padding: 9px;
  border-color: #d5ccc1;
  background: #f4efe8;
}
.rich-text-editor .editor-toolbar button,
.rich-text-editor .editor-toolbar select {
  min-height: 36px;
  border: 1px solid #d5ccc1;
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  padding: 6px 10px;
  font: 500 12px / 1.4 var(--sans);
  cursor: pointer;
}
.rich-text-editor .editor-toolbar button:hover,
.rich-text-editor .editor-toolbar button:focus-visible,
.rich-text-editor .editor-toolbar select:focus-visible,
.rich-text-editor .editor-toolbar button.active {
  border-color: var(--wine);
  color: var(--wine);
  outline: none;
  box-shadow: 0 0 0 2px rgba(138, 62, 70, .1);
}
.rich-text-editor .rich-editor {
  min-height: 520px;
  overflow-wrap: anywhere;
  white-space: normal;
}
.rich-text-editor .rich-editor:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(138, 62, 70, .1);
}
.rich-text-editor .rich-editor:empty::before {
  content: "ابدئي كتابة النص هنا…";
  color: #9b928b;
  pointer-events: none;
}
.rich-text-editor .rich-editor p { margin: 0 0 1em; }
.rich-text-editor .rich-editor h2,
.rich-text-editor .rich-editor h3 { margin: 1.2em 0 .55em; line-height: 1.45; }
.rich-text-editor .rich-editor blockquote {
  margin: 1.2em 0;
  padding: 4px 20px;
  border-right: 3px solid var(--wine);
  color: var(--wine-dark);
}
.rich-text-editor .editor-source {
  display: none;
  min-height: 520px;
  padding: 18px;
  border: 1px solid #d5ccc1;
  background: #211d1b;
  color: #f8f1e8;
  direction: ltr;
  text-align: left;
  font: 14px / 1.7 Consolas, monospace;
  resize: vertical;
}
.rich-text-editor.is-source-mode .rich-editor { display: none; }
.rich-text-editor.is-source-mode .editor-source { display: block; }
.rich-text-editor .editor-help {
  margin: 7px 2px 0;
  color: var(--muted);
  font: 400 11px / 1.6 var(--sans);
}

@media (max-width: 780px) {
  .brand-photo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .hero-visual { min-height: 320px; }
  .hero-visual img {
    width: 136px;
    height: 172px;
    top: 50%;
  }
  .biography-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .biography-portrait {
    width: 112px;
    height: 142px;
    margin-inline: auto;
    border-radius: 56px 56px 12px 12px;
  }
  .biography-page .article-image {
    width: 112px;
    height: 142px;
  }
  .biography-copy { text-align: center; }
  .biography-copy .biography-lead { font-size: 20px; }
  .biography-copy p { font-size: 17px; }
  .audio-player-main { align-items: flex-start; }
  .audio-meta { min-width: 0; }
  .rich-text-editor .editor-toolbar { position: static; }
  .rich-text-editor .rich-editor,
  .rich-text-editor .editor-source { min-height: 400px; }
}

@media print {
  .skip-link, .site-header, .site-footer, .breadcrumbs, .article-header > small, .article-header .lead,
  .video-heading, .video-embed, .audio-player, .download-link { display: none !important; }
  body { background: #fff; color: #171311; font-size: 14pt; }
  .article-header { padding: 0 0 18mm; }
  .article-header h1 { font-size: 34pt; }
  .article-image { width: 45mm; max-width: 45mm; height: auto; aspect-ratio: auto; margin-block: 0; }
  .article-image img { width: 100%; height: auto; }
  .article-body { max-width: none; padding: 0; font-size: 14pt; line-height: 1.9; break-before: page; }
  .article-body img { max-width: 45mm; }
  @page { size: A4; margin: 18mm 17mm 20mm; }
}
