/* 

Mousiqua - Music Band and Musician Bootstrap 4 Template
Copyright 2018  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Search form
4.To the top
5.About section
6.Discography section
7.Band section
8.Tours section
9.Gallery section
10.News section
11.Contact section
12.Footer section
13.Mediaqueries 




/*Preloader*/
 .loader {
     background: #13181d;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 10000;
}
 .loader-inner {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
 .loading-spinner {
     width: 6.25rem;
     height: 6.25rem;
     animation: spinner-rotate 2s ease-in-out infinite;
     -webkit-animation: spinner-rotate 2s ease-in-out infinite;
     -moz-animation: spinner-rotate 2s ease-in-out infinite;
     -ms-animation: spinner-rotate 2s ease-in-out infinite;
     -o-animation: spinner-rotate 2s ease-in-out infinite;
}
 .spinner {
     animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     stroke-linecap: round;
}
 @keyframes spinner-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: trotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}
 @keyframes spinner-color {
     0%, 100% {
         stroke: #d0343a;
    }
     20% {
         stroke: #ff5252;
    }
     40% {
         stroke: #d0343a;
    }
     60% {
         stroke: #ff5252;
    }
     80% {
         stroke: #d0343a;
    }
     100% {
         stroke: #ff5252;
    }
}
 @keyframes spinner-dash {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
    }
     50% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -35px;
    }
     100% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/
 .wrapper {
     position: relative;
}
/*End site wrapper*/
/*Search form*/
 .block-search-form{
     position: fixed;
     background: rgba(19, 24, 29, .8);
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1045;
     overflow: hidden;
     display: none;
}
 span.close-search{
     width: 100%;
     height:100%;
     position: absolute;
     left: 0;
     top: 0;
}
 .block-search-form .block-content{
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
/*End search form*/
/*To the top*/
 .block-top:not(.active) {
     opacity: 0;
     transform: translate3d(0, 20px, 0);
     -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
     pointer-events: none;
}
 .block-top.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
     color: #ffffff;
}
 .block-top {
     position: fixed;
     width: 3.2rem;
     height: 3.2rem;
     background: #ff5252;
     text-align: center;
     right: 2.875rem;
     bottom: 3.6875rem;
     padding-top: .6rem;
     z-index: 100;
     color: #ffffff;
}
 .block-top i{
     font-size: 1.2rem;
}
/*End to the top*/
/* Hero Section*/
 section.hero {
     background: #222222;
     padding: 0;
     overflow:hidden;
}
 .background-img img {
     display: none;
}
 .background-img {
     width: 100%;
     height: 100%;
}
 .background-img {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #151514;
     background-image: none;
     background-origin: padding-box;
     background-position: 50% 50% !important;
     background-repeat: repeat;
     background-size: cover !important;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
 .overlay:before, .block-hover:before {
     position: absolute;
     background: rgba(19, 24, 29, .8);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 3;
     content: "";
}
 .header {
     padding: .4em 0;
}
 .slider .slides li {
     background-size: cover;
     
}
 .header.default {
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .left-part {
     float: left;
     margin-left: 3.125rem;
}
 .header .right-part {
     float: right;
     margin-right: 3.125rem;
     position: relative;
}
 .header.switched-header {
     background-color: #ffffff;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1040;
}
.header .logo {
    display: inline-block;
}
.header .logo h2 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
}

.header.switched-header .logo h2{
    color: #222222;
}
 .mobile-but {
     display: inline-block;
     height: 1.5rem;
     position: absolute;
     right: -1.275rem;
     top: -2.175rem;
     z-index: 1000;
     display: none;
}
 .mobile-but .lines {
     transform: translate(0px, 10px) rotate(0deg);
     -webkit-transform: translate(0px, 10px) rotate(0deg);
     -ms-transform: translate(0px, 10px) rotate(0deg);
     -moz-transform: translate(0px, 10px) rotate(0deg);
}
 .mobile-but .lines, .mobile-but .lines:after, .mobile-but .lines:before {
     height: 0.125rem;
     width: 1.5625rem;
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     content: " ";
     display: block;
}
 .mobile-but .lines:after {
     transform: translate(0px, 4px) rotate(0deg);
     -webkit-transform: translate(0px, 4px) rotate(0deg);
     -ms-transform: translate(0px, 4px) rotate(0deg);
     -moz-transform: translate(0px, 4px) rotate(0deg);
}
 .mobile-but .lines:before {
     transform: translate(0px, -4px) rotate(0deg);
     -webkit-transform: translate(0px, -4px) rotate(0deg);
     -ms-transform: translate(0px, -4px) rotate(0deg);
     -moz-transform: translate(0px, -4px) rotate(0deg);
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     background: #ff5252;
}
 .toggle-mobile-but.active .mobile-but .lines:after {
     transform: translate(0px, -1px) rotate(45deg);
     -webkit-transform: translate(0px, -1px) rotate(45deg);
     -ms-transform: translate(0px, -1px) rotate(45deg);
     -moz-transform: translate(0px, -1px) rotate(45deg);
}
 .toggle-mobile-but.active .mobile-but .lines:before {
     transform: translate(0px, 1px) rotate(-45deg);
     -webkit-transform: translate(0px, 1px) rotate(-45deg);
     -ms-transform: translate(0px, 1px) rotate(-45deg);
     -moz-transform: translate(0px, 1px) rotate(-45deg);
}
 .main-nav li {
     display: inline-block;
     font-size: .6875rem;
     font-weight: 600;
     text-transform: uppercase;
     margin-left: 1.9625rem;
     font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.main-nav ul li i{
    color: #ff5252;
}

 .main-nav ul li.block-helper:last-child {
     margin-left: .625rem;

}
 .main-menu li a {
     color: #ffffff;
     position: relative;
     padding:1rem 0;
     margin-right: 0 !important;
}
 .main-nav li.block-helper span.icon, .main-nav li.block-helper a{
     cursor: pointer;
     color: #ff5252 !important;
     font-size: .9375rem;
     opacity: 1 !important;
}

.block-helper li {
     position: relative;
     font-size: 1rem;
}
 .block-helper li {
     margin-left: 0;
}
 .block-helper li a {
     color: #ff5252;
}
 .header.switched-header .main-nav li a {
     color: #949494;
     
}


 .header.switched-header .block-helper li a {
     color: #ff5252;
     opacity: 1;
}

 .hero-content {
     color: #ffffff;
     position: relative;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     z-index: 4;
}

.hero.single{
     height: 40vh;
}
h1.large {
     font-size: 3.2rem;
     line-height: 1.24;
     letter-spacing: .11rem;
     font-weight: 700;
}
 .back-rect {
     border: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -ms-border-image: -ms-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     position: absolute;
}
 .front-rect {
     border-right: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #ff3d49 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%), -50%;
     position: absolute;
}
 .video-play-but {
     border: 2px solid #ffffff;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     display: inline-block;
     height:7.5em;
     width: 7.5em;
     position: relative;
     background: none;
     margin-top: 3.125em;
}
 .video-play-but:after {
     border-color: transparent transparent transparent #ffffff;
     border-style: solid;
     border-width: 17px 0 17px 24px;
     content: "";
     height: 0;
     margin-left: -0.625rem;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY( -50%);
     -moz-transform: translateY( -50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY( -50%);
}
 .block-video .video-play-but:after{
     border-width: 10px 0 10px 15px;
     margin-left: -0.375rem;
     border-color: transparent transparent transparent #13181d;
}
 .video-play-but:hover {
     transform: scale(0.95);
     -webkit-transform: scale(0.95);
}
/* End hero Section*/
/* Discography section*/


.block-album-info li h5{
    position: relative;
}

.block-album-info li h5:before,.block-presale li h5:before {
     position: absolute;
     content: "";
     width: 100%;
     height: .245rem;
     background: #ff5252;
     bottom: 4px;
     left: 0;
     z-index: -1;
}

.block-album-info li span, .block-presale li span{
    border-bottom: 1px dashed rgba(255,255,255,.3) ;
}
 .block-teaser{
     text-transform: uppercase;
     border-top: 6px solid #ff5252;
     border-bottom: 6px solid #ff5252;
     padding: 1.25rem 0;
}
 .block-teaser p{
     font-weight: 700;
     font-size: 1.3rem;
     padding-bottom: .5rem;
}
 .block-teaser a{
     font-weight: 700;
     font-size: .9rem;
}
 .countdown .counter-bg {
    background: #ff5252;
    padding: 20px 35px;
    display: inline-block;
    border-radius: 0.25rem;
    margin: 0 10px 0 10px;
    line-height: 1.2;
    text-transform: none;
}

 .countdown .counter-bg span.counter {
     font-size: 4rem;
    font-weight: 600;
}

 .countdown .counter-bg span.label {
     font-size: .85rem;
    font-weight: 400;
    display: block;
}
/* End discography Section*/
/* Audio player*/
 .block-tracklist .audiojs {
     background-image: none;
     background-color: #1a1a1a;
     -webkit-box-shadow: none;
     box-shadow: none;
     width: 100%;
     height: 7.3rem;
     display: none;
}
/* .block-tracklist .audiojs .scrubber {
     background-color: rgba(255, 255, 255, 0.7);
     position: absolute;
     height: 4px;
     top: 33px;
     z-index: 9999;
     width: calc(100% - 130px);
     left: 55px;
     border-top: 0;
}
 .block-tracklist .audiojs .time {
     position: absolute;
     text-shadow: none;
     border: none;
     height: auto;
     line-height: normal;
     margin: 0;
     padding: 0;
     top: 20px;
     right: 62px;
}
 .block-tracklist .audiojs .progress{
     border-radius: 0;
}
 .block-tracklist .audiojs .play-pause{
     height: 55px;
     width: 35px;
}
 .block-tracklist .audiojs p{
     position: relative;
     top: 27px;
     left: 7px;
}*/
 .block-tracklist .audiojs .play-pause{
     border-right: 0;
}
 .block-tracklist .block-lyrics{
     display: none;
     margin:0 auto;
}
 .block-tracklist .playlist{
     border:1px solid rgba(255,255,255,.1);
}
 .block-tracklist .playlist li{
     padding-bottom: 1rem;
     padding-left: 2.5rem;
     padding-top: 1rem;
     padding-right: 1.5rem;
     cursor: pointer;
     position: relative;
}
 .block-tracklist .playlist li:not(:last-child){
     border-bottom:1px solid rgba(255,255,255,.1);
}
 .block-tracklist .playlist li:hover{
     background: #090d11;
}
 .block-tracklist .playlist li.playing{
     background: #090d11;
}
 .block-tracklist .playlist li:before{
     content: "\e8d4";
     font-family: "fontello";
     position: absolute;
     left: 1.0625rem;
     top: 1.3rem;
     font-size: 0.5625rem;
     color: rgba(255,255,255,.7);
}
 .block-tracklist .playlist li.playing:before{
     content: "\e8d8";
     color: #ff5252;
}
 .block-tracklist .playlist li.playing.pause:before{
     content: "\e8d4";
     color: #ff5252;
}
 span.selected, a.selected{
     color: #ffffff;
}
/* End audio player*/
/* Band members section*/
 .block-member{
     position: relative;
}
 .block-member .member-info{
     position: absolute;
     left: 0;
     bottom: 0;
     background: #ff5252;
     width: 100%;
     text-align: center;
     padding: 1.45rem 0;
}
/* End band members section*/
/* Tours section*/
 .block-tabs li {
     margin: 0 .78125rem;
     cursor: pointer;
     position: relative;
     padding: 0 .25rem;
     opacity: .7;
}
 .block-tabs li.active {
     opacity: 1;
}

 .block-tab li , .block-tab li .block-video{
     display: none;
}
 .block-tab li.active, .block-tab li.active .block-video{
     display: block;
}
 .block-video {
     background: #000;
     position: relative;
     overflow: hidden;
}
 .block-video .video-play-but {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     margin-top: -2.25rem;
     margin-left: -2.25rem;
     margin-bottom: 0 !important;
     height: 4.5rem;
     width: 4.5rem;
     background: #ffffff;
}
 .block-video.show-video .video-play-but.play-video, .block-video.show-video img {
     opacity: 0 !important;
     pointer-events: none;
}
 img.background-img {
     object-fit: cover;
}
 .background-img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
}
.border-dashed {
    padding: 8px;
    background-image: repeating-linear-gradient(135deg, #ff5252, #ff5252 10px, #FFF 0px, #FFF 20px, #13181d 0px, #13181d 30px, #FFF 0px, #FFF 40px);
}
 .block-subscribe{
     position: relative;
    background: #13181d;
}
 .block-subscribe p{
     font-weight: 700;
     font-size: 1.3rem;
     line-height: 1.6;
}
/* End tours section*/
/*Gallery section*/
 .card-gallery.image-gallery {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
     -webkit-column-gap: .75rem;
     -moz-column-gap: .75rem;
     column-gap: .75rem;
}
 .card-gallery.image-gallery > a > img {
     margin-bottom: .35em;
}
 .card-gallery > * {
     display: inline-block;
     width: 100%;
     overflow: hidden;
}
/*End gallery section*/
/*News section*/
 .news-list > li {
     margin-bottom: 7.5rem;
}
 .news-list li:last-child {
     margin-bottom:0;
}
/*End news section*/
/*Twitter section*/
 .tweets {
     position: relative;
}
 .tweets .tweet {
     margin-top: 1rem;
     font-size: 1rem;
}
 .tweets .slides p{
     margin-bottom: 0;
}
 .tweets .slides p a{
     text-decoration: underline;
     color: #ffffff;
     opacity: .7;
}
 .tweets .slides p a:hover{
     text-decoration: none;
     opacity: 1;
}
 .tweets .slides p.timePosted a{
     margin-top: 1rem;
     color: #d0343a;
     opacity: 1;
     display: inline-block;
     font-size: .9375rem;
}
 .tweets .slides p.interact{
     display: none;
}
 .tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .tweets .slides .user img {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}
/*End twitter section*/
/*Contact section*/
 .contact .block-social li{
     margin:0 2.48rem;
}
 .contact .block-social li a{
     border:none;
     font-size: 5em;
     opacity: .5;
     color: #3b4b5b;
}
 .contact .block-social li a:hover{
     opacity: 1;
}
/*End contact section*/
/*Footer*/
 .footer{
     background: #ffffff;
     color: #292929;

 }

 .footer small span {
     opacity: .5;
 }
 .footer .list-inline-item{
     position: relative;
}
 .footer .list-inline-item a{
     color: #292929;
     opacity: .5;
}
 .footer .list-inline-item:not(:first-child):after{
     content: "-";
     position: absolute;
     left:-.8125rem;
     top: .0625rem;
     opacity: .5;
}
 .footer .list-inline-item a:hover{
     opacity: 1;
}
/*End footer*/
/* BackPew Music overrides */
:root {
    --backpew-gold: #c79a49;
    --backpew-gold-deep: #8c6323;
    --backpew-bg: #080808;
    --backpew-panel: #111111;
    --backpew-panel-soft: #171717;
    --backpew-copy: #d9d2c6;
    --backpew-muted: #a99679;
    --backpew-line: rgba(199, 154, 73, .24);
}

body {
    background: var(--backpew-bg);
    color: var(--backpew-copy);
    font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-nav li,
.header .logo h2,
.section-kicker,
.hero-tag {
    font-family: "Cinzel", Georgia, serif;
    letter-spacing: .08em;
    font-weight: 700;
}

a,
.link,
a:hover,
.main-nav ul li i,
.main-nav li.block-helper span.icon,
.main-nav li.block-helper a,
.block-helper li a,
.tweets .slides p.timePosted a {
    color: var(--backpew-gold);
}

.header.switched-header {
    background-color: rgba(5, 5, 5, .96);
    border-bottom: 1px solid var(--backpew-line);
}

.header.switched-header .logo h2,
.header.switched-header .main-nav li a {
    color: #f0e7d9;
}

.site-logo {
    display: block;
    width: auto;
    height: 5.4rem;
    max-width: 5.4rem;
    border-radius: 50%;
}

.main-menu li a {
    color: #f8f3ea;
}

.main-menu li a:hover,
.main-menu li a:focus {
    color: var(--backpew-gold);
}

.mobile-but .lines:after,
.mobile-but .lines:before {
    background: var(--backpew-gold);
}

.overlay:before,
.block-hover:before {
    background: linear-gradient(180deg, rgba(5, 5, 5, .52), rgba(5, 5, 5, .88));
}

.loader,
.block-subscribe,
.block-top,
.footer,
.bg-secondary,
section.hero,
.contact.main,
.news.main,
.tour.main,
.discography.main,
.gallery.main,
.band.main,
.latest.main {
    background: var(--backpew-bg);
}

.footer {
    border-top: 1px solid var(--backpew-line);
    color: #efe5d3;
}

.footer .list-inline-item a,
.footer small span {
    color: #efe5d3;
}

.btn-primary,
.bg-red,
.block-member .member-info,
.countdown .counter-bg {
    background: linear-gradient(135deg, var(--backpew-gold-deep), var(--backpew-gold));
    color: #100d08 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #9b6f2a, #d7ab59);
    color: #100d08 !important;
}

.btn {
    border-color: rgba(199, 154, 73, .5);
    box-shadow: none;
}

.btn-ghost {
    background: rgba(199, 154, 73, .08);
    color: #f8f3ea !important;
}

.btn-s {
    margin-top: .35rem;
}

.block-top {
    background: var(--backpew-gold);
    color: #100d08;
}

.back-rect {
    border-image: linear-gradient(to bottom, rgba(140, 99, 35, .95) 0%, rgba(199, 154, 73, .95) 100%);
    border-image-slice: 1;
}

.front-rect {
    border-image: linear-gradient(to bottom, rgba(140, 99, 35, .95) 0%, rgba(199, 154, 73, .95) 100%);
    border-image-slice: 1;
}

.block-album-info li h5:before,
.block-presale li h5:before {
    background: var(--backpew-gold);
}

.block-tracklist .playlist,
.feature-list .card,
.card.border-dashed,
.contact .card,
.block-content.rounded,
.block-album,
.block-tracklist,
.news-list img {
    border-color: var(--backpew-line);
}

.block-tracklist .playlist li:hover,
.block-tracklist .playlist li.playing,
.feature-list .card,
.contact .card {
    background: var(--backpew-panel);
}

.block-tracklist .playlist li:before,
.block-tracklist .playlist li.playing:before,
.block-tracklist .playlist li.playing.pause:before {
    color: var(--backpew-gold);
}

.border-dashed {
    background-image: repeating-linear-gradient(135deg, var(--backpew-gold), var(--backpew-gold) 10px, #f7f2ea 0px, #f7f2ea 20px, #121212 0px, #121212 30px, #f7f2ea 0px, #f7f2ea 40px);
}

.block-subscribe,
.story-card-solid,
.contact .card,
.feature-list .card {
    background: var(--backpew-panel);
}

.section-kicker {
    color: var(--backpew-gold);
    display: inline-block;
    font-size: .82rem;
    margin-bottom: 1rem;
}

.section-copy,
.release-summary p,
.manifesto-copy,
.session-intro,
.release-subtitle,
.hero-note {
    color: #cbbfae;
}

.hero-tag {
    display: inline-block;
    padding: .45rem .9rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(199, 154, 73, .45);
    background: rgba(14, 14, 14, .38);
    color: #f1e8d8;
    font-size: .76rem;
}

.hero-brand-art {
    display: block;
    width: auto;
    max-width: min(100%, 34rem);
    max-height: 28vh;
    margin: 0 auto 1.1rem;
    object-fit: contain;
    filter: drop-shadow(0 18px 42px rgba(0, 0, 0, .5));
}

.hero-brand-art-round {
    width: clamp(8.75rem, 15vw, 12.5rem);
    max-width: 38vw;
    max-height: 24vh;
    border-radius: 50%;
}

.hero-brand-art-single {
    width: clamp(8rem, 13vw, 11rem);
    max-height: 20vh;
}

.backpew-hero-copy {
    max-width: 58rem;
    margin: 0 auto;
}

.backpew-hero-copy .back-rect,
.backpew-hero-copy .front-rect {
    display: none;
}

.backpew-hero-copy h1 {
    max-width: 14ch;
    margin: .2rem auto 0;
    text-wrap: balance;
}

.backpew-hero-copy h5 {
    max-width: 42rem;
    margin: 1rem auto 0;
    letter-spacing: .1em;
    line-height: 1.45;
}

.hero-note {
    max-width: 44rem;
    margin: 1.5rem auto 0;
    font-size: 1rem;
}

.hero-actions .btn {
    margin-right: .75rem;
}

.release-subtitle {
    min-height: 4.75rem;
    margin: .8rem 0 1rem;
}

.release-links {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12em;
}

.release-links a {
    color: var(--backpew-gold);
}

.story-pillars .block-content,
.contact .card,
.feature-list .card {
    border: 1px solid var(--backpew-line);
}

.story-card-solid {
    border: 1px solid var(--backpew-line);
}

.story-pillars h3,
.contact h2,
.feature-list h2 {
    color: #f3ebde;
}

.story-pillars span,
.contact p,
.feature-list p {
    color: #cabda8;
}

.block-member .member-info {
    min-height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 1.1rem;
}

.block-member .member-info span {
    color: #1d1407;
}

.session-frame {
    border: 1px solid var(--backpew-line);
    background: #000;
}

.session-video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.brand-anchor-list ul li,
.block-album-info ul li {
    margin-bottom: .8rem;
}

.brand-seal {
    display: block;
    width: min(100%, 13rem);
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .55));
}

.feature-list .card-body,
.contact .card-body {
    padding: 2rem 1.5rem;
}

.contact-actions .btn {
    min-width: 14rem;
}

.footer .list-inline-item a {
    opacity: .85;
}

.footer .list-inline-item a:hover {
    opacity: 1;
}

.footer-brand-mark {
    display: block;
    max-width: 4.75rem;
    margin-bottom: .85rem;
    border-radius: 50%;
}

/*Media queries*/
@media all and (max-width: 990px) {


    .header .left-part,
     .header .right-part {
          float: none;
          display: block;
     }
     .header .left-part {
          margin-left: 1.857rem;
     }

     .header {
          background-color: rgba(5, 5, 5, .96) !important;
          
     }
     .header .logo {
          margin-top: 0;
          color: #f3ebde !important;
     }
     
     
      .header .logo h2 {
          color: #f3ebde !important;
     }

    .site-logo {
        height: 3.8rem;
        max-width: 3.8rem;
    }


    .mobile-but {
        display: block;
    }

     .main-nav ul {
    display: none;
    margin-left: 1.857rem;
    padding-bottom: .625rem;
}
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        position: relative;
    }

    .main-nav li.block-helper:before{
        content: none;
    }

     .main-nav ul li:last-child{
        border-top: none;
        padding-top: 0;
        margin-top: 0;


    }


      .main-nav li.block-helper{
        border-top: 1px solid rgba(41,41,41,.1);
        padding-top: 10px;
        margin-top: 10px;
        padding-left: 0;
    }



    .main-menu li a, .main-nav li span {
        display: inline-block;
        padding: .2rem 0;

    }
    
     .main-nav li a {
     color: #d9d2c6 !important;
}
    .main-nav li:last-child a {
        padding-bottom: 0;
    }
    


.main-nav ul li.block-helper:last-child{
    margin-left: 0;
}

.main-nav ul li.block-helper a, .main-nav ul li.block-helper span{
    padding: 0;
}

    

}

@media all and (max-width: 767px) {
    h1.large {
        font-size: 2.2rem;
        letter-spacing: .08rem;
        line-height: 1.15;
    }

    .hero-actions .btn {
        margin-right: 0;
        width: 100%;
    }

    .hero-brand-art {
        max-width: min(100%, 16rem);
        max-height: 20vh;
    }

    .hero-brand-art-round,
    .hero-brand-art-single {
        width: clamp(6.75rem, 24vw, 9.5rem);
        max-width: 34vw;
        max-height: 16vh;
    }

    .brand-seal {
        width: min(100%, 11rem);
    }

    .backpew-hero-copy h5 {
        max-width: 24rem;
        letter-spacing: .06em;
    }

    .release-subtitle {
        min-height: auto;
    }

    .contact-actions .btn {
        min-width: 0;
        width: 100%;
    }
}

@media all and (max-height: 860px) {
    .hero-brand-art {
        max-height: 22vh;
        margin-bottom: .85rem;
    }

    .hero-brand-art-round {
        width: clamp(7.5rem, 12vw, 10.5rem);
        max-height: 18vh;
    }

    .hero-brand-art-single {
        width: clamp(7rem, 11vw, 9.5rem);
        max-height: 16vh;
    }

    .backpew-hero-copy h1 {
        max-width: 13ch;
    }

    .backpew-hero-copy h5 {
        margin-top: .8rem;
    }
}

  
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  {

  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


h1, .h1{
     font-size: 2.835rem;
}
h3, .h3{
     font-size: 1rem;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
    }

      .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

     section.about a.btn-primary{display: block;}
section.about a.btn-primary i{display: none;}
     .contact .block-social li{
     margin:0 1.5rem;
  }


  .height-70 {
    height: 100vh;
}


}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }

    .sing{max-width: 20%;margin-bottom: 3rem !important;}
        .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

h1.large{font-size: 3rem;}


.block-subscribe p{font-size: 1.4rem;}

.height-70 {
    height: 100vh;
}





}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }
    
    .hero .main-slider .slides li{height: 500px !important;}

section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}
.playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}

    .back-rect, .front-rect{display: none;}
    h1.large{font-size: 2.2rem;}


      .height-70 {
    height: 100vh;
}

.sing{margin-bottom: 3rem !important;max-width: 25%;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }


    


}
@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }

    .back-rect, .front-rect{display: none;}
    h1.large{font-size: 2rem;}

    .playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}
    .sing{margin-bottom: 3rem !important;max-width: 40%;}
    section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }

    .block-subscribe:before{right: 1.75rem;}
    .block-subscribe p{font-size: 1.4rem;}



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}

      .height-70 {
    height: 100vh;
}

.block-tracklist .block-content img{
     display: none;
}

.block-title:before{content:none;}
.news-list > li, .news-list li:last-child{margin-bottom: 5rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }

    
}
/*End media queries*/

/* Final BackPew typography cleanup */
.main-nav li {
    font-family: "Cinzel", Georgia, serif;
    font-weight: 700;
}

.block-title h1,
.about h1,
.discography h1,
.tour h1,
.gallery h1,
.contact h1,
.news h1,
.divider h1 {
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .05em;
}

.lead,
p,
span,
li,
small,
input,
textarea,
button {
    font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* BackPew music showcase */
.backpew-player-shell {
    display: grid;
    grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(145deg, rgba(17, 17, 17, .96), rgba(8, 8, 8, .98));
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.backpew-player-shell-single {
    margin-bottom: 1rem;
}

.player-cover-wrap {
    position: relative;
}

.player-cover-wrap:after {
    content: "";
    position: absolute;
    inset: auto 8% -3% 8%;
    height: 1.4rem;
    background: rgba(0, 0, 0, .45);
    filter: blur(22px);
    z-index: 0;
}

.player-cover-art {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(199, 154, 73, .22);
}

.player-meta h2 {
    margin-bottom: .75rem;
    color: #f5ecdd;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: .04em;
}

.player-kicker {
    color: var(--backpew-gold);
    display: inline-block;
    margin-bottom: .9rem;
    font-size: .8rem;
    letter-spacing: .18em;
}

.player-subtitle {
    margin-bottom: 1.2rem;
    color: #e4d4bb;
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.player-description {
    max-width: 42rem;
    margin-bottom: 1.5rem;
    color: #cabda8;
}

.player-controls-row {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-bottom: 1.35rem;
}

.player-controls-row .btn {
    min-width: 11rem;
}

.player-progress-row {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    color: #f3ebde;
}

.player-progress-row input[type="range"] {
    width: 100%;
    accent-color: var(--backpew-gold);
}

.player-protection-note {
    padding: 1rem 1.2rem;
    border: 1px solid var(--backpew-line);
    background: rgba(199, 154, 73, .07);
    color: #ddcfb7;
}

.track-library {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.track-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(180deg, rgba(17, 17, 17, .94), rgba(9, 9, 9, .98));
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.track-card.active {
    border-color: rgba(199, 154, 73, .65);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .24);
    transform: translateY(-3px);
}

.track-card-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.track-card-body {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding: 1.2rem;
    height: 100%;
}

.track-card-duration {
    color: var(--backpew-gold);
    font-size: .8rem;
    letter-spacing: .15em;
}

.track-card h3 {
    margin-bottom: 0;
    color: #f3ebde;
    font-size: 1.1rem;
    line-height: 1.25;
}

.track-card p {
    margin-bottom: 0;
    color: #c9baa1;
    min-height: 2.8rem;
}

.track-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: auto;
}

.track-card-actions .btn {
    flex: 1 1 11rem;
}

.visual-support-panel {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--backpew-line);
    background: var(--backpew-panel);
}

.visual-support-panel h4 {
    color: #f3ebde;
}

.download-request-form {
    padding: 2rem;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(180deg, rgba(16, 16, 16, .98), rgba(9, 9, 9, .98));
}

.request-label {
    display: inline-block;
    margin-bottom: .55rem;
    color: #e8d9be;
    font-size: .8rem;
    letter-spacing: .15em;
}

.download-request-form input,
.download-request-form textarea {
    width: 100%;
    margin-bottom: 1.1rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(199, 154, 73, .28);
    background: rgba(255, 255, 255, .02);
    color: #f5ecdd;
}

.download-request-form input:focus,
.download-request-form textarea:focus {
    outline: none;
    border-color: rgba(199, 154, 73, .6);
}

.request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.request-form-note {
    flex: 1 1 18rem;
    color: #c7b89f;
    font-size: .95rem;
}

.request-status {
    display: none;
    margin-top: 1rem;
    padding: .95rem 1rem;
    border: 1px solid var(--backpew-line);
    background: rgba(199, 154, 73, .08);
    color: #f5ecdd;
}

.request-status.is-active {
    display: block;
    white-space: pre-line;
}

img,
video,
audio {
    -webkit-user-drag: none;
}

@media all and (max-width: 1199px) {
    .track-library {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 991px) {
    .backpew-player-shell {
        grid-template-columns: 1fr;
    }

    .player-cover-wrap {
        max-width: 28rem;
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    .backpew-player-shell,
    .download-request-form {
        padding: 1.35rem;
    }

    .player-meta h2 {
        font-size: 1.7rem;
    }

    .player-progress-row {
        grid-template-columns: 3rem minmax(0, 1fr) 3rem;
        gap: .6rem;
    }

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

    .track-card p {
        min-height: 0;
    }
}

/* BackPew platform rebuild */
.page-hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
}

.home-hero {
    min-height: 100vh;
}

.page-hero .hero-content {
    position: relative;
    z-index: 2;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.page-hero .hero-content .row {
    justify-content: center;
}

.page-hero .hero-content [class*="col-"] {
    margin-left: auto;
    margin-right: auto;
}

.page-hero:not(.home-hero) .hero-content {
    text-align: center;
}

.platform-hero-copy {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.platform-hero-copy h1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.24;
    font-size: clamp(2.1rem, 3.5vw, 3.45rem);
    letter-spacing: .035em;
    text-align: center;
}

.home-hero .hero-content {
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 3rem;
}

.home-hero-copy {
    max-width: 58rem;
    margin: 0 auto;
}

.home-hero-headline,
.home-hero-copy h1 {
    max-width: 17ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.22;
    font-size: clamp(2.35rem, 4.15vw, 3.85rem);
    letter-spacing: .035em;
    text-align: center;
}

.home-hero-copy h5 {
    max-width: 46rem;
    margin: 1.35rem auto 0;
    color: #eadfcc;
    line-height: 1.82;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Manrope', sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    text-align: center;
}

.home-hero-copy .hero-brand-art-round {
    width: clamp(7.5rem, 9vw, 9rem);
    max-width: 9rem;
    max-height: none;
    margin-bottom: .85rem;
}

.hero-lead {
    max-width: 40rem;
    margin: 1.55rem auto 0;
    color: #eadfcc;
    font-size: 1rem;
    line-height: 1.88;
    text-align: center;
}

.page-hero:not(.home-hero) .hero-lead {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.page-hero:not(.home-hero) .hero-tag {
    margin-bottom: 1rem;
}

.main-menu li a.current {
    color: var(--backpew-gold);
}

.intro-section .block-title h1,
.final-cta h1,
.workflow-section .block-title h1,
.filter-section .block-title h1 {
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.24;
    text-align: center;
}

.intro-section .block-title h1,
.about.main .block-title h1,
.main .block-title h1 {
    max-width: 28ch;
    font-size: clamp(1.75rem, 2.55vw, 2.55rem);
    line-height: 1.38;
    letter-spacing: .03em;
    text-align: center;
}

.block-content .section-kicker {
    margin-bottom: 1.1rem;
    display: block;
    text-align: center;
}

.block-content .block-title {
    margin-bottom: 1.35rem;
    text-align: center;
}

.block-content .section-copy,
.block-content .lead {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.82;
    text-align: center;
}

.platform-card,
.step-card {
    height: 100%;
    padding: 1.65rem;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(180deg, rgba(17, 17, 17, .94), rgba(8, 8, 8, .98));
}

.platform-card h3,
.step-card h3 {
    margin-bottom: .85rem;
    color: #f5ecdd;
}

.platform-card p,
.step-card p {
    margin-bottom: 0;
    color: #cabda8;
}

.compact-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 11rem;
}

.compact-card p {
    font-size: 1rem;
}

.submission-tier-card.is-active-tier {
    border-color: rgba(199, 154, 73, .6);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .2);
}

.tier-list {
    margin-top: 1rem;
}

.tier-disclaimer {
    margin: 1.5rem 0 0;
    color: #cabda8;
    text-align: center;
}

.audience-grid > div,
.workflow-section .row > div {
    margin-bottom: 1.5rem;
}

.step-card {
    position: relative;
    padding-top: 4.25rem;
}

.step-number {
    position: absolute;
    top: 1.25rem;
    left: 1.35rem;
    color: var(--backpew-gold);
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    line-height: 1;
}

.standards-band .foundation-panel {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(199, 154, 73, .28);
    background: rgba(8, 8, 8, .74);
}

.foundation-panel h2 {
    margin-bottom: 1.25rem;
    color: #f5ecdd;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.foundation-panel p,
.foundation-panel li {
    color: #e1d5c2;
}

.standards-list {
    margin: 0;
    padding-left: 1.25rem;
}

.standards-list li + li {
    margin-top: .75rem;
}

.music-preview-grid,
.featured-song-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.music-preview-card,
.featured-song-card {
    height: 100%;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(180deg, rgba(16, 16, 16, .96), rgba(8, 8, 8, .98));
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.music-preview-card.is-active-track,
.featured-song-card.is-active-track,
.song-listing.is-active-track {
    border-color: rgba(199, 154, 73, .65);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .24);
    transform: translateY(-3px);
}

.music-preview-cover img,
.featured-song-cover img,
.song-listing-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.music-preview-body,
.featured-song-body {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding: 1.25rem;
}

.music-preview-meta,
.featured-song-meta,
.song-listing-style,
.song-listing-label {
    color: var(--backpew-gold);
    font-size: .82rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.music-preview-card h3,
.featured-song-card h3 {
    margin-bottom: 0;
    color: #f5ecdd;
    font-size: 1.2rem;
}

.music-preview-card p,
.featured-song-card p {
    margin-bottom: 0;
    color: #cabda8;
}

.music-preview-actions,
.featured-song-actions,
.song-listing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: auto;
}

.music-preview-actions .btn,
.featured-song-actions .btn {
    flex: 1 1 10rem;
}

.music-filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
}

.music-filter {
    padding: .8rem 1.1rem;
    border: 1px solid rgba(199, 154, 73, .26);
    background: rgba(8, 8, 8, .9);
    color: #f1e7d8;
    font-size: .82rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.45;
    text-align: center;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.music-filter:hover,
.music-filter.is-active {
    border-color: rgba(199, 154, 73, .6);
    background: rgba(199, 154, 73, .12);
    color: var(--backpew-gold);
}

.song-listings {
    display: grid;
    gap: 1.35rem;
}

.song-listing {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    padding: 1.25rem;
    border: 1px solid var(--backpew-line);
    background: linear-gradient(180deg, rgba(16, 16, 16, .96), rgba(8, 8, 8, .98));
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.song-listing-copy {
    display: flex;
    flex-direction: column;
}

.song-listing-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .65rem;
}

.song-listing h3 {
    margin-bottom: .3rem;
    color: #f5ecdd;
}

.song-listing-description {
    margin-bottom: 1rem;
    color: #cabda8;
}

.song-listing-tags,
.player-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 1rem;
}

.song-listing-tags span,
.player-tags span {
    padding: .35rem .65rem;
    border: 1px solid rgba(199, 154, 73, .2);
    background: rgba(199, 154, 73, .08);
    color: #e6d8bf;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.45;
    text-align: center;
}

.song-listing-actions .btn {
    flex: 1 1 12rem;
}

.song-listing-empty {
    padding: 1.5rem;
    border: 1px solid var(--backpew-line);
    background: rgba(10, 10, 10, .95);
    color: #f5ecdd;
    text-align: center;
}

.backpew-form select,
.backpew-form input,
.backpew-form textarea {
    width: 100%;
    margin-bottom: 1.1rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(199, 154, 73, .28);
    background: rgba(255, 255, 255, .02);
    color: #f5ecdd;
}

.backpew-form select:focus,
.backpew-form input:focus,
.backpew-form textarea:focus {
    outline: none;
    border-color: rgba(199, 154, 73, .6);
}

.backpew-form option {
    color: #111;
}

.agreement-row {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    margin-bottom: 1.35rem;
    color: #e4d7c4;
}

.agreement-row input {
    width: auto;
    margin: .2rem 0 0;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.field-note {
    display: block;
    margin: -.35rem 0 1rem;
    color: #bfae92;
    font-size: .86rem;
    line-height: 1.55;
}

.captcha-wrap {
    margin: .15rem 0 1.15rem;
}

.request-status.is-error {
    border-color: rgba(170, 46, 46, .5);
    background: rgba(170, 46, 46, .12);
    color: #ffd7d7;
}

.request-status.is-success {
    border-color: rgba(199, 154, 73, .48);
    background: rgba(199, 154, 73, .12);
    color: #f5ecdd;
}

.contact-context {
    margin-top: 0;
    margin-bottom: 1rem;
}

.simple-bridge {
    display: flex;
    min-height: 100vh;
    align-items: center;
}

@media all and (max-width: 1199px) {
    .music-preview-grid,
    .featured-song-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 991px) {
    .page-hero {
        min-height: 78vh;
    }

    .platform-hero-copy h1 {
        max-width: 18ch;
        font-size: clamp(2rem, 4.2vw, 3rem);
        line-height: 1.22;
    }

    .home-hero-copy h1 {
        max-width: 19ch;
        font-size: clamp(2.15rem, 4.9vw, 3.35rem);
        line-height: 1.2;
    }

    .song-listing {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 767px) {
    .page-hero .hero-content {
        padding-top: 7.5rem;
        padding-bottom: 3rem;
        text-align: center;
    }

    .music-preview-grid,
    .featured-song-grid {
        grid-template-columns: 1fr;
    }

    .song-listing-head {
        flex-direction: column;
    }

    .song-listing-actions .btn,
    .music-preview-actions .btn,
    .featured-song-actions .btn {
        flex: 1 1 100%;
    }

    .music-filter-row {
        justify-content: flex-start;
    }

    .home-hero-copy h1,
    .platform-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(1.85rem, 6.9vw, 2.65rem);
        line-height: 1.22;
        text-align: center;
    }

    .home-hero-copy h5 {
        max-width: 32rem;
        font-size: .95rem;
        line-height: 1.75;
        text-align: center;
    }

    .home-hero-copy .hero-brand-art-round {
        width: clamp(6.5rem, 26vw, 8.25rem);
        max-width: 8.25rem;
    }

    .hero-lead {
        max-width: 32rem;
        font-size: .93rem;
        line-height: 1.75;
        text-align: center;
    }

    .intro-section .block-title h1,
    .final-cta h1,
    .workflow-section .block-title h1,
    .filter-section .block-title h1 {
        max-width: 100%;
        font-size: clamp(1.6rem, 6.3vw, 2.15rem);
        line-height: 1.3;
        text-align: center;
    }

    .about.main .block-title h1,
    .main .block-title h1 {
        font-size: clamp(1.55rem, 5.9vw, 2rem);
        line-height: 1.34;
        text-align: center;
    }
}
