/* CrossAIHub · Share — بند 545
 * إعادة تصميم: من صفّ أزرار تقني بارد → شريط ورقي دافئ + همسة تحت كل عنصر.
 * كل الألوان من توكنات الهوية القائمة — ولا لون جديد. */

/* ══ ١ · مشاركة الصفحة ══════════════════════════════════════════════ */
.cah-share {
  display: block;
  margin: 2.6rem 0 1rem;
  padding: 1.25rem 1.4rem;
  background: rgba(180, 135, 72, 0.055);
  border: 1px solid rgba(180, 135, 72, 0.26);
  border-radius: 3px;
  position: relative;
}

/* الحافّة الذهبية الرفيعة — نفس لغة البطاقات بالموقع */
.cah-share::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--ch-chalice-gold, #B48748);
  opacity: 0.55;
}

.cah-share__line {
  margin: 0 0 0.85rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.45;
  color: var(--ch-ink, #2B2418);
}

.cah-share__row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.cah-share__primary {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.6rem 1.25rem;
  border: 1px solid var(--ch-chalice-gold, #B48748);
  border-radius: 2px;
  background: rgba(180, 135, 72, 0.11);
  color: var(--ch-ink, #2B2418);
  cursor: pointer;
  transition: background 0.15s ease;
}
.cah-share__primary:hover { background: rgba(180, 135, 72, 0.2); }

.cah-share__more {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.97rem;
  color: #7A5820;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.5rem 0.2rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(122, 88, 32, 0.45);
}
.cah-share__more:hover { text-decoration-color: currentColor; }

.cah-share__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
}
.cah-share__ch {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.92rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(43, 36, 24, 0.18);
  border-radius: 2px;
  background: rgba(253, 251, 245, 0.75);
  color: rgba(43, 36, 24, 0.72);
  text-decoration: none;
}
.cah-share__ch:hover {
  border-color: var(--ch-chalice-gold, #B48748);
  color: var(--ch-ink, #2B2418);
}

.cah-share__note {
  margin: 0.6rem 0 0;
  min-height: 1.1em;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  color: #7A5820;
}

/* ══ ٢ · مشاركة العنصر — الهمسة ══════════════════════════════════════
 * خافتة لحتى المؤشّر يمرّ عالعنصر، فما بتزاحم القراءة.
 * عالموبايل ما في hover — فبتضل ظاهرة دائماً. */
.cah-item-share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.6rem 0 0;
  opacity: 0.42;
  transition: opacity 0.18s ease;
}
article:hover > .cah-item-share,
.cah-item-share:focus-within { opacity: 1; }

.cah-item-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.88rem;
  color: #7A5820;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.28rem 0.1rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(180, 135, 72, 0.5);
}
.cah-item-share__btn:hover { text-decoration-color: currentColor; }

/* نفس محرف الهوية † — مش رسم جديد ولا أيقونة مشاركة عامّة.
   بند 550: كان بلا قاعدة لون، فبيرث ذهبي الزر (#7A5820) — فطلع الرمز
   والكلمة بلون ذهبي واحد. الصليب لونو المعتمد أزرق ملكي بكل مكان.
   بلا حافّة ذهبية هون: حجمه ~14px، وقرار الهوية إنّ الذهب يبلش من 48px
   وفوق — تحتها بيصير ضباب رمادي بياكل اللون بدل ما يزيّنه.
   القيمة حرفية مش توكن: صفحات المحتوى ما بتحمّل phase4-tokens.css، فكل
   متغيّرات --ch-* فاضية فيها. */
.cah-item-share__cross {
  color: var(--ch-royal-blue, #4169E1);
  font-weight: 500;
  font-size: 1.06em;
  line-height: 1;
}

.cah-item-share__pop {
  position: absolute;
  inset-inline-end: auto;
  inset-inline-start: 0;
  bottom: 100%;
  margin-bottom: 6px;
  display: flex;
  gap: 0.3rem;
  padding: 0.45rem;
  background: var(--ch-parchment-1, #FDFBF5);
  border: 1px solid rgba(43, 36, 24, 0.16);
  border-radius: 3px;
  box-shadow: 0 8px 22px -14px rgba(43, 36, 24, 0.75);
  z-index: 20;
}
.cah-item-share__pop[hidden] { display: none; }

.cah-item-share__act {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.86rem;
  padding: 0.36rem 0.58rem;
  border: 0;
  border-radius: 2px;
  background: none;
  color: rgba(43, 36, 24, 0.72);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.cah-item-share__act:hover {
  background: rgba(180, 135, 72, 0.13);
  color: var(--ch-ink, #2B2418);
}

.cah-item-share__note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.82rem;
  color: #7A5820;
}

/* الزائر الجاي على مرساة عنصر — تنبيه هادئ وين وصل */
.cah-item--landed {
  animation: cah-landed 2.4s ease-out;
}
@keyframes cah-landed {
  0%, 55% { background: rgba(180, 135, 72, 0.13); }
  100%    { background: transparent; }
}

/* بلا hover (لمس) — الهمسة بتضل ظاهرة */
@media (hover: none) {
  .cah-item-share { opacity: 0.75; }
}

@media (prefers-reduced-motion: reduce) {
  .cah-item--landed { animation: none; background: rgba(180, 135, 72, 0.1); }
  .cah-share__primary, .cah-item-share { transition: none; }
}
