.shop-page { padding-bottom: 0; }
.shop-header { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; padding: 1.1rem clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid var(--line-dark); }
.back-link { font-size: .95rem; color: #c7d0d8; }
.back-link:hover { color: #7bcaff; }
.shop-main { max-width: 1600px; margin: auto; padding: clamp(2.5rem, 5vw, 5rem) clamp(1.2rem, 5vw, 5rem); }
.shop-heading { margin-bottom: 2.5rem; }
.shop-heading h1 { font-size: clamp(3.7rem, 7vw, 6.5rem); line-height: .95; }
.shop-heading h1 span { color: var(--blue); }
.shop-heading > p:not(.section-label) { max-width: 40rem; margin: 1.2rem 0 0; color: #c7d0d8; font-size: 1.05rem; }
.shop-heading .shop-tax { font-size: .9rem !important; color: #b6c0ca !important; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: start; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #2b3541; background: #0b0f14; }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #000; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tee-image { background: #d4d4d4; }
.tee-image img { object-position: center 40%; }
.release-badge { position: absolute; left: 1rem; top: 1rem; padding: .35rem .7rem; color: #05070a; background: #d6ecff; font-size: .875rem; font-weight: 800; }
.product-copy { padding: clamp(1rem, 2vw, 1.7rem); }
.collection-label { color: #7bcaff; margin: 0 0 .75rem; font-size: .875rem; font-weight: 750; letter-spacing: .04em; }
.product-copy h2 { font-size: clamp(1.8rem, 2.7vw, 2.5rem); line-height: 1.1; overflow-wrap: anywhere; }
.product-description { color: #c7d0d8; font-size: 1rem; min-height: 5rem; }
.product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; margin: 1.3rem 0 .6rem; font-size: 2rem; font-weight: 800; line-height: 1.2; }
.product-price span { font-size: .875rem; color: #b6c0ca; font-weight: 600; }
.availability-note { color: #b6c0ca; font-size: .875rem; }
.product-card .enquiry-panel { margin-top: 1rem; }
.product-card .enquiry-panel summary, .product-enquiry { font-size: 1rem; font-weight: 750; color: #7bcaff; }
.product-enquiry { display: inline-block; padding: .6rem 0; margin-top: .35rem; }
.product-card .email-enquiry { padding: 1rem; }
.mockup-note { margin: 1rem 0 0; color: #9aa8b8; font-size: .875rem; }
.shop-contact { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding: 2.5rem 0 .5rem; margin-top: 2rem; border-top: 1px solid var(--line-dark); }
.shop-contact h2 { font-size: 2rem; line-height: 1.1; }
.shop-contact p { color: #b6c0ca; margin-bottom: 0; }
.shop-contact .button { font-size: 1rem; }
@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .shop-header { align-items: flex-start; flex-direction: column; gap: .85rem; }
  .shop-heading h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 1.7rem; }
  .product-copy { padding: 1.3rem; }
  .product-copy h2 { font-size: 2rem; }
  .product-description { min-height: 0; }
  .shop-contact .button { width: 100%; }
}
