.shop-body { background: #e7dfcf; color: #1c1b17; }
#shop-view:focus { outline: none; }
.shop-header { position: sticky; z-index: 50; top: 0; height: 5rem; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(27,26,22,.18); background: rgba(231,223,207,.92); backdrop-filter: blur(14px); }
.shop-wordmark { display: flex; gap: .55rem; align-items: baseline; font-family: var(--serif); font-size: 1.55rem; }
.shop-wordmark b { font: 500 .62rem var(--sans); text-transform: uppercase; letter-spacing: .18em; }
.shop-header nav { display: flex; gap: 2rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.bag-link { justify-self: end; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.bag-link span { display: inline-grid; place-items: center; min-width: 1.5rem; height: 1.5rem; margin-left: .4rem; border-radius: 50%; color: #e7dfcf; background: #1c1b17; }
.shop-hero { min-height: calc(100svh - 5rem); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; }
.shop-hero-copy { padding: clamp(4rem,9vw,9rem) var(--pad); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.shop-hero-copy h1 { margin: 0; font: 400 clamp(4.4rem,9vw,9.5rem)/.82 var(--serif); letter-spacing: -.05em; }
.shop-hero-copy h1 span { display: block; margin-left: 1.1ch; }
.shop-hero-copy p { max-width: 27rem; line-height: 1.7; margin: 2rem 0; }
.shop-hero-media { min-height: 50rem; position: relative; clip-path: inset(0 0 0 18% round 48% 0 0 0); }
.shop-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(.95); }
.edition-ticker { overflow: hidden; border-top: 1px solid rgba(27,26,22,.18); border-bottom: 1px solid rgba(27,26,22,.18); padding: 1rem 0; white-space: nowrap; }
.edition-ticker div { display: inline-flex; gap: 3rem; animation: ticker 26s linear infinite; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; }
.edition-ticker span::after { content: "✦"; margin-left: 3rem; color: #8c6b35; }
.shop-section { padding: clamp(5rem,9vw,9rem) var(--pad); }
.shop-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.shop-section-head h2 { margin: 0; font: 400 clamp(3rem,6vw,6rem)/.9 var(--serif); }
.shop-section-head p { max-width: 24rem; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,2.4vw,2.5rem); }
.product-card { position: relative; }
.product-card:nth-child(2) { margin-top: 6rem; }
.product-card:nth-child(3n + 1) { margin-top: 1rem; }
.product-image { aspect-ratio: .82; overflow: hidden; background: #d6cbb8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62); transition: transform .8s, filter .5s; }
.product-card:hover img { transform: scale(1.025); filter: saturate(.9); }
.product-info { padding: 1rem 0; display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; border-bottom: 1px solid rgba(27,26,22,.18); }
.product-info h3 { margin: 0; font: 400 1.55rem var(--serif); }
.product-info p { grid-column: 1; margin: 0; color: #625d53; font-size: .78rem; }
.product-info b { grid-row: 1/3; grid-column: 2; font-size: .72rem; font-weight: 500; }
.shop-note { margin: 3rem 0 0; color: #6b6559; font-size: .75rem; }
.shop-editorial { min-height: 95vh; display: grid; grid-template-columns: 1.1fr .9fr; color: #f7f1e5; background: #29231c; }
.shop-editorial-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.65) saturate(.6); }
.shop-editorial-copy { padding: 6rem var(--pad); display: flex; flex-direction: column; justify-content: center; }
.shop-editorial-copy h2 { margin: 0; font: 400 clamp(3.4rem,6vw,6.5rem)/.92 var(--serif); }
.shop-editorial-copy p { max-width: 28rem; line-height: 1.7; color: rgba(255,255,255,.68); }
.product-detail { display: grid; grid-template-columns: 1.2fr .8fr; min-height: calc(100svh - 5rem); }
.product-detail-media { background: #d5cab7; }
.product-detail-media img { width: 100%; height: 100%; min-height: 50rem; object-fit: cover; filter: saturate(.67); }
.product-detail-copy { padding: 7rem var(--pad); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.product-detail-copy h1 { margin: 0; font: 400 clamp(3.7rem,6vw,6.5rem)/.9 var(--serif); }
.product-price { font-size: .82rem; margin: 1.3rem 0 2.5rem; }
.product-detail-copy > p { line-height: 1.75; color: #5c574d; max-width: 30rem; }
.spec-list { width: 100%; margin: 2.5rem 0; border-top: 1px solid rgba(27,26,22,.18); }
.spec-list div { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid rgba(27,26,22,.18); font-size: .74rem; }
.add-button { border: 1px solid #1c1b17; color: #e7dfcf; background: #1c1b17; padding: 1rem 1.5rem; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; cursor: pointer; }
.add-button:hover { background: transparent; color: #1c1b17; }
.bag-layout { min-height: 70vh; padding: 8rem var(--pad); }
.bag-layout h1 { margin: 0 0 4rem; font: 400 clamp(4rem,8vw,8rem)/.9 var(--serif); }
.bag-empty { border-top: 1px solid rgba(27,26,22,.18); padding: 3rem 0; }
.bag-row { display: grid; grid-template-columns: 8rem 1fr auto auto; gap: 2rem; align-items: center; padding: 1.5rem 0; border-top: 1px solid rgba(27,26,22,.18); }
.bag-row img { width: 8rem; aspect-ratio: 1; object-fit: cover; }
.bag-row h3 { font: 400 1.5rem var(--serif); margin: 0; }
.bag-row button { border: 0; border-bottom: 1px solid; background: none; cursor: pointer; font-size: .7rem; }
.bag-total { display: flex; justify-content: flex-end; gap: 3rem; padding: 2rem 0; border-top: 1px solid rgba(27,26,22,.18); font-weight: 500; }
.checkout-note { max-width: 30rem; margin-left: auto; text-align: right; color: #615b50; font-size: .75rem; }
.shop-story { padding: 8rem var(--pad); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.shop-story h1 { position: sticky; top: 8rem; align-self: start; margin: 0; font: 400 clamp(4rem,7vw,8rem)/.9 var(--serif); }
.shop-story article p { max-width: 44rem; font-size: 1.15rem; line-height: 1.8; }
.shop-story article img { width: 100%; margin: 4rem 0; }
.custom-page { padding: clamp(6rem,10vw,10rem) var(--pad); }
.custom-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem,9vw,10rem); align-items: end; margin-bottom: clamp(5rem,9vw,9rem); }
.custom-intro h1 { margin: 0; font: 400 clamp(5rem,10vw,11rem)/.8 var(--serif); letter-spacing: -.055em; }
.custom-intro h1 span { display: block; margin-left: .7ch; color: #785f36; font-style: italic; }
.custom-intro > div:last-child { max-width: 31rem; padding-bottom: 1rem; }
.custom-intro > div:last-child p { margin: 0 0 2rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; }
.custom-gallery { display: grid; grid-template-columns: 1.05fr .72fr 1fr; gap: clamp(1rem,2.4vw,2.5rem); align-items: start; }
.custom-gallery figure { margin: 0; }
.custom-gallery figure:nth-child(2) { margin-top: 7rem; }
.custom-gallery img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.62); }
.custom-gallery figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(27,26,22,.18); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.redirect-page { display: grid; min-height: 100svh; place-content: center; justify-items: start; padding: var(--pad); }
.redirect-page h1 { margin: 0 0 1.5rem; font: 400 clamp(4.5rem,9vw,9rem)/.86 var(--serif); letter-spacing: -.05em; }
.redirect-page > p:not(.kicker) { max-width: 32rem; margin: 0 0 2rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; }
.shop-footer { padding: 5rem var(--pad) 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; color: #f3ecdd; background: #1c1b17; }
.shop-footer span { font: 400 2.2rem var(--serif); }
.shop-footer div:nth-child(2) { display: flex; flex-direction: column; gap: .8rem; }
.shop-footer > p { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 1.5rem; color: rgba(255,255,255,.45); font-size: .7rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .shop-header { grid-template-columns: 1fr auto; }
  .shop-header nav { display: none; }
  .shop-hero, .shop-editorial, .product-detail, .shop-story, .custom-intro { grid-template-columns: 1fr; }
  .shop-hero-media { min-height: 65vh; clip-path: inset(0 5% 0 14% round 48% 48% 0 0); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-detail-media img { min-height: 60vh; }
  .shop-story h1 { position: static; }
  .custom-gallery { grid-template-columns: 1fr 1fr; }
  .custom-gallery figure:nth-child(2) { margin-top: 4rem; }
  .custom-gallery figure:last-child { grid-column: 1 / -1; width: 70%; }
}
@media (max-width: 560px) {
  .shop-header { height: 4.5rem; }
  .shop-wordmark { font-size: 1.25rem; }
  .product-grid { grid-template-columns: 1fr; }
  .custom-gallery { grid-template-columns: 1fr; }
  .custom-gallery figure:nth-child(n), .custom-gallery figure:last-child { width: auto; margin-top: 0; grid-column: auto; }
  .product-card:nth-child(n) { margin-top: 0; }
  .bag-row { grid-template-columns: 5.5rem 1fr auto; gap: 1rem; }
  .bag-row img { width: 5.5rem; }
  .bag-row button { grid-column: 2; justify-self: start; }
  .shop-footer { grid-template-columns: 1fr; }
}
