/* ============================================================================
   Nutrix KSA × MISA — investor site
   Apple-restraint composition · Nutrix Swiss-clinical brand.
   White-dominant, hairlines, the red bar device, Helvetica + Arabic.
   Direction-aware via CSS logical properties (flips cleanly for RTL).
   ============================================================================ */

:root {
  --ink:        #0A0A0B;
  --ink-2:      #38383C;
  --ink-3:      #6E6E73;
  --ink-4:      #9A9AA0;
  --line:       #E7E7E9;
  --line-2:     #D6D6DA;
  --surface:    #F5F5F7;
  --surface-2:  #EFEFF2;
  --red:        #FF0029;
  --red-hover:  #E60024;
  --red-press:  #CC0021;
  --black:      #000000;
  --maxw:       1200px;
  --maxw-wide:  1320px;
  --font:       "Helvetica Neue Local","Helvetica Neue","Helvetica","Arial",system-ui,sans-serif;
  --font-ar:    "IBM Plex Sans Arabic","Helvetica Neue",system-ui,sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
[dir="rtl"] body { font-family: var(--font-ar); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

.container { max-width: var(--maxw); margin: 0 auto; padding-inline: 32px; }
.container-wide { max-width: var(--maxw-wide); margin: 0 auto; padding-inline: 32px; }

/* numbers / latin tokens stay LTR even inside Arabic */
.num, .latin { unicode-bidi: isolate; direction: ltr; }
[dir="rtl"] .num, [dir="rtl"] .latin { text-align: right; }

/* ---------- type helpers ---------- */
.eyebrow {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: var(--red); margin: 0 0 20px;
}
[dir="rtl"] .eyebrow { letter-spacing: 0.04em; }
.eyebrow.muted { color: var(--ink-4); }
.eyebrow.light { color: rgba(255,255,255,0.7); }

.display {
  font-weight: 700; line-height: 1.02; letter-spacing: -0.035em;
  font-size: clamp(44px, 7.2vw, 96px); margin: 0;
}
.h1 { font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; font-size: clamp(34px, 4.6vw, 60px); margin: 0; }
.h2 { font-weight: 700; line-height: 1.08; letter-spacing: -0.028em; font-size: clamp(28px, 3.4vw, 46px); margin: 0; }
[dir="rtl"] .display, [dir="rtl"] .h1, [dir="rtl"] .h2 { letter-spacing: -0.01em; line-height: 1.18; }
.lead { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; color: var(--ink-3); font-weight: 400; }
.balance { text-wrap: balance; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-size: 15px; font-weight: 600; line-height: 1; white-space: nowrap;
  padding: 14px 26px; border-radius: 980px; border: 1px solid transparent;
  transition: background .18s var(--ease,ease), color .18s, border-color .18s, opacity .18s;
}
.btn .arr { font-size: 15px; transition: transform .2s ease; }
[dir="rtl"] .btn .arr { transform: scaleX(-1); }
.btn:hover .arr { transform: translateX(3px); }
[dir="rtl"] .btn:hover .arr { transform: scaleX(-1) translateX(3px); }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-hover); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2a2a2e; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: #ececef; }
.btn-ghost-light { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.25); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.18); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }

/* ---------- header ---------- */
.hd {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}
.hd-row { max-width: var(--maxw-wide); margin: 0 auto; padding: 0 32px; height: 70px; display: flex; align-items: center; gap: 28px; }
.hd-brand { display: flex; align-items: center; gap: 14px; }
.hd-brand img { height: 17px; width: auto; }
.hd-div { width: 1px; height: 22px; background: var(--line-2); }
.misa { display: inline-flex; align-items: center; line-height: 1; }
.misa-b { font-size: 15px; font-weight: 800; letter-spacing: 0.04em; }
[dir="rtl"] .misa-b { letter-spacing: 0.02em; }
.hd-ksa { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-2); }
[dir="rtl"] .hd-ksa { letter-spacing: 0; }
.hd-nav { display: flex; gap: 26px; margin-inline-start: auto; }
.hd-nav a { font-size: 13px; color: var(--ink-2); font-weight: 500; transition: color .15s; }
.hd-nav a:hover { color: var(--ink); }
.hd-right { display: flex; align-items: center; gap: 14px; margin-inline-start: 4px; }
.lang { display: inline-flex; border: 1px solid var(--line-2); border-radius: 980px; overflow: hidden; }
.lang button { font-size: 12px; font-weight: 700; padding: 6px 13px; border: none; background: transparent; color: var(--ink-4); cursor: pointer; transition: background .15s, color .15s; }
.lang button.on { background: var(--ink); color: #fff; }

/* ============================ HERO ============================ */
.hero { position: relative; }

/* shared hero stat strip */
.hero-statband { background: #fff; }
.hero-stats { display: grid; grid-template-columns: repeat(4,1fr); }
.hstat { display: flex; align-items: center; gap: 14px; padding: 24px 22px 24px 0; }
.hstat:not(:first-child) { padding-inline-start: 26px; }
.hstat-ic { width: 50px; height: 50px; flex: none; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--red); }
.hstat-ic svg { width: 23px; height: 23px; }
.hstat .v { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.1; }
.hstat .d { font-size: 13px; color: var(--ink-3); margin-top: 3px; line-height: 1.35; }

/* --- Variant A: split (text + product) --- */
.hero-split { position: relative; }
.hero-split::before { content:""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 6px; background: var(--red); z-index: 3; }
.hero-split-grid { max-width: var(--maxw-wide); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.hero-split-text { padding: clamp(56px,7vw,104px) clamp(32px,4vw,64px); display: flex; flex-direction: column; justify-content: center; }
.hero-split-text .display { margin-bottom: 24px; }
.hero-accent { color: var(--red); }
.hero-rule { width: 64px; height: 3px; background: var(--red); border-radius: 2px; margin: 2px 0 30px; }
.hero-split-text .lead { max-width: 500px; }
.hero-split-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-split-media { position: relative; overflow: hidden; background: var(--surface); min-height: 600px; }
.hero-split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-split .hero-statband { width: 100%; }

/* --- Variant B: full-bleed image --- */
.hero-bleed { position: relative; min-height: 90vh; display: flex; align-items: flex-end; overflow: hidden; background: #111; }
.hero-bleed-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bleed-bg img, .hero-bleed-bg image-slot { width: 100%; height: 100%; object-fit: cover; }
.hero-bleed-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.05) 32%, rgba(0,0,0,0.72) 100%); }
.hero-bleed-inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(48px,6vw,88px); color: #fff; }
.hero-bleed-inner .display { color: #fff; max-width: 16ch; }
.hero-bleed-inner .lead { color: rgba(255,255,255,0.82); max-width: 540px; margin-top: 24px; }
.hero-bleed-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.hero-bleed .hero-statband { background: transparent; border-top-color: rgba(255,255,255,0.18); margin-top: 40px; }
.hero-bleed .hstat:not(:first-child) { border-inline-start-color: rgba(255,255,255,0.18); }
.hero-bleed .hstat-ic { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.25); }
.hero-bleed .hstat .d { color: rgba(255,255,255,0.66); }
.hero-bleed .hstat .v { color: #fff; }

/* --- Variant C: type-forward on black --- */
.hero-type { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.hero-type::before { content:""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 6px; background: var(--red); z-index: 3; }
.hero-type-grid-bg { position: absolute; inset: 0; opacity: 0.5; background-image:
  linear-gradient(to right, rgba(255,0,41,0.16) 1px, transparent 1px),
  linear-gradient(to bottom, rgba(255,0,41,0.16) 1px, transparent 1px);
  background-size: 88px 88px; mask-image: radial-gradient(ellipse 80% 70% at 70% 30%, #000 30%, transparent 78%); }
.hero-type-inner { position: relative; z-index: 2; padding-block: clamp(80px,11vw,170px); }
.hero-type .eyebrow { color: rgba(255,255,255,0.66); }
.hero-type .display { color: #fff; max-width: 17ch; }
.hero-type-accent { color: var(--red); }
.hero-type .lead { color: rgba(255,255,255,0.78); max-width: 540px; margin-top: 30px; }
.hero-type-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.hero-type-product { position: absolute; inset-inline-end: clamp(-40px,2vw,80px); bottom: -60px; width: clamp(220px,30vw,440px); z-index: 1; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5)); pointer-events: none; }
.hero-type .hero-statband { position: relative; z-index: 2; background: transparent; border-top-color: rgba(255,255,255,0.18); margin-top: clamp(40px,5vw,72px); }
.hero-type .hstat:not(:first-child) { border-inline-start-color: rgba(255,255,255,0.18); }
.hero-type .hstat-ic { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.25); }
.hero-type .hstat .d { color: rgba(255,255,255,0.6); }
.hero-type .hstat .v { color: #fff; }

/* ============================ SECTIONS ============================ */
.section { padding-block: clamp(40px, 4.5vw, 72px); }
.section.tight { padding-block: clamp(56px, 6vw, 96px); }
.surface { background: var(--surface); }
.dark { background: var(--black); color: #fff; }
.sec-head { max-width: 760px; margin-bottom: clamp(40px,5vw,64px); }
.sec-head .h2 { margin-bottom: 18px; }
.sec-head .lead { max-width: 640px; }
.dark .lead, .dark .sec-head .lead { color: rgba(255,255,255,0.66); }

/* whitespace title block (centered statements) */
.statement { text-align: center; max-width: 18ch; margin: 0 auto; }

/* ---------- moment ---------- */
.moment-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px,6vw,72px); align-items: center; }
.moment-text .h2 { margin-bottom: 24px; }
.moment-text p { font-size: 18px; line-height: 1.65; color: var(--ink-3); margin: 0 0 16px; max-width: 520px; }
.moment-text .until { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.moment-media { position: relative; border-radius: 20px; overflow: hidden; background: var(--surface); aspect-ratio: 4/3; }
.moment-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.moment-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: clamp(40px,4.5vw,72px); }
.mstat { padding: 0; }
.mstat .v { font-size: clamp(34px,4vw,56px); font-weight: 700; letter-spacing: -0.03em; color: var(--red); line-height: 1; }
.mstat .d { font-size: 14.5px; color: var(--ink-3); line-height: 1.5; margin-top: 14px; max-width: 240px; }

/* ---------- product ---------- */
.product-hero { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px,6vw,80px); align-items: center; }
.product-media { position: relative; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--line); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
.product-media img { height: 82%; width: auto; max-width: 86%; object-fit: contain; filter: drop-shadow(0 24px 48px rgba(0,0,0,0.10)); }
.product-steps { display: grid; gap: 0; margin-top: clamp(40px,5vw,64px); border-top: 1px solid var(--line); }
.pstep { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.pstep .pn { font-size: 14px; font-weight: 700; color: var(--red); letter-spacing: 0.04em; }
.pstep .pt { font-size: clamp(22px,2.4vw,30px); font-weight: 700; letter-spacing: -0.02em; min-width: 130px; }
.pstep .pd { font-size: 16.5px; color: var(--ink-3); line-height: 1.55; }
.pstep-body { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: baseline; }
.accuracy { margin-top: 36px; display: inline-flex; flex-direction: column; gap: 6px; padding: 20px 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.accuracy .av { font-size: 15px; font-weight: 600; }
.accuracy .av .latin { font-weight: 600; }
.accuracy .an { font-size: 13px; color: var(--ink-4); }

/* ---------- platform: multi-hormone roadmap ---------- */
.hormones-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.hcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; cursor: pointer; font: inherit; color: inherit; position: relative; transition: transform .22s var(--ease,cubic-bezier(0.2,0,0,1)), box-shadow .22s, border-color .22s; }
.hcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-2); }
.hcard.active { border-color: var(--ink); }
.hcard-learn { margin-top: 18px; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-4); display: inline-flex; align-items: center; gap: 6px; transition: color .18s; }
.hcard-learn .arr { transition: transform .2s ease; }
[dir="rtl"] .hcard-learn .arr { transform: scaleX(-1); }
.hcard:hover .hcard-learn { color: var(--red); }
.hcard:hover .hcard-learn .arr { transform: translateX(3px); }
[dir="rtl"] .hcard:hover .hcard-learn .arr { transform: scaleX(-1) translateX(3px); }
.hcard-tag { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 22px; }
[dir="rtl"] .hcard-tag { letter-spacing: 0.02em; }
.hcard-tag.on { color: var(--red); }
.hcard-name { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin-top: 22px; }
.hcard-sensor { height: 150px; width: auto; object-fit: contain; display: block; margin: 2px 0; }
.hmodal-sensor { height: 156px; width: auto; object-fit: contain; display: block; }
.hcard-note { font-size: 13.5px; color: var(--ink-3); margin-top: 5px; }

/* strip figure */
.hstrip-fig { width: 54px; height: 118px; position: relative; display: flex; flex-direction: column; align-items: center; }
.hstrip-fig.dim { opacity: 0.72; }
.hstrip-pad { width: 100%; height: 40px; border-radius: 8px 8px 3px 3px; position: relative; z-index: 2; border: 1px solid rgba(0,0,0,0.10); }
.hstrip-fig.dim .hstrip-pad { opacity: 0.6; }
.hstrip-pad.white { border-color: var(--border-strong); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03); }
.hstrip-fig::after { content: ""; position: absolute; top: 40px; inset-inline: 0; bottom: 16px; background: #fff; border: 1px solid var(--line-2); border-top: none; border-radius: 0 0 3px 3px; }
.hstrip-contacts { position: absolute; bottom: 0; display: flex; gap: 4px; justify-content: center; width: 100%; z-index: 2; }
.hstrip-contacts span { width: 5px; height: 14px; background: linear-gradient(180deg,#E8C46A,#C9A24A); border-radius: 1px; }
.hstrip-contacts.wide span { width: 4px; }

/* 4-in-1 band */
.four-band { width: 100%; text-align: start; font: inherit; color: inherit; cursor: pointer; margin-top: 16px; display: grid; grid-template-columns: 1fr 3fr; gap: 16px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 30px 40px; transition: transform .22s var(--ease,cubic-bezier(0.2,0,0,1)), box-shadow .22s, border-color .22s; }
.four-band:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-2); }
.four-fig { display: flex; align-items: center; justify-content: center; }
.four-sensor { height: 184px; width: auto; display: block; }
.hstrip-fig.quad .hstrip-pad { display: flex; gap: 1px; padding: 0; overflow: hidden; background: rgba(0,0,0,0.18); }
.hstrip-fig.quad .hstrip-pad span { flex: 1; }
.four-text h3 { font-size: clamp(22px,2.4vw,30px); font-weight: 700; letter-spacing: -0.02em; margin: 8px 0 12px; }
.four-text p { font-size: 16px; color: var(--ink-3); line-height: 1.6; margin: 0; max-width: 560px; }

/* hormone info modal */
.hmodal-scrim { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,11,0.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 24px; animation: hmfade .2s ease; }
@keyframes hmfade { from { opacity: 0; } to { opacity: 1; } }
.hmodal { position: relative; background: #fff; border-radius: 22px; max-width: 440px; width: 100%; padding: 44px 40px 38px; text-align: center; box-shadow: var(--shadow-3); animation: hmrise .26s var(--ease,cubic-bezier(0.2,0,0,1)); }
@keyframes hmrise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hmodal-x { position: absolute; top: 16px; inset-inline-end: 16px; width: 32px; height: 32px; border-radius: 50%; border: none; background: var(--surface); color: var(--ink-2); font-size: 19px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.hmodal-x:hover { background: var(--surface-2); }
.hmodal-fig { display: flex; justify-content: center; margin-bottom: 24px; }
.hmodal .hcard-tag { display: block; margin-bottom: 0; }
.hmodal-name { font-size: 30px; font-weight: 700; letter-spacing: -0.025em; margin: 14px 0 6px; }
.hmodal-note { font-size: 14px; color: var(--ink-3); margin-bottom: 22px; }
.hmodal-info { font-size: 16px; line-height: 1.68; color: var(--ink-2); margin: 0; text-align: start; }

/* patents pill */
.ces-pill { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 600; letter-spacing: 0.03em; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 9px 16px; }

/* ---------- market ---------- */
.market-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,80px); align-items: start; }
.market-total { position: sticky; top: 96px; }
.market-total .big { font-size: clamp(64px,8vw,120px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.92; color: var(--red); }
.market-total .lbl { font-size: 15px; color: var(--ink-3); margin-top: 12px; }
.market-bars { display: flex; flex-direction: column; }
.mbar { padding: 20px 0; border-top: 1px solid var(--line); }
.mbar:last-child { border-bottom: 1px solid var(--line); }
.mbar-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.mbar-name { font-size: 17px; font-weight: 600; }
.mbar-name small { display: block; font-size: 13px; font-weight: 400; color: var(--ink-4); margin-top: 3px; }
.mbar-val { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.mbar-track { height: 6px; background: var(--surface-2); border-radius: 980px; overflow: hidden; }
.mbar-fill { height: 100%; background: var(--red); border-radius: 980px; transform-origin: inset-inline-start; transform: scaleX(0); transition: transform 1s var(--ease,cubic-bezier(0.2,0,0,1)); }
[dir="rtl"] .mbar-fill { transform-origin: right; }
.in-view .mbar-fill { transform: scaleX(var(--w,0.5)); }

/* ---------- vision 2030 ---------- */
.v2030 { position: relative; }
.v2030 .statement { max-width: 22ch; margin-bottom: clamp(48px,6vw,72px); }
.v2030-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.v2030-pillar { background: #fff; padding: 40px 34px; }
.vp-n { font-size: 13px; font-weight: 700; color: var(--red); letter-spacing: 0.08em; }
.vp-icon { color: var(--red); display: block; }
.vp-icon svg { width: 30px; height: 30px; display: block; }
.v2030-pillar h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin: 16px 0 12px; }
.v2030-pillar p { font-size: 15px; color: var(--ink-3); line-height: 1.6; margin: 0; }

/* ---------- HUB (dark centerpiece) ---------- */
.hub { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.hub-grid-bg { position: absolute; inset: 0; opacity: 0.55; background-image:
  linear-gradient(to right, rgba(255,0,41,0.14) 1px, transparent 1px),
  linear-gradient(to bottom, rgba(255,0,41,0.14) 1px, transparent 1px);
  background-size: 100px 100px; mask-image: radial-gradient(ellipse 70% 80% at 80% 20%, #000 20%, transparent 75%); }
.hub-inner { position: relative; z-index: 2; }
.hub-head { max-width: 720px; margin-bottom: clamp(48px,6vw,76px); }
.hub-head .eyebrow { color: var(--red); }
.hub-head .h1 { color: #fff; margin-bottom: 20px; }
.hub-head .lead { color: rgba(255,255,255,0.66); }
.hub-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); }
.hub-stat { background: var(--black); padding: 40px 30px; display: flex; flex-direction: column; }
.hub-stat .v { font-size: clamp(40px,4.6vw,68px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.95; color: #fff; }
.hub-stat .u { font-size: 14px; font-weight: 600; color: var(--red); margin-top: 10px; }
.hub-stat .d { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; margin-top: 14px; }
.hub-close { position: relative; z-index: 2; margin-top: clamp(40px,5vw,64px); font-size: clamp(18px,1.8vw,24px); font-weight: 500; letter-spacing: -0.01em; color: #fff; max-width: 760px; line-height: 1.4; text-wrap: balance; }
.hub-close::before { content:""; display: block; width: 40px; height: 3px; background: var(--red); margin-bottom: 22px; }

/* ---------- motion ---------- */
.motion-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.mcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px 32px; }
.mcard-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; }
[dir="rtl"] .mcard-tag { letter-spacing: 0.02em; }
.mcard-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.mcard h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 12px; }
.mcard p { font-size: 15px; color: var(--ink-3); line-height: 1.6; margin: 0; }
.timeline { position: relative; margin-top: clamp(48px,6vw,72px); }
.timeline-t { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 26px; }
[dir="rtl"] .timeline-t { letter-spacing: 0.02em; }
.timeline-row { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.timeline-row::before { content: ""; position: absolute; top: 7px; inset-inline: 7px 0; height: 2px; background: var(--ink); }
.tl-item { position: relative; padding-top: 46px; }
.tl-item::before { content: ""; position: absolute; top: 0; inset-inline-start: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--red); z-index: 2; }
.tl-item::after { content: ""; position: absolute; top: 18px; inset-inline-start: 6.5px; height: 24px; border-inline-start: 1px dashed var(--line-2); }
.tl-item .q { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.tl-item .d { font-size: 14px; color: var(--ink-3); line-height: 1.5; margin-top: 8px; }
.motion-wrap { position: relative; }
.timeline-box { display: block; width: 100%; max-width: 980px; height: auto; margin: clamp(40px,5vw,72px) auto 0; }

/* ---------- trajectory ---------- */
.traj-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: clamp(40px,6vw,80px); align-items: center; }
.traj-points { display: flex; align-items: flex-end; gap: 28px; }
.traj-arrow { font-size: 30px; color: var(--ink-4); padding-bottom: 30px; }
[dir="rtl"] .traj-arrow { transform: scaleX(-1); }
.tpoint .y { font-size: 14px; font-weight: 700; color: var(--ink-4); letter-spacing: 0.06em; }
.tpoint .g { font-size: clamp(44px,5.6vw,82px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.95; margin-top: 8px; }
.tpoint.hi .g { color: var(--red); }
.tpoint .label { font-size: 14px; color: var(--ink-3); margin-top: 10px; }
.traj-side { border-inline-start: 2px solid var(--line); padding-inline-start: 32px; }
.traj-side-t { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 20px; }
[dir="rtl"] .traj-side-t { letter-spacing: 0.02em; }
.traj-saudi { display: flex; gap: 36px; }
.tsaudi .y { font-size: 13px; font-weight: 700; color: var(--ink-4); }
.tsaudi .v { font-size: clamp(28px,3vw,40px); font-weight: 700; letter-spacing: -0.03em; margin-top: 6px; }
.traj-note { margin-top: 28px; font-size: 13px; color: var(--ink-4); line-height: 1.5; }

/* ---------- CTA ---------- */
.ctaband { position: relative; background: var(--surface); color: var(--ink); overflow: hidden; text-align: center; }
.ctaband-inner { position: relative; z-index: 2; }
.ctaband .eyebrow { color: var(--red); }
.ctaband h2 { font-size: clamp(34px,5vw,68px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; color: var(--ink); max-width: 18ch; margin: 0 auto 22px; }
[dir="rtl"] .ctaband h2 { line-height: 1.18; }
.ctaband .lead { color: var(--ink-3); max-width: 580px; margin: 0 auto 36px; }
.cta-raise { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; margin: 6px auto 32px; padding: 22px 46px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cta-raise-amt { font-size: clamp(38px,4.6vw,58px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--red); }
.cta-raise-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--ink-4); }
[dir="rtl"] .cta-raise-label { letter-spacing: 0.02em; }
.cta-contacts { display: grid; grid-template-columns: repeat(2,minmax(0,300px)); gap: 16px; justify-content: center; margin-top: 52px; }
.ccard { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 28px; text-align: start; }
.ccard-head { display: flex; align-items: center; gap: 15px; margin-bottom: 18px; }
.ccard-photo { width: 60px; height: 60px; flex: none; border-radius: 50%; object-fit: cover; object-position: center 18%; background: #d4d4d8; border: 1px solid rgba(0,0,0,0.08); }
.ccard .cn { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.ccard .cr { font-size: 13.5px; color: var(--ink-3); margin-top: 5px; line-height: 1.4; }
.ccard .cl { display: block; font-size: 14px; color: var(--ink-2); margin-top: 16px; opacity: 1; transition: color .15s; }
.ccard .cl:hover { color: var(--red); }

/* ---------- footer ---------- */
.ft { background: var(--black); color: #fff; padding-block: 60px 34px; }
.ft-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; flex-wrap: wrap; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.ft-tagline { font-size: clamp(22px,2.4vw,30px); font-weight: 600; letter-spacing: -0.02em; max-width: 16ch; line-height: 1.1; }
[dir="rtl"] .ft-tagline { line-height: 1.3; }
.ft-logos { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.ft-logos img { height: 18px; width: auto; opacity: 0.92; }
.ft-logos a { display: inline-flex; transition: opacity .15s; }
.ft-logos a:hover { opacity: 0.78; }
.ces-row { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.ces-badge { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,0.22); border-radius: 10px; padding: 7px 13px; color: inherit; cursor: pointer; transition: border-color .15s, background .15s; }
.ces-badge:hover { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05); }
.ces-mark { font-size: 15px; font-weight: 800; letter-spacing: 0.04em; color: #fff; display: inline-flex; align-items: center; }
.ces-ic { display: flex; align-items: center; color: var(--red); }
.ces-ic svg { width: 22px; height: 22px; }
.ces-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--red); margin-inline-start: 2px; }
.ces-txt { display: flex; flex-direction: column; line-height: 1.2; }
.ces-txt b { font-size: 11px; font-weight: 700; color: #fff; letter-spacing: 0.01em; }
.ces-txt span { font-size: 9.5px; color: rgba(255,255,255,0.62); letter-spacing: 0.08em; text-transform: uppercase; }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 22px; font-size: 12.5px; color: rgba(255,255,255,0.5); }
.ft-bottom .latin { color: rgba(255,255,255,0.7); }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease,cubic-bezier(0.2,0,0,1)), transform .7s var(--ease,cubic-bezier(0.2,0,0,1)); }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hd-nav { display: none; }
  .hero-split-grid { grid-template-columns: 1fr; }
  .hero-split-media { min-height: 380px; order: 2; }
  .hero-split-text { padding: 56px 24px 8px; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .hstat:not(:first-child) { border-inline-start: none; padding-inline-start: 0; }
  .hstat { padding: 16px 18px 16px 0; }
  .moment-grid, .product-hero, .market-grid, .traj-grid { grid-template-columns: 1fr; gap: 40px; }
  .moment-media { aspect-ratio: 16/10; }
  .market-total { position: static; }
  .v2030-pillars, .motion-grid, .hub-stats { grid-template-columns: 1fr; }
  .hormones-grid { grid-template-columns: repeat(2,1fr); }
  .four-band { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .four-fig { padding-inline-end: 0; padding-bottom: 18px; }
  .four-text { display: flex; flex-direction: column; align-items: center; }
  .hub-stats, .v2030-pillars { border-radius: 14px; }
  .timeline-row { grid-template-columns: 1fr 1fr; padding-top: 0; }
  .timeline-row::before { display: none; }
  .tl-item { padding-top: 22px; border-top: 2px solid var(--ink); }
  .tl-item::before { top: -7px; width: 12px; height: 12px; }
  .tl-item::after { display: none; }
  .timeline-box { max-width: 100%; margin: 36px auto 0; }
  .traj-side { border-inline-start: none; padding-inline-start: 0; border-top: 2px solid var(--line); padding-top: 28px; }
  .cta-contacts { grid-template-columns: 1fr; }
  .pstep { grid-template-columns: 1fr; gap: 10px; }
  .pstep-body { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 560px) {
  .container, .container-wide { padding-inline: 22px; }
  .hero-stats, .moment-stats { grid-template-columns: 1fr; }
  .hero-stats .hstat:not(:first-child) { border-inline-start: none; border-top: 1px solid var(--line); padding-inline-start: 0; padding-top: 22px; }
  .hero-bleed .hstat:not(:first-child) { border-top-color: rgba(255,255,255,0.18); }
  .hero-type .hstat:not(:first-child) { border-top-color: rgba(255,255,255,0.18); }
  .timeline-row { grid-template-columns: 1fr; }
  .traj-points { gap: 14px; }
}
