.shop-banner { position: relative; isolation: isolate; display: flex; align-items: center; width: 100%; min-height: clamp(17rem, 23vw, 25rem); overflow: hidden; background: #17343c; }
.shop-banner > img { position: absolute; z-index: -2; inset: 0; display: block; width: 112%; max-width: none; margin-left: -6%; height: 100%; object-fit: cover; object-position: center 32%; }
.shop-banner::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(15,25,28,.82) 0%, rgba(15,25,28,.66) 38%, rgba(15,25,28,.12) 72%, transparent 100%); }
.shop-intro { width: 62%; padding: 2.5rem var(--gutter); color: var(--pearl); }
.shop-intro h1 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: 1.08; font-weight: 300; }
.shop-intro p { max-width: 30rem; margin: 0; font-size: .95rem; }
.shop-collection { padding: 0 var(--gutter) 6rem; scroll-margin-top: 6rem; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--taupe); padding: .7rem 0 .8rem; }
.shop-toolbar > div { display: flex; gap: 1rem; align-items: baseline; }
.shop-toolbar h2 { font-family: var(--sans); font-size: .95rem; font-weight: 400; margin: 0; }
.shop-toolbar p,.shop-toolbar label { font-size: .8rem; }
.shop-toolbar label { display: flex; gap: .7rem; align-items: center; }
.shop-toolbar select { border: 0; border-bottom: 1px solid var(--taupe); border-radius: 0; background: transparent; color: inherit; font: inherit; min-height: 44px; max-width: 12rem; padding: .4rem; }
.shop-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3.4rem 1.5rem; }
.shop-card a { display: block; text-decoration: none; }
.shop-card-image { position: relative; aspect-ratio: 1.7; overflow: hidden; background: var(--pearl); }
.shop-card-image > img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; transition: opacity 450ms ease, transform 650ms ease; }
.shop-card-image .shop-card-alternate { position: absolute; inset: 0; opacity: 0; object-fit: cover; }
.shop-card-copy { padding-top: 1.2rem; text-align: center; }
.shop-card-copy h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; margin: 0 0 .3rem; }
.shop-card-copy p { margin: 0 0 .8rem; font-size: .9rem; }
.shop-card-copy span { display: inline-flex; align-items: center; gap: .5rem; font-size: .73rem; border-bottom: 1px solid var(--taupe); padding-bottom: .3rem; }
.shop-card-copy span img { width: 1rem; }
@media (hover:hover) { .shop-card a:hover .shop-card-alternate { opacity: 1; transform: scale(1.025); } }
.shop-card a:focus-visible .shop-card-alternate { opacity: 1; }
@media(max-width: 900px) { .shop-card-image { aspect-ratio: 1; } .shop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .shop-intro { width: 64%; } }
@media(max-width: 600px) { .shop-banner { min-height: 28rem; align-items: flex-end; } .shop-banner > img { object-position: center 25%; } .shop-banner::before { background: linear-gradient(0deg, rgba(15,25,28,.94) 0%, rgba(15,25,28,.82) 35%, rgba(15,25,28,.12) 70%, transparent 100%); } .shop-intro { width: 100%; padding-top: 12rem; padding-bottom: 1.6rem; } .shop-intro h1 { font-size: 2.5rem; max-width: 20rem; } .shop-intro p { font-size: .9rem; } .shop-toolbar { align-items: start; flex-direction: column; padding-bottom: 1rem; } .shop-toolbar label { width: 100%; justify-content: space-between; } .shop-grid { gap: 2rem .8rem; } .shop-card-copy h3 { font-size: 1.35rem; } .shop-card-copy p { font-size: .8rem; } .shop-card-copy span { font-size: .65rem; } }
@media(prefers-reduced-motion:reduce) { .shop-card-image > img { transition: none; } }
.shop-page main { padding-top: 5rem; }
@media (max-width: 640px) { .shop-page main { padding-top: 4.25rem; } }
