:root {
  --mx: 0;
  --my: 0;
  --ease-x: 0;
  --ease-y: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 28%, rgba(205, 171, 248, 0.72) 0 26%, rgba(159, 117, 213, 0.34) 47%, rgba(92, 58, 145, 0.15) 72%, transparent 88%),
    linear-gradient(135deg, #7a55ae 0%, #a98bd6 44%, #7d5cb4 100%);
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.hero {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 54% 18%, rgba(201, 178, 242, 0.88) 0 21%, rgba(157, 124, 207, 0.34) 50%, transparent 71%),
    linear-gradient(120deg, #7651aa 0%, #ad90dc 38%, #9d7ace 58%, #694399 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(50, 24, 91, 0.20), transparent 16%, transparent 78%, rgba(42, 16, 79, 0.18)),
    radial-gradient(circle at 34% 90%, rgba(62, 32, 114, 0.32), transparent 28%);
  mix-blend-mode: multiply;
  opacity: 0.56;
}

.hero-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.layer,
.asset {
  position: absolute;
  user-select: none;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(calc(var(--ease-x) * var(--depth, 0) * 1px), calc(var(--ease-y) * var(--depth, 0) * 1px), 0) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  transition: transform 90ms linear;
}

.asset {
  display: block;
  height: auto;
  max-width: none;
}

.bg-shape {
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.7;
  --depth: 2;
}

.bg-shape-one {
  width: 47%;
  height: 38%;
  left: 21%;
  top: 20%;
  background: radial-gradient(circle, rgba(214, 198, 242, 0.34), rgba(110, 74, 158, 0.0) 67%);
}

.bg-shape-two {
  width: 25%;
  height: 38%;
  right: 0%;
  bottom: 0%;
  background: radial-gradient(circle, rgba(70, 33, 114, 0.43), rgba(70, 33, 114, 0) 69%);
}

.bg-shape-three {
  width: 28%;
  height: 18%;
  left: 30%;
  bottom: 4%;
  background: radial-gradient(ellipse, rgba(48, 28, 75, 0.42), rgba(48, 28, 75, 0) 72%);
}

.leaf-left-green {
  width: 24.5%;
  left: -13.5%;
  top: 5.5%;
  --rotate: -81deg;
  --scale: 1.02;
  --depth: 9;
  z-index: 5;
}

.leaf-left-purple {
  width: 22%;
  left: -9.5%;
  top: -11.5%;
  --rotate: 78deg;
  --scale: 1.15;
  --depth: 7;
  z-index: 4;
}

.leaf-right-purple {
  width: 35.7%;
  right: -7.5%;
  bottom: 12%;
  --rotate: 30deg;
  --scale: 1;
  --depth: 6;
  z-index: 6;
  opacity: 0.95;
}

.leaf-gold {
  width: 12%;
  left: 0.8%;
  bottom: 13.5%;
  --rotate: -17deg;
  --scale: 1.02;
  --depth: 5;
  z-index: 12;
}

.macaw {
  width: 23.8%;
  left: -8.7%;
  top: 20.2%;
  --depth: 18;
  z-index: 20;
}

.flower {
  width: 20%;
  left: -6.7%;
  bottom: 9.5%;
  --rotate: -10deg;
  --scale: 0.84;
  --depth: 15;
  z-index: 21;
}

.bucket {
  width: 46.8%;
  left: 15.9%;
  top: 17.6%;
  --depth: 26;
  z-index: 30;
  filter: drop-shadow(0 34px 36px rgba(36, 14, 65, 0.28));
}

.purple-pack {
  width: 33.04%;
  left: 45.4%;
  bottom: 30px;
  --rotate: 10deg;
  --depth: 32;
  z-index: 38;
  filter: drop-shadow(0 24px 26px rgba(28, 9, 47, 0.34));
}

.green-pack {
  width: 30%;
  left: 39.8%;
  bottom: 30px;
  --depth: 35;
  z-index: 46;
  filter: drop-shadow(0 18px 22px rgba(28, 9, 47, 0.34));
}


.bucket,
.purple-pack,
.green-pack {
  transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  transition: none;
  will-change: auto;
}

.badge {
  width: 10.1%;
  left: 12.6%;
  top: 7.2%;
  --depth: 12;
  z-index: 55;
  filter: drop-shadow(0 16px 15px rgba(34, 14, 60, 0.28));
}

.site-logo {
  width: clamp(150px, 15vw, 235px);
  left: clamp(18px, 2.6vw, 42px);
  top: clamp(16px, 2.2vw, 34px);
  z-index: 90;
  transform: none !important;
  transition: none;
  filter: drop-shadow(0 10px 10px rgba(45, 15, 82, 0.14));
}

.menu-toggle {
  position: absolute;
  right: clamp(18px, 2.6vw, 42px);
  top: clamp(16px, 2.2vw, 34px);
  width: clamp(42px, 4.6vw, 58px);
  height: clamp(42px, 4.6vw, 58px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 12px 22px rgba(42, 16, 79, 0.14);
  display: grid;
  place-content: center;
  gap: 6px;
  padding: 0;
  pointer-events: none;
  z-index: 81;
}

.sound-toggle {
  position: absolute;
  right: clamp(72px, 7.4vw, 112px);
  top: clamp(16px, 2.2vw, 34px);
  width: clamp(42px, 4.6vw, 58px);
  height: clamp(42px, 4.6vw, 58px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 12px 22px rgba(42, 16, 79, 0.14);
  display: grid;
  place-items: center;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  z-index: 82;
}

.sound-icon {
  display: block;
  width: clamp(20px, 2.2vw, 27px);
  height: clamp(20px, 2.2vw, 27px);
  line-height: 1;
}

.sound-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sound-icon svg path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.sound-icon svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.sound-icon--off {
  display: none;
}

.sound-toggle.is-muted .sound-icon--on {
  display: none;
}

.sound-toggle.is-muted .sound-icon--off {
  display: block;
}

.menu-toggle span {
  display: block;
  width: clamp(20px, 2.35vw, 28px);
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(42, 16, 79, 0.16);
}

.toucan {
  width: 36%;
  right: -9.9%;
  bottom: -5.2%;
  --depth: 17;
  z-index: 42;
  filter: drop-shadow(0 18px 18px rgba(34, 12, 55, 0.25));
}

.amazon-mark {
  width: 19%;
  right: 30px;
  bottom: 30px;
  --depth: 9;
  z-index: 54;
  filter: drop-shadow(0 10px 12px rgba(46, 16, 80, 0.16));
}


.bucket-tooltip-trigger {
  position: absolute;
  width: 46.8%;
  height: 66%;
  left: 15.9%;
  top: 17.6%;
  z-index: 64;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}

.product-tooltip--bucket {
  left: -6%;
  bottom: 57%;
  width: clamp(320px, 34vw, 560px);
  border-radius: 30px;
  background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.95) 0%, rgba(131, 195, 61, 0.95) 52%, rgba(74, 136, 6, 0.95) 100%);
  color: #500088;
  box-shadow: 0 22px 38px rgba(42, 58, 10, 0.22);
  transform: translate3d(0, 10px, 0) scale(0.96);
}

.product-tooltip--bucket::after {
  display: none;
}

.bucket-tooltip-trigger:hover .product-tooltip--bucket,
.bucket-tooltip-trigger:focus-within .product-tooltip--bucket,
.bucket-tooltip-trigger:focus .product-tooltip--bucket {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

.product-tooltip--bucket h2,
.product-tooltip--bucket p {
  color: #500088;
}

.tooltip-order--bucket {
  background: #ffb400;
  color: #500088;
}

.purple-pack-tooltip-trigger {
  position: absolute;
  width: 33.04%;
  height: 57%;
  left: 45.4%;
  bottom: 30px;
  z-index: 68;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}

.product-tooltip--purple {
  left: 62%;
  bottom: 60%;
  width: clamp(300px, 31vw, 530px);
  border-radius: 30px;
  background: radial-gradient(circle at 52% 34%, rgba(151, 121, 201, 0.95) 0%, rgba(70, 34, 131, 0.95) 52%, rgba(22, 3, 54, 0.95) 100%);
  color: #ffffff;
  box-shadow: 0 22px 38px rgba(24, 6, 54, 0.28);
  transform: translate3d(0, 10px, 0) scale(0.96);
}

.product-tooltip--purple::after {
  display: none;
}

.purple-pack-tooltip-trigger:hover .product-tooltip--purple,
.purple-pack-tooltip-trigger:focus-within .product-tooltip--purple,
.purple-pack-tooltip-trigger:focus .product-tooltip--purple {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

.product-tooltip--purple h2,
.product-tooltip--purple p {
  color: #ffffff;
}

.tooltip-order--green {
  background: #84bd00;
  color: #ffffff;
}

.green-pack-tooltip-trigger {
  position: absolute;
  width: 30%;
  height: 20%;
  left: 39.8%;
  bottom: 30px;
  z-index: 70;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}

.product-tooltip {
  position: absolute;
  left: 72%;
  bottom: calc(100% + 18px);
  width: clamp(260px, 27vw, 420px);
  padding: clamp(16px, 1.5vw, 24px);
  border-radius: 24px;
  background: radial-gradient(circle at 45% 35%, rgba(255, 222, 0, 0.95) 0%, rgba(255, 181, 0, 0.95) 48%, rgba(255, 161, 0, 0.95) 100%);
  color: #4d2352;
  box-shadow: 0 22px 38px rgba(38, 12, 60, 0.22);
  transform: translate3d(-50%, 10px, 0) scale(0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.product-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 26px;
  height: 26px;
  background: rgba(255, 181, 0, 0.95);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 5px;
}

.green-pack-tooltip-trigger:hover .product-tooltip,
.green-pack-tooltip-trigger:focus-within .product-tooltip,
.green-pack-tooltip-trigger:focus .product-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0) scale(1);
  pointer-events: auto;
}

.product-tooltip h2 {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #4d2352;
}

.product-tooltip p {
  margin: 0;
  font-size: clamp(12px, 0.86vw, 15px);
  line-height: 1.35;
  color: rgba(77, 35, 82, 0.92);
}

.tooltip-order {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #4d2352;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .product-tooltip {
    width: min(82vw, 340px);
    left: 45%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .layer,
  .asset {
    transition: none;
    transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(var(--scale, 1));
  }
}

/* Targeted fix: keep 2.webp tooltip closer to product and enforce requested purple colors */
.product-tooltip.product-tooltip--purple {
  left: 30%;
  bottom: 58%;
  background: radial-gradient(circle at 52% 34%, rgba(151, 121, 201, 0.95) 0%, rgba(70, 34, 131, 0.95) 52%, rgba(22, 3, 54, 0.95) 100%);
  color: #ffffff;
}

.product-tooltip.product-tooltip--purple h2,
.product-tooltip.product-tooltip--purple p {
  color: #ffffff;
}

.product-tooltip.product-tooltip--purple .tooltip-order,
.tooltip-order.tooltip-order--green {
  background: #84bd00;
  color: #ffffff;
}

/* Targeted fix: 20.webp tooltip placement and requested green gradient colors */
.bucket-tooltip-trigger .product-tooltip--bucket {
  left: -22%;
  top: 6%;
  bottom: auto;
  width: clamp(320px, 34vw, 560px);
  border-radius: 30px;
  background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.95) 0%, rgba(131, 195, 61, 0.95) 52%, rgba(74, 136, 6, 0.95) 100%);
  color: #500088;
  transform: translate3d(0, 10px, 0) scale(0.96);
}

.bucket-tooltip-trigger .product-tooltip--bucket h2,
.bucket-tooltip-trigger .product-tooltip--bucket p {
  color: #500088;
}

.bucket-tooltip-trigger .tooltip-order--bucket {
  background: #ffb400;
  color: #500088;
}

.bucket-tooltip-trigger:hover .product-tooltip--bucket,
.bucket-tooltip-trigger:focus-within .product-tooltip--bucket,
.bucket-tooltip-trigger:focus .product-tooltip--bucket {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Mobile-only hero composition patch */
@media (max-width: 760px) {
  html,
  body,
  .hero,
  .hero-stage {
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .site-logo {
    width: clamp(145px, 36vw, 190px);
    left: clamp(22px, 6vw, 36px);
    top: clamp(22px, 4vh, 34px);
  }

  .menu-toggle {
    right: clamp(24px, 6vw, 36px);
    top: clamp(28px, 4vh, 42px);
    width: clamp(44px, 10vw, 52px);
    height: clamp(44px, 10vw, 52px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 22px rgba(42, 16, 79, 0.16);
  }

  .menu-toggle span {
    width: clamp(20px, 5.4vw, 26px);
    height: 3px;
    background: #6f539b;
  }

  .leaf-left-green {
    width: 55%;
    left: -35%;
    top: 8%;
    --rotate: -81deg;
    --scale: 1.02;
  }

  .leaf-left-purple {
    width: 52%;
    left: -30%;
    top: -5%;
    --rotate: 78deg;
    --scale: 1.15;
  }

  .leaf-gold {
    display: none;
  }

  .macaw {
    width: 48%;
    left: -18%;
    top: 12%;
  }

  .flower {
    width: 42%;
    left: -10%;
    top: 29%;
    bottom: auto;
    --rotate: -10deg;
    --scale: 0.84;
  }

  .bucket {
    width: 84%;
    left: 5%;
    top: 35%;
  }

  .purple-pack {
    width: 50%;
    left: 48%;
    top: 32.5%;
    bottom: auto;
    --rotate: 10deg;
  }

  .green-pack {
    width: 51%;
    left: 37%;
    top: 57%;
    bottom: auto;
  }

  .leaf-right-purple {
    width: 78%;
    right: -34%;
    bottom: 5%;
    --rotate: 30deg;
  }

  .toucan {
    width: 61%;
    right: -20%;
    bottom: -1.5%;
  }

  .amazon-mark {
    width: 34%;
    left: 6%;
    right: auto;
    bottom: 5.2%;
  }

  .bucket-tooltip-trigger {
    width: 84%;
    height: 34%;
    left: 5%;
    top: 35%;
  }

  .purple-pack-tooltip-trigger {
    width: 50%;
    height: 28%;
    left: 48%;
    top: 32.5%;
    bottom: auto;
  }

  .green-pack-tooltip-trigger {
    width: 51%;
    height: 18%;
    left: 37%;
    top: 57%;
    bottom: auto;
  }

  .bucket-tooltip-trigger .product-tooltip--bucket,
  .product-tooltip.product-tooltip--purple,
  .green-pack-tooltip-trigger .product-tooltip {
    width: min(82vw, 340px);
  }
}

/* Desktop-only product discovery prompt */
.desktop-product-prompt {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 1.08vw, 18px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.hero.has-product-tooltip .desktop-product-prompt,
body.has-product-tooltip .desktop-product-prompt {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 760px) {
  .desktop-product-prompt {
    display: none;
  }
}

/* Mobile-only product carousel */
.mobile-product-carousel {
  display: none;
}

@media (max-width: 760px) {
  .bucket,
  .purple-pack,
  .green-pack,
  .bucket-tooltip-trigger,
  .purple-pack-tooltip-trigger,
  .green-pack-tooltip-trigger {
    display: none;
  }

  .mobile-product-carousel {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 45;
    touch-action: pan-y;
  }

  .mobile-product-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(7%);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .mobile-product-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-product-image {
    position: absolute;
    display: block;
    height: auto;
    max-width: none;
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(0 28px 28px rgba(36, 14, 65, 0.28));
  }

  .mobile-product-image--bucket {
    width: 84%;
    left: 5%;
    top: 35%;
  }

  .mobile-product-image--purple {
    width: 66%;
    left: 22%;
    top: 34%;
    transform: rotate(-42deg);
    transform-origin: center center;
  }

  .mobile-product-image--green {
    width: 72%;
    left: 16%;
    top: 39%;
    transform: rotate(-42deg);
    transform-origin: center center;
  }

  .mobile-product-card {
    position: absolute;
    left: 14%;
    right: 14%;
    top: 60%;
    padding: clamp(17px, 4.7vw, 24px);
    border-radius: 16px;
    box-shadow: 0 18px 28px rgba(43, 17, 69, 0.18);
    color: #500088;
  }

  .mobile-product-card h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 4.9vw, 24px);
    line-height: 1.05;
    letter-spacing: 0.08em;
    color: inherit;
  }

  .mobile-product-card p {
    margin: 0;
    font-size: clamp(12px, 3.25vw, 15px);
    line-height: 1.28;
    color: inherit;
  }

  .mobile-product-card--bucket {
    background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.95) 0%, rgba(131, 195, 61, 0.95) 52%, rgba(74, 136, 6, 0.95) 100%);
  }

  .mobile-product-card--purple {
    background: radial-gradient(circle at 52% 34%, rgba(151, 121, 201, 0.95) 0%, rgba(70, 34, 131, 0.95) 52%, rgba(22, 3, 54, 0.95) 100%);
    color: #ffffff;
  }

  .mobile-product-card--green {
    background: radial-gradient(circle at 45% 35%, rgba(255, 222, 0, 0.95) 0%, rgba(255, 181, 0, 0.95) 48%, rgba(255, 161, 0, 0.95) 100%);
    color: #4d2352;
  }

  .mobile-product-order {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-product-order--bucket {
    background: #ffb400;
    color: #500088;
  }

  .mobile-product-order--purple {
    background: #84bd00;
    color: #ffffff;
  }

  .mobile-product-order--green {
    background: #4d2352;
    color: #ffffff;
  }
}


/* Mobile-only targeted fix: separate product image from details card and reduce card typography */
@media (max-width: 760px) {
  .mobile-product-card {
    top: 68%;
    padding: clamp(14px, 3.8vw, 18px);
  }

  .mobile-product-card h2 {
    font-size: 15px;
    line-height: 1.08;
  }

  .mobile-product-card p {
    font-size: 10px;
    line-height: 1.25;
  }
}

/* Mobile-only targeted fix: raise product carousel content by 20px for more bottom margin */
@media (max-width: 760px) {
  .mobile-product-image--bucket {
    top: calc(35% - 20px);
  }

  .mobile-product-image--purple {
    top: calc(34% - 20px);
  }

  .mobile-product-image--green {
    top: calc(39% - 20px);
  }

  .mobile-product-card {
    top: calc(68% - 20px);
  }
}


/* Mobile-only targeted fix: use provided mobile product assets with reset styling */
@media (max-width: 760px) {
  .mobile-product-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-product-slide.is-active {
    display: flex;
  }

  .mobile-product-image,
  .mobile-product-image--bucket,
  .mobile-product-image--purple,
  .mobile-product-image--green {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: 84vw;
    max-height: 43svh;
    margin: 0 auto;
    transform: none;
  }

  .mobile-product-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(76vw, 360px);
    margin-top: 18px;
    padding: clamp(14px, 3.8vw, 18px);
  }
}


/* Mobile-only swipe prompt */
.mobile-swipe-prompt {
  display: none;
}

@media (max-width: 760px) {
  .mobile-swipe-prompt {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 96;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    box-shadow: none;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .mobile-swipe-prompt span {
    display: inline-block;
    margin-left: 6px;
    font-size: 18px;
    line-height: 1;
  }

  .mobile-swipe-prompt.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}


/* Mobile-only sound control alignment */
@media (max-width: 760px) {
  .sound-toggle {
    right: clamp(82px, 20vw, 100px);
    top: clamp(28px, 4vh, 42px);
    width: clamp(44px, 10vw, 52px);
    height: clamp(44px, 10vw, 52px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 22px rgba(42, 16, 79, 0.16);
    color: #6f539b;
  }
}
