/* ═══════════════════════════════════════════════
   Bandanize Landing — Motion & Animations
   Product stories, parallax scenes, floating cards
   ═══════════════════════════════════════════════ */

/* ── Progress bar & motion toggle ── */
.reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  background: var(--lime);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 100;
  pointer-events: none;
}

.motion-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  border: 1px solid #53535d;
  background: #151518e8;
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(12px);
  font-size: 16px;
}

/* ── Hero (override for highlight layout) ── */
.hero {
  overflow: hidden;
  min-height: 760px;
}

.highlight-hero {
  min-height: 540px !important;
  position: relative;
  perspective: 1200px;
  --mx: 0deg;
  --my: 0deg;
  transform: none !important;
  padding: 0;
}

/* ── Vinyl record ── */
.hero-vinyl {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #a3e63555;
  border-radius: 50%;
  top: 15px;
  left: 12%;
  background: repeating-radial-gradient(circle, #11140e 0 9px, #a3e63513 10px 11px);
  animation: vinyl-turn 45s linear infinite;
  display: grid;
  place-items: center;
}

.hero-vinyl > div {
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background: var(--lime);
  color: #0b0b0c;
  font: 800 36px/.9 'Barlow Condensed', sans-serif;
  transform: rotate(-15deg);
}

/* ── Mascot character ── */
.hero-character {
  position: absolute;
  z-index: 3;
  width: 77%;
  left: 14%;
  top: 65px;
  transform-origin: 50% 85%;
  animation: mascot-groove 4s ease-in-out infinite;
}

.hero-character img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 20px 20px #0009);
}

/* ── Floating highlight cards ── */
.highlight-card {
  position: absolute;
  z-index: 4;
  background: #151518ee;
  border: 1px solid #45454e;
  border-radius: 12px;
  box-shadow: 0 18px 40px #0006;
  backdrop-filter: blur(12px);
  transition: box-shadow .3s;
  will-change: transform;
}

.highlight-card:hover {
  box-shadow: 0 25px 55px #000a, 0 0 0 1px var(--lime);
}

.micro-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--lime);
}

/* Riff card */
.riff-card {
  width: 238px;
  top: 15px;
  left: -22px;
  padding: 20px;
  transform: rotate(-9deg);
  animation: riff-float 6s ease-in-out infinite;
}

.riff-card > b {
  font-size: 25px;
  display: block;
  margin: 16px 0 5px;
  letter-spacing: -1px;
}

.riff-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
}

.riff-meta > span {
  border: 1px solid #45454f;
  border-radius: 4px;
  padding: 0 5px;
  color: var(--pink);
}

.sound-bars {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: hidden;
}

.sound-bars i {
  display: block;
  flex: 1;
  min-width: 2px;
  background: var(--lime);
  height: var(--bar);
  border-radius: 2px;
  transform-origin: center;
  animation: equalizer 1.1s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}

.riff-card .sound-bars { margin-top: 17px; }

.riff-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}

/* Set card */
.set-card {
  width: 260px;
  right: -25px;
  top: 235px;
  padding: 18px;
  transform: rotate(9deg);
  animation: set-float 7s ease-in-out infinite;
}

.set-card > div:not(.micro-label) {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  padding-top: 16px;
}

.set-card > div > span { color: #85858c; font-size: 10px; }
.set-card b { color: var(--lime); margin-left: auto; }

.set-card .set-mini {
  border-top: 1px solid #35353f;
  margin-top: 15px;
  justify-content: space-between;
  color: var(--pink);
}

/* Rehearsal ticket */
.rehearsal-ticket {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--pink);
  color: #151518;
  border-radius: 6px;
  padding: 14px 22px;
  transform: rotate(-5deg);
  box-shadow: 0 15px 25px #0005;
}

.rehearsal-ticket > div {
  padding-right: 18px;
  border-right: 1px dashed #15151866;
  text-align: center;
}

.rehearsal-ticket small { display: block; font-size: 11px; }

.rehearsal-ticket > div > b {
  display: block;
  font: 800 38px/1 'Barlow Condensed', sans-serif;
}

.rehearsal-ticket > span { font-size: 16px; font-weight: 700; }
.rehearsal-ticket > span > small { margin-top: 5px; font-weight: 400; }
.ticket-star { font-size: 38px !important; }

.hero-scribble {
  position: absolute;
  right: -5px;
  top: 45px;
  color: var(--pink);
  font: 700 23px/.9 'Barlow Condensed', sans-serif;
  transform: rotate(11deg);
}

/* ── Feature scene (product stories) ── */
.feature-scene {
  height: 570px;
  position: relative;
  isolation: isolate;
  perspective: 1400px;
  background: #111310;
  border: 1px solid #33382a;
  border-radius: 16px;
  overflow: hidden;
  --scene-y: 0px;
}

.feature-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(#a3e63508 1px, transparent 1px),
    linear-gradient(90deg, #a3e63508 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(#000, transparent);
}

.scene-watermark {
  font: 900 105px/.9 'Barlow Condensed', sans-serif;
  letter-spacing: -3px;
  position: absolute;
  top: 30px;
  left: 25px;
  color: #a3e6351c;
  white-space: nowrap;
}

.scene-orbit,
.calendar-ring {
  position: absolute;
  top: 120px;
  left: 10%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid #a3e63533;
  border-radius: 50%;
  transform: rotateX(55deg) rotate(-20deg);
}

/* Tab highlight (main card) */
.tab-highlight {
  position: absolute;
  z-index: 2;
  left: 7%;
  width: 80%;
  top: 130px;
  background: #19191e;
  border: 1px solid #65656e;
  border-radius: 11px;
  padding: 24px;
  transform: translateY(var(--scene-y)) rotate(-6deg);
  box-shadow: 15px 25px 55px #0009;
}

.mock-label {
  display: flex;
  justify-content: space-between;
  color: var(--lime);
  font-size: 10px;
  letter-spacing: 1.1px;
}

.tab-highlight h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  margin: 18px 0;
}

.tab-highlight h4 > span {
  font-size: 11px;
  font-weight: 400;
  color: #aaaab3;
}

.tab-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #393943;
  padding-top: 15px;
  margin-top: 16px;
  font-size: 9px;
  color: #9f9fa9;
}

.tab-foot b { font-weight: 500; color: var(--lime); }

/* File cards */
.mini-file {
  position: absolute;
  border: 1px solid #5e5e6d;
  background: #24242b;
  border-radius: 9px;
  width: 112px;
  padding: 16px;
  box-shadow: 0 12px 20px #0006;
  z-index: 1;
}

.mini-file b {
  display: block;
  font-size: 24px;
  color: var(--pink);
  margin-bottom: 18px;
}

.mini-file > span { font-size: 10px; white-space: nowrap; }
.file-pdf { top: 66px; right: 12%; transform: rotate(15deg); }
.file-video { top: 88px; right: -1%; transform: rotate(24deg); }

/* Audio highlight */
.audio-highlight {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 70px;
  width: 67%;
  padding: 14px 17px;
  background: var(--lime);
  color: #19200f;
  border: 1px solid #c1f874;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(calc(var(--scene-y) * -.6)) rotate(5deg);
  box-shadow: 0 12px 30px #0007;
}

.audio-mark { font-size: 28px; }
.audio-highlight > div { flex: 1; }
.audio-highlight b { font-size: 12px; }
.audio-highlight small { font-size: 10px; }
.audio-highlight .sound-bars { height: 29px; margin-top: 4px; gap: 2px; }
.audio-highlight .sound-bars i { background: #33451b; }

/* Comment highlight */
.comment-highlight {
  position: absolute;
  left: 3%;
  bottom: 25px;
  z-index: 4;
  padding: 14px;
  background: #29242c;
  border: 1px solid #6d5160;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
  transform: rotate(-3deg);
  box-shadow: 0 10px 25px #0005;
}

.comment-initial {
  background: var(--pink);
  color: #17171c;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.comment-highlight b { font-size: 8px; letter-spacing: .8px; color: var(--pink); }
.comment-highlight p { font-size: 12px; margin: 6px 0 0; }

.scene-caption {
  position: absolute;
  bottom: 7px;
  right: 17px;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #717b64;
  z-index: 0;
}

/* ── Calendar scene ── */
.composition-calendar {
  background: #191217;
  border-color: #40323d;
}

.composition-calendar::before {
  background-image:
    linear-gradient(#fd87a108 1px, transparent 1px),
    linear-gradient(90deg, #fd87a108 1px, transparent 1px);
}

.composition-calendar .scene-watermark { color: #fd87a122; }

.date-strip {
  position: absolute;
  left: 9%;
  top: 90px;
  display: flex;
  gap: 10px;
  transform: rotate(-8deg);
  width: 87%;
}

.date-strip > div {
  flex: 1;
  min-width: 0;
  padding: 16px 4px;
  background: #242129;
  border: 1px solid #4d4050;
  border-radius: 8px;
  text-align: center;
}

.date-strip span { font-size: 10px; color: #aaa3af; }
.date-strip b { display: block; font: 700 42px/1.2 'Barlow Condensed', sans-serif; }

.date-strip .selected-date {
  background: var(--pink);
  color: #151518;
  border-color: var(--pink);
  transform: translateY(-15px);
  box-shadow: 0 15px 25px #0006;
  position: relative;
}

.selected-date span { color: #3c2330; }

.selected-date i {
  position: absolute;
  right: 4px;
  bottom: -20px;
  font-style: normal;
  font-size: 33px;
  color: var(--lime);
}

/* Event highlight */
.event-highlight {
  position: absolute;
  left: 10%;
  width: 67%;
  top: 217px;
  border: 1px solid #837084;
  border-radius: 10px;
  background: #24202a;
  padding: 24px;
  transform: translateY(var(--scene-y)) rotate(-4deg);
  box-shadow: 15px 20px 45px #0008;
}

.event-kicker {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--pink);
  display: flex;
  justify-content: space-between;
}

.event-highlight h4 {
  margin: 15px 0;
  font: 700 53px/.9 'Barlow Condensed', sans-serif;
  letter-spacing: -1px;
}

.event-time {
  font-size: 17px;
  color: var(--pink);
  margin: 18px 0;
}

.event-time span { opacity: .5; padding: 0 10px; }

.event-meta {
  display: flex;
  gap: 15px;
  font-size: 10px;
  color: #c8bdcb;
  padding-top: 15px;
  border-top: 1px solid #52414f;
}

/* Calendar link */
.calendar-link {
  position: absolute;
  right: 3%;
  bottom: 28px;
  z-index: 3;
  background: var(--ink);
  color: #232329;
  padding: 18px;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 12px 28px #0005;
  transform: rotate(5deg);
  max-width: 85%;
}

.gcal-icon {
  background: #4285f4;
  border-top: 5px solid #34a853;
  border-right: 4px solid #fbbc04;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 3px;
}

.calendar-link b { font-size: 13px; }

.calendar-link small {
  display: block;
  line-height: 1.4;
  max-width: 220px;
  font-size: 10px;
  margin-top: 5px;
}

/* Calendar chat bubble */
.calendar-chat {
  position: absolute;
  right: 2%;
  top: 252px;
  z-index: 3;
  background: var(--pink);
  color: #22151c;
  padding: 17px;
  border-radius: 13px 13px 13px 0;
  transform: rotate(8deg);
  box-shadow: 0 12px 24px #0006;
}

.calendar-chat b { font-size: 8px; letter-spacing: 1px; }
.calendar-chat p { margin-top: 7px; font-size: 13px; }
.composition-calendar .scene-caption { color: #bd95ac; }
.calendar-ring { border-color: #fd87a144; top: 200px; }

/* ── Scroll jam (scroll-driven experience) ── */
.scroll-jam {
  height: 260vh;
  position: relative;
  margin: 20px 0 110px;
  border-top: 1px solid #2b2b31;
  border-bottom: 1px solid #2b2b31;
  background: #0f100e;
  --jam: 0;
}

.jam-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.jam-grain {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 65%, #a3e63514, transparent 55%);
  z-index: -1;
}

.jam-heading {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: 2;
}

.jam-heading .eyebrow { color: var(--pink); margin-bottom: 23px; }
.jam-heading h2 { font-size: clamp(55px, 6vw, 88px); }
.jam-heading h2 span { color: var(--lime); }
.jam-heading h2 > [data-copy] { color: var(--ink); }
.jam-heading h2 > [data-copy] > span { color: var(--lime); }

.jam-track {
  position: absolute;
  left: 15%;
  right: -15%;
  top: 47%;
  height: 38%;
  border: 1px solid #a3e63533;
  border-radius: 50%;
  transform: rotate(-9deg);
}

.jam-track::after {
  content: '';
  position: absolute;
  inset: 30px;
  border: 1px dashed #a3e63522;
  border-radius: 50%;
}

.jam-character {
  position: absolute;
  width: clamp(270px, 29vw, 410px);
  left: calc(3% + var(--jam) * 63%);
  top: 31%;
  z-index: 1;
  will-change: left;
}

.jam-character img {
  width: 100%;
  filter: drop-shadow(0 20px 20px #0006);
}

.jam-notes {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 30%;
  height: 35%;
  pointer-events: none;
}

.jam-notes > span {
  position: absolute;
  font-size: 50px;
  color: var(--pink);
  transform: translateY(calc(var(--jam) * -90px));
  opacity: calc(.15 + var(--jam) * .85);
}

.jam-notes > span:nth-child(2) { left: 35%; top: 30%; color: var(--lime); font-size: 75px; }
.jam-notes > span:nth-child(3) { left: 75%; top: 5%; font-size: 35px; }
.jam-notes > span:nth-child(4) { left: 100%; top: 70%; color: var(--lime); }

.jam-steps {
  position: absolute;
  bottom: 12%;
  left: 7%;
  right: 7%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
}

.jam-step {
  opacity: .28;
  transition: opacity .4s, transform .4s;
  transform: translateY(12px);
  border-top: 1px solid #7778;
  padding-top: 16px;
}

.jam-step.active {
  opacity: 1;
  transform: translateY(0);
  border-color: var(--lime);
}

.jam-step > span { font-size: 12px; color: var(--lime); font-weight: 700; }

.jam-step h3 {
  font: 700 36px/1.1 'Barlow Condensed', sans-serif;
  margin: 12px 0;
}

.jam-step p {
  color: #b9bdb0;
  font-size: 14px;
  line-height: 1.6;
  max-width: 260px;
}

.jam-meter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #292c24;
}

.jam-meter > span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(var(--jam));
  transform-origin: left;
  background: var(--lime);
}

/* ── Reveal on scroll ── */
.reveal-ready {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s, transform .8s;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Mascot parallax ── */
.mascot-panel img {
  transform: translateY(var(--mascot-shift, 0px)) rotate(var(--mascot-turn, 0deg));
  will-change: transform;
}

/* ── Feature grid hover ── */
.feature-grid article:hover .feature-symbol {
  transform: rotate(-10deg) scale(1.15);
  color: var(--pink);
}

.feature-symbol {
  transition: transform .3s, color .3s;
}

/* ── Motion paused state ── */
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
}

.motion-paused .scroll-jam { height: auto; }
.motion-paused .jam-pin { position: relative; }
.motion-paused .jam-character { left: 56%; transform: none; }
.motion-paused .jam-step { opacity: 1; transform: none; }
.motion-paused .reveal-ready { opacity: 1; transform: none; }
.motion-paused .mascot-panel img { transform: none; }
.motion-paused .layer-main,
.motion-paused .audio-highlight { --scene-y: 0px; }
.motion-paused .hero-vinyl { transform: none; }

/* Tab hidden (when page not visible) */
.tab-hidden *,
.tab-hidden *::before,
.tab-hidden *::after {
  animation-play-state: paused !important;
}

/* ── Keyframes ── */
@keyframes equalizer {
  from { transform: scaleY(.3); }
  to { transform: scaleY(1); }
}

@keyframes vinyl-turn {
  to { transform: rotate(360deg); }
}

@keyframes mascot-groove {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes riff-float {
  0%, 100% { transform: translateY(0) rotate(-9deg); }
  50% { transform: translateY(-11px) rotate(-6deg); }
}

@keyframes set-float {
  0%, 100% { transform: translateY(0) rotate(9deg); }
  50% { transform: translateY(13px) rotate(6deg); }
}

@keyframes tab-sweep {
  0% { left: 7%; opacity: 0; }
  4% { opacity: 1; }
  96% { opacity: 1; }
  100% { left: 99%; opacity: 0; }
}

/* ── Responsive: Mid-desktop ── */
@media (max-width: 1100px) and (min-width: 1001px) {
  .hero-character { top: 110px; width: 86%; left: 5%; }
  .hero-vinyl { width: 360px; height: 360px; left: 5%; top: 70px; }
  .set-card { right: -10px; width: 215px; top: 310px; }
  .riff-card { left: 0; width: 210px; }
  .hero-scribble { right: 0; top: 65px; }
  .rehearsal-ticket { bottom: -30px; }
  .feature-scene { height: 570px; }
  .tab-highlight { padding: 17px; }
  .calendar-chat { right: 1%; top: 283px; padding: 12px; }
}

/* ── Responsive: Tablet ── */
@media (max-width: 1000px) {
  .highlight-hero {
    width: 100%;
    max-width: 550px !important;
    margin: 55px auto 5px !important;
    min-height: 540px !important;
  }
  .hero { min-height: 0; padding-bottom: 90px; }
  .product-story { gap: 30px; }
  .feature-scene { width: 100%; max-width: 690px; margin: auto; }
  .jam-pin { min-height: 670px; }
  .jam-heading { top: 9%; }
  .jam-heading h2 { font-size: 65px; }
  .jam-character { width: 300px; left: calc(var(--jam) * (100% - 300px)); top: 33%; }
  .jam-steps { bottom: 9%; gap: 4%; }
  .jam-step h3 { font-size: 30px; }
  .jam-step p { font-size: 13px; }
  .jam-notes { top: 30%; }
  .scroll-jam { height: 235vh; margin-bottom: 75px; }
  .hero-vinyl { left: 8%; }
  .motion-paused .jam-character { left: 40%; }
}

/* ── Responsive: Mobile ── */
@media (max-width: 600px) {
  .hero { padding-bottom: 65px; }

  .highlight-hero {
    min-height: 440px !important;
    margin-top: 40px !important;
  }

  .hero-vinyl { width: 300px; height: 300px; left: 5%; top: 70px; }
  .hero-vinyl > div { width: 145px; height: 145px; font-size: 28px; }
  .hero-character { width: 95%; left: 0; top: 95px; }

  .riff-card { left: -8px; top: 10px; width: 175px; padding: 14px; }
  .micro-label { font-size: 8px; letter-spacing: .6px; }
  .riff-card > b { font-size: 21px; margin-top: 12px; }
  .riff-card .sound-bars { height: 29px; margin-top: 12px; }

  .set-card { right: -7px; top: 235px; width: 190px; padding: 13px; }
  .set-card > div:not(.micro-label) { font-size: 10px; gap: 5px; padding-top: 11px; }
  .set-card .set-mini { margin-top: 11px; }

  .rehearsal-ticket { bottom: 0; left: 0; gap: 12px; padding: 11px 16px; }
  .rehearsal-ticket > span { font-size: 13px; }
  .rehearsal-ticket > div > b { font-size: 30px; }
  .ticket-star { font-size: 29px !important; }
  .hero-scribble { font-size: 20px; right: 0; top: 40px; }

  .feature-scene { height: 500px; }
  .scene-watermark { font-size: 78px; left: 16px; top: 22px; }

  .tab-highlight { top: 119px; left: 4%; width: 89%; padding: 16px; }
  .tab-highlight h4 { font-size: 24px; }
  .mock-label { font-size: 8px; }
  .tab-foot { font-size: 8px; }
  .tab-foot b { max-width: 100px; }

  .mini-file { width: 88px; padding: 12px; }
  .mini-file b { font-size: 19px; margin-bottom: 10px; }
  .mini-file > span { font-size: 8px; }
  .file-pdf { top: 57px; right: 20%; }
  .file-video { top: 70px; right: 2%; }

  .audio-highlight { bottom: 66px; width: 85%; padding: 12px; }
  .audio-highlight b { font-size: 10px; }

  .comment-highlight { bottom: 16px; left: 4%; padding: 11px; max-width: 92%; gap: 8px; }
  .comment-highlight b { font-size: 7px; }
  .comment-highlight p { font-size: 10px; }
  .scene-caption { display: none; }

  .date-strip { left: 5%; width: 93%; gap: 5px; top: 91px; }
  .date-strip > div { padding: 14px 2px; }
  .date-strip b { font-size: 32px; }
  .date-strip span { font-size: 8px; }

  .event-highlight { top: 195px; width: 76%; left: 5%; padding: 19px; }
  .event-highlight h4 { font-size: 46px; }
  .event-meta { font-size: 9px; gap: 8px; }
  .event-time { font-size: 15px; margin: 15px 0; }

  .calendar-chat { right: 1%; top: 249px; padding: 11px; max-width: 53%; }
  .calendar-chat b { font-size: 7px; }
  .calendar-chat p { font-size: 11px; }

  .calendar-link { bottom: 27px; padding: 13px; gap: 8px; max-width: 92%; }
  .calendar-link b { font-size: 12px; }
  .calendar-link small { font-size: 9px; }

  .story-copy h3 { font-size: 43px; }

  .jam-pin { min-height: 690px; height: 100svh; }
  .jam-heading { left: 6%; top: 7%; }
  .jam-heading h2 { font-size: 49px; }
  .jam-heading .eyebrow { font-size: 9px; margin-bottom: 15px; }
  .jam-character { width: 250px; left: calc(2% + var(--jam) * (96% - 250px)); top: 31%; }
  .jam-notes { left: 40%; top: 32%; }
  .jam-notes > span { font-size: 30px; }
  .jam-notes > span:nth-child(2) { font-size: 45px; }
  .jam-steps { left: 6%; right: 6%; bottom: 8%; gap: 12px; }
  .jam-step h3 { font-size: 24px; min-height: 53px; }
  .jam-step p { font-size: 11px; line-height: 1.5; }
  .jam-step > span { font-size: 10px; }
  .scroll-jam { height: 220vh; margin-bottom: 60px; }
  .motion-paused .jam-character { left: 13%; }
  .motion-toggle { bottom: 14px; right: 14px; width: 36px; height: 36px; }
  .product-showcase .section-title h2 { font-size: 43px; }
  .motion-paused .hero-vinyl { transform: none; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .scroll-jam { height: auto; }
  .jam-pin { position: relative; }
  .jam-step { opacity: 1; transform: none; }
  .jam-character { left: 55%; transform: none; }
  .reveal-ready { opacity: 1; transform: none; }
  .layer-main,
  .audio-highlight { --scene-y: 0px !important; }
  .mascot-panel img { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 600px) {
  .jam-character { left: 13%; }
}
