:root {
  --space-bottom: #061a33;
  --space-top: #03040a;
  --content: #061a33;
  --orbit-a: rgba(125, 211, 252, 0.22);
  --orbit-b: rgba(167, 139, 250, 0.22);
  --orbit-c: rgba(96, 165, 250, 0.18);
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: var(--content);
  color: rgba(226, 232, 240, 0.92);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

.landing {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(900px 600px at 50% 35%, rgba(59, 130, 246, 0.10), transparent 60%),
    linear-gradient(to bottom, var(--space-top) 0%, #000 50%, var(--space-bottom) 100%);
}

.stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(1.1);
  will-change: transform;
}

.landing__content {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.orbits {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  will-change: transform;
}

.orbit {
  position: absolute;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
  opacity: 0.9;
}

.orbit--outer {
  width: min(72vmin, 720px);
  height: min(72vmin, 720px);
  border-color: var(--orbit-a);
}

.orbit--mid {
  width: min(56vmin, 560px);
  height: min(56vmin, 560px);
  border-color: var(--orbit-b);
}

.orbit--inner {
  width: min(40vmin, 400px);
  height: min(40vmin, 400px);
  border-color: var(--orbit-c);
}

.brand {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  align-items: center;
  justify-items: center;
  will-change: transform;
}

.brand__lines {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 0.25rem;
}

.brand__nested {
  font-family: "Lobster", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(3.4rem, 10vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: 0.2px;
}

.brand__nested > span,
.brand__orbits > span {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.brand__nested > span {
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.brand__orbits {
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(3.2rem, 9.2vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.6px;
}

.brand__orbits > span {
  background: linear-gradient(to bottom, #fff06b 0%, #ff6a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
  filter: drop-shadow(0 0 14px rgba(255, 160, 0, 0.14));
}

.brand__nested,
.brand__orbits {
  width: var(--brand-width, auto);
}

.brand__tagline {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  color: rgba(226, 232, 240, 0.82);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
  max-width: 46ch;
}

.js .brand__tagline {
  opacity: 0;
  transform: translateY(8px);
}

.js .brand__nested > span,
.js .brand__orbits > span {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  filter: blur(6px);
}

.landing--ready .brand__nested > span {
  animation: wordIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.landing--ready .brand__orbits > span {
  animation: wordIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 170ms both;
}

.landing--ready .brand__tagline {
  animation: taglineIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 350ms both;
}

@keyframes wordIn {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    filter: blur(7px);
  }
  60% {
    opacity: 1;
    transform: translateY(-1px) scale(1.01);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    filter: blur(0px);
  }
}

@keyframes taglineIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.scrollCue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 160ms ease, opacity 200ms ease;
  user-select: none;
}

.scrollCue:hover {
  transform: translateX(-50%) translateY(-1px);
}

.scrollCue:hover .scrollCue__arrow {
  border-color: rgba(255, 255, 255, 1);
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.5));
}

.scrollCue:active {
  transform: translateX(-50%) translateY(0px) scale(0.99);
}

.scrollCue:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 8px;
}

.scrollCue__arrow {
  width: 18px;
  height: 18px;
  border-right: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 3px solid rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
  animation: nudgeDown 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}

.scrollCue--hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes nudgeDown {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
}

.content {
  background: linear-gradient(to bottom, rgba(6, 26, 51, 1) 0%, rgba(3, 13, 26, 1) 100%);
}

.content__header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(6, 26, 51, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content__headerInner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.headerRow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contentTitle {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.98);
  font-size: 2rem;
  line-height: 1.1;
}

.contentIntro {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.98);
}

.topNav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(226, 232, 240, 0.9);
  white-space: nowrap;
}

.content__bodyInner {
  padding-bottom: 4rem;
}

.grid3 {
  display: grid;
  gap: 1.5rem;
}

.spanAll {
  grid-column: 1 / -1;
}

.cardTitle {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.98);
}

.cardText {
  margin: 0;
  color: rgba(226, 232, 240, 0.86);
  line-height: 1.6;
}

.cardTitle + .cardText {
  margin-top: 0.5rem;
}

.actionsRow {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.artistLink__text {
  min-width: 0;
}

.artistLink__name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
}

.artistLink__desc {
  margin: 0.25rem 0 0 0;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.4;
}

.formGrid {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.75rem;
}

.fieldGroup {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.fieldLabel {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.fieldRequired {
  color: #f87171;
  margin-left: 0.2rem;
}

.field {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(2, 6, 23, 0.40);
  padding: 0.85rem 0.9rem;
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.95rem;
  outline: none;
}

.field::placeholder {
  color: rgba(148, 163, 184, 0.86);
}

.field:focus {
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.18);
}

.field--textarea {
  resize: vertical;
  min-height: 120px;
}

.formSubmit {
  margin-top: 1rem;
}

.footer {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.9);
}

.footer p {
  margin: 0;
}

.js .content__header,
.js .content__body {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
}

.content--revealed .content__header,
.content--revealed .content__body {
  opacity: 1;
  transform: translateY(0px) scale(1);
  animation: contentPop 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.content--revealed .content__header {
  animation-delay: 40ms;
}

.content--revealed .content__body {
  animation-delay: 90ms;
}

@keyframes contentPop {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  70% {
    opacity: 1;
    transform: translateY(-2px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

.navlink {
  color: rgba(226, 232, 240, 0.9);
  text-decoration: none;
  padding: 0.45rem 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.22);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.navlink:hover {
  background: rgba(2, 6, 23, 0.38);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .headerRow {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .contentTitle {
    font-size: 2.25rem;
  }

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

.section {
  padding-top: 3.5rem;
}

.section__title {
  margin: 0 0 1.25rem 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.9);
}

.card {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(900px 300px at 10% 0%, rgba(250, 204, 21, 0.07), transparent 60%),
    rgba(2, 6, 23, 0.35);
  padding: 1.25rem;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

.artistLogo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.artistLogo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.artistLogo--lg {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.studioDivider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  margin: 1rem 0;
}

.artistLink {
  display: block;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(2, 6, 23, 0.30);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.artistLink:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(900px 300px at 10% 0%, rgba(250, 204, 21, 0.10), transparent 60%),
    rgba(2, 6, 23, 0.40);
}

.artistLink__top {
  display: grid;
  grid-template-columns: auto 1fr 22px;
  gap: 0.95rem;
  align-items: center;
  padding: 0.9rem;
}

.artistLink__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.appShot {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(900px 300px at 20% 10%, rgba(250, 204, 21, 0.14), transparent 60%),
    radial-gradient(700px 240px at 80% 30%, rgba(96, 165, 250, 0.16), transparent 55%),
    rgba(2, 6, 23, 0.42);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  margin-bottom: 1.1rem;
  position: relative;
}

.appShot__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 700ms ease, transform 1100ms ease;
  will-change: opacity, transform;
  z-index: 1;
}

.appShot__image.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.appShot__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.25rem;
  padding: 1rem;
  text-align: center;
  z-index: 3;
  transition: opacity 220ms ease;
}

.appShot__title {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: rgba(226, 232, 240, 0.92);
}

.appShot__sub {
  margin: 0;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.72);
}

.appShot--loaded .appShot__placeholder {
  opacity: 0;
  pointer-events: none;
}

.appShot__loader {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.72);
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  z-index: 4;
}

.appShot__spinner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(226, 232, 240, 0.35);
  border-top-color: rgba(226, 232, 240, 0.95);
  animation: spin 0.9s linear infinite;
}

.appShot--loading .appShot__loader {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .appShot__image {
    transition: none;
    transform: none;
  }

  .appShot__spinner {
    animation: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:disabled,
.btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.btn:disabled:hover,
.btn[disabled]:hover {
  transform: none;
}

.btn--badge {
  height: 44px;
  padding: 0 1rem;
}

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

.btn--primary {
  color: rgba(2, 6, 23, 0.95);
  border-color: rgba(250, 204, 21, 0.5);
  background: linear-gradient(to bottom, #ffd000 0%, #ff8a00 100%);
}

.btn--primary:hover {
  border-color: rgba(250, 204, 21, 0.75);
}

.btn--ghost {
  background: rgba(2, 6, 23, 0.30);
  color: rgba(226, 232, 240, 0.9);
}

.btn--ghost:hover {
  background: rgba(2, 6, 23, 0.42);
  border-color: rgba(255, 255, 255, 0.2);
}

.storeBadge {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.30);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.storeBadge:hover {
  transform: translateY(-1px);
  background: rgba(2, 6, 23, 0.42);
  border-color: rgba(255, 255, 255, 0.2);
}

.storeBadge__img {
  height: 44px;
  width: auto;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .scrollCue__arrow {
    animation: none;
  }
  .brand__nested > span,
  .brand__orbits > span,
  .js .brand__nested > span,
  .js .brand__orbits > span {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
  .brand__tagline,
  .js .brand__tagline {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .content__header,
  .content__body,
  .js .content__header,
  .js .content__body {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
