/* ==========================================================
   ABOUT — Industrial Leader Presentation v2
   8-recommendation redesign: hierarchy, density, capabilities,
   stats, timeline, Vision 2030 alignment.
   ========================================================== */
.about-editorial .about-v2 {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  row-gap: 4mm;
  padding: 5mm 12mm 4mm 12mm;
  height: 100%;
  position: relative;
}

/* Reuse the colophon classes from TOC */
.about-editorial .toc-colophon-svg { width: 14mm; height: 4mm; opacity: 0.7; }
.about-editorial .toc-colophon-text {
  font-family: 'Inter', sans-serif;
  font-size: 6.5pt;
  letter-spacing: 0.28em;
  color: var(--ink-soft);
  text-transform: uppercase;
  font-weight: 500;
}

/* ROW 0: Sarlawh + eyebrow + hero */
.about-editorial .abt-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5mm;
}
.about-editorial .abt-sarlawh {
  width: 60mm;
  height: 5.5mm;
  display: block;
  margin-bottom: 1mm;
}
.about-editorial .abt-eyebrow {
  margin-bottom: 0.5mm;
}
.about-editorial .abt-hero {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 24pt;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 230mm;
}
.about-editorial .abt-hero-gold {
  color: var(--gold);
  font-style: normal;
}
.about-editorial .abt-hero-en {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12pt;
  color: var(--ink-soft);
  line-height: 1.3;
  margin: 0.5mm 0 0 0;
  max-width: 200mm;
}

/* ROW 1: Stats — 4 KPIs with hairline dividers */
.about-editorial .abt-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 0.6pt solid var(--gold);
  border-bottom: 0.6pt solid var(--gold);
  padding: 4mm 0;
  background:
    linear-gradient(to right, transparent 24.5%, rgba(15,27,60,0.10) 25%, transparent 25.5%) no-repeat,
    linear-gradient(to right, transparent 49.5%, rgba(15,27,60,0.10) 50%, transparent 50.5%) no-repeat,
    linear-gradient(to right, transparent 74.5%, rgba(15,27,60,0.10) 75%, transparent 75.5%) no-repeat;
}
.about-editorial .abt-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1mm;
  padding: 0 4mm;
  text-align: center;
}
.about-editorial .abt-stat-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38pt;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.01em;
}
.about-editorial .abt-stat-img {
  height: 22mm;
  width: auto;
  display: block;
  margin-bottom: 0.5mm;
}
.about-editorial .abt-stat-badge {
  justify-content: flex-start;
}
.about-editorial .abt-stat-unit {
  font-family: 'Inter', sans-serif;
  font-size: 12pt;
  color: var(--ink-soft);
  margin-inline-start: 1.5mm;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.about-editorial .abt-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.30em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
}
.about-editorial .abt-stat-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 8pt;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ROW 2: Vision / Mission */
.about-editorial .abt-vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8mm;
}
.about-editorial .abt-vm-card {
  display: grid;
  grid-template-columns: 14mm 1fr;
  column-gap: 4mm;
  align-items: start;
  padding: 3mm 4mm;
  background: rgba(201,162,75,0.04);
  border-inline-start: 1.5pt solid var(--gold);
}
.about-editorial .abt-vm-ico {
  width: 12mm;
  height: 12mm;
  display: block;
  margin-top: 1mm;
}
.about-editorial .abt-vm-eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 7.5pt;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.2mm;
}
.about-editorial .abt-vm-text {
  font-family: 'Tajawal', sans-serif;
  font-size: 9.5pt;
  color: var(--ink);
  line-height: 1.55;
  margin: 0;
  font-weight: 500;
}

/* ROW 3: Capabilities strip */
.about-editorial .abt-caps {
  background: var(--ink);
  color: var(--cream);
  padding: 4mm 6mm;
  position: relative;
}
.about-editorial .abt-caps::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1.5pt;
  background: var(--gold);
}
.about-editorial .abt-caps-title {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.30em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3mm;
  text-align: center;
}
.about-editorial .abt-caps-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4mm;
}
.about-editorial .abt-cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1mm;
  text-align: center;
  padding: 0 1mm;
}
.about-editorial .abt-cap-svg {
  width: 14mm;
  height: 14mm;
  display: block;
}
.about-editorial .abt-cap-svg use {
  stroke: var(--cream);
}
.about-editorial .abt-cap-en {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.18em;
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}
.about-editorial .abt-cap-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 7.5pt;
  color: rgba(246,240,228,0.70);
  font-weight: 500;
  line-height: 1.1;
}

/* ROW 4: Timeline + Photo */
.about-editorial .abt-timeline-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 6mm;
  align-items: stretch;
}
.about-editorial .abt-timeline {
  display: flex;
  flex-direction: column;
  gap: 3mm;
  padding: 3mm 0;
}
.about-editorial .abt-tl-title {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.30em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
}
.about-editorial .abt-tl-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  padding: 5mm 2mm 0 2mm;
}
.about-editorial .abt-tl-line {
  position: absolute;
  top: 6.5mm;
  left: 4%;
  right: 4%;
  height: 0.6pt;
  background: linear-gradient(to right,
    var(--gold) 0%, var(--gold) 95%, rgba(201,162,75,0.3) 100%);
}
.about-editorial .abt-tl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8mm;
  text-align: center;
  position: relative;
}
.about-editorial .abt-tl-dot {
  width: 4mm;
  height: 4mm;
  border-radius: 50%;
  background: var(--cream);
  border: 1.2pt solid var(--gold);
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 1mm;
}
.about-editorial .abt-tl-step-active .abt-tl-dot {
  background: var(--gold);
  width: 5mm;
  height: 5mm;
  margin-top: -0.5mm;
}
.about-editorial .abt-tl-year {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14pt;
  color: var(--ink);
  line-height: 1;
  letter-spacing: 0.02em;
}
.about-editorial .abt-tl-event {
  font-family: 'Inter', sans-serif;
  font-size: 6.5pt;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
.about-editorial .abt-tl-event-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 7.5pt;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.2;
}

/* Photo block */
.about-editorial .abt-photo {
  position: relative;
  height: 100%;
  min-height: 38mm;
  overflow: hidden;
  background: var(--ink);
}
.about-editorial .abt-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.05) brightness(1.02);
}
.about-editorial .abt-photo-cap {
  position: absolute;
  bottom: 2mm;
  left: 3mm;
  font-family: 'Inter', sans-serif;
  font-size: 6pt;
  letter-spacing: 0.22em;
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(15,27,60,0.65);
  padding: 1mm 2.5mm;
  z-index: 2;
}

/* ROW 5: Vision 2030 alignment band */
.about-editorial .abt-v2030 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6mm;
  align-items: center;
  padding: 3mm 4mm;
  border-top: 0.6pt solid var(--gold);
  border-bottom: 0.4pt solid rgba(15,27,60,0.10);
  background: rgba(246,240,228,0.5);
}
.about-editorial .abt-v2030-text {
  display: flex;
  flex-direction: column;
  gap: 0.8mm;
}
.about-editorial .abt-v2030-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
}
.about-editorial .abt-v2030-statement {
  font-family: 'Tajawal', sans-serif;
  font-size: 10.5pt;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0;
}
.about-editorial .abt-v2030-badges {
  display: flex;
  align-items: center;
  gap: 5mm;
}
.about-editorial .abt-v2030-badges img { height: 9mm; width: auto; display: block; }

/* Colophon */
.about-editorial .abt-colophon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3mm;
  padding-top: 2mm;
  margin-top: 1mm;
}

/* Hide the legacy split-38-62 if any of it leaks in */
.about-editorial .content > .split-38-62 { display: none; }
/* Hide v2 components — replaced by v3 */
.about-editorial .content.about-v2 { display: none; }

/* ==========================================================
   ABOUT v3 — Executive-grade industrial profile
   Restraint of v1 + measured industrial additions
   ========================================================== */
.about-editorial .about-v3 {
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  row-gap: 2.5mm;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.about-editorial .about-v3 > * { min-width: 0; }
.about-editorial .abt3-mid > *,
.about-editorial .abt3-stats > * { min-width: 0; }
/* Hide standalone sarlawh + colophon — universal header/footer Najdi covers it */
.about-editorial .abt3-sarlawh,
.about-editorial .abt3-colophon { display: none; }

/* AL-HASSA quatrefoil watermark — fully inside page, subtle backdrop */
.about-editorial .abt3-hassa-bg {
  position: absolute;
  top: 28mm;
  left: 8mm;
  width: 70mm;
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

/* AL-HASSA frieze — above the hero title */
.about-editorial .abt3-hassa-frieze {
  width: 100mm;
  height: 7mm;
  display: block;
  margin: 0 auto 1.5mm auto;
}

/* Lead icons — before each summary paragraph (Who/Vision/Mission) */
.about-editorial .abt3-lead-row {
  display: grid;
  grid-template-columns: 9mm 1fr;
  column-gap: 3mm;
  align-items: start;
}
.about-editorial .abt3-lead-ico {
  width: 9mm;
  height: 9mm;
  display: block;
  color: var(--gold);
  margin-top: 0.5mm;
}
.about-editorial .abt3-summary {
  gap: 4mm;
}

/* Ensure content sits ABOVE the watermark */
.about-editorial .about-v3 > * { position: relative; z-index: 2; }

.about-editorial .toc-colophon-svg { width: 14mm; height: 4mm; opacity: 0.7; }
.about-editorial .toc-colophon-text {
  font-family: 'Inter', sans-serif;
  font-size: 6.5pt;
  letter-spacing: 0.28em;
  color: var(--ink-soft);
  text-transform: uppercase;
  font-weight: 500;
}

/* HEADER — RTL right-aligned (start) */
.about-editorial .abt3-head {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;     /* RTL: flex-start = visual right */
  gap: 2mm;
}
.about-editorial .abt3-sarlawh {
  width: 56mm;
  height: 5mm;
  display: block;
  margin: 0 0 1mm 0;     /* RTL flex-start anchors it on the right */
}
.about-editorial .abt3-hassa-frieze {
  margin: 0 0 1.5mm 0 !important;   /* anchor right, not centered */
}
.about-editorial .abt3-eyebrow { margin-bottom: 1mm; }
.about-editorial .abt3-hero {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 22pt;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 220mm;
}
.about-editorial .abt3-hero-em { color: var(--gold); font-style: normal; }
.about-editorial .abt3-hero-en {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12pt;
  color: var(--ink-soft);
  margin: 1mm 0 0 0;
  letter-spacing: 0.01em;
}
.about-editorial .abt3-hero-rule {
  display: block;
  width: 24mm;
  height: 1pt;
  background: var(--gold);
  margin: 2mm 0 0 0;
}

/* MID — mirrors p4 geometry: hero stats (visual right) + leads timeline (visual left) */
.about-editorial .abt3-mid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;     /* same as p4 */
  column-gap: 10mm;
  align-items: center;
  padding: 2mm 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* RIGHT: Hero stats column — big 25 YEARS + 3 mini stats below + masterplan note */
.about-editorial .abt3-stats-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;        /* RTL: anchor to visual right */
  gap: 4mm;
  min-width: 0;
}
.about-editorial .abt3-hero-badge {
  height: 28mm;
  width: auto;
  max-width: 60mm;
  display: block;
  object-fit: contain;
  margin: 0;
}
.about-editorial .abt3-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4mm;
  width: 100%;
  padding-top: 2mm;
  border-top: 0.6pt solid var(--gold);
}
.about-editorial .abt3-stat-mini {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5mm;
  text-align: end;
  min-width: 0;
}
.about-editorial .abt3-stat-mini-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22pt;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.about-editorial .abt3-stat-mini-unit {
  font-family: 'Inter', sans-serif;
  font-size: 8pt;
  color: var(--ink-soft);
  margin-inline-start: 1mm;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.about-editorial .abt3-stat-mini-label {
  font-family: 'Inter', sans-serif;
  font-size: 6pt;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5mm;
}
.about-editorial .abt3-stat-mini-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 8pt;
  color: var(--ink-soft);
  font-weight: 500;
}
.about-editorial .abt3-stats-foot {
  font-family: 'Tajawal', sans-serif;
  font-size: 7.5pt;
  color: var(--ink-soft);
  margin: 0;
  font-style: italic;
  padding-top: 1mm;
}
.about-editorial .abt3-stats-foot .en {
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: 0.02em;
}

/* LEFT: Summary leads as timeline list */
.about-editorial .abt3-summary {
  display: flex;
  flex-direction: column;
  gap: 3.5mm;
  padding-inline-end: 0;
  padding-inline-start: 8mm;      /* RTL: padding on visual right (gap from divider) */
  border-inline-start: 0.6pt solid rgba(201,162,75,0.4);   /* gold divider on visual right */
  min-width: 0;
  overflow: hidden;
}
.about-editorial .abt3-summary-eyebrow {
  margin-bottom: 1mm;
}
.about-editorial .abt3-lead-body {
  display: flex;
  flex-direction: column;
  gap: 1mm;
}
.about-editorial .abt3-lead-row {
  display: grid;
  grid-template-columns: 9mm 1fr;
  column-gap: 3mm;
  align-items: start;
  padding-bottom: 2mm;
  border-bottom: 0.3pt solid rgba(15,27,60,0.10);
}
.about-editorial .abt3-lead-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about-editorial .abt3-lead-ico {
  width: 9mm;
  height: 9mm;
  display: block;
  color: var(--gold);
  margin-top: 0.5mm;
}
.about-editorial .abt3-p {
  font-family: 'Tajawal', sans-serif;
  font-size: 8.5pt;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
  font-weight: 400;
}
.about-editorial .abt3-lead {
  display: block;
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  color: var(--ink);
  font-size: 11pt;
  letter-spacing: 0;
  line-height: 1.1;
}
.about-editorial .abt3-lead .en {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.22em;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
}
.about-editorial .abt3-lead-x_orig {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.01em;
}

/* KPIs 2x2 grid */
.about-editorial .abt3-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3mm 4mm;
  align-items: end;
  justify-items: center;
  padding-inline-start: 0;
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
}
.about-editorial .abt3-stats > * { max-width: 100%; }
.about-editorial .abt3-stats img { max-width: 100%; height: auto; }
.about-editorial .abt3-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8mm;
  text-align: center;
  min-height: 22mm;
  justify-content: flex-end;
}
.about-editorial .abt3-stat-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24pt;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.about-editorial .abt3-stat-unit {
  font-family: 'Inter', sans-serif;
  font-size: 9pt;
  color: var(--ink-soft);
  margin-inline-start: 1.5mm;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.about-editorial .abt3-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 6.2pt;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.about-editorial .abt3-stat-note {
  font-family: 'Inter', sans-serif;
  font-size: 5.5pt;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  font-weight: 500;
  font-style: italic;
  margin-top: 0.5mm;
  white-space: normal;
  text-align: center;
  max-width: 50mm;
}
.about-editorial .abt3-stat-img {
  height: 11mm !important;
  width: auto !important;
  max-width: 22mm !important;
  display: block;
  margin: 0 0 0.3mm 0;
  object-fit: contain;
}
.about-editorial .abt3-stat-badge {
  justify-content: flex-end;
}

/* CAPABILITIES — restrained navy line icons, single horizontal strip */
.about-editorial .abt3-caps {
  display: flex;
  flex-direction: column;
  gap: 4mm;
  margin-bottom: 8mm;       /* lift above footer Najdi accent */
  padding: 4mm 0 2mm 0;
  border-top: 0.6pt solid var(--gold);
  border-bottom: 0.4pt solid rgba(15,27,60,0.10);
}
.about-editorial .abt3-caps-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4mm;
}
.about-editorial .abt3-caps-title {
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.30em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.about-editorial .abt3-caps-rule {
  height: 0.4pt;
  background: linear-gradient(to right, rgba(201,162,75,0.6), rgba(201,162,75,0.15));
  display: block;
}
.about-editorial .abt3-caps-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2mm;
  padding: 2mm 4mm 1mm 4mm;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.about-editorial .abt3-caps-row > * { min-width: 0; max-width: 100%; }
.about-editorial .abt3-cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5mm;
  text-align: center;
  color: var(--ink);
}
.about-editorial .abt3-cap-svg {
  width: 8mm;
  height: 8mm;
  display: block;
  color: var(--ink);
}
.about-editorial .abt3-cap-en {
  font-family: 'Inter', sans-serif;
  font-size: 5.5pt;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
  overflow: hidden;
}
.about-editorial .abt3-cap-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 6.5pt;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.about-editorial .abt3-cap {
  padding: 0;
  min-width: 0;
}

/* POSITIONING — quiet single line */
.about-editorial .abt3-positioning {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 11pt;
  color: var(--ink-soft);
  text-align: center;
  margin: 0;
  letter-spacing: 0.01em;
}
.about-editorial .abt3-positioning em {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}
.about-editorial .abt3-pos-ar {
  font-family: 'Tajawal', sans-serif;
  font-style: normal;
  font-size: 10pt;
  color: var(--ink);
  font-weight: 500;
  margin-inline-start: 2mm;
}

/* COLOPHON */
.about-editorial .abt3-colophon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3mm;
  margin-top: -1mm;
}

/* (2) Vertical binding — ELIMINATED.
   Replaced by a single gold hairline at the exact column boundary.
   Sits flush, doesn't cover the photo. */
.cover-monograph .cm-najdi-vspine {
  display: none;
}
.cover-monograph .cm-spine {
  border-left: 0.6pt solid rgba(201,162,75,0.55);
}

/* (3) Top hallmark seal — at outer corner of spine (away from photo) */
.cover-monograph .cm-najdi-hallmark {
  position: absolute;
  top: 8mm;
  left: 8mm;     /* RTL: spine sits on visual LEFT, so left = outer corner */
  width: 11mm;
  height: 9mm;
  z-index: 6;
  opacity: 0.85;
}

/* (4) Mid-rule Najdi triplet (replaces plain gold line under brand) */
.cover-monograph .cm-najdi-divider {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3mm;
  width: 100%;
  margin-top: 4mm;
}
.cover-monograph .cmnd-line {
  display: block;
  flex: 0 1 22mm;
  height: 0.6pt;
  background: linear-gradient(to right, transparent, var(--gold) 60%, var(--gold));
}
.cover-monograph .cmnd-tri {
  width: 22mm;
  height: 5mm;
  display: block;
  flex-shrink: 0;
}

/* (5) Bottom refined ribbon — sits ONLY in the spine column, not over the photo.
   The aperture (photo) keeps its full edge-to-edge composition. */
.cover-monograph .cm-najdi-bottom {
  position: absolute;
  /* In RTL: spine is on visual LEFT (45% width). Ribbon spans only that. */
  left: 0;
  right: 55%;
  bottom: 0;
  z-index: 7;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}
.cover-monograph .cm-najdi-bottom-rule {
  height: 0.6pt;
  background: var(--gold);
  opacity: 0.85;
}
.cover-monograph .cm-najdi-bottom-rule-fine {
  height: 0.3pt;
  opacity: 0.45;
  margin-top: 0.6mm;
}
.cover-monograph .cm-najdi-bottom-pat {
  height: 5mm;
  display: block;
  margin: 1.2mm 0;
}


/* Make sure spine content sits above the watermark layer */
.cover-monograph .cm-spine > * { position: relative; z-index: 1; }

/* Increase bottom padding so content clears the new bottom ribbon (~10mm total) */
.cover-monograph .cm-spine { padding-bottom: 16mm; }

/* Hide deprecated short-rule (replaced by Najdi divider) */
.cover-monograph .cm-rule-short { display: none; }

/* Legacy cover-editorial kept for reference (no longer used) */
.cover-editorial {
  position: relative;
  background: url("../assets/img/real-exterior.jpg") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 0;
}
.cover-editorial .ce-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(6,24,51,0.78) 0%,
    rgba(6,24,51,0.45) 30%,
    rgba(6,24,51,0.00) 60%);
  z-index: 1;
}
.cover-editorial .ce-year {
  position: absolute;
  bottom: 6mm;
  left: 12mm;
  font-family: var(--font-display);
  font-size: 200pt;
  font-weight: 400;
  line-height: 0.85;
  color: var(--gold);
  opacity: 0.30;
  z-index: 2;
  letter-spacing: -0.03em;
  pointer-events: none;
}
.cover-editorial .ce-brand {
  position: absolute;
  right: 12mm;
  bottom: 12mm;
  z-index: 3;
  text-align: end;
}
.cover-editorial .ce-mark-en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32pt;
  letter-spacing: 0.30em;
  color: #fff;
  line-height: 1;
}
.cover-editorial .ce-mark-ar {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: 36pt;
  color: #fff;
  margin-top: 2mm;
  line-height: 1;
}
.cover-editorial .ce-tag-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 14pt;
  color: #fff;
  margin-top: 8mm;
  letter-spacing: 0.04em;
}
.cover-editorial .ce-tag-en {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18pt;
  color: var(--gold-light);
  margin-top: 1mm;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.cover-editorial .ce-rule {
  display: block;
  width: 30mm;
  height: 1pt;
  background: var(--gold);
  margin: 6mm 0 0 auto; /* RTL: visually flush right */
}
.cover-editorial .ce-loc {
  font-family: 'Inter', sans-serif;
  font-size: 8pt;
  letter-spacing: 0.30em;
  color: rgba(255,255,255,0.75);
  margin-top: 4mm;
  font-weight: 500;
}

/* Cover: light geometric grid texture (per Guide hint) */
.cover-editorial .ce-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24mm 24mm;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Cover: 2 macro material chips (per Guide hint: Single Hero + 1–2 macros) */
.cover-editorial .ce-macros {
  position: absolute;
  top: 12mm;
  left: 12mm;
  z-index: 3;
  display: flex;
  gap: 4mm;
}
.cover-editorial .ce-macro {
  width: 38mm;
  height: 38mm;
  background-size: cover;
  background-position: center;
  border: 1pt solid rgba(255,255,255,0.55);
  outline: 0.5pt solid var(--gold);
  outline-offset: 1mm;
  position: relative;
  box-shadow: 0 2mm 6mm rgba(0,0,0,0.35);
}
.cover-editorial .ce-macro-cap {
  position: absolute;
  bottom: -5mm;
  right: 0;
  font-family: 'Inter', sans-serif;
  font-size: 7pt;
  letter-spacing: 0.22em;
  color: var(--gold-light);
  text-transform: uppercase;
  font-weight: 600;
}

/* Cover: bottom-strip badges (Vision 2030 / Made in Saudi / BIM) */
.cover-editorial .ce-badges {
  position: absolute;
  bottom: 8mm;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 14mm;
  align-items: flex-start;
  padding: 6mm 12mm 0 12mm;
  border-top: 0.5pt solid rgba(255,255,255,0.35);
}
.cover-editorial .ce-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2mm;
  min-width: 40mm;
}
.cover-editorial .ce-badge img {
  height: 14mm;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.cover-editorial .ce-badge-cap {
  font-family: 'Inter', sans-serif;
  font-size: 6.5pt;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

/* ---------- Page 02: Editorial TOC ---------- */
.toc-editorial { padding: 0; }
.toc-editorial .toc-head {
  margin-bottom: 7mm;
}
.toc-editorial .toc-title {
  font-family: var(--font-display);
  font-size: 48pt;
  color: var(--navy);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 2mm;
}
.toc-editorial .toc-cols {
  display: grid;
  grid-template-columns: 1fr 0.5pt 1fr;
  gap: 7mm;
  margin-top: 4mm;
}
.toc-editorial .toc-divider {
  background: var(--hairline);
  width: 0.5pt;
  height: 100%;
}
.toc-editorial .toc-col { display: flex; flex-direction: column; }
.toc-editorial .toc-row {
  display: grid;
  grid-template-columns: 14mm 1fr auto;
  align-items: baseline;
  gap: 3mm;
  padding: 2.6mm 0;
  border-top: 0.5pt solid var(--hairline);
  line-height: 1.4;
}
.toc-editorial .toc-row:last-child { border-bottom: 0.5pt solid var(--hairline); }
.toc-editorial .toc-num {
  font-family: var(--font-display);
  font-size: 20pt;
  color: var(--gold);
  font-weight: 400;
  line-height: 1;
}
.toc-editorial .toc-label {
  font-family: 'Tajawal', sans-serif;
  font-size: 11pt;
  color: var(--navy);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.toc-editorial .toc-label .ten {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 8pt;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-top: 0.5mm;
  font-weight: 500;
}
.toc-editorial .toc-leader {
  flex: 1;
  border-bottom: 0.5pt dotted var(--hairline);
  margin: 0 2mm;
  height: 0;
  position: relative;
  top: -3pt;
}
.toc-editorial .toc-page {
  font-family: 'Inter', sans-serif;
  font-size: 11pt;
  color: var(--navy);
  font-weight: 600;
  text-align: end;
  min-width: 8mm;
}

/* ---------- Page 03: About editorial ---------- */
.about-editorial .pq-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-editorial .pq {
  font-family: var(--font-display);
  font-size: 32pt;
  font-style: italic;
  color: var(--navy);
  line-height: 1.2;
  font-weight: 400;
}
.about-editorial .pq-rule-top,
.about-editorial .pq-rule-bot {
  width: 40mm;
  height: 1pt;
  background: var(--gold);
  margin: 5mm 0;
}
.about-editorial .body-col {
  font-family: 'Tajawal', sans-serif;
  font-size: 11pt;
  line-height: 1.8;
  color: var(--ink);
  column-count: 2;
  column-gap: 7mm;
  column-rule: 0.5pt solid var(--hairline);
}
.about-editorial .body-col p { margin-bottom: 3mm; break-inside: avoid; }
.about-editorial .body-col p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 56pt;
  line-height: 0.85;
  color: var(--gold);
  float: right;
  margin-left: 3mm;
  margin-top: 1mm;
  font-weight: 500;
}
.about-editorial .kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6mm;
  margin-top: 6mm;
}

/* ---------- Page 04: Operational capacity editorial ---------- */
.opcap-editorial .opcap-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8mm;
  height: 100%;
}
.opcap-editorial .num-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.opcap-editorial .big-numeral {
  font-family: var(--font-display);
  font-size: 220pt;
  line-height: 0.85;
  color: var(--gold);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.opcap-editorial .big-cap {
  font-family: 'Inter', sans-serif;
  font-size: 8pt;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  margin-top: 2mm;
  font-weight: 600;
}
.opcap-editorial .now-line {
  font-family: 'Tajawal', sans-serif;
  font-size: 14pt;
  color: var(--navy);
  margin-top: 5mm;
  border-top: 0.5pt solid var(--hairline);
  padding-top: 3mm;
}
.opcap-editorial .now-line .en {
  display: inline-block;
  margin-inline-start: 4mm;
  font-size: 9pt;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.opcap-editorial .timeline {
  display: flex;
  flex-direction: column;
  gap: 4mm;
}
.opcap-editorial .tl-step {
  display: grid;
  grid-template-columns: 6mm 1fr;
  align-items: start;
  gap: 4mm;
  padding-bottom: 3mm;
  border-bottom: 0.5pt solid var(--hairline);
}
.opcap-editorial .tl-step:last-child { border-bottom: 0; }
.opcap-editorial .tl-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  margin-top: 2mm;
}
.opcap-editorial .tl-name {
  font-family: 'Tajawal', sans-serif;
  font-size: 12pt;
  color: var(--navy);
  font-weight: 700;
}
.opcap-editorial .tl-name .en {
  font-family: 'Inter', sans-serif;
  font-size: 8.5pt;
  color: var(--gold);
  letter-spacing: 0.12em;
  margin-inline-start: 3mm;
  text-transform: uppercase;
  font-weight: 600;
}
.opcap-editorial .tl-desc {
  font-family: 'Inter', 'Tajawal', sans-serif;
  font-size: 9pt;
  color: var(--ink-soft);
  margin-top: 1mm;
  line-height: 1.4;
}
.opcap-editorial .photo-block {
  margin-top: 4mm;
}
.opcap-editorial .photo-block .imgph {
  width: 80mm;
  height: 50mm;
  background-size: cover;
  background-position: center;
}
.opcap-editorial .bottom-rule {
  position: absolute;
  bottom: 14mm;
  left: 14mm;
  right: 14mm;
  height: 1pt;
  background: var(--gold);
}

/* ---------- Page 05: Scope overview editorial ---------- */
.scope-editorial .scope-headline {
  font-family: var(--font-display);
  font-size: 36pt;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.05;
  margin-top: 2mm;
}
.scope-editorial .scope-headline .ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 22pt;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-top: 2mm;
}
.scope-editorial .scope-row {
  display: grid;
  gap: 5mm;
  margin-top: 6mm;
}
.scope-editorial .scope-row.r4 { grid-template-columns: repeat(4, 1fr); }
.scope-editorial .scope-row.r3 {
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5mm;
}
.scope-editorial .sc-card {
  background: var(--cream);
  border: 0.5pt solid var(--hairline);
  padding: 5mm 4mm;
  display: flex;
  flex-direction: column;
  gap: 2mm;
  min-height: 60mm;
}
.scope-editorial .sc-icon {
  height: 18mm;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1mm;
}
.scope-editorial .sc-icon svg {
  width: auto;
  height: 100%;
  stroke: var(--navy);
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scope-editorial .sc-title-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 13pt;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.scope-editorial .sc-title-en {
  font-family: 'Inter', sans-serif;
  font-size: 9pt;
  letter-spacing: 0.10em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
}
.scope-editorial .sc-def {
  font-family: 'Tajawal', sans-serif;
  font-size: 9pt;
  color: var(--ink-soft);
  line-height: 1.45;
  margin-top: 1mm;
}
.scope-editorial .sc-out {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 9pt;
  color: var(--navy);
  margin-top: auto;
  padding-top: 2mm;
  border-top: 0.5pt solid var(--hairline);
}

/* ---------- Page 06: QA editorial ---------- */
.qa-editorial .qa-headline {
  font-family: var(--font-display);
  font-size: 36pt;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.05;
  margin-top: 2mm;
}
.qa-editorial .qa-headline .ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 22pt;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-top: 2mm;
}
.qa-editorial .qa-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: center;
  margin: 8mm 0 6mm;
  gap: 0;
}
.qa-editorial .qa-node {
  width: 16mm;
  height: 16mm;
  border-radius: 50%;
  border: 1.5pt solid var(--gold);
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18pt;
  font-weight: 500;
  position: relative;
}
.qa-editorial .qa-node-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2mm;
}
.qa-editorial .qa-step-en {
  font-family: 'Inter', sans-serif;
  font-size: 8.5pt;
  color: var(--navy);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}
.qa-editorial .qa-step-ar {
  font-family: 'Tajawal', sans-serif;
  font-size: 9.5pt;
  color: var(--ink-soft);
}
.qa-editorial .qa-line {
  width: 22mm;
  height: 0.5pt;
  background: var(--hairline);
  position: relative;
  margin: 0 1mm;
}
.qa-editorial .qa-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}
.qa-editorial .qa-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6mm;
  margin-top: 4mm;
}
.qa-editorial .qa-photo .imgph {
  width: 100%;
  height: 40mm;
  background-size: cover;
  background-position: center;
}
.qa-editorial .qa-cap {
  margin-top: 1.5mm;
}
.qa-editorial .qa-holds {
  display: flex;
  gap: 4mm;
  justify-content: center;
  margin-top: 5mm;
}
.qa-editorial .hold-pill {
  font-family: 'Inter', sans-serif;
  font-size: 8.5pt;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  background: #fff;
  border: 1pt solid var(--gold);
  padding: 2mm 5mm;
  border-radius: 50px;
  font-weight: 600;
}
.qa-editorial .hold-pill strong {
  color: var(--gold);
  font-weight: 700;
  margin-inline-end: 4px;
}


