:root {
  --bg: #080809;
  --bg-soft: #111113;
  --panel: #151517;
  --panel-2: #1b1b1e;
  --text: #f2eee6;
  --muted: #aaa59c;
  --line: rgba(255,255,255,.12);
  --gold: #d79b4a;
  --gold-bright: #f0bd70;
  --gold-dark: #6c421c;
  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--gold); color: #090909; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--text);
  color: var(--bg);
}
.skip-link:focus { top: 1rem; }

.preview-bar {
  position: relative;
  z-index: 60;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: .45rem 1rem;
  background: #b7782f;
  color: #090909;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.preview-bar a { text-decoration: underline; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 3rem), var(--max));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
}
.preview-bar + .site-header { top: 35px; }
.brand { display: inline-flex; align-items: center; gap: .9rem; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(240,189,112,.65);
  color: var(--gold-bright);
  font: 700 .85rem/1 var(--serif);
  letter-spacing: .08em;
}
.brand-name { font-size: .82rem; font-weight: 700; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 2.25rem; }
.site-nav a { color: #d6d1c8; font-size: .91rem; transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-bright); }
.site-nav .nav-contact { padding: .65rem 1rem; border: 1px solid var(--line); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
  align-items: center;
  gap: 5vw;
  min-height: 760px;
  padding: 150px max(1.5rem, calc((100vw - var(--max))/2)) 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 42%, rgba(166,88,24,.18), transparent 34%),
    linear-gradient(115deg, #09090a 0%, #0b0b0d 58%, #11100f 100%);
}
.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255,255,255,.022) 80px);
}
.hero-copy { position: relative; z-index: 2; max-width: 730px; }
.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--gold-bright);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 1.06; }
.hero h1 { margin-bottom: 1.7rem; font-size: clamp(3.2rem, 6.4vw, 6.8rem); letter-spacing: -.055em; }
.hero-text { max-width: 620px; margin: 0 0 2.2rem; color: #bcb7af; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .025em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #0a0908; }
.button-primary:hover { background: var(--gold-bright); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.02); color: var(--text); }
.button-ghost:hover { border-color: rgba(240,189,112,.5); }
.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 500px;
}
.hero-stage::before {
  content: '';
  position: absolute;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(215,155,74,.2);
  border-radius: 50%;
  box-shadow: 0 0 140px rgba(154,77,18,.12), inset 0 0 80px rgba(255,255,255,.02);
}
.hero-monogram {
  position: absolute;
  color: rgba(255,255,255,.025);
  font: 700 clamp(13rem, 23vw, 23rem)/1 var(--serif);
  letter-spacing: -.16em;
  transform: translateX(-.08em);
  user-select: none;
}
.feature-release {
  position: relative;
  width: min(100%, 360px);
  min-height: 370px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(155deg, rgba(67,41,22,.58), rgba(14,14,16,.94) 62%);
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
  transform: rotate(2deg);
}
.feature-release::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.06);
}
.feature-release > * { position: relative; }
.card-label { color: var(--gold-bright); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.feature-artist { margin: .4rem 0; color: #c8c2b8; font-size: .83rem; letter-spacing: .14em; }
.feature-release h2 { margin: .25rem 0 1.8rem; font-size: 2.6rem; }
.feature-release a { font-size: .84rem; font-weight: 700; }
.feature-release a span { margin-left: .35rem; color: var(--gold-bright); }
.hero-index {
  position: absolute;
  right: max(1.5rem, calc((100vw - var(--max))/2));
  bottom: 2.4rem;
  color: #6f6b65;
  font-size: .72rem;
  letter-spacing: .16em;
}

.manifesto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifesto span { padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); color: #a9a49c; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.section { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: 8rem 0; }
.section-heading { max-width: 620px; margin-bottom: 3.3rem; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.045em; }
.section-heading > p:last-child, .about-copy > p:last-child, .contact-copy > p:last-of-type { color: var(--muted); font-size: 1.06rem; }
.section-heading-wide { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 3rem; }
.section-heading-wide > p { max-width: 500px; margin: 0 0 .7rem; }

.artist-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; }
.artist-card { display: grid; grid-template-columns: minmax(170px, .9fr) 1.1fr; min-height: 360px; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.artist-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 36%, rgba(215,155,74,.24), transparent 23%),
    linear-gradient(145deg, #25211d, #0d0d0f 70%);
}
.artist-visual::after { content: ''; position: absolute; inset: 1.1rem; border: 1px solid rgba(255,255,255,.08); }
.artist-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.artist-visual > span { font: 400 clamp(4rem, 9vw, 8rem)/1 var(--serif); color: rgba(238,220,190,.55); letter-spacing: -.08em; }
.artist-body { align-self: end; padding: 2rem; }
.artist-body h3 { margin: .3rem 0 1rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.artist-body > p:last-child { margin: 0; color: var(--muted); }

.releases-section { border-top: 1px solid var(--line); }
.track-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; }
.track-card { border: 1px solid var(--line); background: var(--panel); }
.track-cover { position: relative; display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1; padding: 1.4rem; overflow: hidden; background: linear-gradient(145deg, #503018, #111113 72%); }
.track-cover::after { content: ''; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.09); }
.track-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cover-brand, .cover-title { position: relative; z-index: 1; }
.cover-brand { font-size: .7rem; font-weight: 700; letter-spacing: .2em; }
.cover-title { max-width: 85%; font: 400 clamp(1.8rem, 3.1vw, 3rem)/1.05 var(--serif); }
.accent-wine .track-cover { background: linear-gradient(145deg, #551f28, #140e11 72%); }
.accent-blue .track-cover { background: linear-gradient(145deg, #19384b, #0d1115 72%); }
.accent-silver .track-cover { background: linear-gradient(145deg, #4b4d50, #121315 72%); }
.track-body { padding: 1.5rem; }
.track-meta { display: flex; justify-content: space-between; gap: 1rem; color: #938e86; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.track-body h3 { margin: 1rem 0 .7rem; font-size: 1.75rem; }
.track-body > p { min-height: 3.4rem; color: var(--muted); font-size: .92rem; }
.platform-links { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 1.2rem; }
.platform-links a, .social-links a { color: var(--gold-bright); font-size: .8rem; font-weight: 700; }

.upcoming-section { border-top: 1px solid var(--line); }
.upcoming-list { border-top: 1px solid var(--line); }
.upcoming-list article { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.upcoming-number { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.upcoming-list p { margin: 0; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.upcoming-list h3 { margin: .25rem 0 0; font-size: 1.7rem; }
.upcoming-list time { color: var(--muted); font-size: .85rem; }

.about-section { position: relative; display: grid; grid-template-columns: .85fr 1.25fr; gap: 6vw; align-items: start; min-height: 620px; border-top: 1px solid var(--line); }
.about-number { position: absolute; left: -2rem; top: 3rem; color: rgba(255,255,255,.025); font: 400 clamp(14rem, 28vw, 28rem)/1 var(--serif); }
.about-copy { position: relative; z-index: 1; grid-column: 2; max-width: 680px; }
.about-section blockquote { position: relative; z-index: 1; grid-column: 1 / -1; width: min(760px, 80%); margin: 3rem 0 0 auto; padding: 2.4rem 0 0 4rem; border-top: 1px solid rgba(215,155,74,.35); }
.about-section blockquote span { position: absolute; left: 0; top: 1.2rem; color: var(--gold); font: 400 4rem/1 var(--serif); }
.about-section blockquote p { margin: 0; font: 400 clamp(1.8rem, 3.4vw, 3rem)/1.25 var(--serif); }

.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; border-top: 1px solid var(--line); }
.contact-copy { padding-top: 1rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.contact-form { padding: 2rem; border: 1px solid var(--line); background: var(--panel); }
.field { margin-bottom: 1.3rem; }
.field label, .contact-form > label:first-child { display: block; margin-bottom: .45rem; color: #c3beb5; font-size: .82rem; font-weight: 700; }
.field input, .field textarea, .gate-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #0e0e10;
  color: var(--text);
  outline: none;
  padding: .85rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .gate-card input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,155,74,.12); }
.field textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: .7rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin-top: .15rem; accent-color: var(--gold); }
.consent a { color: var(--text); text-decoration: underline; }
.field-error, .gate-error { display: block; margin-top: .4rem; color: #e79292; font-size: .78rem; }
.form-success { margin-bottom: 1.2rem; padding: .8rem 1rem; border: 1px solid rgba(117,191,135,.45); color: #a8dcb4; }

.site-footer { display: flex; justify-content: space-between; align-items: end; gap: 2rem; width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: 2.4rem 0 3rem; border-top: 1px solid var(--line); color: #7f7a73; font-size: .78rem; }
.site-footer > div:first-child { display: flex; align-items: center; gap: 1rem; }
.site-footer p { margin: 0; }
.brand-mark-small { width: 34px; height: 34px; font-size: .65rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem 1.5rem; }
.footer-links a:hover { color: var(--text); }
.empty-state { color: var(--muted); }

.gate-page { min-height: 100vh; background: radial-gradient(circle at 50% 25%, #292017 0, #0b0b0c 38%, #070708 75%); }
.gate-shell { position: relative; display: grid; place-items: center; min-height: 100vh; padding: 2rem; overflow: hidden; }
.gate-mark { position: absolute; color: rgba(255,255,255,.025); font: 700 min(46vw, 34rem)/1 var(--serif); letter-spacing: -.14em; transform: translateX(-.05em); }
.gate-card { position: relative; z-index: 1; width: min(100%, 500px); padding: clamp(2rem, 6vw, 4rem); border: 1px solid rgba(255,255,255,.15); background: rgba(12,12,14,.9); box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.gate-card h1 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.045em; }
.gate-card > p:not(.eyebrow) { color: var(--muted); }
.gate-card form { margin-top: 2rem; }
.gate-card label { display: block; margin-bottom: .5rem; font-size: .83rem; font-weight: 700; }
.gate-card .button { width: 100%; margin-top: 1rem; }
.gate-note { position: absolute; bottom: 1.5rem; color: #77726c; font-size: .75rem; letter-spacing: .1em; }

.legal-page, .not-found { width: min(calc(100% - 3rem), 840px); margin: 0 auto; padding: 170px 0 100px; }
.legal-page h1, .not-found h1 { font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.05em; }
.legal-page h2 { margin-top: 2.5rem; font-size: 2rem; }
.legal-page p, .not-found p { color: var(--muted); }
.legal-page .button, .not-found .button { margin-top: 1.5rem; }
.not-found { min-height: 75vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 160px; }
  .hero-copy { max-width: 780px; }
  .hero-stage { min-height: 430px; }
  .hero-stage::before { width: min(72vw, 520px); }
  .artist-grid { grid-template-columns: 1fr; }
  .track-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-section { grid-template-columns: .45fr 1fr; }
  .contact-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 78px; }
  .brand-name { font-size: .72rem; }
  .nav-toggle { display: grid; place-content: center; gap: 6px; width: 46px; height: 46px; border: 1px solid var(--line); background: rgba(10,10,11,.7); }
  .nav-toggle span { display: block; width: 20px; height: 1px; background: var(--text); }
  .site-nav { position: fixed; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.5rem 2rem; background: rgba(8,8,9,.98); border-bottom: 1px solid var(--line); }
  .preview-bar + .site-header .site-nav { top: 113px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav .nav-contact { margin-top: .8rem; text-align: center; }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 5.5rem); }
  .hero-stage { min-height: 390px; }
  .feature-release { width: min(88%, 340px); min-height: 340px; }
  .hero-index { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto span { border-top: 1px solid var(--line); }
  .section { padding: 6rem 0; }
  .section-heading-wide { display: block; }
  .section-heading-wide > p { margin-top: 1rem; }
  .artist-card { grid-template-columns: 1fr; }
  .artist-visual { min-height: 360px; }
  .track-grid { grid-template-columns: 1fr; }
  .about-section { display: block; min-height: auto; }
  .about-number { left: -1rem; }
  .about-copy { max-width: none; }
  .about-section blockquote { width: 100%; margin-top: 5rem; padding-left: 3rem; }
  .contact-form { padding: 1.4rem; }
  .site-footer { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 1.5rem; }
}

@media (max-width: 480px) {
  .site-header, .manifesto, .section, .site-footer { width: min(calc(100% - 2rem), var(--max)); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { max-width: 140px; line-height: 1.3; }
  .hero { padding-left: 1rem; padding-right: 1rem; }
  .hero-actions { display: grid; }
  .feature-release { min-height: 315px; padding: 1.6rem; }
  .feature-release h2 { font-size: 2.1rem; }
  .upcoming-list article { grid-template-columns: 46px 1fr; }
  .upcoming-list time { grid-column: 2; }
  .artist-visual { min-height: 300px; }
}
