*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:#1d1d1d;line-height:1.6;background:#fff}
.container{width:92%;max-width:1200px;margin:auto}
.top-strip{background:#222;color:#fff;font-size:14px}
.strip-inner{display:flex;justify-content:space-between;padding:8px 0;gap:15px}
.main-header{background:#000000;box-shadow:0 2px 14px rgba(255,255,255,.12);position:sticky;top:0;z-index:99}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:48px;height:48px;background:#f6b400;color:#111;display:grid;place-items:center;font-weight:900;font-size:28px;border-radius:4px}
.brand strong{font-size:20px;display:block;color:#fff}
.brand small{display:block;color:#fff}
nav{display:flex;gap:22px}
nav a{text-decoration:none;color:#fff;font-weight:700}
.header-btn,.btn{display:inline-block;text-decoration:none;border-radius:3px;font-weight:800}
.header-btn{background:#f6b400;color:#111;padding:10px 16px}
.hero{position:relative;background:linear-gradient(120deg,#121212,#304914);color:#fff;min-height:590px;display:flex;align-items:center;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;bottom:-120px;width:520px;height:520px;border-radius:50%;background:rgba(246,180,0,.18)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.05))}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.7fr .9fr;align-items:center;gap:50px}
.eyebrow,.section-label{color:#f6b400;font-weight:900;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}
h1{font-size:58px;line-height:1.08;margin-bottom:18px;max-width:770px}
.hero p{font-size:19px;max-width:720px}
.hero-actions{margin-top:30px}
.btn{padding:14px 24px;margin:5px 8px 5px 0}
.primary{background:#f6b400;color:#111}
.outline{border:2px solid #fff;color:#fff}
.black{background:#111;color:#fff}
.machine-card{background:#fff;color:#111;padding:30px;border-radius:6px;box-shadow:0 14px 40px rgba(0,0,0,.25)}
.machine-card h3{font-size:24px;margin-bottom:15px}
.spec-row{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:13px 0}
.quick-products{background:#f6b400}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-weight:900}
.quick-grid div{padding:22px;border-left:1px solid rgba(0,0,0,.15)}
.section{padding:75px 0}
h2{font-size:38px;line-height:1.2;margin-bottom:16px}
.section-intro{max-width:760px;color:#555;margin-bottom:30px}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.product-card{background:#fff;border:1px solid #e1e1e1;box-shadow:0 8px 22px rgba(0,0,0,.08);display:grid;grid-template-columns:.9fr 1.2fr;min-height:280px}
.product-img{background:linear-gradient(135deg,#d7d7d7,#f2f2f2);display:grid;place-items:center;color:#666;font-weight:800;text-align:center;padding:20px}
.product-body{padding:25px}
.product-body h3{font-size:24px;color:#244d18;margin-bottom:10px}
.product-body ul{margin:14px 0 14px 18px}
.product-body a{color:#be8700;font-weight:900;text-decoration:none}
.dark{background:#171717;color:#fff}
.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px}
.application-grid div{background:#252525;border-left:5px solid #f6b400;padding:25px;min-height:160px}
.application-grid strong{display:block;font-size:20px;margin-bottom:10px}
.application-grid span{color:#ddd}
.about{background:#f7f7f7}
.about-grid,.enquiry-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:center}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}
.stats div{background:#fff;padding:18px;border-bottom:4px solid #f6b400;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.stats strong{display:block;font-size:22px}
.stats span{color:#666}
.about-box{background:#244d18;color:#fff;padding:35px;border-radius:5px}
.about-box h3{font-size:27px;margin-bottom:12px}
.catalog-box{background:#f4f4f4;border:1px solid #ddd;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:25px}
.enquiry{background:#0f0f0f;color:#fff}
.enquiry-form{background:#fff;padding:28px;border-radius:5px}
.enquiry-form input,.enquiry-form textarea{width:100%;padding:14px;margin-bottom:13px;border:1px solid #ddd;font-size:15px}
.enquiry-form textarea{height:120px}
.full{text-align:center;width:100%;margin-right:0}
footer{background:#000;color:#fff;padding:25px 0}
.footer-grid{display:flex;justify-content:space-between;gap:20px}
@media(max-width:900px){
  .strip-inner,.nav,.footer-grid{flex-direction:column;text-align:center}
  nav{flex-wrap:wrap;justify-content:center}
  .hero-grid,.product-card,.about-grid,.enquiry-grid{grid-template-columns:1fr}
  .quick-grid,.application-grid,.stats{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  h1{font-size:38px}
  h2{font-size:30px}
  .catalog-box{flex-direction:column;text-align:center}
}


.site-logo{
  width:150px;
  height:auto;
  display:block;
  object-fit:contain;
  background:transparent;
}
.hero-logo{
  width:100%;
  max-width:220px;
  height:auto;
  display:block;
  margin:0 auto 20px auto;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-logo{
  width:120px;
  height:auto;
  display:block;
}
@media(max-width:900px){
  .site-logo{width:130px}
  .footer-brand{
    flex-direction:column;
    text-align:center;
  }
}
