/* =========================================================
   Banner
========================================================= */
.banner-title { max-width: 800px; }
.banner-title img { width: 100%; }

.banner-sub-title h2 { font-size: 1rem; }

.banner-container .standard-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: 2px solid var(--secondary-color);
  width: 150px;
  font-size: 0.8rem;
}


/* =========================================================
   Hero
========================================================= */
.hero {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}

.hero-overlay {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: min(92%, 900px);
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}

.hero-top h1 { letter-spacing: 0.08em; }

.hero-top {
  top: 10%;
  transform: translate(-50%, -50%);
}

.hero-bottom {
  top: 90%;
  transform: translate(-50%, -50%);
}

.hero-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.1s ease;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

.hero-btn:active { transform: scale(0.97); }

.hero-btn:focus-visible {
  outline: none;
  background: #fff;
  color: #000;
}


/* =========================================================
   Section headings / spacing
========================================================= */
#latest-release { scroll-margin-top: 90px; }

#latest-release h1 {
  text-align: center;
  padding: 20px;
  font-size: 1.3rem;
  color: var(--cloudy-grey);
}

#videos h1,
#albums h1 {
  text-align: center;
  padding: 60px 20px 20px;
  font-size: 2rem;
}

#latest-release .container { margin: 0 auto; }
#latest-release p { max-width: 900px; }

#signature { display: none; }


/* =========================================================
   Buttons / CTAs
========================================================= */
.standard-btn,
.CTA { text-decoration: none; }

.CTA {
  border: 2px solid var(--cloudy-grey);
  color: var(--cloudy-grey);
}

.CTA:hover {
  text-decoration: none;
  color: var(--primary-color);
  background: var(--cloudy-grey);
  cursor: pointer;
}

.cta-btn-section {
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  color: var(--cloudy-grey);
}

.cta-btn:hover {
  color: var(--primary-color);
  background: transparent;
  border: 2px solid var(--primary-color);
}

.cta-btn:active { box-shadow: none; }


/* =========================================================
   Albums / Carousel
========================================================= */
#albums { text-align: center; }

#albums .container {
  max-width: 1800px;
  display: flex;
  flex-direction: row;
}

.kc-carousel { padding-bottom: 40px !important; }
#mobile-carousel { width: 100%; }


/* =========================================================
   Spotify Gallery
========================================================= */
#spotify-gallery { text-align: center; }

#spotify-gallery h1,
#top-tracks h1 {
  padding: 20px;
}

.playlist-actions { margin-top: 30px; }
.playlist-card { padding-bottom: 40px; }


/* =========================================================
   Press / News
========================================================= */
#press-news {
  background: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
  padding: 30px;
}

#press-news h1 { margin-bottom: 35px; }

.press-container {
  margin: 0 auto;
  text-align: center;
}

#press-news .container { padding-top: 10px !important; }

/* optional “card” styling if you use .press-card */
#press-news .press-card {
  max-width: 520px;
  margin: 0 auto;
}

#press-news .press-card h2 {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

#press-news .press-meta {
  margin: 0 0 14px;
  opacity: 0.75;
  font-size: 0.95rem;
}

#press-news .press-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: transform 180ms ease, opacity 180ms ease;
}

#press-news .press-card a:hover img {
  transform: translateY(-3px);
  opacity: 0.95;
}

#press-news .press-link {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  opacity: 0.9;
  border: 2px solid var(--cloudy-grey);
  color: var(--cloudy-grey);
}

#press-news .press-link:hover {
  opacity: 1;
  color: var(--primary-color);
  background: var(--cloudy-grey);
}

/* =========================================================
   JOIN (Mailchimp) — clean + stable
========================================================= */
#join {
  background: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
  padding: 60px 20px;
}

#join h3 {
  margin-top: 10px;
  opacity: 0.85;
}

#join .join-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
}

#join .mc-wrap {
  width: 100%;
  margin: 0 auto 25px;
}
/* =========================
   JOIN (Mailchimp) – CLEAN FIX
   ========================= */

#join #mc_embed_signup { 
  background: transparent !important; 
  color: var(--secondary-color) !important; 
}

/* Hide label so it doesn't push layout */
#join .mc-field-group label { 
  display: none !important; 
}

/* THE ROW */
#join .mc-inline{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

/* socials */
#join .join-social { margin: 25px 0 10px; }

#join .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}

#join .social-link {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  text-decoration: none;
  color: var(--secondary-color);
}

#join .social-link:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

/* IMPORTANT: undo your hard reset that broke it */
#join .mc-inline #mc_embed_signup_scroll{
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
}

#join .mc-inline .clear.foot{
  flex: 0 0 auto;
  width: auto !important;      /* 👈 KEY FIX */
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

/* Input */
#join .mc-inline input.email{
  width: 100% !important;
  height: 44px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Button */
#join #mc_embed_signup .button{
  height: 44px;
  padding: 0 18px !important;
  background: transparent !important;
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
  border-radius: 8px !important;
  white-space: nowrap;
}

#join #mc_embed_signup .button:hover{
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  cursor: pointer;
}

/* Mobile: stack and center */
@media (max-width: 600px){
  #join .mc-inline{
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  #join .mc-inline #mc_embed_signup_scroll{
    width: 100% !important;
  }

  #join .mc-inline .clear.foot{
    width: 100% !important;
  }

  #join #mc_embed_signup .button{
    width: min(260px, 90%) !important;
  }
}
