    body {
        position: relative;
        background-color: black;
    }
    body, html {
        overflow-x: hidden;
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    #back-button {
        position: fixed;
        left: 15px;
        bottom: 15px;
        pointer-events: none;
        z-index: 10;
    }
    #back-button a,
    #back-button-image {
        pointer-events: auto;
    }
    #back-button-image {
        height: 60px;
    }
    #audio-controls {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 10;
        /* display: none; */
    }

    #audio-controls > img, #clear-landing-bg > img {
        height: 30px;
        width: auto;
        padding: 2px;
        padding-left: 4px;
        padding-right: 4px;
        background-color: rgba(255,255,255,.2);
        /* border-radius: 20px; */
    }
    #audio-controls.muted #audio-playing,
    #audio-controls:not(.muted) #audio-muted {
        display: none;
    }
    #audio-controls > img:hover {
        cursor: pointer;
    }
    #clear-landing-bg {
        position: fixed;
        right: 60px;
        bottom: 15px;
        z-index: 10;
        /* padding: 5px 10px; */
        /* background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.4); */
        /* color: white; */
        /* font-family: "Cormorant Unicase";
        font-size: 14px; */
        cursor: pointer;
    }
    /* #clear-landing-bg:hover {
        background: rgba(255, 255, 255, 0.35);
    } */
    #contact-content {
        margin-top: 300px;
        width: 350px;
        background-color: green;
        color: rgb(27, 27, 27);
        text-shadow: 1px 1px rgb(255, 0, 43);
        font-size: 25px;
        color: white;
        padding: 10px;
    }
    #music-content {
        color: white;
        font-size: 30px;
        width: 100%;
        padding-bottom: 33vh;
        box-sizing: border-box;
    }
    #shows-content {
        color: white;
        /* background-color: green; */
    }
    .page-background {
        position: fixed;
        inset: 0;
        z-index: -1;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #homepage-background {
        background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786749564/mike.png');
    }
    #shows-background {
        background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765558/FLAGDAY2025-47.jpg');
    }
    #gallery-background {
        background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765461/IMG_0381.jpg');
        background-size: contain;
        background-repeat: repeat;
    }
    #email_form {
        display: flex;
        flex-flow: column;
    }
    #email_form > * {
        margin: 5px;
    }
    #fotw-blurb {
        transform: rotate(2deg)
    }
    #fotw-background {
        background-image: url('assets/IMG_2198.JPG');
        background-position: top center;
        opacity: 0.7;
    }
    #contact-background {
        background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765580/flagdaybill.jpg');
    }
    #music-background {
        background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765719/DSC05099.jpg');
        /* background-size: contain; */
    }
    #container-center {
        width: 100vw;
        display: flex;
        flex-flow: row;
        justify-content: center;
    }
    #homepage-container {
        position: relative;
        min-height: 100vh;
        min-width: 500px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 5vh;
        box-sizing: border-box;
        z-index: 5;
    }
    
    .shows-table, .shows-table-header, .shows-table-cel {
        border: 1px solid;
        font-family: "Cormorant Unicase";
        font-size: 30px;
    }
    .shows-table {
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .shows-table-container {
        width: 90vw;
        max-width: 900px;
        margin-bottom: 20px;
    }
    .shows-table-cel, .shows-table-header {
        padding: 5px 10px;
        text-align: left;
    }
    .instagram-link {
        color: lightblue;
        text-decoration: underline;
    }
    .shows-table a { color: inherit; text-decoration: underline; }
    .shows-section-title {
        font-family: "Kings", serif;
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .shows-empty {
        font-family: "Cormorant Unicase";
        font-size: 24px;
        opacity: 0.7;
        margin-bottom: 20px;
    }
    #past-shows-map {
        position: relative;
        width: 90vw;
        max-width: 900px;
        aspect-ratio: 2 / 1;
        margin: 20px 0;
        overflow: hidden;
        border: 1px solid;
        touch-action: none;
    }
    #past-shows-map .map-base {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
        user-select: none;
        -webkit-user-drag: none;
        pointer-events: none;
    }
    #past-shows-map .pins-layer {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    #past-shows-map .pin {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #ff2d2d;
        border: 1px solid #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 6px rgba(255, 0, 0, 0.9);
    }


    #music-table {
        margin-left: 150px;
        width: 90vw;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        font-family: "Cormorant Unicase";

    }

    .music-table-header {
        font-size: 40px;
        text-shadow: 3px 3px blue;
        margin-bottom: 20px;
    }

    .music-table-column {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 30vw;
    }
    
    .music-table-column > iframe {
        margin: 10px;
    }

    .charts-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
        font-family: "Cormorant Unicase";
        font-size: 24px;
    }
    .charts-list a { color: white; text-decoration: none; }
    .charts-list a:hover { text-decoration: underline; }
    .charts-album { list-style: none; margin-bottom: 16px; }
    /* .charts-album-title, .music-table-caption {
        font-family: "Kings", serif;
        font-size: 26px;
        color: #ffd27a;
        margin-bottom: 4px;
    } */
    .charts-album-songs {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .charts-album-songs li { padding: 2px 0; }

    .content-container {
        position: relative;
        min-height: 100vh;
        min-width: 500px;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding-top: 5vh;
        box-sizing: border-box;
    }
    #main-buttons-row {
        display: flex;
        flex-flow: row;
        justify-content: space-around;
    }
    .main-button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .globe:hover {
        transform: rotate(360deg);
        opacity: 0.8;
    }

    .main-button-caption, .charts-album-title, .music-table-caption {
        /* display: none; */
        font-size: 24px;
        color: rgb(204, 112, 0);
        font-weight: 300;
        font-family: "Kings", serif;
        background: linear-gradient(
            100deg,
            #7a3a00 0%,
            #c46a10 20%,
            #ffb84d 40%,
            #ffd27a 50%,
            #ffb84d 60%,
            #c46a10 80%,
            #7a3a00 100%
        );
        background-size: 200% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.7))
                drop-shadow(1px 1px 0 #000)
                drop-shadow(-1px -1px 0 #000);
        animation: sparkle-shimmer 6s linear infinite;
    }

    @keyframes sparkle-shimmer {
        0% { background-position: 200% 50%; }
        100% { background-position: -200% 50%; }
    }
    .charts-album-title, .music-table-caption {
        font-size: 30px;
    }


    #gallery-content {
        width: 90vw;
        display: flex;
        flex-flow: row wrap;
        /* justify-content: space-around; */
    }

    .gallery-item {
        margin: 10px;
        display: block;
    }
    .gallery-iframe {
        line-height: 0;
    }
    .gallery-iframe > iframe {
        height: 300px;
        width: 400px;
        border: 0;
        display: block;
    }
    .gallery-exhibit {
        padding: 0;
        border: 0;
        background: transparent;
        color: white;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        font-family: "Cormorant Unicase";
        line-height: 0;
    }
    .gallery-exhibit .exhibit-cover {
        max-width: 400px;
        max-height: 300px;
        width: auto;
        height: auto;
        display: block;
        /* transition: transform 0.4s ease, opacity 0.4s ease; */
    }
    .gallery-exhibit:hover .exhibit-cover {
        opacity: 0.85;
    }
    .gallery-exhibit .exhibit-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 12px;
        height: 100%;
        /* background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0)); */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-exhibit .exhibit-title {
        font-size: 22px;
        font-family: "Cormorant Unicase", serif;
    }
    .gallery-exhibit .exhibit-date {
        font-size: 16px;
        opacity: 0.8;
    }

    body.modal-open {
        overflow: hidden;
    }
    .exhibit-modal {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .exhibit-modal[hidden] {
        display: none;
    }
    .exhibit-modal-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.85);
    }
    .exhibit-modal-inner {
        position: relative;
        z-index: 1;
        width: min(92vw, 1100px);
        max-height: 92vh;
        display: flex;
        flex-flow: column;
        color: white;
        font-family: "Cormorant Unicase";
    }
    .exhibit-modal-close {
        position: absolute;
        top: -8px;
        right: -8px;
        z-index: 2;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 0;
        background: black;
        color: white;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }
    .exhibit-modal-stage {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        height: 72vh;
    }
    .exhibit-modal-image {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }
    .exhibit-modal-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: 0;
        width: 44px;
        height: 60px;
        font-size: 24px;
        cursor: pointer;
    }
    .exhibit-modal-nav.prev { left: 0; }
    .exhibit-modal-nav.next { right: 0; }
    .exhibit-modal-nav:hover { background: rgba(0, 0, 0, 0.8); }
    .exhibit-modal-meta {
        padding: 12px 4px 4px;
        text-align: left;
        flex: 0 0 auto;
    }
    .exhibit-modal-title {
        font-family: "Kings", serif;
        font-size: 28px;
        margin: 0 0 4px;
    }
    .exhibit-modal-date {
        font-size: 16px;
        opacity: 0.75;
        margin-bottom: 6px;
    }
    .exhibit-modal-description {
        font-size: 18px;
        margin: 0;
        max-width: 800px;
    }
    #cam-toggle, #progress-reset {
        color: red;
    }
    .exhibit-modal-image-caption {
        font-size: 16px;
        opacity: 0.85;
        font-style: italic;
        text-align: center;
        min-height: 1.4em;
        margin-bottom: 8px;
    }
    .exhibit-modal-image-caption:empty::before {
        content: '\00a0';
    }
    .exhibit-modal-setbg {
        position: absolute;
        right: 12px;
        bottom: 12px;
        padding: 4px;
        background: transparent;
        border: 0;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.15s ease;
        pointer-events: none;
        z-index: 2;
        line-height: 0;
    }
    .exhibit-modal-stage:hover .exhibit-modal-setbg,
    .exhibit-modal-setbg.is-active,
    .exhibit-modal-setbg:focus-visible {
        opacity: 1;
        pointer-events: auto;
    }
    .exhibit-modal-setbg:hover {
        transform: scale(1.08);
    }
    .setbg-icon {
        height: 36px;
        width: auto;
        display: block;
    }
    .exhibit-modal-setbg .setbg-icon-painted,
    .exhibit-modal-setbg.is-active .setbg-icon-unpainted {
        display: none;
    }
    .exhibit-modal-setbg.is-active .setbg-icon-painted {
        display: block;
    }

    .globe {
        margin-left: 20px;
        margin-right: 20px;
        height: 100px;
        width: 100px;
        margin-bottom: 10px;
        transition: transform 5s;
    }

    a {
        text-decoration: inherit;
    }

    #flag-day-header:hover, #back-button-image:hover {
        opacity: 0.8;
    }

    /* #content {
        height: 70vh;
        width: 70vw;
        background-color: black;
        display: flex;
        display: none;
        margin-bottom: 10px;
    } */

    @media (max-width: 768px) {
        body {
            background-color: #000;
        }

        .shows-table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .shows-table-container .shows-table {
            white-space: nowrap;
        }

        #homepage-background {
            background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a0/Fire_tornado_GIF_Manda_Lights.gif?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original');
            background-position: center center;
            background-size: cover;
        }

        #homepage-background::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786749564/mike.png');
            background-size: cover;
            background-position: left center;
            opacity: 0.5;
            pointer-events: none;
        }

        #shows-background::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765558/FLAGDAY2025-47.jpg');
            background-size: cover;
            background-position: center center;
            /* opacity: 0.5; */
            pointer-events: none;
        }

        #contact-background::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765580/flagdaybill.jpg');
            background-size: cover;
            background-position: center center;
            /* opacity: 0.5; */
            pointer-events: none;
        }

        #music-background::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url('https://res.cloudinary.com/hzxtcyzz/image/upload/v1786765719/DSC05099.jpg');
            background-size: cover;
            background-position: center center;
            /* opacity: 0.5; */
            pointer-events: none;
        }

        #homepage-container {
            min-width: 0;
            width: 100vw;
            min-height: 100vh;
            align-items: center;
            z-index: 2;
        }

        .content-container {
            min-width: 0;
            width: 100vw;
            min-height: 100vh;
            padding-top: 0;
            align-items: center;
            z-index: 2;
        }

        #flag-day-header {
            width: 100vw;
            max-width: 100vw;
            height: auto;
            display: block;
            margin: 0;
            margin-top: 20px;
            flex: 0 0 auto;
        }

        #main-buttons-row {
            margin-top: -30px;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            justify-content: space-around;
            flex: 1 1 auto;
            width: 100%;
            box-sizing: border-box;
        }

        .main-button {
            flex: 0 0 auto;
            position: relative;
            margin: 0;
        }

        .main-button-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 1;
        }

        .main-button-caption {
            font-size: 64px;
        }

        .globe {
            width: 110px;
            height: 110px;
            margin: 0;
        }

        #music-content {
            width: 100vw;
            padding-bottom: 33vh;
        }
        #music-table {
            margin-left: 0;
            width: 100vw;
            flex-flow: column;
            align-items: center;
        }
        .music-table-column {
            width: 92vw;
            align-items: center;
            margin-bottom: 24px;
        }
        .music-table-column > iframe {
            width: 92vw !important;
            max-width: 92vw;
        }
        .charts-list { text-align: center; }
    }