@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300;1,600&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  /* ── SUNSET PALETTE ── */
  --gold:     #ffd166;
  --amber:    #ffb347;
  --coral:    #ff6b51;
  --rose:     #ff4d7e;
  --violet:   #9b4dff;
  --indigo:   #4a1aff;
  --plum:     #2d1060;

  /* ── SURFACES ── */
  --surface:  rgba(255, 220, 150, 0.07);
  --surface2: rgba(200, 100, 255, 0.07);
  --border:   rgba(255, 180, 80, 0.22);
  --border2:  rgba(180, 80, 255, 0.22);

  /* ── TEXT ── */
  --text-warm:  rgba(255, 240, 200, 0.9);
  --text-muted: rgba(255, 220, 170, 0.45);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ══════════════════════════════════════════
   BODY — dark night sky fading to warm sunset
   Top = deep midnight / Bottom = golden horizon
══════════════════════════════════════════ */
body {
  background:
    /* Stars speckle layer — SVG noise shifted to look like stars */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='stars'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 1 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23stars)' opacity='0.55'/%3E%3C/svg%3E"),
    /* Warm glow at horizon bottom */
    radial-gradient(ellipse 100% 45% at 50% 100%, #ffb34755 0%, #ff6b5133 30%, transparent 65%),
    radial-gradient(ellipse 80%  35% at 20% 90%,  #ff4d7e22 0%, transparent 60%),
    radial-gradient(ellipse 60%  35% at 80% 85%,  #ffd16622 0%, transparent 55%),
    /* Violet band mid-sky */
    radial-gradient(ellipse 120% 60% at 50% 45%,  #9b4dff18 0%, #4a1aff0a 50%, transparent 75%),
    /* Main gradient — night top, sunset bottom */
    linear-gradient(180deg,
      #03010a  0%,
      #0a0320  8%,
      #130540  18%,
      #1e0850  28%,
      #2d1060  38%,
      #4a1a7a  50%,
      #7a2d6e  62%,
      #b0365a  72%,
      #d4563a  82%,
      #e8843a  90%,
      #f5ae3a  96%,
      #ffd166  100%
    );
  background-attachment: fixed;
  min-height: 100vh;
  color: var(--text-warm);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── FILM GRAIN overlay ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.048;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: soft-light;
}

/* ── STARS speckle canvas ── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    /* Bright star cluster top */
    radial-gradient(1.2px 1.2px at 12%  8%,  rgba(255,245,220,0.85) 0%, transparent 100%),
    radial-gradient(1px   1px   at 28%  4%,  rgba(255,235,190,0.70) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 44% 11%,  rgba(255,255,240,0.90) 0%, transparent 100%),
    radial-gradient(1px   1px   at 58%  6%,  rgba(255,240,200,0.65) 0%, transparent 100%),
    radial-gradient(1.8px 1.8px at 72%  3%,  rgba(255,250,230,0.95) 0%, transparent 100%),
    radial-gradient(1px   1px   at 88%  9%,  rgba(255,230,180,0.60) 0%, transparent 100%),
    radial-gradient(1.3px 1.3px at  6% 14%,  rgba(255,245,215,0.75) 0%, transparent 100%),
    radial-gradient(1px   1px   at 19% 19%,  rgba(255,240,200,0.55) 0%, transparent 100%),
    radial-gradient(1.4px 1.4px at 35% 22%,  rgba(255,255,245,0.80) 0%, transparent 100%),
    radial-gradient(1px   1px   at 51% 17%,  rgba(255,235,185,0.60) 0%, transparent 100%),
    radial-gradient(1.6px 1.6px at 65% 24%,  rgba(255,250,230,0.85) 0%, transparent 100%),
    radial-gradient(1px   1px   at 79% 16%,  rgba(255,240,205,0.65) 0%, transparent 100%),
    radial-gradient(1.2px 1.2px at 93% 21%,  rgba(255,245,220,0.70) 0%, transparent 100%),
    radial-gradient(1px   1px   at  3% 28%,  rgba(255,230,185,0.50) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 22% 32%,  rgba(255,255,240,0.75) 0%, transparent 100%),
    radial-gradient(1px   1px   at 40% 29%,  rgba(255,240,200,0.55) 0%, transparent 100%),
    radial-gradient(1.3px 1.3px at 55% 35%,  rgba(255,250,225,0.65) 0%, transparent 100%),
    radial-gradient(1px   1px   at 70% 31%,  rgba(255,235,190,0.45) 0%, transparent 100%),
    radial-gradient(1.4px 1.4px at 84% 27%,  rgba(255,245,215,0.70) 0%, transparent 100%),
    radial-gradient(1px   1px   at 97% 33%,  rgba(255,240,205,0.50) 0%, transparent 100%),
    radial-gradient(1.2px 1.2px at 10% 40%,  rgba(255,235,185,0.40) 0%, transparent 100%),
    radial-gradient(1px   1px   at 31% 43%,  rgba(255,250,230,0.50) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 47% 38%,  rgba(255,245,220,0.60) 0%, transparent 100%),
    radial-gradient(1px   1px   at 62% 44%,  rgba(255,235,190,0.35) 0%, transparent 100%),
    radial-gradient(1.3px 1.3px at 76% 40%,  rgba(255,250,225,0.50) 0%, transparent 100%),
    radial-gradient(1px   1px   at 91% 46%,  rgba(255,240,200,0.35) 0%, transparent 100%);
  /* Stars fade out below 50vh as sunset glow takes over */
  -webkit-mask: linear-gradient(to bottom, black 0%, black 40%, rgba(0,0,0,0.4) 55%, transparent 70%);
          mask: linear-gradient(to bottom, black 0%, black 40%, rgba(0,0,0,0.4) 55%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  animation: twinkle 6s ease-in-out infinite alternate;
}

@keyframes twinkle {
  0%   { opacity: 0.7; }
  33%  { opacity: 1;   }
  66%  { opacity: 0.8; }
  100% { opacity: 0.95; }
}

/* ── AMBIENT ORBS ── */
.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
}
.orb-1 {
  width: 900px; height: 380px;
  background: radial-gradient(ellipse, #ffd16655 0%, #ffb34744 40%, transparent 70%);
  bottom: -80px; left: 50%;
  transform: translateX(-50%);
  animation: pulse1 10s ease-in-out infinite alternate;
}
.orb-2 {
  width: 700px; height: 600px;
  background: radial-gradient(ellipse, #9b4dff28 0%, #4a1aff18 50%, transparent 70%);
  top: -200px; left: -200px;
  animation: drift1 26s ease-in-out infinite alternate;
}
.orb-3 {
  width: 500px; height: 500px;
  background: radial-gradient(ellipse, #ff4d7e22 0%, transparent 70%);
  top: 30%; right: -100px;
  animation: drift2 20s ease-in-out infinite alternate;
}
.orb-4 {
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, #ffb34718 0%, transparent 70%);
  top: 40%; left: -80px;
  animation: drift2 17s ease-in-out infinite alternate-reverse;
}

@keyframes pulse1 { to { opacity: 0.7; transform: translateX(-50%) scaleY(1.15); } }
@keyframes drift1 { to { transform: translate(80px, 90px); } }
@keyframes drift2 { to { transform: translate(-50px, -70px); } }

/* ══════════════════════════════════════════
   CURSOR — fixed, always on top, no jitter
══════════════════════════════════════════ */
.cursor {
  width: 14px; height: 14px;
  background: radial-gradient(circle, #fff9e0 0%, var(--gold) 55%, var(--amber) 100%);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  box-shadow:
    0 0 8px  4px rgba(255, 230, 100, 0.7),
    0 0 22px 8px rgba(255, 180, 60, 0.45),
    0 0 50px 16px rgba(255, 120, 40, 0.2);
  transition: width 0.2s, height 0.2s, background 0.2s, box-shadow 0.2s, opacity 0.3s;
}
.cursor.clicking {
  width: 10px; height: 10px;
  background: radial-gradient(circle, #fff 0%, var(--coral) 60%);
  box-shadow:
    0 0 10px 5px rgba(255, 120, 80, 0.9),
    0 0 30px 12px rgba(255, 80, 40, 0.5);
}

/* Ray ring — rotates independently via CSS, JS only moves position */
.cursor-ring {
  width: 44px; height: 44px;
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9998;
  will-change: transform;
  animation: sunSpin 8s linear infinite;
  background-image: repeating-conic-gradient(
    rgba(255, 220, 100, 0.65) 0deg 3deg,
    transparent 3deg 45deg
  );
  -webkit-mask: radial-gradient(circle, transparent 36%, black 40%, black 48%, transparent 54%);
          mask: radial-gradient(circle, transparent 36%, black 40%, black 48%, transparent 54%);
  transition: width 0.35s cubic-bezier(0.23,1,0.32,1),
              height 0.35s cubic-bezier(0.23,1,0.32,1),
              opacity 0.3s;
  opacity: 0.9;
}
.cursor-ring.hovered {
  width: 68px; height: 68px;
  opacity: 1;
}
.cursor-ring.clicking {
  width: 30px; height: 30px;
  opacity: 1;
  animation-duration: 1.2s;
}

/* Corona halo */
.cursor-halo {
  width: 80px; height: 80px;
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9997;
  will-change: transform;
  background: radial-gradient(circle,
    rgba(255, 220, 100, 0.12) 0%,
    rgba(255, 150, 60, 0.06) 50%,
    transparent 70%
  );
  transition: width 0.45s cubic-bezier(0.23,1,0.32,1),
              height 0.45s cubic-bezier(0.23,1,0.32,1),
              opacity 0.3s;
}
.cursor-halo.hovered {
  width: 110px; height: 110px;
}

/* Ember sparks */
.cursor-spark {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9990;
  transform: translate(-50%, -50%);
  animation: emberFade 0.7s ease-out forwards;
}

@keyframes sunSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes emberFade {
  0%   { opacity: 1;   transform: translate(-50%, -50%) translate(0px, 0px)          scale(1); }
  100% { opacity: 0;   transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0.15); }
}

/* ══ NAV ══ */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 52px;
  transition: background 0.4s, padding 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(10, 3, 32, 0.75);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  padding: 18px 52px;
  border-bottom-color: var(--border2);
}
nav h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(135deg, var(--gold), var(--coral), var(--rose));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
  filter: drop-shadow(0 0 12px rgba(255,180,70,0.4));
  cursor: none;
  user-select: none;
}
.nav-links { display: flex; gap: 40px; }
nav a {
  color: rgba(255, 230, 180, 0.55);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s, text-shadow 0.3s;
  position: relative;
  cursor: none;
}
nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: linear-gradient(to right, var(--gold), var(--coral));
  transition: width 0.3s ease;
}
nav a:hover { color: var(--gold); text-shadow: 0 0 20px rgba(255,209,102,0.5); }
nav a:hover::after { width: 100%; }

/* ── HAMBURGER mobile nav ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 1.5px;
  background: rgba(255,220,160,0.7);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ══ BUTTONS ══ */
.button {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 60px;
  border: 1.5px solid rgba(255, 200, 100, 0.45);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, color 0.3s;
  color: rgba(255, 240, 200, 0.9);
  background: rgba(255, 200, 100, 0.08);
  backdrop-filter: blur(8px);
}
.button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold), var(--coral), var(--rose), var(--violet));
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
}
.button:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255, 150, 60, 0.45), 0 0 0 1px rgba(255,200,100,0.2);
  border-color: transparent;
}
.button:hover::before { opacity: 1; }

/* ══ HERO ══ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 24px 80px;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 20px rgba(255,209,102,0.6);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.2s;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(80px, 22vw, 220px);
  line-height: 1.05;
  letter-spacing: -3px;
  padding-bottom: 0.08em; /* prevents background-clip:text from cutting off descenders */
  background: linear-gradient(170deg,
    #ffffff 0%,
    var(--gold) 30%,
    var(--coral) 55%,
    var(--rose) 72%,
    var(--violet) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 40px rgba(255,150,70,0.35));
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.4s;
}
.hero-sub {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 220, 160, 0.5);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.7s;
}
.hero .buttons {
  margin-top: 56px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.9s;
}
.hero-scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 1.3s;
}
.hero-scroll span {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 220, 160, 0.35);
}
.scroll-line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, var(--gold), var(--coral), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.35; }
  50%      { opacity: 1; }
}

/* ══ HERO SMALL ══ */
.hero-small {
  padding: 160px 52px 80px;
  text-align: center;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--border);
}
.hero-small h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(60px, 12vw, 120px);
  line-height: 0.9;
  background: linear-gradient(160deg, #fff 15%, var(--gold) 50%, var(--coral) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeUp 0.8s ease forwards;
}
.hero-small p {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 220, 160, 0.38);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.25s;
}

/* ══ SECTION ══ */
.section {
  padding: 100px 52px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(38px, 6vw, 68px);
  color: var(--text-warm);
  margin-bottom: 10px;
}
.section-tag {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 16px rgba(255,209,102,0.5);
  margin-bottom: 14px;
}
.section > p { color: var(--text-muted); font-size: 15px; }
.divider {
  width: 48px; height: 1px;
  background: linear-gradient(to right, var(--gold), var(--coral), var(--violet), transparent);
  margin: 20px auto 52px;
}

/* ══ MARQUEE ══ */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 180, 80, 0.03);
}
.marquee-track {
  display: flex;
  gap: 56px;
  animation: marquee 22s linear infinite;
  width: max-content;
}
.marquee-track span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  color: rgba(255, 220, 160, 0.18);
  white-space: nowrap;
}
.marquee-track span.a { color: var(--gold); opacity: 0.7; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══ CARDS ══ */
.cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
}
.card {
  background: linear-gradient(145deg,
    rgba(255, 200, 100, 0.07) 0%,
    rgba(180, 60, 255, 0.06) 100%
  );
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 28px;
  width: 260px;
  text-align: left;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  cursor: none;
}
.card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), var(--coral), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(255, 130, 60, 0.22), 0 0 0 1px rgba(255,200,100,0.15);
  border-color: rgba(255, 180, 80, 0.45);
}
.card:hover::after { opacity: 1; }
.card-num { font-size: 11px; letter-spacing: 2px; color: var(--gold); margin-bottom: 16px; display: block; text-shadow: 0 0 10px rgba(255,209,102,0.4); }
.card h3 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--text-warm); margin-bottom: 10px; }
.card p { font-size: 13px; color: var(--text-muted); line-height: 1.75; }

/* ══ SPOTIFY ══ */
.section iframe {
  display: block;
  margin: 40px auto 0;
  max-width: 560px;
  width: 100%;
  border-radius: 16px;
}

/* ══ ABOUT ══ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  max-width: 1000px;
  margin: 64px auto 0;
  text-align: left;
  align-items: start;
}
.about-portrait {
  aspect-ratio: 3/4;
  background: linear-gradient(160deg,
    rgba(155, 77, 255, 0.35) 0%,
    rgba(255, 107, 81, 0.3) 50%,
    rgba(255, 209, 102, 0.2) 100%
  );
  border-radius: 24px;
  border: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  padding: 28px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.about-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 130, 60, 0.2) 0%, transparent 60%);
  pointer-events: none;
}
.about-portrait-watermark {
  position: absolute;
  bottom: -20px; right: -10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 88px;
  color: rgba(255, 220, 150, 0.06);
  line-height: 1;
  pointer-events: none;
}
.about-portrait-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 220, 160, 0.4);
}
.about-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 28px;
  background: linear-gradient(160deg, #fff, var(--gold), var(--coral));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-text p { color: var(--text-muted); font-size: 15px; line-height: 2; margin-bottom: 20px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.tag {
  padding: 8px 18px;
  border-radius: 60px;
  border: 1px solid var(--border);
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 220, 160, 0.5);
  background: rgba(255, 180, 80, 0.06);
  transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
  cursor: none;
  backdrop-filter: blur(6px);
}
.tag:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255, 200, 80, 0.12);
  box-shadow: 0 0 16px rgba(255, 200, 80, 0.2);
}

/* ══ MUSIC PAGE ══ */
.music-list { max-width: 680px; margin: 52px auto 0; text-align: left; }
.music-card {
  background: linear-gradient(135deg, rgba(255,180,80,0.06), rgba(155,77,255,0.05));
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
  transition: border-color 0.3s, transform 0.3s, background 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(10px);
  cursor: none;
}
.music-card:hover {
  border-color: rgba(255, 180, 80, 0.5);
  transform: translateX(6px);
  background: linear-gradient(135deg, rgba(255,180,80,0.1), rgba(155,77,255,0.08));
  box-shadow: 0 8px 32px rgba(255, 130, 60, 0.18);
}
.music-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  color: rgba(255, 209, 102, 0.18);
  min-width: 32px;
}
.music-info { flex: 1; }
.music-info h3 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: var(--text-warm); margin-bottom: 4px; }
.music-info p { font-size: 11px; color: var(--text-muted); letter-spacing: 1.5px; text-transform: uppercase; }
.music-action { flex-shrink: 0; }

/* ══ CONTACT ══ */
.contact-section { padding: 100px 52px; position: relative; z-index: 2; }
.contact-container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-form { width: 100%; }
.form-label {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 220, 160, 0.4);
  margin-bottom: 10px;
}
.form-group { margin-bottom: 26px; }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 180, 80, 0.06);
  color: var(--text-warm);
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(10px);
  cursor: auto; /* inputs need default cursor */
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255, 200, 140, 0.22); }
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 200, 80, 0.09);
  box-shadow: 0 0 0 3px rgba(255, 200, 80, 0.1), 0 0 20px rgba(255, 200, 80, 0.1);
}
.contact-info-block { padding-top: 4px; }
.contact-info-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 16px;
  line-height: 1.2;
  color: var(--text-warm);
}
.contact-info-block > p { color: var(--text-muted); font-size: 14px; line-height: 1.9; margin-bottom: 36px; }
.contact-detail { padding: 20px 0; border-bottom: 1px solid var(--border); }
.contact-detail:first-of-type { border-top: 1px solid var(--border); }
.contact-detail-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  display: block;
  text-shadow: 0 0 12px rgba(255,209,102,0.4);
}
.contact-detail a { color: rgba(255, 220, 160, 0.65); text-decoration: none; font-size: 15px; transition: color 0.3s, text-shadow 0.3s; }
.contact-detail a:hover { color: var(--gold); text-shadow: 0 0 16px rgba(255,209,102,0.4); }

/* ══ SHOP ══ */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 52px auto 0;
  text-align: left;
}
.shop-card {
  background: linear-gradient(145deg, rgba(255,180,80,0.07), rgba(155,77,255,0.06));
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
  backdrop-filter: blur(10px);
  cursor: none;
}
.shop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(255, 130, 60, 0.22);
  border-color: rgba(255, 180, 80, 0.45);
}
.shop-img {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg,
    rgba(155,77,255,0.5) 0%,
    rgba(255,107,81,0.4) 50%,
    rgba(255,209,102,0.3) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: rgba(255, 230, 180, 0.35);
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
}
.shop-img::after {
  content: '';
  position: absolute;
  top: -40%; left: -60%;
  width: 35%; height: 180%;
  background: linear-gradient(105deg, transparent, rgba(255,230,160,0.1), transparent);
  transition: left 0.6s ease;
}
.shop-card:hover .shop-img::after { left: 130%; }
.shop-info { padding: 22px; }
.shop-info h3 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px; color: var(--text-warm); margin-bottom: 6px; }
.shop-info p { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6; }
.shop-footer { display: flex; align-items: center; justify-content: space-between; }
.price { font-size: 20px; font-weight: 500; color: var(--text-warm); }

/* ══ FOOTER ══ */
footer {
  text-align: center;
  padding: 52px 48px;
  border-top: 1px solid rgba(255, 180, 80, 0.3);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: rgba(255, 235, 190, 0.75);
}
footer a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0 0 14px rgba(255, 209, 102, 0.45);
  transition: color 0.3s, text-shadow 0.3s;
}
footer a:hover {
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 209, 102, 0.7);
}

/* ══ ANIMATIONS ══ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ══ EASTER EGG — Golden Hour Mode (Konami code) ══ */
body.golden-hour-mode {
  filter: sepia(0.35) saturate(1.6) hue-rotate(-8deg) brightness(1.1);
  transition: filter 0.8s ease;
}

/* ══ EASTER EGG — Disco / Spacebar mode ══ */
@keyframes discoHue {
  0%   { filter: hue-rotate(0deg)   brightness(1.1) saturate(1.5); }
  25%  { filter: hue-rotate(90deg)  brightness(1.2) saturate(1.8); }
  50%  { filter: hue-rotate(180deg) brightness(1.1) saturate(1.6); }
  75%  { filter: hue-rotate(270deg) brightness(1.2) saturate(1.9); }
  100% { filter: hue-rotate(360deg) brightness(1.1) saturate(1.5); }
}
body.disco-mode {
  animation: discoHue 0.6s linear infinite;
}

/* ══ EASTER EGG — Secret overlay (logo triple-click) ══ */
#secret-overlay {
  position: fixed;
  inset: 0;
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 1, 10, 0.88);
  backdrop-filter: blur(30px) saturate(1.6);
  -webkit-backdrop-filter: blur(30px) saturate(1.6);
  opacity: 0;
  transition: opacity 0.45s ease;
}
#secret-overlay.visible { opacity: 1; }
.secret-inner {
  text-align: center;
  padding: 60px 40px;
  max-width: 480px;
}
.secret-eyebrow {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 20px rgba(255,209,102,0.6);
  margin-bottom: 32px;
  animation: fadeUp 0.5s ease forwards 0.1s;
  opacity: 0;
}
.secret-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(52px, 10vw, 88px);
  line-height: 1.0;
  background: linear-gradient(170deg, #fff 0%, var(--gold) 40%, var(--coral) 70%, var(--rose) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease forwards 0.2s;
  opacity: 0;
}
.secret-sub {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,220,160,0.4);
  margin-bottom: 44px;
  animation: fadeUp 0.6s ease forwards 0.35s;
  opacity: 0;
}
.secret-close {
  animation: fadeUp 0.6s ease forwards 0.5s;
  opacity: 0;
}

/* ══ TOAST ══ */
.mj-toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(10, 3, 32, 0.85);
  border: 1px solid rgba(255,200,100,0.35);
  border-radius: 60px;
  padding: 12px 28px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 14px rgba(255,209,102,0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9000;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  white-space: nowrap;
}
.mj-toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ══ MOBILE ══ */
@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor, .cursor-ring, .cursor-halo { display: none !important; }

  nav { padding: 18px 24px; }
  nav.scrolled { padding: 14px 24px; }

  /* Mobile nav drawer */
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 0; right: 0;
    width: min(300px, 80vw);
    height: 100vh;
    background: rgba(6, 2, 20, 0.96);
    backdrop-filter: blur(30px) saturate(1.5);
    -webkit-backdrop-filter: blur(30px) saturate(1.5);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding: 60px 40px;
    border-left: 1px solid var(--border2);
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.23,1,0.32,1);
    z-index: 600;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a {
    font-size: 28px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: rgba(255,220,160,0.55);
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,180,80,0.1);
    width: 100%;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a::after { display: none; }
  .nav-links a:hover { color: var(--gold); }

  /* Restore native cursor on all elements on mobile */
  .button, .tag, .card, .shop-card, .music-card { cursor: auto; }

  .hero { padding: 110px 24px 80px; }
  .hero h1 { font-size: clamp(64px, 20vw, 120px); }
  .hero .buttons { flex-direction: column; align-items: center; }

  .section { padding: 72px 24px; }
  .hero-small { padding: 130px 24px 60px; }
  .contact-section { padding: 72px 24px; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait { aspect-ratio: 4/3; }

  .contact-container { grid-template-columns: 1fr; gap: 52px; }

  .card { width: 100%; max-width: 340px; }

  .music-card { padding: 18px 20px; gap: 16px; }
  .music-action .button { padding: 8px 16px; font-size: 10px; }

  .shop-grid { grid-template-columns: 1fr 1fr; }

  footer { padding: 40px 24px; }

  .mj-toast { font-size: 10px; padding: 10px 20px; bottom: 24px; }
}

@media (max-width: 480px) {
  .shop-grid { grid-template-columns: 1fr; }
  .hero h1 { letter-spacing: -2px; }
}

/* ══════════════════════════════════════════
   NEW ADDITIONS
══════════════════════════════════════════ */

/* ══ SUCCESS / PURCHASE ANIMATION ══ */
.success-overlay {
  position: fixed;
  inset: 0;
  z-index: 8500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 1, 10, 0.82);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.success-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.success-inner {
  text-align: center;
  padding: 64px 48px;
  max-width: 520px;
  position: relative;
}
.success-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--coral), var(--rose));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 32px;
  font-size: 34px;
  animation: successPop 0.6s cubic-bezier(0.34,1.56,0.64,1) forwards;
  opacity: 0;
  transform: scale(0);
}
@keyframes successPop {
  to { opacity: 1; transform: scale(1); }
}
.success-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 1;
  background: linear-gradient(170deg, #fff 0%, var(--gold) 45%, var(--coral) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.2s;
}
.success-sub {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,220,160,0.45);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.35s;
}
.success-close {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.5s;
}

/* Confetti particle */
.confetti-dot {
  position: fixed;
  width: 8px; height: 8px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 9800;
  animation: confettiFall var(--dur) ease-out forwards;
}
@keyframes confettiFall {
  0%   { transform: translate(0,0) rotate(0deg) scale(1); opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(0.4); opacity: 0; }
}

/* ══ EMAIL LIST ══ */
.email-section {
  padding: 80px 52px;
  position: relative;
  z-index: 2;
  text-align: center;
  border-top: 1px solid var(--border);
}
.email-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 12px;
  color: var(--text-warm);
}
.email-section p {
  color: var(--text-muted);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 36px;
}
.email-form-row {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.email-form-row input {
  flex: 1;
  min-width: 220px;
  padding: 14px 20px;
  border: 1px solid var(--border);
  border-radius: 60px;
  background: rgba(255,180,80,0.06);
  color: var(--text-warm);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.email-form-row input::placeholder { color: rgba(255,200,140,0.25); }
.email-form-row input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,200,80,0.09);
  box-shadow: 0 0 0 3px rgba(255,200,80,0.1), 0 0 20px rgba(255,200,80,0.1);
}
.email-note {
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,200,140,0.22);
}

/* ══ RECORD PLAYER ══ */
.record-section {
  padding: 80px 52px;
  position: relative;
  z-index: 2;
  text-align: center;
  border-top: 1px solid var(--border);
}
.record-player {
  width: 340px;
  margin: 48px auto 0;
  position: relative;
  user-select: none;
}
.turntable-base {
  width: 340px; height: 340px;
  background: linear-gradient(145deg, #1a0a30, #0d0520, #1e0c38);
  border-radius: 24px;
  border: 1px solid rgba(255,180,80,0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 32px 80px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,200,100,0.08);
  overflow: hidden;
}
.turntable-base::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,180,80,0.06) 0%, transparent 50%),
    radial-gradient(circle at 75% 80%, rgba(155,77,255,0.05) 0%, transparent 45%);
  border-radius: inherit;
}
/* Platter */
.platter {
  width: 240px; height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #1a1a2e 0%, #0f0e1a 50%, #1a1a2e 100%);
  border: 2px solid rgba(255,180,80,0.15);
  position: relative;
  transition: transform 0.5s ease;
  flex-shrink: 0;
}
.platter.spinning {
  animation: platSpin 2.2s linear infinite;
}
@keyframes platSpin { to { transform: rotate(360deg); } }

/* Vinyl grooves */
.groove {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

/* Record label */
.record-label {
  position: absolute;
  width: 90px; height: 90px;
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: linear-gradient(135deg, var(--violet) 0%, var(--coral) 50%, var(--gold) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
  z-index: 2;
}
.record-label-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
}
.record-label-hole {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #0d0520;
  border: 1px solid rgba(255,255,255,0.2);
}

/* Tonearm */
.tonearm-wrap {
  position: absolute;
  top: 28px; right: 32px;
  width: 90px; height: 160px;
  transform-origin: 28px 28px;
  transition: transform 0.8s cubic-bezier(0.23,1,0.32,1);
  z-index: 10;
}
.tonearm-wrap.playing { transform: rotate(22deg); }
.tonearm-pivot {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, #c0902a, #8a5f10);
  border: 2px solid rgba(255,200,80,0.5);
  position: absolute;
  top: 18px; left: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  z-index: 2;
}
.tonearm-arm {
  position: absolute;
  top: 28px; left: 27px;
  width: 3px;
  height: 130px;
  background: linear-gradient(to bottom, #d4a020, #a07018, #8a5f10);
  border-radius: 2px;
  transform-origin: top center;
  transform: rotate(-8deg);
}
.tonearm-head {
  position: absolute;
  bottom: -6px; left: -5px;
  width: 13px; height: 8px;
  background: linear-gradient(135deg, #888, #555);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

/* Play button */
.record-play-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,200,100,0.5);
  background: rgba(255,200,100,0.08);
  color: var(--gold);
  font-size: 20px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
  backdrop-filter: blur(8px);
  position: relative;
}
.record-play-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--coral), var(--rose));
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
}
.record-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 28px rgba(255,180,60,0.45);
  border-color: transparent;
  color: white;
}
.record-play-btn:hover::before { opacity: 1; }
.record-play-btn.playing { color: white; border-color: transparent; }
.record-play-btn.playing::before { opacity: 1; }

.record-track-info {
  margin-top: 20px;
  text-align: center;
  min-height: 44px;
}
.record-track-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--text-warm);
  display: block;
  margin-bottom: 4px;
  transition: opacity 0.4s;
}
.record-track-meta {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: opacity 0.4s;
}
.record-track-select {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.track-pill {
  padding: 7px 16px;
  border-radius: 60px;
  border: 1px solid var(--border);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  background: rgba(255,180,80,0.05);
  cursor: none;
  transition: all 0.3s;
  backdrop-filter: blur(6px);
}
.track-pill:hover,
.track-pill.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255,200,80,0.1);
  box-shadow: 0 0 16px rgba(255,200,80,0.15);
}

/* waveform / EQ bars */
.eq-bars {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  height: 28px;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.4s;
}
.eq-bars.playing { opacity: 1; }
.eq-bar {
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(to top, var(--coral), var(--gold));
  animation: eqBounce var(--spd) ease-in-out infinite alternate;
  transform-origin: bottom;
}
@keyframes eqBounce {
  from { height: var(--min); }
  to   { height: var(--max); }
}

/* ══ LINKS PAGE ══ */
.links-hero {
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 60px;
  position: relative;
  z-index: 2;
}
.links-avatar {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--violet), var(--coral), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 36px;
  color: rgba(255,255,255,0.9);
  margin: 0 auto 24px;
  border: 2px solid rgba(255,200,100,0.3);
  box-shadow: 0 0 40px rgba(255,150,60,0.3), 0 0 80px rgba(155,77,255,0.15);
  animation: avatarPulse 4s ease-in-out infinite alternate;
}
@keyframes avatarPulse {
  from { box-shadow: 0 0 40px rgba(255,150,60,0.3), 0 0 80px rgba(155,77,255,0.15); }
  to   { box-shadow: 0 0 60px rgba(255,180,60,0.5), 0 0 100px rgba(155,77,255,0.25); }
}
.links-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(48px, 10vw, 88px);
  background: linear-gradient(170deg, #fff 0%, var(--gold) 40%, var(--coral) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}
.links-hero p {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,220,160,0.4);
}

.links-grid {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 2;
}

.link-group-label {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 14px rgba(255,209,102,0.4);
  margin: 36px 0 14px;
  text-align: center;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,180,80,0.06), rgba(155,77,255,0.05));
  text-decoration: none;
  color: var(--text-warm);
  margin-bottom: 12px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  cursor: none;
}
.link-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,209,102,0.08), rgba(255,107,81,0.06));
  opacity: 0;
  transition: opacity 0.3s;
}
.link-card:hover {
  transform: translateX(6px) translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,130,60,0.2), 0 0 0 1px rgba(255,200,100,0.15);
  border-color: rgba(255,180,80,0.45);
}
.link-card:hover::before { opacity: 1; }

.link-card-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,180,80,0.15), rgba(155,77,255,0.12));
  border: 1px solid rgba(255,180,80,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.link-card:hover .link-card-icon { transform: scale(1.1) rotate(-4deg); }

.link-card-text { flex: 1; }
.link-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--text-warm);
  display: block;
  margin-bottom: 2px;
}
.link-card-sub {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.link-card-arrow {
  font-size: 16px;
  color: rgba(255,200,100,0.3);
  transition: color 0.3s, transform 0.3s;
  flex-shrink: 0;
}
.link-card:hover .link-card-arrow {
  color: var(--gold);
  transform: translateX(4px);
}

/* ══ STATS / FUN FACTS ROW ══ */
.stats-row {
  display: flex;
  gap: 1px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.stat-block {
  flex: 1;
  padding: 40px 24px;
  text-align: center;
  background: rgba(255,180,80,0.03);
  transition: background 0.3s;
  border-right: 1px solid var(--border);
}
.stat-block:last-child { border-right: none; }
.stat-block:hover { background: rgba(255,180,80,0.06); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(36px, 5vw, 56px);
  background: linear-gradient(135deg, var(--gold), var(--coral));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,220,160,0.35);
}

/* ══ FEATURED QUOTE STRIP ══ */
.quote-strip {
  padding: 80px 52px;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.quote-strip blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 52px);
  color: rgba(255,240,200,0.7);
  line-height: 1.4;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.quote-strip blockquote::before {
  content: '"';
  position: absolute;
  top: -40px; left: -20px;
  font-size: 120px;
  color: rgba(255,209,102,0.08);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  pointer-events: none;
}
.quote-source {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,200,100,0.3);
  margin-top: 24px;
}

/* ══ UPCOMING SHOWS TEASER ══ */
.shows-section {
  padding: 80px 52px;
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border);
}
.shows-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 60px);
  color: var(--text-warm);
  text-align: center;
  margin-bottom: 8px;
}
.shows-list {
  max-width: 680px;
  margin: 48px auto 0;
}
.show-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,180,80,0.1);
  transition: padding 0.3s;
}
.show-row:first-child { border-top: 1px solid rgba(255,180,80,0.1); }
.show-row:hover { padding-left: 8px; }
.show-date {
  text-align: center;
}
.show-date-day {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 36px;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.show-date-month {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,200,100,0.35);
}
.show-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--text-warm);
  margin-bottom: 4px;
}
.show-info p {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.show-tba {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,200,100,0.3);
  padding: 8px 16px;
  border: 1px solid rgba(255,200,100,0.15);
  border-radius: 60px;
}

/* ══ PRESS / BIO DOWNLOAD ══ */
.press-section {
  padding: 60px 52px;
  text-align: center;
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border);
}
.press-section p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  letter-spacing: 1px;
}

/* ══ MOBILE additions ══ */
@media (max-width: 768px) {
  .record-section { padding: 60px 24px; }
  .record-player { width: 100%; max-width: 320px; }
  .turntable-base { width: 280px; height: 280px; }
  .platter { width: 200px; height: 200px; }
  .record-label { width: 76px; height: 76px; }
  .email-section { padding: 60px 24px; }
  .stats-row { flex-direction: column; gap: 0; }
  .stat-block { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-block:last-child { border-bottom: none; }
  .quote-strip { padding: 60px 24px; }
  .shows-section { padding: 60px 24px; }
  .show-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .show-tba { display: none; }
  .links-grid { padding: 0 16px 60px; }
  .press-section { padding: 48px 24px; }
  .record-play-btn { cursor: auto; }
  .track-pill { cursor: auto; }
}

@media (max-width: 480px) {
  .turntable-base { width: 260px; height: 260px; }
  .platter { width: 180px; height: 180px; }
  .tonearm-wrap { right: 18px; top: 20px; }
}
