:root {
  --bg: #050505;
  --surface: #101010;
  --surface-2: #140014;
  --text: #fff7ff;
  --muted: #c8b8c8;
  --gold: #f000ff;
  --gold-2: #ff5cff;
  --pink: #f000ff;
  --pink-2: #ff5cff;
  --pink-3: #9c00ff;
  --line: rgba(240, 0, 255, 0.24);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --pink-glow: rgba(240, 0, 255, .38);
  --radius: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
html,
body {
  cursor: url("assets/images/cursor-middle-finger.svg") 11 1, auto;
}
a,
button,
input,
textarea,
label,
.gallery-item {
  cursor: url("assets/images/cursor-middle-finger.svg") 11 1, pointer;
}
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(240, 0, 255, .2), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(156, 0, 255, .18), transparent 30rem),
    linear-gradient(180deg, #050505 0%, #120012 44%, #050505 100%);
  color: var(--text);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240,0,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 72%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(240,0,255,.07) 38% 39%, transparent 39% 100%),
    linear-gradient(65deg, transparent 0 62%, rgba(255,92,255,.08) 62% 63%, transparent 63% 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,0));
  transition: background .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  background: rgba(5, 0, 5, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 150px;
  min-height: 54px;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.58)) drop-shadow(0 0 18px rgba(240,0,255,.34));
  transform: rotate(-1deg);
  transition: transform .2s ease, filter .2s ease;
}
.brand:hover {
  transform: rotate(0deg) translateY(-1px);
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.64)) drop-shadow(0 0 26px rgba(240,0,255,.46));
}
.brand img {
  width: 100%;
  height: auto;
}
.brand::after {
  display: none;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 24px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav a:hover { color: var(--gold-2); }
.main-nav a {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--pink), var(--pink-2));
  transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px clamp(20px, 7vw, 96px) 72px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(240,0,255,.26), transparent 28rem),
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.42) 48%, rgba(0,0,0,.82)),
    linear-gradient(180deg, rgba(0,0,0,.08), #050505 96%),
    url("assets/images/biddie-live-dj.jpg") center / cover;
  transform: scale(1.04);
  animation: stageDrift 16s ease-in-out infinite alternate;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  filter: drop-shadow(0 18px 48px rgba(0,0,0,.55));
}
.hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero-logo {
  width: min(620px, 92vw);
  max-height: 270px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
  filter:
    drop-shadow(0 0 26px rgba(240, 0, 255, .62))
    drop-shadow(0 28px 52px rgba(0,0,0,.72));
  transform: rotate(-1.2deg);
}
.claim {
  margin: 22px 0 0;
  color: var(--gold-2);
  font-size: clamp(28px, 5vw, 68px);
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}
.subtitle {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 650;
  text-wrap: balance;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(0,0,0,.38);
  color: rgba(248,245,238,.9);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(240,0,255,.09);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
  box-shadow: 0 14px 38px rgba(0,0,0,.2);
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #090909; }
.btn.primary:hover { box-shadow: 0 0 34px rgba(240,0,255,.38); }
.btn.ghost { border-color: rgba(240,0,255,.44); background: rgba(240,0,255,.1); color: var(--text); }
.btn.text { color: var(--gold-2); padding-inline: 8px; }
.btn.compact { min-height: 44px; }
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  width: 28px;
  height: 46px;
  border: 1px solid rgba(240,0,255,.55);
  border-radius: 999px;
}
.scroll-cue::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink-2);
  animation: scrollDot 1.4s ease-in-out infinite;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 64px);
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.profile-section::before,
.tour-section::before,
.references-section::before {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  right: clamp(20px, 5vw, 64px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,0,255,.42), transparent);
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--pink-2));
}
h2 {
  margin: 0;
  font-size: clamp(36px, 6vw, 76px);
  line-height: .95;
  letter-spacing: 0;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.profile-grid, .press-layout, .booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}
.profile-media, .press-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
  border-radius: var(--radius);
}
.profile-media {
  position: relative;
}
.profile-media::after {
  content: "Live Energy";
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(240,0,255,.34);
  border-radius: 6px;
  background: rgba(0,0,0,.62);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.profile-media img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.profile-copy p, .bio-text p, .booking-copy p, .press-copy p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}
.bio-text p {
  margin: 0 0 16px;
}
.bio-text p:last-child {
  margin-bottom: 0;
}
.positioning {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--text) !important;
  font-weight: 700;
}
.artist-agency-link {
  display: inline-grid;
  gap: 12px;
  margin-top: 24px;
  transition: transform .2s ease, opacity .2s ease;
}
.artist-agency-link:hover {
  transform: translateY(-2px);
  opacity: .86;
}
.artist-agency-link span {
  color: var(--pink-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.artist-agency-link img {
  width: min(280px, 100%);
  height: auto;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.benefit-card, .reference-card {
  min-height: 158px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(240,0,255,.1)),
    rgba(10,10,10,.86);
  box-shadow: 0 18px 60px rgba(0,0,0,.24);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card::after, .reference-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 18%;
  height: 90px;
  transform: rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(240,0,255,.28), rgba(255,92,255,.2), transparent);
  opacity: 0;
  transition: opacity .24s ease;
}
.benefit-card:hover, .reference-card:hover, .gallery-item:hover { transform: translateY(-5px); border-color: rgba(240,0,255,.68); }
.benefit-card:hover::after, .reference-card:hover::after { opacity: 1; }
.benefit-card span {
  display: block;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px;
}
.benefit-card strong, .reference-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}
.reference-card p { color: var(--muted); margin-bottom: 0; }
.reference-card {
  min-height: 118px;
  padding: 18px;
}
.reference-card strong {
  font-size: 18px;
}
.reference-card p {
  font-size: 14px;
}

.gallery-social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr);
  gap: 18px;
  align-items: stretch;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease;
  padding: 0;
  color: inherit;
}
.gallery-item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.gallery-item:nth-child(2) img,
.gallery-item:nth-child(3) img { aspect-ratio: 4 / 3; }
.gallery-grid.compact .gallery-item img {
  aspect-ratio: 1 / 1;
}
.instagram-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 12%, rgba(240,0,255,.26), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(240,0,255,.08)),
    rgba(8,0,8,.82);
  box-shadow: 0 22px 70px rgba(0,0,0,.26);
}
.instagram-topline {
  color: var(--pink-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.instagram-panel strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1;
  overflow-wrap: anywhere;
}
.instagram-panel p {
  color: var(--muted);
  margin: 14px 0 20px;
}
.instagram-embed-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #050005;
}
.instagram-embed-wrap .instagram-media {
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.instagram-embed-wrap {
  margin-bottom: 20px;
}

.tour-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.tour-slider {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.025);
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
}
.tour-list {
  border-top: 1px solid var(--line);
}
.tour-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding-inline .2s ease;
}
.tour-item:hover {
  background: linear-gradient(90deg, rgba(240,0,255,.1), rgba(156,0,255,.08), transparent);
  padding-inline: 30px 18px;
}
.tour-date {
  color: var(--gold-2);
  font-size: 24px;
  font-weight: 900;
}
.tour-item strong { display: block; font-size: 21px; }
.tour-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(0,0,0,.32);
}
.tour-controls button {
  min-height: 40px;
  border: 1px solid rgba(240,0,255,.36);
  border-radius: 6px;
  background: rgba(240,0,255,.08);
  color: var(--text);
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.tour-controls button:disabled {
  cursor: not-allowed;
  opacity: .35;
}
.tour-controls span {
  color: var(--gold-2);
  font-weight: 900;
}

.press-section, .booking-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(240,0,255,.13), rgba(255,255,255,0) 36%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.08)),
    var(--surface-2);
}
.press-layout, .booking-layout {
  max-width: var(--max);
  margin: 0 auto;
}
.press-card {
  padding: 18px;
}
.press-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 6px; }

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5,5,5,.46);
  box-shadow: var(--shadow);
}
.booking-agency {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(240,0,255,.32);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(240,0,255,.14), rgba(156,0,255,.12)),
    rgba(0,0,0,.36);
  box-shadow: 0 22px 64px rgba(0,0,0,.24);
}
.agency-label {
  display: block;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.booking-agency strong {
  display: block;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  color: var(--text);
}
.booking-agency p {
  margin: 10px 0 0;
  font-size: 16px;
}
.booking-agency dl {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}
.booking-agency dl div {
  display: grid;
  gap: 2px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.booking-agency dt {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.booking-agency dd {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 750;
}
.booking-agency a:hover {
  color: var(--gold-2);
}
label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding: 14px;
  font: inherit;
  outline: none;
}
input[type="date"] {
  cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1) hue-rotate(245deg) saturate(2);
}
input:focus, textarea:focus { border-color: var(--gold); }
.wide { grid-column: 1 / -1; }
.form-status { margin: 0; color: var(--gold-2); font-weight: 700; }

.site-footer {
  padding: 42px clamp(20px, 5vw, 64px);
  display: grid;
  gap: 22px;
  background: #030303;
  border-top: 1px solid var(--line);
  max-width: none;
}
.footer-brand {
  width: 170px;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.52)) drop-shadow(0 0 18px rgba(240,0,255,.28));
}
.footer-brand img {
  width: 100%;
  height: auto;
}
#socialLinks, .legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}
#socialLinks a:hover, .legal a:hover { color: var(--gold-2); }
.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(240,0,255,.42);
  border-radius: 999px;
  background: rgba(240,0,255,.08);
  color: var(--pink-2);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.social-icon-link:hover {
  transform: translateY(-2px);
  background: rgba(240,0,255,.18);
  border-color: rgba(255,92,255,.78);
  color: var(--pink-2);
}
.social-icon-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-icon-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.legal-page {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
}
.legal-page h1 {
  margin: 24px 0 18px;
  font-size: clamp(48px, 10vw, 96px);
  line-height: .9;
}
.legal-page h2 {
  margin-top: 42px;
  font-size: clamp(26px, 4vw, 42px);
}
.legal-page p {
  color: var(--muted);
  font-size: 18px;
}
.back-link {
  color: var(--gold-2);
  font-weight: 850;
  text-transform: uppercase;
}

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.9);
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 82vh; border-radius: var(--radius); border: 1px solid var(--line); }
.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid var(--line);
  background: #111;
  color: var(--text);
  border-radius: 6px;
  padding: 12px 14px;
  font-weight: 800;
}

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(34px) scale(.985);
  filter: blur(8px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1), filter .75s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.js .benefit-card.reveal,
.js .reference-card.reveal,
.js .gallery-item.reveal,
.js .tour-item {
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

@keyframes stageDrift {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.08) translateX(-18px); }
}
@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 18px); opacity: 0; }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 16px 24px;
  }
  .brand {
    width: 132px;
    min-height: 48px;
  }
  .main-nav {
    gap: 13px;
    font-size: 12px;
  }
  .hero {
    padding-inline: 42px;
  }
  .hero-logo {
    width: min(540px, 86vw);
  }
  .reference-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .press-card img {
    max-height: 660px;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    gap: 18px;
  }
  .main-nav {
    max-width: 640px;
    row-gap: 12px;
  }
  .hero {
    min-height: 92svh;
    padding: 136px 32px 64px;
  }
  .hero-bg {
    background-position: 58% center;
  }
  .hero-logo {
    width: min(500px, 84vw);
  }
  .hero-actions .btn {
    min-width: 190px;
  }
  .profile-grid,
  .press-layout,
  .booking-layout,
  .gallery-social-layout {
    grid-template-columns: 1fr;
  }
  .profile-media {
    max-width: 620px;
  }
  .profile-media img {
    aspect-ratio: 4 / 4.6;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .instagram-panel {
    min-height: auto;
  }
  .press-card {
    max-width: 680px;
  }
  .press-card img {
    aspect-ratio: 4 / 4.8;
  }
}

@media (max-width: 860px) {
  body::before {
    background-size: 48px 48px;
  }
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.3);
    color: var(--text);
    border-radius: 6px;
    padding: 10px 12px;
    font-weight: 850;
    text-transform: uppercase;
  }
  .main-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: min(320px, calc(100vw - 36px));
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8,0,8,.97);
    box-shadow: 0 24px 80px rgba(0,0,0,.46);
    backdrop-filter: blur(16px);
  }
  .main-nav a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    min-height: 42px;
  }
  .main-nav.open { display: flex; }
  .hero {
    min-height: 92svh;
    padding: 128px 22px 58px;
  }
  .hero-bg {
    background:
      radial-gradient(circle at 36% 28%, rgba(240,0,255,.2), transparent 21rem),
      linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.7) 46%, #050505 97%),
      url("assets/images/biddie-live-dj.jpg") 58% center / cover;
  }
  .hero-logo { width: min(420px, 92vw); }
  .claim {
    font-size: clamp(26px, 8vw, 48px);
  }
  .subtitle {
    font-size: 18px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    flex: 1 1 100%;
    min-width: 0;
  }
  .btn.text {
    border: 1px solid rgba(240,0,255,.28);
    background: rgba(0,0,0,.22);
    padding-inline: 20px;
  }
  .hero-meta span {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }
  .section {
    padding: 72px 20px;
  }
  h2 {
    font-size: clamp(34px, 9vw, 54px);
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .profile-grid, .press-layout, .booking-layout { grid-template-columns: 1fr; }
  .benefit-grid, .gallery-social-layout { grid-template-columns: 1fr; }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid, .gallery-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-heading { align-items: flex-start; flex-direction: column; }
  .tour-item { grid-template-columns: 1fr; gap: 6px; }
  .booking-form { grid-template-columns: 1fr; padding: 16px; }
  .site-footer {
    padding: 36px 20px;
  }
  .footer-brand {
    width: 145px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }
  .brand {
    width: 116px;
    min-height: 42px;
  }
  .nav-toggle {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .main-nav {
    top: 66px;
    right: 12px;
    width: min(330px, calc(100vw - 24px));
  }
  .hero {
    min-height: 88svh;
    padding: 108px 16px 52px;
  }
  .hero-logo {
    width: min(340px, 92vw);
    max-height: 190px;
  }
  .claim {
    margin-top: 16px;
  }
  .subtitle {
    margin-top: 16px;
    font-size: 16px;
  }
  .hero-meta {
    gap: 8px;
  }
  .hero-meta span {
    flex-basis: 100%;
    min-height: 34px;
    font-size: 11px;
  }
  .section {
    padding: 60px 16px;
  }
  .section-kicker {
    font-size: 12px;
  }
  .section-kicker::before {
    width: 20px;
  }
  .profile-media::after {
    left: 12px;
    bottom: 12px;
  }
  .benefit-card,
  .reference-card,
  .booking-agency,
  .instagram-panel {
    padding: 16px;
  }
  .benefit-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }
  .reference-card {
    min-height: 92px;
  }
  .gallery-grid,
  .gallery-grid.compact {
    gap: 10px;
  }
  .tour-item {
    padding: 18px 16px;
  }
  .tour-item:hover {
    padding-inline: 16px;
  }
  .tour-date {
    font-size: 20px;
  }
  .tour-controls {
    padding: 14px;
  }
  .tour-controls button {
    padding: 0 12px;
    font-size: 12px;
  }
  .press-card {
    padding: 10px;
  }
  .press-card img {
    aspect-ratio: 3 / 4;
  }
  .booking-agency dd {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  input,
  textarea {
    font-size: 16px;
  }
  #socialLinks,
  .legal {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .hero-logo {
    width: min(300px, 92vw);
  }
  .claim {
    font-size: 30px;
  }
  .hero-actions .btn {
    min-height: 48px;
    font-size: 12px;
    padding-inline: 14px;
  }
  .gallery-grid,
  .gallery-grid.compact {
    grid-template-columns: 1fr;
  }
  .gallery-grid.compact .gallery-item img {
    aspect-ratio: 4 / 3;
  }
  .tour-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}

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