:root{--navy:#0b2840;--blue:#086cba;--ink:#112c41;--muted:#556778;--line:#dbe3e9;--soft:#f0f5f8}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #ef9d36;outline-offset:4px}.wrap{width:min(1220px,calc(100% - 80px));margin:auto}.topbar{background:var(--navy);color:#d7e5ef;font-size:12px;letter-spacing:1.3px;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar span{letter-spacing:.2px}header{border-bottom:1px solid var(--line);background:#fff}.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800;line-height:1.2;letter-spacing:-.5px}.brand b{color:var(--blue)}.brand small{font-size:10px;letter-spacing:2px;display:block;margin-top:7px}.brandmark{background:var(--blue);color:white;border-radius:50%;font-size:29px;width:43px;height:43px;display:grid;place-items:center}nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}nav a[aria-current]{color:var(--blue)}.button{display:inline-flex;justify-content:center;align-items:center;gap:15px;padding:14px 23px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:3px;font-weight:600;font-size:14px;cursor:pointer}.button:hover{background:#084f86;color:#fff}.button.light{background:white;color:var(--navy);border-color:white}.button.secondary{background:white;color:var(--blue)}.menu{display:none}.hero{background:var(--navy);color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;min-height:620px;gap:32px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;color:var(--blue);margin:0 0 18px}.hero .eyebrow,.cta .eyebrow,.page-banner .eyebrow{color:#8fc9ef}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.6vw,66px);line-height:1.08;letter-spacing:-2px;margin-bottom:25px}h1 em{font-style:normal;color:#83c6f2}h2{font-size:clamp(28px,3vw,41px);line-height:1.18;letter-spacing:-1.2px;margin-bottom:20px}h3{font-size:21px;line-height:1.35;margin-bottom:12px}p{color:var(--muted);margin-bottom:22px}.hero-copy{padding:55px 0}.hero-copy>p:not(.eyebrow){max-width:510px;color:#c4d5e3;font-size:18px}.actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.text-link{color:var(--blue);font-size:14px;font-weight:700}.hero .text-link{color:white}.hero-tags{display:flex;gap:18px;margin-top:39px;padding-top:22px;border-top:1px solid #335066;flex-wrap:wrap;color:#a9c4d9;font-size:12px}.hero-product{margin:0;position:relative;padding:25px 0}.hero-product img{width:100%;height:480px;object-fit:contain;filter:drop-shadow(0 25px 30px #0006)}figcaption{font-size:11px;letter-spacing:1px;display:flex;justify-content:space-between;color:#bfd4e3;gap:12px;padding-top:15px;border-top:1px solid #335066}.strip{background:var(--soft);border-bottom:1px solid var(--line)}.strip .wrap{display:flex;justify-content:space-between;gap:20px;padding-top:23px;padding-bottom:23px;font-size:14px}.strip span{color:var(--muted);font-size:11px;letter-spacing:1px;align-self:center}.space{padding-top:80px;padding-bottom:80px}.section-head{max-width:700px;margin-bottom:35px}.grid{display:grid;gap:25px}.three{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);background:white;transition:box-shadow .2s}.product-card:hover{box-shadow:0 10px 30px #0b284015}.product-card img{width:100%;height:285px;object-fit:contain;background:#eef3f6;padding:24px}.product-card a>div{padding:27px}.product-card p{font-size:15px}.product-card .eyebrow{font-size:11px;margin-bottom:12px}.more{display:inline-block;margin-top:28px}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}.steps article{display:flex;gap:25px;border-bottom:1px solid var(--line);padding:20px 0}.steps article:first-child{padding-top:0}.steps span{color:var(--blue);font-size:15px;font-weight:bold}.steps p{margin-bottom:10px}.line-card{padding:28px 0;border-top:2px solid var(--blue)}.cta{background:var(--navy);padding:48px 50px;margin-bottom:80px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:white}.cta p{color:#c4d5e3}.cta h2{font-size:34px}footer{padding:55px 0 90px;background:#f3f6f8}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-grid p{font-size:14px;margin-top:20px}.footer-grid h3{font-size:15px}.footer-grid>div>a:not(.brand){display:block;font-size:14px;color:var(--muted);padding:5px 0}.legal{border-top:1px solid var(--line);padding-top:25px;margin-top:30px;font-size:12px;color:var(--muted)}.floating{position:fixed;bottom:20px;right:22px;background:var(--blue);color:#fff;padding:13px 20px;border-radius:4px;font-size:14px;box-shadow:0 4px 20px #0002;z-index:4}.page-banner{background:var(--navy);padding:62px 0;color:white}.page-banner h1{font-size:48px;max-width:900px}.page-banner p:not(.eyebrow){max-width:740px;color:#c4d5e3;margin:0}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filters button{border:1px solid var(--line);background:white;padding:9px 18px;cursor:pointer;border-radius:3px;color:var(--ink)}.filters button[aria-pressed=true]{background:var(--navy);color:white}.catalog .product-card img{height:260px}.note{font-size:14px;padding:18px;background:var(--soft);border-left:3px solid var(--blue)}.detail-photo{background:var(--soft);width:100%;height:480px;object-fit:contain;padding:30px}.thumbs{display:flex;gap:12px;margin-top:12px}.thumbs button{width:80px;height:80px;background:white;border:1px solid var(--line);cursor:pointer;padding:4px}.thumbs img{width:100%;height:100%;object-fit:contain}.thumbs button[aria-pressed=true]{border:2px solid var(--blue)}table{width:100%;border-collapse:collapse;margin:25px 0}th,td{padding:15px 12px;text-align:left;border-bottom:1px solid var(--line);font-size:15px}th{font-weight:600;width:42%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:14px;font-weight:600}input,textarea,select{display:block;width:100%;border:1px solid #aebfcb;padding:12px;margin-top:6px;border-radius:3px;background:white;color:var(--ink)}textarea{min-height:130px;resize:vertical}.full{grid-column:1/-1}.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.contact-aside{background:var(--soft);padding:30px}.contact-aside h3{margin-top:25px}.contact-aside h3:first-child{margin-top:0}.status{margin-top:20px;font-size:14px;color:var(--blue)}.prose{max-width:820px}.prose h2{margin-top:45px}.faq details{padding:22px 0;border-bottom:1px solid var(--line)}.faq summary{font-weight:600;cursor:pointer;font-size:19px}.faq details p{margin:16px 0 0}.skip{position:absolute;top:-100px}.skip:focus{top:5px;left:5px;z-index:10;background:white;padding:10px}[hidden]{display:none!important}a:hover .text-link,.text-link:hover{text-decoration:underline}.catalog-note{margin-bottom:35px}.empty-card{padding:30px;background:var(--soft)}@media(max-width:1050px){nav{gap:15px}.wrap{width:calc(100% - 48px)}.brand{font-size:16px}nav .button{padding:12px}.split{gap:40px}}@media(max-width:800px){.menu{display:block;background:white;border:1px solid var(--line);padding:8px 12px;font-size:14px}.header-inner{min-height:80px;flex-wrap:wrap;padding:16px 0}nav{width:100%;display:none;flex-direction:column;align-items:stretch;padding:15px 0}nav.open{display:flex}nav a{padding:7px 0}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{gap:0}.hero-copy{padding:45px 0 20px}h1{font-size:47px}.hero-product img{height:340px}.hero-product{padding-bottom:28px}.three{grid-template-columns:repeat(2,1fr)}.strip .wrap{flex-wrap:wrap;justify-content:flex-start}.strip span{width:100%}.space{padding-top:50px;padding-bottom:50px}.cta{padding:32px;align-items:flex-start;flex-direction:column;margin-bottom:50px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.page-banner h1{font-size:38px}.topbar span{display:none}.hero-tags{margin-top:26px}}@media(max-width:520px){.wrap{width:calc(100% - 36px)}.three,.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.hero h1{font-size:42px}.hero-product img{height:310px}.topbar{font-size:10px}.actions{gap:18px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-tags{gap:10px;font-size:11px}.cta h2{font-size:29px}.product-card img{height:290px}.page-banner{padding:40px 0}.page-banner h1{font-size:35px}.detail-photo{height:360px}figcaption{font-size:10px}.floating{right:14px;bottom:14px;font-size:13px}}
/* Reference-led layout: compact blue banners and predominantly white pages. */
:root{--navy:#073351;--blue:#007bc3;--soft:#f4f8fa;--ink:#152c3a;--muted:#536571}.topbar{display:none}.header-inner{min-height:76px}.brand small{display:none}.brandmark{width:36px;height:36px;font-size:26px}.brand{font-size:18px}.hero{background:linear-gradient(110deg,#06304b 0%,#075383 70%,#1679ac 100%)}.hero-grid{min-height:405px;grid-template-columns:1.15fr 1fr;gap:30px}.hero-copy{padding:38px 0}.hero h1{font-size:clamp(32px,3.1vw,46px);line-height:1.14;letter-spacing:-1px;max-width:600px;margin-bottom:18px}.hero h1 em{color:white}.hero-copy>p:not(.eyebrow){font-size:16px;max-width:510px}.hero .eyebrow{display:none}.hero-product{padding:12px 0}.hero-product img{height:360px;filter:drop-shadow(0 12px 15px #0003)}.hero-product figcaption{display:none}.hero-tags{margin-top:21px;padding-top:16px;color:#e7f4fb;border-color:#ffffff35;font-size:13px}.hero .button{background:#008bd7;border-color:#32a5e4}.hero .text-link{border:1px solid #9fc6df;padding:11px 18px;border-radius:3px}.strip{background:white}.strip .wrap{padding-top:17px;padding-bottom:17px}.space{padding-top:42px;padding-bottom:42px}.section-head{margin-bottom:24px}.section-head .eyebrow{display:none}h2{font-size:29px;letter-spacing:-.6px}h3{font-size:19px}.section-head p{margin-bottom:10px}.product-card{border:0}.product-card img{height:220px;background:#f0f3f5;padding:14px}.product-card a>div{padding:16px 0}.product-card .eyebrow{display:none}.product-card h3{margin-bottom:7px}.product-card p{margin-bottom:12px}.grid{gap:24px}.cta{background:#eff7fc;color:var(--ink);border:1px solid #d9eaf4;padding:30px 35px;margin-bottom:45px}.cta h2{font-size:28px}.cta p{color:var(--muted);margin-bottom:0}.cta .eyebrow{color:var(--blue);margin-bottom:12px}.cta .button{background:var(--blue);color:white;border-color:var(--blue)}.page-banner{padding:27px 0;background:linear-gradient(105deg,#073351,#096496)}.page-banner h1{font-size:34px;margin-bottom:12px;letter-spacing:-.7px}.page-banner h1 br{display:none}.page-banner .eyebrow{display:none}.page-banner p:not(.eyebrow){font-size:15px}.page-banner .wrap{position:relative}.catalog-layout{display:grid;grid-template-columns:210px 1fr;gap:28px}.catalog-layout .filters{flex-direction:column;align-self:start;background:#f1f7fa;gap:0;padding:10px}.catalog-layout .filters button{text-align:left;border:0;background:transparent;border-radius:0;font-size:14px}.catalog-layout .filters button[aria-pressed=true]{background:var(--blue);color:white}.catalog .product-card img{height:205px}.catalog h3{font-size:17px}.catalog p{font-size:14px}.catalog-note{font-size:14px;margin-bottom:22px}.contact-aside{background:#f1f7fb}.detail-photo{background:#f3f5f6;height:390px}.floating{background:#087dba}footer{padding-top:35px;background:#eef5f9}.legal{margin-top:22px}.button{padding:11px 20px}.footer-grid{gap:24px}.line-card{border-top:1px solid #a9cde3}.split{gap:48px}@media(max-width:800px){.header-inner{min-height:68px}.hero-grid{grid-template-columns:1.15fr 1fr;min-height:350px}.hero h1{font-size:33px}.hero-product img{height:290px}.hero-tags{gap:10px;font-size:12px}.hero .actions{gap:12px}.catalog-layout{grid-template-columns:165px 1fr;gap:18px}.catalog.three{grid-template-columns:repeat(2,1fr)}.catalog .product-card img{height:180px}.split{grid-template-columns:1fr}}@media(max-width:580px){.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{padding:30px 0 10px}.hero h1{font-size:34px}.hero-product img{height:240px}.hero-product{padding-bottom:14px}.hero-tags{display:none}.strip{display:none}.catalog-layout{grid-template-columns:1fr}.catalog-layout .filters{flex-direction:row;flex-wrap:wrap}.catalog.three{grid-template-columns:1fr}.catalog .product-card img{height:270px}.page-banner h1{font-size:29px}.space{padding-top:32px;padding-bottom:32px}.cta{padding:25px}.product-card img{height:255px}}
