:root{
  --orange:#ff6a00;
  --black:#0f0f14;
  --black-soft:#1b1b23;
  --white:#ffffff;
  --paper:#f7f7fa;
  --space:20px;
  --black-92:rgba(15,15,20,.92);
  --black-82:rgba(15,15,20,.82);
  --black-12:rgba(15,15,20,.12);
  --black-08:rgba(15,15,20,.08);
  --orange-14:rgba(255,106,0,.14);
  --orange-08:rgba(255,106,0,.08);
  --shadow:0 20px 48px rgba(15,15,20,.15);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--black);
  font-family:Poppins,Arial,sans-serif;
  font-size:18px;
  line-height:1.4em;
}

h1,h2,h3,h4,h5,h6,p,li,a,span,strong,summary,button{
  line-height:1.4em;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
iframe{display:block;width:100%}
.container{width:min(1140px,calc(100% - 48px));margin:auto}

.skip-link{
  position:fixed;
  top:-80px;
  left:20px;
  z-index:100;
  background:var(--white);
  color:var(--black);
  padding:10px 16px;
  font-weight:700;
}

.skip-link:focus{top:20px}

.topbar{
  background:var(--black);
  color:var(--white);
  font-size:12px;
  font-weight:600;
}

.topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space);
}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.97);
  box-shadow:0 2px 16px var(--black-08);
  backdrop-filter:blur(10px);
}

.nav{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space);
}

.brand img{
  width:150px;
  height:56px;
  object-fit:contain;
  object-position:left center;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:var(--space);
  font-size:14px;
  font-weight:700;
}

.nav-links a{
  position:relative;
  padding:8px 0;
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  background:var(--orange);
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .25s ease;
}

.nav-links a:hover::after{
  transform:scaleX(1);
  transform-origin:left;
}

.button{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border:1px solid var(--orange);
  background:var(--orange);
  color:var(--white);
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
}

.button:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px var(--orange-14);
}

.button-small{min-height:42px;padding:10px 16px}

.button-light{
  background:var(--white);
  border-color:var(--white);
  color:var(--black);
}

.hero{
  position:relative;
  overflow:hidden;
  color:var(--white);
  isolation:isolate;
}

.hero-backdrop{
  position:absolute;
  inset:0;
  z-index:-3;
  background:url("Images/garage-door-3.webp") center/cover no-repeat;
  transform:scale(1.04);
  filter:grayscale(100%);
  animation:slow-pan 16s ease-in-out infinite alternate;
}

.hero-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,var(--black-92) 0%,var(--black-82) 42%,rgba(15,15,20,.52) 72%,rgba(15,15,20,.3) 100%),
    radial-gradient(circle at 82% 24%,rgba(255,106,0,.18),transparent 22%);
}

.hero-layout{
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:var(--space);
  align-items:center;
  padding:86px 0 92px;
}

.eyebrow,.section-label{
  display:inline-block;
  margin:0 0 var(--space);
  color:var(--orange);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero h1{
  max-width:520px;
  margin:0 0 var(--space);
  font-size:clamp(40px,5vw,64px);
  line-height:1.4em;
  letter-spacing:-.04em;
}

.hero p{
  max-width:470px;
  margin:0 0 var(--space);
  color:#e8e8ec;
  font-size:15px;
}

.hero-play{
  position:relative;
  justify-self:center;
  width:120px;
  height:120px;
  display:block;
}

.play-ring{
  position:absolute;
  inset:0;
  border:2px solid var(--orange);
  border-radius:50%;
}

.play-triangle{
  position:absolute;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:-10px 0 0 -4px;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:16px solid var(--white);
}

.section{padding:96px 0}

.section-intro{
  max-width:540px;
  margin:0 auto var(--space);
  text-align:center;
}

.section-intro h2,
.about-copy h2,
.faq-copy h2,
.contact-card h2,
.footer-cta h2{
  margin:0;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.4em;
  letter-spacing:-.04em;
}

.icon-grid,
.case-grid,
.team-grid,
.testimonial-grid,
.update-grid,
.footer-grid{
  display:grid;
  gap:var(--space);
}

.icon-grid{grid-template-columns:repeat(4,1fr)}
.case-grid{grid-template-columns:repeat(3,1fr)}
.team-grid{grid-template-columns:repeat(3,1fr)}
.testimonial-grid{grid-template-columns:repeat(3,1fr)}
.update-grid{grid-template-columns:repeat(3,1fr)}
.footer-grid{grid-template-columns:1.1fr .9fr .9fr}

.icon-card{
  padding:var(--space);
  text-align:left;
}

.icon-mark{
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--space);
  border:1px solid var(--orange-14);
  color:var(--orange);
  font-size:12px;
  font-weight:800;
}

.icon-card h3,
.tab-copy h3,
.team-card h3,
.contact-card h3,
.footer-grid h3{
  margin:0 0 var(--space);
  font-size:20px;
  line-height:1.4em;
}

.icon-card p,
.about-copy p,
.tab-copy p,
.testimonial-card p,
.footer-brand-block p{margin:0}

.about-layout,
.faq-layout,
.contact-wrap,
.tab-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:var(--space);
  align-items:center;
}

.about-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--space);
}

.about-media{
  position:relative;
}

.about-media img,
.tab-image img,
.faq-image img{
  width:100%;
  min-height:430px;
  object-fit:cover;
  height:100%;
}

.year-badge{
  position:absolute;
  left:-20px;
  bottom:var(--space);
  width:128px;
  padding:var(--space);
  background:var(--orange);
  color:var(--white);
}

.year-badge strong{
  display:block;
  font-size:38px;
  line-height:1.4em;
}

.year-badge span{
  display:block;
  margin-top:var(--space);
  font-size:12px;
  line-height:1.4;
}

.stat-pair{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:var(--space);
  margin:0;
  width:100%;
}

.stat-pair > div{
  display:grid;
  gap:var(--space);
}

.stat-pair strong{
  display:block;
  color:var(--orange);
  font-size:36px;
  line-height:1.4em;
}

.stat-pair span{
  display:block;
  margin-top:0;
  font-size:13px;
}

.cases{
  background:#11183a;
  color:var(--white);
}

.light-label{color:var(--orange)}

.case-card{
  position:relative;
  overflow:hidden;
  min-height:270px;
  background:#1a234b;
  transition:transform .28s ease,box-shadow .28s ease;
}

.case-card img{
  width:100%;
  height:270px;
  object-fit:cover;
  filter:grayscale(100%);
  opacity:.72;
  transition:filter .28s ease,opacity .28s ease,transform .28s ease;
}

.case-card span{
  position:absolute;
  right:18px;
  bottom:18px;
  left:18px;
  font-size:15px;
  font-weight:700;
  line-height:1.4em;
  transition:color .28s ease;
}

.case-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 25%,rgba(255,106,0,.22) 100%);
  opacity:0;
  transition:opacity .28s ease;
}

.case-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 34px rgba(0,0,0,.22);
}

.case-card:hover::after{
  opacity:1;
}

.case-card:hover img{
  filter:grayscale(0%);
  opacity:.92;
  transform:scale(1.03);
}

.case-card:hover span{
  color:var(--orange);
}

.tabs-showcase{
  background:var(--paper);
}

.tab-pills{
  display:flex;
  justify-content:center;
  gap:var(--space);
  margin-bottom:var(--space);
}

.tab-pill{
  padding:var(--space);
  background:var(--white);
  color:var(--black);
  font-size:12px;
  font-weight:700;
  border:0;
  cursor:pointer;
}

.tab-pill.active{
  background:var(--orange);
  color:var(--white);
}

.tab-copy{
  padding:var(--space);
  background:var(--white);
  box-shadow:var(--shadow);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.tab-panel{
  align-items:stretch;
}

.tab-content{
  height:100%;
}

.tab-image{
  height:100%;
}

.check-list{
  margin:var(--space) 0 0;
  padding:0;
  list-style:none;
}

.check-list li{
  position:relative;
  padding-left:22px;
  font-size:14px;
}

.check-list li + li{margin-top:10px}
.check-list li + li{margin-top:var(--space)}

.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--orange);
}

.team-card img{
  width:100%;
  height:250px;
  object-fit:cover;
  filter:grayscale(100%);
}

.team-card h3{
  margin-top:var(--space);
  text-align:center;
}

.faq{
  background:var(--white);
}

.faq-copy details{
  margin-top:var(--space);
  border:1px solid var(--black-12);
  background:#fafafd;
}

.faq-copy summary{
  padding:var(--space);
  cursor:pointer;
  font-weight:700;
  font-size:14px;
}

.faq-copy details p{
  margin:0;
  padding:0 var(--space) var(--space);
  font-size:14px;
}

.testimonials{
  background:var(--paper);
}

.logo-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space);
  margin-bottom:var(--space);
  padding:var(--space);
  background:#f0f1f6;
  font-size:14px;
  font-weight:700;
}

.logo-row{
  display:flex;
  flex-wrap:wrap;
  gap:var(--space);
  color:#6a6d7b;
}

.logo-row b:nth-child(4){color:var(--orange)}

.testimonial-card{
  padding:var(--space);
  background:var(--white);
  box-shadow:var(--shadow);
}

.testimonial-card strong{
  display:block;
  margin-top:var(--space);
  color:var(--orange);
  font-size:14px;
}

.contact{
  background:var(--white);
}

.contact-wrap{
  align-items:start;
}

.map-panel iframe{
  min-height:360px;
  filter:grayscale(100%);
}

.contact-card{
  margin-top:42px;
  margin-left:-70px;
  padding:var(--space);
  background:var(--white);
  box-shadow:var(--shadow);
}

.contact-list{
  margin:0 0 var(--space);
  padding:0;
  list-style:none;
}

.contact-list li + li{margin-top:var(--space)}

.update-card{
  background:var(--white);
  box-shadow:var(--shadow);
}

.update-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.update-card h3{
  margin:0;
  padding:var(--space);
  font-size:18px;
  line-height:1.4em;
}

.site-footer{
  background:#10163a;
  color:var(--white);
}

.footer-cta{
  background:linear-gradient(90deg,rgba(255,106,0,.9),rgba(255,106,0,.9)),url("Images/garage-door-9.webp") center/cover no-repeat;
  color:var(--white);
}

.footer-cta-inner{
  min-height:178px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space);
}

.footer-grid{
  padding:calc(var(--space) * 2) 0 var(--space);
}

.footer-brand-block img{
  width:120px;
  height:44px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:var(--space);
}

.footer-links{
  margin:0;
  padding:0;
  list-style:none;
}

.footer-links li + li{margin-top:var(--space)}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding:18px 0 24px;
}

.footer-bottom p{
  margin:0;
  font-size:12px;
}

.mobile-call{display:none}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@keyframes slow-pan{
  from{transform:scale(1.04)}
  to{transform:scale(1.1)}
}

@media(max-width:1024px){
  .hero-layout,
  .about-layout,
  .tab-panel,
  .faq-layout,
  .contact-wrap,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .icon-grid,
  .case-grid,
  .team-grid,
  .testimonial-grid,
  .update-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .contact-card{
    margin:0;
  }
  .footer-cta-inner{
    display:block;
    padding:48px 0;
  }
  .footer-cta-inner .button{
    margin-top:20px;
  }
}

@media(max-width:680px){
  .container{width:min(100% - 30px,1140px)}
  .topbar-inner{
    min-height:0;
    padding:12px 0;
    display:grid;
    justify-content:center;
    text-align:center;
  }
  .topbar-inner span:nth-child(2){display:none}
  .nav-links{display:none}
  .nav{
    min-height:78px;
  }
  .hero-layout{
    grid-template-columns:1fr;
    min-height:auto;
    padding:74px 0 82px;
  }
  .hero h1{font-size:42px}
  .hero-play{display:none}
  .section{padding:72px 0}
  .icon-grid,
  .case-grid,
  .stat-pair,
  .team-grid,
  .testimonial-grid,
  .update-grid{
    grid-template-columns:1fr;
  }
  .tab-pills{
    flex-wrap:wrap;
  }
  .about-media img,
  .tab-image img,
  .faq-image img{
    min-height:320px;
  }
  .year-badge{
    left:12px;
    bottom:12px;
  }
  .logo-strip{
    display:block;
  }
  .logo-row{
    margin-top:12px;
  }
  .mobile-call{
    position:fixed;
    right:16px;
    bottom:16px;
    z-index:35;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--orange);
    color:var(--white);
    box-shadow:0 10px 24px var(--orange-14);
  }
  .mobile-call svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
}

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