:root {
  --ink: #0a0a09;
  --paper: #e9e8e1;
  --muted: #9a9992;
  --line: rgba(233, 232, 225, 0.22);
  --acid: #99bd37;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--acid); color: var(--ink); }

.nav { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: flex-end; padding: 28px 4vw; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.navLinks { display: flex; gap: 34px; }
.navLinks a { opacity: .8; transition: opacity .2s; }
.navLinks a:hover { opacity: 1; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 0 4vw 7vh; overflow: hidden; }
.heroImage { position: absolute; inset: 0; background: url("/media/cv1-hero.jpg") center 45% / cover no-repeat; filter: saturate(.65) contrast(1.06); transform: scale(1.01); animation: settle 1.8s cubic-bezier(.2,.8,.2,1) both; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.56) 0%, rgba(3,3,3,.08) 63%), linear-gradient(0deg, rgba(3,3,3,.78) 0%, transparent 55%); }
.heroContent { position: relative; z-index: 2; }
.eyebrow, .index { margin: 0 0 22px; color: var(--acid); font: 700 11px/1.2 monospace; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0 0 -1.5vw; font-size: clamp(112px, 20vw, 300px); line-height: .75; letter-spacing: -.085em; font-weight: 900; }
.heroClaim { max-width: 560px; margin: 38px 0 30px; font-size: clamp(22px, 2.3vw, 38px); line-height: 1.04; letter-spacing: -.04em; }
.heroActions { display: flex; gap: 10px; }
.button { display: inline-flex; min-width: 132px; justify-content: center; padding: 15px 25px; border: 1px solid var(--paper); text-transform: uppercase; font: 700 11px/1 monospace; letter-spacing: .13em; transition: background .2s, color .2s; }
.buttonLight { background: var(--paper); color: var(--ink); }
.buttonGhost:hover { background: var(--paper); color: var(--ink); }
.section { padding: 120px 4vw; }
.sectionHead { display: grid; grid-template-columns: 3fr 1fr; align-items: end; margin-bottom: 54px; }
.section h2 { margin: 0; font-size: clamp(52px, 8vw, 124px); line-height: .9; letter-spacing: -.065em; font-weight: 700; }
.sectionHead h2 { font-size: clamp(50px, 6vw, 96px); }
.sectionNote { color: var(--muted); max-width: 290px; margin: 0 0 5px auto; line-height: 1.5; }
.releaseGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.coverWrap { position: relative; aspect-ratio: 1; overflow: hidden; background: #171715; }
.coverWrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.coverAction { position: absolute; right: 14px; bottom: 14px; padding: 12px 15px; background: var(--paper); color: var(--ink); font: 700 10px/1 monospace; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .25s; }
.releaseCard:hover img { transform: scale(1.025); filter: brightness(.72); }
.releaseCard:hover .coverAction { opacity: 1; transform: translateY(0); }
.releaseMeta { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 0; }
.releaseMeta h3 { margin: 0 0 6px; font-size: 18px; letter-spacing: -.02em; }
.releaseMeta p, .releaseMeta span { margin: 0; color: var(--muted); font: 500 11px/1.4 monospace; text-transform: uppercase; }
.releaseMeta span { text-align: right; }
.about { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; background: var(--paper); color: var(--ink); }
.aboutImage { height: min(78vw, 900px); overflow: hidden; }
.aboutImage img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: grayscale(1) contrast(1.05); }
.aboutCopy { max-width: 650px; }
.aboutCopy h2 { margin-bottom: 48px; }
.aboutCopy > p:not(.index) { max-width: 570px; font-size: 17px; line-height: 1.72; color: #3e3e39; }
.aboutCopy .labelLine { margin-top: 42px; border-top: 1px solid rgba(10,10,9,.22); padding-top: 18px; font-family: monospace; font-size: 12px !important; text-transform: uppercase; }
.mix { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; min-height: 72vh; background: #11110f; }
.mixIntro > p:last-child { max-width: 450px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.player { padding-bottom: 8px; }
.player iframe { display: block; border: 0; }
.soundcloudCredit { overflow: hidden; color: #cccccc; font: 100 10px/1.4 Interstate, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif; line-break: anywhere; overflow-wrap: normal; white-space: nowrap; text-overflow: ellipsis; }
.contact { min-height: 88vh; display: flex; flex-direction: column; justify-content: space-between; }
.contact h2 { font-size: clamp(72px, 13vw, 190px); }
.email { align-self: flex-start; margin: 55px 0 120px; padding-bottom: 8px; border-bottom: 1px solid var(--paper); font-size: clamp(18px, 3vw, 46px); letter-spacing: -.04em; }
.contactBottom { display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 25px; color: var(--muted); font: 500 10px/1.5 monospace; text-transform: uppercase; }
.socials { display: flex; gap: 28px; color: var(--paper); }

@keyframes settle { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.01); } }

@media (max-width: 800px) {
  .nav { padding: 20px; }
  .navLinks { gap: 15px; }
  .navLinks a:nth-child(2), .navLinks a:nth-child(3) { display: none; }
  .hero { padding: 0 20px 38px; min-height: 100svh; }
  .heroImage { background-position: 56% center; }
  .hero h1 { font-size: clamp(104px, 39vw, 165px); margin-left: -6px; }
  .heroClaim { margin-top: 30px; font-size: 24px; }
  .section { padding: 82px 20px; }
  .sectionHead { grid-template-columns: 1fr; gap: 10px; }
  .sectionNote { margin: 12px 0 0; }
  .releaseGrid { grid-template-columns: 1fr; gap: 44px; }
  .coverAction { opacity: 1; transform: none; }
  .about { grid-template-columns: 1fr; gap: 58px; }
  .aboutImage { height: 125vw; }
  .aboutCopy h2 { margin-bottom: 35px; }
  .mix { grid-template-columns: 1fr; min-height: auto; gap: 70px; }
  .contact { min-height: 80vh; }
  .contact h2 { font-size: 22vw; }
  .email { margin: 52px 0 90px; font-size: 18px; }
  .contactBottom { align-items: flex-start; flex-direction: column; gap: 34px; }
  .socials { flex-wrap: wrap; gap: 16px 22px; }
}

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