@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";html,body,button,input,select,textarea{font-family:Montserrat,Avenir Next,Avenir,Helvetica,Arial,sans-serif!important}:root{--cx-bg:#f4f1e7;--cx-surface:#e8ebd9;--cx-surface-2:#dfe5cf;--cx-ink:#17211d;--cx-muted:#697269;--cx-green:#0f5d51;--cx-green-2:#1a7667;--cx-line:rgba(23,33,29,.12);--cx-white:#fffdf7;--cx-radius:26px;--cx-shadow:0 18px 60px rgba(28,42,34,.09);--cx-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cx-bg);color:var(--cx-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.cx-container{width:min(calc(100% - 40px),var(--cx-max));margin:0 auto}.cx-section{position:relative;padding:clamp(72px,9vw,132px) 0;overflow:hidden}.cx-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cx-green)}.cx-eyebrow:before{content:"";width:26px;height:1px;background:currentColor}.cx-h1,.cx-h2,.cx-h3{font-weight:700;letter-spacing:-.045em;line-height:1.02;margin:0}.cx-h1{font-size:clamp(48px,7vw,92px);max-width:950px}.cx-h2{font-size:clamp(38px,5vw,64px)}.cx-h3{font-size:22px}.cx-copy{color:var(--cx-muted);font-size:17px;max-width:610px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid var(--cx-ink);background:var(--cx-ink);color:#fff;cursor:pointer;font-weight:700;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.cx-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #17211d24}.cx-btn--light{background:transparent;color:var(--cx-ink)}.cx-btn--green{background:var(--cx-green);border-color:var(--cx-green)}.cx-btn--small{min-height:42px;padding:0 16px;font-size:14px}.cx-pill{display:inline-flex;border:1px solid var(--cx-line);padding:7px 11px;border-radius:999px;font-size:12px;color:var(--cx-muted)}.cx-grid{display:grid;gap:20px}.cx-reveal{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.cx-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cx-reveal{opacity:1;transform:none;transition:none}.cx-btn{transition:none}}.cx-announcement{background:var(--cx-green);color:#f4f1e7;font-size:12px;letter-spacing:.04em}.cx-announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center}.cx-announcement a{text-decoration:underline;text-underline-offset:3px}.cx-header{position:relative;z-index:20;background:#f4f1e7db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--cx-line)}.cx-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cx-logo{display:inline-flex;align-items:center}.cx-logo img{width:auto;height:34px;object-fit:contain}.cx-logo__text{font-size:25px;font-weight:900;letter-spacing:.04em}.cx-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#4c554e}.cx-nav a{position:relative}.cx-nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .25s}.cx-nav a:hover:after{width:100%}.cx-header__actions{display:flex;align-items:center;gap:10px}.cx-cart{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.cx-cart__count{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--cx-ink);color:#fff;font-size:11px}.cx-menu{display:none;border:0;background:none;font-size:24px}.cx-hero{padding:32px 0 80px}.cx-hero__wrap{min-height:calc(100vh - 150px);display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:55px}.cx-hero__content{padding:50px 0}.cx-hero__title{margin-top:22px}.cx-hero__copy{margin:24px 0 30px}.cx-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.cx-hero__visual{position:relative;min-height:620px;border-radius:38px;background:var(--cx-surface);overflow:hidden}.cx-hero__visual img,.cx-hero__visual video{width:100%;height:100%;object-fit:cover}.cx-hero__visual--contain img{object-fit:contain;padding:30px}.cx-hero__badge{position:absolute;right:20px;bottom:20px;background:#fffdf7eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:15px 17px;border-radius:18px;max-width:220px;box-shadow:var(--cx-shadow);font-size:12px}.cx-hero__badge strong{display:block;font-size:14px;margin-bottom:3px}.cx-hero__float{position:absolute;left:-35px;bottom:50px;width:110px;height:110px;border-radius:50%;border:1px solid var(--cx-line);background:var(--cx-bg);display:grid;place-items:center;text-align:center;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-10px) rotate(4deg)}}.cx-product-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.cx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-product-card{background:var(--cx-white);border:1px solid var(--cx-line);border-radius:var(--cx-radius);overflow:hidden;box-shadow:0 8px 30px #1c2a220a;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s}.cx-product-card:hover{transform:translateY(-6px);box-shadow:var(--cx-shadow)}.cx-product-card__media{aspect-ratio:1/1;position:relative;background:var(--cx-surface);overflow:hidden}.cx-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.cx-product-card:hover .cx-product-card__media img{transform:scale(1.035)}.cx-product-card__body{padding:25px}.cx-product-card__top{display:flex;justify-content:space-between;gap:15px}.cx-product-card__name{font-size:25px;letter-spacing:-.035em;font-weight:750;margin:0}.cx-product-card__desc{color:var(--cx-muted);font-size:14px;margin:9px 0 18px}.cx-product-card__price{font-weight:800;white-space:nowrap}.cx-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-product-card__variant{width:100%;height:44px;border:1px solid var(--cx-line);border-radius:12px;background:transparent;padding:0 12px;margin-bottom:10px}.cx-empty{padding:50px;border:1px dashed var(--cx-line);border-radius:var(--cx-radius);text-align:center;color:var(--cx-muted);grid-column:1/-1}.cx-benefits{background:var(--cx-green);color:#f4f1e7}.cx-benefit-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-benefit{padding:28px 0;border-top:1px solid rgba(244,241,231,.2)}.cx-benefit__num{font-size:12px;opacity:.65}.cx-benefit__title{margin:42px 0 10px;font-size:25px;letter-spacing:-.03em}.cx-benefit__copy{color:#f4f1e7ad;font-size:15px;max-width:330px}.cx-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.cx-split__media{min-height:620px;border-radius:var(--cx-radius);overflow:hidden;background:var(--cx-surface)}.cx-split__media img,.cx-split__media video{width:100%;height:100%;object-fit:cover}.cx-split__content{border-radius:var(--cx-radius);background:var(--cx-surface);padding:clamp(30px,5vw,75px);display:flex;flex-direction:column;justify-content:center}.cx-split__content .cx-copy{margin:22px 0 28px}.cx-list{display:grid;gap:12px;padding:0;margin:0 0 30px;list-style:none}.cx-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px}.cx-list li:before{content:"\2713";display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:50%;background:var(--cx-green);color:#fff;font-size:11px;font-weight:900;margin-top:1px}.cx-process-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-process{position:relative;padding:30px 0;border-top:1px solid var(--cx-line)}.cx-process__number{font-size:12px;color:var(--cx-green);font-weight:800}.cx-process h3{margin:38px 0 10px}.cx-process p{color:var(--cx-muted);font-size:15px;max-width:320px}.cx-specs{background:var(--cx-surface)}.cx-spec-table{margin-top:45px;border-top:1px solid var(--cx-line)}.cx-spec-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:18px 0;border-bottom:1px solid var(--cx-line);font-size:15px}.cx-spec-row strong{font-weight:700}.cx-spec-row span{color:var(--cx-muted)}.cx-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.cx-faq-list{border-top:1px solid var(--cx-line)}.cx-faq{border-bottom:1px solid var(--cx-line)}.cx-faq summary{cursor:pointer;list-style:none;padding:22px 0;font-weight:700;display:flex;justify-content:space-between;gap:20px}.cx-faq summary::-webkit-details-marker{display:none}.cx-faq summary:after{content:"+";font-size:20px;font-weight:400}.cx-faq[open] summary:after{content:"\2212"}.cx-faq__answer{padding:0 35px 22px 0;color:var(--cx-muted);font-size:15px}.cx-final{padding-bottom:110px}.cx-final__box{background:var(--cx-green);color:#f4f1e7;border-radius:34px;padding:clamp(45px,8vw,90px);display:flex;align-items:end;justify-content:space-between;gap:35px}.cx-final__copy{color:#f4f1e7ad;max-width:520px}.cx-final .cx-btn{background:#f4f1e7;color:var(--cx-ink);border-color:#f4f1e7;white-space:nowrap}.cx-footer{padding:65px 0 30px;border-top:1px solid var(--cx-line)}.cx-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.cx-footer__brand p{max-width:350px;color:var(--cx-muted);font-size:14px}.cx-footer__links{display:grid;gap:9px;color:var(--cx-muted);font-size:14px}.cx-footer__title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:5px}.cx-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid var(--cx-line);font-size:12px;color:var(--cx-muted)}.cx-whatsapp{position:fixed;z-index:50;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;background:#1f7a50;color:#fff;border-radius:999px;padding:11px 16px 11px 11px;font-weight:800;font-size:13px;box-shadow:0 14px 35px #17211d33;transition:transform .25s}.cx-whatsapp:hover{transform:translateY(-3px)}.cx-whatsapp__icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#1f7a50;font-size:17px}.cx-product-page{padding:70px 0 110px}.cx-product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.cx-product-gallery{display:grid;gap:12px}.cx-product-gallery__main{background:var(--cx-surface);border-radius:28px;overflow:hidden;aspect-ratio:1/1}.cx-product-gallery__main img{width:100%;height:100%;object-fit:contain}.cx-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cx-product-gallery__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--cx-surface);border:1px solid var(--cx-line);cursor:pointer}.cx-product-info{position:sticky;top:110px}.cx-product-info h1{font-size:clamp(40px,5vw,64px);letter-spacing:-.05em;line-height:1.02;margin:15px 0}.cx-product-info__price{font-size:22px;font-weight:800;margin-bottom:20px}.cx-product-info__description{color:var(--cx-muted);font-size:15px;margin-bottom:28px}.cx-product-form{display:grid;gap:12px}.cx-product-form select,.cx-product-form input{height:50px;border:1px solid var(--cx-line);border-radius:13px;background:transparent;padding:0 14px}.cx-product-form__buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-richtext{margin-top:45px;padding-top:30px;border-top:1px solid var(--cx-line)}.cx-cart-page{padding:70px 0 110px}.cx-cart-row{display:grid;grid-template-columns:110px 1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--cx-line)}.cx-cart-row img{width:110px;height:110px;object-fit:cover;border-radius:14px;background:var(--cx-surface)}.cx-cart-row__title{font-weight:750}.cx-cart-row__meta{color:var(--cx-muted);font-size:13px}.cx-cart-summary{margin-left:auto;max-width:400px;padding-top:35px}.cx-cart-summary__line{display:flex;justify-content:space-between;margin-bottom:15px}.cx-cart-summary__total{font-size:22px;font-weight:800}.cx-empty-cart{text-align:center;padding:100px 0}@media(max-width:900px){.cx-nav{display:none}.cx-menu{display:block}.cx-hero__wrap,.cx-product-main,.cx-faq-grid,.cx-split{grid-template-columns:1fr}.cx-hero__visual{min-height:520px}.cx-hero__float{display:none}.cx-benefit-grid,.cx-process-grid{grid-template-columns:1fr}.cx-footer__grid{grid-template-columns:1fr 1fr}.cx-product-info{position:static}.cx-final__box{align-items:start;flex-direction:column}.cx-final .cx-btn{width:100%}}@media(max-width:620px){.cx-container{width:min(calc(100% - 28px),var(--cx-max))}.cx-header__inner{min-height:70px}.cx-logo img{height:29px}.cx-header__actions .cx-btn{display:none}.cx-cart{font-size:12px}.cx-hero{padding-top:10px}.cx-hero__wrap{min-height:auto;gap:30px}.cx-hero__content{padding:45px 0 10px}.cx-hero__visual{min-height:420px;border-radius:25px}.cx-product-grid,.cx-product-card__actions{grid-template-columns:1fr}.cx-split__media{min-height:420px}.cx-spec-row{grid-template-columns:1fr;gap:4px}.cx-footer__grid{grid-template-columns:1fr}.cx-footer__bottom{flex-direction:column;gap:8px}.cx-whatsapp{right:14px;bottom:14px}.cx-whatsapp>span:last-child{display:none}.cx-whatsapp{padding:10px}.cx-whatsapp__icon{width:34px;height:34px}.cx-cart-row{grid-template-columns:75px 1fr auto;gap:12px}.cx-cart-row img{width:75px;height:75px}.cx-cart-row__qty{grid-column:2}.cx-cart-row__price{grid-column:3;grid-row:1/3}.cx-product-form__buttons{grid-template-columns:1fr}}.cx-split--reverse{direction:rtl}.cx-split--reverse>*{direction:ltr}@media(max-width:900px){.cx-split--reverse{direction:ltr}.cx-nav[style*="display: flex"]{position:absolute;left:14px;right:14px;top:70px;display:flex!important;flex-direction:column;align-items:flex-start;gap:0;padding:12px 16px;background:var(--cx-white);border:1px solid var(--cx-line);border-radius:18px;box-shadow:var(--cx-shadow)}}:root{--cx-header:#dfe5cf;--cx-footer:#0f5d51;--cx-footer-muted:rgba(244,241,231,.68);--cx-footer-line:rgba(244,241,231,.18)}.cx-header--reference{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;background:#dfe5cff5;color:var(--cx-ink);border-bottom:1px solid rgba(23,33,29,.12);box-shadow:0 5px 20px #17211d14;backdrop-filter:blur(18px) saturate(1.05);-webkit-backdrop-filter:blur(18px) saturate(1.05);transition:background .25s ease,box-shadow .25s ease}.cx-header--reference.is-sticky{background:#dfe5cff0;box-shadow:0 12px 30px #17211d21}.cx-header--reference .cx-header__inner{min-height:78px;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:24px}.cx-header--reference .cx-header__logo{justify-self:start;min-width:0}.cx-header--reference .cx-logo__image{display:block;height:auto;max-height:48px;object-fit:contain}.cx-nav--desktop{display:flex;justify-content:center;align-items:center;gap:clamp(20px,3vw,38px);font-size:13px;font-weight:650;letter-spacing:.015em;color:#17211dd1}.cx-nav--desktop a{position:relative;padding:29px 0;white-space:nowrap}.cx-nav--desktop a:after{content:"";position:absolute;left:0;right:0;bottom:23px;height:1px;width:0;background:var(--cx-green);transition:width .25s ease}.cx-nav--desktop a:hover:after,.cx-nav--desktop a:focus-visible:after{width:100%}.cx-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:5px}.cx-header__icon-link,.cx-icon-button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--cx-ink);border-radius:50%;position:relative;transition:background .2s ease,transform .2s ease}.cx-header__icon-link:hover,.cx-icon-button:hover{background:#17211d12;transform:translateY(-1px)}.cx-header__icon-link svg,.cx-icon-button svg{width:20px;height:20px}.cx-cart-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:var(--cx-green);color:#fff;font-size:9px;font-weight:800;line-height:1}.cx-menu,.cx-mobile-menu{display:none}.cx-footer--reference{background:var(--cx-footer);color:#f4f1e7;padding:64px 0 28px;border-top:0}.cx-footer__grid--reference{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:42px}.cx-footer__brand-column{min-width:0}.cx-footer__brand{display:inline-flex;align-items:center}.cx-footer__logo{width:auto;max-width:190px;max-height:54px;object-fit:contain;filter:brightness(0) invert(1)}.cx-footer__text{max-width:350px;margin:18px 0 0;color:var(--cx-footer-muted);font-size:13px;line-height:1.65}.cx-footer__title{margin:0 0 14px;color:#f4f1e7ad;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cx-footer__links{display:grid;gap:9px;color:#f4f1e7d1;font-size:13px}.cx-footer__links a{transition:color .2s ease,transform .2s ease}.cx-footer__links a:hover{color:#fff;transform:translate(2px)}.cx-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;margin-top:52px;padding-top:19px;border-top:1px solid var(--cx-footer-line);color:#f4f1e794;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.cx-footer__policies{display:flex;flex-wrap:wrap;gap:8px 18px}.cx-footer__policies a:hover{color:#fff}.cx-contact-page{padding:64px 0 105px}.cx-contact-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;padding:0 0 38px;border-bottom:1px solid var(--cx-line)}.cx-contact-hero h1{margin:0;font-size:clamp(52px,8vw,104px);line-height:.86;letter-spacing:-.065em;font-weight:700}.cx-contact-intro{max-width:410px;margin:0;color:var(--cx-muted);font-size:16px}.cx-contact-grid{display:grid;grid-template-columns:minmax(270px,.68fr) minmax(460px,1fr);gap:clamp(45px,9vw,120px);padding-top:54px}.cx-contact-side{display:flex;flex-direction:column;gap:28px}.cx-contact-intro-card{padding:32px;border-radius:26px;background:var(--cx-green);color:#f4f1e7}.cx-contact-intro-card .cx-eyebrow{color:#f4f1e7ad}.cx-contact-intro-card h2{margin:14px 0 10px;font-size:30px;line-height:1;letter-spacing:-.04em}.cx-contact-intro-card p:last-child{margin:0;color:#f4f1e7b3;font-size:14px}.cx-contact-details{display:grid;gap:24px}.cx-contact-method{display:block;padding-top:14px;border-top:1px solid var(--cx-line)}.cx-contact-method__label{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--cx-muted)}.cx-contact-method__value{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-size:19px;font-weight:700;letter-spacing:-.025em}.cx-contact-method__value svg{width:17px;height:17px;transition:transform .2s ease}.cx-contact-method:hover .cx-contact-method__value svg{transform:translate(3px,-3px)}.cx-contact-whatsapp-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff}.cx-contact-whatsapp-icon svg{width:25px;height:25px}.cx-contact-response{display:flex;justify-content:space-between;gap:18px;padding-top:16px;border-top:1px solid var(--cx-line);color:var(--cx-muted);font-size:12px}.cx-contact-response strong{color:var(--cx-ink);font-weight:700}.cx-contact-form{padding:34px;border-radius:26px;background:var(--cx-white);border:1px solid var(--cx-line);box-shadow:0 18px 55px #1c2a220f}.cx-contact-form__header{margin-bottom:25px;padding-bottom:19px;border-bottom:1px solid var(--cx-line)}.cx-contact-form__header h2{margin:0;font-size:32px;line-height:1;letter-spacing:-.045em}.cx-contact-field{display:grid;gap:7px;margin-bottom:17px}.cx-contact-field label{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.cx-contact-field label span{color:var(--cx-muted);font-weight:500;text-transform:none;letter-spacing:0}.cx-contact-field input,.cx-contact-field textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(23,33,29,.2);border-radius:0;outline:none;background:transparent;color:var(--cx-ink);transition:border-color .2s ease,box-shadow .2s ease}.cx-contact-field textarea{min-height:145px;resize:vertical}.cx-contact-field input:focus,.cx-contact-field textarea:focus{border-color:var(--cx-green);box-shadow:0 0 0 3px #0f5d5114}.cx-contact-submit{width:100%;justify-content:space-between;padding:0 20px;margin-top:3px}.cx-contact-submit span:last-child{transition:transform .2s ease}.cx-contact-submit:hover span:last-child{transform:translate(3px,-3px)}.cx-contact-success{margin:0 0 18px;padding:13px 15px;background:var(--cx-surface);font-size:13px}.cx-notice{margin:0 0 18px;padding:13px 15px;background:#efe5d8;border-left:2px solid var(--cx-green);font-size:13px}@media(max-width:749px){.cx-header--reference .cx-header__inner{width:100%;min-height:68px;grid-template-columns:44px minmax(0,1fr) 88px;gap:0}.cx-header--reference .cx-header__logo{grid-column:2;justify-self:center}.cx-header--reference .cx-logo__image{max-height:42px;max-width:145px}.cx-nav--desktop{display:none}.cx-header--reference .cx-header__actions{grid-column:3;justify-self:end;gap:0}.cx-header--reference .cx-header__actions .cx-header__icon-link{width:42px;height:42px}.cx-menu{display:flex;grid-column:1;grid-row:1;justify-self:start;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;background:transparent;color:var(--cx-ink);border-radius:50%}.cx-menu svg{width:21px;height:21px}.cx-menu:hover{background:#17211d12}.cx-mobile-menu{position:absolute;top:100%;left:0;display:none;width:min(84vw,360px);max-width:84vw;height:calc(100dvh - 68px);max-height:calc(100dvh - 68px);overflow-y:auto;padding:16px 18px 30px;background:var(--cx-bg);color:var(--cx-ink);border-right:1px solid var(--cx-line);border-top:1px solid var(--cx-line);box-shadow:12px 18px 38px #17211d24}.cx-mobile-menu.is-open{display:block;animation:cx-menu-in .24s ease both}@keyframes cx-menu-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.cx-mobile-menu__main{display:flex;flex-direction:column;padding-bottom:15px;border-bottom:1px solid var(--cx-line)}.cx-mobile-menu__main a{padding:10px 0;font-size:24px;font-weight:650;letter-spacing:-.04em}.cx-mobile-menu__utility{display:flex;flex-wrap:wrap;gap:20px;padding:20px 0;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cx-footer--reference{padding:50px 0 25px}.cx-footer__grid--reference{grid-template-columns:1fr 1fr;gap:34px 22px}.cx-footer__brand-column{grid-column:1/-1}.cx-footer__bottom{margin-top:38px;align-items:flex-start;flex-direction:column}.cx-contact-page{padding:48px 0 75px}.cx-contact-hero{display:block;padding-bottom:30px}.cx-contact-hero h1{font-size:clamp(48px,16vw,76px)}.cx-contact-intro{margin-top:20px}.cx-contact-grid{grid-template-columns:1fr;gap:28px;padding-top:30px}.cx-contact-intro-card{padding:26px}.cx-contact-form{padding:23px}}@media(prefers-reduced-motion:reduce){.cx-mobile-menu.is-open{animation:none}}.cx-cart-drawer{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.cx-cart-drawer.is-open{pointer-events:auto}.cx-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#141c176b;opacity:0;transition:opacity .28s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cx-cart-drawer.is-open .cx-cart-drawer__overlay{opacity:1}.cx-cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(460px,100%);background:#eef0df;color:var(--cx-ink);transform:translate(100%);transition:transform .38s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px #141c171f}.cx-cart-drawer.is-open .cx-cart-drawer__panel{transform:translate(0)}.cx-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--cx-line)}.cx-cart-drawer__header h2{font-size:30px;letter-spacing:-.045em;margin:6px 0 0}.cx-icon-close{border:0;background:transparent;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.cx-icon-close svg{width:20px}.cx-cart-drawer__body{overflow:auto;flex:1;padding:0 24px}.cx-cart-empty{text-align:center;padding:70px 20px}.cx-cart-line{display:grid;grid-template-columns:88px 1fr 24px;gap:14px;padding:18px 0;border-bottom:1px solid var(--cx-line)}.cx-cart-line__image{width:88px;height:88px;border-radius:14px;overflow:hidden;background:var(--cx-surface)}.cx-cart-line__image img{width:100%;height:100%;object-fit:cover}.cx-cart-line__details>a{font-weight:750;font-size:15px}.cx-cart-line__details p{margin:3px 0;color:var(--cx-muted);font-size:12px}.cx-cart-line__details strong{display:block;margin-top:6px;font-size:14px}.cx-cart-line__remove{border:0;background:transparent;font-size:24px;color:var(--cx-muted);cursor:pointer}.cx-qty{display:flex;align-items:center;gap:12px;margin-top:10px}.cx-qty button{width:26px;height:26px;border:1px solid var(--cx-line);border-radius:50%;background:transparent;cursor:pointer}.cx-cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid var(--cx-line);background:#f4f1e7b8}.cx-cart-drawer__footer>div{display:flex;justify-content:space-between;font-size:15px}.cx-cart-drawer__footer p{color:var(--cx-muted);font-size:12px;margin:7px 0 15px}.cx-wa{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;text-decoration:none}.cx-wa__circle{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 12px 30px #126e4059;transition:transform .25s ease,box-shadow .25s ease}.cx-wa__circle svg{width:32px;height:32px}.cx-wa__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;opacity:.5;animation:cx-wa-pulse 2.4s ease-out infinite;z-index:-1}.cx-wa__label{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transform:translate(8px);background:var(--cx-green);color:#fff;border-radius:999px;padding:0;font-size:12px;font-weight:800;transition:.25s ease;margin-right:0}.cx-wa:hover .cx-wa__label,.cx-wa:focus-visible .cx-wa__label{max-width:180px;opacity:1;transform:none;padding:11px 15px;margin-right:10px}.cx-wa:hover .cx-wa__circle{transform:scale(1.07)}@keyframes cx-wa-pulse{0%{transform:scale(1);opacity:.5}70%,to{transform:scale(1.9);opacity:0}}.cx-product-card__media{position:relative}.cx-product-card__badge{position:absolute;left:18px;top:18px;background:#f4f1e7e0;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.12em}.cx-product-card__arrow{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f4f1e7e6;font-size:18px;transition:transform .25s ease}.cx-product-card:hover .cx-product-card__arrow{transform:translate(2px,-2px)}.cx-product-card__eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--cx-green);font-weight:800}.cx-product-card__facts{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}.cx-product-card__facts span{border:1px solid var(--cx-line);border-radius:999px;padding:6px 9px;font-size:10px;color:var(--cx-muted)}.cx-about__hero{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:55px}.cx-about__title{font-size:clamp(52px,7vw,88px);letter-spacing:-.06em;line-height:.98;margin:18px 0 0;max-width:800px}.cx-about__intro{max-width:470px;margin:0}.cx-about__feature{display:grid;grid-template-columns:1.45fr .55fr;gap:18px;margin-bottom:70px}.cx-about__image{min-height:560px;background:var(--cx-surface);border-radius:28px;overflow:hidden}.cx-about__image img,.cx-about__image video{width:100%;height:100%;object-fit:cover}.cx-about__statement{background:var(--cx-green);color:#f4f1e7;border-radius:28px;padding:clamp(30px,5vw,60px);display:flex;flex-direction:column;justify-content:flex-end}.cx-about__statement h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.05em;line-height:1;margin:18px 0}.cx-about__statement p{color:#f4f1e7b8;font-size:15px}.cx-about__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cx-about__item{padding:28px 0;border-top:1px solid var(--cx-line)}.cx-about__item>span{font-size:11px;color:var(--cx-green);font-weight:800}.cx-about__item h3{font-size:27px;letter-spacing:-.04em;margin:40px 0 10px}.cx-about__item p{font-size:14px;color:var(--cx-muted);max-width:330px}.cx-about__closing{margin-top:100px;padding:70px 0 20px;border-top:1px solid var(--cx-line);display:flex;align-items:end;justify-content:space-between;gap:30px}.cx-about__closing h2{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;max-width:700px;margin:15px 0 0}.cx-about__closing .cx-btn{white-space:nowrap}@media(max-width:749px){.cx-about__hero,.cx-about__feature{grid-template-columns:1fr}.cx-about__feature{gap:12px}.cx-about__image{min-height:430px}.cx-about__grid{grid-template-columns:1fr;gap:30px}.cx-about__closing{display:block}.cx-about__closing .cx-btn{margin-top:25px}.cx-wa{right:16px;bottom:16px}.cx-wa__circle{width:54px;height:54px}.cx-product-card__facts span{font-size:9px}.cx-cart-drawer__panel{width:100%}}@media(prefers-reduced-motion:reduce){.cx-wa__ring{animation:none;display:none}}.cx-cart-drawer{z-index:999}.cx-cart-drawer__panel{top:112px;height:calc(100% - 112px);border-top-left-radius:24px}.cx-cart-drawer__overlay{top:112px}.cx-wa__circle svg{width:34px;height:34px;display:block}.cx-wa__circle{isolation:isolate}.cx-wa__ring{z-index:-1}@media(max-width:749px){.cx-cart-drawer__panel{top:112px;height:calc(100% - 112px);border-top-left-radius:20px;border-top-right-radius:20px}.cx-cart-drawer__overlay{top:112px}}:root{--cx-bg:#f3efe3;--cx-surface:#e2e8d5;--cx-surface-2:#d5dfc6;--cx-ink:#17352f;--cx-muted:#66736b;--cx-green:#176553;--cx-green-deep:#0e493e;--cx-accent:#d6a85f;--cx-line:rgba(23,53,47,.16);--cx-white:#fbfaf3}.cx-header--reference{background:#f3efe3f2;color:var(--cx-ink);border-bottom:1px solid rgba(23,53,47,.14);box-shadow:none}.cx-header--reference .cx-header__inner{min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:30px}.cx-header--reference .cx-header__logo{grid-column:2;justify-self:center;grid-row:1}.cx-header--reference .cx-logo__image{max-height:43px;width:auto}.cx-nav--left{grid-column:1;grid-row:1;justify-content:flex-start;gap:clamp(15px,2.2vw,29px)}.cx-nav--left a{padding:27px 0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.cx-nav--left a:after{bottom:20px;background:var(--cx-green)}.cx-header__actions{grid-column:3;grid-row:1;justify-self:end}.cx-header__icon-link{width:38px;height:38px}.cx-cart-count{background:var(--cx-green);color:#fff}.cx-header--reference.is-sticky{background:#f3efe3fa;box-shadow:0 8px 30px #17352f14}.cx-hero--editorial{padding:0;background:var(--cx-green-deep);color:#f9f5e9}.cx-hero__media{position:relative;min-height:calc(100svh - 110px);height:min(850px,calc(100svh - 110px));overflow:hidden;background:#17352f}.cx-hero__media img,.cx-hero__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cx-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07211bb8,#07211b61 42%,#07211b2e 75%,#07211b5c)}.cx-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.35) .6px,transparent .7px);background-size:5px 5px;mix-blend-mode:soft-light}.cx-hero__content{position:absolute;left:max(20px,calc((100% - 1240px)/2));bottom:clamp(70px,11vh,130px);max-width:760px;z-index:2}.cx-hero__kicker{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;margin-bottom:22px;color:#dfe9d1}.cx-hero__content h1{font-size:clamp(56px,8.6vw,132px);line-height:.88;letter-spacing:-.065em;font-weight:650;margin:0;max-width:900px}.cx-hero__content h1 br{display:block}.cx-hero__content p{max-width:500px;color:#f9f5e9c7;font-size:17px;line-height:1.55;margin:26px 0 28px}.cx-btn--hero{background:#f7f2e6;color:var(--cx-ink);border-color:#f7f2e6;min-height:52px;padding:0 23px}.cx-btn--hero:hover{background:#fff;color:var(--cx-ink)}.cx-hero__text-link{display:inline-flex;align-items:center;gap:8px;margin-left:18px;color:#f7f2e6;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid rgba(247,242,230,.45);padding-bottom:5px}.cx-hero__stamp{position:absolute;right:5%;top:12%;z-index:2;width:128px;height:128px;border:1px solid rgba(249,245,233,.45);border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(-8deg);color:#f7f2e6}.cx-hero__stamp span{font-size:14px;font-weight:900;letter-spacing:.1em}.cx-hero__stamp small{font-size:7px;letter-spacing:.16em;margin-top:6px;opacity:.7}.cx-hero__scroll{position:absolute;z-index:2;right:5%;bottom:32px;color:#f9f5e9b8;font-size:10px;text-transform:uppercase;letter-spacing:.15em;display:flex;align-items:center;gap:10px}.cx-hero__scroll span{display:block;width:45px;height:1px;background:#f9f5e98c;position:relative;overflow:hidden}.cx-hero__scroll span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translate(-100%);animation:cx-line-slide 2.2s ease-in-out infinite}@keyframes cx-line-slide{50%,to{transform:translate(100%)}}.cx-marquee{overflow:hidden;background:var(--cx-green);color:#f4f0e4;border-bottom:1px solid rgba(255,255,255,.12);white-space:nowrap}.cx-marquee__track{display:flex;align-items:center;gap:25px;width:max-content;padding:15px 0;animation:cx-marquee 24s linear infinite}.cx-marquee__track span{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.cx-marquee__track i{font-style:normal;font-size:11px;opacity:.55}@keyframes cx-marquee{to{transform:translate(-50%)}}.cx-products{background:var(--cx-bg);padding-top:clamp(85px,10vw,145px)}.cx-products__intro{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end}.cx-products__intro h2{font-size:clamp(54px,7vw,92px);line-height:.88;letter-spacing:-.065em;margin:18px 0 0;font-weight:650}.cx-products__intro p{font-size:16px;color:var(--cx-muted);max-width:430px;margin:0 0 4px}.cx-products__rule{display:grid;grid-template-columns:70px 1fr auto;gap:15px;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin:52px 0 20px;padding:10px 0;font-size:9px;letter-spacing:.16em;font-weight:800;color:var(--cx-muted)}.cx-product-grid{gap:14px}.cx-product-card{border-radius:0;border:0;background:var(--cx-surface);box-shadow:none;position:relative;overflow:hidden}.cx-product-card:hover{transform:none;box-shadow:none}.cx-product-card__media{aspect-ratio:1/1.12;background:#dce4d2;overflow:hidden}.cx-product-card__media img{object-fit:contain;padding:7%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.cx-product-card:hover .cx-product-card__media img{transform:scale(1.055) translateY(-5px)}.cx-product-card__index{position:absolute;top:18px;left:20px;font-size:10px;letter-spacing:.15em;font-weight:900}.cx-product-card__tag{position:absolute;right:20px;top:18px;font-size:9px;letter-spacing:.14em;font-weight:800;color:#17352fad}.cx-product-card__arrow{position:absolute;right:18px;bottom:18px;width:42px;height:42px;border:1px solid rgba(23,53,47,.25);border-radius:50%;display:grid;place-items:center;background:#f3efe3c2;font-size:18px;transition:transform .3s ease,background .3s ease}.cx-product-card:hover .cx-product-card__arrow{transform:translate(3px,-3px);background:#f5f0e4}.cx-product-card__body{padding:26px 26px 28px;background:var(--cx-white)}.cx-product-card__top{align-items:start}.cx-product-card__eyebrow{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--cx-muted);font-weight:800}.cx-product-card__name{font-size:clamp(27px,3vw,39px);font-weight:650;letter-spacing:-.05em;margin:9px 0 0}.cx-product-card__price{font-size:17px;padding-top:3px}.cx-product-card__desc{font-size:14px;line-height:1.55;max-width:620px;margin:18px 0 21px;color:var(--cx-muted)}.cx-product-card__facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin-bottom:18px}.cx-product-card__facts span{padding:13px 9px;font-size:10px;color:var(--cx-muted);border-right:1px solid var(--cx-line)}.cx-product-card__facts span:last-child{border-right:0}.cx-product-card__facts b{display:block;color:var(--cx-green);font-size:9px;margin-bottom:4px;letter-spacing:.12em}.cx-product-card__variant{height:48px;border-radius:0;background:transparent}.cx-product-card__actions{grid-template-columns:1.25fr .75fr;gap:7px}.cx-product-card__actions .cx-btn{border-radius:0;min-height:48px;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.cx-benefits{background:var(--cx-green-deep);padding-top:clamp(80px,9vw,125px);padding-bottom:clamp(85px,10vw,140px)}.cx-benefits .cx-h2{font-size:clamp(48px,6.4vw,82px);font-weight:650;letter-spacing:-.06em}.cx-benefit-grid{gap:0;border-top:1px solid rgba(244,241,231,.22);margin-top:65px}.cx-benefit{padding:25px 28px 34px 0;border-top:0;border-right:1px solid rgba(244,241,231,.16)}.cx-benefit:last-child{border-right:0}.cx-benefit__title{margin:70px 0 12px;font-size:27px;font-weight:600;letter-spacing:-.04em}.cx-benefit__copy{font-size:14px;line-height:1.6}.cx-split{gap:0}.cx-split__media{border-radius:0;min-height:700px}.cx-split__content{border-radius:0;padding:clamp(38px,7vw,100px);background:var(--cx-surface)}.cx-split__content .cx-h2{font-size:clamp(48px,6vw,76px);font-weight:650;letter-spacing:-.06em}.cx-how-it-works{background:#ece9dc}.cx-process-grid{gap:0;border-top:1px solid var(--cx-line)}.cx-process{padding:26px 25px 60px 0;border-right:1px solid var(--cx-line);border-top:0}.cx-process:last-child{border-right:0}.cx-process h3{font-size:31px;font-weight:600;letter-spacing:-.045em;margin:80px 0 10px}.cx-process p{max-width:300px}.cx-field-notes__head{display:grid;grid-template-columns:1fr .7fr;gap:60px;align-items:end}.cx-field-notes__head h2{font-size:clamp(50px,6.5vw,86px);font-weight:650;letter-spacing:-.06em;line-height:.9;margin:18px 0 0}.cx-field-notes__head p{margin:0;color:var(--cx-muted);max-width:430px}.cx-field-notes__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line);margin-top:70px}.cx-field-note{padding:23px 28px 25px 0;border-right:1px solid var(--cx-line)}.cx-field-note:not(:first-child){padding-left:25px}.cx-field-note:last-child{border-right:0}.cx-field-note__number{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--cx-green)}.cx-field-note__line{display:block;width:35px;height:1px;background:var(--cx-green);margin:50px 0 22px}.cx-field-note h3{font-size:27px;letter-spacing:-.04em;margin:0 0 10px;font-weight:600}.cx-field-note p{font-size:14px;color:var(--cx-muted);max-width:310px}.cx-field-note a{display:inline-block;margin-top:15px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:4px}.cx-specs{background:var(--cx-bg)}.cx-spec-table{margin-top:55px}.cx-spec-row{padding:20px 0}.cx-faq-grid{gap:100px}.cx-final{padding-top:100px}.cx-final__box{border-radius:0;padding:clamp(55px,8vw,105px);background:var(--cx-green-deep)}.cx-final__box .cx-h2{font-size:clamp(52px,7vw,92px);font-weight:650;letter-spacing:-.065em}.cx-wa{position:fixed;right:22px;bottom:22px;z-index:1800;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.cx-wa__circle{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1c7658;box-shadow:0 15px 40px #103f3147;transition:transform .3s ease}.cx-wa__circle svg{width:27px;height:27px;position:relative;z-index:2}.cx-wa__ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:1px solid rgba(28,118,88,.35);border-radius:50%;animation:cx-wa-pulse 2.2s ease-out infinite}.cx-wa__label{order:-1;opacity:0;transform:translate(8px);background:#17352f;color:#f8f3e6;padding:9px 12px;border-radius:3px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;transition:opacity .25s,transform .25s}.cx-wa:hover .cx-wa__circle{transform:translateY(-4px) scale(1.04)}.cx-wa:hover .cx-wa__label{opacity:1;transform:none}@keyframes cx-wa-pulse{0%{transform:scale(.8);opacity:.75}70%,to{transform:scale(1.35);opacity:0}}.cx-cart-drawer{z-index:5000}.cx-cart-drawer__panel{z-index:5001}.cx-cart-drawer__overlay{z-index:5000}.cx-reveal{transform:translateY(28px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.cx-reveal.is-visible{transform:none}.cx-product-card:nth-child(2){transition-delay:.08s}.cx-field-note:nth-child(2){transition-delay:.08s}.cx-field-note:nth-child(3){transition-delay:.16s}@media(max-width:900px){.cx-header--reference .cx-header__inner{grid-template-columns:44px minmax(0,1fr) 88px}.cx-header--reference .cx-header__logo{grid-column:2;grid-row:1}.cx-nav--left{display:none}.cx-hero__media{height:calc(100svh - 100px);min-height:620px}.cx-hero__content{left:20px;right:20px;bottom:70px}.cx-hero__content h1{font-size:clamp(55px,15vw,92px)}.cx-hero__stamp{right:20px;top:24px;width:96px;height:96px}.cx-hero__scroll{right:20px}.cx-products__intro,.cx-field-notes__head{grid-template-columns:1fr;gap:22px}.cx-products__intro p,.cx-field-notes__head p{max-width:600px}.cx-field-notes__grid{grid-template-columns:1fr}.cx-field-note,.cx-field-note:not(:first-child){padding:25px 0;border-right:0;border-bottom:1px solid var(--cx-line)}.cx-field-note:last-child{border-bottom:0}.cx-field-note__line{margin-top:30px}}@media(max-width:620px){.cx-header--reference .cx-header__inner{min-height:68px}.cx-header--reference .cx-logo__image{max-height:37px;max-width:135px}.cx-hero__media{min-height:690px;height:calc(100svh - 68px)}.cx-hero__veil{background:linear-gradient(180deg,#07211b33,#07211bc7 72%)}.cx-hero__content{bottom:68px}.cx-hero__content p{font-size:15px}.cx-hero__text-link{margin-left:10px}.cx-hero__stamp{width:80px;height:80px;top:18px;right:18px}.cx-hero__stamp span{font-size:10px}.cx-hero__stamp small{font-size:6px}.cx-hero__scroll{display:none}.cx-products__intro h2{font-size:56px}.cx-products__rule{grid-template-columns:40px 1fr;font-size:8px}.cx-products__rule span:last-child{display:none}.cx-product-card__media{aspect-ratio:1/1.2}.cx-product-card__body{padding:22px 18px}.cx-product-card__facts{grid-template-columns:1fr}.cx-product-card__facts span{border-right:0;border-bottom:1px solid var(--cx-line)}.cx-product-card__facts span:last-child{border-bottom:0}.cx-product-card__actions{grid-template-columns:1fr}.cx-wa{right:15px;bottom:15px}.cx-wa__circle{width:54px;height:54px}.cx-wa__label{display:none}.cx-marquee__track{animation-duration:18s}}@media(prefers-reduced-motion:reduce){.cx-marquee__track,.cx-wa__ring,.cx-hero__scroll span:after{animation:none}}:root{--cx-bg:#f6f1e4;--cx-surface:#dfe6d1;--cx-surface-2:#cfdcc1;--cx-ink:#1b352e;--cx-muted:#6e776f;--cx-green:#165f50;--cx-green-deep:#0c3e35;--cx-footer:#165f50;--cx-white:#fffdf7;--cx-gold:#d9b15b}.cx-header--seattle{position:absolute;inset:0 0 auto 0;z-index:100;background:transparent;border:0;color:#30433c;transition:background .7s cubic-bezier(.22,1,.36,1),box-shadow .7s cubic-bezier(.22,1,.36,1),padding .7s cubic-bezier(.22,1,.36,1)}.cx-utility-bar{height:30px;background:#62685d;color:#f6f1e4;display:flex;align-items:center;justify-content:center;overflow:hidden}.cx-utility-inner{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;font-size:9px;letter-spacing:.18em;font-weight:800;text-transform:uppercase;white-space:nowrap}.cx-utility-dot{opacity:.45}.cx-header-stage{position:relative;padding:18px 0 14px}.cx-header--seattle .cx-header__inner{min-height:58px;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:20px}.cx-header__brand{justify-self:start;z-index:3;transform:translateZ(0)}.cx-header__mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#fffdf7f0;border:1px solid rgba(27,53,46,.12);box-shadow:0 14px 38px #1b352e29;padding:13px;transition:width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1),padding .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),box-shadow .65s cubic-bezier(.22,1,.36,1)}.cx-header__mark img{display:block;width:100%;height:auto;max-height:44px;object-fit:contain}.cx-seattle-nav{justify-self:center;display:flex;align-items:center;justify-content:center;gap:31px;min-height:48px;padding:0 28px;border:1px solid rgba(27,53,46,.08);border-radius:999px;background:#fffdf7e8;box-shadow:0 14px 38px #1b352e1f;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);transition:transform .65s cubic-bezier(.22,1,.36,1),background .65s ease,box-shadow .65s ease,backdrop-filter .65s ease}.cx-seattle-nav a{position:relative;padding:8px 0;font-size:12px;font-weight:760;letter-spacing:.015em;transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1)}.cx-seattle-nav:hover a:not(:hover){opacity:.55}.cx-seattle-nav a:hover{transform:translateY(-1px)}.cx-seattle-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:1px;background:var(--cx-green);transition:left .45s cubic-bezier(.22,1,.36,1),right .45s cubic-bezier(.22,1,.36,1)}.cx-seattle-nav a:hover:after,.cx-seattle-nav a:focus-visible:after{left:0;right:0}.cx-header-actions{justify-self:end;display:flex;align-items:center;gap:4px;min-height:48px;padding:0 8px;border:1px solid rgba(27,53,46,.08);border-radius:999px;background:#fffdf7e8;box-shadow:0 14px 38px #1b352e1f;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);transition:transform .65s cubic-bezier(.22,1,.36,1),background .65s ease,box-shadow .65s ease}.cx-header-action{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--cx-ink);position:relative;transition:background .4s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)}.cx-header-action:hover{background:#165f5017;transform:translateY(-2px) scale(1.03)}.cx-header-action svg{width:19px;height:19px}.cx-cart-count{position:absolute;right:-1px;top:-1px;min-width:15px;height:15px;padding:0 3px;border-radius:50%;background:var(--cx-green);color:#fff;font-size:8px;display:grid;place-items:center;border:2px solid #fffdf7;transition:transform .35s cubic-bezier(.22,1,.36,1)}.cx-cart-trigger:hover .cx-cart-count{transform:scale(1.12)}.cx-menu{display:none}.cx-header-progress{position:absolute;left:0;right:0;bottom:0;height:1px;background:#1b352e14;opacity:0;transition:opacity .5s ease}.cx-header-progress span{display:block;width:0;height:100%;background:var(--cx-green);transform-origin:left center}.cx-header--seattle.is-sticky{position:fixed;background:#fffdf7eb;box-shadow:0 9px 34px #1b352e17;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%)}.cx-header--seattle.is-sticky .cx-header-stage{padding:5px 0}.cx-header--seattle.is-sticky .cx-header__inner{min-height:58px}.cx-header--seattle.is-sticky .cx-header__mark{width:49px;height:49px;padding:9px;box-shadow:none;background:transparent;border-color:transparent}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{background:#fffdf7b8;box-shadow:0 7px 24px #1b352e0f}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{min-height:45px;transform:scale(.98)}.cx-header--seattle.is-sticky .cx-header-progress{opacity:1}@media(max-width:900px){.cx-header--seattle .cx-header__inner{grid-template-columns:48px 1fr 92px;min-height:60px}.cx-header__brand{justify-self:center}.cx-header__mark{width:58px;height:58px;padding:10px}.cx-menu{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(27,53,46,.08);background:#fffdf7eb;border-radius:50%;color:var(--cx-ink);box-shadow:0 10px 26px #1b352e1a;transition:transform .45s cubic-bezier(.22,1,.36,1),background .4s ease}.cx-menu:hover{transform:translateY(-2px) rotate(2deg)}.cx-menu svg{width:19px}.cx-seattle-nav{display:none}.cx-header-actions{justify-self:end;min-height:44px;padding:0 6px}.cx-header-action{width:34px;height:34px}.cx-header-stage{padding:12px 0}.cx-utility-inner{font-size:7px;gap:8px}.cx-seattle-mobile{position:fixed;top:30px;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#fffdf7;color:var(--cx-ink);padding:20px 22px 26px;transform:translateY(-105%);transition:transform .65s cubic-bezier(.22,1,.36,1);z-index:101}.cx-seattle-mobile.is-open{transform:none}.cx-mobile-menu__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--cx-line);font-size:11px;font-weight:900;letter-spacing:.16em}.cx-mobile-menu__top button{width:38px;height:38px;border:0;background:var(--cx-surface);border-radius:50%;display:grid;place-items:center}.cx-mobile-menu__top svg{width:18px}.cx-seattle-mobile .cx-mobile-menu__main{display:grid;gap:0;margin-top:20px}.cx-seattle-mobile .cx-mobile-menu__main a{display:grid;grid-template-columns:38px 1fr;align-items:center;padding:17px 0;border-bottom:1px solid var(--cx-line);font-size:35px;letter-spacing:-.055em;transition:padding-left .45s cubic-bezier(.22,1,.36,1)}.cx-seattle-mobile .cx-mobile-menu__main a:hover{padding-left:8px}.cx-seattle-mobile .cx-mobile-menu__main small{font-size:9px;letter-spacing:.12em;color:var(--cx-muted)}.cx-seattle-mobile .cx-mobile-menu__utility{margin-top:auto;display:flex;gap:24px;padding-top:20px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}}@media(max-width:620px){.cx-header--seattle .cx-header__inner{min-height:56px}.cx-header--seattle .cx-header__mark{width:51px;height:51px}.cx-header-actions{padding:0 4px}.cx-header-action{width:31px;height:31px}.cx-utility-inner{font-size:6.5px}.cx-header--seattle.is-sticky .cx-header-stage{padding:2px 0}}.cx-hero--editorial{padding:0}.cx-hero__media{height:calc(100svh - 31px);min-height:650px;border-radius:0}.cx-hero__media img,.cx-hero__media video{transform:scale(1.035);animation:cx-hero-kenburns 12s ease-out both}@keyframes cx-hero-kenburns{0%{transform:scale(1.08)}to{transform:scale(1.035)}}.cx-hero__veil{background:linear-gradient(90deg,#0b312980,#0b31291f 55%,#0b312940)}.cx-hero__content{left:7.2%;bottom:14%;max-width:720px}.cx-hero__kicker{font-size:10px;letter-spacing:.22em}.cx-hero__content h1{font-size:clamp(60px,8.8vw,130px);letter-spacing:-.075em;text-shadow:0 2px 22px rgba(0,0,0,.08)}.cx-hero__content p{font-size:15px;max-width:440px}.cx-hero__product-label{position:absolute;right:7%;top:17%;z-index:2;color:#f8f3e8;text-align:center;width:125px;height:125px;border:1px solid rgba(248,243,232,.65);border-radius:50%;display:grid;place-content:center;transform:rotate(-7deg);animation:cx-bob 5s ease-in-out infinite}.cx-hero__product-label span{font-size:13px;font-weight:900;letter-spacing:.12em}.cx-hero__product-label small{font-size:6px;letter-spacing:.15em;margin-top:6px;opacity:.8}@keyframes cx-bob{50%{transform:rotate(-3deg) translateY(-8px)}}.cx-hero__round-cta{position:absolute;right:5.2%;top:31%;z-index:2;min-width:185px;height:52px;padding:0 22px;border-radius:999px;background:var(--cx-gold);color:#19352e;display:flex;align-items:center;justify-content:center;gap:16px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 12px 30px #00000024;transition:transform .3s ease,box-shadow .3s ease}.cx-hero__round-cta span{font-size:18px}.cx-hero__round-cta:hover{transform:translateY(-3px);box-shadow:0 18px 35px #0003}.cx-hero__chips{position:absolute;left:50%;bottom:30px;z-index:2;transform:translate(-50%);display:flex;gap:8px;white-space:nowrap}.cx-hero__chips span{padding:9px 16px;border-radius:999px;background:var(--cx-gold);color:#17352f;font-size:9px;font-weight:900;letter-spacing:.08em}.cx-hero__scroll{right:2.5%;bottom:27px;font-size:8px}.cx-hero__scroll span{width:28px}.cx-products{padding-top:clamp(80px,9vw,130px);background:#fffdf7}.cx-products__intro{display:flex;justify-content:space-between;align-items:end;gap:50px}.cx-products__intro h2{font-size:clamp(56px,7vw,94px);font-weight:650}.cx-products__intro p{max-width:360px;font-size:15px}.cx-products__rule{margin-top:35px;margin-bottom:28px}.cx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.cx-seattle-product{border-radius:24px;overflow:hidden;background:var(--cx-surface);box-shadow:0 12px 40px #1b352e14;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s}.cx-seattle-product:nth-child(2){background:#e6e9d7}.cx-seattle-product:hover{transform:translateY(-8px);box-shadow:0 24px 60px #1b352e21}.cx-product-card__media{aspect-ratio:1/1.02;background:var(--cx-surface)}.cx-seattle-product:nth-child(2) .cx-product-card__media{background:#e5e1d7}.cx-product-card__media img{width:100%;height:100%;object-fit:contain;padding:7%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.cx-seattle-product:hover .cx-product-card__media img{transform:scale(1.07) translateY(-8px)}.cx-product-card__index{position:absolute;left:20px;top:18px;font-size:10px;font-weight:900;letter-spacing:.15em}.cx-product-card__topline{position:absolute;left:50%;top:18px;transform:translate(-50%);width:72%;display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.13em;color:#1b352e9e}.cx-product-card__arrow{position:absolute;right:18px;bottom:18px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fffdf7;transition:transform .35s ease}.cx-seattle-product:hover .cx-product-card__arrow{transform:translate(3px,-3px) rotate(3deg)}.cx-product-card__body{padding:27px 28px 30px;background:#fffdf7}.cx-product-card__title-row{display:flex;justify-content:space-between;gap:20px;align-items:start}.cx-product-card__eyebrow{font-size:9px;letter-spacing:.17em;color:var(--cx-green);font-weight:900}.cx-product-card__name{font-size:clamp(30px,3.5vw,43px);line-height:.95;margin:8px 0 0;letter-spacing:-.06em}.cx-product-card__price{font-size:16px;font-weight:800;white-space:nowrap}.cx-product-card__desc{font-size:13px;color:var(--cx-muted);line-height:1.55;max-width:520px;margin:18px 0}.cx-product-card__specs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin:0 0 18px}.cx-product-card__specs>div{padding:13px 10px 14px;border-right:1px solid var(--cx-line)}.cx-product-card__specs>div:last-child{border-right:0}.cx-product-card__specs small{display:block;font-size:8px;color:var(--cx-green);font-weight:900;letter-spacing:.1em}.cx-product-card__specs strong{display:block;font-size:11px;margin-top:5px}.cx-product-card__specs span{display:block;font-size:9px;color:var(--cx-muted);margin-top:2px}.cx-product-card__variant{width:100%;height:45px;border:1px solid var(--cx-line);border-radius:0;background:transparent;padding:0 12px;margin-bottom:8px}.cx-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cx-product-card__actions .cx-btn{border-radius:999px;min-height:46px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.cx-editorial-gallery{background:#f6f1e4}.cx-gallery-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:35px}.cx-gallery-head h2{font-size:clamp(48px,6.5vw,82px);line-height:.9;letter-spacing:-.065em;margin:18px 0 0;max-width:800px}.cx-gallery-head p{max-width:350px;color:var(--cx-muted);font-size:14px;margin:0}.cx-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:260px;gap:12px}.cx-gallery-tile{position:relative;overflow:hidden;background:var(--cx-surface);min-height:0}.cx-gallery-tile--1{grid-row:span 2}.cx-gallery-tile--4{grid-column:2 / span 2}.cx-gallery-media,.cx-gallery-media img,.cx-gallery-media video{width:100%;height:100%}.cx-gallery-media img,.cx-gallery-media video{object-fit:cover;transition:transform .9s cubic-bezier(.2,.8,.2,1)}.cx-gallery-tile:hover .cx-gallery-media img,.cx-gallery-tile:hover .cx-gallery-media video{transform:scale(1.055)}.cx-gallery-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(12,62,53,.55));opacity:.85}.cx-gallery-caption{position:absolute;z-index:2;left:18px;right:18px;bottom:17px;display:flex;align-items:center;gap:13px;color:#fffdf7}.cx-gallery-caption span{font-size:9px;opacity:.7}.cx-gallery-caption strong{font-size:12px;letter-spacing:.04em}.cx-gallery-caption em{margin-left:auto;font-style:normal;font-size:17px;transition:transform .25s}.cx-gallery-tile:hover .cx-gallery-caption em{transform:translate(3px,-3px)}.cx-benefits{background:var(--cx-green-deep)}.cx-how-it-works{background:#fffdf7}.cx-field-notes{background:var(--cx-surface)}.cx-final__box{border-radius:24px}.cx-footer--reference{background:var(--cx-green)}@media(max-width:900px){.cx-header--seattle .cx-header__inner{grid-template-columns:48px 1fr 92px;min-height:60px}.cx-header__brand{justify-self:center}.cx-header__mark{width:58px;height:58px;padding:10px}.cx-menu{display:grid;width:42px;height:42px;place-items:center;border:0;background:#fffdf7eb;border-radius:50%;color:var(--cx-ink)}.cx-menu svg{width:19px}.cx-seattle-nav{display:none}.cx-header-actions{justify-self:end;min-height:44px}.cx-header-action{width:34px;height:34px}.cx-header-action.cx-social{display:none}.cx-header-stage{padding:12px 0}.cx-utility-inner{font-size:7px;gap:8px}.cx-seattle-mobile{position:fixed;top:31px;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#fffdf7;color:var(--cx-ink);padding:20px 22px 26px;transform:translateY(-105%);transition:transform .55s cubic-bezier(.2,.8,.2,1);z-index:101}.cx-seattle-mobile.is-open{transform:none}.cx-mobile-menu__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--cx-line);font-size:11px;font-weight:900;letter-spacing:.16em}.cx-mobile-menu__top button{width:38px;height:38px;border:0;background:var(--cx-surface);border-radius:50%;display:grid;place-items:center}.cx-mobile-menu__top svg{width:18px}.cx-seattle-mobile .cx-mobile-menu__main{display:grid;gap:0;margin-top:20px}.cx-seattle-mobile .cx-mobile-menu__main a{display:grid;grid-template-columns:38px 1fr;align-items:center;padding:17px 0;border-bottom:1px solid var(--cx-line);font-size:35px;letter-spacing:-.055em}.cx-seattle-mobile .cx-mobile-menu__main small{font-size:9px;letter-spacing:.12em;color:var(--cx-muted)}.cx-seattle-mobile .cx-mobile-menu__utility{margin-top:auto;display:flex;gap:24px;padding-top:20px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.cx-hero__media{height:calc(100svh - 31px);min-height:650px}.cx-hero__content{left:20px;right:20px;bottom:105px}.cx-hero__product-label{right:20px;top:16%;width:88px;height:88px}.cx-hero__product-label span{font-size:9px}.cx-hero__product-label small{font-size:5px}.cx-hero__round-cta{right:20px;top:30%;min-width:145px;height:44px;font-size:9px}.cx-hero__chips{left:20px;right:20px;bottom:25px;transform:none;overflow:auto;justify-content:flex-start}.cx-hero__chips span{font-size:8px;padding:8px 12px}.cx-hero__scroll{display:none}.cx-products__intro,.cx-gallery-head{display:block}.cx-products__intro p,.cx-gallery-head p{margin-top:18px}.cx-product-grid{grid-template-columns:1fr}.cx-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.cx-gallery-tile--1{grid-row:span 2}.cx-gallery-tile--4{grid-column:1 / span 2}}@media(max-width:620px){.cx-header--seattle .cx-header__inner{min-height:56px}.cx-header--seattle .cx-header__mark{width:51px;height:51px}.cx-header-actions{padding:0 6px}.cx-header-action{width:31px;height:31px}.cx-hero__content h1{font-size:clamp(54px,16vw,88px)}.cx-product-card__body{padding:23px 18px}.cx-product-card__specs{grid-template-columns:1fr}.cx-product-card__specs>div{border-right:0;border-bottom:1px solid var(--cx-line)}.cx-product-card__specs>div:last-child{border-bottom:0}.cx-product-card__actions{grid-template-columns:1fr}.cx-gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.cx-gallery-tile--1,.cx-gallery-tile--4{grid-row:auto;grid-column:auto}.cx-gallery-tile--1{grid-row:span 1}}.cx-header--seattle{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:0!important}.cx-header-stage{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cx-header--seattle .cx-header__mark,.cx-header--seattle .cx-seattle-nav,.cx-header--seattle .cx-header-actions{background:#faf8efc2!important;border:1px solid rgba(255,255,255,.58)!important;box-shadow:0 10px 35px #14302821,inset 0 1px #ffffffad!important;backdrop-filter:blur(20px) saturate(135%)!important;-webkit-backdrop-filter:blur(20px) saturate(135%)!important}.cx-header--seattle .cx-header__mark{background:#faf8efd1!important}.cx-header--seattle .cx-seattle-nav{min-height:50px;padding-inline:26px;gap:30px}.cx-header--seattle .cx-header-actions{min-height:50px;padding-inline:10px}.cx-header--seattle .cx-header__mark{box-shadow:0 12px 32px #14302829,inset 0 1px #fffc!important}.cx-header--seattle.is-sticky{background:#fffdf71f!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}.cx-header--seattle.is-sticky .cx-header__mark,.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{background:#faf8efd6!important;box-shadow:0 8px 28px #1430281c,inset 0 1px #ffffffb3!important;backdrop-filter:blur(20px) saturate(135%)!important;-webkit-backdrop-filter:blur(20px) saturate(135%)!important}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{min-height:48px}.cx-hero--editorial .cx-hero__media{clip-path:inset(0 0 0 0 round 0)}.cx-hero--editorial .cx-hero__media img,.cx-hero--editorial .cx-hero__media video{animation:cx-hero-media-enter 1.9s cubic-bezier(.16,1,.3,1) both,cx-hero-kenburns 16s ease-out 1.9s both;will-change:transform,filter}.cx-hero--editorial .cx-hero__veil{animation:cx-hero-veil-enter 1.4s ease-out .15s both}.cx-hero--editorial .cx-hero__content{animation:cx-hero-content-enter 1.05s cubic-bezier(.16,1,.3,1) .35s both}.cx-hero--editorial .cx-hero__product-label{animation:cx-hero-float-enter .95s cubic-bezier(.16,1,.3,1) .7s both,cx-bob 5s ease-in-out 1.65s infinite}.cx-hero--editorial .cx-hero__round-cta{animation:cx-hero-control-enter .8s cubic-bezier(.16,1,.3,1) .85s both}.cx-hero--editorial .cx-hero__chips{animation:cx-hero-control-enter .8s cubic-bezier(.16,1,.3,1) 1s both}.cx-hero--editorial .cx-hero__scroll{animation:cx-hero-scroll-enter .8s ease-out 1.15s both}@keyframes cx-hero-media-enter{0%{transform:scale(1.12);filter:blur(7px)}55%{filter:blur(1.5px)}to{transform:scale(1.045);filter:blur(0)}}@keyframes cx-hero-veil-enter{0%{opacity:0}to{opacity:1}}@keyframes cx-hero-content-enter{0%{opacity:0;transform:translate3d(0,48px,0)}to{opacity:1;transform:none}}@keyframes cx-hero-float-enter{0%{opacity:0;transform:scale(.72) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(-7deg)}}@keyframes cx-hero-control-enter{0%{opacity:0;transform:translate3d(0,22px,0) scale(.96)}to{opacity:1;transform:none}}@keyframes cx-hero-scroll-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@media(min-width:901px){.cx-hero--editorial .cx-hero__media img,.cx-hero--editorial .cx-hero__media video{transition:transform .25s ease-out}}.cx-wa{z-index:120!important}.cx-wa__circle{width:60px!important;height:60px!important;background:#25d366!important;border:2px solid rgba(255,255,255,.9);box-shadow:0 12px 30px #0e5b3b47,0 0 0 5px #25d3661a}.cx-wa__circle svg{width:33px!important;height:33px!important;color:#fff!important}.cx-wa__ring{background:#25d366!important}.cx-wa__label{background:var(--cx-green)!important;color:#fff!important;box-shadow:0 8px 25px #143c3029}@media(max-width:900px){.cx-header--seattle .cx-header__mark,.cx-header--seattle .cx-header-actions,.cx-header--seattle .cx-menu{background:#faf8efcc!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:0 9px 28px #1430281f,inset 0 1px #ffffffb3!important;backdrop-filter:blur(20px) saturate(135%)!important;-webkit-backdrop-filter:blur(20px) saturate(135%)!important}.cx-header--seattle .cx-menu{color:var(--cx-ink)}}@media(prefers-reduced-motion:reduce){.cx-hero--editorial .cx-hero__media img,.cx-hero--editorial .cx-hero__media video,.cx-hero--editorial .cx-hero__veil,.cx-hero--editorial .cx-hero__content,.cx-hero--editorial .cx-hero__product-label,.cx-hero--editorial .cx-hero__round-cta,.cx-hero--editorial .cx-hero__chips,.cx-hero--editorial .cx-hero__scroll{animation:none!important}}.cx-header--seattle{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background-color .42s cubic-bezier(.22,1,.36,1),box-shadow .42s ease,padding .42s cubic-bezier(.22,1,.36,1)}.cx-header--seattle .cx-header__mark,.cx-header--seattle .cx-seattle-nav,.cx-header--seattle .cx-header-actions{background:#faf8efc2!important;backdrop-filter:blur(20px) saturate(135%)!important;-webkit-backdrop-filter:blur(20px) saturate(135%)!important}.cx-header--seattle.is-sticky{background:#eee8d9!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 8px 28px #22352b1a!important}.cx-header--seattle.is-sticky .cx-header__mark,.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{background:#faf8efe0!important;backdrop-filter:blur(16px) saturate(125%)!important;-webkit-backdrop-filter:blur(16px) saturate(125%)!important}.cx-header--seattle .cx-header__mark{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important}.cx-header--seattle .cx-header__mark img,.cx-header--seattle .cx-header__mark svg{width:58px!important;max-width:58px!important;height:auto!important;max-height:58px!important}.cx-header--seattle.is-sticky .cx-header__mark{width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important}.cx-header--seattle.is-sticky .cx-header__mark img,.cx-header--seattle.is-sticky .cx-header__mark svg{width:53px!important;max-width:53px!important;max-height:53px!important}@media(max-width:900px){.cx-hero--editorial{min-height:68svh!important;height:68svh!important;max-height:760px!important}.cx-hero--editorial .cx-hero__media{min-height:68svh!important;height:68svh!important}.cx-hero--editorial .cx-hero__content{padding-top:112px!important;padding-bottom:72px!important}.cx-header--seattle .cx-header__mark{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important}.cx-header--seattle .cx-header__mark img,.cx-header--seattle .cx-header__mark svg{width:51px!important;max-width:51px!important;max-height:51px!important}.cx-header--seattle.is-sticky .cx-header__mark{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important}.cx-header--seattle.is-sticky .cx-header__mark img,.cx-header--seattle.is-sticky .cx-header__mark svg{width:47px!important;max-width:47px!important;max-height:47px!important}}@media(max-width:480px){.cx-hero--editorial,.cx-hero--editorial .cx-hero__media{min-height:62svh!important;height:62svh!important}.cx-hero--editorial .cx-hero__content{padding-top:104px!important;padding-bottom:62px!important}}@media(min-width:901px){.cx-header--seattle .cx-header__inner{position:relative;grid-template-columns:1fr auto 1fr!important}.cx-header--seattle .cx-header__brand{justify-self:start!important}.cx-header--seattle .cx-seattle-nav--centered{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;justify-self:auto!important;z-index:4;white-space:nowrap}.cx-header--seattle .cx-header-actions{justify-self:end!important}.cx-header--seattle .cx-header__mark{width:94px!important;height:94px!important;padding:15px!important;margin-top:2px}.cx-header--seattle .cx-header__mark img,.cx-header--seattle .cx-header__mark svg{width:72px!important;max-width:72px!important;max-height:72px!important}.cx-header--seattle.is-sticky .cx-header__mark{width:66px!important;height:66px!important;padding:10px!important}.cx-header--seattle.is-sticky .cx-header__mark img,.cx-header--seattle.is-sticky .cx-header__mark svg{width:50px!important;max-width:50px!important;max-height:50px!important}}.cx-products{overflow:hidden}.cx-products__intro-copy h2{max-width:850px}.cx-products__intro-side{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.cx-products__intro-note{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--cx-green)}.cx-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.cx-product-card--editorial{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);min-height:700px;background:#fffdf7!important;border:1px solid var(--cx-line)!important;border-radius:0!important;overflow:hidden;box-shadow:none!important;position:relative;transform:none!important;transition:border-color .45s ease,box-shadow .6s cubic-bezier(.2,.8,.2,1)}.cx-product-card--editorial:hover{border-color:#17352f40!important;box-shadow:0 24px 65px #17352f14!important}.cx-product-card--editorial:nth-child(2){grid-template-columns:minmax(390px,.84fr) minmax(0,1.16fr)}.cx-product-card--editorial:nth-child(2) .cx-product-card__visual{order:2}.cx-product-card--editorial:nth-child(2) .cx-product-card__body{order:1}.cx-product-card__visual{min-width:0;position:relative;overflow:hidden;background:#dfe6d6}.cx-product-card--editorial:nth-child(2) .cx-product-card__visual{background:#e6e1d7}.cx-product-card__media{display:block;width:100%;height:100%;min-height:700px;position:relative;overflow:hidden;background:transparent}.cx-product-card__image{width:100%;height:100%;object-fit:contain!important;padding:7% 10%!important;position:relative;z-index:1;transform:scale(.94);transition:transform 1.25s cubic-bezier(.16,1,.3,1),filter 1.1s ease;will-change:transform}.cx-product-card--editorial:hover .cx-product-card__image{transform:scale(1.01) translateY(-8px)}.cx-product-card__media-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(20,48,40,.07),transparent 25%),linear-gradient(0deg,rgba(20,48,40,.1),transparent 22%);opacity:.8}.cx-product-card__index{position:absolute;top:25px;left:27px;z-index:5;font-size:11px;letter-spacing:.18em;font-weight:900;color:#17352f}.cx-product-card__media-label{position:absolute;top:25px;right:27px;z-index:5;font-size:9px;letter-spacing:.16em;font-weight:900;color:#17352f9e}.cx-product-card__arrow{position:absolute!important;right:25px!important;bottom:25px!important;top:auto!important;z-index:6;width:52px!important;height:52px!important;border-radius:50%!important;display:grid!important;place-items:center;background:#faf8efd6!important;border:1px solid rgba(23,53,47,.22);font-size:20px;color:#17352f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s ease}.cx-product-card--editorial:hover .cx-product-card__arrow{transform:translate(4px,-4px) rotate(3deg)!important;background:#fffdf7!important}.cx-product-card__vertical-note{position:absolute;z-index:5;left:27px;bottom:27px;display:flex;align-items:center;gap:10px;font-size:8px;letter-spacing:.17em;font-weight:900;color:#17352f9e;writing-mode:vertical-rl;transform:rotate(180deg)}.cx-product-card__vertical-note i{width:1px;height:25px;background:#17352f4d}.cx-product-card--editorial .cx-product-card__body{padding:58px 58px 35px!important;background:#fffdf7!important;display:flex;flex-direction:column;min-width:0}.cx-product-card__number{font-size:9px;letter-spacing:.2em;color:var(--cx-muted);font-weight:900;padding-bottom:20px;border-bottom:1px solid var(--cx-line)}.cx-product-card__title-row{display:flex!important;justify-content:space-between!important;gap:30px;align-items:flex-start!important;margin-top:32px}.cx-product-card__heading{min-width:0}.cx-product-card__eyebrow{display:block;font-size:9px!important;letter-spacing:.18em!important;text-transform:uppercase;color:var(--cx-green)!important;font-weight:900!important}.cx-product-card__name{font-size:clamp(40px,4.3vw,66px)!important;line-height:.92!important;letter-spacing:-.065em!important;font-weight:650!important;margin:12px 0 0!important;max-width:520px}.cx-product-card__price-wrap{text-align:right;flex:0 0 auto;padding-top:2px}.cx-product-card__price-label{display:block;font-size:8px;letter-spacing:.15em;color:var(--cx-muted);font-weight:900;margin-bottom:7px}.cx-product-card__price{font-size:20px!important;font-weight:850!important;white-space:nowrap}.cx-product-card__description{margin:31px 0 0!important;color:var(--cx-muted);font-size:14px;line-height:1.72;max-width:590px}.cx-product-card__description p{margin:0 0 10px}.cx-product-card__description p:last-child{margin-bottom:0}.cx-product-card__feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin-top:31px}.cx-product-card__feature{display:grid;grid-template-columns:24px 1fr;gap:10px;padding:18px 12px 19px 0;min-width:0}.cx-product-card__feature+.cx-product-card__feature{border-left:1px solid var(--cx-line);padding-left:14px}.cx-product-card__feature>span{font-size:8px;color:var(--cx-green);letter-spacing:.12em;font-weight:900}.cx-product-card__feature strong{display:block;font-size:11px;line-height:1.25}.cx-product-card__feature p{margin:6px 0 0;color:var(--cx-muted);font-size:9px;line-height:1.45}.cx-product-card__form{margin-top:auto;padding-top:28px}.cx-product-card__variant-wrap label{display:block;font-size:8px;letter-spacing:.15em;font-weight:900;color:var(--cx-muted);margin-bottom:8px}.cx-product-card--editorial .cx-product-card__variant{height:50px!important;border:1px solid var(--cx-line)!important;border-radius:0!important;margin-bottom:12px!important;background:#fffdf7!important}.cx-product-card__purchase{display:grid;gap:10px}.cx-product-card__details-link{display:flex;align-items:center;justify-content:space-between;min-height:38px;color:var(--cx-ink);border-bottom:1px solid var(--cx-line);font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;transition:padding .3s ease,color .3s ease}.cx-product-card__details-link b{font-size:16px;font-weight:500;transition:transform .3s ease}.cx-product-card__details-link:hover{padding-left:5px;color:var(--cx-green)}.cx-product-card__details-link:hover b{transform:translate(3px,-3px)}.cx-product-card--editorial .cx-product-card__actions{display:grid!important;grid-template-columns:1.25fr .75fr!important;gap:8px!important}.cx-product-card--editorial .cx-product-card__actions .cx-btn{min-height:54px!important;border-radius:999px!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.1em}.cx-product-card__trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:17px;font-size:8px;letter-spacing:.09em;text-transform:uppercase;color:var(--cx-muted)}.cx-product-card--editorial .cx-product-card__visual{opacity:0;transform:translate(-24px);transition:opacity .9s ease,transform 1s cubic-bezier(.16,1,.3,1)}.cx-product-card--editorial .cx-product-card__body{opacity:0;transform:translate(24px);transition:opacity .85s ease .12s,transform 1s cubic-bezier(.16,1,.3,1) .12s}.cx-product-card--editorial:nth-child(2) .cx-product-card__visual{transform:translate(24px)}.cx-product-card--editorial:nth-child(2) .cx-product-card__body{transform:translate(-24px)}.cx-product-card--editorial.is-visible .cx-product-card__visual,.cx-product-card--editorial.is-visible .cx-product-card__body{opacity:1;transform:none}.cx-product-card--editorial.is-visible .cx-product-card__image{animation:cx-product-image-settle 1.4s cubic-bezier(.16,1,.3,1) both}@keyframes cx-product-image-settle{0%{transform:scale(1.01)}to{transform:scale(.94)}}@media(max-width:1100px)and (min-width:901px){.cx-product-card--editorial,.cx-product-card--editorial:nth-child(2){grid-template-columns:1fr}.cx-product-card--editorial .cx-product-card__visual,.cx-product-card--editorial:nth-child(2) .cx-product-card__visual{order:1}.cx-product-card--editorial .cx-product-card__body,.cx-product-card--editorial:nth-child(2) .cx-product-card__body{order:2}.cx-product-card__media{min-height:560px}}@media(max-width:900px){.cx-header--seattle .cx-header__mark{width:78px!important;height:78px!important;padding:13px!important}.cx-header--seattle .cx-header__mark img,.cx-header--seattle .cx-header__mark svg{width:60px!important;max-width:60px!important;max-height:60px!important}.cx-product-card--editorial,.cx-product-card--editorial:nth-child(2){grid-template-columns:1fr!important;min-height:0}.cx-product-card--editorial .cx-product-card__visual,.cx-product-card--editorial:nth-child(2) .cx-product-card__visual{order:1}.cx-product-card--editorial .cx-product-card__body,.cx-product-card--editorial:nth-child(2) .cx-product-card__body{order:2}.cx-product-card__media{min-height:58svh;height:58svh}.cx-product-card--editorial .cx-product-card__body{padding:34px 25px 27px!important}.cx-product-card__title-row{margin-top:25px;gap:18px}.cx-product-card__name{font-size:clamp(36px,10vw,54px)!important}.cx-product-card__feature-grid{grid-template-columns:1fr}.cx-product-card__feature{grid-template-columns:27px 1fr;padding:14px 0}.cx-product-card__feature+.cx-product-card__feature{border-left:0;border-top:1px solid var(--cx-line);padding-left:0}.cx-product-card--editorial .cx-product-card__actions{grid-template-columns:1fr!important}.cx-product-card__vertical-note{left:18px;bottom:18px}.cx-product-card__index,.cx-product-card__media-label{top:18px}.cx-product-card__index{left:18px}.cx-product-card__media-label{right:18px}.cx-product-card__arrow{right:17px!important;bottom:17px!important}}@media(max-width:480px){.cx-header--seattle .cx-header__mark{width:72px!important;height:72px!important;padding:12px!important}.cx-header--seattle .cx-header__mark img,.cx-header--seattle .cx-header__mark svg{width:55px!important;max-width:55px!important;max-height:55px!important}.cx-product-card__media{min-height:54svh;height:54svh}.cx-product-card--editorial .cx-product-card__body{padding:30px 18px 24px!important}.cx-product-card__price{font-size:17px!important}}@media(prefers-reduced-motion:reduce){.cx-product-card--editorial .cx-product-card__visual,.cx-product-card--editorial .cx-product-card__body{opacity:1!important;transform:none!important;transition:none!important}.cx-product-card--editorial .cx-product-card__image{animation:none!important;transition:none!important}}.cx-product-page--premium{padding:38px 0 100px;background:var(--cx-bg)}.cx-product-breadcrumbs{display:flex;align-items:center;gap:10px;color:var(--cx-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin:0 auto 26px;width:min(calc(100% - 40px),var(--cx-max))}.cx-product-breadcrumbs a{color:var(--cx-ink)}.cx-product-layout{width:min(calc(100% - 40px),var(--cx-max));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(370px,.88fr);gap:clamp(40px,6vw,82px);align-items:start}.cx-product-gallery--8style{min-width:0}.cx-product-gallery__main{position:relative;background:var(--cx-surface-2);border-radius:30px;overflow:hidden;aspect-ratio:1/1.05;display:flex;align-items:center;justify-content:center}.cx-product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:7% 10%;cursor:zoom-in;transition:transform 1s cubic-bezier(.16,1,.3,1)}.cx-product-gallery__main:hover img{transform:scale(1.025)}.cx-product-gallery__count,.cx-product-gallery__zoom{position:absolute;z-index:2;top:20px;font-size:9px;font-weight:900;letter-spacing:.16em;color:#17211d9e}.cx-product-gallery__count{left:22px}.cx-product-gallery__zoom{right:22px}.cx-product-gallery__thumbs{display:flex;gap:8px;overflow:auto;padding-top:10px}.cx-product-gallery__thumb{flex:0 0 76px;aspect-ratio:1;border:1px solid transparent;border-radius:12px;overflow:hidden;padding:0;background:var(--cx-white);cursor:pointer;transition:border-color .25s ease,transform .3s ease}.cx-product-gallery__thumb:hover{transform:translateY(-2px)}.cx-product-gallery__thumb.is-active{border-color:var(--cx-green)}.cx-product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cx-product-info--8style{padding-top:6px;max-width:570px}.cx-product-info__topline{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--cx-line);color:var(--cx-muted);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cx-product-info__topline span:first-child{color:var(--cx-green)}.cx-product-info__eyebrow{display:block;margin-top:30px;color:var(--cx-green);font-size:9px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.cx-product-info--8style h1{margin:10px 0 0;font-size:clamp(44px,5.5vw,78px);line-height:.9;letter-spacing:-.07em;font-weight:650}.cx-product-info__price-row{display:flex;align-items:baseline;gap:12px;margin-top:24px}.cx-product-info__price-row strong{font-size:20px;font-weight:850}.cx-product-info__price-row span{color:var(--cx-muted);font-size:10px}.cx-product-info__description{border-top:1px solid var(--cx-line);margin-top:28px;padding-top:22px;color:var(--cx-muted);font-size:14px;line-height:1.7}.cx-product-form--8style{margin-top:28px}.cx-product-form__fieldset{border:0;padding:0;margin:0 0 22px}.cx-product-form__fieldset legend,.cx-product-form__quantity label,.cx-product-card__select-label{display:block;margin-bottom:9px;color:var(--cx-muted);font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.cx-product-form__fieldset legend span{color:var(--cx-ink);margin-left:4px}.cx-variant-pills{display:flex;flex-wrap:wrap;gap:7px}.cx-variant-pills input{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden}.cx-variant-pills label{min-width:56px;padding:12px 16px;border:1px solid var(--cx-line);border-radius:999px;text-align:center;font-size:11px;cursor:pointer;transition:all .25s ease}.cx-variant-pills input:checked+label{color:#fff;background:var(--cx-green);border-color:var(--cx-green)}.cx-variant-pills input:disabled+label{opacity:.35;text-decoration:line-through}.cx-product-form__quantity{margin-top:3px}.cx-quantity{width:132px;height:48px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;border:1px solid var(--cx-line);border-radius:999px;background:#fffdf799}.cx-quantity button{height:100%;border:0;background:none;cursor:pointer;color:var(--cx-ink)}.cx-quantity input{width:100%;border:0;background:transparent;text-align:center;outline:none;-webkit-appearance:textfield;appearance:textfield}.cx-quantity input::-webkit-outer-spin-button,.cx-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cx-product-form__actions{display:grid;grid-template-columns:1.2fr .8fr;gap:8px;margin-top:18px}.cx-btn--full{width:100%}.cx-product-form__actions .cx-btn{min-height:56px}.cx-product-assurance{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.cx-product-assurance>div{border-top:1px solid var(--cx-line);padding-top:15px}.cx-product-assurance span{color:var(--cx-green);font-size:16px}.cx-product-assurance strong{display:block;margin-top:5px;font-size:11px}.cx-product-assurance p{margin:4px 0 0;color:var(--cx-muted);font-size:10px;line-height:1.5}.cx-product-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px;padding:15px 0;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);color:var(--cx-muted);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.cx-product-meta span+span:before{content:"\2022";margin-right:8px;color:var(--cx-green)}.cx-product-accordions{margin-top:5px}.cx-product-accordions details{border-bottom:1px solid var(--cx-line)}.cx-product-accordions summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:17px 0;cursor:pointer;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.cx-product-accordions summary::-webkit-details-marker{display:none}.cx-product-accordions summary span{font-size:18px;font-weight:400;transition:transform .3s ease}.cx-product-accordions details[open] summary span{transform:rotate(45deg)}.cx-product-accordions .rte{padding:0 0 18px;color:var(--cx-muted);font-size:12px;line-height:1.7}.cx-sticky-product-buy{display:none}.cx-products .cx-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}.cx-product-card--premium{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);min-height:610px;border:1px solid rgba(23,33,29,.08)!important;border-radius:34px!important;overflow:hidden;background:#fffdf7f0!important;box-shadow:0 22px 70px #1c2a221a,0 3px 12px #1c2a220b!important;transform:translateY(0);transition:transform .65s cubic-bezier(.16,1,.3,1),box-shadow .65s cubic-bezier(.16,1,.3,1),border-color .35s ease}.cx-product-card--premium:hover{transform:translateY(-7px);box-shadow:0 34px 90px #1c2a2224,0 6px 20px #1c2a220d!important;border-color:#17211d21!important}.cx-product-card--premium:nth-child(2){grid-template-columns:minmax(390px,.94fr) minmax(0,1.06fr)}.cx-product-card--premium:nth-child(2) .cx-product-card__media-wrap{order:2}.cx-product-card--premium:nth-child(2) .cx-product-card__content{order:1}.cx-product-card__media-wrap{min-width:0;padding:10px}.cx-product-card__media{height:100%;min-height:590px;display:block;position:relative;overflow:hidden;border-radius:27px;background:var(--cx-surface-2)}.cx-product-card--premium:nth-child(2) .cx-product-card__media{background:#e8e1d5}.cx-product-card__image{width:100%;height:100%;object-fit:contain!important;padding:7% 9%!important;transform:scale(.95);transition:transform 1.15s cubic-bezier(.16,1,.3,1),filter .7s ease}.cx-product-card--premium:hover .cx-product-card__image{transform:scale(1.015) translateY(-5px)}.cx-product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.13),transparent 28%,rgba(20,48,40,.06))}.cx-product-card__media-top{position:absolute;left:20px;right:20px;top:19px;z-index:3;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.16em;font-weight:900;color:#17211d94}.cx-product-card__view{position:absolute;z-index:4;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:12px;padding:11px 14px;border-radius:999px;background:#fffdf7d1;border:1px solid rgba(255,255,255,.7);color:var(--cx-ink);font-size:9px;font-weight:850;letter-spacing:.07em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .35s ease,background .35s ease}.cx-product-card__view b{font-size:15px;font-weight:500}.cx-product-card--premium:hover .cx-product-card__view{transform:translateY(-3px);background:#fffdf7}.cx-product-card__content{padding:58px 54px 42px;display:flex;flex-direction:column;min-width:0}.cx-product-card__content-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cx-product-card__eyebrow{display:block;color:var(--cx-green);font-size:8px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.cx-product-card__content h3{margin:11px 0 0;font-size:clamp(38px,4.1vw,60px);line-height:.92;letter-spacing:-.065em;font-weight:650}.cx-product-card__price{padding-top:3px;white-space:nowrap;font-size:18px;font-weight:850}.cx-product-card__description{max-width:550px;margin-top:27px;color:var(--cx-muted);font-size:13px;line-height:1.7}.cx-product-card__quick-specs{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line)}.cx-product-card__quick-specs span{padding:16px 12px 17px 0;min-width:0}.cx-product-card__quick-specs span+span{border-left:1px solid var(--cx-line);padding-left:12px}.cx-product-card__quick-specs b{display:block;font-size:10px}.cx-product-card__quick-specs small{display:block;margin-top:5px;color:var(--cx-muted);font-size:8px;line-height:1.35}.cx-product-card__form{margin-top:auto;padding-top:30px}.cx-product-card__select{width:100%;height:48px;margin-bottom:10px;padding:0 15px;border:1px solid var(--cx-line);border-radius:999px;background:transparent;color:var(--cx-ink);outline:none}.cx-product-card__actions{display:grid;grid-template-columns:1.15fr .85fr;gap:8px}.cx-product-card__actions .cx-btn{min-height:54px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.cx-product-card--premium .cx-reveal{opacity:1;transform:none}.cx-product-card--premium{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1),box-shadow .65s cubic-bezier(.16,1,.3,1)}.cx-product-card--premium:nth-child(2){transition-delay:.12s}.cx-product-card--premium.is-visible{opacity:1;transform:translateY(0)}.cx-product-card--premium.is-visible:hover{transform:translateY(-7px)}@media(max-width:900px){.cx-product-page--premium{padding:25px 0 80px}.cx-product-breadcrumbs{width:calc(100% - 30px);margin-bottom:18px}.cx-product-layout{width:calc(100% - 30px);grid-template-columns:1fr;gap:28px}.cx-product-gallery__main{aspect-ratio:1/1.08;border-radius:24px}.cx-product-gallery__main img{padding:9% 10%}.cx-product-info--8style{max-width:none;padding:0}.cx-product-info--8style h1{font-size:clamp(44px,14vw,66px)}.cx-product-assurance{grid-template-columns:1fr 1fr}.cx-sticky-product-buy{position:fixed;z-index:125;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.65);border-radius:20px;background:#faf8efeb;box-shadow:0 14px 45px #14302829;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cx-sticky-product-buy>div{min-width:0;flex:1}.cx-sticky-product-buy>div span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800}.cx-sticky-product-buy>div strong{display:block;margin-top:3px;font-size:12px}.cx-sticky-product-buy form{margin:0}.cx-sticky-product-buy .cx-btn{min-height:46px;padding:0 17px;font-size:9px}.cx-product-card--premium,.cx-product-card--premium:nth-child(2){grid-template-columns:1fr!important;min-height:0;border-radius:26px!important}.cx-product-card--premium .cx-product-card__media-wrap,.cx-product-card--premium:nth-child(2) .cx-product-card__media-wrap{order:1;padding:7px}.cx-product-card--premium .cx-product-card__content,.cx-product-card--premium:nth-child(2) .cx-product-card__content{order:2;padding:31px 22px 25px}.cx-product-card__media{min-height:56svh;height:56svh;border-radius:21px}.cx-product-card__content h3{font-size:clamp(37px,11vw,54px)}.cx-product-card__quick-specs{grid-template-columns:1fr}.cx-product-card__quick-specs span+span{border-left:0;border-top:1px solid var(--cx-line);padding-left:0}.cx-product-card__quick-specs span{padding:13px 0}.cx-product-card__actions{grid-template-columns:1fr}}@media(max-width:480px){.cx-product-gallery__thumb{flex-basis:64px}.cx-product-info__topline{font-size:8px}.cx-product-assurance{grid-template-columns:1fr}.cx-product-card__media{min-height:51svh;height:51svh}.cx-product-card__content{padding:27px 18px 22px!important}.cx-product-card__price{font-size:16px}}@media(prefers-reduced-motion:reduce){.cx-product-card--premium,.cx-product-card--premium.is-visible,.cx-product-card--premium.is-visible:hover{opacity:1;transform:none;transition:none}.cx-product-card__image,.cx-product-gallery__main img{transition:none}}.cx-footer--reference{border-radius:10px!important;overflow:hidden}.cx-products{position:relative}.cx-products .cx-product-grid{gap:34px!important}.cx-product-card--premium{position:relative;isolation:isolate;border-radius:38px!important;overflow:hidden!important;background:#fffdf7!important;border:1px solid rgba(22,53,47,.075)!important;box-shadow:0 28px 80px #1a30271c,0 7px 20px #1a30270b!important;transition:transform .8s cubic-bezier(.16,1,.3,1),box-shadow .8s cubic-bezier(.16,1,.3,1)!important}.cx-product-card--premium:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px #ffffffc7}.cx-product-card--premium:hover{transform:translateY(-9px)!important;box-shadow:0 42px 105px #1a302726,0 10px 26px #1a30270e!important}.cx-product-card__media-wrap{padding:12px!important}.cx-product-card__media{min-height:600px!important;border-radius:30px!important;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.48),transparent 58%),#dfe7d5!important}.cx-product-card--premium:nth-child(2) .cx-product-card__media{background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.52),transparent 58%),#e9e1d4!important}.cx-product-card__image{padding:6% 10%!important;transform:scale(.91)!important;transition:transform 1.15s cubic-bezier(.16,1,.3,1),filter .7s ease!important}.cx-product-card--premium:hover .cx-product-card__image{transform:scale(.965) translate3d(0,-7px,0)!important}.cx-product-card__media:after{background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 24%),linear-gradient(0deg,rgba(22,53,47,.045),transparent 22%)!important}.cx-product-card__media-top{left:23px!important;right:23px!important;top:22px!important}.cx-product-card__media-top span:last-child{opacity:.48}.cx-product-card__view{right:20px!important;bottom:20px!important;padding:12px 16px!important;background:#fffdf7bd!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 8px 24px #16352f14;-webkit-backdrop-filter:blur(15px) saturate(125%);backdrop-filter:blur(15px) saturate(125%)}.cx-product-card--premium:hover .cx-product-card__view{transform:translate3d(0,-3px,0)!important}.cx-product-card__content{padding:64px 60px 48px!important}.cx-product-card__content-head{align-items:flex-end!important}.cx-product-card__content h3{font-size:clamp(42px,4.4vw,64px)!important;line-height:.9!important;letter-spacing:-.068em!important}.cx-product-card__price{font-size:19px!important}.cx-product-card__description{max-width:500px!important;margin-top:29px!important;font-size:13px!important;line-height:1.75!important}.cx-product-card__quick-specs{margin-top:34px!important;border-top:1px solid rgba(22,53,47,.1)!important;border-bottom:1px solid rgba(22,53,47,.1)!important}.cx-product-card__quick-specs span{padding:18px 13px 19px 0!important}.cx-product-card__quick-specs span+span{padding-left:15px!important;border-color:#16352f1a!important}.cx-product-card__quick-specs b{font-size:10px!important;letter-spacing:.01em}.cx-product-card__quick-specs small{margin-top:6px!important;font-size:8px!important;letter-spacing:.02em}.cx-product-card__form{padding-top:34px!important}.cx-product-card__select{height:51px!important;border-radius:999px!important;padding-inline:18px!important;background:#faf7ee!important;border-color:#16352f1c!important}.cx-product-card__actions{gap:9px!important}.cx-product-card__actions .cx-btn{min-height:56px!important;border-radius:999px!important;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,background .3s ease!important}.cx-product-card__actions .cx-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #16352f1a}.cx-product-card__actions .cx-btn:active{transform:translateY(0) scale(.985)}.cx-product-card--premium{opacity:0;transform:translateY(34px) scale(.988);transition:opacity .95s cubic-bezier(.16,1,.3,1),transform .95s cubic-bezier(.16,1,.3,1),box-shadow .8s cubic-bezier(.16,1,.3,1)!important}.cx-product-card--premium:nth-child(2){transition-delay:.14s!important}.cx-product-card--premium.is-visible{opacity:1;transform:translateY(0) scale(1)}.cx-product-card--premium.is-visible:hover{transform:translateY(-9px) scale(1)!important}@media(min-width:901px){.cx-product-card--premium:nth-child(2) .cx-product-card__content{padding-left:64px!important;padding-right:60px!important}}@media(max-width:900px){.cx-product-card--premium{border-radius:29px!important}.cx-product-card__media-wrap{padding:8px!important}.cx-product-card__media{min-height:56svh!important;height:56svh!important;border-radius:23px!important}.cx-product-card__content{padding:34px 24px 27px!important}.cx-product-card__content h3{font-size:clamp(39px,11vw,56px)!important}.cx-product-card__quick-specs{margin-top:25px!important}.cx-product-card__form{padding-top:27px!important}}@media(max-width:480px){.cx-product-card--premium{border-radius:25px!important}.cx-product-card__media{min-height:52svh!important;height:52svh!important;border-radius:20px!important}.cx-product-card__content{padding:28px 18px 23px!important}.cx-product-card__content-head{gap:12px!important}.cx-product-card__content h3{font-size:clamp(37px,12vw,51px)!important}.cx-product-card__price{font-size:16px!important}}@media(prefers-reduced-motion:reduce){.cx-product-card--premium,.cx-product-card--premium.is-visible,.cx-product-card--premium.is-visible:hover{opacity:1!important;transform:none!important;transition:none!important}.cx-product-card__image,.cx-product-card__actions .cx-btn,.cx-product-card__view{transition:none!important}}.cx-header__mark{display:grid!important;place-items:center!important;line-height:0!important}.cx-header__mark .cx-logo__image,.cx-header__mark img,.cx-header__mark svg{display:block!important;margin:0!important;object-fit:contain!important;object-position:50% 50%!important;transform:translate(0)!important}.cx-hero--editorial{background:#17352f}.cx-hero--editorial .cx-hero__media{isolation:isolate;overflow:hidden}.cx-hero--editorial .cx-hero__media>video,.cx-hero--editorial .cx-hero__media>img{transform:scale(1.035);filter:saturate(.86) contrast(1.04);animation:cxHeroBreath 14s ease-in-out infinite alternate}.cx-hero__veil{z-index:2!important;background:linear-gradient(180deg,#071c1733,#071c1705 35%,#071c178f)!important}.cx-hero__gradient{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 72% 34%,rgba(245,241,227,.1),transparent 28%),linear-gradient(90deg,rgba(9,33,27,.46),transparent 58%);mix-blend-mode:multiply}.cx-hero__grain{z-index:5!important;opacity:.18!important}.cx-hero__content{z-index:7!important;max-width:760px!important}.cx-hero__kicker{opacity:.9}.cx-hero__content h1{text-wrap:balance;text-shadow:0 8px 32px rgba(0,0,0,.13)}.cx-hero__content p{max-width:510px!important;color:#fffdf7d1!important}.cx-hero__buttons{margin-top:28px!important}.cx-hero__round-cta{z-index:8!important;transition:transform .45s cubic-bezier(.16,1,.3,1),background .3s ease!important}.cx-hero__round-cta:hover{transform:translateY(-5px) rotate(2deg)}.cx-hero__chips{z-index:8!important}@keyframes cxHeroBreath{0%{transform:scale(1.035) translateZ(0)}to{transform:scale(1.07) translate3d(-.45%,-.3%,0)}}.cx-product-card--clickable{cursor:pointer}.cx-product-card--clickable .cx-product-card__content{cursor:default}.cx-product-card--clickable .cx-product-card__description{display:block;color:var(--cx-muted);text-decoration:none;cursor:pointer}.cx-product-card--clickable .cx-product-card__description:hover{color:var(--cx-ink)}.cx-product-card--clickable .cx-product-card__media-wrap{display:block;color:inherit;text-decoration:none}.cx-product-card--premium .cx-product-card__quick-specs,.cx-product-card--premium .cx-product-card__facts{display:none!important}.cx-product-card--premium{min-height:650px!important;border-radius:40px!important}.cx-product-card--premium .cx-product-card__media-wrap{min-width:0;padding:12px!important}.cx-product-card--premium .cx-product-card__media{min-height:625px!important;height:100%;border-radius:31px!important;display:block}.cx-product-card--premium .cx-product-card__content{padding:66px 62px 50px!important;justify-content:flex-start}.cx-product-card--premium .cx-product-card__content-head{padding-bottom:25px;border-bottom:1px solid var(--cx-line)}.cx-product-card--premium .cx-product-card__content h3{max-width:490px}.cx-product-card--premium .cx-product-card__description{margin-top:26px!important;max-width:500px;line-height:1.72}.cx-product-card--premium .cx-product-card__form{margin-top:auto;padding-top:38px!important}.cx-product-card--premium .cx-product-card__media{box-shadow:inset 0 0 0 1px #ffffff3d}.cx-product-card--premium .cx-product-card__image{transform:scale(.92)!important;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .6s ease!important}.cx-product-card--premium:hover .cx-product-card__image{transform:scale(.97) translate3d(0,-6px,0)!important}.cx-product-card--premium .cx-product-card__media-top{opacity:.72}.cx-product-card--premium .cx-product-card__view{transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s ease,box-shadow .3s ease!important}.cx-product-card--premium:hover .cx-product-card__view{transform:translate3d(0,-4px,0)!important;box-shadow:0 12px 30px #16352f1a}.cx-seattle-nav--centered{gap:28px!important}.cx-seattle-nav--centered a{white-space:nowrap}@media(max-width:900px){.cx-product-card--premium{min-height:0!important;border-radius:29px!important}.cx-product-card--premium .cx-product-card__media-wrap{padding:8px!important}.cx-product-card--premium .cx-product-card__media{min-height:55svh!important;height:55svh;border-radius:23px!important}.cx-product-card--premium .cx-product-card__content{padding:32px 23px 26px!important}.cx-product-card--premium .cx-product-card__content-head{padding-bottom:21px}.cx-product-card--premium .cx-product-card__form{padding-top:28px!important}.cx-hero--editorial .cx-hero__media>video,.cx-hero--editorial .cx-hero__media>img{animation:none;transform:scale(1.025)}}@media(max-width:480px){.cx-product-card--premium .cx-product-card__media{min-height:51svh!important;height:51svh}.cx-product-card--premium .cx-product-card__content{padding:28px 18px 22px!important}}@media(prefers-reduced-motion:reduce){.cx-hero--editorial .cx-hero__media>video,.cx-hero--editorial .cx-hero__media>img{animation:none!important;transform:none!important}}.cx-header--seattle{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:500!important;background:transparent!important;border:0!important;box-shadow:none!important;isolation:isolate;transition:transform .8s cubic-bezier(.22,1,.36,1)}.cx-header--seattle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:#eee8d9f7;opacity:0;transform:translateY(-2px);transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1);box-shadow:0 10px 35px #1b352e00}.cx-header--seattle.is-sticky:before{opacity:1;transform:none;box-shadow:0 10px 35px #1b352e1a}.cx-header--seattle .cx-header-stage{position:relative;background:transparent!important;transition:padding .85s cubic-bezier(.22,1,.36,1)}.cx-header--seattle.is-sticky .cx-header-stage{padding-top:6px!important;padding-bottom:6px!important}.cx-header--seattle .cx-header-actions{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:20!important;min-width:104px!important}.cx-header--seattle .cx-header-action{display:grid!important;visibility:visible!important;opacity:1!important;color:#173d35!important;flex:0 0 38px!important}.cx-header--seattle .cx-header-action svg{display:block!important;visibility:visible!important;opacity:1!important;width:20px!important;height:20px!important;stroke:currentColor!important}.cx-header--seattle .cx-cart-count{display:grid!important;visibility:visible!important;opacity:1!important}.cx-header--seattle .cx-header__mark,.cx-header--seattle .cx-seattle-nav,.cx-header--seattle .cx-header-actions{will-change:transform,background-color,box-shadow;transition:transform .9s cubic-bezier(.22,1,.36,1),background-color .9s cubic-bezier(.22,1,.36,1),box-shadow .9s cubic-bezier(.22,1,.36,1),border-color .9s ease,backdrop-filter .9s ease}.cx-header--seattle.is-sticky .cx-header__mark{transform:scale(.82)}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{transform:scale(.97)}.cx-header--seattle .cx-header__mark,.cx-header--seattle .cx-seattle-nav,.cx-header--seattle .cx-header-actions{position:relative;z-index:2}@media(min-width:901px){.cx-header--seattle .cx-header__inner{min-height:92px!important}}@media(max-width:900px){.cx-header--seattle .cx-header__inner{grid-template-columns:48px 1fr auto!important}.cx-header--seattle .cx-header-actions{min-width:78px!important;min-height:44px!important}.cx-header--seattle .cx-header-action{flex-basis:34px!important;width:34px!important;height:34px!important}}.cx-header--seattle .cx-header-actions,.cx-header--seattle .header-actions,.cx-header--seattle .site-header__icons,.cx-header--seattle .header__icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin-left:auto!important;position:relative!important;z-index:30!important}.cx-header--seattle .cx-header-actions>*,.cx-header--seattle .header-actions>*,.cx-header--seattle .site-header__icons>*,.cx-header--seattle .header__icons>*{display:flex!important;align-items:center!important}.cx-header--seattle .header-actions a,.cx-header--seattle .site-header__icons a,.cx-header--seattle .header__icons a{color:inherit;text-decoration:none}@media(min-width:901px){.cx-header--seattle .cx-header__inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important}.cx-header--seattle .cx-header__mark{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:10!important}.cx-header--seattle.is-sticky .cx-header__mark{transform:translate(-50%,-50%) scale(.82)!important}.cx-header--seattle .cx-seattle-nav{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:9!important}.cx-header--seattle.is-sticky .cx-seattle-nav{transform:translate(-50%,-50%) scale(.97)!important}.cx-header--seattle .cx-header-actions,.cx-header--seattle .header-actions,.cx-header--seattle .site-header__icons,.cx-header--seattle .header__icons{position:absolute!important;right:24px!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;z-index:20!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}}.template-page.contact .main-content,.template-page.contact .shopify-section,body.page-contact-us .main-content,body.page-contact-us .shopify-section{scroll-margin-top:130px!important}.template-page.contact .cx-contact,.template-page.contact .contact-page,body.page-contact-us .cx-contact,body.page-contact-us .contact-page{padding-top:150px!important}@media(max-width:900px){.template-page.contact .cx-contact,.template-page.contact .contact-page,body.page-contact-us .cx-contact,body.page-contact-us .contact-page{padding-top:105px!important}}body[class*=contact] main#MainContent>.shopify-section:first-child,body[class*=contact] main#MainContent>section:first-child{padding-top:145px!important}@media(max-width:900px){body[class*=contact] main#MainContent>.shopify-section:first-child,body[class*=contact] main#MainContent>section:first-child{padding-top:100px!important}}@media(min-width:901px){.cx-header--seattle .cx-header__inner{position:relative!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;justify-content:initial!important;min-height:92px!important;width:100%!important}.cx-header--seattle .cx-header__mark{position:relative!important;grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;margin:0!important;transform:none!important;z-index:10!important}.cx-header--seattle.is-sticky .cx-header__mark{transform:scale(.82)!important;transform-origin:left center!important}.cx-header--seattle .cx-seattle-nav{position:absolute!important;left:50%!important;top:50%!important;grid-column:auto!important;grid-row:auto!important;justify-self:auto!important;align-self:auto!important;margin:0!important;transform:translate(-50%,-50%)!important;z-index:9!important}.cx-header--seattle.is-sticky .cx-seattle-nav{transform:translate(-50%,-50%) scale(.97)!important;transform-origin:center center!important}.cx-header--seattle .cx-header-actions,.cx-header--seattle .header-actions,.cx-header--seattle .site-header__icons,.cx-header--seattle .header__icons{position:relative!important;grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0!important;transform:none!important;z-index:20!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}.cx-header--seattle.is-sticky .cx-header-actions,.cx-header--seattle.is-sticky .header-actions,.cx-header--seattle.is-sticky .site-header__icons,.cx-header--seattle.is-sticky .header__icons{transform:scale(.97)!important;transform-origin:right center!important}.cx-header--seattle .cx-header__inner>*{min-width:0}}@media(min-width:901px){.cx-header--seattle .cx-header__inner{width:min(100% - 64px,1440px)!important;margin-inline:auto!important;padding-inline:0!important;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr)!important}.cx-header--seattle .cx-header__mark{justify-self:start!important}.cx-header--seattle .cx-header-actions,.cx-header--seattle .header-actions,.cx-header--seattle .site-header__icons,.cx-header--seattle .header__icons{justify-self:end!important}.cx-header--seattle .cx-seattle-nav{left:50%!important;transform:translate(-50%,-50%)!important}.cx-header--seattle.is-sticky .cx-seattle-nav{transform:translate(-50%,-50%) scale(.97)!important}}@media(min-width:901px)and (max-width:1200px){.cx-header--seattle .cx-header__inner{width:min(100% - 44px,1120px)!important}.cx-seattle-nav{gap:22px!important;padding-inline:22px!important}}.cx-hero--editorial{padding:16px 0 0!important;background:var(--cx-bg)!important}.cx-hero--editorial .cx-hero__media{width:min(100% - 32px,1440px)!important;margin-inline:auto!important;height:clamp(560px,72vh,690px)!important;min-height:560px!important;max-height:690px!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 20px 70px #1b352e1f!important}.cx-hero--editorial .cx-hero__veil{background:linear-gradient(90deg,#07211bad,#07211b52 42%,#07211b1f 72%,#07211b42)!important}.cx-hero--editorial .cx-hero__content{bottom:clamp(52px,7vh,82px)!important;max-width:690px!important}.cx-hero--editorial .cx-hero__content h1{font-size:clamp(50px,6.7vw,98px)!important}.cx-hero--editorial .cx-hero__content p{font-size:15px!important;max-width:450px!important;margin-top:20px!important;margin-bottom:23px!important}.cx-hero--editorial .cx-hero__kicker{margin-bottom:17px!important}.cx-hero--editorial .cx-hero__product-label{right:30px!important;bottom:30px!important}.cx-hero--editorial .cx-hero__round-cta{right:30px!important;top:30px!important}.cx-hero--editorial .cx-hero__chips{left:30px!important;bottom:30px!important}.cx-hero--editorial .cx-hero__scroll{right:30px!important;bottom:24px!important}.template-page.contact .cx-contact-page,body.page-contact-us .cx-contact-page,body[class*=contact] .cx-contact-page{padding-top:190px!important}@media(max-width:900px){.cx-hero--editorial{padding-top:10px!important}.cx-hero--editorial .cx-hero__media{width:calc(100% - 20px)!important;min-height:520px!important;height:62vh!important;max-height:620px!important;border-radius:22px!important}.cx-hero--editorial .cx-hero__content{left:24px!important;right:24px!important;bottom:45px!important}.cx-hero--editorial .cx-hero__content h1{font-size:clamp(44px,13vw,68px)!important}.cx-hero--editorial .cx-hero__round-cta{right:18px!important;top:18px!important}.cx-hero--editorial .cx-hero__product-label{right:18px!important;bottom:18px!important}.cx-hero--editorial .cx-hero__chips{left:18px!important;bottom:18px!important}.cx-hero--editorial .cx-hero__scroll{display:none!important}.template-page.contact .cx-contact-page,body.page-contact-us .cx-contact-page,body[class*=contact] .cx-contact-page{padding-top:145px!important}}.cx-hero--editorial .cx-hero__text-link{text-decoration:none!important}.cx-below-products{padding:clamp(90px,10vw,150px) 0;background:#eee8d9;color:#173d35}.cx-below-products__wrap{width:min(100% - 48px,1320px);margin:0 auto}.cx-section-intro{max-width:720px;margin-bottom:54px}.cx-section-intro--wide{max-width:820px}.cx-eyebrow{margin:0 0 15px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;opacity:.62}.cx-section-intro h2,.cx-care__lead h2{margin:0;font-size:clamp(38px,5vw,72px);line-height:.94;letter-spacing:-.045em;font-weight:800}.cx-section-intro__copy{max-width:610px;margin:23px 0 0;font-size:16px;line-height:1.7;opacity:.72}.cx-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#173d3529;border:1px solid rgba(23,61,53,.16);border-radius:26px;overflow:hidden}.cx-feature-card{min-height:330px;padding:30px;background:#eee8d9;position:relative;transition:transform .65s cubic-bezier(.22,1,.36,1),background-color .5s ease}.cx-feature-card:hover{transform:translateY(-5px);background:#f4efe3}.cx-feature-card__number{font-size:11px;letter-spacing:.14em;opacity:.45}.cx-feature-card__icon{margin:58px 0 28px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(23,61,53,.25);border-radius:50%}.cx-feature-card__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cx-feature-card h3{margin:0 0 10px;font-size:21px;letter-spacing:-.025em}.cx-feature-card p{margin:0;font-size:14px;line-height:1.65;opacity:.66}.cx-how{background:#173d35;color:#eee8d9}.cx-how .cx-eyebrow,.cx-how .cx-section-intro__copy{opacity:.62}.cx-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cx-step{min-height:300px;padding:28px;border:1px solid rgba(238,232,217,.2);border-radius:24px;transition:transform .65s cubic-bezier(.22,1,.36,1),background-color .5s ease}.cx-step:hover{transform:translateY(-6px);background:#eee8d90f}.cx-step__top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.15em;opacity:.62}.cx-step__line{height:1px;background:#eee8d933;margin:28px 0 85px}.cx-step h3{font-size:28px;letter-spacing:-.03em;margin:0 0 12px}.cx-step p{font-size:14px;line-height:1.7;opacity:.66;margin:0;max-width:390px}.cx-care{background:#dfe7d5}.cx-care__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,9vw,150px);align-items:start}.cx-care__lead>p:not(.cx-eyebrow){max-width:500px;line-height:1.7;opacity:.7;margin:25px 0 30px}.cx-pill-button{display:inline-flex;align-items:center;gap:16px;padding:14px 19px;border:1px solid rgba(23,61,53,.25);border-radius:999px;color:inherit;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .45s cubic-bezier(.22,1,.36,1),background-color .35s ease}.cx-pill-button:hover{transform:translateY(-3px);background:#ffffff59}.cx-care__list{border-top:1px solid rgba(23,61,53,.2)}.cx-care-row{display:grid;grid-template-columns:70px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid rgba(23,61,53,.2)}.cx-care-row__num{font-size:10px;letter-spacing:.12em;opacity:.48}.cx-care-row h3{margin:0 0 7px;font-size:20px}.cx-care-row p{margin:0;max-width:600px;font-size:14px;line-height:1.65;opacity:.67}@media(max-width:900px){.cx-below-products{padding:78px 0}.cx-below-products__wrap{width:calc(100% - 32px)}.cx-feature-grid{grid-template-columns:1fr 1fr}.cx-feature-card{min-height:290px;padding:24px}.cx-feature-card__icon{margin-top:45px}.cx-steps{grid-template-columns:1fr}.cx-step{min-height:230px}.cx-step__line{margin-bottom:55px}.cx-care__grid{grid-template-columns:1fr;gap:55px}}@media(max-width:560px){.cx-feature-grid{grid-template-columns:1fr}.cx-feature-card{min-height:260px}}.cx-footer--reference{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 15% 20%,rgba(223,231,213,.12),transparent 30%),radial-gradient(circle at 85% 80%,rgba(223,231,213,.08),transparent 28%),linear-gradient(rgba(223,231,213,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(223,231,213,.055) 1px,transparent 1px),#173d35!important;background-size:auto,auto,42px 42px,42px 42px,auto!important}.cx-footer--reference:before{content:"CARBON-X";position:absolute;left:-.03em;bottom:-.18em;font-size:clamp(120px,20vw,320px);line-height:.7;font-weight:900;letter-spacing:-.08em;color:#eee8d909;pointer-events:none;white-space:nowrap}.cx-footer--reference:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,transparent 0%,rgba(238,232,217,.045) 45%,transparent 55%);opacity:.7}.cx-footer--reference>*{position:relative;z-index:1}.cx-reviews{padding:clamp(90px,10vw,145px) 0;background:#dfe7d5;color:#173d35;overflow:hidden}.cx-reviews__wrap{width:min(100% - 48px,1320px);margin:auto}.cx-reviews__head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:50px}.cx-reviews__head h2{margin:0;font-size:clamp(40px,5.5vw,76px);line-height:.92;letter-spacing:-.05em;max-width:760px}.cx-reviews__arrows{display:flex;gap:8px}.cx-reviews__arrows button{width:50px;height:50px;border:1px solid rgba(23,61,53,.22);border-radius:50%;background:transparent;color:inherit;font-size:18px;cursor:pointer;transition:transform .45s cubic-bezier(.22,1,.36,1),background-color .35s ease}.cx-reviews__arrows button:hover{transform:translateY(-3px);background:#ffffff59}.cx-reviews__viewport{overflow:visible}.cx-reviews__track{display:flex;gap:18px;transition:transform .75s cubic-bezier(.22,1,.36,1)}.cx-review-card{flex:0 0 calc((100% - 18px)/2);min-height:380px;padding:30px;border:1px solid rgba(23,61,53,.16);border-radius:26px;background:#eee8d9;display:flex;flex-direction:column}.cx-review-card__top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;opacity:.55}.cx-review-card__stars{letter-spacing:.16em}.cx-review-card blockquote{margin:auto 0 55px;font-size:clamp(25px,3vw,39px);line-height:1.08;letter-spacing:-.035em}.cx-review-card__author{display:flex;align-items:center;gap:12px}.cx-review-card__initial{width:38px;height:38px;border-radius:50%;border:1px solid rgba(23,61,53,.2);display:grid;place-items:center;font-size:12px;font-weight:800}.cx-review-card__author strong,.cx-review-card__author small{display:block}.cx-review-card__author strong{font-size:13px}.cx-review-card__author small{font-size:11px;opacity:.55;margin-top:3px}.cx-faq-page{width:min(100% - 48px,1100px);margin:0 auto;padding:clamp(160px,18vw,230px) 0 120px;color:#173d35}.cx-faq-page__hero{max-width:780px;margin-bottom:70px}.cx-faq-page__hero h1{font-size:clamp(52px,8vw,105px);line-height:.88;letter-spacing:-.06em;margin:0}.cx-faq-page__hero>p:last-child{max-width:600px;line-height:1.7;opacity:.68;margin-top:25px}.cx-faq-page__list{border-top:1px solid rgba(23,61,53,.2)}.cx-faq-item{border-bottom:1px solid rgba(23,61,53,.2)}.cx-faq-item summary{list-style:none;cursor:pointer;padding:27px 4px;display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:19px;font-weight:600}.cx-faq-item summary::-webkit-details-marker{display:none}.cx-faq-item__plus{font-size:25px;font-weight:400;transition:transform .4s ease}.cx-faq-item[open] .cx-faq-item__plus{transform:rotate(45deg)}.cx-faq-item__answer{max-width:760px;padding:0 50px 30px 4px;line-height:1.75;opacity:.66}@media(max-width:700px){.cx-reviews{padding:78px 0}.cx-reviews__wrap{width:calc(100% - 32px)}.cx-reviews__head{align-items:start;flex-direction:column}.cx-review-card{flex-basis:100%;min-height:350px}.cx-faq-page{width:calc(100% - 32px);padding-top:135px}.cx-faq-item summary{font-size:17px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/carbon-x.css.map */
