:root {
  --black: #050505;
  --ink: #0b0b0b;
  --paper: #f1ede4;
  --muted: #aaa69e;
  --red: #d80e18;
  --line: rgba(241, 237, 228, 0.18);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.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; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0.08;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, height .3s;
}
.site-header.scrolled { height: 70px; background: rgba(5,5,5,.9); backdrop-filter: blur(16px); border-color: var(--line); }
.wordmark { display: inline-flex; align-items: center; line-height: 1; }
.wordmark img { width: 94px; height: auto; display: block; }
nav { display: flex; gap: clamp(1.25rem, 3vw, 3rem); align-items: center; font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
nav a { position: relative; padding: .75rem 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .4rem; height: 2px; background: var(--red); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-contact { border: 1px solid rgba(255,255,255,.5); padding: .7rem 1rem; }
.nav-contact::after { display: none; }
.menu-toggle { display: none; color: white; background: none; border: 0; width: 42px; height: 42px; padding: 11px 6px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 6px 0; transition: transform .25s; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 8rem clamp(1.25rem, 5.5vw, 6.5rem) 8rem; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("./assets/hero-born.webp?v=5") right center / contain no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.73) 34%, rgba(0,0,0,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.92) 0%, transparent 52%, rgba(0,0,0,.28) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 38%, transparent 0 22%, rgba(0,0,0,.22) 55%, rgba(0,0,0,.72) 100%); }
.hero-copy { width: min(760px, 70vw); }
.eyebrow { margin: 0 0 1.25rem; font-size: clamp(.72rem, 1vw, .9rem); font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
.hero h1, .release h2, .section-heading h2, .story h2, .contact h2 { margin: 0; font-weight: 1000; font-stretch: condensed; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.hero h1 { line-height: 1; }
.hero h1 img { width: min(300px, 58vw); height: auto; object-fit: contain; }
.hero-line { margin: 1.2rem 0 2.2rem; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: clamp(1.25rem, 2.2vw, 2rem); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: .9rem 1.35rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: .75rem; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: #f01824; }
.button-ghost { border-color: rgba(255,255,255,.48); background: rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.button-ghost:hover { color: var(--black); background: var(--paper); }
.hero-footer { position: absolute; left: clamp(1.25rem,5.5vw,6.5rem); right: clamp(1.25rem,5.5vw,6.5rem); bottom: 2rem; display: flex; justify-content: space-between; font-size: .67rem; font-weight: 900; letter-spacing: .23em; }
.scroll-mark { display: flex; align-items: center; gap: .8rem; }
.scroll-mark i { display: block; width: 52px; height: 1px; background: white; position: relative; }
.scroll-mark i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(-45deg); }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 5.5vw, 6.5rem); }
.release { position: relative; display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, .88fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.section-number { position: absolute; top: 5.5rem; right: clamp(1.25rem, 5.5vw, 6.5rem); color: #2e2e2e; font-size: 8rem; font-weight: 1000; line-height: 1; letter-spacing: -.08em; }
.release-art { position: relative; z-index: 1; }
.release-art img { width: 100%; height: auto; object-fit: contain; background: #050505; box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.release-art::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(216,14,24,.7); z-index: -1; }
.record-ring { position: absolute; width: 42%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -16%; top: -13%; z-index: -1; }
.record-ring::before, .record-ring::after { content: ""; position: absolute; inset: 15%; border: inherit; border-radius: inherit; }
.record-ring::after { inset: 32%; }
.release h2 { font-size: clamp(5rem, 10vw, 9.5rem); }
.feature { font-weight: 900; letter-spacing: .18em; margin: 1.5rem 0 2rem; }
.feature span { color: var(--red); padding: 0 .45rem; }
.release-text { max-width: 36rem; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.release-actions { display: flex; gap: .8rem; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; }
.media-button { min-height: 50px; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.25); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, border-color .2s, background .2s; }
.media-button:hover, .media-button:focus-visible { transform: translateY(-2px); border-color: white; background: rgba(255,255,255,.07); }
.media-button svg { width: 1.35rem; height: 1.35rem; fill: currentColor; flex: none; }
.media-button.spotify svg { color: #1ed760; }
.media-button.youtube svg { color: #ff0033; }

.manifesto { max-width: none; width: 100%; background: var(--paper); color: var(--black); text-align: center; overflow: hidden; }
.manifesto-small { font-size: .75rem; letter-spacing: .23em; font-weight: 900; }
.manifesto-big { font-size: clamp(4rem, 12vw, 11rem); font-weight: 1000; letter-spacing: -.075em; line-height: .82; margin: 2rem 0 0; }
.manifesto-big span { color: var(--red); }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.section-heading h2 { font-size: clamp(5rem, 12vw, 11rem); }
.section-intro { color: var(--muted); max-width: 18rem; text-align: right; }
.release-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 6rem); padding-top: 4rem; }
.release-card.offset { margin-top: 7rem; }
.card-image { position: relative; overflow: hidden; background: #111; }
.card-image img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.release-card:hover .card-image img { transform: scale(1.035); filter: contrast(1.08); }
.card-index { position: absolute; top: 1rem; left: 1rem; width: 3rem; height: 3rem; display: grid; place-items: center; color: white; background: var(--red); font-weight: 1000; }
.card-meta { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 1.15rem; }
.card-meta h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); text-transform: uppercase; letter-spacing: -.045em; }
.card-meta p, .card-meta > span { margin: .2rem 0 0; color: var(--muted); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.card-links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.card-links a { display: inline-flex; align-items: center; gap: .45rem; color: #d6d2cb; font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.card-links a:hover, .card-links a:focus-visible { color: white; }
.brand-icon { width: 1.25rem; height: 1.25rem; display: inline-grid; place-items: center; }
.brand-icon svg { width: 100%; height: 100%; fill: currentColor; }
.spotify-icon { color: #1ed760; }
.youtube-icon { color: #ff0033; }

.spotify-section { max-width: none; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(420px, 1fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); background: #101010; padding-left: max(clamp(1.25rem, 5.5vw, 6.5rem), calc((100vw - var(--max)) / 2 + 5.5rem)); padding-right: max(clamp(1.25rem, 5.5vw, 6.5rem), calc((100vw - var(--max)) / 2 + 5.5rem)); }
.spotify-copy h2 { margin: 0; font-size: clamp(5rem, 10vw, 9rem); font-weight: 1000; letter-spacing: -.075em; line-height: .8; text-transform: uppercase; }
.spotify-copy h2 span { color: #1ed760; }
.spotify-copy > p:not(.eyebrow) { max-width: 28rem; color: var(--muted); font-size: 1.08rem; }
.spotify-profile { display: inline-block; margin-top: 1.2rem; border-bottom: 1px solid #1ed760; padding-bottom: .35rem; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spotify-player { width: 100%; padding: .75rem; border: 1px solid rgba(30,215,96,.28); background: #080808; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.spotify-player iframe { display: block; border-radius: 10px; }

.story { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(300px, 1fr); align-items: center; gap: clamp(3rem, 9vw, 10rem); background: #090909; max-width: none; padding-left: max(clamp(1.25rem, 5.5vw, 6.5rem), calc((100vw - var(--max)) / 2 + 5.5rem)); padding-right: max(clamp(1.25rem, 5.5vw, 6.5rem), calc((100vw - var(--max)) / 2 + 5.5rem)); }
.story-monogram { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(216,14,24,.45); background: radial-gradient(circle at 50% 42%, rgba(216,14,24,.24), transparent 38%), #050505; transform: rotate(-2deg); overflow: hidden; }
.story-monogram span { color: rgba(255,255,255,.08); font-size: clamp(8rem, 17vw, 15rem); font-weight: 1000; letter-spacing: -.1em; line-height: .72; }
.story-monogram strong { display: block; width: min(78%, 360px); }
.story-monogram strong img { width: 100%; height: auto; }
.story h2 { font-size: clamp(6rem, 13vw, 12rem); }
.story-copy > p:not(.eyebrow):not(.story-lead) { max-width: 39rem; color: var(--muted); font-size: 1.08rem; }
.story-lead { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.25; }
.story-quote { display: flex; align-items: flex-start; gap: 1rem; border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 2rem; }
.story-quote span { color: var(--red); font-family: Georgia, serif; font-size: 5rem; line-height: .65; }
.story-quote p { margin: 0; font-weight: 1000; font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: .05em; }

.contact { min-height: 80vh; display: flex; flex-direction: column; justify-content: center; position: relative; }
.contact::before { content: "069"; position: absolute; right: 2vw; bottom: 0; color: #101010; font-size: min(31vw, 31rem); line-height: .72; font-weight: 1000; letter-spacing: -.1em; z-index: -1; }
.contact h2 { font-size: clamp(6rem, 16vw, 15rem); }
.contact h2 span { color: var(--red); }
.contact-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); margin-top: 3.5rem; padding-top: 2rem; }
.contact-bottom p { margin: 0; color: var(--muted); }
.contact-bottom strong { color: var(--paper); font-size: 1.5rem; }
.contact-button { border: 0; }
.contact-details { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.5rem; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-details > a { color: var(--paper); }
.social-links { display: flex; gap: 1.5rem; flex-wrap: wrap; color: var(--muted); }
.contact-details a { transition: color .2s; }
.contact-details a:hover, .contact-details a:focus-visible { color: var(--red); }

footer { border-top: 1px solid var(--line); min-height: 110px; padding: 2rem clamp(1.25rem,5.5vw,6.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-mark img { width: 78px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; z-index: 2; }
  nav { position: fixed; inset: 0; background: rgba(5,5,5,.97); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 2rem; gap: 1rem; transform: translateX(100%); transition: transform .3s; font-size: clamp(1.8rem, 8vw, 3rem); letter-spacing: -.03em; }
  body.menu-open nav { transform: translateX(0); }
  body.menu-open .menu-toggle span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-contact { border: 0; padding: .75rem 0; }
  .hero { align-items: flex-end; padding-bottom: 7rem; }
  .hero-image { background-position: center top; background-size: contain; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.55) 58%, rgba(0,0,0,.2) 100%); }
  .hero-copy { width: 100%; }
  .hero h1 img { width: min(280px, 70vw); }
  .release, .story, .spotify-section { grid-template-columns: 1fr; }
  .release-copy { order: -1; }
  .section-number { top: 3rem; font-size: 5rem; }
  .release h2 { font-size: clamp(5rem, 21vw, 8rem); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-intro { text-align: left; }
  .story-monogram { width: min(100%, 440px); min-height: 440px; margin: 0 auto; }
  .story-copy { max-width: 680px; }
  .story h2 { font-size: clamp(6rem, 26vw, 11rem); }
}

@media (max-width: 620px) {
  .hero { min-height: 820px; }
  .hero h1 img { width: min(240px, 72vw); }
  .hero-line { margin-top: .8rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-footer > span:first-child { max-width: 10rem; }
  .scroll-mark { display: none; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card.offset { margin-top: 1rem; }
  .section-heading h2 { font-size: 24vw; }
  .manifesto { padding-left: 1rem; padding-right: 1rem; }
  .manifesto-big { font-size: 18vw; }
  .contact h2 { font-size: 24vw; }
  .contact-bottom { align-items: stretch; flex-direction: column; }
  .contact-details { align-items: flex-start; flex-direction: column; }
  .social-links { flex-direction: column; gap: .65rem; }
  .release-actions { flex-direction: column; }
  .media-button { width: 100%; justify-content: center; }
  .spotify-player { margin-left: -.3rem; width: calc(100% + .6rem); padding: .35rem; }
  .spotify-player iframe { height: 410px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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