@font-face {
            font-family: 'Roabla';
            src: url('../fonts/Roabla-DemoVersion-Regular.ttf') format('truetype'),
                url('../fonts/Roabla-DemoVersion-Regular.otf') format('opentype');
            font-weight: normal;
            
      font-display: swap;
        }

        h1,
        h2,
        h3 {
            font-family: 'Roabla', 'Oswald', sans-serif;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        body {
            font-family: 'Source Sans Pro', sans-serif;
            margin: 0;
            color: #e0e0e0;
            line-height: 1.6;
            background:
                radial-gradient(circle at top, rgba(95, 97, 95, 0.18), transparent 28%),
                linear-gradient(180deg, #111 0%, #0d0d0d 38%, #090909 100%);
        }

        header {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 6.5rem 1.4rem 3.2rem;
            background:
                linear-gradient(180deg, rgba(8, 8, 8, 0.1) 0%, rgba(8, 8, 8, 0.08) 26%, rgba(8, 8, 8, 0.78) 100%),
                linear-gradient(90deg, rgba(8, 8, 8, 0.72) 0%, rgba(8, 8, 8, 0.12) 44%, rgba(8, 8, 8, 0.54) 100%),
                url('../images/HalfAwakeEyes-annicmrn-07798.jpg') center center / cover no-repeat;
            border-bottom: 1px solid #222;
            overflow: hidden;
        }

        header::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 20%, rgba(196, 126, 93, 0.18), transparent 32%);
            pointer-events: none;
        }

        .hero-panel {
            position: relative;
            z-index: 1;
            width: min(1180px, 100%);
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            backdrop-filter: none;
            box-shadow: none;
            text-align: left;
        }

        .hero-panel-top {
            display: grid;
            grid-template-columns: 132px minmax(0, 1fr);
            gap: 1.6rem;
            align-items: end;
            max-width: 760px;
        }

        header img {
            width: 128px;
            border-radius: 12px;
            clip-path: circle();
            filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.38));
            margin: 0;
        }

        .hero-heading {
            max-width: 640px;
        }

        h1 {
            font-size: clamp(3rem, 6vw, 4.9rem);
            margin-bottom: 0.35rem;
            color: #e2d4c0;
            font-weight: 400;
            letter-spacing: 0.02em;
            line-height: 0.92;
            margin-top: 0;
            text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
        }

        p.subtitle {
            font-size: 1.08rem;
            margin: 0;
            color: #e3ddd4;
            letter-spacing: 0.02em;
            text-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
        }

        .hero-copy {
            max-width: 640px;
            margin: 1rem auto 0;
            color: #bcb6ad;
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 0.75rem;
            margin-top: 1.35rem;
        }

        .hero-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 50px;
            padding: 0.8rem 1.3rem;
            border-radius: 999px;
            border: 1px solid #3d403d;
            background: #1a1a1a;
            color: #ece8e1;
            font-weight: 600;
            letter-spacing: 0.2px;
            min-width: 150px;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
        }

        .hero-button:hover {
            color: #fff;
            background: #232323;
            text-decoration: none;
        }

        .hero-button.primary {
            background: #5f615f;
            border-color: #5f615f;
            color: #101010;
        }

        .hero-button.primary:hover {
            background: #707270;
            color: #101010;
        }

        .quick-nav-wrap {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 25;
            padding: 1.15rem 1.35rem 0;
            transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
        }

        .quick-nav-wrap.is-sticky {
            position: fixed;
            padding: 0.7rem 1.1rem;
            backdrop-filter: blur(18px);
            background: rgba(8, 8, 8, 0.82);
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
        }

        .quick-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            width: min(1240px, 100%);
            margin: 0 auto;
            padding: 0;
        }

        .quick-nav-brand {
            display: inline-flex;
            align-items: center;
            color: #f3eee6;
            font-family: 'Roabla', 'Oswald', sans-serif;
            font-size: 1.1rem;
            font-weight: 400;
            letter-spacing: 0.02em;
            line-height: 1.05;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .quick-nav-brand:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .quick-nav-toggle {
            display: none;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 999px;
            background: rgba(10, 10, 10, 0.38);
            color: #f3eee6;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        }

        .quick-nav-toggle:hover {
            background: rgba(18, 18, 18, 0.55);
            color: #ffffff;
            text-decoration: none;
        }

        .quick-nav-toggle-lines,
        .quick-nav-toggle-lines::before,
        .quick-nav-toggle-lines::after {
            display: block;
            width: 16px;
            height: 1.5px;
            border-radius: 999px;
            background: currentColor;
            transition: transform 0.18s ease, opacity 0.18s ease;
            content: "";
        }

        .quick-nav-toggle-lines {
            position: relative;
        }

        .quick-nav-toggle-lines::before {
            position: absolute;
            top: -5px;
        }

        .quick-nav-toggle-lines::after {
            position: absolute;
            top: 5px;
        }

        .quick-nav-wrap.is-menu-open .quick-nav-toggle-lines {
            background: transparent;
        }

        .quick-nav-wrap.is-menu-open .quick-nav-toggle-lines::before {
            transform: translateY(5px) rotate(45deg);
        }

        .quick-nav-wrap.is-menu-open .quick-nav-toggle-lines::after {
            transform: translateY(-5px) rotate(-45deg);
        }

        .quick-nav-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 0.35rem 1rem;
        }

        .quick-nav a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 0.1rem 0;
            color: #aba59d;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.01em;
            position: relative;
            transition: color 0.18s ease;
        }

        .quick-nav a:hover {
            text-decoration: none;
            color: #f0ebe2;
        }

        .quick-nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.22rem;
            height: 1px;
            background: rgba(240, 235, 226, 0.65);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.18s ease;
        }

        .quick-nav a:hover::after {
            transform: scaleX(1);
        }

        section {
            scroll-margin-top: 5rem;
        }

        h2 {
            font-size: 1.45rem;
            margin-bottom: 0.85rem;
            color: #d6c8b4;
            border-left: 3px solid rgba(214, 200, 180, 0.7);
            padding-left: 0.9rem;
        }

        section {
            position: relative;
            min-height: auto;
            padding: 0;
            max-width: none;
            margin: 0;
            display: flex;
            align-items: stretch;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            overflow: hidden;
        }

        .section-panel {
            position: relative;
            width: min(1200px, calc(100% - 2.5rem));
            min-height: auto;
            margin: 0 auto;
            padding: clamp(3rem, 7vh, 5rem) 0;
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            overflow: visible;
            backdrop-filter: none;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .section-heading {
            max-width: 740px;
            margin-bottom: 2rem;
        }

        .section-tag {
            display: inline-block;
            margin-bottom: 0.8rem;
            color: #918a81;
            font-size: 0.74rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .section-panel::before {
            display: none;
        }

        .section-panel:hover {
            border-color: transparent;
            box-shadow: none;
        }

        .section-intro {
            max-width: 700px;
            margin-bottom: 1.4rem;
            color: #bcb6ad;
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .section-divider {
            width: min(100%, 860px);
            height: 1px;
            margin-top: 1.2rem;
            background: linear-gradient(90deg, rgba(216, 201, 181, 0.36), rgba(216, 201, 181, 0.04));
        }

        #release {
            background:
                radial-gradient(circle at 20% 20%, rgba(196, 126, 93, 0.12), transparent 26%),
                linear-gradient(180deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.88));
        }

        #release {
            min-height: auto;
        }

        #release .section-panel {
            min-height: auto;
            justify-content: flex-start;
            padding: clamp(3.2rem, 8vh, 5.25rem) 0;
        }

        #release .section-heading {
            margin-bottom: 1.25rem;
        }

        #about {
            background:
                radial-gradient(circle at top right, rgba(196, 126, 93, 0.08), transparent 26%),
                linear-gradient(180deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.88));
        }

        section#videos,
        section#gigs,
        section#resources {
            background:
                radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 22%),
                linear-gradient(180deg, #111, #0a0a0a);
        }

        #about .section-panel p:last-child {
            max-width: 76ch;
            color: #ded9d1;
            font-size: 1.02rem;
            line-height: 1.75;
        }

        #about .section-panel {
            width: min(1080px, calc(100% - 2.5rem));
        }

        .about-layout,
        .resource-layout {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
            gap: 2rem;
            align-items: start;
        }

        .about-rail,
        .resource-rail {
            display: grid;
            gap: 1rem;
        }

        .about-layout {
            max-width: 940px;
        }

        .about-mobile-photo {
            display: none;
            margin: 0 0 1.3rem;
            padding: 0.4rem;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
        }

        .about-mobile-photo img {
            width: 100%;
            height: auto;
            border-radius: 14px;
            display: block;
        }

        .info-strip {
            display: grid;
            gap: 0.9rem;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            padding: 0.95rem 0;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .info-row:first-child {
            border-top: 0;
            padding-top: 0;
        }

        .info-row span {
            color: #8f8a83;
            font-size: 0.75rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .info-row strong {
            display: block;
            max-width: 320px;
            color: #f0ebe2;
            font-size: 0.98rem;
            font-weight: 600;
            text-align: right;
        }

        .side-note {
            padding: 1.2rem 0 0;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            color: #c6c0b7;
            font-size: 1rem;
            line-height: 1.7;
        }

        .release-spotlight {
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
            gap: 1.5rem;
            align-items: start;
            max-width: 1120px;
        }

        .release-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.35rem 0.7rem;
            border-radius: 999px;
            border: 1px solid #303330;
            background: rgba(255, 255, 255, 0.04);
            color: #b8b8b8;
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .release-spotlight h3 {
            margin: 0.85rem 0 0.65rem;
            font-size: 2rem;
            color: #efeae1;
        }

        .release-meta {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.8rem;
            margin: 1.25rem 0;
        }

        .release-meta-item {
            padding: 0.9rem;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.035);
            border: 1px solid #292929;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .release-meta-item span {
            display: block;
            color: #999;
            font-size: 0.76rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 0.25rem;
        }

        .release-stream {
            display: grid;
            justify-items: end;
        }

        a {
            color: #8d938c;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        a:hover {
            color: #c7cdc6;
            text-decoration: underline;
        }

        a.download-link {
            display: inline-block;
            margin-top: 1rem;
            font-weight: 600;
        }

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

        .stat-box {
            background: #1a1a1a;
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
            border: 1px solid #2a2a2a;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .track-grid {
            display: grid;
            gap: 1.25rem;
            grid-template-columns: minmax(0, 420px);
            justify-content: start;
            align-items: start;
            margin-top: 0;
        }

        .track-card {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 22px;
            padding: 1.15rem;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .track-title {
            margin: 0 0 0.9rem;
            font-size: 0.88rem;
            font-weight: 700;
            color: #cfc7ba;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .track-card-spotify {
            max-width: none;
        }

        .spotify-wrapper {
            max-width: none;
        }

        .track-card iframe {
            display: block;
            width: 100%;
            border-radius: 12px;
        }

        video {
            width: 100%;
            border-radius: 8px;
            border: 1px solid #333;
            background-color: #000;
            display: block;
        }

        .ratio>video {
            width: 100%;
            height: 100% !important;
            max-height: none !important;
            object-fit: contain;
            border-radius: 8px;
            display: block;
        }

        #videoCarousel .ratio {
            border-radius: 8px;
            overflow: hidden;
        }

        .video-shell {
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 24px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
            padding: 1.1rem;
            position: relative;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .video-layout {
            display: grid;
            grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
            gap: 2rem;
            align-items: start;
        }

        .video-copy {
            max-width: 420px;
        }

        .video-overlay {
            position: absolute;
            top: 1.65rem;
            left: 1.65rem;
            z-index: 3;
            max-width: min(320px, calc(100% - 6.5rem));
            padding: 0.9rem 1rem;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: linear-gradient(180deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.58));
            backdrop-filter: blur(8px);
            pointer-events: none;
        }

        .video-overlay-label {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-bottom: 0.45rem;
            color: #b6bbb4;
            font-size: 0.72rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .video-overlay-label::before {
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
            background: #8d938c;
        }

        .video-overlay-title {
            margin: 0.08rem 0 0;
            color: #f0eade;
            font-size: 0.98rem;
            line-height: 1.35;
            letter-spacing: 0.01em;
            text-transform: none;
        }

        .video-overlay-copy {
            display: none;
        }

        .video-overlay-venue {
            display: inline-flex;
            margin-top: 0.55rem;
            color: #e1dbd1;
            font-size: 0.74rem;
            line-height: 1.4;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .carousel-control-prev,
        .carousel-control-next {
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            padding: 1rem;
            z-index: 2;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            width: 3rem;
            height: 3rem;
            background-size: 1.5rem 1.5rem;
        }

        .carousel-control-prev-icon:hover,
        .carousel-control-next-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

        .carousel-indicators {
            bottom: -34px;
        }

        .carousel-indicators [data-bs-target] {
            width: 28px;
            height: 4px;
            margin: 0 5px;
            border: 0;
            border-radius: 999px;
            background-color: rgba(255, 255, 255, 0.4);
            opacity: 1;
        }

        .carousel-indicators .active {
            width: 44px;
            background-color: #f0eade;
        }

        .video-nav-note {
            margin-top: 2rem;
            text-align: center;
            color: #9fa39e;
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .text-gig-label {
            color: #5f615f;
        }

        .gig-columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.15rem;
        }

        .gigs-layout {
            display: grid;
            grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
            gap: 2rem;
            align-items: start;
        }

        .gigs-copy {
            max-width: 420px;
        }

        .gig-column {
            padding: 0.1rem 0 0;
            min-height: 100%;
        }

        .gig-heading {
            margin: 0 0 0.65rem;
            padding-bottom: 0.45rem;
            border-bottom: 1px solid #2a2a2a;
            color: #8e948d;
            font-size: 0.72rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .gig-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0;
            align-content: start;
        }

        .gig-item {
            display: grid;
            grid-template-columns: 124px minmax(0, 1fr);
            gap: 0.75rem;
            align-items: start;
            padding: 0.62rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .gig-date {
            display: block;
            color: #cfc8bc;
            font-weight: 600;
            font-size: 0.76rem;
            line-height: 1.25;
            letter-spacing: 0.03em;
        }

        .gig-content {
            min-width: 0;
        }

        .gig-main {
            color: #f0ebe2;
            font-size: 0.9rem;
            line-height: 1.18;
        }

        .gig-main strong {
            color: #ffffff;
            font-weight: 700;
        }

        .gig-venue {
            margin-top: 0.1rem;
            color: #939991;
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .gig-empty {
            padding: 0.25rem 0;
            color: #8f948d;
            font-size: 0.82rem;
        }

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

        .contact-grid {
            width: fit-content;
            max-width: 100%;
            justify-content: start;
            grid-template-columns: repeat(2, minmax(240px, 255px));
        }

        .closing-stack {
            display: grid;
            gap: 1.8rem;
        }

        .closing-group {
            scroll-margin-top: 5rem;
        }

        .closing-group#contact {
            width: fit-content;
            max-width: 100%;
        }

        .closing-subheading {
            margin: 0 0 0.95rem;
            color: #d7cab7;
            font-size: 0.86rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .resource-card,
        .contact-card {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 1.35rem;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
            transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
        }

        .resource-card:hover,
        .contact-card:hover {
            transform: translateY(-2px);
            border-color: rgba(255, 255, 255, 0.14);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 34px rgba(0, 0, 0, 0.16);
        }

        .resource-card h3,
        .contact-card h3 {
            margin: 0 0 0.5rem;
            font-size: 0.9rem;
            color: #d7cab7;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .resource-card p,
        .contact-card p {
            margin: 0;
            color: #b8b8b8;
            line-height: 1.55;
        }

        html {
            scroll-behavior: smooth;
        }

        footer {
            text-align: center;
            padding: 2rem 1rem;
            font-size: 0.9rem;
            background: #111;
            border-top: 1px solid #222;
            color: #777;
        }

        footer a {
            margin-left: 0.4rem;
        }

        .content-warning {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            margin: 0.5rem 0 1.5rem;
            padding: 0.35rem 0.75rem;
            border: 1px solid #3a2a12;
            border-radius: 999px;
            background: rgba(255, 140, 0, 0.06);
            color: #d8c6a2;
            font-size: 0.85rem;
        }

        .content-warning::before {
            content: "!";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 1px solid #9b6a1a;
            color: #ffb347;
            font-weight: 700;
            line-height: 1;
        }

        @media (min-width: 1101px) {
            section {
                min-height: 100vh;
            }

            .section-panel {
                min-height: 100vh;
                padding: clamp(4.5rem, 10vh, 7rem) 0;
                justify-content: center;
            }

            #release {
                min-height: 100vh;
            }

            #release .section-panel {
                min-height: 100vh;
                padding: clamp(4.5rem, 10vh, 7rem) 0;
                justify-content: center;
            }

            #release .section-heading {
                margin-bottom: 2rem;
            }

            #about {
                background:
                    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.88) 34%, rgba(8, 8, 8, 0.56) 62%, rgba(8, 8, 8, 0.78) 100%),
                    url('../images/Half Awake Eyes-31.jpg') 72% 10% / cover no-repeat;
            }
        }

        @media (max-width: 1100px) {
            .section-panel {
                width: min(100% - 2rem, 1200px);
                min-height: auto;
                padding: 4.2rem 0 3.4rem;
            }

            #about .section-panel {
                width: min(100% - 2rem, 1080px);
            }

            .about-layout,
            .video-layout,
            .gigs-layout,
            .resource-layout {
                grid-template-columns: 1fr;
                gap: 1.8rem;
            }

            .release-meta {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .release-meta-item:last-child {
                grid-column: 1 / -1;
            }

            .about-layout,
            .release-spotlight {
                max-width: 100%;
            }

            .release-stream {
                display: none;
            }

            .about-rail,
            .video-copy,
            .gigs-copy {
                max-width: 100%;
            }
        }

        @media (max-width: 900px) {
            #about {
                background:
                    radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 22%),
                    linear-gradient(180deg, #111, #0a0a0a);
            }

            header {
                min-height: 92svh;
                padding: 5.5rem 1rem 2.2rem;
            }

            .quick-nav-wrap {
                padding: 0.95rem 1rem 0;
            }

            .quick-nav-wrap.is-sticky {
                padding: 0.7rem 0.95rem;
            }

            .quick-nav {
                align-items: center;
                gap: 0.9rem;
                flex-direction: row;
                flex-wrap: wrap;
            }

            .quick-nav-top {
                width: auto;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 0.8rem;
            }

            .quick-nav-brand {
                display: inline-flex !important;
            }

            .quick-nav-wrap.is-sticky .quick-nav-top {
                justify-content: flex-start;
            }

            .quick-nav-links {
                width: auto;
                margin-left: auto;
                justify-content: flex-end;
                overflow: visible;
                flex-wrap: wrap;
                gap: 0.35rem 0.85rem;
                padding-bottom: 0;
            }

            .hero-panel-top {
                grid-template-columns: 108px minmax(0, 1fr);
                gap: 1.2rem;
                max-width: 100%;
            }

            header img {
                width: 102px;
            }

            h1 {
                font-size: clamp(2.5rem, 9vw, 3.6rem);
            }

            .hero-actions {
                gap: 0.65rem;
            }

            .hero-button {
                min-width: 0;
                min-height: 46px;
                padding: 0.72rem 1.05rem;
            }

            .release-spotlight,
            .about-layout,
            .video-layout,
            .gigs-layout,
            .resource-layout {
                grid-template-columns: 1fr;
                gap: 1.6rem;
            }

            .about-mobile-photo {
                display: block;
                max-width: 320px;
                margin: 0 auto 1.1rem;
            }

            .section-panel {
                width: min(100% - 1.5rem, 1200px);
                min-height: auto;
                padding: 3.8rem 0 3rem;
            }

            #about .section-panel {
                width: min(100% - 1.5rem, 1080px);
            }

            .section-heading {
                margin-bottom: 1.4rem;
            }

            .section-divider {
                margin-top: 0.95rem;
            }

            .video-copy,
            .gigs-copy,
            .hero-heading {
                max-width: 100%;
            }

            .track-grid {
                grid-template-columns: 1fr;
            }

            .resource-grid,
            .contact-grid {
                width: 100%;
                grid-template-columns: 1fr;
            }

            .closing-group#contact {
                width: 100%;
            }

            .gig-columns {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .video-shell {
                padding: 0.9rem;
                border-radius: 18px;
            }
        }

        @media (max-width: 576px) {
            h1 {
                font-size: 2.2rem;
            }

            h2 {
                font-size: 1.2rem;
                padding-left: 0.8rem;
            }

            p.subtitle {
                font-size: 0.9rem;
            }

            header {
                min-height: 100svh;
                padding: 5rem 0.9rem 1.6rem;
                align-items: stretch;
            }

            .about-mobile-photo {
                display: none;
                max-width: 240px;
                margin-bottom: 1rem;
                padding: 0.3rem;
                border-radius: 16px;
            }

            .about-mobile-photo img {
                border-radius: 12px;
            }

            .quick-nav-wrap {
                padding: 0.8rem 0.8rem 0;
            }

            .quick-nav-wrap.is-sticky {
                padding: 0.65rem 0.8rem;
            }

            .hero-panel-top {
                grid-template-columns: 1fr;
                gap: 0.9rem;
                justify-items: center;
                max-width: 100%;
            }

            header img {
                width: 92px;
            }

            .hero-heading {
                max-width: 100%;
            }

            .hero-actions {
                gap: 0.6rem;
                margin-top: 1.2rem;
                justify-content: center;
            }

            .hero-button {
                width: 100%;
                min-width: 0;
                min-height: 44px;
                padding: 0.72rem 0.95rem;
            }

            .quick-nav {
                gap: 0.55rem;
                position: relative;
                align-items: flex-end;
            }

            .quick-nav-top {
                width: 100%;
                justify-content: flex-end;
            }

            .quick-nav-wrap.is-sticky .quick-nav-top {
                justify-content: space-between;
            }

            .quick-nav-brand {
                display: none !important;
            }

            .quick-nav-wrap.is-sticky .quick-nav-brand {
                display: inline-flex !important;
            }

            .quick-nav-toggle {
                display: inline-flex;
            }

            .quick-nav-links {
                display: none;
                position: absolute;
                top: calc(100% + 0.45rem);
                right: 0;
                width: min(220px, calc(100vw - 1.6rem));
                flex-direction: column;
                gap: 0.2rem;
                padding: 0.65rem 0.7rem;
                overflow: visible;
                border: 1px solid rgba(255, 255, 255, 0.08);
                border-radius: 18px;
                background: rgba(9, 9, 9, 0.9);
                backdrop-filter: blur(18px);
                box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
            }

            .quick-nav-wrap.is-menu-open .quick-nav-links {
                display: flex;
            }

            .quick-nav a {
                font-size: 0.84rem;
                white-space: nowrap;
            }

            .quick-nav-links a {
                justify-content: flex-start;
                min-height: 38px;
                padding: 0.15rem 0.2rem;
            }

            .release-spotlight {
                grid-template-columns: 1fr;
            }

            .about-layout,
            .video-layout,
            .gigs-layout,
            .resource-layout {
                grid-template-columns: 1fr;
                gap: 1.4rem;
            }

            .release-spotlight h3 {
                font-size: 1.55rem;
            }

            .release-stream {
                display: none;
            }

            .release-meta {
                grid-template-columns: 1fr;
                gap: 0.65rem;
            }

            .release-meta-item,
            .track-card,
            .resource-card,
            .contact-card {
                border-radius: 16px;
                padding: 1rem;
            }

            .track-grid {
                grid-template-columns: 1fr;
            }

            .info-row {
                flex-direction: column;
                gap: 0.25rem;
            }

            .info-row strong {
                text-align: left;
                max-width: none;
            }

            .gig-columns {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .gig-item {
                grid-template-columns: 1fr;
                gap: 0.08rem;
                padding: 0.58rem 0;
            }

            .video-overlay {
                top: 1.2rem;
                left: 1.2rem;
                max-width: calc(100% - 6.2rem);
                padding: 0.62rem 0.72rem;
            }

            .video-overlay-title {
                font-size: 0.82rem;
                line-height: 1.2;
            }

            .video-overlay-label {
                margin-bottom: 0.28rem;
                font-size: 0.62rem;
            }

            .video-overlay-venue {
                margin-top: 0.28rem;
                font-size: 0.65rem;
                line-height: 1.25;
            }

            .video-shell {
                padding: 0.7rem;
                border-radius: 16px;
            }

            .video-overlay {
                position: static;
                max-width: none;
                margin-bottom: 0.65rem;
                border-radius: 12px;
                pointer-events: auto;
                background: rgba(255, 255, 255, 0.04);
                backdrop-filter: none;
            }

            #videoCarousel .ratio {
                border-radius: 10px;
            }

            .track-title {
                font-size: 0.9rem;
            }

            section {
                min-height: auto;
            }

            .section-panel {
                width: min(100% - 1.25rem, 1200px);
                min-height: auto;
                padding: 3rem 0 2.2rem;
            }

            .carousel-control-prev-icon,
            .carousel-control-next-icon {
                width: 2.5rem;
                height: 2.5rem;
                background-size: 1.2rem 1.2rem;
            }

            .carousel-indicators {
                bottom: -42px;
            }

            .carousel-indicators [data-bs-target] {
                width: 18px;
                height: 3px;
                margin: 0 4px;
            }

            .carousel-indicators .active {
                width: 28px;
            }

            .carousel-control-prev,
            .carousel-control-next {
                padding: 0.45rem;
            }

            .video-nav-note {
                display: none;
            }

            .gigs-layout {
                gap: 1rem;
            }

            .gig-columns {
                gap: 0.85rem;
            }

            .gig-column {
                padding: 0.85rem;
                border: 1px solid rgba(255, 255, 255, 0.07);
                border-radius: 16px;
                background: rgba(255, 255, 255, 0.025);
            }

            .gig-heading {
                margin-bottom: 0.55rem;
                padding-bottom: 0.55rem;
                font-size: 0.68rem;
            }

            .gig-list {
                gap: 0.75rem;
            }

            .gig-item {
                gap: 0.35rem;
                padding: 0.85rem 0.85rem 0.8rem;
                border: 1px solid rgba(255, 255, 255, 0.06);
                border-radius: 14px;
                background: rgba(255, 255, 255, 0.02);
            }

            .gig-date {
                display: inline-flex;
                width: fit-content;
                padding: 0.2rem 0.55rem;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.06);
                font-size: 0.69rem;
                line-height: 1.2;
            }

            .gig-main {
                font-size: 0.88rem;
                line-height: 1.25;
            }

            .gig-venue {
                margin-top: 0.2rem;
                font-size: 0.66rem;
                line-height: 1.35;
            }

            .gig-empty {
                padding: 0.8rem 0.85rem;
                border: 1px dashed rgba(255, 255, 255, 0.14);
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.015);
            }
        }

