/* ============================================================
   MISSAN GROUP — Corporate Flagship
   Brand: Royal Blue #0111A2 · Orange #F85508 · Navy #00194F
   Type: Nunito (display) · Rubik (body) — per brand standards
   ============================================================ */

:root {
  --royal: #0111A2;
  --orange: #F85508;
  --navy: #00194F;
  --ink: #060B1E;
  --white: #FFFFFF;
  --mist: rgba(255, 255, 255, 0.78);
  --mist-soft: rgba(255, 255, 255, 0.55);
  --line: rgba(255, 255, 255, 0.14);
  --copper: #B87863;
  --cream: #F2E4CD;
  --espresso: #2B1A14;
  --font-display: "Nunito", sans-serif;
  --font-body: "Rubik", sans-serif;
  --font-arabic: "Cairo", sans-serif;
  --maxw: 1180px;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; }
a:hover { color: #ff7a33; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
::selection { background: var(--orange); color: var(--white); }

/* ---------- Typography ---------- */

.eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.74rem;
  color: var(--orange);
  display: block;
  margin-bottom: 16px;
}

.title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  color: var(--white);
}

.title .grad {
  background: linear-gradient(100deg, var(--orange) 10%, #ffb088 60%, #ffd9c4 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  color: var(--mist);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 300;
  max-width: 740px;
}

.section { padding: clamp(80px, 11vw, 140px) 0; position: relative; }
.section-head { margin-bottom: clamp(40px, 6vw, 70px); }
.section-head.center { text-align: center; }
.section-head.center .lead { margin: 18px auto 0; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  padding: 17px 38px;
  border-radius: 60px;
  background: linear-gradient(120deg, var(--orange), #ff7a33);
  color: var(--white);
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(248, 85, 8, 0.35);
  color: var(--white);
}

.btn.ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn.ghost:hover { border-color: var(--orange); color: #ffb088; box-shadow: none; }

.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Nav ---------- */

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 0; transition: padding 0.35s ease, box-shadow 0.35s ease; }

/* Glass layer on ::before — backdrop-filter on .nav itself would trap the
   fixed-position mobile menu inside the navbar (containing-block bug) */
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(4, 8, 24, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.nav.scrolled { padding: 12px 0; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45); }
.nav.scrolled::before { opacity: 1; }

.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo img { height: 30px; width: auto; }

.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }

.nav-links a {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mist);
}

.nav-links a:hover, .nav-links a.active { color: #ffb088; }

.nav-cta {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 11px 26px;
  border-radius: 50px;
  background: var(--orange);
  color: var(--white) !important;
}

.nav-cta:hover { background: #ff7a33; }

.nav-burger { display: none; background: none; border: none; width: 40px; height: 40px; cursor: pointer; position: relative; z-index: 110; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 6px auto; transition: 0.3s; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(90% 90% at 85% 10%, rgba(1, 17, 162, 0.55), transparent 60%),
    radial-gradient(70% 70% at 10% 90%, rgba(248, 85, 8, 0.18), transparent 60%),
    linear-gradient(160deg, #04081f 0%, var(--navy) 55%, #04081f 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(80% 70% at 60% 30%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(80% 70% at 60% 30%, #000 0%, transparent 75%);
}

.hero-content { max-width: var(--maxw); margin: 0 auto; padding: 150px 24px clamp(70px, 10vh, 120px); width: 100%; }

.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.hero-kicker .ar { font-family: var(--font-arabic); color: #ffb088; font-weight: 600; font-size: 1.05rem; }
.hero-kicker .line { width: 56px; height: 1px; background: var(--orange); }
.hero-kicker .en { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.32em; font-size: 0.78rem; color: var(--mist-soft); }

.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.9rem, 7.6vw, 6rem);
  line-height: 1.02;
  max-width: 1000px;
}

.hero h1 .grad {
  background: linear-gradient(100deg, var(--orange) 10%, #ffb088 60%, #ffd9c4 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero .lead { margin: 26px 0 38px; max-width: 660px; }

.hero-stats-mini { display: flex; gap: 34px; margin-top: 52px; flex-wrap: wrap; }
.hero-stats-mini div { border-left: 2px solid rgba(248, 85, 8, 0.55); padding-left: 16px; }
.hero-stats-mini b { display: block; font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; color: #ffb088; line-height: 1.1; }
.hero-stats-mini span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--mist-soft); }

/* ---------- Marquee ---------- */

.marquee { background: var(--orange); overflow: hidden; padding: 14px 0; }
.marquee-track { display: inline-flex; white-space: nowrap; animation: marquee 38s linear infinite; }
.marquee span { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.85rem; color: #fff; padding: 0 26px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */

.stats { background: radial-gradient(120% 140% at 50% 0%, rgba(1, 17, 162, 0.35) 0%, transparent 70%), var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 32px; text-align: center; }

.stat b {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 5.6vw, 4.3rem);
  line-height: 1;
  background: linear-gradient(120deg, var(--orange), #ffd9c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.stat small { display: block; margin-top: 10px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.76rem; color: var(--mist-soft); }

/* ---------- Division split ---------- */

.divisions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.division {
  border-radius: var(--radius);
  padding: clamp(34px, 4vw, 54px);
  min-height: 520px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease;
}

.division:hover { transform: translateY(-8px); }

.division.tech {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(248, 85, 8, 0.16), transparent 55%),
    linear-gradient(160deg, var(--royal), var(--navy) 80%);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.division.fnb { border: 1px solid rgba(184, 120, 99, 0.4); color: var(--cream); }

.division.fnb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
}

.division.fnb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(24, 12, 7, 0.55), rgba(24, 12, 7, 0.92) 75%);
}

.division .div-label { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.72rem; color: #ffb088; margin-bottom: 18px; }
.division.fnb .div-label { color: var(--copper); }

.division h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.15; margin-bottom: 14px; }
.division p { font-weight: 300; font-size: 0.98rem; color: var(--mist); margin-bottom: 16px; }
.division.fnb p { color: rgba(242, 228, 205, 0.85); }

.division ul { list-style: none; margin: 4px 0 26px; }
.division li { padding: 7px 0 7px 26px; position: relative; font-size: 0.93rem; color: var(--mist); }
.division.fnb li { color: rgba(242, 228, 205, 0.9); }
.division li::before { content: "▸"; position: absolute; left: 0; color: var(--orange); }
.division.fnb li::before { color: var(--copper); }

.division .foot { margin-top: auto; }

/* ---------- Timeline ---------- */

.story-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.story-copy p { color: var(--mist); font-weight: 300; margin-bottom: 18px; }
.story-copy p b { color: var(--white); font-weight: 600; }

.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--orange), rgba(248, 85, 8, 0.05)); }

.tl-item { position: relative; padding-bottom: 30px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -32px; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--navy); border: 3px solid var(--orange); }
.tl-item .year { font-family: var(--font-display); font-weight: 800; color: #ffb088; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.02rem; }
.tl-item p { color: var(--mist); font-size: 0.95rem; font-weight: 300; }

/* ---------- Cards (entities / services / locations) ---------- */

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.card {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.card:hover { transform: translateY(-6px); border-color: rgba(248, 85, 8, 0.6); background: rgba(248, 85, 8, 0.05); }

.card .icon { font-size: 1.8rem; margin-bottom: 16px; display: block; }
.card h4 { font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; margin-bottom: 8px; }
.card .tag { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.66rem; color: #ffb088; display: block; margin-bottom: 10px; }
.card p { color: var(--mist); font-size: 0.9rem; font-weight: 300; }
.card .more { display: inline-block; margin-top: 14px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 0.74rem; letter-spacing: 0.14em; }

.card.brand-tile img { height: 46px; width: auto; margin-bottom: 18px; }
.card .logo-tile { background: var(--cream); border-radius: 10px; padding: 12px 16px; display: inline-flex; margin-bottom: 18px; }
.card .logo-tile img { height: 40px; width: auto; margin: 0; }

/* Photo header that bleeds to the card edges */
.card .card-img {
  margin: -32px -30px 24px;
  height: 200px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.card:hover .card-img img { transform: scale(1.07); }

.card .card-img.art {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(90% 120% at 80% 0%, rgba(184, 120, 99, 0.35), transparent 60%),
    linear-gradient(150deg, #4B2B1E, #21130c);
}

.card .card-img.art span { font-family: var(--font-arabic); font-weight: 700; font-size: 3rem; color: var(--cream); }
.card .card-img.art small { position: absolute; margin-top: 112px; font-family: var(--font-display); font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.62rem; color: rgba(242, 228, 205, 0.6); }

/* ---------- Partner / award chips ---------- */

.chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.chip {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  padding: 16px 30px;
  border-radius: 60px;
  border: 1px solid var(--line);
  color: var(--mist);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}

.chip b { color: #ffb088; font-weight: 800; }
.chip:hover { border-color: rgba(248, 85, 8, 0.6); transform: translateY(-3px); }

.award {
  text-align: center;
  padding: 40px 30px;
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(248, 85, 8, 0.12), rgba(248, 85, 8, 0.02));
  border: 1px solid rgba(248, 85, 8, 0.3);
}

.award .icon { font-size: 2.2rem; display: block; margin-bottom: 14px; }
.award h4 { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; margin-bottom: 6px; }
.award small { color: var(--mist-soft); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.7rem; font-family: var(--font-display); font-weight: 700; }

/* ---------- Founder ---------- */

.founder { background: radial-gradient(100% 120% at 50% 110%, rgba(1, 17, 162, 0.4), transparent 65%), var(--ink); text-align: center; }

.founder blockquote { font-size: clamp(1.3rem, 2.8vw, 1.9rem); font-weight: 300; font-style: italic; color: var(--white); max-width: 880px; margin: 0 auto; line-height: 1.55; }
.founder blockquote::before { content: "“"; color: var(--orange); font-size: 1.6em; vertical-align: -0.2em; margin-right: 6px; font-style: normal; }
.founder blockquote::after { content: "”"; color: var(--orange); font-size: 1.6em; vertical-align: -0.35em; margin-left: 6px; font-style: normal; }

.founder .who { margin-top: 28px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.8rem; color: #ffb088; }
.founder .who small { display: block; color: var(--mist-soft); letter-spacing: 0.14em; margin-top: 4px; font-size: 0.7rem; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  overflow: hidden;
  padding: clamp(46px, 7vw, 90px) clamp(28px, 6vw, 80px);
  background:
    radial-gradient(110% 130% at 90% 0%, rgba(248, 85, 8, 0.3), transparent 55%),
    linear-gradient(140deg, var(--royal), var(--navy) 85%);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-band.warm { background: linear-gradient(120deg, var(--espresso), #170d09); border-color: rgba(184, 120, 99, 0.4); }
.cta-band.photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6, 11, 30, 0.92) 35%, rgba(6, 11, 30, 0.5)); }
.cta-band.photo { background-size: cover; background-position: center; }
.cta-band + .cta-band { margin-top: 30px; }

.cta-band h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.08; max-width: 640px; margin-bottom: 16px; }
.cta-band p { color: var(--mist); max-width: 560px; font-weight: 300; margin-bottom: 30px; }

/* ---------- Page hero (inner) ---------- */

.page-hero {
  position: relative;
  isolation: isolate;
  padding: 200px 0 90px;
  background:
    radial-gradient(90% 90% at 85% 10%, rgba(1, 17, 162, 0.5), transparent 60%),
    linear-gradient(160deg, #04081f, var(--navy));
  overflow: hidden;
}

.page-hero.photo { background-size: cover; background-position: center; }
.page-hero.photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 11, 30, 0.7), rgba(6, 11, 30, 0.94)); }

.page-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.05; max-width: 900px; }
.page-hero h1 .grad { background: linear-gradient(100deg, var(--orange), #ffd9c4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero .lead { margin-top: 22px; }

/* ---------- Gallery ---------- */

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery .g { border-radius: 14px; overflow: hidden; aspect-ratio: 1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.gallery .g:hover img { transform: scale(1.08); }

/* ---------- Footer ---------- */

footer { background: #030615; padding: 80px 0 0; border-top: 1px solid var(--line); }

.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 44px; padding-bottom: 60px; }
.foot-grid img.foot-logo { height: 32px; width: auto; margin-bottom: 20px; }
.foot-grid p { color: var(--mist-soft); font-size: 0.88rem; font-weight: 300; }
.foot-grid h5 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.78rem; color: #ffb088; margin-bottom: 18px; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 10px; }
.foot-grid li a, .foot-grid li span { color: var(--mist-soft); font-size: 0.9rem; }
.foot-grid li a:hover { color: #ffb088; }

.foot-bottom { border-top: 1px solid var(--line); padding: 26px 0; text-align: center; color: rgba(255, 255, 255, 0.4); font-size: 0.78rem; letter-spacing: 0.06em; }

/* ---------- Reveal ---------- */

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Split hero (two-worlds) ---------- */

.split-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; }

.split-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 92px;
  pointer-events: none;
}

.split-top .ar { font-family: var(--font-arabic); color: #ffb088; font-weight: 600; font-size: 1rem; }
.split-top .line { width: 46px; height: 1px; background: var(--orange); }
.split-top .en { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.72rem; color: var(--mist); }

.split-side {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 170px clamp(28px, 4vw, 60px) 70px;
  overflow: hidden;
  color: var(--white);
}

.split-side::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform 0.9s ease; }
.split-side:hover::before { transform: scale(1.06); }

.split-side.tech::before {
  background:
    radial-gradient(90% 90% at 80% 12%, rgba(1, 17, 162, 0.75), transparent 62%),
    linear-gradient(160deg, #04081f 0%, var(--royal) 58%, #030716 100%);
}

.split-side.tech::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(85% 85% at 50% 35%, #000, transparent 82%);
  -webkit-mask-image: radial-gradient(85% 85% at 50% 35%, #000, transparent 82%);
}

.split-side.fnb::before {
  background-image: linear-gradient(180deg, rgba(18, 9, 5, 0.45), rgba(18, 9, 5, 0.9) 78%), url("../img/fnb/roast_hero.jpg");
  background-size: cover;
  background-position: center;
}

.split-side .side-label {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.74rem;
  color: #ffb088;
  margin-bottom: 14px;
}

.split-side.fnb .side-label { color: var(--copper); }

.split-side h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 14px;
  max-width: 480px;
}

.split-side p { color: var(--mist); font-weight: 300; font-size: 0.97rem; max-width: 440px; margin-bottom: 22px; }
.split-side.fnb p { color: rgba(242, 228, 205, 0.88); }

.side-stats { display: flex; gap: 26px; flex-wrap: wrap; margin-bottom: 28px; }
.side-stats div { border-left: 2px solid rgba(248, 85, 8, 0.55); padding-left: 13px; }
.split-side.fnb .side-stats div { border-color: rgba(184, 120, 99, 0.7); }
.side-stats b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: #ffb088; line-height: 1.15; }
.split-side.fnb .side-stats b { color: var(--cream); }
.side-stats span { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--mist-soft); }

.split-badge {
  position: absolute;
  z-index: 7;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(4, 8, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 22px;
  padding: 30px 36px;
  width: min(88vw, 380px);
  box-shadow: var(--shadow);
}

.split-badge img { height: 30px; width: auto; margin: 0 auto 14px; }

.split-badge .two {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 1.02rem;
  line-height: 1.5;
}

.split-badge .two .grad { background: linear-gradient(100deg, var(--orange), #ffd9c4); -webkit-background-clip: text; background-clip: text; color: transparent; }

.split-badge small { display: block; color: var(--mist-soft); margin-top: 10px; font-family: var(--font-display); font-weight: 700; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; }

@media (min-width: 881px) {
  .split-badge { top: 42%; width: min(30vw, 350px); }
  .split-side.tech { padding-right: clamp(56px, 17vw, 260px); }
  .split-side.fnb { padding-left: clamp(56px, 17vw, 260px); }
}

/* ---------- Dual division stats ---------- */

.dual-stats .row {
  display: grid;
  grid-template-columns: 210px repeat(4, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.dual-stats .row:hover { border-color: rgba(248, 85, 8, 0.5); transform: translateY(-4px); }

.dual-stats .div-tag {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: #ffb088;
  line-height: 1.6;
}

.dual-stats .div-tag small { display: block; font-size: 0.62rem; color: var(--mist-soft); letter-spacing: 0.16em; }

.dual-stats .row.fnb .div-tag { color: var(--copper); }

.dual-stats .s b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.05;
  background: linear-gradient(120deg, var(--orange), #ffd9c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dual-stats .row.fnb .s b { background: linear-gradient(120deg, var(--copper), var(--cream)); -webkit-background-clip: text; background-clip: text; }

.dual-stats .s span { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--mist-soft); font-family: var(--font-display); font-weight: 700; }

.dual-stats .go {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
  padding: 12px 22px;
  border-radius: 40px;
  border: 1px solid rgba(248, 85, 8, 0.5);
  color: #ffb088;
}

.dual-stats .go:hover { background: rgba(248, 85, 8, 0.12); }

/* ---------- Proof chips (inside division cards) ---------- */

.proof-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; }

.proof-chip {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--mist);
}

.division.fnb .proof-chip { border-color: rgba(242, 228, 205, 0.35); color: rgba(242, 228, 205, 0.88); }

/* ---------- Stats strip (division pages) ---------- */

.stats-strip { padding: 56px 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.02); }
.stats-strip .stats-grid { gap: 30px 18px; }
.stats-strip .stat b { font-size: clamp(2rem, 4vw, 3rem); }

/* ---------- Responsive ---------- */

@media (max-width: 1020px) {
  .cards-3, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 36px 18px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1020px) {
  .dual-stats .row { grid-template-columns: repeat(2, 1fr); }
  .dual-stats .div-tag, .dual-stats .go { grid-column: 1 / -1; }
  .dual-stats .go { text-align: center; }
}

@media (max-width: 880px) {
  .split-hero { grid-template-columns: 1fr; }
  .split-badge { position: static; transform: none; order: -1; margin: 130px auto 0; }
  .split-top { position: static; padding: 26px 24px 0; order: -2; flex-wrap: wrap; text-align: center; }
  .split-side { min-height: 62vh; padding-top: 56px; }
  .nav-links { position: fixed; inset: 0; z-index: 105; background: #050a1c; flex-direction: column; justify-content: center; gap: 26px; transform: translateX(100%); transition: transform 0.4s ease; }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1.1rem; }
  .nav-burger { display: block; }
  .nav-burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .divisions-grid, .story-grid, .cards-2 { grid-template-columns: 1fr; }
  .division { min-height: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .cards-3, .cards-4 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-stats-mini { gap: 20px; }
}
