.products-page{--products-bg:#f0efeb;--products-text:#111111;--products-muted:rgba(17,17,17,0.62);--products-brand:#1e2454;background-color:var(--products-bg);color:var(--products-text)}.products-page__pin-wrap{display:flex;align-items:flex-start;gap:clamp(1.25rem,3vw,2.5rem);padding:clamp(4.5rem,14vh,6rem) clamp(1rem,3vw,2.5rem) clamp(3rem,6vw,5rem);box-sizing:border-box;width:100%}.products-page__aside-slot{flex:0 0 40%;max-width:28rem;width:40%;position:relative}.products-page__aside{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(2rem,5vw,4rem);width:100%;max-width:28rem;height:100vh;height:100svh;padding-top:clamp(.25rem,1vw,.5rem);padding-bottom:clamp(2rem,5vw,3rem);box-sizing:border-box;will-change:transform;pointer-events:none}.products-page__main{flex:1 1 60%;min-width:0;width:60%;display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,1.75rem)}.products-page__brand{margin:0;font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--products-muted);max-width:14rem;line-height:1.4}.products-page__tabs{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.35rem;position:sticky;top:clamp(4.5rem,14vh,6rem);z-index:5;padding-bottom:.25rem;background-color:var(--products-bg)}.products-page__tab{appearance:none;border:1px solid rgba(17,17,17,.18);background:#ffffff;color:var(--products-text);font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;line-height:1;padding:.7rem .95rem;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.products-page__tab:hover{border-color:rgba(17,17,17,.35)}.products-page__tab.is-active{background:var(--products-brand);border-color:var(--products-brand);color:#ffffff}.products-page__tab:focus-visible{outline:2px solid var(--products-brand);outline-offset:2px}.products-page__headline{margin:0;max-width:22ch;font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.65rem,3.2vw,2.85rem);font-weight:500;line-height:1.1;letter-spacing:-.03em;color:var(--products-text)}.products-page__gallery{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem);padding-bottom:clamp(2rem,8vh,6rem)}.products-page__collection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.75rem,1.5vw,1rem);align-content:start}.products-page__gallery-item{display:flex;flex-direction:column;gap:.55rem;min-width:0}.products-page__gallery-frame{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--surface-radius);background-color:#e8e6e1}.products-page__gallery-img{object-fit:cover;object-position:center}.products-page__gallery-caption{margin:0;font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-size:.72rem;font-weight:400;line-height:1.35;letter-spacing:.01em;color:var(--products-text)}@media (max-width:1100px){.products-page__pin-wrap,.products-page__pin-wrap.products-page__pin-wrap--static{flex-direction:column}.products-page__aside-slot{width:100%;max-width:none;flex:none}.products-page__aside{height:auto;padding-bottom:0}.products-page__main{width:100%;flex:none}.products-page__headline{max-width:none}.products-page__tabs{position:static;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.products-page__tabs::-webkit-scrollbar{display:none}.products-page__tab{flex-shrink:0}.products-page__gallery{padding-bottom:0}}@media (max-width:767px){.products-page__pin-wrap{padding-top:clamp(4.5rem,14vh,6rem)}.products-page__gallery{gap:.65rem}.products-page__gallery-frame{aspect-ratio:3/4}}@media (prefers-reduced-motion:reduce){.products-page__tab{transition:none}}