@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #071426;
  --navy: #0a1e38;
  --blue: #1768e5;
  --blue-2: #2f80ff;
  --cyan: #39baf5;
  --paper: #f5f8fc;
  --white: #ffffff;
  --muted: #617087;
  --line: #dbe4ef;
  --shadow: 0 20px 55px rgba(5, 25, 52, .12);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font: 400 16px/1.7 "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 16px 0 0; color: var(--blue); font: 700 14px/1.35 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }

/* Consistent reading hierarchy: headline, supporting copy, secondary label, actions. */
:where(main, section, article, div):has(> .eyebrow) {
  display: flex;
  flex-direction: column;
}
:where(main, section, article, div):has(> .eyebrow) > :is(h1, h2, h3) { order: 0; }
:where(main, section, article, div):has(> .eyebrow) > p:not(.eyebrow) { order: 1; }
:where(main, section, article, div):has(> .eyebrow) > .eyebrow {
  order: 2;
  margin: 16px 0 0 !important;
}
:where(main, section, article, div):has(> .eyebrow) > :not(h1, h2, h3, p) { order: 3; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.22rem); line-height: 1.65; }
.section { padding: 104px 0; }
.section.alt { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 20px; top: 20px; z-index: 999; background: var(--white); padding: 12px 16px; border-radius: 8px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); color: var(--ink); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); box-shadow: 0 7px 24px rgba(7,20,38,.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-logo { display: block; width: 49px; height: 49px; object-fit: contain; }
.brand-wordmark { display: block; width: 238px; height: auto; max-height: 58px; object-fit: contain; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--blue-2), var(--cyan)); color: white; font: 800 18px/1 "Manrope"; box-shadow: 0 0 0 5px rgba(47,128,255,.12); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 16px/1.1 "Manrope"; letter-spacing: -.03em; }
.brand-copy span { margin-top: 5px; color: #9fb3cc; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 27px; }
.nav a { color: #52647b; font-size: 14px; font-weight: 600; }
.nav a:hover, .nav a.active { color: var(--blue); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 21px; border-radius: 10px; border: 1px solid transparent; font-weight: 700; transition: .2s ease; }
.nav-cta { background: var(--blue); color: white !important; }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 10px 25px rgba(23,104,229,.28); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.btn-light { color: var(--ink); background: white; }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 9px; background: #eaf3ff; color: var(--blue); font-size: 22px; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: #061325 url('assets/ats-hero.png') center/cover no-repeat; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,27,.8) 0%, rgba(4,13,27,.36) 48%, rgba(4,13,27,.08) 100%); }
.hero-content { position: relative; width: min(715px, 100%); padding: 90px 0 120px; }
.hero .eyebrow { color: #62c9ff; }
.hero h1 span { color: #55b8ff; }
.hero .lead { max-width: 635px; margin-top: 23px; color: #d0ddec; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(3,12,26,.66); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 19px 25px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: "Manrope"; font-size: 14px; }
.trust-item span { color: #9cb0ca; font-size: 12px; }

.executive-hero { position: relative; min-height: 660px; display: flex; flex-direction: column; overflow: hidden; color: white; background: #061325 url('assets/project-infrastructure.jpg') 70% 46%/cover no-repeat; }
.executive-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.97) 0%,rgba(3,11,24,.81) 42%,rgba(3,11,24,.2) 78%); }
.executive-hero-inner { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; padding-bottom: 90px; }
.executive-hero .eyebrow { color: #65caff; }
.executive-hero h1 { max-width: 910px; font-size: clamp(3.4rem,7vw,7rem); line-height: .96; letter-spacing: -.065em; }
.executive-hero h1 span { color: #68caff; }
.executive-hero .lead { max-width: 600px; margin-top: 26px; color: #cfdaea; font-size: 1.2rem; }
.executive-region { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(2,10,22,.73); backdrop-filter: blur(12px); }
.executive-region .container { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.executive-region span { color: #a9bdd3; font-size: 14px; }
.executive-region strong { font: 700 13px/1 "Manrope"; letter-spacing: .12em; }
.executive-statement { padding: 130px 0; background: white; }
.statement-grid { display: grid; grid-template-columns: .36fr 1.64fr; gap: 80px; align-items: start; }
.statement-grid .eyebrow { margin-top: 12px; }
.statement-grid h2 { max-width: 960px; font-size: clamp(2.8rem,5.3vw,5.4rem); }
.statement-grid div p { max-width: 780px; margin-top: 28px; color: var(--muted); font-size: 1.2rem; }
.executive-capabilities { padding: 20px 0 110px; background: white; }
.capability-line { min-height: 116px; display: grid; grid-template-columns: 150px 1fr 54px; gap: 30px; align-items: center; border-top: 1px solid var(--line); }
.capability-line:last-child { border-bottom: 1px solid var(--line); }
.capability-line span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.capability-line strong { font: 700 clamp(1.55rem,3vw,2.45rem)/1.1 "Manrope"; letter-spacing: -.035em; }
.capability-line a { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 21px; transition: .2s ease; }
.capability-line a:hover { color: white; border-color: var(--blue); background: var(--blue); transform: translateX(3px); }
.corporate-intro { padding: 104px 0; background: linear-gradient(180deg,#fff 0%,#f7faff 100%); }
.corporate-intro-copy { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(280px,.95fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.corporate-intro-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -48px; }
.corporate-intro-copy h2 { max-width: 720px; font-size: clamp(2.6rem,4vw,4rem); }
.corporate-intro-copy > p:last-child { max-width: 560px; padding-bottom: 5px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.capability-grid a { min-width: 0; min-height: 248px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #d8e3ef; border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(7,28,57,.055); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.capability-grid a:hover { transform: translateY(-3px); border-color: #a9c8ed; box-shadow: 0 20px 42px rgba(7,28,57,.1); }
.capability-grid a > span { color: var(--blue); font: 800 12px/1.2 "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.capability-grid h3 { margin-top: 34px; font-size: 1.65rem; }
.capability-grid p { max-width: 480px; margin-top: 11px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.capability-grid b { margin-top: auto; padding-top: 22px; color: var(--blue); font-size: 13px; }
.home-reach-clean { padding-top: 96px; border-top: 1px solid var(--line); }
.home-reach-clean .section-head { align-items: start; gap: 54px; margin-bottom: 38px; }
.home-reach-clean .section-head h2 { font-size: clamp(2.5rem,4vw,3.6rem); }

.enterprise-strip { padding: 92px 0; color: white; background: radial-gradient(circle at 92% 5%,rgba(47,128,255,.22),transparent 32%),linear-gradient(135deg,#061426 0%,#0a213d 60%,#0b2b52 100%); }
.enterprise-value-head { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(280px,.92fr); gap: 72px; align-items: end; }
.enterprise-value-head .eyebrow { color: #65caff; }
.enterprise-value-head h2 { max-width: 650px; font-size: clamp(2.55rem,4vw,3.8rem); }
.enterprise-value-head > p { max-width: 540px; color: #aebfd3; font-size: 1rem; line-height: 1.65; }
.enterprise-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 48px; }
.enterprise-value-grid article { min-width: 0; min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.enterprise-value-grid h3 { max-width: 280px; font-size: 1.25rem; }
.enterprise-value-grid p { margin-top: 34px; color: #aebfd3; font-size: 14px; line-height: 1.6; }
.enterprise-strip-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 88px; align-items: start; }
.enterprise-strip .eyebrow { color: #65caff; }
.enterprise-intro h2 { max-width: 520px; font-size: clamp(2.5rem,4.6vw,4.6rem); }
.enterprise-points { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.enterprise-points article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.enterprise-points article > span { color: #65caff; font: 800 12px/1.4 "Manrope"; letter-spacing: .1em; }
.enterprise-points h3 { font-size: 1.25rem; }
.enterprise-points p { max-width: 570px; margin-top: 7px; color: #aebfd3; font-size: 15px; line-height: 1.55; }
.industry-rail { padding: 88px 0; background: #f4f8fd; border-bottom: 1px solid var(--line); }
.industry-rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; }
.industry-rail-head h2 { max-width: 720px; font-size: clamp(2.4rem,3.7vw,3.35rem); }
.industry-rail-head > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; color: var(--blue); font-weight: 700; }
.industry-rail-head > a span { font-size: 21px; }
.industry-rail-grid { width: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 40px; }
.industry-rail-grid span { min-width: 0; min-height: 72px; display: flex; align-items: center; padding: 17px 20px; border: 1px solid #d7e3f0; border-radius: 14px; color: #1b3453; background: white; font: 700 14px/1.35 "Manrope"; box-shadow: 0 8px 22px rgba(7,28,57,.045); }

.home-hero { position: relative; min-height: 760px; display: flex; flex-direction: column; overflow: hidden; color: white; background: #061325 url('assets/project-infrastructure.jpg') 70% 46%/cover no-repeat; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.98) 0%,rgba(3,11,24,.88) 38%,rgba(3,11,24,.24) 72%,rgba(3,11,24,.12) 100%); }
.home-hero::after { content: ""; position: absolute; width: 620px; height: 620px; left: -300px; bottom: -360px; border-radius: 50%; border: 1px solid rgba(93,194,255,.22); box-shadow: 0 0 0 70px rgba(65,170,245,.04),0 0 0 150px rgba(65,170,245,.025); }
.home-hero-grid { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 78px; align-items: center; padding-top: 78px; padding-bottom: 116px; }
.home-hero-copy { max-width: 830px; }
.home-hero .eyebrow { color: #67ccff; }
.home-hero h1 { font-size: clamp(3.2rem,6.4vw,6.5rem); line-height: .98; letter-spacing: -.062em; }
.home-hero h1 span { color: #5cc5ff; }
.home-hero-copy .lead { max-width: 690px; margin-top: 28px; color: #c9d8e8; }
.home-hero-panel { align-self: end; margin-bottom: 48px; padding: 28px; border-top: 3px solid #55c4ff; color: white; background: rgba(5,20,39,.83); backdrop-filter: blur(14px); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.home-hero-panel div { margin-top: 4px; }
.home-hero-panel p { margin-bottom: 8px; color: #8fa8c3; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.home-hero-panel strong { display: block; font: 600 1.18rem/1.45 "Manrope"; }
.home-hero-panel a { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #d9e8f6; font-size: 14px; font-weight: 700; }
.home-hero-bar { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(2,10,22,.78); backdrop-filter: blur(12px); }
.home-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); }
.home-hero-facts div { padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.home-hero-facts div:last-child { border-right: 0; }
.home-hero-facts strong { display: block; font: 700 14px/1.2 "Manrope"; }
.home-hero-facts span { display: block; margin-top: 6px; color: #8fa6c0; font-size: 12px; }
.home-solutions { background: linear-gradient(180deg,#fff 0%,#f4f8fd 100%); }
.home-section-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: end; margin-bottom: 48px; }
.home-section-intro h2 { max-width: 730px; }
.home-solution-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.home-solution-grid > a { transition: transform .2s ease,box-shadow .2s ease; }
.home-solution-grid > a:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(6,25,50,.12); }
.home-solution-photo { position: relative; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; padding: 32px; border-radius: 22px; color: white; background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: 0 16px 42px rgba(6,25,50,.1); }
.home-solution-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,14,29,.08) 15%,rgba(4,14,29,.94) 100%); }
.home-solution-photo > div { position: relative; width: 100%; }
.home-solution-photo h3 { font-size: clamp(1.8rem,3.2vw,2.65rem); }
.home-solution-photo p:not(.eyebrow) { max-width: 530px; margin-top: 14px; color: #c5d5e7; }
.solution-security { background-image: url('assets/project-security-camera.jpg'); }
.solution-cabling { background-image: url('assets/project-rack.jpg'); }
.solution-networking { background-image: url('assets/project-network-rack.jpg'); }
.solution-systems { background-image: url('assets/project-retail-display.jpg'); }
.solution-link { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; font-weight: 700; }
.home-built { color: white; background: var(--navy); }
.home-built-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.home-built-photo { min-height: 590px; display: flex; align-items: flex-end; padding: 28px; border-radius: 22px; background: linear-gradient(180deg,transparent,rgba(4,14,29,.82)),url('assets/project-network-rack.jpg') center/cover no-repeat; box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.home-built-photo span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(5,20,39,.72); font-size: 12px; font-weight: 700; }
.home-built-copy .eyebrow { color: #65caff; }
.home-built-copy .lead { margin-top: 22px; color: #aec0d4; }
.home-process { display: grid; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.13); }
.home-process div { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.home-process span { color: #b4c5d8; }
.home-process b { color: white; }
.home-built-copy .card-link { color: #65caff; }
.real-work { background: #eef4fb; }
.real-work-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 245px; gap: 14px; }
.work-photo { position: relative; grid-column: span 4; margin: 0; overflow: hidden; border-radius: 18px; background: var(--navy); box-shadow: 0 14px 36px rgba(7,20,38,.1); }
.work-photo-tall { grid-column: span 5; grid-row: span 2; }
.work-photo:nth-child(2) { grid-column: span 7; }
.work-photo:nth-child(3) { grid-column: span 3; }
.work-photo:nth-child(4) { grid-column: span 4; }
.work-photo-wide { grid-column: span 7; }
.work-photo:nth-child(6) { grid-column: span 5; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-photo:hover img { transform: scale(1.035); }
.work-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(2,10,22,.9)); }
.work-photo figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; color: white; }
.work-photo figcaption span { display: block; color: #79d2ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-photo figcaption strong { display: block; margin-top: 4px; font: 700 1.05rem/1.25 "Manrope"; }
.real-work-link { margin-top: 26px; }

.projects-hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #061325 url('assets/project-infrastructure.jpg') 60% 48%/cover no-repeat; }
.projects-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.96) 0%,rgba(3,11,24,.77) 44%,rgba(3,11,24,.2) 82%); }
.projects-hero-inner { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 86px; }
.projects-hero .eyebrow { color: #65caff; }
.projects-hero h1 { max-width: 850px; font-size: clamp(3.3rem,6.6vw,6.4rem); line-height: .97; letter-spacing: -.06em; }
.projects-hero .lead { max-width: 660px; margin-top: 24px; color: #cedbea; }
.project-highlights { background: white; }
.project-highlight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.project-highlight { position: relative; min-height: 490px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 22px; color: white; background-position: center; background-size: cover; box-shadow: 0 18px 44px rgba(7,20,38,.14); }
.project-highlight::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,11,24,.05) 18%,rgba(3,11,24,.96) 100%); }
.project-highlight > div { position: relative; z-index: 2; width: 100%; padding: 28px; }
.project-highlight .eyebrow { color: #6bcfff; }
.project-highlight h3 { font-size: clamp(1.65rem,2.6vw,2.25rem); }
.project-highlight p:not(.eyebrow) { margin-top: 14px; color: #c3d2e2; font-size: 15px; line-height: 1.55; }
.project-highlight span { display: block; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: #e5eef7; font-size: 13px; font-weight: 600; }
.project-highlight-surveillance { background-image: url('assets/project-security-camera.jpg'); }
.project-highlight-network { background-image: url('assets/project-network-rack.jpg'); }
.project-highlight-access { background-image: url('assets/industries-commercial.png'); background-position: 54% center; }
.project-reach { background: linear-gradient(180deg,#fff 0%,#f3f7fc 100%); }

.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(8,30,60,.05); }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #eaf3ff; color: var(--blue); font: 800 16px "Manrope"; margin-bottom: 28px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 15px; }
.card-link { display: inline-flex; margin-top: 20px; color: var(--blue); font-weight: 700; font-size: 14px; }
.principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: center; }
.principle-list { display: grid; gap: 10px; }
.principle { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.principle b { color: var(--blue); font: 800 14px "Manrope"; }
.principle p { margin-top: 5px; color: var(--muted); font-size: 14px; }
.coverage { padding: 30px; min-height: 390px; border-radius: 26px; color: white; background: radial-gradient(circle at 77% 24%, rgba(47,128,255,.58), transparent 30%), linear-gradient(145deg,#071426,#0c294d); box-shadow: var(--shadow); }
.coverage-map { position: relative; min-height: 250px; margin-top: 25px; border-radius: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 30px 30px; }
.route-line { position: absolute; left: 18%; top: 60%; width: 64%; height: 2px; background: linear-gradient(90deg,transparent,#47b7ff,transparent); transform: rotate(-20deg); box-shadow: 0 0 15px #2f80ff; }
.map-point { position: absolute; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(47,128,255,.17); }
.map-point::after { content: attr(data-label); position: absolute; left: 17px; top: -8px; color: #dbeaff; font: 700 11px "Manrope"; }
.p1 { left: 23%; top: 62%; } .p2 { left: 43%; top: 43%; } .p3 { left: 61%; top: 37%; } .p4 { left: 76%; top: 22%; }

.reach-section { background: linear-gradient(180deg,#fff 0%,#f5f8fc 100%); }
.map-privacy { margin-top: 10px; color: #718198; font-size: 13px; }
.map-metrics { display: flex; align-items: baseline; gap: 12px; margin: -14px 0 20px; color: var(--blue); }
.map-metrics strong { font: 800 2.2rem/1 "Manrope"; letter-spacing: -.05em; }
.map-metrics span { color: var(--muted); font-size: 14px; font-weight: 700; }
.map-shell { position: relative; overflow: hidden; min-height: 510px; border: 1px solid var(--line); border-radius: 24px; background: #dfe9f4; box-shadow: var(--shadow); }
.project-map { min-height: 510px; z-index: 1; background: #dbe6f0; }
.map-summary, .map-detail { position: relative; z-index: 2; padding: 34px; }
.map-summary { color: white; background: radial-gradient(circle at 15% 85%,rgba(47,128,255,.28),transparent 35%),var(--navy); }
.map-summary strong { display: block; margin-top: 45px; font: 800 clamp(3.4rem,7vw,5.2rem)/1 "Manrope"; letter-spacing: -.07em; }
.map-summary p { margin: 14px 0 28px; color: #b8c9dc; }
.map-live { display: flex; align-items: center; gap: 9px; color: #b9d7f6; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.map-live i { width: 8px; height: 8px; border-radius: 50%; background: #4ec6ff; box-shadow: 0 0 0 6px rgba(78,198,255,.14); }
.location-list { margin-top: 18px; }
.state-groups { display: grid; gap: 10px; }
.state-group { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 24px rgba(8,30,60,.045); }
.state-summary { width: 100%; display: grid; grid-template-columns: minmax(190px,1fr) 125px 125px 28px; align-items: center; gap: 16px; min-height: 88px; padding: 17px 22px; border: 0; color: var(--ink); background: white; text-align: left; cursor: pointer; transition: background .18s ease; }
.state-summary:hover, .state-summary[aria-expanded="true"] { background: #f4f8fe; }
.state-summary:focus-visible { outline: 3px solid rgba(23,104,229,.24); outline-offset: -3px; }
.state-name { font: 700 18px/1.25 "Manrope"; }
.state-metric { display: grid; justify-items: center; line-height: 1; }
.state-metric strong { color: var(--blue); font: 800 22px/1 "Manrope"; }
.state-metric small { margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 600; }
.state-chevron { color: #75869c; font-size: 24px; transition: transform .2s ease; }
.state-summary[aria-expanded="true"] .state-chevron { transform: rotate(180deg); }
.state-cities { border-top: 1px solid var(--line); background: #fbfdff; }
.city-table-head, .city-row { display: grid; grid-template-columns: 1fr 90px; align-items: center; gap: 20px; }
.city-table-head { padding: 12px 22px; color: #77879b; background: #edf2f8; font: 700 12px/1.25 "Manrope"; letter-spacing: .04em; text-transform: uppercase; }
.city-table-head span:last-child { text-align: center; }
.city-row { width: 100%; min-height: 76px; padding: 17px 22px; border-top: 1px solid var(--line); color: var(--ink); background: transparent; }
.city-table-head + .city-row { border-top: 0; }
.city-row strong { font: 600 14px/1.35 "Manrope"; }
.city-details { min-width: 0; }
.city-ticket-titles { display: grid; gap: 5px; margin-top: 8px; }
.city-ticket-titles p { color: #66768a; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.city-ticket-titles b { color: var(--blue); white-space: nowrap; }
.city-ticket-count { color: var(--blue); font: 700 15px/1.3 "Manrope"; text-align: center; align-self: start; }
.map-project-link { margin-top: 22px; }
.ats-map-pin { width: 22px; height: 22px; display: block; border: 4px solid white; border-radius: 50% 50% 50% 0; background: var(--blue); box-shadow: 0 4px 12px rgba(5,30,65,.35); transform: rotate(-45deg); }
.ats-map-pin span { display: block; width: 6px; height: 6px; margin: 4px; border-radius: 50%; background: white; }
.leaflet-popup-content-wrapper { border-radius: 13px; box-shadow: 0 12px 30px rgba(5,25,52,.2); }
.leaflet-popup-content { margin: 13px 15px; font: 600 13px/1.4 "DM Sans"; color: var(--ink); }
.leaflet-control-attribution { font-size: 10px; }
.map-popup > strong { display: block; font: 800 15px/1.25 "Manrope"; }
.map-popup > span { display: block; margin-top: 4px; color: var(--blue); font-size: 11px; font-weight: 800; }
.map-popup ul { max-height: 210px; overflow: auto; margin: 10px 0 0; padding: 10px 0 0 18px; border-top: 1px solid var(--line); }
.map-popup li { margin: 0 0 7px; color: #526278; font-size: 12px; line-height: 1.35; }
.map-popup li b { color: var(--blue); }

.page-hero { padding: 100px 0 78px; color: white; background: radial-gradient(circle at 85% 20%, rgba(47,128,255,.35), transparent 34%), var(--navy); }
.page-hero .eyebrow { color: #65caff; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem,5vw,4.6rem); }
.page-hero .lead { max-width: 750px; margin-top: 22px; color: #bfd0e5; }
.service-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; padding: 38px 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { color: #364861; font-size: 14px; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.services-section { background: linear-gradient(180deg,#fff 0%,#f4f8fd 100%); }
.services-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; color: white; background: #061325 url('assets/ats-hero.png') center/cover no-repeat; }
.services-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.94),rgba(3,11,24,.62) 56%,rgba(3,11,24,.12)); }
.services-hero .container { position: relative; padding-top: 68px; padding-bottom: 68px; }
.services-hero .eyebrow { color: #65caff; }
.services-hero h1 { max-width: 870px; font-size: clamp(3rem,6vw,5.8rem); }
.services-hero .lead { max-width: 650px; margin-top: 22px; color: #c6d5e6; }
.services-hero .btn { margin-top: 30px; }
.service-suites { background: #f3f7fc; }
.service-suites .container { display: grid; gap: 28px; }
.service-suite { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 46px rgba(7,20,38,.08); }
.service-suite-reverse .service-suite-image { order: 2; }
.service-suite-reverse .service-suite-content { order: 1; }
.service-suite-image { min-height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.suite-security { background-image: linear-gradient(180deg,rgba(3,11,24,.02),rgba(3,11,24,.18)),url('assets/industries-commercial.png'); }
.suite-network { background-image: linear-gradient(180deg,rgba(3,11,24,.02),rgba(3,11,24,.12)),url('assets/industries-rack-hero.png'); background-position: 62% center; }
.suite-business { background-image: linear-gradient(180deg,rgba(3,11,24,.04),rgba(3,11,24,.2)),url('assets/ats-hero.png'); background-position: 66% center; }
.service-suite-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,5vw,70px); }
.service-suite-content h2 { font-size: clamp(2.25rem,4vw,4rem); }
.suite-services { display: grid; gap: 22px; margin-top: 34px; }
.suite-services div { padding-top: 20px; border-top: 1px solid var(--line); }
.suite-services h3 { font-size: 1.2rem; }
.suite-services p { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.service-suite-link { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-weight: 700; }
.service-suite-link span { font-size: 20px; }
.service-suite-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-detail-hero { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; color: white; background-color: #061325; background-position: center; background-size: cover; background-repeat: no-repeat; }
.service-detail-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.97) 0%,rgba(3,11,24,.76) 48%,rgba(3,11,24,.18) 82%); }
.service-detail-hero-inner { position: relative; z-index: 1; padding-top: 86px; padding-bottom: 86px; }
.service-detail-hero .eyebrow { color: #65caff; }
.service-detail-hero h1 { max-width: 900px; font-size: clamp(3.4rem,6.6vw,6.6rem); line-height: .95; letter-spacing: -.06em; }
.service-detail-hero .lead { max-width: 690px; margin-top: 24px; color: #cfdaea; }
.detail-security { background-image: url('assets/project-security-camera.jpg'); }
.detail-network { background-image: url('assets/project-network-rack.jpg'); }
.detail-cabling { background-image: url('assets/project-rack.jpg'); }
.detail-business { background-image: url('assets/project-retail-display.jpg'); }
.service-detail-overview { background: linear-gradient(180deg,#fff,#f6f9fd); }
.detail-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.detail-overview-grid > div:first-child { position: sticky; top: 118px; }
.detail-overview-grid h2 { max-width: 630px; }
.detail-overview-grid .lead { margin-top: 22px; }
.detail-service-list { display: grid; border-top: 1px solid var(--line); }
.detail-service-list article { display: grid; grid-template-columns: 1fr; padding: 27px 0; border-bottom: 1px solid var(--line); }
.detail-service-list article > span { display: none; }
.detail-service-list h3 { font-size: 1.35rem; }
.detail-service-list p { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.detail-image-band { min-height: 520px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.detail-security-image { background-image: linear-gradient(90deg,rgba(3,11,24,.18),rgba(3,11,24,.03)),url('assets/project-security-camera.jpg'); }
.detail-network-image { background-image: linear-gradient(90deg,rgba(3,11,24,.12),rgba(3,11,24,.03)),url('assets/project-network-rack.jpg'); }
.detail-cabling-image { background-image: linear-gradient(90deg,rgba(3,11,24,.12),rgba(3,11,24,.03)),url('assets/project-rack.jpg'); }
.detail-business-image { background-image: linear-gradient(90deg,rgba(3,11,24,.12),rgba(3,11,24,.03)),url('assets/project-retail-display.jpg'); }
.detail-delivery { color: white; background: radial-gradient(circle at 88% 8%,rgba(47,128,255,.25),transparent 30%),var(--navy); }
.detail-section-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 60px; align-items: end; }
.detail-section-head .eyebrow { color: #65caff; }
.detail-section-head h2 { max-width: 860px; }
.detail-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.13); }
.detail-card-grid article { min-height: 230px; padding: 28px; background: rgba(4,20,39,.84); }
.detail-card-grid strong { color: #65caff; font: 700 1.1rem/1.3 "Manrope"; }
.detail-card-grid p { margin-top: 48px; color: #aebfd3; font-size: 14px; line-height: 1.55; }
.service-switcher { padding: 76px 0; background: #f3f7fc; }
.service-switcher-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.service-switcher-grid a { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; align-items: center; min-height: 132px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .2s ease,box-shadow .2s ease; }
.service-switcher-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-switcher-grid span { grid-column: 1 / -1; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-switcher-grid strong { font: 700 1.1rem/1.3 "Manrope"; }
.services-intro { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 70px; margin-bottom: 44px; }
.services-intro h2 { max-width: 680px; }
.services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-card { min-height: 410px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 12px 34px rgba(8,30,60,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #b8d1f2; box-shadow: 0 20px 42px rgba(8,30,60,.1); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.service-number { color: var(--blue); font: 800 13px/1 "Manrope"; letter-spacing: .11em; }
.service-symbol { min-width: 58px; padding: 9px 11px; border-radius: 9px; color: #4a6688; background: #eaf2fc; font: 800 11px/1 "Manrope"; text-align: center; letter-spacing: .07em; }
.service-card h3 { font-size: clamp(1.55rem,2.5vw,2.15rem); }
.service-card > p { max-width: 560px; margin-top: 15px; color: var(--muted); line-height: 1.65; }
.service-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.service-capabilities span { padding: 7px 10px; border: 1px solid #dbe7f5; border-radius: 999px; color: #455b76; background: #f7faff; font-size: 12px; font-weight: 600; }
.service-action { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 28px; color: var(--blue); font-size: 14px; font-weight: 700; }
.service-action span { font-size: 20px; transition: transform .2s ease; }
.service-action:hover span { transform: translateX(4px); }
.industry-card { min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; color: white; border: 0; background: linear-gradient(160deg,#0e2e52,#071426); }
.industry-card:nth-child(2n) { background: linear-gradient(160deg,#164f9d,#071426); }
.industry-card p { color: #b9c9dc; }
.industries-hero { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; color: white; background: #061325 url('assets/industries-commercial.png') center/cover no-repeat; }
.industries-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,13,27,.9) 0%,rgba(4,13,27,.62) 42%,rgba(4,13,27,.08) 75%); }
.industries-hero-content { position: relative; padding: 90px 0; }
.industries-hero .eyebrow { color: #65caff; }
.industries-hero h1 { max-width: 790px; font-size: clamp(2.7rem,5.5vw,5.1rem); }
.industries-hero .lead { max-width: 670px; margin-top: 22px; color: #cedbec; }
.industries-main { background: linear-gradient(180deg,#fff 0%,#f4f8fd 100%); }
.industry-intro { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 72px; margin-bottom: 46px; }
.industry-showcase { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.industry-feature { position: relative; min-height: 470px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 22px; box-shadow: 0 18px 45px rgba(7,20,38,.11); }
.industry-feature-photo { color: white; background: url('assets/project-retail-display.jpg') center/cover no-repeat; }
.industry-feature-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,18,34,.04),rgba(5,18,34,.92)); }
.industry-feature-light { color: white; background: radial-gradient(circle at 82% 18%,rgba(57,186,245,.34),transparent 32%),linear-gradient(145deg,#164f9d,#071426); }
.industry-feature-content { position: relative; width: 100%; padding: 34px; }
.industry-index { display: block; margin-bottom: 38px; color: #66caff; font: 800 13px/1 "Manrope"; letter-spacing: .12em; }
.industry-feature .eyebrow, .industry-tile .eyebrow { margin-bottom: 10px; color: #76ceff; }
.industry-feature h3 { max-width: 440px; font-size: clamp(1.8rem,3vw,2.65rem); }
.industry-feature p:not(.eyebrow) { max-width: 520px; margin-top: 15px; color: #c5d4e5; line-height: 1.6; }
.industry-feature a { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: white; font-size: 14px; font-weight: 700; }
.industry-feature a span { font-size: 20px; }
.industry-tile { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 10px 30px rgba(8,30,60,.05); }
.industry-tile .industry-index { margin-bottom: auto; color: var(--blue); }
.industry-tile .eyebrow { color: var(--blue); }
.industry-tile h3 { font-size: 1.65rem; }
.industry-tile > p:last-child { margin-top: 13px; color: var(--muted); line-height: 1.6; }
.industry-difference { color: white; background: radial-gradient(circle at 88% 12%,rgba(47,128,255,.28),transparent 31%),var(--navy); }
.difference-head { display: grid; grid-template-columns: .45fr 1.55fr; align-items: end; gap: 60px; }
.difference-head .eyebrow { color: #65caff; }
.difference-head h2 { max-width: 780px; }
.difference-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.12); }
.difference-grid article { min-height: 260px; padding: 28px; background: rgba(5,20,39,.8); }
.difference-grid strong { color: #64c8ff; font: 800 13px/1 "Manrope"; letter-spacing: .12em; }
.difference-grid h3 { margin-top: 50px; font-size: 1.3rem; }
.difference-grid p { margin-top: 12px; color: #aebfd3; font-size: 14px; line-height: 1.6; }
.industry-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 28px; overflow: hidden; border-radius: 16px; background: rgba(255,255,255,.12); }
.industry-facts div { padding: 24px 28px; background: rgba(255,255,255,.05); }
.industry-facts strong { display: block; color: white; font: 800 2.4rem/1 "Manrope"; }
.industry-facts span { display: block; margin-top: 8px; color: #aebfd3; font-size: 13px; }
.industry-environments { background: #f3f7fc; }
.industry-environment-intro { max-width: 900px; margin-bottom: 44px; }
.industry-environment-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.industry-environment { position: relative; min-height: 590px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 22px; color: white; background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: 0 18px 44px rgba(7,20,38,.12); }
.industry-environment::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,11,24,.08) 20%,rgba(3,11,24,.96) 100%); }
.industry-environment > div { position: relative; width: 100%; padding: 30px; }
.industry-customer { background-image: url('assets/industries-commercial.png'); }
.industry-property { background-image: url('assets/ats-hero.png'); background-position: 63% center; }
.industry-operations { background-image: url('assets/industries-rack-hero.png'); background-position: 64% center; }
.industry-environment .eyebrow { color: #6ccfff; }
.industry-environment h3 { font-size: clamp(1.7rem,2.7vw,2.3rem); }
.industry-environment p:not(.eyebrow) { margin-top: 14px; color: #c2d1e2; font-size: 15px; line-height: 1.55; }
.industry-environment ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.industry-environment li { color: #e3edf7; font-size: 14px; }
.industry-standard { padding: 110px 0; color: white; background: var(--navy); }
.industry-standard .eyebrow { color: #65caff; }
.industry-standard h2 { max-width: 900px; font-size: clamp(2.7rem,5.5vw,5.4rem); }
.industry-standard a { display: inline-flex; gap: 16px; margin-top: 34px; color: #65caff; font-weight: 700; }
.project-card { padding: 0; overflow: hidden; }
.project-top { min-height: 180px; display: grid; place-items: center; color: white; font: 800 42px "Manrope"; background: radial-gradient(circle at 70% 20%,rgba(57,186,245,.35),transparent 35%),linear-gradient(145deg,#0b2a4e,#071426); }
.project-body { padding: 28px; }
.project-meta { margin-bottom: 10px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 28px; border-radius: 13px; overflow: hidden; background: var(--line); }
.stat { padding: 17px; text-align: center; background: var(--paper); }
.stat strong { display: block; font: 800 18px "Manrope"; }
.stat span { color: var(--muted); font-size: 11px; }
.about-hero { position: relative; min-height: 570px; display: flex; align-items: center; overflow: hidden; color: white; background: #061325 url('assets/ats-hero.png') center/cover no-repeat; }
.about-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,11,24,.35) 0%,rgba(3,11,24,.08) 58%,transparent 100%); }
.about-hero-inner { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; }
.about-hero .eyebrow { color: #65caff; }
.about-hero h1 { max-width: 800px; font-size: clamp(3.3rem,6.5vw,6.3rem); line-height: .97; letter-spacing: -.06em; }
.about-hero .lead { max-width: 650px; margin-top: 24px; color: #cedbea; }
.about-company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.about-company-photo { min-height: 590px; display: flex; align-items: flex-end; overflow: hidden; padding: 27px; border-radius: 22px; background: linear-gradient(180deg,transparent,rgba(3,11,24,.82)),url('assets/project-network-rack.jpg') center/cover no-repeat; box-shadow: var(--shadow); }
.about-company-photo span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; background: rgba(4,18,36,.78); font-size: 12px; font-weight: 700; }
.about-company-copy .lead { margin-top: 22px; }
.about-company-copy > p:not(.eyebrow):not(.lead) { margin-top: 20px; color: var(--muted); }
.about-standard { padding: 112px 0; color: white; background: var(--navy); }
.about-standard .eyebrow { color: #65caff; }
.about-standard h2 { max-width: 980px; font-size: clamp(2.7rem,5.3vw,5.2rem); }
.about-principles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.about-principles article { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.about-principles article:first-child { padding-left: 0; }
.about-principles article:last-child { padding-right: 0; border-right: 0; }
.about-principles h3 { font-size: 1.2rem; }
.about-principles p { margin-top: 12px; color: #aebfd2; font-size: 14px; line-height: 1.55; }
.about-focus { background: linear-gradient(180deg,#fff,#f4f8fd); }
.about-focus-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.about-focus-list { border-top: 1px solid var(--line); }
.about-focus-list div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.about-focus-list strong { font: 700 1.05rem/1.35 "Manrope"; }
.about-focus-list span { color: var(--muted); font-size: 15px; }
.contact-hero { padding: 112px 0 92px; text-align: center; color: white; background: radial-gradient(circle at 50% 110%,rgba(47,128,255,.38),transparent 42%),var(--navy); }
.contact-hero .eyebrow { color: #65caff; }
.contact-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(3.2rem,6.4vw,6.2rem); line-height: .98; letter-spacing: -.06em; }
.contact-hero .lead { max-width: 680px; margin: 24px auto 0; color: #c4d3e4; }
.contact-main { background: linear-gradient(180deg,#f7faff,#eef4fb); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
.contact-panel { padding: 40px; border-radius: 22px; color: white; background: radial-gradient(circle at 85% 10%,rgba(47,128,255,.25),transparent 30%),#071a31; box-shadow: var(--shadow); }
.contact-panel .eyebrow { color: #65caff; }
.contact-panel h2 { font-size: clamp(2.2rem,4vw,3.4rem); }
.contact-phone { display: inline-block; margin-top: 30px; color: white; font: 800 clamp(1.6rem,3vw,2.25rem)/1.15 "Manrope"; border-bottom: 2px solid #62caff; }
.contact-hours { margin-top: 11px; color: #9eb2c9; font-size: 14px; }
.contact-departments { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-departments a { display: grid; gap: 3px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-departments strong { font: 700 14px/1.3 "Manrope"; }
.contact-departments span { color: #9fb3ca; font-size: 13px; overflow-wrap: anywhere; }
.contact-region { margin-top: 26px; color: #b9c9da; font-size: 14px; }
.contact-form-card { padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 48px rgba(7,27,54,.08); }
.contact-form-intro { margin-bottom: 28px; }
.contact-form-intro h2 { font-size: clamp(2.2rem,4vw,3.25rem); }
.contact-form-intro > p:last-child { margin-top: 12px; color: var(--muted); }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { outline: 2px solid rgba(23,104,229,.2); border-color: var(--blue); }
.contact-form-card .btn { width: fit-content; }
.form-note { color: var(--muted); font-size: 12px; }
.about-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.values { display: grid; gap: 16px; }
.value { padding: 24px; border-left: 4px solid var(--blue); background: var(--paper); border-radius: 0 13px 13px 0; }
.value p { color: var(--muted); margin-top: 6px; font-size: 14px; }
.contact-card { padding: 34px; color: white; background: var(--navy); border-radius: 22px; }
.contact-line { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-line small { display: block; color: #91a8c3; text-transform: uppercase; letter-spacing: .11em; }
.contact-line strong { display: block; margin-top: 5px; font: 700 18px "Manrope"; }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: grid; gap: 7px; color: #394960; font-size: 14px; font-weight: 600; }
input, select, textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
textarea { min-height: 145px; resize: vertical; }

.cta-band { padding: 70px 0; color: white; background: linear-gradient(110deg,var(--blue),#0b408d); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-inner h2 { font-size: clamp(2rem,4vw,3.4rem); max-width: 700px; }
.footer { padding: 38px 0 20px; color: #aabbd0; border-top: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 85% 10%,rgba(23,104,229,.14),transparent 30%),#041426; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer h3 { color: white; font-size: 14px; margin-bottom: 18px; letter-spacing: .1em; text-transform: uppercase; }
.footer a { display: block; margin: 8px 0; color: #b8c9dc; font-size: 14px; }
.footer p { max-width: 360px; font-size: 14px; }
.footer-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand-row > p { max-width: 390px; text-align: right; }
.footer-columns { display: grid; grid-template-columns: .7fr .9fr 1.5fr; gap: 72px; padding: 48px 0 34px; }
.footer-link-list { display: grid; gap: 5px; }
.footer-link-list a { width: fit-content; }
.footer-contact-main { display: inline-block !important; margin: 0 0 14px !important; color: white !important; font: 700 1.35rem/1.2 "Manrope"; border-bottom: 1px solid #5bc6ff; }
.footer-columns p { margin-top: 13px; color: #91a6bf; font-size: 14px; }
.footer-email-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 24px; }
.footer-email-list a { display: grid; gap: 2px; margin: 0; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-email-list strong { color: white; font-size: 13px; }
.footer-email-list span { color: #9fb4cc; font-size: 13px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f95ae; font-size: 12px; }
.footer-bottom a { margin: 0; font-size: 12px; }

.footer-compact-top { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 22px; text-align: center; }
.footer-compact-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 22px; }
.footer-compact-nav a { margin: 0; font-weight: 600; }
.footer-contact-strip { display: flex; align-items: center; flex-direction: column; gap: 20px; margin-top: 26px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.footer-contact-brief { display: grid; justify-items: center; gap: 8px; }
.footer-contact-brief a { width: fit-content; margin: 0; color: white; font: 700 1.3rem/1.2 "Manrope"; border-bottom: 1px solid #62caff; }
.footer-contact-brief span { color: #8fa5be; font-size: 13px; }
.footer-emails { width: 100%; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; align-items: start; }
.footer-emails a { display: grid; justify-items: center; gap: 3px; min-width: 0; margin: 0; color: #a8bbd1; font-size: 13px; text-align: center; overflow-wrap: anywhere; }
.footer-emails strong { margin: 0; color: white; }
.footer-socials { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 2px 0 22px; }
.footer-socials a, .footer-social-icon { width: 44px; height: 44px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #d7e7f7; background: rgba(255,255,255,.055); transition: color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease; }
.footer-socials a:hover { color: white; border-color: #65caff; background: var(--blue); transform: translateY(-3px); }
.footer-socials svg { width: 20px; height: 20px; fill: currentColor; }
.footer-socials rect, .footer-socials circle:not(.social-dot) { fill: none; stroke: currentColor; stroke-width: 2; }
.footer-socials .social-dot { fill: currentColor; }
.footer-compact-top + .footer-contact-strip + .footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
.footer-compact-top + .footer-contact-strip + .footer-socials + .footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }

.coverage-ribbon { overflow: hidden; padding: 19px 0 25px; color: white; background: linear-gradient(180deg,#1266d5 0%,#0a438f 100%); border-top: 0; border-bottom: 1px solid rgba(0,25,70,.35); box-shadow: inset 0 10px 24px rgba(3,34,80,.18); }
.coverage-ribbon-track { width: min(1180px,calc(100% - 40px)); margin: 0 auto; }
.coverage-ribbon-set { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.coverage-ribbon-set[aria-hidden="true"] { display: none; }
.coverage-ribbon-item { position: relative; isolation: isolate; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; overflow: hidden; padding: 18px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.07) 48%,rgba(0,29,82,.2)); box-shadow: 0 7px 0 rgba(4,38,88,.72),0 12px 24px rgba(1,24,62,.25),inset 0 1px 0 rgba(255,255,255,.55),inset 0 -1px 0 rgba(0,25,67,.32); transform: translateY(-2px); transition: transform .2s ease,box-shadow .2s ease; backdrop-filter: blur(8px); }
.coverage-ribbon-item::after { content: ""; position: absolute; z-index: -1; top: -65%; left: -15%; width: 58%; height: 180%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent); transform: rotate(24deg); }
.coverage-ribbon-item:hover { transform: translateY(-5px); box-shadow: 0 11px 0 rgba(4,38,88,.72),0 18px 30px rgba(1,24,62,.34),inset 0 1px 0 rgba(255,255,255,.62); }
.coverage-ribbon-item strong { font: 800 1.65rem/1 "Manrope"; letter-spacing: -.04em; text-shadow: 0 2px 0 rgba(0,25,67,.5),0 5px 12px rgba(0,20,55,.28); }
.coverage-ribbon-item span { font: 700 12px/1.25 "Manrope"; letter-spacing: .02em; text-shadow: 0 2px 5px rgba(0,20,55,.45); }

/* Unified corporate type scale */
.executive-hero h1, .home-hero h1, .projects-hero h1, .about-hero h1, .contact-hero h1, .service-detail-hero h1, .services-hero h1, .industries-hero h1 { font-size: clamp(3rem,5vw,4.8rem); line-height: 1; letter-spacing: -.05em; }
.statement-grid h2, .enterprise-intro h2, .service-suite-content h2, .industry-standard h2, .about-standard h2, .contact-panel h2, .contact-form-intro h2, .detail-section-head h2 { font-size: clamp(2.15rem,3.5vw,3.4rem); line-height: 1.08; }
.lead, .hero .lead, .executive-hero .lead, .home-hero-copy .lead, .service-detail-hero .lead { font-size: 1.1rem; line-height: 1.65; }
.capability-line strong { font-size: clamp(1.55rem,2.5vw,2.15rem); }

@media (max-width: 920px) {
  .coverage-ribbon { overflow-x: auto; scrollbar-width: thin; }
  .coverage-ribbon-track { width: max-content; margin: 0; }
  .coverage-ribbon-set { display: flex; gap: 12px; padding: 0 14px; }
  .coverage-ribbon-item { min-width: 240px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 22px 20px; flex-direction: column; align-items: stretch; background: white; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,20,38,.12); }
  .nav.open { display: flex; }
  .menu-btn { display: grid; place-items: center; }
  .header-cta { display: none; }
  .section-head, .principles, .about-grid, .contact-grid, .services-intro, .industry-intro, .difference-head, .home-section-intro, .home-built-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 72px; padding-bottom: 135px; }
  .home-hero-panel { align-self: auto; max-width: 420px; margin: 0; }
  .home-built-photo { min-height: 450px; }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .corporate-intro-copy, .enterprise-value-head { grid-template-columns: 1fr; gap: 24px; }
  .corporate-intro-copy .eyebrow { margin-bottom: 0; }
  .enterprise-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .enterprise-strip-grid { grid-template-columns: 1fr; gap: 44px; }
  .work-photo { grid-column: span 6; }
  .work-photo-tall, .work-photo:nth-child(2), .work-photo:nth-child(3), .work-photo:nth-child(4), .work-photo-wide, .work-photo:nth-child(6) { grid-column: span 6; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .difference-grid { grid-template-columns: repeat(2,1fr); }
  .industry-environment-grid { grid-template-columns: 1fr; }
  .industry-environment { min-height: 480px; }
  .service-row { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .footer-emails { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 24px; }
  .footer-emails a:last-child { grid-column: 1 / -1; }
  .service-suite { grid-template-columns: 1fr; }
  .service-suite-image { min-height: 370px; }
  .service-suite-reverse .service-suite-image, .service-suite-reverse .service-suite-content { order: initial; }
  .detail-overview-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-overview-grid > div:first-child { position: static; }
  .detail-card-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg,rgba(4,13,27,.91),rgba(4,13,27,.56)); }
  .hero-content { padding: 70px 0 175px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-item { padding: 6px 0; border: 0; }
  .trust-item span { display: none; }
  .executive-hero { min-height: 620px; background-position: 63% center; }
  .executive-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.95),rgba(3,11,24,.56)); }
  .executive-hero-inner { padding-top: 48px; padding-bottom: 105px; }
  .executive-hero h1 { font-size: clamp(3rem,14.5vw,4.25rem); }
  .executive-hero .lead { margin-top: 20px; font-size: 1.05rem; }
  .executive-region .container { min-height: 62px; }
  .executive-region span { display: none; }
  .executive-region strong { width: 100%; text-align: center; }
  .executive-region strong { font-size: 10px; line-height: 1.45; letter-spacing: .07em; }
  .executive-statement { padding: 82px 0 68px; }
  .corporate-intro { padding: 72px 0; }
  .corporate-intro-copy { margin-bottom: 34px; }
  .corporate-intro-copy h2 { font-size: 2.45rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid a { min-height: 220px; padding: 24px; }
  .enterprise-strip { padding: 72px 0; }
  .enterprise-value-head h2 { font-size: 2.45rem; }
  .enterprise-value-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .enterprise-value-grid article { min-height: 0; padding: 24px; }
  .enterprise-value-grid p { margin-top: 18px; }
  .statement-grid h2 { font-size: clamp(2.35rem,11vw,3.4rem); }
  .statement-grid div p { margin-top: 20px; font-size: 1.05rem; }
  .executive-capabilities { padding: 0 0 76px; }
  .capability-line { min-height: 96px; grid-template-columns: 1fr 44px; gap: 14px; }
  .capability-line span { grid-column: 1; margin-bottom: -15px; font-size: 11px; }
  .capability-line strong { grid-column: 1; font-size: 1.45rem; }
  .capability-line a { grid-column: 2; grid-row: 1 / 3; width: 42px; height: 42px; }
  .enterprise-strip { padding: 76px 0; }
  .enterprise-intro h2 { font-size: clamp(2.35rem,11vw,3.35rem); }
  .enterprise-points article { grid-template-columns: 40px 1fr; gap: 14px; padding: 22px 0; }
  .industry-rail { padding: 72px 0; }
  .industry-rail-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .industry-rail-grid { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 32px; }
  .industry-rail-grid span { min-height: 68px; padding: 15px; font-size: 13px; }
  .home-hero { min-height: 830px; background-position: 72% center; }
  .home-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.96),rgba(3,11,24,.64)); }
  .home-hero-grid { display: block; padding-top: 62px; padding-bottom: 146px; }
  .home-hero h1 { font-size: clamp(2.8rem,14vw,4.4rem); }
  .home-hero-panel { display: none; }
  .home-hero-facts { grid-template-columns: 1fr; padding: 10px 0; }
  .home-hero-facts div { padding: 7px 0; border: 0; }
  .home-hero-facts span { display: none; }
  .home-solution-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .home-solution-photo { min-height: 340px; padding: 22px; }
  .home-solution-photo p:not(.eyebrow) { margin-top: 10px; font-size: 15px; line-height: 1.5; }
  .home-solution-photo .solution-link { margin-top: 18px; padding-top: 14px; }
  .home-built-photo { min-height: 300px; }
  .projects-hero { min-height: 470px; background-position: 68% center; }
  .projects-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.95),rgba(3,11,24,.55)); }
  .projects-hero-inner { padding-top: 80px; padding-bottom: 64px; }
  .projects-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .project-highlight-grid { grid-template-columns: 1fr; }
  .project-highlight { min-height: 335px; border-radius: 18px; }
  .project-highlight > div { padding: 23px; }
  .about-hero { min-height: 490px; background-position: 64% center; }
  .about-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.92),rgba(3,11,24,.5)); }
  .about-hero-inner { padding-top: 66px; padding-bottom: 66px; }
  .about-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .about-company-grid, .about-focus-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-company-photo { min-height: 310px; border-radius: 18px; }
  .about-standard { padding: 80px 0; }
  .about-principles { grid-template-columns: 1fr; margin-top: 40px; }
  .about-principles article, .about-principles article:first-child, .about-principles article:last-child { padding: 21px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .about-principles article:last-child { border-bottom: 0; }
  .about-focus-list div { grid-template-columns: 1fr; gap: 8px; }
  .contact-hero { padding: 80px 0 70px; }
  .contact-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .contact-layout { grid-template-columns: 1fr; gap: 18px; }
  .contact-panel, .contact-form-card { padding: 27px 23px; border-radius: 18px; }
  .contact-form-intro { margin-bottom: 24px; }
  .contact-form-card .btn { width: 100%; }
  .real-work-grid { grid-template-columns: 1fr; grid-auto-rows: 245px; }
  .work-photo, .work-photo-tall, .work-photo:nth-child(2), .work-photo:nth-child(3), .work-photo:nth-child(4), .work-photo-wide, .work-photo:nth-child(6) { grid-column: auto; grid-row: auto; }
  .grid-3, .check-list, .form-row, .services-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-brand-row { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-brand-row > p { text-align: left; }
  .footer-columns { grid-template-columns: 1fr; gap: 38px; padding: 40px 0 30px; }
  .footer-compact-top { align-items: center; gap: 20px; }
  .footer-compact-nav { justify-content: center; gap: 12px 20px; }
  .footer-contact-strip { gap: 20px; margin-top: 22px; padding: 20px 0; }
  .footer-emails { grid-template-columns: 1fr; justify-items: center; gap: 12px; }
  .footer-emails a:last-child { grid-column: auto; }
  .footer-email-list { grid-template-columns: 1fr; }
  .coverage-ribbon-track { padding: 0; }
  .coverage-ribbon-set { gap: 10px; padding: 0 12px; }
  .coverage-ribbon-item { min-width: 245px; padding: 17px 18px; border-radius: 16px; box-shadow: 0 7px 0 rgba(4,38,88,.72),0 12px 22px rgba(1,24,62,.28),inset 0 1px 0 rgba(255,255,255,.55); }
  .coverage-ribbon-item strong { font-size: 1.65rem; }
  .brand-logo { width: 44px; height: 44px; }
  .brand-wordmark { width: 205px; max-height: 52px; }
  .service-card { min-height: 380px; padding: 25px; }
  .service-card-top { margin-bottom: 38px; }
  .services-hero { min-height: 520px; background-position: 62% center; }
  .services-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.95),rgba(3,11,24,.55)); }
  .services-hero h1 { font-size: clamp(2.75rem,13vw,4rem); }
  .service-suites .container { gap: 18px; }
  .service-suite { min-height: 0; border-radius: 18px; }
  .service-suite-image { min-height: 250px; }
  .service-suite-content { padding: 30px 24px; }
  .service-suite-content h2 { font-size: 2.25rem; }
  .service-suite-actions { grid-template-columns: 1fr; gap: 0; }
  .suite-services { margin-top: 25px; }
  .service-detail-hero { min-height: 560px; background-position: 62% center; }
  .service-detail-hero::before { background: linear-gradient(90deg,rgba(3,11,24,.96),rgba(3,11,24,.58)); }
  .service-detail-hero-inner { padding-top: 66px; padding-bottom: 66px; }
  .service-detail-hero h1 { font-size: clamp(2.85rem,13vw,4.2rem); }
  .detail-image-band { min-height: 300px; }
  .detail-section-head { grid-template-columns: 1fr; gap: 20px; }
  .detail-card-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .detail-card-grid article { min-height: 0; }
  .detail-card-grid p { margin-top: 22px; }
  .service-switcher { padding: 62px 0; }
  .service-switcher-grid { grid-template-columns: 1fr; }
  .industries-hero { min-height: 650px; background-position: 66% center; }
  .industries-hero::before { background: linear-gradient(90deg,rgba(4,13,27,.92),rgba(4,13,27,.55)); }
  .industry-showcase, .difference-grid, .industry-facts { grid-template-columns: 1fr; }
  .industry-feature { min-height: 420px; }
  .industry-feature-content { padding: 26px; }
  .industry-environment { min-height: 390px; }
  .industry-environment > div { padding: 24px; }
  .industry-standard { padding: 80px 0; }
  .industry-tile { min-height: 280px; padding: 25px; }
  .map-shell { min-height: 0; }
  .project-map { min-height: 430px; }
  .state-summary { grid-template-columns: 1fr 64px 64px 18px; gap: 8px; min-height: 82px; padding: 14px 12px; }
  .state-name { font-size: 15px; }
  .state-metric strong { font-size: 18px; }
  .state-metric small { margin-top: 5px; font-size: 10px; }
  .state-chevron { font-size: 20px; }
  .city-table-head, .city-row { grid-template-columns: 1fr 62px; gap: 8px; }
  .city-table-head, .city-row { padding-left: 14px; padding-right: 14px; }
  .city-ticket-titles p { font-size: 12px; }
  .map-metrics { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (max-width: 640px) {
  .executive-hero h1, .home-hero h1, .projects-hero h1, .about-hero h1, .contact-hero h1, .service-detail-hero h1, .services-hero h1, .industries-hero h1 { font-size: clamp(2.65rem,12vw,3.4rem); line-height: 1.02; }
  .statement-grid h2, .enterprise-intro h2, .service-suite-content h2, .industry-standard h2, .about-standard h2, .contact-panel h2, .contact-form-intro h2, .detail-section-head h2 { font-size: clamp(2rem,9vw,2.65rem); line-height: 1.1; }
  .lead, .hero .lead, .executive-hero .lead, .home-hero-copy .lead, .service-detail-hero .lead { font-size: 1rem; line-height: 1.6; }
}
