@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicLight.ttf") format("truetype");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicBook.ttf") format("truetype");
  font-weight:400;
  font-style:normal; 
  font-display:swap;
}
@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicDemi.ttf") format("truetype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicBold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"futura-pt";
  src:url("../fonts/FuturaCyrillicExtraBold.ttf") format("truetype");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

:root{
  --bg:#f3f7fb;
  --surface:#ffffff;
  --card:#ffffff;
  --text:#353838;
  --brand:#112047;
  --brand2:#bc8a30;
  --accent:#bc8a30;
  --btn-color:#112047;
  --muted:#5d7487;
  --border:rgba(18, 84, 120, 0.14);
  --shadow:0 10px 24px rgba(11,38,58,0.08);
  --radius:6px;
  --max:1200px;
  --ease-out:cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast:220ms;
  --dur-med:420ms;
  /* Search field: white surface + soft depth (no grey fill) */
  --search-bar:var(--card);
  --search-bar-text:var(--brand2);
  --search-elev:0 2px 8px rgba(9, 27, 45, 0.06), 0 8px 28px rgba(9, 27, 45, 0.05);
  --search-elev-focus:0 4px 14px rgba(9, 27, 45, 0.08), 0 14px 44px rgba(9, 27, 45, 0.07);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"futura-pt",sans-serif;
  color:var(--text);
  background:#f7fafc;
  line-height:1.55;
  letter-spacing:0.01em;
}
h1,h2,h3,h4,h5,h6{
  font-family:"futura-pt",sans-serif;
  letter-spacing:-0.01em;
  line-height:1.15;
  color:var(--brand);
}
strong,
b{
  font-weight:600;
  color:var(--text);
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6{
  color:#fff;
}
img{max-width:100%;height:auto}
a{color:inherit}

.container{max-width:var(--max); margin:0 auto; padding:0 18px;}
.skip-link{
  position:absolute; left:-9999px; top:10px;
  background:#fff; border:2px solid var(--brand);
  padding:10px 12px; border-radius:12px; z-index:9999;
}
.skip-link:focus{left:12px}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.card-label{
  display:block;
  font-weight:500;
  font-size:17px;
  color:var(--brand2);
}

/* Header */
.topbar{
  background:linear-gradient(90deg, #0f3248, #125478);
  color:rgba(244,249,255,0.95);
  font-size:10px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,0.14);
}
.topbar .row{
  display:flex; gap:12px; justify-content:space-between; align-items:center;
  padding:8px 0;
}
.topbar .row > div{
  display:flex;
  align-items:center;
  gap:10px;
}
.topbar a{
  color:#fff;
  text-decoration:none;
  opacity:0.94;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.topbar a strong{
  font-weight:400;
  opacity:0.72;
}
.topbar a:hover{
  opacity:1;
  text-decoration:none;
}

.header{
  position:sticky; top:0; z-index:50;
  background:#fff;
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid rgba(18,84,120,0.1);
  box-shadow:0 6px 16px rgba(11,38,58,0.06);
}
body[data-page="home"] .header{
  background:#fff;
  border-bottom-color:rgba(255,255,255,0.2);
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
body[data-page="home"] #siteHeader{
  position:relative;
}
body[data-page="home"] .navlinks a{
  color:rgba(18,35,63,0.88);
}
body[data-page="home"] .navlinks a:hover{
  color:var(--brand2);
  background:transparent;
  border-color:transparent;
}
body[data-page="home"] .navlinks a[aria-current="page"]{
  color:var(--brand2);
  background:transparent;
  border-color:transparent;
}
body[data-page="home"] .nav-cta .btn:not(.primary),
body[data-page="home"] .menu-btn{
  background:rgba(255,255,255,0.86);
  border-color:rgba(18,35,63,0.22);
  color:#12233f;
}
body[data-page="home"] .menu-btn span{
  background:rgba(18,35,63,0.82);
}
body[data-page="home"] .hero .wrap{
  padding-top:54px;
}
.header .container{
  max-width:none;
  padding-left:12px;
  padding-right:12px;
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:1px 0;
  gap:8px;
}
.brand{
  display:flex; align-items:center; gap:12px; text-decoration:none;
}
.brand img{width:146px; height:auto}
.nav-center{
  flex:1;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:6px;
  gap:0;
}
.navlinks{
  display:flex; gap:12px; align-items:center;
  flex:1 1 auto;
  min-width: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  transition:opacity 0.3s ease, max-width 0.45s cubic-bezier(0.4,0,0.2,1), flex 0.45s ease, transform 0.32s ease;
  transform:translateX(0);
}
.navlinks a{
  position:relative;
  text-decoration:none;
  font-weight:400;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:rgba(18,35,63,0.84);
  padding:4px 5px 7px;
  border:0;
  background:transparent;
  border-radius:0;
  white-space: nowrap;
  flex: 0 0 auto;
  transition:color 0.2s var(--ease-out);
}
.navlinks a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--brand2);
  border-radius:1px;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform 0.3s var(--ease-out);
  pointer-events:none;
}
.navlinks a:hover{
  color:var(--brand2);
  background:transparent;
  border-color:transparent;
}
.navlinks a:hover::after{
  transform:scaleX(1);
}
.navlinks a[aria-current="page"]{
  color:var(--brand2);
  background:transparent;
  border:0;
  font-weight:600;
}
.navlinks a[aria-current="page"]::after{
  transform:scaleX(1);
  background:var(--brand2);
}
.navlinks a:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:3px;
  border-radius:2px;
}
.navlinks a:focus:not(:focus-visible){
  outline:none;
}

.nav-cta{
  display:flex; align-items:center; gap:10px;
  flex: 0 0 auto;
}
.nav-cta .btn{
  min-height:30px;
  padding:6px 10px;
}
.nav-cta .btn:not(.primary){
  background:rgba(255,255,255,0.72);
}

.small-bold-text {
  font-size: 13px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:4px;
  border:1px solid rgba(18,84,120,0.18);
  background:#fff;
  font-weight:400;
  font-size:12px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  box-shadow:none;
  white-space: nowrap;
  color:var(--brand2);
}
.btn:link,
.btn:hover,
.btn:active{
  color:var(--brand);
}

.btn:visited{
  color:var(--brand);
}

/* Hide scrollbar for header nav strip (still scrollable) */
.navlinks{ scrollbar-width: none; }
.navlinks::-webkit-scrollbar{ display:none; }
.btn.primary{
  border-color:var(--btn-color);
  background:var(--btn-color);
  color:#fff;
}
.btn.primary:hover{
  border-color:var(--btn-color);
  background:var(--btn-color);
  color:#fff;
  filter:brightness(1.06);
}
.btn:hover{transform:translateY(-1px); border-color:rgba(18,84,120,0.34)}

.menu-btn{
  display:none;
  width:36px; height:36px;
  border-radius:10px;
  border:1px solid rgba(18,35,63,0.18);
  background:rgba(255,255,255,0.7);
  box-shadow:0 4px 12px rgba(12,28,52,0.08);
}
.menu-btn span{
  display:block; width:18px; height:2px; background:rgba(18,35,63,0.8);
  margin:4px auto; border-radius:2px;
}
.nav-search{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(18,35,63,0.12);
  background:linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  color:rgba(18,35,63,0.9);
  cursor:pointer;
  flex:0 0 auto;
  box-shadow:0 1px 0 rgba(255,255,255,0.9) inset, 0 4px 14px rgba(12,40,64,0.08);
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s;
}
.nav-search-glyph{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.nav-search-glyph--close{display:none}
.nav-search-glyph--search svg,
.nav-search-glyph--close svg{
  width:18px;
  height:18px;
  display:block;
}
.nav-search-glyph--close svg{
  width:20px;
  height:20px;
}
.nav-search:hover{
  border-color:rgba(18,84,120,0.28);
  color:var(--brand2);
  transform:translateY(-1px);
  box-shadow:0 1px 0 rgba(255,255,255,0.9) inset, 0 6px 18px rgba(12,40,64,0.1);
}
.header.is-search-open .nav-search-glyph--search{display:none}
.header.is-search-open .nav-search-glyph--close{display:flex}
body[data-page="home"] .header.is-search-open .nav-search{
  border-color:rgba(18,84,120,0.35);
  color:var(--brand2);
  background:rgba(18,84,120,0.1);
  box-shadow:0 1px 0 rgba(255,255,255,0.4) inset, 0 4px 16px rgba(12,40,64,0.1);
}
.header-search{
  flex:0 0 0;
  min-width:0;
  max-width:0;
  opacity:0;
  overflow:hidden;
  transform:translateX(10px);
  pointer-events:none;
  transition:
    flex 0.45s cubic-bezier(0.4,0,0.2,1),
    max-width 0.45s ease,
    opacity 0.3s ease,
    transform 0.35s ease;
}
.header.is-search-open .header-search{
  flex:1 1 100%;
  min-width:0;
  max-width:100%;
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}
.header.is-search-open .navlinks{
  flex:0 0 0;
  min-width:0;
  max-width:0;
  opacity:0;
  margin:0;
  padding:0;
  overflow:hidden;
  pointer-events:none;
  border:0;
}
.header-search-form{
  width:100%;
  max-width:min(720px, 100%);
  min-width:0;
  margin-left:auto;
  margin-right:0;
}
.header-search-surface{min-width:0}
.header-search-pill{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:44px;
  padding:2px 8px 2px 14px;
  border-radius:999px;
  border:0;
  background:var(--search-bar);
  box-shadow:var(--search-elev);
  transition:box-shadow 0.25s var(--ease-out);
}
.header-search-pill:focus-within{
  background:var(--search-bar);
  box-shadow:var(--search-elev-focus);
  outline:none;
}
.header-search-ico{
  display:flex;
  color:var(--search-bar-text);
  opacity:0.75;
  flex:0 0 auto;
  pointer-events:none;
}
.header-search-input{
  flex:1 1 auto;
  min-width:0;
  border:0;
  background:transparent;
  font-size:15px;
  font-weight:500;
  letter-spacing:-0.01em;
  color:var(--search-bar-text);
  padding:10px 6px 10px 0;
  min-height:0;
  border-radius:0;
  -webkit-appearance:none;
  appearance:none;
}
.header-search-input::placeholder{
  color:var(--search-bar-text);
  opacity:0.42;
  font-weight:500;
}
.header-search-input:focus{
  outline:none;
}
.header-search-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:10px;
  border:0;
  background:transparent;
  color:var(--search-bar-text);
  cursor:pointer;
  flex:0 0 auto;
  padding:0;
  box-shadow:none;
  opacity:0.88;
  transition:opacity 0.2s ease, transform 0.15s ease;
}
.header-search-submit:hover{
  opacity:0.55;
  background:transparent;
}
.header-search-submit:active{transform:scale(0.96); opacity:0.45}
.header-search-submit svg{
  display:block;
}
.mobile-search{
  margin:10px 12px 0;
  width:calc(100% - 24px);
  border:0;
  background:var(--search-bar);
  color:var(--search-bar-text);
  box-shadow:var(--search-elev);
  border-radius:999px;
  padding:12px 14px;
  font-size:12px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:0.04em;
  cursor:pointer;
  transition:box-shadow 0.2s ease, opacity 0.2s ease;
}
.mobile-search:hover{box-shadow:var(--search-elev-focus); opacity:0.92}

/* Site search page */
.search-page-form{
  margin:0 0 18px;
}
.search-page-field{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px;
  padding:8px 8px 8px 18px;
  border-radius:999px;
  border:0;
  background:var(--search-bar);
  box-shadow:var(--search-elev);
  transition:box-shadow 0.25s var(--ease-out);
}
.search-page-field:focus-within{
  background:var(--search-bar);
  box-shadow:var(--search-elev-focus);
  outline:none;
}
.search-page-input{
  flex:1 1 220px;
  min-width:0;
  min-height:44px;
  border:0;
  border-radius:0;
  padding:0 8px 0 0;
  font-size:15px;
  font-weight:500;
  color:var(--search-bar-text);
  background:transparent;
  -webkit-appearance:none;
  appearance:none;
}
.search-page-input::placeholder{
  color:var(--search-bar-text);
  opacity:0.42;
}
.search-page-input:focus{
  outline:none;
  box-shadow:none;
}
.search-page-icon-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--search-bar-text);
  cursor:pointer;
  flex:0 0 auto;
  padding:0;
  opacity:0.88;
  transition:opacity 0.2s ease;
}
.search-page-icon-btn:hover{
  opacity:0.55;
  background:transparent;
}
.search-page-icon-btn svg{display:block}
.search-page-status{
  margin:0 0 16px;
  font-size:14px;
  font-weight:400;
  color:rgba(18,35,63,0.85);
}
.search-results{
  display:grid;
  gap:14px;
}
.search-result-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-start;
  padding:18px 20px;
}
.search-result-meta{margin:0}
.search-result-type{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--brand);
  background:rgba(18,84,120,0.1);
  border:1px solid rgba(18,84,120,0.15);
}
.search-result-title{
  margin:0;
  font-size:clamp(18px, 2.1vw, 22px);
  line-height:1.2;
  letter-spacing:-0.02em;
}
.search-result-title a{
  color:var(--brand2);
  text-decoration:none;
}
.search-result-title a:hover{text-decoration:underline}
.search-result-preview{margin:0 !important}
.search-result-card .btn{margin-top:4px}

/* Mobile drawer */
.mobile-nav{
  display:none;
  border-top:1px solid rgba(18,35,63,0.1);
  padding:14px 0 18px;
  margin-top:6px;
  background:rgba(255,255,255,0.88);
  border-radius:14px;
  border:1px solid rgba(18,35,63,0.08);
}
.mobile-nav a{
  display:block;
  padding:12px 12px;
  border-radius:10px;
  text-decoration:none;
  font-weight:500;
  color:rgba(18,35,63,0.9);
}
.mobile-nav a:hover{background:rgba(47,95,174,0.1)}

/* Hero */
.hero{
  position:relative;
  color:#fff;
  overflow:hidden;
  border-bottom:1px solid rgba(11,31,59,0.08);
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 460px at 16% 4%, rgba(38,163,206,0.3), transparent 62%),
    linear-gradient(180deg, rgba(15,50,72,0.68), rgba(12,41,60,0.82)),
    url("../images/hero-site.jpg");
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
}
.hero::after{
  content:"";
  position:absolute;
  inset:-20% -15%;
  background: radial-gradient(700px 260px at 25% 35%, rgba(255,255,255,0.10), transparent 60%);
  pointer-events:none;
  animation: heroDrift 12s ease-in-out infinite alternate;
}
.hero .wrap{
  position:relative;
  padding:54px 0 34px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:24px;
  align-items:stretch;
}
.hero h1{
  margin:0 0 12px;
  font-size: clamp(30px, 4vw, 56px);
  line-height:1.05;
  letter-spacing:-0.02em;
  display:block;
  padding:0;
  background:none;
  border:none;
}
.hero p,
.hero .hero-lead{
  margin:0 0 18px;
  color:rgba(255,255,255,0.9);
  font-size: clamp(13px, 1.05vw, 16px);
  max-width:65ch;
  line-height:1.6;
}
.hero-actions{display:flex; flex-wrap:wrap; align-items:center; gap:10px}
.hero-card{
  border-radius:12px;
  background:#0c2136;
  border:1px solid #1a3a55;
  padding:20px 22px;
  box-shadow:0 20px 48px rgba(0,0,0,0.35);
}
.hero-card h3{margin:0 0 8px; font-size:16px; letter-spacing:-0.2px}
.hero-bullets{margin:0; padding:0; list-style:none; color:#e8f0f7}
.hero-bullets li{
  margin:0 0 10px;
  padding-left:1.1em;
  position:relative;
  font-size:14px;
  line-height:1.45;
}
.hero-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.5em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#bc8a30;
}

.slider{
  margin-top:18px;
  display:flex;
  gap:8px;
  align-items:center;
}
.dot{
  width:10px; height:10px; border-radius:999px;
  border:1px solid rgba(255,255,255,0.45);
  background:transparent;
}
.dot[aria-pressed="true"]{background:#fff; border-color:#fff}

/* Sections */
section{padding:54px 0}
.hero + section{border-top:1px solid rgba(255,255,255,0.1)}
.hero + section{border-top:1px solid rgba(18,35,63,0.08)}
.section-title{
  display:flex; gap:12px; justify-content:space-between; align-items:flex-end;
  margin-bottom:18px;
}
.section-title h2{
  margin:0;
  font-size:30px;
  letter-spacing:-0.02em;
  font-weight:400; 
}
.section-title p{margin:0; color:var(--text); max-width:58ch; font-size:15px}
main section:not(.hero) p{
  font-size:16px;
  color: var(--text);
}
main section:not(.hero) li{
  font-size:15px;
  color: var(--text);
}

/* Home split media sections */
.section-split{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:24px;
  align-items:center;
}
.section-split.reverse{
  grid-template-columns:1fr 320px;
}
.section-split-media{
  border:1px solid rgba(18,84,120,0.24);
  box-shadow:0 16px 30px rgba(11,38,58,0.14);
  overflow:hidden;
  min-height:260px;
  aspect-ratio:4/5;
}
.section-split-media.shape-a{
  border-radius:58% 42% 56% 44% / 34% 57% 43% 66%;
}
.section-split-media.shape-b{
  border-radius:42% 58% 38% 62% / 58% 42% 62% 38%;
}
.section-split-media.shape-c{
  border-radius:30% 70% 64% 36% / 46% 34% 66% 54%;
}
.section-split-media.shape-d{
  border-radius:64% 36% 42% 58% / 28% 63% 37% 72%;
}
.section-split-media.rect-left{
  border-radius:12px;
  aspect-ratio:4/2;
  min-height:280px;
}
section[aria-label="Sectors we serve"] .section-split{
  grid-template-columns:750px 1fr;
}
section[aria-label="Sectors we serve"] .section-split .section-split-media{
  max-width:480px;
  min-height:300px;
}
section[aria-label="Sectors we serve"] .sector-grid{
  grid-template-columns:repeat(2, 1fr);
}
.section-split-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(0.95) contrast(1.04);
}
.section-split-content .section-title{
  margin-bottom:14px;
}
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow);
}
.card h3{margin:0 0 6px; letter-spacing:-0.2px}
.card p{margin:0; color:var(--text); font-size:13px}
.card h3{font-weight:400}
.section-title h3,
.card h3,
.feature-item h3,
.faq-item h3,
.capability-item h3,
.process-step h3,
.sector-item h3{
  color:var(--brand2);
}
.icon{
  width:44px; height:44px;
  border-radius:6px; 
  background:rgba(18,84,120,0.10);
  border:1px solid rgba(18,84,120,0.24);
  display:grid; place-items:center;
  margin-bottom:10px;
}
.icon svg{width:22px; height:22px; opacity:0.9; color:var(--brand)}

/* Project grid */
.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.project{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(18,84,120,0.18);
  background:#0f3248;
  box-shadow:0 16px 36px rgba(11,38,58,0.14);
  display:flex; flex-direction:column;
  min-height:100%;
  position:relative;
}
.project > a{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:0;
  color:inherit;
}
.project .thumb{
  aspect-ratio: 5 / 4;
  width:100%;
  min-height:0;
  background: linear-gradient(135deg, #0f3248, rgba(38,163,206,0.58));
  position:relative;
  overflow:hidden;
  flex:0 0 auto;
}
.project .thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform var(--dur-med) var(--ease-out), filter var(--dur-fast) var(--ease-out);
}
.project .thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(8,27,39,0.14) 12%, rgba(8,27,39,0.88) 100%);
  pointer-events:none;
}
.project .meta{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,0.34);
  border-radius:12px;
  background:linear-gradient(180deg, rgba(8,27,39,0.82), rgba(8,27,39,0.74));
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.project .meta h4{
  margin:0 0 4px;
  font-size:15px;
  letter-spacing:-0.2px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#f7fbff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.project .meta h4::after{
  content:"↗";
  font-size:11px;
  color:rgba(188,138,48,0.7);
  opacity:0.92;
}
.project .meta p{
  margin:0;
  color:rgba(227,238,247,0.92);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.06em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.project .meta h4{font-weight:400}
.project .preview{
  position:absolute;
  left:10px;
  right:10px;
  top:10px;
  padding:10px 11px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.24);
  background:linear-gradient(180deg, rgba(8,27,39,0.86), rgba(8,27,39,0.8));
  color:rgba(238,247,255,0.95);
  font-size:12px;
  line-height:1.45;
  opacity:0;
  transform:translateY(6px);
  transition:opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  pointer-events:none;
  display:-webkit-box;
  line-clamp:5;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.project a{ text-decoration:none }
.project:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 46px rgba(11,38,58,0.22);
  border-color:rgba(38,163,206,0.46);
}
.project:hover .thumb img{
  transform:scale(1.08);
  filter:saturate(1.06);
}
.project:hover .preview{
  opacity:1;
  transform:translateY(0);
}

/* Stats */
.stats{
  background:linear-gradient(180deg, rgba(18,84,120,0.08), rgba(38,163,206,0.08));
  border-top:1px solid rgba(18,84,120,0.1);
  border-bottom:1px solid rgba(18,84,120,0.1);
}
.stat-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.stat{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.stat .num{font-weight:500; font-size:28px; letter-spacing:-0.6px; color:var(--brand2)}
.stat .lbl{color:var(--muted); font-weight:400; font-size:12px; text-transform:uppercase; letter-spacing:0.04em}

/* Forms */
form{display:grid; gap:10px}
label{font-weight:750; font-size:13px}
label{font-weight:400; font-size:12px; letter-spacing:0.03em; text-transform:uppercase}
input, textarea, select{
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(18,35,63,0.16);
  background:linear-gradient(180deg, #ffffff, #f9fbff);
  color:#12233f;
  font:inherit;
  transition:
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out),
    background-color var(--dur-fast) var(--ease-out),
    transform var(--dur-fast) var(--ease-out);
}
input, select{
  min-height:42px;
}
select{
  line-height:1.2;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(18,35,63,0.55) 50%),
    linear-gradient(135deg, rgba(18,35,63,0.55) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 2px),
    calc(100% - 11px) calc(50% - 2px);
  background-size:5px 5px, 5px 5px;
  background-repeat:no-repeat;
  padding-right:30px;
}
input::placeholder,
textarea::placeholder{
  color:rgba(95,114,143,0.72);
}
input:hover, textarea:hover, select:hover{
  border-color:rgba(47,95,174,0.28);
}
input:focus, textarea:focus, select:focus{
  outline:none;
  border-color:#2f5fae;
  box-shadow:
    0 0 0 3px rgba(47,95,174,0.12),
    0 10px 22px rgba(47,95,174,0.12);
  background:#fff;
  transform:translateY(-1px);
}
textarea{min-height:104px; resize:vertical}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.hint{color:var(--muted); font-size:13px; margin:0}
.hint{font-size:12px}
.alert{
  padding:12px 12px;
  border-radius:6px;
  background:rgba(47,95,174,0.10);
  border:1px solid rgba(47,95,174,0.28);
  color:#12233f;
  display:none;
}
.alert.show{display:block}

/* Footer */
.footer{
  background:linear-gradient(180deg, #0f3248, #0b2a3d);
  color:#fff;
}
.footer .container{
  position:relative;
}
.footer .cols{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap:16px;
  padding:34px 0;
  align-items:start;
}
.footer a{color:#fff; text-decoration:none; opacity:0.92}
.footer a:hover{opacity:1; text-decoration:underline}
.footer small{display:block; opacity:0.75}
.footer .links{display:grid; gap:10px}
.footer .links a{opacity:0.88}
.footer .brandmark{display:flex; gap:12px; align-items:center}
.footer .brandmark img{
  width:170px;
  background:transparent;
  border:none;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.footer .note{margin:10px 0 0; opacity:0.82; max-width:60ch}
.copyright{
  border-top:1px solid rgba(255,255,255,0.10);
  padding:14px 0;
  font-size:13px;
  opacity:0.84;
}

/* Utilities */
.pill{
  display:inline-flex; gap:8px; align-items:center;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.28);
  padding:8px 10px;
  border-radius:999px;
  color:rgba(255,255,255,0.88);
  font-weight:500;
  font-size:13px;
}
.kicker{
  display:flex;
  width:max-content;
  max-width:100%;
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.3);
  color:#e9f1ff;
  padding:7px 10px;
  border-radius:999px;
  font-weight:400;
  font-size:11px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}
body[data-page] .hero .kicker{margin-bottom:16px}
.two-col{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start}
.prose p{color:var(--muted); margin:0 0 10px}
.prose ul{margin:10px 0 0; color:var(--muted)}
.prose li{margin:6px 0}
.prose p, .prose li{line-height:1.65}
.prose p, .prose li{font-size:13px}
.two-col .project-detail-stack{
  display:grid;
  gap:10px;
  align-content:start;
}
.two-col .project-detail-stack .card{
  height:fit-content;
}
/* In-card subheads (Key challenge / Outcome): same as .card h3 */
.two-col .project-detail-stack .card h3,
.two-col aside.project-detail-stack .card h3{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-0.2px;
  color:var(--brand2);
}
.two-col .project-detail-stack .card ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
/* Body copy: match main section + .card p */
body[data-page="inner"] .project-hero + section .two-col .project-detail-stack .hint,
body[data-page="inner"] .project-hero + section .two-col aside.project-detail-stack .hint{
  font-size:16px;
  line-height:1.65;
  color:var(--text);
}
/* Nested callout rows */
.two-col .project-detail-stack .card .card{
  padding:16px 18px;
  border-radius:12px;
}
.two-col .project-detail-stack .card .card > strong,
.two-col aside.project-detail-stack .card .card > strong{
  display:block;
  margin:0 0 8px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-0.2px;
  color:var(--brand2);
}
.two-col .project-detail-stack .card .card .hint,
.two-col aside.project-detail-stack .card .card .hint{
  margin:0;
  font-size:14px;
  line-height:1.65;
}
.timeline-item strong{
  color:var(--brand2);
  font-weight:500;
}
/* Lists in project content column — match main section lists */
body[data-page="inner"] .project-hero + section .two-col .project-detail-stack .card > ul{
  font-size:14px;
  line-height:1.65;
}
body[data-page="inner"] .project-hero + section .two-col .project-detail-stack .card > ul li{
  margin:6px 0;
}

/* Scroll reveal animation */
.reveal{
  opacity:0;
  transform:translateY(16px);
  transition:opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out);
  will-change:opacity, transform;
}
.reveal.in{
  opacity:1;
  transform:translateY(0);
}
.reveal-delay-1{transition-delay:80ms}
.reveal-delay-2{transition-delay:160ms}
.reveal-delay-3{transition-delay:240ms}

/* Motion polish */
.card, .project, .stat{
  transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.card:hover, .project:hover, .stat:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(11,31,59,0.12);
}

.hero h1, .hero p, .hero .hero-actions{
  animation:heroEnter 700ms var(--ease-out) both;
}
.hero p{animation-delay:120ms}
.hero .hero-actions{animation-delay:220ms}

@keyframes heroDrift{
  0%{ transform: translate3d(0,0,0) scale(1); opacity:0.55; }
  100%{ transform: translate3d(16px,-10px,0) scale(1.04); opacity:0.9; }
}

@keyframes heroEnter{
  from{opacity:0; transform:translateY(14px)}
  to{opacity:1; transform:translateY(0)}
}

/* Responsive */
@media (max-width: 980px){
  section[aria-label="Sectors we serve"] .section-split{
    grid-template-columns:1fr;
  }
  section[aria-label="Sectors we serve"] .section-split .section-split-media{
    max-width:100%;
    justify-self:stretch;
  }
  section[aria-label="Sectors we serve"] .sector-grid{
    grid-template-columns:1fr;
  }
  .section-split,
  .section-split.reverse{
    grid-template-columns:1fr;
    gap:16px;
  }
  /* Sectors we serve & Client workflow: DOM has text before image; show image first on small screens. */
  .section-split.reverse .section-split-media{
    order:-1;
  }
  .section-split-content,
  .section-split-media{
    min-width:0;
  }
  .section-split-media{
    min-height:210px;
    max-width:420px;
    aspect-ratio:16/10;
  }
  body[data-page="home"] .hero .wrap{
    padding-top:54px;
  }
  .topbar .row{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    padding:8px 0;
  }
  .topbar .row > div:last-child{
    opacity:0.86;
    font-size:10px;
  }
  .navlinks{display:none}
  .menu-btn{display:inline-block}
  .nav-cta{display:none}
  .nav-search{display:none}
  .header.is-search-open .nav-search{
    display:inline-flex !important;
  }
  .header.is-search-open .header-search-form{
    max-width:100%;
  }
  .mobile-nav.show{display:block}
  .hero-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2, 1fr)}
  .stat-grid{grid-template-columns:repeat(2, 1fr)}
  .footer .cols{grid-template-columns:1fr; }
  .form-row{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{transition:none !important; animation:none !important}
  .btn:hover, .project:hover{transform:none}
  .hero::after{display:none}
  .reveal{opacity:1; transform:none}
}

/* Page-specific banner images with unified heights */
body[data-page] .hero::before{
  background:
    linear-gradient(120deg, rgba(15, 50, 72, 0.72), rgba(18, 84, 120, 0.54)),
    var(--hero-banner, url("../images/hero-site.jpg"));
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* Home remains taller than all other pages */
body[data-page="home"] .hero{
  min-height:calc(95svh - 78px);
}

/* Same banner height for every inner page */
body[data-page]:not([data-page="home"]) .hero{
  min-height:520px;
  display:flex;
  align-items:center;
}

body[data-page="home"]{ --hero-banner:url("../images/hero-site.jpg"); }
body[data-page="about"]{ --hero-banner:url("../images/projects/house.jpg"); }
body[data-page="services"]{ --hero-banner:url("../images/projects/office.jpg"); }
body[data-page="projects"]{ --hero-banner:url("../images/projects/bridge.jpg"); }
body[data-page="packages"]{ --hero-banner:url("../images/projects/apartments.jpg"); }
body[data-page="material-price"]{ --hero-banner:url("../images/projects/road.jpg"); }
body[data-page="blog"]{ --hero-banner:url("../images/blog-banner.png"); }
body[data-page="invest"]{ --hero-banner:url("../images/projects/factory.jpg"); }
body[data-page="contact"]{ --hero-banner:url("../images/projects/house.jpg"); }
body[data-page="apply"]{ --hero-banner:url("../images/projects/office.jpg"); }
body[data-page="search"]{ --hero-banner:url("../images/projects/office.jpg"); }
body[data-page="privacy-policy"]{ --hero-banner:url("../images/privacypolicy.png"); }
body[data-page="terms-and-conditions"]{ --hero-banner:url("../images/termsandconditions.png"); }
body[data-page="inner"]{ --hero-banner:url("../images/hero-site.jpg"); }

/* Inner pages: alternating section shapes + diagonals (match home, non-hero only) */
body[data-page]:not([data-page="home"]) main > section:not(.hero){
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-top:1px solid rgba(18,35,63,0.08);
}
body[data-page]:not([data-page="home"]) main > section:not(.hero) > .container,
body[data-page]:not([data-page="home"]) main > section:not(.hero) > .wrap{
  position:relative;
  z-index:1;
}
body[data-page]:not([data-page="home"]) main > section:not(.hero)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0.16;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
body[data-page]:not([data-page="home"]) main > section:not(.hero):nth-of-type(odd){
  background:linear-gradient(162deg, #f8fbff 0%, #f8fbff 58%, #e6eef7 58%, #e6eef7 100%) !important;
}
body[data-page]:not([data-page="home"]) main > section:not(.hero):nth-of-type(even){
  background:linear-gradient(198deg, #edf3f9 0%, #edf3f9 58%, #f8fbff 58%, #f8fbff 100%) !important;
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(2):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-1.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(3):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-2.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(4):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-3.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(5):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-4.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(6):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-5.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(7):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-6.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(8):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-7.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(9):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-8.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(10):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-9.svg");
}
body[data-page]:not([data-page="home"]) main > section:nth-of-type(11):not(.hero)::before{
  background-image:url("../images/section-bg/home-section-10.svg");
}

/* Home page section backgrounds (alternating) */
body[data-page="home"] main > section:not(.hero):nth-of-type(odd){ background:#f5f8fc; }
body[data-page="home"] main > section:not(.hero):nth-of-type(even){ background:#eef3f9; }
body[data-page="home"] main > section:not(.hero){
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(18,35,63,0.08);
}
body[data-page="home"] main > section:not(.hero) > .container{
  position:relative;
  z-index:1;
}
body[data-page="home"] main > section:not(.hero)::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0.16;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
body[data-page="home"] main > section:nth-of-type(2)::before{
  background-image:url("../images/section-bg/home-section-1.svg");
}
body[data-page="home"] main > section:nth-of-type(3)::before{
  background-image:url("../images/section-bg/home-section-2.svg");
}
body[data-page="home"] main > section:nth-of-type(4)::before{
  background-image:url("../images/section-bg/home-section-3.svg");
}
body[data-page="home"] main > section:nth-of-type(5)::before{
  background-image:url("../images/section-bg/home-section-4.svg");
}
body[data-page="home"] main > section:nth-of-type(6)::before{
  background-image:url("../images/section-bg/home-section-5.svg");
}
body[data-page="home"] main > section:nth-of-type(7)::before{
  background-image:url("../images/section-bg/home-section-6.svg");
}
body[data-page="home"] main > section:nth-of-type(8)::before{
  background-image:url("../images/section-bg/home-section-7.svg");
}
body[data-page="home"] main > section:nth-of-type(9)::before{
  background-image:url("../images/section-bg/home-section-8.svg");
}
body[data-page="home"] main > section:nth-of-type(10)::before{
  background-image:url("../images/section-bg/home-section-9.svg");
}
body[data-page="home"] main > section:nth-of-type(11)::before{
  background-image:url("../images/section-bg/home-section-10.svg");
}

/* Homepage section grids */
.process-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.sector-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.timeline-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.capability-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

/* Enhanced mouse hover animations */
.btn, .card, .project, .stat, .hero-card, .footer a{
  transition:
    transform var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-med) var(--ease-out),
    background-color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out),
    filter var(--dur-fast) var(--ease-out);
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(11,31,59,0.14);
}

.card:hover, .project:hover, .stat:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 42px rgba(12,28,52,0.14);
  border-color:rgba(47,95,174,0.28);
}

.project .thumb{
  overflow:hidden;
}
.project .thumb img{
  transition:transform var(--dur-med) var(--ease-out), filter var(--dur-fast) var(--ease-out);
}
.project:hover .thumb img{
  transform:scale(1.05);
  filter:saturate(1.05);
}

.hero-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 58px rgba(0,0,0,0.30);
}

.footer a{
  position:relative;
}

@media (max-width: 980px){
  body[data-page="home"] .hero{
    min-height:calc(92svh - 64px);
    align-items:flex-start;
  }
  body[data-page]:not([data-page="home"]) .hero{
    min-height:420px;
    align-items:flex-start;
  }
  .process-grid,
  .sector-grid,
  .feature-grid,
  .timeline-grid,
  .capability-grid{
    grid-template-columns:repeat(2, 1fr);
  }
  .faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 700px){
  .container{padding:0 14px;}
  .hero .wrap{padding:44px 0 28px;}
  .hero-actions{gap:8px;}
  .pill{width:100%; justify-content:center;}
  .section-split,
  .section-split.reverse{
    grid-template-columns:1fr !important;
    align-items:stretch;
  }
  .section-split-media{
    justify-self:stretch;
    width:100%;
    max-width:100% !important;
    margin:0;
    min-height:200px;
  }
  .section-split-media.rect-left{
    aspect-ratio:16/10;
  }
  section[aria-label="Sectors we serve"] .section-split .section-split-media{
    max-width:100% !important;
  }
  .grid,
  .stat-grid,
  .process-grid,
  .sector-grid,
  .feature-grid,
  .timeline-grid,
  .capability-grid{
    grid-template-columns:1fr !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .project:hover .thumb img{transform:none; filter:none}
}


/* -------------------------------------------------------------------------- */
/* 2026 Visual Redesign (infrastructure editorial style)                      */
/* -------------------------------------------------------------------------- */
:root{
  --bg:#eef2f5;
  --surface:#ffffff;
  --card:#ffffff;
  --text:#102235;
  --muted:#56687a;
  --text:#353838;
  --brand:#112047;
  --brand2:#bc8a30;
  --btn-color:#112047;
  --accent:#bc8a30;
  --border:rgba(17,45,75,0.14);
  --shadow:0 16px 40px rgba(9,27,45,0.08);
  --radius:14px;
  --max:1240px;
  --search-bar:var(--card);
  --search-bar-text:var(--brand2);
  --search-elev:0 2px 8px rgba(9, 27, 45, 0.06), 0 8px 28px rgba(9, 27, 45, 0.05);
  --search-elev-focus:0 4px 14px rgba(9, 27, 45, 0.08), 0 14px 44px rgba(9, 27, 45, 0.07);
}

body{
  font-family:"futura-pt",sans-serif;
  background:var(--bg);
  color:var(--text);
  letter-spacing:0;
}
h1,h2,h3,h4,h5,h6{
  font-family:"futura-pt",sans-serif;
  letter-spacing:-0.02em;
  color:var(--brand);
  font-weight:500;
} 
.container{max-width:var(--max)}
section{padding:72px 0}

table th{
  font-weight:600;
  color:var(--brand2);
}

.topbar{
  background:var(--brand);
  color:#d7e2ec;
  border-bottom:none;
}
.topbar a{color:#d7e2ec}
.topbar strong{color:#fff}

.header{
  background:#ffffff;
  border-bottom:1px solid rgba(15,39,64,0.12);
  position:sticky;
  top:0; 
  z-index:40;
}
.nav{
  min-height:64px;
  gap:14px;
  justify-content:flex-start;
}
.brand img{width:240px; height:auto}
.nav-center{gap:0}
.navlinks{
  gap:6px;
  margin-left:0;
  justify-content:flex-end;
}
.navlinks a{
  padding:3px 6px 7px;
  border-radius:0;
  font-size:12px;
  font-weight:500;
  letter-spacing:0.08em;
  color:var(--text);
  background:transparent;
}
.navlinks a[aria-current="page"]{
  background:transparent;
  color:var(--brand2);
}
.navlinks a[aria-current="page"]::after{
  background:var(--brand2);
}
.nav-cta{gap:8px}
.nav-cta .btn{
  padding:8px 14px;
  font-size:13px;
}
.nav-search{
  width:40px;
  height:40px;
  border-radius:12px;
  border-color:rgba(15,39,64,0.12);
  color:#173754;
}
.header-search-pill{
  background:var(--search-bar);
  border:0;
  box-shadow:var(--search-elev);
}
.header-search-pill:focus-within{box-shadow:var(--search-elev-focus)}
.header-search-input{
  font-size:15px;
  font-weight:400;
  color:var(--search-bar-text);
}
.header-search-input::placeholder{
  color:var(--search-bar-text);
  opacity:0.42;
}
.header-search-submit{
  background:transparent;
  color:var(--search-bar-text);
  box-shadow:none;
}
.header-search-submit:hover{
  opacity:0.55;
  background:transparent;
}

.btn{
  border-radius:4px;
  padding:11px 18px;
  font-weight:500;
  border-color:#c6d4e5;
  background:#fff;
  color:#173754;
}
.btn.primary{
  background:var(--btn-color);
  border-color:var(--btn-color);
  color:#fff;
}

.hero{
  min-height:calc(90svh - 72px);
}
.hero::before{
  filter:saturate(0.9) contrast(1.04);
}
.hero::after{
  opacity:0.5;
}
.hero .wrap{padding:76px 0 52px}
.hero-grid{
  grid-template-columns:minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap:28px;
}
.kicker{
  background:#163f67;
  border:1px solid #163f67;
  color:#fff;
  border-radius:6px;
  padding:8px 12px;
  font-weight:500;
}
.hero h1{
  font-size:clamp(42px, 5.4vw, 72px);
  line-height:1.02;
  max-width:17ch;
  margin:14px 0 14px;
}
.hero p{
  max-width:62ch;
  color:#e0ecf6;
  font-size:16px;
}
.hero-card{
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background:#0f2c47;
  box-shadow:0 24px 48px rgba(3,14,24,0.28);
}

main > section:not(.hero){
  background:transparent !important;
  border-top:none !important;
}
.section-title{margin-bottom:28px}
.section-title h2{
  font-size:clamp(28px, 3.2vw, 30px);
  line-height:1.04;
  font-weight:600;
  margin-bottom:10px;
  color:var(--brand);
}
.section-title p{
  color:var(--text);
  font-size:15px;
  max-width:64ch;
}

.cards,
.grid,
.stat-grid,
.process-grid,
.sector-grid,
.feature-grid,
.timeline-grid,
.capability-grid,
.faq-grid{
  gap:16px;
}

.card,
.project,
.stat{
  border-radius:16px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:#fff;
}
.card{
  padding:22px;
}
.card h3,
.project h4,
.faq-item h3,
.feature-item h3,
.sector-item h3,
.timeline-item strong,
.capability-item h3,
.process-step h3{
  font-size:17px;
  line-height:1.2;
  font-weight: 500;
  margin-bottom:8px;
}

.project .preview{
  background:linear-gradient(180deg, rgba(10,23,36,0.12), rgba(10,23,36,0.82));
}

.section-split{
  grid-template-columns:minmax(280px, 420px) minmax(0, 1fr);
  gap:32px;
  align-items:start;
}
.section-split.reverse{
  grid-template-columns:minmax(0, 1fr) minmax(280px, 420px);
}
.section-split-media{
  border:none;
  box-shadow:0 24px 42px rgba(9,29,48,0.18);
  min-height:320px;
  border-radius:20px;
}
.section-split-content .section-title{margin-bottom:20px}

section[aria-label="Sectors we serve"] .section-split{
  grid-template-columns:minmax(0, 1fr) minmax(320px, 520px);
}
section[aria-label="Sectors we serve"] .section-split .section-split-media{
  max-width:none;
  min-height:330px;
}

.stats .stat{
  padding:28px 20px;
  text-align:left;
}
.stat .num{
  font-size:44px;
  letter-spacing:-0.03em;
}

form{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:22px;
}
label{font-weight:500;color:#17354f}
input,textarea,select{
  border-radius:12px;
  border:1px solid #c8d7e7;
  padding:12px 14px;
}

.footer{
  background:var(--brand);
  color:#ced9e4;
  margin-top:38px;
  border-top:none;
}
.footer .cols{
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:28px;
}
.footer strong{color:#fff}
.footer a{color:#d7e3ee}
.footer .copyright{
  border-top:1px solid rgba(255,255,255,0.12);
  color:#b6c4d1;
}

@media (max-width: 980px){
  section{padding:58px 0}
  .nav{min-height:60px}
  .hero .wrap{padding:58px 0 36px}
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:clamp(34px, 7vw, 56px)}
  .section-split,
  .section-split.reverse{
    grid-template-columns:1fr;
    gap:20px;
  }
  .section-split.reverse .section-split-media{order:-1}
  .section-split-media{
    min-height:250px;
    max-width:100%;
  }
}

@media (max-width: 700px){
  section{padding:50px 0}
  .container{padding:0 16px}
  .topbar{display:none}
  .hero .wrap{padding:44px 0 24px}
  .hero p{font-size:15px}
  .hero-actions{gap:10px}
  .pill{width:100%;justify-content:center}
  .cards,
  .grid,
  .stat-grid,
  .process-grid,
  .sector-grid,
  .feature-grid,
  .timeline-grid,
  .capability-grid,
  .faq-grid{grid-template-columns:1fr !important}
  .section-split-media{min-height:220px}
  .footer .cols{grid-template-columns:1fr}
}


/* Alternating diagonal section backgrounds (home) */
body[data-page="home"] main > section:not(.hero){
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
body[data-page="home"] main > section:not(.hero)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:1;
  background:none;
}
body[data-page="home"] main > section:not(.hero):nth-of-type(odd){
  background:linear-gradient(164deg, #f6f9fc 0%, #f6f9fc 54%, #e9f0f7 54%, #e9f0f7 100%) !important;
}
body[data-page="home"] main > section:not(.hero):nth-of-type(even){
  background:linear-gradient(196deg, #edf3f9 0%, #edf3f9 54%, #f8fbff 54%, #f8fbff 100%) !important;
}
body[data-page="home"] main > section:not(.hero) > .container{
  position:relative;
  z-index:1;
}


/* Home hero video + improved banner titles (no glass) */
body[data-page="home"] .hero{
  position:relative;
  overflow:hidden;
}
body[data-page="home"] .hero-video-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  filter:saturate(0.75) contrast(1.04) brightness(0.52);
}
body[data-page="home"] .hero .wrap{
  position:relative;
  z-index:2;
}
body[data-page="home"] .hero::before{
  background:linear-gradient(112deg, rgba(8,24,40,0.82), rgba(13,43,71,0.70));
  z-index:1;
}
body[data-page="home"] .hero::after{
  opacity:0.28;
  z-index:1;
}

/* Better looking banner titles across all pages */
.hero h1{
  font-size:clamp(38px, 5.1vw, 68px);
  line-height:1.03;
  letter-spacing:-0.03em;
  text-wrap:balance;
  max-width:28ch;
  margin:12px 0 14px;
}
body[data-page]:not([data-page="home"]) .hero h1{
  font-size:clamp(34px, 4.2vw, 58px);
  max-width:28ch;
}
body[data-page]:not([data-page="home"]) .hero p{
  max-width:66ch;
  font-size:16px;
  color:#d9e6f2;
}

/* Explicitly remove glassmorphism blurs */
.header,
.hero-card,
.hero-side,
.hero-mini,
.topbar,
.card,
.project,
.stat{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Stronger alternating diagonal sections on home */
body[data-page="home"] main > section:not(.hero):nth-of-type(odd){
  background:linear-gradient(162deg, #f8fbff 0%, #f8fbff 58%, #e6eef7 58%, #e6eef7 100%) !important;
}
body[data-page="home"] main > section:not(.hero):nth-of-type(even){
  background:linear-gradient(198deg, #edf3f9 0%, #edf3f9 58%, #f8fbff 58%, #f8fbff 100%) !important;
}

@media (max-width: 980px){
  .hero h1{font-size:clamp(32px, 7vw, 50px); max-width:28ch}
  body[data-page]:not([data-page="home"]) .hero h1{font-size:clamp(30px, 6.4vw, 44px)}
}

/* Hero banner labels (kicker) — hidden site-wide for minimal banners */
.hero .kicker{
  display:none !important;
}

/* Inner-page banner redesign */
body[data-page]:not([data-page="home"]) .hero{
  min-height:460px;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(11,31,59,0.16);
}
body[data-page]:not([data-page="home"]) .hero::before{
  background:
    linear-gradient(100deg, rgba(7,23,38,0.84), rgba(12,40,64,0.66)),
    var(--hero-banner, url("../images/hero-site.jpg"));
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
body[data-page]:not([data-page="home"]) .hero::after{
  opacity:0.18;
}
body[data-page]:not([data-page="home"]) .hero .wrap{
  padding:62px 0 54px;
}
body[data-page]:not([data-page="home"]) .hero h1{
  margin:0 0 14px;
  padding:0;
  display:block;
  background:none;
  border:none;
  font-weight: 500;
  font-size:clamp(40px, 4.3vw, 60px);
  line-height:1.02;
  letter-spacing:-0.035em;
  max-width:34ch;
  text-wrap:balance;
}
body[data-page]:not([data-page="home"]) .hero p{
  margin:0 0 20px;
  max-width:80ch;
  color:#dce8f2;
  font-size:16px;
  line-height:1.6;
}
body[data-page]:not([data-page="home"]) .hero .hero-actions{
  gap:10px;
}
body[data-page]:not([data-page="home"]) .hero .hero-actions .btn{
  padding:9px 15px;
  font-weight:600;
  font-size:14px;
}

@media (max-width: 980px){
  body[data-page]:not([data-page="home"]) .hero{
    min-height:400px;
  }
  body[data-page]:not([data-page="home"]) .hero .wrap{
    padding:52px 0 34px;
  }
  body[data-page]:not([data-page="home"]) .hero h1{
    font-size:clamp(31px, 6.4vw, 44px);
    max-width:28ch;
  }
}

@media (max-width: 700px){
  body[data-page]:not([data-page="home"]) .hero{
    min-height:350px;
  }
  body[data-page]:not([data-page="home"]) .hero .wrap{
    padding:44px 0 24px;
  }
  body[data-page]:not([data-page="home"]) .hero p{
    font-size:15px;
  }
}

/* Inner banner variants */
body[data-page="about"] .hero,
body[data-page="services"] .hero,
body[data-page="projects"] .hero,
body[data-page="packages"] .hero,
body[data-page="material-price"] .hero,
body[data-page="blog"] .hero,
body[data-page="invest"] .hero{
  min-height:500px;
}
body[data-page="about"] .hero h1,
body[data-page="services"] .hero h1,
body[data-page="projects"] .hero h1,
body[data-page="packages"] .hero h1,
body[data-page="material-price"] .hero h1,
body[data-page="blog"] .hero h1,
body[data-page="invest"] .hero h1{
  max-width:28ch;
  font-size:clamp(42px, 4.6vw, 66px);
}
body[data-page="about"] .hero p,
body[data-page="services"] .hero p,
body[data-page="projects"] .hero p,
body[data-page="packages"] .hero p,
body[data-page="material-price"] .hero p,
body[data-page="blog"] .hero p,
body[data-page="invest"] .hero p{
  max-width:72ch;
}

body[data-page="contact"] .hero,
body[data-page="apply"] .hero,
body[data-page="inner"] .hero{
  min-height:380px;
}
body[data-page="contact"] .hero .wrap,
body[data-page="apply"] .hero .wrap,
body[data-page="inner"] .hero .wrap{
  padding:44px 0 30px;
}
body[data-page="contact"] .hero h1,
body[data-page="apply"] .hero h1,
body[data-page="inner"] .hero h1{
  max-width:28ch;
  font-size:clamp(34px, 3.8vw, 52px);
}
body[data-page="contact"] .hero p,
body[data-page="apply"] .hero p,
body[data-page="inner"] .hero p{
  max-width:58ch;
  font-size:15px;
}
body[data-page="contact"] .hero .hero-actions .btn,
body[data-page="apply"] .hero .hero-actions .btn,
body[data-page="inner"] .hero .hero-actions .btn{
  padding:8px 13px;
}

/* -------------------------------------------------------------------------- */
/* Home hero — full redesign (solid panels, no glass)                          */
/* -------------------------------------------------------------------------- */
body[data-page="home"] .hero--home::after{
  display:none;
}
body[data-page="home"] .hero--home::before{
  /* Gradient only — construction video sits beneath (no static image layer) */
  background:linear-gradient(105deg, rgba(5,18,32,0.9) 0%, rgba(8,28,48,0.76) 45%, rgba(10,35,58,0.58) 100%);
  background-size:cover;
  background-position:center;
  filter:none;
  z-index:1;
}
body[data-page="home"] .hero--home .hero-video-bg{
  z-index:0;
  filter:saturate(0.85) contrast(1.05) brightness(0.48);
}
body[data-page="home"] .hero--home .wrap{
  z-index:2;
  padding:72px 0 64px;
}
body[data-page="home"] .hero--home .hero-grid{
  grid-template-columns:minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap:32px 40px;
  align-items:stretch;
}
body[data-page="home"] .hero--home .hero-main{
  max-width:640px;
}
body[data-page="home"] .hero--home .kicker{
  display:inline-block;
  margin:0 0 18px;
  padding:6px 14px;
  border-radius:4px;
  background:#124070;
  border:1px solid #1a5080;
  color:#fff;
  font-size:11px;
  font-weight:500;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
body[data-page="home"] .hero--home h1{
  margin:0 0 18px;
  padding:0;
  background:none;
  border:none;
  display:block;
  font-size:clamp(40px, 5.2vw, 64px);
  line-height:1.05;
  letter-spacing:-0.035em;
  color:#fff;
  max-width:15ch;
  text-wrap:balance;
}
body[data-page="home"] .hero--home .hero-lead{
  margin:0 0 26px;
  max-width:52ch;
  font-size:17px;
  line-height:1.65;
  color:#c9d9e8;
}
body[data-page="home"] .hero--home .hero-actions{
  margin-bottom:18px;
  gap:12px;
}
body[data-page="home"] .hero--home .hero-actions .btn{
  border-radius:4px;
  padding:12px 20px;
  font-size:13px;
  font-weight:500;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
body[data-page="home"] .hero--home .hero-pill{
  margin:0 0 22px;
  max-width:100%;
  padding:10px 14px;
  border-radius:4px;
  background:#0a1f35;
  border:1px solid #1c3a5a;
  color:#a8c4dc;
  font-size:12px;
  line-height:1.45;
  letter-spacing:0.02em;
}
body[data-page="home"] .hero--home .slider{
  margin-top:6px;
}
body[data-page="home"] .hero--home .hero-side{
  border-radius:12px;
  background:#0a1f32;
  border:1px solid #1e3d5c;
  padding:24px 24px 20px;
  box-shadow:0 24px 56px rgba(0,0,0,0.4);
  align-self:stretch;
  display:flex;
  flex-direction:column;
}
body[data-page="home"] .hero--home .hero-side-title{
  margin:0 0 16px;
  font-size:15px;
  font-weight:500;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#e2edf6;
  border-bottom:1px solid #1a3550;
  padding-bottom:12px;
}
body[data-page="home"] .hero--home .hero-bullets{
  flex:1;
  min-height:0;
  max-height:min(38vh, 320px);
  overflow-y:auto;
  margin:0;
  padding-right:6px;
}
body[data-page="home"] .hero--home .hero-bullets li{
  font-size:13.5px;
  line-height:1.5;
  color:#dce6f0;
  margin-bottom:8px;
}
body[data-page="home"] .hero--home .hero-bullets li::before{
  background:#bc8a30;
}
body[data-page="home"] .hero--home .hero-side-ctas{
  margin-top:18px;
  display:grid;
  gap:10px;
  padding-top:16px;
  border-top:1px solid #1a3550;
}
body[data-page="home"] .hero--home .hero-mini{
  padding:14px 16px;
  border-radius:6px;
  background:#0d2840;
  border:1px solid #22486a;
}
body[data-page="home"] .hero--home .hero-mini-title{
  display:block;
  margin:0 0 6px;
  font-size:14px;
  font-weight:500;
  color:#fff;
  letter-spacing:-0.01em;
}
body[data-page="home"] .hero--home .hero-mini-text{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#b0c6da;
}
@media (max-width: 980px){
  body[data-page="home"] .hero--home .wrap{
    padding:52px 0 40px;
  }
  body[data-page="home"] .hero--home .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  body[data-page="home"] .hero--home h1{
    max-width:18ch;
    font-size:clamp(32px, 7.5vw, 48px);
  }
  body[data-page="home"] .hero--home .hero-bullets{
    max-height:none;
  }
  body[data-page="home"] .hero--home .hero-side{
    order:2;
  }
  body[data-page="home"] .hero--home .hero-main{
    order:1;
  }
}

/* -------------------------------------------------------------------------- */
/* Home hero — minimal pass                                                    */
/* -------------------------------------------------------------------------- */
body[data-page="home"] .hero--home::before{
  background:linear-gradient(100deg, rgba(8,20,32,0.86), rgba(8,20,32,0.55));
}
body[data-page="home"] .hero--home .hero-video-bg{
  filter:saturate(0.7) contrast(1.05) brightness(0.45);
}
body[data-page="home"] .hero--home .wrap{
  padding:64px 0 56px;
}
body[data-page="home"] .hero--home .hero-grid{
  grid-template-columns:minmax(0, 1fr);
  gap:20px;
}
body[data-page="home"] .hero--home .kicker{
  margin-bottom:14px;
  padding:5px 10px;
  border-radius:3px;
  font-size:10px;
  letter-spacing:0.1em;
  background:#183a5a;
  border-color:#274a6c;
}
body[data-page="home"] .hero--home h1{
  font-size:clamp(36px, 4.8vw, 60px);
  line-height:1.06;
  margin:0 0 14px;
  max-width:14ch;
  font-weight:500;
}
body[data-page="home"] .hero--home .hero-lead{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.6;
  color:#d4e0ea;
  max-width:75ch;
}
body[data-page="home"] .hero--home .hero-actions{
  margin-bottom:0;
  gap:10px;
}
body[data-page="home"] .hero--home .hero-actions .btn{
  border-radius:3px;
  text-transform:none;
  letter-spacing:0;
  padding:10px 14px;
  font-weight:600;
  font-size:14px;
}
body[data-page="home"] .hero--home .hero-pill,
body[data-page="home"] .hero--home .slider,
body[data-page="home"] .hero--home .hero-side-ctas{
  display:none;
}
body[data-page="home"] .hero--home .hero-side{
  background:#10253a;
  border:1px solid #233f59;
  border-radius:8px;
  padding:16px 16px 12px;
  box-shadow:none;
}
body[data-page="home"] .hero--home .hero-side-title{
  margin:0 0 10px;
  padding:0 0 8px;
  border-bottom:1px solid #29445d;
  font-size:12px;
  letter-spacing:0.08em;
}
body[data-page="home"] .hero--home .hero-bullets{
  max-height:none;
  overflow:visible;
}
body[data-page="home"] .hero--home .hero-bullets li{
  font-size:13px;
  margin-bottom:6px;
}

@media (max-width: 980px){
  body[data-page="home"] .hero--home .wrap{
    padding:46px 0 34px;
  }
  body[data-page="home"] .hero--home .hero-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  body[data-page="home"] .hero--home h1{
    font-size:clamp(30px, 7vw, 42px);
    max-width:18ch;
  }
  body[data-page="home"] .hero--home .hero-side{
    display:none;
  }
}

/* Final home hero text refinements */
body[data-page="home"] .hero--home .kicker{
  display:none !important;
}
body[data-page="home"] .hero--home .hero-main{
  max-width:900px;
}
body[data-page="home"] .hero--home h1.hero-title-typing{
  max-width:28ch;
  white-space:normal;
}

@media (max-width: 980px){
  body[data-page="home"] .hero--home h1.hero-title-typing{
    max-width:100%;
  }
}

/* Mobile: project thumbnails fill the frame; search field moves to its own row when open */
@media (max-width: 980px){
  .project .thumb{
    aspect-ratio:4 / 3;
  }
  .header.is-search-open .nav{
    flex-wrap:wrap;
    align-items:center;
    row-gap:10px;
    column-gap:8px;
  }
  .header.is-search-open .brand{
    order:1;
    flex:0 1 auto;
    min-width:0;
  }
  .header.is-search-open .brand img{
    max-width:min(124px, 46vw);
    height:auto;
  }
  .header.is-search-open .menu-btn{
    order:2;
    margin-left:auto;
  }
  .header.is-search-open .nav-search{
    order:3;
  }
  .header.is-search-open .nav-center{
    order:4;
    flex:1 1 100%;
    min-width:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
  }
  .header.is-search-open .header-search-form{
    max-width:100% !important;
  }
  .header.is-search-open .header-search-pill{
    min-height:40px;
    padding:2px 6px 2px 10px;
  }
  .header.is-search-open .header-search-ico{
    display:none;
  }
  .header.is-search-open .header-search-input{
    font-size:14px;
    padding:8px 4px 8px 0;
  }
  .header.is-search-open .header-search-submit{
    width:38px;
    height:38px;
  }
}

/* Narrow phones: one project card per row for a wider image area */
@media (max-width: 600px){
  #allProjects,
  #projectGrid{
    grid-template-columns:1fr !important;
  }
}


/* ============================================================
   HOME PAGE REDESIGN — Matching screenshot layout
   ============================================================ */

/* Hero outline button */
.hero-outline-btn {
  background: var(--brand2);
  border-color: var(--brand2);
  color: #fff;
}
.hero-outline-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.8);
  color: #fff;
}

/* Homepage only: "Explore Our Services" — keep white label and match primary button hover animation */
body[data-page="home"] .hero--home .hero-outline-btn,
body[data-page="home"] .hero--home .hero-outline-btn:link,
body[data-page="home"] .hero--home .hero-outline-btn:visited,
body[data-page="home"] .hero--home .hero-outline-btn:hover,
body[data-page="home"] .hero--home .hero-outline-btn:active {
  color: #fff !important;
}
body[data-page="home"] .hero--home .hero-outline-btn:hover,
body[data-page="home"] .hero--home .hero-outline-btn:active {
  background: var(--brand2);
  border-color: var(--brand2);
  filter: brightness(1.06);
  color: #fff !important;
}
body[data-page="home"] .hero--home .hero-outline-btn:focus-visible {
  background: var(--brand2);
  border-color: var(--brand2);
  filter: brightness(1.06);
  color: #fff !important;
  outline: 2px solid rgba(255,255,255,0.92);
  outline-offset: 3px;
}

/* Accent (orange) button */
.btn-accent {
  background: var(--brand2);
  border-color: var(--brand2);
  color: #fff !important;
}
.btn-accent:link,.btn-accent:visited,.btn-accent:hover,.btn-accent:active { color: #fff; }
.btn-accent:hover { background: #d06314; border-color: #d06314; filter: none; }

/* ─────────────────── SERVICES ─────────────────── */
.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card--featured {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.service-card--featured h3 { color: #fff; }
.service-card--featured p { color: rgba(255,255,255,0.85); }

/* Homepage only: "Design & Build" card — main section p rule would otherwise win on specificity */
#serviceCards .service-card--featured p {
  color: #fff;
}

.service-icon {
  width: 48px; height: 48px;
  border-radius: 8px;
  background: rgba(17,137,195,0.12);
  border: 1px solid rgba(17,137,195,0.22);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.service-icon svg { width: 24px; height: 24px; color: var(--brand); }
.service-icon--light {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
}
.service-icon--light svg { color: #fff; }

/* Featured card used `.icon` + brand-colored SVG — same as background; keep visible if ever present */
#serviceCards .service-card--featured .icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
#serviceCards .service-card--featured .icon svg {
  color: #fff;
  opacity: 1;
}

.service-card-btn {
  margin-top: auto;
  background: transparent;
  border-color: rgba(255,255,255,0.4);
  color: #fff !important;
  align-self: flex-start;
}
.service-card-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); }

/* ─────────────────── SECTION TITLE VARIANTS ─────────────────── */
.section-title--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.section-title--centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.section-title--centered p { max-width: 68ch; }

/* ─────────────────── PROCESS STEPS ─────────────────── */
.step-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 4px;
}

/* ─────────────────── SECTORS ACCORDION ─────────────────── */
section[aria-label="Sectors we serve"] .section-split {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 420px);
}
.sectors-img {
  border-radius: 16px;
  aspect-ratio: 4/5;
  min-height: 340px;
  max-width: none !important;
}

.sector-accordion { display: grid; gap: 0; }

.sector-item-acc {
  border-bottom: 1px solid var(--border);
}
.sector-item-acc:first-child { border-top: 1px solid var(--border); }

.sector-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: var(--brand);
  text-align: left;
  gap: 10px;
  transition: color 0.2s;
}
.sector-acc-btn:hover { color: var(--brand2); }

.sector-item-acc--active .sector-acc-btn { color: var(--brand2); }

.acc-chevron {
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform 0.28s ease;
  color: var(--brand2);
}
.sector-item-acc--active .acc-chevron { transform: rotate(180deg); }

.sector-acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease, padding 0.2s ease;
  padding: 0 4px;
}
.sector-item-acc--active .sector-acc-body {
  max-height: 120px;
  padding: 0 4px 14px;
}
.sector-acc-body p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─────────────────── WHY CHOOSE US ─────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.why-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--muted); }

/* ─────────────────── CLIENT WORKFLOW ─────────────────── */
section[aria-label="Client workflow"] {
  background: #eff2f6 !important;
}
section[aria-label="Client workflow"]::before {
  display: none !important;
}
section[aria-label="Client workflow"] .section-title {
  margin-bottom: 16px;
}
section[aria-label="Client workflow"] .section-title h2 {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
  color: var(--brand);
  line-height: 1.1;
}
section[aria-label="Client workflow"] .section-title p {
  color: var(--text);
  font-size: 16px;
  max-width: 40ch;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.workflow-step {
  text-align: left;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.10);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(9, 27, 45, 0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  min-height: 172px;
}
.workflow-step h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.workflow-step p {
  font-size: 14px;
  margin: 0;
  color: #1d2a3a;
  line-height: 1.4;
  max-width: 24ch;
}

.workflow-arrow {
  display: none;
}

.workflow-icon-wrap { display: none; }

.workflow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
.workflow-pill--navy { background: #12345d; color: #fff; }
.workflow-pill--gold { background: #b88a2d; color: #fff; }

/* ─────────────────── DARK CTA BANNER ─────────────────── */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 100px 0 !important;
  text-align: center;
  /* Fallback colour while image loads */
  background: #07192a !important;
  isolation: isolate;
}

/* Kill the alternating diagonal ::before on this section */
.cta-banner::before {
  content: none !important;
  display: none !important;
}

/* Layer 1 — the background photo (URL is relative to assets/css/styles.css → ../images/...) */
.cta-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #07192a;
  background-image: url("../images/home-sections/middle-section.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Keep photo visible; first image wins when both exist */
  filter: saturate(0.85) brightness(0.72);
}

/* Layer 2 — lighter overlay so the construction photo reads clearly */
.cta-banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 16, 28, 0.55) 0%,
    rgba(10, 28, 46, 0.42) 55%,
    rgba(14, 36, 58, 0.38) 100%
  );
}

/* Content sits above both layers */
.cta-banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cta-banner h2 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 600;
  max-width: 18ch;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
/* Specificity above `main section:not(.hero) p` so this copy stays on-brand on the dark banner */
main section.cta-banner p {
  color: #fff;
  font-size: 16px;
  max-width: 58ch;
  margin: 0;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0,0,0,0.28);
}

/* Hard-reset any page-level background overrides for this section */
body[data-page="home"] .cta-banner,
body[data-page="home"] section[aria-label="CTA banner"] {
  background: #07192a !important;
}

/* ─────────────────── TOOLS & CAPABILITIES (4-col) ─────────────────── */
.capability-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.capability-item h3 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.capability-item p  { font-size: 13px; color: var(--muted); }

/* ─────────────────── FAQ SPLIT LAYOUT ─────────────────── */
.faq-split {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}
.faq-image {
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: 0 24px 42px rgba(9,29,48,0.18);
  aspect-ratio: 3/4;
}
.faq-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.faq-accordion { display: grid; gap: 0; }
.faq-item-acc {
  border-bottom: 1px solid var(--border);
}
.faq-item-acc:first-child { border-top: 1px solid var(--border); }

.faq-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  text-align: left;
  gap: 10px;
  transition: color 0.2s;
}
.faq-acc-btn:hover { color: var(--brand2); }
.faq-item-acc--active .faq-acc-btn { color: var(--brand2); }
.faq-item-acc--active .acc-chevron { transform: rotate(180deg); }

.faq-acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease, padding 0.2s ease;
  padding: 0 4px;
}
.faq-item-acc--active .faq-acc-body {
  max-height: 160px;
  padding: 0 4px 14px;
}
.faq-acc-body p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─────────────────── STATS — orange accent numbers ─────────────────── */
.stat .num { color: var(--brand2); }

/* ─────────────────── CONTACT CARD ─────────────────── */
.contact-cta-card { padding: 32px; }

/* ─────────────────── RESPONSIVE ─────────────────── */
@media (max-width: 1100px) {
  .capability-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .services-cards { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-split { grid-template-columns: 1fr; }
  .faq-image { aspect-ratio: 16/9; min-height: 220px; order: -1; }
  section[aria-label="Sectors we serve"] .section-split {
    grid-template-columns: 1fr;
  }
  .sectors-img { aspect-ratio: 16/9; min-height: 220px; }
  .capability-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .services-cards,
  .why-grid,
  .capability-grid-4 { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: 1fr; gap: 10px; }
  .workflow-step { padding: 16px 16px; }
  .cta-banner { padding: 64px 0 !important; }
  .cta-banner h2 { font-size: clamp(22px, 6vw, 32px); }
  .contact-cta-card { padding: 18px; }
}


/* ============================================================
   MODERN SEARCH BAR REDESIGN
   ============================================================ */

/* ── Search trigger button in nav ── */
.nav-search {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1.5px solid rgba(188,138,48,0.28);
  background: rgba(188,138,48,0.07);
  color: var(--brand);
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.2s ease, border-color 0.2s ease,
              color 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
  box-shadow: none;
}
.nav-search:hover {
  background: rgba(188,138,48,0.14);
  border-color: var(--brand2);
  color: var(--brand2);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(188,138,48,0.18);
}
.nav-search-glyph { display: flex; align-items: center; justify-content: center; line-height: 0; }
.nav-search-glyph--close { display: none; }
.nav-search-glyph--search svg,
.nav-search-glyph--close svg { width: 17px; height: 17px; display: block; }
.header.is-search-open .nav-search-glyph--search { display: none; }
.header.is-search-open .nav-search-glyph--close { display: flex; }

body[data-page="home"] .header.is-search-open .nav-search {
  border-color: var(--brand2);
  color: var(--brand2);
  background: rgba(188,138,48,0.1);
}

/* ── Sliding search container ── */
.header-search {
  flex: 0 0 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(12px) scale(0.98);
  pointer-events: none;
  transition:
    flex 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.4s ease,
    opacity 0.28s ease,
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.is-search-open .header-search {
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.header.is-search-open .navlinks {
  flex: 0 0 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  border: 0;
}

.header-search-form {
  width: 100%;
  max-width: min(680px, 100%);
  min-width: 0;
  margin-left: auto;
  margin-right: 0;
}
.header-search-surface { min-width: 0; }

/* ── The pill / search bar itself ── */
.header-search-pill {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 42px;
  padding: 3px 3px 3px 16px;
  border-radius: 12px;
  border: 1.5px solid rgba(188,138,48,0.22);
  background: #fff;
  box-shadow:
    0 2px 8px rgba(9,27,45,0.06),
    0 0 0 0px rgba(188,138,48,0);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.18s ease;
}
.header-search-pill:focus-within {
  border-color: var(--brand2);
  background: #fff;
  box-shadow:
    0 4px 18px rgba(9,27,45,0.08),
    0 0 0 3px rgba(188,138,48,0.15);
}

/* Search icon inside pill */
.header-search-ico {
  display: flex;
  color: var(--brand2);
  opacity: 0.7;
  flex: 0 0 auto;
  pointer-events: none;
  margin-right: 8px;
  transition: opacity 0.2s;
}
.header-search-pill:focus-within .header-search-ico { opacity: 1; }

/* Input field */
.header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text);
  padding: 10px 8px 10px 0;
  min-height: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.header-search-input::placeholder {
  color: #8fa3b8;
  opacity: 1;
  font-weight: 400;
}
.header-search-input:focus { outline: none; }

/* Submit button — solid gold pill */
.header-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  border-radius: 9px;
  border: 0;
  background: var(--brand2);
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
  box-shadow: 0 2px 8px rgba(188,138,48,0.30);
  transition: background 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}
.header-search-submit:hover {
  background: #a67520;
  box-shadow: 0 4px 14px rgba(188,138,48,0.40);
  transform: scale(1.05);
  opacity: 1;
}
.header-search-submit:active { transform: scale(0.96); }
.header-search-submit svg { display: block; width: 16px; height: 16px; }

/* ── Mobile search trigger ── */
.mobile-search {
  margin: 10px 12px 0;
  width: calc(100% - 24px);
  border: 1.5px solid rgba(188,138,48,0.22);
  background: #fff;
  color: var(--brand);
  box-shadow: 0 2px 8px rgba(9,27,45,0.06);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mobile-search:hover {
  border-color: var(--brand2);
  box-shadow: 0 4px 14px rgba(188,138,48,0.16);
}

/* ── Site search page ── */
.search-page-form { margin: 0 0 22px; }

.search-page-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 5px 5px 5px 20px;
  border-radius: 14px;
  border: 1.5px solid rgba(188,138,48,0.22);
  background: #fff;
  box-shadow: 0 2px 12px rgba(9,27,45,0.07);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.search-page-field:focus-within {
  border-color: var(--brand2);
  background: #fff;
  box-shadow:
    0 4px 20px rgba(9,27,45,0.09),
    0 0 0 3px rgba(188,138,48,0.14);
}

.search-page-input {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 0 10px 0 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.search-page-input::placeholder { color: #8fa3b8; opacity: 1; }
.search-page-input:focus { outline: none; box-shadow: none; }

.search-page-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 10px;
  background: var(--brand2);
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
  box-shadow: 0 2px 8px rgba(188,138,48,0.28);
  transition: background 0.18s ease, transform 0.15s ease;
}
.search-page-icon-btn:hover {
  background: #a67520;
  opacity: 1;
  transform: scale(1.04);
}
.search-page-icon-btn svg { display: block; width: 18px; height: 18px; }

/* mobile search-open layout — unchanged logic, updated vars */
@media (max-width: 980px) {
  .header.is-search-open .nav-search {
    display: inline-flex !important;
    border-color: var(--brand2);
    color: var(--brand2);
  }
  .header.is-search-open .header-search-form { max-width: 100% !important; }
  .header.is-search-open .header-search-pill {
    min-height: 42px;
    padding: 3px 3px 3px 12px;
  }
  .header.is-search-open .header-search-ico { display: none; }
  .header.is-search-open .header-search-input { font-size: 14px; }
  .header.is-search-open .header-search-submit { width: 36px; height: 36px; border-radius: 8px; }
}


/* ============================================================
   LATEST PROJECTS — Match screenshot layout exactly
   ============================================================ */

/* 4-column grid, 2 rows of 4 */
#projectGrid,
#allProjects {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

/* Base card — dark navy, no white card bg */
#projectGrid .project,
#allProjects .project {
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #0b2135 !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(8, 22, 38, 0.22) !important;
  min-height: 0 !important;
  position: relative !important;
  display: block !important;
}

/* The anchor fills the whole card */
#projectGrid .project > a,
#allProjects .project > a {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  text-decoration: none !important;
}

/* Thumb — landscape aspect ratio matching screenshot */
#projectGrid .project .thumb,
#allProjects .project .thumb {
  aspect-ratio: 4 / 3 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
}

#projectGrid .project .thumb img,
#allProjects .project .thumb img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.38s ease, filter 0.28s ease !important;
}

/* Strong dark gradient from bottom — covers lower ~45% */
#projectGrid .project .thumb::after,
#allProjects .project .thumb::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(6, 17, 30, 0.96) 0%,
    rgba(6, 17, 30, 0.72) 38%,
    rgba(6, 17, 30, 0.08) 70%,
    transparent 100%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Meta — sits inside thumb at bottom, overlaid on gradient */
#projectGrid .project .meta,
#allProjects .project .meta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 10px 12px 12px !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  z-index: 2 !important;
}

#projectGrid .project .meta h4,
#allProjects .project .meta h4 {
  margin: 0 0 3px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  white-space: normal !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  text-overflow: unset !important;
}

/* Remove the arrow glyph from h4::after */
#projectGrid .project .meta h4::after,
#allProjects .project .meta h4::after {
  content: none !important;
}

#projectGrid .project .meta p,
#allProjects .project .meta p {
  margin: 0 !important;
  font-size: 10px !important;
  color: rgba(180, 205, 228, 0.80) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

/* Hide the preview tooltip on homepage grid — cleaner look */
#projectGrid .project .preview,
#allProjects .project .preview {
  display: none !important;
}

/* Hover — subtle lift + zoom */
#projectGrid .project:hover,
#allProjects .project:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 36px rgba(8, 22, 38, 0.36) !important;
}
#projectGrid .project:hover .thumb img,
#allProjects .project:hover .thumb img {
  transform: scale(1.06) !important;
}

/* Responsive: 2 cols on tablet */
@media (max-width: 980px) {
  #projectGrid,
  #allProjects {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Responsive: 1 col on mobile */
@media (max-width: 540px) {
  #projectGrid,
  #allProjects {
    grid-template-columns: 1fr !important;
  }
}


/* ============================================================
   HOW WE DELIVER — Match screenshot layout exactly
   ============================================================ */

section[aria-label="How we deliver"] {
  background: #fff !important;
}
section[aria-label="How we deliver"]::before {
  display: none !important;
}

/* Outer two-column layout: image left, content right */
.hwd-layout {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 40px;
  align-items: start;
}

/* Left image — tall portrait, straight rounded corners */
.hwd-image {
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  box-shadow: 0 16px 40px rgba(9, 27, 45, 0.16);
  flex-shrink: 0;
}
.hwd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Right content */
.hwd-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 6px;
}
.hwd-content h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--brand);
  line-height: 1.15;
}
.hwd-lead {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 58ch;
}

/* 2×2 grid of step cards */
.hwd-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 4px;
}

/* Individual step card */
.hwd-step {
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.13);
  border-radius: 12px;
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 2px 12px rgba(9, 27, 45, 0.06);
  transition: box-shadow 0.22s ease, transform 0.2s ease;
}
.hwd-step:hover {
  box-shadow: 0 8px 28px rgba(9, 27, 45, 0.11);
  transform: translateY(-2px);
}

/* "Step N" label — small, muted, uppercase */
.hwd-step .step-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand2);
  margin-bottom: 2px;
}

/* Step title */
.hwd-step h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

/* Step description */
.hwd-step p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .hwd-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hwd-image {
    aspect-ratio: 16 / 9;
    max-height: 280px;
  }
}
@media (max-width: 540px) {
  .hwd-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   SECTORS WE SERVE — Match screenshot exactly
   ============================================================ */

.sectors-section {
  background: #f0f4f7 !important;
}
.sectors-section::before { display: none !important; }

.sectors-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* Left column */
.sectors-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sectors-left h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.02em;
}
.sectors-lead {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 50ch;
}

/* Accordion */
.sws-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
}

.sws-item {
  border-bottom: 1px solid rgba(17, 45, 75, 0.12);
}
.sws-item:first-child { border-top: 1px solid rgba(17, 45, 75, 0.12); }

.sws-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  gap: 12px;
}

/* Label pill — inactive: plain dark text */
.sws-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--brand);
  padding: 5px 14px;
  border-radius: 20px;
  transition: background 0.22s ease, color 0.22s ease;
  line-height: 1.4;
}

/* Active item — label gets filled navy pill */
.sws-item--active .sws-label {
  background: var(--brand2);
  color: #fff;
}

/* Plus icon */
.sws-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(17, 45, 75, 0.08);
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.28s ease;
}
.sws-icon svg {
  width: 14px;
  height: 14px;
  color: var(--brand);
  transition: color 0.2s ease;
}

/* Rotate + into × when active */
.sws-item--active .sws-icon {
  background: var(--brand2);
  transform: rotate(45deg);
}
.sws-item--active .sws-icon svg { color: #fff; }

/* Body */
.sws-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease, padding 0.2s ease;
  padding: 0 0 0 14px;
}
.sws-item--active .sws-body {
  max-height: 120px;
  padding: 2px 0 14px 14px;
}
.sws-body p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}

/* Right image */
.sectors-right {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 16px 40px rgba(9, 27, 45, 0.16);
  flex-shrink: 0;
}
.sectors-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ============================================================
   WHY CHOOSE US — Match screenshot exactly
   ============================================================ */

.wcu-section {
  background: #fff !important;
}
.wcu-section::before { display: none !important; }

.wcu-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

/* Left column — heading, lead, button */
.wcu-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px;
}
.wcu-left h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.wcu-lead {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}
.wcu-btn {
  align-self: flex-start;
  background: transparent;
  border: 1.5px solid var(--brand2);
  color: var(--brand2) !important;
  font-size: 13px;
  padding: 9px 20px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.wcu-btn:hover {
  background: var(--brand2);
  color: #fff !important;
}

/* Right — 3 cards in a row */
.wcu-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.wcu-card {
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.13);
  border-radius: 12px;
  padding: 20px 18px 22px;
  box-shadow: 0 2px 14px rgba(9, 27, 45, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.22s ease, transform 0.2s ease;
}
.wcu-card:hover {
  box-shadow: 0 8px 28px rgba(9, 27, 45, 0.11);
  transform: translateY(-2px);
}
.wcu-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.wcu-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .sectors-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sectors-right {
    aspect-ratio: 16 / 9;
    max-height: 260px;
  }
  .wcu-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wcu-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .wcu-cards {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   TOOLS & CAPABILITIES — Match screenshot exactly
   ============================================================ */

.tac-section {
  background: #f0f4f7 !important;
}
.tac-section::before { display: none !important; }

/* Centered heading block */
.tac-header {
  text-align: center;
  margin-bottom: 28px;
}
.tac-header h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.02em;
}
.tac-header p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 60ch;
  margin-inline: auto;
  line-height: 1.65;
}

/* 4-col × 2-row grid */
.tac-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Individual card — white, thin border, minimal padding */
.tac-card {
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.11);
  border-radius: 12px;
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px rgba(9, 27, 45, 0.05);
  transition: box-shadow 0.2s ease, transform 0.18s ease;
}
.tac-card:hover {
  box-shadow: 0 6px 22px rgba(9, 27, 45, 0.10);
  transform: translateY(-2px);
}
.tac-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.tac-card p {
  margin: 0;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 980px) {
  .tac-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .tac-grid { grid-template-columns: 1fr; }
}

.faq-section {
  background: #fff !important;
}
.faq-section::before { display: none !important; }

/* Two-column: image left, content right */
.faq-layout {
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 48px;
  align-items: start;
}

/* Left image — tall with rounded corners */
.faq-img {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 16px 40px rgba(9, 27, 45, 0.16);
  flex-shrink: 0;
}
.faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Right content */
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
.faq-right h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.faq-lead {
  margin: 0 0 16px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 52ch;
}

/* Accordion list */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Each row — card with border, left accent on active */
.faq-row {
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.13);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(9, 27, 45, 0.04);
  border-left: 3px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-row--active {
  border-left-color: var(--brand2);
  box-shadow: 0 4px 16px rgba(9, 27, 45, 0.09);
}

/* Button row — number + question + toggle icon */
.faq-row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

/* Numbered badge */
.faq-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(17, 45, 75, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.04em;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq-row--active .faq-num {
  background: var(--brand2);
  color: #fff;
}

/* Question text */
.faq-q {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.4;
}

/* Plus/minus toggle icon */
.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(17, 45, 75, 0.07);
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.28s ease;
}
.faq-toggle svg {
  width: 13px;
  height: 13px;
  color: var(--brand);
  transition: color 0.2s ease;
}
.faq-row--active .faq-toggle {
  background: var(--brand2);
  transform: rotate(45deg);
}
.faq-row--active .faq-toggle svg { color: #fff; }

/* Answer body */
.faq-ans {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.32s ease, padding 0.2s ease;
  padding: 0 16px 0 56px;
}
.faq-row--active .faq-ans {
  max-height: 160px;
  padding: 0 16px 14px 56px;
}
.faq-ans p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-img {
    aspect-ratio: 16 / 9;
    max-height: 260px;
  }
}


/* ============================================================
   GLOBAL HEADING FONT-WEIGHT — unify all section H2s to 700
   ============================================================ */
main h2,
.hwd-content h2,
.sectors-left h2,
.wcu-left h2,
.tac-header h2,
.faq-right h2,
.das-header h2,
.wh-left h2 {
  font-weight: 600 !important;
  letter-spacing: -0.022em !important;
}


/* ============================================================
   DELIVERY AT SCALE — Match screenshot exactly
   ============================================================ */

.das-section {
  background: #f0f4f7 !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.das-section::before { display: none !important; }

/* Centered heading */
.das-header {
  text-align: center;
  margin-bottom: 36px;
}
.das-header h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 32px);
  color: var(--brand);
}
.das-header p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 56ch;
  margin-inline: auto;
  line-height: 1.65;
}

/* 4 stats in a row */
.das-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0;
}

/* Each stat as an individual background card */
.das-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 26px 18px;
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.10);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(9, 27, 45, 0.06);
}

/* Big gold number */
.das-num {
  font-size: 34px;
  font-weight: 700;
  color: #bc8a30;
  line-height: 1;
  letter-spacing: -0.03em;
}

/* Bold label */
.das-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.3;
}

/* Small grey sub-label */
.das-sub {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 720px) {
  .das-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .das-stats { grid-template-columns: 1fr; }
  .das-num { font-size: 32px; }
}


/* ============================================================
   WE'RE HERE TO HELP — Match screenshot exactly
   ============================================================ */

.wh-section {
  background: #fff !important;
}
.wh-section::before { display: none !important; }

/* Outer white card */
.wh-card {
  background: #fff;
  border: 1px solid rgba(17, 45, 75, 0.11);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(9, 27, 45, 0.07);
  padding: 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Left column */
.wh-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wh-left h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--brand);
}
.wh-left p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}
.wh-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wh-list li {
  font-size: 13px;
  color: var(--muted);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.wh-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #bc8a30;
  font-size: 14px;
  line-height: 1.4;
}

/* Right — form */
.wh-right { display: flex; flex-direction: column; }

.wh-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Two-col row for name + email */
.wh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Field wrapper */
.wh-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wh-field label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--brand);
  text-transform: uppercase;
}
.wh-field input,
.wh-field textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid rgba(17, 45, 75, 0.18);
  border-radius: 8px;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.wh-field input::placeholder,
.wh-field textarea::placeholder { color: #a0b4c4; }
.wh-field input:focus,
.wh-field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(43, 84, 112, 0.1);
}
.wh-field textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}

/* Hint text */
.wh-hint {
  margin: 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* Full-width dark navy send button */
.wh-submit {
  width: 100%;
  padding: 13px 20px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.wh-submit:hover {
  background: #1e3d52;
  transform: translateY(-1px);
}
.wh-submit:active { transform: translateY(0); }

/* Alert message */
.wh-form .alert:empty { display: none; }
.wh-form .alert {
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(43, 84, 112, 0.2);
  background: rgba(43, 84, 112, 0.06);
  color: var(--brand);
}

/* Responsive */
@media (max-width: 900px) {
  .wh-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 24px;
  }
  .wh-form-row { grid-template-columns: 1fr; }
}

