﻿/* ------------------------------------------------------
   GLOBAL STYLING
------------------------------------------------------ */
@font-face {
    font-family: 'Handler';
    src: url('../fonts/Handler Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hemera';
    src: url('../fonts/Hemera.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------
   UNIVERSAL FOLK TITLE (NO GRAIN)
------------------------------------------------------ */
.folk-title {
    font-family: 'Fraunces', serif;
    color: #e7dfd7;
    letter-spacing: 2px;
    font-weight: 600;

    /* GOLD OUTLINE */
    -webkit-text-stroke: 1px rgba(255, 232, 188, 0.45);

    /* VINTAGE LETTERPRESS SHADOW */
    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 0 10px rgba(255, 232, 188, 0.25);
}


body {
    font-family: Lora, serif;
    background: #211c1a;
    margin: 0;
    transition: opacity .4s;
    color: #C8C8C8;
}

html, body {
    overflow-x: hidden;
}

/* Global text color override */
body, nav a, .site-title, .hero-name, .hero-tagline, footer {
    color: #b1a9a9 !important;
}



/* ------------------------------------------------------
   HEADER
------------------------------------------------------ */
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(214, 183, 143, 0.35);
    z-index: 99999;
}
.header-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-nav ul {
    list-style: none;
    display: flex;
    gap: 2.0rem;
    margin: 0;
    padding: 0;
}

.left-nav a {
    text-decoration: none;
    color: #C8C8C8;
    font-family: 'Fraunces', serif;
    font-size: 1.02rem;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}

.left-nav a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #d6b78f;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.left-nav a:hover::after {
    width: 100%;
}

.left-nav a:hover {
    color: #d6b78f !important;
}

.site-title {
    font-family: 'Fraunces', serif;
    font-size: 1.9rem;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #C8C8C8;
    text-shadow: 0 4px 16px rgba(0,0,0,0.45);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.header-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.2rem;
}

.header-icons a {
    display: flex;
    align-items: center;
}

.header-icons .icon {
    width: 20px;
    height: 20px;
    /* unified tint across all icons (including Facebook PNG) */
    filter: invert(88%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(88%);
    transition: 0.25s ease;
}

.header-icons a:hover img.icon {
    filter: brightness(0) saturate(100%) invert(79%) sepia(34%) 
            saturate(354%) hue-rotate(351deg) brightness(94%) contrast(89%);
    transform: translateY(-2px);
}



/* ------------------------------------------------------
   HERO SECTION
------------------------------------------------------ */
.hero-home {
    min-height: 100vh;
    padding-top: 140px;
    position: relative;
    z-index: 1;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.18), rgba(0,0,0,0.08)),
        url('../img/homepage_bg.jpg') center/cover no-repeat;
}
.music-hero {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.18), rgba(0,0,0,0.08)),
        url('../img/MusicPageFBG.png') center/cover no-repeat;
}

.shows-hero {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.08)),
        url('../img/paper_texture_dark.jpg') center/cover no-repeat;
}

.gallery-hero {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.08)),
        url('../img/paper_texture_dark.jpg') center/cover no-repeat;
}

.hero-block {
    text-align: center;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    z-index: 5;
    pointer-events: none;
    color: #C8C8C8;
    text-shadow: 0 8px 28px rgba(0,0,0,.7);
}

.hero-social-icons {
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 46px auto 20px;
    position: relative;
    z-index: 6;
    text-align: center;
}

/* Desktop: keep hero content consistently centered and bounded */
@media (min-width: 1021px) {
    .hero-home {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-block,
    .hero-social-icons {
        max-width: 960px;
        width: 100%;
    }
}

.hero-social-icons .icon {
    width: 26px;
    height: 26px;
    filter: invert(88%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(88%);
    transition: 0.25s ease;
}

.hero-social-icons a:hover .icon {
    filter: brightness(0) saturate(100%) invert(79%) sepia(34%) 
            saturate(354%) hue-rotate(351deg) brightness(94%) contrast(89%);
    transform: translateY(-2px);
}

/* Slightly brighter default for YouTube icons */
.icon[alt="YouTube"] {
    filter: invert(93%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(114%) contrast(90%);
}

a:hover .icon[alt="YouTube"] {
    filter: brightness(0) saturate(100%) invert(84%) sepia(20%) saturate(230%) hue-rotate(351deg) brightness(106%) contrast(90%);
}

.hero-tagline {
    font-family: 'Special Elite', monospace !important;
    font-size: 1.3rem;
    letter-spacing: 0.4px;
    line-height: 1.6;
    max-width: 70%;
    margin: 1rem auto;
    margin-top: -10px; /* adjust this number */
}



/* ------------------------------------------------------
   WAVEFORM
------------------------------------------------------ */
.waveform {
    width: 140px;
    height: 32px;
    margin: 1.4rem auto 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="140" height="32" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23a8825b" stroke-width="2" points="0,16 10,12 20,20 30,10 40,22 50,8 60,24 70,12 80,18 90,14 100,20 110,10 120,24 130,12 140,16"/></svg>');
    opacity: .75;
    background-size: cover;
}



/* ------------------------------------------------------
   FILM GRAIN
------------------------------------------------------ */
.film-grain {
    pointer-events: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url("data:image/png;base64,iVBOR...");
    opacity: 0.12;
    mix-blend-mode: overlay;
    z-index: -1 !important;
}



/* ------------------------------------------------------
   HOMEPAGE SECTIONS
------------------------------------------------------ */
.home-section {
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-page .hero-home,
.home-page .home-section {
    margin-bottom: 0;
    padding-bottom: 140px;      /* breathing room with fades */
}

.home-page .hero-home::before,
.home-page .home-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -110px;
    height: 180px;
    background: linear-gradient(
        to bottom,
        rgba(25, 20, 18, 0.00) 0%,
        rgba(25, 20, 18, 0.22) 30%,
        rgba(25, 20, 18, 0.45) 55%,
        rgba(25, 20, 18, 0.22) 80%,
        rgba(25, 20, 18, 0.00) 100%
    );
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}

.home-page .hero-home::after,
.home-page .home-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    height: 200px;
    background: linear-gradient(
        to bottom,
        rgba(25, 20, 18, 0.00) 0%,
        rgba(25, 20, 18, 0.18) 25%,
        rgba(25, 20, 18, 0.40) 50%,
        rgba(25, 20, 18, 0.18) 75%,
        rgba(25, 20, 18, 0.00) 100%
    );
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2; /* above backgrounds, below content */
}

.home-page .home-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 140px;
}

.home-page .home-section:last-of-type::after {
    display: none;
}

.section-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease;
    z-index: 0;
    filter: brightness(1.08) contrast(1.05);
}

.section-gradient {
    position: absolute;
    left: 0;
    right: 0;
    height: 260px;
    z-index: 1;
    pointer-events: none;
}

.top-gradient {
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0));
}

.bottom-gradient {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.42), rgba(0,0,0,0));
}

/* ✨ TEXT fades exactly like the background */
.section-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1.2s ease;

 /* fade animation moved here */
 opacity: 0;
 transform: translateY(20px);
 transition: opacity 1.2s ease, transform 1.2s ease;
    
}

.home-section.active .section-content {
    opacity: 1;
}

.section-title {
    font-family: 'Fraunces', serif;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.section-description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    opacity: 0.85;
    margin-bottom: 2rem;
}

/* Home preview sections: bigger, top-aligned headings */
.home-page .home-section {
    align-items: flex-start;
    padding-top: 190px;
}

.home-page .section-content {
    margin-top: 0;
}

.home-page .section-title {
    font-size: 3.6rem;
    line-height: 1.05;
    margin-bottom: 1.35rem;
    letter-spacing: 2.2px;
}

.section-button,
button {
    font-family: 'Fraunces', serif;
    padding: 0.75rem 1.8rem;
    border: 1px solid #d6b78f;
    color: #d6b78f;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.98rem;
    transition: 0.3s ease;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.section-button:hover {
    background: #d6b78f;
    color: black;
}

.section-button.secondary {
    background: rgba(255,255,255,0.08);
    color: #d6b78f;
    border-color: rgba(214,183,143,0.6);
}

.section-button.secondary:hover {
    background: #d6b78f;
    color: #111;
}

/* ------------------------------------------------------
   INSTAGRAM EMBED MODAL
------------------------------------------------------ */
#insta-embed-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

#insta-embed-modal.show {
    display: flex;
}

.insta-embed-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.insta-embed-content {
    position: relative;
    z-index: 1;
    padding: 1rem;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.insta-embed-body {
    background: rgba(0,0,0,0.3);
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(214,183,143,0.3);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

.insta-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: #e7dfd7;
    border: 1px solid rgba(214,183,143,0.5);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
}

/* Facebook embed modal (reuse same look) */
#fb-embed-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

#fb-embed-modal.show {
    display: flex;
}

.fb-embed-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.fb-embed-content {
    position: relative;
    z-index: 1;
    padding: 1rem;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.fb-embed-body {
    background: rgba(0,0,0,0.3);
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(214,183,143,0.3);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

.fb-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: #e7dfd7;
    border: 1px solid rgba(214,183,143,0.5);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
}



/* ------------------------------------------------------
   SECTION BACKGROUNDS
------------------------------------------------------ */

/* MUSIC */
#music-preview .section-bg {
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),
        url('../img/music_bg.jpeg');
}

.music-page .hero-home {
    padding-bottom: 220px;
}

.music-page-content {
    margin: 260px auto 0;
    padding: 0 1.5rem 120px;
    position: relative;
    z-index: 5; /* sit above gradients */
}

.music-page-bg {
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),
        url('../img/music_bg.jpeg');
}

/* Ensure the music tracks background is visible immediately */
.music-page .music-page-bg {
    opacity: 1;
}

.music-page-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),
        url('../img/MusicPageSBG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 1.2s ease;
    pointer-events: none;
    z-index: 1; /* sit above the base bg, below content */
}

.home-section.active .music-page-bg::before {
    opacity: 0;
}

/* GALLERY — Subtle blur background */
#gallery-preview {
    position: relative;
}

#gallery-preview .section-bg {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.60), rgba(0,0,0,0.35)),
        url('../img/gallery_bg1.jpeg') center/cover no-repeat;
    filter: blur(1.5px) brightness(0.82);
    transform: scale(1.06);
    opacity: 0;
    transition: opacity 1.2s ease;
    z-index: 0;
}

#gallery-preview.active .section-bg {
    opacity: 1;
}

/* SHOWS */
/* SHOWS — with your existing top & bottom gradients */
#shows-preview .section-bg {
    background-image:
        /* Soft darkening overlay (lets top/bottom gradients work) */
        linear-gradient(
            to bottom,
            rgba(46, 45, 45, 0.55),
            rgba(35, 34, 34, 0.35)
        ),
        url('../img/paper_texture_dark.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 1.2s ease;

    /* Slight texture boost */
    filter: brightness(0.88) contrast(1.15);
}

#shows-preview.active .section-bg {
    opacity: 1;
}
.shows-preview-content {
    width: 100%;
    max-width: 1000px;
    text-align: left;
    margin-top: 40px;
}

.shows-title {
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 3px;
}


/* Lighten the gradients ABOVE the texture */

/* CONTACT */
#contact-preview .section-bg {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.30)),
        url('../img/ContactBG.png') center/cover no-repeat;
}

/* Universal fade trigger */
.home-section.active .section-bg {
    opacity: 1;
    filter: brightness(1.12) contrast(1.05);
}
.hero-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 420px; /* much taller fade so it's visible */
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7) 0%,   /* strong dark */
        rgba(0,0,0,0.48) 38%,  /* smooth fade */
        rgba(0,0,0,0) 100%     /* fully clear at top */
    );
    z-index: 3; /* ABOVE hero image, but under hero text */
    pointer-events: none;
}
#gallery-preview .top-gradient {
    height: 300px; /* taller = more visible */
    z-index: 2;    /* ensures it's above blurred BG */
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.95) 0%,   /* strong black */
        rgba(0,0,0,0.5) 40%,  /* noticeable fade */
        rgba(0,0,0,0) 100%     /* smooth transition */
    );
}


.tour-list {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.tour-row {
    display: grid;
    grid-template-columns: 160px 1fr 200px 120px;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(214, 183, 143, 0.25);
}

.tour-date {
    font-family: 'Fraunces', serif;
    font-size: 0.95rem;
    letter-spacing: 2px;
    opacity: 0.85;
}

.tour-venue {
    font-family: 'Fraunces', serif;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.tour-location {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    opacity: 0.7;
}

.tour-time {
    font-family: 'Fraunces', serif;
    font-size: 0.98rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
    text-align: right;
}

.shows-view-all {
    display: block;
    text-align: center;
    margin: 3rem auto 0;
}
.hero-name-large {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    opacity: 0;

    font-family: 'Fraunces', serif;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 500;

    color: #e7dfd7; /* warm ivory */
    -webkit-text-stroke: 1px rgba(255, 232, 188, 0.45);

    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 0 10px rgba(255, 232, 188, 0.25);

    transition: opacity .6s ease, transform .6s ease;
}

.hero-name-large.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.hero-name-large:hover,
.hero-name-large.show:hover {
    transform: translateX(-50%) translateY(0) scale(1.08);
}
/* Inline hero nav on desktop */
.hero-inline-nav {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
    box-sizing: border-box;
    z-index: 6;
}
.hero-inline-links {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-family: 'Fraunces', serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.hero-inline-nav .hero-inline-links:first-of-type {
    justify-content: flex-end;
    text-align: right;
}
.hero-inline-nav .hero-inline-links:last-of-type {
    justify-content: flex-start;
    text-align: left;
}
.hero-inline-links a {
    color: #e7dfd7;
    text-decoration: none;
    font-size: 1.15rem;
    -webkit-text-stroke: 0.6px rgba(255, 232, 188, 0.35);
    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 0 10px rgba(255, 232, 188, 0.25);
    transition: color 0.25s ease, transform 0.25s ease;
}
.hero-inline-links a:hover {
    color: #fff;
    transform: translateY(-2px);
}
.hero-name-inline {
    position: static;
    transform: translateY(12px);
    opacity: 0;
}
.hero-name-inline.show {
    transform: translateY(0);
    opacity: 1;
}
.hero-name-inline:hover,
.hero-name-inline.show:hover {
    transform: translateY(0) scale(1.08);
}
.hero-name-mobile {
    display: none;
}

header .site-title {
    opacity: 0;
    transition: opacity .4s ease;
}
header.show-title .site-title {
    opacity: 1;
}
.shows-page-bg {
    background-image:
        /* Soft darkening overlay */
        linear-gradient(
            to bottom,
            rgba(46, 45, 45, 0.55),
            rgba(35, 34, 34, 0.35)
        ),
        url('../img/paper_texture_dark.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 1.2s ease;

    filter: brightness(0.88) contrast(1.15);
}

.shows-page-silhouette {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    background: url('../img/shows_silhouette.png') center right / contain no-repeat;
    opacity: 0.17;
    pointer-events: none;
    filter: sepia(35%) brightness(0.82) contrast(1.1);
    z-index: 3;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
/* Fading elements driven by fadeObserver */
.fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade.show {
    opacity: 1;
    transform: translateY(0);
}

.video-section {
    padding: 140px 0 100px;
    position: relative;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.8)),
        url('../img/paper_texture_dark.jpg') center/cover no-repeat;
}

.video-section::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(25,25,25,0.95), rgba(25,25,25,0));
    pointer-events: none;
}

.video-list {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;
    padding: 0 1.5rem;
}

.video-page-title {
    text-align: center;
    font-size: 2.8rem;
    margin: 0;
}

.video-card {
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(214,183,143,0.25);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 1rem 1rem 1.5rem;
}

.video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

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

.video-title {
    margin: 1rem 0 0.3rem 0;
    font-family: 'Fraunces', serif;
    letter-spacing: 1px;
    font-size: 1.25rem;
}

.video-meta {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    opacity: 0.75;
}
.contact-preview-form {
    display: grid;
    gap: 0.9rem;
    max-width: 520px;
    margin: 0 auto;
}

.contact-input,
.contact-textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(214, 183, 143, 0.35);
    background: rgba(0,0,0,0.25);
    color: #e7dfd7;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: #d6b78f;
    box-shadow: 0 0 0 3px rgba(214, 183, 143, 0.2);
}

.contact-page-form {
    display: grid;
    gap: 1rem;
    max-width: 680px;
    margin: 0 auto;
}
.contact-page-form .section-button {
    justify-self: center;
}

.contact-page-form .form-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.contact-page-bg {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),
        url('../img/ContactBG.png') center/cover no-repeat;
}

.form-status {
    min-height: 1.2rem;
    margin: 0;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    color: #d6b78f;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.contact-hero {
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.60), rgba(0,0,0,0.25)),
        url('../img/ContactBG.png') center/cover no-repeat;
}

.music-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.6rem;
}

.music-tracks {
    display: grid;
    gap: 1.6rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.music-track {
    padding: 1.6rem;
    border: 1px solid rgba(214, 183, 143, 0.35);
    border-radius: 16px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.track-meta {
    display: flex;
    gap: 0.8rem;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d6b78f;
    margin-bottom: 0.6rem;
}

.track-title {
    margin: 0 0 0.35rem 0;
    font-family: 'Fraunces', serif;
    letter-spacing: 1px;
    font-size: 1.6rem;
}

.track-notes {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    opacity: 0.85;
}

/* ------------------------------------------------------
   FOOTER
------------------------------------------------------ */
.site-footer {
    background: rgba(0, 0, 0, 0.38);
    border-top: 1px solid rgba(214, 183, 143, 0.35);
    padding: 52px 0 36px;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(214,183,143,0.08), transparent 40%),
                radial-gradient(circle at 80% 0%, rgba(214,183,143,0.06), transparent 40%);
    opacity: 0.7;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2.2rem;
}

.footer-title {
    font-family: 'Fraunces', serif;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-tagline {
    margin: 0.6rem 0 0;
    color: #d6b78f;
    opacity: 0.8;
    line-height: 1.5;
}

.footer-heading {
    font-family: 'Fraunces', serif;
    font-size: 1rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 0 0.7rem;
    color: #d6b78f;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.footer-nav a,
.footer-contact a {
    color: #e7dfd7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover {
    color: #d6b78f;
}

.footer-contact p {
    margin: 0.25rem 0;
    line-height: 1.5;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.7rem;
}

.footer-social img {
    width: 20px;
    height: 20px;
    filter: invert(88%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(88%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(34%) saturate(354%) hue-rotate(351deg) brightness(94%) contrast(89%);
    transform: translateY(-1px);
}

.footer-bottom {
    position: relative;
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9rem;
    color: #c8c8c8;
    opacity: 0.75;
}

.footer-bottom small {
    display: block;
}


/* ------------------------------------------------------
   RESPONSIVE ADJUSTMENTS
------------------------------------------------------ */
#menu-toggle {
    display: none;
    background: rgba(0,0,0,0.45);
    border: 1px solid rgba(214, 183, 143, 0.6);
    color: #d6b78f;
    padding: 0.55rem 0.65rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

#menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #d6b78f;
    margin: 4px 0;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.25s ease;
    transform-origin: center;
}

/* Staggered hamburger animation */
#menu-toggle span:nth-child(1) { transition-delay: 0s; }
#menu-toggle span:nth-child(2) { transition-delay: 0.05s; }
#menu-toggle span:nth-child(3) { transition-delay: 0.1s; }

#menu-toggle.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    transition-delay: 0.05s;
}
#menu-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-6px);
    transition-delay: 0.1s;
}
#menu-toggle.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    transition-delay: 0.15s;
}

#menu-toggle:hover {
    background: rgba(214, 183, 143, 0.15);
    transform: translateY(-1px);
}

@media (max-width: 1180px) {
    .nav-inner {
        padding: 0 1.25rem;
        gap: 1rem;
    }

    .hero-block {
        top: 140px;
        padding: 0 1.25rem;
    }

    .hero-tagline {
        max-width: 85%;
    }

    .section-title {
        font-size: 2.6rem;
    }

    .section-description {
        font-size: 1.15rem;
    }

    .tour-row {
        grid-template-columns: 140px 1fr;
    }
}

@media (max-width: 820px) {
    /* Keep mobile previews comfortable while still top-aligned */
    .home-page .home-section {
        padding: 96px 0 82px;
        margin-bottom: 0;
        width: 100vw;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .home-page #shows-preview.home-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .home-page .section-title {
        font-size: 1.8rem;
    }

    .home-page .hero-home,
    .home-page .home-section {
        margin-bottom: 0;
        padding-bottom: 120px;
        min-height: calc(100vh - 82px);
        height: auto; /* allow taller content (e.g., shows list + silhouette) */
        overflow: visible;
    }

    .home-page .hero-home::after,
    .home-page .home-section::after {
        bottom: -90px;
        height: 170px;
        background: linear-gradient(
            to bottom,
            rgba(25, 20, 18, 0.00) 0%,
            rgba(25, 20, 18, 0.18) 25%,
            rgba(25, 20, 18, 0.38) 50%,
            rgba(25, 20, 18, 0.18) 75%,
            rgba(25, 20, 18, 0.00) 100%
        );
    }

    .home-page .hero-home::before,
    .home-page .home-section::before {
        top: -90px;
        height: 170px;
        background: linear-gradient(
            to bottom,
            rgba(25, 20, 18, 0.00) 0%,
            rgba(25, 20, 18, 0.18) 30%,
            rgba(25, 20, 18, 0.38) 55%,
            rgba(25, 20, 18, 0.18) 80%,
            rgba(25, 20, 18, 0.00) 100%
        );
    }

    /* Full-screen snapping between home sections on mobile */
    .home-page {
        scroll-snap-type: y mandatory;
        scroll-padding-top: 82px; /* account for fixed header */
    }

    .home-page .hero-home,
    .home-page .home-section {
        min-height: 100svh;
        min-height: 100dvh;
        height: auto;
        box-sizing: border-box;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .music-cta {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    /* Hide desktop inline hero nav on mobile; show mobile title */
    .hero-inline-nav {
        display: none;
    }
    .hero-name-mobile {
        display: block;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .hero-social-icons {
        display: none;
    }
    /* Remove top gradients on mobile for brighter text */
    .music-hero {
        background:
            linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.12)),
            url('../img/MusicPageFBG.png') center/cover no-repeat;
          padding-bottom: 160px;
          overflow: hidden;
      }
      /* Shift music preview image left on mobile to show more of that side */
      #music-preview .section-bg {
          background-position: right center;
      }
    /* Shift music hero text lower on mobile */
    .music-page .hero-block {
        top: 140px;
    }
    .hero-social-icons {
        margin-top: 34px;
        gap: 1.1rem;
    }
    .music-page-content {
        margin-top: 200px;
        padding-bottom: 80px;
    }
    .music-page .hero-tagline {
        margin-top: 14px;
    }
    .hero-home {
        min-height: 90vh;
        padding-top: 100px;
        background-position: center;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .hero-block {
        top: 110px;
        padding: 0 1rem 32px;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-gradient,
    .hero-bottom-gradient {
        height: 200px;
    }

    #menu-toggle {
        display: block;
        margin-left: 0.5rem;
    }

    .left-nav {
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.92);
        padding: 1rem 1.4rem;
        border-bottom: 1px solid rgba(214, 183, 143, 0.25);
        z-index: 99998;
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
        overflow: hidden;
        transition: max-height 0.42s ease, opacity 0.3s ease, transform 0.3s ease;
    }

    .left-nav.open {
        max-height: 420px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .left-nav ul {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    /* Staggered reveal for menu items */
    .left-nav ul li {
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
    .left-nav.open ul li {
        opacity: 1;
        transform: translateY(0);
    }
    .left-nav.open ul li:nth-child(1) { transition-delay: 0.08s; }
    .left-nav.open ul li:nth-child(2) { transition-delay: 0.14s; }
    .left-nav.open ul li:nth-child(3) { transition-delay: 0.20s; }
    .left-nav.open ul li:nth-child(4) { transition-delay: 0.26s; }

    .nav-inner {
        padding: 0 1rem;
    }

    .site-title {
        position: static;
        transform: none;
        font-size: 1.35rem;
        letter-spacing: 2px;
    }

    header {
        padding: 0.85rem 0;
    }

    .header-icons {
        gap: 0.85rem;
    }
    .header-icons .icon {
        width: 18px;
        height: 18px;
    }

    .hero-name-large {
        top: 14%;
        font-size: 2.3rem;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Lower music hero title specifically on mobile */
    .music-page .hero-name-large {
        top: 34%;
    }

    .hero-tagline {
        max-width: 92vw;
        font-size: 0.9rem;
        line-height: 1.4;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        word-break: break-word;
        hyphens: auto;
    }

    .home-section {
        min-height: auto;
        padding: 96px 0 82px;
        align-items: flex-start;
        max-width: none;
        width: 100vw;
        margin: 0;
        box-sizing: border-box;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .section-description {
        font-size: 0.9rem;
    }

    .section-button {
        display: block;
        width: 100%;
        max-width: 340px;
        padding: 0.6rem 1rem;
        font-size: 0.84rem;
        letter-spacing: 0.85px;
        margin: 0.4rem auto 0;
        text-align: center;
    }

    /* Contact buttons visible/centered on mobile */
    #contact-preview .section-content {
        padding-bottom: 24px;
    }

    #contact-preview .section-button,
    .contact-page .section-button {
        max-width: 280px;
        margin: 1rem auto 0;
    }

    .tour-row {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        text-align: center;
        justify-items: center;
    }

    .section-content,
    .shows-preview-content,
    .video-list,
    .music-tracks {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }

    /* Contact page centering and overflow guard */
    .contact-page .section-content {
        text-align: center;
        max-width: 560px;
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-preview-form,
    .contact-page-form {
        max-width: 520px;
        width: 90vw;
        margin: 0 auto;
    }

    .contact-page-form .form-row {
        grid-template-columns: 1fr;
    }

    .contact-page-form .section-button {
        max-width: 260px;
        margin: 0.6rem auto 0;
    }

    .form-status {
        text-align: center;
    }

    /* Center gallery videos on mobile */
    .video-list {
        justify-items: center;
        width: 92vw;
        max-width: 700px;
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0 auto;
    }

    .video-card {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    .video-embed {
        width: 100%;
    }

    .waveform {
        width: 120px;
        height: 26px;
    }

    .hero-bottom-gradient {
        height: 260px;
    }

    /* Keep the music hero vignette fully visible on small screens */
    .music-hero .hero-bottom-gradient {
        height: 360px;
        left: 0;
        right: 0;
        bottom: -80px;
        background: linear-gradient(
            to top,
            rgba(0,0,0,0.5) 0%,
            rgba(0,0,0,0.25) 40%,
            rgba(0,0,0,0) 100%
        );
    }
    /* Hide only the top vignette on hero sections to brighten titles on mobile */
    .hero-home .top-gradient,
    .music-hero .top-gradient,
    .shows-hero .top-gradient,
    .gallery-hero .top-gradient,
    .contact-hero .top-gradient {
        display: none;
    }

    /* Soften the silhouette base on mobile */
    #shows-preview::before,
    .shows-page-silhouette {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
        background-position: center bottom;
        background-size: contain;
        width: 100%;
        left: 0;
        right: 0;
    }
    
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 540px) {
    .hero-home {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .hero-block {
        top: 90px;
        padding: 0 0.8rem 30px;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    /* Shift music hero text lower on very small screens */
    .music-page .hero-block {
        top: 150px;
    }
    .hero-social-icons {
        display: none;
    }
    .music-page-content {
        margin-top: 210px;
        padding-bottom: 70px;
    }

    .section-gradient,
    .hero-bottom-gradient {
        height: 180px;
    }

    .home-section {
        padding: 90px 0 70px;
        max-width: none;
        width: 100vw;
        margin: 0;
        box-sizing: border-box;
    }

    .home-page #shows-preview.home-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .nav-inner {
        gap: 0.6rem;
    }

    .site-title {
        font-size: 1.2rem;
    }

    #menu-toggle {
        padding: 0.45rem 0.6rem;
    }

    .hero-name-large {
        font-size: 1.95rem;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Lower music hero title specifically on very small screens */
    .music-page .hero-name-large {
        top: 36%;
    }

    .hero-tagline {
        font-size: 0.86rem;
        line-height: 1.35;
        max-width: 94vw;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-description {
        font-size: 0.82rem;
    }

    .section-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding: 0.5rem 0.9rem;
        font-size: 0.78rem;
        letter-spacing: 0.8px;
        margin: 0 auto;
    }

    .section-content,
    .shows-preview-content,
    .video-list,
    .music-tracks {
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
}
