:root {
  --ink: #160907;
  --paper: #2a120e;
  --panel: #3a1813;
  --muted: #d9b2a4;
  --line: rgba(242, 139, 95, 0.24);
  --coral: #ff6b4a;
  --violet: #b85b4c;
  --yellow: #f0a85b;
  --mint: #d86a3d;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --section-pad: clamp(56px, 6vw, 96px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff4ed;
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 0 6vw;
  border-bottom: 1px solid rgba(242, 139, 95, 0.22);
  background: rgba(22, 9, 7, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--coral), var(--violet));
}

.main-nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.main-nav a:hover {
  color: #fff;
}

.header-action,
.primary-button,
.secondary-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.header-action,
.primary-button,
.contact-form button {
  color: #fff;
  border-color: #ff6b4a;
  background: #8f2d1f;
}

.secondary-button {
  color: #fff4ed;
  border-color: rgba(255, 190, 154, 0.5);
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: min(820px, calc(100vh - 74px));
  padding: clamp(64px, 6vw, 92px) 6vw clamp(44px, 5vw, 72px);
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 107, 74, 0.22), transparent 30%),
    radial-gradient(circle at 20% 78%, rgba(125, 42, 25, 0.42), transparent 32%),
    linear-gradient(135deg, #3b1711, #160907 72%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.tools h2,
.pricing h2,
.contact h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6.4vw, 6.2rem);
}

.hero-lede {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.studio-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background: #210d0a;
  box-shadow: var(--shadow);
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  color: #fff1e8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #6c596d;
}

.visual-top strong {
  margin-left: auto;
  font-size: 0.82rem;
}

.studio-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.screen,
.release-card {
  fill: rgba(255, 244, 237, 0.07);
  stroke: rgba(255, 190, 154, 0.16);
}

.wave {
  fill: none;
  stroke: var(--coral);
  stroke-width: 12;
  stroke-linecap: round;
}

.meter {
  fill: var(--yellow);
}

.meter.short {
  fill: var(--mint);
}

.disc {
  fill: none;
  stroke: var(--violet);
  stroke-width: 12;
}

.disc-hole {
  fill: #2a120e;
}

.upload {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 6vw var(--section-pad);
  background: #160907;
}

.outcomes article,
.platform-grid article,
.tool-list article,
.artist-grid article,
.pricing-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.outcomes span,
.pricing-grid span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
}

.outcomes strong,
.artist-grid strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 1.14rem;
}

.outcomes p,
.platform-grid p,
.tool-list p,
.artist-grid p,
.pricing-grid p,
.section-heading p:last-child,
.section-note,
.contact p,
.legal-content p {
  color: var(--muted);
  line-height: 1.62;
}

.section,
.tools,
.artists,
.pricing,
.contact {
  padding: var(--section-pad) 6vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.tools h2,
.pricing h2,
.contact h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.section-heading p:last-child {
  margin: 0;
  font-size: 1.04rem;
}

.platform-grid,
.artist-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.platform-grid article {
  min-height: 300px;
}

.card-svg {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 18px;
  color: var(--violet);
}

.card-svg path,
.card-svg circle,
.card-svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-grid h3,
.tool-list h3,
.pricing-grid h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.tools {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  background: #210d0a;
}

.section-note {
  margin: 22px 0 0;
  font-size: 1.04rem;
}

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

.artists {
  background: #2a120e;
}

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

.pricing {
  color: #fff;
  background: linear-gradient(135deg, #160907, #5a1d16);
}

.pricing .eyebrow {
  color: var(--yellow);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.pricing-grid article {
  color: #fff4ed;
}

.featured-plan {
  border-color: rgba(255, 209, 102, 0.8) !important;
  transform: translateY(-10px);
}

.pricing-grid h3 {
  margin-top: 10px;
  font-size: 2rem;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(28px, 5vw, 72px);
  background: #160907;
}

.contact p {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: 1.04rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #3a1813;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.artist-details-form input,
.artist-details-form select,
.artist-details-form textarea,
.login-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: #fff4ed;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #210d0a;
  font: inherit;
}

.artist-details-form textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  color: #ffb18c;
  font-weight: 900;
}

.text-link:hover {
  color: #fff;
}

.artist-page,
.login-page {
  background: #160907;
}

.artist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: var(--section-pad) 6vw 48px;
  background:
    radial-gradient(circle at 76% 26%, rgba(255, 107, 74, 0.2), transparent 30%),
    linear-gradient(135deg, #3b1711, #160907 72%);
}

.artist-hero h1,
.login-panel h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  line-height: 1.02;
}

.artist-hero p:last-child,
.login-panel p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.artist-note {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 244, 237, 0.06);
}

.artist-note strong {
  font-size: 1.1rem;
}

.artist-note span {
  color: var(--muted);
  line-height: 1.55;
}

.artist-form-section {
  padding: 0 6vw var(--section-pad);
}

.artist-details-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #3a1813;
  box-shadow: var(--shadow);
}

.artist-details-form label,
.login-form label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.artist-details-form .full-span,
.artist-details-form button,
.artist-details-form .artist-form-note {
  grid-column: 1 / -1;
}

.artist-details-form button,
.login-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid #ff6b4a;
  border-radius: 8px;
  background: #8f2d1f;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.artist-form-note,
.login-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.login-page {
  display: grid;
  min-height: calc(100vh - 74px);
  place-items: center;
  padding: var(--section-pad) 18px;
}

.login-panel {
  width: min(540px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #3a1813;
  box-shadow: var(--shadow);
}

.login-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 6vw;
  color: #cfc3d2;
  background: var(--ink);
}

.site-footer span {
  color: #fff;
  font-weight: 900;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer a:hover {
  color: #fff;
}

.legal-page {
  background: #2a120e;
}

.legal-hero {
  padding: var(--section-pad) 6vw 48px;
  color: #fff;
  background: linear-gradient(135deg, #160907, #7d2a19);
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.75rem, 7vw, 6rem);
  line-height: 1.02;
}

.legal-hero p:last-child {
  margin: 18px 0 0;
  color: #fff1e8;
  font-weight: 700;
}

.legal-content {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 76px;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 1.35rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero,
  .section-heading,
  .tools,
  .artist-hero,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .platform-grid,
  .outcomes,
  .tool-list,
  .artist-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-plan {
    transform: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .header-action {
    display: none;
  }

  .hero,
  .section,
  .tools,
  .artists,
  .pricing,
  .artist-hero,
  .artist-form-section,
  .contact {
    padding: 48px 18px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .platform-grid,
  .outcomes,
  .tool-list,
  .artist-grid,
  .pricing-grid,
  .artist-details-form {
    grid-template-columns: 1fr;
  }

  .artist-details-form .full-span,
  .artist-details-form button,
  .artist-details-form .artist-form-note {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
