/* The existing Quarto identity, carried into an artwork-led collection page. */
.shop { padding-block: clamp(2.5rem, 6vw, 5rem) 5rem; }
.shop h1, .shop h2, .shop h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; text-wrap: balance; }
.shop h1 { font-size: clamp(3.2rem, 6vw, 5.5rem); letter-spacing: -.03em; margin: .5rem 0 1.3rem; }
.shop h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0; letter-spacing: -.02em; }
.shop h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 1.4rem 0 .7rem; }
.shop p { max-width: 65ch; text-wrap: pretty; }
.shop a:not(.btn) { color: var(--color-accent); text-underline-offset: .22em; }
.shop a:not(.btn):hover { color: var(--color-ink); }
.shop .btn { max-width: 100%; white-space: normal; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; text-decoration: none; }
.shop .btn span { font-size: 1.2em; }
.shop-label { font-size: .95rem; color: var(--color-ink-2); margin: 0; }
.shop-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.shop-lede { font-size: 1.35rem; line-height: 1.5; margin: 0 0 1.6rem; }
.shop-checkout { font-size: .9rem; color: var(--color-ink-2); margin: .8rem 0 0; }
.shop figure { margin: 0; }
.shop figcaption { font-size: .85rem; color: var(--color-ink-2); margin-top: .6rem; line-height: 1.4; }
.shop-grounded__art { aspect-ratio: 1.25; background: #292b29; display: flex; align-items: center; padding: clamp(2rem, 5vw, 4rem); }
.shop-grounded-story { border-bottom: 1px solid var(--color-rule); margin-top: 3rem; padding-bottom: 3rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); }
.shop-grounded-story p { margin: 0 0 .5rem; }
.shop-grounded-story h2 { font-size: 1.45rem; }
.shop-collection { padding-top: clamp(3rem, 6vw, 5rem); }
.shop-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.shop-section-heading p { max-width: 32ch; font-size: 1rem; line-height: 1.5; margin: 0; color: var(--color-ink-2); }
.shop-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.shop-piece--field { margin-top: 6rem; }
.shop-piece__image { display: flex; align-items: center; justify-content: center; padding: 2rem; }
.shop-piece__image--dark { background: #242422; }
.shop-piece__image--light { background: #e9e1d4; padding-inline: clamp(3rem, 6vw, 6rem); }
.shop-piece__image img { width: 100%; height: auto; }
.shop-piece p { margin: 0 0 .6rem; }
.shop-piece a, .shop-stoic a { font-size: 1rem; }
.shop-stoic { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; margin-top: 5rem; }
.shop-stoic h3 { font-size: clamp(2rem, 3vw, 3rem); margin-top: 0; }
.shop-stoic__line { font-size: 1.45rem; margin: 1rem 0; }
.shop-stoic__copy p:not(.shop-stoic__line) { color: var(--color-ink-2); }
.shop-ordering { margin-top: 5rem; border-top: 1px solid var(--color-rule); padding-top: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); }
.shop-ordering p { font-size: 1rem; }
.shop-questions details { border-bottom: 1px solid var(--color-rule); padding: .8rem 0; }
.shop-questions summary { cursor: pointer; font-size: 1.1rem; padding: .5rem 0; min-height: 44px; }
.shop-questions details p { margin: .6rem 0 1rem; color: var(--color-ink-2); }
@media (max-width: 44rem) {
  .shop-intro, .shop-grounded-story, .shop-gallery, .shop-stoic, .shop-ordering { grid-template-columns: 1fr; gap: 2rem; }
  .shop h1 br { display: none; }
  .shop-grounded__art { aspect-ratio: 1.6; padding: 2rem; }
  .shop-grounded-story { margin-top: 2rem; gap: .75rem; }
  .shop-section-heading { display: block; }
  .shop-section-heading p { max-width: 40ch; margin-top: 1rem; }
  .shop-piece--field { margin-top: 1rem; }
  .shop-piece__image { padding: 1.5rem; }
  .shop-piece__image--light { padding: 2rem; }
  .shop-stoic { margin-top: 3rem; }
  .shop-ordering { margin-top: 3rem; }
  .shop .btn { width: 100%; }
}
@media print { .shop { padding-top: 1rem; } .shop-questions details { break-inside: avoid; } }

.shop-intro > *, .shop-grounded-story > *, .shop-gallery > *, .shop-stoic > *, .shop-ordering > * { min-width: 0; }

.shop-piece .shop-piece__buy, .shop-stoic .shop-piece__buy { margin: 1.2rem 0 .8rem; }

.shop-thinking__image { background: #292b29; }
.shop-thinking__image img { width: auto; max-height: 42rem; }
@media (min-width: 44.001rem) {
  .shop-thinking figure { grid-column: 2; grid-row: 1; }
  .shop-thinking .shop-stoic__copy { grid-column: 1; grid-row: 1; }
}

.shop-thinking__decal { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; }

.shop-thinking--landscape .shop-thinking__image { padding: 0; background: transparent; }
.shop-thinking__decal-preview { display: flex; gap: 1rem; align-items: center; margin: 1.5rem 0; }
.shop-thinking__decal-preview > img { width: 4.5rem; flex: 0 0 4.5rem; height: auto; }
.shop-thinking__decal-preview p { font-size: 1rem; line-height: 1.4; margin: 0 0 .35rem; }
.shop-thinking__decal-preview p:first-child { color: var(--color-ink); font-weight: 600; }
.shop-thinking__decal-preview > div { min-width: 0; }

.shop-editions { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--color-rule); }
.shop-editions__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.shop-editions__grid figure { margin: 0 0 1.25rem; }
.shop-editions__grid img { display: block; width: 100%; height: auto; }
.shop-editions__grid h3 { font-size: 1.6rem; }
.shop-editions__grid .shop-piece__buy a { font-size: .95rem; }
@media (max-width: 44rem) { .shop-editions__grid { grid-template-columns: 1fr; gap: 2.5rem; } }
