:root{
  --navy-950:#0A1628;
  --navy-800:#16305C;
  --blue-600:#3E6DA8;
  --blue-400:#6E93C4;
  --blue-200:#B7C7E0;
  --violet-500:#6857E0;
  --violet-100:#EDEAFB;
  --paper:#FFFFFF;
  --mist:#F5F7FB;
  --mist-deep:#ECF0F8;
  --line:#DFE5F0;
  --slate:#57616F;
  --slate-light:#8A93A3;
  --radius:14px;
  --shadow-sm:0 1px 2px rgba(10,22,40,0.06);
  --shadow-md:0 10px 30px rgba(10,22,40,0.10);
  --shadow-lg:0 30px 70px rgba(10,22,40,0.18);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif; color:var(--navy-950); background:var(--paper); line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif; font-weight:600; line-height:1.1; letter-spacing:-0.01em;}
.mono{font-family:'IBM Plex Mono',monospace;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

.eyebrow{
  display:flex; align-items:center; gap:10px; font-family:'IBM Plex Mono',monospace; font-size:12.5px;
  font-weight:500; letter-spacing:0.06em; text-transform:uppercase; color:var(--blue-600); margin-bottom:16px;
}
.bars-glyph{display:inline-flex; align-items:flex-end; gap:2px; height:14px;}
.bars-glyph span{width:3px; display:block; background:var(--blue-600); border-radius:1px;}
.bars-glyph span:nth-child(1){height:6px; background:var(--navy-800);}
.bars-glyph span:nth-child(2){height:10px; background:var(--blue-600);}
.bars-glyph span:nth-child(3){height:14px; background:var(--violet-500);}

.btn{
  display:inline-flex; align-items:center; gap:8px; padding:13px 26px; border-radius:8px;
  font-weight:600; font-size:14.5px; cursor:pointer; border:1.5px solid transparent; transition:all .18s ease;
}
.btn-primary{background:var(--navy-950); color:#fff;}
.btn-primary:hover{background:var(--navy-800); transform:translateY(-1px);}
.btn-outline{border-color:var(--line); color:var(--navy-950); background:transparent;}
.btn-outline:hover{border-color:var(--navy-800); background:var(--mist);}
.btn-ghost-light{border-color:rgba(255,255,255,0.3); color:#fff;}
.btn-ghost-light:hover{background:rgba(255,255,255,0.1);}

/* HEADER */
header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:4px 32px; max-width:1180px; margin:0 auto;}
.logo-mark img{height:112px; width:auto;}
nav.links{display:flex; gap:30px; align-items:center;}
nav.links a{font-size:14.5px; font-weight:500; color:var(--navy-950);}
nav.links a:hover{color:var(--blue-600);}
.nav-cta{display:flex; align-items:center; gap:14px;}
.menu-toggle{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none;}
.menu-toggle span{width:24px; height:2px; background:var(--navy-950);}

/* HERO */
.hero{padding:80px 0 60px; background:linear-gradient(180deg,var(--mist) 0%, var(--paper) 100%);}
.hero-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;}
.hero h1{font-size:clamp(34px,4.6vw,58px); margin-bottom:22px;}
.hero h1 em{font-style:normal; color:var(--blue-600);}
.hero p.lead{font-size:17.5px; color:var(--slate); max-width:520px; margin-bottom:32px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:40px;}
.hero-stats{display:flex; gap:36px; flex-wrap:wrap;}
.stat b{display:block; font-family:'IBM Plex Mono',monospace; font-size:26px; color:var(--navy-950); font-weight:600;}
.stat span{font-size:12.5px; color:var(--slate-light);}

.bar-chart{position:relative; height:420px; display:flex; align-items:flex-end; justify-content:center; gap:14px; padding:40px 20px;}
.bar-chart .bar{width:44px; border-radius:8px 8px 0 0; position:relative;}
.bar-chart .bar .tag{
  position:absolute; top:-30px; left:50%; transform:translateX(-50%); font-family:'IBM Plex Mono',monospace;
  font-size:11px; color:var(--slate-light); white-space:nowrap;
}

/* TRUST STRIP */
.trust-strip{padding:26px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--mist);}
.trust-strip .wrap{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px;}
.trust-strip .label{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--slate-light); text-transform:uppercase; letter-spacing:0.06em;}
.trust-chips{display:flex; gap:24px; flex-wrap:wrap;}
.trust-chips span{font-size:13.5px; color:var(--slate); font-weight:500;}

section{padding:90px 0;}
.section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:24px; flex-wrap:wrap; margin-bottom:46px;}
.section-head h2{font-size:clamp(26px,3vw,38px);}
.section-head p{color:var(--slate); max-width:440px; font-size:15px;}
.section-alt{background:var(--mist);}

/* SERVICES — bar-stack list */
.service-list{display:flex; flex-direction:column; gap:2px;}
.service-row{
  display:grid; grid-template-columns:96px 1fr auto; align-items:center; gap:24px;
  padding:22px 8px; border-bottom:1px solid var(--line); transition:background .15s ease;
}
.service-row:first-child{border-top:1px solid var(--line);}
.service-row:hover{background:var(--mist);}
.service-accent{height:3px; width:28px; border-radius:2px; margin-bottom:8px;}
.service-row h3{font-size:19px; margin-bottom:6px;}
.service-row p{font-size:13.5px; color:var(--slate); max-width:480px;}
.service-row a.link{font-size:13px; font-weight:600; color:var(--blue-600); white-space:nowrap;}
@media (max-width:800px){
  .service-row{grid-template-columns:64px 1fr; grid-template-areas:"img title" "img desc" "img link"; row-gap:6px;}
  .service-img-slot{grid-area:img; width:64px; height:64px;}
  .service-row h3{grid-area:title;}
  .service-row p{grid-area:desc;}
  .service-row a.link{grid-area:link;}
}

/* APPROACH */
.approach-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.approach-card{padding:0;}
.approach-card .idx{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--blue-600); margin-bottom:14px;}
.approach-card h4{font-size:17px; margin-bottom:8px;}
.approach-card p{font-size:13.5px; color:var(--slate);}

/* INDUSTRIES */
.industry-chips{display:flex; flex-wrap:wrap; gap:12px;}
.industry-chips span{
  padding:10px 20px; border-radius:24px; border:1.5px solid var(--line); font-size:13.5px; font-weight:500;
  color:var(--navy-950); background:var(--paper);
}

/* IMAGE PLACEHOLDERS */
.img-slot{
  background:var(--mist-deep); border:1.5px dashed var(--blue-200); border-radius:var(--radius);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  color:var(--slate-light); text-align:center; overflow:hidden; position:relative;
}
.img-slot img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.img-slot .slot-label{font-family:'IBM Plex Mono',monospace; font-size:11px; padding:0 16px; z-index:1;}
.img-slot .slot-dims{font-size:10.5px; color:var(--slate-light); z-index:1;}
.hero-img-slot{aspect-ratio:1/1; width:100%;}
.about-img-slot{aspect-ratio:1/1; width:100%; box-shadow:var(--shadow-md);}
.service-img-slot{width:96px; height:72px; border-radius:8px; flex-shrink:0;}

/* PROCESS */
.process-row{display:flex; gap:0; overflow-x:auto; padding-bottom:8px;}
.process-step{flex:1; min-width:180px; padding:24px 20px 24px 0; border-left:2px solid var(--line); padding-left:20px; position:relative;}
.process-step:first-child{border-left:2px solid var(--blue-600);}
.process-step .n{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--blue-600); margin-bottom:10px;}
.process-step h5{font-size:15px; margin-bottom:6px;}
.process-step p{font-size:12.5px; color:var(--slate);}

/* IMAGE + TEXT SPLIT */
.split{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
.split img{border-radius:var(--radius); box-shadow:var(--shadow-md);}
.split-text h2{margin-bottom:18px;}
.split-text p{color:var(--slate); font-size:15px; margin-bottom:14px;}
.check-list{margin-top:20px; display:flex; flex-direction:column; gap:12px;}
.check-list div{display:flex; align-items:flex-start; gap:10px; font-size:14px; color:var(--navy-950);}
.check-list svg{flex-shrink:0; margin-top:2px;}

/* CTA BAND */
.cta-band{
  background:linear-gradient(120deg,var(--navy-950),var(--navy-800) 60%, var(--blue-600));
  border-radius:20px; padding:64px 56px; text-align:center; color:#fff; position:relative; overflow:hidden;
}
.cta-band h2{color:#fff; font-size:clamp(24px,3vw,34px); margin-bottom:14px;}
.cta-band p{color:rgba(255,255,255,0.75); margin-bottom:30px; max-width:480px; margin-left:auto; margin-right:auto;}
.cta-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}

/* FOOTER */
footer{background:var(--navy-950); color:rgba(255,255,255,0.65); padding:64px 0 28px; font-size:13.5px;}
.foot-grid{display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:32px; margin-bottom:48px;}
.foot-brand img{height:38px; margin-bottom:14px; filter:brightness(0) invert(1);}
.foot-brand p{max-width:260px; color:rgba(255,255,255,0.5); font-size:13px;}
footer h5{color:#fff; font-size:13px; font-weight:600; margin-bottom:16px; letter-spacing:0.03em; font-family:'IBM Plex Mono',monospace; text-transform:uppercase;}
footer ul{list-style:none;}
footer li{margin-bottom:10px;}
footer a:hover{color:#fff;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.12); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; color:rgba(255,255,255,0.4);}
.social-icons{display:flex; gap:10px; margin-top:16px;}
.social-icons a{width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; transition:background .15s ease;}
.social-icons a:hover{background:var(--blue-600);}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .bar-chart{height:260px;}
  .approach-grid{grid-template-columns:repeat(2,1fr);}
  .split{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .nav-inner{position:relative;}
  nav.links{
    display:none; position:absolute; top:100%; left:0; right:0; flex-direction:column;
    align-items:flex-start; gap:0; background:var(--paper); border-bottom:1px solid var(--line);
    box-shadow:var(--shadow-md); padding:8px 32px;
  }
  nav.links.open{display:flex;}
  nav.links a{width:100%; padding:14px 0; border-bottom:1px solid var(--line);}
  nav.links a:last-child{border-bottom:none;}
  .menu-toggle{display:flex; z-index:2;}
  .menu-toggle span{transition:transform .18s ease, opacity .18s ease;}
  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .menu-toggle.active span:nth-child(2){opacity:0;}
  .menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
}
@media (max-width:600px){
  .wrap{padding:0 20px;}
  .approach-grid{grid-template-columns:1fr;}
  .cta-band{padding:44px 24px;}
  .foot-grid{grid-template-columns:1fr;}
  .hero-actions{flex-direction:column; align-items:stretch;}
}
