:root {
  --na-accent: #d8d300;
  --na-black: #050505;
  --na-panel: #0d0d0d;
  --na-ink: #f3f3f0;
  --na-muted: rgba(243, 243, 240, 0.62);
  --na-line: rgba(255, 255, 255, 0.16);
  --na-gutter: clamp(22px, 5vw, 76px);
  --na-max: 1500px;
}

html { scroll-behavior: smooth; }
body.neon-artist-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--na-ink);
  background: var(--na-black);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.neon-artist-page *,
.neon-artist-page *::before,
.neon-artist-page *::after { box-sizing: border-box; }
.neon-artist-page a { color: inherit; text-decoration: none; }
.neon-artist-page [hidden] { display: none !important; }
.neon-artist-page main { display: flex; flex-direction: column; }
.neon-artist-page .shell { width: min(100%, var(--na-max)); margin-inline: auto; padding-inline: var(--na-gutter); }

.neon-artist-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  min-height: 78px;
  padding: 12px var(--na-gutter);
  color: #fff;
  background: linear-gradient(#070707cc, transparent);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.artist-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.artist-brand-logo {
  display: block;
  width: 124px;
  height: auto;
}
.neon-artist-page .main-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.7vw, 38px);
  width: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  overflow: visible;
  white-space: normal;
}
.neon-artist-page .main-nav a {
  position: relative;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}
.neon-artist-page .main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--na-accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.neon-artist-page .main-nav a:hover::after,
.neon-artist-page .main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.artist-menu-button { display: none; }

.neon-artist-page .hero {
  order: 0;
  min-height: 100svh;
  padding: 140px var(--na-gutter) 70px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3,3,3,.86), rgba(3,3,3,.44) 52%, rgba(3,3,3,.18)),
    linear-gradient(0deg, rgba(3,3,3,.48), transparent 55%),
    url("assets/hero-wide.png") center / cover no-repeat;
}
.neon-artist-page .hero-copy {
  width: min(650px, 100%);
  margin: 0;
  padding: 0;
}
.neon-artist-page .hero-copy .kicker {
  margin: 0 0 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.neon-artist-page .hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: .04em;
  text-shadow: 0 8px 34px rgba(0,0,0,.4);
}
.neon-artist-page .hero-title span { color: var(--na-accent); }
.neon-artist-page .hero-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 38px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 2;
}
.neon-artist-page .hero-intro > span { display: block; }
.neon-artist-page .hero-intro-en {
  margin-top: 14px;
  color: rgba(255,255,255,.68);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: .025em;
  text-transform: none;
}
.neon-artist-page .hero-actions {
  display: flex;
  gap: 26px;
  margin-top: 36px;
}
.neon-artist-page .hero-actions .button {
  justify-content: space-between;
  min-width: 150px;
  min-height: 42px;
  padding: 0 0 9px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.36);
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .16em;
}
.neon-artist-page .hero-actions .button.primary {
  color: #fff;
  background: transparent;
  border-bottom-color: var(--na-accent);
}
.neon-artist-page .hero-actions .button span { color: var(--na-accent); }
.neon-artist-page .hero-socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 32px;
}
.neon-artist-page .hero-socials a {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  min-height: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  background: rgba(3,3,3,.42);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
}
.neon-artist-page .hero-socials svg { width: 15px; height: 15px; }
.neon-artist-page .hero-socials a:first-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.neon-artist-page .hero-socials a:not(:first-child) svg {
  fill: currentColor;
  stroke: none;
}
.neon-artist-page .hero-socials a span { display: none; }

.neon-artist-page .video-section {
  order: 1;
  padding: 76px 0 96px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(216,211,0,.04), transparent 28%),
    #050505;
  border-top: 1px solid var(--na-line);
}
.neon-artist-page .public-portfolio,
.neon-artist-page .career-content {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.neon-artist-page .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
}
.neon-artist-page .section-heading .kicker {
  margin: 0 0 10px;
  color: var(--na-accent);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.neon-artist-page .section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 350;
  letter-spacing: .08em;
}
.neon-artist-page .portfolio-view-note { color: var(--na-muted); font-size: 9px; letter-spacing: .14em; }
.neon-artist-page .media-tabs {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  width: min(340px,100%);
  margin: 0 auto 30px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
}
.neon-artist-page .media-tab {
  min-height: 52px;
  padding: 0 14px;
  color: rgba(255,255,255,.4);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.neon-artist-page .media-tab:first-child {
  border-right: 1px solid rgba(255,255,255,.2);
}
.neon-artist-page .media-tab.active {
  color: var(--na-accent);
  background: transparent;
  border-bottom-color: var(--na-accent);
}
.neon-artist-page .public-video-grid,
.neon-artist-page .public-photo-grid,
.neon-artist-page .video-grid,
.neon-artist-page .photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}
.neon-artist-page .public-video-grid .video-card,
.neon-artist-page .video-grid .video-card {
  grid-column: span 4;
  overflow: hidden;
  color: #fff;
  background: #0b0b0b;
  border: 1px solid var(--na-line);
  border-radius: 0;
  box-shadow: none;
}
.neon-artist-page .video-card .video-thumb { border-radius: 0; }
.neon-artist-page .video-card .video-thumb img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  filter: saturate(.72) contrast(1.05);
}
.neon-artist-page .video-card > div { padding: 14px; color: rgba(255,255,255,.72); font-size: 9px; }
.neon-artist-page .photo-grid .photo-card,
.neon-artist-page .public-photo-grid .photo-card { grid-column: span 3; }
.neon-artist-page .photo-card {
  overflow: hidden;
  background: #0c0c0c;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.neon-artist-page .photo-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04);
  transition: transform .35s ease, filter .35s ease;
}
.neon-artist-page .photo-card:hover img { transform: scale(1.025); filter: saturate(1); }
.neon-artist-page .photo-category-tabs {
  grid-column: 1/-1;
  margin-bottom: 18px;
}
.neon-artist-page .genre-button,
.neon-artist-page .works-more-button {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
}
.neon-artist-page .genre-button.active {
  color: #111;
  background: var(--na-accent);
  border-color: var(--na-accent);
}
.neon-artist-page .career-lock {
  position: relative;
  min-height: 430px;
  margin-top: 90px;
  padding: 70px var(--na-gutter);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,3,3,.96), rgba(3,3,3,.55)),
    url("assets/hero-mobile.png") 72% 42% / cover;
  border: 1px solid var(--na-line);
  border-radius: 0;
  box-shadow: none;
}
.portfolio-lock-icon {
  position: absolute;
  top: 58px;
  right: var(--na-gutter);
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--na-accent);
  border: 1px solid rgba(216,211,0,.72);
  border-radius: 50%;
  background: rgba(3,3,3,.34);
}
.portfolio-lock-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.neon-artist-page .career-lock .kicker { color: var(--na-accent); }
.neon-artist-page .career-lock h2 { max-width: 520px; margin: 10px 0; color: #fff; font-size: clamp(34px,5vw,64px); font-weight: 350; }
.neon-artist-page .career-lock > p:not(.kicker) {
  max-width: 500px;
  margin: 26px 0 0;
  color: var(--na-muted);
  font-size: 12px;
  line-height: 1.9;
}
.neon-artist-page .career-lock-form {
  display: flex;
  align-items: end;
  gap: 10px;
  max-width: 500px;
  margin-top: 28px;
}
.neon-artist-page .career-lock-form label { flex: 1; color: rgba(255,255,255,.7); font-size: 9px; }
.neon-artist-page .career-lock-form input {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
}
.neon-artist-page .career-lock-form .button {
  min-height: 48px;
  color: #111;
  background: var(--na-accent);
  border-color: var(--na-accent);
  border-radius: 0;
}
.neon-artist-page .career-lock-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin-top: 22px;
  padding: 16px 0;
  color: var(--na-muted);
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.neon-artist-page .career-lock-contact span {
  padding: 0;
  color: rgba(255,255,255,.58);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 9px;
  letter-spacing: .14em;
}
.neon-artist-page .career-lock-contact a {
  min-height: auto;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .12em;
}
.neon-artist-page .career-lock-contact a::after {
  content: "\2192";
  margin-left: 14px;
  color: var(--na-accent);
}
.neon-artist-page .career-lock-contact a:hover,
.neon-artist-page .career-lock-contact a:focus-visible {
  color: var(--na-accent);
  background: transparent;
  transform: none;
}
.neon-artist-page .career-content { margin-top: 70px; }
.neon-artist-page .video-tools { color: #fff; }
.neon-artist-page .video-search input {
  color: #fff;
  background: #101010;
  border-color: var(--na-line);
}

.artist-about {
  order: 2;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 680px;
  background: #e9e9e7;
}
.artist-about-visual { min-height: 520px; overflow: hidden; background: #111; }
.artist-about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: grayscale(1) contrast(1.08);
}
.artist-about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 110px);
  color: #171717;
}
.artist-about-copy .kicker { color: #171717; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.artist-about-copy h2 { margin: 12px 0 26px; font-size: clamp(38px,5vw,72px); font-weight: 350; line-height: 1.18; }
.artist-about-copy > p:not(.kicker) { max-width: 560px; color: rgba(23,23,23,.7); line-height: 2; }
.artist-about-copy dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 34px 0; background: rgba(0,0,0,.16); }
.artist-about-copy dl div { padding: 18px; background: #f3f3f0; }
.artist-about-copy dt { font-size: 16px; font-weight: 800; }
.artist-about-copy dd { margin: 7px 0 0; color: rgba(23,23,23,.58); font-size: 9px; line-height: 1.5; }
.artist-about-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.artist-about-links a { padding-bottom: 5px; border-bottom: 1px solid #171717; font-size: 10px; letter-spacing: .08em; }

.artist-credentials {
  order: 3;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  background: #070707;
  border-block: 1px solid var(--na-line);
}
.artist-credentials > * { margin: 0; padding: 34px var(--na-gutter); border-right: 1px solid var(--na-line); }
.artist-credentials > div { display: grid; gap: 8px; }
.artist-credentials strong { color: rgba(255,255,255,.82); font-size: 17px; font-weight: 400; letter-spacing: .08em; }
.artist-credentials span { color: rgba(255,255,255,.42); font-size: 9px; }
.artist-credentials a { color: var(--na-accent); }

.neon-artist-page .services-section {
  order: 4;
  padding: clamp(76px,9vw,126px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(216,211,0,.07), transparent 30%),
    #080808;
  border: 0;
}
.neon-artist-page .services-section .menu-heading {
  margin-bottom: 38px;
  padding: 0 0 30px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.neon-artist-page .services-section .menu-heading .kicker {
  margin-bottom: 10px;
  color: var(--na-accent);
  font-size: 10px;
  letter-spacing: .22em;
}
.neon-artist-page .services-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px,7vw,86px);
  font-weight: 300;
  letter-spacing: .03em;
}
.neon-artist-page .service-lists {
  gap: 18px;
  background: transparent;
}
.neon-artist-page .service-list {
  display: grid;
  grid-template-areas:
    "media"
    "title"
    "list";
  grid-template-rows: auto auto 1fr;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #101010;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  box-shadow: none;
}
.neon-artist-page .service-list h3 {
  grid-area: title;
  margin: 0;
  padding: 26px 30px 18px;
  color: #fff;
  font-size: clamp(26px,3vw,38px);
  font-weight: 400;
  letter-spacing: .08em;
}
.neon-artist-page .service-list h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 14px;
  vertical-align: middle;
  background: var(--na-accent);
}
.neon-artist-page .service-list ul {
  grid-area: list;
  gap: 0;
  padding: 0 30px 30px;
  list-style: none;
}
.neon-artist-page .service-list li {
  position: relative;
  padding: 12px 24px 12px 0;
  color: rgba(255,255,255,.68);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
  letter-spacing: .04em;
}
.neon-artist-page .service-list li::after {
  content: "↗";
  position: absolute;
  right: 0;
  color: rgba(216,211,0,.72);
}
.neon-artist-page .service-media {
  grid-area: media;
  margin: 0;
  overflow: hidden;
  background: #171717;
  border-radius: 0;
}
.neon-artist-page .service-media img,
.neon-artist-page .service-media iframe {
  aspect-ratio: 16 / 10;
  filter: saturate(.68) contrast(1.08);
  transition: filter .3s ease, transform .4s ease;
}
.neon-artist-page .service-list:hover .service-media img {
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.02);
}

.neon-artist-page .business-teaser-section {
  order: 5;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  color: #fff;
  background: #050505;
}
.neon-artist-page .business-teaser-section::before {
  content: "";
  position: absolute;
  inset: 0 0 0 43%;
  background:
    linear-gradient(90deg, #050505 0%, transparent 32%),
    linear-gradient(0deg, rgba(3,3,3,.54), transparent 55%),
    url("assets/business-web-photo.jpg") 54% center / cover no-repeat;
  clip-path: polygon(15% 0,100% 0,100% 100%,0 100%);
  filter: grayscale(.72) contrast(1.14);
  opacity: .78;
}
.neon-artist-page .business-teaser-section::after {
  content: "CREATE / FOR BUSINESS";
  position: absolute;
  right: 28px;
  bottom: 22px;
  color: rgba(255,255,255,.3);
  font-size: 8px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
}
.neon-artist-page .business-teaser {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 38px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.neon-artist-page .business-teaser-copy { width: min(620px,56%); }
.neon-artist-page .business-teaser .kicker {
  color: var(--na-accent);
  font-size: 10px;
  letter-spacing: .22em;
}
.neon-artist-page .business-teaser h2 {
  max-width: 720px;
  margin: 14px 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px,5vw,64px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.neon-artist-page .business-teaser-lead {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  letter-spacing: .06em;
}
.neon-artist-page .business-teaser-button {
  min-width: 210px;
  justify-content: space-between;
  padding: 0 0 12px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--na-accent);
  border-radius: 0;
  letter-spacing: .14em;
}
.neon-artist-page .business-teaser-button::after {
  content: "→";
  margin-left: 30px;
  color: var(--na-accent);
}

.neon-artist-page .instagram-section {
  order: 6;
  padding: 80px 0;
  color: #fff;
  background: #0b0b0b;
}
.neon-artist-page .instagram-copy .kicker {
  margin-bottom: 24px;
  color: var(--na-accent);
  font-size: 11px;
  letter-spacing: .22em;
}
.neon-artist-page .sns-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--na-line);
}
.neon-artist-page .sns-list a {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  min-height: 76px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--na-line);
  border-bottom: 1px solid var(--na-line);
  border-radius: 0;
}
.neon-artist-page .sns-list a:hover,
.neon-artist-page .sns-list a:focus-visible {
  color: #111;
  background: var(--na-accent);
  border-color: var(--na-accent);
  box-shadow: none;
  transform: none;
}
.neon-artist-page .sns-list svg {
  width: 22px;
  height: 22px;
  justify-self: center;
}
.neon-artist-page .sns-list a:first-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.neon-artist-page .sns-list a:not(:first-child) svg {
  fill: currentColor;
  stroke: none;
}
.neon-artist-page .sns-list span {
  color: inherit;
  font-size: 11px;
  letter-spacing: .08em;
}
.neon-artist-page .instagram-embed,
.neon-artist-page .instagram-embed iframe {
  border-radius: 0;
  filter: none;
}

.neon-artist-page .booking-section {
  order: 7;
  width: 100%;
  max-width: none;
  padding: 110px var(--na-gutter);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,3,3,.94), rgba(3,3,3,.48)),
    url("assets/portfolio/landscape/landscape-003.jpg") center / cover;
}
.neon-artist-page .booking-form {
  width: min(100%, 720px);
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.neon-artist-page .booking-form .kicker { color: var(--na-accent); }
.neon-artist-page .booking-form h2 {
  margin: 12px 0 28px;
  color: #fff;
  font-size: clamp(50px,7vw,92px);
  font-weight: 300;
  letter-spacing: .04em;
}
.neon-artist-page .mail-request-grid { gap: 1px; background: var(--na-line); }
.neon-artist-page .mail-request-grid article { color: #fff; background: rgba(0,0,0,.72); border: 0; border-radius: 0; }
.neon-artist-page .mail-request-grid span { color: var(--na-accent); }
.neon-artist-page .mail-request-grid p { color: rgba(255,255,255,.64); }
.neon-artist-page .mail-request-button {
  justify-content: space-between;
  margin-top: 24px;
  color: #111;
  background: var(--na-accent);
  border-color: var(--na-accent);
  border-radius: 0;
}

.neon-artist-page .site-footer {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 32px var(--na-gutter);
  color: #fff;
  background: #030303;
  border-top: 1px solid var(--na-line);
}
.neon-artist-page .site-footer .artist-footer-brand,
.neon-artist-page .site-footer .artist-footer-brand:hover,
.neon-artist-page .site-footer .artist-footer-brand:focus-visible {
  color: #f7ef77;
  font-size: 25px;
  letter-spacing: .25em;
}
.neon-artist-page .site-footer p { margin: 0; color: rgba(255,255,255,.55); font-size: 8px; line-height: 1.5; }
.neon-artist-page .site-footer nav { display: flex; justify-content: center; gap: 18px; font-size: 8px; letter-spacing: .1em; }
.neon-artist-page .artist-footer-top {
  padding: 10px 14px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}
.neon-artist-page .artist-footer-top:hover { color: #030303; background: #f7ef77; border-color: #f7ef77; }
.neon-artist-page .site-footer small { color: rgba(255,255,255,.44); font-size: 8px; }
.artist-floating-cta { display: none; }

@media (max-width: 980px) {
  .artist-menu-button {
    position: relative;
    z-index: 83;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 50px;
    height: 48px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
  }
  .artist-menu-button span { width: 28px; height: 1px; margin-bottom: 7px; background: currentColor; transition: transform .2s ease; }
  .artist-menu-button small { font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
  .artist-menu-open .artist-menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .artist-menu-open .artist-menu-button span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .neon-artist-page .main-nav {
    position: fixed;
    inset: 0;
    z-index: 82;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    width: auto;
    padding: 90px 28px 40px;
    background: rgba(3,3,3,.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: .22s ease;
  }
  .artist-menu-open .main-nav { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .artist-menu-open { overflow: hidden; }
  .neon-artist-page .main-nav a { display: flex; justify-content: space-between; width: 100%; padding: 18px 4px; border-bottom: 1px solid var(--na-line); font-size: 16px; }
  .neon-artist-page .main-nav a::after { content: "→"; position: static; width: auto; height: auto; color: var(--na-accent); background: none; transform: none; }
  .artist-about { grid-template-columns: 1fr; }
  .artist-about-visual { min-height: 520px; }
  .artist-credentials { grid-template-columns: repeat(2,1fr); }
  .artist-credentials > * { padding: 28px var(--na-gutter); }
}

@media (max-width: 680px) {
  :root { --na-gutter: 18px; }
  body.neon-artist-page { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .neon-artist-page .site-header { min-height: 68px; padding: 10px 18px; background: rgba(3,3,3,.9); backdrop-filter: blur(10px); }
  .artist-brand-logo { width: 108px; }
  .neon-artist-page .hero {
    min-height: auto;
    padding: 112px 24px 88px;
    align-items: flex-start;
    background:
      linear-gradient(0deg, rgba(3,3,3,.92), rgba(3,3,3,.2) 62%),
      url("assets/hero-mobile.png") center / cover no-repeat;
  }
  .neon-artist-page .hero-title { font-size: clamp(44px,14vw,64px); }
  .neon-artist-page .hero-copy .kicker { margin-bottom: 22px; font-size: 8px; }
  .neon-artist-page .hero-copy > p:not(.kicker) { margin-top: 26px; font-size: 12px; }
  .neon-artist-page .hero-actions { flex-direction: column; gap: 12px; }
  .neon-artist-page .hero-actions .button { width: 100%; }
  .neon-artist-page .hero-socials { gap: 10px; margin-top: 24px; }
  .neon-artist-page .hero-socials a {
    flex: 0 0 42px;
    width: 42px;
    min-height: 42px;
    height: 42px;
    padding: 0;
    border-color: rgba(255,255,255,.5);
  }
  .neon-artist-page .video-section { padding: 58px 0 72px; }
  .neon-artist-page .section-heading { flex-direction: column; align-items: flex-start; }
  .neon-artist-page .public-portfolio .section-heading {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .neon-artist-page .public-portfolio .section-heading .kicker { margin: 0; }
  .neon-artist-page .public-portfolio .portfolio-view-note {
    margin: 0;
    text-align: right;
    white-space: nowrap;
  }
  .neon-artist-page .public-media-tabs { margin-bottom: 28px; }
  .neon-artist-page .public-video-grid,
  .neon-artist-page .public-photo-grid,
  .neon-artist-page .video-grid,
  .neon-artist-page .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .neon-artist-page .public-video-grid .video-card,
  .neon-artist-page .video-grid .video-card,
  .neon-artist-page .photo-grid .photo-card,
  .neon-artist-page .public-photo-grid .photo-card { grid-column: span 1; }
  .neon-artist-page .video-card > div {
    display: flex;
    min-height: 66px;
    align-items: flex-start;
    padding: 10px;
    line-height: 1.55;
  }
  .neon-artist-page .career-lock {
    min-height: auto;
    margin-top: 56px;
    padding: 38px 22px 42px;
    background-position: 58% center;
  }
  .portfolio-lock-icon { top: 28px; right: 22px; width: 42px; height: 42px; }
  .neon-artist-page .career-lock .kicker { max-width: calc(100% - 58px); }
  .neon-artist-page .career-lock > p:not(.kicker) { margin-top: 24px; font-size: 11px; line-height: 1.8; }
  .neon-artist-page .career-lock-form {
    flex-direction: row;
    align-items: end;
    gap: 8px;
    margin-top: 24px;
  }
  .neon-artist-page .career-lock-form .button {
    flex: 0 0 92px;
    width: 92px;
    padding-inline: 8px;
  }
  .neon-artist-page .career-lock-contact {
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 0;
  }
  .neon-artist-page .career-lock-contact span,
  .neon-artist-page .career-lock-contact a { font-size: 8px; }
  .artist-about { min-height: 0; }
  .artist-about-visual {
    min-height: 0;
    height: clamp(240px, 76vw, 310px);
  }
  .artist-about-copy { padding: 52px 24px; }
  .artist-about-copy dl { grid-template-columns: 1fr; }
  .artist-credentials { grid-template-columns: 1fr; }
  .artist-credentials > * { border-right: 0; border-bottom: 1px solid var(--na-line); }
  .neon-artist-page .services-section { padding: 68px 0; }
  .neon-artist-page .service-lists { grid-template-columns: 1fr; }
  .neon-artist-page .business-teaser-section,
  .neon-artist-page .business-teaser { min-height: 440px; }
  .neon-artist-page .business-teaser-section::before {
    inset: 0;
    background:
      linear-gradient(0deg, rgba(3,3,3,.94) 0%, rgba(3,3,3,.55) 65%, rgba(3,3,3,.2)),
      url("assets/business-web-photo.jpg") 58% center / cover no-repeat;
    clip-path: none;
    opacity: .7;
  }
  .neon-artist-page .business-teaser-section::after { right: 14px; bottom: 18px; }
  .neon-artist-page .business-teaser {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    padding-top: 54px;
    padding-bottom: 40px;
  }
  .neon-artist-page .business-teaser-copy { width: 100%; }
  .neon-artist-page .business-teaser h2 {
    max-width: 270px;
    margin: 10px 0 16px;
    font-size: 34px;
    line-height: 1.14;
  }
  .neon-artist-page .business-teaser-lead { max-width: 260px; font-size: 10px; line-height: 1.7; }
  .neon-artist-page .business-teaser-button { width: 100%; min-width: 0; }
  .neon-artist-page .instagram-layout { grid-template-columns: 1fr; }
  .neon-artist-page .booking-section { padding: 76px 24px 120px; }
  .neon-artist-page .mail-request-grid { grid-template-columns: 1fr; }
  .neon-artist-page .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 38px 24px; }
  .neon-artist-page .site-footer nav { flex-wrap: wrap; justify-content: flex-start; }
  .neon-artist-page .artist-footer-top { justify-self: start; min-width: 72px; text-align: center; }
  .artist-floating-cta {
    position: fixed;
    z-index: 96;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 22px;
    color: #111;
    background: var(--na-accent);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(0,0,0,.34);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .neon-artist-page *,
  .neon-artist-page *::before,
  .neon-artist-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Keep the mobile drawer above shared site styles and fully legible. */
@media (max-width: 980px) {
  body.neon-artist-page.artist-menu-open {
    overflow: hidden !important;
  }

  body.neon-artist-page .site-header {
    z-index: 1000 !important;
  }

  body.neon-artist-page #artistNavigation {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    width: auto !important;
    min-height: 100dvh !important;
    padding: 92px 28px 40px !important;
    color: #fff !important;
    background: #050505 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
    pointer-events: none !important;
  }

  body.neon-artist-page.artist-menu-open #artistNavigation {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.neon-artist-page #artistNavigation a {
    display: flex !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
  }

  body.neon-artist-page .artist-menu-button {
    z-index: 1001 !important;
    color: #fff !important;
  }
}
