/* Product pages and visual storytelling layer. */
.visual-strip{display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:54px;align-items:center;padding-top:30px}.visual-strip-copy h2{max-width:430px}.visual-strip-copy>p:not(.eyebrow){max-width:390px}.visual-strip-images{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.visual-strip-images img{width:100%;height:330px;object-fit:cover;border-radius:4px;display:block}.visual-strip-images img+img{height:255px;margin-top:75px}.product-hero{padding:76px 0 40px;display:grid;grid-template-columns:1fr .95fr;gap:60px;align-items:end}.product-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;max-width:720px;margin:18px 0 24px}.product-hero .lede{font-size:19px;line-height:1.65;max-width:590px;color:var(--muted)}.product-hero-media{min-height:390px;background:var(--navy);padding:12px;position:relative}.product-hero-media img{width:100%;height:100%;min-height:365px;object-fit:cover;display:block}.product-meta{display:flex;gap:28px;flex-wrap:wrap;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.product-meta strong{display:block;color:var(--ink);font-size:15px;letter-spacing:0;text-transform:none;margin-top:6px}.product-section{padding:82px 0}.product-section.alt{background:var(--paper)}.product-section h2{font-size:clamp(32px,4vw,54px);line-height:1.02;max-width:680px;margin:12px 0 42px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);padding:28px;min-height:210px}.product-card h3{font-size:20px;margin:24px 0 10px}.product-card p{color:var(--muted);line-height:1.6;margin:0}.product-number{font-size:13px;color:var(--blue);font-weight:700;letter-spacing:.1em}.split-copy{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.split-copy p{color:var(--muted);line-height:1.8;font-size:17px}.visual-panel{background:var(--navy);color:#fff;padding:44px;min-height:310px;display:flex;flex-direction:column;justify-content:space-between}.visual-panel .eyebrow{color:#9ecbff}.visual-panel h3{font-size:32px;max-width:520px;margin:18px 0}.visual-panel p{color:#b7c8d5;max-width:540px;line-height:1.7}.page-header{border-bottom:1px solid var(--line)}.page-header .nav{position:static}.page-footer{margin-top:0}.pill-row{display:flex;gap:10px;flex-wrap:wrap}.pill{border:1px solid var(--line);padding:10px 14px;font-size:13px;color:var(--muted)}@media(max-width:800px){.visual-strip,.product-hero,.split-copy{grid-template-columns:1fr;gap:30px}.visual-strip-images{grid-template-columns:1fr 1fr}.visual-strip-images img,.visual-strip-images img+img{height:220px;margin-top:0}.product-grid{grid-template-columns:1fr}.product-hero{padding-top:44px}.product-hero-media{min-height:260px}.product-hero-media img{min-height:235px}.product-section{padding:56px 0}.product-section h2{margin-bottom:28px}.visual-panel{padding:28px}}

.shell{max-width:1440px;margin:0 auto;padding-left:6vw;padding-right:6vw}.header{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(9,19,31,.08)}.header-cta{padding:12px 19px;background:var(--ink);color:#fff;text-decoration:none;font-weight:700;font-size:13px}.header-cta:hover{background:var(--blue)}.header .brand span{color:var(--blue)}.header .nav a.active{color:var(--ink);font-weight:700}@media(max-width:800px){.header{height:68px;padding:0 20px}.header .nav{gap:16px}.header .nav a{font-size:12px}.header-cta{display:none}}