:root{--ink:#111;--paper:#f7f7f5;--red:#d50c19;--line:#c9c9c5;--muted:#565656}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-apex),sans-serif;font-size:18px;font-weight:500;line-height:1.25;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell main{flex:1 1}a{color:inherit;text-decoration:none}p{margin:0}h1,h2,h3{margin:0;line-height:.92;text-wrap:balance;font-weight:800;letter-spacing:.015em}h1{font-size:clamp(3.6rem,6.2vw,7.1rem)}h1,h2{text-transform:uppercase}h2{font-size:clamp(2.4rem,4vw,4.3rem)}h3{font-size:1.75rem;text-transform:uppercase}.header{height:69px;display:flex;align-items:center;padding:0 2.7vw;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:-webkit-sticky;position:sticky;top:0;z-index:10}.wordmark{font-size:2rem;font-weight:800;letter-spacing:.18em;white-space:nowrap}.nav{margin-left:auto;display:flex;align-items:center;gap:3.2vw;font-size:1.15rem}.footer a:hover,.nav>a:not(.button):hover{text-decoration:underline;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red);text-underline-offset:5px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:45px;padding:0 22px;background:var(--red);border:1px solid var(--red);color:white;text-transform:uppercase;font-weight:700;font-size:.95rem;letter-spacing:.09em;transition:background .2s,color .2s,transform .2s}.button:hover{background:#ab0711;border-color:#ab0711}.button:active{transform:scale(.98)}.button-outline{background:transparent;color:var(--red)}.button-outline:hover{color:white}.button-quiet{background:transparent;color:var(--ink);border-color:var(--ink)}.button-quiet:hover{color:white;background:var(--ink);border-color:var(--ink)}.button-light{background:white;color:var(--red);border-color:white}.button-light:hover{background:transparent;color:white}.menu{display:none;background:none;border:0;font:inherit;text-transform:uppercase}.hero{min-height:417px;display:grid;grid-template-columns:46% 54%;background:white;border-bottom:1px solid var(--line)}.hero-copy{padding:44px 3vw 32px 2.7vw;align-self:center;position:relative;z-index:1}.eyebrow{font-size:1rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:20px}.hero h1{font-size:clamp(3.8rem,5vw,6.25rem)}.intro{font-size:1.25rem;line-height:1.25;max-width:540px;margin-top:22px}.actions{display:flex;gap:22px;margin-top:26px;flex-wrap:wrap}.hero-media{overflow:hidden;min-height:417px}.hero-media img,.hero-media picture{display:block;width:100%;height:100%}.hero-media img{object-fit:cover;object-position:center}.ledger{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#fff}.ledger>div{min-height:112px;border-right:1px solid var(--line);padding:23px 18px 16px 8.3vw;position:relative;display:grid;grid-gap:1px;gap:1px}.ledger>div:last-child{border:0}.ledger i{font-style:normal;color:var(--red);font-size:2rem;position:absolute;left:2.7vw;top:28px}.ledger b{text-transform:uppercase;font-size:1.05rem;letter-spacing:.05em}.ledger span{font-size:1rem;line-height:1.1}.section{padding:52px 2.7vw;border-bottom:1px solid var(--line);background:var(--paper)}.products-preview{padding-bottom:20px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px}.category{min-height:230px;border:1px solid var(--line);padding:18px;display:flex;flex-direction:column;background:#fafafa;transition:transform .2s,box-shadow .2s}.category:hover{transform:translateY(-4px);box-shadow:7px 7px 0 var(--red)}.category h3{font-size:1.7rem;max-width:150px}.category span{display:block;width:25px;border-top:2px solid var(--red);margin:14px 0}.category p{max-width:180px;font-size:1.1rem;line-height:1.1}.category b{margin-top:auto;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.category em{color:var(--red);font-style:normal;float:right;font-size:1.4rem}.documentation{display:grid;grid-template-columns:1.2fr .9fr .6fr;align-items:end;grid-gap:30px;gap:30px;background:white}.documentation h2{font-size:3rem}.documentation>p{font-size:1.15rem;max-width:380px}.text-link{text-transform:uppercase;font-weight:700;letter-spacing:.06em;font-size:.95rem;border-bottom:1px solid var(--ink);padding-bottom:7px;justify-self:start}.text-link span{color:var(--red);margin-left:25px;font-size:1.5rem}.process{background:#f0f0ed}.process ol{list-style:none;margin:26px 0;padding:0;border:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);background:white}.process li{padding:21px;display:flex;gap:18px;border-right:1px solid var(--line)}.process li:last-child{border:0}.process li>b,.step>b{font-size:2.4rem;color:var(--red);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.process strong{display:block;text-transform:uppercase;font-size:1.15rem;letter-spacing:.06em}.process span{display:block;line-height:1.1;margin-top:5px}.faq-section{max-width:none}.faq-section>h2{margin-bottom:26px}.faq-list{border-top:1px solid var(--line);max-width:900px}.faq{border-bottom:1px solid var(--line)}.faq button{background:none;border:0;cursor:pointer;font:inherit;font-size:1.45rem;font-weight:700;text-align:left;width:100%;padding:21px 0;display:flex;justify-content:space-between;gap:30px}.answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.answer>p{overflow:hidden;line-height:1.25;max-width:700px}.answer-open{grid-template-rows:1fr;padding-bottom:22px}.page-hero{display:grid;grid-template-columns:1fr 1fr;min-height:450px;background:white;border-bottom:1px solid var(--line)}.page-hero>div{padding:65px 7vw 50px 6vw;align-self:center}.page-hero .intro{margin-bottom:24px}.page-hero img,.page-hero picture{width:100%;height:100%;display:block;object-fit:cover}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}.check-list{padding:0;margin:0;list-style:none;border-top:1px solid var(--line)}.check-list li{padding:15px 0;border-bottom:1px solid var(--line);font-size:1.4rem}.check-list li:before{content:"→";color:var(--red);margin-right:14px}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border:1px solid var(--line);background:white}.step{padding:22px;min-height:205px;border-right:1px solid var(--line)}.step:last-child{border:0}.step h3{font-size:1.55rem;margin:20px 0 8px}.step p{line-height:1.15}.cta-band{background:var(--red);color:white;padding:58px 2.7vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{max-width:700px}.title-section{padding:72px 8vw 65px;background:white;border-bottom:1px solid var(--line)}.title-section h1{max-width:850px}.title-section>p:last-child{font-size:1.3rem;line-height:1.2;max-width:560px;margin-top:24px}.product-list{background:white}.product-list article{display:grid;grid-template-columns:90px 1.1fr 2fr 190px;grid-gap:20px;gap:20px;align-items:center;padding:28px 5vw;border-bottom:1px solid var(--line)}.product-list span{font-weight:700;color:var(--red);font-size:1.3rem}.product-list h2{font-size:2.2rem}.product-list p{font-size:1.25rem;line-height:1.2}.product-list a{font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.product-list a b{color:var(--red);margin-left:10px}.quality-flow{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.quality-flow article{padding:24px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:215px;background:white}.quality-flow p{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--red)}.quality-flow h2{font-size:2rem;margin:24px 0 12px}.quality-flow span{line-height:1.15}.safeguards{display:grid;grid-template-columns:repeat(3,1fr);padding-top:0}.safeguards article{padding:45px 32px 35px;border-right:1px solid var(--line)}.safeguards article:first-child{padding-left:0}.safeguards article:last-child{border:0}.safeguards b{font-size:3rem;color:var(--red)}.safeguards h2{font-size:2.45rem;margin:28px 0 12px}.safeguards p,.story>p,.values p{font-size:1.25rem;line-height:1.2}.story{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-gap:35px;gap:35px}.values{display:grid;grid-template-columns:repeat(3,1fr);padding:0;background:white}.values article{padding:48px 35px;border-right:1px solid var(--line)}.values article:last-child{border:0}.values h2{font-size:2.25rem;margin-bottom:18px}.contact-page{display:grid;grid-template-columns:1fr 1fr;grid-gap:9vw;gap:9vw;padding:70px 8vw;background:white}.contact-page h1{margin-bottom:15px}.contact-details{margin-top:48px;border-top:1px solid var(--line)}.contact-details>div{border-bottom:1px solid var(--line);padding:14px 0;display:grid;grid-template-columns:100px 1fr;grid-gap:20px;gap:20px}.contact-details b{text-transform:uppercase;letter-spacing:.08em;color:var(--red)}.contact-details a{text-decoration:underline;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red);text-underline-offset:4px}.contact-page h2{font-size:3rem;margin-bottom:25px}.contact-form{display:grid;grid-gap:16px;gap:16px}.contact-form label{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--ink);border-radius:0;background:#fff;font:inherit;padding:12px;min-height:47px}.contact-form textarea{min-height:120px;resize:vertical}.contact-form .button{justify-self:start}.form-status{line-height:1.2;color:#146b2d}.form-status.error{color:#a50000}.legal{max-width:860px;margin:0 auto;padding:68px 28px}.legal h1{margin-bottom:15px}.legal>p:first-of-type{color:var(--muted);margin-bottom:40px}.legal h2{font-size:2.15rem;margin:34px 0 9px}.legal p{font-size:1.18rem;line-height:1.3}.not-found{padding:14vh 8vw;min-height:55vh}.not-found h1{max-width:750px;margin-bottom:24px}.not-found>p:not(.eyebrow){font-size:1.3rem;margin-bottom:25px}.footer{background:#111;color:#fff;padding:50px 2.7vw 20px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:50px;gap:50px}.footer-mark{font-size:1.8rem}.footer>div>p{color:#bbb;max-width:280px;margin:20px 0}.footer>div>a:not(:last-child){margin-right:20px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.footer-links div{display:grid;grid-gap:10px;gap:10px;align-content:start}.footer-links b{font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:#e1e1e1}.footer-bottom{grid-column:1/-1;border-top:1px solid #444;padding-top:18px;display:flex;justify-content:space-between;align-items:center;color:#aaa;font-size:1rem}.footer-bottom img{height:28px;width:auto;display:block}.reveal{animation:fade-up .55s ease both}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}:focus-visible{outline:3px solid var(--red);outline-offset:3px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:980px){.nav{gap:18px}.nav-cta{padding:0 12px}.hero-copy{padding-left:4vw}.ledger>div{padding-left:4.5vw}.ledger i{left:1.5vw}.category-grid{grid-template-columns:repeat(2,1fr)}.category{min-height:190px}.documentation{grid-template-columns:1.1fr 1fr}.documentation .text-link{grid-column:2}.number-grid,.quality-flow{grid-template-columns:repeat(2,1fr)}.quality-flow article:nth-child(2),.step:nth-child(2){border-right:0}.quality-flow article:nth-child(-n+2),.step:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-list article{grid-template-columns:55px 1fr 1.6fr}.product-list a{grid-column:2/-1}.story{grid-template-columns:1fr 1fr}.story>p:last-child{grid-column:2}.contact-page{gap:5vw;padding:60px 5vw}}@media(max-width:700px){body{font-size:17px}.header{height:62px;padding:0 18px}.wordmark{font-size:1.3rem;letter-spacing:.13em}.menu{display:block;margin-left:auto;font-size:1rem;min-height:44px;color:var(--red)}.nav{display:none;position:absolute;top:61px;left:0;right:0;padding:16px 18px 20px;background:white;border-bottom:1px solid var(--line);box-shadow:0 12px 20px rgba(0,0,0,.1)}.nav-open{display:grid;grid-gap:0;gap:0}.nav a{padding:10px 0;min-height:44px}.nav .button{margin-top:10px}.hero,.page-hero{grid-template-columns:1fr}.hero-copy,.page-hero>div{padding:40px 20px 32px}.hero h1{font-size:3.55rem}.intro{font-size:1.2rem}.hero-media{min-height:300px;max-height:370px}.ledger{grid-template-columns:repeat(2,1fr)}.ledger>div{padding:18px 16px 16px 53px;min-height:106px;border-bottom:1px solid var(--line)}.ledger>div:nth-child(2){border-right:0}.ledger i{left:17px;top:20px;font-size:1.7rem}.section{padding:38px 20px}.category-grid{grid-template-columns:1fr;gap:12px}.category{min-height:190px}.documentation{grid-template-columns:1fr;gap:18px}.documentation .text-link{grid-column:auto}.process ol{grid-template-columns:1fr}.process li{border-right:0;border-bottom:1px solid var(--line)}.process li:last-child{border-bottom:0}.page-hero picture{height:300px}.split{gap:28px}.number-grid,.quality-flow,.split{grid-template-columns:1fr}.quality-flow article,.step{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:unset}.quality-flow article:last-child,.step:last-child{border-bottom:0!important}.cta-band{padding:40px 20px;display:grid;grid-gap:25px;gap:25px}.cta-band h2{font-size:2.8rem}.title-section{padding:48px 20px}.title-section h1{font-size:3.65rem}.product-list article{grid-template-columns:45px 1fr;padding:23px 20px;gap:12px}.product-list a,.product-list p{grid-column:2}.product-list h2{font-size:2.2rem}.safeguards,.values{grid-template-columns:1fr;padding:0}.safeguards article,.safeguards article:first-child,.values article{padding:32px 20px;border-right:0;border-bottom:1px solid var(--line)}.story{grid-template-columns:1fr;gap:20px}.story>p:last-child{grid-column:auto}.contact-page{grid-template-columns:1fr;gap:45px}.contact-page,.legal{padding:48px 20px}.legal h1{font-size:3.7rem}.footer{grid-template-columns:1fr;padding:42px 20px 18px;gap:35px}.footer-bottom{display:grid;grid-gap:15px;gap:15px}.faq button{font-size:1.35rem}.actions{gap:12px}.button{padding:0 16px}}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/05af89ad76258aac-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c047de4e6e16a01b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f54c84255ccf44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5de5dda68c9a1053-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac44098818d287e8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3667c091265cf81b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d6e015f239232eb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55b35d87b6156eea-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5fb5c05ff73c0616-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8599be8653318abe-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3352fdb488e19d84-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/437e5f23c97e320c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bd4099f982a70777-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/adc67d25e358ad72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/79f0f365efbf4f90-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed Fallback;src:local("Arial");ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.00%;size-adjust:76.49%}.__className_17b670{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.__variable_17b670{--font-apex:"Barlow Condensed","Barlow Condensed Fallback"}@media (min-width:701px) and (max-width:820px){.header{padding:0 18px}.menu{display:block;margin-left:auto;min-height:44px;background:none;border:0;color:var(--red);font:inherit;font-size:1rem;text-transform:uppercase}.nav{display:none;position:absolute;top:68px;left:0;right:0;padding:16px 18px 20px;background:white;border-bottom:1px solid var(--line);box-shadow:0 12px 20px rgba(0,0,0,.1)}.nav-open{display:grid;grid-gap:0;gap:0}.nav a{min-height:44px;padding:10px 0}.nav .button{margin-top:10px}}@media (min-width:701px) and (max-width:980px){.hero h1{font-size:3rem}}@media (max-width:700px){.hero h1{font-size:3.45rem}}