:root {
  --bg: #090807;
  --bg-soft: #100d0b;
  --panel: #15100d;
  --text: #f5efe7;
  --muted: #b8aaa0;
  --copper: #d38a43;
  --gold: #efc273;
  --line: rgba(239, 194, 115, .22);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .16;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  background: linear-gradient(to bottom, rgba(5,4,3,.92), rgba(5,4,3,.18), transparent);
  transition: background .25s, height .25s;
}
.site-header.scrolled { height: 68px; background: rgba(9,8,7,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { width: clamp(150px, 17vw, 230px); }
.brand img { width: 100%; height: 55px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 600; color: #e8ddd4; }
nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { border: 1px solid rgba(239,194,115,.65); padding: .64rem 1.1rem; }
.nav-cta:hover { background: var(--gold); color: #17100a; }
.menu-button { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 1px; background: var(--text); margin: 7px 0; transition: .2s; }

.hero { position: relative; height: max(720px, 100svh); min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.015); animation: slowPush 12s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,2,.96) 0%, rgba(4,3,2,.68) 34%, rgba(4,3,2,.08) 73%), linear-gradient(0deg, var(--bg) 0%, transparent 35%); }
.hero-content { position: relative; width: min(var(--content), calc(100% - 3rem)); margin: 0 auto; padding: 0 0 13vh; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold); font: 600 .76rem/1.2 system-ui, sans-serif; text-transform: uppercase; letter-spacing: .32em; }
h1, h2 { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-transform: uppercase; line-height: .95; letter-spacing: -.035em; margin: 0; }
h1 { width: 100%; max-width: none; white-space: nowrap; font-size: clamp(3.5rem, 8.8vw, 8.6rem); font-weight: 600; background: linear-gradient(100deg, #fff6e8 8%, #e9b36f 55%, #9d5525 100%); color: transparent; background-clip: text; -webkit-background-clip: text; }
h2 { font-size: clamp(2.8rem, 6vw, 5.3rem); font-weight: 600; }
.hero-copy { margin: 1.5rem 0 2.2rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #e1d6cd; letter-spacing: .03em; }
.hero-actions, .about-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.35rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #170f09; background: linear-gradient(120deg, var(--gold), var(--copper)); }
.button-primary:hover { background: linear-gradient(120deg, #ffdaa0, #e1954d); }
.button-quiet { border-color: rgba(255,255,255,.3); background: rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.button-quiet:hover { border-color: var(--gold); color: var(--gold); }
.play { font-size: .8rem; margin-right: .7rem; }
.scroll-cue { position: absolute; right: clamp(1.25rem, 4vw, 4rem); bottom: 3rem; display: flex; align-items: center; gap: .9rem; color: var(--muted); text-decoration: none; text-transform: uppercase; font-size: .68rem; letter-spacing: .24em; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 52px; background: linear-gradient(var(--gold), transparent); }

.platform-strip { width: min(var(--content), calc(100% - 3rem)); margin: 0 auto; padding: 2rem 0 4rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.platform-strip p { margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .23em; font-size: .72rem; }
.platform-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 2.3rem; }
.platform-links a { text-decoration: none; color: #efe5dc; font-weight: 600; }
.platform-links a:hover { color: var(--gold); }

.section { width: min(var(--content), calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.album { display: grid; grid-template-columns: minmax(320px, .92fr) 1.08fr; align-items: center; gap: clamp(3.5rem, 8vw, 8rem); }
.album-art-wrap { position: relative; }
.album-halo { position: absolute; inset: 12% -6% -5% 17%; filter: blur(55px); background: rgba(183,85,27,.28); border-radius: 50%; }
.album-art { position: relative; aspect-ratio: 1; object-fit: cover; box-shadow: 0 35px 90px rgba(0,0,0,.58); border: 1px solid rgba(239,194,115,.25); }
.album-year { position: absolute; left: -2.7rem; bottom: 2.7rem; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(239,194,115,.68); letter-spacing: .4em; font-size: .66rem; }
.album-copy h2 { margin-bottom: 1.6rem; }
.lede { color: #eee3d9; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; }
.album-copy > .lede { max-width: 660px; margin-bottom: 2rem; }
.tracklist { list-style: none; counter-reset: tracks; margin: 0 0 2.2rem; padding: 0; border-top: 1px solid var(--line); }
.tracklist li { counter-increment: tracks; display: grid; grid-template-columns: 2.2rem 1fr auto; gap: .75rem; align-items: baseline; padding: .68rem 0; border-bottom: 1px solid rgba(239,194,115,.12); color: #eee5dd; }
.tracklist li::before { content: counter(tracks, decimal-leading-zero); color: #8e7b6d; font-size: .71rem; letter-spacing: .08em; }
.tracklist small { color: #927c6d; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.tracklist .title-track span { color: var(--gold); }
.text-link { color: var(--gold); text-decoration: none; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: .3em; }

.covers { padding-top: clamp(3rem, 7vw, 6rem); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading .eyebrow { margin-bottom: .35rem; }
.cover-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.2vw, 1.8rem); }
.cover-card { appearance: none; width: 100%; padding: 0; overflow: hidden; border: 1px solid rgba(239,194,115,.18); background: #100d0b; color: var(--text); text-align: left; cursor: zoom-in; box-shadow: 0 24px 60px rgba(0,0,0,.28); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.cover-card:hover { transform: translateY(-7px); border-color: rgba(239,194,115,.58); box-shadow: 0 32px 72px rgba(0,0,0,.46); }
.cover-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.cover-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s ease; }
.cover-card:hover > img { transform: scale(1.025); }
.cover-meta { display: grid; grid-template-columns: 2rem 1fr; gap: .7rem; min-height: 72px; padding: .85rem 1rem; align-items: start; }
.cover-meta > span { color: #8e7b6d; font-size: .76rem; letter-spacing: .08em; }
.cover-meta strong { font-size: .9rem; line-height: 1.35; font-weight: 600; }
.cover-meta small { display: block; margin-top: .15rem; color: #9f8e82; font-size: .78rem; font-weight: 500; }

.statement { position: relative; min-height: 430px; display: grid; place-items: center; padding: 5rem 1.5rem; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(163,74,25,.18), transparent 38%), #0b0907; border-block: 1px solid rgba(239,194,115,.14); }
.statement blockquote { position: relative; z-index: 2; width: min(920px, 100%); margin: 0; text-align: center; font: 500 clamp(1.9rem, 4vw, 3.6rem)/1.28 system-ui, sans-serif; color: #eee0d4; }
.pulse-line { position: absolute; left: -2%; right: -2%; top: 50%; height: 130px; opacity: .28; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 130' preserveAspectRatio='none'%3E%3Cpath d='M0 67h350l25-35 25 70 28-99 32 123 30-59h510' fill='none' stroke='%23e99d52' stroke-width='2'/%3E%3C/svg%3E") center/100% 100% no-repeat; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.about-heading { position: sticky; top: 110px; }
.about-copy > p { max-width: 700px; color: var(--muted); }
.about-copy .lede { color: var(--text); margin-top: 0; }
.about-links { margin-top: 2rem; }

.final-cta { text-align: center; padding: clamp(6rem, 12vw, 10rem) 1.5rem; background: radial-gradient(circle at 50% 80%, rgba(192,91,30,.23), transparent 42%); }
.final-cta h2 { max-width: 900px; margin: 0 auto 2.2rem; }

footer { width: min(var(--content), calc(100% - 3rem)); margin: 0 auto; min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); color: #8e8178; font-size: .78rem; }
.footer-brand { width: 135px; }
.footer-brand img { height: 48px; object-fit: contain; object-position: left; }
.footer-links { justify-self: end; display: flex; gap: 1.4rem; }
.footer-links button { border: 0; padding: .35rem 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.footer-links button:hover { color: var(--gold); }

dialog { width: min(620px, calc(100% - 2rem)); padding: 2.2rem; border: 1px solid rgba(239,194,115,.3); background: #12100e; color: var(--text); box-shadow: 0 35px 90px rgba(0,0,0,.7); }
dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
dialog h2 { font-size: 2rem; margin-bottom: 1.5rem; }
dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: .8rem; right: 1rem; border: 0; background: none; color: var(--text); font-size: 2rem; cursor: pointer; }
.cover-dialog { width: min(900px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 2.8rem 1.2rem 1.2rem; overflow: auto; }
.cover-dialog figure { margin: 0; display: grid; justify-items: center; gap: 1rem; }
.cover-dialog img { width: min(100%, 760px); max-height: calc(100vh - 8rem); object-fit: contain; }
.cover-dialog figcaption { color: var(--gold); font-size: 1rem; letter-spacing: .08em; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes slowPush { from { transform: scale(1.015); } to { transform: scale(1.06); } }

@media (max-width: 820px) {
  .site-header { height: 68px; background: linear-gradient(to bottom, rgba(5,4,3,.9), transparent); }
  .brand { width: 145px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 1.2rem 1.5rem 1.8rem; flex-direction: column; align-items: stretch; gap: .25rem; background: rgba(9,8,7,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: .7rem 0; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { height: 92svh; min-height: 620px; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, var(--bg) 0%, rgba(4,3,2,.58) 45%, rgba(4,3,2,.12) 78%), linear-gradient(90deg, rgba(4,3,2,.74), transparent 70%); }
  .hero-content { width: calc(100% - 2.5rem); padding-bottom: 8rem; }
  h1 { font-size: clamp(2.7rem, 11.5vw, 5rem); letter-spacing: -.045em; }
  .scroll-cue { display: none; }
  .platform-strip { width: calc(100% - 2.5rem); align-items: flex-start; flex-direction: column; padding-top: 1rem; }
  .platform-links { justify-content: flex-start; gap: .75rem 1.5rem; }
  .section { width: calc(100% - 2.5rem); }
  .album, .about { grid-template-columns: 1fr; gap: 3.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: .6rem; }
  .cover-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .album-art-wrap { width: min(100%, 520px); }
  .album-year { left: auto; right: .8rem; bottom: .8rem; padding: .35rem .45rem; writing-mode: initial; transform: none; background: rgba(0,0,0,.7); }
  .about-heading { position: static; }
  footer { width: calc(100% - 2.5rem); grid-template-columns: 1fr auto; padding: 2rem 0; }
  footer > p { order: 3; grid-column: 1 / -1; margin: 0; }
}

@media (max-width: 520px) {
  .hero-actions .button, .about-links .button { width: 100%; }
  .tracklist li { grid-template-columns: 2rem 1fr; }
  .tracklist small { grid-column: 2; }
  .cover-grid { gap: .75rem; }
  .cover-meta { grid-template-columns: 1.6rem 1fr; min-height: 68px; padding: .7rem; gap: .45rem; }
  .cover-meta strong { font-size: .86rem; }
  .cover-meta small { font-size: .76rem; }
  .statement { min-height: 360px; }
  footer { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .footer-links { width: 100%; justify-content: flex-start; }
}

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