:root{--blue:#0b3f8c;--blue-dark:#06295f;--orange:#f28c28;--text:#172033;--muted:#667085;--bg:#f6f8fb;--card:#fff;--border:#e5e7eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{max-width:1180px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.2rem;color:var(--blue-dark)}.brand img{width:48px;height:48px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{text-decoration:none;font-weight:700;color:#344054}.nav-cta{background:var(--orange);color:#fff!important;padding:10px 16px;border-radius:999px}.menu-btn{display:none;border:0;background:transparent;font-size:1.7rem}.hero{min-height:680px;display:flex;align-items:center;position:relative;background:linear-gradient(105deg,rgba(6,41,95,.94),rgba(11,63,140,.68),rgba(242,140,40,.18)),url("hero-construction.svg") center/cover;color:white}.hero-content{width:min(1180px,calc(100% - 44px));margin:0 auto;position:relative;padding:80px 0}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.8rem;margin:0 0 12px}.hero h1{max-width:780px;margin:0;font-size:clamp(2.6rem,6vw,5.8rem);line-height:.98}.hero-text{max-width:660px;font-size:1.18rem;color:rgba(255,255,255,.9);margin:24px 0 34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent}.primary{background:var(--orange);color:#fff}.secondary{background:#fff;color:var(--blue-dark)}.hero-actions,.cta-buttons{display:flex;gap:14px;flex-wrap:wrap}.quick-info{width:min(1120px,calc(100% - 44px));margin:-48px auto 0;position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quick-info div,.features div,.contact-card{background:var(--card);border:1px solid var(--border);box-shadow:0 20px 50px rgba(15,23,42,.08);border-radius:22px;padding:24px}.quick-info strong,.features strong{display:block;color:var(--blue-dark);font-size:1.05rem}.quick-info span,.features span{color:var(--muted)}.section{width:min(1180px,calc(100% - 44px));margin:0 auto;padding:92px 0}.section-heading{max-width:760px;margin-bottom:34px}.section h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:0 0 14px;color:var(--blue-dark)}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{overflow:hidden;background:white;border:1px solid var(--border);border-radius:24px;box-shadow:0 20px 50px rgba(15,23,42,.07);transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(15,23,42,.12)}.product-card img{width:100%;height:210px;object-fit:cover;display:block}.product-card div{padding:22px}.product-card h3{margin:0 0 8px;color:var(--blue-dark)}.product-card p{margin:0;color:var(--muted)}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.location-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:24px}.map-card{overflow:hidden;border-radius:26px;border:1px solid var(--border);box-shadow:0 20px 50px rgba(15,23,42,.08);min-height:440px}.map-card iframe{width:100%;height:100%;border:0;display:block}.contact-card h3{margin-top:0;color:var(--blue-dark)}.contact-card a{color:var(--blue);font-weight:700}.cta-section{background:var(--blue-dark);color:white;border-radius:32px;padding:52px;margin-bottom:80px;display:flex;gap:24px;justify-content:space-between;align-items:center}.cta-section h2{color:white}.cta-section p:not(.eyebrow){color:rgba(255,255,255,.82);max-width:680px}footer{background:#061d43;color:white;text-align:center;padding:34px 20px}@media(max-width:900px){.menu-btn{display:block}.nav-links{display:none;position:absolute;top:78px;left:22px;right:22px;background:white;padding:20px;border-radius:18px;box-shadow:0 20px 50px rgba(15,23,42,.12);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.quick-info,.product-grid,.about,.features,.location-layout{grid-template-columns:1fr}.hero{min-height:600px}.cta-section{flex-direction:column;align-items:flex-start;padding:34px}}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.product-grid{grid-template-columns:1fr}}

.brand span{white-space:nowrap}
@media(max-width:520px){.brand span{font-size:.95rem;white-space:normal}.brand img{width:42px;height:42px}}

.featured-strip{
  width:min(1120px,calc(100% - 44px));
  margin:36px auto 0;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:0 20px 50px rgba(15,23,42,.08);
  padding:32px;
}
.featured-title h2{margin:0 0 18px;color:var(--blue-dark);font-size:clamp(1.6rem,3vw,2.4rem)}
.featured-items,.brand-list{display:flex;flex-wrap:wrap;gap:12px}
.featured-items span,.brand-list span{
  display:inline-flex;
  padding:11px 16px;
  border-radius:999px;
  background:#eef4ff;
  color:var(--blue-dark);
  font-weight:800;
  border:1px solid #d7e5ff;
}
.brands{padding-top:0}
.product-card p{font-size:.95rem}
footer{padding:28px 20px}

.brand span{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}
.brand span strong{font-size:1.08rem;letter-spacing:.08em;color:var(--blue-dark)}
.brand span small{font-size:.72rem;font-weight:800;letter-spacing:.03em;color:#667085}
.hero h1{max-width:720px;font-size:clamp(2.7rem,5.4vw,5.1rem)}
.hero-text{max-width:620px}
@media(max-width:520px){.brand span strong{font-size:.95rem}.brand span small{font-size:.62rem}}

.brand-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.brand-badge{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  font-weight:900;
  font-size:1.15rem;
  letter-spacing:.02em;
  text-align:center;
}
.brand-badge.boysen{color:#0b3f8c;border-top:5px solid #0b3f8c}
.brand-badge.philflex{color:#f28c28;border-top:5px solid #f28c28}
.brand-badge.makita{color:#0f766e;border-top:5px solid #0f766e}
.brand-badge.davies{color:#dc2626;border-top:5px solid #dc2626}
.brand-badge.atlanta{color:#2563eb;border-top:5px solid #2563eb}
.brand-badge.philips{color:#1d4ed8;border-top:5px solid #1d4ed8}
.brand-badge.omni{color:#ea580c;border-top:5px solid #ea580c}
.brand-badge.firefly{color:#ca8a04;border-top:5px solid #ca8a04}
@media(max-width:900px){.brand-logo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.brand-logo-grid{grid-template-columns:1fr}}

.brand-logo-card{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  transition:transform .25s ease, box-shadow .25s ease;
}
.brand-logo-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(15,23,42,.12);
}
.brand-logo-card img{
  max-width:100%;
  max-height:72px;
  object-fit:contain;
  display:block;
}
