/* Collection page — collection.html */

.sparkle-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.sparkle-bg__dot {
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: collection-sparkle-twinkle var(--sparkle-dur, 3s) ease-in-out infinite alternate;
  animation-delay: var(--sparkle-delay, 0s);
}
/* Collection page sparkle dots — electric blue on grey, brighter twinkle */
body.collection-page .collection-intro .sparkle-bg__dot {
  animation-name: collection-sparkle-twinkle;
  box-shadow: 0 0 12px rgba(26, 75, 255, 0.65), 0 0 5px rgba(26, 75, 255, 0.45);
}

@keyframes collection-sparkle-twinkle {
  0% {
    opacity: 0.55;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 0.75;
    transform: scale(0.95);
  }
}

.sparkle-bg__dot--1  { top: 8%;  left: 6%;   width: 4px; height: 4px; opacity: 0.88; --sparkle-dur: 2.8s; --sparkle-delay: 0.1s; background: rgba(26, 75, 255, 0.95); box-shadow: 0 0 11px rgba(26, 75, 255, 0.6); }
.sparkle-bg__dot--2  { top: 14%; left: 22%;  width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 3.4s; --sparkle-delay: 0.6s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 12px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--3  { top: 6%;  left: 41%;  width: 3.5px; height: 3.5px; opacity: 0.8; --sparkle-dur: 2.2s; --sparkle-delay: 1.2s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--4  { top: 18%; left: 58%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.1s; --sparkle-delay: 0.3s; background: rgba(26, 75, 255, 0.85); box-shadow: 0 0 9px rgba(26, 75, 255, 0.5); }
.sparkle-bg__dot--5  { top: 11%; left: 78%;  width: 4.5px; height: 4.5px; opacity: 0.9; --sparkle-dur: 3.1s; --sparkle-delay: 1.8s; background: rgba(26, 75, 255, 0.98); box-shadow: 0 0 12px rgba(26, 75, 255, 0.62); }
.sparkle-bg__dot--6  { top: 22%; left: 91%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 2.6s; --sparkle-delay: 0.9s; background: rgba(26, 75, 255, 0.92); box-shadow: 0 0 11px rgba(26, 75, 255, 0.55); }
.sparkle-bg__dot--7  { top: 31%; left: 3%;   width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 3.8s; --sparkle-delay: 2.1s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--8  { top: 38%; left: 15%;  width: 3.5px; height: 3.5px; opacity: 0.86; --sparkle-dur: 2.9s; --sparkle-delay: 0.4s; background: rgba(26, 75, 255, 0.92); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--9  { top: 44%; left: 33%;  width: 3px; height: 3px; opacity: 0.74; --sparkle-dur: 4.3s; --sparkle-delay: 1.5s; background: rgba(26, 75, 255, 0.8); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--10 { top: 52%; left: 52%;  width: 4.5px; height: 4.5px; opacity: 0.9; --sparkle-dur: 2.4s; --sparkle-delay: 0.7s; background: rgba(26, 75, 255, 0.96); box-shadow: 0 0 12px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--11 { top: 47%; left: 68%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 3.6s; --sparkle-delay: 2.4s; background: rgba(26, 75, 255, 0.85); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--12 { top: 58%; left: 84%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 2.7s; --sparkle-delay: 1.1s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--13 { top: 63%; left: 11%;  width: 3px; height: 3px; opacity: 0.8; --sparkle-dur: 3.9s; --sparkle-delay: 0.2s; background: rgba(26, 75, 255, 0.86); box-shadow: 0 0 10px rgba(26, 75, 255, 0.5); }
.sparkle-bg__dot--14 { top: 71%; left: 27%;  width: 4.5px; height: 4.5px; opacity: 0.92; --sparkle-dur: 2.5s; --sparkle-delay: 1.7s; background: rgba(26, 75, 255, 0.98); box-shadow: 0 0 12px rgba(26, 75, 255, 0.6); }
.sparkle-bg__dot--15 { top: 76%; left: 46%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.0s; --sparkle-delay: 0.8s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--16 { top: 69%; left: 61%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 3.2s; --sparkle-delay: 2.0s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--17 { top: 82%; left: 73%;  width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 2.3s; --sparkle-delay: 1.3s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--18 { top: 88%; left: 88%;  width: 4.5px; height: 4.5px; opacity: 0.92; --sparkle-dur: 3.5s; --sparkle-delay: 0.5s; background: rgba(26, 75, 255, 0.98); box-shadow: 0 0 13px rgba(26, 75, 255, 0.62); }
.sparkle-bg__dot--19 { top: 28%; left: 72%;  width: 3px; height: 3px; opacity: 0.72; --sparkle-dur: 4.5s; --sparkle-delay: 2.6s; background: rgba(26, 75, 255, 0.78); box-shadow: 0 0 9px rgba(26, 75, 255, 0.44); }
.sparkle-bg__dot--20 { top: 85%; left: 4%;   width: 3px; height: 3px; opacity: 0.8; --sparkle-dur: 3.0s; --sparkle-delay: 1.9s; background: rgba(26, 75, 255, 0.86); box-shadow: 0 0 10px rgba(26, 75, 255, 0.5); }
.sparkle-bg__dot--21 { top: 35%; left: 88%;  width: 3.5px; height: 3.5px; opacity: 0.86; --sparkle-dur: 2.1s; --sparkle-delay: 0.15s; background: rgba(26, 75, 255, 0.92); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--22 { top: 56%; left: 38%;  width: 3px; height: 3px; opacity: 0.74; --sparkle-dur: 3.7s; --sparkle-delay: 2.2s; background: rgba(26, 75, 255, 0.8); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--23 { top: 92%; left: 35%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.2s; --sparkle-delay: 1.0s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--24 { top: 4%;  left: 65%;  width: 3.5px; height: 3.5px; opacity: 0.88; --sparkle-dur: 2.8s; --sparkle-delay: 1.6s; background: rgba(26, 75, 255, 0.94); box-shadow: 0 0 11px rgba(26, 75, 255, 0.56); }
.sparkle-bg__dot--25 { top: 10%; left: 48%;  width: 4px; height: 4px; opacity: 0.86; --sparkle-dur: 3.3s; --sparkle-delay: 0.35s; background: rgba(26, 75, 255, 0.92); box-shadow: 0 0 11px rgba(26, 75, 255, 0.56); }
.sparkle-bg__dot--26 { top: 16%; left: 35%;  width: 3px; height: 3px; opacity: 0.8; --sparkle-dur: 2.5s; --sparkle-delay: 1.4s; background: rgba(26, 75, 255, 0.86); box-shadow: 0 0 10px rgba(26, 75, 255, 0.5); }
.sparkle-bg__dot--27 { top: 20%; left: 12%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 3.9s; --sparkle-delay: 0.55s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--28 { top: 25%; left: 55%;  width: 5px; height: 5px; opacity: 0.94; --sparkle-dur: 2.2s; --sparkle-delay: 2.3s; background: rgba(26, 75, 255, 1); box-shadow: 0 0 14px rgba(26, 75, 255, 0.65); }
.sparkle-bg__dot--29 { top: 30%; left: 42%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.0s; --sparkle-delay: 0.85s; background: rgba(26, 75, 255, 0.84); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--30 { top: 33%; left: 62%;  width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 3.1s; --sparkle-delay: 1.95s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--31 { top: 36%; left: 8%;   width: 4px; height: 4px; opacity: 0.88; --sparkle-dur: 2.7s; --sparkle-delay: 0.25s; background: rgba(26, 75, 255, 0.94); box-shadow: 0 0 11px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--32 { top: 40%; left: 75%;  width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 3.6s; --sparkle-delay: 1.65s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--33 { top: 42%; left: 20%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 2.4s; --sparkle-delay: 2.55s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--34 { top: 45%; left: 90%;  width: 4.5px; height: 4.5px; opacity: 0.9; --sparkle-dur: 3.8s; --sparkle-delay: 0.45s; background: rgba(26, 75, 255, 0.96); box-shadow: 0 0 12px rgba(26, 75, 255, 0.6); }
.sparkle-bg__dot--35 { top: 48%; left: 5%;   width: 3px; height: 3px; opacity: 0.74; --sparkle-dur: 4.4s; --sparkle-delay: 1.25s; background: rgba(26, 75, 255, 0.8); box-shadow: 0 0 9px rgba(26, 75, 255, 0.44); }
.sparkle-bg__dot--36 { top: 50%; left: 45%;  width: 4px; height: 4px; opacity: 0.88; --sparkle-dur: 2.6s; --sparkle-delay: 0.75s; background: rgba(26, 75, 255, 0.94); box-shadow: 0 0 11px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--37 { top: 53%; left: 28%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 3.5s; --sparkle-delay: 2.15s; background: rgba(26, 75, 255, 0.84); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--38 { top: 55%; left: 65%;  width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 2.9s; --sparkle-delay: 1.05s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--39 { top: 57%; left: 48%;  width: 5px; height: 5px; opacity: 0.96; --sparkle-dur: 2.0s; --sparkle-delay: 0.65s; background: rgba(26, 75, 255, 1); box-shadow: 0 0 14px rgba(26, 75, 255, 0.68); }
.sparkle-bg__dot--40 { top: 60%; left: 18%;  width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 4.1s; --sparkle-delay: 1.85s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--41 { top: 62%; left: 82%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 3.2s; --sparkle-delay: 0.95s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--42 { top: 65%; left: 38%;  width: 4px; height: 4px; opacity: 0.86; --sparkle-dur: 2.8s; --sparkle-delay: 2.35s; background: rgba(26, 75, 255, 0.92); box-shadow: 0 0 11px rgba(26, 75, 255, 0.56); }
.sparkle-bg__dot--43 { top: 67%; left: 55%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 3.7s; --sparkle-delay: 0.15s; background: rgba(26, 75, 255, 0.84); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--44 { top: 70%; left: 8%;   width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 2.3s; --sparkle-delay: 1.45s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--45 { top: 72%; left: 92%;  width: 4.5px; height: 4.5px; opacity: 0.9; --sparkle-dur: 4.0s; --sparkle-delay: 0.55s; background: rgba(26, 75, 255, 0.96); box-shadow: 0 0 12px rgba(26, 75, 255, 0.6); }
.sparkle-bg__dot--46 { top: 74%; left: 42%;  width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 3.4s; --sparkle-delay: 2.05s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--47 { top: 77%; left: 18%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 2.5s; --sparkle-delay: 1.15s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--48 { top: 79%; left: 58%;  width: 4px; height: 4px; opacity: 0.88; --sparkle-dur: 3.0s; --sparkle-delay: 0.35s; background: rgba(26, 75, 255, 0.94); box-shadow: 0 0 11px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--49 { top: 81%; left: 32%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.2s; --sparkle-delay: 1.75s; background: rgba(26, 75, 255, 0.84); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--50 { top: 83%; left: 68%;  width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 2.7s; --sparkle-delay: 2.45s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }
.sparkle-bg__dot--51 { top: 86%; left: 52%;  width: 5px; height: 5px; opacity: 0.94; --sparkle-dur: 2.1s; --sparkle-delay: 0.85s; background: rgba(26, 75, 255, 1); box-shadow: 0 0 14px rgba(26, 75, 255, 0.66); }
.sparkle-bg__dot--52 { top: 89%; left: 22%;  width: 3px; height: 3px; opacity: 0.76; --sparkle-dur: 3.8s; --sparkle-delay: 1.55s; background: rgba(26, 75, 255, 0.82); box-shadow: 0 0 9px rgba(26, 75, 255, 0.46); }
.sparkle-bg__dot--53 { top: 91%; left: 78%;  width: 3.5px; height: 3.5px; opacity: 0.84; --sparkle-dur: 2.9s; --sparkle-delay: 0.25s; background: rgba(26, 75, 255, 0.9); box-shadow: 0 0 10px rgba(26, 75, 255, 0.54); }
.sparkle-bg__dot--54 { top: 94%; left: 48%;  width: 4px; height: 4px; opacity: 0.88; --sparkle-dur: 3.3s; --sparkle-delay: 2.25s; background: rgba(26, 75, 255, 0.94); box-shadow: 0 0 11px rgba(26, 75, 255, 0.58); }
.sparkle-bg__dot--55 { top: 96%; left: 12%;  width: 3px; height: 3px; opacity: 0.78; --sparkle-dur: 4.3s; --sparkle-delay: 1.05s; background: rgba(26, 75, 255, 0.84); box-shadow: 0 0 9px rgba(26, 75, 255, 0.48); }
.sparkle-bg__dot--56 { top: 97%; left: 62%;  width: 3.5px; height: 3.5px; opacity: 0.82; --sparkle-dur: 2.6s; --sparkle-delay: 0.65s; background: rgba(26, 75, 255, 0.88); box-shadow: 0 0 10px rgba(26, 75, 255, 0.52); }

/* ------------------------------------------------------------------
   Dual layout — desktop document snap / mobile nested snap-stage
   ------------------------------------------------------------------ */

@media (min-width: 768px) {
  .collection-snap-layout--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .collection-snap-layout--desktop {
    display: none !important;
  }

  html.page-collection-scroll {
    scroll-snap-type: none;
    -webkit-scroll-snap-type: none;
  }
}

@media (min-width: 768px) {
  html.page-collection-scroll {
    scroll-snap-type: y proximity;
    scroll-behavior: auto;
    scroll-padding-top: var(--nav-height);
  }
}

html.page-collection-scroll {
  scroll-behavior: auto;
}

body.collection-page {
  overflow-x: clip;
  padding-top: 0;
  min-height: 100%;
}

body.collection-page main {
  flex: 0 0 auto;
  overflow: visible;
}

/* Desktop — document scroll snap on intro + pieces */
@media (min-width: 768px) {
  body.collection-page .collection-snap-layout--desktop .snap-track > .collection-piece-snap {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    box-sizing: border-box;
    min-height: calc(100dvh - var(--nav-height));
    min-height: calc(100svh - var(--nav-height));
  }

  body.collection-page .collection-snap-layout--desktop .page--quote,
  body.collection-page .collection-snap-layout--desktop .page--quote > * {
    scroll-snap-align: none;
    -webkit-scroll-snap-align: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.page-collection-scroll {
    scroll-snap-type: none;
  }

  body.collection-page .collection-snap-layout--desktop .snap-track > .collection-piece-snap {
    min-height: 0;
  }
}

/* ------------------------------------------------------------------
   Collection — color blocks (legacy)
   ------------------------------------------------------------------ */

body.collection-page .collection-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(2.5rem, 5vw, 3rem);
  padding-bottom: calc(clamp(2.5rem, 5vw, 3rem) + clamp(2.5rem, 5vw, 4.5rem));
  background:
    radial-gradient(circle at 20% 30%, rgba(200, 182, 255, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(26, 75, 255, 0.06) 0%, transparent 40%),
    linear-gradient(165deg, var(--grey-light) 0%, var(--grey-mid) 100%);
}

body.collection-page .collection-intro .page__title {
  font-family: "Pirata One", "UnifrakturMaguntia", serif;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0.04em;
}

body.collection-page .collection-intro .container {
  position: relative;
  z-index: 1;
}

body.collection-page .collection-intro .page__lede {
  font-size: 1.0625rem;
  line-height: 1.65;
}

@media (min-width: 900px) {
  body.collection-page .collection-intro .page__lede {
    font-size: 1.3125rem;
  }
}

/* ------------------------------------------------------------------
   Collection — full-width editorial piece sections
   ------------------------------------------------------------------ */

body.collection-page .collection-piece {
  position: relative;
  width: 100%;
  isolation: isolate;
  padding-block: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: calc(clamp(3rem, 8vw, 5.5rem) + clamp(2.5rem, 5vw, 4.5rem));
  color: var(--ink);
}

.collection-piece__inner {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.collection-piece__header {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.collection-piece__label {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.collection-piece__title {
  margin: 0;
  font-size: clamp(3.25rem, 10vw, 6.5rem);
  line-height: 0.9;
  color: var(--blue);
  text-transform: lowercase;
  transform: rotate(-1deg);
  transform-origin: left center;
}

.collection-piece__lead {
  margin: 0 0 1rem;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
}

.collection-piece__text {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.collection-piece__text strong {
  color: var(--ink);
  font-weight: 700;
}

.collection-piece__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.collection-piece__pill {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.55);
}

.collection-piece__figure {
  margin: 0;
}

.collection-piece__figure img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(20, 20, 20, 0.18);
}

/* Showcase pieces — 50/50 split: hero image + solid color block */

body.collection-page .collection-piece--feral-disco,
body.collection-page .collection-piece--yeah-baby {
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.collection-piece--feral-disco .collection-piece__title,
.collection-piece--yeah-baby .collection-piece__title {
  color: var(--blue);
  margin-bottom: clamp(0.75rem, 2vw, 1rem);
}

.collection-piece--feral-disco .collection-piece__text,
.collection-piece--yeah-baby .collection-piece__text {
  max-width: none;
  margin-bottom: 0.35rem;
}

.collection-piece--feral-disco .collection-piece__text:last-child,
.collection-piece--yeah-baby .collection-piece__text:last-child {
  margin-bottom: 0;
}

.collection-piece--feral-disco .collection-piece__gallery-btn,
.collection-piece--yeah-baby .collection-piece__gallery-btn,
.collection-piece-bar__gallery-btn {
  margin-top: clamp(0.85rem, 2vw, 1.1rem);
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  border-width: 2px;
  border-style: solid;
}

.collection-piece-bar__actions {
  margin-top: clamp(0.75rem, 2vw, 1rem);
}

.collection-piece-bar__actions[hidden] {
  display: none;
}


/* === DESKTOP COLLECTION (min-width: 768px) === */

/* Showcase section zigzag + desktop full-viewport snap (collection page only) */
@media (min-width: 768px) {
  .collection-piece--feral-disco .collection-piece__hero,
  .collection-piece--yeah-baby .collection-piece__hero {
    position: relative;
    isolation: isolate;
    width: 100%;
  }

  .collection-piece--feral-disco .collection-piece__split,
  .collection-piece--yeah-baby .collection-piece__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
  }

  .collection-piece--feral-disco .collection-piece__image-col,
  .collection-piece--yeah-baby .collection-piece__image-col {
    position: relative;
    overflow: hidden;
  }

  .collection-piece--feral-disco .collection-piece__hero-bg,
  .collection-piece--yeah-baby .collection-piece__hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }

  .collection-piece--feral-disco .collection-piece__color-col,
  .collection-piece--yeah-baby .collection-piece__color-col {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-sizing: border-box;
  }

  /* Feral disco — light mint section (overrides DB yellow inline preset) */
  body.collection-page .collection-piece--feral-disco {
    --collection-feral-disco-mint: #d4f7ea;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__image-col,
  body.collection-page .collection-piece--feral-disco .collection-piece__color-col {
    background: var(--collection-feral-disco-mint) !important;
  }

  /* Mint-on-mint hid the divider; green matches the yeah-baby section below */
  body.collection-page .collection-piece--feral-disco .section-divider--zigzag {
    color: var(--em2-green);
  }

  /* Yeah baby — green on both columns (overrides inline preset gaps) */
  body.collection-page .collection-piece--yeah-baby .collection-piece__image-col,
  body.collection-page .collection-piece--yeah-baby .collection-piece__color-col {
    background: var(--em2-green) !important;
  }

  .collection-piece__gallery-btn--violet {
    background: var(--lavender);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none;
  }

  .collection-piece__gallery-btn--violet:hover:not(:disabled) {
    background: var(--lavender-deep);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none;
  }

  .collection-piece__gallery-btn--violet:focus-visible {
    outline: 2px solid var(--lavender-deep);
    outline-offset: 2px;
  }

  .collection-piece--yeah-baby .collection-piece__gallery-btn {
    background: var(--neon-yellow);
    color: var(--em2-green);
    border-color: transparent;
    box-shadow: none;
  }

  .collection-piece--yeah-baby .collection-piece__gallery-btn:hover:not(:disabled) {
    background: var(--blue);
    color: var(--neon-yellow);
    border-color: transparent;
    box-shadow: none;
  }

  .collection-piece--yeah-baby .collection-piece__gallery-btn:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px;
  }

  body.collection-page .collection-intro {
    box-sizing: border-box;
    height: calc(100svh - var(--nav-height));
    min-height: calc(100svh - var(--nav-height));
    overflow: clip;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(1.5rem, 3vw, 2rem);
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  }

  body.collection-page .collection-intro .section-divider {
    margin-top: auto;
    flex-shrink: 0;
  }

  body.collection-page .collection-piece--feral-disco .section-divider--zigzag,
  body.collection-page .collection-piece--yeah-baby .section-divider--zigzag {
    position: relative;
    bottom: auto;
    flex-shrink: 0;
    z-index: 3;
  }

  body.collection-page .collection-piece--yeah-baby .section-divider--green {
    color: var(--em2-green);
  }

  body.collection-page .collection-piece--feral-disco,
  body.collection-page .collection-piece--yeah-baby {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: calc(100svh - var(--nav-height));
    min-height: calc(100svh - var(--nav-height));
    overflow: clip;
  }

  /* Section-level fill — covers any sub-pixel gap at divider / snap boundaries */
  body.collection-page .collection-piece--feral-disco {
    background: var(--collection-feral-disco-mint);
  }

  body.collection-page .collection-piece--yeah-baby {
    background: var(--em2-green);
  }

  .collection-piece--feral-disco .collection-piece__hero,
  .collection-piece--yeah-baby .collection-piece__hero {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .collection-piece--feral-disco .collection-piece__split,
  .collection-piece--yeah-baby .collection-piece__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    height: 100%;
    min-height: 0;
  }

  .collection-piece--feral-disco .collection-piece__image-col,
  .collection-piece--yeah-baby .collection-piece__image-col,
  .collection-piece--feral-disco .collection-piece__color-col,
  .collection-piece--yeah-baby .collection-piece__color-col {
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }

  .collection-piece--feral-disco .collection-piece__color-col,
  .collection-piece--yeah-baby .collection-piece__color-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: clamp(1.5rem, 4vw, 2.5rem);
    padding-top: clamp(1rem, 2.5vw, 1.75rem);
    padding-bottom: clamp(2.75rem, 5.5vw, 4.25rem);
    overflow: visible;
  }

  .collection-piece--feral-disco .collection-piece__hero-inner,
  .collection-piece--yeah-baby .collection-piece__hero-inner {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    pointer-events: none;
  }

  .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay,
  .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay {
    grid-column: 2;
    align-self: center;
    justify-self: center;
    pointer-events: auto;
    max-height: 100%;
    overflow: auto;
    width: min(100%, 26rem);
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay:hover,
  .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay:hover {
    transform: none;
    box-shadow: none;
  }

  .collection-piece--feral-disco .collection-piece__image-col,
  .collection-piece--yeah-baby .collection-piece__image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: clamp(1.5rem, 4vw, 2.5rem);
    padding-top: clamp(1rem, 2.5vw, 1.75rem);
    padding-bottom: clamp(2.75rem, 5.5vw, 4.25rem);
    overflow: visible;
  }

  .collection-piece--feral-disco .collection-piece__image-frame,
  .collection-piece--yeah-baby .collection-piece__image-frame {
    flex-shrink: 0;
    width: min(100%, calc((100svh - var(--nav-height) - clamp(5rem, 12vw, 8rem)) * 0.78));
    max-height: 78%;
    aspect-ratio: 1 / 1;
    border: 3px solid var(--black);
    border-radius: var(--radius);
    box-shadow: clamp(-12px, -2vw, -8px) clamp(10px, 2vw, 14px) 0 var(--black);
    overflow: hidden;
    background: var(--white);
  }

  .collection-piece--feral-disco .collection-piece__image-frame .collection-piece__hero-bg,
  .collection-piece--yeah-baby .collection-piece__image-frame .collection-piece__hero-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .collection-piece--yeah-baby .collection-piece__title {
    color: var(--neon-yellow);
    transform: none;
  }

  .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay .collection-piece__title,
  .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay .collection-piece__title {
    padding-top: 0.15em;
    line-height: 1;
  }

  .collection-piece--yeah-baby .collection-piece__text,
  .collection-piece--yeah-baby .collection-piece__text strong {
    color: var(--white);
  }
}

@media (prefers-reduced-motion: reduce) {
  @media (max-width: 767px) {
    body.collection-page .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay,
    body.collection-page .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay:hover,
    body.collection-page .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay,
    body.collection-page .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay:hover {
      transform: none;
    }
  }

  @media (min-width: 768px) {
    body.collection-page .collection-intro,
    body.collection-page .collection-piece--feral-disco,
    body.collection-page .collection-piece--yeah-baby {
      height: auto;
      min-height: 0;
    }

    .collection-piece--feral-disco .collection-piece__overlay:hover,
    .collection-piece--yeah-baby .collection-piece__overlay:hover {
      transform: none;
      box-shadow: none;
    }
  }
}

/* ------------------------------------------------------------------
   Collection — piece gallery lightbox
   ------------------------------------------------------------------ */

.collection-lightbox {
  --lightbox-top: clamp(3.25rem, 8vw, 4rem);
  --lightbox-bottom: clamp(3.5rem, 9vw, 4.5rem);
  --lightbox-side: clamp(0.75rem, 2.5vw, 1.5rem);
  --lightbox-control: clamp(2.75rem, 7vw, 3.25rem);
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #000;
}

.collection-lightbox[hidden] {
  display: none;
}

body.collection-lightbox-open {
  overflow: hidden;
}

.collection-lightbox__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: #000;
  cursor: pointer;
}

.collection-lightbox__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: var(--lightbox-top) minmax(0, 1fr) var(--lightbox-bottom);
  width: 100%;
  height: 100%;
  height: 100dvh;
  pointer-events: none;
}

.collection-lightbox__top,
.collection-lightbox__bottom,
.collection-lightbox__nav,
.collection-lightbox__img {
  pointer-events: auto;
}

.collection-lightbox__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 clamp(0.75rem, 2.5vw, 1.5rem);
}

.collection-lightbox__stage {
  display: grid;
  grid-template-columns: var(--lightbox-control) minmax(0, 1fr) var(--lightbox-control);
  align-items: center;
  gap: var(--lightbox-side);
  min-height: 0;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.collection-lightbox__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
}

.collection-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.collection-lightbox__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem 1.5rem;
  padding: 0 clamp(1rem, 3vw, 2rem) clamp(0.85rem, 2.5vw, 1.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.collection-lightbox__caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.collection-lightbox__caption:empty {
  display: none;
}

.collection-lightbox__counter {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.collection-lightbox__counter:empty {
  display: none;
}

.collection-lightbox__close,
.collection-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--lightbox-control);
  height: var(--lightbox-control);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.collection-lightbox__close:hover,
.collection-lightbox__close:focus-visible,
.collection-lightbox__nav:hover:not(:disabled),
.collection-lightbox__nav:focus-visible:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.collection-lightbox__close:active,
.collection-lightbox__nav:active:not(:disabled) {
  transform: scale(0.96);
}

.collection-lightbox__close:focus-visible,
.collection-lightbox__nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

.collection-lightbox__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.collection-lightbox__nav--prev {
  justify-self: start;
}

.collection-lightbox__nav--next {
  justify-self: end;
}

.collection-lightbox__nav[hidden] {
  visibility: hidden;
  pointer-events: none;
}

.collection-lightbox__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .collection-lightbox {
    --lightbox-control: 2.75rem;
    --lightbox-cluster-gap: 0.35rem;
    --lightbox-cluster-x: max(0.75rem, env(safe-area-inset-right, 0px));
    --lightbox-cluster-y: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }

  .collection-lightbox__shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    height: 100dvh;
  }

  .collection-lightbox__top {
    position: fixed;
    z-index: 1001;
    inset: auto var(--lightbox-cluster-x) var(--lightbox-cluster-y) auto;
    padding: 0;
  }

  .collection-lightbox__stage {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    justify-content: center;
    min-height: 0;
    width: 100%;
    padding: 0;
    touch-action: pan-y pinch-zoom;
  }

  .collection-lightbox__figure {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: calc(100dvh - 3.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    min-height: 0;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
  }

  .collection-lightbox__img {
    display: block;
    width: 100%;
    max-width: 100vw;
    height: auto;
    flex-shrink: 0;
    object-position: center center;
  }

  .collection-lightbox__nav {
    position: fixed;
    z-index: 1001;
    bottom: var(--lightbox-cluster-y);
    margin: 0;
  }

  .collection-lightbox__nav--next {
    right: calc(var(--lightbox-cluster-x) + var(--lightbox-control) + var(--lightbox-cluster-gap));
  }

  .collection-lightbox__nav--prev {
    right: calc(
      var(--lightbox-cluster-x)
      + (var(--lightbox-control) + var(--lightbox-cluster-gap)) * 3
      + 2.5rem
    );
  }

  .collection-lightbox__bottom {
    position: fixed;
    z-index: 1000;
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    right: calc(
      var(--lightbox-cluster-x)
      + (var(--lightbox-control) + var(--lightbox-cluster-gap)) * 3
      + 3rem
    );
    bottom: var(--lightbox-cluster-y);
    display: block;
    padding: 0;
    border-top: none;
    pointer-events: none;
  }

  .collection-lightbox__caption {
    pointer-events: auto;
    max-width: 100%;
    padding-right: 0.5rem;
  }

  .collection-lightbox__counter {
    position: fixed;
    z-index: 1001;
    right: calc(
      var(--lightbox-cluster-x)
      + (var(--lightbox-control) + var(--lightbox-cluster-gap)) * 2
    );
    bottom: calc(var(--lightbox-cluster-y) + (var(--lightbox-control) - 1.125rem) / 2);
    margin: 0;
    min-width: 2.5rem;
    text-align: center;
  }
}

.custom-section {
  position: relative;
  width: 100%;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  padding-bottom: calc(clamp(2.5rem, 6vw, 4rem) + clamp(2.5rem, 5vw, 4.5rem));
  background: var(--blue);
  color: var(--white);
}

.custom-section__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 0.95;
  color: var(--white);
  text-transform: lowercase;
}

.custom-section__text {
  margin: 0 0 1rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
}

.custom-section__price {
  margin: 0 0 1.25rem;
  font-weight: 700;
  color: var(--neon-yellow);
}

.custom-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .custom-section__title {
    font-size: clamp(3.5rem, 4vw, 4.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sparkle-bg__dot {
    animation: none !important;
    opacity: 0.85;
  }
}

/* ------------------------------------------------------------------
   Scroll hint — bounce arrow on intro slide
   ------------------------------------------------------------------ */

.collection-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  left: 50%;
  z-index: 99;
  margin: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(-50%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
  animation: collection-scroll-hint-bounce 2s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.collection-scroll-hint__icon {
  width: 1.35rem;
  height: 1.35rem;
  filter: none;
}

.collection-scroll-hint--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

@keyframes collection-scroll-hint-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.45rem);
  }
}

@media (min-width: 768px) {
  body.collection-page .collection-scroll-hint {
    bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-scroll-hint,
  .snap-stage__handoff--visible {
    animation: none;
  }
}

.collection-piece-bar {
  display: none;
}

/* Image overlay gallery button — hidden on desktop (text-band button used there) */
.collection-piece__gallery-btn--overlay {
  display: none;
}

/* ------------------------------------------------------------------
   Collection — Ready to go feral CTA band (desktop + mobile)
   ------------------------------------------------------------------ */

body.collection-page .page--quote .cta-band--lavender {
  background: var(--lavender);
  color: var(--white);
}

body.collection-page .page--quote .cta-band--lavender .cta-band__title {
  font-family: "Shrikhand", "Cooper Black", serif;
  font-weight: 400;
  font-synthesis: none;
  font-size: clamp(3.25rem, 10vw, 120px);
  line-height: 0.95;
  color: var(--neon-yellow);
}

body.collection-page .page--quote .cta-band--lavender .cta-band__text {
  color: var(--black);
}

body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--primary {
  background: var(--blue);
  color: var(--white);
  border: 3px solid var(--blue);
  box-shadow: none;
}

body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--yellow {
  background: transparent;
  color: var(--blue);
  border: 3px solid var(--blue);
  box-shadow: none;
}

body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--primary:hover:not(:disabled),
body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--primary:focus-visible:not(:disabled),
body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--primary:active:not(:disabled),
body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--yellow:hover:not(:disabled),
body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--yellow:focus-visible:not(:disabled),
body.collection-page .page--quote .cta-band--lavender .cta-band__actions .btn--yellow:active:not(:disabled) {
  background: var(--neon-yellow);
  color: var(--blue);
  border-color: var(--neon-yellow);
  box-shadow: none;
}

@media (min-width: 900px) {
  body.collection-page .page--quote .cta-band--lavender .cta-band__title {
    font-size: 120px;
  }
}

/* ------------------------------------------------------------------
   Mobile — snap-stage mandatory snap; CTA + signup/footer as snap tiles
   ------------------------------------------------------------------ */

@media (max-width: 767px) {
  body.collection-page .collection-snap-layout--mobile {
    --snap-content-inset-top: clamp(0.75rem, 2.5vh, 1.25rem);
    --snap-content-inset-bottom: clamp(1rem, 3vh, 1.5rem);
    --snap-content-pad-top: calc(var(--nav-height) + var(--snap-content-inset-top));
    /* Combined pony-up + footer tile — fit in 100svh; materials-like flex + safe-area */
    /* Wavy divider overlaps upward; modest gap below curve only (no nav-height stack) */
    --snap-signup-footer-pad-top: clamp(1rem, 3vw, 1.75rem);
    --snap-signup-footer-pad-bottom: clamp(2rem, 5vw, 2.5rem);
    --snap-signup-footer-footer-pad-top: clamp(2rem, 5vw, 2.5rem);
  }

  body.collection-page .collection-snap-layout--mobile .snap-stage {
    display: block;
    position: relative;
    z-index: 0;
    height: 100dvh;
    height: 100svh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-scroll-snap-type: y mandatory;
    scroll-padding-top: var(--nav-height);
    scroll-behavior: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  body.collection-page .collection-snap-layout--mobile .snap-stage > .collection-piece-snap {
    box-sizing: border-box;
    position: relative;
    isolation: isolate;
    flex: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    scroll-snap-align: start;
    -webkit-scroll-snap-align: start;
    scroll-snap-stop: normal;
    touch-action: pan-y;
  }

  body.collection-page .collection-snap-layout--mobile .snap-stage > .collection-snap--cta,
  body.collection-page .collection-snap-layout--mobile .snap-stage > .collection-snap--signup-footer {
    overflow: visible;
  }

  body.collection-page .collection-snap-layout--mobile .snap-stage > .collection-piece-snap.collection-snap--signup-footer {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: visible;
  }

  body.collection-page .collection-snap-layout--mobile .snap-tail,
  body.collection-page .collection-snap-layout--mobile .snap-tail > * {
    scroll-snap-align: none;
  }

  /* Stage handoff hint — visible on last snap tile */
  .snap-stage__handoff {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: max(calc(3.25rem + 0.25rem), calc(0.75rem + env(safe-area-inset-bottom, 0px)));
    left: 50%;
    z-index: 99;
    margin: 0;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: var(--white);
    color: var(--blue);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 0.35s ease, visibility 0.35s ease;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  .snap-stage__handoff--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: collection-scroll-hint-bounce 2s ease-in-out infinite;
  }

  .snap-stage__handoff-icon {
    width: 1.35rem;
    height: 1.35rem;
    filter: none;
  }

  /* Section dividers — in slide flow (style.css swaps zigzag SVG on mobile) */
  body.collection-page .collection-snap-layout--mobile .collection-intro .section-divider,
  body.collection-page .collection-snap-layout--mobile .collection-piece .section-divider {
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
    flex-shrink: 0;
    z-index: 3;
  }

  body.collection-page .collection-snap-layout--mobile .collection-intro .section-divider {
    margin-top: 0;
  }

  /* Mint-on-mint hid the divider; green matches yeah-baby section below */
  body.collection-page .collection-snap-layout--mobile .collection-piece--feral-disco .section-divider--zigzag {
    color: var(--em2-green);
  }

  body.collection-page .collection-snap-layout--mobile .collection-piece--yeah-baby .section-divider--zigzag,
  body.collection-page .collection-snap-layout--mobile .collection-piece--yeah-baby .section-divider--green {
    color: var(--em2-green);
  }

  body.collection-page .collection-more {
    display: none;
  }

  /* Intro snap slide — full-viewport grey gradient; angular divider flush at bottom edge */
  body.collection-page .collection-snap-layout--mobile .collection-intro.page {
    padding-block: 0;
  }

  body.collection-page .collection-snap-layout--mobile .collection-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 20% 30%, rgba(200, 182, 255, 0.12) 0%, transparent 45%),
      radial-gradient(circle at 80% 70%, rgba(26, 75, 255, 0.06) 0%, transparent 40%),
      linear-gradient(165deg, var(--grey-light) 0%, var(--grey-mid) 100%);
  }

  body.collection-page .collection-snap-layout--mobile .collection-intro .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding-top: var(--snap-content-pad-top);
    padding-bottom: clamp(4rem, 12vw, 5.75rem);
  }

  body.collection-page .collection-snap-layout--mobile .collection-intro .page__header {
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    text-align: center;
  }

  body.collection-page .collection-intro .page__title {
    font-size: clamp(4.75rem, 22vw, 7rem);
    line-height: 0.95;
  }

  /* Piece sections — full-viewport snap slides */
  body.collection-page .collection-snap-layout--mobile .collection-piece {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  /* Showcase pieces — stacked: full-bleed image + full-width colored text band */
  body.collection-page .collection-snap-layout--mobile .collection-piece--feral-disco,
  body.collection-page .collection-snap-layout--mobile .collection-piece--yeah-baby {
    overflow: hidden;
  }

  body.collection-page .collection-snap-layout--mobile .collection-piece--feral-disco {
    background-color: var(--collection-feral-disco-mint, #d4f7ea);
  }

  body.collection-page .collection-snap-layout--mobile .collection-piece--yeah-baby {
    background-color: var(--em2-green);
  }

  body.collection-page .collection-snap-layout--mobile .collection-piece--feral-disco .collection-piece__hero,
  body.collection-page .collection-snap-layout--mobile .collection-piece--yeah-baby .collection-piece__hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    position: relative;
    width: 100%;
    flex: 1;
    height: auto;
    min-height: 0;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__split,
  body.collection-page .collection-piece--yeah-baby .collection-piece__split {
    display: contents;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__image-col,
  body.collection-page .collection-piece--yeah-baby .collection-piece__image-col {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    width: 100%;
    min-height: 42svh;
    height: auto;
    overflow: hidden;
    padding: 0;
    background: transparent !important;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__color-col,
  body.collection-page .collection-piece--yeah-baby .collection-piece__color-col {
    grid-row: 2;
    grid-column: 1;
    display: block !important;
    position: relative;
    z-index: 0;
    width: 100%;
    align-self: stretch;
    min-height: 100%;
  }

  body.collection-page .collection-snap-layout--mobile .collection-piece .collection-piece__hero-inner {
    display: block;
    grid-row: 2;
    grid-column: 1;
    position: relative;
    z-index: 1;
    padding: clamp(1rem, 4vw, 1.25rem) clamp(1.25rem, 4vw, 1.5rem);
    padding-bottom: calc(7rem + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
  }

  /* Section band colors — match desktop column palette */
  body.collection-page .collection-piece--feral-disco {
    --collection-feral-disco-mint: #d4f7ea;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__hero-inner {
    background: var(--collection-feral-disco-mint);
  }

  body.collection-page .collection-piece--yeah-baby .collection-piece__hero-inner {
    background: var(--em2-green);
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay,
  body.collection-page .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    pointer-events: none;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__hero-inner .collection-piece__overlay:hover,
  body.collection-page .collection-piece--yeah-baby .collection-piece__hero-inner .collection-piece__overlay:hover {
    transform: none;
    box-shadow: none;
  }

  /* Mobile piece colors — match desktop columns */
  body.collection-page .collection-piece--feral-disco .collection-piece__title {
    color: var(--blue);
    transform: rotate(-1deg);
    transform-origin: left center;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__text {
    color: var(--ink-soft);
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__text strong {
    color: var(--ink);
  }

  body.collection-page .collection-piece--yeah-baby .collection-piece__title {
    color: var(--neon-yellow);
    transform: none;
  }

  body.collection-page .collection-piece--yeah-baby .collection-piece__text,
  body.collection-page .collection-piece--yeah-baby .collection-piece__text strong {
    color: var(--white);
  }

  /* Text-band gallery button hidden on mobile; icon overlay on image instead */
  body.collection-page .collection-piece__overlay > .collection-piece__gallery-btn {
    display: none;
  }

  body.collection-page .collection-piece__gallery-btn--overlay {
    position: absolute;
    right: 1rem;
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    border-color: var(--ink);
    box-shadow: 0 4px 16px rgba(20, 20, 20, 0.28);
    cursor: pointer;
    box-sizing: border-box;
  }

  body.collection-page .collection-piece__gallery-btn--overlay svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  body.collection-page .collection-piece__gallery-btn--overlay:hover:not(:disabled) {
    background: var(--white);
    color: var(--ink);
    border-color: var(--ink);
  }

  body.collection-page .collection-piece__gallery-btn--overlay:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
  }

  body.collection-page .collection-scroll-hint,
  body.collection-page .snap-stage__handoff {
    position: fixed !important;
    z-index: 99 !important;
    bottom: max(calc(3.25rem + 0.25rem), calc(0.75rem + env(safe-area-inset-bottom, 0px)));
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__image-frame,
  body.collection-page .collection-piece--yeah-baby .collection-piece__image-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  body.collection-page .collection-piece--feral-disco .collection-piece__hero-bg,
  body.collection-page .collection-piece--yeah-baby .collection-piece__hero-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }

  /* Fixed piece bar off — text lives in in-section colored bands */
  .collection-piece-bar {
    display: none !important;
  }

  /* CTA snap tile — full-viewport mandatory snap */
  body.collection-page .collection-snap-layout--mobile .snap-stage > .collection-snap--cta {
    overflow: visible;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta .page--quote {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    overflow: visible;
    position: relative;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta .page--quote .cta-band--lavender {
    position: relative;
    overflow: visible;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .page--quote .quote-signup {
    position: relative;
    overflow: visible;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta .page--quote .section-divider--top,
  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .page--quote .section-divider--top {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 3;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .page--quote .quote-signup .section-divider--wavy svg {
    height: max(3.25rem, calc(100vw * 80 / 600));
    min-height: 3.25rem;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta {
    display: flex;
    flex-direction: column;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta .page--quote .cta-band--lavender {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding-top: var(--snap-content-pad-top);
    padding-bottom: calc(var(--snap-content-inset-bottom) + 3.5rem);
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--cta .cta-band__inner {
    flex: 0 1 auto;
  }

  /* Pony-up + footer — one combined snap tile */
  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .page--quote {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    overflow: visible;
    position: relative;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .page--quote .quote-signup {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: var(--snap-signup-footer-pad-top) 0 var(--snap-signup-footer-pad-bottom);
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .quote-signup__inner {
    flex: 0 0 auto;
    min-height: 0;
  }

  body.collection-page .collection-snap-layout--mobile .collection-snap--signup-footer .site-footer {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: var(--snap-signup-footer-footer-pad-top);
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  /* Hide duplicate document footer — lives in snap-stage on mobile */
  body.collection-page > .site-footer {
    display: none;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  body.collection-page .collection-snap-layout--mobile .snap-stage {
    scroll-snap-type: none;
    -webkit-scroll-snap-type: none;
  }
}
