.shop__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(24px,3vw,48px);gap:clamp(24px,3vw,48px)}.shop__media{position:relative;display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#141416}.shop__meta{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1rem;gap:1rem}.shop__name{display:block;font-size:1.15rem;font-weight:600;margin-bottom:.3rem}.shop__price{color:var(--fg);font-weight:600;white-space:nowrap}@media (max-width:900px){.shop__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.shop__grid{grid-template-columns:1fr}}.shop__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.shop__head--gap{margin-top:clamp(48px,7vw,90px);padding-top:clamp(28px,4vw,48px);border-top:1px solid var(--line)}.shop__h{font-size:clamp(1.4rem,3vw,2.2rem)}.shop__price--quote{color:var(--muted)}.shop__signature{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(20px,2.5vw,34px);gap:clamp(20px,2.5vw,34px)}.sig-card,.sig-card__link{position:relative}.sig-card__link{display:block;overflow:hidden;border-radius:16px;min-height:clamp(300px,34vw,440px);border:1px solid var(--line);isolation:isolate}.sig-card__grad,.sig-card__media{position:absolute;inset:0;z-index:0}.sig-card__media{background:#141416}.sig-card__grad{background:var(--grad);opacity:.9}.sig-card__link:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55) 55%,rgba(0,0,0,.86))}.sig-card__media :global(img){transition:transform .7s cubic-bezier(.2,.8,.2,1)}.sig-card__link:hover .sig-card__media :global(img){transform:scale(1.05)}.sig-card__body{position:absolute;z-index:2;left:0;bottom:0;padding:clamp(22px,2.6vw,40px)}.sig-card__title{font-size:clamp(1.9rem,3.6vw,3rem);line-height:1;margin:.4rem 0 .6rem}.sig-card__blurb{color:rgba(245,245,245,.82);max-width:46ch;margin-bottom:1rem}.sig-card__cta{display:inline-block;font-weight:700;letter-spacing:.01em;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.sig-card__link:hover .sig-card__cta{filter:brightness(1.15)}.dept-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(16px,1.8vw,24px);gap:clamp(16px,1.8vw,24px)}.dept-tile__link{display:flex;flex-direction:column;gap:.55rem;height:100%;padding:clamp(20px,2vw,30px);border-radius:14px;background:#111114;border:1px solid var(--line);transition:border-color .3s,transform .3s,background .3s}.dept-tile__link:hover{border-color:var(--cyan);transform:translateY(-3px);background:#141418}.dept-tile__top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.dept-tile__title{font-size:clamp(1.15rem,1.8vw,1.5rem)}.dept-tile__count{font-size:.8rem;font-weight:700;color:var(--bg);background:var(--grad);border-radius:999px;padding:.15rem .6rem;min-width:1.6rem;text-align:center}.dept-tile__blurb{color:var(--muted);font-size:.95rem;flex:1 1}.dept-tile__cta{color:var(--cyan);font-weight:600;font-size:.9rem}.cat__crumb{margin-bottom:clamp(20px,3vw,36px)}.cat__crumb a{color:var(--muted);font-size:.9rem}.cat__crumb a:hover{color:var(--fg)}.cat__quote{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding:clamp(24px,3vw,40px);margin-bottom:clamp(32px,4vw,56px);border:1px solid var(--line);border-radius:16px;background:#111114}.cat__quote-copy{color:var(--muted);max-width:52ch;margin-top:.5rem}.cat__quote-btn{display:inline-block;white-space:nowrap;font-weight:700;color:var(--bg);background:var(--grad);padding:.85rem 1.4rem;border-radius:10px}@media (max-width:820px){.shop__signature{grid-template-columns:1fr}.dept-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.dept-tiles{grid-template-columns:1fr}}.cat__crumb{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.cat__crumb-svc{color:var(--cyan);font-size:.9rem;font-weight:600}