/* ==========================================================================
   Wear Human — storefront. Mobile first; desktop gets its own compositions.
   ========================================================================== */

main { position: relative; z-index: 2; }
.hide-sm { display: none; }
@media (min-width: 768px) { .hide-sm { display: inline-flex; } }

/* ── Header ────────────────────────────────────────────────────────── */
.hd { position: sticky; top: 0; z-index: 60; height: var(--header-h); background: rgba(0,0,0,.78); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2); border-bottom: 1px solid var(--line); transition: transform .6s var(--ease-io); }
.hd.is-hidden { transform: translateY(-100%); }
.menu-open .hd { background: var(--paper); transform: none; }
.hd__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.hd__left { display: flex; align-items: center; gap: 28px; }
.hd__brand { justify-self: center; }
.hd__actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.hd__menu, .hd__bag, .hd__link, .hd__nav a { color: var(--ink-2); padding: 8px 0; transition: color .3s var(--ease); }
.hd__menu:hover, .hd__bag:hover, .hd__link:hover, .hd__nav a:hover, .hd__nav a.is-active { color: var(--ink); }
.hd__nav { display: none; gap: 22px; }
.hd__nav a { position: relative; }
.hd__nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .6s var(--ease-io); }
.hd__nav a:hover::after, .hd__nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.hd__link { display: none; }
.hd__bag [data-bag-count] { color: var(--accent); }
.hd__bag.is-bump [data-bag-count] { display: inline-block; animation: bump .6s var(--ease-spring); }
@keyframes bump { 40% { transform: scale(1.6); } }
@media (min-width: 1024px) { .hd__nav, .hd__link { display: flex; } }

/* Full-screen index menu */
.menu { position: fixed; inset: var(--header-h) 0 0; z-index: 55; background: var(--paper); clip-path: inset(0 0 100% 0); transition: clip-path .9s var(--ease-io); overflow-y: auto; }
.menu-open .menu { clip-path: inset(0 0 0 0); }
.menu__inner { min-height: 100%; display: grid; gap: 40px; align-content: space-between; padding-block: 28px 32px; }
.menu__nav { display: grid; }
.menu__nav a { display: flex; align-items: baseline; gap: 14px; overflow: hidden; }
.menu__no { font-family: var(--grotesk); font-size: 13px; font-weight: 300; color: var(--faint); min-width: 26px; }
.menu__label { font-family: var(--grotesk); font-weight: 400; font-size: clamp(40px, 7vw, 88px); line-height: 1.02; letter-spacing: -.03em; text-transform: uppercase; transform: translateY(110%); transition: transform .9s var(--ease), color .3s var(--ease), padding .5s var(--ease); transition-delay: calc(var(--i) * 55ms + 250ms), 0s, 0s; }
.menu-open .menu__label { transform: none; }
.menu__nav a:hover .menu__label { color: var(--accent); padding-left: 14px; }
.menu__side { display: grid; gap: 28px; }
.menu__info { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; font-size: 14px; }
.menu__info p { margin-top: 4px; color: var(--ink-2); }
.menu__img { display: none; position: relative; overflow: hidden; background: var(--stage); aspect-ratio: 16 / 10; }
.menu__img .tee:not(.tee--photo) { position: absolute; inset: 8% 25%; width: auto; height: auto; }
.menu__img .tee--photo { position: absolute; inset: 0; }
@media (min-width: 1024px) {
  .menu__inner { grid-template-columns: 1.3fr 1fr; align-items: end; gap: 64px; }
  .menu__img { display: block; }
}

/* ── Home hero: the Canvas, title in the centre ─────────────────── */
.hc { position: relative; height: calc(100svh - var(--header-h)); min-height: 560px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hc .hc__vp { position: absolute; inset: 0; touch-action: pan-y; }
.hc .cv__canvas { opacity: 0; transition: opacity 1.2s var(--ease); }
.hc.is-ready .cv__canvas { opacity: 1; }
.hc__title {
  /* Fixed in the centre of the hero; the works pan underneath it */
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 4;
  width: min(760px, 86vw); display: grid; gap: 22px; justify-items: center; text-align: center; pointer-events: none;
  opacity: 0; transition: opacity 1.2s var(--ease) .2s;
}
.hc.is-ready .hc__title { opacity: 1; }
.hc__title::before { content: ''; position: absolute; inset: -18% -12%; z-index: -1; background: radial-gradient(closest-side, rgba(0,0,0,.72), rgba(0,0,0,0)); pointer-events: none; }
.hc__title .btn { pointer-events: auto; }
.hc__cta { display: grid; gap: 10px; justify-items: stretch; min-width: 240px; }
.hc__cta .btn--ghost { background: rgba(0,0,0,.35); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
#collections { scroll-margin-top: var(--header-h); }
.hc__h, .hc__sub { text-shadow: 0 2px 24px rgba(0,0,0,.6); }
.hc__h { font-family: var(--grotesk); font-weight: 200; font-size: clamp(46px, 7.4vw, 120px); line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.hc__h span { display: inline-block; }
.hc__h .heavy { font-weight: 800; letter-spacing: -.04em; }
.hc__sub { max-width: 30em; font-size: 15px; color: var(--ink-2); }
.hc__ui { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; color: var(--ink-2); pointer-events: none; }
.hc__ui a, .hc__ui button { pointer-events: auto; }
.hc__ui a:hover { color: var(--ink); }
.hc__ui--tl { left: var(--gutter); top: 16px; }
.hc__ui--tr { right: var(--gutter); top: 16px; }
.hc__ui--bl { left: var(--gutter); bottom: 18px; }
.hc__ui--br { right: var(--gutter); bottom: 14px; }
.hc__ui .arrow-btn { background: rgba(0,0,0,.6); }
.hc__hint-touch { display: none; }
@media (hover: none) { .hc__hint-desk { display: none; } .hc__hint-touch { display: inline; } }
@media (max-width: 700px) { .hc__title { width: 88vw; } .hc__sub { font-size: 14px; } }

/* Big marquee */
.mq { border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.mq__track { display: inline-flex; align-items: center; gap: 28px; padding: 18px 0; animation: ticker 40s linear infinite; }
.mq__track span { font-family: var(--grotesk); font-weight: 300; font-size: clamp(26px, 3.4vw, 52px); letter-spacing: -.02em; text-transform: uppercase; }
.mq__track i { font-style: normal; font-size: clamp(20px, 2.4vw, 36px); color: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mq__track { animation: none; } }

/* ── The wall: draggable collage ──────────────────────────────────── */
.wallx { padding-top: clamp(56px, 7vw, 100px); }
.wallx__head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; color: var(--muted); }
.wallx__vp { position: relative; height: 82svh; overflow: auto; scrollbar-width: none; cursor: grab; border-block: 1px solid var(--line); background: #000000; touch-action: pan-x pan-y; user-select: none; -webkit-user-select: none; }
.wallx__vp::-webkit-scrollbar { display: none; }
.wallx__vp.is-dragging { cursor: grabbing; }
.wallx__canvas { position: relative; width: 300vw; height: 190svh; }
@media (min-width: 1024px) { .wallx__vp { height: 88svh; } .wallx__canvas { width: 210vw; height: 180svh; } }
.wallx__note { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; gap: 4px; text-align: center; color: var(--ink-2); }
.wallx__item { position: absolute; display: grid; gap: 6px; transition: opacity .5s var(--ease), transform .8s var(--ease); -webkit-user-drag: none; }
.wallx__img { position: relative; display: block; overflow: hidden; background: var(--stage); }
.wallx__img .tee:not(.tee--photo) { position: absolute; inset: 8%; width: auto; height: auto; }
.wallx__img .tee--photo { position: absolute; inset: 0; }
.wallx__img img { pointer-events: none; }
.wallx__cap { display: flex; justify-content: space-between; gap: 8px; font-family: var(--grotesk); font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); }
.wallx__cap span:last-child { text-align: right; }
.wallx__item:hover { transform: scale(1.04); z-index: 2; }

/* ── Artist columns: colour blocks + numbered captions ─────────────── */
.acols { padding-block: clamp(72px, 10vw, 150px); }
.acols__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.acols__head > div:first-child { display: grid; gap: 14px; }
.acols__nav, .gal__nav { display: flex; gap: 8px; }
.acols__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-inline: var(--gutter); gap: 0; }
.acols__track::-webkit-scrollbar { display: none; }
.acol { flex: 0 0 78vw; scroll-snap-align: start; display: grid; grid-template-rows: auto 1fr auto; background: var(--c); color: #000000; min-height: 560px; border-right: 1px solid rgba(0,0,0,.18); }
.acol__name { padding: 16px 16px 0; font-family: var(--grotesk); font-weight: 800;  font-size: 26px; letter-spacing: -.02em; line-height: 1; }
.acol__media { position: relative; overflow: hidden; margin-top: 12px; }
.acol__media img { position: absolute; width: 100%; height: 100%; }
.acol__media .is-portrait { object-fit: cover; object-position: center 25%; filter: grayscale(1) contrast(1.25); mix-blend-mode: multiply; transition: transform 1.4s var(--ease); }
.acol__media .is-art { object-fit: contain; padding: 10% 14%; transition: transform 1.4s var(--ease); }
.acol:hover .acol__media img { transform: scale(1.05); }
.acol__foot { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; padding: 14px 16px 16px; border-top: 1px solid rgba(0,0,0,.25); }
.acol__no { grid-row: span 2; font-size: 44px; line-height: .85; padding-bottom: 6px; border-bottom: 3px solid #000000; align-self: start; }
.acol__text { font-size: 12.5px; line-height: 1.45; }
.acol__go { justify-self: end; transition: transform .5s var(--ease-io); }
.acol:hover .acol__go { transform: translateX(6px); }
@media (min-width: 768px) { .acol { flex-basis: 40vw; } }
@media (min-width: 1024px) { .acol { flex-basis: calc((100vw - var(--gutter) * 2) / 4); min-height: 640px; } }

/* ── Collections slider + band ─────────────────────────────────────── */
.gal { padding-top: clamp(56px, 7vw, 110px); border-top: 1px solid var(--line); }
.gal__head { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); margin-bottom: 20px; }
.gal__head a:hover { color: var(--ink); }
.gal__track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-inline: var(--gutter); }
.gal__track::-webkit-scrollbar { display: none; }
.gal__card { flex: 0 0 64vw; scroll-snap-align: start; display: grid; gap: 10px; text-align: center; }
.gal__img { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--stage); }
.gal__img .tee:not(.tee--photo) { position: absolute; inset: 10% 8%; width: auto; height: auto; }
.gal__img .tee--photo { position: absolute; inset: 0; }
.gal__img > * { transition: transform 1.4s var(--ease); }
.gal__card:hover .gal__img > * { transform: scale(1.05); }
.gal__title { font-family: var(--grotesk); font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.gal__meta { font-family: var(--grotesk); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: -6px; }
.gal__nav { justify-content: flex-end; padding-block: 24px; }
.gal__band { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding-block: 18px 10px; border-top: 1px solid var(--line-2); font-family: var(--grotesk); font-weight: 300; font-size: clamp(34px, 10.4vw, 176px); line-height: .85; letter-spacing: -.045em; text-transform: uppercase; white-space: nowrap; }
@media (min-width: 768px) { .gal__card { flex-basis: 30vw; } }
@media (min-width: 1024px) { .gal__card { flex-basis: calc((100vw - var(--gutter) * 2 - 56px) / 5); } }

/* ── Mood index: rows invert; works stack onto the cursor ─────────── */
.idx { position: relative; padding-block: clamp(72px, 10vw, 150px); }
.idx__head { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); padding-bottom: 14px; }
.idx__list { border-top: 1px solid var(--line-2); }
.idx__row { position: relative; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 16px 10px; border-bottom: 1px solid var(--line); transition: background-color .45s var(--ease), color .45s var(--ease); }
.idx__no { font-family: var(--grotesk); font-size: 12px; color: var(--faint); }
.idx__name { font-family: var(--grotesk); font-weight: 300; font-size: clamp(26px, 3.4vw, 50px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; transition: transform .6s var(--ease); }
.idx__count { color: var(--muted); }
.idx__row:hover { background: var(--ink); color: var(--paper); }
.idx__row:hover .idx__count, .idx__row:hover .idx__no { color: var(--paper); }
.idx__row:hover .idx__name { transform: translateX(10px); }
.idx__preview { display: none; }
@media (hover: hover) and (pointer: fine) {
  .idx__list:hover .idx__row { cursor: none; }
  .idx__preview { display: block; position: fixed; left: 0; top: 0; z-index: 80; width: 0; height: 0; pointer-events: none; }
  .idx__card {
    position: absolute; left: 0; top: 0; width: 190px; aspect-ratio: 4 / 5; overflow: hidden; background: var(--stage);
    box-shadow: 0 30px 60px -20px rgba(0,0,0,.85);
    --tx: calc((var(--j) - 2) * 34px); --ty: calc((var(--j) - 2) * -10px); --rot: calc((var(--j) - 2) * 6deg);
    transform: translate(-50%, -50%) translate(0, 30px) rotate(0deg) scale(.6); opacity: 0;
    transition: transform .7s var(--ease), opacity .35s var(--ease);
    transition-delay: calc(var(--j) * 45ms);
  }
  .idx__card .tee:not(.tee--photo) { position: absolute; inset: 8%; width: auto; height: auto; }
  .idx__card .tee--photo { position: absolute; inset: 0; }
  .idx__card--art img { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; }
  .idx__preview.is-on .idx__card { opacity: 1; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(1); }
}
@media (min-width: 1024px) { .idx__row { grid-template-columns: 60px 1fr 120px; padding: 20px 16px; } .idx__count { text-align: right; } }

/* Section scaffolding */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 32px; flex-wrap: wrap; padding-bottom: 20px; margin-bottom: clamp(24px, 3vw, 40px); border-bottom: 1px solid var(--line); }
.sec-head > div { display: grid; gap: 14px; max-width: 760px; }
.wall, .show, .rooms, .colls, .process-sec, .cta-arch { padding-block: clamp(72px, 10vw, 150px); }

/* Wall text */
.wall__grid { display: grid; gap: 28px; }
.wall__statement { font-family: var(--grotesk); font-weight: 300; font-size: clamp(24px, 2.8vw, 40px); line-height: 1.14; letter-spacing: -.01em; max-width: 24em; }
.wall__statement em { color: var(--accent); }
.wall__notes { display: grid; border-top: 1px solid var(--line); }
.wall__notes li { display: grid; grid-template-columns: 40px 1fr; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.wall__notes .mono { grid-row: span 2; font-size: 11px; color: var(--faint); padding-top: 4px; }
.wall__notes strong { font-weight: 500; font-size: 15px; }
.wall__notes li > span:last-child { color: var(--muted); font-size: 14px; }
@media (min-width: 1024px) {
  .wall__grid { grid-template-columns: repeat(12, 1fr); gap: 40px 32px; }
  .wall__grid > .label { grid-column: 1 / span 2; }
  .wall__statement { grid-column: 3 / span 9; }
  .wall__notes { grid-column: 3 / -1; grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 32px; }
  .wall__notes li { border-bottom: 0; border-top: 1px solid var(--line-2); }
}

/* ── Exhibit card (product) ────────────────────────────────────────── */
.work { display: grid; gap: 12px; align-content: start; }
.work__frame { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: var(--stage, var(--paper-2)); }
.work__frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 55% at 50% 38%, rgba(255,255,255,.06), transparent 70%); }
.work__media { position: absolute; inset: 0; }
.work__img { position: absolute; inset: 0; transition: transform 1.4s var(--ease); }
.work__img > .tee { position: absolute; inset: 0; transition: opacity .7s var(--ease), transform 1.4s var(--ease); }
.work__img > .tee:not(.tee--photo):not(.is-art) { inset: 8% 6% 9%; width: auto; height: auto; }
.work__img > .is-alt { opacity: 0; }
.work__img > .is-art { background: var(--paper-2); }
.work__img > .is-art::after { content: 'Artwork'; position: absolute; right: 10px; bottom: 10px; font-family: var(--grotesk); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; padding: 3px 6px; background: #000; color: #fff; }
.work__img > .is-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8% 14%; }
.work__frame:hover .work__img { transform: scale(1.035); }
.work__frame.has-alt:hover .work__img > .tee:first-child { opacity: 0; }
.work__frame.has-alt:hover .work__img > .is-alt { opacity: 1; }
.work__no { position: absolute; left: 10px; top: 10px; z-index: 2; font-size: 10px; letter-spacing: .1em; color: var(--muted); mix-blend-mode: difference; }
.work__label { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.work__title { font-family: var(--grotesk); font-weight: 500; font-size: 15px; line-height: 1.25; letter-spacing: -.005em; }
.work__price { font-size: 12px; padding-top: 3px; }
.work__artist { font-size: 13px; color: var(--ink-2); }
.work__artist:hover { color: var(--ink); }
.work__spec { grid-column: 2; grid-row: 2; font-size: 10px; letter-spacing: .08em; color: var(--faint); text-transform: uppercase; align-self: center; display: none; }
@media (min-width: 1024px) {
  .work__title { font-size: 21px; }
  .work__spec { display: block; }
}

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 12px; }
.product-grid .work__label { grid-template-columns: 1fr; }
.product-grid .work__price { grid-row: 3; }
@media (min-width: 768px) { .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px 20px; } .product-grid .work__label { grid-template-columns: 1fr auto; } .product-grid .work__price { grid-row: auto; } }
@media (min-width: 1280px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
/* Editorial variant: every 5th work spans two columns, like a feature print */
@media (min-width: 1024px) {
  .product-grid--editorial > .work:nth-child(7n + 1) { grid-column: span 2; }
  .product-grid--editorial > .work:nth-child(7n + 1) .work__frame { aspect-ratio: 8 / 5; }
  .product-grid--editorial > .work:nth-child(7n + 1) .work__img > .tee:not(.tee--photo):not(.is-art) { inset: 6% 24%; }
  .product-grid--editorial > .work:nth-child(7n + 1) .tee--photo img { object-fit: contain; background: #ABABAB; }
}

/* ── Now showing (featured collection) ────────────────────────────── */
.show__grid { display: grid; gap: 40px; }
.show__text { display: grid; gap: 18px; align-content: start; }
.show__artist { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); }
.show__artist:hover { color: var(--ink); }
.show__meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-block: 14px; border-block: 1px solid var(--line); }
.show__text .btn { justify-self: start; }
.show__works { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.show__work { display: grid; gap: 8px; }
.show__work--1 { grid-column: 1 / -1; }
.show__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--stage); }
.show__work--1 .show__media { aspect-ratio: 1; }
.show__media > div { position: absolute; inset: 0; }
.show__media .tee:not(.tee--photo) { position: absolute; inset: 8%; width: auto; height: auto; }
.show__cap { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 1024px) {
  .show__grid { grid-template-columns: repeat(12, 1fr); gap: 32px; }
  .show__text { grid-column: 1 / span 4; position: sticky; top: calc(var(--header-h) + 40px); align-self: start; }
  .show__works { grid-column: 6 / -1; grid-template-columns: repeat(6, 1fr); gap: 24px; }
  .show__work--1 { grid-column: 1 / span 4; }
  .show__work--2 { grid-column: 5 / span 2; margin-top: 45%; }
  .show__work--3 { grid-column: 2 / span 3; margin-top: -12%; }
}

/* ── Horizontal gallery ────────────────────────────────────────────── */
.hz { padding-block: clamp(64px, 9vw, 120px) 32px; border-top: 1px solid var(--line); }
.hz__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.hz__head > div:first-child { display: grid; gap: 14px; }
.hz__side { display: flex; align-items: center; gap: 20px; }
.hz__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.hz__viewport::-webkit-scrollbar { display: none; }
.hz__track { display: flex; gap: 12px; padding-inline: var(--gutter); width: max-content; }
.work--hz { width: 72vw; scroll-snap-align: start; }
.hz__end { width: 60vw; display: grid; align-content: space-between; gap: 20px; padding: 20px; border: 1px solid var(--line-2); aspect-ratio: 4 / 5; scroll-snap-align: start; transition: background-color .4s var(--ease); }
.hz__end:hover { background: var(--paper-2); }
.hz__progress { height: 1px; background: var(--line); margin-top: 28px; }
.hz__progress span { display: block; height: 100%; width: 0; background: var(--ink); }
@media (min-width: 768px) { .work--hz { width: 38vw; } .hz__end { width: 30vw; } }
@media (min-width: 1024px) {
  .hz.is-pinned { padding: 0; }
  .hz.is-pinned .hz__pin { position: sticky; top: var(--header-h); height: calc(100dvh - var(--header-h)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
  .hz.is-pinned .hz__viewport { overflow: visible; }
  .hz.is-pinned .hz__track { will-change: transform; gap: 24px; }
  .work--hz { width: min(26vw, 380px); }
  .hz__end { width: min(22vw, 320px); }
  .hz.is-pinned .work--hz .work__frame { aspect-ratio: 4 / 5; max-height: calc(100dvh - var(--header-h) - 300px); }
}

/* ── Artist rooms ──────────────────────────────────────────────────── */
.rooms { position: relative; border-top: 1px solid var(--line); }
.rooms__list { border-top: 1px solid var(--line); }
.room { display: grid; grid-template-columns: 52px 1fr auto; grid-template-rows: auto auto; gap: 2px 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); transition: padding .6s var(--ease), background-color .5s var(--ease); }
.room__no { display: none; }
.room__thumb { grid-row: 1 / span 2; width: 52px; height: 52px; overflow: hidden; background: var(--paper-3); }
.room__thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.room__name { font-family: var(--grotesk); font-weight: 300; letter-spacing: -.02em; font-size: 24px; line-height: 1.05; }
.room__loc { grid-column: 2; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.room__count { grid-column: 3; grid-row: 1 / span 2; font-size: 10.5px; color: var(--muted); }
.room__go { display: none; }
.rooms__preview { display: none; }
@media (min-width: 1024px) {
  .room { grid-template-columns: 60px minmax(0, 1.4fr) minmax(0, 1fr) 120px 40px; grid-template-rows: auto; gap: 24px; padding: 22px 0; }
  .room__no { display: block; font-size: 11px; color: var(--faint); }
  .room__thumb { display: none; }
  .room__name { font-size: clamp(34px, 3.4vw, 52px); transition: transform .7s var(--ease), color .4s var(--ease); }
  .room__loc { grid-column: auto; }
  .room__count { grid-column: auto; grid-row: auto; }
  .room__go { display: grid; place-items: center; width: 40px; height: 40px; box-shadow: inset 0 0 0 1px var(--line-2); transition: background-color .4s var(--ease), color .4s var(--ease); }
  .rooms__list:hover .room__name { color: var(--faint); }
  .room:hover .room__name { color: var(--ink); transform: translateX(16px); }
  .room:hover .room__go { background: var(--ink); color: var(--paper); }
  .rooms__preview { display: block; position: fixed; left: 0; top: 0; z-index: 50; width: 260px; aspect-ratio: 4 / 5; pointer-events: none; overflow: hidden; opacity: 0; transform: translate(-50%, -50%) scale(.85); transition: opacity .4s var(--ease), transform .6s var(--ease); background: var(--paper-3); }
  .rooms__preview.is-on { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  .rooms__preview img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
}

/* ── Collection cards ──────────────────────────────────────────────── */
.coll-grid { display: grid; grid-template-columns: 1fr; gap: 36px 20px; }
@media (min-width: 640px) { .coll-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .coll-grid { grid-template-columns: repeat(3, 1fr); } .coll-grid > .coll:nth-child(3n + 2) { margin-top: 64px; } }
.coll { display: grid; gap: 12px; }
.coll__frame { position: relative; aspect-ratio: 5 / 4; overflow: hidden; background: var(--stage); }
.coll__media { position: absolute; inset: 0; }
.coll__img { position: absolute; inset: 0; transition: transform 1.4s var(--ease); }
.coll__img .tee:not(.tee--photo) { position: absolute; inset: 8% 20%; width: auto; height: auto; }
.coll:hover .coll__img { transform: scale(1.04); }
.coll__count { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 4px 8px; background: var(--paper); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.coll__label { display: grid; gap: 4px; padding-top: 10px; border-top: 1px solid var(--line); }
.coll__title { font-family: var(--grotesk); font-weight: 400; letter-spacing: -.02em; font-size: 22px; line-height: 1.05; }
.coll__artist { font-size: 13px; color: var(--ink-2); }

/* Process */
.process { display: grid; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 40px 1fr; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.process .heavy { grid-row: span 2; font-size: 22px; color: var(--faint); }
.process strong { font-family: var(--grotesk); font-weight: 500; font-size: 17px; line-height: 1.15; text-transform: uppercase; letter-spacing: -.01em; }
.process li > span:last-child { font-size: 14px; color: var(--muted); }
.process li:nth-child(3) .heavy { color: var(--accent); }
@media (min-width: 1024px) {
  .process { grid-template-columns: repeat(5, 1fr); border-top: 0; }
  .process li { grid-template-columns: 1fr; border: 0; border-top: 1px solid var(--line-2); border-right: 1px solid var(--line); padding: 20px 20px 0 0; margin-right: 20px; min-height: 180px; align-content: start; }
  .process li:last-child { border-right: 0; }
  .process .heavy { grid-row: auto; font-size: 48px; }
}

/* Artist CTA */
.cta-arch__box { display: grid; gap: 32px; padding: clamp(24px, 4vw, 64px); border: 1px solid var(--line-2); background: linear-gradient(var(--paper-2), var(--paper)); position: relative; }
.cta-arch__box::before, .cta-arch__box::after { content: ''; position: absolute; width: 14px; height: 14px; border: 1px solid var(--accent); }
.cta-arch__box::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.cta-arch__box::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.cta-arch__text { display: grid; gap: 20px; align-content: start; }
.cta-arch__text .btn { justify-self: start; }
.cta-arch__list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.cta-arch__list li span:last-child { color: var(--ink); }
@media (min-width: 1024px) { .cta-arch__box { grid-template-columns: 7fr 4fr; gap: 80px; align-items: end; } }

/* ── Footer ────────────────────────────────────────────────────────── */
.ft { position: relative; z-index: 2; border-top: 1px solid var(--line); padding-top: clamp(56px, 7vw, 96px); overflow: hidden; background: var(--night); }
.ft__top { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
.ft__top > div { display: grid; gap: 14px; align-content: start; }
.ft__intro { grid-column: 1 / -1; }
.ft__quote { font-family: var(--grotesk); font-weight: 300; letter-spacing: -.02em; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.1; }
.ft__quote em { color: var(--muted); }
.ft__top ul li { padding: 3px 0; font-size: 14px; }
.ft__top a { color: var(--ink-2); transition: color .3s var(--ease); }
.ft__top a:hover { color: var(--ink); }
.ft__word { margin: clamp(48px, 7vw, 96px) 0 24px; }
.ft__bottom { display: flex; justify-content: space-between; gap: 10px 24px; flex-wrap: wrap; padding: 18px 0 28px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
@media (min-width: 1024px) { .ft__top { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } .ft__intro { grid-column: auto; max-width: 30em; } }

/* ── Page heads ────────────────────────────────────────────────────── */
.page-head { display: grid; gap: 18px; padding-block: clamp(32px, 6vw, 88px) clamp(24px, 3vw, 40px); }
.page-head__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 40px; flex-wrap: wrap; }
.crumb { display: flex; gap: 10px; flex-wrap: wrap; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.crumb a:hover { color: var(--ink); }
.crumb span[aria-hidden] { color: var(--faint); }

/* Shop filters */
.filters { position: sticky; top: var(--header-h); z-index: 20; margin-bottom: clamp(28px, 4vw, 48px); border-block: 1px solid var(--line); background: rgba(0,0,0,.88); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.filters__inner { display: grid; gap: 10px; padding-block: 10px; }
.filters__scroll { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.filters__scroll::-webkit-scrollbar { display: none; }
.filters__selects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.filters .select { min-height: 36px; padding: 6px 30px 6px 10px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; background-position: right 10px center; }
@media (min-width: 1024px) { .filters__inner { display: flex; align-items: center; } .filters__scroll { flex: 1; } .filters__selects { display: flex; } .filters .select { width: auto; } }

/* ── Product page ──────────────────────────────────────────────────── */
.pdp { display: grid; gap: 28px; padding-top: 12px; }
.pdp__gallery { position: relative; margin-inline: calc(var(--gutter) * -1); }
.pdp__slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.pdp__slides::-webkit-scrollbar { display: none; }
.pdp__slide { position: relative; flex: 0 0 100%; aspect-ratio: 4 / 5; scroll-snap-align: start; background: var(--stage, var(--paper-2)); overflow: hidden; }
.pdp__slide .tee:not(.tee--photo) { position: absolute; inset: 7% 5% 8%; width: auto; height: auto; }
.pdp__slide .tee--photo { position: absolute; inset: 0; }
.pdp__slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8% 20%; }
.pdp__slide > img.is-cover { object-fit: cover; padding: 0; }
.pdp__slide-cap { position: absolute; left: 12px; bottom: 12px; z-index: 2; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 4px 8px; background: var(--paper); }
.pdp__dots { display: flex; gap: 6px; padding: 12px var(--gutter) 0; }
.pdp__dots span { flex: 1; height: 1px; background: var(--line-2); transition: background-color .3s var(--ease); }
.pdp__dots span.is-active { background: var(--ink); }
.pdp__info { display: grid; gap: 24px; align-content: start; }
.pdp__title { font-family: var(--grotesk); font-weight: 300; font-size: clamp(32px, 3.4vw, 50px); line-height: 1; letter-spacing: -.035em; }
.pdp__artist { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.pdp__artist .mark { width: 40px; height: 40px; }
.pdp__price { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-block: 14px; border-block: 1px solid var(--line); }
.pdp__price .amount { font-family: var(--mono); font-size: 20px; letter-spacing: .02em; }
.size-picker { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; border: 1px solid var(--line-2); }
.size-picker input { position: absolute; opacity: 0; pointer-events: none; }
.size-picker label { height: 48px; display: grid; place-items: center; font-family: var(--mono); font-size: 12px; cursor: pointer; border-right: 1px solid var(--line-2); transition: background-color .3s var(--ease), color .3s var(--ease); }
.size-picker label:last-of-type { border-right: 0; }
.size-picker label:hover { background: var(--paper-3); }
.size-picker input:checked + label { background: var(--ink); color: var(--paper); }
.size-picker input:focus-visible + label { outline: 1px solid var(--accent); outline-offset: -3px; }
.qty { display: inline-flex; align-items: center; height: 48px; border: 1px solid var(--line-2); }
.qty button { width: 40px; height: 100%; display: grid; place-items: center; }
.qty button:hover { background: var(--paper-3); }
.qty input { width: 36px; text-align: center; border: 0; background: transparent; font-family: var(--mono); font-size: 13px; -moz-appearance: textfield; appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-row { display: flex; gap: 8px; }
.buy-row .btn { flex: 1; }
.note-card { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.note-card .dot { flex: none; width: 6px; height: 6px; margin-top: 7px; background: var(--accent); }
.note-card strong { color: var(--ink); font-weight: 500; }
.story { font-family: var(--grotesk); font-weight: 300; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.4; color: var(--ink-2); }
.story::before { content: '“'; color: var(--accent); }
.story::after { content: '”'; color: var(--accent); }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.part-of { display: grid; gap: 8px; }
.part-of a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); font-family: var(--grotesk); font-size: 20px; }
.part-of a:first-of-type { border-top: 1px solid var(--line); }
.part-of a .btn__icon { color: var(--muted); }
.part-of a:hover .btn__icon { color: var(--accent); transform: translate(3px, -3px); }
.details details { border-bottom: 1px solid var(--line); }
.details details:first-child { border-top: 1px solid var(--line); }
.details summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; cursor: pointer; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.details summary::-webkit-details-marker { display: none; }
.details summary .i { transition: transform .5s var(--ease-io); }
.details details[open] summary .i { transform: rotate(45deg); }
.details .details__body { padding: 0 0 18px; color: var(--ink-2); font-size: 14px; }
.details dl { display: grid; grid-template-columns: 110px 1fr; gap: 8px 16px; }
.details dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }
.details dd { margin: 0; }
.size-chart { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.size-chart th, .size-chart td { padding: 10px 0; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.size-chart thead th { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 400; padding-top: 0; }
.size-chart tbody th { font-weight: 600; }
.size-chart td:last-child, .size-chart th:last-child { text-align: right; }
.size-chart__note { margin: 12px 0 0; font-size: 12.5px; color: var(--muted); }
.sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; gap: 8px; align-items: center; padding: 10px var(--gutter); padding-bottom: max(10px, env(safe-area-inset-bottom)); background: rgba(0,0,0,.92); border-top: 1px solid var(--line); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transform: translateY(110%); transition: transform .6s var(--ease-io); }
.sticky-buy.is-visible { transform: none; }
.sticky-buy__info { flex: 1; min-width: 0; display: grid; gap: 2px; }
.sticky-buy__title { font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-buy__price { font-family: var(--mono); font-size: 12px; color: var(--ink-2); }
.sticky-buy__size { height: 44px; min-width: 76px; padding: 0 30px 0 12px; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5 6 8l4-3.5' fill='none' stroke='%23ECE8E0' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat right 10px center; border: 1px solid var(--line-2); border-radius: 0; color: var(--ink); font-family: var(--mono); font-size: 12px; appearance: none; }
.sticky-buy__size option { background: var(--paper-2); color: var(--ink); }
.sticky-buy__size.is-missing { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.sticky-buy__qty { height: 44px; }
.sticky-buy__qty button { width: 30px; }
.sticky-buy__qty input { width: 26px; }
.sticky-buy__cart { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border: 1px solid var(--line-2); color: var(--ink); transition: background-color .3s var(--ease), color .3s var(--ease); }
.sticky-buy__cart:hover { background: var(--ink); color: var(--paper); }
.sticky-buy__shop { min-height: 44px; padding: 0 14px 0 16px; gap: 12px; flex: none; }
.sticky-buy-space { height: 72px; }
@media (max-width: 560px) {
  .sticky-buy__info { display: none; }
  .sticky-buy__size { flex: 1; min-width: 0; }
  .sticky-buy__shop { padding: 0 12px; gap: 8px; font-size: 11px; }
}
@media (min-width: 1024px) {
  .pdp { grid-template-columns: repeat(12, 1fr); gap: 32px; padding-top: 24px; }
  .pdp__gallery { grid-column: 1 / span 7; margin: 0; }
  .pdp__slides { display: grid; gap: 12px; overflow: visible; }
  .pdp__slide { aspect-ratio: 4 / 5; }
  .pdp__slide:first-child { aspect-ratio: 1; }
  .pdp__dots { display: none; }
  .pdp__info { grid-column: 9 / -1; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
}

/* ── Artist profile ────────────────────────────────────────────────── */
.ap { display: grid; gap: 40px; padding-block: 24px clamp(72px, 9vw, 140px); }
.ap__card { display: grid; gap: 20px; align-content: start; }
.ap__id { display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-items: center; }
.ap__portrait { width: 76px; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-3); }
.ap__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.ap__portrait img.is-art { object-fit: contain; filter: none; padding: 8px; }
.ap__name { font-family: var(--grotesk); font-weight: 300; font-size: clamp(32px, 3.2vw, 48px); line-height: 1; letter-spacing: -.035em; }
.ap__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.ap__statement { font-family: var(--grotesk); font-weight: 300; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.3; color: var(--ink); padding-left: 16px; border-left: 1px solid var(--accent); }
.ap__bio { color: var(--ink-2); font-size: 14.5px; }
.ap__links { display: flex; gap: 6px; flex-wrap: wrap; }
.ap__facts { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.ap__facts div { padding: 12px 0 12px 12px; border-right: 1px solid var(--line); }
.ap__facts div:first-child { padding-left: 0; }
.ap__facts div:last-child { border-right: 0; }
.ap__facts dt { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ap__facts dd { margin: 2px 0 0; font-family: var(--grotesk); font-size: 26px; line-height: 1; }
.ap__body { display: grid; gap: clamp(56px, 7vw, 96px); min-width: 0; }
.ap__section { display: grid; gap: 20px; }
@media (min-width: 1024px) {
  .ap { grid-template-columns: repeat(12, 1fr); gap: 32px; padding-top: 40px; }
  .ap__card { grid-column: 1 / span 4; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
  .ap__id { grid-template-columns: 1fr; }
  .ap__portrait { width: 100%; max-width: 300px; }
  .ap__body { grid-column: 6 / -1; }
  .ap__body .product-grid { grid-template-columns: repeat(3, 1fr); }
  .ap__body .coll-grid { grid-template-columns: repeat(2, 1fr); }
  .ap__body .coll-grid > .coll:nth-child(3n + 2) { margin-top: 0; }
  .ap__body .coll-grid > .coll:nth-child(2n) { margin-top: 48px; }
}

/* Collection page */
.ch { display: grid; gap: 28px; padding-block: clamp(28px, 5vw, 72px) clamp(40px, 5vw, 72px); }
.ch__text { display: grid; gap: 16px; align-content: end; }
.ch__by { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.ch__cover { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--stage); }
.ch__cover > div { position: absolute; inset: 0; }
.ch__cover .tee:not(.tee--photo) { position: absolute; inset: 8% 22%; width: auto; height: auto; }
.ch__cover .tee--photo { position: absolute; inset: -6% 0; height: auto; }
@media (min-width: 1024px) {
  .ch { grid-template-columns: repeat(12, 1fr); gap: 32px; align-items: end; }
  .ch__text { grid-column: 1 / span 5; }
  .ch__cover { grid-column: 7 / -1; aspect-ratio: 16 / 10; }
}

/* Artist index */
.artist-index { border-top: 1px solid var(--line); }

/* ── Discover (reels) ──────────────────────────────────────────────── */
body.is-discover { background: #000; }
.feed { position: relative; z-index: 2; height: calc(100dvh - var(--header-h)); overflow-y: auto; scroll-snap-type: y mandatory; overscroll-behavior-y: contain; scrollbar-width: none; }
.feed::-webkit-scrollbar { display: none; }
.reel { position: relative; height: calc(100dvh - var(--header-h)); scroll-snap-align: start; scroll-snap-stop: always; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; padding: 10px 10px 14px; max-width: var(--max); margin: 0 auto; }
.reel__stage { position: relative; overflow: hidden; background: var(--stage, #111111); }
.reel__stage .tee:not(.tee--photo) { position: absolute; inset: 7% 5% 8%; width: auto; height: auto; transition: transform 1.2s var(--ease), opacity .8s var(--ease); }
.reel__stage .tee--photo { position: absolute; inset: 0; transition: opacity .8s var(--ease), transform 1.4s var(--ease); }
.reel__stage .tee--back, .reel__stage .is-art { opacity: 0; }
.reel__stage .is-art { position: absolute; inset: 0; }
.reel__stage .is-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8% 22%; }
.reel__stage.show-back .tee--front { opacity: 0; }
.reel__stage.show-back .tee--back, .reel__stage.show-back .is-art { opacity: 1; }
.reel:not(.is-active) .reel__stage .tee--front { transform: scale(.94); }
.reel__counter { position: absolute; top: 12px; left: 12px; z-index: 2; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; padding: 4px 8px; background: var(--paper); }
.reel__flip { position: absolute; right: 12px; top: 12px; z-index: 2; display: inline-flex; gap: 8px; align-items: center; padding: 8px 10px; background: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.reel__info { display: grid; gap: 12px; align-content: end; }
.reel__info > * { transition: opacity .9s var(--ease), transform 1s var(--ease); }
.reel:not(.is-active) .reel__info > * { opacity: 0; transform: translateY(20px); }
.reel.is-active .reel__info > *:nth-child(2) { transition-delay: .06s; }
.reel.is-active .reel__info > *:nth-child(3) { transition-delay: .12s; }
.reel.is-active .reel__info > *:nth-child(4) { transition-delay: .18s; }
.reel__artist { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-2); }
.reel__title { font-family: var(--grotesk); font-weight: 300; font-size: clamp(28px, 3.6vw, 54px); line-height: 1; letter-spacing: -.035em; }
.reel__story { font-family: var(--grotesk); font-weight: 300; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.4; color: var(--ink-2); max-width: 30em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.reel__buy { display: grid; gap: 10px; }
.reel__row { display: flex; align-items: center; gap: 12px; }
.reel__price { font-family: var(--mono); font-size: 15px; }
.reel__sizes { display: flex; flex: 1; border: 1px solid var(--line-2); }
.reel__sizes input { position: absolute; opacity: 0; pointer-events: none; }
.reel__sizes label { flex: 1; height: 38px; display: grid; place-items: center; font-family: var(--mono); font-size: 11px; border-right: 1px solid var(--line-2); cursor: pointer; }
.reel__sizes label:last-of-type { border-right: 0; }
.reel__sizes input:checked + label { background: var(--ink); color: var(--paper); }
.reel__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.reel__desktop-only { display: none; }
.feed-nav { display: none; }
.feed-progress { position: fixed; left: 0; top: var(--header-h); height: 1px; background: var(--accent); z-index: 30; width: 0; transition: width .6s var(--ease); }
.feed-hint { display: none; }
@media (max-height: 740px) { .reel__story { display: none; } }
@media (min-width: 1024px) {
  .reel { grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr; gap: 32px; padding: 24px var(--gutter); align-items: stretch; }
  .reel__stage { grid-column: 1 / span 7; }
  .reel__info { grid-column: 9 / -1; gap: 20px; align-content: center; }
  .reel__story { -webkit-line-clamp: 4; display: -webkit-box; }
  .reel__desktop-only { display: flex; }
  .feed-nav { display: grid; position: fixed; right: var(--gutter); bottom: 32px; z-index: 30; gap: 1px; background: var(--line); }
  .feed-nav button { width: 44px; height: 44px; display: grid; place-items: center; background: var(--paper); transition: background-color .3s var(--ease); }
  .feed-nav button:hover { background: var(--paper-3); }
  .feed-hint { display: block; position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); z-index: 30; transition: opacity .6s var(--ease); pointer-events: none; }
}

/* ── Bag & checkout ────────────────────────────────────────────────── */
.bag { display: grid; gap: 32px; align-items: start; }
.line-items { border-top: 1px solid var(--line); }
.line-item { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.line-item__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-2); }
.line-item__img .tee:not(.tee--photo) { position: absolute; inset: 6%; width: auto; height: auto; }
.line-item__img .tee--photo { position: absolute; inset: 0; }
.line-item__title { font-family: var(--grotesk); font-weight: 400; font-size: 19px; line-height: 1.1; }
.line-item__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.line-item__controls { display: flex; gap: 14px; align-items: center; margin-top: 14px; flex-wrap: wrap; }
.line-item__controls .qty { height: 38px; }
.line-item__controls .qty button { width: 34px; }
.line-item__price { grid-column: 2; font-family: var(--mono); font-size: 13px; }
.summary .core { padding: 22px; display: grid; gap: 16px; }
.summary__row { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.summary__row span:last-child { font-family: var(--mono); }
.summary__total { padding-top: 14px; border-top: 1px solid var(--line); font-size: 15px; }
.summary__total span:last-child { font-size: 20px; }
.mini-lines { display: grid; gap: 12px; }
.mini-line { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; font-size: 13.5px; }
.mini-line__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-3); }
.mini-line__img .tee:not(.tee--photo) { position: absolute; inset: 6%; width: auto; height: auto; }
.mini-line__img .tee--photo { position: absolute; inset: 0; }
.mini-line strong { font-weight: 500; display: block; line-height: 1.25; }
.mini-line .mono { font-size: 12px; }
@media (min-width: 1024px) {
  .bag { grid-template-columns: repeat(12, 1fr); gap: 32px; }
  .bag > :first-child { grid-column: 1 / span 7; }
  .summary { grid-column: 9 / -1; position: sticky; top: calc(var(--header-h) + 24px); }
  .line-item { grid-template-columns: 120px minmax(0, 1fr) auto; }
  .line-item__price { grid-column: auto; }
}
.checkout-section { display: grid; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.checkout-section:first-child { border-top: 0; padding-top: 0; }
.checkout-section h2 { display: flex; gap: 14px; align-items: baseline; font-family: var(--grotesk); font-weight: 400; font-size: 26px; line-height: 1; }
.checkout-section h2 span { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.pay-option { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border: 1px solid var(--ink); }
.pay-option__radio { flex: none; width: 14px; height: 14px; margin-top: 3px; border: 4px solid var(--ink); background: var(--paper); }

/* Confirmation */
.confirm { max-width: 900px; margin: 0 auto; padding-block: clamp(40px, 7vw, 100px); display: grid; gap: 36px; }
.confirm__stamp { width: 96px; height: 96px; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; text-align: center; line-height: 1.5; transform: rotate(-6deg); }
.timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.timeline div { padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 13.5px; color: var(--muted); }
.timeline div.is-done { border-color: var(--accent); color: var(--ink); }
.timeline strong { display: block; font-family: var(--mono); font-weight: 400; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
@media (min-width: 640px) { .timeline { grid-template-columns: repeat(4, 1fr); } }

/* Join / about */
.split { display: grid; gap: 40px; align-items: start; }
@media (min-width: 1024px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; } }
.calc-card .core { padding: clamp(20px, 3vw, 36px); display: grid; }
.calc-row { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.calc-row span:last-child { font-family: var(--mono); }
.calc-row--total { border-bottom: 0; padding-top: 20px; align-items: baseline; }
.calc-row--total span:last-child { font-family: var(--grotesk); font-size: 44px; line-height: 1; color: var(--accent); }
.benefits { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit { background: var(--paper); padding: clamp(20px, 2.6vw, 32px); display: grid; gap: 12px; align-content: start; }
.benefit__no { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.benefit h3 { font-family: var(--grotesk); font-weight: 400; font-size: 24px; line-height: 1.1; }
.benefit p { color: var(--ink-2); font-size: 14px; }
@media (min-width: 768px) { .benefits { grid-template-columns: repeat(3, 1fr); } .benefit { min-height: 220px; } }
.principles { display: grid; }
.principle { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle__no { font-family: var(--mono); font-size: 11px; color: var(--faint); padding-top: 3px; }
.principle p { color: var(--ink-2); font-size: 14.5px; }
.apply-form .core { padding: clamp(20px, 3vw, 40px); }
.honey { position: absolute; left: -9999px; }
.success-card { padding: 32px; border: 1px solid var(--accent); display: grid; gap: 14px; }
.prose { max-width: 40em; display: grid; gap: 18px; font-size: 16px; line-height: 1.7; color: var(--ink-2); }
.prose h2 { font-family: var(--grotesk); font-weight: 400; font-size: 28px; line-height: 1.1; color: var(--ink); margin-top: 20px; }
.prose ul { margin: 0; padding-left: 1.2em; display: grid; gap: 8px; }
.prose strong { color: var(--ink); font-weight: 500; }
.legal { display: grid; gap: 40px; padding-bottom: clamp(80px, 10vw, 140px); }
.legal__toc ol { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.legal__toc a { color: var(--ink-2); }
.legal__toc a:hover { color: var(--ink); }
.legal__body h2 { scroll-margin-top: calc(var(--header-h) + 20px); }
@media (min-width: 1024px) {
  .legal { grid-template-columns: 240px minmax(0, 1fr); gap: 64px; }
  .legal__toc { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
}
.pull { font-family: var(--grotesk); font-weight: 300; font-size: clamp(26px, 2.8vw, 42px); line-height: 1.1; letter-spacing: -.01em; color: var(--ink); }
.pull em { color: var(--accent); }
.section { padding-block: clamp(64px, 9vw, 130px); }
.section--tight { padding-block: clamp(40px, 6vw, 80px); }

.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; padding-block: 80px; }
.error-page .display { color: transparent; -webkit-text-stroke: 1px var(--line-3); font-size: clamp(96px, 16vw, 220px); }

/* ── Brand marks ───────────────────────────────────────────────────── */
.hd__logo { height: 15px; }
@media (min-width: 1024px) { .hd__logo { height: 18px; } }
.menu__icon { height: 44px; color: var(--accent); }
.ft { position: relative; }
.ft > .wrap { position: relative; }
.ft__icon { height: 30px; color: var(--accent); }
.ft__word { color: var(--ink); line-height: 0; }
.ft__word .logo { width: 100%; height: auto; }
.wallx__icon { height: 34px; justify-self: center; color: var(--accent); margin-bottom: 6px; }

/* ── Wear Human Canvas (full-screen explore) ──────────────────────── */
body.is-canvas { overflow: hidden; background: #000000; }
body.is-canvas .hd.is-hidden { transform: none; }
.cv { position: relative; z-index: 2; height: calc(100dvh - var(--header-h)); display: grid; grid-template-columns: 1fr; }
.cv__stage { position: relative; display: grid; grid-template-rows: auto 1fr; min-width: 0; min-height: 0; }
.cv__bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px var(--gutter); border-bottom: 1px solid var(--line); color: var(--ink-2); }
.cv__drawer-btn { padding: 6px 0; color: var(--ink); }
.cv__status { color: var(--muted); text-align: center; }
.cv__filters { color: var(--ink); }
.cv__vp { position: relative; overflow: hidden; cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none; outline: none; }
.cv__vp.is-dragging { cursor: grabbing; }
.cv__canvas {
  position: absolute; left: 0; top: 0; transform-origin: 0 0; will-change: transform;
  /* Subtle check grid, like a drafting mat under the works */
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 160px 160px, 160px 160px, 40px 40px, 40px 40px;
  background-position: -1px -1px;
}
.cv__canvas.is-gliding { transition: transform .9s var(--ease); }
.cv__item { position: absolute; left: 0; top: 0; display: grid; gap: 6px; width: var(--w, 220px); transform: translate3d(var(--x, 0), var(--y, 0), 0) rotate(var(--r, 0deg)); transition: transform 1.3s var(--ease), opacity .6s var(--ease); -webkit-user-drag: none; }
.cv__item.is-pre { opacity: 0; transform: translate3d(var(--x, 0), var(--y, 0), 0) scale(.4); transition: none; }
.cv__item.is-out { opacity: 0; pointer-events: none; }
.cv__item.is-gone { display: none; }
.cv__img { position: relative; display: block; overflow: hidden; background: var(--stage); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.cv__img .tee:not(.tee--photo) { position: absolute; inset: 8%; width: auto; height: auto; }
.cv__img .tee--photo { position: absolute; inset: 0; }
.cv__img img { pointer-events: none; }
.cv__item:hover { z-index: 5; }
.cv__item:hover .cv__img, .cv__item:focus-visible .cv__img { transform: scale(1.08); box-shadow: 0 30px 60px -24px rgba(0,0,0,.9); }
.cv__cap { display: flex; justify-content: space-between; gap: 8px; font-family: var(--grotesk); font-size: 11px; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; color: var(--ink); }
.cv__cap--sub { margin-top: -4px; font-weight: 400; color: var(--muted); text-transform: none; letter-spacing: 0; }
.cv__empty { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--muted); }
.cv__tools { position: absolute; left: var(--gutter); bottom: 18px; z-index: 6; display: flex; align-items: center; gap: 8px; }
.cv__tools .arrow-btn { background: rgba(0,0,0,.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.cv__zoom { display: flex; align-items: center; gap: 10px; height: 42px; padding: 0 12px; background: rgba(0,0,0,.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1px var(--line-2); }
.cv__zoom button { display: grid; place-items: center; width: 20px; height: 20px; color: var(--ink); }
.cv__zoom-val { min-width: 3.4em; font-family: var(--grotesk); font-size: 11px; font-variant-numeric: tabular-nums; color: var(--muted); text-align: right; }
.cv__zoom input[type=range] { -webkit-appearance: none; appearance: none; width: clamp(90px, 12vw, 160px); height: 20px; background: transparent; cursor: pointer; }
.cv__zoom input[type=range]::-webkit-slider-runnable-track { height: 1px; background: linear-gradient(90deg, var(--ink) var(--fill, 35%), var(--line-2) var(--fill, 35%)); }
.cv__zoom input[type=range]::-moz-range-track { height: 1px; background: var(--line-2); }
.cv__zoom input[type=range]::-moz-range-progress { height: 1px; background: var(--ink); }
.cv__zoom input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 11px; height: 11px; margin-top: -5px; background: var(--ink); border: 0; border-radius: 0; }
.cv__zoom input[type=range]::-moz-range-thumb { width: 11px; height: 11px; background: var(--ink); border: 0; border-radius: 0; }
.cv__reset { padding: 12px 14px; background: rgba(0,0,0,.7); color: var(--ink); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1px var(--line-2); }

/* Side panels: drawers on mobile, fixed columns on desktop */
.cv__side { position: fixed; top: var(--header-h); bottom: 0; z-index: 70; width: min(320px, 86vw); display: flex; flex-direction: column; gap: 16px; padding: 18px var(--gutter); overflow-y: auto; background: var(--paper); transition: transform .7s var(--ease-io); }
.cv__side--left { left: 0; transform: translateX(-102%); border-right: 1px solid var(--line); }
.cv__side--right { right: 0; transform: translateX(102%); border-left: 1px solid var(--line); }
.cv__side.is-open { transform: none; }
.cv__scrim { position: fixed; inset: var(--header-h) 0 0; z-index: 65; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .5s var(--ease); }
.cv.has-drawer .cv__scrim { opacity: 1; pointer-events: auto; }
.cv__side-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.cv__side-head--plain { grid-template-columns: 1fr auto; }
.cv__icon { height: 26px; color: var(--accent); }
.cv__title { font-family: var(--grotesk); font-weight: 300; font-size: 34px; line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.cv__close { width: 38px; height: 38px; flex: none; }
.cv__intro { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.cv__label { color: var(--muted); margin-top: 6px; }
.cv__list { display: grid; border-top: 1px solid var(--line); }
.cv__list li { border-bottom: 1px solid var(--line); }
.cv__opt { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; text-align: left; font-family: var(--grotesk); font-size: 17px; font-weight: 300; letter-spacing: -.01em; color: var(--ink-2); transition: color .3s var(--ease), padding .5s var(--ease); }
.cv__opt:hover { color: var(--ink); padding-left: 6px; }
.cv__opt.is-active { color: var(--ink); font-weight: 500; }
.cv__opt.is-active::before { content: ''; width: 6px; height: 6px; background: var(--accent); flex: none; margin-right: -4px; }
.cv__n { font-size: 11px; font-weight: 500; color: var(--muted); margin-left: auto; }
.cv__opt--coll { justify-content: flex-start; font-size: 15px; }
.cv__opt > span:only-child { margin-right: auto; }
.cv__thumb { position: relative; flex: none; width: 44px; height: 44px; overflow: hidden; }
.cv__thumb .tee:not(.tee--photo) { position: absolute; inset: 6%; width: auto; height: auto; }
.cv__thumb .tee--photo { position: absolute; inset: 0; }
.cv__collmeta { display: grid; gap: 2px; line-height: 1.2; }
.cv__by { font-size: 11.5px; font-weight: 400; color: var(--muted); }
.cv__list li.is-hidden { display: none; }
.cv__foot { margin-top: auto; padding-top: 16px; }
@media (min-width: 1100px) {
  .cv { grid-template-columns: 280px minmax(0, 1fr) 300px; }
  .cv__side { position: relative; top: auto; bottom: auto; transform: none; width: auto; z-index: 3; height: 100%; }
  .cv__side--left { grid-column: 1; grid-row: 1; }
  .cv__stage { grid-column: 2; grid-row: 1; }
  .cv__side--right { grid-column: 3; grid-row: 1; }
  .cv__close, .cv__drawer-btn, .cv__scrim { display: none; }
  .cv__bar { justify-content: center; }
}

.cv__brand { display: grid; gap: 10px; justify-items: start; }
.cv__logo { height: 18px; }
.hc__ui > span, .hc__ui > a { padding: 7px 10px; background: rgba(0,0,0,.82); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

/* Hero shapes: works overlap; the hovered one comes to the front */
.hc .cv__item:hover, .hc .cv__item:focus-visible { z-index: 999 !important; }
.hc .cv__item:hover .cv__img { transform: scale(1.06) rotate(calc(var(--r, 0deg) * -1)); }
.hc .cv__img { box-shadow: 0 24px 50px -24px rgba(0,0,0,.9); }

/* ── Quick view panel ──────────────────────────────────────────────── */
html.qv-lock, html.qv-lock body { overflow: hidden; }
.qv { position: fixed; inset: 0; z-index: 96; pointer-events: none; }
.qv__scrim { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .5s var(--ease); }
.qv__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: 100%; display: flex; flex-direction: column;
  background: var(--paper); border-left: 1px solid var(--line-2); outline: none; overflow: hidden;
  transform: translateX(100%); transition: transform .8s var(--ease-io);
}
.qv.is-open { pointer-events: auto; }
.qv.is-open .qv__scrim { opacity: 1; }
.qv.is-open .qv__panel { transform: none; }
@media (min-width: 900px) { .qv__panel { width: min(480px, 42vw); } }
.qv__top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.qv__count { color: var(--muted); }
.qv__nav { display: flex; gap: 8px; }
.qv__nav .arrow-btn { width: 38px; height: 38px; }
.qv__close { justify-self: end; width: 38px; height: 38px; }
.qv__media { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; touch-action: pan-y; user-select: none; }
.qv__media.slide-l { animation: qv-in-l .55s var(--ease); }
.qv__media.slide-r { animation: qv-in-r .55s var(--ease); }
@keyframes qv-in-l { from { opacity: 0; transform: translateX(40px); } }
@keyframes qv-in-r { from { opacity: 0; transform: translateX(-40px); } }
.qv__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s var(--ease); background: var(--stage, #111111); }
.qv__slide.is-on { opacity: 1; }
.qv__slide .tee:not(.tee--photo) { position: absolute; inset: 6% 8%; width: auto; height: auto; }
.qv__slide .tee--photo { position: absolute; inset: 0; }
.qv__slide .tee--photo img, .qv__slide--art img { pointer-events: none; }
.qv__slide--art { margin: 0; }
.qv__slide--art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 7% 18%; }
.qv__views { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); display: flex; gap: 2px; padding: 3px; background: rgba(0,0,0,.8); z-index: 2; }
.qv__views button { padding: 7px 12px; color: var(--ink-2); }
.qv__views button.is-on { background: var(--ink); color: var(--paper); }
.qv__info { display: grid; gap: 14px; padding: 18px 18px 14px; border-top: 1px solid var(--line); }
.qv__artist { color: var(--muted); }
.qv__artist:hover { color: var(--ink); }
.qv__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.qv__title { font-family: var(--grotesk); font-weight: 300; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.qv__price { font-family: var(--mono); font-size: 15px; white-space: nowrap; }
.qv__buy { display: grid; gap: 10px; }
.qv__buy .size-picker label { height: 42px; }
.qv__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
/* About drawer: a slim bar at the bottom that opens over the panel */
.qv__panel { padding-bottom: 62px; }
.qv__more { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; border-top: 1px solid var(--line-2); background: var(--paper-2); box-shadow: 0 -30px 60px -30px rgba(0,0,0,.9); }
.qv__more-toggle { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 18px; text-align: left; }
.qv__more-toggle > span:nth-child(2) { display: grid; gap: 2px; }
.qv__more-sub { font-size: 13px; color: var(--muted); }
.qv__more-mark, .qv__portrait { width: 36px; height: 36px; overflow: hidden; background: var(--paper-3); display: grid; place-items: center; font-family: var(--grotesk); font-size: 12px; color: var(--ink-2); flex: none; }
.qv__more-mark img, .qv__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.qv__more-plus { transition: transform .5s var(--ease-io); }
.qv.more-open .qv__more-plus { transform: rotate(45deg); }
.qv__more-body { display: grid; gap: 16px; max-height: 0; overflow: hidden; padding: 0 18px; transition: max-height .7s var(--ease-io), padding .7s var(--ease-io); }
.qv.more-open .qv__more-body { max-height: min(72vh, calc(100dvh - 140px)); overflow-y: auto; padding: 4px 18px 22px; }
.qv__artist-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; }
.qv__portrait { width: 56px; height: 56px; font-size: 16px; }
.qv__artist-card > div { display: grid; gap: 2px; }
.qv__artist-name { font-family: var(--grotesk); font-size: 20px; font-weight: 400; letter-spacing: -.02em; }
.qv__artist-name:hover { text-decoration: underline; text-underline-offset: 4px; }
.qv__statement { font-family: var(--grotesk); font-weight: 300; font-size: 16px; line-height: 1.45; color: var(--ink); }
.qv__statement:empty { display: none; }
.qv__block { display: grid; gap: 8px; }
.qv__block p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.qv__links { display: grid; }
.qv__links a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.qv__links a:first-child { border-top: 1px solid var(--line); }
.qv__links a:hover { padding-left: 6px; transition: padding .4s var(--ease); }
.qv__spec { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.qv__spec div { padding: 10px 0; }
.qv__spec dt { font-family: var(--grotesk); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.qv__spec dd { margin: 2px 0 0; font-size: 14px; }
.qv [hidden] { display: none !important; }

/* Hero: highlighted entry into the full Canvas store */
.hc__ui > a.hc__store { padding: 0; background: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.hc__store {
  position: relative; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 16px !important;
  background: var(--ink) !important; color: var(--paper) !important; overflow: hidden;
  font-family: var(--grotesk); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 0 0 1px var(--ink), 0 0 0 5px rgba(255,255,255,.12);
  animation: store-ring 2.8s var(--ease) infinite;
}
.hc__store::after { /* sheen that sweeps across every few seconds */
  content: ''; position: absolute; top: 0; bottom: 0; width: 40%; left: -60%;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.12), transparent); transform: skewX(-20deg);
  animation: store-sheen 3.6s var(--ease-io) infinite;
}
.hc__store-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--paper); animation: store-dot 1.4s ease-in-out infinite; }
.hc__store .btn__icon { transition: transform .5s var(--ease-io); }
.hc__store:hover .btn__icon { transform: translate(3px, -3px); }
@keyframes store-ring { 0%, 100% { box-shadow: 0 0 0 1px var(--ink), 0 0 0 4px rgba(255,255,255,.14); } 50% { box-shadow: 0 0 0 1px var(--ink), 0 0 0 10px rgba(255,255,255,0); } }
@keyframes store-sheen { 0%, 55% { left: -60%; } 100% { left: 130%; } }
@keyframes store-dot { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@media (prefers-reduced-motion: reduce) { .hc__store, .hc__store::after, .hc__store-dot { animation: none; } }
@media (max-width: 700px) { .hc__store { font-size: 10.5px; min-height: 38px; padding: 0 12px !important; gap: 8px; } .hc__ui--tl { display: none; } }

/* ── Coming soon (site locked) ─────────────────────────────────────── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.soon-body { background: var(--paper); color: var(--ink); }
.soon { position: relative; min-height: 100svh; display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 96px 96px; background-position: center -1px; }
.soon::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 40%, transparent 0 30%, var(--paper) 78%); }
.soon > * { position: relative; }
.soon__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px var(--gutter); border-bottom: 1px solid var(--line); }
.soon__brand svg { display: block; height: 22px; width: auto; }
.soon__nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 28px); }
.soon__link, .soon__login { font-family: var(--grotesk); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.soon__link { color: var(--ink); background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .5s var(--ease); padding-bottom: 2px; }
.soon__link:hover { background-size: 100% 1px; }
.soon__login { padding: 11px 18px; background: var(--ink); color: var(--paper); box-shadow: inset 0 0 0 1px var(--ink); transition: background .3s, color .3s; }
.soon__login:hover { background: transparent; color: var(--ink); }

.soon__main { display: grid; justify-items: center; align-content: center; text-align: center; gap: clamp(18px, 2.4vw, 28px); padding: clamp(36px, 6vh, 72px) var(--gutter) clamp(28px, 4vh, 48px); }
.soon__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--grotesk); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 8px 14px; box-shadow: inset 0 0 0 1px var(--line-2); }
.soon__dot { width: 6px; height: 6px; background: var(--ink); animation: soonPulse 1.8s var(--ease-io) infinite; }
@keyframes soonPulse { 50% { opacity: .2; } }
.soon__title { font-family: var(--grotesk); font-weight: 300; text-transform: uppercase; font-size: clamp(44px, 7.6vw, 116px); line-height: .9; letter-spacing: -.02em; margin: 0; }
.soon__title strong { font-weight: 700; }
.soon__lede { max-width: 34em; color: var(--muted); font-size: clamp(15px, 1.3vw, 17px); margin: 0; }

.soon__forms { width: min(920px, 100%); display: grid; grid-template-columns: 1.15fr 1fr; gap: 1px; margin-top: clamp(8px, 2vw, 20px); background: var(--line-2); box-shadow: 0 0 0 1px var(--line-2); text-align: left; }
.soon__card { display: grid; align-content: start; gap: 14px; padding: clamp(20px, 2.6vw, 32px); background: rgba(0,0,0,.82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.soon__label { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.soon__card-copy { margin: 0; font-size: 14px; color: #CFCFCF; }
.soon__form { display: flex; gap: 0; }
.soon__input { flex: 1; min-width: 0; height: 50px; padding: 0 16px; background: transparent; color: var(--ink); border: 0; box-shadow: inset 0 0 0 1px var(--line-2); font: inherit; border-radius: 0; outline: none; transition: box-shadow .25s; }
.soon__input::placeholder { color: var(--muted); }
.soon__input:focus { box-shadow: inset 0 0 0 1px var(--ink); }
.soon__input.is-invalid { box-shadow: inset 0 0 0 1px #fff, inset 0 -3px 0 #fff; }
.soon__btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; height: 50px; padding: 0 20px; background: var(--ink); color: var(--paper); font-family: var(--grotesk); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; border: 0; cursor: pointer; position: relative; overflow: hidden; }
.soon__btn::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--paper); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.soon__btn:hover::after { transform: scaleX(1); }
.soon__btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); justify-self: start; }
.soon__btn--ghost::after { background: var(--ink); }
.soon__btn--sm { height: 38px; padding: 0 14px; }
.soon__input--sm { height: 38px; flex: 0 1 180px; font-size: 13px; }
.soon__done { margin: 0; font-size: 15px; padding: 14px 16px; box-shadow: inset 0 0 0 1px var(--ink); }
.soon__err { margin: 0; font-size: 13px; color: var(--ink); }
.soon__err::before { content: '— '; }
.soon__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.soon__strip { overflow: hidden; padding: 8px 0 clamp(20px, 3vw, 32px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.soon__track { display: flex; gap: 16px; width: max-content; animation: soonDrift 80s linear infinite; }
.soon__strip:hover .soon__track { animation-play-state: paused; }
.soon__art { position: relative; flex: none; width: clamp(96px, 10vw, 140px); aspect-ratio: 4 / 5; overflow: hidden; }
.soon__art img { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; }
@keyframes soonDrift { to { transform: translateX(-50%); } }

.soon__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; padding: 16px var(--gutter) 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.soon__foot a:hover { color: var(--ink); }
.soon__foot-links { display: flex; gap: 20px; }
.soon__preview summary { cursor: pointer; list-style: none; }
.soon__preview summary::-webkit-details-marker { display: none; }
.soon__preview summary:hover { color: var(--ink); }
.soon__preview[open] summary { color: var(--ink); margin-bottom: 10px; }
.soon__pform { display: flex; gap: 0; }

@media (max-width: 760px) {
  .soon { background-size: 64px 64px; }
  .soon__forms { grid-template-columns: 1fr; }
  .soon__form { flex-direction: column; gap: 8px; }
  .soon__form .soon__input { flex: none; }
  .soon__title { font-size: clamp(38px, 11.5vw, 64px); }
  .soon__btn { justify-content: space-between; }
  .soon__link { display: none; }
  .soon__foot { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { .soon__track, .soon__dot { animation: none; } }
