:root {
  color-scheme: dark;
  --bg: #030303;
  --panel: #090909;
  --panel-soft: #101010;
  --line: rgba(255, 255, 255, 0.16);
  --text: #f8f8f8;
  --muted: #b7b7b7;
  --cyan: #00d7f7;
  --red: #ff173a;
  --pink: #ff0078;
  --amber: #ffad11;
  --green: #20f96a;
  --violet: #c238ff;
  --max: 1180px;
  --brand-logo-size: 520px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: var(--text);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  display: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

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

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

@keyframes soft-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(0, 215, 247, 0));
    transform: scale(1);
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(0, 215, 247, 0.13));
    transform: scale(1.012);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 82px;
  padding: 0 6vw;
  background: #000;
  backdrop-filter: blur(18px);
}

.brand {
  color: #f4f4f4;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand span {
  color: var(--cyan);
}

.brand b {
  color: var(--amber);
  font-weight: 500;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.58rem, 1.5vw, 1.35rem);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a:first-child {
  color: var(--red);
}

.nav a,
.site-footer a {
  transition: color 180ms ease;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--cyan);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 4px;
  padding: 0 1.2rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--red);
  background: rgba(255, 23, 58, 0.12);
  color: #fff;
}

.button.secondary {
  border-color: rgba(0, 215, 247, 0.7);
  color: #dffbff;
}

.button.primary,
.button.secondary,
.button.spotify,
.amber-button {
  will-change: transform;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  padding: clamp(3rem, 7vw, 5.5rem) 6vw 4.8rem;
  overflow: hidden;
  text-align: center;
  background: #000;
}

.hero::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 120px;
  min-width: 0;
  min-height: 0;
  content: "";
  background:
    radial-gradient(ellipse at 18% 100%, #111 0 14%, transparent 15%),
    radial-gradient(ellipse at 34% 100%, #171717 0 12%, transparent 13%),
    radial-gradient(ellipse at 58% 100%, #101010 0 15%, transparent 16%),
    radial-gradient(ellipse at 82% 100%, #151515 0 13%, transparent 14%),
    linear-gradient(180deg, transparent, #000 68%);
  opacity: 0.9;
  transform: none;
  mask-image: linear-gradient(to top, black 58%, transparent 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px);
  max-width: 1220px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-logo {
  width: min(100%, 940px);
  margin: 0 auto;
  animation: soft-pulse 7s ease-in-out infinite;
}

.hero-credit {
  margin: 1rem 0 0;
}

.hero-intro {
  max-width: 610px;
  margin: 1.45rem auto 0;
  color: #e4e4e4;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero-intro span {
  display: block;
}

.wave {
  height: 58px;
  background:
    linear-gradient(90deg, transparent, var(--cyan), var(--violet), var(--red), transparent),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  color: rgba(255, 255, 255, 0.72);
  mask-image: url("data:image/svg+xml,%3Csvg width='900' height='90' viewBox='0 0 900 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18h238l6 17 6-37 8 69 9-50 7 30 5-29h58l6 18 7-42 8 73 9-54 7 32 6-27h82l7 22 7-48 9 82 10-62 8 36 7-32h99l6 17 6-39 8 72 9-55 8 31 6-26h72l5 15 6-32 7 58 8-43 7 25 5-23h169' fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
}

.section-band {
  position: relative;
  padding: clamp(4rem, 8vw, 6.8rem) 6vw;
}

.section-band > .section-wave,
.brand-slab .section-wave {
  position: absolute;
  top: -2px;
  left: 50%;
  width: min(78vw, 760px);
  transform: translateX(-50%);
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
}

.portrait-panel {
  border-right: 1px solid var(--line);
  padding-right: clamp(1.5rem, 4vw, 4rem);
}

.portrait-panel img {
  width: min(100%, 520px);
  margin: 0 auto;
  opacity: 0.78;
  filter: grayscale(1) contrast(1.1) brightness(0.72);
  mask-image: linear-gradient(to bottom, black 68%, transparent);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 7.4rem);
  font-weight: 300;
  line-height: 0.95;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.about-copy p:not(.section-kicker),
.contact p,
.quote p,
.roster-heading p {
  color: var(--muted);
  font-size: 1.04rem;
  text-align: justify;
  text-align-last: left;
}

.about-copy strong {
  color: #fff;
}

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

.stats div {
  border-top: 1px solid var(--red);
  padding-top: 0.7rem;
}

.stats dt {
  color: var(--red);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1;
}

.stats dd {
  margin: 0.25rem 0 0;
  color: #f2f2f2;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-button {
  margin-top: 1.6rem;
}

.brand-slab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  min-height: clamp(460px, 58vw, 620px);
  padding: clamp(4.5rem, 8vw, 7rem) 6vw;
  overflow: hidden;
  text-align: center;
}

.brand-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 720px;
}

.brand-copy h2 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.brand-copy h2 span {
  color: var(--cyan);
}

.brand-copy h2 b {
  color: var(--amber);
  font-weight: 300;
}

.brand-copy h3 {
  margin: 1.35rem 0 0.9rem;
  font-size: 1.15rem;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-copy h3.atp-lockup {
  color: #f4f4f4;
  letter-spacing: 0;
}

.brand-copy h3.atp-lockup span {
  color: var(--cyan);
}

.brand-copy h3.atp-lockup b {
  color: var(--amber);
  font-weight: 500;
}

.brand-copy .brand-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0.85rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-copy p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  text-align: justify;
  text-align-last: center;
}

.remix-slab {
  display: block;
  min-height: 0;
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.remix-slab .brand-copy {
  margin: 0 auto;
}

.remix-copy h2 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(2.4rem, 5.4vw, 5rem);
  line-height: 0.98;
}

.remix-copy .roster-subtitle {
  margin-top: 1.1rem;
}

.remix-copy .roster-statement {
  max-width: 790px;
  margin-top: 0.9rem;
  color: #d8d8d8;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
}

.line {
  width: min(100%, 460px);
  height: 46px;
  margin: 0.8rem 0 0;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--red), var(--amber));
  mask-image: url("data:image/svg+xml,%3Csvg width='500' height='80' viewBox='0 0 500 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40h50m8 0h8m7-10v20m8-32v64m9-51v28m9-19v10m8-34v68m10-46v42m9-51v62m9-34v38m9-46v54m9-36v39m9-44v52m9-35v37m9-29v32m9-42v48m9-53v68m9-47v50m9-34v36m9-49v56m9-38v40m9-28v31m9-42v48m9-32v35m9-23v26m9-32v36m9-26v30m9-20v24m9-16v20m9-25v28m9-19v22m9-12v15m8 0h55' stroke='black' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
}

.stack-logo {
  display: flex;
  aspect-ratio: 1898 / 829;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.stack-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pop-logo {
  width: min(100%, 650px);
  margin-bottom: 0.8rem;
}

.stop-logo {
  width: min(100%, var(--brand-logo-size));
  aspect-ratio: 1;
  margin-bottom: 1rem;
}

.mwr-logo {
  width: min(100%, 650px);
  margin-bottom: 0.8rem;
}

.text-logo {
  margin-bottom: 0.95rem;
  color: #fff;
  font-weight: 300;
  line-height: 0.95;
  text-transform: uppercase;
}

.mw-logo {
  font-size: clamp(5.5rem, 13vw, 11rem);
  letter-spacing: 0;
}

.mw-logo span {
  display: block;
  margin-top: 0.55rem;
  color: #f4f4f4;
  font-size: clamp(1.1rem, 2.4vw, 2rem);
  letter-spacing: 0.42em;
}

.mw-brand-mark {
  position: relative;
  width: min(100%, var(--brand-logo-size));
  aspect-ratio: 1;
  margin-bottom: 1rem;
}

.mw-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: soft-pulse 7.5s ease-in-out infinite;
  filter: drop-shadow(0 0 24px rgba(255, 23, 58, 0.12));
}

.three-sixty-logo {
  width: min(100%, var(--brand-logo-size));
  aspect-ratio: 1;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 26px rgba(0, 215, 247, 0.1));
}

.three-sixty-logo.atp-hero-logo {
  width: min(100%, 720px);
  aspect-ratio: 1530 / 420;
  margin-bottom: 0.75rem;
}

.three-sixty-logo img,
.stop-logo img {
  animation: soft-pulse 7.5s ease-in-out infinite;
}

.scene {
  position: absolute;
  inset: 12% 6vw auto auto;
  z-index: 1;
  width: min(48vw, 760px);
  min-height: 320px;
  opacity: 0.34;
  pointer-events: none;
}

.crowd {
  background:
    radial-gradient(circle at 45% 38%, rgba(0, 215, 247, 0.9), transparent 6%),
    radial-gradient(circle at 65% 34%, rgba(255, 23, 58, 0.88), transparent 10%),
    radial-gradient(circle at 70% 55%, rgba(255, 173, 17, 0.25), transparent 9%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.94) 100%),
    repeating-linear-gradient(82deg, transparent 0 22px, rgba(255, 255, 255, 0.05) 23px 24px, transparent 25px 48px);
  filter: saturate(1.25);
}

.crowd::after,
.studio::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background:
    radial-gradient(ellipse at 10% 100%, #060606 0 22%, transparent 23%),
    radial-gradient(ellipse at 27% 100%, #090909 0 20%, transparent 21%),
    radial-gradient(ellipse at 46% 100%, #060606 0 24%, transparent 25%),
    radial-gradient(ellipse at 65% 100%, #090909 0 18%, transparent 19%),
    radial-gradient(ellipse at 84% 100%, #060606 0 21%, transparent 22%);
}

.studio {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), transparent 38%),
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, 0.7), transparent 6%),
    linear-gradient(125deg, transparent 0 48%, rgba(255, 255, 255, 0.22) 49% 50%, transparent 51%),
    repeating-linear-gradient(0deg, #050505 0 18px, #111 19px 21px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 8px, transparent 9px 30px);
  filter: grayscale(1);
}

.mini-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.spotify {
  border-color: var(--green);
  color: var(--green);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.roster {
  position: relative;
  overflow: hidden;
}

.roster::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 28%, rgba(0, 215, 247, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(255, 23, 58, 0.12), transparent 22rem);
  opacity: 0.85;
}

.roster-heading {
  display: grid;
  justify-items: center;
  max-width: 840px;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.roster-heading h2 {
  max-width: 820px;
}

.roster-heading p:not(.section-kicker) {
  max-width: 680px;
  margin: 1.15rem auto 0;
}

.roster-heading .roster-statement {
  max-width: 760px;
  color: #d8d8d8;
  font-size: clamp(0.9rem, 1.35vw, 1.04rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.65;
}

.roster-subtitle {
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.current-roster-label {
  margin: 2rem 0 0;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.remix-roster-panel {
  position: relative;
  z-index: 2;
  width: min(100%, calc(var(--max) + 4vw));
  margin: clamp(2.4rem, 4.5vw, 4rem) auto 0;
  padding-top: 0;
  border-top: 0;
  overflow: visible;
}

.remix-roster-panel::before {
  inset: -8% -8% -6%;
  opacity: 0.45;
}

.remix-roster-panel .roster-heading {
  max-width: 920px;
  margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}

.remix-roster-panel .roster-heading h2 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.remix-roster-panel .roster-heading p:not(.section-kicker) {
  margin-top: 0.9rem;
}

.remix-roster-panel .roster-subtitle {
  margin-top: 1.15rem;
}

.remix-roster-panel .roster-heading .roster-statement {
  max-width: 790px;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.remix-roster-panel .current-roster-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 2.5rem;
  margin: 0 auto 1.8rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(255, 23, 58, 0.64);
  color: #fff;
  background: rgba(255, 23, 58, 0.14);
  box-shadow: 0 0 28px rgba(255, 23, 58, 0.12);
  font-size: clamp(0.85rem, 1.4vw, 1.05rem);
  letter-spacing: 0.12em;
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: calc(var(--max) + 4vw);
  margin: 0 auto;
}

.roster-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #060606;
  aspect-ratio: 1 / 1;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.roster-card:hover {
  border-color: rgba(0, 215, 247, 0.62);
  box-shadow: 0 0 28px rgba(0, 215, 247, 0.11);
  transform: translateY(-3px);
}

.roster-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.88));
}

.roster-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
  opacity: 0.88;
  filter: saturate(1.05) contrast(1.06);
  transition: filter 260ms ease, transform 260ms ease;
}

.roster-card:hover img {
  filter: saturate(1.22) contrast(1.08);
  transform: scale(1.025);
}

.roster-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 300;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(0, 215, 247, 0.1), rgba(255, 23, 58, 0.1)),
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(255, 255, 255, 0.035) 17px 18px);
}

.roster-card span {
  position: absolute;
  right: 0.75rem;
  bottom: 0.7rem;
  left: 0.75rem;
  z-index: 1;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.roster-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.wave-lines {
  top: 28%;
  right: 0;
  min-height: 220px;
  background:
    repeating-radial-gradient(ellipse at right, transparent 0 17px, rgba(255, 23, 58, 0.34) 18px 20px, transparent 21px 38px);
  opacity: 0.55;
}

.amber-button {
  border-color: var(--amber);
  color: var(--amber);
}

.service-visual-strip {
  width: min(100%, 960px);
  margin: 0 auto;
}

.service-mini-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  max-width: calc(var(--max) + 8vw);
  margin: 0 auto;
}

.service-mini {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 260px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(0.7rem, 1.5vw, 1.05rem);
  text-align: center;
  transition: filter 220ms ease, transform 220ms ease;
}

.service-mini:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.service-mini:hover {
  filter: drop-shadow(0 0 22px rgba(0, 215, 247, 0.14));
  transform: translateY(-4px);
}

.service-mini img {
  width: min(100%, 128px);
  aspect-ratio: 1;
  object-fit: contain;
}

.service-mini span {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-mini p {
  max-width: 180px;
  margin: 0.65rem auto 0;
  color: var(--muted);
  font-size: clamp(0.72rem, 0.86vw, 0.84rem);
  line-height: 1.45;
}

.services-button {
  display: flex;
  width: fit-content;
  margin: 1.7rem auto 0;
}

.subpage {
  background: #000;
}

.page-hero,
.artist-hero {
  position: relative;
  display: grid;
  gap: 1.4rem;
  padding: clamp(4.2rem, 8vw, 7.4rem) 6vw clamp(3.4rem, 7vw, 6rem);
}

.page-hero {
  place-items: center;
  text-align: center;
}

.compact-page-hero p:not(.eyebrow),
.artist-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  text-align: justify;
  text-align-last: left;
}

.artist-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.05rem;
}

.artist-socials a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.45rem 0.72rem;
  color: #d9d9d9;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.artist-socials a:hover {
  border-color: var(--cyan);
  color: #fff;
  transform: translateY(-2px);
}

.anchor-pills,
.roster-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: 960px;
  margin-top: 1.1rem;
}

.anchor-pills a,
.roster-link-list a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #d9d9d9;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.anchor-pills a:hover,
.roster-link-list a:hover {
  border-color: var(--cyan);
  color: #fff;
  transform: translateY(-2px);
}

.page-wave {
  width: min(78vw, 760px);
  margin: 0 auto;
}

.service-detail-grid,
.service-detail-stack,
.artist-detail-grid {
  display: grid;
  gap: 1px;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
  padding: 0 6vw clamp(4rem, 8vw, 6.5rem);
}

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

.service-detail-stack {
  gap: clamp(1rem, 2vw, 1.35rem);
}

.service-detail,
.artist-panel {
  min-height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background:
    linear-gradient(140deg, rgba(0, 215, 247, 0.08), rgba(255, 23, 58, 0.06) 48%, rgba(255, 173, 17, 0.04)),
    #050505;
}

.service-detail-stack .service-detail {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 3.5rem);
  align-items: center;
  min-height: 0;
  scroll-margin-top: 100px;
}

.service-detail:nth-child(even) {
  background:
    linear-gradient(220deg, rgba(255, 173, 17, 0.06), rgba(0, 215, 247, 0.07) 48%, rgba(255, 23, 58, 0.04)),
    #050505;
}

.service-icon-link {
  display: grid;
  width: min(100%, 290px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  transition: filter 220ms ease, transform 220ms ease;
}

.service-icon-link.atp-service-logo {
  width: min(100%, 420px);
  aspect-ratio: 1530 / 420;
}

.service-icon-link:hover {
  filter: drop-shadow(0 0 24px rgba(0, 215, 247, 0.18));
  transform: scale(1.025);
}

.service-icon-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-detail-copy {
  display: grid;
  justify-items: start;
}

.service-detail h2,
.artist-panel h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.service-detail p:not(.section-kicker),
.artist-panel p:not(.section-kicker) {
  max-width: 700px;
  color: var(--muted);
  text-align: justify;
  text-align-last: left;
}

.artist-panel strong {
  color: inherit;
  font-weight: inherit;
}

.service-detail .button {
  margin-top: 1rem;
}

.mini-contact {
  padding-top: clamp(3rem, 6vw, 4.5rem);
}

.artist-hero {
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
}

.artist-media {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #050505;
  aspect-ratio: 1;
}

.artist-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) saturate(0.95) contrast(1.05);
}

.artist-placeholder,
.spotify-embed-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(0, 215, 247, 0.1), rgba(255, 23, 58, 0.08)),
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(255, 255, 255, 0.035) 17px 18px);
}

.artist-placeholder {
  min-height: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 300;
}

.spotify-embed-placeholder {
  min-height: 180px;
  border: 1px dashed rgba(32, 249, 106, 0.45);
  color: var(--green);
  font-weight: 800;
}

.spotify-embed {
  display: block;
  width: 100%;
  min-height: 352px;
  border: 0;
  border-radius: 8px;
  background: #000;
}

.roster-nav {
  max-width: calc(var(--max) + 12vw);
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 2rem;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
  align-items: center;
}

.quote {
  max-width: 760px;
}

.quote .button {
  margin-top: 1.25rem;
}

.campaign-strip {
  display: grid;
  gap: 1rem;
}

.campaign-strip span {
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(0, 215, 247, 0.18), rgba(255, 23, 58, 0.1)),
    var(--panel-soft);
  font-weight: 800;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
  max-width: calc(var(--max) + 12vw);
  margin: 0 auto;
  align-items: start;
}

.contact p {
  max-width: 720px;
}

.contact-button {
  margin-top: 1.1rem;
  min-width: 190px;
}

.site-footer {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 1rem;
  padding: 1.4rem 6vw;
  border-top: 1px solid var(--line);
  color: #8e8e8e;
  font-size: 0.78rem;
  text-transform: uppercase;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .about,
  .proof,
  .contact,
  .artist-hero,
  .service-detail-grid,
  .service-detail-stack .service-detail,
  .artist-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-copy {
    justify-items: center;
    text-align: center;
  }

  .portrait-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 2rem;
  }

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

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

  .service-mini:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .scene {
    inset: 18% 0 auto auto;
    width: 100%;
    min-height: 230px;
    opacity: 0.18;
  }

  .pop-logo,
  .stop-logo,
  .mwr-logo,
  .mw-brand-mark {
    width: min(100%, 560px);
  }

  .artist-hero {
    text-align: center;
  }

  .artist-copy {
    display: grid;
    justify-items: center;
  }
}

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

  .header-cta {
    min-height: 38px;
    padding: 0 0.7rem;
    font-size: 0.68rem;
  }

  .hero,
  .section-band,
  .page-hero,
  .artist-hero {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

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

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

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

  .service-mini:nth-child(3n) {
    border-right: 0;
  }

  .service-mini:nth-child(2n),
  .service-mini:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-mini {
    min-height: 240px;
  }

  .roster-grid {
    gap: 0.7rem;
  }

  .roster-card {
    aspect-ratio: 1 / 1;
  }

  .roster-card span {
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
    font-size: 0.62rem;
  }

  .service-icon-link {
    width: min(78vw, 260px);
  }

  .brand-slab {
    min-height: 380px;
  }

  .service-detail-grid,
  .service-detail-stack,
  .artist-detail-grid {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .service-detail,
  .artist-panel {
    min-height: 0;
  }


  .contact {
    align-items: start;
  }

  .contact-button {
    width: 100%;
  }

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