:root {
  --ink: #11100d;
  --ink-2: #1a1813;
  --paper: #f3eee4;
  --cream: #e9dec9;
  --gold: #e9b35b;
  --rust: #a84d2a;
  --muted: #a79d8e;
  --line: rgba(243, 238, 228, .16);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--paper); color: var(--ink); padding: .7rem 1rem; z-index: 999; }
.skip-link:focus { left: 1rem; top: 1rem; }
.topbar { position: fixed; inset: 0 0 auto 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.1rem, 4vw, 4rem); z-index: 50; background: linear-gradient(to bottom, rgba(17,16,13,.92), rgba(17,16,13,.28), transparent); transition: background .25s ease; }
.topbar.scrolled { background: rgba(17,16,13,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: .85; }
.brand-main { font-family: "Arial Black", Impact, sans-serif; letter-spacing: -.06em; font-size: 1.55rem; }
.brand-sub { margin-top: .5rem; text-transform: uppercase; letter-spacing: .22em; font-size: .58rem; color: var(--gold); }
.nav { display: flex; gap: 1.6rem; align-items: center; }
.nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.nav a:hover { color: var(--gold); }
.menu-button { display: none; background: none; color: var(--paper); border: 1px solid var(--line); padding: .55rem .75rem; }
.hero { position: relative; min-height: min(920px, 100svh); display: flex; align-items: flex-end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,7,.94) 0%, rgba(10,9,7,.64) 34%, rgba(10,9,7,.12) 68%), linear-gradient(0deg, rgba(10,9,7,.9) 0%, transparent 38%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 92vw); margin: 0 0 clamp(3rem, 8vh, 7rem) clamp(1.2rem, 8vw, 8rem); }
.eyebrow, .overline, .section-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 800; color: var(--gold); }
h1, h2 { margin: 0; text-transform: uppercase; font-family: "Arial Black", Impact, sans-serif; line-height: .88; letter-spacing: -.055em; }
h1 { font-size: clamp(3.5rem, 8.5vw, 8.8rem); max-width: 900px; }
h1 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; color: var(--gold); }
h2 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.hero-lede { max-width: 620px; font-size: clamp(1rem, 1.6vw, 1.25rem); color: #e4ddd1; }
.hero-actions, .release-actions { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; margin-top: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 1.25rem; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #f0c270; }
.button-ghost { border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.12); }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.countdown { display: flex; gap: clamp(1rem, 3vw, 2.5rem); margin-top: 2.4rem; }
.countdown div { display: flex; flex-direction: column; }
.countdown strong { font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; }
.countdown span { margin-top: .35rem; text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; color: var(--muted); }
.scroll-cue { position: absolute; z-index: 3; right: 3rem; bottom: 3rem; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-size: 1.2rem; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6rem); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-kicker { max-width: var(--max); padding-bottom: 1rem; border-bottom: 1px solid rgba(17,16,13,.18); color: var(--rust); }
.release { background: var(--paper); color: var(--ink); }
.release-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; margin-top: 2.5rem; }
.big-copy { font: 1.45rem/1.45 Georgia, serif; max-width: 620px; }
.muted { color: #5e574d; max-width: 650px; }
.release-photo { margin: 0; overflow: hidden; background: #000; }
.release-photo img { aspect-ratio: 16/10; object-fit: cover; }
.section-dark { background: #0b0a08; }
.video-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.video-copy p:not(.overline) { max-width: 480px; color: #c8c0b4; }
.video-copy code { color: var(--gold); }
.video-poster { position: relative; overflow: hidden; border: 1px solid var(--line); }
.video-poster img { aspect-ratio: 16/9; object-fit: cover; }
.play-mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; padding-left: 4px; background: rgba(233,179,91,.92); color: var(--ink); font-size: 1.5rem; box-shadow: 0 12px 45px rgba(0,0,0,.35); }
.about { background: #17140f; }
.about-intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 8vw, 7rem); align-items: end; margin-bottom: 4rem; }
.about-intro > p { font: 1.2rem/1.65 Georgia, serif; color: #d0c7b9; }
.artist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.artist-card { position: relative; margin: 0; overflow: hidden; background: #000; }
.artist-card img { aspect-ratio: 1/1; object-fit: cover; }
.artist-label { position: absolute; inset: auto 0 0 0; padding: 3rem 1.5rem 1.3rem; background: linear-gradient(transparent, rgba(0,0,0,.82)); display: flex; align-items: end; justify-content: space-between; }
.artist-label span { font: 2rem/1 Georgia, serif; }
.artist-label small { text-transform: uppercase; letter-spacing: .14em; color: var(--gold); }
.music { display: grid; grid-template-columns: 1.15fr .85fr; max-width: none; padding-left: 0; padding-right: 0; background: var(--cream); color: var(--ink); }
.music > * { max-width: none; margin: 0; }
.music-photo img { height: 100%; min-height: 560px; object-fit: cover; }
.music-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.music-copy p:not(.overline) { font: 1.2rem/1.6 Georgia, serif; max-width: 520px; }
.platforms { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.platforms a { border: 1px solid rgba(17,16,13,.28); padding: .7rem .9rem; text-decoration: none; text-transform: uppercase; font-size: .68rem; letter-spacing: .12em; font-weight: 800; }
.platforms a:hover { background: var(--ink); color: var(--paper); }
.gallery { background: var(--paper); color: var(--ink); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1rem; }
.gallery-grid img { height: 100%; object-fit: cover; min-height: 360px; }
.gallery-wide { grid-row: span 2; }
.gallery-square { display: none; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 8vw, 7rem); max-width: none; }
.contact > * { max-width: none; margin: 0; }
.contact-copy p:not(.overline) { color: #c6bdaf; max-width: 430px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: flex; flex-direction: column; gap: .45rem; text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; font-weight: 800; color: #c9c0b2; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form button { grid-column: 1 / -1; }
input, textarea, select { width: 100%; border: 1px solid var(--line); background: #14120f; color: var(--paper); padding: .85rem .9rem; border-radius: 0; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); }
.hidden { display: none; }
.footer { padding: 3rem clamp(1.2rem, 6vw, 6rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; color: #9e9588; }
.footer-brand { color: var(--paper); }
.copyright { text-align: right; font-size: .75rem; }
@media (max-width: 900px) {
  .topbar { height: 70px; }
  .menu-button { display: block; }
  .nav { position: absolute; right: 1rem; top: 64px; width: min(300px, calc(100vw - 2rem)); padding: 1rem; background: rgba(17,16,13,.98); border: 1px solid var(--line); flex-direction: column; align-items: stretch; display: none; }
  .nav.open { display: flex; }
  .nav a { padding: .65rem; }
  .hero { min-height: 790px; }
  .hero-image { object-position: 63% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(10,9,7,.96) 0%, rgba(10,9,7,.55) 60%, rgba(10,9,7,.08) 100%); }
  .hero-copy { margin: 0 1.2rem 3rem; }
  .scroll-cue { display: none; }
  .release-grid, .video-layout, .about-intro, .music, .contact { grid-template-columns: 1fr; }
  .music-photo img { min-height: 420px; }
  .artist-grid { gap: .7rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-row: auto; grid-column: 1 / -1; }
  .footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}
@media (max-width: 600px) {
  h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  .hero-lede { font-size: 1rem; }
  .countdown { gap: 1.1rem; }
  .release-grid { margin-top: 1.5rem; }
  .artist-grid, .gallery-grid, .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form button { grid-column: auto; }
  .gallery-wide { grid-column: auto; }
  .gallery-grid img { min-height: 300px; }
  .artist-label span { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* 2026-08-17 polish: official logo + gallery crop refinements */
.brand-logo {
  width: clamp(88px, 8vw, 128px);
  height: 78px;
  align-items: center;
  justify-content: center;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.36));
}
.hero {
  padding-top: 96px;
}
.hero-copy .eyebrow {
  position: relative;
  z-index: 3;
}
.gallery-jane,
.gallery-dillon {
  object-position: center center;
}
.footer-logo {
  width: 132px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 78px;
    height: 62px;
  }
  .hero {
    padding-top: 78px;
  }
  .gallery-jane,
  .gallery-dillon {
    object-position: center 34%;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    width: 68px;
    height: 56px;
  }
  .hero {
    padding-top: 70px;
  }
}

/* 2026-08-25 Last Call launch update */
.hero-copy h1 em,
.hero-lede em,
.music-copy em { font-style: italic; }
.release-status {
  display: inline-flex;
  margin: 2.2rem 0 0;
  padding: .75rem 1rem;
  border: 1px solid rgba(233,179,91,.5);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 900;
}
.release-status[hidden],
.countdown[hidden] { display: none; }
.tracklist-wrap {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(2rem, 7vw, 6rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(17,16,13,.18);
}
.tracklist-heading h3 {
  margin: .45rem 0 0;
  font: 700 clamp(1.65rem, 3vw, 2.7rem)/1.02 Georgia, serif;
  letter-spacing: -.035em;
}
.tracklist {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: tracks;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
.tracklist li {
  counter-increment: tracks;
  position: relative;
  padding: .85rem .25rem .85rem 2.6rem;
  border-bottom: 1px solid rgba(17,16,13,.12);
  font-weight: 750;
  line-height: 1.25;
}
.tracklist li::before {
  content: counter(tracks, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .95rem;
  color: var(--rust);
  font-size: .67rem;
  letter-spacing: .12em;
  font-weight: 900;
}
.video-copy h2 { max-width: 680px; }
@media (max-width: 900px) {
  .tracklist-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .tracklist { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
}


/* 2026-08-25 social profile links */
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9rem;
  text-align: center;
}
.footer-center p { margin: 0; }
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .72rem;
  border: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: 999px;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.social-link svg { width: 18px; height: 18px; flex: 0 0 18px; }
.social-link:hover,
.social-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .footer-center { align-items: flex-start; text-align: left; }
  .social-links { justify-content: flex-start; }
}
