.try-play {
  width: 100%;
  overflow: hidden;
  padding: 88px 16px 104px;
  background: #151515;
  color: #fff;
}

.try-play__copy {
  max-width: 1392px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: end;
  gap: 24px 64px;
}

.try-play__eyebrow {
  grid-column: 1 / -1;
  color: #ff6c2f;
  font-family: var(--font-suisse-intl-mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.try-play__copy h2 {
  max-width: 880px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 500;
}

.try-play__copy p {
  max-width: 500px;
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.45;
}

.try-play__copy-next {
  display: block;
  margin-top: .45em;
}

.try-play__frame {
  width: min(100%, 1392px);
  margin-inline: auto;
  padding: clamp(18px, 3vw, 42px);
  border: 1px solid #303236;
  border-radius: 36px;
  background: radial-gradient(circle at 52% -20%, #242529 0, #0a0a0b 44%, #050506 100%);
  box-shadow: 0 30px 70px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.04);
}

.try-play [hidden] {
  display: none !important;
}

.try-play__modes {
  width: min(100%, 430px);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}

.try-play__modes button {
  min-height: 44px;
  padding-inline: 16px;
  border-radius: 999px;
  color: rgba(255,255,255,.55);
  font-family: var(--font-suisse-intl-mono);
  font-size: 13px;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.try-play__modes button:hover,
.try-play__modes button:focus-visible,
.try-play__modes button.is-active {
  color: #fff;
  background: #cf3f06;
  box-shadow: 0 7px 20px rgba(207,63,6,.25);
}

.try-play__song-guide {
  margin-bottom: 26px;
}

.try-play__songs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.try-play__songs button {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.035);
  text-align: left;
  transition: transform 160ms ease, color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.try-play__songs button:hover,
.try-play__songs button:focus-visible,
.try-play__songs button.is-active {
  color: #fff;
  border-color: rgba(255,108,47,.72);
  background: rgba(255,108,47,.1);
  transform: translateY(-2px);
}

.try-play__songs strong {
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
}

.try-play__number-guide {
  display: grid;
  grid-template-columns: minmax(145px, .55fr) minmax(0, 2fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: #080809;
}

.try-play__number-guide > div:first-child {
  display: flex;
  flex-direction: column;
}

.try-play__number-guide > div:first-child span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.try-play__number-runway {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 8px 4px;
  scrollbar-width: none;
}

.try-play__number-runway::-webkit-scrollbar { display: none; }

.try-play__number-runway button {
  width: 36px;
  height: 42px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  color: rgba(255,255,255,.45);
  background: #151618;
  font-family: var(--font-suisse-intl-mono);
  font-size: 16px;
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.try-play__number-runway button:hover,
.try-play__number-runway button:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.42);
}

.try-play__number-runway button.is-complete {
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.07);
}

.try-play__number-runway button.is-current {
  color: #fff;
  border-color: #ff6c2f;
  background: #cf3f06;
  box-shadow: 0 0 0 4px rgba(255,108,47,.13), 0 8px 22px rgba(207,63,6,.28);
  transform: translateY(-3px) scale(1.05);
}

.try-play__number-runway button.is-playing {
  color: #fff;
  border-color: #ff9a70;
  background: #ff6c2f;
  transform: translateY(-3px) scale(1.05);
}

.try-play__progression {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.try-play__progression > span {
  color: rgba(255,255,255,.55);
  font-family: var(--font-suisse-intl-mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.try-play__progression-chords {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1vw, 12px);
}

.try-play__progression-chords button {
  min-width: 50px;
  height: 42px;
  padding-inline: 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  color: rgba(255,255,255,.72);
  background: #18191b;
  font-family: var(--font-suisse-intl-mono);
  font-size: 17px;
  transition: transform 150ms ease, color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.try-play__progression-chords button:hover,
.try-play__progression-chords button:focus-visible,
.try-play__progression-chords button.is-active {
  color: #fff;
  border-color: #ff6c2f;
  background: #cf3f06;
  transform: translateY(-2px);
}

.try-play__progression-chords i {
  color: rgba(255,255,255,.28);
  font-style: normal;
}

.try-play__pattern-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-suisse-intl-mono);
  font-size: 13px;
  white-space: nowrap;
}

.try-play__pattern-button:hover,
.try-play__pattern-button:focus-visible {
  border-color: #ff6c2f;
  background: rgba(255,108,47,.1);
}

.try-play__pattern-button:disabled {
  cursor: default;
  opacity: .62;
}

.try-play__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  user-select: none;
  -webkit-user-select: none;
}

.try-play__device {
  position: absolute;
  inset: 0;
}

.try-play__device > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.try-play__screen {
  position: absolute;
  z-index: 3;
  left: 29.55%;
  top: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  font-family: var(--font-suisse-intl-mono);
  text-shadow: 0 0 18px rgba(255,255,255,.42);
  pointer-events: none;
}

.try-play__screen small {
  margin-bottom: .2em;
  color: rgba(255,255,255,.48);
  font-size: clamp(7px, .9vw, 13px);
  letter-spacing: .14em;
}

.try-play__screen strong {
  font-size: clamp(28px, 6vw, 88px);
  font-weight: 500;
  line-height: .9;
}

.try-play[data-play-mode="key"] .try-play__screen strong {
  font-size: clamp(24px, 5.2vw, 76px);
}

.try-play__joystick {
  position: absolute;
  z-index: 5;
  left: 29.25%;
  top: 63.25%;
  width: 18%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.try-play__joystick::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 29%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #1a1b1d 0 43%, #313236 44% 63%, #17181a 64%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.try-play__joystick-knob {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) translateY(-42%);
  background: radial-gradient(circle at 38% 32%, #fff 0, #f3f3f3 44%, #b9b9b9 74%, #747474 100%);
  box-shadow: 0 3px 12px rgba(255,255,255,.22), 0 8px 16px rgba(0,0,0,.7);
  transition: transform 180ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.try-play[data-direction="right"] .try-play__joystick-knob { transform: translate(-50%, -50%) translateX(48%); }
.try-play[data-direction="down"] .try-play__joystick-knob { transform: translate(-50%, -50%) translateY(42%); }
.try-play[data-direction="left"] .try-play__joystick-knob { transform: translate(-50%, -50%) translateX(-48%); }

.try-play__chord-button {
  position: absolute;
  z-index: 4;
  min-width: clamp(27px, 3.4vw, 50px);
  height: clamp(27px, 3.4vw, 50px);
  padding-inline: .45em;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(13,13,14,.88);
  box-shadow: 0 5px 18px rgba(0,0,0,.38);
  font-family: var(--font-suisse-intl-mono);
  font-size: clamp(9px, 1.35vw, 18px);
  line-height: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.try-play__chord-button:hover,
.try-play__chord-button:focus-visible,
.try-play__chord-button.is-active {
  color: #fff;
  border-color: #ff6c2f;
  background: #cf3f06;
}

.try-play__chord-button--up { left: 50%; top: 0; transform: translate(-50%, -15%); }
.try-play__chord-button--right { right: 0; top: 50%; transform: translate(15%, -50%); }
.try-play__chord-button--down { left: 50%; bottom: 0; transform: translate(-50%, 15%); }
.try-play__chord-button--left { left: 0; top: 50%; transform: translate(-15%, -50%); }

.try-play__strings {
  position: absolute;
  z-index: 5;
  left: 37.8%;
  top: 21.5%;
  width: 44.8%;
  height: 53.2%;
  touch-action: none;
  cursor: ns-resize;
}

.try-play__strings button {
  position: absolute;
  left: 0;
  width: 100%;
  height: 12%;
  transform: translateY(-50%);
  border-radius: 999px;
  outline-offset: 3px;
}

.try-play__strings button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 7%;
  min-height: 2px;
  border-radius: 999px;
  transform: translateY(-50%) scaleX(.97);
  background: rgba(255,255,255,.35);
  box-shadow: 0 0 0 rgba(255,108,47,0);
  transition: background-color 80ms linear, box-shadow 80ms linear, transform 80ms linear;
}

.try-play__strings button::before {
  content: attr(data-play-degree);
  position: absolute;
  z-index: 2;
  right: -9%;
  top: 50%;
  width: clamp(22px, 2.7vw, 38px);
  height: clamp(22px, 2.7vw, 38px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  background: rgba(8,8,9,.86);
  box-shadow: 0 5px 18px rgba(0,0,0,.28);
  font-family: var(--font-suisse-intl-mono);
  font-size: clamp(8px, 1.2vw, 16px);
  transition: color 80ms linear, border-color 80ms linear, background-color 80ms linear, transform 80ms linear;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.try-play[data-play-mode="chord"] .try-play__strings button::before {
  opacity: 0;
}

.try-play__strings button:hover::after,
.try-play__strings button:focus-visible::after {
  background: rgba(255,255,255,.84);
}

.try-play__strings button.is-ringing::after {
  background: #fff;
  box-shadow: 0 0 7px rgba(255,255,255,.92), 0 0 20px rgba(255,108,47,.92);
  transform: translateY(-50%) scaleX(1.02);
  animation: try-play-string-vibrate 220ms ease-out;
}

.try-play__strings button.is-ringing::before,
.try-play__strings button.is-guide-next::before,
.try-play__strings button.is-key-down::before {
  color: #fff;
  border-color: #ff6c2f;
  background: #cf3f06;
  transform: translate(50%, -50%) scale(1.12);
}

.try-play__strings button:nth-child(1) { top: 8.5%; }
.try-play__strings button:nth-child(2) { top: 25%; }
.try-play__strings button:nth-child(3) { top: 41.5%; }
.try-play__strings button:nth-child(4) { top: 58%; }
.try-play__strings button:nth-child(5) { top: 74.5%; }
.try-play__strings button:nth-child(6) { top: 91%; }

.try-play__swipe-hint {
  position: absolute;
  z-index: 3;
  left: 48%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(6,6,7,.72);
  box-shadow: 0 8px 26px rgba(0,0,0,.3);
  font-family: var(--font-suisse-intl-mono);
  font-size: clamp(8px, 1.15vw, 15px);
  white-space: nowrap;
  pointer-events: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: try-play-hint 1.8s ease-in-out infinite;
  transition: opacity 180ms ease;
}

.try-play.has-played .try-play__swipe-hint { opacity: 0; }

.try-play__swipe-hint i {
  width: 7px;
  height: 24px;
  border-radius: 999px;
  background: #ff6c2f;
  box-shadow: 0 0 14px rgba(255,108,47,.72);
}

.try-play__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
}

.try-play__status {
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.5vw, 19px);
}

.try-play__prototype-note {
  flex: none;
  color: rgba(255,255,255,.34);
  font-family: var(--font-suisse-intl-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease;
}

.try-play__prototype-note:hover,
.try-play__prototype-note:focus-visible {
  color: rgba(255,255,255,.72);
}

@keyframes try-play-string-vibrate {
  0% { transform: translateY(-50%) scaleX(.96) skewY(0deg); }
  30% { transform: translateY(-50%) scaleX(1.025) skewY(.5deg); }
  58% { transform: translateY(-50%) scaleX(.985) skewY(-.35deg); }
  100% { transform: translateY(-50%) scaleX(1) skewY(0deg); }
}

@keyframes try-play-hint {
  0%, 100% { transform: translate(-50%, -54%); }
  50% { transform: translate(-50%, -46%); }
}

@media (max-width: 820px) {
  .try-play__copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .try-play__progression {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }

  .try-play__progression > span { justify-self: start; }
  .try-play__pattern-button { width: 100%; }

  .try-play__number-guide {
    grid-template-columns: 1fr auto;
  }

  .try-play__number-runway {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    order: 3;
  }
}

@media (max-width: 620px) {
  .try-play { padding: 64px 12px 76px; }

  .try-play__copy {
    margin-bottom: 34px;
  }

  .try-play__copy h2 {
    max-width: 360px;
    font-size: 42px;
  }

  .try-play__copy p { font-size: 16px; }

  .try-play__frame {
    padding: 12px;
    border-radius: 24px;
  }

  .try-play__modes {
    margin-bottom: 12px;
    padding: 4px;
  }

  .try-play__modes button {
    min-height: 39px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .try-play__progression {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 15px;
  }

  .try-play__song-guide { margin-bottom: 12px; }

  .try-play__songs {
    gap: 6px;
    margin-bottom: 8px;
  }

  .try-play__songs button {
    min-height: 54px;
    padding: 9px;
    border-radius: 12px;
  }

  .try-play__songs strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .try-play__number-guide {
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
  }

  .try-play__number-guide > div:first-child span { font-size: 12px; }

  .try-play__number-guide .try-play__pattern-button {
    width: auto;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .try-play__number-runway button {
    width: 32px;
    height: 37px;
    flex-basis: 32px;
    font-size: 14px;
  }

  .try-play__progression-chords {
    width: 100%;
  }

  .try-play__progression-chords button {
    min-width: 42px;
    height: 38px;
    padding-inline: 10px;
    font-size: 15px;
  }

  .try-play__stage {
    height: clamp(280px, 82vw, 320px);
    aspect-ratio: auto;
    border-radius: 14px;
  }

  .try-play__device {
    inset: auto;
    left: 50%;
    top: 50%;
    width: 150%;
    height: auto;
    aspect-ratio: 1672 / 941;
    transform: translate(-50%, -50%);
  }

  .try-play__strings button {
    height: 16.667%;
  }

  .try-play__strings button::before {
    right: 0;
    width: clamp(28px, 8vw, 36px);
    height: clamp(28px, 8vw, 36px);
    transform: translate(20%, -50%);
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .try-play__strings button.is-ringing::before,
  .try-play__strings button.is-guide-next::before,
  .try-play__strings button.is-key-down::before {
    transform: translate(20%, -50%) scale(1.08);
  }

  .try-play__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 15px 4px 3px;
  }

  .try-play__status { font-size: 14px; }
  .try-play__prototype-note { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .try-play__swipe-hint,
  .try-play__strings button.is-ringing::after {
    animation: none;
  }
}
