@charset "UTF-8";
:root{--navy:#112f42;--blue:#136bc7;--lime:#d7ee82;--ink:#183442;--muted:#586b75;--line:#dce3e6;--paper:#f2f5f5;--white:#fff;--radius:7px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}img{max-width:100%;display:block}button{color:inherit}p{line-height:1.7}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(2.6rem,5.6vw,5.8rem);line-height:1.04;margin-bottom:28px}h2{font-size:clamp(2rem,3.6vw,3.8rem);line-height:1.13;margin-bottom:24px}h3{font-size:1.65rem;line-height:1.2}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}main:focus,h1:focus{outline:none}.wrap{max-width:1400px;margin:auto;padding:0 5%}.skip{position:fixed;top:-80px;left:20px;background:white;padding:15px;z-index:100}.skip:focus{top:10px}.preview-bar{background:var(--navy);color:white;padding:10px 5%;font-size:.75rem;letter-spacing:.095em;display:flex;justify-content:space-between;align-items:center;gap:15px}.preview-bar>span{display:flex;align-items:center;gap:9px}.preview-bar i{width:6px;height:6px;background:var(--lime);border-radius:50%;display:block}.preview-bar a{font-size:.8rem;letter-spacing:0;color:var(--lime)}.header{height:110px;max-width:1600px;margin:auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:43px;height:auto}.brand b{font-size:2.05rem;letter-spacing:.035em;line-height:1;display:block;font-weight:700}.brand small{display:block;font-size:.62rem;letter-spacing:.15em;margin-top:5px;font-weight:700}nav{display:flex;align-items:center;gap:36px;font-size:.9rem}nav>a{padding:12px 0}nav>a[aria-current=page]{color:var(--blue)}nav .nav-contact{border:1px solid var(--line);border-radius:4px;padding:15px 19px;display:flex;gap:25px;align-items:center}.menu-toggle{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;display:flex;align-items:center;gap:10px;margin-bottom:25px}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.hero{max-width:1600px;margin:auto;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);min-height:635px}.hero-copy{background:var(--navy);color:white;padding:65px 9% 55px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy .eyebrow{color:var(--lime)}.hero-copy h1{font-size:clamp(3.4rem,5.6vw,5.65rem)}.hero-copy h1 em{font-style:normal;color:var(--lime)}.hero-copy p{color:#d6e0e5;max-width:360px;font-size:1rem;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:50px;padding:15px 21px;border:1px solid transparent;border-radius:4px;font-size:.9rem;font-weight:600;line-height:1.3;transition:background .15s,transform .15s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--lime);color:var(--navy)}.button.blue{background:var(--blue);color:#fff}.button.outline{border-color:var(--line);background:transparent}.button.dark{background:var(--navy);color:white}.button.white{background:white;color:var(--navy)}.hero-visual{position:relative;overflow:hidden;background:#e8eded;min-height:550px}.hero-visual>img{height:100%;width:100%;position:absolute;object-fit:cover;object-position:43% 50%}.photo-label{position:absolute;bottom:28px;left:28px;right:28px;background:rgba(255,255,255,.91);backdrop-filter:blur(8px);padding:19px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.87rem}.photo-label small{display:block;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;color:var(--muted)}.photo-label b{font-size:1rem;font-weight:500}.photo-label>span:last-child{font-size:1.5rem}.trust-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:35px;padding-top:30px;padding-bottom:30px;border-bottom:1px solid var(--line)}.trust-item{display:flex;gap:20px;align-items:center}.trust-item+.trust-item{border-left:1px solid var(--line);padding-left:35px}.trust-item strong{font-size:2rem;font-weight:500;letter-spacing:-.04em}.trust-item span{color:var(--muted);font-size:.86rem;line-height:1.5}.section{padding-top:95px;padding-bottom:95px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:35px}.section-head h2{max-width:600px;margin-bottom:0}.section-head>p{max-width:360px;color:var(--muted);margin:0}.text-link{font-size:.9rem;display:inline-flex;gap:24px;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:9px;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.category-card{background:var(--paper);position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;border-radius:var(--radius);transition:background .2s}.category-card:hover{background:#e5edf0}.category-card .number{position:absolute;left:24px;top:23px;font-size:.75rem;color:var(--muted)}.category-card img{width:100%;height:260px;object-fit:contain;padding:40px 35px 8px;mix-blend-mode:multiply;transition:transform .3s}.category-card:hover img{transform:scale(1.05)}.category-card .card-info{padding:25px;display:flex;justify-content:space-between;gap:15px;align-items:center}.card-info h3{font-size:1.4rem;letter-spacing:-.035em;margin:0 0 6px}.card-info small{color:var(--muted);font-size:.85rem}.circle-arrow{width:37px;height:37px;border:1px solid #bbc9cf;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.category-links{display:flex;gap:25px;flex-wrap:wrap;align-items:center;margin-top:25px;color:var(--muted);font-size:.86rem}.category-links a{text-decoration:underline;text-underline-offset:5px}.company-band{background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:auto}.company-band .image-panel{background:#f0f2f1;position:relative;min-height:520px;overflow:hidden}.image-panel img{height:100%;width:100%;object-fit:cover;position:absolute}.company-copy{padding:70px 12%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.company-copy .eyebrow{color:var(--lime)}.company-copy p{color:#c6d5dd}.company-copy .text-link{border-color:#78909e;margin-top:12px}.location-strip{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:50px}.location-strip .intro p{color:var(--muted)}.office-small{border-top:1px solid var(--line);padding-top:20px}.office-small .city{font-size:1.9rem;display:block;margin:22px 0 8px;letter-spacing:-.04em}.office-small small{color:var(--muted);line-height:1.5}.office-small a{font-size:.9rem;display:block;margin-top:22px}.footer{background:#0c2535;color:#fff;padding:55px 5% 22px}.footer-top{max-width:1260px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:45px;align-items:start;padding-bottom:45px}.footer-top>p{font-size:1.15rem;color:#c2d2dc;letter-spacing:-.02em}.footer-top>div{display:flex;flex-direction:column;gap:17px;font-size:.9rem;justify-self:end}.inverse img{filter:brightness(0) invert(1);opacity:.8}.footer-bottom{max-width:1260px;margin:auto;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #38505e;padding-top:23px;font-size:.75rem;color:#bacbd5;line-height:1.5}.footer-bottom a{text-decoration:underline;text-underline-offset:4px}.page-intro{background:var(--paper);padding:55px 0 45px;border-top:1px solid var(--line)}.page-intro .wrap>p{color:var(--muted);max-width:620px;font-size:1.06rem;margin-bottom:0}.page-intro h1{font-size:clamp(2.9rem,5vw,4.6rem);margin-bottom:23px}.breadcrumbs{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.78rem;margin-bottom:33px;flex-wrap:wrap}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.catalog-layout{display:grid;grid-template-columns:225px 1fr;gap:45px;padding-top:48px;padding-bottom:80px}.catalog-aside>h2{font-size:.72rem;font-weight:700;letter-spacing:.14em;margin:7px 0 19px}.filters{display:flex;flex-direction:column;align-items:stretch;gap:5px}.filter{background:none;border:none;text-align:left;padding:13px 15px;border-radius:4px;font-size:.91rem;display:flex;justify-content:space-between;gap:10px}.filter span{color:var(--muted);font-size:.8rem}.filter:hover{background:var(--paper)}.filter.active{background:var(--navy);color:#fff}.filter.active span{color:#d7e4eb}.download-tile{margin-top:35px;padding:22px;background:var(--paper);border-radius:5px}.download-tile h3{font-size:1.22rem;letter-spacing:-.03em;margin:15px 0 10px}.download-tile p{font-size:.83rem;color:var(--muted)}.download-tile a{font-size:.8rem;text-decoration:underline;text-underline-offset:5px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}.catalog-toolbar p{color:var(--muted);font-size:.82rem;margin:0}.search-wrap{position:relative;max-width:340px;flex:1}.search-wrap span{position:absolute;left:14px;top:13px;font-size:1.1rem}.search-wrap input{width:100%;border:1px solid var(--line);border-radius:4px;background:#fff;padding:13px 12px 13px 40px;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:0 10px 28px #17364712}.product-card .product-photo{position:relative;display:block;background:var(--paper);height:245px;padding:25px}.product-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-card:hover img{transform:scale(1.04)}.product-body{padding:24px;display:flex;flex-direction:column;flex:1}.product-body .tag{font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:12px}.product-body h3{font-size:1.5rem;margin-bottom:12px}.product-body p{font-size:.87rem;color:var(--muted);margin-bottom:24px}.product-body .text-link{margin-top:auto;align-self:flex-start}.catalog-footnote{font-size:.8rem;color:var(--muted);padding:25px 0 0;line-height:1.7}.empty{grid-column:1/-1;padding:60px 20px;text-align:center;background:var(--paper)}.empty h3{font-size:1.5rem}.detail{padding-top:30px;padding-bottom:70px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.detail-image{min-height:520px;background:var(--paper);border-radius:6px;display:flex;flex-direction:column;padding:45px;justify-content:center;align-items:center}.detail-image img{max-height:400px;width:100%;object-fit:contain;mix-blend-mode:multiply}.detail-image p{font-size:.76rem;color:var(--muted);margin:25px 0 0;text-align:center}.detail-info{padding-top:17px}.detail-info h1{font-size:clamp(2.4rem,4.3vw,4.5rem);line-height:1.08}.detail-info>p{color:var(--muted);font-size:1.04rem}.feature-list{padding:0;list-style:none;margin:30px 0}.feature-list li{border-top:1px solid var(--line);padding:13px 0;display:flex;gap:13px;font-size:.91rem;line-height:1.5}.feature-list li:before{content:"✓";color:var(--blue)}.actions{display:flex;flex-wrap:wrap;gap:12px}.detail-more{margin-top:55px;display:grid;grid-template-columns:.8fr 1.5fr;gap:70px;border-top:1px solid var(--line);padding-top:40px}.detail-more h2{font-size:2rem}.detail-more p{color:var(--muted)}.spec-list{margin:0}.spec-list>div{display:flex;gap:20px;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-size:.9rem}.spec-list dt{color:var(--muted)}.spec-list dd{text-align:right;margin:0}.related{background:var(--paper);padding:55px 5%;display:flex;justify-content:space-between;align-items:center;gap:30px}.related h2{font-size:2rem;margin-bottom:10px}.related p{margin:0;color:var(--muted)}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-intro img{border-radius:6px}.about-intro p{color:var(--muted)}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:65px}.principles article{border-top:1px solid var(--line);padding-top:22px}.principles .num{font-size:.75rem;color:var(--muted);margin-bottom:25px;display:block}.principles h3{font-size:1.5rem}.principles p{color:var(--muted);font-size:.95rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.office-card{background:var(--paper);padding:40px;border-radius:6px;display:flex;flex-direction:column}.office-card h2{font-size:2.8rem;margin:23px 0 8px}.office-card h3{font-size:1.1rem;letter-spacing:0;margin-bottom:25px}.office-card address{font-style:normal;line-height:1.7;color:var(--muted);margin-bottom:25px}.office-card .actions{margin-top:auto}.manufacturing{margin-top:35px;border-top:1px solid var(--line);padding-top:35px;display:grid;grid-template-columns:1fr 2fr;gap:35px}.manufacturing h3{font-size:1.4rem}.manufacturing p{color:var(--muted);margin-bottom:6px}.editor-top{padding:38px 5%;background:var(--navy);color:#fff}.editor-top .eyebrow{color:var(--lime);margin-bottom:14px}.editor-top h1{font-size:2.7rem;margin-bottom:15px}.editor-top p{margin:0;color:#d0dde5;max-width:760px;font-size:.93rem}.editor-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:36px;padding-top:35px;padding-bottom:65px}.editor-list{display:flex;flex-direction:column;gap:8px}.editor-list>button{background:var(--paper);border:1px solid transparent;border-radius:4px;text-align:left;padding:15px;font-size:.86rem;line-height:1.5}.editor-list>button.active{border-color:var(--blue);background:#edf5ff}.editor-list>button.add-product{background:var(--navy);color:white;margin-bottom:12px}.editor-list .help{font-size:.79rem;color:var(--muted);margin-top:20px;line-height:1.7}.editor-form-area{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.editor-form{min-width:0}.editor-form h2{font-size:1.65rem;margin-bottom:10px}.editor-form .subtext{color:var(--muted);font-size:.85rem;margin-bottom:25px}.field{display:block;margin-bottom:22px}.field>span{font-size:.85rem;font-weight:600;display:block;margin-bottom:9px}.field input:not([type=file]),.field textarea,.field select{width:100%;border:1px solid #c7d2d8;border-radius:4px;padding:12px;background:white;color:var(--ink);font-size:.95rem}.field textarea{resize:vertical;line-height:1.5;min-height:130px}.field input[type=file]{width:100%;font-size:.8rem;border:1px dashed #bccbd2;padding:12px;border-radius:4px}.field small{display:block;color:var(--muted);font-size:.76rem;line-height:1.6;margin-top:7px}.editor-preview{position:sticky;top:25px}.editor-preview>.eyebrow{margin-bottom:15px}.editor-preview .product-photo{height:210px}.editor-note{font-size:.76rem;color:var(--muted);line-height:1.7;margin-top:16px}.editor-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.editor-actions .button{font-size:.8rem;gap:10px;padding:12px 15px}.form-status{font-size:.85rem;line-height:1.6;min-height:25px;margin-top:15px;color:#195b3f}.reset-demo{margin-top:25px;background:none;border:0;padding:0;color:var(--muted);text-decoration:underline;text-underline-offset:4px;font-size:.8rem}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);padding:16px 23px;background:var(--navy);color:#fff;border:1px solid #6d8c9e;border-radius:5px;box-shadow:0 8px 30px #112f4233;max-width:90%;font-size:.9rem;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:100}.toast.visible{opacity:1;transform:translate(-50%,0)}.badge{display:inline-block;background:#e4eef4;color:var(--navy);border-radius:30px;padding:7px 12px;font-size:.73rem}.intro-actions{margin-top:28px}.source-note{font-size:.78rem;line-height:1.7;color:var(--muted);margin-top:24px}.source-note a{text-decoration:underline}.catalog-intro{display:flex;align-items:end;justify-content:space-between;gap:30px}.catalog-intro .button{flex-shrink:0}.load-error{padding:20px;background:#fff0e8;color:#733800}.fade-in{animation:enter .35s ease-out}@keyframes enter{from{opacity:.5;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-copy{padding-left:80px}.hero{border-radius:6px;overflow:hidden}.company-band{border-radius:6px;overflow:hidden}}
@media(max-width:1050px){nav{gap:22px}.hero-copy{padding:50px 9%}.hero{min-height:530px}.hero-visual{min-height:500px}.hero-copy h1{font-size:4.1rem}.trust-strip{gap:15px}.trust-item{gap:12px}.trust-item+.trust-item{padding-left:20px}.category-card img{height:230px;padding:35px 20px 10px}.category-card .card-info{padding:20px}.card-info h3{font-size:1.2rem}.company-copy{padding:50px 10%}.location-strip{gap:25px}.catalog-layout{gap:25px;grid-template-columns:190px 1fr}.product-photo{height:220px}.detail-grid{gap:35px}.detail-image{min-height:450px;padding:28px}.editor-layout{grid-template-columns:180px 1fr;gap:25px}.editor-form-area{gap:20px}.editor-preview .product-body{padding:20px}.footer-top{gap:30px}}
@media(max-width:760px){.preview-bar{padding:10px 5%;font-size:.61rem;letter-spacing:.07em}.preview-bar a{font-size:.71rem}.header{height:88px;position:relative}.brand b{font-size:1.75rem}.brand small{font-size:.53rem}.brand img{width:36px}.menu-toggle{display:flex;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);padding:10px 13px;border-radius:4px;font-size:.83rem}nav{display:none;position:absolute;top:80px;left:5%;right:5%;padding:20px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 35px #18344215;z-index:20;align-items:stretch;gap:6px;border-radius:5px}nav.open{display:flex;flex-direction:column}nav>a{padding:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 7% 48px}.hero-copy h1{font-size:clamp(3.35rem,10.5vw,5rem);max-width:550px;margin-bottom:23px}.hero-copy p{max-width:440px}.hero-visual{min-height:340px}.hero-visual>img{object-position:center 58%;object-fit:cover}.photo-label{left:20px;right:20px;bottom:20px;padding:15px 18px}.trust-strip{grid-template-columns:1fr;padding-top:25px;padding-bottom:25px;gap:18px}.trust-item{gap:20px}.trust-item strong{width:90px;flex-shrink:0;font-size:1.75rem}.trust-item+.trust-item{border-left:0;padding-left:0}.trust-item span br{display:none}.section{padding-top:60px;padding-bottom:60px}.section-head{align-items:flex-start;flex-direction:column;gap:22px}.section-head h2{max-width:430px}.section-head>p{max-width:none}.category-grid{grid-template-columns:1fr;gap:17px}.category-card{display:grid;grid-template-columns:42% 58%;min-height:170px;align-items:center}.category-card img{height:170px;padding:25px 15px}.category-card .number{top:15px;left:15px;font-size:.66rem}.category-card .card-info{padding:20px}.card-info h3{font-size:1.3rem}.card-info small{font-size:.78rem}.category-links{gap:20px;font-size:.8rem}.company-band{grid-template-columns:1fr}.company-band .image-panel{min-height:340px}.company-copy{padding:45px 7%}.company-copy h2{font-size:2.65rem}.location-strip{grid-template-columns:1fr 1fr;gap:30px}.location-strip .intro{grid-column:1/-1}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-top>p{font-size:1rem;margin:0}.footer-top>div{grid-column:1/-1;justify-self:start;flex-direction:row;flex-wrap:wrap;gap:23px;font-size:.8rem}.footer-bottom{flex-direction:column;gap:12px;font-size:.7rem}.page-intro{padding:35px 0}.page-intro h1{font-size:3rem}.catalog-intro{flex-direction:column;align-items:flex-start;gap:22px}.catalog-layout{grid-template-columns:1fr;padding-top:30px;gap:25px}.catalog-aside>h2{display:none}.filters{flex-direction:row;overflow:auto;padding:3px 3px 12px;gap:5px}.filter{white-space:nowrap;gap:10px;border:1px solid var(--line);font-size:.8rem;padding:11px 12px}.download-tile{display:none}.catalog-toolbar{align-items:flex-start;flex-direction:column}.search-wrap{width:100%;max-width:none}.product-grid{gap:16px}.product-card .product-photo{height:190px;padding:18px}.product-body{padding:18px}.product-body h3{font-size:1.23rem;letter-spacing:-.025em}.product-body p{font-size:.81rem;margin-bottom:20px}.product-body .text-link{font-size:.8rem;gap:12px}.product-body .tag{font-size:.6rem;line-height:1.4}.detail-grid{grid-template-columns:1fr;gap:20px}.detail-image{min-height:330px;padding:25px}.detail-image img{max-height:290px;max-width:400px}.detail-info h1{font-size:3rem}.detail-more{grid-template-columns:1fr;gap:15px;margin-top:35px;padding-top:30px}.related{flex-direction:column;align-items:flex-start;padding:40px 5%}.about-intro{grid-template-columns:1fr;gap:35px}.principles{grid-template-columns:1fr;gap:22px;margin-top:35px}.principles .num{margin-bottom:15px}.contact-grid{grid-template-columns:1fr;gap:22px}.office-card{padding:30px}.manufacturing{grid-template-columns:1fr;gap:5px}.editor-top h1{font-size:2.1rem}.editor-top p{font-size:.85rem}.editor-layout{grid-template-columns:1fr}.editor-list{flex-direction:row;flex-wrap:wrap;gap:7px}.editor-list>button{font-size:.78rem;padding:9px 11px}.editor-list>button.add-product{margin:0}.editor-list .help{display:none}.editor-form-area{grid-template-columns:1fr;gap:40px}.editor-preview{position:static;max-width:450px}.editor-actions .button{min-height:48px}.breadcrumbs{font-size:.75rem;gap:9px}.section-head .text-link{white-space:normal}.catalog-footnote{font-size:.75rem}}
@media(max-width:390px){.preview-bar>span{font-size:.56rem;gap:5px}.preview-bar a{font-size:.66rem}.hero-copy h1{font-size:3.25rem}.product-grid{grid-template-columns:1fr}.category-card .card-info{padding:15px}.circle-arrow{width:30px;height:30px}.location-strip{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto}.photo-label b{font-size:.88rem}.photo-label small{font-size:.58rem}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* A compact, readable type scale across customer pages and the editing demo. */
body{font-size:1.0625rem}
h1,.hero-copy h1,.page-intro h1,.detail-info h1{font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.12}
h2,.company-copy h2{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.18}
h3,.card-info h3,.product-body h3,.principles h3{font-size:1.5rem;line-height:1.28}
.hero-copy p,.product-body p,.principles p,.editor-top p,.download-tile p,.page-intro .wrap>p,.detail-info>p{font-size:1.0625rem;line-height:1.65}
.button,.editor-actions .button,.text-link,.product-body .text-link,nav,.menu-toggle,.search-wrap input,.filter,.editor-list>button,.field>span,.field input:not([type=file]),.field textarea,.field select,.field input[type=file],.form-status,.office-small a,.category-links,.footer-top>div,.spec-list>div{font-size:1rem;line-height:1.5}
.preview-bar,.preview-bar a,.eyebrow,.photo-label small,.category-card .number,.product-body .tag,.breadcrumbs,.catalog-aside>h2,.catalog-toolbar p,.catalog-footnote,.editor-form .subtext,.editor-list .help,.field small,.editor-note,.badge,.source-note,.detail-image p,.reset-demo,.footer-bottom,.principles .num,.download-tile a,.filter span,.office-small small,.card-info small{font-size:.875rem;line-height:1.5}
.eyebrow,.product-body .tag,.category-card .number{letter-spacing:.075em}
.brand small{font-size:.75rem;letter-spacing:.09em}
.trust-item span{font-size:1rem;line-height:1.5}
.photo-label b{font-size:1.0625rem;line-height:1.4}
.trust-item strong{font-size:1.8rem;line-height:1.2}
.preview-bar{flex-wrap:wrap;letter-spacing:.045em}
.category-card .number{right:20px}
.hero-copy p{max-width:410px}
.hero{min-height:575px}.hero-visual{min-height:520px}
.filter,.menu-toggle,.editor-list>button{min-height:46px}
.catalog-layout>*,.editor-layout>*,.editor-form-area>*,.detail-grid>*,.company-band>*,.trust-item,.trust-item span{min-width:0}
.text-link{white-space:normal}
.office-small a,.office-card address,.spec-list dd{overflow-wrap:anywhere}
.spec-list dd{max-width:65%}
@media(max-width:1050px){nav{gap:19px}.header{gap:20px}.brand{gap:9px}.hero-copy{padding:48px 8%}.trust-strip{gap:20px}.trust-item{flex-wrap:wrap;gap:10px}.category-card img{padding-top:65px}.catalog-layout{grid-template-columns:205px minmax(0,1fr)}.editor-form-area{grid-template-columns:1fr}.editor-preview{position:static;max-width:500px}.download-tile{padding:18px}}
@media(min-width:761px) and (max-width:1000px){.header{height:auto;min-height:105px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}nav{flex:1;justify-content:flex-end;flex-wrap:wrap}nav .nav-contact{padding:10px 14px;gap:10px}.brand b{font-size:1.8rem}}
@media(max-width:760px){
 .preview-bar{gap:6px 15px;padding-top:10px;padding-bottom:10px}.preview-bar>span,.preview-bar a{font-size:.875rem}
 .header{height:92px}.brand small{font-size:.6875rem}.brand img{width:33px}.brand b{font-size:1.65rem}nav{top:84px}
 h1,.hero-copy h1,.page-intro h1,.detail-info h1{font-size:clamp(2.25rem,7vw,3rem);line-height:1.15}
 h2,.company-copy h2{font-size:2rem}.editor-top h1{font-size:2.1rem}
 .hero-copy{padding:40px 7%}.hero-visual{min-height:335px}.hero-copy p{font-size:1.0625rem}
 .trust-item{flex-wrap:nowrap;gap:24px}.trust-item strong{width:110px;font-size:1.6rem}
 .category-card img{padding-top:42px}.category-card .number{font-size:.875rem}.category-card .card-info{padding:22px}
 .card-info h3,.product-body h3{font-size:1.5rem}.card-info small{font-size:.875rem}
 .catalog-layout{grid-template-columns:minmax(0,1fr)}.filters{flex-wrap:wrap;overflow:visible;padding:0;gap:8px}.filter{white-space:normal;justify-content:flex-start;gap:12px}
 .catalog-toolbar{gap:18px}.product-card .product-photo{height:240px}.product-body{padding:24px}.product-body p{font-size:1.0625rem}.product-body .tag{font-size:.875rem}
 .button{max-width:100%;gap:15px}.editor-actions .button{font-size:1rem}.photo-label{left:18px;right:18px;padding:16px}.photo-label small{font-size:.875rem}.photo-label b{font-size:1.0625rem}
 .footer-top{gap:28px}.footer-bottom{font-size:.875rem}.breadcrumbs{font-size:.875rem}.editor-list>button{font-size:1rem;padding:12px}.field input:not([type=file]),.field textarea,.field select{font-size:1rem}
 .spec-list>div{align-items:flex-start;gap:15px}.office-card{padding:27px}.office-card h2{font-size:2.4rem}.office-card .eyebrow{font-size:.875rem;letter-spacing:.045em}
}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.category-card{display:flex;min-height:0}.category-card img{height:245px;padding:45px 30px 5px}.category-card .card-info{width:100%;padding:20px 24px 25px}.location-strip,.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto;flex-direction:column;gap:20px}.footer-top>p{font-size:1.0625rem}.office-small .city{margin-top:15px}.photo-label>span:last-child{flex-shrink:0}.detail-image{min-height:310px}.editor-top .eyebrow{align-items:flex-start}.editor-top .eyebrow:before{flex-shrink:0;margin-top:10px}}

/* Second readability pass: supporting text 16px, reading text 18px. */
body{font-size:1.125rem}
.hero-copy p,.product-body p,.principles p,.editor-top p,.download-tile p,.page-intro .wrap>p,.detail-info>p,.footer-top>p{font-size:1.125rem}
.button,.editor-actions .button,.text-link,.product-body .text-link,nav,.menu-toggle,.search-wrap input,.filter,.editor-list>button,.field>span,.field input:not([type=file]),.field textarea,.field select,.field input[type=file],.form-status,.office-small a,.category-links,.footer-top>div,.spec-list>div,.trust-item span{font-size:1.0625rem}
.preview-bar,.preview-bar>span,.preview-bar a,.eyebrow,.photo-label small,.category-card .number,.product-body .tag,.breadcrumbs,.catalog-aside>h2,.catalog-toolbar p,.catalog-footnote,.editor-form .subtext,.editor-list .help,.field small,.editor-note,.badge,.source-note,.detail-image p,.reset-demo,.footer-bottom,.principles .num,.download-tile a,.filter span,.office-small small,.card-info small,.office-card .eyebrow{font-size:1rem;line-height:1.5}
.brand small{font-size:.8125rem;letter-spacing:.06em}
.photo-label b{font-size:1.125rem}
.eyebrow,.category-card .number,.product-body .tag{letter-spacing:.045em}
.category-card .number{right:18px}

@media(max-width:1000px){.header{gap:15px}nav{gap:17px}.category-card img{padding-top:80px}}
@media(max-width:760px){.header{gap:12px}.brand{gap:8px}.brand small{font-size:.8125rem}.brand img{width:31px}.menu-toggle{gap:10px;padding:10px}.category-card img{padding-top:65px}.office-card .eyebrow{align-items:flex-start}.office-card .eyebrow:before{flex-shrink:0;margin-top:11px}.photo-label small{letter-spacing:.035em}}
@media(max-width:600px){.category-card img{padding-top:55px}.category-card .number{left:20px;right:20px}.preview-bar{padding-left:5%;padding-right:5%}.trust-item{gap:18px}}

/* An uninterrupted photographic reel, operated directly by hand. */
.contact-focused{grid-template-columns:minmax(0,760px)}
@media(min-width:601px){.location-strip{row-gap:0}.location-strip .intro{grid-row:span 4}.office-small{display:grid;grid-template-rows:subgrid;grid-row:span 4;row-gap:0}.office-small>a{align-self:start}.office-small .city{align-self:start}}
@media(min-width:601px) and (max-width:760px){.location-strip .intro{grid-row:auto;margin-bottom:30px}}
.featured-block{padding-top:64px;overflow:hidden}
.featured-carousel{position:relative;width:100%;height:calc(var(--photo-width,70vw) * .5915);overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none;background:#f2f5f5}
.reel-photo{position:absolute;left:0;top:0;width:var(--photo-width,70%);height:100%;display:flex;align-items:center;justify-content:center;background:#fff;cursor:inherit;will-change:transform}
.reel-photo img{width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none}
.featured-carousel.is-held{cursor:grabbing}
.reel-photo:focus-visible{outline-offset:-7px}

/* The original photograph floats behind the story at its natural ratio. */
.about-intro{display:block;position:relative;isolation:isolate;min-height:580px;padding:65px 0;overflow:hidden}
.about-intro>div{position:relative;z-index:2;max-width:59%;padding:10px 24px 10px 0}
.about-intro>img{position:absolute;z-index:0;width:78%;max-width:none;height:auto;right:-9%;top:50%;transform:translateY(-50%);border-radius:0}
.about-intro:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.2) 70%,transparent 90%);pointer-events:none}
.about-intro p{color:var(--ink)}
@media(max-width:760px){.featured-block{padding-top:40px}.about-intro{min-height:0;padding:0 0 45vw}.about-intro>div{max-width:100%;padding:0}.about-intro>img{width:100%;right:0;top:auto;bottom:0;transform:none}.about-intro:after{background:linear-gradient(180deg,#fff 25%,rgba(255,255,255,.98) 42%,rgba(255,255,255,.83) 60%,rgba(255,255,255,.05) 90%)} }

/* Original Koo wordmark: Roboto Bold, blue and gray, with the unchanged logo. */
@font-face{font-family:Koo Roboto;src:url('assets/roboto-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
.brand{gap:12px;min-width:0}
.brand img{width:43px;height:auto;filter:none;opacity:1}
.brand-wordmark{font-family:Koo Roboto,Roboto,Arial,sans-serif;font-weight:700;font-size:25px;line-height:1.15;letter-spacing:normal;white-space:nowrap}
.brand-primary{color:#0216cf}.brand-secondary{color:#868686}
.footer{background:#f2f5f5;color:var(--ink)}
.footer-top{grid-template-columns:1.25fr 1fr .8fr}
.footer-top>p,.footer-bottom{color:var(--muted)}
.footer-bottom{border-top-color:var(--line)}
.regional-contact{padding-top:40px;padding-bottom:60px}
.regional-contact .office-card{max-width:820px}
.regional-contact .office-card h1{margin:8px 0 15px}
.regional-contact .office-card h2{font-size:1.4rem;letter-spacing:0;margin:0 0 25px}
@media(max-width:1100px){.header{height:auto;min-height:110px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.header nav{flex-wrap:wrap;justify-content:flex-end}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div{grid-column:1/-1;justify-self:start;flex-direction:row;flex-wrap:wrap}}
@media(max-width:760px){.header{height:92px;min-height:92px;padding-top:0;padding-bottom:0;flex-wrap:nowrap}.brand img{width:34px}.brand-wordmark{font-size:21px;white-space:normal;display:flex;flex-direction:column}.header nav{justify-content:start}.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto}.footer .brand-wordmark{font-size:25px}.footer .brand img{width:43px}.regional-contact{padding-top:28px}.regional-contact .office-card{padding:27px}}
@media(max-width:360px){.header .brand{gap:8px}.header .brand-wordmark{font-size:19px}.header .brand img{width:30px}}
