: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}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/carbon-x.css.map */
