/*
Theme Name: Twenty Six-Seven
Theme URI:
Description: Custom child theme for B.A.B.E.
Author: Josh Cormier
Author URI: http://cormi.art
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
    overflow-x: hidden;
}

.hidden {
    visibility: none;
}

a:focus {
    outline: none;
}

/* Sticky Header */
.wp-site-blocks > header { position: sticky; top: 0; z-index: 9999; background: rgba(255,255,255,.75); backdrop-filter: blur(10px); box-shadow: 0 5px 20px rgba(0,0,0,.2); }

@media (max-width: 781px) {
    }
	
    .wp-block-navigation__responsive-container.is-menu-open {
        overflow: hidden !important;
        height: 100vh !important;
        max-height: 100vh !important;

        background: rgba(255,255,255,.75) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);

        box-shadow: 0 5px 20px rgba(0,0,0,.2);
    }

    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
        overflow-y: visible !important;
        height: auto !important;
    }

}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: menuFade .25s ease;
}

@keyframes menuFade {
    from {
        opacity:0;
        transform:translateY(-10px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}

@media (max-width: 781px) {

    .wp-block-navigation__responsive-container.is-menu-open 
    .wp-block-navigation-item__content {
        font-weight: 700;
        font-size: 1.25rem;
        letter-spacing: .08em;
        padding: 14px 0;
    }

    .wp-block-navigation__container {
        gap: 18px;
    }



    .wp-block-navigation__responsive-container.is-menu-open 
    .wp-block-navigation-item__content {
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: .12em;
		margin-bottom: 1rem;
    }

    .wp-block-navigation__responsive-container.is-menu-open 
    .wp-block-navigation-item__content {
        transition: color .2s ease;
    }

    .wp-block-navigation__responsive-container.is-menu-open 
    .wp-block-navigation-item__content:hover {
        color:#C62828;
    }

}


@media (hover: none) {

    .wp-block-navigation-item__content:focus,
    .wp-block-navigation__responsive-container-open:focus,
    .wp-block-navigation__responsive-container-close:focus {
        outline:none;
        box-shadow:none;
    }

}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 88px;
}

/* == B.A.B.E. shows styles == */
.babe-shows-grid {
    display: grid !important;
    /* Each card takes one full row */
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
    margin: 2rem 0;
    width: 100% !important;
    max-width: 100% !important;
}

.babe-show-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 1.25rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    background: #111;
    display: -webkit-box; /* fallback */
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 420px;
}

.babe-show-card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.babe-show-card:hover {
    transform: translateY(-4px);
}

.babe-show-card {
    transition: transform .25s ease;
}

.babe-show-image {
    position: relative;
    min-height: 260px;
    flex: 0 0 38%;
    background-color: #111;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}

/* Gradient mask on the right edge of the image to blend into the black copy panel */
.babe-show-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.9) 100%);
}

.babe-show-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.babe-show-copy {
    position: relative;
    background: #080808;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.babe-show-info {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
}

.babe-show-title-block {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.babe-show-info h3 {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.babe-show-venue-block {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.babe-show-date-block,
.babe-show-time-block {
    display: flex;
    flex-direction: column;
}

.babe-show-date,
.babe-show-time,
.babe-show-venue,
.babe-show-address {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.93);
}

.babe-show-date,
.babe-show-time {
    font-weight: 600;
    font-size: 1.05rem;
}

.babe-show-venue {
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.15;
}

.babe-show-address {
    opacity: 0.9;
    font-size: 0.9rem;
}

.babe-show-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: #c62828;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(255, 255, 255, 0.12), 0 0 0 4px rgba(255, 255, 255, 0.90);
    pointer-events: none;
    text-align: left;
    width: min(48%, 260px);
}

.babe-show-badge-date {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.babe-show-badge-location {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.babe-show-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    max-width: fit-content;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.babe-show-link:hover,
.babe-show-link:focus-visible {
    background: #f2f2f2;
    transform: translateY(-1px);
    text-decoration: none;
}

.babe-no-shows,
.babe-no-members {
    padding: 1.25rem 0;
    color: #555;
    font-style: italic;
}

.babe-members-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.babe-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.babe-member-photo {
    width: min(100%, 220px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000;
    background-color: #111;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.babe-member-photo{
    position:relative;
    overflow:hidden;
}

.babe-member-photo{
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.babe-member-photo:hover{
    transform:translateY(-6px) scale(1.03);
    border-color:#C62828;
    box-shadow:
        0 0 0 3px rgba(198,40,40,.18),
        0 18px 36px rgba(0,0,0,.35);
}

.babe-member-photo{
    position:relative;
    overflow:hidden;
}

.babe-member-photo::before{
    content:"";
    position:absolute;
    inset:-50%;
    background:linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,.35) 50%,
        transparent 60%
    );
    transform:translateX(-100%) rotate(20deg);
    transition:transform .7s ease;
}

.babe-member-photo:hover::before{
    transform:translateX(100%) rotate(20deg);
}

.babe-member-copy {
    padding: 1rem 0.5rem 0;
    color: #fff;
}

.babe-member-copy h3 {
    margin: 0 0 0.25rem;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

.babe-member-instrument {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

@media (max-width: 767px) {
    .babe-members-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .babe-member-photo {
        width: min(100%, 150px);
    }

    .babe-show-card {
        flex-direction: column;
    }

    .babe-show-image {
        min-height: 280px;
        padding: 0;
    }

    /* Hide gradient mask on mobile */
    .babe-show-image::after {
        display: none;
    }

    .babe-show-info h3 {
        font-size: 1.15rem;
    }

    .babe-show-copy {
        padding: 1.5rem;
    }

    .babe-show-badge {
        top: 0.8rem;
        left: 0.8rem;
        width: min(100%, 220px);
    }
}

@media (min-width: 1440px) {
    .babe-show-image {
        flex: 0 0 33%;
    }

    .babe-show-image::after {
        width: 33%;
    }
}

.babe-show-navigation {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem 0;
}

.babe-show-navigation a {
    flex: 1;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #C62828;
    background: #111;
    color: white;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.babe-show-navigation a:hover {
    transform: translateY(-4px);
    background: #1b1b1b;
}

.babe-show-prev {
    text-align: left;
}

.babe-show-next {
    text-align: right;
}

@media (max-width:768px) {
    .babe-show-navigation {
        flex-direction: column;
    }
}

.babe-member-card > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.babe-member-card {
    height: 100%;
}

.babe-member-card:hover .babe-member-photo {
    transform: translateY(-6px) scale(1.03);
    border-color:#C62828;
}

/* Social Icons */

.icon-social {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    object-fit: contain;
    transition:
        transform .25s ease,
        filter .25s ease,
        opacity .25s ease;
}

@media (max-width: 767px) {
.icon-social {
    width: 2.5rem;
    height: 2.5rem;
	}
}

.icon-social:hover {
    transform: scale(1.18) translateY(-2px);
    filter: drop-shadow(0 0 8px rgba(198,40,40,.6));
}

.member-socials {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.member-socials .icon-social {
    width: 36px;
    height: 36px;
    display: block;
    transition: transform 0.2s ease;
}

.member-socials a:hover .icon-social {
    transform: scale(1.1);
}

/* ===========================
   Color Themes
=========================== */

.btn-red a{
    background:#C62828;
    color:#fff;
}

.btn-red a:hover{
    background:#d63232;
}

.btn-black a{
    background:#1b1b1b;
    color:#fff;
}

.btn-black a:hover{
    background:#2b2b2b;
}

.btn-white a{
    background:#fff;
    color:#111;
}

.btn-white a:hover{
    background:#f2f2f2;
}


/* ===========================
   Base Button
=========================== */

.btn-red a,
.btn-black a,
.btn-white a{
    display:inline-block;
    padding:.8rem 1.6rem;
    text-decoration:none;
    font-weight:600;
    transition:all .25s ease;
}


/* ===========================
   Utilities
=========================== */

.btn-rounded a{
    border-radius:8px;
}

.btn-pill a{
    border-radius:999px;
}

.btn-shadow a{
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.btn-glow a:hover{
    box-shadow:0 0 16px rgba(198,40,40,.55);
}

.btn-lift a:hover{
    transform:translateY(-3px);
}

.btn-grow a:hover{
    transform:scale(1.05);
}

.btn-press a:active{
    transform:translateY(-1px);
}

.btn-wide a{
    letter-spacing:.08em;
    text-transform:uppercase;
}

.btn-border a{
    border:2px solid rgba(255,255,255,.15);
}

.btn-outline-red a{
    background:transparent;
    color:#C62828;
    border:2px solid #C62828;
}

.btn-outline-red a:hover{
    background:#C62828;
    color:white;
}

.btn-outline-white a{
    background:transparent;
    color:white;
    border:2px solid white;
}

.btn-outline-white a:hover{
    background:white;
    color:#111;
}

/* Hero CTA wrapper */
.cta-hero {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

/* Shared button behavior */
.cta-hero a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    min-width: 160px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform .2s ease, background .2s ease;
}

/* Slight interaction */
.cta-hero a:hover {
    transform: translateY(-2px);
}
/* ======================================================
   1. Retro Psychedelic
====================================================== */

.fx-retro {
    text-shadow:
        2px 2px 0 #C62828,
        4px 4px 0 rgba(198,40,40,.6),
        6px 6px 12px rgba(0,0,0,.4);
}


/* ======================================================
   2. Perspective Warp
====================================================== */

.fx-warp {
    display: inline-block;
    transform: perspective(600px) rotateX(18deg);
}


/* ======================================================
   3. Red Glow
====================================================== */

.fx-glow-red {
    text-shadow:
        0 0 8px rgba(198,40,40,.7),
        0 0 20px rgba(198,40,40,.5),
        0 2px 8px rgba(0,0,0,.6);
}


/* ======================================================
   4. Chromatic Aberration
====================================================== */

.fx-chromatic {
    text-shadow:
        -2px 0 #00FFFF,
         2px 0 #C62828,
         0 0 10px rgba(255,255,255,.25);
}

.icon-tiktok {
    text-shadow:
        -2px 0 #00FFFF,
         2px 0 #C62828,
         0 0 10px rgba(255,255,255,.25);
}


/* ======================================================
   5. Floating Animation
====================================================== */

.fx-float {
    animation: fxFloat 5s ease-in-out infinite;
}

@keyframes fxFloat {
    0%,100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-4px) rotate(1deg);
    }
}


/* ======================================================
   6. Bulge / Curved Perspective
====================================================== */

.fx-bulge {
    display: inline-block;
    transform: perspective(700px) rotateX(20deg) scaleY(1.15);
}


/* ======================================================
   7. Hover Pop
====================================================== */

.fx-hover-pop {
    transition: all .3s ease;
}

.fx-hover-pop:hover {
    transform: scale(1.05);
}


/* ======================================================
   8. Letter Spacing
====================================================== */

.fx-wide {
    letter-spacing: .3em;
}


/* ======================================================
   9. Uppercase
====================================================== */

.fx-uppercase {
    text-transform: uppercase;
}


/* ======================================================
   10. White Text
====================================================== */

.fx-white {
    color: #fff;
}

.table-rounded{
    border-radius:16px;
    overflow:hidden;
}

.table-hover-lift tbody tr{
    transition:.25s;
}

.table-hover-lift tbody tr:hover{
    transform:translateY(-3px);
}

.table-hover-red tbody tr:hover{
    background:rgba(198,40,40,.15);
}

.table-zebra tbody tr:nth-child(even){
    background:rgba(255,255,255,.04);
}

.table-lines td,
.table-lines th{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.table-glow-header th{
    text-shadow:
        0 0 10px #C62828,
        0 0 20px rgba(198,40,40,.5);
}

.table-blur{
    backdrop-filter:blur(12px);
    background:rgba(20,20,20,.65);
}

.table-vinyl {
    width:100%;
    border-collapse:collapse;
    background:rgba(15,15,15,.75);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    overflow:hidden;
}

.table-vinyl th{
    background:#C62828;
    color:#fff;
    padding:16px;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.table-vinyl td{
    padding:14px 16px;
    color:#eee;
}

.table-vinyl tbody tr:nth-child(even){
    background:rgba(255,255,255,.03);
}

.table-vinyl tbody tr:hover{
    background:rgba(198,40,40,.12);
    transition:.25s;
}

.table-vinyl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(15,15,15,.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    overflow: hidden;

    /* 3D edge */
    box-shadow:
        1px 1px 0 rgba(255,255,255,.08) inset,
        -1px -1px 0 rgba(0,0,0,.45) inset,
        6px 6px 18px rgba(0,0,0,.35);
}

.table-vinyl th{
    background:#C62828;
    color:#fff;
    padding:16px;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.table-vinyl td{
    padding:14px 16px;
    color:#eee;
    border-top:1px solid rgba(255,255,255,.04);
}

.table-vinyl tbody tr:nth-child(even){
    background:rgba(255,255,255,.03);
}

.table-vinyl tbody tr:hover{
    background:rgba(198,40,40,.12);
    transition:.25s;
}

.table-vinyl{
    position:relative;
    overflow:hidden;
}

.table-vinyl::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;

    box-shadow:
        inset -8px -8px 14px rgba(0,0,0,.45),
        inset 8px 8px 8px rgba(255,255,255,.03);
}

.table-vinyl::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;

    background:
        radial-gradient(circle at 20% 20%,
            rgba(255,255,255,.06),
            transparent 45%);
}

.table-glass{
    width:100%;
    border-collapse:collapse;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:18px;
}

.table-glass th{
    background:rgba(198,40,40,.25);
    color:white;
}

.table-glass th,
.table-glass td{
    padding:16px;
}

.table-glass tbody tr{
    transition:.3s;
}

.table-glass tbody tr:hover{
    background:rgba(255,255,255,.08);
}

.table-album{
    width:100%;
    border-collapse:separate;
    border-spacing:0 14px;
}

.table-album thead th{
    color:#fff;
    border:none;
    padding-bottom:10px;
}

.table-album tbody td{
    background:rgba(20,20,20,.9);
    padding:18px;
    color:white;
    transition:.25s;
}

.table-album tbody td:first-child{
    border-radius:12px 0 0 12px;
}

.table-album tbody td:last-child{
    border-radius:0 12px 12px 0;
}

.table-album tbody tr:hover td{
    background:#C62828;
    transform:translateY(-2px);
}

.table-neon{
    width:100%;
    border-collapse:collapse;
    background:#111;
    box-shadow:0 0 30px rgba(198,40,40,.25);
}

.table-neon th{
    color:#fff;
    border-bottom:2px solid #C62828;
    text-shadow:0 0 10px rgba(198,40,40,.7);
    padding:18px;
}

.table-neon td{
    color:#fff;
    padding:14px 18px;
}

.table-neon tbody tr:hover{
    background:rgba(198,40,40,.08);
}

.table-psychedelic{
    width:100%;
    border-collapse:collapse;
}

.table-psychedelic th{
    background:linear-gradient(
        90deg,
        #C62828,
        #7B1FA2,
        #1976D2,
        #00897B
    );
    background-size:300%;
    animation:tableGradient 8s linear infinite;
    color:white;
    padding:16px;
}

.table-psychedelic td{
    background:#111;
    color:white;
    padding:14px;
}

@keyframes tableGradient{
    from{background-position:0%;}
    to{background-position:300%;}
}

.table-record{
    width:100%;
    border-collapse:collapse;
    background:#1d1d1d;
    border-left:6px solid #C62828;
    border-right:6px solid #C62828;
}

.table-record th{
    color:#C62828;
    font-size:1.1em;
    letter-spacing:.15em;
}

.table-record th,
.table-record td{
    padding:16px;
}

.table-record tbody tr{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.table-record tbody tr:hover{
    border-left:6px solid #C62828;
}

.member-hero {
    width: 100vw;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.member-banner {
    height: 360px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transform: translateY(-10%);
}

.member-profile-header {
    max-width: 1200px;
    margin: -100px auto 0;
    position: relative;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    align-items: end;
    padding: 0 1rem;
    transform: translateY(-10%);
}

.member-image {
    position: relative;
    z-index: 2;
}

.member-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    border: 6px solid #C62828;
}

.member-facts {
    background: rgba(33, 33, 33, 0.92);
    color: white;
    backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    border: 6px solid #C62828;
}

@media (max-width: 768px) {

    .member-hero {
        margin-bottom: 2rem;
    }

    .member-banner {
        height: 220px;
    }

    .member-image img {
        width: 220px;
        height: 220px;
    }

    .member-profile-header {
        grid-template-columns: 1fr;
        margin: -80px auto 0;
        gap: 1rem;
        padding: 1rem;
        justify-items: center;
    }

    .member-facts {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 1.5rem;
        text-align: center;
    }

}

.icon-social {
    border:none!important;
    
}

body.single-member,
body.single-member main {
    background-color: #f1f1f1;
}

.show-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 24px;
    overflow: hidden;

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    box-shadow:
        0 20px 50px rgba(0,0,0,.25),
        0 8px 20px rgba(0,0,0,.15);
}

.show-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.25),
            rgba(0,0,0,.75)
        ),
        rgba(0,0,0,.2);
}
.show-hero-content {
    z-index: 2;

    width: 100%;
    padding: 3rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.show-hero-venue {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    letter-spacing: -0.03em;
    max-width: 80%;
    text-shadow: 0 8px 18px rgba(0,0,0,.65);
}

.show-hero-date {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    display: inline-flex;
    align-items: center;

    padding: .7rem 1.2rem;
    background: rgba(198,40,40,.95);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);

    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.show-hero-address {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: .97;
    max-width: 75%;
}



.show-hero-address a:hover {
    background: rgba(255,255,255,.22);
    transform: translateY(-1px);
    text-decoration: none;
}

.show-hero-time {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .95;
}

.show-hero-location {
    display: none;
}

.show-hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: .75rem;
    flex-wrap: wrap;
}

.show-hero-button {


    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease;
}

.show-hero-button:hover {
    transform: translateY(-2px);
    background: #A51F1F;
}

.show-details {
    margin: 3rem 0 0;
    padding: 2.5rem;
    background: rgba(15,15,15,.95);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.show-details-body {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

.show-details h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.05;
    font-weight: 900;
    color: #fff;
}

.show-details-copy {
    color: rgba(255,255,255,.92);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 900px;
}

.show-details-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
}

.show-details-meta {
    display: grid;
    gap: 1rem;
}

.show-details-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 1rem 1.2rem;
}

.show-details-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
}

.show-details-value {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #fff;
}

.show-details-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.show-details-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.show-details-location-button {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
}

.show-details-facebook {
    background: #1877f2;
    color: #fff;
}

.show-details-ticket {
    background: #C62828;
    color: #fff;
}

.show-details-share {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
}


.show-details-button:hover {
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .show-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .show-hero {
        min-height: 420px;
        border-radius: 18px;
    }

    .show-hero-content {
        padding: 2rem;
    }

    .show-details {
        padding: 1.8rem;
    }
}

.babe-song-lyrics {
    white-space: pre-wrap;
}

.babe-song-modal {
    display: none;
}

.babe-song-modal.active {
    display: flex;
}

.babe-song-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.babe-song-modal.active {
    display: flex;
}

.babe-song-modal-content {
    background: white;
    width: min(700px, 90vw);
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.babe-song-lyrics {
    white-space: pre-wrap;
}

.babe-song-close {
    position: absolute;
    top: 10px;
    right: 15px;
}