:root {
  color-scheme: dark;
  --bg: #101114;
  --surface: #181a20;
  --surface-2: #20232b;
  --text: #f6f2e9;
  --muted: #c7c0b4;
  --line: rgba(255,255,255,.14);
  --gold: #f5b84b;
  --gold-2: #d98a28;
  --teal: #36c0b2;
  --ink: #0b0c0f;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 5.8rem); max-width: 980px; }
h2 { font-size: clamp(1.85rem, 3.4vw, 3.2rem); }
h3 { font-size: 1.15rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem clamp(1rem, 4vw, 2rem);
  background: rgba(16,17,20,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  color: var(--ink);
  font-weight: 900;
}
.brand small { display: block; color: var(--muted); font-size: .76rem; margin-top: -.1rem; }
.nav-links { display: flex; align-items: center; gap: .45rem; }
.nav-links a, .nav-links span { padding: .6rem .8rem; color: var(--muted); border-radius: 7px; }
.nav-links span.is-current { color: var(--text); background: rgba(255,255,255,.05); }
.nav-links a:hover, .nav-links .nav-cta { color: var(--text); background: rgba(255,255,255,.08); }
.nav-toggle { display: none; }
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(7rem, 12vw, 10rem) clamp(1rem, 5vw, 4rem) clamp(2rem, 6vw, 5rem);
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,17,20,.96) 0%, rgba(16,17,20,.82) 38%, rgba(16,17,20,.38) 68%, rgba(16,17,20,.72) 100%),
    linear-gradient(0deg, rgba(16,17,20,.98), rgba(16,17,20,.08) 46%, rgba(16,17,20,.55)),
    url("/assets/dj-recruiting-hero.png") center / cover no-repeat;
  transform: scale(1.01);
}
.hero-content, .subhero { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; width: 100%; }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 760px; color: #eee7dc; }
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 800;
  font-size: .78rem;
  margin-bottom: .85rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 800;
}
.button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button.secondary { color: var(--text); background: rgba(255,255,255,.08); }
.button.full { width: 100%; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  max-width: 780px;
  margin: 2.3rem 0 0;
}
.trust-strip div, .panel, .apply-form, .card {
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.trust-strip div { padding: .85rem; }
.trust-strip dt { color: var(--gold); font-weight: 900; }
.trust-strip dd { margin: .1rem 0 0; color: var(--muted); }
.band {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 4vw, 2rem);
}
.band.alt { max-width: none; background: #15171c; }
.band.alt > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.intro-grid, .two-col, .conversion {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
.feature-list { display: grid; gap: .9rem; }
.feature-list article { padding-left: 1rem; border-left: 3px solid var(--teal); }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { display: block; padding: 1.15rem; min-height: 150px; }
.card span { display: block; font-weight: 900; color: var(--text); margin-bottom: .5rem; }
.card:hover { border-color: rgba(245,184,75,.72); transform: translateY(-2px); transition: .18s ease; }
.internal-links { padding-top: clamp(2.5rem, 5vw, 4rem); }
.section-head { margin-bottom: 1.4rem; }
.check-list { padding: 0; margin: 1.2rem 0 0; list-style: none; display: grid; gap: .6rem; color: var(--muted); }
.check-list li { position: relative; padding-left: 1.6rem; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55rem;
  width: .6rem;
  height: .6rem;
  border-radius: 2px;
  background: var(--teal);
}
.apply-form { display: grid; gap: .9rem; padding: clamp(1rem, 3vw, 1.5rem); }
.apply-form label { display: grid; gap: .35rem; color: var(--text); font-weight: 700; }
.apply-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; color: var(--muted); }
.apply-form .consent input { width: 18px; margin-top: .25rem; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0,0,0,.22);
  color: var(--text);
  padding: .85rem;
  font: inherit;
}
textarea { resize: vertical; }
.subhero {
  padding: clamp(6rem, 12vw, 9rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 5rem);
}
.subhero h1 { font-size: clamp(2.25rem, 5vw, 4.7rem); }
.panel { padding: clamp(1rem, 3vw, 1.5rem); }
.narrow { max-width: 860px; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
  background: #0c0d10;
}
.site-footer p { max-width: 560px; margin: .4rem 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .8rem; align-content: start; justify-content: flex-end; }
.site-footer a, .site-footer span { color: var(--muted); }
.site-footer span { opacity: .72; }
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 7px; padding: .55rem .75rem; }
  .nav-links { position: absolute; left: 1rem; right: 1rem; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: .75rem; background: #15171c; border: 1px solid var(--line); border-radius: 8px; }
  .nav-links.open { display: flex; }
  .intro-grid, .two-col, .conversion { grid-template-columns: 1fr; }
  .cards, .cards.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: 1fr; }
  .hero { min-height: 820px; }
}
@media (max-width: 560px) {
  .brand strong { font-size: .92rem; }
  .brand small { display: none; }
  .cards, .cards.three { grid-template-columns: 1fr; }
  .site-footer { display: grid; }
  .site-footer nav { justify-content: flex-start; }
  .hero-actions .button { width: 100%; }
}