.mp-hero{--mp-font:var(--font-cabinet,"Cabinet Grotesk",system-ui,sans-serif);position:relative;z-index:40;color:#fff;padding:clamp(3.5rem,8vw,5.5rem) 1.25rem clamp(2.5rem,5vw,3.5rem)}.mp-hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}.mp-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.mp-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,10,18,.72),rgba(10,10,18,.82) 55%,rgba(10,10,18,.9)),linear-gradient(90deg,rgba(10,10,18,.55),transparent 60%);pointer-events:none}.mp-hero__inner{position:relative;z-index:2;max-width:1320px;margin:0 auto}.mp-hero__title{margin:.85rem 0 0;font-family:var(--mp-font);font-weight:800;font-size:clamp(2.25rem,6vw,4.25rem);line-height:.95;letter-spacing:-.035em;color:#fff}.mp-hero__sub{margin:1rem 0 0;max-width:36rem;font-family:var(--mp-font);font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:500;line-height:1.55;color:rgba(255,255,255,.68)}.mp-hero__controls{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}@media (min-width:640px){.mp-hero__controls{flex-direction:row;align-items:center}}.mp-hero__search{position:relative;flex:1;max-width:26rem}.mp-hero__search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:rgba(255,255,255,.45);pointer-events:none}.mp-hero__search input{width:100%;padding:.75rem 1rem .75rem 2.6rem;border:1.5px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-family:var(--mp-font);font-size:.9rem;font-weight:500;outline:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.mp-hero__search input::placeholder{color:rgba(255,255,255,.4)}.mp-hero__search input:focus{background:rgba(255,255,255,.12);border-color:#ff6b2b;box-shadow:0 0 0 3px rgba(255,107,43,.25)}.mp-sort{--mp-font:var(--font-cabinet,"Cabinet Grotesk",system-ui,sans-serif);position:relative;z-index:1;flex-shrink:0;min-width:13.5rem}.mp-sort.is-open{z-index:50}.mp-sort__trigger{display:inline-flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border:1.5px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);color:#fff;font-family:var(--mp-font);font-size:.9rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;outline:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.mp-sort.is-open .mp-sort__trigger,.mp-sort__trigger:hover{background:rgba(255,255,255,.16);border-color:#ff6b2b}.mp-sort__trigger:focus-visible{border-color:#ff6b2b;box-shadow:0 0 0 3px rgba(255,107,43,.25)}.mp-sort__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-sort__caret{flex-shrink:0;opacity:.7;transition:transform .2s ease}.mp-sort.is-open .mp-sort__caret{transform:rotate(180deg)}.mp-sort__menu{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:50;margin:0;padding:.35rem;list-style:none;background:#f8f4ef;border:2px solid #1a1a2e;border-radius:.85rem;box-shadow:6px 6px 0 rgba(26,26,46,.12)}.mp-sort__option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .8rem;border:0;border-radius:.55rem;background:transparent;color:#1a1a2e;font-family:var(--mp-font);font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.mp-sort__option:hover{background:rgba(255,107,43,.12);color:#ff6b2b}.mp-sort__option.is-active{background:#1a1a2e;color:#fff}.mp-sort__option.is-active:hover{background:#ff6b2b;color:#fff}.mp-sort__check{width:1rem;height:1rem;flex-shrink:0;color:#ff6b2b}.mp-sort__option.is-active .mp-sort__check{color:#ff6b2b}.mp-sort__option.is-active:hover .mp-sort__check{color:#fff}.mp-tabs{--mp-font:var(--font-cabinet,"Cabinet Grotesk",system-ui,sans-serif);position:sticky;top:4rem;z-index:30;background:#f8f4ef;border-bottom:2px solid rgba(26,26,46,.1)}.mp-tabs__inner{max-width:1320px;margin:0 auto;padding:0 1.25rem;overflow-x:auto;scrollbar-width:none}.mp-tabs__inner::-webkit-scrollbar{display:none}.mp-tabs__nav{display:inline-flex;align-items:stretch;gap:.25rem;min-width:100%}.mp-tabs__btn{position:relative;flex-shrink:0;padding:1rem 1.15rem;border:0;background:transparent;color:rgba(26,26,46,.5);font-family:var(--mp-font);font-size:.9rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:color .15s ease}.mp-tabs__btn:hover{color:#1a1a2e}.mp-tabs__btn:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:0;height:3px;background:#ff6b2b;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.mp-tabs__btn.is-active{color:#1a1a2e}.mp-tabs__btn.is-active:after{transform:scaleX(1)}.mp-tabs__btn:focus-visible{outline:2px solid #ff6b2b;outline-offset:-2px}.mp-shell{--mp-font:var(--font-cabinet,"Cabinet Grotesk",system-ui,sans-serif);--mp-ink:#1a1a2e;--mp-orange:#ff6b2b;--mp-cream:#f8f4ef;--mp-max:1320px;background:var(--mp-cream)}.mp-body{max-width:var(--mp-max);margin:0 auto;padding:1.75rem 1.25rem 3.5rem}.mp-body__grid{display:grid;gap:1.75rem}@media (min-width:1024px){.mp-body__grid{grid-template-columns:260px 1fr;gap:2.25rem}}.mp-filters{position:sticky;top:7.5rem;padding:1.25rem;background:#fff;border:2px solid rgba(26,26,46,.1)}.mp-filters__clear{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;padding:0;border:0;background:none;color:var(--mp-orange);font-family:var(--mp-font);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.mp-filters__clear:hover{color:var(--mp-ink)}.mp-filters__group+.mp-filters__group{margin-top:1.35rem;padding-top:1.25rem;border-top:1px solid rgba(26,26,46,.08)}.mp-filters__title{margin:0 0 .75rem;color:var(--mp-ink);font-family:var(--mp-font);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mp-filters__price{display:flex;align-items:center;gap:.45rem}.mp-filters__price span{color:rgba(26,26,46,.35);font-size:.8rem}.mp-filters__price input{width:100%;min-width:0;padding:.55rem .65rem;border:1.5px solid rgba(26,26,46,.12);background:var(--mp-cream);color:var(--mp-ink);font-family:var(--mp-font);font-size:.85rem;font-weight:600;outline:none}.mp-filters__price input:focus{border-color:var(--mp-orange);box-shadow:0 0 0 3px rgba(255,107,43,.15)}.mp-check{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .35rem;cursor:pointer;transition:background .15s ease}.mp-check:hover{background:rgba(255,107,43,.06)}.mp-check__left{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.mp-check input{position:absolute;opacity:0;pointer-events:none}.mp-check__box{display:inline-flex;width:1.05rem;height:1.05rem;flex-shrink:0;align-items:center;justify-content:center;border:1.5px solid rgba(26,26,46,.25);background:#fff;color:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.mp-check__box svg{width:.7rem;height:.7rem}.mp-check.is-on .mp-check__box{background:var(--mp-orange);border-color:var(--mp-orange);color:#fff}.mp-check__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(26,26,46,.72);font-family:var(--mp-font);font-size:.875rem;font-weight:600}.mp-check.is-on .mp-check__label{color:var(--mp-ink)}.mp-check__count{flex-shrink:0;min-width:1.4rem;padding:.15rem .4rem;background:var(--mp-cream);color:rgba(26,26,46,.45);font-family:var(--mp-font);font-size:.65rem;font-weight:800;text-align:center}.mp-check.is-on .mp-check__count{background:rgba(255,107,43,.12);color:var(--mp-orange)}.mp-toolbar{flex-wrap:wrap;justify-content:space-between;gap:.85rem 1.25rem;margin-bottom:1.35rem;padding:.85rem 1rem;background:#fff;border:2px solid rgba(26,26,46,.1)}.mp-toolbar,.mp-toolbar__left{display:flex;align-items:center}.mp-toolbar__left{gap:.75rem}.mp-toolbar__count{margin:0;color:rgba(26,26,46,.5);font-family:var(--mp-font);font-size:.88rem;font-weight:600;letter-spacing:-.01em}.mp-toolbar__count strong{color:var(--mp-ink);font-weight:800;font-size:1.05em}.mp-toolbar__note{display:none;align-items:center;gap:.45rem;margin:0;padding:.4rem .7rem;background:var(--mp-cream);color:rgba(26,26,46,.6);font-family:var(--mp-font);font-size:.75rem;font-weight:700;letter-spacing:-.01em}.mp-toolbar__note svg{flex-shrink:0;width:.95rem;height:.95rem;color:var(--mp-orange)}@media (min-width:640px){.mp-toolbar__note{display:inline-flex}}.mp-filter-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border:2px solid var(--mp-ink);background:#fff;color:var(--mp-ink);font-family:var(--mp-font);font-size:.8rem;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease}.mp-filter-btn:hover{background:var(--mp-ink);color:#fff}.mp-filter-btn__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;background:var(--mp-orange);color:#fff;font-size:.65rem;font-weight:800}@media (min-width:1024px){.mp-filter-btn{display:none}}.mp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media (min-width:1024px){.mp-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}}@media (min-width:1280px){.mp-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.mp-pagination-wrap{margin-top:1.5rem;padding-top:.25rem}.mp-pagination,.mp-pagination-wrap{display:flex;justify-content:flex-end}.mp-pagination{--mp-font:var(--font-cabinet,"Cabinet Grotesk",system-ui,sans-serif);flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none}.mp-pagination__item{display:inline-flex}.mp-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2.35rem;height:2.35rem;padding:0 .55rem;border:1.5px solid rgba(26,26,46,.12);background:#fff;color:#1a1a2e;font-family:var(--mp-font);font-size:.85rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.mp-pagination__link:hover{border-color:#1a1a2e;color:#ff6b2b}.mp-pagination__link svg{width:1.05rem;height:1.05rem}.mp-pagination__item.is-active .mp-pagination__link{border-color:#1a1a2e;background:#ff6b2b;color:#fff;box-shadow:3px 3px 0 #1a1a2e}.mp-pagination__item.is-disabled .mp-pagination__link{opacity:.35;cursor:not-allowed;pointer-events:none}.mp-pagination__break .mp-pagination__link{border-color:transparent;background:transparent;cursor:default}.mp-pagination__break .mp-pagination__link:hover{color:#1a1a2e}.mp-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:2px solid rgba(26,26,46,.1);text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.mp-card:hover{border-color:var(--mp-ink);transform:translateY(-2px);box-shadow:4px 4px 0 rgba(26,26,46,.12)}.mp-card__media{position:relative;height:8.5rem;overflow:hidden;background:linear-gradient(135deg,rgba(255,107,43,.08),rgba(26,26,46,.06))}@media (min-width:640px){.mp-card__media{height:10rem}}.mp-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mp-card:hover .mp-card__media img{transform:scale(1.04)}.mp-card__fallback{display:flex;height:100%;align-items:center;justify-content:center;color:var(--mp-orange)}.mp-card__fallback svg{width:2.25rem;height:2.25rem}.mp-card__badge{position:absolute;top:.55rem;left:.55rem;padding:.25rem .45rem;background:rgba(255,255,255,.95);color:var(--mp-ink);font-family:var(--mp-font);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.mp-card__badge--hot{left:auto;right:.55rem;background:var(--mp-orange);color:#fff}.mp-card__body{display:flex;flex:1;flex-direction:column;padding:.85rem .9rem .95rem}.mp-card__creator{display:flex;align-items:center;gap:.4rem;margin-bottom:.45rem;color:rgba(26,26,46,.5);font-family:var(--mp-font);font-size:.72rem;font-weight:600}.mp-card__avatar,.mp-card__avatar-fallback{width:1.15rem;height:1.15rem;flex-shrink:0;border-radius:999px;object-fit:cover}.mp-card__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,107,43,.12);color:var(--mp-orange);font-size:.58rem;font-weight:800}.mp-card__title{margin:0 0 .55rem;min-height:2.5em;color:var(--mp-ink);font-family:var(--mp-font);font-size:.9rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mp-card:hover .mp-card__title{color:var(--mp-orange)}.mp-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.75rem;color:rgba(26,26,46,.45);font-family:var(--mp-font);font-size:.72rem;font-weight:600}.mp-card__rating{gap:.35rem}.mp-card__rating,.mp-stars{display:inline-flex;align-items:center}.mp-stars{gap:.05rem;color:var(--mp-orange);line-height:1}.mp-stars__icon{width:.9rem;height:.9rem;flex-shrink:0}.mp-card__lang{padding:.12rem .4rem;background:var(--mp-cream);color:rgba(26,26,46,.6);font-size:.65rem;font-weight:700}.mp-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.7rem;border-top:1px solid rgba(26,26,46,.08)}.mp-card__actions{display:flex;align-items:center;gap:.35rem}.mp-card__cart,.mp-card__view{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;border:0;font-family:var(--mp-font);font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.mp-card__cart{width:2rem;height:2rem;background:var(--mp-ink);color:#fff}.mp-card__cart:hover{background:var(--mp-orange)}.mp-card__cart.is-in{background:#16a34a}.mp-card__cart svg{width:.95rem;height:.95rem}.mp-plus{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border:1.5px solid;border-radius:999px;flex-shrink:0}.mp-plus svg{width:.7rem;height:.7rem}.mp-card__cart .mp-plus{width:1.2rem;height:1.2rem;border-width:1.5px}.mp-card__view{height:2rem;padding:0 .65rem;background:var(--mp-orange);color:#fff;font-size:.7rem;letter-spacing:.01em}.mp-card__view svg{width:.95rem;height:.95rem}.mp-card:hover .mp-card__view{background:var(--mp-ink)}.mp-featured{display:flex;flex-direction:column;margin-bottom:1.35rem;overflow:hidden;background:#fff;border:2px solid rgba(26,26,46,.1);text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.mp-featured:hover{border-color:var(--mp-ink);transform:translateY(-2px);box-shadow:4px 4px 0 rgba(26,26,46,.12)}@media (min-width:640px){.mp-featured{flex-direction:row;min-height:220px}}.mp-featured__media{position:relative;flex-shrink:0;width:100%;height:11rem;overflow:hidden;background:linear-gradient(135deg,rgba(255,107,43,.1),rgba(26,26,46,.08))}@media (min-width:640px){.mp-featured__media{width:280px;height:auto;align-self:stretch}}.mp-featured__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mp-featured:hover .mp-featured__media img{transform:scale(1.04)}.mp-featured__fallback{display:flex;height:100%;min-height:11rem;align-items:center;justify-content:center;color:var(--mp-orange)}.mp-featured__fallback svg{width:2.75rem;height:2.75rem}.mp-featured__badge{position:absolute;top:.7rem;left:.7rem;display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .55rem;background:var(--mp-orange);color:#fff;font-family:var(--mp-font);font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mp-featured__badge--soft{left:auto;right:.7rem;background:rgba(255,255,255,.95);color:var(--mp-ink)}.mp-featured__body{display:flex;flex:1;flex-direction:column;padding:1.15rem 1.25rem 1.2rem}.mp-featured__creator{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem;color:rgba(26,26,46,.5);font-family:var(--mp-font);font-size:.8rem;font-weight:600}.mp-featured__avatar,.mp-featured__avatar-fallback{width:1.4rem;height:1.4rem;flex-shrink:0;border-radius:999px;object-fit:cover}.mp-featured__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,107,43,.12);color:var(--mp-orange);font-size:.65rem;font-weight:800}.mp-featured__title{margin:0 0 .45rem;color:var(--mp-ink);font-family:var(--mp-font);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mp-featured:hover .mp-featured__title{color:var(--mp-orange)}.mp-featured__desc{margin:0 0 .75rem;color:rgba(26,26,46,.55);font-family:var(--mp-font);font-size:.875rem;font-weight:500;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mp-featured__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem;margin-bottom:1rem;color:rgba(26,26,46,.5);font-family:var(--mp-font);font-size:.78rem;font-weight:600}.mp-featured__rating{display:inline-flex;align-items:center;gap:.4rem}.mp-featured__rating .mp-stars__icon{width:1rem;height:1rem}.mp-featured__lang{padding:.15rem .45rem;background:var(--mp-cream);color:rgba(26,26,46,.65);font-size:.68rem;font-weight:700}.mp-featured__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.85rem;border-top:1px solid rgba(26,26,46,.08)}.mp-featured__actions{display:flex;align-items:center;gap:.45rem}.mp-featured__cart,.mp-featured__cta{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;height:2.35rem;border:0;font-family:var(--mp-font);font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease}.mp-featured__cart{padding:0 .9rem;background:var(--mp-ink);color:#fff;font-size:.78rem}.mp-featured__cart:hover{background:var(--mp-orange)}.mp-featured__cart.is-in{background:#16a34a}.mp-featured__cart svg{width:.95rem;height:.95rem}.mp-featured__cart .mp-plus{width:1.2rem;height:1.2rem}.mp-featured__cta{padding:0 1rem;background:var(--mp-orange);color:#fff;font-size:.78rem}.mp-featured__cta svg{width:1.05rem;height:1.05rem}.mp-featured:hover .mp-featured__cta{background:var(--mp-ink)}