:root {
  --bg: #080711;
  --bg-soft: #12101d;
  --panel: rgba(255, 255, 255, .075);
  --panel-strong: rgba(255, 255, 255, .11);
  --text: #ffffff;
  --muted: #d7d0e8;
  --line: rgba(255, 255, 255, .15);
  --primary: #9a35ff;
  --pink: #f63ccf;
  --cyan: #62e8ff;
  --gold: #ffd66b;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(98, 232, 255, .15), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(246, 60, 207, .18), transparent 30rem),
    linear-gradient(135deg, #070610 0%, #151023 48%, #05040a 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
  z-index: 0;
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100% - 28px));
  height: 72px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 7, 17, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.brand img {
  width: auto;
  height: 52px;
}

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

.desktop-nav a {
  text-decoration: none;
  font-size: .9rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .82);
  transition: color .2s ease, opacity .2s ease;
}

.desktop-nav a:hover {
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 7px auto;
  border-radius: 999px;
  background: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  box-shadow: 0 16px 36px rgba(154, 53, 255, .32);
}

.btn-secondary {
  color: #fff;
  border-color: var(--line);
  background: rgba(255, 255, 255, .08);
}

.btn-secondary:hover {
  border-color: rgba(98, 232, 255, .65);
}

.btn-small {
  min-height: 46px;
  padding: 12px 18px;
  font-size: .88rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px 0 78px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,7,17,.96), rgba(8,7,17,.56) 48%, rgba(8,7,17,.9)),
    radial-gradient(circle at 68% 42%, rgba(246, 60, 207, .22), transparent 18rem),
    url("../images/hero.jpg") center / cover no-repeat;
  opacity: .96;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.content-copy h2,
.bio-card h2,
.booking-copy h2 {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: .86;
  text-shadow: 0 0 48px rgba(154, 53, 255, .34);
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .85);
  text-shadow: none;
}

.hero-lead {
  max-width: 720px;
  margin: 24px 0 30px;
  color: #f3efff;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

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

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 34px;
}

.stats-row article,
.hero-panel,
.service-card,
.artist-card,
.proof-card,
.bio-card,
.timeline,
.booking-form,
.social-card {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel-strong), rgba(255, 255, 255, .045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.stats-row article {
  min-height: 120px;
  padding: 20px;
  border-radius: 20px;
}

.stats-row strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.stats-row span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.35;
}

.hero-panel {
  justify-self: end;
  width: min(390px, 100%);
  padding: 30px;
  border-radius: var(--radius);
}

.hero-panel img {
  width: 94px;
  margin-bottom: 18px;
}

.hero-panel h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.hero-panel p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
}

.hero-panel a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.sound-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .055);
}

.strip-track {
  display: flex;
  width: max-content;
  gap: 32px;
  padding: 14px 0;
  animation: marquee 34s linear infinite;
}

.strip-track span {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 3.4rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .54);
  text-transform: uppercase;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  position: relative;
  z-index: 2;
  padding: 104px 0;
  scroll-margin-top: 110px;
}

.split-grid,
.bio-grid,
.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}

.image-card {
  position: relative;
}

.image-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  padding: 16px 20px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  box-shadow: 0 18px 40px rgba(0, 0, 0, .36);
  font-weight: 800;
  transform: rotate(-3deg);
}

.image-badge strong {
  font-size: 1.16rem;
}

.content-copy h2,
.section-head h2,
.bio-card h2,
.booking-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .98;
}

.content-copy p,
.section-head p,
.bio-card p,
.booking-copy p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.feature-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.feature-grid span,
.service-card span,
.artist-card span {
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feature-grid h3,
.service-card h3 {
  margin: 8px 0 8px;
  font-size: 1.2rem;
}

.feature-grid p,
.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.services-section,
.gallery-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015));
}

.section-head {
  max-width: 850px;
  margin: 0 auto 44px;
  text-align: center;
}

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

.service-card {
  min-height: 245px;
  padding: 24px;
  border-radius: var(--radius);
  transition: transform .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(98, 232, 255, .55);
}

.genre-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.genre-cloud span {
  padding: 10px 14px;
  border: 1px solid rgba(98, 232, 255, .25);
  border-radius: 999px;
  color: #fff;
  background: rgba(98, 232, 255, .075);
  font-size: .86rem;
  font-weight: 900;
}

.proof-section {
  background: radial-gradient(circle at 50% 0%, rgba(154, 53, 255, .15), transparent 40rem);
}

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

.artist-card {
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius);
}

.artist-card strong {
  display: block;
  margin-top: 14px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
  line-height: .98;
  text-transform: uppercase;
}

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

.proof-card {
  min-height: 116px;
  padding: 20px;
  border-radius: 20px;
}

.proof-card strong {
  display: block;
  color: var(--gold);
  font-size: 1.18rem;
}

.proof-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.42;
}

.bio-grid {
  align-items: stretch;
}

.bio-card,
.timeline,
.booking-form {
  border-radius: var(--radius);
}

.bio-card {
  padding: 38px;
}

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

.timeline article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, .18);
}

.timeline strong {
  display: block;
  color: var(--gold);
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
}

.timeline span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-grid button {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

.gallery-grid img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 20px;
  filter: saturate(1.08) contrast(1.04);
  transition: transform .25s ease, filter .25s ease;
}

.gallery-grid button:nth-child(3),
.gallery-grid button:nth-child(6) {
  margin-top: 44px;
}

.gallery-grid button:hover img {
  transform: scale(1.035);
  filter: saturate(1.18) contrast(1.08);
}

.gallery-grid span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .52);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 900;
}

.booking-grid {
  align-items: start;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-links a {
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  text-decoration: none;
  font-weight: 900;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: #fff;
  background: rgba(0, 0, 0, .25);
  font: inherit;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(98, 232, 255, .12);
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 44px 20px 88px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(0, 0, 0, .28);
  text-align: center;
}

.site-footer img {
  width: auto;
  height: 82px;
  margin: 0 auto 12px;
}

.site-footer a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mobile-app-nav {
  display: none;
}

.mobile-app-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-app-nav a:first-child svg,
.mobile-app-nav a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 48;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: #21c45a;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .32);
  text-decoration: none;
  font-weight: 900;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(4, 3, 10, .88);
  backdrop-filter: blur(12px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(960px, 92vw);
  max-height: 84vh;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #05040a;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .desktop-nav,
  .site-header > .btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .desktop-nav.open {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(8, 7, 17, .96);
    box-shadow: var(--shadow);
  }

  .desktop-nav.open a {
    padding: 12px;
    font-size: 1.1rem;
  }

  .hero-layout,
  .split-grid,
  .bio-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    justify-self: stretch;
  }

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

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

  .gallery-grid button:nth-child(3),
  .gallery-grid button:nth-child(6) {
    margin-top: 0;
  }
}

@media (min-width: 721px) and (max-width: 1020px) {
  .site-header {
    height: 66px;
    padding: 9px 12px 9px 14px;
  }

  .brand img {
    height: 44px;
  }

  .desktop-nav {
    display: flex;
    gap: 12px;
  }

  .desktop-nav a {
    font-size: .72rem;
    letter-spacing: .02em;
  }

  .site-header > .btn {
    display: inline-flex;
    min-height: 42px;
    padding: 12px 14px;
    font-size: .78rem;
  }

  .menu-toggle,
  .desktop-nav.open {
    display: none;
  }

  .hero {
    min-height: 100vh;
    padding: 118px 0 70px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(7,5,12,.97), rgba(7,5,12,.58) 52%, rgba(7,5,12,.9)),
      radial-gradient(circle at 70% 48%, rgba(246, 60, 207, .24), transparent 18rem),
      url("../images/hero.jpg") center / cover no-repeat;
  }

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

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

  .hero-lead {
    max-width: 720px;
    font-size: 1.16rem;
  }

  .hero-panel {
    display: none;
  }

  .whatsapp-float {
    display: none;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 28px, 520px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 58px;
    padding: 7px 10px 7px 12px;
  }

  .brand img {
    height: 38px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 52px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(8,7,17,.86), rgba(8,7,17,.72) 36%, rgba(8,7,17,.95)),
      url("../images/hero.jpg") center top / cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 16vw, 4rem);
  }

  .hero-lead {
    margin: 18px 0 22px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .btn {
    min-height: 48px;
    padding: 13px 16px;
    font-size: .92rem;
  }

  .stats-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .stats-row article {
    min-height: auto;
    padding: 15px;
    border-radius: 18px;
  }

  .stats-row strong {
    font-size: 1.7rem;
  }

  .hero-panel {
    display: none;
  }

  .sound-strip {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .section-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .content-copy h2,
  .section-head h2,
  .bio-card h2,
  .booking-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .image-badge {
    right: 12px;
    bottom: 14px;
    padding: 12px 14px;
  }

  .service-grid,
  .artist-grid,
  .proof-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .artist-card,
  .proof-card,
  .bio-card,
  .booking-form {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .artist-card strong {
    font-size: 1.85rem;
  }

  .genre-cloud {
    justify-content: flex-start;
  }

  .gallery-grid {
    gap: 14px;
  }

  .gallery-grid img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .contact-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-app-nav {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 60;
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    width: calc(100% - 22px);
    max-width: 410px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(8, 7, 17, .92);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
  }

  .mobile-app-nav a {
    display: grid;
    place-items: center;
    gap: 2px;
    min-width: 0;
    padding: 8px 2px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-app-nav a.active {
    background: rgba(255, 255, 255, .1);
  }

  .mobile-app-nav a:last-child {
    background: linear-gradient(135deg, var(--primary), var(--pink));
  }

  .mobile-app-nav small {
    max-width: 100%;
    overflow: hidden;
    font-size: .58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-footer {
    padding-bottom: 88px;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 430px) {
  body {
    padding-bottom: 74px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-app-nav {
    display: grid;
  }

  .site-footer {
    padding-bottom: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Desktop premium pass */
@media (min-width: 1021px) {
  body {
    background:
      radial-gradient(circle at 80% 0%, rgba(154, 53, 255, .28), transparent 34rem),
      radial-gradient(circle at 12% 18%, rgba(246, 60, 207, .18), transparent 30rem),
      linear-gradient(135deg, #07050c, #120d24 56%, #050308);
  }

  .site-header {
    height: 72px;
    padding-left: 18px;
    background: rgba(8, 5, 16, .68);
  }

  .hero {
    min-height: 100vh;
    padding-top: 128px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(7,5,12,.98), rgba(7,5,12,.58) 48%, rgba(7,5,12,.86)),
      radial-gradient(circle at 66% 52%, rgba(246, 60, 207, .26), transparent 18rem),
      url("../images/hero.jpg") center / cover no-repeat;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    gap: 54px;
  }

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

  .hero h1 {
    font-size: clamp(6rem, 10.4vw, 10.8rem);
    line-height: .84;
    text-shadow: 0 0 60px rgba(154, 53, 255, .42);
  }

  .hero-lead {
    max-width: 700px;
    margin-top: 24px;
    font-size: 1.33rem;
  }

  .hero-panel {
    align-self: end;
    padding: 34px;
    background: linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
  }

  .hero-panel img {
    width: 108px;
  }

  .hero-panel h2 {
    font-size: 2.15rem;
  }

  .stats-row article {
    background: rgba(255,255,255,.075);
  }

  .split-section,
  .bio-section {
    background: radial-gradient(circle at 0% 10%, rgba(98, 232, 255, .08), transparent 32rem);
  }

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

  .service-card,
  .artist-card,
  .proof-card {
    background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  }

  .artist-card {
    min-height: 190px;
  }

  .proof-grid {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(12px);
  }

  .gallery-grid {
    gap: 16px;
  }

  .gallery-grid img {
    height: 430px;
  }

  .booking-section {
    background: radial-gradient(circle at 72% 20%, rgba(154, 53, 255, .16), transparent 30rem);
  }
}
