:root {
  --night: #071b1b;
  --deep: #0c2928;
  --cream: #f4efe5;
  --paper: #e8ddcb;
  --gold: #f4a62a;
  --gold-soft: #ffc45d;
  --coral: #b9583d;
  --ink: #132423;
  --muted: #a8b5ae;
  --font-display: "Libre Franklin", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--night); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: var(--night); background: var(--gold); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; min-height: 88px; padding: .8rem clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid transparent; transition: background .3s ease, min-height .3s ease, border-color .3s ease; }
.site-header.scrolled { min-height: 70px; background: rgba(7,27,27,.94); border-color: rgba(244,239,229,.1); backdrop-filter: blur(12px); }
.header-brand { width: 132px; }
.header-brand img, .footer-brand img { width: 100%; height: auto; }
.site-nav { display: flex; gap: clamp(1.25rem, 2.5vw, 2.75rem); }
.site-nav a, .footer-links a { text-decoration: none; font-size: .82rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { color: rgba(255,255,255,.82); }
.site-nav a:hover, .footer-links a:hover { color: var(--gold-soft); }
.nav-listen { justify-self: end; padding: .62rem 1.1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; text-decoration: none; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-listen:hover { border-color: var(--gold); color: var(--gold-soft); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; background-image: url("images/hero-beach.webp"); background-size: cover; background-position: center; isolation: isolate; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,18,18,.88) 0%, rgba(4,18,18,.68) 30%, rgba(4,18,18,.12) 65%, rgba(4,18,18,.08) 100%), linear-gradient(0deg, rgba(4,18,18,.62), transparent 46%); }
.hero-content { width: min(620px, 86vw); margin-left: clamp(1.5rem, 8vw, 9rem); padding: 9.5rem 0 clamp(4.5rem, 10vh, 7.5rem); }
.hero-wordmark { width: min(465px, 72vw); margin: .65rem 0 .85rem; filter: drop-shadow(0 4px 18px rgba(0,0,0,.35)); }
.kicker { margin: 0 0 .85rem; color: rgba(255,255,255,.73); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.kicker.gold { color: var(--gold); }
.hero h1, .section h2, .next-content h2 { margin: 0; font-family: var(--font-display); font-weight: 300; letter-spacing: -.045em; }
.hero h1 { color: #fff; font-size: clamp(3rem, 6.1vw, 6.6rem); line-height: .98; }
.hero-intro { max-width: 510px; margin: 1.45rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .8rem 1.4rem; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 600; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--gold); }
.button-primary:hover { background: var(--gold-soft); }
.text-link { text-decoration: none; font-size: .88rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.4); }
.text-link:hover { color: var(--gold-soft); border-color: var(--gold-soft); }
.photo-note { position: absolute; right: clamp(1.5rem, 4vw, 4.5rem); bottom: 2rem; margin: 0; color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }

.section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.release { display: grid; grid-template-columns: minmax(270px,520px) minmax(290px,540px); align-items: center; justify-content: center; gap: clamp(3rem,9vw,9rem); background: radial-gradient(circle at 18% 25%, rgba(26,74,74,.55), transparent 42%), var(--night); }
.release-art { min-width: 0; }
.album-wrap { position: relative; width: 100%; aspect-ratio: 1/1; padding: clamp(.65rem,1vw,1rem); border: 1px solid rgba(244,166,42,.34); }
.album-wrap::after { content: ""; position: absolute; inset: 7% -6% -6% 7%; z-index: -1; border: 1px solid rgba(244,239,229,.14); }
.album-wrap img { width: 100%; height: 100%; aspect-ratio: 1/1; object-fit: contain; }
.release-copy h2, .story-copy h2, .shop-copy h2 { font-size: clamp(2.45rem,5vw,5rem); line-height: 1.04; }
.lead { max-width: 470px; margin: 1.6rem 0 2rem; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.22rem); }
.stream-list { border-top: 1px solid rgba(244,239,229,.18); }
.stream-list a { display: flex; align-items: center; justify-content: space-between; padding: .95rem .15rem; border-bottom: 1px solid rgba(244,239,229,.18); text-decoration: none; font-size: .95rem; transition: color .2s ease, padding .2s ease; }
.stream-list a:hover { color: var(--gold-soft); padding-left: .5rem; }
.release-meta { margin: 1.2rem 0 0; color: rgba(244,239,229,.45); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }

.story { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(360px,1.35fr); align-items: center; gap: clamp(3rem,8vw,8rem); color: var(--ink); background: var(--paper); }
.story .kicker { color: var(--coral); }
.story-copy p:not(.kicker) { max-width: 520px; color: #4c5c58; font-size: 1.04rem; }
.story-copy h2 { margin-bottom: 1.75rem; }
.story-image { margin: 0; }
.story-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: 28px 28px 0 #d2c4af; }

.next-release { position: relative; min-height: min(78svh,820px); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.next-background, .next-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.next-background { z-index: -2; object-fit: cover; }
.next-overlay { z-index: -1; background: linear-gradient(90deg, rgba(6,23,22,.86), rgba(6,23,22,.56) 50%, rgba(6,23,22,.73)); }
.next-content { max-width: 770px; padding: 5rem 1.5rem; text-align: center; }
.next-content h2 { font-size: clamp(3.7rem,9vw,8.5rem); line-height: .95; }
.next-content p:not(.kicker) { max-width: 560px; margin: 1.5rem auto 1.8rem; color: rgba(255,255,255,.8); font-size: clamp(1.05rem,2vw,1.3rem); }
.coming-soon { display: inline-block; padding: .42rem 1rem; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.shop { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; color: var(--ink); background: var(--gold); }
.shop .kicker { color: var(--deep); }
.shop-copy { max-width: 760px; }
.shop-copy p:not(.kicker) { max-width: 580px; margin-bottom: 0; }
.button-dark { flex: 0 0 auto; color: var(--cream); background: var(--night); }
.button-dark:hover { background: var(--deep); }

.site-footer { padding: 4.5rem clamp(1.5rem,8vw,9rem) 2.2rem; text-align: center; background: #041313; }
.footer-brand { display: block; width: 210px; margin: 0 auto; }
.footer-line { margin: .8rem 0 2.2rem; color: var(--muted); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.25rem 2rem; }
.copyright { margin: 3rem 0 0; color: rgba(244,239,229,.35); font-size: .74rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 880px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .site-nav { display: none; }
  .header-brand { width: 115px; }
  .hero { background-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,18,18,.9) 0%, rgba(4,18,18,.56) 47%, rgba(4,18,18,.08) 78%), linear-gradient(90deg, rgba(4,18,18,.3), transparent 60%); }
  .hero-content { margin-left: clamp(1.5rem,6vw,3.5rem); padding-bottom: 4.5rem; }
  .photo-note { display: none; }
  .release, .story { grid-template-columns: 1fr; }
  .release { gap: 4rem; }
  .release-art { max-width: 560px; }
  .story { gap: 4rem; }
  .story-image { order: -1; }
  .shop { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 1rem; }
  .nav-listen { padding: .5rem .8rem; font-size: .7rem; }
  .hero { min-height: 92svh; }
  .hero-content { width: calc(100% - 2rem); margin-left: 1rem; padding-top: 8rem; padding-bottom: 3rem; }
  .hero-wordmark { width: 82vw; }
  .hero h1 { font-size: clamp(2.8rem,14vw,4.3rem); }
  .hero-intro { max-width: 92%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 5rem 1.25rem; }
  .release { gap: 3.5rem; }
  .album-wrap { margin-right: .75rem; }
  .story-image img { box-shadow: 14px 14px 0 #d2c4af; }
  .next-release { min-height: 70svh; }
  .next-background { object-position: 54% center; }
  .next-content h2 { font-size: clamp(3.4rem,18vw,5.6rem); }
  .shop { gap: 2rem; }
  .button-dark { width: 100%; }
  .site-footer { padding-inline: 1.25rem; }
}

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