.floating-chat[data-astro-cid-d2sn2shj]{right:max(22px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));z-index:90;font-family:Inter,Arial,sans-serif;position:fixed}.floating-chat__trigger[data-astro-cid-d2sn2shj]{color:#fff;cursor:pointer;opacity:0;background:#050505;border:0;border-radius:999px;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;transition:transform .18s,box-shadow .18s,background .18s;animation:.52s cubic-bezier(.16,1,.3,1) .5s forwards floating-chat-enter,4.6s cubic-bezier(.16,1,.3,1) 10s forwards floating-chat-expand;display:inline-flex;overflow:hidden;transform:translateY(10px)scale(.85);box-shadow:0 18px 42px #00000038}.floating-chat__trigger[data-astro-cid-d2sn2shj]:hover{transform:translateY(-2px)scale(1);box-shadow:0 22px 54px #00000047}.floating-chat__icon[data-astro-cid-d2sn2shj]{flex:none;place-items:center;width:26px;height:26px;display:grid}.floating-chat[data-astro-cid-d2sn2shj] svg[data-astro-cid-d2sn2shj]{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.floating-chat__label[data-astro-cid-d2sn2shj]{color:#fff;white-space:nowrap;opacity:0;max-width:0;font-size:14px;font-weight:600;line-height:1;animation:4.6s cubic-bezier(.16,1,.3,1) 10s forwards floating-chat-label;display:inline-block;transform:translate(8px)}.floating-chat__panel[data-astro-cid-d2sn2shj]{width:min(370px,100vw - 32px);max-height:min(620px, calc(100vh - 118px - env(safe-area-inset-bottom)));color:#111;opacity:0;pointer-events:none;transform-origin:100% 100%;background:#fff;border-radius:18px;padding:18px;transition:opacity .22s,transform .22s;position:absolute;bottom:74px;right:0;overflow-y:auto;transform:translateY(14px)scale(.97);box-shadow:0 26px 72px #00000038}.floating-chat[data-astro-cid-d2sn2shj].is-open .floating-chat__panel[data-astro-cid-d2sn2shj]{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.floating-chat__close[data-astro-cid-d2sn2shj]{color:#111;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:12px;right:12px}.floating-chat__close[data-astro-cid-d2sn2shj] svg[data-astro-cid-d2sn2shj]{width:18px;height:18px}.floating-chat__header[data-astro-cid-d2sn2shj]{grid-template-columns:auto 1fr;align-items:center;gap:12px;padding-right:38px;display:grid}.floating-chat__header[data-astro-cid-d2sn2shj] img[data-astro-cid-d2sn2shj]{object-fit:cover;background:#f2f2f2;border-radius:50%;width:56px;height:56px}.floating-chat__header[data-astro-cid-d2sn2shj] h4[data-astro-cid-d2sn2shj]{margin:0;font-size:17px;font-weight:700;line-height:1.1;font-family:Inter,Arial,sans-serif!important}.floating-chat__header[data-astro-cid-d2sn2shj] p[data-astro-cid-d2sn2shj]{color:#666;margin:3px 0 0;font-size:13px;line-height:1.2}.floating-chat__welcome[data-astro-cid-d2sn2shj]{color:#333;margin:18px 0;font-size:14px;font-weight:400;line-height:1.55}.floating-chat__field[data-astro-cid-d2sn2shj]{color:#111;gap:8px;font-size:13px;font-weight:600;display:grid}.floating-chat__field[data-astro-cid-d2sn2shj] textarea[data-astro-cid-d2sn2shj]{resize:none;color:#111;width:100%;min-height:118px;font:inherit;background:#fafafa;border:1px solid #11111129;border-radius:12px;outline:none;padding:13px 14px;font-weight:400;line-height:1.45;transition:border-color .18s,box-shadow .18s,background .18s}.floating-chat__field[data-astro-cid-d2sn2shj] textarea[data-astro-cid-d2sn2shj]:focus{background:#fff;border-color:#111;box-shadow:0 0 0 4px #00000014}.floating-chat__meta[data-astro-cid-d2sn2shj]{color:#777;justify-content:flex-end;margin:8px 0 14px;font-size:12px;display:flex}.floating-chat__actions[data-astro-cid-d2sn2shj]{gap:10px;display:grid}.floating-chat__submit[data-astro-cid-d2sn2shj],.floating-chat__call[data-astro-cid-d2sn2shj]{width:100%;min-height:48px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,opacity .18s;display:inline-flex}.floating-chat__submit[data-astro-cid-d2sn2shj]{color:#fff;background:#050505;border:0}.floating-chat__call[data-astro-cid-d2sn2shj]{color:#111;background:#fff;border:1px solid #11111129}.floating-chat__submit[data-astro-cid-d2sn2shj] svg[data-astro-cid-d2sn2shj],.floating-chat__call[data-astro-cid-d2sn2shj] svg[data-astro-cid-d2sn2shj]{flex:none;width:17px;height:17px}.floating-chat__submit[data-astro-cid-d2sn2shj]:hover:not(:disabled){background:#222;transform:translateY(-1px)}.floating-chat__call[data-astro-cid-d2sn2shj]:hover{background:#f7f7f7;transform:translateY(-1px)}.floating-chat__submit[data-astro-cid-d2sn2shj]:disabled{cursor:not-allowed;opacity:.36}@keyframes floating-chat-enter{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes floating-chat-expand{0%,to{width:58px}14%,72%{width:196px}}@keyframes floating-chat-label{0%,10%,to{opacity:0;max-width:0;transform:translate(8px)}22%,72%{opacity:1;max-width:130px;margin-left:10px;transform:translate(0)}}@media (width<=640px){.floating-chat[data-astro-cid-d2sn2shj]{right:max(16px, env(safe-area-inset-right));bottom:max(16px, env(safe-area-inset-bottom))}.floating-chat__panel[data-astro-cid-d2sn2shj]{max-height:min(560px, calc(100dvh - 104px - env(safe-area-inset-bottom)));border-radius:16px;bottom:70px}}@media (prefers-reduced-motion:reduce){.floating-chat__trigger[data-astro-cid-d2sn2shj],.floating-chat__label[data-astro-cid-d2sn2shj],.floating-chat__panel[data-astro-cid-d2sn2shj],.floating-chat__submit[data-astro-cid-d2sn2shj]{transition:none!important;animation:none!important}.floating-chat__trigger[data-astro-cid-d2sn2shj]{opacity:1;transform:none}}:root{--gold:#ffc133;--ink:#111;--muted:#666;--line:#ededed;--cream:#fff;--white:#fff;--shadow:0 18px 45px #0000001a;--elite-gutter:clamp(14px, 3vw, 32px);--elite-animation-primary:.3s ease;--elite-animation-smooth:.4s ease;--elite-reveal-ease:cubic-bezier(.16, 1, .3, 1)}@font-face{font-family:Elites-Display;src:url(/_astro/Elites-Semi-Bold.DwuOdKAq.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}*{box-sizing:border-box}body{color:var(--ink);background:var(--white);margin:0;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:400;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.elite-reveal,.elite-reveal-heading,.elite-reveal-card{opacity:0;transition:opacity .65s var(--elite-reveal-ease), transform .65s var(--elite-reveal-ease);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(min(2rem,90%))}.elite-reveal[data-reveal=fade-in]{transform:none}.elite-reveal[data-reveal=zoom-out]{opacity:1;transform:scale(1.06)}.elite-reveal.is-visible,.elite-reveal-heading.is-visible,.elite-reveal-card.is-visible{opacity:1;transform:translateY(0)scale(1)}.elite-reveal-heading{transform:translateY(.75rem)}.elite-reveal-card{transform:translateY(16px)}.elite-underline-hover{transition:background-size var(--elite-animation-smooth), color var(--elite-animation-primary);background-image:linear-gradient(currentColor,currentColor);background-position:100% 100%;background-repeat:no-repeat;background-size:100% 1px}.site-header{z-index:20;background:0 0;justify-content:space-between;align-items:center;gap:28px;width:100%;padding:25px clamp(24px,7vw,96px);display:flex;position:absolute;top:0}.brand img{width:96px;height:auto}nav{color:#fff;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:24px;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:600;display:flex}nav a:last-child{color:#a5a5a5}.hero{color:#fff;text-align:center;background:#000;justify-content:center;align-items:center;min-height:675px;padding:126px clamp(20px,6vw,78px) 78px;display:flex;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;background:#0000003b;position:absolute;inset:0}.hero-bg{object-fit:cover;opacity:.72;width:100%;height:100%;position:absolute;inset:0}.hero-copy{z-index:2;max-width:850px;margin:0 auto;position:relative}h1,h2,h3{margin:0 0 18px;line-height:1.08}h1,h2,.section-title{letter-spacing:0;font-weight:600;font-family:Elites-Display,sans-serif!important}h1{max-width:760px;margin-left:auto;margin-right:auto;font-size:80px}h2{font-size:50px}h3{font-family:Inter,Arial,sans-serif;font-size:27px;font-weight:500}.hero h1 strong,h2 strong{font-weight:600}.hero p,.split p,.cta-copy p{color:var(--muted);font-size:15px}.hero p{color:#d7d7d7;max-width:760px;margin-left:auto;margin-right:auto}.hero-media{display:none}.hero-media img{aspect-ratio:1.05;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:0 0 0 92px}.product-hero{text-align:left;background:#050505;min-height:400px;padding:clamp(28px,4vw,48px) clamp(20px,6vw,78px)}.product-hero .hero-bg{object-position:center bottom;opacity:1}.product-hero__shell{z-index:2;grid-template-columns:minmax(0,1fr) minmax(260px,390px);align-items:center;gap:clamp(28px,5vw,72px);width:min(100%,1180px);min-height:344px;margin:0 auto;display:grid;position:relative}.product-hero__copy{z-index:2;max-width:none;margin:0;position:relative}.product-hero__breadcrumbs{color:var(--gold);letter-spacing:0;flex-wrap:wrap;gap:8px;margin:0 0 18px;font-size:13px;display:flex;font-weight:300!important}.product-hero__breadcrumbs a{color:#a6a6a6;font-weight:300!important}.breadcrumb-chevron{border-top:1px solid;border-right:1px solid;width:.48em;height:.48em;margin-bottom:2px;display:inline-block;transform:translateY(.08em)rotate(45deg)}.product-hero h1{color:#fff;max-width:680px;margin:0 0 16px;font-size:clamp(44px,5.2vw,76px);line-height:1.08}.product-hero p{color:#ffffffc7;max-width:690px;margin:0;font-size:17px;line-height:1.65;font-weight:300!important}.product-hero .actions{justify-content:flex-start;gap:14px;margin-top:26px}.product-hero .button.primary{color:#111;background:#fff;border-radius:999px;min-height:60px;padding:18px 32px}.product-hero .button.primary:hover{background-color:var(--gold);color:#111;background-size:100% 100%}.product-hero__media{z-index:1;justify-content:center;align-items:center;min-height:330px;margin:0;display:flex;position:relative}.product-hero__media img{filter:drop-shadow(0 30px 32px #0000002e);width:min(360px,108%);max-width:none;height:auto}.product-hero--centered{text-align:center}.product-hero--centered .hero-overlay{background:linear-gradient(#000000b8 0%,#0000007a 46%,#000000db 100%)}.product-hero--centered .product-hero__shell{grid-template-columns:minmax(0,850px);justify-content:center}.product-hero--centered .product-hero__copy{text-align:center}.product-hero--centered .product-hero__breadcrumbs,.product-hero--centered .actions{justify-content:center}.product-hero--centered h1,.product-hero--centered p{margin-left:auto;margin-right:auto}.actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px;display:flex}.button{letter-spacing:1px;text-transform:capitalize;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:60px;padding:18px 30px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:400;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.arrow-button{gap:12px}.arrow-circle{--arrow-size:40px;width:var(--arrow-size);height:var(--arrow-size);color:#fff;background:#00000080;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.22,.61,.36,1),background .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1),border-color .3s cubic-bezier(.22,.61,.36,1);display:inline-flex}.arrow-circle svg{transform-origin:50%;width:70%;height:70%;transition:transform .3s cubic-bezier(.22,.61,.36,1);display:block}.arrow-button:hover .arrow-circle,.card:hover .arrow-circle,.cta-section .button:hover .arrow-circle{transform:scale(1.04)}.arrow-button:hover .arrow-circle svg,.card:hover .arrow-circle svg,.cta-section .button:hover .arrow-circle svg{transform:rotate(-45deg)}.button.primary{color:#fff;background:#111}.hero .button.primary{color:#111;background:#fff}.button.secondary{color:#111;background:#fff;border:0}.editorial-hero .button.secondary,.cta-section .button.secondary{color:#fff;background:#111}.section{padding:min(60px,clamp(58px,7vw,96px)) clamp(20px,6vw,78px)}.section.alt{color:#fff;background:#000}.section-title{text-align:center;max-width:980px;margin:0 auto 52px}.centered{text-align:center}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:960px;margin:0 auto;display:grid}.card{color:#fff;box-shadow:none;background:#020202;border:0;padding:0 0 28px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0000002e}.card img{object-fit:cover;background:#111;width:100%;height:215px;margin-bottom:18px}.card h3,.card p{padding-left:22px;padding-right:22px}.card p{color:#b9b9b9;margin-bottom:16px;font-size:13px}.arrow-link{color:var(--gold);align-items:center;gap:12px;padding-left:22px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:600;display:inline-flex}.arrow-only{margin-top:2px}.arrow-circle-card{--arrow-size:34px}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(34px,6vw,72px);display:grid}.split img{box-shadow:var(--shadow);aspect-ratio:1.25;object-fit:cover;border-radius:0 70px 0 0}.alt .split img{box-shadow:none;border-radius:0}.alt p{color:#cfcfcf}.product-page{--elite-gutter:clamp(14px, 3vw, 32px);--product-page-max:1420px;--product-page-gap:clamp(34px, 4vw, 54px);padding-bottom:clamp(42px,6vw,84px)}.product-page__intro{margin-top:clamp(34px,4vw,48px);margin-bottom:var(--product-page-gap)}.product-detail-section{width:min(calc(100% - (var(--elite-gutter) * 2)), var(--product-page-max));margin:0 auto var(--product-page-gap)}.product-detail-grid{gap:var(--product-page-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-detail-box{color:#171717;background:#fff;padding:clamp(30px,4vw,56px)}.product-detail-box h2{max-width:760px;margin:0 0 24px;font-size:50px;line-height:1.02;font-family:Elites-Display,sans-serif!important}.product-detail-box ul{gap:0;margin:0;padding:0;list-style:none;display:grid}.product-detail-box li{color:#4a4a4a;border-top:1px solid #1717171f;padding:14px 0;font-size:17px;font-weight:400;line-height:1.45}.product-detail-box li:first-child{border-top:0;padding-top:0}.product-detail-box a{color:inherit;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:4px}.product-detail-section--faq .product-detail-box{background:0 0;border:0}.product-faq-section{width:100%;max-width:none;padding:clamp(52px, 7vw, 92px) var(--elite-gutter,clamp(14px, 3vw, 32px));background:#fff}.product-faq-section .product-detail-box,.product-faq-section .vitro-heading,.product-faq-section .product-faq-list{width:min(100%, var(--product-page-max,1420px));margin-inline:auto}.product-faq-section .product-detail-box{padding:0}.product-faq-section h2{margin:0 0 clamp(28px,4vw,46px);font-size:50px;line-height:1;font-family:Elites-Display,sans-serif!important}.product-faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-faq-list details{background:#f7f7f7;border:0}.product-faq-list summary{color:#111;cursor:pointer;min-height:78px;padding:24px 70px 24px 24px;font-size:18px;font-weight:700;line-height:1.25;list-style:none;display:block;position:relative}.product-faq-list summary::-webkit-details-marker{display:none}.product-faq-list summary:before,.product-faq-list summary:after{content:"";width:34px;height:34px;transition:transform .3s cubic-bezier(.22,.61,.36,1),background .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1);position:absolute;top:24px;right:24px}.product-faq-list summary:before{background:0 0;border-radius:50%}.product-faq-list summary:after{color:#8e8e8e;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 37'%3E%3Cpolygon points='20.1 27.5 28.1 19.5 4 19.5 4 17.5 28.1 17.5 20.1 9.5 21.5 8.2 31.8 18.5 21.5 28.8 20.1 27.5'/%3E%3C/svg%3E") 50%/70% 70% no-repeat}.product-faq-list details[open] summary:before{background:#ffc133}.product-faq-list details[open] summary:after{color:#232323;transform:rotate(-45deg)}.product-faq-answer{overflow:hidden}.product-faq-answer p{color:#666;margin:0;padding:0 24px 24px;font-size:16px;line-height:1.65}.product-detail-box .card-grid{max-width:none}.product-page__cta{width:auto;margin:0 40px clamp(42px,6vw,84px)}.product-final-cta{color:#fff;background-color:#050505}.product-final-cta h2{color:#fff}.product-final-cta .elite-final-cta__content>p,.product-final-cta .elite-final-cta__info{color:#ffffffbd}.product-final-cta .elite-final-cta__contact-lines a{color:#fff;text-decoration-color:#ffffff52}.product-final-cta .elite-final-cta__whatsapp{color:#111;background:#fff}.product-final-cta .elite-final-cta__whatsapp:hover{background:var(--gold);color:#111}.product-final-cta .elite-final-cta__form{box-shadow:none}.coffee-leaves.leaves-dark:after{opacity:.08}.list-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.pill{border-left:3px solid var(--gold);background:#fff;padding:16px 18px;font-weight:400;box-shadow:0 8px 22px #0000000d}.cta-section{color:#222;background:#fff;grid-template-columns:.85fr 1.15fr;gap:42px;padding:clamp(58px,7vw,96px) clamp(20px,6vw,78px);display:grid}.cta-copy h2{color:#111}.cta-copy p{color:#676767}.phone{font-weight:600;color:#111!important;font-size:28px!important}.lead-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}label{color:inherit;font-size:14px;font-weight:400}input,select,textarea{width:100%;font:inherit;background:#f1f1f1;border:1px solid #ddd;border-radius:0;margin-top:6px;padding:13px 14px}.full,textarea,.lead-form button{grid-column:1/-1}.footer{color:#eee;background:#040404;padding:72px clamp(20px,6vw,78px) 28px;font-family:Inter,Arial,sans-serif}.footer__inner{width:min(100%,1420px);margin:0 auto}.footer-grid{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(130px,.72fr)) minmax(280px,1fr);align-items:start;gap:clamp(30px,4vw,58px);display:grid}.footer__brand{align-content:start;gap:18px;display:grid}.footer__brand p{color:#b8b8b8;max-width:340px;margin:0;font-size:15px;line-height:1.55}.footer address{gap:7px;font-style:normal;display:grid}.footer-socials{align-items:center;gap:12px;margin-top:4px;display:flex}.footer .footer-socials__button{color:#111;background:#fff;border:1px solid #fff;border-radius:50%;place-items:center;width:48px;max-width:48px;height:48px;line-height:1;transition:background .22s,border-color .22s,color .22s;display:grid}.footer .footer-socials__button:hover,.footer .footer-socials__button:focus-visible{border-color:var(--gold);background:var(--gold);color:#111;outline:none}.footer .footer-socials__button svg{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:21px;height:21px}.footer h3{border-bottom:1px dotted var(--gold);color:#fff;letter-spacing:0;text-transform:none;width:fit-content;margin:0 0 16px;padding-bottom:8px;font-family:Elites-Display,sans-serif;font-size:20px;font-weight:700}.footer nav{color:inherit;font-family:Inter,Arial,sans-serif;font-size:inherit;font-weight:inherit;letter-spacing:0;text-transform:none;flex-direction:column;align-items:flex-start;gap:0;display:flex}.footer img{width:190px;height:auto;margin-right:auto}.footer a{color:#cfcfcf;width:max-content;max-width:100%;margin:0;font-size:15px;line-height:1.35;transition:color .18s,opacity .18s,background-size .26s;display:block}.footer nav a+a{margin-top:11px}.footer a:hover{color:#fff}.footer .elite-underline-hover{background-position:0 100%;background-size:0 1px}.footer .elite-underline-hover:hover{background-size:100% 1px}.footer-bottom .elite-underline-hover,.footer-bottom .elite-underline-hover:hover{background-size:0 1px}.footer-newsletter{border-top:0;align-items:start;gap:18px;margin-top:0;padding-top:0;display:grid}.footer-newsletter__text{color:#b8b8b8;max-width:320px;margin:0;font-size:15px;line-height:1.45}.footer-newsletter__form{gap:10px;display:grid}.footer-newsletter__form label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.footer-newsletter__fields{grid-template-columns:1fr;gap:10px;display:grid}.footer-newsletter input{color:#fff;background:0 0;border:1px solid #ffffff38;min-height:48px;margin:0}.footer-newsletter input::placeholder{color:#8e8e8e}.footer-newsletter input:focus{border-color:var(--gold);outline:none}.footer-newsletter button{color:#111;min-height:48px;font:inherit;cursor:pointer;background:#fff;border:0;width:100%;padding:0 20px;font-weight:600;transition:background .18s,color .18s,transform .18s}.footer-newsletter button:hover,.footer-newsletter button:focus-visible{background:var(--gold);color:#111;outline:none;transform:translateY(-1px)}.footer-newsletter__message{color:#aaa;min-height:18px;margin:0;font-size:13px}.footer-bottom{color:#8f8f8f;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:18px;margin-top:30px;padding-top:22px;display:flex}.footer-bottom p{margin:0;font-size:14px}.footer-bottom a{width:auto;color:inherit;font-size:inherit;display:inline}.footer-bottom a:hover{color:#fff}.copyright{color:#aaa;border-top:1px solid #333;margin-top:34px;padding-top:22px}.prose{max-width:860px;margin:0 auto}.prose p,.prose li{color:var(--muted);font-size:18px}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:600}.breadcrumbs{color:var(--muted);margin-bottom:18px;font-size:14px}@media (width<=1180px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.site-header{background:#000;flex-direction:column;align-items:flex-start;position:relative}nav{flex-wrap:wrap;gap:12px 18px}.hero,.split,.cta-section{grid-template-columns:1fr;min-height:auto}.product-hero__shell{grid-template-columns:1fr}.product-hero__media{min-height:280px}.product-hero__media img{width:min(300px,76vw)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{grid-template-columns:1fr}.list-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){h1{font-size:39px}.card-grid,.list-grid,.lead-form,.footer-grid{grid-template-columns:1fr}.product-hero{padding-top:30px}.product-hero__breadcrumbs{letter-spacing:0;justify-content:center;font-size:13px}.product-hero__copy{text-align:center}.product-hero h1{margin-left:auto;margin-right:auto;font-size:clamp(44px,5.2vw,76px)}.product-page h2{font-size:42px!important}.product-hero p{margin-left:auto;margin-right:auto;font-size:17px}.product-hero .actions,.product-hero .button.primary{display:grid}.product-hero .actions,.product-hero__media{justify-content:center}.product-page .elite-products .elite-carousel-controls{display:none}.faq details{border-top:1px solid var(--line);padding:0}.elite-rich-text.boxed{width:calc(100% - 28px)}.product-detail-section{width:min(calc(100% - 28px), var(--product-page-max,1420px))}.product-faq-section{width:100%}.product-faq-list{grid-template-columns:1fr}.product-detail-box{padding:28px 22px}.product-faq-section .product-detail-box{padding:0}.hero,.section,.cta-section{padding-left:18px;padding-right:18px}.footer{padding-top:54px}.footer-grid{gap:30px}.footer-newsletter{margin-top:42px}.footer-newsletter__fields{grid-template-columns:1fr}.footer-newsletter button{width:100%}.footer-bottom{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:100%;display:grid}.footer-bottom p:first-child{text-align:left}.footer-bottom p:last-child{text-align:right}}.premium-header{z-index:60;color:#fff;backdrop-filter:blur(18px);background:#000000e0;border-bottom:1px solid #ffffff1f;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px;padding:14px clamp(18px,4vw,56px);transition:background .22s,box-shadow .22s,min-height .22s;display:grid;position:sticky;top:0}.premium-header.is-scrolled{background:#000000f5;min-height:66px;box-shadow:0 14px 40px #00000014}.premium-header__logo img{width:112px;height:auto}.premium-header__nav{letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;gap:26px;font-size:12px;font-weight:600;display:flex}.premium-header__nav button,.premium-header__actions button,.quote-trigger{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.premium-header__nav a,.premium-header__nav button{transition:color .18s}.premium-header__nav a:last-child{color:inherit}.premium-header__nav a:hover,.premium-header__nav button:hover{color:var(--gold)}.premium-header__nav-item{position:relative}.premium-header__actions{justify-content:flex-end;display:flex}.quote-trigger{color:#111;text-transform:capitalize;letter-spacing:1px;background:#fff;border-radius:999px;min-height:52px;padding:0 26px;font-size:16px;font-weight:400}.premium-header__menu-button{background:#111;border:0;width:42px;height:42px;display:none}.premium-header__menu-button span{background:#fff;width:18px;height:2px;margin:5px auto;transition:transform .18s;display:block}.premium-header__menu-button.is-open span:first-child{transform:translateY(3px)rotate(45deg)}.premium-header__menu-button.is-open span:last-child{transform:translateY(-4px)rotate(-45deg)}.mega-menu{opacity:0;pointer-events:none;width:min(980px,100vw - 36px);transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)translateY(10px)}.premium-header__nav-item:hover .mega-menu,.mega-menu.is-open{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-menu__inner{background:#fff;border:1px solid #1111111a;grid-template-columns:repeat(3,minmax(0,1fr)) 1.25fr;gap:26px;padding:28px;display:grid;box-shadow:0 28px 80px #00000029}.mega-menu__label{color:var(--gold);text-transform:capitalize;letter-spacing:1px;text-transform:uppercase;border-radius:999px;margin:0 0 14px;font-size:16px;font-weight:400}.mega-menu a{color:#111;text-transform:none;letter-spacing:0;margin:10px 0;font-size:14px;display:block}.mega-menu__promo{background:#000;min-height:230px;position:relative;overflow:hidden}.mega-menu__promo img{object-fit:cover;opacity:.72;width:100%;height:100%;transition:transform .26s}.mega-menu__promo:hover img{transform:scale(1.04)}.mega-menu__promo span{color:#fff;text-transform:capitalize;letter-spacing:1px;border-radius:999px;font-size:16px;font-weight:400;position:absolute;bottom:18px;left:18px;right:18px}.editorial-hero{background:#fff;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(28px,5vw,70px);min-height:calc(100svh - 76px);padding:min(60px,clamp(58px,7vw,96px)) clamp(18px,5vw,72px);display:grid}.editorial-hero__copy{max-width:720px}.editorial-hero__copy h1{margin-left:0;margin-right:0}.editorial-hero__copy p{color:#505050;max-width:620px;font-size:clamp(17px,1.5vw,21px)}.editorial-hero .actions{justify-content:flex-start}.editorial-hero__media{aspect-ratio:1/.92;background:#000;position:relative;overflow:hidden}.editorial-hero__media img{object-fit:cover;opacity:.9;width:100%;height:100%}.editorial-hero__stats{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.editorial-hero__stats span{border:1px solid #11111124;padding:10px 14px;font-size:13px;font-weight:600}.commerce-section,.category-showcase,.faq-section,.blog-cards,.industry-band{padding:min(60px,clamp(58px,7vw,96px)) clamp(18px,5vw,72px)}.commerce-heading{gap:12px;max-width:860px;margin-bottom:34px;display:grid}.commerce-heading h2{margin:0}.commerce-heading>p{color:#606060;max-width:650px;font-size:17px}.commerce-heading__tools{color:#555;flex-wrap:wrap;gap:10px;margin-top:8px;font-size:12px;display:flex}.commerce-heading__tools span{border:1px solid #1111111f;padding:8px 10px}.trust-badges{background:#111;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;display:grid}.trust-badge{background:#fff;padding:28px clamp(18px,3vw,34px)}.trust-badge span{margin-bottom:6px;font-family:Inter,Arial,sans-serif;font-size:clamp(30px,4vw,56px);font-weight:600;display:block}.trust-badge p{color:#555;margin:0}.category-showcase{color:#fff;background:#000;position:relative}.category-showcase .commerce-heading p{color:#ddd}.category-showcase__controls{gap:8px;display:flex;position:absolute;top:clamp(58px,7vw,96px);right:clamp(18px,5vw,72px)}.category-showcase__controls button{color:#fff;cursor:pointer;background:0 0;border:0;width:44px;height:44px;font-size:24px}.category-showcase__track{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;touch-action:pan-x pan-y;grid-auto-columns:minmax(290px,420px);grid-auto-flow:column;gap:18px;padding-bottom:8px;display:grid;overflow:auto hidden}.category-tile{scroll-snap-align:start;background:#111;min-height:520px;position:relative;overflow:hidden}.category-tile:after{content:"";background:linear-gradient(#0000001f,#000000c2);position:absolute;inset:0}.category-tile img{object-fit:cover;width:100%;height:100%;transition:transform .32s}.category-tile:hover img{transform:scale(1.055)}.category-tile span,.category-tile h3,.category-tile .arrow-circle{z-index:2;position:absolute;left:24px}.category-tile span{color:var(--gold);text-transform:uppercase;font-size:12px;font-weight:600;bottom:108px}.category-tile h3{color:#fff;margin:0;bottom:54px;right:24px}.category-tile .arrow-circle{color:#fff;bottom:18px}.category-tile:hover .arrow-circle svg{transform:rotate(-45deg)}.promo-tiles{background:#111;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.promo-tile{background:#000;min-height:520px;position:relative;overflow:hidden}.promo-tile img{object-fit:cover;opacity:.74;width:100%;height:100%;transition:transform .32s,opacity .32s}.promo-tile:hover img{opacity:.62;transform:scale(1.045)}.promo-tile div{color:#fff;position:absolute;bottom:clamp(22px,4vw,48px);left:clamp(22px,4vw,48px);right:clamp(22px,4vw,48px)}.promo-tile span{color:#ddd;font-size:17px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card{background:#fff;border:1px solid #1111111a;transition:transform .22s,box-shadow .22s,border-color .22s}.product-card:hover{border-color:#11111142;transform:translateY(-4px);box-shadow:0 24px 60px #00000014}.product-card__image{background:#f7f7f7;min-height:330px;padding:28px;display:block;position:relative;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:280px;transition:transform .26s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{z-index:2;color:#fff;text-transform:uppercase;background:#111;padding:7px 10px;font-size:11px;font-weight:600;position:absolute;top:14px;left:14px}.product-card__body{padding:20px}.product-card__body p{color:var(--gold);text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.product-card__body h3{margin-bottom:10px}.product-card__body span{color:#5e5e5e;font-size:14px}.product-card__actions{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.product-card__actions button{color:#fff;font:inherit;cursor:pointer;background:#111;border:0;padding:14px 20px;font-weight:600}.product-card:hover .arrow-circle svg{transform:rotate(-45deg)}.industry-band{color:#fff;background:#000}.industry-band__grid{background:#ffffff2e;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.industry-band__grid a{background:#080808;padding:22px;transition:background .18s,color .18s}.industry-band__grid a:hover{color:#111;background:#fff}.faq-list{border-top:1px solid #1111111f;max-width:800px}.faq-list details{border-bottom:1px solid #1111111f;padding:20px 0}.faq-list summary{cursor:pointer;font-weight:600;list-style:none}.faq-list p{color:#5e5e5e}.blog-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.blog-card{border:1px solid #1111111f;align-content:start;min-height:260px;padding:24px;transition:transform .22s,background .22s,color .22s;display:grid}.blog-card:hover{color:#fff;background:#111;transform:translateY(-4px)}.blog-card span{color:var(--gold);text-transform:uppercase;font-size:12px;font-weight:600}.blog-card p{color:#666}.blog-card:hover p{color:#ddd}.quote-drawer{z-index:100;opacity:0;pointer-events:none;transition:opacity .22s;position:fixed;inset:0}.quote-drawer.is-open{opacity:1;pointer-events:auto}.quote-drawer__overlay{background:#00000073;border:0;position:absolute;inset:0}.quote-drawer__panel{background:#fff;width:min(480px,100%);height:100%;padding:34px;transition:transform .26s cubic-bezier(.22,.61,.36,1);position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.quote-drawer.is-open .quote-drawer__panel{transform:translate(0)}.quote-drawer__close{cursor:pointer;background:#00000014;border:0;width:40px;height:40px;font-size:26px;position:absolute;top:18px;right:18px}.quote-drawer__form{gap:12px;margin-top:22px;display:grid}.sticky-cta{z-index:40;color:#fff;background:#111;justify-content:space-between;align-items:center;gap:18px;width:min(760px,100% - 32px);margin:0 auto 16px;padding:12px 14px 12px 20px;display:flex;position:sticky;bottom:16px;box-shadow:0 18px 50px #0003}.sticky-cta button{color:#111;font:inherit;cursor:pointer;background:#fff;border:0;padding:16px 24px;font-weight:600}.product-tabs{gap:20px;display:grid}.product-tabs__nav{flex-wrap:wrap;gap:8px;display:flex}.product-tabs__nav button{font:inherit;text-transform:capitalize;letter-spacing:1px;cursor:pointer;background:#eee;border:0;border-radius:999px;padding:15px 22px;font-size:16px;font-weight:400}.product-tabs__nav button.is-active{color:#fff;background:#111}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}@media (width<=920px){.premium-header{grid-template-columns:auto auto 1fr}.premium-header__menu-button{order:2;display:block}.premium-header__logo{order:1}.premium-header__actions{order:3}.premium-header__nav{background:#000;border-bottom:1px solid #ffffff1f;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding:18px;display:none;position:absolute;top:100%;left:0;right:0}.premium-header__nav.is-open{display:flex}.premium-header__nav a,.premium-header__nav button{text-align:left;padding:14px 0}.mega-menu{opacity:1;pointer-events:auto;width:100%;display:none;position:static;transform:none}.mega-menu.is-open{display:block;transform:none}.mega-menu__inner{box-shadow:none;grid-template-columns:1fr;padding:18px}.editorial-hero,.promo-tiles{grid-template-columns:1fr}.trust-badges,.product-grid,.industry-band__grid,.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.premium-header__actions{display:none}.editorial-hero,.commerce-section,.category-showcase,.faq-section,.blog-cards,.industry-band{padding-left:18px;padding-right:18px}.trust-badges,.product-grid,.industry-band__grid,.blog-card-grid{grid-template-columns:1fr}.category-showcase__controls{margin-bottom:18px;position:static}.category-tile,.promo-tile{min-height:420px}.sticky-cta{flex-direction:column;align-items:stretch}}.elite-home{--elite-gutter:clamp(14px, 3vw, 32px);color:#171717;background:#fff}.elite-home h1,.elite-home h2,.elite-home h3{letter-spacing:-.03em;font-family:Inter,Arial,sans-serif;font-weight:600}.elite-topbar{min-height:38px;padding:0 var(--elite-gutter);color:#fff;background:#1f1f1f;grid-template-columns:auto auto auto 1fr 1fr;align-items:center;gap:14px;font-size:11px;display:grid}.elite-topbar p{text-align:center;margin:0}.elite-header{z-index:50;color:#fff;backdrop-filter:blur(14px);background:#000;border-radius:0;grid-template-columns:auto 1fr auto;align-items:center;min-height:92px;margin:0;padding:0 clamp(22px,4vw,54px);transition:margin .18s,padding .18s,min-height .18s;display:grid;position:sticky;top:0}.elite-header.is-scrolled{margin:0}.elite-logo img{object-fit:contain;width:clamp(142px,12vw,178px);max-height:68px}.elite-header .elite-desktop-nav{color:#fff;letter-spacing:1px;text-transform:capitalize;justify-content:center;gap:clamp(32px,5vw,72px);font-size:18px;display:flex;font-weight:400!important}.elite-header .elite-desktop-nav a{color:inherit}.elite-nav-item{position:relative}.elite-nav-link{align-items:center;min-height:92px;display:inline-flex}.elite-nav-item:before{content:"";height:0;position:absolute;top:100%;left:-20px;right:-20px}.elite-nav-panel{z-index:49;color:#171717;opacity:0;pointer-events:none;background:#fff;width:auto;max-width:100%;transition:opacity .22s,transform .26s cubic-bezier(.2,.8,.2,1);position:fixed;top:91px;left:0;right:0;overflow-x:clip;transform:translateY(-18px);box-shadow:0 28px 80px #0000002e}.elite-nav-item:hover .elite-nav-panel,.elite-nav-item:focus-within .elite-nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.elite-nav-panel__inner{background:#fff;grid-template-columns:minmax(170px,.8fr) minmax(210px,1fr) minmax(220px,.9fr) minmax(220px,.9fr);gap:clamp(24px,3.2vw,46px);width:min(100%,1420px);margin:0 auto;padding:clamp(28px,3.6vw,48px) clamp(22px,4vw,54px);display:grid}.elite-nav-panel__inner--machines{grid-template-columns:minmax(170px,.85fr) minmax(180px,.75fr) minmax(190px,.8fr) minmax(220px,.9fr) minmax(220px,.9fr)}.elite-nav-panel__group,.elite-nav-panel__feature,.elite-nav-panel__group a{opacity:0;transition:opacity .22s,transform .26s cubic-bezier(.2,.8,.2,1);transform:translateY(-10px)}.elite-nav-item:hover .elite-nav-panel__group,.elite-nav-item:focus-within .elite-nav-panel__group,.elite-nav-item:hover .elite-nav-panel__feature,.elite-nav-item:focus-within .elite-nav-panel__feature,.elite-nav-item:hover .elite-nav-panel__group a,.elite-nav-item:focus-within .elite-nav-panel__group a{opacity:1;transform:translateY(0)}.elite-nav-panel__group:first-child{transition-delay:40ms}.elite-nav-panel__group:nth-child(2){transition-delay:80ms}.elite-nav-panel__feature{transition-delay:.12s}.elite-nav-panel__group a:first-of-type{transition-delay:80ms}.elite-nav-panel__group a:nth-of-type(2){transition-delay:.105s}.elite-nav-panel__group a:nth-of-type(3){transition-delay:.13s}.elite-nav-panel__group a:nth-of-type(4){transition-delay:.155s}.elite-nav-panel__group a:nth-of-type(5){transition-delay:.18s}.elite-nav-panel__group a:nth-of-type(6){transition-delay:.205s}.elite-nav-panel__group a:nth-of-type(7){transition-delay:.23s}.elite-nav-panel__group p{border-bottom:1px dotted var(--gold);color:#171717;letter-spacing:0;text-transform:none;width:fit-content;margin:0 0 14px;padding-bottom:8px;font-family:Elites-Display,sans-serif;font-size:20px;font-weight:700}.elite-nav-panel__group a{color:#171717;letter-spacing:0;text-transform:none;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:12px 0;font-size:15px;font-weight:500;line-height:1.25;transition:background-size .26s cubic-bezier(.22,.61,.36,1);display:flex;position:relative}.elite-nav-panel__group a+a{background-image:linear-gradient(var(--gold), var(--gold)), linear-gradient(#1717171f, #1717171f);background-position:0 0,0 0;background-repeat:no-repeat;background-size:0 1px,100% 1px}.elite-nav-panel__group a:after{content:"";opacity:.48;border-top:1px solid #1717176b;border-right:1px solid #1717176b;flex:none;width:7px;height:7px;transition:border-color .18s,opacity .18s,transform .18s;transform:translate(-4px)rotate(45deg)}.elite-nav-panel__group a:hover{color:#171717;background-size:100% 1px,100% 1px}.elite-nav-panel__group a:hover:after{border-color:var(--gold);opacity:1;transform:translate(4px)rotate(45deg)}.elite-nav-panel__feature{color:#fff;isolation:isolate;text-transform:none;background:#f7f7f7;grid-column:3/span 2;align-content:end;min-height:clamp(320px,24vw,430px);padding:clamp(24px,2.6vw,38px);transition:opacity .22s,transform .26s cubic-bezier(.2,.8,.2,1),background .36s;display:grid;position:relative;overflow:hidden}.elite-nav-panel__inner--machines .elite-nav-panel__feature{grid-column:4/span 2}.elite-nav-item:hover .elite-nav-panel__feature:hover,.elite-nav-item:focus-within .elite-nav-panel__feature:hover{transform:translateY(-6px)}.elite-nav-panel__feature:after{z-index:1;content:"";background:linear-gradient(#0000002e 22%,#000000d1 100%);position:absolute;inset:0}.elite-nav-panel__feature img{object-fit:cover;opacity:1;width:100%;height:100%;transition:transform .52s cubic-bezier(.22,.61,.36,1),opacity .36s;position:absolute;inset:0}.elite-nav-panel__feature:hover img{transform:scale(1.045)}.elite-nav-panel__title{z-index:2;color:#fff;position:relative}.elite-nav-panel__eyebrow{z-index:2;color:var(--gold);letter-spacing:1.6px;text-transform:uppercase;font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.2;position:relative}.elite-nav-panel__title{color:#fff;letter-spacing:0;margin-top:7px;font-family:Elites-Display,sans-serif;font-size:clamp(30px,3vw,52px);font-weight:700;line-height:1.25;display:block}.elite-header-cta{color:#111;letter-spacing:1px;text-transform:capitalize;white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:18px;display:inline-flex;font-weight:400!important}.elite-mobile-word,.elite-mobile-back,.elite-nav-toggle,.elite-mobile-nav-panel,.elite-mobile-menu-footer{display:none}.elite-hero{background:#ddd;height:600px;margin:0;position:relative;overflow:hidden}.elite-hero__slide{opacity:0;transition:opacity .6s;position:absolute;inset:0}.elite-hero__slide.active{opacity:1}.elite-hero__slide img{object-fit:cover;width:100%;height:100%}.elite-hero__slide:after,.elite-image-hero:after,.elite-testimonials:after{content:"";background:linear-gradient(#00000024,#00000094);position:absolute;inset:0}.elite-hero__content{z-index:2;left:var(--elite-gutter);right:var(--elite-gutter);color:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;display:grid;position:absolute;bottom:clamp(92px,11vw,128px)}.elite-hero__content h1{text-transform:none;text-shadow:0 0 24px #000000b3;max-width:700px;margin:0;font-size:80px;font-weight:600;line-height:.94;font-family:Elites-Display,sans-serif!important}.elite-hero__content .elite-hero__heading{flex-direction:column;gap:12px;max-width:880px;display:flex}.elite-hero__eyebrow{color:var(--gold);letter-spacing:3px;border-bottom:1px dotted var(--gold);text-transform:uppercase;width:max-content;padding-bottom:10px;font-family:Inter,Arial,sans-serif;font-size:clamp(13px,1.1vw,16px);font-weight:700;line-height:1}.elite-hero__title{font:inherit;letter-spacing:0;line-height:.92;display:block}.elite-hero__content h2{text-transform:none;text-shadow:0 0 24px #000000b3;max-width:700px;margin:0;font-size:80px;font-weight:600;line-height:.94;font-family:Elites-Display,sans-serif!important}.elite-hero__content p{color:#ffffffe0;max-width:760px;margin:18px 0 0;font-size:clamp(17px,1.3vw,22px);line-height:1.45}.elite-hero__buttons{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.elite-mini-button.secondary{color:#373737;background:#e5e5e5}.elite-mini-button,.elite-outline{color:#171717;text-transform:capitalize;letter-spacing:1px;background:#fff;border:0;border-radius:999px;align-items:center;gap:8px;width:max-content;min-height:46px;padding:0 30px;font-size:16px;font-weight:400;display:inline-flex}.elite-outline{color:#fff;background:#171717}.elite-hero__controls{z-index:3;left:var(--elite-gutter);right:var(--elite-gutter);color:#fff;border-top:1px solid #ffffff40;justify-content:space-between;align-items:center;padding-top:16px;display:flex;position:absolute;bottom:clamp(22px,3vw,34px)}.elite-hero__controls button,.elite-carousel-controls button{color:inherit;cursor:pointer;background:0 0;border:0}.elite-hero__controls .arrow-circle,.elite-image-dots .arrow-circle,.category-showcase__controls .arrow-circle{color:#ebebeb;background:#fff0}.elite-circle-control{justify-content:center;align-items:center;padding:0;display:inline-flex}.elite-circle-control:first-child .arrow-circle{transform:rotate(180deg)}.elite-circle-control:first-child:hover .arrow-circle{transform:rotate(180deg)scale(1.04)}.elite-circle-control:not(:first-child):hover .arrow-circle{transform:scale(1.04)}.elite-circle-control:not(:first-child):hover .arrow-circle svg,.elite-circle-control:hover .arrow-circle svg{transform:rotate(-45deg)}.elite-carousel-controls .elite-circle-control:hover .arrow-circle svg,.category-showcase__controls .elite-circle-control:hover .arrow-circle svg,.elite-hero__controls .elite-circle-control:hover .arrow-circle svg,.intro-testimonial__actions .elite-circle-control:hover .arrow-circle svg,.elite-collection-control:hover .arrow-circle svg{transform:rotate(-45deg)!important}.elite-hero__controls>div{align-items:center;gap:24px;display:flex}.elite-dot{opacity:.5;border-radius:999px;width:10px;height:10px;padding:0;box-shadow:0 0 0 1px #0000001f;background:#fff!important;border:0!important}.elite-dot.active{opacity:1;width:18px;height:18px;padding:0;background:#fff0!important;border:4px solid #ffffffa6!important}.elite-testimonial-dots button{background:#ffffff73;border-radius:999px;width:7px;height:7px;padding:0;border:0!important}.elite-testimonial-dots button.active{background:currentColor}.elite-rich-text{color:#171717;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(40px,7vw,112px);display:grid;position:relative}.elite-rich-text.boxed{width:calc(100% - (var(--elite-gutter,clamp(14px, 3vw, 32px)) * 2));margin:clamp(34px,4vw,48px) auto 40px;padding:min(60px,clamp(54px,5vw,78px)) clamp(34px,4vw,72px);overflow:hidden}.elite-rich-text.light-gray,.elite-rich-text--light,.elite-rich-text.is-light{color:#171717;background-color:#f7f7f7}.elite-rich-text.dark-gray,.elite-rich-text--dark,.elite-rich-text.is-dark{color:#fff;background-color:#050505}.coffee-leaves{--coffee-leaves-size:min(70%, 920px) auto;--coffee-leaves-position:left -18px top -110px;position:relative}.coffee-leaves:after{content:"";z-index:0;background-image:url(/images/coffee-leaves-art.svg);background-repeat:no-repeat;background-size:var(--coffee-leaves-size);background-position:var(--coffee-leaves-position);opacity:0;pointer-events:none;transition:opacity .9s cubic-bezier(.16,1,.3,1) .22s;position:absolute;inset:0}.coffee-leaves.is-visible:after{opacity:1}.coffee-leaves.leaves-right{--coffee-leaves-position:right -250px bottom -100px;--coffee-leaves-size:min(200%, 920px) auto;transform:none}.coffee-leaves.leaves-mid{--coffee-leaves-position:left 300px top -110px}.coffee-leaves.leaves-normal{--coffee-leaves-position:left -18px top -110px;--coffee-leaves-size:min(70%, 920px) auto}.coffee-leaves.leaves-reverse{--coffee-leaves-position:right -18px top -110px;--coffee-leaves-size:min(70%, 920px) auto}.coffee-leaves.leaves-reverse:after{transform:scaleX(-1)}.coffee-beans{--coffee-beans-size:min(70%, 920px) auto;--coffee-beans-position:left -18px top -110px;position:relative}.coffee-beans:after{content:"";z-index:0;background-image:url(/images/coffee-beans-art.svg);background-repeat:no-repeat;background-size:var(--coffee-beans-size);background-position:var(--coffee-beans-position);opacity:0;pointer-events:none;transition:opacity .9s cubic-bezier(.16,1,.3,1) .22s;position:absolute;inset:0}.coffee-beans.is-visible:after{opacity:1}.elite-rich-text>div,.elite-rich-text>p{z-index:1;max-width:none;position:relative}.elite-rich-text h2{margin:0;font-size:50px;line-height:1.02}.elite-rich-text p{color:#3d3d3d;margin:0;font-size:16px;line-height:1.65}.elite-rich-text.dark-gray p,.elite-rich-text.is-dark p,.elite-rich-text--dark p{color:#ffffffc7}.elite-rich-text blockquote{color:#444;text-align:center;max-width:1080px;margin:0 auto;font-family:Times New Roman,Times,serif;font-size:36px;font-style:italic;font-weight:400;line-height:1.2}.elite-rich-text.dark-gray blockquote,.elite-rich-text.is-dark blockquote,.elite-rich-text--dark blockquote{color:#ffffffd1}.intro-testimonial{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.intro-testimonial__slides{width:100%;min-height:235px;position:relative}.intro-testimonial__slide{opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-end;margin:0;transition:opacity .6s,transform .6s;display:flex;position:absolute;inset:0;transform:translate(16px)}.intro-testimonial__slide.active{opacity:1;pointer-events:auto;transform:translate(0)}.intro-testimonial__stars{color:var(--gold);letter-spacing:2px;margin-bottom:18px;font-size:15px}.intro-testimonial blockquote{color:#444;text-align:center;max-width:1080px;margin:0 auto;font-family:Times New Roman,Times,serif;font-size:36px;font-style:italic;font-weight:400;line-height:1.2;position:relative}.quote-underline{background-image:linear-gradient(#ffc133,#ffc133);background-position:0 100%;background-repeat:no-repeat;background-size:0 5px}.intro-testimonial__slide.active .quote-underline,.quote-underline.is-visible{animation:.9s cubic-bezier(.22,.61,.36,1) .28s forwards quote-underline-slide}@keyframes quote-underline-slide{to{background-size:100% 5px}}.intro-testimonial figcaption{color:#989898;text-align:center;margin-top:20px;margin-bottom:20px;font-size:18px;line-height:1.35;display:block}.intro-testimonial strong{font-size:inherit;font-weight:700}.intro-testimonial figcaption span{color:#989898;font-size:inherit}.intro-testimonial__controls{justify-content:center;align-items:center;gap:0;margin-top:8px;display:flex}.intro-testimonial__dots{display:none}.intro-testimonial__dots button{cursor:pointer;background:#e8e8e8;border:0;border-radius:999px;width:16px;height:16px;padding:0;transition:background .22s}.intro-testimonial__dots button.active{background:var(--gold)}.intro-testimonial__actions{justify-content:center;align-items:center;gap:18px;display:flex}.intro-testimonial__actions button{color:#373737;cursor:pointer;border:0}.intro-testimonial__actions .elite-circle-control{background:0 0;width:54px;height:54px}.intro-testimonial__actions .arrow-circle{color:#373737;background:#e5e5e5}.service-review-section{--coffee-beans-size:min(70%, 920px) auto;background-color:#f7f7f7}.service-review-section.coffee-beans:after{opacity:.035;transform:scaleX(-1);background-position:right 100px top 0!important}.service-review-section h2{color:#171717}.service-review-section .intro-testimonial blockquote{color:#444}.service-review-section .intro-testimonial figcaption,.service-review-section .intro-testimonial figcaption span{color:#989898}.service-review-section .intro-testimonial__actions button{color:#373737}.service-review-section .intro-testimonial__actions .arrow-circle{color:#373737;background:#e5e5e5}.service-review-section .intro-testimonial__actions .elite-circle-control:hover .arrow-circle{background:var(--gold);color:#111}.elite-collections,.elite-products,.elite-feed,.elite-stories,.elite-service-row{padding:min(60px, clamp(62px, 8vw, 112px)) var(--elite-gutter,clamp(14px, 3vw, 32px));padding-right:0}.elite-collections{padding:60px 0;position:relative;overflow:hidden}.elite-collections>.elite-section-head{padding-inline:var(--elite-gutter,clamp(14px, 3vw, 32px))}.elite-collection-track,.elite-product-track{scroll-snap-type:x mandatory;scroll-padding-inline:var(--elite-gutter,clamp(14px, 3vw, 32px));scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;grid-auto-flow:column;gap:18px;display:grid;overflow:auto hidden}.elite-collection-track{padding-inline:var(--elite-gutter,clamp(14px, 3vw, 32px));grid-auto-columns:minmax(400px,1fr)}.elite-collection-track::-webkit-scrollbar{display:none}.elite-product-track::-webkit-scrollbar{display:none}.elite-collection-card{color:#fff;scroll-snap-align:start;isolation:isolate;background:#f7f7f7;border-radius:0;align-content:end;min-height:clamp(500px,40vw,660px);padding:clamp(22px,2.4vw,36px);transition:transform .36s cubic-bezier(.22,.61,.36,1),background .36s;display:grid;position:relative;overflow:hidden}.elite-collection-card.featured{background:#9f9f9f}.elite-collection-card:hover{transform:translateY(-6px)}.elite-collection-card img{object-fit:cover;opacity:1;width:100%;height:100%;transition:transform .52s cubic-bezier(.22,.61,.36,1),opacity .36s;position:absolute;inset:0}.elite-collection-card:not(.featured) img{object-fit:cover;opacity:1;padding:0}.elite-collection-card:hover img{opacity:1;transform:scale(1.045)}.elite-collection-card__content,.elite-collection-card .arrow-circle{z-index:2;position:relative}.elite-collection-card__content{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 20px;display:grid}.elite-collection-card__content h3,.elite-collection-card__content p{grid-column:1}.elite-collection-card h3{letter-spacing:-.03em;margin:0;font-size:clamp(22px,1.65vw,30px)}.elite-collection-card p{color:inherit;margin:0;font-size:clamp(13px,.9vw,15px);line-height:1.35}.elite-collection-card .arrow-circle{color:#fefefe;background:0 0;grid-area:1/2/span 2;place-self:end}.elite-collection-card:after{content:"";z-index:1;background:linear-gradient(#00000047 30%,#000000f2 100%);position:absolute;inset:0}.elite-collection-card:hover .arrow-circle svg{transform:rotate(-45deg)}.elite-collection-control{z-index:5;color:#fff;opacity:0;cursor:pointer;background:0 0;border:0;border-radius:50%;width:54px;height:54px;padding:0;transition:opacity .22s,background .22s,transform .22s;position:absolute;top:50%;transform:translateY(-50%)}.elite-collections:hover .elite-collection-control,.elite-collection-control:focus-visible{opacity:1}.elite-collection-control:hover{background:0 0}.elite-collection-control.prev{left:calc(var(--elite-gutter) + 16px)}.elite-collection-control.next{right:calc(var(--elite-gutter) + 16px)}.elite-section-head{gap:18px;margin-bottom:28px;display:grid;position:relative}.elite-section-head h2{margin:0;font-size:50px}.elite-section-head--carousel{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-right:32px}.elite-section-actions{align-items:center;gap:14px;display:flex}.elite-view-all{color:#373737;letter-spacing:1px;text-transform:capitalize;background:#e5e5e5;border-radius:999px;align-items:center;min-height:42px;padding:0 22px;font-size:16px;font-weight:400;display:inline-flex}.elite-section-head.compact{grid-template-columns:1fr auto;align-items:end}.elite-section-head p{color:#555;margin:6px 0 0}.elite-tabs{flex-wrap:wrap;gap:8px;display:flex}.elite-tabs button{color:#171717;min-height:50px;font:inherit;text-transform:capitalize;letter-spacing:1px;cursor:pointer;background:#eee;border:0;border-radius:999px;padding:0 24px;font-size:16px;font-weight:400}.elite-tabs button.active{color:#fff;background:#171717}.elite-carousel-controls{gap:8px;display:flex}.elite-carousel-controls button{color:#171717;width:42px;height:42px;padding:0}.elite-product-card{scroll-snap-align:start;background:#fafafa;flex-direction:column;gap:10px;padding:18px;display:flex}.elite-product-card img{object-fit:contain;opacity:.86;width:100%;height:260px;transition:transform .26s,opacity .26s}.elite-product-card:hover img{opacity:1;transform:scale(1.04)}.elite-product-card small{color:#999;text-transform:uppercase;font-size:10px}.elite-product-card h3{letter-spacing:0;margin:0;font-size:14px}.elite-product-card span{justify-self:end;font-size:12px}.elite-image-hero,.elite-testimonials{background:#171717;min-height:clamp(560px,50vw,760px);position:relative;overflow:hidden}.elite-image-hero img,.elite-testimonials img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.elite-image-hero>div:not(.elite-image-dots){z-index:2;color:#fff;max-width:540px;position:absolute;inset:50% clamp(40px,12vw,210px) auto auto;transform:translateY(-50%)}.elite-image-hero h2{color:#fff;letter-spacing:0;margin-bottom:22px;font-size:50px;line-height:.95;font-family:Elites-Display,sans-serif!important}.elite-image-hero>div>span{background:#fff;width:74px;height:2px;margin-bottom:30px;display:block}.elite-image-hero p{color:#eee;margin:0 0 18px;font-size:clamp(16px,1.15vw,21px);line-height:1.45}.elite-image-hero strong{color:#fff;font-weight:700}.elite-image-cta{color:#000;letter-spacing:1px;text-transform:capitalize;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:54px;margin-top:16px;padding:0 28px;font-size:16px;font-weight:400;display:inline-flex}.featured{background:linear-gradient(#fff,#f7f7f7)}.elite-feed{background:#f7f7f7}.elite-industry-carousel{margin-top:28px;position:relative}#industries-feed .elite-collection-track{padding-inline:0;scroll-padding-inline:0}.elite-industry-card img{filter:grayscale()contrast(1.22)brightness(.96);transition:filter .6s ease-in-out,transform .6s ease-in-out}.elite-industry-card{color:#232428;background:#efeff1;border-radius:0;grid-template-columns:52px minmax(0,1fr) auto;align-content:start;column-gap:0;min-height:160px;padding:30px}.elite-industry-card:after,.elite-industry-card>img{display:none}.elite-industry-card:hover img{filter:grayscale(0)contrast();transform:scale(1.03)}.elite-industry-card__icon{z-index:2;color:#232428;grid-area:1/1;width:34px;position:relative}.elite-industry-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:auto;display:block}.elite-industry-card .elite-collection-card__content{grid-column:2/span 2;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px 26px}.elite-industry-card h3{color:#232428;letter-spacing:0;max-width:420px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:22px;font-weight:600;line-height:1.16}.elite-industry-card p{color:#2d2e32;max-width:520px;font-size:16px;font-weight:300;line-height:1.16}.elite-industry-card .arrow-circle{color:#232428}.elite-industry-control{opacity:1}.elite-testimonials{text-align:center;place-items:center;display:grid}.elite-testimonials>div{z-index:2;color:#fff;width:min(900px,100% - 40px);position:relative}.elite-testimonials span{margin-bottom:8px;font-size:90px;line-height:.6;display:block}.elite-testimonials p{max-width:780px;margin:0 auto 16px;font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.elite-testimonials small{color:#eee}.elite-testimonial-dots{justify-content:center;gap:8px;margin-top:24px;display:flex}.elite-testimonial-dots button{color:#fff;cursor:pointer;background:0 0}.elite-editorial-stories{padding:min(60px, clamp(62px, 8vw, 112px)) var(--elite-gutter,clamp(14px, 3vw, 32px));background:#fff;padding-bottom:50px}.elite-editorial-stories__head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin-bottom:clamp(28px,4vw,52px);display:grid}.elite-editorial-stories__head h2{margin:0;font-size:50px;line-height:.96}.elite-editorial-stories__head p{color:#555;max-width:660px;margin:12px 0 0;font-size:17px;line-height:1.5}.elite-editorial-stories__head .elite-view-all{text-transform:none}.elite-editorial-stories__grid{grid-template-columns:minmax(0,58fr) minmax(0,42fr);gap:clamp(28px,4vw,58px);display:grid}.elite-editorial-stories__side{display:grid}.elite-editorial-stories__side .editorial-story-card+.editorial-story-card{border-top:0;margin-top:0;padding-top:0}.right-article-divider{--divider-gap:24px;height:1px;margin-block:var(--divider-gap);background:#00000024}.editorial-story-card,.editorial-story-card article{min-width:0;color:inherit;display:block;position:relative}.editorial-story-card img{object-fit:cover;width:100%;height:100%;transition:transform .52s cubic-bezier(.22,.61,.36,1)}.editorial-story-card:hover img{transform:scale(1.035)}.editorial-story-card--featured article{color:#fff;background:#111;border-radius:0;min-height:clamp(520px,42vw,600px);overflow:hidden}.editorial-story-card--featured img{position:absolute;inset:0}.editorial-story-card--featured article:after{content:"";background:linear-gradient(#0000001f 18%,#0000006b 52%,#000000e0 100%);position:absolute;inset:0}.story-badge{z-index:2;color:#111;letter-spacing:2px;text-transform:uppercase;opacity:.7;background:#fff;align-items:center;min-height:30px;padding:0 18px;font-family:monospace;font-size:10px;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:24px;left:24px}.editorial-story-card__content{z-index:2;position:relative}.editorial-story-card--featured .editorial-story-card__content{max-width:820px;position:absolute;bottom:clamp(30px,4vw,58px);left:clamp(28px,4vw,54px);right:clamp(28px,4vw,54px)}.story-meta{color:inherit;opacity:.82;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-size:14px;font-weight:400;display:flex}.story-meta__icon{color:currentColor;flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.story-meta__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:100%;height:100%}.editorial-story-card h3{letter-spacing:0;margin:0}.editorial-story-card--featured h3{color:#fff;max-width:820px;font-size:40px;line-height:1.02}.editorial-story-card--featured .editorial-story-card__content>p:not(.story-meta){color:#ffffffdb;max-width:820px;margin:18px 0 0;font-size:18px;font-weight:300;line-height:1.3}.story-link{color:inherit;text-underline-offset:5px;align-items:center;gap:8px;margin-top:24px;font-size:16px;font-weight:600;line-height:1.2;display:inline-flex}.editorial-story-card--compact article{grid-template-columns:minmax(180px,45%) minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,42px);display:grid}.editorial-story-card__image{background:#eee;border-radius:0;min-height:220px;position:relative;overflow:hidden}.editorial-story-card__image img{position:absolute;inset:0}.editorial-story-card__image .story-badge{top:18px;left:18px}.editorial-story-card--compact .story-meta{color:#555;margin-bottom:16px}.editorial-story-card--compact h3{color:#181818;font-family:Inter,Arial,Helvetica,sans-serif;font-size:clamp(22px,1.6vw,28px);font-weight:700;line-height:1.12}.editorial-story-card--compact .editorial-story-card__content>p:not(.story-meta){color:#444;margin:18px 0 0;font-size:16px;line-height:1.5}.editorial-story-card--compact .story-link{color:#171717;margin-top:22px}@media (width>=1101px){.elite-editorial-stories__grid{align-items:stretch}.editorial-story-card--featured,.editorial-story-card--featured article,.elite-editorial-stories__side{height:100%}.elite-editorial-stories__side{grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}.editorial-story-card--compact,.editorial-story-card--compact article{height:100%;min-height:0}.editorial-story-card--compact article{grid-template-columns:minmax(0,45%) minmax(0,1fr);align-items:stretch}.editorial-story-card__image{height:100%;min-height:0}.editorial-story-card--compact .editorial-story-card__content{flex-direction:column;align-items:flex-start;height:100%;min-height:0;display:flex}.editorial-story-card--compact .story-link{margin-top:auto}}@media (prefers-reduced-motion:reduce){.editorial-story-card img,.story-link span{transition:none}.editorial-story-card:hover img,.editorial-story-card:hover .story-link span{transform:none}}@media (width<=1100px){.elite-editorial-stories__grid{grid-template-columns:1fr}.elite-editorial-stories__side{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.right-article-divider{display:none}.elite-editorial-stories__side .editorial-story-card+.editorial-story-card{border-top:0;margin-top:0;padding-top:0}.editorial-story-card--compact article{grid-template-columns:1fr;gap:18px}.editorial-story-card__image{aspect-ratio:1.28;min-height:0}}@media (width<=720px){.elite-editorial-stories__head{grid-template-columns:1fr;align-items:start}.elite-editorial-stories__head .elite-view-all{justify-self:start}.elite-editorial-stories__side{grid-template-columns:1fr;gap:0}.right-article-divider{--divider-gap:20px;display:block}.editorial-story-card--featured article{min-height:520px}.editorial-story-card--featured .editorial-story-card__content{bottom:28px;left:24px;right:24px}.story-badge{top:18px;left:18px}}@media (width<=520px){.editorial-story-card--featured article{border-radius:0;min-height:460px}.editorial-story-card--featured .editorial-story-card__content>p:not(.story-meta){display:none}.editorial-story-card__image{border-radius:0}.editorial-story-card--compact h3{font-size:24px}.editorial-story-card--compact .editorial-story-card__content>p:not(.story-meta){font-size:16px}}.elite-service-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.elite-editorial-stories__head p,.elite-service-row p{color:#555}.elite-service-row{border-top:1px solid #1717171a}.elite-service-row div{padding-top:12px}@media (width<=900px){main{margin-top:80px}body.elite-nav-open{touch-action:none;overflow:hidden}.elite-header{z-index:120;color:#fff;width:100%;height:80px;min-height:80px;box-shadow:none;backdrop-filter:none;background:#000;border-radius:0;grid-template-columns:1fr;justify-items:center;padding:0 20px;transition:box-shadow .26s,transform .26s;position:fixed;top:0;left:0}.elite-header .elite-desktop-nav,.elite-header-cta{display:none}.elite-logo{z-index:52;width:190px;height:54px;display:block;position:absolute;left:22px}.elite-logo img{object-fit:contain;width:auto;height:100%}.elite-header.is-subpanel-open .elite-logo{opacity:0;pointer-events:none}.elite-mobile-back{z-index:54;opacity:0;pointer-events:none;background:0 0;border:0;place-items:center;width:32px;height:28px;padding:0;transition:opacity .24s,transform .42s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;left:31px;transform:rotate(16deg)translate(4px)}.elite-mobile-back span,.elite-mobile-back:before,.elite-mobile-back:after{background:var(--gold);content:"";height:2px;position:absolute}.elite-mobile-back span{width:28px}.elite-mobile-back:before,.elite-mobile-back:after{transform-origin:1px;width:15px;left:0}.elite-mobile-back:before{transform:rotate(45deg)}.elite-mobile-back:after{transform:rotate(-45deg)}.elite-header.is-subpanel-open .elite-mobile-back{opacity:1;pointer-events:auto;transform:rotate(0)translate(0)}.elite-nav-toggle{z-index:54;cursor:pointer;background:0 0;border:0;width:36px;height:30px;padding:0;display:block;position:absolute;top:24px;right:24px}.elite-nav-toggle span{background:var(--gold);transform-origin:50%;width:36px;height:2px;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .26s,background .26s;position:absolute;right:0}.elite-nav-toggle span:first-child{top:0}.elite-nav-toggle span:nth-child(2){top:13px}.elite-nav-toggle span:nth-child(3){top:26px}.elite-header.is-menu-open .elite-nav-toggle span:first-child{transform:translateY(13px)rotate(45deg)}.elite-header.is-menu-open .elite-nav-toggle span:nth-child(2){opacity:0}.elite-header.is-menu-open .elite-nav-toggle span:nth-child(3){transform:translateY(-13px)rotate(-45deg)}.elite-header .elite-mobile-nav-panel{z-index:51;color:#fff;isolation:isolate;opacity:0;pointer-events:none;background:#000;height:calc(100dvh - 80px);transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .22s;display:block;position:fixed;top:80px;left:0;right:0;overflow:hidden;transform:translate(100%)}.elite-header .elite-mobile-nav-panel:after{z-index:0;content:"";opacity:.08;pointer-events:none;background-image:url(/images/coffee-leaves-art.svg);background-position:left 10vw bottom 124px;background-repeat:no-repeat;background-size:150%;position:absolute;inset:0}.elite-header.is-menu-open .elite-mobile-nav-panel{opacity:1;pointer-events:auto;transform:translate(0)}.elite-mobile-panel-track{z-index:1;height:calc(100dvh - 80px);position:relative;overflow:hidden}.elite-mobile-menu-screen{opacity:0;pointer-events:none;width:100%;min-width:0;height:calc(100dvh - 80px);padding:26px 26px 164px;transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .26s;position:absolute;inset:0;overflow:hidden auto;transform:translate(100%)}.elite-mobile-menu-main{opacity:1;pointer-events:auto;transform:translate(0)}.elite-header.is-subpanel-open .elite-mobile-menu-main{opacity:0;pointer-events:none;transform:translate(-100%)}.elite-mobile-menu-sub.is-active{opacity:1;pointer-events:auto;transform:translate(0)}.elite-mobile-menu-screen ul{z-index:1;margin:0;padding:0;list-style:none;display:grid;position:relative}.elite-mobile-menu-main ul{gap:0}.elite-mobile-menu-screen li{opacity:0;transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--item-index,0) * 72ms + .12s);border-bottom:1px dotted #ffffff57;transform:translateY(28px)}.elite-mobile-menu-screen li:first-child{--item-index:1}.elite-mobile-menu-screen li:nth-child(2){--item-index:2}.elite-mobile-menu-screen li:nth-child(3){--item-index:3}.elite-mobile-menu-screen li:nth-child(4){--item-index:4}.elite-mobile-menu-screen li:nth-child(5){--item-index:5}.elite-mobile-menu-screen li:nth-child(6){--item-index:6}.elite-mobile-menu-screen li:nth-child(7){--item-index:7}.elite-mobile-menu-screen li:nth-child(8){--item-index:8}.elite-mobile-menu-screen li:nth-child(9){--item-index:9}.elite-mobile-menu-screen li:nth-child(10){--item-index:10}.elite-mobile-menu-screen li:nth-child(11){--item-index:11}.elite-header.is-menu-open .elite-mobile-menu-main li,.elite-header.is-menu-open .elite-mobile-menu-sub.is-active li{opacity:1;transform:translateY(0)}.elite-mobile-menu-screen a,.elite-mobile-menu-screen button{color:#fff;width:100%;min-height:auto;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:20px;padding:20px 0;display:grid}.elite-mobile-menu-screen a:focus-visible,.elite-mobile-menu-screen button:focus-visible,.elite-nav-toggle:focus-visible,.elite-mobile-back:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.elite-mobile-menu-main a,.elite-mobile-menu-main button,.elite-mobile-menu-sub a,.elite-mobile-menu-sub button{letter-spacing:0;text-transform:capitalize;background-image:none;font-family:Elites-Display,Inter,Arial,sans-serif;font-size:26px;font-weight:500;line-height:1.08;color:#fff!important}.elite-mobile-menu-screen a span,.elite-mobile-menu-screen button span{color:#fff!important}.elite-mobile-menu-sub a,.elite-mobile-menu-sub button{min-height:68px;padding:18px 0}.elite-mobile-menu-divider{color:var(--gold);letter-spacing:4px;text-transform:uppercase;padding:26px 0 8px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1;border-bottom:none!important}.elite-mobile-menu-screen i{justify-self:end;width:34px;height:24px;display:block;position:relative}.elite-mobile-menu-screen i:before{background:var(--gold);content:"";width:28px;height:2px;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.elite-mobile-menu-screen i:after{border-top:2px solid var(--gold);border-right:2px solid var(--gold);content:"";width:12px;height:12px;position:absolute;top:50%;right:3px;transform:translateY(-50%)rotate(45deg)}.elite-mobile-menu-screen a:hover i,.elite-mobile-menu-screen button:hover i,.elite-mobile-menu-screen a:focus-visible i,.elite-mobile-menu-screen button:focus-visible i{transform:translate(3px)}.elite-mobile-menu-circles{z-index:0;pointer-events:none;gap:27px;display:flex;position:absolute;bottom:28px;left:28px}.elite-mobile-menu-circles span{background:var(--gold);opacity:0;border-radius:50%;width:53px;height:53px;transition:opacity .62s,transform .62s cubic-bezier(.22,1,.36,1);transform:translateY(20px)scale(.9)}.elite-mobile-menu-circles span:nth-child(2){transition-delay:80ms}.elite-mobile-menu-circles span:nth-child(3){transition-delay:.16s}.elite-header.is-menu-open .elite-mobile-menu-circles span{opacity:.35;transform:translateY(0)scale(1)}.elite-mobile-menu-footer{z-index:2;opacity:0;pointer-events:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;transition:opacity .52s cubic-bezier(.22,1,.36,1) .26s,transform .52s cubic-bezier(.22,1,.36,1) .26s;display:grid;position:absolute;bottom:26px;left:26px;right:26px;transform:translateY(20px)}.elite-header.is-menu-open .elite-mobile-menu-footer{opacity:1;pointer-events:auto;transform:translateY(0)}.elite-mobile-consultation{color:#111;letter-spacing:.02em;text-align:center;text-transform:capitalize;background:#fff;border:1px solid #fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:60px;padding:0 26px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:700;line-height:1.1;transition:background .22s,border-color .22s,color .22s;display:inline-flex}.elite-mobile-consultation svg{fill:currentColor;flex:none;width:20px;height:20px}.elite-mobile-consultation:hover,.elite-mobile-consultation:focus-visible{border-color:var(--gold);background:var(--gold);color:#111}.elite-mobile-socials{align-items:center;gap:10px;display:flex}.elite-mobile-socials a{color:#111;background:#fff;border:1px solid #fff;border-radius:50%;place-items:center;width:60px;height:60px;transition:background .22s,border-color .22s;display:grid}.elite-mobile-socials a:hover,.elite-mobile-socials a:focus-visible{border-color:var(--gold);background:var(--gold)}.elite-mobile-socials svg{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:23px;height:23px}.elite-icons{grid-column:2}.elite-rich-text,.elite-story-grid,.elite-service-row{grid-template-columns:1fr}.intro-testimonial{min-height:360px}.intro-testimonial__slides{min-height:235px}.intro-testimonial__controls{grid-template-columns:1fr;justify-items:center;gap:22px}.intro-testimonial__dots{gap:18px}.intro-testimonial__dots button{width:16px;height:16px}.intro-testimonial__actions{justify-content:center;gap:18px}.intro-testimonial blockquote,#about-us .elite-commitment-quote blockquote{font-size:32px}.coffee-leaves,.coffee-beans{--coffee-leaves-size:115% auto;--coffee-leaves-position:left -34vw top -34px;--coffee-beans-size:115% auto;--coffee-beans-position:left -34vw top -34px}.coffee-leaves.leaves-normal{--coffee-leaves-position:left 20vw top 34px;--coffee-leaves-size:150%}.coffee-leaves.leaves-mid{--coffee-leaves-position:left 30vw top 110px}.elite-hero__content{text-align:center;grid-template-columns:1fr;justify-items:center}.elite-hero__buttons{justify-content:center}.elite-carousel-controls{position:static}}@media (prefers-reduced-motion:reduce){.elite-header,.elite-header *,.elite-mobile-nav-panel,.elite-mobile-panel-track{transition:none!important;animation:none!important}}@media (width<=640px){.elite-topbar{grid-template-columns:auto auto auto 1fr}.elite-topbar p:last-child{display:none}.elite-header .elite-desktop-nav{font-size:11px}.elite-header-cta{min-height:40px;padding:0 16px;font-size:12px}.elite-hero{height:560px}.elite-hero__content{align-items:center}.elite-hero__content h1{font-size:50px}.elite-hero__content .elite-hero__heading{align-items:center;gap:10px;max-width:100%}.elite-hero__title{font-size:clamp(42px,12vw,50px);line-height:.94}.elite-hero__content h2{font-size:50px}.elite-hero__content h1,.elite-hero__content h2{max-width:100%}.elite-hero__controls{border-top:0}.elite-hero__controls .elite-circle-control:hover .arrow-circle{color:#ebebeb;background:#fff0}.elite-hero__controls .elite-circle-control:first-child:hover .arrow-circle{transform:rotate(180deg)}.elite-hero__controls .elite-circle-control:not(:first-child):hover .arrow-circle{transform:none}.elite-hero__controls .elite-circle-control:hover .arrow-circle svg{transform:none!important}.elite-rich-text.boxed{row-gap:34px;width:100%;margin-inline:0}.elite-rich-text h2{text-align:center;margin-bottom:18px}.intro-testimonial{min-height:420px}.elite-carousel-controls,.elite-collection-control{display:none}.elite-collection-track,.elite-product-track{grid-auto-columns:minmax(350px,82vw)}.elite-collection-card{height:450px;min-height:450px}.product-card,.elite-product-card{min-height:350px}.product-card__image,.elite-product-card__media{min-height:190px}.product-card__image img,.elite-product-card__media img{height:190px}}.elite-carousel-controls .arrow-circle{color:#373737;background:#e5e5e5}#best-sellers{padding-top:50px}.arrow-button:hover .arrow-circle,.card:hover .arrow-circle,.cta-section .button:hover .arrow-circle,.category-tile:hover .arrow-circle,.product-card:hover .arrow-circle,.elite-circle-control:hover .arrow-circle,.elite-collection-card:hover .arrow-circle{color:#232323;background:#ffc133}.button:hover,.elite-mini-button:hover,.elite-outline:hover,.elite-header-cta:hover,.elite-view-all:hover,.elite-image-cta:hover{color:#111;background:#ffc133}.elite-azkoyen-hero{margin:clamp(34px, 4vw, 48px) var(--elite-gutter) 40px;color:#fff;background:#080808;min-height:clamp(650px,76vw,880px);display:grid;position:relative;overflow:hidden}.elite-azkoyen-hero__video,.elite-azkoyen-hero__overlay{width:100%;height:100%;position:absolute;inset:0}.elite-azkoyen-hero__video{object-fit:cover}.elite-azkoyen-hero__overlay{background:#0000009e}.elite-azkoyen-hero__content{z-index:1;width:min(100%,1420px);padding:clamp(70px, 8vw, 120px) var(--elite-gutter);grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:center;gap:clamp(16px,2.5vw,42px);margin:0 auto;display:grid;position:relative}.elite-azkoyen-hero__copy{min-width:0;max-width:600px}.elite-azkoyen-hero__copy h2{max-width:700px;margin:0;font-size:50px;line-height:.94}.elite-azkoyen-hero__copy>p{color:#ffffffd1;overflow-wrap:break-word;max-width:100%;margin:24px 0 0;font-size:clamp(16px,1.2vw,19px);line-height:1.65}.elite-azkoyen-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:26px;display:grid}.elite-azkoyen-benefits div{min-width:0;padding:14px 18px 0}.elite-azkoyen-benefits div+div{border-left:1px solid #ffffff3d}.elite-azkoyen-benefits span{color:#ffffffd1;background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:12px;font-size:11px;display:inline-flex}.elite-azkoyen-benefits img{width:34px;height:34px;margin-bottom:12px;display:block}.elite-azkoyen-benefits .elite-feature-icon{color:#f2c227;width:34px;height:34px;margin-bottom:12px;display:block}.elite-azkoyen-benefits h3{color:#fff;margin:0 0 6px;font-size:15px;line-height:1.15}.elite-azkoyen-benefits p{color:#ffffffb8;margin:0;font-size:13px;line-height:1.4}.elite-azkoyen-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px;display:grid}.elite-azkoyen-hero__actions .elite-mini-button{justify-content:center;width:100%}button,.button,.elite-mini-button,.elite-outline,.elite-header-cta,.elite-view-all,.elite-image-cta,.quote-trigger,.sticky-cta button,.lead-form button,.product-card__actions button,.product-tabs__nav button,.elite-tabs button{letter-spacing:0}.button,.elite-mini-button,.elite-outline,.elite-header-cta,.elite-view-all,.elite-image-cta,.quote-trigger,.sticky-cta button,.lead-form button,.product-card__actions button,.product-tabs__nav button,.elite-tabs button{--button-base-bg:#fff;background-image:linear-gradient(var(--gold), var(--gold));transition:background-size .52s cubic-bezier(.16, 1, .3, 1), color var(--elite-animation-primary), transform var(--elite-animation-primary), box-shadow var(--elite-animation-primary), border-color var(--elite-animation-primary);background-position:0 100%;background-repeat:no-repeat;background-size:100% 0;position:relative;overflow:hidden}.button.primary,.elite-outline,.elite-header-cta,.quote-trigger,.lead-form button,.product-card__actions button,.product-tabs__nav button.is-active,.elite-tabs button.active{--button-base-bg:#111}.button.secondary,.elite-mini-button,.hero .button.primary,.sticky-cta button{--button-base-bg:#fff}.elite-mini-button.secondary,.elite-view-all,.product-tabs__nav button,.elite-tabs button{--button-base-bg:#e5e5e5}.button:hover,.elite-mini-button:hover,.elite-outline:hover,.elite-header-cta:hover,.elite-view-all:hover,.elite-image-cta:hover,.quote-trigger:hover,.sticky-cta button:hover,.lead-form button:hover,.product-card__actions button:hover,.product-tabs__nav button:hover,.elite-tabs button:hover{background-color:var(--gold);color:#111;background-size:100% 100%;transform:translateY(-2px)}.elite-underline-hover{background-image:linear-gradient(currentColor,currentColor);background-position:100% 100%;background-repeat:no-repeat;background-size:100% 1px}.elite-underline-hover:hover{background-size:0 1px}.premium-header__nav .elite-underline-hover,.elite-header .elite-desktop-nav .elite-underline-hover{background-image:linear-gradient(var(--gold), var(--gold));background-position:0 100%;background-size:0 4px}.premium-header__nav .elite-underline-hover:hover,.elite-header .elite-desktop-nav .elite-underline-hover:hover{background-size:100% 4px}.elite-header .elite-desktop-nav .elite-nav-panel__group a.elite-underline-hover{background-size:0 1px,100% 1px}.elite-header .elite-desktop-nav .elite-nav-panel__group a.elite-underline-hover:hover{background-size:100% 1px,100% 1px}.elite-azkoyen-machine{min-height:clamp(420px,44vw,650px);position:relative}.elite-lanorma-machine{width:100%;max-width:400px;margin:0 auto}.elite-azkoyen-machine__image{object-fit:contain;opacity:0;filter:drop-shadow(0 34px 36px #00000061);width:100%;height:100%;transition:opacity .7s,transform .7s;animation:5s ease-in-out infinite elite-float;position:absolute;inset:0;transform:translateY(16px)scale(.98)}.elite-azkoyen-machine__image.active{opacity:1;transform:translateY(0)scale(1)}@keyframes elite-float{0%,to{translate:0}50%{translate:0 -12px}}@media (width<=900px){.elite-azkoyen-hero{margin:clamp(34px,4vw,48px) 0 40px}.elite-azkoyen-hero__content{grid-template-columns:1fr}.elite-azkoyen-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.elite-azkoyen-machine{min-height:420px}}@media (width<=640px){.elite-azkoyen-hero__copy{text-align:center;max-width:520px;margin:0 auto}.elite-azkoyen-benefits{text-align:left;grid-template-columns:1fr;width:min(100%,430px);margin:30px auto 0}.elite-azkoyen-benefits div{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:4px 16px;padding:16px 0;display:grid}.elite-azkoyen-benefits div+div{border-top:1px dotted #ffffff6b;border-left:0}.elite-azkoyen-benefits img{grid-area:1/1/span 2;width:34px;height:34px;margin:0}.elite-azkoyen-benefits h3,.elite-azkoyen-benefits p{text-align:left;grid-column:2}.elite-azkoyen-benefits h3{margin:0;font-size:20px!important}.elite-azkoyen-hero__actions{grid-template-columns:minmax(0,350px);justify-content:center}}#product-list{padding-top:50px;padding-bottom:50px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.elite-reveal,.elite-reveal-heading,.elite-reveal-card{opacity:1;transform:none}}.product-card,.elite-product-card{background:#fff;border:1px solid #11111114;border-radius:30px;flex-direction:column;min-height:620px;padding:clamp(20px,2vw,28px);transition:transform .26s,box-shadow .26s,border-color .26s;display:flex;box-shadow:0 18px 50px #0000000f}.product-card:hover,.elite-product-card:hover{border-color:#11111129;transform:translateY(-6px);box-shadow:0 28px 70px #0000001f}.product-card__image,.elite-product-card__media{background:0 0;place-items:center;min-height:330px;padding:18px;display:grid;position:relative;overflow:visible}.product-card__image:after,.elite-product-card__media:after{content:"";filter:blur(14px);background:#00000029;border-radius:999px;height:18px;position:absolute;bottom:16px;left:20%;right:20%}.product-card__image img,.elite-product-card__media img{z-index:1;object-fit:contain;opacity:1;width:100%;height:330px;transition:transform .32s;position:relative}.product-card:hover .product-card__image img,.elite-product-card:hover .elite-product-card__media img{transform:scale(1.045)translateY(-4px)}.product-card__badge{display:none}.product-card__body{padding:0;display:contents}.product-card__body>p,.elite-product-card small{color:#777;letter-spacing:.12em;text-transform:uppercase;margin:8px 0 10px;font-size:12px;font-weight:400}.product-card__body h3,.elite-product-card h3{color:#111;margin:0 0 22px;font-size:clamp(26px,2vw,34px);font-weight:600;line-height:1.05}.product-card__features,.elite-product-card__features{border-top:1px solid #1111111a;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:auto;padding-top:18px;display:grid}.product-card__features span,.elite-product-card__features span{grid-template-columns:auto minmax(0,1fr);gap:2px 10px;min-width:0;padding:0 14px;display:grid}.product-card__features span:first-child,.elite-product-card__features span:first-child{border-right:1px solid #1111111a;padding-left:0}.product-card__features b,.elite-product-card__features b{color:#555;border:1px solid #11111138;border-radius:50%;grid-row:1/span 2;place-items:center;width:30px;height:30px;font-size:14px;font-style:normal;display:inline-grid}.product-card__features strong,.elite-product-card__features strong{color:#111;font-size:14px;font-weight:600;line-height:1.1}.product-card__features em,.elite-product-card__features em{color:#777;font-size:13px;font-style:normal;line-height:1.2}.product-card__actions{margin-top:26px;display:block}.product-card__button,.elite-product-card__button{color:#fff;background:#111;border:0;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:54px;margin-top:26px;font-size:16px;font-weight:400;transition:transform .22s,background .22s,color .22s;display:inline-flex}.product-card:hover .product-card__button,.elite-product-card:hover .elite-product-card__button{color:#111;background:#ffc133;transform:translateY(-2px)}@media (width<=1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elite-product-track{grid-auto-columns:minmax(340px,calc(50% - 9px))}}@media (width<=640px){.product-grid{grid-template-columns:1fr}.product-card,.elite-product-card{border-radius:24px;min-height:560px}}.product-card,.elite-product-card{min-height:500px;padding:clamp(16px,1.6vw,22px)}.product-card__image,.elite-product-card__media{min-height:260px;padding:10px}.product-card__body h3,.elite-product-card h3{margin-bottom:0}.product-card__features,.elite-product-card__features{display:none}.product-card__actions,.product-card__button,.elite-product-card__button{margin-top:18px}@media (width<=640px){.product-card,.elite-product-card{min-height:480px}}.product-card,.elite-product-card{box-shadow:none;background:#fafafa;border:0}.product-card:hover,.elite-product-card:hover{box-shadow:none;border-color:#0000}.product-card__body>p,.elite-product-card small{text-align:center;margin:0}.product-card__body h3,.elite-product-card h3{text-align:center}.product-card__button,.elite-product-card__button{color:#6f6f6f;background:#e5e5e5;font-size:26px}.elite-product-card span{text-transform:capitalize;justify-self:end;font-size:16px}.product-card__body,.elite-product-card{text-align:left}.elite-product-card{align-items:stretch;row-gap:8px;position:relative}.elite-product-card__link{color:inherit;flex-direction:column;flex:1;gap:10px;display:flex}.elite-product-card__media,.elite-product-card>img{flex:1}.elite-product-card__content{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:auto;display:flex}.product-card__body{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 20px;display:grid}.product-card__body>p,.elite-product-card small{text-align:left;color:#777;letter-spacing:.12em;text-transform:uppercase;grid-column:1;margin:0;font-size:clamp(13px,.9vw,15px);font-weight:400;line-height:1.35}.product-card__body h3,.elite-product-card h3{text-align:left;letter-spacing:-.03em;margin:0;font-size:clamp(22px,1.65vw,30px)}.product-title{row-gap:8px;display:grid}.product-title .product-category{color:#777;letter-spacing:.12em;text-transform:uppercase;justify-self:start;font-size:clamp(13px,.9vw,15px);font-weight:400;line-height:1.35}.product-title .product-name{color:#111;letter-spacing:-.03em;text-transform:none;justify-self:start;font-size:clamp(22px,1.65vw,30px);font-weight:600;line-height:1.05}.product-card__arrow,.elite-product-card__arrow{color:#8e8e8e;background:0 0;flex:none;place-self:end}.product-card:hover .product-card__arrow,.elite-product-card:hover .elite-product-card__arrow{color:#232323;background:#ffc133}.product-card:hover .product-card__arrow svg,.elite-product-card:hover .elite-product-card__arrow svg{transform:rotate(-45deg)}.product-card__button,.elite-product-card__button{display:none}.elite-rich-text p{color:#3d3d3d;font-size:18px;font-weight:300;line-height:1.65}.elite-rich-text--dark p,.elite-rich-text.is-dark p,.elite-rich-text.dark-gray p{color:#ffffffc7}.elite-rich-text h2{margin:0;font-size:50px}.product-card,.elite-product-card{padding:30px}.product-card__image img,.elite-product-card__media img{height:340px}.product-card,.elite-product-card{border-radius:0}.elite-product-track{grid-auto-columns:minmax(300px,24vw)}.elite-products--grid{padding-right:var(--elite-gutter,clamp(14px, 3vw, 32px))}.elite-products--grid .elite-section-head--carousel{padding-right:0}.elite-products--grid .elite-section-actions{display:none}.elite-products--grid .elite-product-track{grid-auto-flow:row;grid-auto-columns:initial;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.elite-products--count-1 .elite-product-track{grid-template-columns:minmax(0,1fr)}.elite-products--count-2 .elite-product-track{grid-template-columns:repeat(2,minmax(0,1fr))}.elite-products--count-3 .elite-product-track{grid-template-columns:repeat(3,minmax(0,1fr))}.elite-products--count-4 .elite-product-track{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=640px){.product-card,.elite-product-card{border-radius:0}}.product-card,.elite-product-card{background:#f7f7f7}.product-title .product-category{font-size:12px}@media (width<=1100px){.elite-products--grid .elite-product-track{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.elite-products--grid{padding-right:0}.elite-products--grid .elite-product-track{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:minmax(350px,82vw);grid-auto-flow:column;overflow:auto hidden}}.elite-product-card__swatches{z-index:3;gap:8px;display:flex;position:absolute;top:18px;right:18px}.elite-product-card__swatches button{cursor:pointer;border:1px solid #11111138;border-radius:50%;width:18px;height:18px;padding:0}.elite-product-card__swatches button.black{background:#111}.elite-product-card__swatches button.white{background:#fff}.elite-azkoyen-benefits img{width:60px;height:60px}.elite-header .elite-desktop-nav{letter-spacing:0}.product-card__image:after,.elite-product-card__media:after{bottom:40px}.product-card--lanorma .product-card__image:after,.elite-product-card--lanorma .elite-product-card__media:after{bottom:30%}.elite-product-card__media img{transition:opacity .26s,transform .32s}.elite-product-card__media img.is-swapping{opacity:0}.split-banner.elite-commitment-section{margin:clamp(34px, 4vw, 48px) var(--elite-gutter) 40px;color:#fff;text-align:left;background:#070707;min-height:clamp(620px,49vw,820px);padding:0;display:grid;position:relative;overflow:hidden}.split-banner.elite-commitment-section>img{z-index:0;object-fit:cover;object-position:left;width:50%;height:100%;position:absolute;inset:0}.split-banner .elite-commitment-section__overlay{z-index:1;background:#00000087;width:50%;position:absolute;inset:0 auto 0 0}.split-banner .elite-commitment-section__inner{z-index:2;width:100%;min-height:inherit;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;margin:0;display:grid;position:relative}.split-banner .elite-commitment-section__content{max-width:100%;min-height:inherit;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(64px,7vw,116px) clamp(34px,6vw,82px);display:flex}.split-banner .elite-commitment-section h2,.split-banner.elite-commitment-section h2{color:#fff;letter-spacing:0;max-width:760px;margin:0;font-size:50px;line-height:.98;font-family:Elites-Display,sans-serif!important}.split-banner .elite-commitment-section__copy{gap:0;margin-top:clamp(28px,3vw,46px);display:grid}.split-banner .elite-commitment-section__copy p{color:#ffffffd6;max-width:720px;margin:0;font-size:18px;font-weight:300;line-height:1.58}.split-banner .elite-commitment-section__copy strong{color:#fff;font-weight:700}.split-banner .elite-commitment-quote{min-height:inherit;color:#222;text-align:center;isolation:isolate;background-color:#f5f4f2;background-size:min(70%,920px);flex-direction:column;justify-content:center;align-items:center;gap:clamp(28px,3.3vw,48px);padding:clamp(68px,7.6vw,126px) clamp(44px,7.2vw,126px);display:flex;position:relative;overflow:hidden}.split-banner .elite-commitment-quote:before{content:none}.split-banner .elite-commitment-quote blockquote{color:#4a4a4a;max-width:680px;margin:0;font-family:Times New Roman,Times,serif;font-size:46px;font-style:italic;font-weight:400;line-height:1.08}.split-banner .elite-commitment-quote__footer{color:#1b1b1b;text-align:center;justify-content:center;margin:0;font-family:Inter,Arial,sans-serif;font-size:18px;line-height:1.25;display:block}.split-banner .elite-commitment-quote__footer strong,.split-banner .elite-commitment-quote__footer span{display:inline}.split-banner .elite-commitment-quote__footer strong{font-weight:800}.split-banner .elite-commitment-quote__footer span{color:#626262;font-size:inherit}.split-banner .elite-commitment-quote__button{color:#050505;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:48px;margin-top:clamp(34px,4.4vw,58px);padding:0 24px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;transition:box-shadow .18s,transform .18s;display:inline-flex}.split-banner .elite-commitment-quote__button:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000002e}#about-us.split-banner.elite-commitment-section{color:#fff;background-color:#050505;background-size:min(70%,920px);min-height:clamp(430px,36vw,560px)}#about-us.coffee-beans:after{opacity:.05;transform:scaleX(-1);background-position:right 100px top 0!important}#about-us .elite-commitment-section__inner{background:0 0}#about-us .elite-commitment-section__content{background:0 0;padding-block:clamp(42px,5vw,72px)}#about-us.split-banner.elite-commitment-section h2{color:#fff}#about-us .elite-commitment-section__copy p{color:#ffffffd1}#about-us .elite-commitment-section__copy strong{color:inherit;font-weight:inherit}#about-us .elite-commitment-quote{background:0 0;padding-left:0}#about-us .elite-commitment-quote blockquote{color:#ffffffd1;font-size:36px}#about-us .elite-commitment-quote__footer{color:#fff}#about-us .elite-commitment-quote__footer span{color:#ffffff9e;font-size:inherit}#about-us .elite-commitment-quote__button{color:#111;background:#fff}#about-us .elite-commitment-quote__button:hover{background:var(--gold);color:#111}.elite-commitment-values{border-top:1px solid #fff3;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,54px);width:100%;margin-top:clamp(56px,7vw,86px);padding-top:clamp(30px,4vw,46px);display:grid}.elite-commitment-values div{justify-items:center;gap:12px;display:grid}.elite-commitment-values div+div{border-left:1px solid #ffffff2e}.elite-commitment-values svg{fill:none;width:36px;height:36px;stroke:var(--gold);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px}.elite-commitment-values h3{color:#fff;letter-spacing:0;margin:0;font-size:18px;line-height:1.15}.elite-commitment-values p{color:#ffffffbd;max-width:250px;margin:0;font-size:14px;font-weight:300;line-height:1.45}@media (width<=1080px){.split-banner .elite-commitment-section__content{padding:clamp(54px,6vw,78px) clamp(28px,4vw,48px)}.split-banner .elite-commitment-quote{padding:clamp(54px,6vw,84px) clamp(30px,4.6vw,58px)}.coffee-leaves.leaves-right{--coffee-leaves-size:min(200%, 920px) auto;--coffee-leaves-position:right -250px bottom -100px}.split-banner .elite-commitment-quote blockquote{font-size:46px}}@media (width<=760px){.coffee-leaves.leaves-right{--coffee-leaves-size:min(200%, 920px) auto;--coffee-leaves-position:right -250px bottom -100px}.split-banner.elite-commitment-section{text-align:left;min-height:0;margin-inline:0}.split-banner.elite-commitment-section>img,.split-banner .elite-commitment-section__overlay{width:100%;height:50%;bottom:auto}.split-banner .elite-commitment-section__inner{grid-template-columns:1fr;min-height:0}.split-banner .elite-commitment-section__content,.split-banner .elite-commitment-quote{min-height:auto;padding:0 clamp(24px,7vw,42px) clamp(54px,14vw,82px)}.split-banner .elite-commitment-section__content{min-height:620px}.split-banner.elite-commitment-section h2{font-size:50px}.split-banner .elite-commitment-section__copy p{font-size:18px}.split-banner .elite-commitment-quote blockquote{font-size:clamp(36px,10.5vw,52px)}#about-us .elite-commitment-quote blockquote{color:#ffffffd1;text-align:left;font-size:30px!important}.split-banner .elite-commitment-quote__button{min-height:58px;padding-inline:30px}}.elite-final-cta{margin:clamp(34px, 4vw, 48px) var(--elite-gutter) 40px;background-color:#f7f7f7;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(40px,7vw,112px);padding:min(60px,clamp(54px,5vw,78px)) clamp(34px,4vw,72px);display:grid;position:relative;overflow:hidden}.elite-final-cta__content,.elite-final-cta__form{z-index:1;position:relative}.elite-final-cta h2{letter-spacing:0;max-width:760px;margin:0;font-size:50px;line-height:.96;font-family:Elites-Display,sans-serif!important}.elite-final-cta__content>p{color:#4f4f4f;max-width:620px;margin:20px 0 0;font-size:18px;font-weight:300;line-height:1.55}.elite-final-cta__info{color:#2f2f2f;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(32px,3vw,40px);max-width:400px;margin-top:34px;font-size:16px;display:grid}.elite-final-cta__contact-lines{gap:14px;display:grid}.elite-final-cta__contact-lines a{text-underline-offset:5px;align-items:center;gap:10px;width:max-content;font-weight:600;text-decoration:underline;display:inline-flex}.elite-final-cta__contact-lines span[aria-hidden=true]{color:#111;text-align:center;width:22px}.elite-final-cta__whatsapp{color:#fff;background:#111;border-radius:999px;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:10px;width:max-content;min-height:52px;padding:0 24px;text-decoration:none;transition:transform .26s cubic-bezier(.16,1,.3,1),background .26s,color .26s;display:inline-grid}.elite-final-cta__whatsapp:hover{color:#111;background:#fff;transform:translateY(-3px)}.elite-final-cta__whatsapp-icon{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.elite-final-cta__whatsapp-icon svg{fill:currentColor;width:22px;height:22px}.elite-final-cta__whatsapp strong{font-size:16px;line-height:1.2;display:block}.elite-final-cta__form{background:#fff;gap:16px;padding:clamp(22px,3vw,34px);display:grid;box-shadow:0 18px 50px #0000000f}.product-cta__field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.elite-final-cta__form label{color:#333;gap:8px;font-size:14px;font-weight:500;display:grid}.elite-final-cta__form input,.elite-final-cta__form select,.elite-final-cta__form textarea{background:#f1f1f1;border:1px solid #0000;min-height:52px;margin:0}.elite-final-cta__form textarea{resize:vertical;min-height:60px}.elite-final-cta__form input:focus,.elite-final-cta__form select:focus,.elite-final-cta__form textarea:focus{border-color:var(--gold);outline:none}.elite-final-cta__form button{color:#fff;cursor:pointer;background:#111;justify-content:center;width:100%;margin-top:6px}.elite-final-cta.product-final-cta{color:#fff;background-color:#050505}.elite-final-cta.product-final-cta h2{color:#fff}.elite-final-cta.product-final-cta .elite-final-cta__content>p,.elite-final-cta.product-final-cta .elite-final-cta__info{color:#ffffffbd}.elite-final-cta.product-final-cta .elite-final-cta__contact-lines a{color:#fff;text-decoration-color:#ffffff52}.elite-final-cta.product-final-cta .elite-final-cta__whatsapp{color:#111;background:#fff}.elite-final-cta.product-final-cta .elite-final-cta__whatsapp:hover{background:var(--gold);color:#111}.elite-final-cta.product-final-cta .elite-final-cta__form{box-shadow:none}.elite-final-cta.product-final-cta.leaves-dark:after,.elite-final-cta.product-final-cta.leaves-dark.is-visible:after{opacity:.08}.elite-final-cta.product-page__cta{width:auto;margin:clamp(34px,4vw,48px) 40px clamp(42px,6vw,84px)}@media (width<=900px){.elite-final-cta,.elite-final-cta__info,.product-cta__field-row{grid-template-columns:1fr}}@media (width<=640px){.elite-final-cta{margin-inline:0;padding:80px 28px}.elite-final-cta.product-page__cta{width:calc(100% - 32px);margin-inline:auto;padding-inline:24px}.elite-rich-text.boxed+.elite-rich-text.boxed,.elite-rich-text.boxed+.elite-final-cta,.elite-rich-text.boxed+.split-banner,.split-banner+.elite-rich-text.boxed,.split-banner+.elite-final-cta,.elite-final-cta+.elite-rich-text.boxed,.elite-final-cta+.split-banner{margin-top:0}}.hero .button.primary,.hero .button.secondary,.elite-hero__buttons .elite-mini-button,.elite-hero__buttons .elite-mini-button.secondary{color:#111;letter-spacing:1px;text-transform:capitalize;white-space:nowrap;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;width:max-content;min-height:48px;padding:0 24px;font-size:18px;display:inline-flex;font-weight:400!important}.hero .button.primary:hover,.hero .button.secondary:hover,.elite-hero__buttons .elite-mini-button:hover,.elite-hero__buttons .elite-mini-button.secondary:hover{background-color:var(--gold);color:#111;background-size:100% 100%;transform:translateY(-2px)}h3{letter-spacing:0;font-family:Inter,Arial,sans-serif!important;font-size:27px!important;font-weight:500!important}.footer h3{font-family:Elites-Display,sans-serif!important;font-size:20px!important;font-weight:700!important}.blog-hero{color:#fff;background:#050505;min-height:clamp(560px,70vh,760px);display:grid;position:relative;overflow:hidden}.blog-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.blog-hero__overlay{background:linear-gradient(#0000005c,#000000b8);position:absolute;inset:0}.blog-hero__content{z-index:1;width:min(calc(100% - (var(--elite-gutter,clamp(14px, 3vw, 32px)) * 2)), 980px);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:clamp(120px,14vw,180px) 0 clamp(72px,9vw,112px);display:flex;position:relative}.blog-hero h1{color:#fff;max-width:980px;margin:22px 0 0;font-size:clamp(54px,7vw,92px);line-height:.94}.blog-hero p{color:#ffffffd1;max-width:760px;margin:24px auto 0;font-size:clamp(18px,1.5vw,22px);font-weight:300;line-height:1.55}.blog-hero__meta{color:#ffffffb8;flex-wrap:wrap;justify-content:center;gap:12px 18px;margin-top:28px;font-size:13px;font-weight:600;display:flex}.blog-article{width:min(calc(100% - (var(--elite-gutter,clamp(14px, 3vw, 32px)) * 2)), 920px);color:#171717;gap:clamp(34px,5vw,58px);margin:clamp(58px,7vw,96px) auto;display:grid}.blog-article__lead{color:#333;margin:0;font-family:Times New Roman,Times,serif;font-size:clamp(30px,3.4vw,46px);font-style:italic;line-height:1.18}.blog-article section{gap:18px;display:grid}.blog-article h2{margin:0;font-size:50px;line-height:1.02}.blog-article p,.blog-article li{color:#444;margin:0;font-size:19px;font-weight:300;line-height:1.75}.blog-article ul{gap:12px;margin:6px 0 0;padding-left:22px;display:grid}.blog-article__image{background:#f7f7f7;margin:0;overflow:hidden}.blog-article__image img{aspect-ratio:1.55;object-fit:cover;width:100%;height:auto}.blog-article__image figcaption{color:#777;margin-top:10px;font-size:13px;line-height:1.45}.blog-article__table-wrap{margin-top:10px;overflow-x:auto}.blog-article__table{border-collapse:collapse;background:#f7f7f7;width:100%}.blog-article__table th,.blog-article__table td{color:#333;text-align:left;vertical-align:top;border-bottom:1px solid #0000001a;padding:16px 18px;font-size:16px;line-height:1.45}.blog-article__table th{color:#111;font-weight:700}.blog-article__fact{border-left:4px solid var(--gold);background:#f7f7f7;margin-top:8px;padding:clamp(24px,3vw,34px)}.blog-article__fact h3{margin:0 0 12px}.blog-article blockquote{color:#333;margin:8px 0 0;font-family:Times New Roman,Times,serif;font-size:clamp(28px,3vw,40px);font-style:italic;line-height:1.2}.blog-article a{text-underline-offset:5px;text-decoration:underline}.blog-index{padding:min(60px, clamp(62px, 8vw, 112px)) var(--elite-gutter,clamp(14px, 3vw, 32px));background:#fff;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:clamp(28px,4vw,58px);display:grid}.blog-index__sidebar>div{gap:18px;padding:28px 0;display:grid;position:sticky;top:116px}.blog-index__sidebar h2{margin:0;font-size:36px;line-height:1}.blog-index__sidebar nav{gap:2px;display:grid}.blog-index__sidebar a{color:#555;border-top:1px solid #0000001a;align-items:center;min-height:42px;font-size:14px;font-weight:600;transition:color .18s,padding-left .18s;display:flex}.blog-index__sidebar a:hover{color:#111;padding-left:8px}.blog-index__content{gap:clamp(54px,7vw,92px);min-width:0;display:grid}.blog-index .elite-editorial-stories{padding:0}.blog-index__all,.blog-index__category{gap:28px;display:grid}.blog-index__category{scroll-margin-top:120px}.blog-index__category>h2{border-top:1px solid #00000024;margin:0;padding-top:20px;font-size:50px;line-height:.96}.blog-index__cards{gap:26px;display:grid}@media (width<=640px){.blog-hero{min-height:600px}.blog-hero h1,.blog-article h2{font-size:42px}.blog-article p,.blog-article li{font-size:18px}}@media (width<=980px){.blog-index{grid-template-columns:1fr}.blog-index__sidebar>div{padding:0;position:static}.blog-index__sidebar nav{gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.blog-index__sidebar a{white-space:nowrap;border:1px solid #0000001f;border-radius:999px;flex:none;min-height:38px;padding:0 14px}.blog-index__sidebar a:hover{padding-left:14px}}@media (width<=640px){section{margin:0!important}h1,.product-hero h1,.elite-hero__content h1,.blog-hero h1{font-size:50px!important}h2,.product-page h2,.elite-rich-text h2,.blog-article h2,.blog-index__category>h2,.elite-final-cta h2{font-size:40px!important}.elite-home .elite-hero__content h1,.elite-home .elite-hero__content h2{font-size:50px!important}.elite-home .elite-hero__title{font-size:clamp(42px,12vw,50px)!important}}
