:root {
    --bg: #0E0B09; --bg2: #15110D; --panel: #1B1511; --panel2: #211913;
    --line: rgba(214,160,120,.14); --line2: rgba(214,160,120,.24);
    --terra: #C26A3C; --terra-soft: #E0A578; --clay: #94502D; --gold: #C9A571;
    --cream: #F1E6D8; --ivory: #FBF5ED; --muted: #A2917F; --dim: #80715F;
    --ff-display: 'Cormorant Garamond', serif; --ff-ui: 'Jost', sans-serif;
    --ff-ar: 'Aref Ruqaa', serif;
    --rail: 96px;
  }
  * { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--ff-ui);
    font-weight: 300; line-height: 1.6; overflow-x: hidden; padding-left: var(--rail); }
  a { color: inherit; text-decoration: none; }
  .ic { width: 24px; height: 24px; color: currentColor; flex: none; }
  .stroke { -webkit-text-stroke: 1.4px color-mix(in oklab, var(--gold), transparent 20%); color: transparent; }
  .grain { position: absolute; inset: 0; pointer-events: none; opacity: .4; mix-blend-mode: soft-light; z-index: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nLjknIG51bU9jdGF2ZXM9JzInLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0nMTIwJyBoZWlnaHQ9JzEyMCcgZmlsdGVyPSd1cmwoI24pJyBvcGFjaXR5PScuNicvPjwvc3ZnPg=="); }

  .shell { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 92px); }
  .eyebrow { display: inline-flex; align-items: center; gap: .7em; font-weight: 500; font-size: 12.5px;
    letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
  .eyebrow b { color: var(--terra-soft); font-weight: 600; }
  .disp { font-family: var(--ff-display); font-weight: 500; letter-spacing: -.02em; line-height: .98;
    color: var(--ivory); text-wrap: balance; }
  .disp em { font-style: italic; color: var(--terra-soft); }

  .btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--ff-ui); font-weight: 500;
    font-size: 15px; padding: 15px 26px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
    transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s, color .25s; }
  .btn:hover { transform: translateY(-2px); }
  .btn-primary { color: #1c1109; background: linear-gradient(180deg, var(--terra-soft), var(--terra));
    box-shadow: 0 18px 40px -16px color-mix(in oklab, var(--terra), transparent 30%); }
  .btn-primary:hover { box-shadow: 0 26px 54px -16px color-mix(in oklab, var(--terra), transparent 18%); }
  .btn-ghost { color: var(--cream); background: rgba(255,255,255,.04); border-color: var(--line2); backdrop-filter: blur(6px); }
  .btn-ghost:hover { background: rgba(255,255,255,.08); }
  .link-arrow { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 400; color: var(--cream);
    border-bottom: 1px solid var(--line2); padding-bottom: 4px; transition: color .25s, border-color .25s, gap .25s; }
  .link-arrow:hover { color: var(--terra-soft); border-color: var(--terra-soft); gap: 13px; }
  .link-arrow svg { width: 16px; height: 16px; color: var(--terra-soft); }
  .stars { display: inline-flex; gap: 2px; color: var(--terra-soft); }
  .stars svg { width: 14px; height: 14px; }

  /* chapter tag */
  .chapno { font-family: var(--ff-display); font-style: italic; font-weight: 500; color: var(--terra-soft); font-size: 20px; }

  /* ═══════════ LEFT RAIL ═══════════ */
  .e-rail { position: fixed; top: 0; left: 0; width: var(--rail); height: 100vh; z-index: 90;
    display: flex; flex-direction: column; align-items: center; justify-content: space-between;
    padding: 26px 0 24px; border-right: 1px solid var(--line);
    background: color-mix(in oklab, var(--bg), #000 20%); }
  .e-rail .emblem { color: var(--gold); }
  .e-rail-word { writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg);
    font-family: var(--ff-ui); font-weight: 500; font-size: 11px; letter-spacing: .5em; text-transform: uppercase;
    color: var(--muted); }
  .e-rail-word b { color: var(--terra-soft); font-family: var(--ff-ar); letter-spacing: 0; font-size: 15px; }
  .e-rail-nav { display: flex; flex-direction: column; gap: 16px; align-items: center; }
  .e-rail-nav a { font-family: var(--ff-display); font-size: 14px; font-weight: 500; color: var(--dim);
    position: relative; transition: color .3s; }
  .e-rail-nav a::before { content: ""; position: absolute; left: -13px; top: 50%; width: 5px; height: 5px; border-radius: 50%;
    transform: translateY(-50%) scale(0); background: var(--terra-soft); transition: transform .3s; }
  .e-rail-nav a:hover { color: var(--cream); }
  .e-rail-nav a.active { color: var(--ivory); }
  .e-rail-nav a.active::before { transform: translateY(-50%) scale(1); }
  .e-rail-loc { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; letter-spacing: .34em;
    text-transform: uppercase; color: var(--dim); }

  /* ═══════════ TOP ACTIONS ═══════════ */
  .e-top { position: fixed; top: 0; left: var(--rail); right: 0; z-index: 80; height: 78px;
    display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 0 clamp(24px,5vw,60px);
    transition: background .4s, backdrop-filter .4s, border-color .4s; border-bottom: 1px solid transparent; }
  .e-top.scrolled { background: color-mix(in oklab, var(--bg), transparent 8%); backdrop-filter: blur(16px) saturate(1.2); border-bottom-color: var(--line); }
  .e-top .m-brand { margin-right: auto; display: none; align-items: center; gap: 10px; }
  .e-top .m-brand .brand-ar { font-family: var(--ff-ar); font-weight: 700; font-size: 20px; color: var(--terra-soft); }
  .e-topnav { display: flex; align-items: center; gap: 28px; margin-right: 14px; }
  .e-topnav a { font-size: 13.5px; color: var(--cream); opacity: .8; transition: opacity .2s; }
  .e-topnav a:hover { opacity: 1; }
  .lang { font-family: var(--ff-ar); font-size: 17px; color: var(--cream); opacity: .85; padding: 6px 12px; border: 1px solid var(--line2); border-radius: 999px; }
  .lang:hover { background: rgba(255,255,255,.05); }
  .e-menu { display: none; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line2); border-radius: 999px; color: var(--cream); }

  /* ═══════════ HERO ═══════════ */
  .e-hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: 1.12fr .88fr;
    align-items: center; gap: 40px; padding: 128px 0 70px; }
  .e-hero-glow { position: absolute; z-index: 0; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; right: -10%; top: 4%;
    background: radial-gradient(circle, color-mix(in oklab, var(--terra), transparent 62%), transparent 66%); filter: blur(30px); pointer-events: none; }
  .e-hero-wm { position: absolute; z-index: 0; right: -3%; top: 50%; transform: translateY(-50%);
    font-family: var(--ff-ar); font-size: 34vw; line-height: 1; color: color-mix(in oklab, var(--ivory), transparent 95%); pointer-events: none; }
  .e-hero-copy { position: relative; z-index: 3; }
  .e-hero-h1 { font-family: var(--ff-display); font-weight: 500; line-height: .86; letter-spacing: -.02em;
    color: var(--ivory); margin: 26px 0 0; font-size: clamp(64px, 9.2vw, 148px); }
  .e-hero-h1 span { display: block; }
  .e-hero-h1 em { font-style: italic; color: var(--terra-soft); }
  .e-hero-sub { margin: 34px 0 0; max-width: 46ch; font-size: 18px; color: color-mix(in oklab, var(--cream), transparent 12%); }
  .e-hero-cta { display: flex; align-items: center; gap: 22px; margin-top: 38px; flex-wrap: wrap; }
  .e-hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 44px; flex-wrap: wrap; }
  .e-av { display: flex; }
  .e-av span { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -13px; background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,.4); }
  .e-av span:first-child { margin-left: 0; }
  .e-proof-txt b { color: var(--ivory); font-weight: 500; }
  .e-proof-txt div { font-size: 12.5px; color: var(--muted); }
  .e-proof-sep { width: 1px; height: 40px; background: var(--line2); }
  .e-proof-free { font-size: 13px; color: var(--muted); }
  .e-proof-free b { display: block; color: var(--cream); font-weight: 500; }

  /* hero art */
  .e-hero-art { position: relative; z-index: 3; justify-self: center; width: min(100%, 460px); aspect-ratio: 43/58; }
  .e-frame { position: absolute; inset: 0; border-radius: 240px 240px 26px 26px; overflow: hidden;
    box-shadow: 0 50px 110px -40px rgba(0,0,0,.85); transform: rotate(-2.4deg); }
  .e-frame .ph { position: absolute; inset: 0; background-size: cover; background-position: 50% 26%;
    filter: brightness(1.3) contrast(1.03) saturate(1.05); }
  .e-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), inset 0 -120px 120px -60px rgba(14,11,9,.8); }
  .e-frame-echo { position: absolute; inset: 0; border-radius: 240px 240px 26px 26px; transform: rotate(-2.4deg) translate(18px, 20px);
    border: 1px solid var(--line2); z-index: -1; }
  .e-seal { position: absolute; z-index: 4; right: -26px; bottom: 40px; width: 116px; height: 116px; border-radius: 50%;
    display: grid; place-items: center; text-align: center; transform: rotate(-10deg);
    background: radial-gradient(circle at 30% 26%, #241812, var(--bg2)); border: 1px solid var(--line2);
    box-shadow: 0 24px 50px -18px rgba(0,0,0,.7); }
  .e-seal::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 1px dashed color-mix(in oklab, var(--gold), transparent 55%); }
  .e-seal b { font-family: var(--ff-display); font-weight: 600; font-size: 30px; color: var(--ivory); line-height: 1; }
  .e-seal i { font-style: normal; font-size: 8.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--terra-soft); margin-top: 3px; }
  .e-seal .stars { margin-top: 5px; }
  .e-stat-card { position: absolute; z-index: 4; left: -40px; top: 40px; padding: 16px 20px; border-radius: 16px;
    background: color-mix(in oklab, var(--panel), transparent 4%); border: 1px solid var(--line2); backdrop-filter: blur(10px);
    box-shadow: 0 24px 50px -20px rgba(0,0,0,.75); transform: rotate(1.5deg); }
  .e-stat-card b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 40px; color: var(--ivory); line-height: 1; }
  .e-stat-card span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
  .e-scrollcue { position: absolute; left: 0; bottom: 30px; z-index: 3; display: flex; align-items: center; gap: 12px;
    font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--dim); }
  .e-scrollcue i { width: 46px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); position: relative; overflow: hidden; }
  .e-scrollcue i::after { content: ""; position: absolute; inset: 0; width: 16px; background: var(--ivory); animation: slide 2.4s infinite; }
  @keyframes slide { 0% { transform: translateX(-16px); } 100% { transform: translateX(46px); } }

  /* ═══════════ MARQUEE ═══════════ */
  .e-marquee { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: var(--bg2); overflow: hidden; padding: 26px 0; }
  .e-track { display: flex; gap: 0; width: max-content; animation: march 34s linear infinite; }
  .e-marquee:hover .e-track { animation-play-state: paused; }
  .e-track span { font-family: var(--ff-display); font-weight: 500; font-size: 46px; color: var(--cream);
    padding: 0 40px; display: inline-flex; align-items: center; gap: 40px; white-space: nowrap; }
  .e-track span::before { content: "✦"; font-size: 20px; color: var(--terra-soft); }
  .e-track .out { color: transparent; -webkit-text-stroke: 1px color-mix(in oklab, var(--gold), transparent 40%); }
  @keyframes march { to { transform: translateX(-50%); } }

  /* ═══════════ SECTION SHELL ═══════════ */
  .sec { position: relative; padding: clamp(90px, 12vh, 150px) 0; }
  .sec-ghost { position: absolute; z-index: 0; font-family: var(--ff-display); font-weight: 600; font-size: clamp(200px, 34vw, 480px);
    color: rgba(255,255,255,.022); line-height: .7; pointer-events: none; top: 40px; }
  .sec-kicker { display: flex; align-items: baseline; gap: 16px; position: relative; z-index: 2; }
  .sec-kicker h2 { margin: 16px 0 0; }

  /* ═══════════ 02 · FIGURES ═══════════ */
  .e-figures { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; margin-top: 60px; }
  .e-fig-hero { position: relative; }
  .e-fig-hero b { font-family: var(--ff-display); font-weight: 600; font-size: clamp(120px, 17vw, 240px); line-height: .82; color: var(--ivory); display: block; }
  .e-fig-hero b em { font-style: normal; color: var(--terra-soft); }
  .e-fig-hero span { display: block; margin-top: 12px; font-size: 14px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
  .e-fig-list { display: flex; flex-direction: column; }
  .e-fig-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 26px 4px; border-top: 1px solid var(--line); }
  .e-fig-row:last-child { border-bottom: 1px solid var(--line); }
  .e-fig-row b { font-family: var(--ff-display); font-weight: 600; font-size: 46px; color: var(--ivory); line-height: 1; }
  .e-fig-row b em { font-style: normal; color: var(--terra-soft); }
  .e-fig-row span { font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: right; }

  /* ═══════════ 03 · FLOW / TIMELINE ═══════════ */
  .e-flow { position: relative; z-index: 2; margin-top: 74px; max-width: 980px; }
  .e-flow::before { content: ""; position: absolute; left: 39px; top: 20px; bottom: 20px; width: 1px; background: linear-gradient(var(--line2), var(--line), transparent); }
  .e-step { position: relative; display: grid; grid-template-columns: 80px 1fr; gap: 34px; padding: 26px 0; }
  .e-step-node { position: relative; z-index: 2; }
  .e-step-num { font-family: var(--ff-display); font-weight: 500; font-style: italic; font-size: 60px; color: var(--terra-soft); line-height: .8; }
  .e-step-body { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; padding-top: 6px; }
  .e-step-ic { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: var(--terra-soft);
    background: color-mix(in oklab, var(--terra), transparent 84%); border: 1px solid color-mix(in oklab, var(--terra), transparent 58%); }
  .e-step-ic svg { width: 28px; height: 28px; }
  .e-step h3 { font-family: var(--ff-display); font-weight: 600; font-size: 30px; color: var(--ivory); margin: 4px 0 8px; }
  .e-step p { margin: 0; font-size: 15px; color: var(--muted); max-width: 52ch; }

  /* ═══════════ 04 · DEMAND COLLAGE ═══════════ */
  .e-demand { position: relative; z-index: 2; margin-top: 64px;
    display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-auto-rows: 190px; gap: 18px; }
  .dcell { position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; padding: 26px;
    display: flex; flex-direction: column; justify-content: space-between; background: var(--panel);
    transition: border-color .3s, transform .3s; }
  .dcell:hover { border-color: color-mix(in oklab, var(--terra), transparent 45%); transform: translateY(-4px); }
  .dcell .idx { font-family: var(--ff-display); font-style: italic; font-size: 20px; color: var(--dim); }
  .dcell .ic { color: var(--terra-soft); width: 34px; height: 34px; }
  .dcell h3 { font-family: var(--ff-display); font-weight: 600; font-size: 27px; color: var(--ivory); margin: 0; }
  .dcell p { margin: 5px 0 0; font-size: 13px; color: var(--muted); }
  .dcell .d-top { display: flex; align-items: flex-start; justify-content: space-between; }
  .dcell-feat { grid-row: span 2; padding: 0; border: none; }
  .dcell-feat .ph { position: absolute; inset: 0; background-size: cover; background-position: 50% 40%; filter: brightness(1.12) saturate(1.05); transform: rotate(0); }
  .dcell-feat .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,11,9,.1) 0%, rgba(14,11,9,.5) 52%, rgba(14,11,9,.94) 100%); }
  .dcell-feat .d-body { position: absolute; left: 26px; right: 26px; bottom: 26px; z-index: 2; }
  .dcell-feat .tag { position: absolute; top: 22px; left: 22px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #1c1109;
    background: linear-gradient(180deg, var(--terra-soft), var(--terra)); padding: 6px 12px; border-radius: 999px; }
  .dcell-wide { grid-column: span 2; }
  .dcell-out { background: transparent; }
  .dcell-out h3 { color: transparent; -webkit-text-stroke: 1px color-mix(in oklab, var(--gold), transparent 30%); }

  /* ═══════════ 05 · APP ═══════════ */
  .e-app { position: relative; z-index: 2; margin-top: 64px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
  .e-app-art { position: relative; display: flex; justify-content: center; }
  .phone { position: relative; width: 320px; aspect-ratio: 320/680; border-radius: 46px;
    background: linear-gradient(160deg, #2a211b, #080604 60%); padding: 12px; transform: rotate(-4deg);
    box-shadow: 0 60px 120px -40px rgba(0,0,0,.9), inset 0 0 0 1.5px color-mix(in oklab, var(--gold), transparent 80%); }
  .phone-screen { position: relative; width: 100%; height: 100%; border-radius: 36px; overflow: hidden; background: var(--bg); }
  .phone-screen .ph { position: absolute; inset: 0; background-size: cover; background-position: 50% 38%; filter: brightness(1.1); }
  .phone-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,11,9,.5), rgba(14,11,9,.1) 30%, rgba(14,11,9,.9)); }
  .phone-island { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 82px; height: 22px; background: #000; border-radius: 13px; z-index: 5; }
  .phone-ui { position: absolute; inset: 0; z-index: 3; padding: 44px 16px 22px; display: flex; flex-direction: column; }
  .p-loc { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--cream); }
  .p-loc svg { width: 14px; height: 14px; color: var(--terra-soft); }
  .p-cap { margin-top: auto; }
  .p-eyebrow { font-size: 8.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--terra-soft); }
  .p-title { font-family: var(--ff-display); font-weight: 600; font-size: 26px; color: var(--ivory); line-height: 1.04; margin: 8px 0 0; }
  .p-card { margin-top: 15px; background: color-mix(in oklab, var(--panel), #000 8%); border: 1px solid var(--line2); border-radius: 14px; padding: 12px 13px; display: flex; align-items: center; gap: 11px; box-shadow: 0 20px 40px -18px rgba(0,0,0,.8); }
  .p-card-ic { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; color: #1c1109; background: linear-gradient(180deg, var(--terra-soft), var(--terra)); }
  .p-card-ic svg { width: 20px; height: 20px; }
  .p-card b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 14px; color: var(--ivory); }
  .p-card span { font-size: 10.5px; color: var(--muted); }
  .p-card .go { margin-left: auto; color: var(--terra-soft); }
  .p-card .go svg { width: 18px; height: 18px; }
  .chip-float { position: absolute; z-index: 6; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 14px;
    background: color-mix(in oklab, var(--panel), transparent 4%); border: 1px solid var(--line2); backdrop-filter: blur(10px); box-shadow: 0 24px 50px -20px rgba(0,0,0,.75); }
  .chip-float svg { width: 18px; }
  .chip-float b { font-size: 13px; color: var(--ivory); font-weight: 500; }
  .chip-float small { font-size: 11px; color: var(--muted); }
  .chip-1 { top: 8%; right: -4%; color: var(--terra-soft); animation: floaty 5s ease-in-out infinite; }
  .chip-2 { bottom: 12%; left: -6%; color: #7C9463; animation: floaty 5.6s ease-in-out .6s infinite; }
  @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
  .e-spec { list-style: none; padding: 0; margin: 34px 0 0; }
  .e-spec li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: baseline; padding: 20px 0; border-top: 1px solid var(--line); }
  .e-spec li:last-child { border-bottom: 1px solid var(--line); }
  .e-spec .n { font-family: var(--ff-display); font-style: italic; font-size: 22px; color: var(--terra-soft); }
  .e-spec b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 20px; color: var(--ivory); }
  .e-spec span { font-size: 13.5px; color: var(--muted); }
  .e-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
  .badge { display: inline-flex; align-items: center; gap: 11px; padding: 10px 18px; border-radius: 12px; background: rgba(255,255,255,.045); border: 1px solid var(--line2); transition: background .25s, transform .25s; }
  .badge:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
  .badge svg { width: 24px; height: 24px; color: var(--cream); }
  .badge b { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 17px; color: var(--ivory); line-height: 1.1; }
  .badge span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

  /* ═══════════ 06 · PARTNERS GALLERY ═══════════ */
  .e-gallery { position: relative; z-index: 2; margin-top: 56px; display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 6px 0 30px; scrollbar-width: thin; scrollbar-color: var(--line2) transparent; }
  .e-gallery::-webkit-scrollbar { height: 6px; }
  .e-gallery::-webkit-scrollbar-thumb { background: var(--line2); border-radius: 999px; }
  .pcard { position: relative; flex: 0 0 380px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--panel); transition: border-color .3s, transform .3s; }
  .pcard:hover { border-color: var(--line2); transform: translateY(-5px); }
  .pcard-media { position: relative; height: 300px; overflow: hidden; }
  .pcard-media .ph { position: absolute; inset: 0; background-size: cover; background-position: 50% 44%; filter: brightness(1.16) contrast(1.03) saturate(1.06); transition: transform .6s cubic-bezier(.2,.7,.3,1); }
  .pcard:hover .pcard-media .ph { transform: scale(1.06); }
  .pcard-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,11,9,.05) 40%, rgba(14,11,9,.6)); }
  .pcard-rate { position: absolute; z-index: 2; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 6px;
    background: rgba(14,11,9,.64); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.14); padding: 6px 12px; border-radius: 999px; font-size: 13px; color: var(--cream); }
  .pcard-rate svg { width: 14px; height: 14px; color: var(--terra-soft); }
  .pcard-body { padding: 22px; }
  .pcard-body h3 { font-family: var(--ff-display); font-weight: 600; font-size: 24px; color: var(--ivory); margin: 0; }
  .pcard-tag { font-size: 12.5px; color: var(--terra-soft); margin: 4px 0 16px; }
  .pcard-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); }
  .pcard-meta .crew { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
  .pcard-meta .crew svg { width: 16px; height: 16px; color: var(--terra-soft); }
  .pcard-meta .bk { font-size: 12px; color: var(--dim); }
  .pcard-meta .bk b { font-family: var(--ff-display); font-weight: 600; font-size: 19px; color: var(--ivory); }
  .drag-hint { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); display: inline-flex; align-items: center; gap: 8px; }
  .drag-hint svg { width: 15px; height: 15px; color: var(--terra-soft); }

  /* ═══════════ VOICES ═══════════ */
  .e-voices { position: relative; z-index: 2; margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
  .voice { position: relative; padding: 40px 32px 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
  .voice:nth-child(2) { transform: translateY(40px); }
  .voice:nth-child(3) { transform: translateY(16px); }
  .voice-quote { position: absolute; top: 10px; left: 26px; font-family: var(--ff-display); font-weight: 700; font-size: 90px; line-height: 1; color: color-mix(in oklab, var(--terra), transparent 62%); }
  .voice p { position: relative; font-family: var(--ff-display); font-weight: 500; font-style: italic; font-size: 21px; line-height: 1.42; color: var(--cream); margin: 34px 0 24px; text-wrap: pretty; }
  .voice .who { display: flex; align-items: center; gap: 12px; }
  .voice .who .av { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 600; font-size: 17px; color: #1c1109; background: linear-gradient(180deg, var(--terra-soft), var(--terra)); }
  .voice .who b { display: block; font-weight: 500; font-size: 14px; color: var(--ivory); }
  .voice .who span { font-size: 12px; color: var(--muted); }

  /* ═══════════ CTA ═══════════ */
  .e-cta { position: relative; z-index: 2; margin: 70px 0 0; border-radius: 30px; overflow: hidden; border: 1px solid var(--line2); }
  .e-cta .ph { position: absolute; inset: 0; background-size: cover; background-position: 50% 34%; filter: brightness(1.02); z-index: 0; }
  .e-cta-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(14,11,9,.8), rgba(14,11,9,.92)), radial-gradient(80% 60% at 50% 0%, rgba(194,106,60,.34), transparent 70%); }
  .e-cta-in { position: relative; z-index: 2; text-align: center; padding: clamp(64px, 9vw, 110px) 30px; }
  .e-cta-tick { position: absolute; width: 22px; height: 22px; border-color: var(--line2); border-style: solid; z-index: 3; }
  .e-cta-tick.tl { top: 22px; left: 22px; border-width: 1px 0 0 1px; }
  .e-cta-tick.tr { top: 22px; right: 22px; border-width: 1px 1px 0 0; }
  .e-cta-tick.bl { bottom: 22px; left: 22px; border-width: 0 0 1px 1px; }
  .e-cta-tick.br { bottom: 22px; right: 22px; border-width: 0 1px 1px 0; }
  .e-cta h2 { font-size: clamp(40px, 6.4vw, 92px); }
  .e-cta .btns { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

  /* ═══════════ FOOTER ═══════════ */
  footer { border-top: 1px solid var(--line); background: var(--bg2); padding: 84px 0 40px; margin-top: clamp(90px,12vh,150px); position: relative; z-index: 2; }
  .foot-word { display: block; width: clamp(120px, 18vw, 220px); height: auto; margin-bottom: 40px; }
  .foot-word img { display: block; width: 100%; height: auto; }
  .foot-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; align-items: start; }
  .foot-brand p { font-size: 14px; color: var(--muted); max-width: 34ch; margin: 0; }
  .foot-brand .e-badges { margin-top: 24px; }
  .foot-col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
  .foot-col a { display: block; font-size: 14px; color: var(--muted); margin-bottom: 12px; transition: color .2s; }
  .foot-col a:hover { color: var(--cream); }
  .foot-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); flex-wrap: wrap; gap: 16px; }
  .foot-bottom span { font-size: 12.5px; color: var(--dim); }
  .foot-social { display: flex; gap: 10px; }
  .foot-social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line2); color: var(--muted); transition: color .2s, border-color .2s; }
  .foot-social a:hover { color: var(--terra-soft); border-color: var(--terra-soft); }
  .foot-social svg { width: 17px; height: 17px; }

  /* ═══════════ REVEAL ═══════════ */
  .reveal { opacity: 1; transform: none; }
  .js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.2,.7,.3,1), transform .9s cubic-bezier(.2,.7,.3,1); }
  .js .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } .e-track, .chip-1, .chip-2, .e-scrollcue i::after { animation: none; } }

  /* ═══════════ RESPONSIVE ═══════════ */
  @media (max-width: 1180px) {
    .e-hero { grid-template-columns: 1fr; gap: 10px; padding-top: 120px; }
    .e-hero-art { grid-row: 1; justify-self: end; width: min(52%, 380px); opacity: .9; }
    .e-hero-copy { grid-row: 2; }
    .e-figures, .e-app { grid-template-columns: 1fr; gap: 40px; }
    .e-voices { grid-template-columns: 1fr; }
    .voice:nth-child(2), .voice:nth-child(3) { transform: none; }
  }
  @media (max-width: 900px) {
    :root { --rail: 0px; }
    .e-rail { display: none; }
    .e-top { left: 0; }
    .e-top .m-brand { display: flex; }
    .e-topnav { display: none; }
    .e-menu { display: grid; }
    .e-hero { grid-template-columns: 1fr; }
    .e-hero-art { justify-self: center; width: min(78%, 340px); margin-bottom: 10px; }
    .e-stat-card { left: -14px; }
    .e-seal { right: -8px; }
    .e-demand { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
    .dcell-feat { grid-row: span 2; }
    .dcell-wide { grid-column: span 2; }
    .foot-top { grid-template-columns: 1fr 1fr; }
    .e-track span { font-size: 34px; }
  }
  @media (max-width: 560px) {
    .e-demand { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .dcell { min-height: 150px; }
    .dcell-feat { min-height: 340px; }
    .dcell-wide { grid-column: auto; }
    .foot-top { grid-template-columns: 1fr; }
    .e-fig-row { flex-direction: column; align-items: flex-start; gap: 6px; }
    .e-fig-row span { text-align: left; }
    .e-step { grid-template-columns: 54px 1fr; gap: 18px; }
    .e-step-body { grid-template-columns: 1fr; }
    .e-flow::before { left: 26px; }
  }

/* ═══════════ RTL / ARABIC ═══════════ */
html[dir="rtl"] {
  --ff-ui: 'Markazi Text', 'Jost', sans-serif;
  --ff-display: 'Markazi Text', 'Cormorant Garamond', serif;
}
html[dir="rtl"] body {
  padding-left: 0;
  padding-right: var(--rail);
  font-weight: 400;
}
html[dir="rtl"] .eyebrow { letter-spacing: .12em; }
html[dir="rtl"] .disp,
html[dir="rtl"] .e-hero-h1 { letter-spacing: 0; }
html[dir="rtl"] .e-rail {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid var(--line);
}
html[dir="rtl"] .e-rail-nav a::before {
  left: auto;
  right: -13px;
}
html[dir="rtl"] .e-top {
  left: 0;
  right: var(--rail);
  justify-content: flex-start;
  flex-direction: row-reverse;
}
html[dir="rtl"] .e-top .m-brand { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .e-topnav { margin-right: 0; margin-left: 14px; }
html[dir="rtl"] .e-hero-glow { right: auto; left: -10%; }
html[dir="rtl"] .e-hero-wm { right: auto; left: -3%; }
html[dir="rtl"] .e-av span { margin-left: 0; margin-right: -13px; }
html[dir="rtl"] .e-av span:first-child { margin-right: 0; }
html[dir="rtl"] .e-stat-card { left: auto; right: -40px; }
html[dir="rtl"] .e-seal { right: auto; left: -26px; }
html[dir="rtl"] .e-scrollcue { left: auto; right: 0; }
html[dir="rtl"] .e-scrollcue i { background: linear-gradient(270deg, var(--gold), transparent); }
html[dir="rtl"] .e-fig-row span { text-align: left; }
html[dir="rtl"] .e-flow::before { left: auto; right: 39px; }
html[dir="rtl"] .e-step { direction: rtl; }
html[dir="rtl"] .chip-1 { right: auto; left: -4%; }
html[dir="rtl"] .chip-2 { left: auto; right: -6%; }
html[dir="rtl"] .p-card .go { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .badge span { text-align: right !important; }
html[dir="rtl"] .voice-quote { left: auto; right: 26px; }
html[dir="rtl"] .link-arrow svg { transform: scaleX(-1); }
html[dir="rtl"] .btn .ic { transform: scaleX(-1); }
html[dir="rtl"] .drag-hint svg { transform: scaleX(-1); }
html[dir="rtl"] .e-proof-free b { display: block; }

@media (max-width: 900px) {
  html[dir="rtl"] body { padding-right: 0; }
  html[dir="rtl"] .e-top { right: 0; left: 0; }
  html[dir="rtl"] .e-stat-card { right: -14px; left: auto; }
  html[dir="rtl"] .e-seal { left: -8px; right: auto; }
}
@media (max-width: 560px) {
  html[dir="rtl"] .e-fig-row span { text-align: right; }
  html[dir="rtl"] .e-flow::before { right: 26px; left: auto; }
}
