@charset "UTF-8";.hero-hamm{background:linear-gradient(135deg,var(--brand-dark) 0,var(--brand-primary) 100%);color:#fff;padding:72px 0 60px;position:relative}.hero-hamm h1{color:#fff;font-size:max(1.5rem, min(3.2vw, 2.4rem));margin-bottom:14px;line-height:1.15}.hero-hamm .hero-sub{color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.65;max-width:500px;margin-bottom:24px}.hero-hamm .hero-cta-group{display:flex;gap:12px;flex-wrap:wrap}.hero-hamm .hero-img-wrap{text-align:center}.industry-card{position:relative;border-radius:var(--border-radius);overflow:hidden;aspect-ratio:3/2;cursor:default}.industry-card ai-img,.industry-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.industry-card .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,53,23,.85) 0,rgba(26,53,23,.1) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:18px;color:#fff}.industry-card .overlay h4{margin-bottom:4px;font-size:1rem}.industry-card .overlay p{font-size:.8rem;opacity:.85;margin:0}.cta-split{background:var(--brand-primary);color:#fff}.cta-split .cta-left{padding:52px 36px}.cta-split .cta-right{padding:36px;background:var(--brand-dark)}.cta-split h2{color:#fff;font-size:1.7rem;margin-bottom:10px}@media (max-width:767.98px){.hero-hamm{padding:48px 0 40px}}