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

:root{
  --black:#17191D;
  --dark:#25282D;
  --red:#E30613;
  --orange:#FF7A1A;
  --blue:#0878D1;
  --text:#33373C;
  --muted:#6B7178;
  --line:#E7E7E7;
  --soft:#F6F6F6;
  --white:#FFFFFF;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
section[id]{scroll-margin-top:88px}
body{
  margin:0;
  font-family:'Manrope',Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
  animation:pageFade .45s ease both;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 72px));margin:auto}
.topbar{display:none}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  height:68px;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
}
.nav{
  height:68px;
  display:grid;
  grid-template-columns:220px 1fr 260px;
  align-items:center;
  gap:28px;
}
.brand-logo{height:52px;width:auto;object-fit:contain}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  font-size:.78rem;
  font-weight:400;
  color:#737982;
}
.nav-links a{transition:color .2s ease,transform .2s ease}
.nav-links a:hover{transform:translateY(-1px)}
.nav-links a:hover,.nav-links a.active{color:#111}
.nav-links .btn{display:none}
.header-social{
  align-self:stretch;
  margin-right:calc((100vw - min(1180px,calc(100vw - 72px))) / -2);
  padding-right:calc((100vw - min(1180px,calc(100vw - 72px))) / 2 + 36px);
  padding-left:82px;
  background:var(--red);
  color:#fff;
  clip-path:polygon(86px 0,100% 0,100% 100%,0 100%);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:36px;
  font-size:1.1rem;
}
.menu-btn{display:none;border:0;background:none;font-size:1.4rem;color:var(--black);cursor:pointer}

h1,h2,h3{font-weight:460;line-height:1.12;margin:0 0 18px;letter-spacing:0}
h1{font-size:clamp(2.7rem,5vw,5.45rem);font-weight:460;color:#fff;max-width:780px}
h2{font-size:clamp(2rem,3vw,2.8rem);color:#62666C}
h3{font-size:1.2rem;color:#4C5056}
p{margin:0 0 18px;color:#3F454C}
.eyebrow{
  display:block;
  margin-bottom:12px;
  color:var(--orange);
  font-size:.82rem;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:0;
}
.eyebrow:before{display:none}
.section-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.section-title:after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  background:var(--red);
  margin-top:8px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:45px;
  padding:12px 22px;
  border-radius:999px;
  border:0;
  font-weight:400;
  font-size:.86rem;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--red);transform:translateY(-1px)}
.hero-band .btn-primary,.band .btn-primary,.cta .btn-primary{background:#111;color:#fff}
.hero-band .btn-primary:hover,.band .btn-primary:hover,.cta .btn-primary:hover{background:#000}
.btn-dark{background:#111;color:#fff}
.btn-outline{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.5)}

.hero{
  position:relative;
  background:var(--blue);
  min-height:590px;
  color:#fff;
  overflow:hidden;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background: linear-gradient(to right,rgb(2, 45, 91)5% ,rgba(4, 42, 75, 0)) ;
  z-index:1;
}
.hero:after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:24%;
  height:100%;
  background:rgba(227,6,19,.62);
  clip-path:polygon(36% 0,100% 0,100% 100%,0 100%);
  z-index:1;
}
.hero-grid{
  position:relative;
  z-index:3;
  min-height:590px;
  display:grid;
  grid-template-columns:minmax(0,780px);
  align-items:center;
}
.hero-grid>div:first-child{padding-top:28px}
.hero p{color:#ECECEC;max-width:700px;font-size:1.08rem}
.hero-logo{display:none}
.hero-actions{display:none}
.hero-trust{display:none}
.hero-media{display:none}
.hero-wave{display:none}
.hero-band{
  background:var(--red);
  color:#fff;
  padding:32px 0;
}
.hero-band .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.hero-band p{
  margin:0;
  color:#fff;
  font-size:1.35rem;
  max-width:850px;
}

.stat-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.stat{padding:32px 24px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;color:#111;font-size:1.15rem}
.stat span{font-size:.84rem;color:var(--muted)}

.section{padding:82px 0}
.section-sm{padding:62px 0}
.grid-2{display:grid;grid-template-columns:1fr .95fr;gap:72px;align-items:center}
.intro-line{font-size:1rem;color:#32373D;border:0;padding:0;font-weight:400}
.visual{
  min-height:340px;
  overflow:hidden;
  position:relative;
  background:transparent;
  padding:12px;
}
.visual:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:42%;
  height:42%;
  background:rgba(8,120,209,.12);
}
.visual:after{display:none}
.visual img{
  position:absolute;
  z-index:2;
  inset:12px;
  width:calc(100% - 24px);
  height:calc(100% - 24px);
  object-fit:cover;
  background:#fff;
  transition:transform .35s ease;
}
.visual:hover img,.why-image:hover img{transform:scale(1.03)}
.visual-accent:after{display:none}
.about-collage{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.about-collage .visual{min-height:640px;
width:350px;}
.about-page .visual{
  min-height:0;
  padding:20px;
}
.about-page .visual:before{
  width:52%;
  height:58%;
  background:rgba(8,120,209,.12);
}
.about-page .visual:after{
  display:block;
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:34%;
  height:34%;
  background:rgba(255,122,26,.12);
}
.about-page .visual img{
  position:relative;
  inset:auto;
  width:100%;
  height:auto;
  object-fit:contain;
  padding:8px;
}
.muted{background:#F7F7F7}

.service-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  border:0;
  margin-top:32px;
}
.service-item{
  display:block;
  padding:0;
  border:0;
  background:#F4F4F4;
}
.service-item:nth-child(even){padding-left:0;border-left:0}
.icon-disc{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  margin-bottom:16px;
  font-size:1.1rem;
}
.service-item>div:last-child{padding:28px}
.service-item p{font-size:.92rem;margin:0}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:36px;
}
.product-card{
  background:#F4F4F4;
  padding:32px;
  text-align:center;
  position:relative;
  transition:transform .22s ease,box-shadow .22s ease;
}
.product-card:hover,.life-card:hover,.process-step:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(17,25,35,.1)}
.product-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:var(--red);
}
.product-card img{
  width:100%;
  height:390px;
  object-fit:cover;
  border:6px solid #fff;
  background:#fff;
}
.product-card div{padding:14px 0 0}
.product-card h3{
  margin:0;
  font-size:.82rem;
  line-height:1.35;
  text-transform:uppercase;
  color:#222;
  font-weight:460;
}
.product-card p{display:none}
.card-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  min-height:38px;
  padding:9px 15px;
  background:var(--blue);
  color:#fff;
  font-size:.78rem;
}
.card-link:hover{background:var(--red)}

.band,.cta{
  background:var(--blue);
  color:#fff;
  padding:46px 0;
  border-radius:0;
}
.grid-2 > .band{padding:42px}
.band.container,.cta.container{width:100%;max-width:none}
.band-grid,.cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}
.band h2,.cta h2{color:#fff;font-size:1.55rem;line-height:1.55;margin:0}
.band p,.cta p{color:#fff;margin:0}
.band .eyebrow{display:none}
.check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
  min-width:310px;
}
.check-list li{display:flex;gap:10px;align-items:flex-start;color:#423b3b;font-weight:400}
.check-list i{color:#1e6995;margin-top:6px}

.impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.sdgs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
.sdg{background:#F4F4F4;padding:18px;border-left:5px solid var(--red)}
.sdg b{display:block;color:#111}
.life-stack{display:grid;gap:34px;margin-top:34px}
.why-grid{
  display:grid;
  grid-template-columns:1fr .78fr;
  gap:56px;
  align-items:start;
}
.why-panel{
  display:grid;
  gap:22px;
}
.why-image{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#F3F3F3;
}
.why-image:before{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:38%;
  height:38%;
  background:rgba(227,6,19,.1);
  z-index:1;
}
.why-image img{
  position:absolute;
  inset:12px;
  width:calc(100% - 24px);
  height:calc(100% - 24px);
  object-fit:cover;
  z-index:2;
}
.why-cta{
  background:var(--red);
  color:#fff;
  padding:28px;
}
.why-cta h3,.why-cta p{color:#fff}
.why-cta p{margin-bottom:22px}
.life-card{
  background:#F3F3F3;
  padding:34px;
  border-left:5px solid var(--blue);
}
.life-card:nth-child(2){border-left-color:var(--red)}
.life-card:nth-child(3){border-left-color:var(--orange)}
.life-card h3{
  font-size:2rem;
  color:#64686E;
  margin-bottom:14px;
  font-weight:460;
}
.life-card p:last-child{margin-bottom:0}

.footer{
  background:#15171B;
  color:#D9D9D9;
  padding:62px 0 24px;
  margin-top:0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .7fr .9fr 1fr;
  gap:46px;
}
.footer-logo{
  width:250px;
  height:auto;
  background:transparent;
  padding:0;
  border:0;
  filter:brightness(0) invert(1);
}
.footer p,.footer a{color:#B8BDC4}
.footer h3{color:#fff;font-size:1rem;font-weight:400;margin:0 0 18px}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:.9rem}
.footer-links i{color:var(--orange);margin-right:6px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
  margin-top:42px;
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  color:#858B93;
  font-size:.82rem;
}
.footer-credit a{color:var(--orange);font-weight:400}

.subhero{
  min-height:360px;
  background-color:var(--blue);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.services-page .subhero{background-image:url('../img/installation.jpeg')}
.about-page .subhero{background-image:url('../img/carbranded.jpeg')}
.contact-page .subhero{background-image:url('../img/carbranded.jpeg')}
.subhero:before{
  inset:0;
  width:100%;
  background:rgba(4,42,75,.72);
  clip-path:none;
}
.subhero .hero-grid{min-height:360px;grid-template-columns:minmax(0,780px)}
.subhero .hero-logo,.subhero .hero-band{display:none}
.subhero h1{font-size:clamp(2.5rem,4.2vw,4.1rem)}
.service-section{padding:76px 0;border-bottom:1px solid var(--line)}
.service-section .visual{min-height:520px}
.service-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.pill{font-size:.78rem;font-weight:400;padding:8px 12px;background:var(--blue);color:#fff}
.process{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:38px;
  position:relative;
}
.process-step{
  position:relative;
  padding:30px 24px 26px;
  background:#F4F4F4;
  border-top:5px solid var(--red);
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease;
}
.process-step:before{
  counter-increment:step;
  content:"0"counter(step);
  position:absolute;
  right:18px;
  top:14px;
  color:rgba(8,120,209,.18);
  font-size:2.4rem;
  line-height:1;
}
.process-step i{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  background:var(--blue);
  color:#fff;
  font-size:1.12rem;
}
.process-step:nth-child(2) i,.process-step:nth-child(4) i{background:var(--red)}
.process-step:nth-child(3) i{background:var(--orange)}
.process-step h3{margin-top:0}
.values{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:32px}
.value{padding:22px;background:#fff;border-top:5px solid var(--red);font-weight:400}
.mission-card{
  background:var(--blue);
  padding:34px;
  color:#fff;
}
.mission-card h2,.mission-card p{color:#fff}
.mission-card .eyebrow{color:#fff}
.values-section{background:#fff}
.values{
  align-items:stretch;
}
.value{
  display:grid;
  gap:16px;
  align-content:start;
  min-height:145px;
  background:#F4F4F4;
}
.value i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-size:1.15rem;
}
.value:nth-child(2) i,.value:nth-child(5) i{background:var(--red)}
.value:nth-child(3) i{background:var(--orange)}
.value span{display:block}
.team-list{display:grid;border-top:1px solid var(--line);margin-top:22px}
.team-row{display:grid;grid-template-columns:1fr 1.6fr;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}
.team-row strong{color:#111}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}
.contact-details{display:grid;gap:20px}
.contact-line{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start}
.form-shell{background:#F4F4F4;padding:34px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px}
.field.full{grid-column:1/-1}
label{font-weight:400;font-size:.84rem}
input,select,textarea{
  width:100%;
  padding:14px 15px;
  border:1px solid #D5D5D5;
  font:inherit;
  color:var(--text);
  background:#fff;
}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(8,120,209,.22);border-color:var(--blue)}
textarea{min-height:140px;resize:vertical}
.map{overflow:hidden;min-height:410px}
.map iframe{width:100%;height:410px;border:0;display:block}
.note{font-size:.78rem;color:#71808A;margin-top:10px}
.mobile-cta{display:none}

@keyframes pageFade{
  from{opacity:0}
  to{opacity:1}
}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
.hero-grid,.hero-band,.section,.service-section,.band,.footer{
  animation:fadeUp .6s ease both;
}
.product-card,.service-item,.life-card,.process-step,.value,.why-panel{
  animation:fadeUp .55s ease both;
}
.product-card:nth-child(2),.service-item:nth-child(2),.process-step:nth-child(2),.value:nth-child(2){animation-delay:.06s}
.product-card:nth-child(3),.service-item:nth-child(3),.process-step:nth-child(3),.value:nth-child(3){animation-delay:.12s}
.product-card:nth-child(4),.service-item:nth-child(4),.process-step:nth-child(4),.value:nth-child(4){animation-delay:.18s}
.product-card:nth-child(5),.value:nth-child(5){animation-delay:.24s}
.product-card:nth-child(6){animation-delay:.3s}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}

@media(max-width:960px){
  .container{width:min(100% - 40px,1180px)}
  .site-header{height:auto}
  .nav{height:72px;grid-template-columns:1fr auto}
  .header-social{display:none}
  .menu-btn{display:block}
  .nav-links{
    position:absolute;
    left:0;
    right:0;
    top:72px;
    background:#fff;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:24px 20px;
    border-top:1px solid #eee;
  }
  .nav-links.open{display:flex}
  .hero,.hero-grid{min-height:520px}
  .hero-grid{grid-template-columns:1fr}
  .hero:after{width:30%}
  .subhero .hero-grid{grid-template-columns:1fr}
  .grid-2,.impact-grid,.footer-grid,.contact-grid,.why-grid{grid-template-columns:1fr}
  .service-list,.product-grid{grid-template-columns:1fr 1fr}
  .service-section .visual{min-height:460px}
  .process{grid-template-columns:1fr 1fr}
  .values{grid-template-columns:repeat(2,1fr)}
  .stat-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .brand-logo{height:46px;max-width:220px}
  .hero,.hero-grid{min-height:560px}
  h1{font-size:2.55rem}
  .hero:after{width:40%;opacity:.55}
  .hero-band .container,.band-grid,.cta{align-items:flex-start;flex-direction:column}
  .hero-band p{font-size:1.1rem}
  .stat-strip,.service-list,.product-grid,.process,.values,.sdgs,.form-grid{grid-template-columns:1fr}
  .stat{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:64px 0}
  .visual{min-height:280px;padding:10px}
  .service-section .visual{min-height:340px}
  .about-page .visual{min-height:0;padding:16px}
  .why-image{min-height:360px}
  .about-collage{grid-template-columns:1fr}
  .footer-logo{width:220px}
  .mobile-cta{display:flex;position:fixed;bottom:14px;left:14px;right:14px;z-index:45;gap:8px}
  .mobile-cta a{flex:1;box-shadow:0 10px 30px rgba(0,0,0,.18)}
}
