:root {
  --bg: #0d0710;
  --bg2: #1b111e;
  --mint: #c3e8cf;
  --rose: #e7a7b1;
  --paper: #fff6f3;
  --muted: rgba(255, 246, 243, 0.56);
  --line: rgba(195, 232, 207, 0.16);
  --mono: "Courier New", Courier, monospace;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  font-family: var(--mono);
  background:
    radial-gradient(circle at 10% 35%, rgba(231, 167, 177, .10), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(195, 232, 207, .06), transparent 24rem),
    linear-gradient(180deg, #09050b 0%, var(--bg2) 56%, #09070a 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.float {
  position: absolute;
  width: clamp(74px, 25vw, 130px);
  opacity: .055;
  filter: saturate(.55);
  animation: drift 18s ease-in-out infinite alternate;
}
.float--1 { left: -8%; top: 18%; animation-duration: 17s; }
.float--2 { right: -10%; top: 58%; animation-duration: 20s; animation-delay: -8s; }
.float--3 { right: -4%; top: 9%; animation-duration: 15s; animation-delay: -11s; }

.back {
  position: fixed;
  z-index: 20;
  top: 1rem;
  left: 1rem;
  padding: .55rem .7rem;
  color: rgba(255,246,243,.70);
  font-size: .68rem;
  letter-spacing: .12em;
  background: rgba(8,4,10,.42);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.back:hover,
.back:focus-visible { color: var(--mint); outline: none; }

main { position: relative; z-index: 5; }
.booking-hero {
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.15rem;
  padding: 5rem 1rem 3rem;
}
.book-title {
  color: var(--mint);
  font-family: var(--serif);
  font-size: clamp(4.2rem, 21vw, 7.1rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.065em;
  text-transform: lowercase;
  transition: transform 180ms ease, text-shadow 180ms ease, filter 180ms ease;
  animation: book-invite 3.2s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, text-shadow;
}
.book-title:hover,
.book-title:focus-visible {
  transform: translateY(-5px) scale(1.035);
  text-shadow:
    0 0 1.2rem rgba(195,232,207,.26),
    0 0 2.4rem rgba(195,232,207,.14);
  outline: none;
}
.photo-link {
  width: min(86vw, 470px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: clamp(1rem, 5vw, 1.9rem);
  box-shadow: 0 2rem 5rem rgba(0,0,0,.42);
}
.photo-link img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(.90) contrast(1.03) brightness(.93);
  transition: transform 300ms ease, filter 300ms ease;
}
.photo-link:hover img,
.photo-link:focus-visible img {
  transform: scale(1.018);
  filter: saturate(.98) contrast(1.04) brightness(.98);
}

.mixes {
  padding: clamp(4rem, 15vw, 7rem) 1rem clamp(5rem, 18vw, 9rem);
  border-top: 1px solid var(--line);
}
.mixes > * {
  width: min(100%, 920px);
  margin-left: auto;
  margin-right: auto;
}
h2 {
  margin-top: 0;
  margin-bottom: 1.4rem;
  color: var(--mint);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 17vw, 6rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: lowercase;
}
.mix-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 1.15rem;
  background: rgba(255,255,255,.025);
  transition: transform 180ms ease, border-color 180ms ease;
}
.mix-card:hover,
.mix-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(195,232,207,.32);
  outline: none;
}
.mix-art {
  position: relative;
  min-height: 235px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(231,167,177,.28), transparent 38%),
    radial-gradient(circle at 78% 74%, rgba(195,232,207,.15), transparent 42%),
    linear-gradient(140deg, #0d0910, #241327 55%, #0a1110);
}
.nts {
  position: absolute;
  left: 1rem;
  top: .75rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.7rem, 14vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -.09em;
}
.waveform {
  width: 84%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 1vw, 6px);
  opacity: .68;
}
.waveform i { width: 2px; height: 24%; background: rgba(255,246,243,.72); }
.waveform i:nth-child(3n) { height: 68%; }
.waveform i:nth-child(4n) { height: 43%; }
.waveform i:nth-child(5n) { height: 90%; }
.waveform i:nth-child(7n) { height: 58%; }
.play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: #0d0710;
}
.mix-copy {
  display: grid;
  gap: .35rem;
  padding: 1rem 1.05rem 1.1rem;
}
.mix-copy b {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 5vw, 1.65rem);
  font-weight: 400;
  line-height: 1.2;
}
.mix-copy span {
  color: var(--muted);
  font-size: .66rem;
  letter-spacing: .04em;
}


.mix-list {
  display: grid;
  gap: 1rem;
}

.mixcloud-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 1.15rem;
  background: rgba(255,255,255,.025);
}

.mixcloud-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
  padding: .95rem 1rem .75rem;
}

.mixcloud-copy b {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 4.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.15;
}

.mixcloud-copy a {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .04em;
}

.mixcloud-copy a:hover,
.mixcloud-copy a:focus-visible {
  color: var(--mint);
  outline: none;
}

.mixcloud-player {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 0;
  background: #111;
}

@keyframes book-invite {
  0%, 100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 .7rem rgba(195,232,207,.09);
  }
  50% {
    transform: translateY(-4px) scale(1.012);
    text-shadow:
      0 0 1rem rgba(195,232,207,.22),
      0 0 2rem rgba(195,232,207,.10);
  }
}

@media (min-width: 700px) {
  .back { top: 1.25rem; left: 1.5rem; }
  .booking-hero { gap: 1.5rem; padding-top: 5.5rem; }
  .book-title { font-size: clamp(5.4rem, 8vw, 8rem); }
  .photo-link { width: min(50vw, 520px); }
  .mix-card { grid-template-columns: 1.35fr .85fr; }
  .mix-art { min-height: 330px; }
  .mix-copy { align-content: end; padding: 1.6rem; }
}

@keyframes drift {
  from { transform: translate3d(-12px,-8px,0) rotate(-6deg); }
  to { transform: translate3d(28px,34px,0) rotate(8deg); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .book-title { text-shadow: 0 0 1rem rgba(195,232,207,.16); }
}


/* =========================================================
   2026-08-26 — DJ MOBILE / NTS POLISH
   Mobile-first: smaller portrait, better NTS card, top-right mixes,
   and additional very subtle background art.
   ========================================================= */

html { scroll-behavior: smooth; }

/* Keep the page controls balanced on both sides. */
.top-nav {
  position: fixed;
  z-index: 30;
  top: .85rem;
  left: .85rem;
  right: .85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.top-nav .back,
.top-nav .top-mixes { pointer-events: auto; }
.back {
  position: static !important;
  top: auto !important;
  left: auto !important;
}
.top-mixes {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: .45rem .72rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(8,4,10,.34);
  backdrop-filter: blur(10px);
  color: rgba(255,246,243,.72);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: lowercase;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.top-mixes:hover,
.top-mixes:focus-visible {
  color: var(--mint);
  border-color: rgba(195,232,207,.22);
  transform: translateY(-1px);
  outline: none;
}

/* Smaller hero image first on phones. */
.booking-hero {
  min-height: 100svh;
  gap: 1rem;
  padding: 5.4rem 1rem 3rem;
}
.book-title {
  font-size: clamp(3.7rem, 19vw, 6.2rem);
}
.photo-link {
  width: min(78vw, 350px) !important;
  border-radius: clamp(.9rem, 4vw, 1.6rem);
}
.photo-link img {
  aspect-ratio: 4 / 5;
  object-position: center 48%;
}

/* More floating art, but intentionally quieter than the music page. */
.float {
  width: clamp(66px, 21vw, 118px);
  opacity: .037;
  filter: saturate(.48) brightness(.88);
  animation-duration: 15s;
}
.float--1 { left: -7%; top: 19%; animation-duration: 14.5s; }
.float--2 { right: -9%; top: 55%; animation-duration: 17.8s; animation-delay: -8s; }
.float--3 { right: -5%; top: 10%; animation-duration: 13.5s; animation-delay: -10s; }
.float--4 { left: 9%; top: 72%; animation-duration: 16.2s; animation-delay: -5s; }
.float--5 { right: 16%; top: 79%; animation-duration: 14.9s; animation-delay: -12s; }
.float--6 { left: 28%; top: 8%; animation-duration: 18.1s; animation-delay: -7s; }

/* Replace the old generic NTS waveform with an editorial episode card. */
.nts-feature {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.115);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(231,167,177,.08), transparent 38%),
    rgba(255,255,255,.025);
  box-shadow: 0 1.6rem 4rem rgba(0,0,0,.18);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}
.nts-feature:hover,
.nts-feature:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(195,232,207,.30);
  box-shadow: 0 1.9rem 4.5rem rgba(0,0,0,.27);
  outline: none;
}
.nts-feature__art {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #080808;
}
.nts-feature__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.42));
  pointer-events: none;
}
.nts-feature__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.05) brightness(.82);
  transition: transform 320ms ease, filter 320ms ease;
}
.nts-feature:hover .nts-feature__art img,
.nts-feature:focus-visible .nts-feature__art img {
  transform: scale(1.025);
  filter: saturate(.90) contrast(1.06) brightness(.90);
}
.nts-feature__brand {
  position: absolute;
  z-index: 2;
  top: .8rem;
  left: .85rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.4rem, 13vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .8;
}
.nts-feature__play {
  position: absolute;
  z-index: 3;
  right: .85rem;
  bottom: .85rem;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: #0d0710;
  box-shadow: 0 .6rem 1.8rem rgba(0,0,0,.28);
  transition: transform 170ms ease, box-shadow 170ms ease;
}
.nts-feature:hover .nts-feature__play,
.nts-feature:focus-visible .nts-feature__play {
  transform: scale(1.06);
  box-shadow: 0 0 1.6rem rgba(195,232,207,.20), 0 .8rem 2rem rgba(0,0,0,.30);
}
.nts-feature__copy {
  display: grid;
  align-content: center;
  gap: .8rem;
  padding: 1.15rem 1.15rem 1.25rem;
}
.nts-feature__eyebrow {
  color: var(--rose);
  font-size: .60rem;
  line-height: 1.4;
  letter-spacing: .12em;
}
.nts-feature__copy h3 {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 7.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.nts-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.nts-feature__tags span {
  padding: .26rem .48rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,246,243,.54);
  font-size: .56rem;
  letter-spacing: .04em;
}
.nts-feature__listen {
  margin-top: .15rem;
  color: var(--mint);
  font-size: .66rem;
  letter-spacing: .07em;
}
.nts-feature__listen b { font-weight: 400; }

/* The old NTS card rules remain earlier in the file but are unused. */

@media (min-width: 700px) {
  .top-nav { top: 1.2rem; left: 1.5rem; right: 1.5rem; }
  .booking-hero { gap: 1.2rem; padding-top: 5.3rem; }
  .book-title { font-size: clamp(5rem, 7.4vw, 7rem); }
  .photo-link { width: min(36vw, 410px) !important; }

  .float { width: clamp(82px, 6.5vw, 128px); opacity: .032; }
  .float--4 { left: 12%; top: 70%; }
  .float--5 { right: 18%; top: 82%; }
  .float--6 { left: 34%; top: 9%; }

  .nts-feature {
    grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
  }
  .nts-feature__art { aspect-ratio: 1 / 1; }
  .nts-feature__copy { padding: clamp(1.5rem, 3vw, 2.25rem); }
  .nts-feature__copy h3 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
}

@media (min-width: 1100px) {
  .photo-link { width: min(29vw, 390px) !important; }
}

@media (max-width: 380px) {
  .top-nav { left: .6rem; right: .6rem; }
  .back, .top-mixes { font-size: .60rem; padding: .42rem .58rem; }
  .book-title { font-size: clamp(3.3rem, 18vw, 4.5rem); }
  .photo-link { width: min(82vw, 320px) !important; }
  .nts-feature__copy h3 { font-size: 1.48rem; }
}


/* =========================================================
   2026-08-26 — VISIBLE FLOATERS + STRONGER BOOK CTA
   Still subtle, but now actually visible. Mobile first.
   ========================================================= */

/* Main-site-like hand-drawn art, always behind content. */
.ambient {
  z-index: 1 !important;
}
main,
.top-nav {
  position: relative;
  z-index: 5;
}
.top-nav { position: fixed; z-index: 30; }

.float {
  width: clamp(82px, 25vw, 142px) !important;
  opacity: .10 !important;
  filter: saturate(.72) brightness(.96) !important;
  animation-name: dj-float-visible !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
  animation-direction: alternate !important;
  will-change: transform;
}
.float--1 { left: -5%; top: 20%; width: clamp(100px, 30vw, 164px) !important; opacity: .115 !important; animation-duration: 12.8s !important; }
.float--2 { right: 3%; top: 13%; width: clamp(72px, 21vw, 118px) !important; opacity: .085 !important; animation-duration: 14.6s !important; animation-delay: -7s !important; }
.float--3 { right: -4%; top: 38%; width: clamp(98px, 29vw, 158px) !important; opacity: .125 !important; animation-duration: 13.4s !important; animation-delay: -4s !important; }
.float--4 { left: 8%; top: 58%; width: clamp(82px, 24vw, 138px) !important; opacity: .09 !important; animation-duration: 15.2s !important; animation-delay: -10s !important; }
.float--5 { left: 33%; top: 8%; width: clamp(64px, 18vw, 105px) !important; opacity: .072 !important; animation-duration: 12.9s !important; animation-delay: -5s !important; }
.float--6 { right: 7%; top: 76%; width: clamp(104px, 31vw, 170px) !important; opacity: .108 !important; animation-duration: 15.8s !important; animation-delay: -12s !important; }
.float--7 { left: -3%; top: 81%; width: clamp(96px, 28vw, 154px) !important; opacity: .12 !important; animation-duration: 13.7s !important; animation-delay: -8s !important; }
.float--8 { right: 29%; top: 48%; width: clamp(72px, 20vw, 118px) !important; opacity: .075 !important; animation-duration: 14.9s !important; animation-delay: -3s !important; }

@keyframes dj-float-visible {
  0%   { transform: translate3d(-10px, -8px, 0) rotate(-7deg) scale(.97); }
  50%  { transform: translate3d(16px, 14px, 0) rotate(2deg) scale(1.02); }
  100% { transform: translate3d(32px, -20px, 0) rotate(9deg) scale(.99); }
}

/* Make BOOK ME read instantly as the action without adding a box. */
.book-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .08em;
  cursor: pointer;
  isolation: isolate;
  text-shadow:
    0 0 .9rem rgba(195,232,207,.20),
    0 0 2.2rem rgba(195,232,207,.08);
  animation: book-cta-breathe 2.35s ease-in-out infinite !important;
}
.book-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3%;
  right: 3%;
  bottom: -.08em;
  height: .08em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(195,232,207,.10), rgba(255,246,243,.55), rgba(195,232,207,.10), transparent);
  transform: scaleX(.62);
  opacity: .62;
  filter: blur(.2px);
  animation: book-underline-shimmer 2.35s ease-in-out infinite;
}
.book-title::after {
  content: "↗";
  width: 1.7em;
  height: 1.7em;
  display: inline-grid;
  place-items: center;
  margin-left: .08em;
  border: 1px solid rgba(195,232,207,.30);
  border-radius: 50%;
  background: rgba(195,232,207,.08);
  color: var(--mint);
  font-family: var(--mono);
  font-size: .16em;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 0 1rem rgba(195,232,207,.10);
  animation: book-arrow-nudge 1.55s ease-in-out infinite;
}
.book-title:hover,
.book-title:focus-visible {
  transform: translateY(-6px) scale(1.045) !important;
  filter: brightness(1.12);
  text-shadow:
    0 0 1.1rem rgba(195,232,207,.36),
    0 0 2.8rem rgba(195,232,207,.20),
    0 0 4.8rem rgba(231,167,177,.10) !important;
}
.book-title:hover::after,
.book-title:focus-visible::after {
  background: var(--mint);
  color: var(--bg);
  transform: translate(2px,-2px) scale(1.08);
}

@keyframes book-cta-breathe {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-5px) scale(1.018);
    filter: brightness(1.08);
  }
}
@keyframes book-arrow-nudge {
  0%, 100% { transform: translate(0,0); box-shadow: 0 0 .8rem rgba(195,232,207,.08); }
  50% { transform: translate(3px,-3px); box-shadow: 0 0 1.3rem rgba(195,232,207,.22); }
}
@keyframes book-underline-shimmer {
  0%, 100% { transform: scaleX(.55); opacity: .34; }
  50% { transform: scaleX(.95); opacity: .82; }
}

@media (min-width: 700px) {
  .float { width: clamp(94px, 7vw, 145px) !important; }
  .float--1 { left: 2%; top: 22%; width: clamp(128px, 9.5vw, 182px) !important; opacity: .105 !important; }
  .float--2 { right: 6%; top: 15%; width: clamp(82px, 6vw, 120px) !important; }
  .float--3 { right: 1%; top: 40%; width: clamp(124px, 9vw, 178px) !important; opacity: .115 !important; }
  .float--4 { left: 11%; top: 60%; width: clamp(96px, 7vw, 138px) !important; }
  .float--5 { left: 34%; top: 8%; width: clamp(74px, 5.5vw, 108px) !important; }
  .float--6 { right: 10%; top: 76%; width: clamp(126px, 9vw, 184px) !important; opacity: .10 !important; }
  .float--7 { left: 2%; top: 80%; width: clamp(116px, 8.5vw, 166px) !important; opacity: .11 !important; }
  .float--8 { right: 31%; top: 49%; width: clamp(82px, 6vw, 118px) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .float,
  .book-title,
  .book-title::before,
  .book-title::after { animation: none !important; }
  .book-title::after { transform: none !important; }
}
