@charset "UTF-8";.hero-centered{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden}.hero-centered ai-img,.hero-centered img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(13,27,42,.82) 0,rgba(27,79,114,.65) 60%,rgba(13,27,42,.45) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:80px 20px;max-width:820px;margin:0 auto}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#aed6f1;background:rgba(27,79,114,.5);border:1px solid rgba(174,214,241,.3);padding:6px 16px;border-radius:20px;margin-bottom:24px}.hero-title{font-size:max(2rem, min(4.5vw, 3.4rem));font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-subtitle{font-size:max(1rem, min(1.8vw, 1.2rem));color:rgba(255,255,255,.88);margin-bottom:36px;line-height:1.65}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.product-showcase-card{background:var(--brand-white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-base);height:100%;display:flex;flex-direction:column}.product-showcase-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.showcase-img-wrap{overflow:hidden;height:240px}.showcase-img-wrap ai-img,.showcase-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-showcase-card:hover .showcase-img-wrap ai-img,.product-showcase-card:hover .showcase-img-wrap img{transform:scale(1.04)}.showcase-body{padding:24px;flex:1;display:flex;flex-direction:column}.showcase-body h3{font-size:1.15rem;font-weight:700;margin-bottom:10px}.showcase-body p{font-size:.9rem;color:var(--brand-text-muted);flex:1;line-height:1.65;margin-bottom:16px}.showcase-link{font-size:.875rem;font-weight:600;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.05em}.showcase-link:hover{color:var(--brand-primary-dark)}.sustainability-section ai-img,.sustainability-section img{width:100%;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.sustainability-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.sustainability-list li{display:flex;align-items:flex-start;gap:16px}.sustain-icon{width:40px;height:40px;background:rgba(27,79,114,.1);border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-primary)}.sustainability-list li>div:last-child{display:flex;flex-direction:column;gap:2px}.sustainability-list li strong{font-size:.95rem;color:var(--brand-text);display:block}.sustainability-list li span{font-size:.875rem;color:var(--brand-text-muted);line-height:1.5}.industry-tile{display:block;position:relative;border-radius:var(--border-radius);overflow:hidden;aspect-ratio:4/3;-webkit-text-decoration:none;text-decoration:none}.industry-tile ai-img,.industry-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.industry-tile:hover ai-img,.industry-tile:hover img{transform:scale(1.06)}.industry-tile::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,27,42,.75) 0,transparent 60%);transition:var(--transition-base)}.industry-tile:hover::after{background:linear-gradient(to top,rgba(27,79,114,.8) 0,rgba(27,79,114,.2) 70%)}.industry-tile span{position:absolute;bottom:0;left:0;right:0;z-index:2;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:12px;text-align:center}@media (max-width:767.98px){.hero-centered{min-height:480px}.hero-content{padding:60px 16px}.hero-actions{flex-direction:column;align-items:center}.hero-actions a{width:100%;max-width:300px;text-align:center}}