:root {
  --black: #080a09;
  --charcoal: #1a1d1b;
  --money-green: #85bb65;
  --deep-green: #284b2f;
  --cream: #e8e1cf;
  --silver: #9a9e9b;
  --muted: #9a9e9b;
  --line: rgba(154, 158, 155, 0.22);
  --font-display: "Anton";
  --font-sans: "Space Grotesk";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }
::selection { background: var(--money-green); color: var(--black); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 10, 9, 0.72), transparent);
}

.wordmark { font: 400 2rem/1 var(--font-display); letter-spacing: 0.05em; }
.wordmark span, em { color: var(--money-green); font-style: normal; }
nav { display: flex; gap: 2.1rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
nav a, footer a { transition: color 0.2s ease; }
nav a:hover, nav a:focus-visible, footer a:hover, footer a:focus-visible { color: var(--money-green); }
.header-cta { border: 1px solid var(--money-green); color: var(--money-green); padding: 0.85rem 1.25rem; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; transition: 0.2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--money-green); color: var(--black); }

.hero { min-height: 780px; height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 130px 8vw 70px; background: var(--black); }
.hero-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8, 10, 9, 0.98) 0%, rgba(8, 10, 9, 0.78) 38%, rgba(40, 75, 47, 0.22) 72%, rgba(8, 10, 9, 0.4) 100%), linear-gradient(135deg, transparent 48%, rgba(133, 187, 101, 0.12) 100%), url('assets/mol-homepage-hero.webp'); background-size: cover; background-position: center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--black), transparent 34%); }
.hero-noise { position: absolute; inset: 0; opacity: 0.13; pointer-events: none; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; max-width: 880px; }
.eyebrow { margin: 0 0 1.3rem; color: var(--money-green); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--font-display), Impact, sans-serif; font-weight: 400; text-transform: uppercase; }
h1 { font-size: clamp(5.2rem, 11.5vw, 10.2rem); line-height: 0.8; letter-spacing: -0.025em; margin: 0; }
h1 em { display: inline-block; transform: skew(-6deg); }
.hero-copy { max-width: 540px; margin: 2rem 0 2.3rem; font-size: clamp(1rem, 1.55vw, 1.2rem); line-height: 1.7; color: var(--silver); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; gap: 2.5rem; align-items: center; padding: 1rem 1.4rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: transform 0.2s ease, background 0.2s ease; }
.button-primary { background: var(--money-green); color: var(--black); }
.button-ghost { border: 1px solid var(--line); background: rgba(8, 10, 9, 0.45); backdrop-filter: blur(4px); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.hero-stamp { position: absolute; z-index: 2; right: 5vw; bottom: 8vh; width: 132px; aspect-ratio: 1; border: 1px solid rgba(133, 187, 101, 0.72); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(8deg); color: var(--money-green); background: rgba(8, 10, 9, 0.28); box-shadow: 0 0 45px rgba(133, 187, 101, 0.12); backdrop-filter: blur(3px); }
.hero-stamp strong { font: 400 2rem var(--font-display); }
.hero-stamp span { font-size: 0.46rem; letter-spacing: 0.2em; }
.scroll-cue { position: absolute; z-index: 2; bottom: 38px; left: 5vw; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue span { color: var(--money-green); margin-left: 0.5rem; }

.ticker { overflow: hidden; background: var(--money-green); color: var(--black); padding: 0.7rem 0; white-space: nowrap; font: 400 1.25rem var(--font-display); letter-spacing: 0.08em; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { margin: 0 1.5rem; }
@keyframes ticker { to { transform: translateX(-40%); } }

.section { padding: 110px 8vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); align-items: end; gap: 2rem; margin-bottom: 3.5rem; }
h2 { font-size: clamp(3.7rem, 7vw, 7rem); line-height: 0.88; margin: 0; letter-spacing: -0.02em; }
.section-heading > p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.music { background: linear-gradient(180deg, rgba(40, 75, 47, 0.2), transparent 32%), var(--black); }
.catalog-note { margin: -2rem 0 2rem; color: var(--silver); opacity: 0.68; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.player-shell { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: 5vw; align-items: start; }
.playlist { max-height: 720px; overflow-y: auto; border-bottom: 1px solid var(--line); scrollbar-color: var(--money-green) var(--charcoal); scrollbar-width: thin; }
.track { display: grid; grid-template-columns: 40px 46px minmax(0, 1fr) auto; gap: 1rem; align-items: center; min-height: 88px; padding: 1rem 1rem 1rem 0; border-top: 1px solid var(--line); transition: padding 0.2s ease, background 0.2s ease; }
.track:hover, .track.is-active { padding-left: 1rem; background: linear-gradient(90deg, rgba(133, 187, 101, 0.14), transparent); }
.track.is-active { box-shadow: inset 2px 0 var(--money-green); }
.track-number { color: #777; font-size: 0.7rem; }
.track-play { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(133, 187, 101, 0.75); background: transparent; color: var(--money-green); cursor: pointer; font-size: 0.72rem; transition: 0.2s ease; }
.track-play:hover, .track-play:focus-visible, .track.is-active .track-play { background: var(--money-green); color: var(--black); }
.track-meta { min-width: 0; }
.track h3 { margin: 0 0 0.25rem; font-size: clamp(1.05rem, 1.8vw, 1.4rem); }
.track p { margin: 0; color: #777; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; }
.track time { color: #777; font-size: 0.7rem; font-variant-numeric: tabular-nums; }
.now-playing { position: sticky; top: 2rem; padding: 1rem 1rem 1.4rem; border: 1px solid rgba(133, 187, 101, 0.25); background: var(--black); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 0 55px rgba(40, 75, 47, 0.18); }
.player-art { position: relative; overflow: hidden; background: var(--deep-green); }
.player-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40, 75, 47, 0.08) 30%, rgba(8, 10, 9, 0.88)); box-shadow: inset 0 0 0 1px rgba(133, 187, 101, 0.12); pointer-events: none; }
.player-art img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(0.72) sepia(0.08) hue-rotate(62deg) contrast(1.1); }
.player-art > span { position: absolute; z-index: 2; left: 1rem; bottom: 0.9rem; color: var(--money-green); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.player-info { padding: 1.5rem 0 1.2rem; border-bottom: 1px solid var(--line); }
.player-info .player-kicker { margin: 0 0 0.65rem; color: var(--money-green); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.player-info h3 { margin: 0; font: 400 clamp(2rem, 4vw, 3.6rem)/0.95 var(--font-display); text-transform: uppercase; }
.player-info > p:last-child { margin: 0.65rem 0 0; color: #777; font-size: 0.68rem; }
.progress-group { padding-top: 1.25rem; }
.progress-range, .volume-control input { --range-progress: 0%; width: 100%; height: 3px; margin: 0; appearance: none; background: linear-gradient(90deg, var(--money-green) var(--range-progress), var(--charcoal) var(--range-progress)); cursor: pointer; }
.progress-range::-webkit-slider-thumb, .volume-control input::-webkit-slider-thumb { width: 13px; height: 13px; appearance: none; border: 0; border-radius: 50%; background: var(--money-green); }
.progress-range::-moz-range-thumb, .volume-control input::-moz-range-thumb { width: 13px; height: 13px; border: 0; border-radius: 50%; background: var(--money-green); }
.time-row { display: flex; justify-content: space-between; margin-top: 0.55rem; color: #777; font-size: 0.62rem; font-variant-numeric: tabular-nums; }
.player-controls { display: grid; grid-template-columns: 42px 58px 42px 1fr; gap: 0.75rem; align-items: center; margin-top: 1rem; }
.player-controls > button { display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: transparent; color: var(--cream); cursor: pointer; font-size: 0.72rem; }
.player-controls > button:hover, .player-controls > button:focus-visible { color: var(--money-green); }
.player-controls .main-play { width: 56px; height: 56px; border-radius: 50%; background: var(--money-green); color: var(--black); font-size: 1rem; }
.player-controls .main-play:hover, .player-controls .main-play:focus-visible { color: var(--black); transform: scale(1.04); }
.volume-control { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem; align-items: center; padding-left: 0.35rem; color: #777; font-size: 0.54rem; font-weight: 700; letter-spacing: 0.12em; }
.volume-control input { min-width: 70px; }
.player-message { min-height: 1rem; margin: 0.7rem 0 0; color: #8d9089; font-size: 0.66rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; background: var(--cream); color: var(--black); }
.story-visual { position: relative; min-height: 650px; }
.story-photo { position: absolute; inset: 80px 8% 0 12%; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.88) contrast(1.16); }
.story-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(8, 10, 9, 0.15); background: linear-gradient(180deg, rgba(40, 75, 47, 0.05) 42%, rgba(8, 10, 9, 0.62)); }
.outline-word { position: absolute; top: 0; left: -4%; font: 400 9rem/1 var(--font-display); color: transparent; -webkit-text-stroke: 1px rgba(40, 75, 47, 0.36); z-index: 2; }
.gold-block { position: absolute; z-index: 3; right: 0; bottom: 25px; width: 180px; height: 180px; background: var(--money-green); color: var(--black); display: grid; place-items: center; transform: rotate(3deg); }
.gold-block span { font: 400 1.5rem/1.05 var(--font-display); text-transform: uppercase; transform: rotate(-3deg); }
.story-copy .eyebrow { color: var(--deep-green); }
.story-copy > p:not(.eyebrow) { max-width: 630px; color: var(--charcoal); line-height: 1.8; }
.story-stats { display: flex; gap: 4rem; padding-top: 2rem; border-top: 1px solid rgba(154, 158, 155, 0.7); margin-top: 2.5rem; }
.story-stats div { display: flex; flex-direction: column; }
.story-stats strong { font: 400 2.8rem var(--font-display); color: var(--deep-green); }
.story-stats span { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; }

.artists { background: var(--black); }
.artists-heading { margin-bottom: 4.5rem; }
.artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.artist-card { min-height: 390px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; transition: background 0.25s ease, transform 0.25s ease; }
.artist-card::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -120px; bottom: -130px; border: 1px solid rgba(133, 187, 101, 0.24); box-shadow: 0 0 85px rgba(40, 75, 47, 0.46); }
.artist-card:hover { background: var(--charcoal); transform: translateY(-4px); }
.artist-card-top { display: flex; justify-content: space-between; align-items: center; color: #626660; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; }
.artist-mark { color: var(--money-green); font-size: 0.55rem; }
.artist-role { margin: 4.3rem 0 0.55rem; color: var(--money-green); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.artist-card h3 { margin: 0 0 1.4rem; font: 400 clamp(2.8rem, 4.7vw, 4.8rem)/0.9 var(--font-display); text-transform: uppercase; }
.artist-card > p:last-child { margin: 0; color: var(--silver); font-size: 0.93rem; line-height: 1.75; max-width: 39ch; position: relative; }

.visuals { min-height: 720px; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 110px 8vw; }
.visuals > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visuals-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 10, 9, 0.86) 0%, rgba(40, 75, 47, 0.2) 60%), linear-gradient(0deg, rgba(8, 10, 9, 0.9), transparent 55%); }
.visuals-copy { max-width: 700px; position: relative; z-index: 2; }
.visuals-copy p:last-child { max-width: 480px; color: var(--silver); line-height: 1.7; }

.manifesto { text-align: center; background: var(--deep-green); position: relative; overflow: hidden; }
.manifesto::before { content: "MONEY ON DA LOW"; position: absolute; inset: auto 0 -3vw; color: rgba(232, 225, 207, 0.045); font: 400 15vw/1 var(--font-display); white-space: nowrap; }
blockquote { position: relative; margin: 0; font-size: clamp(3rem, 7vw, 7.5rem); line-height: 0.98; }

.contact { min-height: 650px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 80% 30%, var(--deep-green) 0%, var(--black) 46%); }
.contact h2 { font-size: clamp(5rem, 11vw, 11rem); }
.contact-link { display: flex; gap: 2rem; margin-top: 2.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--money-green); color: var(--money-green); font-size: clamp(1rem, 2vw, 1.35rem); }
.socials { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; margin-top: 5rem; color: #747873; font-size: 0.65rem; letter-spacing: 0.13em; text-transform: uppercase; }

footer { min-height: 110px; padding: 2rem 5vw; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #858780; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; }
footer .wordmark { color: var(--cream); }

@media (max-width: 980px) {
  nav { gap: 1.25rem; }
  .player-shell { grid-template-columns: 1fr; }
  .playlist { max-height: 600px; }
  .now-playing { position: static; grid-row: 1; }
  .artist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 5vw; }
  nav { display: none; }
  .header-cta { padding: 0.7rem 0.8rem; font-size: 0.58rem; }
  .hero { min-height: 760px; padding: 110px 6vw 70px; align-items: flex-end; }
  .hero-art { background-image: linear-gradient(0deg, rgba(8, 10, 9, 0.98) 0%, rgba(8, 10, 9, 0.7) 54%, rgba(40, 75, 47, 0.2) 100%), url('assets/mol-homepage-hero.webp'); background-position: 60% center; }
  h1 { font-size: clamp(4.3rem, 21vw, 7rem); }
  .hero-copy { max-width: 34rem; }
  .hero-stamp { width: 90px; top: 100px; bottom: auto; }
  .hero-stamp strong { font-size: 1.45rem; }
  .scroll-cue { display: none; }
  .section { padding: 80px 6vw; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin: 0; }
  .catalog-note { margin-top: -1rem; }
  .playlist { max-height: 550px; }
  .track { grid-template-columns: 28px 42px minmax(0, 1fr) auto; gap: 0.65rem; min-height: 78px; padding-right: 0.5rem; }
  .track:hover, .track.is-active { padding-left: 0.5rem; }
  .track h3 { font-size: 1rem; }
  .player-controls { grid-template-columns: 38px 58px 38px 1fr; gap: 0.45rem; }
  .player-controls > button { width: 38px; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 500px; }
  .outline-word { font-size: 7rem; }
  .gold-block { width: 130px; height: 130px; }
  .gold-block span { font-size: 1.1rem; }
  .story-stats { gap: 2.5rem; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-card { min-height: 0; padding: 1.7rem; }
  .artist-role { margin-top: 3rem; }
  .visuals { min-height: 600px; padding: 80px 6vw; }
  .visuals > img { object-position: 58% center; }
  .visuals-shade { background: linear-gradient(0deg, rgba(8, 10, 9, 0.96), rgba(40, 75, 47, 0.18) 85%); }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .button, .track, .artist-card { transition: none; }
}
