:root{--bg: #ffffff;--fg: #0f172a;--muted: #64748b;--primary: #ab0d2f;--primary-hover: #8e0a27;--surface: #f8fafc;--border: #e2e8f0;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgb(15 23 42 / .08);--shadow-md: 0 8px 24px -12px rgb(15 23 42 / .24);--font-body: "Outfit", "Segoe UI", sans-serif;--font-heading: "Sora", "Avenir Next", "Segoe UI", sans-serif;--top-strip-height: 2.125rem}*,*:before,*:after{box-sizing:border-box;outline:none}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--fg);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.top-strip{background:#59000d;color:#fff;position:fixed;top:0;left:0;right:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;height:var(--top-strip-height);padding:0 1.25rem;transition:opacity .24s ease,transform .24s ease}.top-strip h1,.top-strip h2,.top-strip h3,.top-strip h4,.top-strip h5,.top-strip h6,.top-strip p,.top-strip div{margin:0;font-family:var(--font-body);font-size:.875rem;font-weight:400;line-height:1.45;display:inline}.top-strip__left{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-strip__right{text-align:right;white-space:nowrap;flex-shrink:0}h1,h2,h3,h4,h5,h6,.font-heading{font-family:var(--font-heading)}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(100% - 2rem,72rem);margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-inline:1rem}.py-2{padding-block:.5rem}.py-4{padding-block:1rem}.py-8{padding-block:2rem}.m-0{margin:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mx-auto{margin-inline:auto}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-muted{color:var(--muted)}.bg-white{background:#fff}.bg-surface{background:var(--surface)}.text-primary{color:var(--primary)}.border{border:1px solid var(--border)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.w-full{width:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;border:1px solid transparent;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:.2s ease}.btn-primary{color:#fff;background:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.hero{min-height:100dvh;color:#fff;padding:1.75rem 2.5rem;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;isolation:isolate}@media (max-width: 640px){.hero{justify-content:center}}.hero:before{content:none}.hero--link{text-decoration:none;cursor:pointer}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-video{pointer-events:none}.hero-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;width:min(1320px,100% - 3.2rem);margin:0 auto;padding:.9rem 0}.single-hero{height:300px;margin:0 auto;display:flex;margin-top:5rem;width:100%}.single-hero img{width:100%;height:100%;object-fit:cover}.single-hero__title{color:#fff;font-size:clamp(2.4rem,8vw,5rem)}.category-marquee{width:100%;background:var(--primary);color:#fff;overflow:hidden}.category-marquee__track{display:flex;width:max-content;min-width:100%;animation:hero-marquee-scroll 22s linear infinite}.category-marquee__group{display:flex;align-items:center;gap:4.6rem;padding:1rem 2.6rem 1rem 0;white-space:nowrap;flex-shrink:0}.category-marquee__item{display:inline-flex;align-items:center;gap:2.6rem;color:#fff;font-family:var(--font-heading);font-size:1rem;font-weight:500;line-height:1;text-transform:uppercase}.category-marquee__item:after{content:"";margin-left:2.6rem;opacity:.5;border-radius:999px;width:8px;height:8px;display:inline-block;background-color:#fff}.site-header{position:fixed;top:var(--top-strip-height, 0px);left:0;right:0;z-index:50;color:#fff;transition:top .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease}.header-scrolled .top-strip{opacity:0;transform:translateY(-100%);pointer-events:none}.header-scrolled .site-header,.site-header.is-scrolled{top:0;background:#fff;color:#0b0d12;box-shadow:0 10px 28px -22px #0f172a73}.header-scrolled .hero-topbar,.site-header.is-scrolled .hero-topbar{padding:.6rem 0}.internal-page .site-header{top:0;background:#fff;color:#0b0d12;box-shadow:0 10px 28px -22px #0f172a73}.internal-page .hero-topbar{padding:.6rem 0}.internal-page .hero-nav a,.internal-page .hero-nav button{color:#0f172a;opacity:1}.internal-page .hero-nav a:hover,.internal-page .hero-nav button:hover{color:var(--primary)}.internal-page .hero-logo img{opacity:0}.internal-page .hero-logo .hero-logo__dark{opacity:1}.site-header--catalog{position:sticky;top:0;background:#fff;color:#0f172a;box-shadow:0 10px 28px -22px #0f172a73}.site-header--catalog .site-header__catalog-top,.site-header--catalog .site-header__catalog-menu{width:min(1320px,100% - 3.2rem);margin:0 auto}.site-header--catalog .site-header__catalog-top{display:flex;gap:1rem;padding:1rem 0 .9rem;justify-content:space-between}.site-header__catalog-main-row{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__catalog-search-row{display:grid;grid-template-columns:minmax(20rem,1fr) auto;align-items:center;width:100%;max-width:45rem}.site-header--catalog .hero-logo{max-width:92px;justify-self:start}.catalog-search{display:flex;align-items:center;min-height:3.85rem;padding:0 .55rem 0 1.35rem;border:1px solid rgb(15 23 42 / .12);border-radius:999px;background:#fff;max-width:100%}.catalog-search input{flex:1;min-width:0;border:0;background:transparent;color:#111827;font:inherit;font-size:1.25rem}.catalog-search input::placeholder{color:#6b7280}.catalog-search input:focus{outline:none}.catalog-search button{width:2.85rem;height:2.85rem;border:0;border-radius:999px;background:transparent;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.catalog-search button svg{width:1.6rem;height:1.6rem;fill:currentColor}.site-header__catalog-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.4rem}.site-header__catalog-actions .icon-link{color:#111827;gap:.55rem;font-size:1rem;font-weight:600}.site-header__catalog-actions .icon-link:hover{color:var(--primary)}.site-header__catalog-menu{border-top:1px solid rgb(15 23 42 / .08)}.site-header--catalog .hero-nav-left{justify-content:flex-start}.site-header--catalog .hero-nav{gap:2.2rem;padding:.95rem 0;font-size:.98rem}.site-header--catalog .hero-nav a,.site-header--catalog .hero-nav button,.site-header--catalog .has-submenu>a:after{color:#111827;opacity:1}.site-header--catalog .hero-nav a:hover,.site-header--catalog .hero-nav button:hover,.site-header--catalog .has-submenu:hover>a:after,.site-header--catalog .has-submenu:focus-within>a:after{color:var(--primary)}.site-header--catalog .submenu a:hover{color:var(--primary)}.home-catalog-header .hero{margin-top:0;min-height:calc(100dvh - 8.6rem)}.product-page{padding:1rem 0 4.5rem}.company-hero{width:100%;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(28rem,1.3fr) minmax(0,1fr);background:#fff}.company-hero__media{min-height:calc(100dvh - 5rem);overflow:hidden}.company-hero__media img{width:100%;height:100%;display:block;object-fit:cover}.company-hero__content{display:flex;align-items:center;justify-content:center;padding:4.5rem 3rem;background:#fff}.company-hero .company-hero__title{margin:0;text-align:center;font-family:var(--font-heading);font-size:clamp(1.9rem,4vw,4.4rem);line-height:1.1;font-weight:500;letter-spacing:-.03em;text-transform:uppercase;color:#111827}.company-hero__quote{display:block;margin-bottom:.4rem;color:#111827;font-size:.9em;line-height:1}.company-hero__quote--end{margin-top:.4rem;margin-bottom:0}.company-hero__title-line{display:block}.company-hero__title-line--accent{color:var(--primary)}.company-content{background:#fff;min-height:20rem}.company-content__inner{width:min(1320px,100% - 3.2rem);margin:0 auto;padding:3rem 0 4rem}.horizontal-story{position:relative;width:100vw;margin-left:calc(50% - 50vw)}.horizontal-story__sticky{position:sticky;top:5rem;height:calc(100vh - 5rem);display:flex;align-items:center;overflow:hidden}.horizontal-story__track{display:flex;gap:1.5rem;padding:0 1.6rem;will-change:transform;scroll-behavior:smooth}.horizontal-story__panel{flex:0 0 calc(100vw - 3.2rem);min-height:calc(100vh - 9rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.92fr);gap:1.5rem;align-items:stretch}.horizontal-story__media{overflow:hidden;border-radius:1.2rem;background:#f3f4f6}.horizontal-story__media img{width:100%;height:100%;display:block;object-fit:cover}.horizontal-story__content{padding:clamp(2rem,4vw,3.2rem);border-radius:1.2rem;background:#111;color:#f3f4f6;display:flex;flex-direction:column;justify-content:center}.horizontal-story__eyebrow{margin-bottom:1.1rem;color:#fff;font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2.1rem);line-height:1;text-transform:uppercase}.horizontal-story__content p{margin:0;color:#fffc;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.75}.horizontal-story__content p+p{margin-top:1.2rem}.product-page__breadcrumbs,.product-detail{width:min(1320px,100% - 3.2rem);margin:0 auto}.product-page__breadcrumbs{margin-bottom:1.4rem;padding:1rem 0}.product-detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(22rem,.92fr);gap:clamp(2rem,4vw,4rem);align-items:start}.product-gallery{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:1rem}.product-gallery__thumbs{display:grid;gap:.9rem;align-content:start}.product-gallery__thumb{padding:0;border:1px solid rgb(15 23 42 / .1);border-radius:.9rem;background:#f7f3ed;overflow:hidden;cursor:pointer;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:#ab0d2f59;box-shadow:0 18px 34px -28px #ab0d2f99}.product-gallery__thumb.is-active{transform:translateY(-1px)}.product-gallery__thumb img,.product-gallery__main img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-gallery__thumb img{aspect-ratio:1 / 1.2}.product-gallery__main{margin:0;border-radius:1.4rem;overflow:hidden;background:#f7f3ed;min-height:clamp(30rem,70vw,53rem)}.product-detail__content{position:sticky;top:5.8rem}.product-detail__badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:2rem}.product-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:.45rem 1rem;border-radius:999px;background:#fff;border:1px solid rgb(15 23 42 / .12);color:#4b5563;font-size:1.15rem;font-weight:600}.product-badge--outline{color:var(--primary);border-color:#ab0d2f59}.product-detail__category{color:#00000080;font-size:1.05rem;font-weight:500}.product-detail__title{margin:1rem 0 1.15rem;color:#111827;font-family:var(--font-heading);font-size:clamp(2.4rem,4vw,3rem);line-height:1.1;text-transform:uppercase;font-weight:500}.product-detail__excerpt{margin:0 0 1.8rem;max-width:42rem;line-height:1.5;color:#777;font-size:1rem}.product-quote-box{padding:1.35rem;border:1px solid rgb(15 23 42 / .08);border-radius:1.1rem;background:#fff;box-shadow:0 22px 50px -44px #0f172a66}.product-quote-box__lead{margin:0 0 1rem;color:#111827;font-size:1rem;font-weight:600}.product-quote-box__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.product-quote-field{display:grid;gap:.42rem}.product-quote-field span{color:#374151;font-size:.92rem;font-weight:600}.product-quote-field input{width:100%;min-height:3.35rem;padding:0 .95rem;border:1px solid rgb(15 23 42 / .12);border-radius:.85rem;background:#fff;color:#111827;font:inherit}.product-quote-field input:focus{outline:none;border-color:#ab0d2f66;box-shadow:0 0 0 4px #ab0d2f14}.product-content__form>.product-quantity-error{margin-top:.85rem}.product-content__form .product-quantity-error,.product-content__form .product-quantity-error strong{color:#dc2626}.product-quote-box__note{margin:.95rem 0 0;color:#777;font-size:.92rem;line-height:1.55}.product-detail__cta{width:100%;margin-top:1rem;padding:1rem 1.35rem;border:1px solid #111827;border-radius:0;background:#111827;color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;transition:background-color .24s ease,border-color .24s ease,color .24s ease}.product-detail__cta:hover{background:var(--primary);border-color:var(--primary)}.product-detail__success-message{margin:.8rem 0 0;color:#1f9d55;font-size:.96rem;font-weight:600;line-height:1.4}.product-gallery__main img.is-fading{opacity:.2}.product-description-section{padding:1rem 0 0}.cart-drawer[hidden]{display:none}.cart-drawer{position:fixed;inset:0;z-index:120}.cart-drawer__backdrop{position:absolute;inset:0;border:0;background:#11111194;cursor:pointer}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(40rem,100vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-24px 0 60px -32px #00000059;transform:translate(100%);transition:transform .32s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.8rem 1.8rem 1.45rem;border-bottom:1px solid rgb(15 23 42 / .1)}.cart-drawer__title-wrap{display:grid;gap:.55rem}.cart-drawer__count{margin:0;color:#6b7280;font-size:.96rem}.cart-drawer__close{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.cart-drawer__close img{width:1.35rem;height:1.35rem;object-fit:contain}.cart-drawer__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto}.cart-drawer__item{display:grid;grid-template-columns:11rem minmax(0,1fr);gap:1.4rem;padding:1.8rem}.cart-drawer__item-media{overflow:hidden;border-radius:.8rem;background:#f7f3ed;aspect-ratio:1 / 1.4}.cart-drawer__item-media img{width:100%;height:100%;display:block;object-fit:cover}.cart-drawer__item-content{display:grid;align-content:start;gap:.55rem}.cart-drawer__item-title{color:#111827;font-family:var(--font-heading);font-size:1.6rem;line-height:1.1;text-transform:uppercase}.cart-drawer__item-meta{color:#4b5563;font-size:.98rem;line-height:1.55}.cart-drawer__item-meta strong{color:#111827;font-weight:600}.cart-drawer__item-meta--qty{display:flex;flex-wrap:wrap;gap:.4rem}.cart-drawer__footer{margin-top:auto;padding:1.35rem 1.8rem 1.8rem;border-top:1px solid rgb(15 23 42 / .12)}.cart-drawer__cta{display:flex;width:100%;min-height:3.6rem;padding:.95rem 1.3rem;border:1px solid #111827;background:#111827;color:#fff;font:inherit;font-size:1rem;font-weight:700;text-transform:uppercase;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .24s ease,border-color .24s ease}.cart-drawer__cta:hover{background:var(--primary);border-color:var(--primary)}.cart-drawer__continue{display:flex;width:fit-content;margin:.95rem auto 0;padding:0;border:0;background:transparent;color:#6b7280;font:inherit;font-size:.95rem;text-decoration:underline;text-underline-offset:.18rem;cursor:pointer;transition:color .24s ease}.cart-drawer__continue:hover{color:var(--primary)}.product-description-section__inner{width:min(1320px,100% - 3.2rem);margin:0 auto;padding-bottom:2rem}.cart-page{padding:2rem 0 3.5rem}.cart-page__breadcrumbs,.cart-page__layout{width:min(1320px,100% - 3.2rem);margin:0 auto}.cart-page__breadcrumbs{margin-bottom:1.2rem}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,1fr);gap:clamp(1.6rem,3vw,3rem);align-items:start}.cart-page__section-title{margin-bottom:1.8rem;color:#111827;font-family:var(--font-heading);font-size:clamp(2.2rem,4vw,3rem);line-height:1}.cart-page__more-link{display:inline-flex;margin-top:1.5rem;color:#111827;font-size:1rem;font-weight:500;text-decoration:underline;text-underline-offset:.18rem;transition:color .24s ease}.cart-page__more-link:hover{color:var(--primary)}.cart-page__form-wrap{position:sticky;top:6.6rem}.cart-product-card,.cart-form{padding:1.45rem;border:1px solid rgb(15 23 42 / .08);border-radius:1.2rem;background:#fff;box-shadow:0 24px 48px -42px #0f172a52}.cart-product-card+.cart-product-card{margin-top:1.5rem}.cart-product-card__head{display:grid;grid-template-columns:6.4rem minmax(0,1fr) auto;gap:1.15rem;align-items:start}.cart-product-card__media{overflow:hidden;border-radius:.9rem;background:#f7f3ed;aspect-ratio:1 / 1.4}.cart-product-card__media img{width:100%;height:100%;display:block;object-fit:cover}.cart-product-card__name{color:#111827;font-size:clamp(1.1rem,2vw,1.55rem);line-height:1.2;font-weight:700}.cart-product-card__meta{margin-top:.42rem;color:#6b7280;font-size:.98rem}.cart-product-card__remove{width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer}.cart-product-card__remove svg{width:1.4rem;height:1.4rem;fill:currentColor}.cart-product-card__divider{height:1px;margin:1.4rem 0 1.3rem;background:#0f172a1a}.cart-product-card__lead,.cart-product-card__note{margin:0;color:#777;font-size:.98rem;line-height:1.55}.cart-product-card__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}.cart-product-card__note{margin-top:.95rem}.cart-alert,.cart-error,.field-error{display:block;color:var(--primary);font-size:.9rem;font-weight:600;line-height:1.35}.cart-alert{margin-bottom:1rem;padding:.9rem 1rem;border:1px solid rgb(171 13 47 / .18);border-radius:.8rem;background:#ab0d2f0f}.cart-error{width:fit-content;margin-top:1.45rem;padding:.72rem .9rem;border-radius:.28rem;background:#f3c8cd;color:#7e5962;font-size:.95rem;font-weight:500}.cart-product-card .cart-quantity-error{margin-top:.85rem}.cart-product-card .cart-quantity-error,.cart-product-card .cart-quantity-error strong{color:#dc2626}.field-error{margin-top:.4rem}.cart-form__field .field-error,.cart-form__field .field-error strong,.cart-form__person-type .field-error,.cart-form__person-type .field-error strong{color:#dc2626}.email-found-container,.person-types-container,.company-name-field{margin-top:1.5rem}.email-found-container__title{color:#374151;font-size:.98rem;font-weight:700}.email-found-container__list{display:grid;gap:.7rem;margin:.8rem 0 0;padding:0;list-style:none}.handle-company{display:flex;align-items:center;gap:.65rem;color:#374151;font-size:.96rem;font-weight:600;cursor:pointer}.handle-company input{width:1rem;height:1rem;margin:0;accent-color:var(--primary)}.cart-form__field,.cart-form__row{display:grid;gap:.45rem;align-items:start}.cart-form__field+.cart-form__field,.cart-form__row+.cart-form__field,.cart-form__field+.cart-form__row,.cart-form__row+.cart-form__person-type,.cart-form__person-type+.cart-form__field{margin-top:1.5rem}.cart-form__field span{color:#374151;font-size:.98rem;font-weight:600}.cart-form__field input,.cart-form__field textarea{width:100%;min-height:3.35rem;padding:.9rem 1rem;border:1px solid rgb(15 23 42 / .12);border-radius:.9rem;background:#fff;color:#111827;font:inherit;resize:vertical}.cart-form__field textarea{min-height:6rem}.cart-form__field input:focus,.cart-form__field textarea:focus{outline:none;border-color:#ab0d2f66;box-shadow:0 0 0 4px #ab0d2f14}.cart-form__row--split{grid-template-columns:minmax(5.5rem,7rem) minmax(0,1fr);gap:.85rem;align-items:start}.cart-form__row--split .cart-form__field+.cart-form__field{margin-top:0}.cart-form__person-type{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0;border:0;margin-top:1.5rem}.cart-form__person-type .field-error{flex-basis:100%}.cart-form__radio{display:inline-flex;align-items:center;gap:.6rem;color:#374151;font-size:.98rem;font-weight:600;cursor:pointer}.cart-form__radio input{width:1rem;height:1rem;margin:0;accent-color:var(--primary)}.cart-form__cta{width:100%;margin-top:1.35rem;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:3.8rem;padding:1rem 1.3rem;border:1px solid #111827;background:#111827;color:#fff;font:inherit;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .24s ease,border-color .24s ease}.cart-form__cta:hover{background:var(--primary);border-color:var(--primary)}.cart-form__cta img{width:.95rem;height:.95rem;object-fit:contain;filter:brightness(0) invert(1)}.cart-success[hidden]{display:none}.cart-success{position:fixed;inset:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:2rem}.cart-success__backdrop{position:absolute;inset:0;background:#2e9b58d6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-success__panel{position:relative;z-index:1;width:min(52rem,100%);text-align:center;color:#fff}.cart-success__title{margin:0;font-family:var(--font-heading);font-size:clamp(2.8rem,7vw,5.6rem);line-height:.95;text-transform:none}.cart-success__text{margin:1rem 0 0;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.35;font-weight:500}.product-description__text{padding-top:1.5rem;margin:0 0 1rem;line-height:1.5;color:#777;font-size:1rem}.product-description__text h1,.product-description__text h2,.product-description__text h3,.product-description__text h4,.product-description__text h5{color:#777;font-size:.875rem;display:inline;font-weight:400}.top-products.top-products--recommendations{padding-top:2rem;padding-bottom:2rem}.hero-nav{display:flex;align-items:center;gap:2rem;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.hero-menu{display:flex;align-items:center;gap:5rem;margin:0;padding:0;list-style:none}.menu-item{position:relative}.has-submenu>a{display:inline-flex;align-items:center;gap:.35rem}.has-submenu>a:after{content:"";width:.45rem;height:.45rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.8}.submenu{position:absolute;top:calc(100% + .75rem);left:0;min-width:min(58rem,86vw);max-width:min(58rem,86vw);margin:0;padding:.9rem;list-style:none;border:1px solid rgb(15 23 42 / .12);border-radius:.45rem;background:#fff;box-shadow:0 12px 36px -20px #0000008c;color:#0f172a;display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));align-items:start;column-gap:.45rem;row-gap:.3rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.submenu li+li{margin-top:0}.submenu a{display:block;padding:.5rem .6rem;border-radius:.3rem;font-size:.78rem;letter-spacing:.03em;text-transform:none;font-weight:600}.submenu a:hover{background:#ab0d2f1a}.has-submenu:hover>.submenu,.has-submenu:focus-within>.submenu{opacity:1;visibility:visible;transform:translateY(0)}.hero-nav-left{justify-content:flex-start}.hero-nav-right{justify-content:flex-end}.hero-nav a,.hero-nav button{opacity:.94;transition:opacity .2s ease,color .2s ease;font-size:1rem}.hero-nav a:hover,.hero-nav button:hover{opacity:1}.header-scrolled .hero-nav a,.header-scrolled .hero-nav button,.site-header.is-scrolled .hero-nav a,.site-header.is-scrolled .hero-nav button{color:#0f172a;opacity:1}.header-scrolled .hero-nav a:hover,.header-scrolled .hero-nav button:hover,.site-header.is-scrolled .hero-nav a:hover,.site-header.is-scrolled .hero-nav button:hover{color:var(--primary)}.icon-link{display:inline-flex;align-items:center;gap:.42rem}.icon-link-button{border:0;background:transparent;color:inherit;cursor:pointer;padding:0}.icon-link svg{width:1.5rem;height:1.5rem;fill:currentColor}.mobile-menu-toggle{display:none;border:0;background:transparent;color:inherit;width:2.1rem;height:2.1rem;padding:0;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-toggle img{width:1.2rem;height:1.2rem;object-fit:contain}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;inset:0;z-index:90;background:#fff;color:#0f172a}.mobile-menu__panel{height:100%;display:flex;flex-direction:column}.mobile-menu__header,.mobile-menu__sub-header{min-height:4.4rem;padding:1rem 1.1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(15 23 42 / .12)}.mobile-menu__header span,.mobile-menu__sub-title{font-family:var(--font-heading);font-size:1.15rem;letter-spacing:.02em;text-transform:uppercase}.mobile-menu__sub-title{text-transform:none;font-weight:700}.mobile-menu__close{border:0;background:transparent;width:2rem;height:2rem;padding:0;display:grid;place-items:center;cursor:pointer}.mobile-menu__close img{width:1rem;height:1rem;object-fit:contain}.mobile-menu__viewport{position:relative;flex:1;overflow:hidden}.mobile-menu__track{height:100%;width:200%;display:flex;transition:transform .32s ease}.mobile-menu.is-sub-open .mobile-menu__track{transform:translate(-50%)}.mobile-menu__screen{width:50%;overflow-y:auto}.mobile-menu__list{margin:0;padding:1rem 1.1rem 1.35rem;list-style:none;display:grid;gap:1.1rem}.mobile-menu__list a,.mobile-menu__item-btn{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;padding:0;color:#0f172a;font-family:var(--font-heading);font-size:1.2rem;font-weight:500;letter-spacing:.01em;text-transform:uppercase;text-align:left;cursor:pointer}.mobile-menu__item-btn:after{content:"›";font-size:1.2em;line-height:1;opacity:.75}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-modal[hidden]{display:none}.search-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem}.search-modal__backdrop{position:absolute;inset:0;border:0;background:#050a1494;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.search-modal__panel{position:relative;width:min(42rem,100%);border-radius:.9rem;border:1px solid rgb(15 23 42 / .09);background:#fff;padding:1.1rem;box-shadow:0 28px 70px -38px #000000b3;opacity:0;transform:translateY(10px) scale(.985);transition:opacity .24s ease,transform .24s ease}.search-modal.is-open .search-modal__panel{opacity:1;transform:translateY(0) scale(1)}.search-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.search-modal__header h2{margin:0;color:#0f172a;font-size:1.3rem;font-weight:700;text-transform:none}.search-modal__close{border:0;background:#f1f5f9;width:2rem;height:2rem;border-radius:999px;display:grid;place-items:center;cursor:pointer}.search-modal__close svg{width:1rem;height:1rem;fill:#0f172a}.search-modal__form{display:flex;gap:.6rem}.search-modal__form input{flex:1;border:1px solid #cbd5e1;border-radius:0;padding:.78rem .9rem;color:#0f172a;outline:none}.search-modal__form input:focus{border-color:var(--primary)}.search-modal__form button{border:0;border-radius:0;background:var(--primary);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:.78rem 1.1rem;cursor:pointer}.hero-logo{display:inline-flex;position:relative;justify-self:center;max-width:68px}.hero-logo img,.hero-logo svg{width:100%;height:auto;display:block;object-fit:contain;transition:opacity .24s ease}.hero-logo__dark{position:absolute;inset:0;opacity:0}.header-scrolled .hero-logo img,.site-header.is-scrolled .hero-logo img{opacity:0}.header-scrolled .hero-logo .hero-logo__dark,.site-header.is-scrolled .hero-logo .hero-logo__dark{opacity:1}.hero-content{margin:0 auto 5.2rem;max-width:1320px;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;z-index:1}.hero-content:before{content:"";position:absolute;inset:-1.4rem auto -1.6rem -1.4rem;width:min(100%,43rem);border:1px solid rgb(255 255 255 / .1);border-radius:1.35rem;background:linear-gradient(135deg,#300710b8,#ab0d2f61);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 28px 70px -48px #000000a6;z-index:-1;display:none}.hero-kicker{margin:0 0 .75rem;max-width:31rem;color:#ffd7df;font-size:.92rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hero h1{margin:0;max-width:12ch;color:#fff;font-size:clamp(2.2rem,6vw,3.5rem);line-height:.96;font-weight:500;text-transform:uppercase;font-family:var(--font-heading)}.hero-subtitle{max-width:34rem;margin:1.2rem 0 0;color:#ffffffd1;font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.65;font-family:var(--font-body)}.hero-actions{margin-top:2.2rem;display:flex;justify-content:flex-start;gap:.9rem;flex-wrap:wrap}.hero-btn{min-width:14rem;padding:.95rem 1.3rem;border-radius:.2rem;border:1px solid rgb(255 255 255 / .72);text-transform:uppercase;font-weight:700;letter-spacing:.03em;transition:background-color .25s ease,border-color .25s ease}.hero-btn-primary{background:#fff;color:#111827;border-color:#fff}.hero-btn-primary:hover{background:var(--primary);border-color:var(--primary);color:#fff}.hero-btn-ghost{background:#ffffff29;color:#fff}.hero-btn-ghost:hover{background:#ffffff42}.main-container{--container-top: 1rem;display:flex;gap:4rem;width:min(1320px,100% - 3.2rem);margin:0 auto;margin-bottom:6rem;margin-top:2rem}.main-container.no-hero{margin-top:8rem}@media (max-width: 768px){.main-container{flex-direction:column}}.main-container .sidebar{margin-top:var(--container-top);flex:0 0 25%}.main-container .top-products{flex:1;margin-top:var(--container-top);padding:0}@media (max-width: 768px){.main-container .top-products{order:1}.main-container .sidebar{order:2}}.main-container .top-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.top-products__empty{text-align:center;display:flex;align-items:center;justify-content:center}.sidebar{display:flex;gap:1rem;padding:1rem;border-radius:1.25rem;background:#f1f1f1;flex-direction:column}.sidebar-box{border:1px solid rgb(15 23 42 / .06);border-radius:1rem;background:#fff;overflow:hidden}.sidebar-box__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.4rem;padding:.35rem 1rem .35rem 1.5rem}.sidebar-box__title{color:#111827;font-size:1.1rem;font-weight:500;line-height:1.3}.sidebar-box__title:hover{color:var(--primary)}.sidebar-box__toggle{flex:0 0 auto;width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.8rem;background:transparent;color:#111827;cursor:pointer;transition:background-color .22s ease,color .22s ease}.sidebar-box__toggle:after{content:"+";font-size:2rem;line-height:1;font-weight:300;transition:transform .24s ease}.sidebar-box__toggle:hover{background:#ab0d2f1a;color:var(--primary)}.sidebar-box.is-open .sidebar-box__toggle:after{transform:rotate(45deg)}.sidebar-box__panel{display:grid}.sidebar-box__panel[hidden]{display:none}.sidebar-box__list{margin:0;padding:0 1.5rem 1.35rem;list-style:none;display:grid;gap:.4rem}.sidebar-box__list a{display:block;padding:.45rem .7rem;border-radius:.45rem;color:#111827;font-size:.98rem;line-height:1.4;transition:background-color .2s ease,color .2s ease}.sidebar-box__list a:hover{color:var(--primary);background:#ab0d2f1a}.top-products-content .top-products-content__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);line-height:1;text-transform:uppercase;font-weight:500;color:#05070a}.top-products-content .top-products-content__text{line-height:1.5;padding:1rem 0;color:#777;font-size:1rem}.top-products-content .results-text{color:#777;font-size:1rem;margin-top:1rem;line-height:1.5}.breadcrumbs{margin-bottom:1rem}@media (max-width: 640px){.breadcrumbs{padding:0 0 2rem;margin-bottom:0}}.breadcrumbs ul{list-style:none;padding:0;margin:0;display:flex;gap:1rem}.breadcrumbs li a{color:#777;font-size:.75rem}.breadcrumbs li a:hover,.breadcrumbs li a.active{text-decoration:none;color:var(--primary)}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:1rem;color:#777}.top-products{padding:3.8rem 1.6rem 4.8rem;background:#fff}.top-products__head{width:min(1320px,100%);margin:0 auto 1.9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.top-products-title{margin:0;font-size:clamp(2rem,4vw,2.8rem);text-transform:uppercase;letter-spacing:.01em;color:#0f172a;line-height:1}.top-products__view-all{display:inline-flex;align-items:center;gap:.45rem;color:#334155;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .24s ease}.top-products__view-all:after{content:"›";font-size:1.2em;line-height:1;transition:transform .24s ease}.top-products__view-all:hover{color:var(--primary)}.top-products__view-all:hover:after{transform:translate(2px)}.top-products__grid{width:min(1320px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem;row-gap:3rem;margin-top:2rem}.top-products--secondary{padding-top:0}.top-products__catalog-wrap{width:min(1320px,100%);margin:2.2rem auto 0;display:flex;justify-content:center}.catalog-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.85rem 2.1rem;border:1px solid #111;background:#111;color:#fff;text-transform:uppercase;font-size:.95rem;font-weight:500;letter-spacing:.02em;transition:background-color .24s ease,color .24s ease,transform .24s ease}.catalog-cta:hover{background:#fff;color:#111;transform:translateY(-1px)}.product-card{background:#fff;border-radius:.65rem;overflow:hidden;border:1px solid rgb(15 23 42 / .06);transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.product-card:hover{background:#f7f7f7;transform:translateY(-5px)}.product-card__image-wrap{display:block;background:#dde2e7;aspect-ratio:5 / 6}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover}.product-card__content{padding:1.15rem 1.15rem 1.25rem}.product-card__code{margin:0 0 .42rem;color:#6b7280;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.product-card__name{margin:0;color:#111827;font-size:1rem;line-height:1.25;font-weight:600;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.75em}.product-card__price{margin:.6rem 0 0;color:#4b5563;font-size:1.04rem;min-height:1.55rem}.product-card__price--empty{color:transparent}.brand-story{width:min(1320px,100% - 2rem);margin:0 auto 5rem;border-radius:.8rem;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:#0b0d12}.brand-story__media{min-height:36rem}.brand-story__media img{width:100%;height:100%;object-fit:cover}.brand-story__content{padding:3rem 3rem 2.8rem;color:#f8fafc;display:flex;flex-direction:column;background-color:var(--primary)}.brand-story__content .brand-story-title{margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2;text-transform:uppercase;color:#fff}.brand-story__content p{margin:1.35rem 0 0;color:#fff;font-size:1.25rem;line-height:1.58;max-width:42ch}.brand-story__logos{margin-top:2.1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.9rem}.brand-story__logos span{display:inline-flex;align-items:center;justify-content:center;min-height:2.15rem;position:relative}.brand-story__logos span:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:50%;width:1px;height:1.45rem;background:#333;transform:translateY(-50%)}.brand-story__logos img{width:100%;max-width:7rem;height:1.2rem;object-fit:contain}.brand-story__cta{display:inline-flex;align-items:center;gap:.95rem;min-height:4rem;padding:.85rem 1.7rem;background:none;color:#fff;border:solid 1px #fff;font-size:1rem;font-weight:400;letter-spacing:.02em;text-transform:uppercase;border-radius:.12rem;transition:background-color .24s ease,transform .24s ease;align-self:flex-start;margin-top:2rem}.brand-story__cta img{width:14px;height:14px;object-fit:contain}.brand-story__cta .cta-arrow-white{filter:brightness(0) invert(1);transition:filter .24s ease}.brand-story__cta:hover{background:#fff;transform:translateY(-1px);color:var(--primary)}.brand-story .brand-story__cta:hover .cta-arrow-white,.delivered-showcase__cta:hover .cta-arrow-white{filter:invert(12%) sepia(88%) saturate(4106%) hue-rotate(336deg) brightness(89%) contrast(94%)}.offer-strip__cta:hover .cta-arrow-white{filter:brightness(0) invert(0)}.offer-strip{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(540px,42vw) minmax(0,1fr);margin-bottom:4rem}.offer-strip__media{min-height:28rem}.offer-strip__media img{width:100%;height:100%;object-fit:cover}.offer-strip__content{background:#0b0d12;color:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.2rem 2rem}.offer-strip__kicker{margin:0;color:#f8fafcb3;font-size:1rem;font-weight:500;text-transform:uppercase}.offer-strip__content .offer-strip-title{margin:1rem 0 0;font-size:clamp(2rem,5vw,2.8rem);line-height:1.04;text-transform:uppercase}.offer-strip__text{margin:1.35rem 0 0;max-width:36ch;color:#f8fafce6;font-size:1.25rem;line-height:1.55}.offer-strip__cta{margin-top:2.2rem;align-self:center;color:#fff}.offer-strip .offer-strip__cta:hover{color:#111}.testimonials{padding:0 1rem 4.8rem}.testimonials__inner{width:min(1320px,100%);margin:0 auto}.testimonials .testimonials-title{margin:0;text-align:center;font-size:clamp(2rem,4vw,2.8rem);text-transform:uppercase;color:#0f172a;font-weight:500}.testimonials__grid{margin-top:2.4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.testimonial-card{text-align:center;position:relative;padding-inline:1.25rem}.testimonial-card:not(:last-child):after{content:"";position:absolute;top:25%;right:-1.25rem;width:1px;height:50%;background:#d1d5db}.testimonial-card__stars{color:#f59e0b;font-size:1rem;letter-spacing:.2rem}.testimonial-card .testimonial-card__title{margin:.95rem 0 0;color:#111827;font-size:1.625rem;line-height:1.2;text-transform:none;font-weight:400;max-width:24ch}.testimonial-card p{margin:.95rem 0 0;color:#111827;font-size:1.25rem;line-height:1.55}.testimonial-card__author{margin-top:1.2rem;color:#000;font-weight:500;font-size:1rem}.delivered-showcase{width:100%;margin:0 0 4rem}.delivered-showcase__panel{width:100%;background:var(--primary)}.delivered-showcase__panel-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;width:min(1320px,100% - 2rem);margin:0 auto;padding:5rem 0}.delivered-showcase__content{color:#f8fafc}.delivered-showcase__content h2{margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2;text-transform:uppercase;font-weight:500;max-width:12ch}.delivered-showcase__slider{position:relative;width:100%;overflow:hidden}.delivered-showcase__slider:before,.delivered-showcase__slider:after{content:"";position:absolute;top:0;bottom:0;width:clamp(1.8rem,4vw,3.2rem);z-index:2;pointer-events:none}.delivered-showcase__slider:before{left:0;background:linear-gradient(to right,var(--primary),rgb(171 13 47 / 0))}.delivered-showcase__slider:after{right:0;background:linear-gradient(to left,var(--primary),rgb(171 13 47 / 0))}.delivered-showcase__slider .swiper-slide{min-height:6.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / .22);background:transparent}.delivered-showcase__slider img{width:min(8.7rem,90%);height:2.1rem;object-fit:contain}.delivered-showcase__image{min-height:25rem}.delivered-showcase__image-link{display:block;height:100%}.delivered-showcase__image img,.delivered-showcase__image video{width:100%;height:100%;display:block;object-fit:cover}.faq,.category-content{padding:0 1rem 2rem}.category-content{padding-bottom:0}.faq__inner,.category-content__inner{width:min(1320px,100%);margin:0 auto}.faq__head,.category-content__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq__more{display:inline-flex;align-items:center;gap:.45rem;font-size:1.38rem;font-weight:400;color:#111827;letter-spacing:.01em;transition:color .24s ease}.faq__more img{width:.95rem;height:.95rem;transition:transform .24s ease}.faq__more:hover{color:var(--primary)}.faq__more:hover img{transform:translate(.2rem)}.faq-title,.category-content__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);line-height:1;text-transform:uppercase;font-weight:500;color:#05070a}.faq__list{margin-top:1.8rem;border-top:1px solid rgb(15 23 42 / .16)}.faq-item{border-bottom:1px solid rgb(15 23 42 / .16)}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.45rem 3rem 1.45rem 0;cursor:pointer;font-size:1.25rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{line-height:1.3;font-weight:500;color:#0f172a;font-size:1.25rem}.faq-item summary:after{content:"";width:.62rem;height:.62rem;border-right:2px solid #111827;border-bottom:2px solid #111827;transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-item p{margin:0;max-width:95ch;padding:0 0 1.45rem;color:#0f172abf;font-size:1.25rem;line-height:1.58}.category-content__text{line-height:1.5;padding:1rem 0;color:#777;font-size:1rem}.category-content__text h2{font-size:1.5rem}.category-content__text h3{font-size:1.3rem}.identity-strip{width:100%;background:var(--primary);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.identity-strip__content{color:#f8fafc;padding:clamp(2.4rem,6vw,5.2rem) clamp(1.2rem,5vw,6.2rem);display:flex;flex-direction:column;justify-content:center}.identity-strip__kicker{margin:0;font-size:.98rem;font-weight:500;letter-spacing:.08em;color:#f8fafca8;text-transform:uppercase;text-align:center}.identity-strip__title{margin-top:1rem;font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.8rem);line-height:.98;font-weight:500;text-transform:uppercase;text-align:center}.white-500-text{color:#ffffff80}.identity-strip__text{margin:1.35rem 0 0;max-width:42ch;color:#f8fafcdb;font-size:1.25rem;line-height:1.62;text-align:center;align-self:center}.identity-strip__media{min-height:28rem}.identity-strip__media img{width:100%;height:100%;display:block;object-fit:cover}.featured-cards{padding:2rem 1rem 4.6rem}.featured-cards__inner{width:min(1320px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.45rem}.featured-card{border:1px solid rgb(15 23 42 / .06);border-radius:.65rem;padding:1.9rem 1.6rem 1.7rem;background:#fff;min-height:17.2rem;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.featured-card:hover{border-color:#ab0d2f66;box-shadow:0 .85rem 2.1rem -1.4rem #0f172a4d;transform:translateY(-.2rem)}.featured-card__icon{width:1.6rem;height:1.6rem;object-fit:contain}.featured-card__title{margin-top:1.15rem;font-family:var(--font-heading);font-size:1.75rem;line-height:1.1;text-transform:uppercase;font-weight:500;color:#0f172a}.featured-card p{margin:1rem 0 0;color:#0f172ac7;font-size:1.25rem;line-height:1.58;max-width:33ch}.site-footer{padding:3.2rem 1rem 1.4rem;border-top:1px solid rgb(15 23 42 / .08);background:#fff}.site-footer__inner{width:min(1320px,100%);margin:0 auto}.site-footer__top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,2fr) minmax(0,.9fr);gap:1.6rem;align-items:start}.site-footer__brand img{width:4rem;height:auto}.site-footer__brand p{margin:.8rem 0 0;color:#4b5563;font-size:.98rem}.site-footer__heading{margin:0;font-family:var(--font-heading);font-size:1.05rem;text-transform:uppercase;color:#111827}.site-footer__links ul{margin:.8rem 0 0;padding:0;list-style:none;display:grid;gap:.48rem}.site-footer__links-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.site-footer__links-grid ul{margin:0}.site-footer__links a{color:#374151;font-size:.98rem;transition:color .2s ease}.site-footer__links a:hover{color:var(--primary)}.site-footer__contact{text-align:right;justify-self:end}.site-footer__contact p{margin:0;color:#111827;font-size:.98rem}.site-footer__contact p+p{margin-top:.5rem}.site-footer__contact span{color:#6b7280;margin-right:.45rem;display:block}.site-footer__bottom{margin-top:2.2rem;padding-top:1rem;border-top:1px solid rgb(15 23 42 / .1);display:flex;align-items:center;justify-content:space-between;gap:.8rem}.site-footer__bottom p{margin:0;font-size:.93rem;color:#6b7280}.site-footer__bottom a{color:#111827;text-decoration:underline;text-underline-offset:.15em;transition:color .2s ease}.site-footer__bottom a:hover{color:var(--primary)}.floating-whatsapp{position:fixed;right:1.4rem;bottom:1.4rem;z-index:95;width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#25d366;box-shadow:0 22px 38px -18px #25d366a6;transition:transform .24s ease,box-shadow .24s ease,background-color .24s ease}.floating-whatsapp:hover{transform:translateY(-2px);background:#1ebe5d;box-shadow:0 28px 42px -18px #25d366c7}.floating-whatsapp img{width:1.7rem;height:1.7rem;object-fit:contain}.hero-marquee{position:absolute;left:0;right:0;bottom:0;height:38px;background:#111;color:#fff;border-top:1px solid rgb(255 255 255 / .12);overflow:hidden;z-index:2}.hero-marquee__track{display:flex;width:max-content;min-width:100%;height:100%;animation:hero-marquee-scroll 26s linear infinite}.hero-marquee__group{display:flex;align-items:center;gap:1.8rem;padding-right:1.8rem;white-space:nowrap;flex-shrink:0}.hero-marquee__item{display:inline-flex;align-items:center;gap:.55rem;font-size:14px;font-weight:500;letter-spacing:.01em;text-transform:uppercase}.hero-marquee__icon{width:1.05rem;height:1.05rem;object-fit:contain;filter:brightness(0) invert(1)}.hero-marquee__item:after{content:"|";margin-left:1.2rem;opacity:.48;font-weight:400}@keyframes hero-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.hero-marquee__track{animation:none}}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:text-lg{font-size:1.125rem}.sm\:text-2xl{font-size:1.5rem}}@media (max-width: 900px){:root{--top-strip-height: 2rem}.top-strip{padding:0 1rem}.top-strip__right{text-align:right}.top-strip h1,.top-strip h2,.top-strip h3,.top-strip h4,.top-strip h5,.top-strip h6,.top-strip p,.top-strip div{font-size:.75rem}.hero{padding:1.35rem 1rem 2.5rem}.home-catalog-header .hero{margin-top:0;min-height:calc(100dvh - 5.4rem)}.hero-topbar{grid-template-columns:auto 1fr auto;justify-items:stretch;align-items:center;gap:.6rem;width:min(1320px,100% - 2.2rem);padding:.85rem 0}.header-scrolled .hero-topbar,.site-header.is-scrolled .hero-topbar{padding:.65rem 0}.mobile-menu-toggle{display:inline-flex}.hero-nav{font-size:.78rem}.hero-nav-left{display:none}.submenu{position:static;min-width:100%;max-width:none;margin-top:.5rem;transform:none;opacity:1;visibility:visible;display:none;grid-template-columns:1fr}.has-submenu:hover>.submenu,.has-submenu:focus-within>.submenu{display:block}.hero-logo{justify-self:center}.hero-logo img,.hero-logo svg{width:100%}.hero-nav-right{justify-content:flex-end;gap:.65rem}.hero-nav-right .icon-link span{display:none}.site-header--catalog .site-header__catalog-top{width:min(1320px,100% - 2.2rem);gap:.85rem;padding:.75rem 0 0;flex-wrap:wrap}.site-header--catalog .site-header__catalog-menu{display:none}.site-header__catalog-main-row{gap:1rem}.site-header__catalog-search-row{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;flex:1;min-width:0}.site-header--catalog .catalog-search{min-height:3rem;padding-left:.95rem;max-width:none}.site-header--catalog .catalog-search input{font-size:.98rem}.site-header--catalog .hero-logo{max-width:88px}.site-header--catalog .mobile-menu-toggle{order:2;width:3rem;height:3rem;justify-content:center;align-items:center}.site-header--catalog .mobile-menu-toggle img{width:1.45rem;height:1.45rem}.site-header--catalog .site-header__catalog-actions{gap:.45rem;flex-shrink:0;width:100%;justify-content:center;padding:.6rem 0;border-top:1px solid rgb(15 23 42 / .08)}.site-header--catalog .site-header__catalog-actions .icon-link span{display:none}.site-header--catalog .site-header__catalog-actions .icon-link{width:2.9rem;height:2.9rem;justify-content:center;border:1px solid rgb(15 23 42 / .08);border-radius:999px;background:#fff;gap:0}.site-header--catalog .site-header__catalog-actions .icon-link svg{width:1.3rem;height:1.3rem}.hero-content{margin:0 auto 4.2rem}.hero-content:before{inset:-1rem -.8rem;width:auto}.top-products{padding:2.8rem 1.1rem 3.3rem}.top-products--secondary{padding-top:0}.top-products__head{margin-bottom:1.15rem}.top-products__view-all{font-size:1rem}.top-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-story{width:min(1320px,100% - 2.2rem);margin-bottom:3.1rem;grid-template-columns:1fr}.brand-story__media{min-height:24rem}.brand-story__content{padding:2rem 1.2rem 1.8rem}.brand-story__content h2{font-size:clamp(1.55rem,6vw,2.2rem)}.brand-story__content p{font-size:1rem;max-width:none}.offer-strip{grid-template-columns:1fr;margin-bottom:3.1rem}.offer-strip__media{min-height:19rem}.offer-strip__content{padding:2.2rem 1.2rem}.offer-strip__content h2{font-size:clamp(1.75rem,7vw,2.5rem)}.offer-strip__text{font-size:1rem}.testimonials{padding:3rem 1rem 3.4rem}.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card:not(:last-child):after{display:none}.delivered-showcase{margin-bottom:3rem}.delivered-showcase__panel-inner{grid-template-columns:1fr;gap:1.3rem;width:min(1320px,100% - 2.2rem);padding:2rem 1.2rem}.delivered-showcase__image{min-height:20rem}.faq{padding:3.2rem 1rem 3.6rem}.faq__list{margin-top:1.1rem}.faq__more{font-size:1rem}.faq-item summary{padding:1rem 2.2rem 1rem 0}.faq-item summary span{font-size:clamp(1.02rem,4vw,1.26rem)}.faq-item p{padding-bottom:1.1rem;font-size:1.02rem;max-width:none}.identity-strip{grid-template-columns:1fr}.identity-strip__content{padding:2.1rem 1.2rem}.identity-strip__media{min-height:20rem}.product-page{padding-top:5rem}.company-hero{grid-template-columns:1fr;min-height:auto}.horizontal-story__sticky{position:static;height:auto;overflow:visible}.horizontal-story__track{display:grid;gap:1.2rem;padding:0;transform:none!important}.horizontal-story__panel{flex-basis:auto;min-height:auto;grid-template-columns:1fr}.horizontal-story__media{min-height:19rem}.company-hero__media{min-height:22rem}.company-hero__content{order:-1;padding:2.8rem 1.2rem}.product-page__breadcrumbs,.product-detail{width:min(1320px,100% - 2.2rem)}.product-detail{grid-template-columns:1fr;gap:1.6rem}.cart-drawer__panel{width:100vw}.cart-drawer__item{grid-template-columns:1fr;padding:1.35rem 1rem}.cart-drawer__footer,.cart-drawer__header{padding-left:1rem;padding-right:1rem}.cart-page__breadcrumbs,.cart-page__layout{width:min(1320px,100% - 2.2rem)}.cart-page__layout{grid-template-columns:1fr;gap:1.5rem}.cart-page__form-wrap{position:static}.cart-product-card,.cart-form{padding:1.1rem}.cart-product-card__head{grid-template-columns:5rem minmax(0,1fr)}.cart-product-card__remove{grid-column:2;justify-self:end;margin-top:-.25rem}@media (max-width: 768px){.cart-product-card__remove{grid-column:3}}.cart-product-card__grid,.cart-form__row--split,.product-gallery{grid-template-columns:1fr}.product-gallery__thumbs{order:2;grid-template-columns:repeat(4,minmax(0,1fr))}.product-gallery__main{min-height:auto;aspect-ratio:1 / 1.1}.product-detail__content{position:static}.product-detail__badges{margin-bottom:1.25rem}.product-badge{font-size:1rem}.product-quote-box__grid{grid-template-columns:1fr}.featured-cards{padding:2.8rem 1rem 3.2rem}.featured-cards__inner{grid-template-columns:1fr;gap:1rem}.featured-card{min-height:auto;padding:1.25rem 1.1rem 1.2rem}.featured-card__title{font-size:clamp(1.25rem,5vw,1.6rem)}.featured-card p{font-size:1rem;max-width:none}.site-footer{padding:2.3rem 1rem 1.2rem}.site-footer__top{grid-template-columns:1fr;gap:1.4rem}.site-footer__links-grid{grid-template-columns:1fr;gap:.75rem}.site-footer__contact{text-align:right}.site-footer__bottom{margin-top:1.5rem;flex-direction:column;align-items:flex-start}.search-modal__form{flex-direction:column}.hero-marquee{height:2.6rem}.hero-marquee__group{gap:1.2rem;padding-right:1.2rem}.hero-marquee__item{font-size:.84rem}.hero-marquee__item:after{margin-left:.75rem}}@media (max-width: 560px){.home-catalog-header .hero{min-height:10.625rem;height:auto}.company-hero__media{min-height:17rem}.company-hero__title{font-size:clamp(2rem,10vw,3rem)}.product-gallery__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail__title{font-size:clamp(2rem,10vw,3rem)}.main-container .top-products__grid,.top-products__grid{grid-template-columns:1fr 1fr}.testimonials__grid{grid-template-columns:1fr}.delivered-showcase{margin-bottom:1rem}.delivered-showcase__image{height:190px;min-height:190px}.site-footer__bottom p{font-size:.88rem}}@media (min-width: 768px){.md\:text-xl{font-size:1.25rem}.md\:text-3xl{font-size:1.875rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
