:root {
  --bg: #0b1020;
  --bg-deep: #070b16;
  --panel: rgba(19, 26, 46, 0.86);
  --panel-strong: rgba(27, 36, 61, 0.96);
  --line: rgba(157, 173, 214, 0.16);
  --line-strong: rgba(187, 199, 236, 0.3);
  --text: #f3f2ec;
  --muted: #a7b2cb;
  --accent: #7be0d6;
  --accent-strong: #ff8f6b;
  --accent-soft: #ffd166;
  --shadow: 0 30px 80px rgba(1, 6, 18, 0.5);
  --radius: 28px;
  --max-width: 1180px;
  --display: "Anton", "Arial Narrow", sans-serif;
  --body: "Space Grotesk", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--text);
  font-family: var(--body);
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(123, 224, 214, 0.14), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(255, 143, 107, 0.16), transparent 20%),
    radial-gradient(circle at 50% 55%, rgba(255, 209, 102, 0.08), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #0c1224 0%, #0f1730 48%, #09101f 100%);
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 11, 22, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(187, 199, 236, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand__kicker {
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.brand__name {
  font-family: var(--display);
  font-size: 1.95rem;
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header-phone {
  color: var(--accent-soft);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 1.45rem;
  height: 2px;
  margin: 0.34rem auto;
  background: currentColor;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.nav-cta {
  margin-left: 0.35rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
  color: #0a1020 !important;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(4, 10, 23, 0.28);
}

.nav-cta:hover,
.nav-cta[aria-current="page"] {
  color: #0a1020 !important;
  background: linear-gradient(135deg, #94ece4 0%, #ffd87f 100%);
}

.nav-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.nav-social::before,
.button--instagram::before,
.button--facebook::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav-social:hover {
  background: rgba(123, 224, 214, 0.14);
  border-color: rgba(123, 224, 214, 0.3);
}

.nav-social--instagram::before,
.button--instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f2ec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='2.5' width='19' height='19' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E");
}

.nav-social--facebook::before,
.button--facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f2ec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Cpath d='M13.8 8h1.7'/%3E%3Cpath d='M10.7 21v-8.6H8.8V9.7h1.9V8.5c0-2 1.1-3.2 3.1-3.2h1.7'/%3E%3Cpath d='M10.7 12.4h4.1'/%3E%3C/svg%3E");
}

.hero {
  padding: 4rem 0 2rem;
  position: relative;
}

.hero--form {
  padding-bottom: 1rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 1rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(123, 224, 214, 0.12), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(255, 143, 107, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 70%);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1.25rem;
  align-items: stretch;
}

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

.hero-copy {
  padding: 1.75rem 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-soft);
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: var(--display);
  line-height: 0.94;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.7rem, 10vw, 7rem);
}

h2 {
  font-size: clamp(2.25rem, 6vw, 4.25rem);
}

h3 {
  font-size: 1.7rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.hero-copy p,
.faq-intro p {
  max-width: 40rem;
  font-size: 1.05rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.review-callout {
  max-width: 28rem;
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.review-callout__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.review-callout p {
  margin: 0;
  color: var(--text);
}

.button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
}

.button--solid,
input[type="submit"] {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
  color: #0a1020;
}

.button--outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: var(--line-strong);
}

.button--outline:hover {
  background: rgba(255, 143, 107, 0.12);
  border-color: rgba(255, 143, 107, 0.3);
}

.hero-image,
.artist-card,
.faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    linear-gradient(145deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
}

.hero-image::before,
.artist-card::before,
.faq-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong), var(--accent-soft));
  opacity: 0.9;
}

.hero-image {
  margin: 0;
  padding: 0.8rem;
  min-height: 28rem;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
}

.hero-image figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(7, 11, 22, 0.74);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.artist-card__role,
.statement-card__label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section {
  padding: 1.5rem 0 4.5rem;
}

.section--compact {
  padding-top: 0;
}

.section--field {
  position: relative;
}

.section--field::before {
  content: "";
  position: absolute;
  inset: 1.5rem 0 2rem;
  background:
    linear-gradient(135deg, rgba(123, 224, 214, 0.08), rgba(255, 209, 102, 0.04)),
    rgba(255, 255, 255, 0.02);
  z-index: -1;
}

.section--field::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(7, 11, 22, 0.36));
  z-index: -1;
}

.section-break {
  padding: 0 0 2.25rem;
}

.section-break__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.section-break__inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-break--alt .section-break__inner span {
  background: rgba(255, 209, 102, 0.08);
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.25rem;
  align-items: start;
}

.feature-copy {
  padding: 2rem 0;
}

.statement-strip {
  padding: 1.4rem 0 1.4rem 1.5rem;
  border-left: 2px solid rgba(123, 224, 214, 0.45);
  align-self: center;
}

.statement-strip p {
  max-width: 22rem;
}

.section-divider {
  padding: 0 0 2rem;
}

.divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123, 224, 214, 0.8), transparent);
}

.divider-line--warm {
  background: linear-gradient(90deg, transparent, rgba(255, 143, 107, 0.7), transparent);
}

.studio-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  padding: 2.2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.studio-band__intro {
  padding-right: 1rem;
}

.studio-band__copy {
  display: grid;
  gap: 0.25rem;
  column-gap: 2rem;
}

.section--studio {
  position: relative;
}

.section--studio::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(255, 143, 107, 0.1), transparent 16%),
    linear-gradient(180deg, rgba(15, 23, 48, 0.28), rgba(8, 13, 26, 0.68));
  background-size: 84px 84px, 84px 84px, auto, auto;
  z-index: -1;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.artists-grid,
.faq-grid {
  display: grid;
  gap: 1.2rem;
}

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

.section--artists {
  position: relative;
}

.section--artists::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(123, 224, 214, 0.08), transparent 18%),
    radial-gradient(circle at 12% 70%, rgba(255, 209, 102, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(8, 13, 26, 0.42), rgba(12, 19, 38, 0.78));
  z-index: -1;
}

.section--artists::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(255, 255, 255, 0.03) calc(50% - 1px), rgba(255, 255, 255, 0.03) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(180deg, transparent 0, transparent calc(33.33% - 1px), rgba(255, 255, 255, 0.025) calc(33.33% - 1px), rgba(255, 255, 255, 0.025) calc(33.33% + 1px), transparent calc(33.33% + 1px));
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}

.artist-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem;
}

.artist-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.25rem;
  align-items: start;
}

.faq-intro {
  padding-top: 0.4rem;
  position: sticky;
  top: 7rem;
}

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

.faq-card {
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 48%),
    linear-gradient(145deg, rgba(20, 27, 47, 0.8), rgba(14, 20, 36, 0.72));
}

.section--faq {
  position: relative;
}

.section--faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.08), transparent 36%),
    radial-gradient(circle at 78% 22%, rgba(123, 224, 214, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 48%);
  z-index: -1;
}

.section--faq::after {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.02));
  opacity: 0.5;
  z-index: -1;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.25rem;
  align-items: start;
}

.contact-copy {
  padding: 1.4rem 0;
}

.contact-social {
  padding: 1.4rem 0 1.4rem 1.5rem;
  border-left: 2px solid rgba(255, 209, 102, 0.42);
}

.section--contact {
  position: relative;
}

.section--contact::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 143, 107, 0.09), transparent 16%),
    linear-gradient(135deg, rgba(255, 143, 107, 0.05), rgba(123, 224, 214, 0.04)),
    rgba(255, 255, 255, 0.015);
  z-index: -1;
}

.section--contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.18;
  z-index: -1;
}

.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    linear-gradient(145deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow);
  padding: 1.8rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  font-size: 0.88rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(9, 14, 27, 0.72);
  color: var(--text);
}

input::placeholder,
textarea::placeholder {
  color: #8f9ab0;
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(123, 224, 214, 0.25);
  outline-offset: 1px;
}

.footer-title {
  margin: 0 0 0.25rem;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-copy,
.form-note,
.success-message {
  color: var(--muted);
}

input[type="submit"]:disabled {
  opacity: 0.7;
  cursor: wait;
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .hero-grid,
  .feature-split,
  .studio-band,
  .artists-grid,
  .faq-layout,
  .faq-grid--stacked,
  .contact-strip,
  .footer-inner,
  .section-break__inner {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .section--artists::after,
  .section--contact::after {
    opacity: 0.1;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-block;
  }

  .header-phone {
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem;
    background: rgba(8, 12, 24, 0.97);
    border-bottom: 1px solid var(--line);
  }

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

  .form-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .statement-strip,
  .contact-social {
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid rgba(123, 224, 214, 0.35);
    padding-top: 1rem;
  }

  .section--artists::after,
  .section--faq::after,
  .section--contact::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 2.75rem;
  }

  .header-phone {
    display: none;
  }

  .section {
    padding-bottom: 3.5rem;
  }

  .artist-card,
  .faq-card,
  .form-panel,
  .studio-band {
    padding: 1.2rem;
  }

  .feature-copy,
  .contact-copy {
    padding: 1rem 0;
  }

  .studio-band {
    padding-top: 1.2rem;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.8rem);
  }

  h3 {
    font-size: 1.4rem;
  }

  h1,
  h2,
  h3 {
    letter-spacing: 0.01em;
  }

  .brand__name {
    font-size: 1.5rem;
  }

  .eyebrow {
    letter-spacing: 0.2em;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .button,
  input[type="submit"] {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
  }
}
