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

:root {
    --purple: #7B4BBF;
    --gold: #C8940A;
    --gold-light: #F0C040;
    --black: #0a0a0a;
    --panel: #121212;
    --white: #ffffff;
}

html {
    background: var(--black);
}

body {
    font-family: 'Nunito', sans-serif;
    background: var(--black);
    color: var(--white);
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 30px 36px;
}

/* ── NAVBAR ── */
.navbar {
    border-bottom: 1.5px solid var(--gold);
    border-top: 1.5px solid var(--gold);
    background: var(--black);
    margin-bottom: 20px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
}

/* Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 4rem;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}

.nav-links a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease;
    background: rgba(123, 75, 191, 0.5);
    padding: 6px 14px;
    border-radius: 999px;
}

.nav-links a:hover {
    color: var(--gold-light);
}

.book-email b {
    display: none;
    text-decoration: none;
}


a {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2px;
    transition: ease 0.4s all;
}

/* ── HEADER IMAGES ── */
.header-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.header-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* ── BANNER TITLE ── */
.band-title-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 3px;
    flex-wrap: wrap;
}

.sparkle {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: var(--gold-light);
    font-size: 20px;
}

.band-title-bar h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(18px, 4vw, 24px);
    letter-spacing: 3px;
    color: var(--white);
    font-weight: 600;
}

.separator-line {
    border: none;
    border-top: 1px solid var(--gold);
    margin: 12px 0 5px;
}

.separator-line-bottom {
    border: none;
    border-top: 1px solid var(--gold);
    margin: 12px 0 14px;
}

.tagline {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    color: var(--gold-light);
    font-size: clamp(11px, 1.8vw, 15px);
    margin: 16px 0;
    padding: 0 4px;
}

/* ── TWO COLUMN LAYOUT ── */
.two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px 30px;
    margin-bottom: 12px;
    align-items: start;
}

/* ── WHO WE ARE ── */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(19px, 4vw, 24px);
    color: var(--purple);
    margin-bottom: 1.25rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.who-we-are p {
    font-size: clamp(11.5px, 1.5vw, 14px);
    font-weight: 600;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--white);
    max-width: 425px;
    margin: 20px auto;
}

.who-we-are p em {
    color: var(--gold-light);
    font-style: italic;
}

.who-we-are .section-title {
    margin-bottom: 2rem;
}

/* ── WATCH LIVE ── */
.watch-live {
    text-align: left;
}

.watch-live .section-title {
    color: var(--gold-light) !important;
    display: block !important;
    margin-bottom: 1.25rem;
    text-align: center;
}

.video-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin: 0 auto;
}

.play-circle-outline {
    margin-right: 10px;
}

.play-circle-outline,
.spacer {
    width: 40px;
}

.video-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid var(--purple);
    width: 100%;
    max-width: 350px;
    aspect-ratio: 16 / 9;
    min-width: 0;
    overflow: hidden;
}

.video-thumb iframe {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

.video-label {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
}

.video-purple-line {
    border: none;
    border-top: 1px solid var(--purple);
    margin-top: 1.25rem;
}

.play-btn {
    display: none;
}

.play-btn::after {
    display: none;
}



/* ── HIGHLIGHTS BOX ── */
.highlights-box {
    border: 1.5px solid var(--gold);
    border-radius: 5px;
    padding: 12px 12px 14px;
    background: var(--panel);
    margin-top: -1rem;
}

.highlights-box .section-title {
    color: var(--gold-light);
    text-align: center;
    margin-bottom: 1.25rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
}

.highlight-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.hi-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.hi-text h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 1px;
    color: var(--white);
}

.hi-text p {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.35;
    font-style: italic;
}

/* ── BOOK + CONNECT ── */
.book-connect-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.book-box {
    text-align: center;
}

.book-title {
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.book-phone-circle {
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0;
}

.contact-circle {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.booking-name {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    color: var(--gold-light);
    margin: 3px 0 8px;
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    line-height: 1;
}

.book-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 0.4rem;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.book-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.25rem;
}

.book-phone:hover,
.book-email:hover {
    color: var(--gold-light);
}

.divider-line {
    border: none;
    border-top: 1px solid var(--purple);
    margin: 16px 0 8px;
}

.connect-box {
    text-align: left;
}

.connect-box .section-title {
    color: var(--gold-light);
    margin-bottom: 2rem;
    text-align: center;
}

.social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    color: var(--white);
}

.social-label {
    font-weight: 600;
    font-size: 16px;
    min-width: 100px;
    color: var(--white);
    transition: ease 0.4s all;
}

.social-handle {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    transition: ease 0.4s all;

}

.social-row:hover .social-label,
.social-row:hover .social-handle {
    color: var(--gold-light);
}

/* ── VENUES SECTION ── */
.venues-section {
    background: var(--panel);
    border: 1.5px solid var(--gold);
    border-radius: 5px;
    padding: 12px 14px 14px;
    margin-bottom: 14px;
}

.venues-section .section-title {
    color: var(--gold-light);
    margin-bottom: 1.25rem;
    font-size: clamp(16px, 3vw, 21px);
    text-align: center;
    padding-left: 0;
}

.venues-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.venues-section {
    padding-left: 3px;
}

.venues-col h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--white);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}

.venues-col h4::before {
    font-size: 16px;
}

.venues-col.wineries h4::before {
    content: '🍷';
}

.venues-col.events h4::before {
    content: '⭐';
}

.venues-col p {
    font-size: 11.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    margin-left: 26px;
}

.venues-col.wineries {
    border-right: 1px solid var(--gold);
    padding-right: 10px;
    margin-right: 8px;
}

.venues-section .section-title {
    padding-left: 0px;
}


/* ── FOOTER TAGLINE ── */
.footer-tagline {
    text-align: center;
    margin-top: 1.5rem;
}

.footer-tagline span {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(26px, 5.5vw, 42px);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-tagline .sparkle {
    font-size: 18px;
}

/* ── HIGHLIGHTS + BOOK/CONNECT ROW ── */
.lower-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 30px;
    margin-bottom: 12px;
    align-items: start;
}

.left-col {
    display: flex;
    flex-direction: column;
    gap: 16px; 
}
/* ── SIMPLE FOOTER ── */
.site-footer {
    border-top: 1.5px solid var(--gold);
    margin-top: 30px;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* Links */
.footer-links {
    display: flex;
    gap: 30px;
}

.footer-links a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold-light);
}

body {
    padding-bottom: 15px;
}

/* RESPONSIVE – MOBILE */
@media (max-width: 950px) {
    .two-col,
    .lower-row {
        grid-template-columns: 1fr;
    }

    .video-thumb {
        max-width: 100%;
    }

    .video-label {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    .who-we-are p {
        max-width: 700px;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 0rem;
        margin-top: 1rem;
    }

    .who-we-are .section-title {
        margin-bottom: 0rem;
    }

    .watch-live .section-title {
        margin-top: 0;
    }

    .book-title {
        margin-top: 0rem;
    }

    .connect-box .section-title {
        margin-top: 1rem;
    }

    .left-col {
        gap: 20px;
    }

    .band-title-bar {
        flex-wrap: nowrap;   
        padding: 0 1.5rem;
    }

    .band-title-bar h1 {
        font-size: 1.25rem;
        text-align: center;
    }

    .sparkle svg:first-child {
        width: 16px;
        height: 16px;
    }

    .sparkle svg:last-child {
        width: 12px;
        height: 12px;
    }

    .tagline {
        font-size: 0.75rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        margin-top: 6px;
    }

    .photos-page .site-footer {
        padding-bottom: 10px;
    }
}

@media (max-width: 650px) {
    body {
        padding: 12px 12px 36px;
    }

    .band-title-bar {
        padding: 0 8px;
    }

    .band-title-bar {
        flex-wrap: nowrap;
    }

    .who-we-are p {
        max-width: none;
        padding: 0 1rem;
    }

    .venues-cols {
        grid-template-columns: 1fr;
    }

    .venues-col.wineries {
        border: none;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 10px;
    }

    .venues-col.wineries::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 0;
        height: 1px;
        background: var(--gold);
    }

    .venues-col.events {
        margin-top: 8px;
        margin-left: 10px;
    }

    .venues-col.wineries,
    .venues-col.events {
        margin-left: 2px;
    }

    .header-images {
        gap: 10px;
    }

    .nav-links {
        list-style: none;
        display: flex;
        gap: 3rem;
        font-size: 1.1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-container {
        padding: 16px 12px;
    }
    
    .site-footer {
        padding-bottom: 0;
    }

}

@media (max-width: 480px) {
    .nav-links {
        list-style: none;
        display: flex;
        gap: 2rem;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-links a {
        padding: 6px 10px;
    }
}

@media (max-width: 400px) {
    .nav-links {
        list-style: none;
        display: flex;
        gap: 0.9rem;
        font-size: 0.9rem;
        font-family: 'Montserrat', sans-serif;
    }
}

/* ── PHOTO GALLERY PAGE ── */
.gallery-container {
  columns: 3 280px;
  column-gap: 12px;
  margin-top: 20px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
  display: block;
}

.gallery-item:hover {
  border-color: var(--gold);
  transform: scale(1.01);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}

.gallery-item:hover img {
  filter: brightness(0.82);
}

/* Overlay on hover */
.gallery-item::after {
  content: '⤢';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 28px;
  color: var(--gold-light);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  text-shadow: 0 0 12px rgba(0,0,0,0.8);
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Placeholder tiles */
.gallery-item .placeholder {
  width: 100%;
  display: block;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.7;
  user-select: none;
}

/* ── LIGHTBOX ── */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}

.lightbox-overlay.active {
  display: flex;
}

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

.lightbox-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px 70px;
}

.lightbox-img-wrap {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox-img {
  max-width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  border-radius: 4px;
  border: 1.5px solid var(--gold);
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
  animation: imgIn 0.2s ease;
  display: block;
}

@keyframes imgIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

/* Counter */
.lightbox-counter {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 2px;
  pointer-events: none;
  white-space: nowrap;
}

/* Close button */
.lightbox-close {
  position: fixed;
  top: 14px;
  right: 18px;
  background: none;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1;
  z-index: 10;
}

.lightbox-close:hover {
  background: var(--gold);
  color: var(--black);
}

/* Arrow buttons */
.lightbox-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10,10,10,0.6);
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 22px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  user-select: none;
  z-index: 10;
}

.lightbox-arrow:hover {
  background: var(--gold);
  color: var(--black);
}

.lightbox-arrow.prev { left: 14px; }
.lightbox-arrow.next { right: 14px; }

/* Thumbnail strip */
.lightbox-thumbs {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10,10,10,0.85);
  border-top: 1px solid var(--gold);
  padding: 8px 14px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
  justify-content: center;
  flex-wrap: nowrap;
}

.lightbox-thumbs::-webkit-scrollbar {
  height: 4px;
}

.lightbox-thumbs::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 2px;
}

.lightbox-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 30px;
  object-fit: cover;
  border-radius: 3px;
  border: 1.5px solid transparent;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lightbox-thumb.active {
  border-color: var(--gold-light);
  opacity: 1;
  transform: scale(1.08);
}

.lightbox-thumb:hover {
  opacity: 0.85;
}


/* ── RESPONSIVE ── */
@media (max-width: 650px) {
  body { padding: 12px 12px 36px; }

  .gallery-container {
    columns: 2 140px;
    column-gap: 8px;
  }

  .gallery-item { margin-bottom: 8px; }

  .lightbox-inner { padding: 50px 52px; }

  .lightbox-arrow {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .lightbox-arrow.prev { left: 6px; }
  .lightbox-arrow.next { right: 6px; }

  .lightbox-thumb { width: 40px; height: 30px; }

}

@media (max-width: 420px) {
  .gallery-container {
    columns: 2 120px;
    column-gap: 6px;
  }

  .gallery-item { margin-bottom: 6px; }

  #lightbox-img { max-height: calc(100vh - 130px); }

  .lightbox-inner { padding: 46px 46px 90px; }

  .lightbox-arrow {
    font-size: 22px;
    width: 30px;
    height: 30px;
    }
}

@media (max-width: 340px) {
    .photos-page { 
        padding: 8px 8px 30px;
    }

    .photos-page .band-title-bar h1 { 
        font-size: 18px; 
        letter-spacing: 1px; 
    }
}

/* END OF PHOTO GALLERY PAGE STYLES */

/* EVENTS PAGE STYLES */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0 8px;
    margin-bottom: 24px;
}

.event-bubble {
    background: var(--panel);
    border: 1.5px solid var(--gold);
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
}

.event-date {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 2vw, 18px);
    font-weight: 700;
    color: var(--gold-light);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.event-time {
    font-size: clamp(12px, 1.8vw, 16px);
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 6px;
}

.event-venue {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 2.2vw, 17px);
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 3px;
}

.event-address {
    font-size: clamp(11px, 1.6vw, 15px);
    font-weight: 600;
    color: rgba(200, 148, 10, 0.9);
    font-style: italic;
}

.event-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.event-page .site-footer {
    margin-top: auto;
}

.event-page .band-title-bar {
    margin-top: 0;
}

.event-item:not(:last-child) {
    margin-bottom: 8px;
}

