/* ============================================================
   Connected Innovation Centers — design system
   Dark mode · electric violet · Graphik with 200–800 weight contrast
   ============================================================ */

:root {
  /* canvas */
  --bg: #000000;
  --bg-raise: #0b0b0d;
  --bg-card: #0e0e11;
  --bg-card-hi: #15151a;
  --line: rgba(255,255,255,0.10);
  --line-soft: rgba(255,255,255,0.06);
  --line-strong: rgba(255,255,255,0.18);

  /* ink — all pass 4.5:1 on black */
  --ink: #ffffff;
  --ink-2: #c8c8d0;   /* secondary body */
  --ink-3: #9a9aa4;   /* muted labels / meta  (~7:1) */
  --ink-4: #6f6f78;   /* faint, large only */

  /* accent — violet (#A855F7 ≈ 5.4:1 on black) */
  --v: #a855f7;
  --v-bright: #c084fc;
  --v-deep: #7c3aed;
  --v-ink: #d6b4ff;   /* accent text where it must read small */
  --v-glow: rgba(168,85,247,0.55);

  /* purple feature wash (ref 2) */
  --wash-1: #4a1d8a;
  --wash-2: #7b2fb5;
  --wash-3: #9b3fd1;

  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 72px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);

  --r: 4px;
  --r-lg: 8px;

  --font: "Graphik", "Graphik Web", "Helvetica Neue", Helvetica, Arial, "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--v); color: #0a0010; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- type scale ---------- */
h1,h2,h3,h4 { font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; text-wrap: balance; }
.display {
  font-size: clamp(56px, 11vw, 150px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.92;
}
.h-xl { font-size: clamp(38px, 6vw, 84px); font-weight: 800; letter-spacing: -0.03em; line-height: 0.98; }
.h-lg { font-size: clamp(30px, 4.4vw, 60px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.02; }
.h-md { font-size: clamp(24px, 3vw, 40px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; }
.lead { font-size: clamp(19px, 2.1vw, 28px); line-height: 1.45; font-weight: 300; color: var(--ink-2); letter-spacing: -0.01em; text-wrap: pretty; }
.body { font-size: 16px; line-height: 1.6; color: var(--ink-2); font-weight: 400; text-wrap: pretty; }
.thin { font-weight: 200; }

/* eyebrow / micro labels */
.kicker {
  font-size: 13px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--v-ink);
}
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ink-3);
}
.index-tag {
  font-family: var(--font); font-variant-numeric: tabular-nums;
  font-weight: 200; color: var(--v); letter-spacing: 0.04em;
}

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 100px;
  background: linear-gradient(100deg, var(--v-deep), var(--v-bright));
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff;
}

.accent-text { color: var(--v); }

/* ---------- layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
section { position: relative; }
.section-pad { padding-block: clamp(80px, 12vh, 160px); }
.section-pad-sm { padding-block: clamp(56px, 8vh, 110px); }

.divider { height: 1px; background: var(--line-soft); border: 0; }
.divider-dot {
  height: 1px; border: 0;
  background-image: linear-gradient(90deg, var(--line-strong) 0 4px, transparent 4px 12px);
  background-size: 12px 1px;
}

/* section header pattern */
.sec-head { display: flex; flex-direction: column; gap: 22px; }
.sec-num {
  font-size: 13px; font-weight: 200; letter-spacing: 0.3em; color: var(--ink-4);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  transition: background .4s var(--ease), border-color .4s var(--ease), padding .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  padding-block: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.01em; }
.brand .mark {
  width: 26px; height: 26px; flex: none; position: relative;
}
.brand .mark::before, .brand .mark::after {
  content: ""; position: absolute; inset: 0;
  border: 1.5px solid var(--v); border-radius: 50%;
}
.brand .mark::after { inset: 7px; border-color: var(--ink); opacity: .5; }
.brand b { font-weight: 700; font-size: 16px; }
.brand span { color: var(--ink-3); font-weight: 300; font-size: 13px; letter-spacing: 0.02em; }
@media (max-width: 640px){ .brand span { display:none; } }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  position: relative; padding: 9px 15px; font-size: 14px; font-weight: 400; color: var(--ink-2);
  border-radius: 100px; transition: color .25s var(--ease), background .25s var(--ease);
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,0.05); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content:""; position:absolute; left:15px; right:15px; bottom:3px; height:1.5px; background: var(--v);
}
.nav-cta {
  margin-left: 10px; padding: 9px 18px !important; border: 1px solid var(--line-strong);
  border-radius: 100px; color: var(--ink) !important;
}
.nav-cta:hover { background: var(--v) !important; border-color: var(--v); color:#fff !important; }

.hamburger { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 100px; position: relative; }
.hamburger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s; }
.hamburger span:nth-child(1){ top: 16px; } .hamburger span:nth-child(2){ top: 21px; } .hamburger span:nth-child(3){ top: 26px; }
.hamburger.open span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity: 0; }
.hamburger.open span:nth-child(3){ transform: translateY(-5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 55; background: rgba(0,0,0,0.97);
  backdrop-filter: blur(20px); display: flex; flex-direction: column; justify-content: center; gap: 6px;
  padding: var(--gutter); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: none; }
.mobile-menu a { font-size: clamp(34px, 9vw, 58px); font-weight: 700; letter-spacing: -0.03em; padding: 8px 0; color: var(--ink); }
.mobile-menu a span { color: var(--v); font-size: 14px; font-weight: 200; vertical-align: super; margin-right: 14px; }

@media (max-width: 900px){
  .nav-links { display: none; }
  .hamburger { display: block; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; z-index: 0; }
.hero-inner { position: relative; z-index: 3; width: 100%; }
.hero-kicker { margin-bottom: 28px; display:flex; align-items:center; gap:14px; }
.hero-kicker .ln { height:1px; width: 56px; background: var(--v); }
.hero h1 { margin-bottom: 0; }
.hero-sub {
  margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 8px 40px; align-items: baseline;
  max-width: 640px;
}
.hero-sub .big { font-size: clamp(17px, 2vw, 22px); font-weight: 600; color: var(--v-ink); }
.hero-sub .small { font-size: 15px; color: var(--ink-3); font-weight: 300; }

.scroll-cue {
  position: absolute; left: var(--gutter); bottom: 34px; z-index: 4;
  display: flex; align-items: center; gap: 12px; color: var(--ink-3); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
}
.scroll-cue .arrow { width: 22px; height: 36px; border: 1px solid var(--line-strong); border-radius: 100px; position: relative; }
.scroll-cue .arrow::after { content:""; position:absolute; left:50%; top:7px; width:3px; height:7px; border-radius: 3px; background: var(--v); transform: translateX(-50%); animation: scrolldot 1.8s var(--ease-io) infinite; }
@keyframes scrolldot { 0%{ transform: translate(-50%,0); opacity:1 } 70%{ transform: translate(-50%,14px); opacity:0 } 100%{ opacity:0 } }

/* wireframe globe panel */
.globe-panel {
  position: absolute; z-index: 2; right: clamp(20px, 9vw, 150px); top: 50%; transform: translateY(-50%);
  width: clamp(220px, 26vw, 360px); aspect-ratio: 1; border-radius: 2px;
  background: radial-gradient(120% 120% at 30% 20%, var(--wash-3), var(--wash-1) 70%, #2a0f52);
  display: grid; place-items: center; overflow: hidden;
  box-shadow: 0 40px 120px -40px var(--v-glow);
}
.globe-panel svg { width: 78%; height: 78%; overflow: visible; }
.globe-panel .gline { fill: none; stroke: rgba(255,255,255,0.5); stroke-width: 0.6; }
@media (max-width: 820px){ .globe-panel { opacity: 0.16; right: -40px; width: 320px; } }

/* ============================================================
   CARDS — generic expandable
   ============================================================ */
.grid { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1000px){ .grid.cols-4 { grid-template-columns: repeat(2,1fr);} .grid.cols-3 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 620px){ .grid.cols-4, .grid.cols-3, .grid.cols-2 { grid-template-columns: 1fr;} }

.xcard {
  background: var(--bg-card); padding: 30px 28px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 14px; cursor: pointer;
  transition: background .4s var(--ease);
}
.xcard:hover { background: var(--bg-card-hi); }
.xcard::before { /* accent sweep line */
  content:""; position:absolute; left:0; top:0; height:2px; width:0; background: var(--v); transition: width .5s var(--ease);
}
.xcard:hover::before, .xcard.open::before { width: 100%; }
.xcard .xc-num { font-size: 13px; font-weight: 200; letter-spacing: 0.2em; color: var(--v); font-variant-numeric: tabular-nums; }
.xcard .xc-title { font-size: clamp(20px, 2.2vw, 26px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
.xcard .xc-sub { font-size: 14px; color: var(--ink-3); font-weight: 300; font-style: italic; }
.xcard .xc-detail {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s var(--ease), margin .4s var(--ease);
  opacity: 0; margin-top: 0;
}
.xcard .xc-detail > div { overflow: hidden; }
.xcard.open .xc-detail { grid-template-rows: 1fr; opacity: 1; margin-top: 4px; }
.xcard .xc-detail p { font-size: 15px; line-height: 1.6; color: var(--ink-2); padding-top: 4px; }
.xcard .xc-toggle {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); font-weight: 500;
  transition: color .25s;
}
.xcard:hover .xc-toggle { color: var(--v-ink); }
.xcard .xc-toggle .ic { width: 16px; height: 16px; position: relative; flex: none; }
.xcard .xc-toggle .ic::before, .xcard .xc-toggle .ic::after { content:""; position:absolute; background: currentColor; transition: transform .35s var(--ease); }
.xcard .xc-toggle .ic::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.xcard .xc-toggle .ic::after { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); }
.xcard.open .xc-toggle .ic::after { transform: translateX(-50%) scaleY(0); }

/* ============================================================
   FEATURE — How CICs Enable (centerpiece, purple wash)
   ============================================================ */
.feature { background:
    radial-gradient(120% 90% at 100% 0%, rgba(123,47,181,0.35), transparent 55%),
    linear-gradient(180deg, #0a0414, #05010a);
  position: relative; overflow: hidden; }
.quad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 56px; }
@media (max-width: 760px){ .quad-grid { grid-template-columns: 1fr; } }
.quad {
  background: linear-gradient(180deg, rgba(20,8,38,0.6), rgba(8,3,16,0.6));
  padding: clamp(34px, 4vw, 56px); cursor: pointer; position: relative; overflow: hidden;
  transition: background .45s var(--ease);
  min-height: 260px; display: flex; flex-direction: column; gap: 18px;
}
.quad:hover { background: linear-gradient(180deg, rgba(38,14,72,0.75), rgba(14,5,28,0.7)); }
.quad .q-num { font-size: clamp(40px, 5vw, 72px); font-weight: 200; color: var(--v); line-height: 1; letter-spacing: -0.04em; }
.quad .q-title { font-size: clamp(26px, 3vw, 40px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.02; }
.quad .q-sub { font-size: clamp(15px, 1.6vw, 18px); font-style: italic; color: var(--v-ink); font-weight: 300; }
.quad .q-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s; opacity: 0; }
.quad .q-detail > div { overflow: hidden; }
.quad.open .q-detail { grid-template-rows: 1fr; opacity: 1; }
.quad .q-detail p { font-size: 16px; line-height: 1.6; color: var(--ink-2); padding-top: 10px; max-width: 46ch; }
.quad .q-plus { position: absolute; top: clamp(34px,4vw,56px); right: clamp(34px,4vw,56px); width: 22px; height: 22px; opacity: .6; }
.quad .q-plus::before,.quad .q-plus::after{ content:""; position:absolute; background: var(--v); transition: transform .35s var(--ease); }
.quad .q-plus::before{ left:0;right:0;top:50%;height:1.5px;transform:translateY(-50%);}
.quad .q-plus::after{ top:0;bottom:0;left:50%;width:1.5px;transform:translateX(-50%);}
.quad.open .q-plus::after{ transform: translateX(-50%) scaleY(0); }

/* ============================================================
   WHAT WE DO — big statement
   ============================================================ */
.statement { font-size: clamp(30px, 5.2vw, 72px); font-weight: 300; letter-spacing: -0.03em; line-height: 1.06; max-width: 18ch; }
.statement b { font-weight: 700; }
.statement .hl { color: var(--v); }

.why-panel { margin-top: 44px; border-top: 1px solid var(--line); }
.why-head {
  display: flex; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; width: 100%; text-align: left;
}
.why-head .eyebrow { color: var(--ink-3); transition: color .25s; }
.why-head:hover .eyebrow { color: var(--v-ink); }
.why-head .why-ic { margin-left: auto; width: 18px; height: 18px; position: relative; }
.why-head .why-ic::before,.why-head .why-ic::after{ content:""; position:absolute; background: var(--v);}
.why-head .why-ic::before{ left:0;right:0;top:50%;height:1.5px;transform:translateY(-50%);}
.why-head .why-ic::after{ top:0;bottom:0;left:50%;width:1.5px;transform:translateX(-50%);transition:transform .35s var(--ease);}
.why-panel.open .why-ic::after{ transform:translateX(-50%) scaleY(0); }
.why-body { display:grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s; opacity:0; }
.why-body > div { overflow: hidden; }
.why-panel.open .why-body { grid-template-rows: 1fr; opacity: 1; }
.why-body p { font-size: clamp(17px,1.9vw,21px); font-weight: 300; line-height: 1.5; color: var(--ink-2); padding-bottom: 26px; max-width: 60ch; }

/* ============================================================
   ECOSYSTEM
   ============================================================ */
.eco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 48px; }
@media (max-width: 1000px){ .eco-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .eco-grid { grid-template-columns: 1fr;} }
.eco-node {
  background: var(--bg-card); padding: 26px 24px; min-height: 180px; cursor: pointer; position: relative;
  display: flex; flex-direction: column; gap: 10px; transition: background .4s var(--ease); overflow: hidden;
}
.eco-node:hover { background: var(--bg-card-hi); }
.eco-node.stat { background: linear-gradient(170deg, rgba(60,24,110,0.55), rgba(12,5,24,0.7)); cursor: default; justify-content: center; }
.eco-node .e-stat { font-size: clamp(36px, 4.6vw, 58px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(120deg, #fff, var(--v-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eco-node .e-title { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.12; }
.eco-node .e-tag { font-size: 13px; font-style: italic; color: var(--v-ink); font-weight: 300; }
.eco-node .e-desc { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.eco-node .e-desc > span { overflow: hidden; display: block; }
.eco-node.open .e-desc { grid-template-rows: 1fr; opacity: 1; margin-top: 2px; }
.eco-node .e-phase { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-4); margin-top: auto; }

/* ============================================================
   CAPABILITIES
   ============================================================ */
.cap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 52px; }
@media (max-width: 900px){ .cap-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .cap-grid { grid-template-columns: 1fr;} }
.cap {
  background: var(--bg-card); padding: 36px 30px; min-height: 230px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 14px; cursor: pointer; transition: background .4s var(--ease);
}
.cap:hover { background: var(--bg-card-hi); }
.cap .cap-idx { font-size: 12px; font-weight: 200; letter-spacing: 0.2em; color: var(--ink-4); }
.cap .cap-title { font-size: clamp(26px, 3vw, 36px); font-weight: 700; letter-spacing: -0.025em; line-height: 1; }
.cap .cap-desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-3); display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.cap .cap-desc > span { overflow: hidden; display:block; }
.cap.open .cap-desc, .cap:hover .cap-desc { grid-template-rows: 1fr; opacity: 1; }
.cap .cap-arc { position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; border: 1px solid var(--line); border-radius: 50%; opacity: .5; transition: transform .6s var(--ease); }
.cap:hover .cap-arc { transform: scale(1.25); border-color: var(--v); }

/* ============================================================
   HOW WE DO IT — Spark / Spot / Start
   ============================================================ */
.sss { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 0; margin-top: 8px; }
@media (max-width: 980px){ .sss { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .sss { grid-template-columns: 1fr; } }
.sss-intro { padding-right: clamp(20px, 3vw, 48px); }
.sss-col { padding: 0 clamp(18px, 2.2vw, 34px); border-left: 1px dashed var(--line-strong); display: flex; flex-direction: column; gap: 18px; }
@media (max-width: 600px){ .sss-col { border-left: none; border-top: 1px dashed var(--line-strong); padding: 28px 0 0; } }
.sss-col h3 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.02em; }
.sss-col .glyph { width: 48px; height: 48px; color: var(--v); }
.sss-col .verbs { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.sss-col .txt { font-size: 14.5px; line-height: 1.55; color: var(--ink-3); }

.ways-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 40px; }
@media (max-width: 1000px){ .ways-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .ways-grid { grid-template-columns: 1fr;} }
.way { background: var(--bg-card); padding: 26px 24px; min-height: 150px; cursor: pointer; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; transition: background .4s var(--ease); }
.way:hover { background: var(--bg-card-hi); }
.way .w-idx { font-size: 12px; font-weight: 200; color: var(--v); letter-spacing: 0.15em; }
.way .w-title { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.way .w-desc { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.way .w-desc > span { overflow: hidden; display: block; }
.way.open .w-desc { grid-template-rows: 1fr; opacity: 1; }

/* ============================================================
   EMEA MAP
   ============================================================ */
.map-stage { position: relative; margin-top: 56px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: radial-gradient(120% 130% at 50% 0%, #120a24, #04030a 70%); }
.map-stage svg { display: block; width: 100%; height: auto; }
.map-land { fill: rgba(255,255,255,0.045); stroke: rgba(255,255,255,0.14); stroke-width: 0.5; }
.map-graticule { fill: none; stroke: rgba(168,85,247,0.10); stroke-width: 0.4; }
.pin-group { opacity: 0; }
.pin-group.lit { opacity: 1; }
.pin-dot { fill: var(--v-bright); }
.pin-ring { fill: none; stroke: var(--v); stroke-width: 1; }
.pin-label { fill: #fff; font-size: 8px; font-weight: 500; letter-spacing: 0.04em; }
.pin-label-bg { fill: rgba(0,0,0,0.55); }
.pin-group.riyadh .pin-dot { fill: #fff; }
.pin-group.riyadh .pin-ring { stroke: var(--v-bright); }
.map-cap { position: absolute; left: 22px; bottom: 18px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.map-zoom-flag { position: absolute; right: 22px; top: 18px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--v-ink); display: flex; align-items: center; gap: 8px; opacity: 0; transition: opacity .5s; }
.map-zoom-flag.show { opacity: 1; }
.city-rail { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.city-chip { font-size: 13px; color: var(--ink-3); padding: 6px 14px; border: 1px solid var(--line); border-radius: 100px; transition: all .3s var(--ease); font-weight: 300; }
.city-chip.lit { color: #fff; border-color: var(--v); }
.city-chip.lit::before { content:""; display:inline-block; width:5px; height:5px; border-radius:50%; background: var(--v); margin-right:8px; vertical-align: middle; }

/* ============================================================
   CASE STUDIES
   ============================================================ */
.filter-rail { display: flex; flex-wrap: wrap; gap: 10px; margin: 40px 0 36px; }
.fchip { font-size: 13px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-3); font-weight: 400; transition: all .25s var(--ease); }
.fchip:hover { color: var(--ink); border-color: var(--line-strong); }
.fchip.active { background: var(--v); border-color: var(--v); color: #fff; }

.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 980px){ .case-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 600px){ .case-grid { grid-template-columns: 1fr;} }
.case-card { background: var(--bg-card); border: 1px solid var(--line-soft); border-radius: 16px; padding: 26px 26px 24px; min-height: 252px; cursor: pointer; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease); }
.case-card:hover { background: var(--bg-card-hi); border-color: var(--line-strong); transform: translateY(-4px); box-shadow: 0 18px 42px -22px rgba(0,0,0,0.85); }
.case-card.hide { display: none; }
.case-card .c-sector { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--v-ink); font-weight: 600; }
.case-card .c-client { font-size: clamp(20px, 2.1vw, 25px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 11px; }
.case-card .c-teaser { font-size: 14px; line-height: 1.55; color: var(--ink-3); margin: 0 0 22px; }
.case-card .c-open { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); transition: color .25s, gap .25s; }
.case-card:hover .c-open { color: var(--v-ink); gap: 16px; }
.case-card .c-open svg { width: 18px; height: 8px; }
.case-card.soon { opacity: .72; }
.case-card .c-soon-tag { font-size: 11px; color: var(--ink-4); letter-spacing: 0.1em; text-transform: uppercase; }

/* modal */
.modal-scrim { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.7); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
.modal-scrim.open { opacity: 1; pointer-events: auto; }
.modal {
  position: fixed; z-index: 101; top: 0; right: 0; height: 100%; width: min(720px, 100%);
  background: var(--bg-raise); border-left: 1px solid var(--line); overflow-y: auto;
  transform: translateX(100%); transition: transform .5s var(--ease);
  display: flex; flex-direction: column;
}
.modal.open { transform: none; }
.modal-head { position: sticky; top: 0; z-index: 2; background: linear-gradient(180deg, var(--bg-raise) 70%, transparent); padding: 26px var(--gutter) 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.modal-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 100px; flex: none; position: relative; transition: all .25s; }
.modal-close:hover { border-color: var(--v); background: var(--v); }
.modal-close::before,.modal-close::after{ content:""; position:absolute; left:50%; top:50%; width:15px; height:1.5px; background: #fff; }
.modal-close::before{ transform: translate(-50%,-50%) rotate(45deg);} .modal-close::after{ transform: translate(-50%,-50%) rotate(-45deg);}
.modal-body { padding: 8px var(--gutter) 70px; }
.modal-img { aspect-ratio: 16/9; margin: 26px 0 36px; }
.modal-sector { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--v-ink); font-weight: 600; }
.cs-logo { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 20px; border-radius: 12px; background: rgba(255,255,255,0.75); }
.cs-logo:empty { display: none; }
.cs-logo img { height: 34px; width: auto; max-width: 240px; object-fit: contain; object-position: center; display: block; }
.modal-title { font-size: clamp(30px, 4.4vw, 48px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: 18px; }
.modal-teaser { font-size: clamp(17px,2vw,20px); font-weight: 300; color: var(--ink-2); margin-top: 16px; line-height: 1.4; }
.modal-block { margin-top: 38px; }
.modal-block h4 { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v); font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.modal-block h4::before { content:""; width: 22px; height: 1px; background: var(--v); }
.modal-block p { font-size: 16px; line-height: 1.62; color: var(--ink-2); }
.modal-flag { margin-top: 28px; padding: 16px 18px; border: 1px solid rgba(168,85,247,0.3); border-radius: var(--r); background: rgba(168,85,247,0.06); font-size: 13.5px; color: var(--v-ink); line-height: 1.5; }

/* modal — digestible layout: group tag · lead · side-by-side tabs · bullets */
.cs-grouptag { display: inline-flex; align-items: center; margin-top: 22px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em;
  --gc: var(--v); color: var(--gc); padding: 6px 13px; border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--gc) 45%, transparent); background: color-mix(in srgb, var(--gc) 12%, transparent); }
.cs-lead { font-size: clamp(18px, 2.1vw, 22px); font-weight: 300; color: var(--ink); margin-top: 18px; line-height: 1.4; letter-spacing: -0.01em; text-wrap: pretty; }
.cs-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 34px; border: 1px solid var(--line); border-radius: 100px; padding: 5px; background: var(--bg-card); }
.cs-tab { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 10px; border-radius: 100px;
  font-size: clamp(13px, 1.5vw, 15px); font-weight: 600; letter-spacing: -0.01em; color: var(--ink-3);
  transition: color .25s var(--ease), background .25s var(--ease); }
.cs-tab .cst-n { font-size: 11px; font-weight: 400; color: var(--ink-4); font-variant-numeric: tabular-nums; transition: color .25s; }
.cs-tab:hover { color: var(--ink); }
.cs-tab.active { color: #fff; background: var(--v); }
.cs-tab.active .cst-n { color: rgba(255,255,255,0.7); }
@media (max-width: 480px){ .cs-tab { flex-direction: column; gap: 3px; padding: 11px 6px; } }
.cs-panels { margin-top: 30px; }
.cs-panel { display: none; }
.cs-panel.active { display: block; animation: csFade .4s var(--ease) both; }
@keyframes csFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cs-bullets { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.cs-bullets li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }
.cs-bullets li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--v); box-shadow: 0 0 0 4px rgba(168,85,247,0.12); }
.cs-bullets li b { color: #fff; font-weight: 600; }
@media (prefers-reduced-motion: reduce){ .cs-panel.active { animation: none; } }

/* ============================================================
   ASSETS
   ============================================================ */
.asset-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 48px; }
@media (max-width: 980px){ .asset-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 600px){ .asset-grid { grid-template-columns: 1fr;} }
.asset { background: var(--bg-card); cursor: pointer; display: flex; flex-direction: column; transition: background .4s var(--ease); overflow: hidden; }
.asset:hover { background: var(--bg-card-hi); }
.asset .a-img { aspect-ratio: 16/10; }
.asset .a-pad { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 12px; }
.asset .a-title { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.1; }
.asset .a-desc { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.asset .a-desc > span { overflow: hidden; display: block; }
.asset.open .a-desc { grid-template-rows: 1fr; opacity: 1; }
.asset .a-more { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); }

/* ============================================================
   VISIT US
   ============================================================ */
.visit-photo { aspect-ratio: 21/9; margin-top: 48px; }
.visit-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 90px); margin-top: 64px; }
@media (max-width: 820px){ .visit-grid { grid-template-columns: 1fr; gap: 48px; } }
.contact-card { border-top: 1px solid var(--v); padding-top: 26px; }
.contact-card h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: -0.02em; }
.contact-card .addr { font-size: 16px; color: var(--ink-2); line-height: 1.6; margin-top: 16px; font-weight: 300; }
.transit { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 28px; }
.transit-row { background: var(--bg-card); padding: 14px 18px; display: flex; justify-content: space-between; gap: 18px; font-size: 14px; }
.transit-row span:first-child { color: var(--ink-2); }
.transit-row span:last-child { color: var(--v-ink); white-space: nowrap; font-weight: 500; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding: 16px 28px;
  background: var(--v); color: #fff; border-radius: 100px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.cta-btn:hover { transform: translateY(-2px); background: var(--v-bright); box-shadow: 0 18px 50px -18px var(--v-glow); }
.cta-btn svg { width: 20px; height: 9px; }
.cta-secondary { display:inline-flex; align-items:center; gap:12px; margin-top: 22px; font-size: 15px; color: var(--v-ink); border-bottom: 1px solid var(--line-strong); padding-bottom: 4px; transition: border-color .25s; }
.cta-secondary:hover { border-color: var(--v); }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 0 var(--gutter); color: var(--ink-4); font-size: 13px; }
.foot-top { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; padding: 40px 0 32px; border-bottom: 1px solid var(--line-soft); }
.foot-brand { display: flex; flex-direction: column; gap: 6px; }
.foot-name { font-size: 14px; font-weight: 600; color: var(--ink-2); letter-spacing: -0.01em; }
.foot-address { color: var(--ink-4); line-height: 1.5; max-width: 42ch; }
.foot-email { color: var(--ink-3); transition: color .3s; display: inline-block; margin-top: 2px; }
.foot-email:hover { color: var(--v-ink); }
.foot-nav { display: flex; flex-direction: column; gap: 12px; align-self: center; text-align: right; }
.foot-nav a { transition: color .3s; }
.foot-nav a:hover { color: var(--ink-2); }
.foot-bottom { padding: 18px 0; }
@media (max-width: 680px){ .foot-top { gap: 24px; } .foot-nav { text-align: left; } }

/* ============================================================
   IMAGE PLACEHOLDER (striped)
   ============================================================ */
.ph {
  position: relative; width: 100%; height: 100%; overflow: hidden;
  background-color: #0a0a0d;
  background-image: repeating-linear-gradient(135deg, rgba(168,85,247,0.10) 0 1px, transparent 1px 11px);
  border: 1px dashed var(--line-strong);
  display: grid; place-items: center;
}
.ph::after {
  content: attr(data-label);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3);
  padding: 6px 12px; border: 1px solid var(--line); border-radius: 3px; background: rgba(0,0,0,0.5);
  text-align: center; max-width: 80%;
}

/* ============================================================
   EDITORIAL MEDIA — framed photos + full-bleed image break
   Drop a real <img> inside .media to replace the placeholder;
   the duotone/violet treatment then applies automatically.
   ============================================================ */
.media { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); background: #050308; }
.media .ph { border-radius: 0; border: none; }
.media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04) brightness(.86); }
.media.duo img { filter: grayscale(1) contrast(1.06) brightness(.74); }
.media.duo::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(150deg, rgba(124,58,237,0.55), rgba(8,3,16,0.18) 58%, rgba(168,85,247,0.42));
  mix-blend-mode: screen; }
/* corner tick echoes the geo line system */
.media::before { content: ""; position: absolute; left: 0; top: 0; width: 26px; height: 26px;
  border-left: 1px solid var(--v); border-top: 1px solid var(--v); opacity: .6; z-index: 3; pointer-events: none; }

figure.media-fig { margin: 0; }
.media-cap { margin-top: 13px; font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3);
  display: flex; align-items: center; gap: 9px; }
.media-cap::before { content: ""; width: 18px; height: 1px; background: var(--v); flex: none; }

.nr-media { margin: clamp(40px, 5vw, 66px) 0 4px; }
.wwa-media { margin: clamp(40px, 5vw, 64px) 0 0; }
.net-media { margin-bottom: 22px; }

/* full-bleed image break between sections */
.media-break { position: relative; min-height: clamp(420px, 62vh, 700px); display: grid; align-items: end; overflow: hidden; background: #050308; }
.media-break .mb-media { position: absolute; inset: 0; }
.media-break .mb-media .ph { border: none; border-radius: 0; }
.media-break .mb-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.62); }
.mb-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    linear-gradient(0deg, #000 1%, rgba(0,0,0,0.18) 56%, rgba(0,0,0,0.62) 100%),
    linear-gradient(118deg, rgba(124,58,237,0.42), transparent 58%); }
.mb-inner { position: relative; z-index: 2; padding-top: clamp(56px, 10vh, 120px); padding-bottom: clamp(46px, 7vh, 86px); }
.mb-quote { font-size: clamp(28px, 4vw, 56px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02;
  max-width: 22ch; margin-top: 18px; text-wrap: balance; }

/* ============================================================
   ANIMATION — reveal system
   Base state is VISIBLE. The hide-then-reveal is gated behind body.loaded
   (added via rAF only in a live, animating browser), so print / PDF /
   reduced-motion / frozen-timeline captures show the content unconditionally.
   ============================================================ */
.reveal { opacity: 1; transform: none; }
body.loaded .reveal { opacity: 0; transform: translateY(26px); }
body.loaded .reveal.in { opacity: 1; transform: none; transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.d1.in { transition-delay: .08s; }
.reveal.d2.in { transition-delay: .16s; }
.reveal.d3.in { transition-delay: .24s; }
.reveal.d4.in { transition-delay: .32s; }
.reveal.d5.in { transition-delay: .40s; }
.reveal.d6.in { transition-delay: .48s; }

/* hero orchestrated load — self-running CSS animations.
   Base state is the VISIBLE end-state; the hide-then-reveal animation is gated
   behind body.loaded (added via rAF in a real browser). So if animations are
   disabled, throttled, or the timeline is frozen (print / reduced-motion /
   screenshot capture), the untouched base state shows the content. */
.line-mask { display: block; overflow: hidden; }
.line-mask > span { display: block; }
@keyframes lineUp { from { transform: translateY(110%); } to { transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: no-preference){
  body.loaded .line-mask > span { animation: lineUp 1.05s var(--ease) both; }
  body.loaded .line-mask:nth-child(1) > span { animation-delay: .15s; }
  body.loaded .line-mask:nth-child(2) > span { animation-delay: .27s; }
  body.loaded .line-mask:nth-child(3) > span { animation-delay: .39s; }
  body.loaded .fade-up { animation: fadeUp 1s var(--ease) .5s both; }
  body.loaded .fade-up.delay { animation-delay: .72s; }
  body.loaded .fade-in { animation: fadeIn 1.4s var(--ease) .8s both; }
}

@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1 !important; transform: none !important; }
  .line-mask > span, .fade-up, .fade-in { animation: none !important; opacity: 1 !important; transform: none !important; }
  .pin-group { opacity: 1 !important; }
  .scroll-cue .arrow::after { animation: none; }
}

/* decorative geometry layers */
.geo { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.geo svg { position: absolute; }
.dotline { stroke: var(--line-strong); stroke-width: 1; stroke-dasharray: 2 6; fill: none; }
.thinline { stroke: var(--line); stroke-width: 1; fill: none; }
.vline { stroke: var(--v); stroke-width: 1; fill: none; opacity: .5; }
.gridline { stroke: var(--line-soft); stroke-width: 1; fill: none; }

/* ============================================================
   v2 ADDITIONS
   ============================================================ */
.hl-ink { color: var(--ink); font-weight: 600; }

/* ---------- A NEW REALITY ---------- */
.nr-top { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
@media (max-width: 860px){ .nr-top { grid-template-columns: 1fr; gap: 36px; } }
.nr-top .h-lg { line-height: 0.94; }
.nr-stats { display: flex; gap: 38px; margin-top: 38px; flex-wrap: wrap; }
.nr-stat { display: flex; flex-direction: column; gap: 6px; }
.nr-stat .ns-n { font-size: clamp(34px, 4vw, 52px); font-weight: 200; color: var(--v); letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.nr-stat .ns-l { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }
.nr-acc-wrap { margin-top: clamp(48px, 7vh, 88px); }

/* ---------- ACCORDION (clearly clickable) ---------- */
.accordion { border-top: 1px solid var(--line); }
.acc-row { border-bottom: 1px solid var(--line); position: relative; transition: background .35s var(--ease); }
.acc-row::before { content:""; position:absolute; left:0; top:0; bottom:0; width:2px; background: var(--v); transform: scaleY(0); transform-origin: top; transition: transform .45s var(--ease); }
.acc-row:hover { background: rgba(168,85,247,0.04); }
.acc-row:hover::before, .acc-row.open::before { transform: scaleY(1); }
.acc-head { display: flex; align-items: center; gap: 24px; width: 100%; text-align: left; padding: 26px clamp(18px,2.4vw,32px) 26px clamp(16px,2vw,28px); cursor: pointer; }
.acc-num { font-size: 14px; font-weight: 200; color: var(--v); letter-spacing: 0.1em; font-variant-numeric: tabular-nums; flex: none; }
.acc-title { font-size: clamp(19px, 2.1vw, 26px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; transition: color .3s; }
.acc-row:hover .acc-title, .acc-row.open .acc-title { color: #fff; }
.acc-ic { margin-left: auto; flex: none; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); position: relative; transition: border-color .3s var(--ease), background .3s var(--ease), transform .4s var(--ease); }
.acc-row:hover .acc-ic { border-color: var(--v); background: rgba(168,85,247,0.1); }
.acc-row.open .acc-ic { border-color: var(--v); background: var(--v); transform: rotate(135deg); }
.acc-ic::before, .acc-ic::after { content:""; position:absolute; left:50%; top:50%; background: var(--v); transition: background .3s; }
.acc-row.open .acc-ic::before, .acc-row.open .acc-ic::after { background: #fff; }
.acc-ic::before { width: 13px; height: 1.5px; transform: translate(-50%,-50%); }
.acc-ic::after { width: 1.5px; height: 13px; transform: translate(-50%,-50%); }
.acc-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s; opacity: 0; }
.acc-body > div { overflow: hidden; }
.acc-row.open .acc-body { grid-template-rows: 1fr; opacity: 1; }
.acc-body p { font-size: clamp(15px,1.7vw,18px); font-weight: 300; line-height: 1.55; color: var(--ink-2); padding: 0 clamp(18px,2.4vw,32px) 30px calc(14px + clamp(16px,2vw,28px)); max-width: 70ch; }

/* ---------- CENTERPIECE feature head ---------- */
.feat-head { position: relative; max-width: 1040px; padding-top: 18px; }
.feat-ghost { position: absolute; right: -10px; top: -70px; font-size: clamp(120px, 20vw, 300px); font-weight: 800; line-height: 0.8; letter-spacing: -0.05em;
  background: linear-gradient(180deg, rgba(192,132,252,0.18), rgba(192,132,252,0) 80%); -webkit-background-clip: text; background-clip: text; color: transparent; pointer-events: none; user-select: none; }
.feat-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--v-ink); position: relative; z-index: 2; }
.feat-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--v); box-shadow: 0 0 0 6px rgba(168,85,247,0.18); animation: featpulse 2.4s var(--ease-io) infinite; }
@keyframes featpulse { 0%,100%{ box-shadow: 0 0 0 6px rgba(168,85,247,0.18);} 50%{ box-shadow: 0 0 0 11px rgba(168,85,247,0.04);} }
.feat-title { margin-top: 18px; position: relative; z-index: 2; }
.feat-kicker { margin-top: 22px; font-size: clamp(17px,1.9vw,21px); font-weight: 300; color: var(--ink-2); max-width: 52ch; position: relative; z-index: 2; }
.quad-grid { margin-top: clamp(48px,6vw,72px) !important; }
.quad .q-num { background: linear-gradient(150deg, var(--v-bright), var(--v-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- GROWTH FORCES — escalating engine (centerpiece) ---------- */
.growth { margin-top: clamp(44px, 5vw, 68px); position: relative; z-index: 2; }
/* input → outcome flow caption */
.gf-flow { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-bottom: clamp(26px, 3vw, 38px); }
.gf-end { display: flex; flex-direction: column; gap: 4px; font-size: clamp(14px, 1.5vw, 18px); font-weight: 600; letter-spacing: -0.01em; color: var(--ink); white-space: nowrap; }
.gf-end-k { font-size: 10px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-4); }
.gf-end.to { text-align: right; }
.gf-end.to { color: #fff; }
.gf-end.to .gf-end-k { color: var(--v-ink); }
.gf-track { position: relative; flex: 1 1 auto; height: 2px; background: var(--line); overflow: visible; }
.gf-track-fill { position: absolute; inset: 0 14px 0 0; background: linear-gradient(90deg, rgba(168,85,247,0.25), var(--v-bright)); transform-origin: left; transform: scaleX(0); transition: transform 1.4s var(--ease) .2s; }
.growth.in .gf-track-fill { transform: scaleX(1); }
.gf-track::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 9px solid var(--v-bright); border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
@media (max-width: 620px){ .gf-flow { display: none; } }

.gf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 900px){ .gf-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px){ .gf-steps { grid-template-columns: 1fr; } }
.gf-step { background: linear-gradient(180deg, rgba(22,9,42,0.62), rgba(8,3,16,0.62)); padding: clamp(26px, 2.4vw, 38px) clamp(22px, 2vw, 30px) clamp(30px, 3vw, 42px); display: flex; flex-direction: column; gap: 13px; position: relative; overflow: hidden; transition: background .45s var(--ease); }
.gf-step::before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%; background: linear-gradient(90deg, var(--v), transparent); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.gf-step:hover { background: linear-gradient(180deg, rgba(42,16,80,0.78), rgba(14,5,28,0.7)); }
.gf-step:hover::before { transform: scaleX(1); }
.gf-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.gf-num { font-size: clamp(38px, 3.6vw, 58px); font-weight: 200; line-height: 0.9; letter-spacing: -0.04em; background: linear-gradient(150deg, var(--v-bright), var(--v-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gf-force { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-4); }
.gf-meter { height: 3px; border-radius: 3px; background: rgba(255,255,255,0.08); position: relative; overflow: hidden; margin: 2px 0 4px; }
.gf-meter > span { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 3px; background: linear-gradient(90deg, var(--v-deep), var(--v-bright)); transform-origin: left; transform: scaleX(0); transition: transform 1s var(--ease); }
.growth.in .gf-meter > span { transform: scaleX(1); }
.gf-step:nth-child(2) .gf-meter > span { transition-delay: .12s; }
.gf-step:nth-child(3) .gf-meter > span { transition-delay: .22s; }
.gf-step:nth-child(4) .gf-meter > span { transition-delay: .32s; }
.gf-title { font-size: clamp(20px, 1.9vw, 27px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.08; margin-top: 2px; }
.gf-sub { font-size: 13.5px; font-style: italic; color: var(--v-ink); font-weight: 300; line-height: 1.4; }
.gf-body { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); font-weight: 300; }

/* wireframe sphere accent in the feature section */
.feat-sphere { position: absolute; right: -7%; top: 50%; transform: translateY(-50%); width: clamp(300px, 40vw, 600px); aspect-ratio: 1; z-index: 1; opacity: 0.4; pointer-events: none; }
.feat-sphere svg { width: 100%; height: 100%; overflow: visible; }
.feat-sphere .gline { fill: none; stroke: rgba(168,85,247,0.32); stroke-width: 0.35; }
@media (max-width: 900px){ .feat-sphere { opacity: 0.22; right: -28%; } }

/* ---------- NETWORK / KSA MAP ---------- */
.net-layout { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(30px, 4vw, 60px); margin-top: 56px; align-items: stretch; }
@media (max-width: 900px){ .net-layout { grid-template-columns: 1fr; } }
.map-stage { position: relative; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: radial-gradient(120% 130% at 60% 10%, #160c2c, #04030a 72%); min-height: 420px; display: grid; place-items: center; }
.map-stage svg { display: block; width: 100%; height: auto; max-height: 560px; padding: 26px; }
.ksa-grid { stroke: rgba(168,85,247,0.10); stroke-width: 0.6; fill: none; }
.ksa-land { fill: rgba(168,85,247,0.06); stroke: var(--v); stroke-width: 1.4; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 18px rgba(168,85,247,0.25)); }
.ksa-land.draw { stroke-dasharray: 5200; stroke-dashoffset: 5200; animation: ksaDraw 2.6s var(--ease) .25s forwards; }
@keyframes ksaDraw { to { stroke-dashoffset: 0; } }
.ksa-pin .pd { fill: var(--v-bright); }
.ksa-pin .pr { fill: none; stroke: var(--v); stroke-width: 1.4; }
.ksa-pin .pl { fill: var(--ink-2); font-size: 18px; font-weight: 500; letter-spacing: 0.02em; }
.ksa-pin.cap .pd { fill: #fff; }
.ksa-pin.cap .pl { fill: #fff; font-size: 24px; font-weight: 700; }
.ksa-pin.cap .pr { stroke: var(--v-bright); }
.map-flag { position: absolute; right: 18px; top: 16px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--v-ink); display: flex; align-items: center; gap: 8px; }
.map-flag .mf-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--v); }
.net-side { display: flex; flex-direction: column; }
.net-pin-card { border: 1px solid var(--line); border-left: 2px solid var(--v); border-radius: var(--r-lg); padding: 26px 26px 28px; background: linear-gradient(160deg, rgba(60,24,110,0.32), rgba(12,5,24,0.2)); }
.net-pin-title { font-size: clamp(34px, 4.4vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin: 14px 0 12px; }
.net-pin-sub { font-size: 15px; line-height: 1.55; color: var(--ink-2); font-weight: 300; }

/* ---------- WHY PANELS — quiet editorial disclosure ---------- */
.why-panel { margin-top: 40px; border: none; border-top: 1px solid var(--line); border-radius: 0; background: none; transition: border-color .35s var(--ease); }
.why-panel:hover, .why-panel.open { border-top-color: rgba(168,85,247,0.45); }
.why-head { display: flex; align-items: center; gap: 18px; padding: 20px 0 0; cursor: pointer; width: 100%; text-align: left; flex-wrap: wrap; }
.why-head .eyebrow { transition: color .25s; }
.why-panel:hover .why-head .eyebrow { color: var(--v-ink); }
/* the read-more affordance is one clear pill button, sitting right beside the label */
.why-btn { display: inline-flex; align-items: center; gap: 10px; padding: 9px 12px 9px 17px; border: 1px solid var(--line-strong); border-radius: 100px; transition: border-color .3s var(--ease), background .3s var(--ease); }
.why-btn-tx { font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); transition: color .3s; }
.why-panel:hover .why-btn { border-color: var(--v); background: rgba(168,85,247,0.1); }
.why-panel:hover .why-btn-tx { color: #fff; }
.why-panel.open .why-btn { background: var(--v); border-color: var(--v); }
.why-panel.open .why-btn-tx { color: #fff; }
.why-btn .why-ic { width: 18px; height: 18px; border-radius: 50%; border: 1px solid currentColor; color: var(--ink-3); position: relative; flex: none; transition: color .3s var(--ease), transform .4s var(--ease); }
.why-panel:hover .why-btn .why-ic { color: var(--v-bright); }
.why-panel.open .why-btn .why-ic { color: #fff; transform: rotate(135deg); }
.why-btn .why-ic::before, .why-btn .why-ic::after { content:""; position:absolute; left:50%; top:50%; background: currentColor; }
.why-btn .why-ic::before { width: 8px; height: 1.4px; transform: translate(-50%,-50%); }
.why-btn .why-ic::after { width: 1.4px; height: 8px; transform: translate(-50%,-50%); }
.why-body { display:grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s; opacity:0; }
.why-body > div { overflow: hidden; }
.why-panel.open .why-body { grid-template-rows: 1fr; opacity: 1; }
.why-body p { font-size: clamp(16px,1.8vw,20px); font-weight: 300; line-height: 1.55; color: var(--ink-2); padding: 16px 0 4px; max-width: 64ch; }

/* ---------- WHO WE ARE — rotating ecosystem circle ---------- */
.eco-section { margin-top: clamp(44px, 6vh, 80px); }
.eco-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.eco-hint { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-4); transition: color .3s; }
.eco-circle { position: relative; width: min(760px, 96vw); aspect-ratio: 1; margin: 10px auto 0; }
.eco-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.eco-spoke { stroke: var(--line); stroke-width: 1; transition: stroke .3s, opacity .3s; }
.eco-ring { fill: none; stroke: var(--line-soft); stroke-width: 1; }
.eco-ring-v { fill: none; stroke: rgba(168,85,247,0.14); stroke-width: 1; }
.eco-orbit { position: absolute; inset: 0; animation: ecospin 80s linear infinite; }
.eco-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(60,24,110,0.7), rgba(8,3,16,0.9)); border: 1px solid rgba(168,85,247,0.4);
  display: grid; place-items: center; text-align: center; padding: 10px; z-index: 5; box-shadow: 0 0 60px -20px var(--v-glow); }
.eco-center span { font-size: clamp(13px, 1.5vw, 18px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.18; color: #fff; }
.eco-center .ec-sub { display:block; font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v-ink); margin-bottom: 8px; }
.eco-item { position: absolute; transform: translate(-50%,-50%); z-index: 3; }
.eco-item-inner { animation: ecospin-rev 80s linear infinite; transform-origin: center; }
.eco-circle.paused .eco-orbit, .eco-circle.paused .eco-item-inner { animation-play-state: paused; }

/* refined compact nodes — small by default, grow + reveal on hover */
.eco-node { position: relative; width: 138px; max-width: 30vw; min-height: 0; gap: 0; overflow: visible; background: rgba(14,14,17,0.92); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; cursor: pointer;
  transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease); }
.eco-node .en-head { display: flex; align-items: center; gap: 8px; }
.eco-node .en-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-4); flex: none; transition: background .3s, box-shadow .3s; }
.eco-node .en-title { font-size: 12.5px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.15; color: var(--ink-2); transition: color .3s; }
.eco-node .en-pop { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .42s var(--ease), opacity .3s, margin .3s; }
.eco-node .en-pop-in { min-height: 0; }
.eco-node .en-tag { font-size: 11px; font-style: italic; color: var(--v-ink); font-weight: 300; display: block; }
.eco-node .en-desc { font-size: 12px; line-height: 1.45; color: var(--ink-3); display: block; margin-top: 5px; }
.eco-node.stat { width: 118px; text-align: center; background: linear-gradient(165deg, rgba(60,24,110,0.55), rgba(12,5,24,0.78)); border-color: rgba(168,85,247,0.32); padding: 13px 12px; }
.eco-node.stat .en-stat { display: block; font-size: 26px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(120deg,#fff,var(--v-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eco-node.stat .en-title { display: block; margin-top: 5px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; color: var(--v-ink); }
.eco-node.active { border-color: rgba(168,85,247,0.55); }
.eco-node.active .en-dot { background: var(--v); box-shadow: 0 0 0 3px rgba(168,85,247,0.18); }
.eco-node.active .en-title { color: var(--ink); }
.eco-node:hover { width: 196px; border-color: var(--v); background: rgba(21,21,26,0.98); box-shadow: 0 22px 56px -20px var(--v-glow); transform: scale(1.16); z-index: 30; }
.eco-node.stat:hover { width: 168px; }
.eco-node:hover .en-dot { background: var(--v); box-shadow: 0 0 0 4px rgba(168,85,247,0.22); }
.eco-node:hover .en-title { color: #fff; }
.eco-node:hover .en-pop { max-height: 180px; opacity: 1; margin-top: 9px; }

/* phase arcs inside the ring */
.eco-phase-item { position: absolute; transform: translate(-50%,-50%); z-index: 2; pointer-events: none; }
.eco-phase { display: flex; flex-direction: column; align-items: center; gap: 7px; width: max-content; max-width: 150px; text-align: center; }
.eco-phase .ep-tick { width: 1px; height: 16px; background: linear-gradient(var(--v), transparent); opacity: .6; }
.eco-phase .ep-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--v-ink); line-height: 1.25; }
@keyframes ecospin { to { transform: rotate(360deg); } }
@keyframes ecospin-rev { to { transform: rotate(-360deg); } }
.eco-fallback { display: none; }
@media (max-width: 680px){
  .eco-circle { display: none; }
  .eco-fallback { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); margin-top: 24px; }
  .eco-fallback .eco-node { width: auto !important; max-width: none; border-radius: 0; transform: none !important; }
  .eco-fallback .eco-node .en-pop { max-height: 320px !important; opacity: 1 !important; margin-top: 8px; }
}

/* ---------- CAPABILITIES — radial callout hub ---------- */
.cap-radial { position: relative; width: 100%; max-width: 1080px; margin: clamp(52px,6vw,84px) auto 0; aspect-ratio: 16/10; }
@media (max-width: 760px){ .cap-radial { aspect-ratio: auto; height: auto; } }
.cap-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.cap-link { stroke: rgba(168,85,247,0.5); stroke-width: 1.3; fill: none; vector-effect: non-scaling-stroke; opacity: .92; transition: stroke .3s, stroke-width .3s, opacity .3s; }
.cap-link.lit { stroke: var(--v-bright); stroke-width: 1.8; opacity: 1; filter: drop-shadow(0 0 4px rgba(168,85,247,0.6)); }

.cap-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 6;
  width: clamp(122px,13vw,154px); height: clamp(122px,13vw,154px); border-radius: 50%;
  display: grid; place-items: center; text-align: center; padding: 0 16px;
  background: radial-gradient(120% 120% at 32% 26%, var(--v-bright), var(--v-deep) 72%);
  color: #fff; font-size: clamp(18px,1.9vw,24px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.05;
  box-shadow: 0 0 0 1px rgba(168,85,247,0.5), 0 26px 70px -26px var(--v-glow); }
.cap-hub::after { content:""; position:absolute; inset:-11px; border-radius:50%; border:1px solid var(--line); pointer-events:none; }

.cap-spoke { position: absolute; width: 236px; max-width: 40vw; z-index: 3; cursor: pointer; }
.cap-spoke.s-l { transform: translate(-100%,-50%); text-align: right; }
.cap-spoke.s-r { transform: translate(0,-50%); text-align: left; }
.cap-spoke .cs-title { display: flex; align-items: center; gap: 11px; }
.cap-spoke.s-l .cs-title { flex-direction: row-reverse; }
.cs-name { font-size: clamp(19px,2vw,26px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.06; color: var(--ink-2); transition: color .3s; }
.cs-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; background: var(--line-strong); transition: background .3s, box-shadow .3s; }
/* persistent micro-affordance — reads clearly as "expand me" */
.cs-exp { position: relative; width: 19px; height: 19px; border-radius: 50%; flex: none;
  border: 1px solid var(--line-strong); transition: border-color .3s, background .3s, transform .4s var(--ease); }
.cs-exp::before, .cs-exp::after { content:""; position:absolute; left:50%; top:50%; background: var(--ink-3); transition: background .3s; }
.cs-exp::before { width: 8px; height: 1.3px; transform: translate(-50%,-50%); }
.cs-exp::after { width: 1.3px; height: 8px; transform: translate(-50%,-50%); }
@media (prefers-reduced-motion: no-preference) { .cs-exp { animation: capHint 3.6s var(--ease) infinite; } }
@keyframes capHint { 0%,100% { opacity: .5; } 50% { opacity: .85; } }

.cap-spoke .cs-desc { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); margin-top: 10px; max-width: 30ch;
  display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.cap-spoke.s-l .cs-desc { margin-left: auto; }
.cap-spoke .cs-desc > span { overflow: hidden; display: block; }

.cap-spoke:hover .cs-desc, .cap-spoke.lit .cs-desc { grid-template-rows: 1fr; opacity: 1; }
.cap-spoke:hover .cs-name, .cap-spoke.lit .cs-name { color: #fff; }
.cap-spoke:hover .cs-dot, .cap-spoke.lit .cs-dot { background: var(--v); box-shadow: 0 0 0 4px rgba(168,85,247,0.18); }
.cap-spoke:hover .cs-exp, .cap-spoke.lit .cs-exp { border-color: var(--v); background: rgba(168,85,247,0.14); transform: rotate(135deg); opacity: 1; animation: none; }
.cap-spoke:hover .cs-exp::before, .cap-spoke:hover .cs-exp::after,
.cap-spoke.lit .cs-exp::before, .cap-spoke.lit .cs-exp::after { background: var(--v-bright); }
.cap-spoke:focus-visible { outline: none; }
.cap-spoke:focus-visible .cs-name { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--v); }

/* mobile fallback radial -> stacked list */
.cap-radial.flat { position: static; display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); aspect-ratio: auto; }
.cap-radial.flat .cap-svg, .cap-radial.flat .cap-hub { display: none; }
.cap-radial.flat .cap-spoke { position: static; transform: none !important; width: auto; max-width: none; background: var(--bg-card); padding: 22px 20px; text-align: left !important; }
.cap-radial.flat .cap-spoke .cs-title { flex-direction: row !important; }
.cap-radial.flat .cap-spoke .cs-exp { display: none; }
.cap-radial.flat .cap-spoke .cs-desc { grid-template-rows: 1fr; opacity: 1; max-width: none; margin-left: 0 !important; margin-top: 8px; }

/* ---------- SPARK / SPOT / START — bigger animated icons ---------- */
.sss-col .glyph { width: 72px; height: 72px; color: var(--v); }
.sss-col .glyph circle, .sss-col .glyph path { transition: transform .4s var(--ease); }
.sss-col:hover .glyph { color: var(--v-bright); }
.glyph-spark g { transform-origin: 24px 24px; animation: spinSlow 16s linear infinite; }
.sss-col:hover .glyph-spark g { animation-duration: 4s; }
.glyph-spot circle { transform-origin: 24px 24px; }
.glyph-spot circle:nth-child(1){ animation: sonar 3.2s var(--ease-io) infinite; }
.glyph-spot circle:nth-child(2){ animation: sonar 3.2s var(--ease-io) infinite 1.06s; }
.glyph-spot circle:nth-child(3){ animation: pulseDot 3.2s var(--ease-io) infinite; }
.glyph-start .gs-arrow { transform-origin: center; animation: travel 2.4s var(--ease-io) infinite; }
.glyph-start .gs-trail path { opacity: .55; animation: trailFlick 2.4s var(--ease-io) infinite; }
.glyph-start .gs-trail path:nth-child(1){ animation-delay: 0s; }
.glyph-start .gs-trail path:nth-child(2){ animation-delay: .22s; }
.glyph-start .gs-trail path:nth-child(3){ animation-delay: .44s; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes sonar { 0%{ transform: scale(.45); opacity: 0; } 25%{ opacity: 1; } 80%{ opacity: 0; } 100%{ transform: scale(1.08); opacity: 0; } }
@keyframes pulseDot { 0%,100%{ transform: scale(1); } 50%{ transform: scale(1.55); } }
@keyframes travel { 0%{ transform: translateX(-3px); } 50%{ transform: translateX(4px); } 100%{ transform: translateX(-3px); } }
@keyframes trailFlick { 0%,100%{ opacity: .2; } 50%{ opacity: .75; } }
.sss-col .txt { color: var(--ink-2); }
.sss { grid-template-columns: repeat(3, 1fr); gap: 0 clamp(20px, 3vw, 48px); }
.sss-intro { grid-column: 1 / -1; padding-right: 0; margin-bottom: clamp(40px, 5vh, 64px); max-width: 840px; }
.sss-col:nth-child(2) { border-left: none; padding-left: 0; }
@media (max-width: 700px){ .sss { grid-template-columns: 1fr; } .sss-col { border-left: none !important; border-top: 1px dashed var(--line-strong); padding: 28px 0 0 !important; } }

/* ---------- WAYS OF WORKING — gallery ---------- */
.ways-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
@media (max-width: 1000px){ .ways-gallery { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .ways-gallery { grid-template-columns: 1fr; } }
.way-card { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); cursor: pointer; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--bg-card); transition: transform .45s var(--ease), border-color .45s var(--ease); }
.way-card:hover { transform: translateY(-4px); border-color: var(--v); }
.way-card .wc-img { position: absolute; inset: 0; }
.way-card .wc-img .ph { border: none; }
.way-card .wc-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,3,10,0.1) 30%, rgba(4,3,10,0.92)); transition: opacity .4s; }
.way-card .wc-body { position: relative; z-index: 2; padding: 22px 20px; }
.way-card .wc-idx { font-size: 12px; font-weight: 200; color: var(--v-bright); letter-spacing: 0.15em; }
.way-card .wc-title { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-top: 6px; }
.way-card .wc-desc { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin-top: 8px;
  display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s var(--ease), opacity .35s; }
.way-card .wc-desc > span { overflow: hidden; display: block; }
.way-card:hover .wc-desc { grid-template-rows: 1fr; opacity: 1; }
.way-card.tall { grid-row: span 2; }

/* ---------- CASE STUDIES — filter rail, tags ---------- */
.case-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 38px 0 30px; }
.fpill { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  padding: 9px 16px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-2);
  --gc: var(--v); transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease); }
.fpill .fp-n { font-size: 11px; font-weight: 500; color: var(--ink-4); font-variant-numeric: tabular-nums; transition: color .25s; }
.fpill:hover { color: var(--ink); border-color: color-mix(in srgb, var(--gc) 55%, var(--line-strong)); }
.fpill.active { color: #fff; border-color: var(--gc); background: color-mix(in srgb, var(--gc) 18%, transparent); }
.fpill.active .fp-n { color: color-mix(in srgb, var(--gc) 70%, #fff); }

.case-card { padding-top: 26px; }
.case-card .c-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 54px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line-soft); }
.c-logo { height: 54px; padding: 0 18px; flex: none; max-width: 70%; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(255,255,255,0.75); }
.c-logo img { height: 32px; width: auto; max-width: 100%; object-fit: contain; object-position: center; display: block; }
.c-sectortag { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-4); }
.c-type { flex: none; white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; padding: 5px 12px; border-radius: 100px;
  --gc: var(--v); color: var(--gc); border: 1px solid color-mix(in srgb, var(--gc) 45%, transparent); background: color-mix(in srgb, var(--gc) 12%, transparent); }
.case-card .c-open { margin-top: auto; }

/* ---------- ASSETS — micro indicator ---------- */
.asset .a-more { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); transition: color .3s, gap .3s; }
.asset .a-more::after { content:""; width: 14px; height: 14px; border-radius: 50%; border: 1px solid currentColor; background:
  radial-gradient(circle, currentColor 0 1px, transparent 1.4px) center/100% no-repeat; position: relative; transition: transform .35s var(--ease); }
.asset .a-more .am-ic { width: 13px; height: 13px; position: relative; }
.asset .a-more .am-ic::before, .asset .a-more .am-ic::after { content:""; position:absolute; left:50%; top:50%; background: currentColor; transition: opacity .3s; }
.asset .a-more .am-ic::before { width: 9px; height: 1.3px; transform: translate(-50%,-50%); }
.asset .a-more .am-ic::after { width: 1.3px; height: 9px; transform: translate(-50%,-50%); }
.asset:hover .a-more { color: var(--v-ink); }
.asset.open .a-more .am-ic::after { opacity: 0; }
.asset .a-more::after { display: none; }

/* ---------- VISIT — auto-scroll polaroid gallery ---------- */
.visit-gallery { position: relative; margin-top: 48px; height: clamp(260px, 34vw, 420px); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.vg-track { position: absolute; top: 0; left: 0; height: 100%; display: flex; gap: 26px; align-items: center; animation: vgscroll 46s linear infinite; will-change: transform; }
.visit-gallery:hover .vg-track { animation-play-state: paused; }
.vg-card { position: relative; flex: none; height: 86%; aspect-ratio: 4/5; background: #f4f3f6; padding: 12px 12px 44px; border-radius: 3px; box-shadow: 0 30px 60px -24px rgba(0,0,0,0.8); transform: rotate(var(--rot, -2deg)); transition: transform .4s var(--ease); }
.vg-card:nth-child(even){ aspect-ratio: 5/4; }
.vg-card:hover { transform: rotate(0deg) translateY(-6px) scale(1.02); z-index: 5; }
.vg-card .vg-ph { width: 100%; height: 100%; }
.vg-card .vg-ph .ph { border-color: rgba(0,0,0,0.18); background-color: #e7e5ec; background-image: repeating-linear-gradient(135deg, rgba(124,58,237,0.14) 0 1px, transparent 1px 11px); }
.vg-card .vg-ph .ph::after { color: #6b6577; border-color: rgba(0,0,0,0.18); background: rgba(255,255,255,0.6); }
.vg-card .vg-label { position: absolute; left: 12px; right: 12px; bottom: 14px; font-size: 12px; color: #2a2533; font-weight: 500; letter-spacing: 0.01em; text-align: center; font-family: ui-monospace, "SF Mono", Menlo, monospace; }
@keyframes vgscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce){
  .vg-track, .eco-orbit, .eco-item-inner, .glyph-spark g, .glyph-spot circle, .glyph-start .gs-arrow, .glyph-start .gs-trail path, .feat-dot, .ksa-land.draw { animation: none !important; }
  .ksa-land.draw { stroke-dashoffset: 0 !important; }
}

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  html.has-custom-cursor,
  html.has-custom-cursor * { cursor: none !important; }

  .cursor-dot,
  .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.25s ease;
    will-change: transform;
  }
  body.cursor-on .cursor-dot,
  body.cursor-on .cursor-ring { opacity: 1; }

  /* precise inner dot — tracks instantly */
  .cursor-dot {
    width: 7px; height: 7px;
    margin: 0;
    background: var(--v-bright);
    box-shadow: 0 0 12px var(--v-glow), 0 0 2px var(--v-bright);
    transition: opacity 0.25s ease, width 0.2s var(--ease), height 0.2s var(--ease), background 0.2s ease;
  }

  /* trailing ring — eased follow via JS */
  .cursor-ring {
    width: 36px; height: 36px;
    border: 1.5px solid rgba(168, 85, 247, 0.55);
    box-shadow: 0 0 14px rgba(168, 85, 247, 0.12) inset;
    transition: opacity 0.25s ease, width 0.28s var(--ease), height 0.28s var(--ease),
                border-color 0.28s var(--ease), background-color 0.28s var(--ease);
  }

  /* hover over interactive element — ring blooms, dot shrinks */
  body.cursor-hover .cursor-ring {
    width: 58px; height: 58px;
    border-color: var(--v-bright);
    background-color: rgba(168, 85, 247, 0.07);
  }
  body.cursor-hover .cursor-dot {
    width: 4px; height: 4px;
  }

  /* press — quick contraction */
  body.cursor-down .cursor-ring {
    width: 26px; height: 26px;
    border-color: var(--v-bright);
  }
  body.cursor-down.cursor-hover .cursor-ring {
    width: 46px; height: 46px;
  }
  body.cursor-down .cursor-dot {
    width: 9px; height: 9px;
  }
}

/* ============================================================
   v3 — RESTRUCTURE: image hero · glance · mode panels · close
   ============================================================ */

/* ---------- HERO (full-bleed image + dark overlay) ---------- */
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg .ph { border: none; border-radius: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.5); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.38) 42%, rgba(0,0,0,0.78) 100%),
    linear-gradient(118deg, rgba(124,58,237,0.42), transparent 56%),
    radial-gradient(120% 90% at 100% 0%, rgba(168,85,247,0.28), transparent 50%); }
.hero .hero-grid-bg { z-index: 2; opacity: .5; }
.hero-inner { z-index: 3; }
.hero h1.display { font-size: clamp(34px, 4.7vw, 70px); line-height: 0.98; letter-spacing: -0.03em; max-width: 20ch; }
.hero-lead { margin-top: 32px; font-size: clamp(18px, 2.1vw, 25px); line-height: 1.45; font-weight: 300;
  color: var(--ink-2); max-width: 60ch; text-wrap: pretty; }
.hero-lead b { color: var(--v-ink); font-weight: 500; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 44px; }
.btn-primary { display: inline-flex; align-items: center; gap: 13px; padding: 16px 28px; background: var(--v);
  color: #fff; border-radius: 100px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease); }
.btn-primary:hover { transform: translateY(-2px); background: var(--v-bright); box-shadow: 0 18px 50px -18px var(--v-glow); }
.btn-primary svg { width: 20px; height: 9px; }
.btn-ghost { display: inline-flex; align-items: center; gap: 12px; padding: 16px 26px; border: 1px solid var(--line-strong);
  border-radius: 100px; font-size: 15px; font-weight: 500; color: var(--ink); transition: border-color .3s var(--ease), background .3s var(--ease); }
.btn-ghost:hover { border-color: var(--v); background: rgba(168,85,247,0.1); }
.btn-ghost .pt { width: 9px; height: 9px; border-right: 1.5px solid var(--v); border-bottom: 1.5px solid var(--v); transform: rotate(-45deg); }

/* ---------- CIC AT A GLANCE ---------- */
.glance-lead { font-size: clamp(26px, 3.6vw, 46px); font-weight: 300; letter-spacing: -0.025em; line-height: 1.12;
  max-width: 22ch; text-wrap: balance; }
.glance-lead b { font-weight: 700; }
.glance-lead .hl { color: var(--v); font-weight: 600; }
.glance-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: clamp(48px, 7vh, 88px); }
@media (max-width: 760px){ .glance-stats { grid-template-columns: 1fr; } }
.glance-stat { background: var(--bg); padding: clamp(30px, 3.4vw, 48px) clamp(24px, 2.4vw, 36px); display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; }
.glance-stat::before { content:""; position:absolute; left:0; top:0; height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--v), transparent); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
.glance-stat.in::before { transform: scaleX(1); }
.glance-stat .gs-n { font-size: clamp(54px, 7vw, 96px); font-weight: 200; letter-spacing: -0.04em; line-height: 0.9;
  background: linear-gradient(150deg, #fff 10%, var(--v-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.glance-stat .gs-l { font-size: clamp(16px, 1.6vw, 19px); font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.glance-stat .gs-s { font-size: 14px; font-weight: 300; line-height: 1.5; color: var(--ink-3); }

/* ---------- HOW WE DO IT — mode panels (alternating) ---------- */
.modes-head .sub { margin-top: 16px; font-size: clamp(15px, 1.7vw, 19px); color: var(--ink-3); font-weight: 300; }
.modes { margin-top: clamp(56px, 8vh, 104px); display: flex; flex-direction: column; gap: clamp(56px, 9vh, 120px); }
.mode-panel { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.mode-panel.media-right .mode-text { order: 1; }
.mode-panel.media-right .mode-media { order: 2; }
@media (max-width: 880px){ .mode-panel, .mode-panel.media-right .mode-text, .mode-panel.media-right .mode-media { grid-template-columns: 1fr; order: 0 !important; } .mode-panel { gap: 28px; } }

.mode-text { display: flex; flex-direction: column; align-items: flex-start; }
.mode-icon { display: block; margin-bottom: 22px; }
.mode-icon .glyph { width: clamp(54px, 5vw, 68px); height: clamp(54px, 5vw, 68px); color: var(--v); }
.mode-panel:hover .mode-icon .glyph { color: var(--v-bright); }
.mode-num { font-size: 14px; font-weight: 200; letter-spacing: 0.3em; color: var(--ink-4); font-variant-numeric: tabular-nums; }
.mode-name { font-size: clamp(48px, 6.4vw, 92px); font-weight: 800; letter-spacing: -0.035em; line-height: 0.92; margin-top: 0; }
.mode-verbs { font-size: clamp(18px, 2vw, 24px); font-weight: 300; font-style: italic; color: var(--v-ink); margin-top: 14px; }
.mode-best { display: flex; gap: 12px; align-items: baseline; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); width: 100%; }
.mode-best .mb-k { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-4); white-space: nowrap; flex: none; }
.mode-best .mb-v { font-size: clamp(15px, 1.7vw, 18px); font-weight: 400; color: var(--ink-2); line-height: 1.4; }

/* read-more inline disclosure */
.mode-more { width: 100%; }
.mode-more-btn { display: inline-flex; align-items: center; gap: 11px; margin-top: 24px; padding: 11px 13px 11px 19px;
  border: 1px solid var(--line-strong); border-radius: 100px; transition: border-color .3s var(--ease), background .3s var(--ease); }
.mode-more-btn .mmb-tx { font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); transition: color .3s; }
.mode-more-btn:hover { border-color: var(--v); background: rgba(168,85,247,0.1); }
.mode-more-btn:hover .mmb-tx { color: #fff; }
.mode-more.open .mode-more-btn { background: var(--v); border-color: var(--v); }
.mode-more.open .mode-more-btn .mmb-tx { color: #fff; }
.mode-more-btn .mmb-ic { width: 17px; height: 17px; border-radius: 50%; border: 1px solid currentColor; color: var(--ink-3); position: relative; transition: color .3s, transform .4s var(--ease); }
.mode-more-btn:hover .mmb-ic, .mode-more.open .mode-more-btn .mmb-ic { color: #fff; }
.mode-more.open .mode-more-btn .mmb-ic { transform: rotate(135deg); }
.mode-more-btn .mmb-ic::before, .mode-more-btn .mmb-ic::after { content:""; position:absolute; left:50%; top:50%; background: currentColor; }
.mode-more-btn .mmb-ic::before { width: 8px; height: 1.3px; transform: translate(-50%,-50%); }
.mode-more-btn .mmb-ic::after { width: 1.3px; height: 8px; transform: translate(-50%,-50%); }
.mode-more-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease), opacity .4s; opacity: 0; }
.mode-more-body > div { overflow: hidden; }
.mode-more.open .mode-more-body { grid-template-rows: 1fr; opacity: 1; }
.mode-more-body p { font-size: clamp(15px, 1.7vw, 17px); font-weight: 300; line-height: 1.6; color: var(--ink-2); padding-top: 20px; max-width: 56ch; }

/* video thumbnail with play + quote overlay */
.mode-media { position: relative; }
.mode-video { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: #050308; aspect-ratio: 16/10; cursor: pointer; }
.mode-video .ph { border: none; border-radius: 0; }
.mode-video .mv-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.mode-video::after { content:""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(150deg, rgba(124,58,237,0.42), rgba(8,3,16,0.12) 52%, rgba(168,85,247,0.34)); mix-blend-mode: screen; }
.mode-video::before { content:""; position:absolute; left:0; top:0; width:26px; height:26px; z-index: 5;
  border-left: 1px solid var(--v); border-top: 1px solid var(--v); opacity:.6; pointer-events: none; }
.mv-scrim { position: absolute; inset: 0; z-index: 3; background: linear-gradient(0deg, rgba(4,3,10,0.86), rgba(4,3,10,0.05) 55%); transition: opacity .5s var(--ease); }
.mv-quote { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: clamp(22px, 3vw, 38px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.mv-quote .mq-tx { font-size: clamp(16px, 1.7vw, 21px); font-weight: 400; line-height: 1.32; letter-spacing: -0.01em; color: #fff; text-wrap: pretty; }
.mv-quote .mq-tx::before { content:"\201C"; color: var(--v-bright); margin-right: 2px; }
.mv-quote .mq-at { display: block; margin-top: 12px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v-ink); font-weight: 600; }
.mv-tag { position: absolute; top: 16px; right: 16px; z-index: 4; font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; padding: 6px 12px; border-radius: 100px; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px); }
.mv-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 5; width: clamp(66px, 7vw, 90px); height: clamp(66px, 7vw, 90px); border-radius: 50%;
  background: rgba(168,85,247,0.18); border: 1.5px solid var(--v-bright); backdrop-filter: blur(4px); display: grid; place-items: center;
  transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease); }
.mv-play::after { content:""; width: 0; height: 0; margin-left: 5px; border-left: 17px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.mode-video:hover .mv-play { transform: translate(-50%,-50%) scale(1.08); background: var(--v); box-shadow: 0 0 0 12px rgba(168,85,247,0.12); }
.mode-video.playing .mv-scrim { opacity: 0; }
.mode-video.playing .mv-quote { opacity: 0; transform: translateY(14px); }
.mode-video.playing .mv-play { opacity: 0; pointer-events: none; }
.mv-playing-note { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 6; opacity: 0; transition: opacity .5s var(--ease) .25s;
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); text-align: center; pointer-events: none; }
.mode-video.playing .mv-playing-note { opacity: 1; }

.see-more { display: flex; justify-content: center; margin-top: clamp(56px, 8vh, 96px); }
.see-more a { display: inline-flex; align-items: center; gap: 14px; font-size: clamp(14px, 1.5vw, 16px); font-weight: 600;
  letter-spacing: 0.01em; color: var(--ink); padding: 15px 30px; border: 1px solid var(--line-strong); border-radius: 100px;
  transition: border-color .3s var(--ease), background .3s var(--ease), gap .3s var(--ease); }
.see-more a:hover { border-color: var(--v); background: rgba(168,85,247,0.1); gap: 20px; }
.see-more a svg { width: 24px; height: 9px; color: var(--v); }

/* ---------- GALLERY header ---------- */
.gallery-head { display: flex; flex-direction: column; gap: 16px; max-width: 720px; }

/* ---------- CLOSE / CTA ---------- */
.close-cta { position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(120% 100% at 50% 0%, rgba(60,24,110,0.42), transparent 60%), linear-gradient(180deg, #06030d, #000); }
.close-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.close-cta h2 { font-size: clamp(40px, 6.4vw, 88px); font-weight: 800; letter-spacing: -0.035em; line-height: 0.98; }
.close-sub { margin: 26px auto 0; font-size: clamp(18px, 2.1vw, 24px); font-weight: 300; color: var(--ink-2); max-width: 56ch; line-height: 1.45; text-wrap: pretty; }

/* three primary CTAs */
.cta-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(40px, 6vh, 60px); text-align: left; }
@media (max-width: 880px){ .cta-trio { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.cta-card { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 10px; padding: clamp(14px, 1.8vw, 20px) clamp(24px, 3vw, 36px);
  border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(20,8,38,0.5), rgba(10,4,20,0.36));
  transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease); }
.cta-card:hover { border-color: var(--v); transform: translateY(-4px); background: linear-gradient(165deg, rgba(40,15,76,0.66), rgba(14,5,28,0.48)); box-shadow: 0 24px 60px -30px var(--v-glow); }
.cta-card.feature { border-color: rgba(168,85,247,0.5); background: linear-gradient(165deg, rgba(48,18,92,0.6), rgba(14,5,28,0.5)); }
.cc-ic { width: 50px; height: 50px; flex: none; border-radius: 12px; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--v-bright);
  transition: border-color .4s var(--ease), background .4s var(--ease); }
.cta-card:hover .cc-ic { border-color: var(--v); background: rgba(168,85,247,0.12); }
.cc-ic svg { width: 26px; height: 26px; }
.cc-k { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-4); margin-top: 4px; }
.cc-title { font-size: clamp(22px, 2.3vw, 28px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; }
.cc-desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-3); font-weight: 300; }
.cc-go { margin-top: auto; padding-top: 10px; display: inline-flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); transition: color .3s, gap .3s; }
.cta-card:hover .cc-go { color: var(--v-ink); gap: 17px; }
.cc-go svg { width: 18px; height: 8px; color: var(--v); }
.cc-badge { position: absolute; top: 16px; right: 16px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #fff;
  padding: 5px 11px; border-radius: 100px; background: var(--v); }

/* cycling question box — tied to general enquiry */
.ask-box { display: flex; align-items: center; gap: clamp(16px, 3vw, 32px); margin-top: 20px; padding: 18px 20px 18px clamp(22px, 3vw, 30px);
  border: 1px solid var(--line); border-radius: 100px; background: rgba(168,85,247,0.04); text-align: left; }
@media (max-width: 680px){ .ask-box { flex-direction: column; align-items: stretch; gap: 16px; border-radius: var(--r-lg); text-align: center; } }
.ask-left { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1 1 auto; }
.ask-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-4); }
.ask-rotor { position: relative; min-height: 1.5em; }
.ask-q { font-size: clamp(16px, 1.9vw, 20px); font-weight: 400; color: #fff; letter-spacing: -0.01em; line-height: 1.3;
  transition: opacity .4s var(--ease), transform .4s var(--ease); display: inline-block; }
.ask-q.swap { opacity: 0; transform: translateY(8px); }
.ask-send { flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 24px; border-radius: 100px;
  background: var(--v); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease); }
.ask-send:hover { background: var(--v-bright); transform: translateY(-2px); box-shadow: 0 16px 40px -18px var(--v-glow); }
.ask-send svg { width: 18px; height: 8px; }
.close-foot { margin-top: clamp(48px, 7vh, 76px); padding-top: 30px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; align-items: center; font-size: 13.5px; color: var(--ink-4); }
.close-foot a { color: var(--ink-3); border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.close-foot a:hover { color: var(--v-ink); border-color: var(--v); }
.close-foot .sep { color: var(--line-strong); }

/* ============================================================
   CLIENT LOGO MARQUEE — "companies we've worked with"
   ============================================================ */
.logos-strip { padding-block: clamp(56px, 9vh, 104px); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, #050308, #000); overflow: hidden; }
.logos-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: clamp(38px, 5.5vh, 64px); }
.logos-head .eyebrow { display: inline-flex; align-items: center; gap: 11px; }
.logos-head .eyebrow::before, .logos-head .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--line-strong); }
.logos-head p { font-size: clamp(17px, 2vw, 23px); font-weight: 300; color: var(--ink-2); letter-spacing: -0.01em; max-width: 32ch; text-wrap: balance; }
.logos-head p b { font-weight: 600; color: #fff; }

.marquee { position: relative; width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee + .marquee { margin-top: clamp(18px, 2.5vh, 30px); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marqueeScroll 64s linear infinite; will-change: transform; }
.marquee.rev .marquee-track { animation-direction: reverse; animation-duration: 72s; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.marquee-logo { flex: none; display: inline-flex; align-items: center; justify-content: center; height: 42px; padding-inline: clamp(26px, 3.4vw, 56px); }
.marquee-logo img { height: 100%; width: auto; max-width: 158px; object-fit: contain; opacity: 0.5;
  transition: opacity .4s var(--ease), filter .4s var(--ease); }
.marquee-logo:hover img { opacity: 0.5; }
@media (max-width: 600px){ .marquee-logo { height: 32px; } }
@media (prefers-reduced-motion: reduce){
  .marquee { mask-image: none; -webkit-mask-image: none; }
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; gap: 14px clamp(20px,4vw,44px); }
  .marquee[aria-hidden="true"] { display: none; }
}

/* ---------- CASE STUDIES standalone page header ---------- */
.cs-page-hero { padding-top: clamp(120px, 16vh, 180px); }
.cs-back { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 0.04em; color: var(--ink-3); margin-bottom: 30px; transition: color .3s, gap .3s; }
.cs-back:hover { color: var(--v-ink); gap: 15px; }
.cs-back svg { width: 18px; height: 8px; transform: rotate(180deg); color: var(--v); }

/* ── LOGO STRIP: single-line header ── */
.logos-head--inline {
  justify-content: center !important; text-align: center !important;
  margin-bottom: clamp(28px,4vh,48px) !important;
}
.logos-head--inline p {
  font-size: clamp(13px,1.3vw,16px) !important; max-width: none !important;
  margin: 0 !important; color: var(--ink-3); font-weight: 400;
}

/* ── LOGOS CTA ── */
.logos-cta-wrap { text-align: center; padding-top: clamp(24px,3.2vh,40px); }
.logos-cta {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase;
  font-weight: 600; color: var(--ink-4);
  border-bottom: 1px solid var(--line-soft); padding-bottom: 3px;
  transition: color .3s var(--ease), border-color .3s var(--ease), gap .3s var(--ease);
}
.logos-cta:hover { color: var(--v-ink); border-color: var(--v); gap: 16px; }
.logos-cta svg { width: 16px; height: 7px; flex-shrink: 0; }

/* ── LOGO HOVER TOOLTIP ── */
.marquee-logo { position: relative; }
.marquee-logo[data-case] { cursor: pointer; }
.logo-tip {
  position: absolute; bottom: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--bg-card); border: 1px solid var(--line-strong);
  border-radius: 8px; padding: 8px 14px; white-space: nowrap;
  pointer-events: none; opacity: 0;
  transition: opacity .22s var(--ease), transform .22s var(--ease);
  z-index: 200;
}
.marquee-logo:hover .logo-tip { opacity: 1; transform: translateX(-50%) translateY(0); }
.lt-cta { display: block; font-size: 11px; color: var(--v-ink); }

/* ── GALLERY: real photos ── */
.vg-ph img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }

/* ── PIPELINE: 3-col ── */
.gf-steps { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 900px){ .gf-steps { grid-template-columns: 1fr !important; } }

/* ── MODE VIDEO ── */
.mv-video-el {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; background: #000; z-index: 2; display: none;
}
/* started = video has been played; thumbnail replaced forever */
.mode-video.started .mv-img  { display: none !important; }
.mode-video.started .mv-play { opacity: 0 !important; pointer-events: none; }
.mode-video.started .mv-video-el { display: block !important; z-index: 20 !important; cursor: default; }
.mode-video.started { cursor: default; }
/* overlays must not block native controls */
.mode-video.started .mv-scrim,
.mode-video.started .mv-tag,
.mode-video.started .mv-quote { pointer-events: none; }
/* playing = hide quote */
.mode-video.playing .mv-scrim  { opacity: 0; }
.mode-video.playing .mv-quote  { opacity: 0 !important; transform: translateY(14px) !important; }
.mode-video.playing .mv-playing-note { opacity: 0 !important; }
/* paused-after-start = show quote above frozen frame */
.mode-video.started:not(.playing) .mv-quote { z-index: 21 !important; opacity: 1 !important; transform: none !important; }
.mode-video.started:not(.playing) .mv-scrim { opacity: 1; }

/* ── VIDEO: the playing video fits (letterbox ok); the poster thumbnail fills the box ── */
.mode-video .mv-img { object-fit: cover !important; background: #000; }

/* ── QUOTE + PLAY: smaller so play never covers the quote ── */
.mv-quote { padding: clamp(16px, 2.2vw, 26px) !important;
  background: linear-gradient(0deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.72) 48%, rgba(0,0,0,0) 100%) !important; }
.mv-quote .mq-tx { font-size: clamp(13px, 1.25vw, 16px) !important; line-height: 1.36 !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.6); }
.mv-quote .mq-at { font-size: 11px !important; margin-top: 9px !important; }
.mv-play { width: clamp(44px, 4.4vw, 58px) !important; height: clamp(44px, 4.4vw, 58px) !important; }
.mv-play::after { border-left-width: 11px !important; border-top-width: 7px !important; border-bottom-width: 7px !important; margin-left: 3px !important; }
.mode-video:hover .mv-play { box-shadow: 0 0 0 9px rgba(168,85,247,0.12) !important; }

/* ── HERO: stop masked lines from clipping the descender of "g" ── */
.line-mask { padding-bottom: 0.15em; margin-bottom: -0.15em; }

/* ── NAVBAR: real CIC mark + more legible sub-label ── */
.brand .mark {
  width: 30px; height: 30px;
  background: url("assets/cic-riyadh-logo.svg") center / contain no-repeat;
}
.brand .mark::before, .brand .mark::after { content: none !important; display: none !important; }
.brand span { color: var(--ink-2) !important; font-weight: 400 !important; }

/* ============================================================
   GLOBAL NETWORK — accurate rotating globe + city rail
   ============================================================ */
.net-section { background: radial-gradient(120% 90% at 88% 12%, rgba(76,30,138,0.28), transparent 56%), linear-gradient(180deg, #05030b, #000); overflow: hidden; }
.net-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 84px); align-items: center; }
@media (max-width: 920px){ .net-grid { grid-template-columns: 1fr; gap: 18px; } }

.net-lead { font-size: clamp(17px, 1.9vw, 21px); font-weight: 300; line-height: 1.55; color: var(--ink-2); margin-top: 24px; max-width: 56ch; text-wrap: pretty; }
.net-lead b { color: #fff; font-weight: 600; }
.net-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px clamp(28px, 4vw, 52px); margin-top: 38px; max-width: 420px; }
.net-meta-stat { display: flex; flex-direction: column; gap: 7px; }
.nm-n { font-size: clamp(36px, 4.4vw, 56px); font-weight: 200; color: var(--v); letter-spacing: -0.035em; line-height: 1; font-variant-numeric: tabular-nums; }
.nm-l { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); max-width: 20ch; line-height: 1.4; }

.net-city-list { display: flex; flex-wrap: wrap; align-items: center; margin-top: 28px; gap: 0; line-height: 2; }
.net-city { background: none; border: none; padding: 0; font-family: var(--font); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-4); cursor: pointer; transition: color .2s var(--ease); white-space: nowrap; }
.net-city:hover, .net-city:focus-visible { color: var(--v-bright); outline: none; }
.net-city.hub { color: var(--ink-3); }
.nc-sep { font-size: 10px; color: rgba(255,255,255,0.15); margin: 0 7px; pointer-events: none; }

.net-globe { position: relative; display: grid; place-items: center; min-width: 0; }
.globe-holder { position: relative; width: 100%; max-width: 600px; aspect-ratio: 1; display: grid; place-items: center; }
#globeCanvas { display: block; touch-action: pan-y; }
.globe-hint { position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); font-size: 10.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ink-4); white-space: nowrap; pointer-events: none; transition: opacity .4s var(--ease); }
.globe-holder.paused .globe-hint { opacity: 0; }
@media (max-width: 920px){ .globe-holder { max-width: 460px; } }
@media (prefers-reduced-motion: reduce){ .globe-hint { display: none; } }

/* ── GALLERY LABELS: Graphik typeface ── */
.vg-card { font-family: var(--font); }
.vg-label { font-family: var(--font) !important; letter-spacing: 0.04em; }

/* ── QUOTE: closing mark + two-line attribution (name / role · company) ── */
.mv-quote .mq-at { display: flex !important; flex-direction: column; gap: 2px; font-style: normal !important; margin-top: 10px !important; }
.mv-quote .mq-name { color: var(--v-bright); font-weight: 600; font-size: 12.5px; letter-spacing: 0.01em; } .mv-quote .mq-tx::after { content:"\201D"; color: var(--v-bright); margin-left: 2px; }
.mv-quote .mq-role { color: var(--ink-3); font-weight: 400; font-size: 11px; line-height: 1.35; }

/* ── PAGE LOADER: rotating wireframe sphere until the page is ready ── */
#cic-loader {
  position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center;
  background: radial-gradient(120% 100% at 50% 40%, #0a0617, #05030b 70%, #000);
  perspective: 320px;
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
body.cic-loaded #cic-loader { opacity: 0; visibility: hidden; pointer-events: none; }
.cic-sphere {
  width: 88px; height: 88px; position: relative;
  transform-style: preserve-3d; animation: cic-rot 7s linear infinite;
}
.cic-sphere::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(192,132,252,0.55);
  box-shadow: 0 0 30px rgba(168,85,247,0.30), inset 0 0 26px rgba(168,85,247,0.18);
}
.cic-sphere i {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(168,85,247,0.40);
}
.cic-sphere i:nth-child(1){ transform: rotateY(0deg); }
.cic-sphere i:nth-child(2){ transform: rotateY(30deg); }
.cic-sphere i:nth-child(3){ transform: rotateY(60deg); }
.cic-sphere i:nth-child(4){ transform: rotateY(90deg); }
.cic-sphere i:nth-child(5){ transform: rotateY(120deg); }
.cic-sphere i:nth-child(6){ transform: rotateY(150deg); }
.cic-sphere i:nth-child(7){ transform: rotateX(90deg); opacity: .6; }
@keyframes cic-rot { to { transform: rotateY(360deg); } }
@media (prefers-reduced-motion: reduce){ .cic-sphere { animation: none; } }

