.home-hero{min-height:84vh;padding:170px 0 96px;background:radial-gradient(circle at 72% 42%,rgba(152,219,36,.28),transparent 32%),linear-gradient(135deg,var(--brand-neutral-dark),#24300f 62%,var(--brand-primary-dark));color:var(--brand-text-inverse);overflow:hidden}.ht-hero-system__inner{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(320px,1.08fr);grid-gap:56px;gap:56px;align-items:center}.ht-hero-system__copy h1{margin:0 0 18px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;font-weight:900;color:var(--brand-text-inverse)}.ht-hero-system__copy p{max-width:650px;color:var(--brand-text-inverse)}.ht-hero-system__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.ht-hero-system__media{position:relative;min-height:430px;display:grid;align-items:center;justify-items:center;place-items:center}.ht-hero-system__media::before{content:"";position:absolute;top:8%;right:2%;bottom:8%;left:2%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);transform:skewX(-6deg)}.ht-hero-system__media img{position:relative;z-index:1;width:min(100%,650px);min-height:360px;-o-object-fit:contain;object-fit:contain}.product-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{display:grid;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;min-height:100%;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card__body{padding:24px}.product-card__body span{display:inline-block;margin-bottom:8px;padding:4px 8px;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:900;font-size:.78rem}.product-card__body h3{margin:0 0 10px;font-size:1.28rem;font-weight:900;color:var(--brand-text)}.product-card__body p{color:var(--brand-text)}.product-card__body a{font-weight:900}.home-promo-strip{position:relative;z-index:1}.industry-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-image-card{position:relative;min-height:260px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-neutral-dark)}.industry-image-card img{width:100%;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover;transition:transform .25s}.industry-image-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(20,23,26,.12),rgba(20,23,26,.82))}.industry-image-card h3{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;margin:0;color:var(--brand-text-inverse);font-size:1.12rem;font-weight:900}.industry-image-card:hover img{transform:scale(1.05)}.home-stats{border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.stats-row{display:flex;flex-wrap:nowrap;gap:0;border:1px solid var(--brand-border);background:var(--brand-bg)}.stat-item{flex:1 1 0;min-width:0;padding:30px 18px;text-align:center;border-right:1px solid var(--brand-border)}.stat-item:last-child{border-right:0}.stat-item strong{display:block;font-size:max(2rem, min(4vw, 3.4rem));line-height:1;font-weight:900;color:var(--brand-primary-dark)}.stat-item span{display:block;margin-top:8px;color:var(--brand-text);font-weight:800}@media (max-width:991px){.home-hero{min-height:70vh}.ht-hero-system__inner{grid-template-columns:1fr}.industry-image-grid,.product-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row{flex-wrap:wrap}.stat-item{flex:1 1 50%;border-bottom:1px solid var(--brand-border)}}@media (max-width:575px){.home-hero{padding-top:150px}.industry-image-grid,.product-grid-three{grid-template-columns:1fr}.stat-item{flex-basis:100%;border-right:0}}