.kit-story { --kit-accent: #f26a69; height: 590vh; background: #0d0f11; }
.kit-sticky { background: radial-gradient(ellipse at 75% 43%, #3d202b70, transparent 54%), #0d0f11; }
.kit-grid { opacity: .34; }
.kit-word { color: #ffffff04; }
.kit-description { color: #b7b3b4; }
.kit-chapters button { color: #817c80; }
.kit-copy { width: 42%; }
.kit-secondary { display: none; }
.kit-copy h1 { transition: opacity .22s ease, transform .35s ease; }
.kit-copy.is-changing h1 { opacity: 0; transform: translateY(12px); }
.kit-summary { max-width: 520px; margin: -5px 0 15px; color: #e4dfdc; font: 500 15px/1.55 Inter, sans-serif; }

.kit-visual[data-view='studio'] { isolation: isolate; }
.kit-visual[data-view='studio']::before {
  content: '';
  position: absolute;
  inset: 8% 2% 9%;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  transform: rotate(-14deg);
}

#jersey-view { inset: 0 1% 4%; display: grid; place-items: center; perspective: 1100px; }
.showcase-stage {
  position: relative;
  width: min(96%, 680px);
  max-height: 96%;
  aspect-ratio: 1;
  overflow: visible;
  transform-style: preserve-3d;
}
.showcase-stage::before {
  content: 'OLINC / SCROLL-CONTROLLED PRODUCT RANGE';
  position: absolute;
  top: 3%;
  left: 4%;
  z-index: 30;
  color: #ffffff5a;
  font: 7px 'JetBrains Mono', monospace;
  letter-spacing: 1.2px;
}
.showcase-stage::after {
  content: '';
  position: absolute;
  right: 9%;
  bottom: 9%;
  left: 9%;
  z-index: 0;
  height: 13%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #000c 0%, #0005 42%, transparent 72%);
  filter: blur(12px);
  transform: rotateX(68deg);
}
.showcase-aura {
  position: absolute;
  inset: 12%;
  z-index: 0;
  border: 1px solid color-mix(in srgb, var(--kit-accent) 25%, transparent);
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--kit-accent) 13%, transparent), transparent 66%);
  box-shadow: 0 0 100px color-mix(in srgb, var(--kit-accent) 9%, transparent);
  transition: border-color .6s ease, background .6s ease, box-shadow .6s ease;
  animation: aura-breathe 5s ease-in-out infinite;
}
.showcase-aura::before,
.showcase-aura::after { content: ''; position: absolute; border: 1px solid #ffffff0d; border-radius: 50%; }
.showcase-aura::before { inset: 8%; transform: rotate(28deg); }
.showcase-aura::after { inset: 21%; transform: rotate(-28deg); }
.showcase-scan {
  position: absolute;
  top: 11%;
  bottom: 16%;
  left: 50%;
  z-index: 1;
  width: 1px;
  overflow: visible;
  background: linear-gradient(transparent, #ffffff2b 18%, var(--kit-accent) 50%, #ffffff2b 82%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--kit-accent) 35%, transparent);
  opacity: .36;
}

.showcase-product {
  position: absolute;
  inset: 3% 2% 3%;
  z-index: 5;
  margin: 0;
  opacity: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 56%;
  pointer-events: none;
  will-change: transform, opacity, filter;
  transition: opacity .38s ease, transform .92s cubic-bezier(.17,.76,.17,1), filter .7s ease;
}
.showcase-product > img {
  position: absolute;
  inset: 1% 4% 13%;
  display: block;
  width: 92%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px #000c);
}
.showcase-product.is-active { z-index: 8; opacity: 1; filter: blur(0); transform: translate3d(0,0,70px) rotateY(0) rotateZ(0) scale(1); }
.showcase-product.is-before { z-index: 3; opacity: 0; filter: blur(12px); transform: translate3d(-24%,5%,-150px) rotateY(48deg) rotateZ(-5deg) scale(.72); }
.showcase-product.is-after { z-index: 3; opacity: 0; filter: blur(12px); transform: translate3d(24%,-3%,-150px) rotateY(-48deg) rotateZ(5deg) scale(.72); }
.showcase-product.is-active > img { animation: product-float 5.5s ease-in-out infinite; }
.product-socks > img { inset: 8% 1% 17%; width: 98%; height: 75%; }
.product-sliotars > img { inset: 3% 7% 14%; width: 86%; height: 83%; }

.showcase-product figcaption {
  position: absolute;
  right: 5%;
  bottom: 9%;
  left: 5%;
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-rows: auto auto;
  padding-top: 11px;
  border-top: 1px solid #ffffff35;
  color: #f6f0eb;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
}
.showcase-product figcaption span { grid-row: 1 / 3; color: var(--kit-accent); font-size: 10px; }
.showcase-product figcaption strong { font-size: 8px; letter-spacing: 1px; }
.showcase-product figcaption small { margin-top: 3px; color: #ffffff6f; font-size: 6px; letter-spacing: .5px; }

.showcase-range { position: absolute; inset: 4% 2% 15%; }
.showcase-range img { position: absolute; display: block; object-fit: contain; filter: drop-shadow(0 18px 18px #000b); }
.range-hoodie { left: 0; top: 16%; width: 35%; height: 62%; transform: rotate(-6deg); }
.range-jersey { left: 30%; top: 2%; z-index: 3; width: 40%; height: 72%; }
.range-windbreaker { right: 0; top: 16%; width: 35%; height: 62%; transform: rotate(6deg); }
.range-socks { left: 31%; bottom: -2%; z-index: 4; width: 38%; height: 34%; }
.product-full-range.is-active .showcase-range { animation: range-float 5.5s ease-in-out infinite; }

.kit-model-label { top: 4%; right: 5%; color: #ddd0cd; }
.kit-chapters { gap: 15px; }
.kit-chapters button { padding-inline: 3px; font-size: 8px; }
.kit-chapters span { margin-left: 4px; }

@keyframes product-float {
  0%,100% { transform: translateY(0) rotateZ(-.35deg); }
  50% { transform: translateY(-8px) rotateZ(.45deg); }
}
@keyframes range-float {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.012); }
}
@keyframes aura-breathe {
  0%,100% { transform: scale(.97) rotate(-4deg); opacity: .65; }
  50% { transform: scale(1.035) rotate(3deg); opacity: 1; }
}

@media (max-width: 800px) {
  .kit-story { height: 650vh; }
  .kit-sticky { min-height: 900px; }
  .kit-copy { top: 4%; width: 88%; }
  .kit-copy h1 { font-size: 34px; }
  .kit-summary { max-width: 96%; margin: -1px 0 9px; font-size: 11px; line-height: 1.55; }
  .kit-intro { margin-bottom: 8px; }
  .kit-visual { top: 53%; bottom: 8%; }
  #jersey-view { inset: 0 0 4%; }
  .showcase-stage { width: min(100%, 410px); max-height: 98%; }
  .showcase-stage::before { top: 1%; left: 3%; font-size: 5.2px; }
  .showcase-product { inset: 2% 0; }
  .showcase-product > img { inset: 1% 3% 14%; width: 94%; height: 85%; }
  .showcase-product figcaption { right: 3%; bottom: 8%; left: 3%; }
  .showcase-product figcaption { grid-template-columns: 74px 1fr; }
  .product-socks > img { inset: 8% 0 18%; width: 100%; height: 74%; }
  .product-sliotars > img { inset: 3% 5% 15%; width: 90%; height: 82%; }
  .kit-model-label { right: 3%; font-size: 7px; }
  .kit-bottom { right: 4%; left: 4%; }
  .kit-chapters { gap: 5px; }
  .kit-chapters button { min-width: 25px; font-size: 7px; }
  .kit-chapters span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .kit-sticky { top: 0; }
  .kit-copy h1,
  .showcase-product,
  .showcase-product > img,
  .showcase-range,
  .showcase-aura { transition: none !important; animation: none !important; }
}
