/** Shopify CDN: Minification failed

Line 668:5 Expected ":"
Line 668:38 Expected ":"
Line 668:61 Expected ":"
Line 668:82 Expected ":"
Line 668:101 Expected ":"
Line 668:148 Expected ":"
Line 668:377 Expected ":"
Line 668:465 Expected ":"
Line 668:490 Expected ":"
Line 668:513 Expected ":"
... and 462 more hidden warnings

**/
  :root {
  --paper: #F5EDE0;
  --paper-deep: #EDE2D0;
  --paper-warm: #F8EFDB;
  --midnight-ink: #1A0F36;
  --midnight: #2A1B4D;
  --midnight-soft: #5C4A85;
  --plum: #4A2870;
  --foam: #FBF8F2;
  --disco-orange: #E86E2C;
  --disco-orange-deep: #C5561F;
  --disco-orange-warm: #F08840;
  --gold-shimmer: #E8B454;
  --gold-deep: #B8893A;
  --hot-pink: #E8458A;
  --hot-pink-soft: #F068A0;
}

.section-disco-cat-dance * { box-sizing: border-box; ; }

html { scroll-behavior: smooth; }

.section-disco-cat-dance {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 300;
  color: var(--midnight-ink);
  background-color: var(--paper);
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.15  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  line-height: 1.7;
  font-size: 18px;
  overflow-x: hidden;
}

.section-disco-cat-dance h1, .section-disco-cat-dance h2, .section-disco-cat-dance h3 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
  color: var(--midnight-ink);
  letter-spacing: 0.01em;
}

.section-disco-cat-dance .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ HERO ============ */
.section-disco-cat-dance .hero {
  position: relative;
  padding: 90px 0 100px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, #3A2670 0%, #2A1B4D 45%, #1A0F36 100%);
}

/* Subtle dance-floor light pattern at the bottom of hero */
.section-disco-cat-dance .hero-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background:
    linear-gradient(to top, rgba(232, 180, 84, 0.08) 0%, transparent 100%),
    repeating-linear-gradient(90deg,
      transparent 0,
      transparent 40px,
      rgba(232, 180, 84, 0.04) 40px,
      rgba(232, 180, 84, 0.04) 41px);
  transform: perspective(400px) rotateX(60deg);
  transform-origin: bottom;
  pointer-events: none;
  z-index: 0;
}

/* Drifting glow blobs */
.section-disco-cat-dance .glow-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.4;
}
.section-disco-cat-dance .glow-blob.pink {
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--hot-pink) 0%, transparent 70%);
  top: -120px; left: -160px;
  animation: drift1 24s ease-in-out infinite;
}
.section-disco-cat-dance .glow-blob.gold {
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--gold-shimmer) 0%, transparent 70%);
  bottom: -180px; right: -160px;
  animation: drift2 30s ease-in-out infinite;
}
.section-disco-cat-dance .glow-blob.orange {
  width: 380px; height: 380px;
  background: radial-gradient(circle, var(--disco-orange) 0%, transparent 70%);
  top: 40%; left: 60%;
  opacity: 0.18;
  animation: drift3 36s ease-in-out infinite;
}

@keyframes drift1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(80px, 60px); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-60px, -40px); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 30px) scale(1.1); }
}

/* Disco ball — top centre, hanging from gold thread */
.section-disco-cat-dance .disco-ball-wrap {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  z-index: 2;
  pointer-events: none;
}
/* Pulsing halo behind the ball */
.section-disco-cat-dance .disco-ball-wrap::before {
  content: '';
  position: absolute;
  inset: -22px;
  background: radial-gradient(circle, rgba(232, 180, 84, 0.4) 0%, rgba(232, 69, 138, 0.18) 35%, transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
  animation: ball-halo 3.5s ease-in-out infinite;
  z-index: -1;
}
.section-disco-cat-dance .disco-ball {
  width: 100%;
  height: 100%;
  display: block;
  filter:
    drop-shadow(0 6px 16px rgba(232, 180, 84, 0.55))
    drop-shadow(0 3px 8px rgba(232, 69, 138, 0.35));
}
/* Only the facets group rotates — highlight stays fixed (3D illusion) */
.section-disco-cat-dance .ball-facets {
  transform-box: fill-box;
  transform-origin: center;
  animation: ball-spin 14s linear infinite;
}
/* Subtle pulse on the bright highlight */
.section-disco-cat-dance .ball-glint {
  transform-box: fill-box;
  transform-origin: center;
  animation: ball-glint 2.6s ease-in-out infinite;
}
/* String — thin gold thread with tiny ring at top */
.section-disco-cat-dance .disco-ball-string {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(232, 180, 84, 0.15), rgba(232, 180, 84, 0.65));
  z-index: 2;
}
.section-disco-cat-dance .disco-ball-string::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border: 1px solid rgba(232, 180, 84, 0.6);
  border-radius: 50%;
}

@keyframes ball-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes ball-halo {
  0%, 100% { opacity: 0.5; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes ball-glint {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.18); }
}

/* Two crossing light beams emanating from disco ball */
.section-disco-cat-dance .light-beam {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 4px;
  height: 80vh;
  background: linear-gradient(to bottom,
    rgba(232, 180, 84, 0.18) 0%,
    rgba(232, 180, 84, 0.08) 30%,
    transparent 100%);
  transform-origin: top center;
  pointer-events: none;
  z-index: 1;
  filter: blur(2px);
}
.section-disco-cat-dance .light-beam.left {
  transform: translateX(-50%) rotate(-18deg);
  animation: sway-left 12s ease-in-out infinite;
}
.section-disco-cat-dance .light-beam.right {
  transform: translateX(-50%) rotate(18deg);
  animation: sway-right 12s ease-in-out infinite;
  background: linear-gradient(to bottom,
    rgba(232, 69, 138, 0.18) 0%,
    rgba(232, 69, 138, 0.08) 30%,
    transparent 100%);
}

@keyframes sway-left {
  0%, 100% { transform: translateX(-50%) rotate(-18deg); }
  50% { transform: translateX(-50%) rotate(-26deg); }
}
@keyframes sway-right {
  0%, 100% { transform: translateX(-50%) rotate(18deg); }
  50% { transform: translateX(-50%) rotate(26deg); }
}

/* Tiny twinkling stars */
.section-disco-cat-dance .stars {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}
.section-disco-cat-dance .star {
  position: absolute;
  width: 3px; height: 3px;
  background: var(--gold-shimmer);
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 6px var(--gold-shimmer);
  animation: twinkle 4s ease-in-out infinite;
}
.section-disco-cat-dance .star.pink { background: var(--hot-pink-soft); box-shadow: 0 0 6px var(--hot-pink-soft); }

@keyframes twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7); }
  50% { opacity: 0.95; transform: scale(1.3); }
}

@media (prefers-reduced-motion: reduce) {
  .section-disco-cat-dance .glow-blob, .section-disco-cat-dance .light-beam, .section-disco-cat-dance .star, .section-disco-cat-dance .ball-facets, .section-disco-cat-dance .ball-glint, .section-disco-cat-dance .disco-ball-wrap::before { animation: none !important; }
  .section-disco-cat-dance .star { opacity: 0.5; }
  .section-disco-cat-dance .light-beam { opacity: 0.4; }
}

.section-disco-cat-dance .hero-content {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}

/* Painting framed on a glowing stage */
.section-disco-cat-dance .painting-stage {
  position: relative;
  display: inline-block;
  margin: 0 auto 44px;
}
.section-disco-cat-dance .hero-painting {
  display: block;
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow:
    0 0 0 6px rgba(232, 180, 84, 0.18),
    0 0 0 7px rgba(232, 180, 84, 0.4),
    0 18px 60px rgba(0, 0, 0, 0.6),
    0 6px 20px rgba(232, 69, 138, 0.25);
  position: relative;
  z-index: 2;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Stage spotlight glow under the painting */
.section-disco-cat-dance .painting-stage::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 110%;
  height: 60px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center,
    rgba(232, 180, 84, 0.55) 0%,
    rgba(232, 110, 44, 0.3) 35%,
    transparent 70%);
  filter: blur(15px);
  z-index: 1;
  pointer-events: none;
}

.section-disco-cat-dance .hero-painting-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  background: linear-gradient(135deg, #2A1B4D 0%, #4A2870 50%, #C5561F 100%);
  box-shadow:
    0 0 0 6px rgba(232, 180, 84, 0.2),
    0 18px 60px rgba(0, 0, 0, 0.5);
  color: var(--gold-shimmer);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  text-align: center;
  padding: 30px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .section-disco-cat-dance .hero-painting { animation: none; }
}

.section-disco-cat-dance .eyebrow {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold-shimmer);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-shadow: 0 0 20px rgba(232, 180, 84, 0.4);
}

.section-disco-cat-dance .hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  line-height: 1.08;
  margin-bottom: 26px;
  font-weight: 500;
  font-style: italic;
  color: var(--foam);
  text-shadow:
    0 2px 18px rgba(0,0,0,0.5),
    0 0 40px rgba(232, 180, 84, 0.15);
}

.section-disco-cat-dance .hero-sub {
  font-size: 1.12rem;
  max-width: 600px;
  margin: 0 auto 14px;
  color: rgba(251, 248, 242, 0.92);
}

.section-disco-cat-dance .hero-anchor {
  font-size: 0.98rem;
  max-width: 540px;
  margin: 0 auto 40px;
  color: rgba(251, 248, 242, 0.7);
  font-style: italic;
}

/* CTA Button with pulsing glow */
.section-disco-cat-dance .cta {
  display: inline-block;
  padding: 17px 40px;
  background: linear-gradient(135deg, var(--disco-orange) 0%, var(--disco-orange-warm) 100%);
  color: var(--foam);
  text-decoration: none;
  font-family: 'Spectral', serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow:
    0 2px 14px rgba(232, 110, 44, 0.45),
    0 0 0 0 rgba(232, 110, 44, 0.5);
}

.section-disco-cat-dance .cta::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: radial-gradient(ellipse at center, rgba(232, 110, 44, 0.4) 0%, transparent 70%);
  border-radius: 6px;
  z-index: -1;
  filter: blur(10px);
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.5; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.1); }
}

.section-disco-cat-dance .cta:hover {
  background: linear-gradient(135deg, var(--disco-orange-deep) 0%, var(--disco-orange) 100%);
  transform: translateY(-2px);
  box-shadow:
    0 6px 22px rgba(232, 110, 44, 0.6),
    0 0 30px rgba(232, 69, 138, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .section-disco-cat-dance .cta::before { animation: none; opacity: 0.7; }
}

.section-disco-cat-dance .cta-soft {
  display: inline-block;
  color: var(--disco-orange);
  text-decoration: none;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.18rem;
  border-bottom: 1px solid var(--disco-orange);
  padding-bottom: 3px;
  transition: all 0.3s;
}
.section-disco-cat-dance .cta-soft:hover {
  color: var(--disco-orange-deep);
  letter-spacing: 0.02em;
}

/* ============ SECTIONS ============ */
.section-disco-cat-dance section {
  padding: 90px 0;
  position: relative;
}
.section-disco-cat-dance section.tinted {
  background-color: var(--paper-deep);
}

.section-disco-cat-dance h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  font-style: italic;
  position: relative;
}
/* Small accent bar under h2s */
.section-disco-cat-dance h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--disco-orange), var(--gold-shimmer), transparent);
  margin: 14px auto 0;
  opacity: 0.7;
}

.section-disco-cat-dance .section-sub {
  font-family: 'Spectral', serif;
  font-style: italic;
  text-align: center;
  color: var(--midnight-soft);
  margin-bottom: 50px;
  font-size: 1.05rem;
}

/* Disco-themed divider */
.section-disco-cat-dance .divider {
  display: flex;
  justify-content: center;
  margin: 26px 0 36px;
}
.section-disco-cat-dance .divider svg {
  width: 130px;
  height: 22px;
  opacity: 0.85;
}

/* ============ AT A GLANCE ============ */
.section-disco-cat-dance .glance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  text-align: center;
}
.section-disco-cat-dance .glance-item {
  padding: 22px 16px 18px;
  border-top: 1px solid rgba(42, 27, 77, 0.18);
  position: relative;
}
.section-disco-cat-dance .glance-item::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  width: 5px;
  height: 5px;
  background: var(--gold-shimmer);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 6px rgba(232, 180, 84, 0.6);
}
.section-disco-cat-dance .glance-item-text {
  font-size: 0.98rem;
  color: var(--midnight-ink);
  line-height: 1.55;
}

/* ============ LEGEND ============ */
.section-disco-cat-dance .legend p {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.85;
}
/* The first BODY paragraph (right after section-sub) gets the lyrical opening treatment */
.section-disco-cat-dance .legend p.section-sub + p {
  font-size: 1.22rem;
  font-style: italic;
  color: var(--midnight);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px;
}
.section-disco-cat-dance .legend-cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(42, 27, 77, 0.1);
}
.section-disco-cat-dance .legend-cta-line {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--midnight-soft);
  font-size: 1.18rem;
  margin-bottom: 26px;
}

/* ============ FEATURES ============ */
.section-disco-cat-dance .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 44px 50px;
}
.section-disco-cat-dance .feature {
  position: relative;
  padding-left: 18px;
}
.section-disco-cat-dance .feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--disco-orange), var(--gold-shimmer));
  border-radius: 2px;
  opacity: 0.7;
}
.section-disco-cat-dance .feature h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 500;
  font-style: italic;
  color: var(--midnight);
}
.section-disco-cat-dance .feature p {
  font-size: 1rem;
  color: var(--midnight-ink);
  line-height: 1.65;
}

/* ============ CAT POV ============ */
.section-disco-cat-dance .pov {
  text-align: center;
  padding: 100px 0;
  background: radial-gradient(ellipse at center, var(--midnight) 0%, var(--midnight-ink) 80%);
  color: var(--foam);
  position: relative;
  overflow: hidden;
}
.section-disco-cat-dance .pov::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--hot-pink) 0%, transparent 60%);
  opacity: 0.22;
  filter: blur(70px);
  pointer-events: none;
  animation: pov-pulse 8s ease-in-out infinite;
}
.section-disco-cat-dance .pov::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 10%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, var(--gold-shimmer) 0%, transparent 60%);
  opacity: 0.18;
  filter: blur(70px);
  pointer-events: none;
  animation: pov-pulse 10s ease-in-out infinite reverse;
}
@keyframes pov-pulse {
  0%, 100% { opacity: 0.18; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.3; transform: translateX(-50%) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .section-disco-cat-dance .pov::before, .section-disco-cat-dance .pov::after { animation: none; }
}
.section-disco-cat-dance .pov-eyebrow {
  color: rgba(232, 180, 84, 0.75);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 36px;
  position: relative;
}
.section-disco-cat-dance .pov-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  font-style: italic;
  line-height: 1.4;
  max-width: 620px;
  margin: 0 auto;
  color: var(--foam);
  position: relative;
}
.section-disco-cat-dance .pov-quote::before, .section-disco-cat-dance .pov-quote::after {
  content: '"';
  c\n    color: var(--gold-shimmer);\n    font-size: 1.4em;\n    line-height: 0;\n    opacity: 0.6;\n    font-family: 'Cormorant Garamond', serif;\n  }\n  .section-disco-cat-dance .pov-quote::before { margin-right: 6px; }\n  .section-disco-cat-dance .pov-quote::after { margin-left: 6px; }\n\n  /* ============ SONG SECTION ============ */\n  .section-disco-cat-dance .song {\n    background: linear-gradient(180deg, var(--midnight) 0%, var(--midnight-ink) 100%);\n    color: var(--foam);\n    padding: 100px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .section-disco-cat-dance .song::before {\n    content: '';\n    position: absolute;\n    top: -80px;\n    right: -100px;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, var(--gold-shimmer) 0%, transparent 65%);\n    opacity: 0.18;\n    filter: blur(70px);\n    pointer-events: none;\n    animation: drift2 32s ease-in-out infinite;\n  }\n  .section-disco-cat-dance .song::after {\n    content: '';\n    position: absolute;\n    bottom: -100px;\n    left: -100px;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, var(--hot-pink) 0%, transparent 65%);\n    opacity: 0.18;\n    filter: blur(70px);\n    pointer-events: none;\n    animation: drift1 28s ease-in-out infinite;\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .section-disco-cat-dance .song::before, .section-disco-cat-dance .song::after { animation: none; }\n  }\n  .section-disco-cat-dance .song .container { position: relative; z-index: 1; }\n  .section-disco-cat-dance .song h2 { color: var(--foam); }\n  .section-disco-cat-dance .song h2::after {\n    background: linear-gradient(90deg, transparent, var(--gold-shimmer), var(--hot-pink), transparent);\n  }\n  .section-disco-cat-dance .song .section-sub { color: rgba(251, 248, 242, 0.7); }\n\n  .section-disco-cat-dance .song-intro {\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.22rem;\n    color: rgba(251, 248, 242, 0.92);\n    max-width: 540px;\n    margin: 0 auto 44px;\n    line-height: 1.55;\n  }\n\n  /* Vinyl record decorative motif behind Spotify embed */\n  .section-disco-cat-dance .spotify-stage {\n    position: relative;\n    max-width: 540px;\n    margin: 0 auto 60px;\n  }\n  .section-disco-cat-dance .vinyl {\n    position: absolute;\n    width: 240px;\n    height: 240px;\n    top: -44px;\n    right: -160px;\n    z-index: 0;\n    opacity: 0.55;\n    animation: vinyl-spin 24s linear infinite;\n    pointer-events: none;\n  }\n  @keyframes vinyl-spin {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .section-disco-cat-dance .vinyl { animation: none; }\n  }\n  .section-disco-cat-dance .spotify-embed {\n    position: relative;\n    z-index: 1;\n  }\n  .section-disco-cat-dance .spotify-embed iframe {\n    width: 100%;\n    height: 152px;\n    border-radius: 12px;\n    border: 0;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);\n  }\n\n  /* Lyrics — record sleeve insert vibe */\n  .section-disco-cat-dance .lyrics {\n    max-width: 600px;\n    margin: 0 auto;\n    padding: 44px 38px;\n    background: linear-gradient(180deg,\n      rgba(0, 0, 0, 0.22) 0%,\n      rgba(0, 0, 0, 0.16) 100%);\n    border: 1px solid rgba(232, 180, 84, 0.25);\n    border-radius: 4px;\n    font-size: 1.05rem;\n    line-height: 1.8;\n    color: rgba(251, 248, 242, 0.95);\n    position: relative;\n  }\n  .section-disco-cat-dance .lyrics::before {\n    content: '';\n    position: absolute;\n    top: 14px; left: 14px; right: 14px; bottom: 14px;\n    border: 1px solid rgba(232, 180, 84, 0.12);\n    border-radius: 2px;\n    pointer-events: none;\n  }\n  .section-disco-cat-dance .lyrics p {\n    margin-bottom: 22px;\n    position: relative;\n  }\n  .section-disco-cat-dance .lyrics p:last-child { margin-bottom: 0; }\n  .section-disco-cat-dance .lyrics .chorus {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-weight: 500;\n    color: var(--gold-shimmer);\n    padding: 14px 18px;\n    border-left: 2px solid var(--gold-shimmer);\n    background: rgba(232, 180, 84, 0.05);\n    margin-left: 0;\n    margin-right: 0;\n  }\n  .section-disco-cat-dance .lyrics .coda {\n    margin-top: 28px;\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    color: rgba(232, 180, 84, 0.85);\n    font-size: 1rem;\n    border: none;\n    background: none;\n    padding: 0;\n  }\n\n  /* ============ DAY WITH DORIS ============ */\n  .section-disco-cat-dance .day-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 50px 40px;\n    margin-bottom: 50px;\n  }\n  .section-disco-cat-dance .day-block {\n    text-align: center;\n    position: relative;\n  }\n  .section-disco-cat-dance .day-block h3 {\n    font-size: 1.55rem;\n    font-style: italic;\n    color: var(--midnight);\n    margin-bottom: 16px;\n    font-weight: 500;\n    position: relative;\n    display: inline-block;\n  }\n  .section-disco-cat-dance .day-block h3::after {\n    content: '';\n    display: block;\n    width: 30px;\n    height: 1px;\n    background: var(--disco-orange);\n    margin: 8px auto 0;\n    opacity: 0.6;\n  }\n  .section-disco-cat-dance .day-block p {\n    font-size: 1rem;\n    color: var(--midnight-ink);\n    line-height: 1.65;\n  }\n  .section-disco-cat-dance .day-close {\n    text-align: center;\n    font-style: italic;\n    color: var(--midnight-soft);\n    font-size: 1.18rem;\n    font-family: 'Cormorant Garamond', serif;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  /* ============ REAL PHOTO ============ */\n  .section-disco-cat-dance .real-photo {\n    max-width: 540px;\n    margin: 0 auto 32px;\n    position: relative;\n  }\n  .section-disco-cat-dance .real-photo img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 4px;\n    box-shadow:\n      0 0 0 1px rgba(232, 180, 84, 0.45),\n      0 14px 36px rgba(42, 27, 77, 0.28),\n      0 4px 12px rgba(42, 27, 77, 0.12);\n  }\n  .section-disco-cat-dance .real-caption {\n    text-align: center;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.3rem;\n    color: var(--midnight-soft);\n    max-width: 480px;\n    margin: 0 auto;\n    line-height: 1.55;\n  }\n\n  /* ============ TESTED ============ */\n  .section-disco-cat-dance .tested {\n    text-align: center;\n    padding: 70px 0;\n  }\n  .section-disco-cat-dance .tested p {\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.35rem;\n    color: var(--midnight);\n    line-height: 1.65;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  /* ============ REVIEWS ============ */\n  .section-disco-cat-dance .reviews {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 32px;\n    margin-top: 12px;\n  }\n  .section-disco-cat-dance .review {\n    position: relative;\n    padding: 40px 32px 30px;\n    background: linear-gradient(180deg, var(--foam) 0%, #FFF8EC 100%);\n    border: 1px solid rgba(232, 180, 84, 0.22);\n    border-radius: 4px;\n    font-size: 1.02rem;\n    line-height: 1.7;\n    color: var(--midnight-ink);\n    box-shadow:\n      0 3px 8px rgba(42, 27, 77, 0.06),\n      0 1px 2px rgba(42, 27, 77, 0.04);\n    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n  }\n  /* Big decorative gold quote mark behind the text */\n  .section-disco-cat-dance .review:not(.haiku)::before {\n    content: '\201C';\n    position: absolute;\n    top: -22px;\n    left: 12px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 6.5rem;\n    font-weight: 600;\n    color: var(--gold-shimmer);\n    opacity: 0.32;\n    line-height: 1;\n    pointer-events: none;\n  }\n  /* Folded-corner ornament, top-right */\n  .section-disco-cat-dance .review::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 28px;\n    height: 28px;\n    background: linear-gradient(225deg, transparent 50%, rgba(232, 180, 84, 0.22) 50%);\n    border-bottom-left-radius: 4px;\n    pointer-events: none;\n  }\n  .section-disco-cat-dance .review:hover {\n    transform: translateY(-4px);\n    box-shadow:\n      0 14px 32px rgba(42, 27, 77, 0.13),\n      0 4px 12px rgba(232, 110, 44, 0.18);\n    border-color: rgba(232, 110, 44, 0.45);\n  }\n  /* HAIKU card — special poetic treatment */\n  .section-disco-cat-dance .review.haiku {\n    background: linear-gradient(135deg,\n      rgba(232, 69, 138, 0.05) 0%,\n      rgba(232, 180, 84, 0.09) 50%,\n      rgba(232, 110, 44, 0.05) 100%);\n    border: 1px solid rgba(232, 110, 44, 0.28);\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.22rem;\n    color: var(--midnight);\n    text-align: center;\n    padding: 32px 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    line-height: 1.6;\n  }\n  .section-disco-cat-dance .review.haiku::after {\n    background: linear-gradient(225deg, transparent 50%, rgba(232, 110, 44, 0.32) 50%);\n  }\n  .section-disco-cat-dance .review.haiku:hover {\n    border-color: rgba(232, 69, 138, 0.45);\n    box-shadow:\n      0 14px 32px rgba(42, 27, 77, 0.13),\n      0 4px 12px rgba(232, 69, 138, 0.18);\n  }\n  .section-disco-cat-dance .review-label {\n    font-family: 'Spectral', serif;\n    font-style: italic;\n    font-size: 0.7rem;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    color: rgba(232, 110, 44, 0.75);\n    margin-bottom: 18px;\n    font-weight: 400;\n  }\n  .section-disco-cat-dance .review-flourish {\n    margin-top: 18px;\n    font-size: 0.9rem;\n    color: rgba(232, 180, 84, 0.7);\n    letter-spacing: 0.6em;\n  }\n  /* Attribution for named reviews (e.g. Sarah) */\n  .section-disco-cat-dance .review-attr {\n    display: block;\n    margin-top: 18px;\n    padding-top: 14px;\n    border-top: 1px dotted rgba(42, 27, 77, 0.18);\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 0.95rem;\n    color: var(--midnight-soft);\n    letter-spacing: 0.04em;\n  }\n  .section-disco-cat-dance .review-attr::before {\n    content: '\2014\00a0';\n    color: var(--disco-orange);\n  }\n\n  /* ============ FINAL CTA ============ */\n  .section-disco-cat-dance .final-cta {\n    text-align: center;\n    padding: 110px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .section-disco-cat-dance .final-cta::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: 50%;\n    width: 600px;\n    height: 600px;\n    transform: translateX(-50%);\n    background: radial-gradient(ellipse at center,\n      rgba(232, 180, 84, 0.18) 0%,\n      rgba(232, 110, 44, 0.08) 35%,\n      transparent 70%);\n    pointer-events: none;\n    z-index: 0;\n  }\n  .section-disco-cat-dance .final-cta .container { position: relative; z-index: 1; }\n  .section-disco-cat-dance .final-cta h2 { margin-bottom: 26px; }\n  .section-disco-cat-dance .final-cta-lead {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.45rem;\n    color: var(--midnight);\n    margin-bottom: 14px;\n  }\n  .section-disco-cat-dance .final-cta-sub {\n    color: var(--midnight-ink);\n    margin-bottom: 8px;\n  }\n  .section-disco-cat-dance .final-cta .cta { margin-top: 36px; }\n  .section-disco-cat-dance .badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 26px;\n    margin-top: 44px;\n    font-size: 0.9rem;\n    color: var(--midnight-soft);\n    letter-spacing: 0.05em;\n  }\n  .section-disco-cat-dance .badges span {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .section-disco-cat-dance .badges .check {\n    color: var(--disco-orange);\n    font-weight: 600;\n  }\n\n  /* ============ FOOTER ============ */\n  .section-disco-cat-dance footer, .section-disco-cat-dance .dcd-footer {\n    text-align: center;\n    padding: 70px 32px 90px;\n    border-top: 1px solid rgba(42, 27, 77, 0.12);\n    background-color: var(--paper-deep);\n    position: relative;\n  }\n  .section-disco-cat-dance .dcd-footer::before {\n    content: '';\n    position: absolute;\n    top: -1px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 60px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold-shimmer), transparent);\n    box-shadow: 0 0 8px var(--gold-shimmer);\n  }\n  .section-disco-cat-dance .dcd-footer .promise {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.25rem;\n    color: var(--midnight);\n    line-height: 1.7;\n    max-width: 520px;\n    margin: 0 auto 28px;\n  }\n  .section-disco-cat-dance .dcd-footer .signature {\n    font-family: 'Spectral', serif;\n    font-style: italic;\n    color: var(--midnight-soft);\n    font-size: 0.95rem;\n    letter-spacing: 0.12em;\n  }\n\n  /* ============ HERO MICROCOPY (price + shipping) ============ */\n  .section-disco-cat-dance .hero-microcopy {\n    margin-top: 18px;\n    font-size: 0.92rem;\n    font-style: italic;\n    color: rgba(232, 180, 84, 0.85);\n    letter-spacing: 0.04em;\n  }\n  .section-disco-cat-dance .hero-microcopy span {\n    margin: 0 8px;\n    opacity: 0.5;\n  }\n\n  /* ============ SONG CONVERSION BRIDGE ============ */\n  .section-disco-cat-dance .song-bridge {\n    text-align: center;\n    margin-top: 60px;\n    padding-top: 40px;\n    border-top: 1px solid rgba(232, 180, 84, 0.18);\n  }\n  .section-disco-cat-dance .song-bridge-line {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.3rem;\n    color: var(--gold-shimmer);\n    margin-bottom: 24px;\n    line-height: 1.5;\n  }\n\n  /* ============ FINAL CTA ENHANCEMENTS ============ */\n  .section-disco-cat-dance .price-block {\n    display: inline-flex;\n    align-items: baseline;\n    gap: 12px;\n    margin: 22px 0 12px;\n  }\n  .section-disco-cat-dance .price {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.2rem;\n    font-weight: 600;\n    color: var(--midnight-ink);\n    letter-spacing: 0.01em;\n  }\n  .section-disco-cat-dance .price-context {\n    font-size: 0.95rem;\n    font-style: italic;\n    color: var(--midnight-soft);\n  }\n  .section-disco-cat-dance .stock-line {\n    font-size: 0.95rem;\n    color: var(--midnight-soft);\n    margin-bottom: 10px;\n    letter-spacing: 0.04em;\n  }\n  .section-disco-cat-dance .stock-line .dot {\n    display: inline-block;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #4CAF50;\n    margin-right: 8px;\n    box-shadow: 0 0 6px rgba(76, 175, 80, 0.5);\n    vertical-align: middle;\n  }\n  .section-disco-cat-dance .reassurance {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.05rem;\n    color: var(--midnight);\n    margin-top: 18px;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.55;\n  }\n  .section-disco-cat-dance .cta-aside {\n    display: block;\n    margin-top: 14px;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1rem;\n    color: var(--midnight-soft);\n  }\n\n  /* ============ STICKY MOBILE CTA ============ */\n  .section-disco-cat-dance .sticky-cta {\n    position: fixed;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    background: linear-gradient(180deg, rgba(26, 15, 54, 0.96) 0%, rgba(26, 15, 54, 1) 100%);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n    padding: 12px 18px;\n    display: none;\n    z-index: 100;\n    border-top: 1px solid rgba(232, 180, 84, 0.4);\n    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    transform: translateY(100%);\n    transition: transform 0.4s ease;\n  }\n  .section-disco-cat-dance .sticky-cta.visible {\n    transform: translateY(0);\n  }\n  .section-disco-cat-dance .sticky-cta-info {\n    display: flex;\n    flex-direction: column;\n    line-height: 1.2;\n    flex: 1;\n    min-width: 0;\n  }\n  .section-disco-cat-dance .sticky-cta-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.05rem;\n    color: var(--foam);\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  }\n  .section-disco-cat-dance .sticky-cta-price {\n    font-size: 0.85rem;\n    color: var(--gold-shimmer);\n    margin-top: 2px;\n  }\n  .section-disco-cat-dance .sticky-cta .cta {\n    padding: 12px 22px;\n    font-size: 0.95rem;\n    flex-shrink: 0;\n  }\n  .section-disco-cat-dance .sticky-cta .cta::before { display: none; }\n\n  @media (max-width: 768px) {\n    .section-disco-cat-dance .sticky-cta { display: flex; }\n    body.disco-cat-mat { padding-bottom: 76px; }\n  }\n\n  /* ============ FOOTER P.S. ============ */\n  .section-disco-cat-dance footer .ps, .section-disco-cat-dance .dcd-footer .ps {\n    margin-top: 32px;\n    padding-top: 24px;\n    border-top: 1px dotted rgba(42, 27, 77, 0.18);\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 0.95rem;\n    color: var(--midnight-soft);\n    opacity: 0.85;\n    max-width: 420px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.55;\n  }\n  .section-disco-cat-dance .dcd-footer .ps::before {\n    content: 'P.S. ';\n    color: var(--disco-orange);\n    font-weight: 500;\n  }\n\n  /* ============ MOBILE ============ */\n  @media (max-width: 600px) {\n    .section-disco-cat-dance { font-size: 17px; }\n    .section-disco-cat-dance .container { padding: 0 24px; }\n    .section-disco-cat-dance section { padding: 70px 0; }\n    .section-disco-cat-dance .hero { padding: 80px 0 80px; }\n    .section-disco-cat-dance .hero-painting, .section-disco-cat-dance .hero-painting-fallback { max-width: 280px; }\n    .section-disco-cat-dance .lyrics { padding: 32px 24px; font-size: 1rem; }\n    .section-disco-cat-dance .vinyl { width: 180px; height: 180px; right: -100px; }\n    .section-disco-cat-dance .disco-ball-wrap { width: 56px; height: 56px; top: 26px; }\n    .section-disco-cat-dance .disco-ball-wrap::before { inset: -16px; }\n    .section-disco-cat-dance .light-beam { display: none; }\n    .section-disco-cat-dance .features { gap: 36px 30px; }\n  }\n\n  .section-disco-cat-dance .review { position: relative; background-color: #FCF5E6; background-image: repeating-linear-gradient(0deg, rgba(120,80,40,0.04) 0px, rgba(120,80,40,0.04) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(45deg, rgba(232,180,84,0.05) 0px, rgba(232,180,84,0.05) 1px, transparent 1px, transparent 6px), linear-gradient(135deg, #FCF5E6 0%, #F5EAD3 60%, #EFDFC0 100%); border: 1px solid rgba(180,130,60,0.32); border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), inset 0 -2px 4px rgba(180,130,60,0.12), 0 1px 2px rgba(80,50,20,0.10), 0 5px 12px rgba(80,50,20,0.12), 0 16px 32px rgba(80,50,20,0.10); transition: transform 0.45s cubic-bezier(0.4,0,0.2,1), box-shadow 0.45s ease; }\n  .section-disco-cat-dance .review:nth-child(5n+1) { transform: rotate(-0.8deg); }\n  .section-disco-cat-dance .review:nth-child(5n+2) { transform: rotate(0.6deg); }\n  .section-disco-cat-dance .review:nth-child(5n+3) { transform: rotate(-0.4deg); }\n  .section-disco-cat-dance .review:nth-child(5n+4) { transform: rotate(0.5deg); }\n  .section-disco-cat-dance .review:nth-child(5n+5) { transform: rotate(-0.3deg); }\n  .section-disco-cat-dance .review:hover { transform: rotate(0deg) translateY(-6px) scale(1.015); box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -2px 4px rgba(180,130,60,0.14), 0 2px 4px rgba(80,50,20,0.12), 0 10px 20px rgba(80,50,20,0.16), 0 24px 48px rgba(80,50,20,0.14); }\n  .section-disco-cat-dance .review::before { content: ''; position: absolute; top: 8px; left: 12px; width: 10px; height: 10px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #E86E2C 0%, #C5561F 60%, #8B3A14 100%); box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 1px 1px rgba(255,255,255,0.4); }\n  .section-disco-cat-dance .review.haiku { background-color: #FBEDD8; background-image: repeating-linear-gradient(90deg, rgba(232,69,138,0.08) 0px, rgba(232,69,138,0.08) 2px, transparent 2px, transparent 5px), repeating-linear-gradient(0deg, rgba(232,180,84,0.10) 0px, rgba(232,180,84,0.10) 2px, transparent 2px, transparent 5px), linear-gradient(135deg, #FBEDD8 0%, #F8DEC4 100%); border-color: rgba(232,110,44,0.4); }\n  .section-disco-cat-dance .review.haiku::before { background: radial-gradient(circle at 30% 30%, #E8458A 0%, #B8327A 60%, #6E1A4A 100%); }