:root{--ink:#1f2933;--muted:#5f6b7a;--line:#d9e1e8;--soft:#f4f7f9;--brand:#c21f32;--brand-dark:#8e1828;--gold:#d7a948;--navy:#24384f;--white:#fff;--shadow:0 20px 50px #15233124}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;gap:28px;min-height:132px;padding:22px clamp(22px,4.6vw,72px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:18px;min-width:0;display:inline-flex}.brand img{object-fit:contain;width:164px;height:96px}.brand strong,.brand small{display:block}.brand strong{font-size:21px;line-height:1.2}.brand small{color:var(--muted);margin-top:4px;font-size:14px;font-weight:700}nav{color:var(--muted);align-items:center;gap:30px;font-size:16px;font-weight:700;display:flex}nav a:hover{color:var(--brand)}.hero{background:var(--navy);align-items:end;min-height:calc(100vh - 132px);display:grid;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media:after{content:"";background:linear-gradient(90deg,#16222fe6 0%,#16222fad 44%,#16222f40 100%),linear-gradient(#16222f0f,#16222f8a);position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-content{width:min(980px,100% - 40px);color:var(--white);padding:76px 0 92px clamp(20px,5vw,72px);position:relative}.eyebrow{color:var(--gold);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:700}h1,h2,h3,p{overflow-wrap:anywhere}h1{letter-spacing:0;max-width:880px;margin:0;font-size:clamp(40px,6vw,74px);line-height:1.02}.hero-copy{color:#ffffffe0;max-width:720px;margin:24px 0 0;font-size:clamp(16px,2vw,20px)}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border:1px solid #ffffff47;border-radius:6px;justify-content:center;align-items:center;min-height:46px;padding:12px 18px;font-weight:700;display:inline-flex}.button.primary{background:var(--brand);border-color:var(--brand);color:var(--white)}.button.primary:hover{background:var(--brand-dark)}.button.secondary{color:var(--white);background:#ffffff1f}.summary-band{border-bottom:1px solid var(--line);background:var(--white);grid-template-columns:repeat(4,1fr);display:grid}.summary-band div{border-right:1px solid var(--line);min-height:110px;padding:26px clamp(18px,3vw,40px)}.summary-band div:last-child{border-right:0}.summary-band strong{color:var(--brand);font-size:clamp(22px,3vw,34px);line-height:1.1;display:block}.summary-band span{color:var(--muted);margin-top:8px;display:block}.section{padding:clamp(62px,8vw,108px) clamp(20px,5vw,72px)}.section-heading{max-width:860px;margin-bottom:34px}h2{letter-spacing:0;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.12}h3{margin:0 0 10px;font-size:20px;line-height:1.25}.intro-grid{max-width:1120px;color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;font-size:17px;display:grid}.products,.projects{background:var(--soft)}.product-layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch;gap:26px;display:grid}.feature-product,.product-list article,.capability-grid article,.download-card{background:var(--white);border:1px solid var(--line);border-radius:8px}.feature-product{box-shadow:var(--shadow);grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:28px;display:grid;overflow:hidden}.feature-product img{object-fit:contain;background:#f7f9fb;width:100%;height:100%;min-height:360px;padding:18px}.feature-product div{flex-direction:column;justify-content:center;padding:34px;display:flex}.feature-product p,.product-list p,.capability-grid p,.project-copy,.contact-section p{color:var(--muted)}.product-list{gap:16px;display:grid}.product-gallery{grid-template-columns:repeat(3,minmax(260px,1fr));gap:18px;margin-top:28px;display:grid}.product-gallery figure{background:var(--white);border:1px solid var(--line);border-radius:8px;margin:0;overflow:hidden}.product-gallery img{object-fit:contain;background:#f7f9fb;width:100%;height:280px;padding:12px}.product-gallery figcaption{min-height:44px;color:var(--muted);padding:12px 14px;font-size:14px;font-weight:700}.product-list article,.capability-grid article{padding:24px}.capability-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.media-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.media-pair img{object-fit:cover;border-radius:8px;width:100%;height:330px}.projects-grid{grid-template-columns:minmax(310px,.86fr) minmax(0,1.14fr);align-items:center;gap:28px;display:grid}.project-copy{background:var(--white);border-left:5px solid var(--brand);border-radius:0 8px 8px 0;padding:30px}.project-copy ul{margin:0;padding-left:20px}.project-copy li+li{margin-top:12px}.projects-grid img{border:1px solid var(--line);background:var(--white);width:100%;box-shadow:var(--shadow);border-radius:8px}.download-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.download-card{padding:26px}.download-card strong,.download-card span{display:block}.download-card strong{color:var(--brand);font-size:20px}.download-card span{color:var(--muted);margin-top:8px}.contact-section{color:var(--white);background:var(--navy);grid-template-columns:minmax(0,1fr) minmax(300px,440px);gap:34px;padding:clamp(62px,8vw,108px) clamp(20px,5vw,72px);display:grid}.contact-section h2{max-width:760px}.contact-section p{color:#ffffffc7;max-width:700px}address{background:#ffffff14;border:1px solid #ffffff38;border-radius:8px;gap:10px;padding:28px;font-style:normal;display:grid}address strong{font-size:22px}address a{color:var(--white);text-underline-offset:4px;text-decoration:underline}footer{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;gap:16px;padding:26px clamp(20px,5vw,72px);font-size:14px;display:flex}@media (width<=900px){.site-header{flex-direction:column;align-items:flex-start;position:static}nav{flex-wrap:wrap}.summary-band,.intro-grid,.product-layout,.feature-product,.product-gallery,.capability-grid,.media-pair,.projects-grid,.download-row,.contact-section{grid-template-columns:1fr}.summary-band div{border-right:0;border-bottom:1px solid var(--line)}.feature-product img,.media-pair img{aspect-ratio:16/10;height:auto;min-height:0}}@media (width<=560px){.hero{min-height:760px}.hero-content{width:calc(100% - 28px);padding:56px 0 68px 14px}h1{font-size:38px}.brand img{width:120px;height:70px}.brand strong{font-size:16px}.button{width:100%}.section,.contact-section{padding-left:16px;padding-right:16px}footer{flex-direction:column}}
