@font-face{font-family:'Bebas Neue';src:url('../fonts/bebas-neue-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('../fonts/dm-sans-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0b0f14;
  --bg2:#0e1318;
  --card:#131a22;
  --card2:#161e28;
  --green:#00c853;
  --green2:#00e676;
  --glow:rgba(0,200,83,.35);
  --glow2:rgba(0,200,83,.12);
  --steel:#8b949e;
  --text:#e8edf2;
  --text2:#b0bec5;
  --border:rgba(139,148,158,.12);
  --border-green:rgba(0,200,83,.25);
  --ff-display:'Bebas Neue',Impact,'Arial Narrow','Arial Black',Arial,sans-serif;
  --ff-body:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  --ff-mono:'Space Mono','SFMono-Regular',Consolas,'Liberation Mono','Courier New',monospace;
}
html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--ff-body);
  line-height:1.6;
  overflow-x:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{display:none;width:0;height:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:var(--ff-body)}
.skip-link{
  position:fixed;left:12px;top:12px;z-index:10000;
  transform:translateY(-140%);
  padding:10px 14px;border-radius:8px;
  background:var(--green);color:#031008;
  font-weight:800;
}
.skip-link:focus{transform:translateY(0)}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:2px solid var(--green);
  outline-offset:3px;
}


#mobileOverlay{
  display:none;position:fixed;inset:0;
  background:rgba(0,0,0,.7);backdrop-filter:blur(4px);
  z-index:999;
}
#mobileOverlay.open{display:block}
#mobileMenu{
  position:fixed;top:0;right:0;width:300px;height:100vh;
  background:var(--card);border-left:1px solid var(--border-green);
  z-index:1000;transition:transform .35s cubic-bezier(.4,0,.2,1);
  transform:translateX(110%);
  display:flex;flex-direction:column;padding:0;overflow:hidden;
}
#mobileMenu.open{transform:translateX(0)}
.mob-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:24px 20px;border-bottom:1px solid var(--border);
}
.mob-brand{font-family:var(--ff-display);font-size:1.4rem;letter-spacing:.1em;color:var(--green)}
.mob-close{
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:var(--card2);color:var(--steel);
  font-size:1.1rem;transition:all .2s;cursor:pointer;
}
.mob-close:hover{background:var(--green);color:#000}
.mob-links{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:4px}
.mob-links a{
  display:block;padding:14px 16px;border-radius:8px;
  font-size:.95rem;font-weight:500;color:var(--text2);
  transition:all .2s;border-left:2px solid transparent;
}
.mob-links a:hover{background:var(--card2);border-left-color:var(--green);color:var(--green);padding-left:24px}
.mob-wa{
  margin:20px;padding:16px;background:linear-gradient(135deg,#25D366,#128C7E);
  border-radius:12px;text-align:center;font-weight:600;font-size:.95rem;
  color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;
}

header{
  position:fixed;top:0;left:0;right:0;z-index:900;
  padding:0 24px;height:70px;
  display:flex;align-items:center;
  background:rgba(11,15,20,.7);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  transition:all .3s ease;
}
header.scrolled{
  background:rgba(11,15,20,.95);
  border-bottom-color:var(--border-green);
  box-shadow:0 4px 40px rgba(0,200,83,.06);
}
.header-inner{
  max-width:1280px;width:100%;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.header-left{display:flex;align-items:center;gap:16px}
.hamburger{
  display:none;flex-direction:column;gap:5px;
  width:40px;height:40px;align-items:center;justify-content:center;
  border-radius:8px;background:var(--card2);cursor:pointer;
}
.hamburger span{
  width:20px;height:2px;background:var(--steel);
  transition:all .3s;display:block;border-radius:2px;
}
.hamburger:hover span{background:var(--green)}
.logo{display:flex;align-items:center;gap:10px}
/* logo-mark/logo-text removed: header uses img tag */
.sbg-logo-img{display:block;width:auto;height:44px;max-width:min(190px,45vw);object-fit:contain}
.logo .sbg-logo-img{height:44px}
footer .sbg-logo-img{width:min(240px,72vw);height:auto;max-width:100%;margin-bottom:12px;filter:brightness(1.1)}
nav{display:flex;align-items:center;gap:4px}
.nav-link{
  padding:8px 14px;border-radius:6px;font-size:.85rem;font-weight:500;
  color:var(--steel);transition:all .2s;letter-spacing:.02em;
}
.nav-link:hover{color:var(--green);background:var(--glow2)}
.header-cta{display:flex;align-items:center;gap:10px}
.btn-wa-header{
  display:flex;align-items:center;gap:6px;
  padding:9px 18px;background:#25D366;
  border-radius:8px;font-size:.85rem;font-weight:800;color:#04140a;
  transition:all .25s;box-shadow:0 0 0 rgba(37,211,102,0);
}
.btn-wa-header:hover{background:#1ebc59;box-shadow:0 0 20px rgba(37,211,102,.35);transform:translateY(-1px)}
.btn-quote-header{
  display:flex;align-items:center;gap:6px;
  padding:9px 18px;background:transparent;
  border:1px solid var(--border-green);border-radius:8px;
  font-size:.85rem;font-weight:600;color:var(--green);
  transition:all .25s;
}
.btn-quote-header:hover{background:var(--glow2);box-shadow:0 0 20px var(--glow)}


.hero{
  position:relative;min-height:100svh;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;padding:120px 24px 80px;
}
.hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(0,200,83,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,200,83,.04) 1px,transparent 1px);
  background-size:60px 60px;
  animation:gridScroll 20s linear infinite;
}
@keyframes gridScroll{from{background-position:0 0}to{background-position:60px 60px}}
.hero-content{
  position:relative;z-index:2;
  max-width:900px;text-align:center;
  height:480px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 16px;border-radius:50px;
  background:var(--glow2);border:1px solid var(--border-green);
  font-family:var(--ff-mono);font-size:.65rem;letter-spacing:.25em;
  color:var(--green);text-transform:uppercase;margin-bottom:32px;
  animation:fadeUp .5s .0s both;
}
.hero-badge::before{
  content:'';width:6px;height:6px;border-radius:50%;
  background:var(--green);box-shadow:0 0 8px var(--green);
  animation:blink 1.5s ease-in-out infinite;
}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.hero-headline{
  font-family:var(--ff-display);
  font-size:clamp(3.5rem,8.5vw,8rem);
  line-height:.95;letter-spacing:.02em;
  margin-bottom:24px;
  white-space:nowrap;
  animation:none;
}
.hero-headline .line1{display:block;color:var(--text)}
.hero-headline .line2{
  display:block;
  background:linear-gradient(135deg,var(--green),var(--green2),#69f0ae);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-sub{
  font-family:var(--ff-mono);font-size:.72rem;
  letter-spacing:.3em;color:var(--steel);
  margin-bottom:48px;
  animation:fadeUp .8s .9s both;
}
.hero-btns{
  display:flex;align-items:center;justify-content:center;
  gap:14px;flex-wrap:wrap;
  animation:fadeUp .8s 1.1s both;
}
.btn-primary{
  display:inline-flex;align-items:center;gap:8px;
  padding:15px 32px;
  background:linear-gradient(135deg,var(--green),#00a844);
  border-radius:8px;font-size:.95rem;font-weight:700;
  color:#000;letter-spacing:.03em;
  transition:all .3s;position:relative;overflow:hidden;
  box-shadow:0 0 0 rgba(0,200,83,0);
}
.btn-primary::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);
  opacity:0;transition:opacity .3s;
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 0 40px var(--glow),0 8px 24px rgba(0,200,83,.3);
}
.btn-primary:hover::before{opacity:1}
.btn-outline{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 32px;
  background:transparent;
  border:1.5px solid var(--border-green);
  border-radius:8px;font-size:.95rem;font-weight:600;
  color:var(--green);letter-spacing:.03em;
  transition:all .3s;
}
.btn-outline:hover{
  background:var(--glow2);
  box-shadow:0 0 30px var(--glow2);
  transform:translateY(-2px);
}
.btn-wa{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 28px;
  background:#25D366;
  border-radius:8px;font-size:.95rem;font-weight:700;
  color:#fff;
  transition:all .3s;
}
.btn-wa:hover{
  background:#1ebc59;
  box-shadow:0 0 30px rgba(37,211,102,.4);
  transform:translateY(-2px);
}
.hero-scroll{
  position:absolute;bottom:36px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:8px;
  opacity:0;animation:fadeUp .8s 1.5s forwards;z-index:2;
}
.hero-scroll span{font-family:var(--ff-mono);font-size:.6rem;letter-spacing:.3em;color:var(--steel)}
.scroll-line{width:1px;height:40px;background:linear-gradient(var(--green),transparent);animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

.stats-bar{
  background:var(--card);border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  position:relative;overflow:hidden;
}
.stats-bar::before{
  content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(0,200,83,.04),transparent);
  animation:statsShimmer 4s linear infinite;
}
@keyframes statsShimmer{to{left:200%}}
.stats-inner{
  max-width:1280px;margin:0 auto;padding:32px 24px;
  display:flex;align-items:center;justify-content:space-around;
  flex-wrap:wrap;gap:24px;
}
.stat-item{text-align:center}
.stat-num{
  font-family:var(--ff-display);font-size:clamp(2rem,4vw,3.5rem);
  line-height:1;color:var(--green);
  text-shadow:0 0 20px var(--glow);letter-spacing:.04em;
  display:inline-block;min-width:4ch;
}
.stat-label{
  font-family:var(--ff-mono);font-size:.65rem;
  letter-spacing:.2em;color:var(--steel);margin-top:4px;
}
.stat-divider{width:1px;height:50px;background:var(--border)}

.wa-float{
  position:fixed;bottom:28px;right:28px;z-index:800;
  width:58px;height:58px;border-radius:50%;
  background:#25D366;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(37,211,102,.5);
  transition:all .3s;
  animation:waPulse 2.5s ease-in-out infinite;
}
.wa-float:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(37,211,102,.7)}
@keyframes waPulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.5),0 0 0 0 rgba(37,211,102,.4)}50%{box-shadow:0 4px 20px rgba(37,211,102,.5),0 0 0 14px rgba(37,211,102,0)}}
.wa-icon{width:30px;height:30px}

.mobile-cta{
  display:none;
  position:fixed;bottom:0;left:0;right:0;z-index:700;
  grid-template-columns:1fr 1fr 1fr;
  border-top:1px solid var(--border);
  background:rgba(11,15,20,.95);
  backdrop-filter:blur(20px);
}
.mob-cta-btn{
  padding:14px 8px;text-align:center;font-size:.75rem;font-weight:600;
  letter-spacing:.05em;transition:all .2s;
}
.mob-cta-call{color:var(--text2);border-right:1px solid var(--border)}
.mob-cta-call:hover{background:var(--card2);color:var(--text)}
.mob-cta-wa{background:#25D366;color:#04140a;font-weight:800}
.mob-cta-wa:hover{background:#1ebc59}
.mob-cta-quote{background:var(--green);color:#000;font-weight:700;border-left:1px solid rgba(0,200,83,.3)}
.mob-cta-quote:hover{background:var(--green2)}


@media(max-width:1100px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .industries-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  nav{display:none}
  .hamburger{display:flex}
  .about-grid{grid-template-columns:1fr}
  .cap-grid{grid-template-columns:1fr}
  .enquiry-grid{grid-template-columns:1fr}
  .shop-detail-grid{grid-template-columns:1fr}
  .shop-media-pane{border-right:0;border-bottom:1px solid var(--border)}
  .shop-action-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .production-filter-panel{grid-template-columns:1fr}
  .production-gallery-controls{justify-content:flex-start}
}
@media(max-width:600px){
  .production-gallery-controls,
  .production-tabs,
  .production-shop-toolbar,
  .production-search-row{width:100%}
  .production-tabs{justify-content:flex-start}
  .production-search-row{align-items:stretch}
  .production-search-box,
  .production-search-box:focus-within{
    flex:1 1 auto;
    width:auto;
    min-width:0;
  }
  .production-filter-toggle,
  .production-clear-filters{width:auto}
  .production-card-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  #production .amazon-card-image,
  #production .amazon-rec-card .amazon-card-image{
    height:140px;
  }
  #production .amazon-product-title{
    font-size:.9rem;
    margin:8px 0 4px;
  }
  #production .amazon-rec-card > :not(.amazon-card-media){
    margin-left:10px;
    margin-right:10px;
  }
  #production .amazon-quote{
    font-size:.5rem;
    letter-spacing:.1em;
  }
  #production .amazon-stars{
    font-size:.62rem;
  }
  .product-card-actions{
    flex-wrap:wrap;
    gap:6px;
  }
  .product-card-action,
  .product-review-cta{
    font-size:.65rem;
    padding:5px 8px;
  }
  .services-grid,.why-grid,.industries-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .stat-divider{display:none}
  .header-cta .btn-quote-header{display:none}
  .process-steps{flex-direction:column;align-items:center}
  .process-connector{padding-top:0;transform:rotate(90deg)}
  .mobile-cta{display:grid}
  body{padding-bottom:58px}
  .wa-float{bottom:78px}
  .shop-media-pane,.shop-info-pane,.shop-related{padding:14px}
  .shop-main-image,.shop-main-image img{min-height:300px}
  .shop-main-image{
    min-height:0;
    aspect-ratio:4/3;
  }
  .shop-main-image img,
  .shop-main-image video{
    min-height:0;
    height:100%;
    object-fit:contain;
  }
  .shop-thumb-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-spec-list li{grid-template-columns:1fr;gap:4px}
  .shop-action-row{grid-template-columns:1fr}
  .shop-gallery-grid{grid-template-columns:1fr}
  .shop-related-grid{grid-template-columns:1fr}
  #lightbox{
    align-items:flex-start;
    padding:68px 10px 78px;
  }
  .lb-inner{
    width:100%;
    max-height:calc(100svh - 146px);
  }
  .product-detail-modal{border-radius:10px}
  .product-detail-main{
    grid-template-columns:1fr;
    gap:16px;
    padding:12px;
  }
  .product-detail-media{
    min-height:0;
    aspect-ratio:4/3;
    max-height:52svh;
  }
  .product-detail-media img{
    min-height:0;
    height:100%;
    object-fit:contain;
  }
  .product-specs{grid-template-columns:1fr}
  .related-products{padding:0 12px 12px}
  .related-grid{grid-template-columns:1fr}
  .lb-nav{
    top:auto;
    bottom:18px;
    transform:none;
    width:40px;
    height:40px;
  }
  .lb-prev{left:calc(50% - 52px)}
  .lb-next{right:calc(50% - 52px)}
}
@media(max-width:400px){
  .hero-headline{font-size:3rem}
  .about-specs{grid-template-columns:1fr 1fr}
}
[data-collections-count],
[data-featured-count],
[data-wishlist-count]{
  display:inline-block;
  min-width:18px;
}


#intro{display:none!important}
.hero-badge,
.hero-headline,
.hero-sub,
.hero-btns,
.hero-scroll{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
.hero-grid,
.stats-bar::before{
  animation:none!important;
}
@media(max-width:768px){
  .hero-grid,
  .stats-bar::before{animation:none!important}
  header{backdrop-filter:none;-webkit-backdrop-filter:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}

@supports (content-visibility:auto){
  .section,
  .clients-section,
  .about-section,
  .cap-section,
  .process-section,
  .why-section,
  .industries-section,
  .machines-section,
  .gallery-section,
  #services,
  #capabilities,
  #process,
  #industries,
  #machines,
  #production,
  #faq,
  #contact,
  .map-section,
  footer{
    content-visibility:auto;
    contain-intrinsic-size:1px 720px;
  }
}
