:root{
  --navy:#0B1F35;
  --navy-soft:#112A47;
  --charcoal:#1B1E23;
  --text:#2A2E34;
  --soft:#5A6068;
  --light:#F4F5F7;
  --hair:#E3E5E9;
  --gold:#B08D4F;
  --cream:#E7DCC4;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:white;
}
a{text-decoration:none;color:inherit}
.container{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}
#site-header{
  position:fixed;
  top:0;left:0;width:100%;
  z-index:50;
  transition:.25s ease;
}
#site-header.scrolled{
  background:white;
  border-bottom:1px solid var(--hair);
}
.nav-wrap{
  height:80px;
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  font-family:Manrope,sans-serif;
  font-weight:800;
  letter-spacing:-.04em;
  color:white;
  font-size:18px;
}
.logo span{color:var(--gold)}
#site-header.scrolled .logo{color:var(--navy)}
.desktop-nav{display:flex;align-items:center;gap:32px}
.desktop-nav a{font-size:14px;font-weight:500;color:#e5e7eb}
#site-header.scrolled .desktop-nav a:not(.nav-cta){color:var(--soft)}
.desktop-nav a:hover{color:var(--gold)}
.nav-cta,.btn.primary{
  background:var(--gold);
  color:var(--navy)!important;
  padding:12px 18px;
  border-radius:2px;
  font-weight:600;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.nav-cta:hover,.btn.primary:hover{background:#C2A063!important;color:var(--navy)!important}
.mobile-toggle{
  display:none;
  border:0;background:transparent;
  color:white;font-size:28px;
}
#site-header.scrolled .mobile-toggle{color:var(--navy)}
.mobile-nav{
  display:none;
  background:white;
  padding:20px 24px;
  border-top:1px solid var(--hair);
  flex-direction:column;
  gap:18px;
}
.mobile-nav.open{display:flex}
.mobile-nav a{font-weight:600;color:var(--text)}
.hero{
  position:relative;
  overflow:hidden;
  background:var(--navy);
  padding:176px 0 128px;
}
.bridge-bg{
  position:absolute;
  top:18%;
  right:-8%;
  width:min(720px,70%);
  opacity:.9;
}
.bridge-bg svg{width:100%}
.hero-inner{position:relative;max-width:680px;margin-left:calc((100% - min(1120px, calc(100% - 48px)))/2)}
.eyebrow{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:600;
  color:var(--gold);
  margin:0 0 20px;
}
h1,h2,h3{
  font-family:Manrope,sans-serif;
  margin:0;
  color:var(--navy);
}
.hero h1{
  color:white;
  font-size:clamp(42px,6vw,64px);
  line-height:1.08;
  font-weight:800;
  max-width:720px;
}
.hero-copy{
  color:#c9d1dc;
  font-size:19px;
  line-height:1.8;
  margin:28px 0 40px;
  max-width:640px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{
  min-height:48px;
  padding:13px 22px;
  border-radius:2px;
  font-weight:600;
  cursor:pointer;
  border:0;
}
.btn.secondary{
  border:1px solid rgba(255,255,255,.42);
  color:white;
}
.btn.secondary:hover{border-color:var(--gold);color:var(--gold)}
.cable-divider{
  height:28px;
  background:
    repeating-linear-gradient(to right, transparent 0 48px, rgba(176,141,79,.3) 48px 49px, transparent 49px 50px),
    linear-gradient(to bottom, rgba(176,141,79,.45) 0 1px, transparent 1px);
}
.section{padding:112px 0}
.section.white{background:white}
.section.light{background:var(--light)}
.section.navy{background:var(--navy)}
.section.compact{padding-bottom:60px}
.two-col{
  display:grid;
  grid-template-columns:4fr 7fr;
  gap:80px;
  align-items:start;
}
h2{
  font-size:clamp(34px,4.2vw,54px);
  line-height:1.12;
  font-weight:800;
}
.section-head{max-width:720px;margin-bottom:56px}
.body-copy p,.contact-copy{
  color:var(--soft);
  font-size:17px;
  line-height:1.85;
  margin:0 0 26px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--hair);
  border:1px solid var(--hair);
}
.service-card{
  background:white;
  padding:40px;
  min-height:280px;
}
.icon{
  width:44px;height:44px;
  background:rgba(176,141,79,.1);
  color:var(--gold);
  display:grid;
  place-items:center;
  font-size:24px;
  margin-bottom:26px;
}
.service-card h3{
  font-size:20px;
  margin-bottom:14px;
  font-weight:800;
}
.service-card p,.why-grid p{
  color:var(--soft);
  font-size:15px;
  line-height:1.75;
}
.industry-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px 46px;
}
.industry-list span{
  position:relative;
  padding-left:26px;
  font-weight:600;
  font-size:17px;
}
.industry-list span:before{
  content:"";
  position:absolute;
  left:0;top:.62em;
  width:8px;height:8px;
  border-radius:50%;
  background:var(--gold);
}
.roles{
  background:white;
  border:1px solid var(--hair);
}
.roles div{
  display:flex;
  justify-content:space-between;
  padding:24px 32px;
  border-bottom:1px solid var(--hair);
  font-weight:600;
}
.roles div:last-child{border-bottom:0}
.roles b{
  color:var(--gold);
  letter-spacing:.18em;
}
.navy h2,.navy h3{color:white}
.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:54px 48px;
}
.why-grid span{
  color:var(--gold);
  font-size:28px;
  display:block;
  margin-bottom:22px;
}
.why-grid h3{
  font-size:18px;
  margin-bottom:14px;
}
.contact-section{padding-top:60px}
.contact-line{
  color:var(--text);
  font-weight:600;
  line-height:1.6;
}
.contact-line span{color:var(--soft);font-weight:400}
.contact-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--soft);
}
input,textarea{
  width:100%;
  border:1px solid var(--hair);
  padding:14px 15px;
  font:16px Inter,sans-serif;
  color:var(--text);
  background:white;
}
input:focus,textarea:focus,button:focus,a:focus{
  outline:2px solid var(--gold);
  outline-offset:2px;
}
.form-note{
  color:var(--soft);
  font-size:13px;
  margin:0;
}
.text-btn{
  color:var(--navy);
  border:1px solid var(--hair);
  display:inline-flex;
  margin-top:12px;
}
.text-btn:hover{border-color:var(--gold);color:var(--gold)}
footer{
  background:var(--charcoal);
  color:#9ca3af;
  padding:42px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:13px;
  flex-wrap:wrap;
}
.logo.small{color:white;font-size:15px;margin:0}

.reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:900px){
  .desktop-nav{display:none}
  .mobile-toggle{display:block}
  .hero{padding:142px 0 84px}
  .bridge-bg{top:78px;right:3%;width:94%;opacity:.75}
  .hero-inner{margin:0 auto}
  .two-col{grid-template-columns:1fr;gap:36px}
  .section{padding:84px 0}
  .service-grid,.why-grid{grid-template-columns:1fr}
  .industry-list{grid-template-columns:1fr 1fr}
  .form-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .container,.nav-wrap{width:calc(100% - 36px)}
  .logo{font-size:16px}
  .hero h1{font-size:42px}
  .hero-copy{font-size:18px}
  .hero-actions .btn{width:100%}
  .industry-list{grid-template-columns:1fr}
  .service-card{padding:34px 28px}
  .roles div{padding:20px 22px}
}
