:root{--ink:#183e32;--ink-deep:#102b22;--muted:#68756c;--paper:#f8f7f2;--white:#fffdf8;--orange:#ec743e;--line:#dddfd6;--soft:#eeeee5;--font-sans:var(--font-manrope), Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--paper);color:var(--ink);font-family:var(--font-manrope), Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--orange);outline-offset:6px}::selection{color:var(--ink-deep);background:#ec743e}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{line-height:1.8}svg{flex-shrink:0}section[id]{scroll-margin-top:20px}[hidden]{display:none!important}.container{width:calc(100% - 112px);max-width:1320px;margin-inline:auto}.section{padding-block:112px}.eyebrow{letter-spacing:1.65px;text-transform:uppercase;align-items:center;gap:10px;font-size:10px;font-weight:700;line-height:1.6;display:flex}.orange-square{background:var(--orange);flex-shrink:0;width:6px;height:6px;display:inline-block}.button{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:28px;min-height:51px;padding:14px 23px;font-size:12px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s;display:inline-flex}.button svg,.text-link svg{transition:transform .2s}.button:hover svg,.text-link:hover svg{transform:translate(2px,-2px)}.button-dark{background:var(--ink);color:var(--white)}.button-dark:hover{background:#275340}.button-orange{background:var(--orange);color:#162c23}.button-orange:hover{background:#ff8b51;transform:translateY(-2px)}.text-link{align-items:center;gap:18px;font-size:12px;font-weight:700;line-height:1.6;display:inline-flex}.skip-link{z-index:100;background:var(--ink);color:#fff;padding:14px 20px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f7f2f7;border-bottom:1px solid #dddfd68c;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1440px;height:92px;margin:auto;padding-inline:38px;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.brand img{width:186px;height:auto}.desktop-nav{align-items:center;gap:29px;display:flex}.desktop-nav a{padding-block:14px;font-size:11px;font-weight:600;position:relative}.desktop-nav a:after{content:"";background:var(--ink);height:1px;transition:right .25s;position:absolute;bottom:7px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-cta{gap:20px;min-height:45px;padding-inline:20px;font-size:11px}.menu-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:0 0;border-radius:4px;justify-content:center;align-items:center;display:none}.mobile-navigation{display:none}.hero{isolation:isolate;height:calc(100svh - 113px);min-height:690px;max-height:900px;color:var(--white);background:var(--ink-deep);border-radius:9px;margin:12px 18px 0;position:relative;overflow:hidden}.hero-photo{object-fit:cover;object-position:58% center;z-index:-4}.hero-shade{z-index:-3;background:linear-gradient(90deg,#072118f7 0%,#072118db 27%,#07211873 57%,#0721181a 100%),linear-gradient(#0000 62%,#071c15bf);position:absolute;inset:0}.hero-grain{opacity:.08;z-index:-2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.6' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{max-width:920px;padding:76px 0 110px 5.2%;position:relative}.hero-eyebrow{color:#e0e7dc;letter-spacing:2px;margin-bottom:25px;font-size:10px}.hero h1{letter-spacing:-4.8px;font-size:clamp(62px,6.05vw,94px);font-weight:500;line-height:1.065}.hero h1 span{color:#d8dda9}.hero-content>p{color:#d0d9d0;max-width:460px;margin-top:27px;font-size:14px;line-height:1.8}.hero-actions{align-items:center;gap:30px;margin-top:31px;display:flex}.hero-actions .button{gap:36px;min-height:55px;font-size:12px}.hero-explore{align-items:center;gap:15px;font-size:11px;font-weight:600;display:flex}.hero-explore>span{border:1px solid #819085;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .2s;display:grid}.hero-explore:hover>span{background:#ffffff26}.hero-origin{letter-spacing:1.6px;color:#f1f1dc;align-items:center;gap:12px;font-size:9px;display:flex;position:absolute;top:40px;right:42px}.hero-origin strong{letter-spacing:.2px;margin-top:4px;font-size:10px;font-weight:500;display:block}.hero-footnote{letter-spacing:1.6px;color:#c6d1c6;border-top:1px solid #ffffff38;justify-content:space-between;gap:20px;padding-top:18px;font-size:8px;display:flex;position:absolute;bottom:25px;left:5.2%;right:42px}.hero-footnote>span:last-child{align-items:center;gap:16px;display:flex}.hero-footnote-line{background:#adbba7;width:30px;height:1px}.hero-feature{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#142d1f5e;border:1px solid #f1efd948;border-radius:5px;align-items:center;gap:19px;padding:22px 23px;font-size:13px;line-height:1.8;display:flex;position:absolute;bottom:94px;right:42px}.hero-feature strong{font-weight:600}.hero-feature>svg{margin-left:16px}.hero-feature-icon{color:#d8dda9;border:1px solid #ccd4ae66;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.industries{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:50px;padding-block:34px;display:flex}.industries>p{letter-spacing:1px;color:#758073;flex-shrink:0;font-size:9px;line-height:1.8}.industries>p strong{color:var(--ink);font-weight:600}.industries>div{color:#526052;flex:1;justify-content:space-between;align-items:center;gap:28px;max-width:850px;font-size:14px;font-weight:600;display:flex}.industry-plus{color:#9ba38c;font-size:11px;font-weight:400}.section-heading{grid-template-columns:1.5fr 1fr;align-items:end;gap:70px;margin-bottom:46px;display:grid}.section-heading .eyebrow{margin-bottom:22px}h2{letter-spacing:-2.7px;font-size:clamp(36px,3.9vw,56px);font-weight:500;line-height:1.15}h2 span{color:#7b8775}.section-heading>p,.heading-side p{max-width:350px;color:var(--muted);justify-self:end;margin-bottom:4px;font-size:13px}.heading-side{justify-self:end;max-width:350px}.heading-side .text-link{margin-top:20px}.solution-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.solution-tabs button{text-align:left;color:#6f7b70;background:0 0;border:0;align-items:center;gap:14px;padding:22px 18px 24px;font-size:12px;font-weight:600;display:flex;position:relative}.solution-tabs button:first-child{padding-left:0}.solution-tabs button[aria-selected=true]{color:var(--ink)}.solution-tabs button:after{content:"";background:var(--ink);height:2px;transition:right .25s;position:absolute;bottom:-1px;left:0;right:100%}.solution-tabs button[aria-selected=true]:after{right:0}.tab-number{color:#8c9584;align-self:flex-start;margin-top:2px;font-size:9px;font-weight:500}.tab-arrow{opacity:0;margin-left:auto;transition:opacity .2s;transform:rotate(0)}.solution-tabs button[aria-selected=true] .tab-arrow{opacity:1}.solution-panel{grid-template-columns:1.13fr 1fr;align-items:center;gap:65px;padding-top:35px;animation:.4s panel-in;display:grid}.solution-image{background:var(--soft);border-radius:5px;height:100%;min-height:427px;position:relative;overflow:hidden}.solution-image img{object-fit:cover;object-position:center}.image-location{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);letter-spacing:1.3px;background:#153023cc;border-radius:3px;align-items:center;gap:9px;padding:11px 14px;font-size:8px;display:flex;position:absolute;bottom:18px;left:18px}.live-dot{background:#d5dda0;border-radius:50%;width:5px;height:5px}.solution-copy{padding-block:15px}.solution-copy .eyebrow{color:#798471;margin-bottom:20px;font-size:9px}.solution-copy h3{letter-spacing:-1.5px;max-width:340px;font-size:36px;font-weight:500;line-height:1.2}.solution-copy>p{color:var(--muted);max-width:420px;margin-top:20px;font-size:12px}.solution-copy ul{grid-template-columns:1fr 1fr;gap:17px 18px;margin:26px 0 31px;padding:0;list-style:none;display:grid}.solution-copy li{gap:9px;font-size:10px;line-height:1.6;display:flex}.solution-copy li svg{color:#7b8c66;margin-top:1px}.products-section{background:#efefe7}.product-grid{grid-template-columns:repeat(3,1fr);gap:23px;display:grid}.product-card{min-width:0}.product-image{background:#e2e2d9;border-radius:5px;height:265px;position:relative;overflow:hidden}.product-image img{object-fit:cover;transition:transform .7s}.product-card:nth-child(2) .product-image{background:#fff}.product-card:nth-child(2) .product-image img{object-fit:contain;padding:18px}.product-card:hover .product-image img{transform:scale(1.04)}.product-number{background:#f8f7f2ed;border-radius:50%;place-items:center;width:33px;height:33px;font-size:10px;display:grid;position:absolute;top:15px;left:15px}.product-copy{padding-top:23px}.product-copy .eyebrow{letter-spacing:1.2px;color:#707c69;font-size:8px}.product-copy h3{letter-spacing:-.7px;margin-top:10px;font-size:22px;font-weight:600;line-height:1.4}.product-copy p{color:var(--muted);max-width:350px;min-height:58px;margin-top:12px;font-size:11px}.product-copy .text-link{border-bottom:1px solid #a7b39b;justify-content:space-between;width:100%;min-height:40px;margin-top:20px;padding-bottom:11px;font-size:11px}.product-note{border:1px solid #d7dbce;border-radius:4px;align-items:center;gap:13px;margin-top:34px;padding:19px 21px;display:flex}.product-note p{color:#66715f;flex:1;font-size:11px}.product-note .text-link{white-space:nowrap;font-size:11px}.product-note .text-link>svg:last-child{display:none}.origin-section{padding-block:126px}.origin-grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.origin-visual{min-width:0;padding:0 22px 35px 0;position:relative}.origin-photo{border-radius:5px;min-height:535px;position:relative;overflow:hidden}.origin-photo:after{content:"";background:linear-gradient(#0000,#0b291cd1);position:absolute;inset:40% 0 0}.origin-photo img{object-fit:cover;object-position:60% center}.origin-label{color:#fff;align-items:center;gap:15px;display:flex;position:absolute;bottom:70px;left:29px}.origin-label span{letter-spacing:2px;font-size:9px;line-height:1.5}.origin-label strong{letter-spacing:-.7px;margin-top:6px;font-size:26px;font-weight:500;display:block}.origin-seal{border:8px solid var(--paper);background:#e5e8d3;border-radius:50%;outline:1px solid #d2d9c7;flex-direction:column;justify-content:center;align-items:center;gap:13px;width:142px;height:142px;display:flex;position:absolute;bottom:-2px;right:-18px}.origin-seal span{letter-spacing:2px;text-align:center;font-size:8px;line-height:1.5}.origin-copy .eyebrow{margin-bottom:26px}.origin-copy h2{letter-spacing:-2px;font-size:43px}.origin-copy>p{color:var(--muted);margin-top:25px;font-size:12px}.origin-reasons{gap:23px;margin:33px 0;display:grid}.origin-reasons>div{align-items:flex-start;gap:18px;display:flex}.origin-reasons>div>svg{color:#6c7c58;margin-top:1px}.origin-reasons strong{font-size:12px;font-weight:700}.origin-reasons p{color:var(--muted);max-width:325px;margin-top:5px;font-size:11px;line-height:1.75}.process-section{border-top:1px solid var(--line)}.process-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.process-grid article{border-right:1px solid var(--line);padding:28px 32px 0}.process-grid article:first-child{padding-left:0}.process-grid article:last-child{border-right:0;padding-right:0}.process-top{color:#7b896d;justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.process-top>span{letter-spacing:-2px;color:#879278;font-size:46px;font-weight:400}.process-grid h3{letter-spacing:-.6px;font-size:20px;font-weight:600}.process-grid p{color:var(--muted);max-width:300px;margin-top:14px;font-size:11px}.process-chip{letter-spacing:1.3px;color:#8a967d;margin-top:25px;font-size:8px;font-weight:600;display:block}.faq-section{grid-template-columns:.8fr 1.2fr;gap:100px;padding:10px 0 120px;display:grid}.faq-heading .eyebrow{margin-bottom:23px}.faq-heading h2{letter-spacing:-1.9px;font-size:42px}.faq-heading>p{color:var(--muted);max-width:230px;margin-top:19px;font-size:12px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;align-items:center;gap:17px;padding:23px 0;font-size:12px;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-number{color:#8d9981;align-self:flex-start;margin-top:3px;font-size:9px}.faq-list summary>svg{margin-left:auto;transition:transform .25s}.faq-list details[open] summary>svg{transform:rotate(45deg)}.faq-list details>p{color:var(--muted);padding:0 36px 23px 33px;font-size:12px;line-height:1.85}.contact-section{isolation:isolate;background:var(--ink);color:var(--white);padding-block:96px;position:relative;overflow:hidden}.contact-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:90px;display:grid}.contact-copy .eyebrow{color:#c4cebb;margin-bottom:27px;font-size:9px}.contact-copy h2{letter-spacing:-2.1px;font-size:46px;line-height:1.2}.contact-copy h2 span{color:#cbd59e}.contact-copy>p{color:#b5c4b8;max-width:350px;margin-top:25px;font-size:12px}.contact-copy>ul{color:#d6decf;gap:13px;margin:28px 0 37px;padding:0;list-style:none;display:grid}.contact-copy li{align-items:center;gap:11px;font-size:11px;display:flex}.contact-copy li svg{color:#bdce9b}.contact-alternative{border-top:1px solid #ffffff24;max-width:355px;padding-top:22px}.contact-alternative>span{letter-spacing:1.5px;color:#b8c6b3;font-size:8px}.contact-alternative>a{align-items:center;gap:14px;margin-top:13px;font-size:17px;display:flex}.contact-alternative>a>svg:last-child{margin-left:auto}.contact-ring{z-index:-1;border:1px solid #9da88814;border-radius:50%;width:760px;height:760px;position:absolute;top:-430px;left:-400px}.ring-two{width:1000px;height:1000px;top:-550px;left:-520px}.footer{background:var(--paper);padding:60px 0 0}.footer-main{grid-template-columns:1.4fr 1fr 1fr auto;gap:60px;padding-bottom:45px;display:grid}.footer-brand img{width:190px;height:auto}.footer-brand p{color:var(--muted);margin-top:17px;font-size:12px}.footer-col{color:var(--muted);flex-direction:column;align-items:flex-start;gap:13px;font-size:11px;display:flex}.footer-col>span{letter-spacing:1.3px;color:var(--ink);margin-bottom:7px;font-size:9px;font-weight:700}.footer-col a:hover{color:var(--ink);text-decoration:underline}.footer-col p{line-height:1.9}.back-top{border:1px solid var(--line);border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.back-top:hover{background:var(--soft)}.footer-bottom{border-top:1px solid var(--line);color:#778270;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:9px;display:flex}.footer-bottom>span:nth-child(2){letter-spacing:1.5px;gap:12px;font-size:8px;display:flex}.footer-bottom>a{align-items:center;gap:10px;display:flex}.mobile-cta{display:none}.will-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(20px)}.will-reveal.is-visible{opacity:1;transform:none}@keyframes panel-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media (min-width:1600px){.hero-content{padding-left:max(6%,50vw - 660px)}.hero{max-height:950px}.hero h1{font-size:94px}}@media (max-width:1150px){.container{width:calc(100% - 80px)}.header-inner{gap:20px;padding-inline:28px}.brand img{width:164px}.desktop-nav{gap:20px}.header-cta{gap:12px;padding-inline:15px;font-size:10px}.hero{min-height:670px}.hero-content{padding-top:76px}.hero h1{font-size:76px}.hero-feature{gap:12px;padding:17px;font-size:11px;right:30px}.hero-feature>svg{margin-left:3px}.industries{gap:25px}.industries>div{gap:14px;font-size:12px}.solution-panel{gap:40px}.solution-tabs button{gap:10px;padding-inline:12px;font-size:11px}.tab-number{display:none}.origin-grid{gap:60px}.origin-copy h2{font-size:37px}.contact-grid{gap:50px}.contact-copy h2{font-size:40px}.faq-section{gap:60px}.product-image{height:230px}.product-copy h3{font-size:19px}}@media (max-width:900px){.desktop-nav{display:none}.menu-toggle{display:flex}.header-inner{height:78px}.header-cta{margin-left:auto}.mobile-navigation:not([hidden]){background:var(--paper);flex-direction:column;justify-content:space-between;height:calc(100dvh - 78px);padding:40px 32px 28px;display:flex;position:fixed;inset:78px 0 0;overflow-y:auto}.mobile-navigation nav{flex-direction:column;display:flex}.mobile-navigation nav>a{border-bottom:1px solid var(--line);letter-spacing:-.7px;align-items:center;gap:20px;padding:20px 0;font-size:24px;display:flex}.mobile-navigation nav>a>span{letter-spacing:0;color:#8a947c;font-size:10px}.mobile-navigation nav>a>svg{margin-left:auto}.mobile-navigation nav>a.mobile-contact{color:var(--ink);margin-top:15px;font-size:19px}.mobile-navigation>p{letter-spacing:1.7px;margin-top:45px;font-size:8px}.hero h1{letter-spacing:-3.7px;font-size:70px}.hero{height:auto;min-height:710px}.hero-content{padding-top:75px;padding-bottom:145px;padding-left:5%}.hero-origin{font-size:8px;top:26px;right:26px}.hero-origin strong{font-size:9px}.hero-feature{bottom:95px;right:26px}.hero-footnote>span:last-child{display:none}.industries{flex-direction:column;align-items:flex-start;gap:18px;padding-block:25px}.industries>p br{display:none}.industries>p strong{margin-left:6px}.industries>div{width:100%;max-width:none}.section{padding-block:85px}.section-heading{grid-template-columns:1.25fr 1fr;gap:35px}.section-heading h2{letter-spacing:-1.8px;font-size:39px}.section-heading>p,.heading-side p{font-size:12px}.solution-tabs button{gap:10px;font-size:10px}.solution-tabs button>svg:first-of-type{width:21px}.tab-arrow{display:none}.solution-copy h3{font-size:31px}.solution-copy ul{grid-template-columns:1fr;gap:12px}.solution-image{min-height:450px}.solution-panel{gap:32px}.product-grid{gap:18px}.product-image{height:210px}.product-copy h3{font-size:18px}.product-copy p{min-height:75px;font-size:10px}.origin-section{padding-block:90px}.origin-grid{gap:40px}.origin-copy h2{font-size:33px}.origin-photo{min-height:560px}.origin-seal{width:115px;height:115px;right:-7px}.origin-seal span{letter-spacing:1.5px;font-size:7px}.origin-reasons{gap:19px}.process-grid h3{font-size:17px}.process-grid article{padding-inline:24px}.faq-section{gap:45px;padding-bottom:90px}.faq-heading h2{font-size:36px}.contact-grid{grid-template-columns:1fr 1fr;gap:35px}.contact-copy h2{font-size:35px}.contact-copy .eyebrow{letter-spacing:1px;font-size:8px}.footer-main{gap:30px}.footer-brand img{width:155px}}@media (max-width:700px){html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.header-inner{gap:15px;height:74px;padding-inline:20px}.brand img{width:163px}.header-cta{display:none}.menu-toggle{margin-left:auto}.mobile-navigation:not([hidden]){height:calc(100dvh - 74px);inset:74px 0 0}.hero{border-radius:6px;min-height:730px;margin:8px 9px 0}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#092a20e8 0%,#0a2a20c7 65%,#0a2a2075),linear-gradient(#0000 50%,#0a2a20cc)}.hero-content{max-width:600px;padding:64px 23px 184px}.hero-eyebrow{letter-spacing:1.2px;margin-bottom:28px;font-size:8px}.hero h1{letter-spacing:-2.7px;font-size:clamp(45px,11vw,70px);line-height:1.12}.hero-content>p{max-width:340px;margin-top:23px;font-size:12px;line-height:1.9}.desktop-break{display:none}.hero-actions{flex-direction:column;align-items:flex-start;gap:22px;margin-top:28px}.hero-actions .button{gap:44px;min-height:54px;font-size:12px}.hero-explore{gap:12px;font-size:11px}.hero-explore>span{width:30px;height:30px}.hero-origin{display:none}.hero-feature{gap:14px;max-width:380px;padding:13px 16px;font-size:11px;bottom:66px;left:23px;right:23px}.hero-feature>svg{margin-left:auto}.hero-feature-icon{width:40px;height:40px}.hero-feature-icon svg{width:23px}.hero-footnote{letter-spacing:1.1px;padding-top:15px;font-size:6px;bottom:20px;left:23px;right:23px}.industries{gap:17px;padding-block:25px}.industries>p{letter-spacing:.7px;font-size:7px}.industries>div{flex-wrap:wrap;justify-content:flex-start;gap:9px 13px;font-size:11px;line-height:1.6}.industry-plus{font-size:9px}.section{padding-block:65px}.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:30px}.section-heading .eyebrow{letter-spacing:1.3px;margin-bottom:18px;font-size:8px}.section-heading h2{letter-spacing:-1.8px;font-size:36px}.section-heading>p,.heading-side{justify-self:start;max-width:440px}.section-heading>p,.heading-side p{font-size:12px}.heading-side .text-link{margin-top:16px}.solution-tabs{gap:8px}.solution-tabs button{flex-direction:column;align-items:flex-start;gap:11px;padding:14px 5px 17px;font-size:9px;line-height:1.65}.solution-tabs button:first-child{padding-left:0}.solution-tabs button>svg:first-of-type{width:23px;height:23px}.solution-tabs button>span:not(.tab-number){max-width:106px}.solution-panel{grid-template-columns:1fr;gap:24px;padding-top:22px}.solution-image{height:285px;min-height:285px}.solution-copy{padding:0}.solution-copy .eyebrow{margin-bottom:13px;font-size:8px}.solution-copy h3{max-width:310px;font-size:32px}.solution-copy>p{max-width:500px;margin-top:16px;font-size:12px}.solution-copy ul{grid-template-columns:1fr 1fr;gap:15px 12px;margin:22px 0 26px}.solution-copy li{font-size:10px}.solution-copy .button{justify-content:space-between;width:100%}.image-location{font-size:7px;bottom:14px;left:14px}.product-grid{grid-template-columns:1fr;gap:35px}.product-image{height:270px}.product-copy{padding-top:20px}.product-copy h3{font-size:23px}.product-copy p{max-width:460px;min-height:0;font-size:12px}.product-copy .text-link{margin-top:15px}.product-copy .eyebrow{font-size:8px}.product-note{flex-wrap:wrap;gap:10px;padding:18px}.product-note>svg{align-self:flex-start;margin-top:3px}.product-note p{flex-basis:calc(100% - 35px);font-size:10px}.product-note .text-link{min-height:32px;margin-left:29px}.origin-section{padding-block:70px}.origin-grid{grid-template-columns:1fr;gap:45px}.origin-visual{padding:0 16px 20px 0}.origin-photo{min-height:400px}.origin-label{bottom:55px;left:24px}.origin-seal{width:123px;height:123px;bottom:-8px;right:0}.origin-copy .eyebrow{letter-spacing:1.3px;margin-bottom:20px;font-size:8px}.origin-copy h2{font-size:36px}.origin-copy>p{margin-top:20px;font-size:12px}.origin-reasons{gap:23px;margin-block:27px}.origin-reasons strong{font-size:12px}.origin-reasons p{max-width:440px}.process-grid{grid-template-columns:1fr}.process-grid article{border-right:0;border-bottom:1px solid var(--line);padding:24px 0 28px!important}.process-grid article:last-child{border-bottom:0;padding-bottom:0!important}.process-top{margin-bottom:17px}.process-top>span{font-size:40px}.process-grid h3{font-size:21px}.process-grid p{max-width:460px;margin-top:12px;font-size:12px}.process-chip{margin-top:20px}.faq-section{grid-template-columns:1fr;gap:28px;padding-top:0;padding-bottom:65px}.faq-heading .eyebrow{letter-spacing:1.3px;font-size:8px}.faq-heading h2{font-size:36px}.faq-heading>p{max-width:300px;margin-top:17px;font-size:12px}.faq-list summary{gap:12px;padding-block:21px;font-size:12px;line-height:1.65}.faq-list details>p{padding-inline:25px 8px;font-size:11px}.faq-number{margin-top:5px}.contact-section{padding-block:61px}.contact-grid{grid-template-columns:1fr;gap:34px}.contact-copy .eyebrow{letter-spacing:1.1px;margin-bottom:20px;font-size:8px}.contact-copy h2{letter-spacing:-1.8px;font-size:38px}.contact-copy>p{max-width:420px;margin-top:22px;font-size:12px}.contact-copy>ul{margin-block:25px}.contact-alternative{max-width:none}.contact-alternative>a{font-size:18px}.footer{padding-top:42px;padding-bottom:66px}.footer-main{grid-template-columns:1fr 1fr;gap:37px 25px;padding-bottom:30px;position:relative}.footer-brand{grid-column:1/-1}.footer-brand img{width:180px}.footer-brand p{margin-top:13px;font-size:11px}.footer-col{gap:12px;font-size:10px}.footer-col>span{font-size:8px}.back-top{width:43px;height:43px;position:absolute;top:0;right:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:15px;font-size:9px}.footer-bottom>span:nth-child(2){font-size:7px}.footer-bottom>a{display:none}.mobile-cta{z-index:25;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--line);padding:10px 16px max(10px, env(safe-area-inset-bottom));background:#f8f7f2f5;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-cta>a{justify-content:center;align-items:center;gap:9px;min-height:42px;font-size:11px;font-weight:700;display:flex}.mobile-cta>a:first-child{border:1px solid #ccd3c5;border-radius:4px;flex:1}.mobile-cta>a:last-child{background:var(--orange);border-radius:4px;flex:1.7;gap:18px}.will-reveal{transform:translateY(12px)}}@media (max-width:360px){.hero-content{padding-inline:18px}.hero h1{letter-spacing:-2.5px;font-size:43px}.hero-eyebrow{letter-spacing:1px;font-size:7px}.hero-feature{left:18px;right:18px}.hero-footnote{font-size:5px;left:18px;right:18px}.hero{min-height:725px}.section-heading h2,.origin-copy h2{font-size:32px}.contact-copy h2{font-size:33px}.solution-copy ul{grid-template-columns:1fr}.container{width:calc(100% - 36px)}.mobile-cta>a{font-size:10px}.mobile-cta>a:last-child{gap:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.will-reveal{opacity:1;transform:none}.button:hover,.product-card:hover .product-image img{transform:none}}
