/* BRAND COLORS FROM LOGO */
:root {
  --navy:      #1a2a5e;
  --navy-mid:  #1f3480;
  --navy-deep: #0d1a3a;
  --blue:      #2952b3;
  --steel:     #6b7a90;
  --steel-lt:  #a8b4c0;
  --olive:     #7a9a2e;
  --olive-dk:  #5e7820;
  --olive-lt:  #9ab83a;
  --black:     #0d0e10;
  --ink:       #1c1e24;
  --panel:     #f5f6f8;
  --white:     #ffffff;
  --offwhite:  #f0f2f5;
  --muted:     #5a6272;
  --dim:       #d0d5de;
  --line:      rgba(26,42,94,0.10);
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-mono: 'Roboto Mono', monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--navy); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: 68px; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); border-bottom: 2px solid var(--navy); display: flex; align-items: center; justify-content: space-between; padding: 0 56px; box-shadow: 0 2px 20px rgba(26,42,94,0.10); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-mark { width: 38px; height: 38px; flex-shrink: 0; }
.nav-logo-altern { font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--navy); letter-spacing: 2px; text-transform: uppercase; line-height: 1; display: block; }
.nav-logo-energy { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--olive); letter-spacing: 4px; text-transform: uppercase; line-height: 1; display: block; margin-top: 2px; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-family: var(--font-mono); font-size: 10px; color: var(--muted); text-decoration: none; letter-spacing: 2px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); background: var(--navy); padding: 9px 24px; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--navy-deep); }

/* HERO */
#hero { min-height: 100vh; background: var(--navy-deep); display: flex; align-items: flex-end; position: relative; overflow: hidden; padding-bottom: 88px; padding-top: 68px; }
#hero::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255,255,255,0.02) 59px, rgba(255,255,255,0.02) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,0.02) 59px, rgba(255,255,255,0.02) 60px); pointer-events: none; }
#hero::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, transparent 5%, var(--olive) 30%, var(--olive) 70%, transparent 95%); z-index: 2; }
.hero-bg-word { position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-family: var(--font-head); font-size: 260px; font-weight: 900; text-transform: uppercase; color: var(--navy-mid); opacity: 0.14; line-height: 1; letter-spacing: -6px; pointer-events: none; user-select: none; white-space: nowrap; }
.hero-drop-bg { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); opacity: 0.05; pointer-events: none; }
.hero-content { position: relative; z-index: 3; padding: 0 72px; max-width: 1200px; width: 100%; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: var(--olive-lt); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; opacity: 0; animation: fadeUp 0.8s 0.1s ease forwards; }
.hero-eyebrow::before { content: ''; width: 36px; height: 2px; background: var(--olive); }
.hero-title { font-family: var(--font-head); font-size: clamp(68px, 11vw, 144px); font-weight: 900; line-height: 0.88; text-transform: uppercase; letter-spacing: -2px; margin-bottom: 16px; color: var(--white); opacity: 0; animation: fadeUp 0.8s 0.2s ease forwards; }
.hero-title span { color: var(--olive); display: block; }
.hero-sub { font-family: var(--font-head); font-size: clamp(16px, 2.2vw, 28px); font-weight: 300; text-transform: uppercase; color: var(--steel-lt); letter-spacing: 6px; margin-bottom: 52px; opacity: 0; animation: fadeUp 0.8s 0.3s ease forwards; }
.hero-stats { display: flex; border: 1px solid rgba(255,255,255,0.12); width: fit-content; overflow: hidden; opacity: 0; animation: fadeUp 0.8s 0.4s ease forwards; }
.hstat { padding: 22px 38px; border-right: 1px solid rgba(255,255,255,0.12); }
.hstat:last-child { border-right: none; }
.hstat-num { font-family: var(--font-head); font-size: 36px; font-weight: 800; color: var(--olive); line-height: 1; margin-bottom: 5px; }
.hstat-lbl { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel-lt); opacity: 0.7; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* TICKER */
.ticker-wrap { background: var(--olive); padding: 10px 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; animation: ticker 34s linear infinite; }
.ticker-track span { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--white); margin: 0 40px; opacity: 0.9; }
.ticker-track span::before { content: '◆ '; opacity: 0.5; font-size: 8px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SHARED */
.container { max-width: 1200px; margin: 0 auto; padding: 0 64px; }
section { padding: 104px 0; }
.eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--olive); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--olive); }
.eyebrow.lt { color: var(--olive-lt); }
.eyebrow.lt::before { background: var(--olive-lt); }
.stitle { font-family: var(--font-head); font-size: clamp(38px, 5vw, 66px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; line-height: 0.92; margin-bottom: 20px; color: var(--navy); }
.stitle em { color: var(--olive); font-style: normal; }
.stitle.lt { color: var(--white); }
.sbody { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.8; max-width: 560px; }
.sbody.lt { color: var(--steel-lt); }

/* ABOUT */
#about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-top: 64px; }
.about-text p { font-size: 15px; font-weight: 400; color: var(--muted); line-height: 1.85; margin-bottom: 18px; }
.about-text p strong { color: var(--navy); font-weight: 600; }
.metrics { display: flex; flex-direction: column; gap: 2px; }
.mrow { display: flex; align-items: stretch; border-left: 3px solid var(--dim); transition: border-color 0.25s; }
.mrow:hover { border-color: var(--navy); }
.mlabel { flex: 1; padding: 14px 20px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); background: var(--panel); display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.mval { padding: 14px 20px; font-family: var(--font-head); font-size: 17px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); display: flex; align-items: center; min-width: 170px; }
.mval.hi { color: var(--olive); }

/* COMPANIES */
#companies { background: var(--navy-deep); }
.co-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 52px; }
.co-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--navy-mid); }
.co-card { background: var(--ink); padding: 36px 30px; position: relative; overflow: hidden; transition: background 0.3s; }
.co-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--olive); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.co-card:hover { background: #1a2030; }
.co-card:hover::after { transform: scaleX(1); }
.co-num { font-family: var(--font-head); font-size: 72px; font-weight: 900; color: var(--navy-mid); opacity: 0.45; position: absolute; bottom: 10px; right: 14px; line-height: 1; pointer-events: none; }
.co-stage { font-family: var(--font-mono); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--olive); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.co-stage::before { content: ''; width: 14px; height: 1px; background: var(--olive); }
.co-name { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; line-height: 1.05; }
.co-desc { font-size: 13px; font-weight: 300; color: var(--steel-lt); line-height: 1.75; margin-bottom: 22px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-family: var(--font-mono); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--steel); border: 1px solid rgba(107,122,144,0.3); padding: 4px 10px; transition: color 0.2s, border-color 0.2s; }
.co-card:hover .tag { color: var(--steel-lt); border-color: rgba(107,122,144,0.55); }
.co-card.featured { grid-column: span 2; background: #101828; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.co-card.featured::after { background: var(--blue); }
.co-card.featured .co-stage { color: var(--steel-lt); }
.co-card.featured .co-stage::before { background: var(--steel); }

/* CAPABILITIES */
#capabilities { background: var(--panel); }
.cap-layout { display: grid; grid-template-columns: 380px 1fr; gap: 72px; margin-top: 64px; align-items: start; }
.cap-list { display: flex; flex-direction: column; }
.cap-row { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--dim); transition: padding-left 0.2s; cursor: default; }
.cap-row:first-child { padding-top: 0; }
.cap-row:last-child { border-bottom: none; }
.cap-row:hover { padding-left: 10px; }
.cap-n { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--dim); min-width: 36px; line-height: 1; padding-top: 1px; transition: color 0.2s; }
.cap-row:hover .cap-n { color: var(--olive); }
.cap-name { font-family: var(--font-head); font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--navy); margin-bottom: 5px; line-height: 1.2; }
.cap-detail { font-size: 12.5px; font-weight: 300; color: var(--muted); line-height: 1.65; }
.pipebox { background: var(--navy-deep); padding: 48px 44px; position: relative; overflow: hidden; }
.pipebox::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 24px, rgba(255,255,255,0.012) 24px, rgba(255,255,255,0.012) 25px); }
.pipebox-in { position: relative; z-index: 1; }
.pipe-title { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--olive); margin-bottom: 40px; }
.p-stage { display: flex; align-items: center; }
.p-cv { width: 2px; height: 28px; background: linear-gradient(to bottom, rgba(122,154,46,0.5), transparent); margin-left: 19px; }
.p-icon { width: 40px; height: 40px; background: var(--navy-mid); border: 1px solid rgba(122,154,46,0.4); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.p-line { flex: 1; height: 1px; background: linear-gradient(to right, var(--olive), transparent); opacity: 0.3; margin: 0 16px; }
.p-lbl { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel-lt); background: var(--navy); border: 1px solid rgba(107,122,144,0.3); padding: 8px 18px; white-space: nowrap; }
.pipe-foot { margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); font-family: var(--font-head); font-size: 36px; font-weight: 900; text-transform: uppercase; color: var(--olive); opacity: 0.18; letter-spacing: -1px; }

/* LEADERSHIP */
#leadership { background: var(--white); }
.lead-hdr { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.lead-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--dim); }
.lcard { background: var(--white); padding: 28px 26px; border-top: 3px solid transparent; transition: border-color 0.2s, background 0.2s; }
.lcard:hover { background: var(--panel); border-top-color: var(--navy); }
.lcard.hi { background: var(--panel); border-top-color: var(--olive); }
.lrole { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--olive); margin-bottom: 10px; line-height: 1.5; }
.lcard.hi .lrole { color: var(--navy); }
.lname { font-family: var(--font-head); font-size: 22px; font-weight: 800; text-transform: uppercase; color: var(--navy); margin-bottom: 5px; letter-spacing: 0.5px; }
.larea { font-size: 12px; font-weight: 400; color: var(--muted); line-height: 1.55; }
.exp-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--dim); margin-top: 2px; }
.eitem { background: var(--navy-deep); padding: 26px 22px; border-bottom: 3px solid transparent; transition: border-color 0.2s; }
.eitem:hover { border-bottom-color: var(--olive); }
.enum { font-family: var(--font-head); font-size: 34px; font-weight: 900; color: var(--olive); line-height: 1; margin-bottom: 4px; }
.elbl { font-family: var(--font-mono); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--steel-lt); opacity: 0.7; }

/* CLIENTS */
#clients { background: var(--panel); }
.clients-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-top: 64px; }
.client-list { display: flex; flex-direction: column; gap: 2px; }
.citem { display: flex; align-items: center; background: var(--white); padding: 16px 20px; gap: 16px; border-left: 3px solid var(--dim); transition: border-color 0.25s, background 0.2s; }
.citem:hover { border-left-color: var(--navy); background: var(--offwhite); }
.cbullet { width: 7px; height: 7px; background: var(--olive); flex-shrink: 0; transform: rotate(45deg); }
.cname { font-family: var(--font-head); font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--navy); flex: 1; letter-spacing: 0.5px; }
.ctype { font-family: var(--font-mono); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.diff-list { display: flex; flex-direction: column; gap: 28px; }
.ditem { display: flex; gap: 18px; align-items: flex-start; }
.dn { font-family: var(--font-head); font-size: 36px; font-weight: 900; color: var(--olive); line-height: 1; min-width: 48px; flex-shrink: 0; }
.dtitle { font-family: var(--font-head); font-size: 17px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: 0.5px; margin-bottom: 5px; }
.ddesc { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* COVERAGE */
#coverage { background: var(--navy-deep); }
.cov-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; background: var(--navy-mid); margin-top: 64px; }
.cov-card { background: var(--ink); padding: 36px 28px; border-bottom: 3px solid transparent; transition: border-color 0.2s, background 0.2s; }
.cov-card:hover { background: #1a2030; border-bottom-color: var(--olive); }
.cregion { font-family: var(--font-mono); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--olive); margin-bottom: 12px; }
.ctitle { font-family: var(--font-head); font-size: 22px; font-weight: 800; text-transform: uppercase; color: var(--white); margin-bottom: 10px; letter-spacing: 0.5px; }
.cdesc { font-size: 13px; font-weight: 300; color: var(--steel-lt); line-height: 1.7; }

/* ENGAGE */
#engage { background: var(--navy); padding: 116px 0; position: relative; overflow: hidden; }
#engage::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: linear-gradient(160deg, rgba(122,154,46,0.06) 0%, transparent 70%); pointer-events: none; }
.engage-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.engage-lead { font-family: var(--font-head); font-size: 17px; font-weight: 300; color: var(--steel-lt); line-height: 1.7; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 20px; margin-bottom: 44px; }
.eng-fields { display: flex; flex-direction: column; gap: 2px; }
.efield { display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.05); padding: 18px 22px; border-left: 3px solid rgba(122,154,46,0.3); gap: 16px; transition: border-color 0.2s; }
.efield:hover { border-left-color: var(--olive); }
.elabel { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); }
.eval { font-family: var(--font-head); font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--white); letter-spacing: 0.5px; text-align: right; }
.cta-btn { display: inline-flex; align-items: center; gap: 14px; background: var(--olive); color: var(--white); font-family: var(--font-head); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; padding: 18px 40px; text-decoration: none; margin-top: 28px; transition: background 0.2s; width: fit-content; }
.cta-btn:hover { background: var(--olive-dk); }
.cta-arrow { display: inline-block; width: 22px; height: 2px; background: var(--white); position: relative; flex-shrink: 0; }
.cta-arrow::after { content: ''; position: absolute; right: -1px; top: -4px; width: 8px; height: 8px; border-right: 2px solid var(--white); border-top: 2px solid var(--white); transform: rotate(45deg); }
.eng-note { margin-top: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 1px; color: var(--steel); opacity: 0.55; font-style: italic; }

/* FOOTER */
footer { background: var(--navy-deep); border-top: 3px solid var(--navy-mid); padding: 44px 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-altern { font-family: var(--font-head); font-size: 24px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--white); }
.foot-energy { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; color: var(--olive); margin-top: 2px; }
.foot-sub { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); opacity: 0.55; margin-top: 6px; }
.foot-links { display: flex; gap: 28px; list-style: none; }
.foot-links a { font-family: var(--font-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); text-decoration: none; opacity: 0.6; transition: opacity 0.2s, color 0.2s; }
.foot-links a:hover { opacity: 1; color: var(--olive); }
.foot-note { font-family: var(--font-mono); font-size: 9px; letter-spacing: 1px; color: var(--steel); opacity: 0.4; text-align: right; line-height: 1.7; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container { padding: 0 36px; }
  .hero-content { padding: 0 36px; }
  nav { padding: 0 28px; }
  .nav-links { display: none; }
  .about-layout, .co-intro, .cap-layout, .lead-hdr, .clients-layout, .engage-layout { grid-template-columns: 1fr; gap: 40px; }
  .co-card.featured { grid-template-columns: 1fr; gap: 20px; }
  .exp-strip { grid-template-columns: 1fr 1fr; }
  footer { padding: 40px 36px; flex-direction: column; align-items: flex-start; }
  .foot-note { text-align: left; }
}
@media (max-width: 768px) {
  .co-grid { grid-template-columns: 1fr; }
  .co-card.featured { grid-column: span 1; }
  .lead-grid { grid-template-columns: 1fr 1fr; }
  .cov-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { flex-direction: column; width: 100%; }
  .hstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
}
@media (max-width: 540px) {
  .lead-grid { grid-template-columns: 1fr; }
  .cov-grid { grid-template-columns: 1fr; }
  section { padding: 72px 0; }
  .hero-title { font-size: 64px; }
}