:root{--color-bg:#f5f5f7;--color-surface:#fff;--color-surface-warm:#fafafc;--color-parchment:#f5f5f7;--color-pearl:#fafafc;--color-text-tertiary:#a0a0a5;--color-text-primary:#1d1d1f;--color-text-secondary:#6e6e73;--color-text-muted:#a1a1a6;--color-accent:#06c;--color-accent-hover:#0071e3;--color-accent-light:#0066cc14;--color-accent-on-dark:#2997ff;--color-whatsapp:#25d366;--color-whatsapp-hover:#1da851;--color-border:#e0e0e0;--color-border-strong:#d2d2d7;--color-dark-tile:#272729;--color-dark-tile-2:#2a2a2c;--color-dark-tile-3:#252527;--color-hairline:#e0e0e0;--color-divider-soft:#f0f0f0;--font-display:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1.0625rem;--text-lg:1.1875rem;--text-xl:1.3125rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-lead:1.75rem;--text-display-md:2.125rem;--text-display-lg:2.5rem;--text-hero:3.5rem;--container-max:1200px;--section-py:clamp(5rem, 10vw, 7rem);--nav-search-h:84px;--radius-sm:8px;--radius-md:11px;--radius-lg:18px;--radius-xl:24px;--radius-card:18px;--radius-pill:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 3px 5px #00000038;--shadow-lg:0 3px 5px #00000038, 0 8px 30px #0000001f;--shadow-hover:0 3px 5px #00000038, 0 14px 40px #00000029}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.lenis.lenis-smooth{scroll-behavior:auto!important}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.navbar{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(20px);color:#1d1d1f;background:#fbfbfdcc;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:sticky;top:0}.navbar.scrolled{border-bottom-color:#0000001f;box-shadow:0 3px 5px #00000014}.navbar__inner{width:100%;height:44px;max-width:var(--container-max);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:grid}.navbar__logo{background:var(--color-surface);border-radius:var(--radius-pill);border:1px solid #0000001f;grid-column:1;justify-self:start;align-items:center;padding:3px 12px;display:flex}.navbar__logo-img{width:auto;height:20px;display:block}.navbar__drawer-logo-img{width:auto;height:26px;display:block}.navbar__menu{grid-column:2;justify-self:center;align-items:center;gap:2.25rem;display:flex}.navbar__link{color:#1d1d1fd1;letter-spacing:.01em;font-size:.75rem;font-weight:400;transition:color .2s}.navbar__link:hover,.navbar__link.active{color:#1d1d1f}.navbar__actions{grid-column:3;justify-self:end;align-items:center;gap:.25rem;display:flex}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:#1d1d1f;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.navbar__drawer{z-index:200;display:none;position:fixed;inset:0}.navbar__drawer-overlay{background:#00000059;position:absolute;inset:0}.navbar__drawer-panel{background:var(--color-surface);border-left:1px solid var(--color-hairline);flex-direction:column;gap:.75rem;width:300px;height:100%;padding:1.5rem 1.75rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.navbar__drawer.open{display:block}.navbar__drawer.open .navbar__drawer-panel{transform:translate(0)}.navbar__drawer-close{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;align-self:flex-end;margin-bottom:1rem;font-size:1.5rem}.navbar__drawer-link{font-family:var(--font-body);color:var(--color-text-primary);border-bottom:1px solid var(--color-divider-soft);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.navbar__drawer-link-icon{width:20px;height:20px;color:var(--color-accent);opacity:.9;flex-shrink:0}.navbar__drawer-link:hover{color:var(--color-accent)}[x-cloak]{display:none}.navbar__search-btn{border-radius:var(--radius-pill);cursor:pointer;color:#1d1d1f;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.navbar__search-btn:hover{background:#0000000f}.navbar__search-btn svg{width:18px;height:18px}.nav-search__overlay{z-index:110;height:calc(100dvh - 44px);position:fixed;top:44px;left:0;right:0}.nav-search__drag{will-change:transform, opacity;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s;position:absolute;inset:0}.nav-search__drag.nav-search--dragging{-webkit-user-select:none;user-select:none;transition:none}.nav-search__drag.nav-search--closing{transition:transform .45s cubic-bezier(.32,.72,0,1),opacity .4s}.nav-search-enter,.nav-search-leave{transition:opacity .32s cubic-bezier(.32,.72,0,1),transform .32s cubic-bezier(.32,.72,0,1)}.nav-search-enter-from,.nav-search-leave-to{opacity:0;transform:translateY(-10px)}.nav-search-enter-to,.nav-search-leave-from{opacity:1;transform:translateY(0)}.nav-search{z-index:2;height:var(--nav-search-h);background:var(--color-surface);border-bottom:1px solid var(--color-hairline);touch-action:none;align-items:center;padding:0 clamp(1.5rem,6vw,4rem);display:flex;position:relative}.nav-search__form{align-items:center;gap:1rem;width:100%;height:100%;display:flex}.nav-search__form>svg{width:24px;height:24px;color:var(--color-text-secondary);flex-shrink:0;margin-top:.1em}.nav-search__input{min-width:0;height:100%;font-family:var(--font-body);letter-spacing:.005em;color:var(--color-text-primary);caret-color:var(--color-accent);background:0 0;border:none;outline:none;flex:1;font-size:1.5rem;font-weight:400}.nav-search__input::placeholder{color:var(--color-text-muted)}.nav-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.nav-search__input::-webkit-search-decoration{-webkit-appearance:none}.nav-search__input::-ms-clear{display:none}.nav-search__suggest{top:var(--nav-search-h);z-index:3;padding:.25rem clamp(1.5rem,6vw,4rem) 2rem;display:flex;position:absolute;left:0;right:0}.nav-search__panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-height:68vh;box-shadow:var(--shadow-lg);padding:.75rem .5rem;overflow-y:auto}.nav-search__group+.nav-search__group{border-top:1px solid var(--color-divider-soft);margin-top:1.25rem;padding-top:1rem}.nav-search__group-label{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.35rem;padding:0 .75rem;font-weight:600;display:block}.nav-search__item{border-radius:var(--radius-sm);color:var(--color-text-primary);flex-direction:column;align-items:flex-start;gap:.15rem;padding:.85rem .75rem;transition:background .15s;display:flex}.nav-search__item:hover{background:var(--color-accent-light)}.nav-search__item-title{font-weight:600;font-size:var(--text-base)}.nav-search__item-sub{font-size:var(--text-sm);color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-search__empty{text-align:center;color:var(--color-text-secondary);font-size:var(--text-base);padding:1.5rem .75rem}#main-content,.footer{transition:filter .45s cubic-bezier(.32,.72,0,1)}body.search-active #main-content,body.search-active .footer{filter:blur(25px)saturate(140%)}.nav-search__backdrop{top:var(--nav-search-h);z-index:1;background:#f4f4f78c;position:absolute;bottom:0;left:0;right:0}@media (width<=768px){:root{--nav-search-h:60px}.nav-search{padding:0 clamp(1rem,4vw,2rem)}.nav-search__form{gap:.75rem}.nav-search__form>svg{width:20px;height:20px}.nav-search__input{font-size:1.125rem}.nav-search__suggest{padding:.25rem 1rem 1.5rem}.nav-search__item{padding:.7rem .6rem}.nav-search__item-title{font-size:var(--text-sm)}}@media (width<=480px){:root{--nav-search-h:56px}.nav-search__input{font-size:1rem}}.btn{border-radius:var(--radius-pill);font-family:var(--font-body);font-size:var(--text-base);letter-spacing:-.022em;cursor:pointer;text-align:center;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.5rem;font-weight:400;line-height:1.2;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s,border-color .2s;display:inline-flex}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover)}.btn-outline{color:var(--color-accent);border:1px solid var(--color-accent);background:0 0}.btn-outline:hover{background:#0066cc14}.apple-hero__actions .btn-outline:hover,.product-card .btn-outline:hover{background:var(--color-accent-hover);color:#fff;border-color:var(--color-accent-hover)}.btn-whatsapp{background:var(--color-whatsapp);color:#fff}.btn-whatsapp:hover{background:var(--color-whatsapp-hover)}.btn-white{color:var(--color-accent);background:#fff}.btn-outline-white{color:#fff;background:0 0;border:1px solid #ffffffb3}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff}.btn-sm{padding:.3rem .9rem;font-size:.8125rem}.btn-lg{font-size:var(--text-base);padding:.75rem 2rem}.btn-full{width:100%}.btn-whatsapp.btn-sm{width:auto;padding:.3rem .9rem;font-size:.8125rem}.btn-link{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-accent);text-underline-offset:4px;white-space:nowrap;align-items:center;gap:.35rem;font-weight:400;-webkit-text-decoration:underline #06c6;text-decoration:underline #06c6;transition:color .2s,text-decoration-color .2s;display:inline-flex}.btn-link:hover{color:var(--color-accent-hover);-webkit-text-decoration-color:var(--color-accent-hover);text-decoration-color:var(--color-accent-hover)}.btn-link svg{transition:transform .2s}.btn-link:hover svg{transform:translate(4px)}.tile{width:100%;padding:var(--section-py) 0}.tile--parchment{background:var(--color-parchment)}.tile--surface{background:var(--color-surface)}.tile--pearl{background:var(--color-pearl)}.tile--dark{background:var(--color-dark-tile);color:#f5f5f7}.tile--dark-2{background:var(--color-dark-tile-2);color:#f5f5f7}.tile--dark-3{background:var(--color-dark-tile-3);color:#f5f5f7}.tile__inner{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.tile__head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;display:flex}.tile__eyebrow{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:.5rem;display:block}.tile__title{font-family:var(--font-display);font-size:clamp(2rem, 4.5vw, var(--text-display-lg));letter-spacing:-.003em;color:var(--color-text-primary);font-weight:600;line-height:1.1}.tile__sub{font-size:var(--text-lg);color:var(--color-text-secondary);margin-top:.75rem;line-height:1.5}.tile--dark .tile__title,.tile--dark-2 .tile__title,.tile--dark-3 .tile__title{color:#f5f5f7}.tile--dark .tile__sub,.tile--dark-2 .tile__sub,.tile--dark-3 .tile__sub{color:#a1a1a6}.tile--dark .tile__eyebrow,.tile--dark-2 .tile__eyebrow,.tile--dark-3 .tile__eyebrow{color:#86868b}.btn-link--on-dark{color:var(--color-accent-on-dark);text-decoration-color:#2997ff80}.btn-link--on-dark:hover{color:#fff;text-decoration-color:#fff9}.apple-hero{text-align:center;padding-top:clamp(2rem,5vw,3.5rem)}.apple-hero__eyebrow{font-size:var(--text-sm);color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;display:inline-flex}.apple-hero__title{font-family:var(--font-display);font-size:clamp(3rem, 9vw, var(--text-hero));letter-spacing:-.005em;color:var(--color-text-primary);font-weight:600;line-height:1.05}.apple-hero__lead{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:640px;margin:1.25rem auto 2rem;line-height:1.5}.apple-hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.apple-hero__render{aspect-ratio:21/9;border-radius:var(--radius-card);border:1px solid var(--color-hairline);max-width:980px;box-shadow:var(--shadow-lg);background:linear-gradient(#fff 0%,#f0f0f2 100%);margin:3.5rem auto 0;position:relative;overflow:hidden}.apple-hero__render svg{opacity:.6;width:44px;height:44px}.apple-hero__render-caption{font-size:var(--text-sm)}.hero-render__viewport{position:absolute;inset:0;overflow:hidden}.hero-render__track{will-change:transform;height:100%;transition:transform .6s cubic-bezier(.32,.72,0,1);display:flex}.hero-render__slide{object-fit:cover;object-position:var(--slide-x,50%) var(--slide-y,50%);width:100%;height:100%;transform:scale(var(--slide-zoom,1));will-change:transform;flex:0 0 100%;display:block}.hero-render__arrow{z-index:2;color:#1d1d1f;cursor:pointer;background:#ffffffd9;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.9rem;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0000001f}.hero-render__arrow:hover{color:var(--color-accent);background:#fff}.hero-render__arrow--prev{left:16px}.hero-render__arrow--next{right:16px}.hero-render__dots{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-render__dot{cursor:pointer;background:#ffffffbf;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s;box-shadow:0 0 0 1px #00000014}.hero-render__dot.active{background:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent);transform:scale(1.25)}.feature-tile__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-tile{text-align:center;padding:1rem}.feature-tile__icon{width:56px;height:56px;color:var(--color-accent-on-dark);margin:0 auto 1rem}.feature-tile h3{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.003em;color:#f5f5f7;margin-bottom:.5rem;font-weight:600}.feature-tile p{font-size:var(--text-base);color:#a1a1a6;line-height:1.55}.store-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.store-utility-card{background:var(--color-surface);border:1px solid var(--color-hairline);border-radius:var(--radius-card);flex-direction:column;padding:1.5rem;transition:box-shadow .3s,transform .3s;display:flex}.store-utility-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.store-utility-card__media{aspect-ratio:1;background:var(--color-divider-soft);border-radius:11px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;overflow:hidden}.store-utility-card__media img{object-fit:cover;width:100%;height:100%}.store-utility-card__empty{color:var(--color-text-muted);font-size:var(--text-sm);flex-direction:column;align-items:center;gap:.5rem;display:flex}.store-utility-card__empty svg{width:32px;height:32px}.store-utility-card__cat{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);font-weight:500}.store-utility-card__name{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.003em;color:var(--color-text-primary);margin:.25rem 0 .5rem;font-weight:600;line-height:1.25}.store-utility-card__link{font-size:var(--text-sm);color:var(--color-accent)}.category-tile-grid-wrap{border-radius:var(--radius-card);position:relative;overflow:hidden}.category-tile-grid-wrap.edge-masked{-webkit-mask-image:linear-gradient(90deg,#0000 0,#0003 24px,#00000073 54px,#000000b3 88px,#000 120px calc(100% - 120px),#000000b3 calc(100% - 88px),#00000073 calc(100% - 54px),#0003 calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#0003 24px,#00000073 54px,#000000b3 88px,#000 120px calc(100% - 120px),#000000b3 calc(100% - 88px),#00000073 calc(100% - 54px),#0003 calc(100% - 24px),#0000 100%)}.category-tile-grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:1rem;padding-bottom:.75rem;display:flex;position:relative;overflow-x:auto}.category-tile-grid::-webkit-scrollbar{height:5px}.category-tile-grid::-webkit-scrollbar-track{background:#ffffff14;border-radius:3px}.category-tile-grid::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.category-tile-grid::-webkit-scrollbar-thumb:hover{background:#ffffff73}.category-tile-link{scroll-snap-align:start;border-radius:var(--radius-card);color:#f5f5f7;background:#ffffff0a;border:1px solid #ffffff14;flex:none;justify-content:space-between;align-items:center;gap:1rem;width:260px;padding:1.25rem 1.5rem;transition:background .2s,border-color .2s;display:flex}.category-tile-link:hover{background:#ffffff14;border-color:#ffffff29}.category-tile-link h3{font-family:var(--font-display);font-size:var(--text-lg);color:#f5f5f7;font-weight:600}.category-tile-link span{font-size:var(--text-xs);color:#86868b}.category-tile-link svg{width:20px;height:20px;color:var(--color-accent-on-dark);flex-shrink:0}.cta-tile{text-align:center}.cta-tile .tile__title{margin-bottom:.5rem}.cta-tile__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.visitor-stats{text-align:center}.visitor-stats__eyebrow{text-align:center;margin-bottom:2.5rem}.visitor-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:640px;margin:0 auto;display:grid}.visitor-stat{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-warm);flex-direction:column;align-items:center;gap:.75rem;padding:2.25rem 1.5rem;display:flex}.visitor-stat__icon{background:var(--color-accent-light);width:52px;height:52px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.visitor-stat__icon svg{width:26px;height:26px}.visitor-stat__label{font-size:var(--text-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.visitor-stat__value{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-accent);font-size:clamp(3rem,6vw,4.5rem);font-weight:600;line-height:1}@media (width<=560px){.visitor-grid{grid-template-columns:1fr}}.section-header{text-align:center;margin-bottom:3.5rem}.section-eyebrow{font-size:var(--text-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-weight:400}.section-title{font-family:var(--font-display);font-size:clamp(2rem, 4.5vw, var(--text-display-lg));letter-spacing:-.003em;color:var(--color-text-primary);margin-bottom:1rem;font-weight:600}.section-subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:640px;margin:0 auto;line-height:1.5}.section-header--split{text-align:left;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.section-header--split .section-title{margin-bottom:0}.section-header--split .section-eyebrow{display:block}.section-header--split .section-header__actions{white-space:nowrap;flex-shrink:0}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{border-radius:var(--radius-card);background:var(--color-surface);border:1px solid var(--color-hairline);padding:2rem;transition:box-shadow .3s,transform .3s}.feature-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.feature-card__icon{background:var(--color-accent-light);width:48px;height:48px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-card__title{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.003em;margin-bottom:.5rem;font-weight:600}.feature-card__desc{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.5}.motif-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.motif-card{border-radius:var(--radius-card);background:var(--color-surface);border:1px solid var(--color-hairline);flex-direction:column;padding:0;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.motif-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.motif-card__media{aspect-ratio:16/10;background:var(--color-surface-warm);position:relative;overflow:hidden}.motif-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.motif-card:hover .motif-card__media img{transform:scale(1.03)}.motif-card__media--empty{background:var(--color-surface-warm);justify-content:center;align-items:center;display:flex}.motif-card__media-placeholder{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.06em;color:var(--color-text-tertiary,#a0a0a5);text-transform:uppercase;font-weight:600}.motif-card__content{flex-direction:column;gap:.625rem;padding:1.5rem 1.75rem 1.75rem;display:flex}.motif-card__no{font-family:var(--font-display);font-size:var(--text-sm);color:var(--color-accent);letter-spacing:.06em;font-weight:700}.motif-card__name{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.003em;font-weight:600;line-height:1.25}.motif-card__meaning{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.6}.motif-list{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.motif-list__item{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-hairline);align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .3s,transform .3s;display:flex}.motif-list__item:hover{box-shadow:var(--shadow-hover);border-color:#0066cc4d;transform:translateY(-2px)}.motif-list__no{font-family:var(--font-display);font-size:var(--text-sm);color:var(--color-accent);white-space:nowrap;padding-top:.25rem;font-weight:700}.motif-list__name{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.003em;color:var(--color-text-primary);font-weight:600;line-height:1.3}.product-card{background:var(--color-surface);border-radius:var(--radius-card);border:1px solid var(--color-hairline);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-card__img-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.product-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__img-wrap img{transform:scale(1.06)}.product-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-card__bottom{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.product-card__badge{font-size:var(--text-xs);color:var(--color-accent);background:var(--color-accent-light);border-radius:var(--radius-pill);align-self:flex-start;margin-bottom:.6rem;padding:.2rem .6rem;font-weight:500;display:inline-block}.product-card__name{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.003em;margin-bottom:.5rem;font-weight:600;line-height:1.3}.product-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;display:-webkit-box;overflow:hidden}.product-card__price{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-accent);font-weight:700}.product-card__footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.filter-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;padding-bottom:.75rem;display:flex;position:relative;overflow-x:auto}.filter-bar.edge-masked{justify-content:flex-start;-webkit-mask-image:linear-gradient(90deg,#0000 0,#00000059 44px,#000 120px calc(100% - 120px),#00000059 calc(100% - 44px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#00000059 44px,#000 120px calc(100% - 120px),#00000059 calc(100% - 44px),#0000 100%)}.filter-bar::-webkit-scrollbar{height:5px}.filter-bar::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.filter-bar::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.filter-bar::-webkit-scrollbar-thumb:hover{background:#00000052}.filter-chip{border-radius:var(--radius-pill);font-size:var(--text-sm);background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-hairline);cursor:pointer;flex:none;align-items:center;gap:.4rem;padding:.4rem 1.1rem;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.filter-chip:hover{background:var(--color-accent-light);color:var(--color-accent);border-color:#0066cc4d}.filter-chip.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.catalog-filter__chip-count{border-radius:var(--radius-pill);background:var(--color-accent-light);color:var(--color-accent);padding:.15rem .45rem;font-size:.65rem;font-weight:600;line-height:1}.filter-chip.active .catalog-filter__chip-count{color:#fff;background:#ffffff40}.catalog-results-info{font-size:var(--text-sm);color:var(--color-text-muted);text-align:center;margin-bottom:1.5rem}.catalog-filter__active-info{font-size:var(--text-sm);color:var(--color-text-secondary);background:var(--color-accent-light);border-radius:var(--radius-md);border:1px solid #06c3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:.75rem 1.25rem;display:flex}.catalog-filter__clear{color:var(--color-accent);align-items:center;gap:.35rem;font-weight:500;transition:color .2s;display:inline-flex}.catalog-filter__clear:hover{color:var(--color-accent-hover)}.catalog-empty{text-align:center;padding:4rem 1rem}.catalog-empty__icon{background:var(--color-accent-light);width:72px;height:72px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.catalog-empty__title{font-family:var(--font-display);font-size:var(--text-2xl);margin-bottom:.5rem}.catalog-empty__text{color:var(--color-text-secondary);max-width:420px;margin:0 auto 1.75rem;line-height:1.7}.catalog-empty__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-banner{background:var(--color-accent);text-align:center;padding:4rem 0}.cta-banner__title{font-family:var(--font-display);font-size:clamp(2rem, 4.5vw, var(--text-display-lg));letter-spacing:-.003em;color:#fff;margin-bottom:.75rem;font-weight:600}.cta-banner__sub{font-size:var(--text-xl);color:#ffffffd9;max-width:640px;margin:0 auto 2rem;line-height:1.5}.btn-white{color:var(--color-accent);background:#fff;font-weight:600}.btn-white:hover{background:#f5f5f7}.btn-outline-white{color:#fff;background:0 0;border:1.5px solid #fff9;font-weight:600}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}.cta-banner__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.wa-float{background:var(--color-whatsapp);z-index:999;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36666}.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.wa-float svg{fill:#fff;width:30px;height:30px}.wa-float__label{background:var(--color-text-primary);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;padding:.4rem .9rem;font-size:.75rem;font-weight:500;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.wa-float__label:after{content:"";border:5px solid #0000;border-left-color:var(--color-text-primary);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.wa-float:hover .wa-float__label{opacity:1}.page-hero{text-align:center;background:var(--color-bg);padding:5rem 0 3rem}.page-hero__title{font-family:var(--font-display);font-size:clamp(2rem, 5vw, var(--text-5xl));margin-bottom:1rem;font-weight:700}.page-hero__sub{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:560px;margin:0 auto}.product-detail{padding:3rem 0 5rem}.product-detail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-gallery__main{border-radius:var(--radius-card);aspect-ratio:4/3;border:1px solid var(--color-hairline);box-shadow:var(--shadow-md);background:var(--color-divider-soft);margin-bottom:1rem;overflow:hidden}.product-gallery__main img{object-fit:cover;width:100%;height:100%}.product-gallery__thumbs{gap:.75rem;display:flex}.product-gallery__thumb{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--color-hairline);flex-shrink:0;width:80px;height:80px;transition:border-color .2s;overflow:hidden}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-accent)}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%}.product-info__badge{font-size:var(--text-xs);color:var(--color-accent);background:var(--color-accent-light);border-radius:var(--radius-pill);border:1px solid #0000;margin-bottom:1rem;padding:.3rem .8rem;font-weight:500;display:inline-block}.product-info__badge a{color:inherit}.product-info__badge a:hover{color:var(--color-accent-hover)}.product-info__name{font-family:var(--font-display);font-size:clamp(2rem, 4vw, var(--text-display-lg));letter-spacing:-.003em;margin-bottom:1rem;font-weight:600;line-height:1.1}.product-info__price{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-accent);margin-bottom:1.5rem;font-weight:700}.product-info__desc{font-size:var(--text-xl);color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.6}.product-info__specs{flex-direction:column;margin-bottom:2rem;display:flex}.product-info__spec{font-size:var(--text-sm);border-bottom:1px solid var(--color-hairline);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.product-info__spec-icon{font-size:1.1rem}.product-info__spec-label{color:var(--color-text-muted);min-width:60px}.product-info__spec-value{color:var(--color-text-primary);font-weight:600}.product-info__wa-note{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center;margin-top:.75rem}.product-info__full-desc{font-size:var(--text-base);color:var(--color-text-secondary);white-space:pre-line;margin-bottom:2rem;line-height:1.9}.product-info__actions{margin-bottom:1.5rem}.product-info__order-label{font-family:var(--font-display);font-size:var(--text-lg);margin-bottom:1rem;font-weight:600}.product-info__secondary{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.product-info__trust{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:1.25rem;padding-top:1.5rem;display:flex}.product-info__trust-item{font-size:var(--text-xs);color:var(--color-text-muted);align-items:center;gap:.4rem;display:flex}.product-info__trust-item svg{color:var(--color-accent);flex-shrink:0}.product-gallery__placeholder{width:100%;height:100%;color:var(--color-text-muted);font-size:var(--text-sm);background:linear-gradient(#0066cc0a,#0066cc0a),repeating-linear-gradient(0deg,#0000,#0000 24px,#0066cc26 25px),repeating-linear-gradient(90deg,#0000,#0000 24px,#0066cc26 25px);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-card{background:var(--color-surface);border:1px solid var(--color-hairline);border-radius:var(--radius-card);flex-direction:column;padding:1.5rem;transition:box-shadow .3s,transform .3s;display:flex}.category-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.category-card__img-wrap{aspect-ratio:16/9;background:var(--color-divider-soft);border-radius:11px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;overflow:hidden}.category-card__img{object-fit:cover;width:100%;height:100%}.category-card__placeholder{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.category-card__placeholder svg{width:40px;height:40px}.category-card__overlay{display:none}.category-card__content{flex-direction:column;gap:.25rem;display:flex}.category-card__name{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.003em;color:var(--color-text-primary);margin-bottom:.25rem;font-weight:600}.category-card__count{font-size:var(--text-sm);color:var(--color-accent);font-weight:500}.category-card__desc{font-size:var(--text-base);color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;line-height:1.5;display:-webkit-box;overflow:hidden}.pagination{justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.pagination a,.pagination span{border-radius:var(--radius-sm);width:40px;height:40px;font-size:var(--text-sm);background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-hairline);justify-content:center;align-items:center;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.pagination a:hover{background:var(--color-accent-light);color:var(--color-accent);border-color:#0066cc4d}.pagination .active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.pagination .disabled{opacity:.35;cursor:not-allowed;background:var(--color-surface);color:var(--color-text-secondary);border:1px solid var(--color-hairline)}.footer{background:var(--color-parchment);color:var(--color-text-secondary);border-top:1px solid var(--color-hairline);padding:4rem 0 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__logo{margin-bottom:.75rem;display:inline-block}.footer__logo-img{width:auto;height:48px;display:block}.footer__tagline{font-size:var(--text-base);color:var(--color-text-primary);margin-bottom:.5rem;line-height:1.55}.footer__brand-desc{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:1.25rem;line-height:1.5}.footer__social{gap:.75rem;margin-top:.5rem;display:flex}.footer__social-link{background:var(--color-surface);border:1px solid var(--color-hairline);width:32px;height:32px;color:var(--color-text-primary);border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:inline-flex}.footer__social-link:hover{color:var(--color-accent);border-color:var(--color-border-strong)}.footer__social-link--wa:hover{color:var(--color-whatsapp);border-color:var(--color-whatsapp)}.footer__heading{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-weight:600}.footer__link{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:.6rem;transition:color .2s;display:block}.footer__link:hover{color:var(--color-text-primary)}.footer__contact-list{flex-direction:column;gap:1rem;display:flex}.footer__contact-item{align-items:flex-start;gap:.75rem;display:flex}.footer__contact-icon{background:var(--color-surface);border:1px solid var(--color-hairline);width:28px;height:28px;color:var(--color-text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.footer__contact-text{flex-direction:column;gap:.15rem;display:flex}.footer__contact-label{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.footer__contact-value{font-size:var(--text-base);color:var(--color-text-primary);line-height:1.4}.footer__contact-value--link:hover{color:var(--color-accent)}.footer__bottom{border-top:1px solid var(--color-hairline);text-align:center;font-size:var(--text-xs);color:var(--color-text-muted);padding-top:1.5rem}.footer__credits{letter-spacing:.04em;margin-top:.35rem;font-size:.625rem}.about-carousel{--about-slide-w:max(33vw, 220px);width:100%;height:calc(var(--about-slide-w) * 1.06);cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin-top:3rem;position:relative;overflow:hidden}.about-carousel--dragging{cursor:grabbing}.about-carousel__track{will-change:transform;justify-content:flex-start;align-items:center;gap:28px;width:max-content;height:100%;display:flex}.about-carousel__slide{flex:0 0 var(--about-slide-w,33vw);will-change:transform, opacity;border-radius:var(--radius-xl);height:92%}.about-carousel__card{border-radius:var(--radius-xl);border:1px solid var(--color-border-strong);background:var(--color-surface-warm);width:100%;height:100%;box-shadow:var(--shadow-lg);overflow:hidden}.about-carousel__card img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.product-card__placeholder{background:var(--color-surface-warm);width:100%;height:100%;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:400;display:flex}.about-text__eyebrow{font-size:var(--text-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-weight:400}.about-text__title{font-family:var(--font-display);font-size:clamp(2rem, 4vw, var(--text-display-lg));letter-spacing:-.003em;color:var(--color-text-primary);margin-bottom:1.25rem;font-weight:600;line-height:1.15}.about-text__body{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.7}.about-text__body p+p{margin-top:1rem}.about-text__actions{margin-top:2rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-info-item{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.contact-info-item__icon{background:var(--color-accent-light);width:44px;height:44px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.contact-info-item__label{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:.25rem}.contact-info-item__value{color:var(--color-text-primary);font-weight:600}.contact-info-item .btn-whatsapp{margin-top:.5rem}.contact-info .section-title,.contact-map .section-title{text-align:left;margin-bottom:2rem}.contact-social{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:2rem}.contact-social__title{font-family:var(--font-display);font-size:var(--text-base);margin-bottom:1rem;font-weight:600}.contact-social__links{flex-wrap:wrap;gap:.75rem;display:flex}.contact-social__link{background:var(--color-surface-warm);border:1px solid var(--color-hairline);width:40px;height:40px;color:var(--color-text-primary);border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,transform .2s;display:inline-flex}.contact-social__link:hover{color:var(--color-accent);border-color:var(--color-border-strong);transform:translateY(-2px)}.contact-map__frame{border-radius:var(--radius-card);border:1px solid var(--color-hairline);box-shadow:var(--shadow-md);aspect-ratio:4/3;overflow:hidden}.contact-map__frame iframe{border:0}.maps-placeholder{aspect-ratio:4/3;background:var(--color-surface-warm);border-radius:var(--radius-card);border:1px dashed var(--color-hairline);color:var(--color-text-muted);font-size:var(--text-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.maps-placeholder__icon{color:var(--color-text-muted);font-size:3rem;display:flex}.maps-placeholder__hint{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:.5rem}.faq-list{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto;display:flex}.faq-item{background:var(--color-surface-warm);border:1px solid var(--color-border);border-radius:var(--radius-card);transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item:hover{border-color:var(--color-border-strong)}.faq-item.open{box-shadow:var(--shadow-sm);border-color:#0066cc59}.faq-item__q{width:100%;font-family:var(--font-body);font-size:var(--text-base);letter-spacing:-.01em;color:var(--color-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.35rem;font-weight:600;transition:color .2s;display:flex}.faq-item__q:hover{color:var(--color-accent)}.faq-item__chevron{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.faq-item.open .faq-item__chevron{color:var(--color-accent);transform:rotate(180deg)}.faq-item__a{font-size:var(--text-base);color:var(--color-text-secondary);padding:0 1.35rem 1.25rem;line-height:1.6}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.section{padding:var(--section-py) 0}.section--warm{background:var(--color-surface-warm)}.section--white{background:var(--color-surface)}.section--light{background:var(--color-bg)}.alert{border-radius:var(--radius-md);font-size:var(--text-sm);margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.flash{z-index:1000;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:var(--text-sm);align-items:center;gap:.6rem;max-width:min(90vw,520px);padding:.9rem 1.5rem;font-weight:500;display:flex;position:fixed;top:5rem;left:50%;transform:translate(-50%)}.flash__inner{align-items:center;gap:.6rem;width:100%;display:flex}.flash__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:inline-flex}.flash__message{flex:1}.flash__close{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1}.flash__close:hover{opacity:1}.flash--success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.flash--success .flash__icon{color:#fff;background:#10b981}.flash--error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.flash--error .flash__icon{color:#fff;background:#ef4444}.flash--warning{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.flash--warning .flash__icon{color:#fff;background:#f59e0b}@media (width<=1024px){.products-grid,.features__grid,.store-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=834px){.navbar__menu{display:none}.navbar__hamburger{display:flex}.section-header--split,.tile__head{flex-direction:column;align-items:flex-start}}@media (width<=768px){.products-grid,.features__grid,.category-grid,.store-grid,.motif-grid,.motif-list,.feature-tile__grid{grid-template-columns:1fr}.product-detail__grid,.about-grid,.contact-grid,.footer__grid{grid-template-columns:1fr;gap:2rem}.about-grid.reverse{direction:ltr}.tile__head{flex-direction:column;align-items:flex-start;gap:1rem}.filter-bar.edge-masked{-webkit-mask-image:linear-gradient(90deg,#0000 0,#00000059 32px,#000 80px calc(100% - 80px),#00000059 calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#00000059 32px,#000 80px calc(100% - 80px),#00000059 calc(100% - 32px),#0000 100%)}.category-tile-grid-wrap.edge-masked{-webkit-mask-image:linear-gradient(90deg,#0000 0,#0003 18px,#00000073 40px,#000000b3 66px,#000 90px calc(100% - 90px),#000000b3 calc(100% - 66px),#00000073 calc(100% - 40px),#0003 calc(100% - 18px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#0003 18px,#00000073 40px,#000000b3 66px,#000 90px calc(100% - 90px),#000000b3 calc(100% - 66px),#00000073 calc(100% - 40px),#0003 calc(100% - 18px),#0000 100%)}}@media (width<=480px){.apple-hero__title{font-size:2.5rem}.section-title{font-size:1.75rem}.page-hero{padding:3.5rem 0 2.5rem}.cta-banner{padding:2.75rem 0}.filter-bar.edge-masked{-webkit-mask-image:linear-gradient(90deg,#0000 0,#00000059 24px,#000 56px calc(100% - 56px),#00000059 calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#00000059 24px,#000 56px calc(100% - 56px),#00000059 calc(100% - 24px),#0000 100%)}.category-tile-grid-wrap.edge-masked{-webkit-mask-image:linear-gradient(90deg,#0000 0,#0003 13px,#00000073 29px,#000000b3 47px,#000 64px calc(100% - 64px),#000000b3 calc(100% - 47px),#00000073 calc(100% - 29px),#0003 calc(100% - 13px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#0003 13px,#00000073 29px,#000000b3 47px,#000 64px calc(100% - 64px),#000000b3 calc(100% - 47px),#00000073 calc(100% - 29px),#0003 calc(100% - 13px),#0000 100%)}}
