:root {
  --lime: #c8dd37;
  --black: #090909;
  --white: #f5f5ed;
  --grey: #a4a5af;
  --line: rgba(9, 9, 9, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--lime);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(24px, calc((100vw - var(--max))/2));
  background: color-mix(in srgb, var(--lime) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--black);
}
.brand {
  text-decoration: none;
  font-weight: 1000;
  font-size: 1.45rem;
  letter-spacing: -.06em;
}
.nav { display: flex; gap: 24px; font-weight: 800; font-size: .85rem; text-transform: uppercase; }
.nav a { text-decoration: none; }
.nav a:hover { text-decoration: underline; text-decoration-thickness: 3px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; cursor: pointer; }

.hero {
  min-height: calc(100vh - 66px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 74px 24px 56px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.eyebrow { font-weight: 900; letter-spacing: .14em; font-size: .75rem; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(6rem, 17vw, 12rem);
  letter-spacing: -.06em;
  line-height: .8;
  transform: scaleX(.9);
  transform-origin: left;
}
.hero-subtitle {
  margin: 28px 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 14px 20px;
  border: 2px solid var(--black);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--black);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--black); }
.btn-dark { background: var(--black); color: var(--lime); }
.btn-outline { background: transparent; }

.hero-art { position: relative; display: grid; place-items: center; min-height: 560px; }
.cat-wrap {
  width: min(520px, 88vw);
  aspect-ratio: 1;
  border: 3px solid var(--black);
  border-radius: 42% 58% 50% 47% / 47% 43% 57% 53%;
  overflow: hidden;
  transform: rotate(3deg);
  box-shadow: 18px 18px 0 var(--black);
  background: var(--lime);
}
.cat-wrap img { width: 100%; height: 100%; object-fit: cover; }
.sticker {
  position: absolute;
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--black);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--black);
}
.sticker-one { left: 2%; bottom: 14%; transform: rotate(-8deg); }
.sticker-two { right: 0; top: 16%; transform: rotate(8deg); }

.ticker { overflow: hidden; background: var(--black); color: var(--lime); border-block: 2px solid var(--black); }
.ticker-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.ticker span { padding: 14px 28px 14px 0; font-weight: 1000; font-size: 1.15rem; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.section-heading h2 {
  margin: 8px 0 20px;
  max-width: 850px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .92;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.section-heading p:not(.eyebrow) { max-width: 700px; font-size: 1.05rem; line-height: 1.6; }

.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.bio-grid .section-heading { grid-column: 1 / -1; }
.bio-copy { font-size: 1.18rem; line-height: 1.65; }
.bio-copy p:first-child { margin-top: 0; }
.photo-card { min-height: 440px; border: 3px solid var(--black); box-shadow: 12px 12px 0 var(--black); background: var(--grey); }
.photo-placeholder {
  height: 100%; min-height: 440px; display: grid; place-content: center; gap: 10px; text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)),
    repeating-linear-gradient(45deg, #a4a5af 0 18px, #9697a1 18px 36px);
  color: var(--white);
}
.photo-placeholder span { font-family: Impact, sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: .9; }
.photo-placeholder small { font-weight: 700; line-height: 1.5; }

.section-dark {
  max-width: none;
  background: var(--black);
  color: var(--white);
}
.section-dark > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-dark .eyebrow { color: var(--lime); }
.muted { color: #b9b9b0; }
code { font-family: Consolas, monospace; font-size: .9em; }
.video-frame { aspect-ratio: 16/9; margin-top: 40px; border: 3px solid var(--lime); box-shadow: 12px 12px 0 var(--lime); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.media-section { overflow: hidden; }
.media-embeds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 46px;
}
.media-card {
  background: #151515;
  padding: 16px;
  border: 3px solid var(--lime);
  box-shadow: 10px 10px 0 var(--lime);
}
.media-card-youtube { grid-column: 1 / -1; }
.media-label {
  margin: 0 0 14px;
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.media-credit { margin: 10px 0 0; }
.media-credit a { color: var(--white); font-weight: 800; }
.soundcloud-player, .mixcloud-player { display: block; border: 0; }
.spotify-heading { margin-top: 80px; }
.spotify-heading h3 {
  margin: 8px 0 24px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  text-transform: uppercase;
  line-height: .95;
}
.spotify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.spotify-card { background: #151515; padding: 16px; border: 3px solid var(--lime); box-shadow: 10px 10px 0 var(--lime); }
.embed-note { color: var(--white); margin: 12px 4px 0; font-size: .85rem; }

.gig-list { border-top: 3px solid var(--black); }
.gig {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 3px solid var(--black);
}
.gig time { font-weight: 900; }
.gig time span { display: block; font-family: Impact, sans-serif; font-size: 3.3rem; line-height: .8; }
.gig h3 { margin: 0 0 6px; font-size: 1.5rem; }
.gig p { margin: 0; }
.gig a { font-weight: 900; text-decoration: none; }
.small-note { margin-top: 18px; font-size: .83rem; opacity: .7; }

.contact { padding-top: 40px; padding-bottom: 110px; }
.contact-panel {
  padding: clamp(30px, 6vw, 70px);
  background: var(--black);
  color: var(--white);
  border: 3px solid var(--black);
  box-shadow: 14px 14px 0 rgba(9,9,9,.22);
}
.contact-panel .eyebrow { color: var(--lime); }
.contact-panel h2 { margin: 5px 0 15px; font-family: Impact, sans-serif; font-size: clamp(4rem, 9vw, 8rem); line-height: .88; }
.mail-link { display: inline-block; margin-top: 26px; color: var(--lime); font-size: clamp(1.4rem, 4vw, 3.2rem); font-weight: 900; text-decoration-thickness: 3px; }
.socials { margin-top: 48px; display: flex; gap: 12px; flex-wrap: wrap; }
.socials a { border: 1px solid var(--white); padding: 10px 13px; text-decoration: none; font-weight: 800; }
.socials a:hover { background: var(--lime); color: var(--black); border-color: var(--lime); }

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(24px, calc((100vw - var(--max))/2));
  border-top: 2px solid var(--black);
  font-weight: 900;
  font-size: .82rem;
  text-transform: uppercase;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    display: none;
    flex-direction: column;
    gap: 0;
    background: var(--lime);
    border-bottom: 2px solid var(--black);
  }
  .nav.open { display: flex; }
  .nav a { padding: 16px 24px; border-top: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-art { min-height: 430px; }
  .bio-grid, .spotify-grid, .media-embeds { grid-template-columns: 1fr; }
  .media-card-youtube { grid-column: auto; }
  .gig { grid-template-columns: 86px 1fr; }
  .gig > a { grid-column: 2; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Anchor offset for sticky navigation */
#bio,
#mixes,
#playlist,
#gigs,
#contact {
  scroll-margin-top: 100px;
}

/* Full-height live photo */
.photo-live {
  display: block;
  min-height: 440px;
  padding: 0;
  background: var(--grey);
  overflow: hidden;
}

.dj-photo {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
