:root {
  --ink: #0a0a0b;
  --surface: #141418;
  --surface-raised: #17171b;
  --paper: #f4f1e8;
  --violet: #5b52ff;
  --lime: #c9ff38;
  --pink: #ff4fc8;
  --muted-dark: #a7a5a0;
  --muted-paper: #4e4d4a;
  --line-dark: #2a2a2d;
  --line-paper: #c9c5ba;
  --display: "Anton", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --gutter: max(1.25rem, env(safe-area-inset-left));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--body); line-height: 1.55; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: var(--focus-shadow, 0 0 transparent), 0 0 0 2px var(--paper), 0 0 0 5px var(--ink); }
.ticker-accessible, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: .75rem; left: var(--gutter); padding: .75rem 1rem; background: var(--lime); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(100%, 90rem); margin-inline: auto; overflow: clip; background: var(--ink); }
.section-inner { width: 100%; padding-inline: var(--gutter); }
.desktop-nav { display: none; }
.mobile-nav { position: relative; }
.mobile-nav summary { min-height: 44px; display: inline-flex; align-items: center; cursor: pointer; list-style: none; font-size: .6875rem; font-weight: 800; letter-spacing: .08rem; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary::after { content: "+"; margin-left: .5rem; font-size: 1rem; }
.mobile-nav[open] summary::after { content: "−"; }
.mobile-nav nav { position: absolute; z-index: 10; top: calc(100% + .5rem); right: 0; width: min(18rem, calc(100vw - (var(--gutter) * 2))); padding: .5rem; border: 1px solid var(--line-dark); background: var(--surface-raised); box-shadow: 0 1rem 2rem rgba(0, 0, 0, .3); }
.mobile-nav nav a { min-height: 44px; display: flex; align-items: center; padding-inline: .75rem; font-size: .75rem; font-weight: 800; letter-spacing: .055rem; text-transform: uppercase; }

.site-header { min-height: 4.5rem; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); background: var(--ink); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: .625rem; }
.brand-mark, h1, h2, h3, .promise-grid strong { font-family: var(--display); text-transform: uppercase; font-weight: 400; }
.brand-mark { font-size: 2.125rem; line-height: 1; letter-spacing: -.05rem; }
.brand-detail { color: var(--muted-dark); font-size: .5rem; line-height: 1; font-weight: 800; letter-spacing: .075rem; text-transform: uppercase; }
.desktop-nav a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; font-size: .6875rem; font-weight: 800; letter-spacing: .065rem; text-transform: uppercase; }
.desktop-nav .nav-cta { padding: .7rem 1rem; border: 1px solid var(--violet); border-radius: 999px; color: var(--paper); }

.hero { min-height: 48rem; position: relative; isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade, .hero-beam { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; z-index: -3; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(10, 10, 11, .96), rgba(10, 10, 11, .72) 58%, rgba(10, 10, 11, .16)); }
.hero-beam { z-index: -1; pointer-events: none; overflow: hidden; opacity: .9; }
.hero-beam::before { content: ""; position: absolute; top: -28%; left: -62%; width: 42%; height: 156%; background: linear-gradient(90deg, transparent 0%, rgba(91,82,255,.08) 24%, rgba(91,82,255,.3) 52%, rgba(91,82,255,.1) 72%, transparent 100%); filter: blur(2px); transform: translate3d(0,0,0) skewX(-18deg); animation: hero-beam-sweep 6.25s linear infinite; will-change: transform; }
.hero-inner { min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding-block: clamp(3.5rem, 9vw, 5.5rem) 2rem; }
.hero-copy { max-width: 48.75rem; }
.hero h1 { margin: 0; font-size: clamp(4.6rem, 18vw, 7.375rem); line-height: .82; letter-spacing: -.025em; }
.hero-copy > p { max-width: 36rem; margin: 1.75rem 0 0; color: #dedbd2; font-size: clamp(.95rem, 2.5vw, 1.1rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .875rem 1.25rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .055rem; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button svg, .text-action svg, .contact-panel svg { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; }
.button-primary { border-color: var(--violet); background: var(--violet); color: #fff; }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.trust-strip { display: grid; gap: .75rem; padding-top: 1.25rem; border-top: 1px solid rgba(244, 241, 232, .35); color: #dedbd2; font-size: .625rem; font-weight: 800; letter-spacing: .07rem; text-transform: uppercase; }
.trust-strip ul { display: flex; flex-wrap: wrap; gap: .35rem .9rem; padding: 0; margin: 0; list-style: none; }

section:not(.hero) { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-heading { display: grid; gap: 1.25rem; max-width: 70rem; margin-bottom: 2.5rem; }
.section-heading h2, .melo h2, .contact h2 { max-width: 13ch; margin: 0; font-size: clamp(2.85rem, 9vw, 5.75rem); line-height: .9; letter-spacing: -.025em; }
.section-heading p, .melo-story > p, .contact-layout > div > p { max-width: 38rem; margin: 0; color: inherit; font-size: clamp(.95rem, 2vw, 1.08rem); }
.split-heading p { color: var(--muted-dark); }
.promise, .services, .artists { background: var(--ink); color: var(--paper); }
.distribution, .melo { background: var(--paper); color: var(--ink); }
.promise-grid, .process-list, .artists-grid { display: grid; grid-template-columns: 1fr; gap: .875rem; padding: 0; margin: 0; list-style: none; }
.promise-grid article { min-height: 11rem; padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line-dark); background: var(--surface); }
.promise-grid strong { font-size: clamp(2rem, 6vw, 3.25rem); line-height: .9; letter-spacing: -.02em; }
.promise-grid p { max-width: 20rem; margin: 1rem 0 0; color: var(--muted-dark); font-size: .875rem; }
.promise-grid .accent strong { color: var(--lime); }
.proof-ticker { height: 58px; overflow: hidden; background: var(--paper); color: var(--ink); }
.ticker-track { width: max-content; height: 100%; display: flex; animation: ticker-loop 24s linear infinite; will-change: transform; }
.ticker-group { min-width: max-content; height: 100%; display: flex; align-items: center; }
.ticker-phrase { min-width: clamp(16.25rem, 25vw, 22.5rem); padding-inline: 1.75rem; font-family: var(--display); font-size: 1.125rem; letter-spacing: .0125rem; text-align: center; text-transform: uppercase; white-space: nowrap; }
.process-list li { min-height: 22rem; padding: 1.875rem 2rem; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: .875rem; background: #fff; color: var(--ink); }
.process-list li:nth-child(2) { background: var(--surface-raised); color: var(--paper); }
.process-list strong { font-size: .75rem; font-weight: 800; letter-spacing: .07rem; text-transform: uppercase; }
.process-list p { max-width: 22rem; margin: 0; font-size: 1.1rem; }
.services .section-heading { margin-bottom: 1.5rem; }
.with-action { align-items: end; }
.text-action { min-height: 44px; display: inline-flex; align-items: center; gap: .625rem; width: max-content; color: var(--lime); font-size: .75rem; font-weight: 800; letter-spacing: .055rem; text-transform: uppercase; }
.service-list article { min-height: 10.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem 1.5rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid #918cff; }
.service-list svg { width: 2rem; height: 2rem; color: var(--lime); }
.service-list article > div { display: contents; }
.service-list strong { grid-column: 2; font-size: clamp(1.35rem, 4vw, 2.1rem); font-weight: 700; }
.service-list p { grid-column: 1 / -1; max-width: 38rem; margin: 0; color: var(--muted-dark); font-size: .9rem; }

.artists-grid { gap: .875rem; }
.artist-card { min-width: 0; }
.artist-media { position: relative; overflow: hidden; aspect-ratio: 3 / 4; }
.artist-media > span { position: absolute; z-index: 1; top: .75rem; left: .75rem; color: var(--paper); font-size: .625rem; font-weight: 800; letter-spacing: .07rem; text-shadow: 0 1px 4px rgba(0, 0, 0, .55); }
.artist-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.artist-card h3 { margin: .875rem 0 .15rem; font-size: clamp(1.65rem, 5vw, 2.35rem); line-height: .95; letter-spacing: -.02em; }
.artist-card p { margin: 0; color: var(--muted-dark); font-size: .75rem; font-weight: 700; letter-spacing: .025rem; text-transform: uppercase; }

.melo-layout, .contact-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.melo-story { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.melo-story > p { color: var(--muted-paper); }
.melo-story small { color: var(--muted-paper); font-size: .625rem; font-weight: 800; letter-spacing: .07rem; text-transform: uppercase; }
.melo-preview { min-width: 0; padding: 1.5rem; border: 1px solid #34343a; border-radius: 1rem; background: var(--ink); color: var(--paper); box-shadow: 0 18px 35px rgba(0, 0, 0, .2); }
.melo-preview > header, .recommendations { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.melo-preview > header { margin-bottom: 1rem; }
.melo-preview > header strong { font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.melo-preview > header span, .recommendations { color: var(--muted-dark); font-size: .625rem; font-weight: 800; letter-spacing: .06rem; text-transform: uppercase; }
.now-playing { display: grid; grid-template-columns: minmax(7rem, 42%) minmax(0, 1fr); gap: 1.375rem; padding: 1.25rem; border-radius: .75rem; background: var(--surface-raised); }
.now-playing > div { min-width: 0; }
.now-playing img { width: 100%; height: 100%; min-height: 8.5rem; object-fit: cover; }
.now-playing h3 { margin: .25rem 0 .4rem; font-size: clamp(1.35rem, 4vw, 2.25rem); line-height: .9; }
.now-playing p { margin: 0; color: var(--muted-dark); font-size: .7rem; }
.waveform { min-width: 0; min-height: 58px; margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 1px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); }
.wave-bar { width: 2px; height: 44px; flex: 0 0 auto; border-radius: 999px; background: #c9ff38; opacity: .78; transform: scaleY(.18); transform-origin: center; animation: waveform-carrier 1.82s ease-in-out infinite alternate; animation-delay: var(--wave-delay, 0s); will-change: transform, opacity; }
.wave-bar:nth-child(6n + 1) { --wave-delay: -.18s; }
.wave-bar:nth-child(6n + 2) { --wave-delay: -.44s; }
.wave-bar:nth-child(6n + 3) { --wave-delay: -.71s; animation-name: waveform-detail; }
.wave-bar:nth-child(6n + 4) { --wave-delay: -.96s; }
.wave-bar:nth-child(6n + 5) { --wave-delay: -1.22s; animation-name: waveform-detail; }
.wave-bar:nth-child(6n) { --wave-delay: -1.48s; }

@keyframes hero-beam-sweep { to { transform: translate3d(390%,0,0) skewX(-18deg); } }
@keyframes ticker-loop { to { transform: translate3d(-50%,0,0); } }
@keyframes waveform-carrier { 0% { transform: scaleY(.16); opacity: .58; } 28% { transform: scaleY(.78); opacity: .92; } 53% { transform: scaleY(.32); opacity: .7; } 78% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(.24); opacity: .64; } }
@keyframes waveform-detail { 0% { transform: scaleY(.68); opacity: .9; } 24% { transform: scaleY(.2); opacity: .55; } 49% { transform: scaleY(.92); opacity: 1; } 74% { transform: scaleY(.38); opacity: .72; } 100% { transform: scaleY(.76); opacity: .88; } }
.recommendations { margin-top: 1rem; }
.recommendation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .625rem; min-height: 7rem; margin-top: 1rem; }
.recommendation-grid > *:nth-child(1) { background: var(--violet); }
.recommendation-grid > *:nth-child(2) { background: var(--pink); }
.recommendation-grid > *:nth-child(3) { background: var(--lime); }
.recommendation-grid > *:nth-child(4) { background: #2b2b31; }

.contact { background: var(--lime); color: var(--ink); }
.contact-layout > div { display: grid; align-content: space-between; gap: 1.5rem; }
.contact-panel { --focus-shadow: 0 18px 35px rgba(0, 0, 0, .2); min-height: 18rem; padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: .875rem; background: var(--ink); color: var(--paper); box-shadow: var(--focus-shadow); }
.contact-panel svg { align-self: flex-end; color: var(--lime); }
.contact-panel strong { max-width: 10ch; font-family: var(--display); font-size: clamp(2.2rem, 7vw, 4rem); font-weight: 400; line-height: .88; letter-spacing: -.02em; text-transform: uppercase; }
.contact-panel span { color: var(--muted-dark); font-size: .625rem; font-weight: 800; letter-spacing: .07rem; text-transform: uppercase; }
.site-footer { padding: 2rem var(--gutter); border-top: 1px solid var(--line-dark); background: var(--ink); color: var(--paper); }
.site-footer > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; }
.site-footer > div + div { margin-top: 3rem; color: var(--muted-dark); font-size: .6875rem; }
.site-footer strong { font-family: var(--display); font-size: 1.4rem; font-weight: 400; line-height: .95; text-transform: uppercase; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-content: start; }
.site-footer nav a { min-width: 44px; min-height: 44px; font-size: .6875rem; font-weight: 800; letter-spacing: .055rem; text-transform: uppercase; }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .artist-card:hover .artist-media img { transform: scale(1.035); }
  .desktop-nav a:not(.nav-cta):hover, .site-footer a:hover { color: var(--lime); }
  .text-action:hover { color: var(--paper); }
}

@media (pointer: coarse) { .site-header a, .mobile-nav summary, .mobile-nav a, .button { min-width: 44px; min-height: 44px; } }

@media (min-width: 48rem) { .waveform { gap: 2px; } .wave-bar { width: clamp(2px, .32vw, 4px); } }

@media (max-width: 47.999rem) { .now-playing { grid-template-columns: 1fr; } .now-playing img { width: min(100%, 10rem); height: 8.5rem; } }

@media (min-width: 48rem) and (max-width: 63.999rem) { .waveform { gap: 1px; } .wave-bar { width: 1px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-beam::before,
  .ticker-track,
  .wave-bar { animation-play-state: paused !important; }
}

@media (min-width: 40rem) {
  .promise-grid, .artists-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: minmax(11rem, .7fr) 1.3fr; align-items: center; }
  .service-list article { grid-template-columns: 2rem 2rem minmax(0, .8fr) minmax(0, 1.2fr) 1.5rem; gap: 1rem .75rem; }
  .service-list article > svg { grid-column: 2; }
  .service-list strong { grid-column: 3; }
  .service-list p { grid-column: 4; }
}

@media (min-width: 48rem) {
  :root { --gutter: max(2rem, env(safe-area-inset-left)); }
  .mobile-nav { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: 1.75rem; }
  .hero-inner { padding-bottom: 2.5rem; }
  .section-heading.split-heading, .section-heading.with-action { grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr); align-items: end; }
  .section-heading.with-action > div { max-width: 40rem; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li:last-child { grid-column: 1 / -1; }
  .melo-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .contact-layout { align-items: stretch; }
}

@media (min-width: 64rem) {
  :root { --gutter: max(3.25rem, env(safe-area-inset-left)); }
  .hero { min-height: 54.75rem; }
  .promise-grid, .process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-list li:last-child { grid-column: auto; }
  .artists-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-layout { grid-template-columns: minmax(0, 2.1fr) minmax(18rem, .9fr); }
  .contact-layout > div { padding-block: 1rem; }
  .site-footer { padding-block: 2.5rem; }
}
