  /* ───────────────────────────────────────────────
     PLUM & PETAL — EDITORIAL DESIGN SYSTEM
     Canvas: #f1f1f1 · Primary: Midnight Plum · Accent: Sparky Rose
     ─────────────────────────────────────────────── */
  :root {
    --bg: #f1f1f1;
    --surface: #ffffff;
    --surface-warm: #f9f2f2;
    --surface-container: #f3ecec;
    --surface-container-high: #ede7e7;
    --ink: #1d1b1b;
    --ink-soft: #4e4447;
    --ink-mute: #807477;
    --outline: rgba(40, 22, 29, 0.10);
    --outline-strong: rgba(40, 22, 29, 0.22);

    --plum: #28161d;          /* Midnight Plum — primary */
    --plum-deep: #14080c;
    --rose: #a5345c;          /* Sparky Rose — accent */
    --rose-deep: #760b39;
    --rose-soft: #ffb1c4;
    --rose-tint: #fbdae3;

    --font-ar: 'Noto Kufi Arabic', system-ui, sans-serif;
    --font-display: 'Newsreader', 'Noto Kufi Arabic', serif;
    --font-ui: 'Plus Jakarta Sans', 'Noto Kufi Arabic', sans-serif;

    --r-sm: 4px;
    --r-md: 8px;
    --r-lg: 16px;
    --r-pill: 999px;

    --pad-page: clamp(20px, 5vw, 80px);
    --container: 1280px;
  }

  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--font-ar);
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.55;
    overflow-x: hidden;
  }
  img { display: block; max-width: 100%; }
  button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
  a { color: inherit; text-decoration: none; }

  /* Diacritic legibility — slightly more line-height + leading-trim where supported */
  [lang="ar"], .ar { font-family: var(--font-ar); line-height: 1.7; font-feature-settings: "ss01" on; }

  /* ─── HEADER ─── */
  .header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px var(--pad-page);
    background: rgba(241, 241, 241, 0.86);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    border-bottom: 1px solid var(--outline);
  }
  .header__left, .header__right {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .logo img {
    height: 48px;
    width: 48px;
    object-fit: contain;
  }
  .logo__word {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: var(--plum);
  }
  .nav {
    display: flex;
    gap: 36px;
  }
  .nav a {
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    position: relative;
    padding: 6px 0;
    transition: color .25s;
  }
  .nav a::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: var(--rose);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s ease;
  }
  .nav a:hover { color: var(--plum); }
  .nav a:hover::after { transform: scaleX(1); }

  .lang {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--outline-strong);
    border-radius: var(--r-pill);
    padding: 4px;
    background: var(--surface);
  }
  .lang button {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--ink-soft);
    border-radius: var(--r-pill);
    transition: all .25s;
    font-family: var(--font-ui);
  }
  .lang button.is-on {
    background: var(--plum);
    color: #fff;
  }
  .lang button.ar-btn { font-family: var(--font-ar); letter-spacing: 0; }

  .cart {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: var(--r-pill);
    border: 1px solid var(--outline-strong);
    background: var(--surface);
    transition: all .25s;
  }
  .cart:hover { border-color: var(--plum); }
  .cart svg { width: 18px; height: 18px; stroke: var(--plum); }
  .cart__badge {
    position: absolute;
    top: -4px;
    left: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 99px;
    background: var(--rose);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: grid;
    place-items: center;
  }

  /* ─── HERO ─── */
  .hero {
    position: relative;
    width: 100%;
    min-height: min(720px, 82vh);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 82px; /* header */
    background: #0c0608;
  }
  .hero__video, .hero__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .hero__poster {
    background:
      radial-gradient(120% 80% at 70% 30%, rgba(165,52,92,0.45) 0%, transparent 60%),
      radial-gradient(80% 60% at 20% 80%, rgba(251,218,227,0.18) 0%, transparent 65%),
      linear-gradient(180deg, #1a0c11 0%, #0c0608 100%);
  }
  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.70) 100%),
      radial-gradient(70% 60% at 50% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  }
  .hero__grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.35;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  }
  .hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 56px var(--pad-page);
    color: #fff;
    /* Dynamic alignment block — RTL pushes content to the right edge,
       LTR pushes content to the left edge. Inside the block, text follows
       the same start-edge alignment via text-align: start. */
    display: flex;
    flex-direction: column;
    align-items: flex-start;   /* start-edge of the writing mode */
    text-align: start;
  }
  .hero__block {
    max-width: 640px;
    width: 100%;
  }
  .hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.86);
    margin-bottom: 28px;
    padding: 8px 18px 8px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--r-pill);
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.18);
  }
  .hero__eyebrow .glyph {
    width: 12px;
    height: 12px;
    background: var(--rose-soft);
    clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
  }
  .hero__title {
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: clamp(48px, 7.5vw, 96px);
    line-height: 1.2;
    letter-spacing: -0.005em;
    margin: 0 0 24px;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0,0,0,0.4);
  }
  .hero__title .em {
    font-style: italic;
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--rose-soft);
  }
  .hero__sub {
    font-family: var(--font-ar);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.85;
    color: rgba(255,255,255,0.88);
    max-width: 520px;
    margin: 0 0 32px;
    font-weight: 400;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 38px;
    border-radius: var(--r-pill);
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: 17px;
    transition: all .3s ease;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .btn--rose {
    background: var(--rose);
    color: #fff;
    box-shadow: 0 14px 40px -16px rgba(165,52,92,0.7);
  }
  .btn--rose:hover {
    background: var(--rose-deep);
    transform: translateY(-2px);
    box-shadow: 0 20px 48px -16px rgba(165,52,92,0.85);
  }
  .btn--ghost {
    background: transparent;
    color: var(--plum);
    border-color: var(--plum);
  }
  .btn--ghost:hover { background: var(--plum); color: #fff; }
  .btn--plum {
    background: var(--plum);
    color: #fff;
  }
  .btn--plum:hover { background: var(--plum-deep); }
  .btn .arr {
    width: 18px;
    height: 18px;
    transition: transform .3s;
  }
  .btn:hover .arr { transform: translateX(-4px); }

  .hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255,255,255,0.75);
    font-family: var(--font-ui);
    font-size: 10px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero__scroll .line {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.45);
    animation: scrolltick 2.2s ease-in-out infinite;
    transform-origin: top;
  }
  @keyframes scrolltick {
    0%, 100% { transform: scaleY(0.2); opacity: .4; }
    50% { transform: scaleY(1); opacity: 1; }
  }

  /* ─── MARQUEE ─── */
  .marquee {
    background: var(--plum);
    color: #fff;
    border-top: 1px solid var(--plum-deep);
    border-bottom: 1px solid var(--plum-deep);
    overflow: hidden;
    padding: 14px 0;
  }
  .marquee__track {
    /* Two identical sets sit side-by-side. Each set ends with its own
       trailing gap (padding-inline-end), so when translateX(-50%) shifts
       the track by exactly one set width, the second set lands precisely
       where the first one started — no visible jump. */
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 22s linear infinite;
    direction: ltr; /* keep visual flow consistent across RTL/LTR pages */
    will-change: transform;
  }
  .marquee__set {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-inline-end: 64px; /* the "between sets" spacer, baked into each set */
    flex-shrink: 0;
  }
  .marquee:hover .marquee__track { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) {
    .marquee__track { animation: none; }
  }
  .marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-ar);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .marquee__item .glyph {
    width: 14px;
    height: 14px;
    background: var(--rose-soft);
    clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
    flex: none;
  }
  .marquee__item .dot {
    width: 5px;
    height: 5px;
    border-radius: 99px;
    background: var(--rose);
  }
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ─── SECTION SCAFFOLDING ─── */
  .section {
    padding: clamp(56px, 7.5vw, 104px) var(--pad-page);
  }
  .wrap {
    max-width: var(--container);
    margin: 0 auto;
    width: 100%;
  }
  .section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
  .eyebrow {
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--rose);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }
  .eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--rose);
  }
  .h-display {
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1.25;
    letter-spacing: -0.005em;
    color: var(--plum);
    margin: 0;
  }
  .h-display .em {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    color: var(--rose);
  }
  .h-section {
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.3;
    color: var(--plum);
    margin: 0;
  }
  .lede {
    font-family: var(--font-ar);
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.9;
    color: var(--ink-soft);
    max-width: 480px;
  }

  /* ─── PRODUCTS ─── */
  .products {
    background: var(--bg);
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
  @media (max-width: 1024px) { .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  /* Mobile: swap the grid for a touch-friendly horizontal scroll-snap carousel. */
  @media (max-width: 640px) {
    .product-grid {
      display: flex;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 4px 16px 14px;
      margin-inline: -16px;
      scrollbar-width: none;
    }
    .product-grid::-webkit-scrollbar { display: none; }
    .product-grid > .card {
      flex: 0 0 80%;
      max-width: 80%;
      scroll-snap-align: start;
    }
    .product-grid__loading,
    .product-grid__empty { flex: 1 0 100%; }
  }

  .product-grid__loading,
  .product-grid__empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--ink-mute);
    font-family: var(--font-ar);
    font-size: 15px;
    padding: 48px 0;
    margin: 0;
  }

  /* Placeholder image: subtle product silhouette over the brand gradient.
     Used when the sheet row has no Photo URL. */
  .photo__glyph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.22);
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(48px, 5vw, 72px);
    letter-spacing: 0.04em;
    pointer-events: none;
  }
  .photo__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .55s ease;
  }
  .photo__img--hover {
    opacity: 0;
  }
  .card:hover .photo__img--hover { opacity: 1; }
  .card:hover .photo__img--primary { opacity: 0; }
  /* Mobile / no-hover devices: stay on the primary image */
  @media (hover: none) {
    .photo__img--hover { display: none; }
  }

  .card {
    background: var(--surface);
    border: 1px solid var(--outline);
    border-radius: var(--r-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .card:hover {
    transform: translateY(-4px);
    border-color: var(--outline-strong);
    box-shadow: 0 24px 48px -28px rgba(40, 22, 29, 0.28);
  }
  .card__img {
    aspect-ratio: 4/5;
    position: relative;
    overflow: hidden;
    background: #1a0c11;
  }
  .card__img .photo {
    position: absolute;
    inset: 0;
    transition: transform .8s ease;
  }
  .card:hover .photo { transform: scale(1.04); }
  .card__chip {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: var(--surface);
    color: var(--rose);
    font-family: var(--font-ui);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--r-pill);
  }
  .card__body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .card__name {
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: 18px;
    color: var(--plum);
    margin: 0;
    line-height: 1.4;
  }
  .card__sub {
    font-family: var(--font-ar);
    font-size: 13px;
    color: var(--ink-soft);
    margin: 0;
    line-height: 1.6;
  }
  .card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid var(--outline);
  }
  .price {
    font-family: var(--font-ui);
    font-weight: 700;
    font-size: 17px;
    color: var(--plum);
    letter-spacing: -0.01em;
  }
  .price__cur {
    font-size: 11px;
    color: var(--ink-mute);
    margin-inline-start: 4px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--plum);
    color: #fff;
    padding: 10px 18px;
    font-family: var(--font-ar);
    font-weight: 600;
    font-size: 13px;
    border-radius: var(--r-pill);
    transition: background .25s;
  }
  .card__cta:hover { background: var(--rose); }
  .card__cta svg { width: 14px; height: 14px; }

  /* SVG placeholder “photography” — each card gets a distinct lit-still-life */
  .photo--serum   { background: radial-gradient(120% 80% at 50% 35%, #c89464 0%, #4a1f12 38%, #1a0508 75%); }
  .photo--lip     { background: radial-gradient(120% 80% at 60% 40%, #d9627a 0%, #4a0a22 38%, #160206 78%); }
  .photo--palette { background: radial-gradient(120% 80% at 50% 30%, #b67a8a 0%, #2c0e16 40%, #0d0407 78%); }
  .photo--blush   { background: radial-gradient(120% 80% at 45% 40%, #e4a5b3 0%, #5b1e30 40%, #160a10 78%); }

  .photo svg { position: absolute; inset: 0; width: 100%; height: 100%; }

  /* Products — جميع المنتجات CTA */
  .products__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .products__all {
    padding: 20px 44px;
    font-size: 16px;
    box-shadow: 0 18px 40px -18px rgba(40,22,29,0.45);
  }
  .products__all:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -18px rgba(40,22,29,0.55);
  }

  /* ─── OUR STORY ─── */
  .story {
    background: var(--surface);
    border-top: 1px solid var(--outline);
    border-bottom: 1px solid var(--outline);
  }
  .story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 96px);
    align-items: center;
  }
  @media (max-width: 900px) { .story__grid { grid-template-columns: 1fr; } }
  /* ─── BEFORE / AFTER SLIDER ─── */
  :root {
    --pixie-gold: #c9973a;
  }
  .ba {
    position: relative;
    aspect-ratio: 4/5;
    width: 100%;
    border-radius: var(--r-md);
    overflow: hidden;
    background: #1a0a10;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y; /* allow vertical scroll, capture horizontal */
    cursor: ew-resize;
    --pos: 50%;
    box-shadow: 0 24px 64px -32px rgba(40,22,29,0.5);
  }
  .ba__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
  }
  /* "After" layer is clipped from 0 to --pos (visible from the LEFT edge) */
  .ba__after-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
    -webkit-clip-path: inset(0 calc(100% - var(--pos)) 0 0);
    will-change: clip-path;
  }
  /* Vertical divider line at handle position */
  .ba__line {
    position: absolute;
    top: 0; bottom: 0;
    left: var(--pos);
    width: 2px;
    background: var(--rose);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.35),
      0 0 24px rgba(201, 80, 120, 0.45);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 3;
  }
  /* Drag handle puck */
  .ba__handle {
    position: absolute;
    top: 50%;
    left: var(--pos);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f4ecef 100%);
    border: 1px solid rgba(40,22,29,0.12);
    box-shadow:
      0 12px 28px -6px rgba(0,0,0,0.45),
      0 2px 6px rgba(0,0,0,0.25),
      inset 0 0 0 4px rgba(255,255,255,0.6);
    display: grid;
    place-items: center;
    z-index: 4;
    transition: transform .15s ease, box-shadow .25s ease;
  }
  .ba__handle::before,
  .ba__handle::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .ba__handle::before {
    border-right: 7px solid var(--rose);
    left: 14px;
  }
  .ba__handle::after {
    border-left: 7px solid var(--rose);
    right: 14px;
  }
  .ba__handle .ring {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--rose);
    box-shadow: 0 0 0 4px rgba(201,80,120,0.18);
  }
  .ba.is-active .ba__handle {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
      0 16px 36px -6px rgba(0,0,0,0.55),
      0 0 0 6px rgba(201,80,120,0.22);
  }
  /* Corner labels — Arabic, semi-transparent */
  .ba__label {
    position: absolute;
    bottom: 18px;
    z-index: 3;
    padding: 8px 16px;
    border-radius: var(--r-pill);
    font-family: var(--font-ar);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(20, 8, 12, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.14);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .ba__label .dot {
    width: 6px; height: 6px;
    border-radius: 99px;
    background: var(--rose);
  }
  .ba__label--before { right: 18px; }   /* قبل — right corner (RTL: at the start) */
  .ba__label--after  { left: 18px; }    /* بعد — left corner */
  .ba__hint {
    position: absolute;
    top: 18px;
    right: 50%;
    transform: translateX(50%);
    z-index: 3;
    padding: 6px 14px;
    border-radius: var(--r-pill);
    background: rgba(20,8,12,0.55);
    backdrop-filter: blur(10px);
    color: rgba(255,255,255,0.85);
    font-family: var(--font-ui);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.12);
  }
  /* SVG portrait placeholder styling */
  .portrait {
    width: 100%;
    height: 100%;
    display: block;
  }
  .story__copy h2 { margin-bottom: 20px; }
  .story__copy p {
    font-family: var(--font-ar);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.85;
    color: var(--ink-soft);
    margin: 0 0 14px;
  }
  .story__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 24px 0;
    padding: 20px 0;
    border-top: 1px solid var(--outline);
    border-bottom: 1px solid var(--outline);
  }
  .story__meta .num {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(28px, 3vw, 40px);
    color: var(--rose);
    line-height: 1;
    margin-bottom: 6px;
  }
  .story__meta .lbl {
    font-family: var(--font-ar);
    font-size: 12px;
    color: var(--ink-mute);
    letter-spacing: 0.02em;
  }

  /* ─── FAQ ─── */
  .faq {
    background: var(--bg);
  }
  .faq__inner {
    max-width: 880px;
    margin: 0 auto;
  }
  .faq__head {
    text-align: center;
    margin-bottom: 40px;
  }
  .faq__head .eyebrow { justify-content: center; }
  .faq__head .eyebrow::before { display: none; }
  .faq__head .eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--rose);
  }
  .faq__list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--outline-strong);
  }
  .faq__item {
    border-bottom: 1px solid var(--outline-strong);
  }
  .faq__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 4px;
    text-align: right;
    font-family: var(--font-ar);
    font-weight: 600;
    font-size: clamp(17px, 1.4vw, 20px);
    color: var(--plum);
    transition: color .25s;
  }
  .faq__btn:hover { color: var(--rose); }
  .faq__icon {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--outline-strong);
    display: grid;
    place-items: center;
    transition: all .35s ease;
    color: var(--plum);
  }
  .faq__icon svg { width: 14px; height: 14px; transition: transform .35s ease; }
  .faq__item.is-open .faq__icon {
    background: var(--plum);
    color: #fff;
    border-color: var(--plum);
  }
  .faq__item.is-open .faq__icon svg { transform: rotate(45deg); }
  .faq__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .45s ease;
  }
  .faq__body-inner {
    padding: 0 4px 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  @media (max-width: 640px) { .faq__body-inner { grid-template-columns: 1fr; } }
  .faq__row {
    background: var(--surface);
    border: 1px solid var(--outline);
    border-radius: var(--r-md);
    padding: 22px 24px;
  }
  .faq__row .k {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 8px;
  }
  .faq__row .v {
    font-family: var(--font-ar);
    font-size: 16px;
    color: var(--ink);
    line-height: 1.7;
  }
  .faq__row .v strong {
    color: var(--plum);
    font-weight: 700;
  }
  .faq__body-text {
    grid-column: 1 / -1;
    font-family: var(--font-ar);
    font-size: 16px;
    line-height: 1.85;
    color: var(--ink-soft);
    margin: 0;
  }

  /* ─── FOOTER ─── */
  .footer {
    background: var(--plum);
    color: rgba(255,255,255,0.78);
    padding: clamp(56px, 7vw, 96px) var(--pad-page) 32px;
    position: relative;
    overflow: hidden;
  }
  .footer::before {
    content: "";
    position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(165,52,92,0.35) 0%, transparent 70%);
    pointer-events: none;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .footer__grid { grid-template-columns: 1fr; } }
  .footer__brand .logo__word { color: #fff; font-size: 28px; }
  .footer__brand img { height: 56px; width: 56px; }
  .footer__tag {
    font-family: var(--font-ar);
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,0.72);
    max-width: 360px;
    margin: 20px 0 28px;
  }
  .socials {
    display: flex;
    gap: 10px;
  }
  .socials a {
    width: 42px;
    height: 42px;
    border-radius: var(--r-pill);
    border: 1px solid rgba(255,255,255,0.16);
    display: grid;
    place-items: center;
    color: #fff;
    transition: all .3s;
  }
  .socials a:hover {
    background: var(--rose);
    border-color: var(--rose);
    transform: translateY(-2px);
  }
  .socials svg { width: 18px; height: 18px; fill: currentColor; }
  .footer__col h5 {
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 0 24px;
    text-transform: none;
  }
  .footer__col h5 .latin {
    display: block;
    font-family: var(--font-ui);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 4px;
  }
  .footer__col ul {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .footer__col li a {
    font-family: var(--font-ar);
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    transition: color .25s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .footer__col li a:hover { color: var(--rose-soft); }
  .footer__col li a .dot {
    width: 4px; height: 4px;
    border-radius: 99px;
    background: var(--rose);
    opacity: 0;
    transition: opacity .25s;
  }
  .footer__col li a:hover .dot { opacity: 1; }
  .footer__bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-family: var(--font-ui);
    font-size: 12px;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.5);
    position: relative;
    z-index: 2;
  }
  .footer__bottom .ar { font-family: var(--font-ar); letter-spacing: 0; }

  /* Mobile nav hide */
  @media (max-width: 880px) {
    .nav { display: none; }
    .logo__word { display: none; }
    .hero__sub { margin-bottom: 32px; }
    .section__head { margin-bottom: 48px; }
  }
