/* ============================================
   NATE TOFILON — natetofilonmusic.com
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:    #f5f0e8;
  --tan:      #d4b896;
  --gold:     #c8973a;
  --gold-lt:  #e4b86a;
  --rust:     #8b3a2a;
  --brown:    #2e1a0e;
  --dark:     #1a1008;
  --charcoal: #2c2419;
  --mid:      #5a4530;
  --text:     #f0e8dc;
  --text-dim: #a89880;
  --white:    #ffffff;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---- UTILITY ---- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 32px; }

.section { padding: 100px 0; }

.section-header { text-align: center; margin-bottom: 64px; }
.section-header.left { text-align: left; }
.section-header.light .section-pre { color: var(--gold-lt); }
.section-header.light .section-title { color: var(--white); }

.section-pre {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.15;
}

.section-desc {
  margin-top: 16px;
  color: var(--text-dim);
  font-size: 1.05rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all .25s var(--ease);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--gold);
  color: var(--dark);
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(245,240,232,.35);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-outline-light {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(245,240,232,.4);
  padding: 10px 24px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  transition: all .25s var(--ease);
}
.btn-outline-light:hover { border-color: var(--gold-lt); color: var(--gold-lt); }

/* ============================================
   NAV
   ============================================ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
  padding: 0;
}
#navbar.scrolled {
  background: rgba(26,16,8,.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(200,151,58,.15);
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--cream);
  transition: color .2s;
}
.nav-logo:hover { color: var(--gold); }

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color .2s;
}
.nav-links a:hover { color: var(--cream); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 9px 22px !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--gold-lt) !important; color: var(--dark) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: all .3s var(--ease);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    url('images/photo-6.jpg') center center / cover no-repeat,
    #0d0804;
}

/* Subtle grain texture overlay */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(0,0,0,.04) 2px,
      rgba(0,0,0,.04) 4px
    );
  pointer-events: none;
}

/* Dark hazy ambiance — darker at center where the text sits,
   softer at the edges so the photo still reads through.
   Layered: a centered dark vignette for text legibility, plus
   a global darken to keep the whole hero atmospheric. */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 50% 55%, rgba(13,8,4,.78) 0%, rgba(13,8,4,.55) 45%, rgba(13,8,4,.25) 75%, transparent 100%),
    linear-gradient(180deg, rgba(13,8,4,.55) 0%, rgba(13,8,4,.35) 40%, rgba(13,8,4,.65) 100%);
  backdrop-filter: blur(1px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0 24px;
}

.hero-pre {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .8s var(--ease) .2s forwards;
}

.hero-name {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .9s var(--ease) .4s forwards;
}

.hero-tagline {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--tan);
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp .9s var(--ease) .6s forwards;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .9s var(--ease) .8s forwards;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s var(--ease) 1.4s forwards;
}
.hero-scroll span {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scrollPulse 2s ease-in-out infinite;
}
.hero-scroll p {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ============================================
   RELEASE BANNER
   ============================================ */
.release-banner {
  background: linear-gradient(135deg, var(--rust) 0%, #6b2d1e 50%, #4a1f12 100%);
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}
.release-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(0,0,0,.04) 8px,
    rgba(0,0,0,.04) 16px
  );
}

.release-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
}

.release-badge {
  background: var(--gold);
  color: var(--dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  white-space: nowrap;
}

.release-text h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cream);
}
.release-text p {
  font-size: 13px;
  color: rgba(245,240,232,.7);
  margin-top: 2px;
}

.release-platforms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255,255,255,.12);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.15);
  transition: all .2s var(--ease);
  white-space: nowrap;
}
.platform-pill svg { width: 14px; height: 14px; flex-shrink: 0; }
.platform-pill:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }
.platform-pill.spotify:hover { background: #1db954; border-color: #1db954; }
.platform-pill.apple:hover { background: #fc3c44; border-color: #fc3c44; }
.platform-pill.youtube:hover { background: #ff0000; border-color: #ff0000; }
.platform-pill.amazon:hover { background: #00a8e0; border-color: #00a8e0; }

/* ============================================
   MUSIC
   ============================================ */
.music-section { background: var(--dark); }

.records-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 64px;
}

.record-card {
  background: var(--charcoal);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  border: 1px solid rgba(200,151,58,.08);
}
.record-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,.4), 0 0 0 1px rgba(200,151,58,.15);
}

.record-art {
  position: relative;
  aspect-ratio: 1;
  background: var(--brown);
  overflow: hidden;
}

/* Album art — auto-uses images/ if present, otherwise gradient placeholder */
.art-things {
  background:
    linear-gradient(135deg, rgba(26,42,26,.4), rgba(13,8,4,.6)),
    linear-gradient(135deg, #1a2a1a 0%, #2d3a1f 30%, #1a1008 70%, #0d0804 100%);
  background-size: cover;
  background-position: center;
}
.has-art-things .art-things {
  background-image: url('images/things-i-never-said.jpg');
}
.art-things::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 70%, rgba(100,140,60,.3) 0%, transparent 50%),
    radial-gradient(circle at 75% 25%, rgba(200,151,58,.2) 0%, transparent 40%);
}
.art-things::after {
  content: '"Things I Never Said"';
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(245,240,232,.6);
  line-height: 1.3;
}

.art-messin {
  background:
    linear-gradient(135deg, #2a1808 0%, #3d2410 40%, #1a1008 100%);
  background-size: cover;
  background-position: center;
}
.has-coming .art-messin {
  background-image: url('images/messin-me-up.jpg');
}
.art-messin::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(232,184,90,.32) 0%, transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(200,151,58,.18) 0%, transparent 45%);
}
.art-messin::after {
  content: '"Messin\' Me Up"';
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(245,240,232,.7);
}

.art-sweetal {
  background: linear-gradient(135deg, #1e1208 0%, #3d2410 40%, #2e1a0e 100%);
  background-size: cover;
  background-position: center;
}
.has-art-sweetal .art-sweetal {
  background-image: url('images/sweet-al.jpg');
}
.art-sweetal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 60% 40%, rgba(200,151,58,.35) 0%, transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(139,58,42,.3) 0%, transparent 45%);
}
.art-sweetal::after {
  content: '"Sweet Al"';
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(245,240,232,.6);
}

.art-goodbye {
  background: linear-gradient(135deg, #100810 0%, #1e1020 40%, #0d0810 100%);
  background-size: cover;
  background-position: center;
}
.has-art-goodbye .art-goodbye {
  background-image: url('images/goodbye-goodbye.jpg');
}
.art-goodbye::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(180,120,200,.2) 0%, transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(200,151,58,.15) 0%, transparent 40%);
}
.art-goodbye::after {
  content: '"Goodbye Goodbye"';
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(245,240,232,.6);
}

.record-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,8,4,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.record-card:hover .record-overlay { opacity: 1; }

.record-links {
  display: flex;
  gap: 16px;
}
.record-links a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s var(--ease);
}
.record-links a:hover { background: var(--gold); border-color: var(--gold); }
.record-links svg { width: 16px; height: 16px; color: var(--cream); }

.record-info {
  padding: 20px;
}
.record-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}
.record-info h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cream);
}
.record-year {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 4px;
}

.featured .record-art { aspect-ratio: 1; }
.featured .record-info h3 { font-size: 1.35rem; }

/* Streaming icons row */
.stream-all {
  text-align: center;
  padding-top: 16px;
}
.stream-all > p {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.stream-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.stream-icons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dim);
  transition: all .2s var(--ease);
}
.stream-icons a:hover {
  background: rgba(200,151,58,.12);
  border-color: rgba(200,151,58,.3);
  color: var(--cream);
}
.stream-icons svg { width: 18px; height: 18px; }

/* ============================================
   SHOWS
   ============================================ */
.shows-section {
  background: linear-gradient(180deg, #150f07 0%, #1a1008 100%);
  position: relative;
}
.shows-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,151,58,.3), transparent);
}

.shows-list { max-width: 820px; margin: 0 auto 32px; }

.show-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 16px;
  transition: border-color .2s var(--ease);
}
.show-item:hover { border-color: rgba(200,151,58,.2); }

.show-date {
  text-align: center;
  min-width: 60px;
}
.show-month {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.show-day {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-top: 4px;
}

.show-details h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--cream);
}
.show-details p {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 4px;
}

.show-action { margin-left: auto; }

.shows-note {
  text-align: center;
  font-size: 14px;
  color: var(--text-dim);
}
.shows-note a { color: var(--gold); transition: color .2s; }
.shows-note a:hover { color: var(--gold-lt); }

/* ============================================
   BIO
   ============================================ */
.bio-section { background: var(--dark); }

.bio-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.bio-image-wrap {
  position: relative;
}

.bio-image {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  background: linear-gradient(160deg, #3d2410 0%, #2e1a0e 50%, #1a1008 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.has-bio .bio-image { background-image: url('images/bio.jpg'); }
.has-bio .bio-image::before,
.has-bio .bio-image::after { display: none; }
.bio-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 40% 30%, rgba(200,151,58,.2) 0%, transparent 50%),
    radial-gradient(circle at 70% 75%, rgba(139,58,42,.15) 0%, transparent 45%);
}
.bio-image::after {
  content: 'NATE TOFILON';
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(245,240,232,.2);
  letter-spacing: .05em;
}

.bio-image-accent {
  position: absolute;
  top: 20px;
  left: -20px;
  right: 20px;
  bottom: -20px;
  border: 1px solid rgba(200,151,58,.2);
  border-radius: 6px;
  z-index: 0;
}

.bio-content p {
  color: var(--text-dim);
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1rem;
}
.bio-content p em { color: var(--tan); font-style: italic; }

.bio-social {
  display: flex;
  gap: 16px;
  margin-top: 36px;
}
.bio-social a {
  width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  transition: all .2s var(--ease);
}
.bio-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,151,58,.08);
}
.bio-social svg { width: 18px; height: 18px; }

/* ============================================
   AMBIENT BACKGROUND PHOTOS (Stair Shoot)
   Each photo lives faintly behind a section at its
   natural size, positioned at a corner so it never
   obstructs content. Vary opacity per section.
   ============================================ */
.music-section,
.shows-section,
.stories-section,
.bio-section,
.updates-section {
  position: relative;
  overflow: hidden;
}
.music-section .container,
.shows-section .container,
.stories-section .container,
.bio-section .container,
.updates-section .container {
  position: relative;
  z-index: 2;
}
.music-section::after,
.shows-section::after,
.stories-section::after,
.bio-section::after,
.updates-section::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: auto;       /* keep actual image size */
  mix-blend-mode: luminosity;
}

/* photo-1 — music section, bottom-right, very faint */
.music-section::after {
  background-image: url('images/photo-1.jpg');
  background-position: right -200px bottom -300px;
  inset: 0;
  opacity: .10;
}

/* photo-2 — shows section, top-left, low opacity */
.shows-section::after {
  background-image: url('images/photo-2.jpg');
  background-position: left -300px top -200px;
  inset: 0;
  opacity: .14;
}

/* photo-3 — stories section, bottom-left */
.stories-section::after {
  background-image: url('images/photo-3.jpg');
  background-position: left -400px bottom -250px;
  inset: 0;
  opacity: .09;
}

/* photo-4 — bio section, top-right (existing bio-image stays as foreground) */
.bio-section::after {
  background-image: url('images/photo-4.jpg');
  background-position: right -350px top -150px;
  inset: 0;
  opacity: .08;
}

/* photo-5 — updates section, bottom-right */
.updates-section::after {
  background-image: url('images/photo-5.jpg');
  background-position: right -250px bottom -350px;
  inset: 0;
  opacity: .12;
}


/* ============================================
   UPDATES
   ============================================ */
.updates-section {
  background: linear-gradient(180deg, #1a1008 0%, #150f07 100%);
  position: relative;
}
.updates-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,151,58,.25), transparent);
}

.updates-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 24px;
}

.update-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 32px;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.update-card:hover {
  border-color: rgba(200,151,58,.2);
  transform: translateY(-4px);
}
.featured-update {
  border-color: rgba(200,151,58,.15);
  background: rgba(200,151,58,.04);
}

.update-date {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.update-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 12px;
  line-height: 1.3;
}
.update-card p {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 20px;
}
.update-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--gold);
  transition: color .2s;
}
.update-link:hover { color: var(--gold-lt); }

/* ============================================
   CONTACT
   ============================================ */
.contact-section {
  background: var(--dark);
  position: relative;
}
.contact-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,151,58,.25), transparent);
}

.contact-container { max-width: 640px; }

.signup-form { margin-bottom: 32px; }

.form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.form-row input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
}
.form-row input::placeholder { color: var(--text-dim); }
.form-row input:focus { border-color: var(--gold); }

.form-note {
  font-size: 12px;
  color: var(--text-dim);
  opacity: .7;
}

.contact-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--text-dim);
  font-size: 14px;
}
.contact-links a { color: var(--gold); transition: color .2s; }
.contact-links a:hover { color: var(--gold-lt); }
.contact-links span { opacity: .4; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--brown);
  padding: 48px 0 32px;
  border-top: 1px solid rgba(200,151,58,.1);
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.footer-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--cream);
  margin-bottom: 28px;
}

.footer-platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.footer-platforms a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color .2s;
}
.footer-platforms a:hover { color: var(--gold); }

.footer-copy {
  font-size: 12px;
  color: rgba(168,152,128,.5);
}
.footer-copy a { color: rgba(168,152,128,.7); transition: color .2s; }
.footer-copy a:hover { color: var(--gold); }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(.6); opacity: .5; }
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .records-grid { grid-template-columns: 1fr 1fr; }
  .featured { grid-column: span 2; }
  .bio-container { grid-template-columns: 1fr; gap: 48px; }
  .bio-image-wrap { max-width: 400px; }
  .updates-grid { grid-template-columns: 1fr 1fr; }
  .featured-update { grid-column: span 2; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .records-grid { grid-template-columns: 1fr; }
  .featured { grid-column: span 1; }
  .updates-grid { grid-template-columns: 1fr; }
  .featured-update { grid-column: span 1; }
  .form-row { flex-direction: column; }
  .release-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .release-platforms { margin-left: 0; }
  .show-item { flex-direction: column; align-items: flex-start; gap: 16px; }
  .show-action { margin-left: 0; }

  /* Mobile nav */
  .hamburger { display: flex; }
  .nav-links {
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: rgba(26,16,8,.98);
    backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform .35s var(--ease);
    border-top: 1px solid rgba(200,151,58,.15);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 14px; }
  .nav-cta { align-self: flex-start !important; }
}

@media (max-width: 480px) {
  .hero-name { font-size: 3.2rem; }
  .container { padding: 0 20px; }
}

/* ============================================
   SPOTIFY EMBED
   ============================================ */
.spotify-embed-section {
  background: var(--bg);
  padding: 48px 0 0;
}
.spotify-embed-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}
.spotify-embed-wrap iframe {
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

/* ============================================
   STORY BEHIND THE SONG
   ============================================ */
.stories-section {
  background: var(--bg);
}
.story-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
}
.story-card.reverse {
  grid-template-columns: 1fr 360px;
}
.story-card.reverse .story-art {
  order: 2;
}
.story-card:last-child {
  margin-bottom: 0;
}
.story-art {
  aspect-ratio: 1;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.story-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.story-text h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--cream);
}
.story-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.story-link {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: opacity .3s;
}
.story-link:hover {
  opacity: .7;
}

@media (max-width: 780px) {
  .story-card,
  .story-card.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }
  .story-card.reverse .story-art {
    order: 0;
  }
  .story-art {
    max-width: 280px;
  }
}

/* ============================================
   COMING SOON — MESSIN' ME UP
   ============================================ */
.coming-soon {
  /* Hazy white/gold ambiance */
  background:
    radial-gradient(ellipse at 30% 40%, rgba(232,184,90,.35), transparent 55%),
    radial-gradient(ellipse at 80% 60%, rgba(255,240,210,.25), transparent 60%),
    linear-gradient(180deg, #f4e9d2 0%, #ead8b0 100%);
  padding: 22px 32px;
  margin-top: 72px;       /* clear the fixed navbar */
  border-bottom: 1px solid rgba(140,90,30,.2);
  position: relative;
  overflow: hidden;
}
.coming-soon::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,.35), transparent 50%),
    radial-gradient(circle at 90% 30%, rgba(212,160,74,.18), transparent 60%);
  pointer-events: none;
}
.coming-soon-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.coming-soon-cover {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #6b2d1e 0%, #4a1f12 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 20px rgba(100,60,20,.3);
}
.has-coming .coming-soon-cover {
  background-image: url('images/messin-me-up.jpg');
}
.coming-soon-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.coming-soon-tag {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #8a5a1c;
  font-weight: 600;
}
.coming-soon-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  font-style: italic;
  color: #2a1808;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.countdown {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}
.cd-block {
  background: rgba(255,250,235,.6);
  border: 1px solid rgba(140,90,30,.3);
  border-radius: 6px;
  padding: 14px 18px;
  min-width: 86px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.cd-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: #5a3210;
  line-height: 1;
  margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.cd-lbl {
  display: block;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8a5a1c;
  font-weight: 600;
}
.coming-soon-cta {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5a3210;
  border: 1.5px solid #8a5a1c;
  padding: 14px 22px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  transition: all .3s var(--ease);
}
.coming-soon-cta:hover {
  background: #5a3210;
  color: #f4e9d2;
  border-color: #5a3210;
}

@media (max-width: 780px) {
  .coming-soon { padding: 18px 20px; margin-top: 64px; }
  .coming-soon-inner { flex-wrap: wrap; gap: 14px 18px; justify-content: center; }
  .coming-soon-text { flex: 1 1 auto; text-align: left; }
  .countdown { gap: 8px; flex-wrap: wrap; justify-content: center; }
  .cd-block { min-width: 64px; padding: 10px 12px; }
  .cd-num { font-size: 22px; }
  .coming-soon-cta { font-size: 11px; padding: 11px 18px; }
}
