/* ==========================================================
   GLOBAL RESET + ROOT VARIABLES
========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #050507;
  --bg-elevated: #101014;
  --bg-card: #15151b;

  /*--accent: #9955B8;*/
  --accent: #2e2f49;
  --accent-soft: rgba(153, 85, 184, 0.25);

  --link: #c233f9;

  --button: #c233f9;
  --button-text: #c233f9;
  --button-hover: #c233f9;
  --button-hover-text: #ffffff;
  --button-font-family: 'Trajan';

  --text-main: #f5f5f5;
  --text-muted: #a6a6b3;

  --border-subtle: #2b2b35;
  --radius-lg: 16px;
  --radius-md: 10px;
  --radius-pill: 999px;

  --shadow-soft: 0 16px 30px rgba(0, 0, 0, 0.6);
  --transition-fast: 150ms ease-out;

  --font-heading: 'Trajan';
  --font-text: 'Minion Pro';
}

@font-face {
    font-family: 'histsc';
    src: url('/assets/fonts/Historical-FellTypeRomanSC.woff') format('woff'),
         url('/assets/fonts/Historical-FellTypeRomanSC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hist';
    src: url('/assets/fonts/Historical-FellTypeRoman.woff') format('woff'),
         url('/assets/fonts/Historical-FellTypeRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'Trajan';
    src:url('/assets/fonts/trajan-light.ttf');
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-BoldCn.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-BoldCn.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-BoldIt.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-BoldCnIt.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-BoldCnIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-Bold.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-Medium.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-It.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-Regular.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-MediumIt.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-Semibold.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/assets/fonts/MinionPro-SemiboldIt.woff2') format('woff2'),
        url('/assets/fonts/MinionPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Google fonts */
.spectral-extralight {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: normal;
}

.spectral-light {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}

.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-semibold {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-extrabold {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: normal;
}

.spectral-extralight-italic {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.spectral-light-italic {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-semibold-italic {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}

.spectral-extrabold-italic {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: italic;
}

html,
body {
  margin: 0;
  padding: 0;
  /*font-family: 'Inter', system-ui, sans-serif;*/
  font-family: var(--font-text), system-ui, sans-serif;
  color: #6a7280;
  /*background-color: #090a10;*/
  background-color: #000000;
}
body {
  overflow-x: hidden;
}

body.index {
  background-image: url(trees5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

p {
  font-family: var(--font-text), serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
}

h1,h2,h3,h4,h5 {
  font-family: var(--font-heading), serif;
}

/* ===============================================
   HEADER — REAL SHRINK (NO SCALE DISTORTION)
================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;

  height: 200px;
  /*background: #090a10;*/
  background: #000000;

  display: flex;
  align-items: center;

  transition:
    height 0.35s ease,
    background 0.35s ease;
}

/* Shrunk height */
.site-header.shrink {
  height: 110px;  /* Adjust to taste */
}

/* Header inner grid */
.header-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  width: 100%;
  padding: 0 2.5rem;
  height: 100%;

  transition: padding 0.35s ease;
}

/* Slightly reduce padding in shrink state */
.site-header.shrink .header-band {
  padding: 0 2rem;
}

/* Center logo */
.band-logo-img {
  height: 120px;
  transition: height 0.35s ease;
}

/* Shrink logo */
.site-header.shrink .band-logo-img {
  transform: scale(0.65);
}

/* Keep nav text same size (no squish) */
.band-nav-left a,
.band-nav-trigger {
  transition: padding 0.35s ease, opacity 0.35s ease;
}

/* NAV tightening when header shrinks */
.site-header.shrink .band-nav-left a,
.site-header.shrink .band-nav-left .band-nav-trigger {
  padding: 0.4rem 0.5rem;
}

.site-header.shrink .band-nav-social a {
  transform: scale(0.88);
  opacity: 0.9;
}

/* ======================================================
   MAIN NAV LINKS (LEFT)
====================================================== */
.band-nav-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transition: padding 0.3s ease, margin 0.3s ease;
}

.band-nav-left a,
.band-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;

  /*text-transform: uppercase;*/
  color: #e7e7e7;
  font-family: var(--font-heading), system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;

  padding: 0.75rem 0.6rem;
  background: none;
  border: none;

  cursor: pointer;
  transition: padding 0.3s ease, margin 0.3s ease, font-size 0.3s ease;
}

.band-nav-left a:hover,
.band-nav-trigger:hover,
.band-nav-left a.active {
  color: var(--link);
}

/* ======================================================
   CARET
====================================================== */
.band-nav-trigger .caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  transform: rotate(45deg);
  opacity: 0.9;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.band-nav-trigger:hover .caret {
  border-color: var(--accent);
  opacity: 1;
  transform: translateY(2px) rotate(45deg);
}

/* Caret flips up when menu is open */
.band-nav-dropdown:hover .caret {
  transform: translateY(2px) rotate(-135deg);
  border-color: var(--accent);
}

/* ======================================================
   DROPDOWN
====================================================== */
.band-nav-dropdown {
  position: relative;
}

/* Add this instead — invisible buffer area under the trigger */
.band-nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 6px; /* tiny invisible buffer */
}

.band-nav-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;

  background: #0d0d12;
  border-radius: 10px;
  border: 1px solid #2a2a34;
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);

  padding: 0.4rem;

  /* Start hidden */
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    pointer-events 0s linear 0.25s;
}

/* OPEN STATE */
.band-nav-dropdown:hover .band-nav-menu,
.band-nav-dropdown:focus-within .band-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    pointer-events 0s;
}

/* Dropdown links */
.band-nav-menu a {
  display: block;
  padding: 0.55rem 0.85rem;
  border-radius: 6px;

  color: #dcdcdc;
  font-size: 0.85rem;

  transition: background 0.2s ease, color 0.2s ease;
}

.band-nav-menu a:hover {
  background: rgba(153, 85, 184, 0.18);
  color: var(--link);
}

/* Kill underline from global link underline rules */
.band-nav-menu a::after {
  display: none !important;
}

/* ======================================================
   CENTER LOGO
====================================================== */
.band-logo-center {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.site-header.shrink .band-logo-img {
  transform: scale(0.5);
}

.header-band {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
}

.band-logo-center {
  display: flex;
  justify-content: center;
  min-width: 320px; /* adjust if needed */
}

.band-logo-img {
  height: 100px;         /* never larger than this */
  width: auto;           /* maintain true ratio */
  min-width: 320px;      /* prevents squish */
  object-fit: contain;   /* safety */
  transition: transform 0.35s ease;
}


/* ======================================================
   RIGHT SOCIAL ICONS
====================================================== */
.band-nav-social {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7rem;
}

.band-nav-social a {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  transition: 0.25s ease;
}

.band-nav-social svg {
  width: 100%;
  height: 100%;
  fill: #e7e7e7;
}

/* ==========================================================
   HEADER SHRINK BEHAVIOR (NO JITTER)
========================================================== */

/* Slightly smaller header on tiny screens */
@media (max-width: 520px) {
  .site-header {
    height: 80px;
  }

  .band-logo-img {
    width: 210px;
  }
}

/* ==========================================================
   MOBILE NAV — BREAKPOINT
   (Same as desktop: hide desktop nav under 768px)
========================================================== */
@media (max-width: 948px) {
  .band-nav-left,
  .band-nav-social,
  .band-nav-desktop {
    display: none;
  }

  .mobile-menu-toggle {
   display: block !important;  /* FORCE IT TO SHOW */
  }
}


/* ==========================================================
   MOBILE MENU TOGGLE (Hamburger)
========================================================== */
.mobile-menu-toggle {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 2000;
}

/* Only show hamburger below tablet widths */
@media (max-width: 948px) {
  .mobile-menu-toggle { display: block; }
  .band-nav-left,
  .band-nav-social,
  .band-nav-desktop {
    display: none !important;
  }
}

/* ==========================================================
   MOBILE DRAWER OVERLAY
========================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 998;
}
.mobile-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================
   MOBILE DRAWER PANEL
========================================================== */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background: #050507;
  border-left: 1px solid #111;
  padding: 2rem 1.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  z-index: 999;
}
.mobile-drawer.open {
  right: 0;
}

/* ==========================================================
   DRAWER HEADER (Logo + X)
========================================================== */
.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
}

.mobile-drawer-logo {
  height: 46px;
}

.drawer-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* ==========================================================
   MOBILE DRAWER — TRUST-STYLE (ISOLATED mnav-* VERSION)
========================================================== */

/* Container layout */
.mobile-drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 0.4rem;
}

/* ==========================================================
   TOP-LEVEL LINKS (Tour / About / Music)
========================================================== */

.mnav-link,
.mnav-trigger,
.mnav-submenu a {
  display: block;
  width: 100%;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  /*text-transform: uppercase;*/
  color: #e7e7e7;
  position: relative;
  cursor: pointer;
}

/* Purple underline hover */
.mnav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--link);
  transition: width 0.25s ease;
}

.mnav-link:hover::after {
  width: 100%;
}

/* ==========================================================
   MERCH DROPDOWN (Mobile)
========================================================== */

.mnav-dropdown { width: 100%; }

/* Trigger (MERCH) */
.mnav-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  padding: 0;

  background: none;
  border: none;
  cursor: pointer;
  position: relative;

  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Caret */
.mnav-caret {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.mnav-dropdown.open .mnav-caret {
  transform: rotate(-135deg);
  border-color: var(--accent);
}

/* ==========================================================
   SUBMENU (Trust left-border style)
========================================================== */

.mnav-submenu {
  display: none;
  flex-direction: column;

  margin-top: 1.1rem;
  padding-left: 1.4rem;
  border-left: 1px solid rgba(255,255,255,0.26);

  gap: 0.65rem;
  animation: trustSlide 0.25s ease;
}

@keyframes trustSlide {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mnav-dropdown.open .mnav-submenu {
  display: flex;
}

/* Submenu links */
.mnav-submenu a {
  font-size: 1.2rem;
  color: #dcdcdc;
  text-transform: none;
  opacity: 0.85;
  padding: 6px 2px;
}

.mnav-submenu a:hover {
  color: var(--link);
  opacity: 1;
}

/* ==========================================================
   FOLLOW SECTION (unchanged)
========================================================== */

.mobile-drawer-follow {
  margin-top: auto;
  padding-top: 2.5rem;
}

.mobile-drawer-follow h4 {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #dcdcdc;
  margin-bottom: 1rem;
}

.drawer-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.drawer-icons a {
  width: 46px;
  height: 46px;
  /*border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*transition: background 0.25s ease, border-color 0.25s ease;*/
}

.drawer-icons svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  opacity: 0.9;
}

.drawer-icons a:hover svg {
  fill: var(--link);
}

/* ==========================================================
   FULL-WIDTH HERO IMAGE SECTION
========================================================== */

.hero-image-full img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================
   SECTION HEADERS
========================================================== */

.section-title {
  display: block;
  width: 100%;
  background: var(--accent);
  padding: 1.3rem 0;
  margin: 3rem 0 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;

  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;

  animation: fadeSlideIn 0.5s ease-out both;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: rgba(255,255,255,0.12);
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .section-title {
    font-size: 1.15rem;
    padding: 1rem 0;
    letter-spacing: 0.12em;
  }
}

/* ==========================================================
   SECTION HEADERS — FULL-WIDTH BAR
========================================================== */

/* Simple full-width bar; rely on structure, not vw hacks */
.section-bar {
  width: 100%;
  background: var(--accent);
  padding: 1.3rem 1.5rem;
  margin: 3rem 0 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;

  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: 0.16em;

  /*border-bottom: 2px solid rgba(255,255,255,0.12);*/
}

/* optional little fade-in */
@keyframes sectionBarIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.section-bar {
  animation: sectionBarIn 0.45s ease-out both;
}

@media (max-width: 520px) {
  .section-bar {
    font-size: 1.15rem;
    padding: 1rem 1.25rem;
    letter-spacing: 0.12em;
    margin: 2rem 0 1.2rem;
  }
}

/* Slight lift for TOUR section under the first hero */
.section-tour {
  margin-top: -3rem;
}

/* ==========================================================
   HERO / TEXT BLOCKS (if used later)
========================================================== */

.hero {
  padding: 2.5rem 0 1.5rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: center;
}

.hero-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-title {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  text-transform: uppercase;
}

.hero-text {
  color: var(--text-muted);
  max-width: 26rem;
}

/* ==========================================================
   Buttons
========================================================== */

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1.25rem; /* ← space between buttons */
  margin: 4rem 0;
}

.btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  /*border-radius: var(--radius-pill);*/
  background: none;
  border: 1px solid var(--button);
  color: var(--button-text);
  font-family: var(--button-font-family);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.25s ease;
  /*box-shadow: 0 6px 20px rgba(0,0,0,0.45);*/
}

.btn:hover {
  background: var(--button-hover);
  color: var(--button-hover-text);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.55);
}

/* ==========================================================
   MUSIC SECTION — SPOTIFY 2-COL GRID
========================================================== */

.music-section {
  margin-top: 3rem;
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}

/* Single column on mobile handled above at 948px */

.music-item iframe {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45);
}

/* ==========================================================
   SHOP SECTION — VINYL + SHIRTS
========================================================== */

/* Base 3-column grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

/* Shop Card */
.shop-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.shop-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 0.25s ease;
}

.shop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.88);
  transition: 0.25s ease;
}

.shop-card:hover .shop-thumb img {
  filter: brightness(1);
  transform: scale(1.05);
}

.shop-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

/* Shirts grid — 4 columns on desktop */
.shop-grid.shop-shirts {
  grid-template-columns: repeat(4, 1fr);
}

/* Additional responsive tweaks for shop handled in 900/600 media above */
@media (max-width: 600px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }

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

/* ==========================================================
   Video section
========================================================== */

/* ---- GRID LAYOUT ---- */
.video-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 across by default */
  gap: 0.5rem; /* ~8px */
  margin-top: 1.25rem;
}

/* ---- VIDEO CARD ---- */
.video-card-2 {
  position: relative;
  display: block;
}

/* ---- THUMBNAIL ---- */
.video-thumb-2 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.45);
  border-radius: 0; /* Metallica = sharp corners */
  cursor: pointer;
}

.video-thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.84);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.video-card-2:hover img {
  filter: brightness(1.0);
  transform: scale(1.035);
}

/* ---- TITLE inside thumbnail ---- */
.video-title-inline {
  position: absolute;
  left: 16px;
  bottom: 8px;
  font-family: 'proxima-nova', serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
  /*text-shadow: 0 2px 4px rgba(0,0,0,0.75);*/
}

/* Hide external title */
.video-title-2 { display: none !important; }

/* ---- PLAY BUTTON ---- */
.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.play-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.92;
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 21px solid rgba(255,255,255,0.95);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 4px;
}

.video-card-2:hover .play-icon {
  transform: scale(1.12);
  opacity: 1;
}

/* ---- MORE BUTTON ---- */
.video-more-wrap {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}

/* ---- Switch to 2 columns BELOW 768px ---- */
@media (max-width: 767px) {
  .video-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .video-title-inline {
    font-size: 0.78rem;
  }

  .play-icon {
    width: 66px;
    height: 66px;
  }
}

/* ---- Only extremely small screens drop to 1 ---- */
@media (max-width: 380px) {
  .video-grid-2 {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .video-title-inline {
    font-size: 0.8rem;
  }

  .play-icon {
    width: 68px;
    height: 68px;
  }
}

/* ==========================================================
   VIDEO POPUP — Metallica-Style
========================================================== */

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
  animation: fadeIn .25s ease forwards;
}

.video-modal.open {
  display: flex;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.video-modal-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-modal-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ===============================
   CLOSE BUTTON — Metallica Style
=============================== */

.video-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}

.close-circle {
  width: 50px;
  height: 50px;
  /*border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.9);*/
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.video-modal-close:hover .close-circle {
  transform: scale(1.12);
}

.close-x {
  position: relative;
  width: 25px;
  height: 25px;
}

.close-x::before,
.close-x::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
}

.close-x::before { transform: rotate(45deg); }
.close-x::after { transform: rotate(-45deg); }

/* ===============================
   PREV / NEXT BUTTONS
=============================== */

.video-nav {
  position: absolute;
  bottom: 30px;
  background: none;
  border: none;
  color: white;
  font-size: .85rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  cursor: pointer;
  z-index: 10000;
  opacity: 0.85;
  transition: opacity .25s ease;
}

.video-nav:hover {
  opacity: 1;
  color: var(--link);
}

.video-nav.prev {
  left: 40px;
}

.video-nav.next {
  right: 40px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .video-nav {
    bottom: 20px;
    font-size: .75rem;
  }

  .video-nav.prev { left: 20px; }
  .video-nav.next { right: 20px; }

  .close-circle {
    width: 36px;
    height: 36px;
  }
}

/* ==========================================================
   DISCOGRAPHY SECTION
========================================================== */

.discog-section {
  margin: 3rem 0 4rem;
}

.discog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.discog-item {
  text-align: center;
  display: block;
}

.discog-item img {
  width: 100%;
  display: block;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.discog-title {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #f2f2f2;
  letter-spacing: 0.04em;
  font-weight: 700;
}


/* ==========================================================
   FOOTER SOCIAL ICONS
========================================================== */

.footer-inner {
  padding: 2rem 0;
  text-align: center;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-social a {
  display: flex;
  padding: 0.55rem;
  /*border-radius: 50%;
  border: 1px solid rgba(153, 85, 184, 1);*/
  background: none;
  transition: 0.2s ease;
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: var(--accent);
  opacity: 0.9;
  transition: fill 0.2s ease, opacity 0.2s ease;
}

.footer-social a:hover svg {
  fill: #fff;
  opacity: 1;
}


/* ==========================================================
   GLOBAL LINK PSEUDOS RESET — Prevent nav underline styles
========================================================== */

a::before,
a::after {
  content: none !important;
  transform: none !important;
  transition: none !important;
}

/* ==========================================================
   Paragraph Links — Animated Underline
========================================================== */

p a {
  position: relative;
  color: var(--accent);
  text-decoration: none !important;
}

/* FULL override of global reset */
p a::after {
  content: "" !important;                 /* restore element */
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: currentColor;

  /* Hide underline initially */
  transform: scaleX(0) !important;
  transform-origin: left !important;

  /* Smooth animation */
  transition: transform 0.35s ease !important;
}

/* Hover: animate into view */
p a:hover::after {
  transform: scaleX(1) !important;
}

/* ==========================================================
   TIGHTER NAV SPACING (Left & Right) — Clean & Non-Jumping
========================================================== */

/* Default desktop nav spacing */
.band-nav-left a,
.band-nav-trigger {
  padding: 0.52rem 0.43rem !important;  /* was 0.55 / 0.45 */
}

/* Shrink spacing — 5% tighter */
.site-header.shrink .band-nav-left a,
.site-header.shrink .band-nav-trigger {
  padding: 0.33rem 0.33rem !important;  /* was 0.35 / 0.35 */
}

/* Left-side gaps tightened by ~5% */
.band-nav-left {
  gap: 0.47rem !important;  /* was 0.50rem */
}

/* Right social spacing tightened by ~5% */
.band-nav-social a {
  margin: 0 1.9px !important; /* was 2px */
}

/* Shrink-state social icons slightly smaller */
.site-header.shrink .band-nav-social a {
  transform: scale(0.89) !important; /* was 0.90 */
}


/* ==========================================================
   FIX: Unified Logo Rules (Clean Swap + Correct Heights)
========================================================== */

/* Default (big) logo */
.band-logo-img {
  height: 100px !important;     /* true desktop height */
  width: auto !important;
  min-width: 0 !important;       /* stop forced 320px */
  object-fit: contain;
  transition:
    height 0.25s ease-out,
    opacity 0.25s ease-out;
}

/* Shrink state – use small logo height (e.g. 50px) */
.site-header.shrink .band-logo-img {
  height: 40px !important;
  transform: none !important;    /* kill scaling distortion */
  opacity: 1;                    /* ensures no fade glitch */
}

/* Mobile — cap both logos */
@media (max-width: 600px) {
  .band-logo-img {
    height: 70px !important;     /* mobile default */
  }
  .site-header.shrink .band-logo-img {
    height: 40px !important;     /* mobile shrink */
  }
}

/* ===============================================
   BIO — Floated Inline Images (Left + Right)
================================================ */

/* Default left-aligned inline image */
.bio p img {
  max-width: 350px;        /* good desktop size */
  height: auto;
  float: left;
  margin: 0.4rem 1.4rem 1rem 0;
  border-radius: 6px;
  display: block;
}

/* Right-aligned inline image */
.bio p img.align-right {
  float: right;
  margin: 0.4rem 0 1rem 1.4rem;
}

/* Ensure paragraphs wrap cleanly around floats */
.bio p {
  overflow: hidden;
}

/* ===============================================
   MOBILE — Remove floats, center images
================================================ */
@media (max-width: 650px) {
  .bio p img,
  .bio p img.align-right {
    float: none !important;
    display: block;
    margin: 1.2rem auto;
    max-width: 90%;
  }
}

/* ===============================
   HERO SECTION
   =============================== */
.album-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}

.album-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.album-hero-content {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: #fff;
}

.album-title {
  font-size: 3rem;
  margin: 0 0 10px;
}

.album-meta {
  font-size: 1.1rem;
  opacity: 0.85;
}

.album-not-found {
  text-align: center;
}

/* ===============================
   ALBUM BODY
   =============================== */
.album-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.album-art-wrap {
  margin-bottom: 40px;
}

.album-art {
  width: 350px;
  max-width: 100%;
  /*border-radius: 4px;*/
}

/* ===============================
   TRACKLIST
   =============================== */
.album-tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.track-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #222;
  align-items: center;
}

.track-num {
  width: 35px;
  font-weight: bold;
}

.track-title {
  flex: 1;
  font-size: 1.1rem;
}

.track-icons {
  display: flex;
  gap: 18px;
}

.track-icon {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2rem;
}

.track-icon:hover {
  opacity: 1;
}

/* -----------------------------
   LYRICS MODAL
   ----------------------------- */
.lyrics-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5000;
}

.lyrics-modal.active {
  display: flex;
}

.lyrics-modal-inner {
  width: 80%;
  max-width: 700px;
  background: #111;
  padding: 30px;
  border-radius: 6px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.lyrics-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.lyrics-content pre {
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #fff;
  font-family: var(--font-text);
}

/*
/* ===========================================
   BANDSINTOWN — MATCH INTO ANOTHER BUTTONS
   Purple outline, black interior, purple text
=========================================== */
.bit-desktop-social-share-button,
.bit-tablet-social-share-button,
.bit-mobile-social-share-button,
.bit-play-my-city-wrapper {
  display: none !important;
}

.bit-location-under-desktop {
  display: inline !important;
}
.bit-location-under-tablet {
  display: none !important;
}

.bit-rsvp,
.bit-offers {
  padding: 12px 0px !important;
  width: 150px !important;
  font-size: 16px !important;
}

.bit-venue {
  color: #c233f9 !important;
}

.bit-widget.bit-layout-desktop .bit-titleWrapper .bit-venue {
  width: 300px !important;
}

@media (max-width: 948px) {
  .bit-location-under-desktop {
    display: none !important;
  }
  .bit-location-under-tablet {
    display: block !important;
  }
}

.bit-follow-section-cta,
.bit-play-my-city-cta
{
  background: none !important;
  padding: 12px !important;
  font-size: 16px !important;
  color: #c233f9 !important;
  border: 1px solid #c233f9 !important;
  border-radius: 0px !important;
  margin: 0 !important;
}
.bit-follow-section-cta svg,
.bit-play-my-city-cta svg
{
  display: none !important;
}

#Group {
    display: none !important;
}
.bit-widget > div:last-of-type {
    display: none !important;
}
.bit-widget {
  padding-bottom: 0px !important;
}
