:root {
  --orange: #ff6b2c;
  --yellow: #ffe12f;
}

body {
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 63, 185, 0.18), transparent 30rem),
    radial-gradient(circle at 87% 13%, rgba(24, 215, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 70% 43%, rgba(255, 107, 44, 0.08), transparent 34rem),
    linear-gradient(180deg, #03040a 0%, #05060c 55%, #070914 100%);
}

main > section[id] {
  scroll-margin-top: 104px;
}

.site-header {
  width: min(1240px, calc(100% - 40px));
}

.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 790px;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(42px, 7vw, 92px);
  padding: 68px 0 90px;
}

.hero-copy {
  max-width: 720px;
  padding-top: 36px;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(4.2rem, 8vw, 7.7rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.hero-lede {
  max-width: 700px;
  color: #c4caDC;
  font-size: clamp(1.12rem, 1.55vw, 1.32rem);
  line-height: 1.62;
}

.hero .availability {
  max-width: 650px;
  margin-top: 22px;
  color: #aeb7cf;
  line-height: 1.55;
}

.hero .availability strong {
  color: var(--yellow);
}

.phone-stage {
  min-height: 680px;
  justify-content: center;
  gap: 26px;
}

.phone-stack {
  min-height: 610px;
}

.phone {
  width: 300px;
  height: 612px;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.65),
    0 0 90px rgba(138, 92, 255, 0.15),
    inset 0 0 0 9px #080910;
}

.phone-stack::before,
.phone-stack::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 430px;
  border-radius: 50%;
  filter: blur(74px);
  opacity: 0.24;
  pointer-events: none;
}

.phone-stack::before {
  background: #ff3fb9;
  transform: translate(-100px, 30px);
}

.phone-stack::after {
  background: #18d7ff;
  transform: translate(110px, -40px);
}

.hero-proof {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-proof span {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  color: #9fa9c2;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-proof strong {
  display: block;
  color: #f7f8ff;
  font-size: 0.86rem;
}

.provider-story,
.experience-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.provider-story {
  padding: 92px 0 38px;
}

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

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

.provider-grid article {
  min-height: 275px;
  display: grid;
  align-content: end;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #0b0d16;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.provider-grid article::before {
  content: "";
  position: absolute;
  inset: -90px -80px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--provider-glow, #8a5cff);
  filter: blur(58px);
  opacity: 0.25;
}

.provider-grid article:nth-child(2) { --provider-glow: #ff6b2c; }
.provider-grid article:nth-child(3) { --provider-glow: #18d7ff; }

.provider-kicker {
  width: fit-content;
  margin-bottom: 42px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #e9ecf8;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.provider-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.provider-grid p {
  margin: 0;
  color: #aeb7cf;
  line-height: 1.58;
}

.soundcloud-section {
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 8vw, 110px);
  padding: 128px 0 92px;
}

.soundcloud-eyebrow {
  color: #ff8650;
}

.soundcloud-copy h2 {
  max-width: 660px;
  font-size: clamp(4rem, 7.2vw, 7.3rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.soundcloud-points {
  gap: 11px;
}

.soundcloud-note {
  max-width: 620px;
}

.mix-resume-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 118, 53, 0.36);
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 135, 74, 0.34), transparent 18rem),
    linear-gradient(155deg, #2a1717 0%, #11101a 52%, #090a11 100%);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.43);
}

.mix-resume-label {
  color: #ffae86;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mix-resume-time {
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(4.2rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.mix-resume-card h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.mix-resume-card p {
  margin: 0;
  color: #b8bfd6;
  line-height: 1.55;
}

.mix-resume-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.mix-resume-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #dde1ee;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.76rem;
  font-weight: 800;
}

.experience-section {
  padding: 110px 0 78px;
}

.experience-heading {
  max-width: 880px;
  margin-bottom: 44px;
}

.experience-marquee {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.voice-experience,
.time-machine-experience,
.experience-grid > article {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.voice-experience {
  min-height: 480px;
  display: grid;
  align-content: space-between;
  gap: 36px;
  padding: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 16%, rgba(255, 63, 185, 0.19), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.voice-experience img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.time-machine-experience {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  background:
    radial-gradient(circle at 76% 13%, rgba(24, 215, 255, 0.2), transparent 20rem),
    linear-gradient(145deg, rgba(138, 92, 255, 0.1), rgba(255, 255, 255, 0.025));
}

.feature-number {
  display: block;
  margin-bottom: 24px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.voice-experience h3,
.time-machine-experience h3,
.experience-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.voice-experience p,
.time-machine-experience p,
.experience-grid p {
  margin: 0;
  color: #b8bfd6;
  line-height: 1.6;
}

.journey-line {
  display: grid;
  gap: 9px;
  margin-top: 34px;
}

.journey-line span {
  padding: 13px 15px;
  border-left: 2px solid #18d7ff;
  color: #e6e9f4;
  background: rgba(24, 215, 255, 0.055);
  font-weight: 800;
}

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

.experience-grid > article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.experience-grid .social-experience {
  grid-column: span 3;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: clamp(32px, 7vw, 90px);
  overflow: hidden;
  padding: 42px 70px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 225, 47, 0.12), transparent 22rem),
    radial-gradient(circle at 20% 90%, rgba(255, 63, 185, 0.16), transparent 26rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.social-experience img {
  width: 250px;
  max-height: 365px;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.web-app-section {
  padding-top: 110px;
}

.web-app-section .section-heading {
  max-width: 780px;
}

.web-app-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.musickraze-section {
  padding-top: 90px;
}

.faq-section {
  padding: 90px 0;
}

.cta-band {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .phone-stage {
    min-height: auto;
  }

  .provider-grid,
  .experience-marquee {
    grid-template-columns: 1fr;
  }

  .provider-grid article {
    min-height: 230px;
  }

  .soundcloud-section {
    grid-template-columns: 1fr;
  }

  .mix-resume-card {
    min-height: 430px;
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-grid .social-experience {
    grid-column: span 2;
    padding: 42px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .provider-story,
  .soundcloud-section,
  .experience-section {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    padding: 36px 0 68px;
  }

  .hero-copy {
    padding-top: 8px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 19vw, 5.7rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    min-height: auto;
  }

  .phone-stack {
    min-height: 545px;
  }

  .phone {
    width: 262px;
    height: 535px;
  }

  .provider-story,
  .experience-section {
    padding-top: 74px;
  }

  .provider-grid article,
  .voice-experience,
  .time-machine-experience,
  .experience-grid > article {
    border-radius: 24px;
    padding: 26px;
  }

  .soundcloud-section {
    padding: 90px 0 68px;
  }

  .soundcloud-copy h2 {
    font-size: clamp(3.7rem, 18vw, 5.6rem);
  }

  .mix-resume-card {
    min-height: 390px;
    border-radius: 26px;
  }

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

  .experience-grid .social-experience {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .social-experience img {
    width: min(100%, 230px);
    justify-self: center;
  }

  .cta-band {
    margin-top: 0;
  }
}
