/* Center the short-embed iframe on all screens */
.short-embed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
/* Center the short-embed iframe on all screens */
.short-embed iframe {
  display: block;
  margin: 0 auto;
  max-width: 100vw;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
}

/* Hamburger menu color in dark mode */
body.dark-mode .hamburger span,
body.dark-mode .hamburger span:before,
body.dark-mode .hamburger span:after {
  background: #fff !important;
}
/* Hero text overlay (desktop default) */
.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
}
.hero-text-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.0) 100%);
    border-radius: 0 0 24px 24px;
}
.hero-text-content {
    position: relative;
    z-index: 2;
    padding: 40px 4vw 32px 4vw;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    pointer-events: auto;
}
.hero-text-content h1 {
    color: #fff;
    text-shadow: 0 4px 24px rgba(0,0,0,0.45),0 1.5px 18px rgba(0,0,0,0.18);
    margin-top: 0;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
}
.hero-text-content h2 {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
    font-size: 1.15em;
    line-height: 1.6;
    margin: 18px 0 0 0;
    font-weight: 400;
    text-align: left;
}

/* On mobile, move hero text below image and restyle */
@media (max-width: 900px) {
  .hero-image-overlay {
    position: relative;
    display: block;
  }
  .hero-text-overlay {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0 0 24px 24px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: auto;
    box-shadow: none;
  }
  .hero-text-gradient {
    display: none;
  }
  .hero-text-content {
    background: #181818;
    color: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    padding: 28px 4vw 24px 4vw;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .hero-text-content h1,
  .hero-text-content h2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  }
  .hero-text-content h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .hero-text-content h2 {
    font-size: 1em;
    margin-top: 0;
  }
}
/* Main navigation styles */
header.main-header nav {
    display: none;
}
header.main-header nav.open {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(34,34,34,0.98);
    z-index: 2500;
    font-size: 1.3em;
    padding-top: 0;
}
header.main-header nav a {
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 1.15em;
    transition: color 0.18s, background 0.18s, max-height 0.3s cubic-bezier(.4,2,.6,1);
    padding: 10px 18px;
    text-align: left;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: none;
    border-radius: 8px;
    margin: 0;
@media (max-width: 900px) {
    .hamburger {
        display: flex;
    }
    header.main-header nav.open {
        display: flex !important;
    }
    header.main-header nav a {
        color: #fff !important;
        font-size: 1.5em;
        border-bottom: 1px solid #444;
        width: 100vw;
        text-align: left;
        padding: 18px 0 18px 32px;
        margin: 0;
        display: flex;
        align-items: flex-start;
        font-family: inherit;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.1;
    }
    header.main-header nav a:first-child {
        margin-top: 64px;
    }
    header.main-header nav a:last-child {
        border-bottom: none;
    }
    .nav-sep {
        display: none;
    }
    .hamburger {
        display: flex !important;
        position: fixed !important;
        top: 18px !important;
        left: 18px !important;
        right: auto !important;
        z-index: 3001 !important;
    }
    #dark-mode-toggle {
        right: 18px !important;
        left: auto !important;
    }
}
    /* Ensure dark mode toggle stays on the right on mobile */
    #dark-mode-toggle {
        right: 18px !important;
        left: auto !important;
        position: fixed !important;
        top: 18px !important;
    }
}
header.main-header nav.open a {
    max-height: 80px;
    background: rgba(0,0,0,0.92);
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    border-bottom: 1px solid #444;
    text-align: left;
    padding: 18px 0 18px 32px;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1.1;
    transition: color 0.18s, background 0.18s, max-height 0.3s cubic-bezier(.4,2,.6,1);
}
header.main-header nav.open a:last-child {
    border-bottom: none;
}
/* Hide all .nav-sep elements globally */
.nav-sep {
    display: none !important;
}
header.main-header nav a:hover,
header.main-header nav a:focus {
  color: #0071e3;
  background: none;
  text-decoration: none;
}

/* Global font family for all text elements */
body, button, input, textarea, select {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/* Floating card effect for section-content */
.section-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
  padding: 32px 6vw 28px 6vw;
  margin: 32px auto;
  max-width: 900px;
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
}
body.dark-mode .section-content {
  background: #181a1b;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.22);
}
/* Mobile navigation overlay styles */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 30, 0.96);
  z-index: 4000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 0;
  transition: opacity 0.2s;
  overflow-y: auto;
}
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0 0 24px 0;
  width: 100%;
  box-sizing: border-box;
}
.mobile-nav-links a {
  display: block;
  width: 100%;
  padding: 24px 0 24px 0;
  text-align: center;
  font-size: 2.1em;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: none;
  margin: 0;
}
.mobile-nav-links a:last-child {
  border-bottom: none;
}
.mobile-nav-close {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4100;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
/* Extracted from index.html <style> blocks */

/* Hamburger menu styles for mobile */
.hamburger {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    z-index: 3000;
    background: none;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.hamburger span, .hamburger span:before, .hamburger span:after {
    display: block;
    background: #222;
    height: 4px;
    width: 28px;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
}
.hamburger.active span:before,
.hamburger.active span:after {
    background: #fff !important;
}
.hamburger span {
    position: relative;
}
.hamburger span:before {
    content: '';
    top: -10px;
}
.hamburger span:after {
    content: '';
    top: 10px;
}
.hamburger.active span {
    background: transparent;
}
.hamburger.active span:before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.active span:after {
    top: 0;
    transform: rotate(-45deg);
}
@media (max-width: 900px) {
    .hamburger {
        display: flex;
    }
    header.main-header nav {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(34,34,34,0.98);
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        z-index: 2500;
        font-size: 1.3em;
        padding-top: 0;
    }
    header.main-header nav.open {
        display: flex !important;
    }
    header.main-header nav a {
        color: #fff !important;
        font-size: 1.5em;
        border-bottom: 1px solid #444;
        width: 100vw;
        text-align: left;
        padding: 18px 0 18px 32px;
        margin: 0;
        display: flex;
        align-items: flex-start;
        font-family: inherit;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.1;
    }
    header.main-header nav {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    header.main-header nav a:first-child {
        margin-top: 64px;
    }
    header.main-header nav a:last-child {
        border-bottom: none;
    }
    .nav-sep {
        display: none;
    }
    .hamburger {
        display: flex !important;
        position: fixed !important;
        top: 18px !important;
        left: 18px !important;
        right: auto !important;
        z-index: 3001 !important;
    }
    .mobile-nav-overlay {
      display: flex !important;
    }
    .mobile-nav-links {
      margin-top: 0 !important;
    }
}
    nav a:first-child {
        margin-top: 64px;
    }
    nav a:last-child {
        border-bottom: none;
    }
    .nav-sep {
        display: none;
    }
    .hamburger {
        display: flex !important;
        position: fixed !important;
        top: 18px !important;
        left: 18px !important;
        right: auto !important;
        z-index: 3001 !important;
    }
    .mobile-nav-overlay {
      display: flex !important;
    }
    .mobile-nav-links {
      margin-top: 0 !important;
    }
}
/* Dark mode toggle icon */
#dark-mode-toggle {
    position: fixed;
    top: 18px;
    right: 18px;
    left: auto;
    z-index: 2000;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
#dark-mode-toggle:hover {
    background: #222;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
}
body.dark-mode {
    background: #181a1b;
    color: #fff;
}
body.dark-mode header,
body.dark-mode .section-content,
body.dark-mode .container {
    background: #23272a !important;
    color: #fff !important;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.33), 0 1.5px 18px 0 rgba(0,0,0,0.18) !important;
}
body.dark-mode .epk-download,
body.dark-mode a {
    color: #00e6e6 !important;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode span,
body.dark-mode div,
body.dark-mode li,
body.dark-mode label,
body.dark-mode th,
body.dark-mode td {
    color: #fff !important;
}
body.dark-mode .epk-download {
    background: #003a3a !important;
}
body.dark-mode .epk-download:hover {
    background: #005fa3 !important;
}
body.dark-mode .main-header,
body.dark-mode header {
    background: #23272a !important;
}
body.dark-mode .hero {
    background: #23272a !important;
}
body.dark-mode .band-gallery img,
body.dark-mode .hero img.main-band,
body.dark-mode .merch-gallery img {
    box-shadow: 0 4px 24px rgba(0,0,0,0.33) !important;
}
body.dark-mode footer {
    background: #181a1b !important;
    color: #888 !important;
}
body.dark-mode input,
body.dark-mode textarea {
    background: #23272a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}
body.dark-mode .container {
    background: #23272a !important;
}
.header-socials {
    display: flex;
    flex-direction: row !important;
    gap: 16px;
    align-items: center;
    justify-content: center;
    position: static;
}
.header-socials a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
}
.header-socials a:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    transform: translateY(-2px) scale(1.08);
}
.header-socials svg {
    border-radius: 50%;
    width: 52px !important;
    height: 52px !important;
}
/* Back to top arrow */
#back-to-top {
    position: fixed;
    right: 32px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    background: rgba(30,40,60,0.85);
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
#back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}
#back-to-top svg {
    width: 28px;
    height: 28px;
    display: block;
}
@media (max-width: 600px) {
    #back-to-top { right: 12px; bottom: 16px; width: 40px; height: 40px; }
    #back-to-top svg { width: 22px; height: 22px; }
}
.spotify-embed-desktop {
    display: block;
    position: static;
    width: 260px;
    height: 80px;
    margin: 0 auto 0 0;
}
.main-content-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 0 16px;
}
.main-content-col {
    flex: 1 1 0;
    min-width: 280px;
    max-width: 520px;
}
@media (max-width: 900px) {
    html, body {
        min-width: 0;
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .main-content-columns {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }
    .spotify-embed-desktop {
        display: none;
    }
    header {
        flex-direction: column;
        gap: 12px;
        padding: 8px 2vw 0 2vw;
    }
    .main-header > div {
        flex-direction: column !important;
        gap: 12px !important;
    }
    nav {
        gap: 8px !important;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .header-socials {
        flex-direction: row !important;
        gap: 8px;
        justify-content: center !important;
        align-items: center !important;
    }
    .hero-image-overlay {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 0 18px 18px !important;
    }
    .hero img.main-band {
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 0 18px 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .band-gallery {
        gap: 8px;
    }
    .band-gallery img {
        width: 120px;
    }
    .merch-gallery img {
        width: 120px !important;
    }
    .section-content {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 12px 2vw 12px 2vw;
        border-radius: 12px;
        box-sizing: border-box;
    }
    .music-embed {
        min-width: 0 !important;
        max-width: 100vw !important;
        width: 100vw !important;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .epk-poster-gallery img, .band-gallery img {
        width: 60px !important;
        height: 60px !important;
    }
    .main-header {
        max-width: 100vw !important;
        width: 100vw !important;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 600px) {
    .music-embed iframe,
    .section-content iframe,
    .music iframe {
        height: 160px !important;
    }
    h2 { font-size: 1.1em; margin-top: 24px; }
    .hero { padding: 0; }
    .music { flex-direction: column; gap: 12px; }
    .band-gallery { gap: 8px; }
    header { flex-direction: column; align-items: center; padding: 4px 1vw 0 1vw; }
    nav { gap: 4px; flex-wrap: wrap; }
    .main-header > div { flex-direction: column !important; gap: 8px !important; }
    .merch-gallery { gap: 8px !important; }
    .merch-gallery img { width: 90px !important; }
    .section-content { width: 100vw !important; max-width: 100vw !important; padding: 8px 1vw 8px 1vw; box-sizing: border-box; }
/* Ensure all elements use border-box for sizing */
*, *:before, *:after {
    box-sizing: border-box;
}
}
