@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulse-bar {
  0%,
  100% {
    transform: scaleY(0.82);
    opacity: 0.65;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.page-home {
  --jens-bg: 7 8 13;
  --jens-surface: 20 24 36;
  --jens-ink: 244 238 230;
  --jens-muted: 174 166 152;
  --jens-line: 255 255 255 / 0.1;
  --jens-gold: 217 168 88;
  --jens-gold-soft: 248 217 150;
  --jens-copper: 154 89 55;
  --jens-shadow: 0 28px 80px rgb(0 0 0 / 0.35);
  --max-width: 1180px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 20%, rgb(202 124 74 / 0.22), transparent 28%),
    radial-gradient(circle at 82% 16%, rgb(245 210 142 / 0.12), transparent 24%),
    linear-gradient(180deg, rgb(8 10 16) 0%, rgb(9 10 17) 38%, rgb(6 7 12) 100%);
  color: rgb(var(--jens-ink));
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 0.018) 48%, transparent 100%),
    radial-gradient(circle at center, rgb(255 255 255 / 0.05) 0%, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.7;
  z-index: 0;
}

.page-home main,
.site-header {
  position: relative;
  z-index: 1;
}

.page-home a:focus-visible,
.page-home button:focus-visible {
  outline: 2px solid rgb(248 217 150 / 0.5);
  outline-offset: 4px;
}

.container {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgb(var(--jens-gold-soft));
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgb(8 10 16 / 0.7);
  border-bottom: 1px solid rgb(var(--jens-line));
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgb(var(--jens-ink));
}

.brand:hover {
  color: rgb(var(--jens-ink));
}

.brand__mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(var(--jens-line));
  background:
    radial-gradient(circle at 30% 30%, rgb(248 217 150 / 0.3), transparent 56%),
    linear-gradient(145deg, rgb(46 31 25) 0%, rgb(17 18 28) 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand__copy {
  display: grid;
  gap: 2px;
}

.brand__eyebrow {
  color: rgb(var(--jens-muted));
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand__name {
  font-size: 1.02rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  position: relative;
  color: rgb(235 228 217 / 0.84);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, rgb(var(--jens-gold)) 0%, transparent 100%);
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgb(var(--jens-line));
  border-radius: 14px;
  background: rgb(22 24 34 / 0.8);
  color: rgb(var(--jens-ink));
  cursor: pointer;
}

.menu-toggle__bar {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle__bar + .menu-toggle__bar {
  margin-top: 6px;
}

.hero {
  position: relative;
  padding: 88px 0 76px;
  overflow: clip;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero__glow--one {
  top: 10%;
  left: -8%;
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  background: radial-gradient(circle, rgb(183 106 58 / 0.34) 0%, transparent 70%);
  animation: drift 8.5s ease-in-out infinite alternate;
}

.hero__glow--two {
  right: -10%;
  bottom: 6%;
  width: 28vw;
  height: 28vw;
  min-width: 220px;
  min-height: 220px;
  background: radial-gradient(circle, rgb(244 210 145 / 0.2) 0%, transparent 72%);
  animation: drift 10s ease-in-out infinite alternate-reverse;
}

.hero__gridlines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgb(255 255 255 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px);
  background-size: 100% 96px, 96px 100%;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.5), transparent 86%);
  opacity: 0.32;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 46px;
  align-items: center;
}

.hero__copy,
.hero-console,
.section__intro,
.sound-stage,
.platform-grid,
.launch-grid,
.about-grid,
.cta-band__inner {
  animation: rise 0.7s ease both;
}

.hero__copy h1 {
  max-width: 9.5ch;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.7rem, 8.4vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.hero__lede {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgb(233 226 214 / 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, rgb(var(--jens-gold)) 0%, rgb(188 118 63) 100%);
  color: rgb(19 15 11);
  box-shadow: 0 18px 40px rgb(183 106 58 / 0.18);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  color: rgb(19 15 11);
}

.btn--ghost {
  background: rgb(255 255 255 / 0.03);
  border-color: rgb(var(--jens-line));
  color: rgb(var(--jens-ink));
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  color: rgb(var(--jens-ink));
  border-color: rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.05);
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.metric {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgb(var(--jens-line));
  border-radius: 24px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.06), rgb(255 255 255 / 0.02));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  color: rgb(var(--jens-gold-soft));
  font-size: 1rem;
  font-weight: 700;
}

.metric span {
  color: rgb(231 223 211 / 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hero-console {
  position: relative;
  padding: 28px;
  border: 1px solid rgb(var(--jens-line));
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgb(30 34 48 / 0.92) 0%, rgb(17 19 29 / 0.94) 100%);
  box-shadow: var(--jens-shadow);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.05), transparent 28%);
  pointer-events: none;
}

.hero-console__header,
.hero-console__panel,
.hero-console__playlist,
.hero-console__note {
  position: relative;
  z-index: 1;
}

.hero-console__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hero-console__label {
  margin: 0;
  color: rgb(var(--jens-muted));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-console__header h2 {
  margin-top: 8px;
  font-size: 1.45rem;
  font-weight: 700;
  color: rgb(var(--jens-ink));
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.04);
  color: rgb(var(--jens-gold-soft));
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.hero-console__panel {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgb(255 255 255 / 0.03);
}

.console-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  color: rgb(229 222 211 / 0.82);
}

.console-row + .console-row {
  border-top: 1px solid rgb(255 255 255 / 0.06);
}

.console-row strong {
  color: rgb(var(--jens-ink));
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-console__playlist {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.playlist-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgb(255 255 255 / 0.06);
  border-radius: 18px;
  color: rgb(224 216 204 / 0.82);
  background: rgb(255 255 255 / 0.02);
}

.playlist-track--active {
  border-color: rgb(248 217 150 / 0.25);
  background:
    linear-gradient(90deg, rgb(248 217 150 / 0.11) 0%, transparent 84%),
    rgb(255 255 255 / 0.02);
}

.playlist-track__name {
  font-weight: 700;
}

.playlist-track__time {
  color: rgb(var(--jens-muted));
  font-size: 0.88rem;
}

.hero-console__note {
  margin: 20px 0 0;
  color: rgb(223 216 205 / 0.76);
  font-size: 0.95rem;
  line-height: 1.65;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section__intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__intro h2,
.launch-copy h2,
.about-card h2,
.cta-band h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.section-lead,
.launch-copy > p:not(.eyebrow),
.about-card > p:not(.eyebrow),
.platform-card > p:not(.platform-card__label),
.timeline-step p {
  color: rgb(229 222 211 / 0.8);
  line-height: 1.75;
}

.sound-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.cue-list {
  display: grid;
  gap: 14px;
}

.cue-card {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgb(var(--jens-line));
  border-radius: 24px;
  background: linear-gradient(180deg, rgb(20 24 36 / 0.84), rgb(13 15 23 / 0.92));
  color: rgb(var(--jens-ink));
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.cue-card:hover,
.cue-card:focus-visible,
.cue-card.is-active {
  transform: translateY(-2px);
  border-color: rgb(248 217 150 / 0.25);
  background:
    linear-gradient(90deg, rgb(248 217 150 / 0.08) 0%, transparent 68%),
    linear-gradient(180deg, rgb(24 28 42 / 0.92), rgb(14 16 24 / 0.94));
}

.cue-card__index {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.08);
  color: rgb(var(--jens-gold-soft));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.cue-card__body {
  display: grid;
  gap: 5px;
}

.cue-card__body strong {
  color: rgb(var(--jens-ink));
  font-size: 1.08rem;
}

.cue-card__body span {
  color: rgb(229 222 211 / 0.74);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cue-spotlight {
  padding: 28px;
  border: 1px solid rgb(var(--jens-line));
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgb(248 217 150 / 0.08), transparent 26%),
    linear-gradient(180deg, rgb(18 21 32 / 0.94), rgb(11 13 20 / 0.98));
  box-shadow: var(--jens-shadow);
}

.cue-spotlight__label {
  margin: 0 0 12px;
  color: rgb(var(--jens-muted));
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cue-spotlight h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  color: rgb(var(--jens-ink));
}

.cue-spotlight__copy {
  margin: 16px 0 0;
  font-size: 1rem;
  color: rgb(232 225 214 / 0.82);
  line-height: 1.8;
}

.cue-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.cue-stat {
  margin: 0;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.02);
}

.cue-stat dt {
  margin: 0 0 8px;
  color: rgb(var(--jens-muted));
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cue-stat dd {
  margin: 0;
  color: rgb(var(--jens-ink));
  font-size: 0.94rem;
  line-height: 1.5;
}

.waveform {
  height: 128px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 28px;
  padding: 0 4px;
}

.waveform span {
  flex: 1;
  height: calc(var(--size) * 1%);
  min-height: 14px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgb(248 217 150 / 0.95), rgb(183 106 58 / 0.58));
  transform-origin: center bottom;
  animation: pulse-bar 2.2s ease-in-out infinite;
}

.waveform span:nth-child(2n) {
  animation-delay: 0.2s;
}

.waveform span:nth-child(3n) {
  animation-delay: 0.38s;
}

.section--platform {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.02), transparent 40%);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.platform-card,
.about-card,
.launch-panel,
.timeline-step,
.cta-band__inner {
  border: 1px solid rgb(var(--jens-line));
  box-shadow: var(--jens-shadow);
}

.platform-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgb(22 25 37 / 0.88), rgb(13 15 23 / 0.95));
}

.platform-card__label {
  margin: 0 0 10px;
  color: rgb(var(--jens-gold-soft));
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.platform-card h3,
.about-card h3 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
  color: rgb(var(--jens-ink));
}

.platform-card > p:not(.platform-card__label) {
  margin: 14px 0 0;
}

.platform-card ul,
.about-card ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.platform-card li,
.about-card li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: rgb(227 220 209 / 0.8);
}

.platform-card li + li,
.about-card li + li {
  margin-top: 10px;
}

.platform-card li::before,
.about-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(var(--jens-gold-soft)), rgb(var(--jens-copper)));
  box-shadow: 0 0 16px rgb(248 217 150 / 0.28);
}

.launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: start;
}

.launch-panel {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgb(255 255 255 / 0.03);
}

.launch-panel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  color: rgb(230 223 212 / 0.8);
}

.launch-panel__row + .launch-panel__row {
  border-top: 1px solid rgb(255 255 255 / 0.06);
}

.launch-panel__row strong {
  max-width: 240px;
  text-align: right;
  color: rgb(var(--jens-ink));
  font-size: 0.95rem;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgb(248 217 150 / 0.07) 0%, transparent 56%),
    linear-gradient(180deg, rgb(20 24 35 / 0.88), rgb(12 14 21 / 0.96));
}

.timeline-step__index {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.08);
  color: rgb(var(--jens-gold-soft));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.timeline-step h3 {
  margin: 0;
  font-size: 1.25rem;
  color: rgb(var(--jens-ink));
}

.timeline-step p {
  margin: 8px 0 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.about-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgb(17 20 30 / 0.88), rgb(11 12 19 / 0.98));
}

.about-card--accent {
  background:
    radial-gradient(circle at 84% 18%, rgb(248 217 150 / 0.09), transparent 22%),
    linear-gradient(180deg, rgb(22 24 35 / 0.92), rgb(14 15 23 / 0.98));
}

.about-card > p:not(.eyebrow) {
  margin: 16px 0 0;
}

.cta-band {
  padding: 0 0 92px;
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 20%, rgb(248 217 150 / 0.12), transparent 26%),
    linear-gradient(135deg, rgb(34 25 22 / 0.96), rgb(13 15 21 / 0.98));
}

.cta-band h2 {
  max-width: 12ch;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1080px) {
  .hero__grid,
  .sound-stage,
  .launch-grid,
  .about-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .hero__copy h1 {
    max-width: 11ch;
  }

  .hero__metrics {
    grid-template-columns: 1fr;
  }

  .cue-stats {
    grid-template-columns: 1fr;
  }

  .cta-band h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--max-width), calc(100% - 32px));
  }

  .menu-toggle {
    display: inline-block;
    position: relative;
    z-index: 3;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 16px;
    min-width: 220px;
    padding: 12px;
    border: 1px solid rgb(var(--jens-line));
    border-radius: 20px;
    background: rgb(12 14 22 / 0.96);
    box-shadow: var(--jens-shadow);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgb(255 255 255 / 0.04);
  }

  .site-nav a::after {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }

  .hero {
    padding-top: 54px;
  }

  .hero__copy h1,
  .section__intro h2,
  .launch-copy h2,
  .about-card h2,
  .cta-band h2 {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .hero-console,
  .cue-spotlight,
  .platform-card,
  .about-card,
  .cta-band__inner {
    padding: 22px;
  }

  .cta-band__inner,
  .header__inner {
    align-items: flex-start;
  }

  .cta-band__inner {
    flex-direction: column;
  }

  .launch-panel__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .launch-panel__row strong {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 540px) {
  .hero__actions,
  .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .cue-card {
    grid-template-columns: 1fr;
  }

  .cue-card__index {
    width: 44px;
    height: 44px;
  }

  .waveform {
    gap: 7px;
    height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
