@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--blue:#0064ff;--navy:#052553;--ink:#10233f;--muted:#58677a;--line:#dce3ed;--pale:#f2f6fc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;color:var(--ink);background:#fff;font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #ffae00;outline-offset:5px}img{max-width:100%}.wrap{width:min(1280px,90%);margin-inline:auto}.announcement{background:var(--navy);color:#fff;text-align:center;padding:10px 5%;font-size:.875rem}.announcement span{color:#c8d9f7}.header{display:flex;align-items:center;justify-content:space-between;height:106px;border-bottom:1px solid var(--line)}.brand{width:160px;height:85px;display:flex;align-items:center}.brand img{width:160px;height:auto}.header nav{display:flex;align-items:center;gap:36px;font-size:.9375rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:16px 23px;border-radius:7px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.blue{background:var(--blue);color:white}.blue:hover{background:#0050d0}.dark{background:var(--navy);color:white}.small{padding:11px 20px}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:60px;padding-block:64px 70px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:700;margin:0 0 24px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{font-size:clamp(3rem,5vw,4.6rem);line-height:1.08;letter-spacing:-.06em;margin:0 0 26px;font-weight:800}h1 span{color:var(--blue)}.intro{color:var(--muted);max-width:460px;line-height:1.8}.actions{display:flex;align-items:center;gap:26px;margin-top:30px;flex-wrap:wrap}.text-link{font-size:.9375rem;font-weight:600}.text-link span{margin-left:8px}.hero-note{font-size:.875rem;color:var(--muted);margin:26px 0 0}.hero-art{background:var(--blue);border-radius:14px;min-height:465px;padding:28px 32px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:white}.art-top{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.12em}.art-top span:last-child{font-size:1.8rem;line-height:1}.hero-art img{width:245px;height:245px;align-self:center;object-fit:contain}.art-bottom{display:flex;justify-content:space-between;align-items:flex-end}.art-bottom p{font:600 2.25rem/1.15 Manrope,Arial,sans-serif;letter-spacing:-.035em;margin:0}.art-bottom>span{font-size:.75rem;letter-spacing:.15em;text-align:right}.category-band{background:var(--pale);border-block:1px solid #e6ecf5;padding:20px 0}.category-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.category-band span{color:var(--muted);font-size:.875rem}.category-band p{margin:0;font-weight:500}.category-band b{color:#a4b6cf;margin-inline:18px;font-weight:400}.products-section{padding-block:70px 78px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px}.section-heading .eyebrow{color:var(--blue);margin-bottom:8px}h2{font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.045em;line-height:1.25;margin:0}.section-heading>p{color:var(--muted);font-size:.9375rem;margin:0}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.product{min-width:0;display:flex;flex-direction:column}.product-visual{height:195px;background:var(--pale);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid #e6edf7}.product-number{font:800 5rem/1 Manrope,Arial,sans-serif;color:#c4d7f4;letter-spacing:-.08em}.image-caption{font-size:.625rem;letter-spacing:.1em;color:#566c8e;margin-top:16px}.product-visual img{width:100%;height:100%;object-fit:contain;padding:15px}.product-category{font-size:.75rem;color:var(--blue);letter-spacing:.06em;font-weight:700;margin:22px 0 8px}.product h3{font-size:1.0625rem;line-height:1.4;letter-spacing:-.025em;margin:0 0 9px}.product-description{font-size:.875rem;color:var(--muted);margin:0 0 20px}.price{font-weight:600;font-size:.9375rem;margin:auto 0 13px}.product-cta{border-top:1px solid var(--line);padding-block:13px;color:var(--blue);font-weight:600;font-size:.875rem}.product-cta:hover{text-decoration:underline}.contact{background:var(--navy);border-radius:12px;padding:38px 42px;color:white;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}.contact .eyebrow{color:#8cbcff;margin:0 0 12px}.contact h2{font-size:2rem}.contact p:not(.eyebrow){color:#ced9e9;margin-bottom:0}.contact #contact-status{width:100%;margin:0}footer{display:flex;align-items:center;gap:30px;padding-block:36px;margin-top:25px}footer p{color:var(--muted);font-size:.875rem}.footer-brand{font-weight:800;font-size:1.35rem;letter-spacing:-.06em;color:var(--blue)}.footer-brand span{font-size:.7rem;vertical-align:super}footer small{margin-left:auto;color:var(--muted);font-size:.75rem}.skip{position:absolute;left:10px;top:-100px;padding:10px;background:#fff;z-index:5}.skip:focus{top:10px}@media(min-width:1500px){.hero{padding-block:80px}}@media(max-width:1050px){.hero{gap:30px}.hero-art{min-height:430px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.category-band .wrap{flex-direction:column;gap:7px}.contact .button{flex-shrink:0}}@media(max-width:700px){.announcement{font-size:.75rem}.announcement span{display:block}.header{height:90px}.brand,.brand img{width:125px}.header nav{gap:18px;font-size:.875rem}.small{padding:10px 14px}.hero{grid-template-columns:1fr;padding-block:38px;gap:32px}h1{font-size:3.3rem}.hero .eyebrow{font-size:.625rem}.hero-art{min-height:300px;padding:24px}.hero-art img{width:170px;height:170px}.art-bottom p{font-size:1.75rem}.intro{font-size:1rem}.actions{gap:18px}.category-band p{text-align:center;font-size:.875rem}.category-band b{margin-inline:5px}.section-heading{display:block}.section-heading>p{margin-top:16px}.products-section{padding-block:44px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.product-visual{height:160px}.product h3{font-size:1rem}.product-cta{font-size:.8125rem}.contact{padding:28px 24px}.contact h2{font-size:1.7rem}.contact .button{width:100%;font-size:.9375rem}footer{flex-wrap:wrap;gap:10px 20px}footer p{width:100%;order:3;margin:0}footer small{margin-left:auto}}@media(max-width:360px){.header nav>a:first-child{display:none}.product-grid{grid-template-columns:1fr}h1{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}


.category-band{margin-bottom:56px}
@media(max-width:700px){.category-band{margin-bottom:32px}}
