: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-gallery__thumb img{width:100%;height:100%;object-fit:cover}.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-btn--full{width:100%}.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;top:0;left:0;width:100%;z-index:100;background:transparent;border:0;color:#30433c;transition:background .45s ease,box-shadow .45s ease,transform .45s ease}.cx-utility-bar{height:31px;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{padding:18px 0 12px}.cx-header--seattle .cx-header__inner{min-height:56px;display:grid;grid-template-columns:170px 1fr 190px;align-items:center;gap:18px}.cx-header__brand{justify-self:start;z-index:2}.cx-header__mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#fffdf7e6;border:1px solid rgba(27,53,46,.12);box-shadow:0 10px 28px #1b352e1f;padding:13px;transition:transform .4s ease,background .4s ease}.cx-header__mark img{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:29px;min-height:48px;padding:0 23px;border-radius:999px;background:#fffdf7eb;box-shadow:0 10px 30px #1b352e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cx-seattle-nav a{position:relative;padding:7px 0;font-size:12px;font-weight:750;letter-spacing:.02em}.cx-seattle-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:var(--cx-green);transition:right .3s cubic-bezier(.2,.8,.2,1)}.cx-seattle-nav a:hover:after,.cx-seattle-nav a:focus-visible:after{right:0}.cx-header-actions{justify-self:end;display:flex;align-items:center;gap:3px;min-height:48px;padding:0 9px;border-radius:999px;background:#fffdf7eb;box-shadow:0 10px 30px #1b352e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cx-header-action{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:var(--cx-ink);position:relative;transition:background .25s,transform .25s}.cx-header-action:hover{background:#165f5014;transform:translateY(-1px)}.cx-header-action svg{width:19px;height:19px}.cx-social{font-size:12px;font-weight:900;text-transform:lowercase}.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}.cx-menu{display:none}.cx-header--seattle.is-sticky{position:fixed;background:#fffdf7f7;box-shadow:0 7px 24px #1b352e14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cx-header--seattle.is-sticky .cx-header-stage{padding:0}.cx-header--seattle.is-sticky .cx-header__inner{min-height:67px}.cx-header--seattle.is-sticky .cx-header__mark{width:48px;height:48px;padding:9px;box-shadow:none;background:transparent;border:0}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.cx-header--seattle.is-sticky .cx-seattle-nav,.cx-header--seattle.is-sticky .cx-header-actions{min-height:67px}.cx-header--seattle.is-sticky:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:var(--cx-gold)}.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}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/carbon-x.css.map */
