:root {
  --blue: #194B90;
  --blue-2: #123d78;
  --red: #B40000;
  --navy: #0B2341;
  --charcoal: #20262D;
  --steel: #66717C;
  --concrete: #EEF1F4;
  --offwhite: #FAFAF8;
  --white: #FFFFFF;
  --line: rgba(11,35,65,.14);
  --shadow: 0 22px 55px rgba(11,35,65,.12);
  --container: 1240px;
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--offwhite);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: #fff; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-tight { padding: 72px 0; }
.section-grey { background: var(--concrete); }
.section-white { background: var(--white); }
.section-navy { background: var(--navy); color: #fff; }
.section-blue { background: var(--blue); color: #fff; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue);
}
.section-label::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.section-navy .section-label, .section-blue .section-label { color: #fff; }
.section-navy .section-label::before, .section-blue .section-label::before { background: #fff; }
h1,h2,h3,h4 { margin: 0; font-family: "Manrope", sans-serif; color: var(--navy); letter-spacing: -.025em; }
.section-navy h1,.section-navy h2,.section-navy h3,.section-blue h1,.section-blue h2,.section-blue h3 { color: #fff; }
h1 { font-size: clamp(2.55rem, 5.3vw, 5rem); line-height: .98; }
h2 { font-size: clamp(2rem, 3.6vw, 3.6rem); line-height: 1.06; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.2; }
p { margin: 0; line-height: 1.72; color: var(--steel); }
.section-navy p,.section-blue p { color: rgba(255,255,255,.78); }
.lead { font-size: clamp(1.06rem, 1.5vw, 1.25rem); line-height: 1.75; }
.text-large { font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.58; }
.max-760 { max-width: 760px; }
.max-900 { max-width: 900px; }
.muted { color: var(--steel); }

.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 18px; top: 18px; z-index: 9999; background: #fff; color: #000; padding: 12px 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; transition: box-shadow .25s ease, transform .25s ease; }
.utility-bar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .68rem; letter-spacing: .12em; font-weight: 700; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.utility-inner span { color: #ef6b6b; }
.utility-contact { display: flex; gap: 22px; letter-spacing: .02em; font-weight: 500; }
.utility-contact a { color: #fff; }
.nav-shell { background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(11,35,65,.08); transition: all .25s ease; }
.nav-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 220px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; font-size: .83rem; font-weight: 700; color: var(--navy); }
.primary-nav > a { position: relative; padding: 34px 0 31px; white-space: nowrap; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--red); transition: right .22s ease; }
.primary-nav > a:hover::after,.primary-nav > a[aria-current="page"]::after { right: 0; }
.primary-nav > a[aria-current="page"] { color: var(--blue); }
.primary-nav .nav-cta { padding: 13px 17px; background: var(--red); color: #fff; border: 1px solid var(--red); transition: background .2s ease, color .2s ease; }
.primary-nav .nav-cta:hover { background: #8f0000; }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(11,35,65,.09); }
.site-header.is-scrolled .utility-bar { display: none; }
.site-header.is-scrolled .nav-inner { height: 76px; }
.site-header.is-scrolled .brand { width: 190px; }
.site-header.is-scrolled .primary-nav > a { padding-block: 26px; }
.site-header.is-scrolled .primary-nav > a:not(.nav-cta)::after { bottom: 17px; }

.hero { min-height: 730px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--navy); color: #fff; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,20,39,.93) 0%, rgba(5,20,39,.79) 42%, rgba(5,20,39,.26) 74%, rgba(5,20,39,.14) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(7,27,51,.55), transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding: 120px 0 88px; max-width: 780px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; letter-spacing: .18em; font-size: .76rem; margin-bottom: 22px; }
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--red); }
.hero h1 { color: #fff; max-width: 760px; text-wrap: balance; }
.hero h1 .accent { color: #d6e6ff; }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.08rem; margin-top: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; font-weight: 800; font-size: .82rem; letter-spacing: .03em; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; border-color: var(--red); }
.btn-red:hover { background: #920000; border-color: #920000; }
.btn-white-outline { border-color: rgba(255,255,255,.62); color: #fff; background: rgba(255,255,255,.03); }
.btn-white-outline:hover { background: #fff; color: var(--navy); }
.btn-blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-2); }
.btn-outline { background: transparent; color: var(--navy); border-color: rgba(11,35,65,.28); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.hero-location { position: absolute; right: 0; bottom: 0; z-index: 2; border-left: 1px solid rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.28); padding: 24px 34px; font-size: .76rem; letter-spacing: .18em; font-weight: 800; color: rgba(255,255,255,.8); }

.capability-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.capability-rail .container { display: grid; grid-template-columns: repeat(4,1fr); }
.capability-rail a { padding: 24px 22px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 14px; font-family: Manrope, sans-serif; font-weight: 800; color: var(--navy); }
.capability-rail a i { width: 18px; text-align: center; color: var(--blue); font-size: 1rem; }
.capability-rail a:first-child { border-left: 1px solid var(--line); }
.capability-rail .n { color: var(--red); font-size: .72rem; letter-spacing: .1em; }
.capability-rail a:hover { background: var(--concrete); color: var(--blue); }

.editorial-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 76px; align-items: center; }
.editorial-copy h2 { margin-bottom: 26px; max-width: 680px; }
.editorial-copy p + p { margin-top: 18px; }
.editorial-link { display: inline-flex; margin-top: 26px; color: var(--blue); font-weight: 800; border-bottom: 1px solid rgba(25,75,144,.35); padding-bottom: 5px; }
.editorial-image { position: relative; min-height: 520px; overflow: hidden; background: #d9dde1; }
.editorial-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-image::before { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 9px; height: 36%; background: var(--red); }
.image-caption { position: absolute; z-index: 3; left: 24px; bottom: 22px; padding: 10px 13px; background: rgba(11,35,65,.91); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-head { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 52px; }
.section-head > div:first-child { max-width: 720px; }
.section-head p { max-width: 520px; }

.divisions { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 610px; border: 1px solid var(--line); }
.division-photo { position: relative; min-height: 610px; overflow: hidden; }
.division-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.division-photo:hover img { transform: scale(1.025); }
.division-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,35,65,.9), rgba(11,35,65,.08) 64%); }
.division-content { position: absolute; left: 42px; right: 42px; bottom: 42px; color: #fff; }
.division-content .num,.business-panel .num { color: #fff; opacity: .55; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.division-content h3 { color: #fff; font-size: clamp(1.6rem,2.4vw,2.5rem); margin: 10px 0 13px; }
.division-content p { color: rgba(255,255,255,.8); max-width: 620px; }
.division-content a { display: inline-flex; margin-top: 22px; color: #fff; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 5px; }
.business-panel { background: var(--navy); color: #fff; padding: 52px 48px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.business-panel::before { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -170px; border: 1px solid rgba(255,255,255,.11); transform: rotate(45deg); }
.business-panel h3 { color: #fff; font-size: clamp(1.6rem,2.4vw,2.5rem); margin: 10px 0 16px; }
.business-panel p { color: rgba(255,255,255,.76); }
.business-list { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.14); }
.business-list div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.business-list span { color: rgba(255,255,255,.45); font-size: .72rem; }
.business-panel a { color: #fff; margin-top: 30px; font-weight: 800; }

.epc-columns { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.epc-col { padding: 38px 34px 42px 0; border-right: 1px solid var(--line); }
.epc-col + .epc-col { padding-left: 34px; }
.epc-col:last-child { border-right: 0; }
.epc-col .letter { font-size: 4rem; line-height: 1; font-family: Manrope, sans-serif; color: rgba(25,75,144,.14); font-weight: 800; }
.epc-col h3 { margin: 10px 0 14px; }
.epc-col ul { list-style: none; padding: 0; margin: 22px 0 0; }
.epc-col li { padding: 8px 0; color: var(--steel); border-bottom: 1px solid rgba(11,35,65,.07); }

.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 300px 300px; gap: 14px; }
.project-tile { position: relative; overflow: hidden; background: var(--navy); }
.project-tile:first-child { grid-row: 1 / span 2; }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-tile:hover img { transform: scale(1.025); }
.project-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,20,39,.72), transparent 55%); }
.project-meta { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: #fff; }
.project-meta .category { font-size: .66rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; opacity: .72; }
.project-meta h3 { color: #fff; margin-top: 8px; font-size: 1.25rem; }

.numbered-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.numbered-item { min-height: 300px; padding: 34px 28px 28px 0; border-right: 1px solid var(--line); }
.numbered-item + .numbered-item { padding-left: 28px; }
.numbered-item:last-child { border-right: 0; }
.numbered-item .num { font-family: Manrope, sans-serif; font-weight: 800; font-size: 2.7rem; color: var(--red); margin-bottom: 44px; }
.numbered-item h3 { font-size: 1.15rem; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .02em; }

.john-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.john-item { padding: 44px 30px; min-height: 330px; border: 1px solid rgba(255,255,255,.17); border-right: 0; }
.john-item:last-child { border-right: 1px solid rgba(255,255,255,.17); }
.john-letter { font-family: Manrope, sans-serif; font-size: 6.3rem; line-height: .88; font-weight: 800; color: rgba(255,255,255,.12); }
.john-item h3 { color: #fff; font-size: 1rem; margin: 44px 0 14px; letter-spacing: .03em; }
.john-item p { color: rgba(255,255,255,.68); }

.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; }
.split-photo { min-height: 600px; position: relative; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-content { padding: 72px 70px; background: var(--navy); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.split-content h2 { color: #fff; margin-bottom: 20px; }
.split-content p { color: rgba(255,255,255,.76); }
.line-list { margin-top: 34px; border-top: 1px solid rgba(255,255,255,.15); }
.line-list a,.line-list div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; font-weight: 700; }
.line-list span { color: #8fb6e8; }

.sectors-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-item { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.sector-icon { width: 44px; height: 44px; color: var(--blue); margin-bottom: 38px; }
.sector-item h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .03em; }
.sector-item p { margin-top: 12px; font-size: .92rem; }

.qhse-banner { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; }
.qhse-copy { background: var(--blue); color: #fff; padding: 70px; display: flex; flex-direction: column; justify-content: center; }
.qhse-copy h2 { color: #fff; max-width: 560px; }
.qhse-copy p { color: rgba(255,255,255,.78); margin-top: 20px; max-width: 600px; }
.qhse-photo { position: relative; }
.qhse-photo img { width: 100%; height: 100%; object-fit: cover; }
.qhse-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 20px 0 44px rgba(11,35,65,.12); }

.process { display: grid; grid-template-columns: repeat(7,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 178px; padding: 24px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: flex; flex-direction: column; }
.process-step .n { color: var(--red); font-size: .7rem; letter-spacing: .14em; font-weight: 800; }
.process-step .step-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(25,75,144,.08); color: var(--blue); margin: 16px 0 24px; box-shadow: inset 0 0 0 1px rgba(25,75,144,.08); }
.process-step .step-icon i { font-size: 1.05rem; }
.process-step h3 { position: static; margin-top: auto; font-size: .95rem; }

.team-preview { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.team-card { background: #fff; border-bottom: 3px solid transparent; transition: border-color .2s ease, transform .2s ease; }
.team-card:hover { border-bottom-color: var(--red); transform: translateY(-3px); }
.team-card figure { margin: 0; aspect-ratio: 4/5; overflow: hidden; background: #e4e7ea; }
.team-card img { width: 100%; height: 100%; object-fit: cover; }
.team-card-info { padding: 20px 18px 22px; border: 1px solid var(--line); border-top: 0; }
.team-card h3 { font-size: 1rem; text-transform: uppercase; }
.team-card .role { display: block; color: var(--blue); font-size: .78rem; margin-top: 7px; font-weight: 700; }

.field-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.field-item { position: relative; min-height: 300px; overflow: hidden; }
.field-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.field-item:hover img { transform: scale(1.025); }
.field-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,35,65,.76), transparent 58%); }
.field-caption { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: #fff; font-weight: 700; }
.field-caption small { display: block; text-transform: uppercase; letter-spacing: .12em; opacity: .7; font-size: .64rem; margin-bottom: 7px; }

.cta-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta-band::before,.cta-band::after { content: ""; position: absolute; height: 1px; background: rgba(255,255,255,.12); width: 70%; transform: rotate(-11deg); right: -15%; }
.cta-band::before { top: 35%; }.cta-band::after { top: 62%; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 54px; padding: 72px 0; }
.cta-inner h2 { color: #fff; max-width: 760px; }
.cta-inner p { color: rgba(255,255,255,.72); max-width: 650px; margin-top: 16px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex: 0 0 auto; }

.page-hero { position: relative; min-height: 430px; display: flex; align-items: end; background: var(--navy); overflow: hidden; }
.page-hero .page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,24,45,.94), rgba(6,24,45,.65) 55%, rgba(6,24,45,.2)); }
.page-hero-inner { position: relative; z-index: 2; color: #fff; padding: 92px 0 58px; max-width: 860px; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem,4.5vw,4.5rem); }
.page-hero p { color: rgba(255,255,255,.8); margin-top: 18px; max-width: 720px; font-size: 1.05rem; }

.content-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.side-heading { position: sticky; top: 120px; align-self: start; }
.side-heading .big-index { color: rgba(25,75,144,.14); font: 800 6rem/1 Manrope,sans-serif; }
.prose h2 { margin-bottom: 22px; }
.prose h3 { margin: 38px 0 13px; }
.prose p + p { margin-top: 17px; }
.prose ul { margin: 18px 0 0; padding-left: 19px; color: var(--steel); line-height: 1.75; }

.service-band { display: grid; grid-template-columns: 330px 1fr; border-top: 1px solid var(--line); padding: 60px 0; }
.service-band:last-child { border-bottom: 1px solid var(--line); }
.service-band .service-index { font: 800 4.8rem/1 Manrope,sans-serif; color: rgba(25,75,144,.13); }
.service-band h2 { margin-bottom: 18px; }
.service-list-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 34px; margin-top: 30px; }
.service-list-2 div { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--steel); }

.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.gallery-item { position: relative; min-height: 340px; overflow: hidden; background: #dfe3e7; }
.gallery-item:nth-child(1),.gallery-item:nth-child(5),.gallery-item:nth-child(9) { grid-column: span 7; }
.gallery-item:nth-child(2),.gallery-item:nth-child(4),.gallery-item:nth-child(8) { grid-column: span 5; }
.gallery-item:nth-child(3),.gallery-item:nth-child(6),.gallery-item:nth-child(7) { grid-column: span 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-tag { position: absolute; left: 16px; bottom: 16px; background: rgba(11,35,65,.9); color: #fff; padding: 8px 10px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }

.values-editorial { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-block { padding: 42px 40px; min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-block .letter { font: 800 4rem/1 Manrope,sans-serif; color: var(--red); }
.value-block h3 { margin: 28px 0 12px; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px 18px; }
.team-profile { background: #fff; border-bottom: 3px solid var(--blue); }
.team-profile figure { margin: 0; aspect-ratio: 4/5; overflow: hidden; }
.team-profile img { width: 100%; height: 100%; object-fit: cover; }
.team-profile .profile-copy { padding: 20px 18px 24px; border: 1px solid var(--line); border-top: 0; }
.team-profile h3 { font-size: 1rem; text-transform: uppercase; }
.team-profile .role { color: var(--red); font-size: .78rem; font-weight: 800; display: block; margin: 7px 0 13px; }
.team-profile p { font-size: .88rem; line-height: 1.65; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.contact-panel { background: var(--navy); color: #fff; padding: 42px; position: sticky; top: 112px; }
.contact-panel h2 { color: #fff; font-size: 2rem; margin-bottom: 18px; }
.contact-panel p { color: rgba(255,255,255,.72); }
.contact-lines { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-line { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-line small { display: block; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; margin-bottom: 7px; }
.contact-line a { font-weight: 700; }
.form-card { background: #fff; padding: 42px; border: 1px solid var(--line); }
.form-card h2 { font-size: 2rem; margin-bottom: 10px; }
.form-card > p { margin-bottom: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 800; }
.field input,.field textarea,.field select { width: 100%; border: 1px solid #cfd6dc; background: #fff; min-height: 48px; padding: 12px 13px; color: var(--charcoal); outline: none; border-radius: 0; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(25,75,144,.08); }
.field-help { font-size: .72rem; color: var(--steel); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: .8rem; color: var(--steel); }
.checkbox input { margin-top: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin-bottom: 24px; padding: 13px 15px; font-weight: 700; font-size: .86rem; }
.form-status.success { border-left: 4px solid #16803a; background: #eef8f1; color: #155c2c; }
.form-status.error { border-left: 4px solid var(--red); background: #fff0f0; color: #7e1111; }


.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  background: linear-gradient(135deg, rgba(25,75,144,.1), rgba(180,0,0,.08));
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(25,75,144,.08);
}
.icon-badge i { font-size: 1.2rem; }
.section-navy .icon-badge,
.section-blue .icon-badge {
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.title-with-icon {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 16px;
}
.title-with-icon h2,
.title-with-icon h3 {
  margin: 0;
}
.title-with-icon .section-label { margin-bottom: 10px; }
.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(25,75,144,.08);
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(25,75,144,.08);
  margin-bottom: 22px;
}
.card-icon i { font-size: 1.08rem; }
.section-navy .card-icon,
.section-blue .card-icon {
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.service-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}
.service-head h2 { margin-bottom: 0; }
.numbered-item .num-icon-wrap,
.value-block .value-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.numbered-item .num { margin-bottom: 0; }
.numbered-item .card-icon,
.value-block .card-icon { margin-bottom: 0; }
.value-block h3 { margin-top: 20px; }
.john-item .card-icon { margin-bottom: 28px; }
.sector-item .card-icon { margin-bottom: 24px; }
.service-list-2 div {
  position: relative;
  padding-left: 18px;
}
.service-list-2 div::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  position: absolute;
  left: 0;
  top: 19px;
}

.site-footer { background: #071b33; color: rgba(255,255,255,.72); position: relative; overflow: hidden; }
.footer-grid-lines { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 58px 58px; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr .75fr .75fr 1fr; gap: 56px; padding: 78px 0 58px; }
.footer-main h3 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 20px; }
.footer-main a { display: block; padding: 6px 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.footer-main a:hover { color: #fff; }
.footer-main p { color: rgba(255,255,255,.58); max-width: 390px; font-size: .9rem; }
.footer-wordmark { font: 800 2rem/1 Manrope,sans-serif; color: #fff; letter-spacing: -.03em; }
.footer-wordmark span { color: #e12a2a; }
.footer-company { color: #8fb6e8; font: 800 1rem/1 Manrope,sans-serif; letter-spacing: .08em; margin-top: 8px; }
.footer-tagline { margin: 20px 0 10px !important; color: #fff !important; font-weight: 700; }
.footer-quote { color: #fff !important; margin-top: 15px; font-weight: 800; }
.footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.12); min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .75rem; }

.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; background: var(--navy); color: #fff; padding: 70px 0; }
.not-found h1 { color: #fff; font-size: clamp(5rem,12vw,10rem); opacity: .16; }
.not-found h2 { color: #fff; margin-top: -18px; }
.not-found p { color: rgba(255,255,255,.7); margin: 18px auto 28px; max-width: 540px; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --header-h: 82px; }
  .primary-nav { gap: 15px; font-size: .77rem; }
  .brand { width: 190px; }
  .primary-nav .nav-cta { padding-inline: 13px; }
  .section { padding: 90px 0; }
  .process { grid-template-columns: repeat(4,1fr); }
  .team-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .utility-contact span { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; top: 116px; right: 0; width: min(420px, 92vw); height: calc(100vh - 116px); background: #fff; display: block; padding: 18px 26px 38px; transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; box-shadow: -20px 26px 50px rgba(11,35,65,.15); }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav > a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav .nav-cta { margin-top: 18px; text-align: center; padding: 15px; border: 0; }
  .site-header.is-scrolled .primary-nav { top: 76px; height: calc(100vh - 76px); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 650px; }
  .capability-rail .container { grid-template-columns: repeat(2,1fr); }
  .editorial-grid,.split-feature,.qhse-banner,.form-layout,.content-columns { grid-template-columns: 1fr; }
  .editorial-image { min-height: 460px; }
  .divisions { grid-template-columns: 1fr; }
  .division-photo { min-height: 520px; }
  .numbered-grid,.john-grid { grid-template-columns: repeat(2,1fr); }
  .john-item:nth-child(2) { border-right: 1px solid rgba(255,255,255,.17); }
  .john-item:nth-child(-n+2) { border-bottom: 0; }
  .team-preview { grid-template-columns: repeat(2,1fr); }
  .sectors-grid { grid-template-columns: repeat(2,1fr); }
  .split-photo { min-height: 460px; }
  .contact-panel,.side-heading { position: static; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2/4; }
  .service-band { grid-template-columns: 200px 1fr; }
  .gallery-item:nth-child(n) { grid-column: span 6; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner > div:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .utility-contact { display: none; }
  .brand { width: 176px; }
  .section { padding: 72px 0; }
  .section-tight { padding: 54px 0; }
  .hero { min-height: 640px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,20,39,.94), rgba(5,20,39,.68)); }
  .hero-inner { padding: 92px 0 72px; }
  .hero-location { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 320px; }
  .capability-rail .container { grid-template-columns: 1fr 1fr; width: 100%; }
  .capability-rail a { padding: 18px 14px; font-size: .82rem; gap: 10px; }
  .capability-rail a i { font-size: .95rem; }
  .section-head { display: block; margin-bottom: 36px; }
  .section-head p { margin-top: 18px; }
  .editorial-grid { gap: 38px; }
  .editorial-image { min-height: 380px; }
  .business-panel { padding: 40px 28px; }
  .division-content { left: 26px; right: 26px; bottom: 28px; }
  .epc-columns { grid-template-columns: 1fr; }
  .epc-col,.epc-col + .epc-col { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .epc-col:last-child { border-bottom: 0; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 310px); }
  .project-tile:first-child { grid-row: auto; }
  .numbered-grid,.john-grid,.sectors-grid,.values-editorial { grid-template-columns: 1fr; }
  .numbered-item,.numbered-item + .numbered-item { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 230px; }
  .numbered-item .num { margin-bottom: 24px; }
  .john-item,.john-item:last-child,.john-item:nth-child(2) { border-right: 1px solid rgba(255,255,255,.17); border-bottom: 0; min-height: 280px; }
  .john-item:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
  .split-content,.qhse-copy { padding: 48px 28px; }
  .split-photo,.qhse-photo { min-height: 360px; }
  .process { grid-template-columns: repeat(2,1fr); }
  .team-preview,.team-grid,.field-strip { grid-template-columns: 1fr; }
  .page-hero { min-height: 390px; }
  .service-band { grid-template-columns: 1fr; gap: 14px; padding: 46px 0; }
  .title-with-icon,.service-head { gap: 14px; }
  .icon-badge { width: 48px; height: 48px; flex-basis: 48px; border-radius: 14px; }
  .icon-badge i,.card-icon i,.process-step .step-icon i { font-size: 1rem; }
  .card-icon,.process-step .step-icon { width: 44px; height: 44px; border-radius: 12px; }
  .service-band .service-index { font-size: 3.6rem; }
  .service-list-2 { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:nth-child(n) { grid-column: 1; min-height: 280px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-card,.contact-panel { padding: 30px 24px; }
  .cta-inner { display: block; padding: 58px 0; }
  .cta-actions { margin-top: 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; padding: 20px 0; line-height: 1.8; }
}



/* Page transitions */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: var(--navy);
  transform: translate3d(-101%,0,0);
  pointer-events: none;
  will-change: transform;
  transition: transform .32s cubic-bezier(.77,0,.18,1);
}
body.is-leaving .page-transition { transform: translate3d(0,0,0); }
.js body.page-enter main,
.js body.page-enter .site-footer { opacity: 0; transform: translateY(7px); }
main,.site-footer { transition: opacity .34s ease, transform .34s ease; }

/* Floating WhatsApp contact — icon only */
.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1600;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 0;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.28); background: #20bd5a; }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,.32); outline-offset: 4px; }
.whatsapp-float svg { display: block; width: 30px; height: 30px; fill: currentColor; }
@media (max-width: 720px) {
  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
  .whatsapp-float svg { width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .page-transition { display: none; }
  .js body.page-enter main,.js body.page-enter .site-footer { opacity: 1; transform: none; }
}
