@charset "UTF-8";.hero-kobelco{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-dark) 100%);min-height:600px;display:flex;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-kobelco::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 40%,rgba(224,122,47,.12) 0,transparent 65%)}.hero-kobelco .hero-content{position:relative;z-index:1;max-width:780px;margin:0 auto;padding:80px 20px;color:#fff}.hero-kobelco .hero-content .eyebrow{display:inline-block;background:var(--brand-secondary);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:3px;margin-bottom:20px}.hero-kobelco h1{font-size:max(1.8rem, min(4vw, 3rem));color:#fff;font-weight:800;line-height:1.12;margin-bottom:20px}.hero-kobelco .hero-sub{font-size:1.1rem;opacity:.85;max-width:600px;margin:0 auto 36px;line-height:1.7}.hero-kobelco .hero-cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.home-products .prod-card{background:#fff;border-radius:var(--border-radius);overflow:hidden;border:1px solid rgba(27,77,122,.1);transition:box-shadow var(--transition),transform var(--transition)}.home-products .prod-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-products .prod-card .prod-img{aspect-ratio:4/3;overflow:hidden;background:var(--brand-accent)}.home-products .prod-card .prod-img ai-img,.home-products .prod-card .prod-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.home-products .prod-card:hover .prod-img ai-img,.home-products .prod-card:hover .prod-img img{transform:scale(1.05)}.home-products .prod-card .prod-body{padding:18px 20px 22px}.home-products .prod-card .prod-body h3{font-size:1.05rem;margin-bottom:6px}.home-products .prod-card .prod-body .specs{font-size:.82rem;color:var(--brand-muted);margin-bottom:12px}.home-products .prod-card .prod-body .btn-prod-inquiry{display:block;width:100%;background:var(--brand-primary);color:#fff;border:none;border-radius:var(--border-radius);padding:9px 0;font-size:.85rem;font-weight:600;cursor:pointer;text-align:center;transition:background var(--transition)}.home-products .prod-card .prod-body .btn-prod-inquiry:hover{background:var(--brand-secondary)}@media (max-width:991.98px){.hero-kobelco{min-height:480px}.hero-kobelco .hero-content{padding:60px 16px}}@media (max-width:767.98px){.hero-kobelco{min-height:auto}}