.pets-showcase-band {
  --pet-accent: #FF0A54;
  --pet-secondary: #FF2E63;
  --pet-soft: color-mix(in srgb, var(--pet-accent) 18%, transparent);
  --pet-glow: color-mix(in srgb, var(--pet-accent) 34%, transparent);
  --pet-deep: #16040b;
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 148px) clamp(20px, 6vw, 108px);
  border-top: 1px solid rgba(216, 221, 230, 0.72);
  background:
    radial-gradient(circle at 14% 22%, color-mix(in srgb, var(--pet-accent) 22%, transparent), transparent 30%),
    radial-gradient(circle at 84% 12%, var(--pet-soft), transparent 34%),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 42%, #f8f4ff 100%);
}

.pets-showcase-band[data-pets-color="red"] { --pet-accent: #FF0A54; --pet-secondary: #FF2E63; --pet-deep: #16040b; }
.pets-showcase-band[data-pets-color="lavender"] { --pet-accent: #C9A7F4; --pet-secondary: #E1C8FF; --pet-deep: #120B1D; }
.pets-showcase-band[data-pets-color="green"] { --pet-accent: #00cc66; --pet-secondary: #00ff99; --pet-deep: #001a0f; }
.pets-showcase-band[data-pets-color="cloud"] { --pet-accent: #F0EEE9; --pet-secondary: #D7D0C6; --pet-deep: #0B0C0F; }
.pets-showcase-band[data-pets-color="glacier"] { --pet-accent: #63CFC9; --pet-secondary: #8EE8E2; --pet-deep: #041211; }
.pets-showcase-band[data-pets-color="blue"] { --pet-accent: #0066ff; --pet-secondary: #00aaff; --pet-deep: #0a0a1f; }
.pets-showcase-band[data-pets-color="purple"] { --pet-accent: #8b00ff; --pet-secondary: #c300ff; --pet-deep: #11001a; }
.pets-showcase-band[data-pets-color="orange"] { --pet-accent: #ff6600; --pet-secondary: #ff9900; --pet-deep: #1a0f00; }
.pets-showcase-band[data-pets-color="dark"] { --pet-accent: #555555; --pet-secondary: #777777; --pet-deep: #000000; }
.pets-showcase-band[data-pets-color="magenta"] { --pet-accent: #FF3DAF; --pet-secondary: #FF6FD4; --pet-deep: #1a0612; }
.pets-showcase-band[data-pets-color="amg"] { --pet-accent: #FF1E1E; --pet-secondary: #FF5A5A; --pet-deep: #1a0505; }
.pets-showcase-band[data-pets-color="sunset"] { --pet-accent: #FF6B57; --pet-secondary: #FF8A66; --pet-deep: #190b09; }
.pets-showcase-band[data-pets-color="champ"] { --pet-accent: #E8C27A; --pet-secondary: #FFDCA3; --pet-deep: #14100a; }
.pets-showcase-band[data-pets-color="emerald"] { --pet-accent: #A6FF4D; --pet-secondary: #C4FF70; --pet-deep: #0e1408; }
.pets-showcase-band[data-pets-color="teal"] { --pet-accent: #14B8A6; --pet-secondary: #2DD4BF; --pet-deep: #031716; }
.pets-showcase-band[data-pets-color="indigo"] { --pet-accent: #4F46E5; --pet-secondary: #818CF8; --pet-deep: #080A1F; }
.pets-showcase-band[data-pets-color="silver"] { --pet-accent: #CBD5E1; --pet-secondary: #94A3B8; --pet-deep: #080A0D; }
.pets-showcase-band[data-pets-color="rose"] { --pet-accent: #F4A6A6; --pet-secondary: #C08457; --pet-deep: #160C0E; }
.pets-showcase-band[data-pets-color="cyan"] { --pet-accent: #22D3EE; --pet-secondary: #0891B2; --pet-deep: #031018; }
.pets-showcase-band[data-pets-color="violet"] { --pet-accent: #A855F7; --pet-secondary: #D946EF; --pet-deep: #10051C; }
.pets-showcase-band[data-pets-color="copper"] { --pet-accent: #B87333; --pet-secondary: #FFB36A; --pet-deep: #140B05; }
.pets-showcase-band[data-pets-color="sapphire"] { --pet-accent: #2563EB; --pet-secondary: #38BDF8; --pet-deep: #050B1A; }
.pets-showcase-band[data-pets-color="jade"] { --pet-accent: #5E7F77; --pet-secondary: #9AB8AA; --pet-deep: #071211; }
.pets-showcase-band[data-pets-color="damson"] { --pet-accent: #7A2346; --pet-secondary: #B85E7B; --pet-deep: #12070D; }
.pets-showcase-band[data-pets-color="graphite"] { --pet-accent: #D7DEE8; --pet-secondary: #8E99A8; --pet-deep: #050607; }
.pets-showcase-band[data-pets-color="abyss"] { --pet-accent: #0B7285; --pet-secondary: #35C2B7; --pet-deep: #020B10; }

.pets-showcase-band::before {
  content: "";
  position: absolute;
  inset: 12% -12% auto;
  height: 350px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), transparent);
  filter: blur(32px);
  transform: rotate(7deg);
  pointer-events: none;
}

.pets-showcase-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.pets-showcase-copy {
  max-width: 680px;
}

.pets-showcase-copy .eyebrow {
  margin: 0 0 14px;
  color: var(--brand-pro-gray);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pets-showcase-copy h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

.pets-showcase-lead {
  max-width: 660px;
  margin: 20px 0 26px;
  color: #667084;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.85;
}

.pets-showcase-points {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.pets-showcase-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(216, 221, 230, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(17, 21, 28, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pets-showcase-point > span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pet-accent), var(--pet-secondary));
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 14px 28px var(--pet-glow);
}

.pets-showcase-point strong {
  color: #11151c;
  font-size: 17px;
}

.pets-showcase-point p {
  margin: 0;
  color: #667084;
  font-size: 14px;
}

.pets-showcase-stage {
  position: relative;
  min-height: clamp(620px, 52vw, 820px);
  border: 1px solid rgba(216, 221, 230, 0.92);
  border-radius: clamp(34px, 4vw, 58px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 251, 0.76)),
    radial-gradient(circle at 50% 42%, var(--pet-soft), transparent 40%);
  box-shadow: 0 34px 110px rgba(38, 45, 64, 0.16);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  overflow: hidden;
}


.pets-showcase-stage-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.pets-showcase-stage-orbit.orbit-one {
  width: 520px;
  height: 520px;
  border: 1px solid color-mix(in srgb, var(--pet-accent) 34%, transparent);
  box-shadow: 0 0 90px var(--pet-glow);
  transform: rotate(-18deg);
}

.pets-showcase-stage-orbit.orbit-two {
  width: 720px;
  height: 390px;
  border: 1px solid color-mix(in srgb, var(--pet-secondary) 30%, transparent);
  transform: rotate(18deg);
}

.pets-showcase-stage-prism {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 150px;
  height: 150px;
  opacity: 0.62;
  pointer-events: none;
}

.pets-showcase-stage-prism span {
  position: absolute;
  inset: 0;
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(135deg, var(--pet-accent), var(--pet-secondary));
  filter: blur(10px);
  opacity: 0.24;
  transform: rotate(calc(var(--i, 1) * 32deg));
}

.pets-showcase-stage-prism span:nth-child(2) {
  --i: 2;
  inset: 24px;
}

.pets-showcase-stage-prism span:nth-child(3) {
  --i: 3;
  inset: 48px;
}
.pets-showcase-window {
  --pets-window-radius: clamp(26px, 3vw, 42px);
  position: absolute;
  inset: clamp(28px, 3vw, 46px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  overflow: hidden;
  border-radius: var(--pets-window-radius);
  clip-path: inset(0 round var(--pets-window-radius));
  isolation: isolate;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 24% 18%, var(--pet-glow), transparent 32%),
    linear-gradient(145deg, var(--pet-deep), #111827 64%, #070711);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.pets-showcase-topbar {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: var(--pets-window-radius) var(--pets-window-radius) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 12, 22, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pets-showcase-topbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pets-showcase-topbar strong {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.pets-showcase-topbar-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--pet-accent) 42%, transparent), color-mix(in srgb, var(--pet-secondary) 18%, transparent));
  box-shadow: inset 0 8px 12px rgba(255, 255, 255, 0.025);
}

.pets-showcase-topbar-mark::before {
  content: "\f6be";
  position: absolute;
  color: rgba(255, 248, 236, 0.94);
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 10px var(--pet-glow);
}

.pets-showcase-status {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.pets-showcase-viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #1b1624;
}

.pets-showcase-scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.99);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}

.pets-showcase-band[data-pets-scene="inside"] .pets-showcase-scene-inside,
.pets-showcase-band[data-pets-scene="hover"] .pets-showcase-scene-hover,
.pets-showcase-band[data-pets-scene="desktop"] .pets-showcase-scene-desktop {
  z-index: 2;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.pets-showcase-workbench {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pets-showcase-scene-inside::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(105, 35, 61, 0.16), rgba(20, 12, 25, 0.37)),
    radial-gradient(ellipse 88% 56% at 56% 48%, rgba(31, 15, 29, 0.34) 0%, rgba(31, 15, 29, 0.24) 54%, rgba(31, 15, 29, 0.08) 82%, transparent 100%),
    radial-gradient(ellipse 46% 38% at 20% 62%, rgba(55, 20, 38, 0.3) 0%, rgba(55, 20, 38, 0.18) 54%, transparent 88%),
    radial-gradient(ellipse 50% 34% at 86% 44%, rgba(42, 18, 33, 0.25) 0%, rgba(42, 18, 33, 0.16) 56%, transparent 90%),
    url("assets/pet-workbench.webp") center top / cover no-repeat;
  filter: blur(10px) saturate(0.62) contrast(0.78) brightness(0.76);
  opacity: 0.86;
  transform: scale(1.026);
  transform-origin: center;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 8%, #000 16%, #000 84%, rgba(0, 0, 0, 0.66) 93%, transparent 100%),
    radial-gradient(ellipse 94% 70% at 52% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.74) 78%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
  mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 8%, #000 16%, #000 84%, rgba(0, 0, 0, 0.66) 93%, transparent 100%),
    radial-gradient(ellipse 94% 70% at 52% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.74) 78%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: add;
  pointer-events: none;
}

.pets-showcase-scene-inside::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, transparent 54%, rgba(17, 11, 25, 0.72));
  pointer-events: none;
}


.pets-showcase-inside-pet {
  position: absolute;
  left: 40.2%;
  top: 37.4%;
  z-index: 4;
  display: block;
  width: min(34.3%, 246px);
  aspect-ratio: 16 / 9;
  background-image: url("assets/pet-active-sprite.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3200% 100%;
  filter:
    brightness(1.1)
    contrast(1.04)
    drop-shadow(0 11px 14px rgba(7, 5, 10, 0.3))
    drop-shadow(0 0 18px rgba(255, 232, 214, 0.18));
  transform: translateZ(0);
  pointer-events: none;
}

.pets-showcase-band[data-pets-scene="inside"].pets-showcase-motion-active .pets-showcase-inside-pet {
  animation: pets-showcase-inside-pet-frames 3.6s steps(31, end) infinite;
}
.pets-showcase-inside-note {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 4;
}

.pets-showcase-inside-note strong,
.pets-showcase-inside-note span {
  display: block;
}

.pets-showcase-inside-note strong {
  color: #ff9fc2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pets-showcase-inside-note span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 400;
}

.pets-showcase-hotspot {
  position: absolute;
  right: 7.4%;
  top: 19%;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--pet-accent);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--pet-accent) 18%, transparent), 0 0 22px color-mix(in srgb, var(--pet-accent) 82%, transparent);
  animation: pets-showcase-pulse 2s ease-in-out infinite;
}

.pets-showcase-scene-hover {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #3b1e37;
}

.pets-showcase-scene-hover::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(105, 35, 61, 0.16), rgba(20, 12, 25, 0.37)),
    radial-gradient(ellipse 88% 56% at 56% 48%, rgba(31, 15, 29, 0.34) 0%, rgba(31, 15, 29, 0.24) 54%, rgba(31, 15, 29, 0.08) 82%, transparent 100%),
    radial-gradient(ellipse 46% 38% at 20% 62%, rgba(55, 20, 38, 0.3) 0%, rgba(55, 20, 38, 0.18) 54%, transparent 88%),
    radial-gradient(ellipse 50% 34% at 86% 44%, rgba(42, 18, 33, 0.25) 0%, rgba(42, 18, 33, 0.16) 56%, transparent 90%),
    url("assets/pet-workbench.webp") center top / cover no-repeat;
  filter: blur(10px) saturate(0.62) contrast(0.78) brightness(0.76);
  opacity: 0.86;
  transform: scale(1.026);
  transform-origin: center;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 8%, #000 16%, #000 84%, rgba(0, 0, 0, 0.66) 93%, transparent 100%),
    radial-gradient(ellipse 94% 70% at 52% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.74) 78%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
  mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 8%, #000 16%, #000 84%, rgba(0, 0, 0, 0.66) 93%, transparent 100%),
    radial-gradient(ellipse 94% 70% at 52% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.74) 78%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: add;
  pointer-events: none;
}

.pets-showcase-hover-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  background-image: url("assets/pet-workbench.webp");
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.pets-showcase-hover-pet {
  position: relative;
  z-index: 4;
  width: min(44%, 300px);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.36));
}

.pets-showcase-hover-pet-sprite {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: url("assets/pet-meow-sprite.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3200% 100%;
}

.pets-showcase-band[data-pets-scene="hover"].pets-showcase-motion-active .pets-showcase-hover-pet-sprite {
  animation: pets-showcase-hover-pet-frames 4s steps(31, end) infinite;
}

.pets-showcase-sound-wave {
  position: absolute;
  left: 78%;
  top: 23%;
  border: 2px solid rgba(255, 208, 230, 0.76);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
  animation: pets-showcase-wave 1.8s ease-out infinite;
}

.pets-showcase-sound-wave.wave-a { width: 20px; height: 20px; }
.pets-showcase-sound-wave.wave-b { width: 38px; height: 38px; animation-delay: 180ms; }
.pets-showcase-sound-wave.wave-c { width: 56px; height: 56px; animation-delay: 360ms; }

.pets-showcase-pointer {
  position: absolute;
  right: 23%;
  bottom: 22%;
  z-index: 4;
  width: 28px;
  height: 34px;
  border-radius: 16px 16px 16px 3px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transform: rotate(-28deg);
  animation: pets-showcase-pointer 2.4s ease-in-out infinite;
}

.pets-showcase-pointer span {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.pets-showcase-hover-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 4;
}

.pets-showcase-hover-caption strong,
.pets-showcase-hover-caption span {
  display: block;
}

.pets-showcase-hover-caption strong {
  color: #ff9fc2;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pets-showcase-hover-caption span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

.pets-showcase-scene-desktop {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 197, 131, 0.26), transparent 24%),
    radial-gradient(circle at 18% 22%, rgba(91, 183, 216, 0.34), transparent 28%),
    linear-gradient(145deg, #224253 0%, #203448 44%, #4a2942 100%);
}

.pets-showcase-scene-desktop::before,
.pets-showcase-scene-desktop::after {
  content: "";
  position: absolute;
  border-radius: 50% 50% 12% 12%;
  background: linear-gradient(160deg, rgba(61, 151, 168, 0.86), rgba(23, 68, 84, 0.18));
  filter: blur(0.2px);
}

.pets-showcase-scene-desktop::before {
  left: -12%;
  right: 42%;
  bottom: 12%;
  height: 48%;
  transform: rotate(7deg);
}

.pets-showcase-scene-desktop::after {
  left: 34%;
  right: -10%;
  bottom: 12%;
  height: 34%;
  background: linear-gradient(160deg, rgba(72, 120, 120, 0.82), rgba(68, 36, 65, 0.38));
  transform: rotate(-5deg);
}

.pets-showcase-minimized-window {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  width: min(54%, 320px);
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(12, 18, 28, 0.46);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  opacity: 0.62;
  transform: translate(-50%, -50%) scale(0.68);
  transform-origin: center bottom;
}

.pets-showcase-minimized-window span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

.pets-showcase-minimized-window strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 500;
}

.pets-showcase-desktop-pet {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 4;
  width: min(34%, 230px);
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.34));
  animation: pets-showcase-breathe 3.8s ease-in-out infinite;
}

.pets-showcase-taskbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 18, 26, 0.58);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pets-showcase-taskbar i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.28);
}

.pets-showcase-taskbar b {
  position: absolute;
  right: 15px;
  width: 48px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.pets-showcase-story {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 15px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 12, 23, 0.42);
}

.pets-showcase-story-copy span,
.pets-showcase-story-copy strong {
  display: block;
}

.pets-showcase-story-copy span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pets-showcase-story-copy strong {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.pets-showcase-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pets-showcase-controls button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pets-showcase-controls button:hover,
.pets-showcase-controls button:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.46);
  outline: none;
  transform: translateY(-1px);
}

.pets-showcase-controls [data-pets-scene-control] {
  display: grid;
  gap: 2px;
  padding: 7px 9px;
  border-radius: 10px;
}

.pets-showcase-controls [data-pets-scene-control] i {
  color: #ff9fc2;
  font-size: 8px;
  font-style: normal;
}

.pets-showcase-controls [data-pets-scene-control] span {
  font-size: 10px;
  white-space: nowrap;
}

.pets-showcase-controls [data-pets-scene-control][aria-pressed="true"] {
  color: #ffffff;
  border-color: rgba(255, 179, 207, 0.5);
  background: linear-gradient(135deg, color-mix(in srgb, var(--pet-accent) 32%, transparent), color-mix(in srgb, var(--pet-secondary) 22%, transparent));
}

@keyframes pets-showcase-inside-pet-frames {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@keyframes pets-showcase-hover-pet-frames {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@keyframes pets-showcase-pulse {
  0%, 100% { transform: scale(0.92); box-shadow: 0 0 0 6px color-mix(in srgb, var(--pet-accent) 15%, transparent), 0 0 18px color-mix(in srgb, var(--pet-accent) 68%, transparent); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 10px color-mix(in srgb, var(--pet-accent) 5%, transparent), 0 0 28px color-mix(in srgb, var(--pet-accent) 88%, transparent); }
}

@keyframes pets-showcase-wave {
  0% { opacity: 0; transform: rotate(45deg) scale(0.65); }
  35% { opacity: 0.9; }
  100% { opacity: 0; transform: rotate(45deg) scale(1.18); }
}

@keyframes pets-showcase-pointer {
  0%, 100% { transform: translate3d(6px, 8px, 0) rotate(-28deg); }
  50% { transform: translate3d(-7px, -4px, 0) rotate(-28deg); }
}

@keyframes pets-showcase-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.012); }
}

@media (max-width: 1080px) {
  .pets-showcase-layout {
    grid-template-columns: 1fr;
  }

  .pets-showcase-copy {
    max-width: 820px;
  }

  .pets-showcase-stage {
    min-height: 760px;
  }
}

@media (max-width: 760px) {
  .pets-showcase-band {
    padding: 82px 18px;
  }

  .pets-showcase-stage {
    min-height: 700px;
  }

  
.pets-showcase-window {
    inset: 18px;
  }

  .pets-showcase-story {
    grid-template-columns: 1fr;
  }

  .pets-showcase-controls {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

}

@media (max-width: 520px) {
  .pets-showcase-point {
    grid-template-columns: 1fr;
  }

  .pets-showcase-point > span {
    grid-row: auto;
  }

  .pets-showcase-stage {
    min-height: 670px;
  }

  .pets-showcase-topbar {
    align-items: flex-start;
    padding: 14px;
  }

  .pets-showcase-status {
    max-width: 52%;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .pets-showcase-inside-pet {
    left: 34%;
    top: 38%;
    width: min(48.6%, 243px);
  }

  .pets-showcase-inside-note {
    left: 16px;
    right: 16px;
  }

  .pets-showcase-hover-pet {
    width: min(66%, 270px);
  }

  .pets-showcase-pointer {
    right: 12%;
  }

  .pets-showcase-desktop-pet {
    right: 3%;
    width: min(48%, 220px);
  }

  .pets-showcase-story {
    padding: 13px 14px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .pets-showcase-scene,
  .pets-showcase-controls button {
    transition: none;
  }

  .pets-showcase-inside-pet,
  .pets-showcase-hover-pet-sprite,
  .pets-showcase-hotspot,
  .pets-showcase-sound-wave,
  .pets-showcase-pointer,
  .pets-showcase-desktop-pet {
    animation: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pets-showcase-stage-orbit.orbit-one { animation: petsShowcaseOrbitSpin 18s linear infinite; }
  .pets-showcase-stage-orbit.orbit-two { animation: petsShowcaseOrbitSpin 24s linear infinite reverse; }
}

@keyframes petsShowcaseOrbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}