/* =====================================================
   DEC GLOBAL — Master Stylesheet v2
   Design language: BCG / McKinsey editorial corporate
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

/* ── TOKENS ── */
:root {
  /* Palette */
  --ink:        #0D1117;
  --ink-mid:    #1C2733;
  --navy:       #0F2040;
  --blue-deep:  #163365;
  --gold:       #B8922A;
  --gold-lt:    #D4AC4E;
  --gold-pale:  #F5EDD8;
  --mist:       #F3F5F8;
  --smoke:      #E8ECF2;
  --white:      #FFFFFF;
  --text:       #1A2332;
  --text-mid:   #4A5568;
  --text-muted: #8A96A8;
  --rule:       #D4DAE4;

  /* Type */
  --serif:  'Cormorant Garamond', Georgia, serif;
  --sans:   'DM Sans', system-ui, sans-serif;
  --mono:   'DM Mono', monospace;

  /* Layout */
  --max:    1240px;
  --gutter: clamp(40px, 6vw, 80px);
  --ease:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* ── LAYOUT ── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 10vw, 120px) 0; }
.section--dark  { background: var(--navy); }
.section--ink   { background: var(--ink); }
.section--dark p, .section--ink p { color: rgba(255,255,255,0.72); }
.section--dark h2, .section--dark h3, .section--ink h2, .section--ink h3 { color: var(--white); }
.section--mist  { background: var(--mist); }
.section--smoke { background: var(--smoke); }
.section--gold  { background: var(--gold); }

/* ── LABEL ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.eyebrow::before {
  content: ''; display: block; width: 32px; height: 1px; background: var(--gold);
}
.eyebrow--light { color: var(--gold-lt); }
.eyebrow--light::before { background: var(--gold-lt); }

/* ── HEADINGS ── */
h1,h2,h3,h4 { font-family: var(--serif); line-height: 1.1; }
h1 { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 600; }
h3 { font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; font-family: var(--sans); }
p  { line-height: 1.8; color: var(--text-mid); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 28px; border-radius: 0; cursor: pointer;
  transition: all 0.25s var(--ease);
}
.btn-gold   { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(184,146,42,0.35); }
.btn-ink    { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--blue-deep); transform: translateY(-2px); }
.btn-ghost  { border: 1px solid rgba(255,255,255,0.3); color: var(--white); }
.btn-ghost:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.btn-ghost-dark { border: 1px solid var(--rule); color: var(--text); }
.btn-ghost-dark:hover { border-color: var(--navy); color: var(--navy); }
.btn svg, .btn i { font-size: 0.9rem; transition: transform 0.2s; }
.btn:hover svg, .btn:hover i { transform: translateX(3px); }

/* ── NAV ── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: 70px; display: flex; align-items: center;
  background: rgba(13,17,23,0.97); backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
  transition: background 0.3s, box-shadow 0.3s;
}
#nav.scrolled { background: rgba(13,17,23,0.99); box-shadow: 0 2px 16px rgba(0,0,0,0.3); }
#nav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }

.nav-logo { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo__name { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; color: var(--white); letter-spacing: 0.02em; }
.nav-logo__tag  { font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-top: 1px; }

.nav-menu { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-menu a {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); transition: color 0.2s; position: relative; padding-bottom: 2px;
}
.nav-menu a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.25s; }
.nav-menu a:hover, .nav-menu a.active { color: #fff; }
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }
.nav-cta-btn { padding: 10px 22px !important; background: var(--gold); color: var(--ink) !important; font-weight: 600 !important; }
.nav-cta-btn::after { display: none !important; }
.nav-cta-btn:hover { background: var(--gold-lt) !important; color: var(--ink) !important; }

.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: #fff; transition: 0.3s; }

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative; display: grid;
  place-items: center; overflow: hidden;
  background: #112244;
}
.hero__bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(184,146,42,0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(184,146,42,0.08) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero__bg-radial {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(26,58,120,0.4) 0%, transparent 70%);
}
.hero__rule {
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, transparent 0%, var(--gold) 30%, var(--gold-lt) 70%, transparent 100%);
}
.hero__content {
  position: relative; z-index: 2;
  padding: 130px var(--gutter) 80px;
  max-width: 900px;
  margin-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
}
.hero__h1 { color: var(--white); margin-bottom: 28px; text-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.hero__h1 em { font-style: italic; color: var(--gold-lt); }
.hero__lead { font-size: clamp(1rem, 1.5vw, 1.2rem); color: rgba(255,255,255,0.88); max-width: 580px; margin-bottom: 48px; font-weight: 300; line-height: 1.85; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); z-index: 2;
}
.hero__scroll-hint::after {
  content: ''; display: block; width: 1px; height: 36px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
  animation: scrollHint 2s ease-in-out infinite;
}
@keyframes scrollHint { 0%,100%{ opacity:0.3; transform:scaleY(0.8); } 50%{ opacity:1; transform:scaleY(1); } }

/* ── MARQUEE ── */
.marquee { background: var(--gold); overflow: hidden; padding: 13px 0; }
.marquee__track {
  display: flex; gap: 60px; width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__item {
  font-family: var(--mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink);
  white-space: nowrap; flex-shrink: 0;
}
.marquee__dot { opacity: 0.4; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTION TITLES ── */
.s-title { margin-bottom: clamp(48px, 7vw, 80px); }
.s-title h2 { margin-top: 8px; }
.s-title p  { margin-top: 16px; max-width: 600px; font-size: 1.05rem; }
.s-title--center { text-align: center; }
.s-title--center p { margin-left: auto; margin-right: auto; }
.s-title--white h2 { color: var(--white); }
.s-title--white p  { color: rgba(255,255,255,0.5); }

/* ── INTRO SPLIT ── */
.intro-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: start;
}
.intro-split__body p { margin-bottom: 18px; }
.intro-split__body h2 { margin-bottom: 24px; }
.intro-split__aside {}

.stat-stack { display: grid; gap: 0; border: 1px solid var(--rule); }
.stat-item {
  padding: 28px 32px; border-bottom: 1px solid var(--rule);
  display: flex; align-items: flex-end; gap: 16px;
}
.stat-item:last-child { border-bottom: none; }
.stat-num {
  font-family: var(--serif); font-size: 3.2rem; font-weight: 700;
  color: var(--navy); line-height: 1;
}
.stat-label { font-size: 0.82rem; color: var(--text-muted); line-height: 1.4; padding-bottom: 4px; }

/* ── PILLARS (about values) ── */
.pillars { display: grid; gap: 2px; margin-top: 40px; }
.pillar {
  display: flex; align-items: flex-start; gap: 20px; padding: 22px 24px;
  background: var(--mist); border-left: 2px solid var(--gold); transition: background 0.2s;
}
.pillar:hover { background: var(--smoke); }
.pillar__icon { width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center; background: var(--navy); color: var(--gold); font-size: 1rem; }
.pillar h4 { color: var(--navy); margin-bottom: 4px; font-size: 0.95rem; }
.pillar p  { font-size: 0.87rem; margin: 0; }

/* ── CAP CARDS ── */
.cap-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.cap-card {
  background: var(--white); padding: 44px 36px; position: relative;
  overflow: hidden; transition: all 0.28s var(--ease); border-bottom: 2px solid transparent;
}
.cap-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s var(--ease);
}
.cap-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(13,17,23,0.1); }
.cap-card:hover::after { transform: scaleX(1); }
.cap-card__num { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 20px; }
.cap-card__icon { font-size: 2.4rem; color: var(--navy); margin-bottom: 20px; transition: color 0.25s; }
.cap-card:hover .cap-card__icon { color: var(--gold); }
.cap-card h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 14px; }
.cap-card p  { font-size: 0.9rem; line-height: 1.75; }
.cap-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.cap-tag { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border: 1px solid var(--rule); color: var(--text-muted); }

/* ── SERVICE ROWS (McKinsey list style) ── */
.svc-list { border-top: 1px solid rgba(255,255,255,0.12); }
.svc-row {
  display: grid; grid-template-columns: 72px 1fr 48px;
  align-items: center; gap: 28px; padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  cursor: pointer; transition: padding-left 0.25s var(--ease);
}
.svc-row:hover { padding-left: 12px; }
.svc-row__num { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); }
.svc-row__body h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 6px; transition: color 0.2s; }
.svc-row:hover .svc-row__body h3 { color: var(--gold-lt); }
.svc-row__body p { color: rgba(255,255,255,0.75); font-size: 0.88rem; max-width: 720px; }
.svc-row__arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); display: grid; place-items: center; color: rgba(255,255,255,0.6); transition: all 0.25s; flex-shrink: 0; }
.svc-row:hover .svc-row__arrow { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ── INDUSTRIES STRIP ── */
.ind-strip { padding: 52px 0; }
.ind-strip .wrap { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.ind-strip__label { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-lt); white-space: nowrap; }
.ind-strip__divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); flex-shrink: 0; }
.ind-strip__items { display: flex; gap: 32px; flex-wrap: wrap; }
.ind-item { font-size: 0.8rem; color: rgba(255,255,255,0.75); letter-spacing: 0.05em; transition: color 0.2s; cursor: default; }
.ind-item:hover { color: var(--white); }

/* ── HERITAGE LOGOS ── */
.heritage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.heritage-card {
  padding: 36px 32px; background: var(--white);
  border-top: 3px solid transparent; transition: border-color 0.25s, background 0.25s;
}
.heritage-card:hover { border-top-color: var(--gold); background: var(--mist); }
.heritage-card__name { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1; }
.heritage-card p { font-size: 0.85rem; color: var(--text-muted); }

/* ── CONTACT GRID ── */
.contact-grid { display: grid; grid-template-columns: 5fr 4fr; gap: clamp(40px, 8vw, 88px); align-items: start; }
.form-label { display: block; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.form-input {
  width: 100%; padding: 13px 16px; font-family: var(--sans); font-size: 0.95rem;
  color: var(--text); background: var(--mist); border: 1px solid var(--rule);
  outline: none; transition: border-color 0.2s, background 0.2s; border-radius: 0;
  -webkit-appearance: none;
}
.form-input:focus { border-color: var(--navy); background: var(--white); }
textarea.form-input { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.contact-card { background: var(--navy); padding: 44px 36px; }
.contact-card h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 28px; }
.contact-detail { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.contact-detail:last-of-type { border-bottom: none; }
.contact-icon { width: 36px; height: 36px; background: rgba(184,146,42,0.15); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 3px; }
.contact-detail span { color: var(--white); font-size: 0.92rem; }

/* ── CTA BAND ── */
.cta-band { padding: clamp(56px, 8vw, 96px) 0; }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { color: rgba(10,17,28,0.6); margin: 0; }
.cta-band--dark h2 { color: var(--white); }
.cta-band--dark p  { color: rgba(255,255,255,0.45); }

/* ── PAGE HERO ── */
.page-hero {
  padding: 160px 0 80px; background: #1a3a6e; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(184,146,42,0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(184,146,42,0.08) 1px, transparent 1px);
  background-size: 56px 56px;
}
.page-hero::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); margin-top: 10px; text-shadow: 0 2px 16px rgba(0,0,0,0.3); }
.page-hero p  { color: rgba(255,255,255,0.82); font-size: 1.1rem; max-width: 600px; margin-top: 18px; }

/* ── CAPABILITY DETAIL ── */
.cap-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 96px); align-items: start; padding: clamp(64px, 9vw, 110px) 0; border-bottom: 1px solid var(--rule); }
.cap-detail-grid:last-child { border-bottom: none; }
.cap-detail-grid.flip { direction: rtl; }
.cap-detail-grid.flip > * { direction: ltr; }
.cap-detail-grid h2 { color: var(--navy); margin-top: 8px; margin-bottom: 20px; }
.cap-detail-grid p  { margin-bottom: 16px; }
.cap-tags-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.cap-tag-pill { background: var(--gold-pale); color: var(--gold); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; }
.cap-visual {
  background: var(--navy); padding: clamp(36px, 5vw, 56px); position: relative; overflow: hidden; min-height: 360px;
}
.cap-visual::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(184,146,42,0.03) 0px, rgba(184,146,42,0.03) 1px, transparent 1px, transparent 22px);
}
.cap-visual__big-icon { position: absolute; bottom: 20px; right: 28px; font-size: 6rem; color: rgba(184,146,42,0.08); }
.cap-visual__content { position: relative; z-index: 1; }
.cap-check-list { margin-top: 24px; display: grid; gap: 10px; }
.cap-check { display: flex; gap: 12px; align-items: flex-start; background: var(--mist); padding: 12px 16px; }
.cap-check i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.cap-check span { font-size: 0.88rem; color: var(--text-mid); }

/* ── FOOTER ── */
footer { background: #07080D; padding: clamp(56px, 7vw, 88px) 0 36px; border-top: 1px solid rgba(184,146,42,0.25); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 28px; }
.footer-brand__name { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--white); }
.footer-brand__tag  { font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin: 3px 0 16px; }
.footer-brand p { font-size: 0.83rem; color: rgba(255,255,255,0.65); line-height: 1.75; }
.footer-col h5 { font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 9px; }
.footer-col a { font-size: 0.83rem; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,1); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.75rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.85); }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }
.reveal-d5 { transition-delay: 0.40s; }

/* ── NAV STICKY TABS ── */
.sticky-tabs { background: var(--white); border-bottom: 1px solid var(--rule); position: sticky; top: 70px; z-index: 100; overflow-x: auto; }
.sticky-tabs__inner { display: flex; padding: 0 var(--gutter); max-width: var(--max); margin: 0 auto; }
.sticky-tab { padding: 18px 24px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color 0.2s, border-color 0.2s; }
.sticky-tab:hover { color: var(--navy); border-bottom-color: var(--gold); }

/* ── ENGAGEMENT CARDS ── */
.engage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; }
.engage-card { background: var(--white); padding: 40px 32px; border-top: 3px solid transparent; transition: border-color 0.25s, background 0.25s; }
.engage-card:nth-child(1) { border-top-color: var(--gold); }
.engage-card:nth-child(2) { border-top-color: var(--navy); }
.engage-card:nth-child(3) { border-top-color: var(--text-muted); }
.engage-card:hover { background: var(--mist); }
.engage-icon { font-size: 1.8rem; color: var(--navy); margin-bottom: 18px; }
.engage-card h3 { color: var(--navy); font-size: 1.2rem; margin-bottom: 10px; }
.engage-card p  { font-size: 0.88rem; }

/* ── PMI STEPS ── */
.pmi-steps { display: grid; gap: 16px; margin-top: 28px; }
.pmi-step { display: flex; gap: 18px; align-items: center; }
.pmi-num { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; font-size: 0.78rem; font-weight: 700; }
.pmi-step:nth-child(1) .pmi-num { background: var(--gold); color: var(--ink); }
.pmi-step:nth-child(2) .pmi-num { background: rgba(184,146,42,0.55); color: #fff; }
.pmi-step:nth-child(3) .pmi-num { background: rgba(184,146,42,0.3); color: #fff; }
.pmi-step:nth-child(4) .pmi-num { background: rgba(184,146,42,0.12); color: #fff; }
.pmi-step span { font-size: 0.9rem; color: rgba(255,255,255,0.75); }

/* ── SUPPLY RESULT LIST ── */
.supply-results { display: grid; gap: 10px; }
.supply-result { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: rgba(255,255,255,0.04); border-left: 2px solid var(--gold); }
.supply-result i { color: var(--gold); flex-shrink: 0; }
.supply-result span { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

/* ── UTIL ── */
.mt-6  { margin-top: 6px; }
.mt-12 { margin-top: 12px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.text-gold  { color: var(--gold); }
.text-white { color: var(--white); }
.text-navy  { color: var(--navy); }
.sr-only { position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .cap-grid      { grid-template-columns: repeat(2, 1fr); }
  .heritage-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .intro-split   { grid-template-columns: 1fr; }
  .contact-grid  { grid-template-columns: 1fr; }
  .cap-detail-grid { grid-template-columns: 1fr; }
  .cap-detail-grid.flip { direction: ltr; }
}
@media (max-width: 768px) {
  .nav-menu  { display: none; }
  .nav-burger { display: flex; }
  .nav-menu.open { display: flex; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: rgba(13,17,23,0.98); backdrop-filter: blur(16px); padding: 24px var(--gutter) 32px; gap: 18px; }
  .nav-menu.open a { font-size: 1.1rem; }
  .cap-grid { grid-template-columns: 1fr; }
  .heritage-grid { grid-template-columns: 1fr; }
  .engage-grid   { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .svc-row  { grid-template-columns: 56px 1fr; }
  .svc-row__arrow { display: none; }
  h1 { font-size: 2.6rem; }
  h2 { font-size: 1.9rem; }
  .ind-strip .wrap { flex-direction: column; align-items: flex-start; }
  .ind-strip__divider { display: none; }
}

/* =====================================================
   IMAGE & VIDEO ENHANCEMENTS — v3
   ===================================================== */

/* ── HERO VIDEO ── */
.hero__video-wrap {
  position: absolute; inset: 0; overflow: hidden; z-index: 0;
}
.hero__video-wrap video {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  opacity: 0.55;
}
.hero__video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,32,64,0.72) 0%, rgba(15,32,64,0.45) 50%, rgba(13,17,23,0.55) 100%);
  z-index: 1;
}
.hero__bg-grid  { z-index: 2; }
.hero__bg-radial { z-index: 3; }
.hero__rule     { z-index: 4; }
.hero__content  { z-index: 5; }
.hero__scroll-hint { z-index: 5; }

/* ── PHOTO CARDS (BCG/McKinsey editorial card style) ── */
.photo-card {
  position: relative; overflow: hidden; border-radius: 0;
  background: var(--ink);
}
.photo-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
  filter: grayscale(20%) brightness(0.85);
  display: block;
}
.photo-card:hover img {
  transform: scale(1.04);
  filter: grayscale(0%) brightness(0.9);
}
.photo-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,17,23,0.85) 0%, rgba(13,17,23,0.1) 50%, transparent 100%);
}
.photo-card__label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 24px 22px;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600;
  color: var(--white); line-height: 1.3;
  z-index: 2;
}
.photo-card__tag {
  display: block; font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}

/* ── PEOPLE GRID (BCG insight cards style) ── */
.people-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.person-card {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 3/4;
}
.person-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform 0.5s var(--ease);
  filter: grayscale(15%) brightness(0.88) contrast(1.05);
}
.person-card:hover img { transform: scale(1.05); }
.person-card__info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 48px 20px 20px;
  background: linear-gradient(to top, rgba(13,17,23,0.92) 0%, transparent 100%);
  transform: translateY(8px); transition: transform 0.3s var(--ease);
}
.person-card:hover .person-card__info { transform: translateY(0); }
.person-card__role {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 4px;
}
.person-card__name { font-family: var(--serif); font-size: 1.05rem; color: var(--white); }

/* ── CAPABILITY PHOTO SPLIT (McKinsey insight layout) ── */
/* ── CAP-PHOTO-SPLIT: Two-column capability sections ──────────────────
   DEFINITIVE VERSION — no duplicates, no conflicts
   Non-flip: text left, image right (HTML order: text first, photo second)
   Flip:     image left, text right (order:-1 on photo moves it first visually)
──────────────────────────────────────────────────────────────────── */
.cap-photo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
}
.cap-photo-split.flip .cap-photo-side {
  order: -1;
}

/* Visual panel: fills its grid cell via absolute positioning
   The grid cell height is driven by the text side (align-items:stretch) */
.cap-photo-side {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.cap-photo-side > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cap-photo-side > div {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cap-photo-side > div > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Text side: generous padding, never overflows */
.cap-text-side {
  background: var(--white);
  padding: 72px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

/* Flip text side: slightly more right padding since image is on left */
.cap-photo-split.flip .cap-text-side {
  padding: 72px 80px 72px 80px;
}

/* Section IDs: self-contained, nothing bleeds out */
#ai, #cyber, #grc, #telecom, #supply, #pmi {
  overflow: hidden;
  position: relative;
}

/* Label overlay inside visual panels */
.cap-vis__label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  padding: 22px 24px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
  pointer-events: none;
}
.cap-vis__tag {
  display: block;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.cap-vis__title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .cap-text-side,
  .cap-photo-split.flip .cap-text-side {
    padding: 56px 56px;
  }
}
@media (max-width: 768px) {
  .cap-photo-split {
    grid-template-columns: 1fr;
  }
  .cap-photo-split.flip .cap-photo-side {
    order: -1;
  }
  .cap-photo-side {
    min-height: 300px;
  }
  .cap-text-side,
  .cap-photo-split.flip .cap-text-side {
    padding: 48px 36px;
    order: 1;
  }
}

.insight-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.insight-card {
  background: var(--white); overflow: hidden; cursor: pointer;
  transition: box-shadow 0.3s var(--ease);
}
.insight-card:hover { box-shadow: 0 12px 40px rgba(13,17,23,0.12); }
.insight-card__img {
  aspect-ratio: 16/9; overflow: hidden; position: relative;
}
.insight-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
  filter: grayscale(10%) brightness(0.9);
}
.insight-card:hover .insight-card__img img { transform: scale(1.05); }
.insight-card__body { padding: 24px 22px; }
.insight-card__topic {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 8px;
}
.insight-card__title { font-family: var(--serif); font-size: 1.1rem; color: var(--navy); line-height: 1.3; }

/* ── VIDEO SECTION ── */
.video-section { position: relative; overflow: hidden; }
.video-section__inner { position: relative; aspect-ratio: 16/9; max-height: 520px; overflow: hidden; }
.video-section__inner video {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.7) saturate(0.8);
}
.video-section__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(13,17,23,0.75) 0%, rgba(13,17,23,0.2) 60%, transparent 100%);
  display: flex; align-items: center;
  padding: 0 clamp(32px, 8vw, 96px);
}
.video-section__text { max-width: 560px; }
.video-section__text h2 { color: var(--white); margin-bottom: 16px; text-shadow: 0 2px 16px rgba(0,0,0,0.5); }
.video-section__text p  { color: rgba(255,255,255,0.88); margin-bottom: 28px; font-size: 1.05rem; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }

/* ── FULL-BLEED IMAGE SECTION ── */
.fullbleed {
  position: relative; overflow: hidden;
  min-height: 500px; display: flex; align-items: center;
}
.fullbleed__bg {
  position: absolute; inset: 0;
}
.fullbleed__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: brightness(0.5) saturate(0.75);
}
.fullbleed__content {
  position: relative; z-index: 2; padding: clamp(64px, 10vw, 120px) 0;
  width: 100%;
}
.fullbleed__content h1,
.fullbleed__content h2 { text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.fullbleed__content p   { text-shadow: 0 1px 10px rgba(0,0,0,0.4); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .people-grid      { grid-template-columns: 1fr 1fr; }
  .cap-photo-split  { grid-template-columns: 1fr; }
  .cap-photo-split.flip { direction: ltr; }
  .cap-photo-side   { min-height: 260px; aspect-ratio: 16/9; }
  .insight-row      { grid-template-columns: 1fr; }
}

/* ── 5-card responsive fix ── */
@media (max-width: 1100px) {
  .cap-5up { grid-template-columns: repeat(3,1fr) !important; }
}
@media (max-width: 700px) {
  .cap-5up { grid-template-columns: 1fr 1fr !important; }
  .cap-5up .photo-card { height: 260px !important; }
}

/* ── SELF-CONTAINED VISUAL PANELS ──
   No external image dependencies — pure CSS + SVG
   Each panel has a unique gradient + pattern per capability
─────────────────────────────────────────────────── */
.vis-panel {
  position: relative; overflow: hidden;
  width: 100%; height: 100%; min-height: 460px;
  display: flex; align-items: flex-end;
}
.vis-panel__bg {
  position: absolute; inset: 0;
}
.vis-panel__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,16,30,0.85) 0%, rgba(10,16,30,0.1) 60%, transparent 100%);
  z-index: 2;
}
.vis-panel__label {
  position: relative; z-index: 3;
  padding: 28px 28px 24px;
  width: 100%;
}
.vis-panel__tag {
  display: block;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.vis-panel__title {
  font-family: var(--serif); font-size: 1.15rem;
  font-weight: 600; color: var(--white); line-height: 1.3;
}

/* AI panel — electric blue neural net */
.vis-ai { background: linear-gradient(135deg, #0a0f2e 0%, #0d2060 40%, #0a1540 100%); }
.vis-ai svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.6; }

/* Cyber panel — dark green matrix */
.vis-cyber { background: linear-gradient(135deg, #020d08 0%, #041a10 50%, #021008 100%); }
.vis-cyber svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.7; }

/* GRC panel — deep navy legal */
.vis-grc { background: linear-gradient(135deg, #0d1a3a 0%, #162550 50%, #0d1a3a 100%); }
.vis-grc svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.55; }

/* Telecom panel — dark with fiber lines */
.vis-telecom { background: linear-gradient(135deg, #100820 0%, #1a0a35 50%, #0d0618 100%); }
.vis-telecom svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.65; }

/* Supply panel — warehouse amber */
.vis-supply { background: linear-gradient(135deg, #1a1200 0%, #2a1e00 50%, #1a1200 100%); }
.vis-supply svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.6; }

/* PMI panel — executive charcoal */
.vis-pmi { background: linear-gradient(135deg, #0f1520 0%, #1a2535 50%, #0f1520 100%); }
.vis-pmi svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.6; }

/* Innovation panel — creative spark */
.vis-innovation { background: linear-gradient(135deg, #1a0a00 0%, #2d1500 50%, #1a0800 100%); }
.vis-innovation svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.65; }

/* Team panel — professional slate */
.vis-team { background: linear-gradient(135deg, #0d1828 0%, #162238 50%, #0d1828 100%); }
.vis-team svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }

/* Office panel */
.vis-office { background: linear-gradient(135deg, #0a1220 0%, #122040 50%, #0a1220 100%); }
.vis-office svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }

/* The cap-photo-split sides now use vis-panel */
.cap-photo-side.vis-side {
  background: none;
}

/* ═══════════════════════════════════════════
   MARGIN FIXES — explicit pixel values
   These override everything above
═══════════════════════════════════════════ */

.cap-photo-split .cap-text-side {
  padding: 72px 80px !important;
}

.cap-photo-split.flip .cap-text-side {
  padding: 72px 96px 72px 80px !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .cap-photo-split .cap-text-side,
  .cap-photo-split.flip .cap-text-side {
    padding: 56px 56px !important;
  }
}

@media (max-width: 768px) {
  .cap-photo-split {
    grid-template-columns: 1fr;
  }
  .cap-photo-split .cap-photo-side {
    min-height: 300px;
  }
  /* On mobile, flip sections: image goes on top */
  .cap-photo-split.flip .cap-photo-side {
    order: -1;
  }
  .cap-photo-split .cap-text-side,
  .cap-photo-split.flip .cap-text-side {
    padding: 48px 36px !important;
    order: 1;
  }
  :root { --gutter: 32px; }
}

/* SVG panels already handled by cap-photo-side rules above */

