@font-face {
    font-family: 'josephin';
    src: url('fonts/Josephin.ttf') format('truetype');
}

@font-face {
    font-family: 'plato';
    src: url('fonts/STPlatoSansDisplay-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'funnel';
    src: url('fonts/FunnelDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'mother';
    src: url('fonts/StylishMother.woff2') format('woff2'), url('fonts/StylishMother.woff') format('woff'), url('fonts/StylishMother.ttf') format('truetype');
}

html, body {
    background-color: #f7ede4;
    overflow-x: hidden;
    max-width: 100vw;
}

/* site nav */

.nav-header {
    display: flex;
    flex-direction: row;
    position: absolute;
    max-width: 100vw;
    left: 0;
    top: 0;
    margin: 0 2%; 
}

.nav-logo {
    position: flex;
    flex-direction: column;
    scale: 0.76;
    margin-right: 10vw;
    margin-left: 2vw;
}

.nav-logo-text {
    font-family: 'josephin';
    font-weight: bold;
    text-transform: uppercase;
    color: #c96f3d;
    text-decoration: none;
}

.nav-the {
    font-size: 26px;
    margin-bottom: -48px;
}

.nav-yawpers {
    font-size: 36px;
}

.nav-buttons {
    position: relative;
    top: 30px;
    max-width: 100vw;
}

.nav-about {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    margin-right: 1.2vw;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nav-tour {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    text-transform: uppercase;
    letter-spacing: .1em;  
}

.nav-contact {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    margin-left: 1.2vw;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nav-about:hover {
    color: #e1b658;
}

.nav-tour:hover {
    color: #e1b658;
}

.nav-contact:hover {
    color: #e1b658;
}

.nav-shirts {
    position: absolute;
    top: 90px;
    right: 0;
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    z-index: 1000;
}

.nav-shop {
    position: relative;
    color: #768b9e;
    font-weight: bold;
    border: 1.7px solid rgba(118, 139, 158, 0.9);
    border-radius: 28px 0 0 28px;
    border-right-color: transparent;
    font-size: 14px;
    font-family: 'mother';
    text-decoration: none;
    letter-spacing: .06em;
    padding: 0.2em 1.3em .13em 1.3em;
    background-color: rgba(118, 139, 158, 0.2);
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-right: none;
}

.nav-shop:hover {
    background-color: rgba(118, 139, 158, 0.3);
}

/* .nav-shop { */
    /* display: none;} */

/* About Page */

.about-content {
    margin-top: 170px;
    width: 100vw;
}

.band-image img {
    width: 260px;
    position: absolute;
    margin-left: 43%;
    transform: translateY(-3vw);
    transform: translateX(-1vw);
}

.about-text {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: 180px auto;
    width: 100vw;
    transform: translateY(1vw);
}

.about-text h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #7c7a93;
    letter-spacing: .06em;
}

.about-text p {
    font-family: 'funnel';
    font-size: 18px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: left;
    margin-top: 16px;
}

/* about WHO */

.about-who {
    margin-bottom: 0;
    margin-left: 32%;
    margin-right: 8%;
    margin-top: 0;
    max-width: 940px;
    transform: translateX(-8vw);
}

.about-who h1 {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 30px;
}

.about-who p {
    margin-top: 8px;
    margin-bottom: 30px;
}

/* about WHY */

.about-why {
    background: radial-gradient(rgba(225, 182, 88, 0.5) 0, rgba(225, 182, 88, 0.1) 90%, transparent 99%);
    border-radius: 50%;
    box-shadow: 0px 0px 80px rgba(225, 182, 88, 0.4);
    padding: 60px 90px 120px 100px;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;

}

.about-why h1 {
    margin-bottom: 3%;
    text-align: center;
}

.about-why h2 {
    color: #e1b658;
    font-family: 'plato';
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2%;
    letter-spacing: .1em;
}

.about-why p {
    text-align: right;
    font-weight: bold;
    margin-left: 0;
    margin-right: 19%;
    margin-bottom: 1px;
}
    
/* about DTTW */

.about-dttw {
    margin-bottom: 0;
    margin-left: 32%;
    margin-right: 8%;
    margin-top: 90px;
    max-width: 940px;
    transform: translateX(-8vw);
}

.about-dttw h1 {
    text-align: right;
    margin-top: 36px;
    margin-bottom: 30px;
    margin-right: 15%;
}

.about-dttw p {
    margin-top: 8px;
    margin-bottom: 30px;
}

/* Contact Page */

.contact-text {
    position: absolute;
    top: 32%;
    left: 14vw;
    right: 14vw;
    width: calc(100vw - 28vw);
    max-width: calc(100vw - 28vw);
    box-sizing: border-box;
}

.contact-text h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    color: #7c7a93;
    letter-spacing: .08em;
    margin-bottom: 7vh;
    margin-left: 1vw;
}

.contact-text h2 {
    font-family: 'funnel';
    font-weight: bold;
    font-size: 16px;
    color: #7d9967;
    letter-spacing: .06em;
    line-height: 0;
    text-align: left;
    margin-left: 1vw;
}

.contact-text a {
    font-family: 'funnel';
    font-weight: normal;
    font-size: 16px;
    color: #9eadbb;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: left;
    margin-left: 1vw;
}

.contact-band {
    margin-bottom: 6vh;
}

.contact-management {
    margin-bottom: 6vh;
}

.contact-booking {
    margin-bottom: 6vh;
}

.contact-dttw {
    margin-bottom: 6vh;
}

/* Home Page */

.home-content {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
}

.home-text h1 {
    font-family: 'funnel';
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    letter-spacing: .01em;
    color: #e1b658;
    line-height: 1.02;
    text-shadow: 0.05px 0.05px 20px rgba(247, 237, 228, 0.7);
}

.home-text {
    position: absolute;
    top: 190px;
    max-width: 410px;
    margin-left: 65%;
    transform: translate(-140%, -4vw);
    z-index: 1000;
}

.home-image img {
    position: relative;
    width: 75%;
    max-width: 550px;
    margin-left: 47%;
    margin-top: 237px;
    margin-bottom: 2vw;
    transform: translate(-44%, -7vw);
    z-index: 100;
}

.home-bio-group {
    position: absolute;
    margin-top: -95px;
    left: 39%;
    margin-left: 2%;
    width: 80vw;
    max-width: 80vw;
    background: radial-gradient(rgba(225, 182, 88, 0.5) 0, rgba(225, 182, 88, 0.1) 90%, transparent 99%);
    border-radius: 56%;
    box-shadow: 0px 0px 80px rgba(225, 182, 88, 0.4);
    padding: 100px 8% 160px 10%;
    transform: translate(-40%, -9vw);
    box-sizing: border-box;
}
    
.home-bio-group h2 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    letter-spacing: .06em;
    color: #7c7a93;
    margin-bottom: 2%;
    max-width: 60%;
    margin-left: 28%;
}

.home-bio-group p {
    font-family: 'funnel';
    font-size: 18px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.2;
    text-align: left;
    max-width: 70%;
    margin-left: 28%;
    margin-right: 16%;
}

/* Tour Page */

.tour-content {
    margin-top: 280px;
    width: 86vw;
    margin-left: 7%;
    overflow: hidden;
}

.tour-title {
    margin-bottom: 10px;
}

.tour-title h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

.bandsintown-dates {
    margin: 0 auto;
    padding: 20px 0;
}

.loading {
    font-family: 'funnel';
    font-size: 16px;
    color: #9eadbb;
    text-align: center;
    padding: 40px;
}

.no-events, .error-message {
    font-family: 'funnel';
    font-size: 16px;
    color: #708461;
    text-align: center;
    letter-spacing: .06em;
}

.error-message {
    color: #c96f3d;
}

.event-card {
    display: flex;
    align-items: center;
    background-color: rgba(125, 153, 103, 0.7);
    border: none;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 10px 6px;
    margin-right: 24px;
    background-color: rgba(247, 230, 194, 0.2);
    border-radius: 8px;
}

.event-month {
    font-family: 'plato';
    font-size: 12px;
    font-weight: bold;
    color: rgba(201, 111, 61, 0.9);
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.event-day {
    font-family: 'plato';
    font-size: 28px;
    font-weight: bold;
    color: #c96f3d;
    line-height: 1;
    letter-spacing: .05em;
}

.event-details {
    flex: 1;
    padding-right: 20px;
}

.event-venue {
    font-family: 'plato';
    font-size: 16px;
    font-weight: bold;
    color: #debe7f;
    letter-spacing: .04em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.event-location {
    font-family: 'funnel';
    font-size: 12px;
    color: #708461;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.event-time {
    display: none;
    font-family: 'funnel';
    font-size: 13px;
    color: #9eadbb;
    letter-spacing: .04em;
}

.event-actions {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.ticket-btn {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #7c7a93;
    color: #8fa87b;
}

.ticket-btn:hover {
    background-color: #e1b658;
}

.info-btn {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: rgba(124, 122, 147, 0.05);
    color: #7c7a93;
    border: 2px solid #7c7a93;
    margin-left: 10px;
}

.info-btn:hover {
    background-color: rgba(118, 139, 158, 0.1);
    color: #e1b658;
    border-color: #e1b658;
}

/* press kit page */

.press-content {
    display: flex;
    justify-content: center;
    margin-top: 180px;
    width: 100vw;
    overflow: hidden;
    transition: all 0.1s ease;
}

.press-image img {
    width: 80%;
    max-width: 700px;
    margin-left: 5%;
}

.press-text {
    position: absolute;
    margin-top: 616px;
    width: 60%;
    max-width: 600px;
    transform: translate(-20%, -24%);
    margin-left: 20%;
}

.press-text h1 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
    color: #7d9967;
    letter-spacing: .08em;
}

.press-text h2 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-top: -8px;
    margin-bottom: 6%;
}

.press-text p {
    font-family: funnel;
    font-size: 16px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: left;
}

/* Press Audio Players */

.press-players-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin: 1200px auto 10px auto;
    max-width: 400px;
    padding: 0 8%;
    transform: translateY(-40vw);
}

.player-card {
    flex: 1;
    background-color: rgba(125, 153, 103, 0.7);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.new-material-title h2 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-align: center;
}

.player-title {
    font-family: 'mother';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #ddc494;
    letter-spacing: .08em;
    margin-bottom: 16px;
    text-align: center;
}

.custom-player {
    display: flex;
    align-items: center;
    gap: 12px;
}

.play-btn {
    background-color: transparent;
    border: none;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.play-icon, .pause-icon {
    font-size: 28px;
    color: #c96f3d;
    font-weight: bold;
}

.progress-container {
    flex: 1;
    height: 8px;
    background-color: rgba(247, 230, 194, 0.2);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #7c7a93;
    width: 0%;
    transition: width 0.1s linear;
    border-radius: 4px;
}

.time-display {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'funnel';
    font-size: 11px;
    color: #708461;
    letter-spacing: .04em;
    min-width: 40px;
    flex-shrink: 0;
}

.duration {
    display: none;
}

audio {
    display: none;
}

/* image downloas */

.image-download {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.image-download a {
    font-family: 'funnel';
    font-size: 14px;
    letter-spacing: 0.06em;
    text-decoration: none;
    padding: 10px 20px 11px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #7c7a93;
    color: #b2c1a6;
}

.image-download a:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(124, 122, 147, 0.3);
}

/* shop */

.shop-content {
    margin-top: 180px;
    margin-left: 50px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.shop-title h1 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
    color: #e1b658;
    letter-spacing: .14em;
}

.shop-items-row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 30px;
    padding: 0 140px 0 130px;
    margin-left: -20px;
    width: 100%;
}

.shop-items-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: -60px;
    padding: 0 140px 0 130px;
    margin-left: -45px;
    width: 100%;
}

.shop-item-lp img {
    height: 280px;
    margin-left: 10px;
}

.shop-item-cdsleeve img {
    height: 300px;
    margin-left: -10px;
    margin-top: 10px;
}

.shop-item-wallet img {
    height: 400px;
    margin-right: -60px;
}


.shop-item-row1-text-sleeve {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -30px;
}

.shop-item-row1-text-lp {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 50px;
}

.shop-item-row2-text {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -90px;
    margin-right: 10px;
}

.shop-item-row2-text a {
    text-decoration: underline;
    text-decoration-color: #7c7a93;
}

.shop-item-row2-text p {
    font-family: 'funnel';
    color: #7c7a93;
    font-size: 16px;
    margin-top: -10px;
    justify-content: space-evenly;
    text-decoration-color: #7c7a93;
}

.shop-item-row1-text-sleeve a {
    font-family: 'funnel';
    font-size: 16px;
    margin-top: -10px;
    text-decoration: underline;
    text-decoration-color: #7c7a93;
}

.shop-item-row1-text-lp p {
    font-family: 'funnel';
    color: #7c7a93;
    font-size: 16px;
    margin-top: -10px;
    text-decoration-color: #7c7a93;
}

.shop-item-row1-text-lp a {
    text-decoration-color: #7c7a93;
}

.shop-item-row1-text-sleeve p {
    font-family: 'funnel';
    color: #7c7a93;
    font-size: 16px;
    margin-top: -10px;
    text-decoration-color: #7c7a93;
}

.item-price a {
    text-decoration: none;
}

/* lp page */

.lp-header {
    text-align: left;
}

.lp-header h1 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 34px;
    text-align: left;
    color: #e1b658;
    letter-spacing: .14em;
}

.shop-item-lp {
    position: absolute;
    display: flex;
    flex-direction: row;
    padding: 30px 100px;
    margin-top: 270px;
}

.shop-items-row1 .shop-item-lp,
.shop-items-row1 .shop-item-cdsleeve {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 0;
}

.shop-item-lp h2 {
    font-family: 'funnel';
    font-size: 16px;
    text-align: left;
    color: #7c7a93;
    margin-top: -16px;
}

.tracklist h2 {
    font-size: 16px;
    text-align: left;
    color: #768b9e;
    margin-top: 20px;
}

.lp-detail ul {
    font-family: funnel;
    font-size: 14px;
    color: #768b9e;
    list-style: none;
    text-align: left;
    margin-left: -40px;

}

.lp-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    margin-top: -110px;
    margin-left: 170px;
}

.lp-detail-images {
    display: grid;
    gap: 0;
    margin-top: -97px;
}

.lp-detail-images img {
    margin-bottom: -50px;
    width: 340px;
    height: auto;
}

.img-2 img {
    width: 300px;
    height: auto;
    margin-left: -10px;
    margin-top: -45px;
}

.img-3 img {
    width: 347px;
    height: auto;
    margin-left: -46px;
    margin-top: -50px;;
}

.cd-detail ul {
    font-family: funnel;
    font-size: 14px;
    color: #768b9e;
    list-style: none;
    text-align: left;
    margin-left: -40px;

}

.cd-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    margin-top: -280px;
    margin-left: 150px;
}

.cd-detail-images img {
    margin-bottom: -50px;
    width: 420px;
    height: auto;
}

.cd-img-2 img {
    width: 300px;
    height: auto;
    margin-left: 30px;
    margin-top: -30px;
}

.cd-img-3 img {
    width: 300px;
    height: auto;
    margin-left: 35px;
    margin-top: -90px;;
}

.cd-detail-text {
    display: grid;
    gap: 16px;
    max-width: 400px;
    margin-top: 270px;
    margin-left: 10px;
}

.cd-detail-text p {
    font-family: 'funnel';
    font-size: 11px;
    margin-top: -20px;
    color: #7d9967;
}

.sleeve-detail ul {
    font-family: funnel;
    font-size: 14px;
    color: #768b9e;
    list-style: none;
    text-align: left;
    margin-left: -40px;

}

.sleeve-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    margin-top: -220px;
    margin-left: 180px;
}

.sleeve-detail-images img {
    margin-bottom: -50px;
    width: 380px;
    height: auto;
}

.sleeve-img-2 img {
    width: 300px;
    height: auto;
    margin-left: 30px;
    margin-top: -30px;
}

.sleeve-img-3 img {
    width: 270px;
    height: auto;
    margin-left: 50px;
    margin-top: -40px;
}

.sleeve-detail-text {
    display: grid;
    gap: 16px;
    max-width: 400px;
    margin-top: 230px;
    margin-left: 20px;
}

.sleeve-detail-text p {
    font-family: 'funnel';
    font-size: 11px;
    margin-top: -20px;
    color: #7d9967;
}

.lp-detail-text {
    display: grid;
    gap: 16px;
    max-width: 400px;
    margin-top: 120px;
    margin-left: 70px;
}

.lp-detail-text p {
    font-family: 'funnel';
    font-size: 11px;
    margin-top: -20px;
    color: #7d9967;
}

.add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}

.add-to-cart h2 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 20px;
    color: #7d9967;
    margin-top: 22px;
}

.add-to-cart select {
    font-family: 'funnel';
    font-size: 16px;
    color: #7d9967;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 6px;
    padding: 2px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-cart button {
    font-family: 'funnel';
    font-size: 12px;
    background-color: #7d9967;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 16px;
    border-radius: 6px;
    border: none;
}

.shop-only-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 90px;
    z-index: 200;
}

.nav-cart img {
    width: 56px;
    height: auto;
    transform: translateY(-2px);
}

.nav-cart {
    position: relative;
    margin-right: 0;
}

.return-to-shop a {
    font-family: 'funnel';
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
    color: #768b9e;
}

@media (max-width: 768px) {

    html, body {
        width: 100vw;
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    /* nav */ 

    .nav-header {
        margin-left: 0;
        position: relative;
    }
    
    .nav-logo {
        margin-right: 1%;
        line-height: 28px;
    }

    .nav-buttons {
        top: 28px;
        left: -5px;
    }

    .nav-about {
        margin-right: -20px;
        font-size: 12px;
    }

    .nav-tour {
        font-size: 12px;
    }

    .nav-contact {
        margin-left: -16px;
        font-size: 12px;
    }

    .nav-shirts {
        right: 0;
        margin-right: 0;
        top: 80px;
        width: 150px;
        max-width: 150px;
        padding: 0;
    }

    .nav-shop {
        font-size: 14px;
    }

    /* home page */ 

    .home-text h1 {
        font-size: 30px;
    }

    .home-text {
        margin-left: 11%;
        top: 22%;
        transform: translate(0, 0);
    }

    .home-image img {
        margin-top: 24%;
    }

    .home-bio-group {
        left: 22px;
        transform: translate(0, 0);
        max-width: 100vw;
        padding: 90px 4px 100px 16px;
    }

    .home-bio-group h2 {
        margin-left: 15%;
        font-size: 14px;
        max-width: 62%;

    }
    
    .home-bio-group p {
        margin-left: 15%;
        font-size: 16px;
    }
    
    /* contact page */

    .contact-text {
        left: 8vw;
        right: 8vw;
        width: calc(100vw - 16vw);
        max-width: 100vw;
    }
    
    /* tour page */

    .event-actions {
        flex-direction: column;
        max-width: 60px;
    }

    .ticket-btn {
        margin-bottom: 10px;
        width: 100%;
        padding: 4px 7px 4px 8px;
        font-size: 10px;
        position: relative;
        right: 0px;
        text-align: center;
    }

    .info-btn {
        width: 98%;
        padding: 3px 5px 3px 7px;
        font-size: 10px;
        position: relative;
        top: -5px;
        right: 5px;
        text-align: center;
    }

    .event-details {
        margin-left: -10px;
    }

    /* press page */

    .press-content {
        overflow-x: hidden;
        width: 100vw;
        max-width: 100vw;
        margin-top: 30px;
        margin-right: 4px;
        margin-left: 6px;
    }

    .press-text {
        width: 70%;
        margin-left: 10px;
        transform: translate(0, 0);
        margin-top: 290px;
    }

    .press-text h1 {
        font-size: 18px;
    }

    .press-text h2 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .press-text p {
        font-size: 16px;
    }

    .press-players-container {
        position: relative;
        transform: translateY(-200vw);
        margin-top: 2000px;
        margin-bottom: -700px;
    }

    .new-material-title h2 {
        margin-top: 90px;
    }

    .image-download a {
        margin-top: -40px;
    }

    /* about page */

    .about-content {
        margin-top: 10px;
    }

    .band-image img {
        margin-left: 30%;
    }

    .about-text {
        top: 190px;
    }

    .about-text p {
        line-height: 1.4;
        font-size: 16px;
    }

    .about-who {
        margin-left: 20%;
        margin-right: 6%;
    }

    .about-who h1 {
        margin-bottom: 24px;
    }

    .about-why {
        padding: 50px 50px 80px 60px;
    }

    .about-why h1 {
        text-align: right;
        margin-right: 18%;
    }

    .about-why h2 {
        text-align: right;
        margin-right: 18%;
    }   

    .about-why p {
        margin-right: 18%;
    }

    .about-dttw {
        margin-left: 20%;
        margin-right: 6%;
    }

    .about-dttw h1 {
        margin-bottom: 24px;
        margin-right: 18%;
    }

    .about-dttw p {
        line-height: 1.4;
        font-size: 16px;
    }

    /* shop page */

    .nav-shop {
        font-size: 14px;
    }
    
    .shop-content {
        margin-top: 68px;
    }

    }

    /* cart overlay */

    .cart-overlay {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        align-items: stretch;
        justify-content: flex-end;
        z-index: 5000;
    }

    .cart-overlay-open {
        display: flex;
    }

    .cart-panel {
        width: 340px;
        max-width: 90vw;
        background-color: #f7ede4;
        box-shadow: -4px 0 22px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
    }

    .cart-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 26px;
        background-color: rgba(118, 139, 158, 0.1);
        border-bottom: 1px solid #768b9e;
    }

    .cart-header h2 {
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .08em;
        color: #768b9e;
    }

    .cart-close {
        border: none;
        background: transparent;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
        color: #768b9e;
    }

    .cart-body {
        padding: 30px 18px;
        flex: 1;
        overflow-y: auto;
    }

    .cart-items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .cart-empty {
        font-family: 'funnel';
        font-size: 14px;
        color: #708461;
    }

    .cart-item-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 8px;
        border-radius: 8px;
        background-color: rgba(125, 153, 103, 0.1);
    }

    .cart-item-info {
        display: flex;
        flex-direction: column;
        max-width: 55%;
    }

    .cart-item-name {
        font-family: 'funnel';
        font-size: 14px;
        color: #7c7a93;
    }

    .cart-item-price {
        font-family: 'funnel';
        font-size: 12px;
        color: #9eadbb;
    }

    .cart-item-controls {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    .cart-item-qty-label,
    .cart-item-qty-value {
        font-family: 'funnel';
        font-size: 11px;
        color: #708461;
    }

    .cart-item-line-total {
        font-family: 'funnel';
        font-size: 13px;
        color: #7c7a93;
    }

    .cart-remove-button {
        font-family: 'funnel';
        font-size: 11px;
        border-radius: 6px;
        border: none;
        padding: 3px 8px;
        background-color: #7c7a93;
        color: #f7ede4;
        cursor: pointer;
    }

    .cart-footer {
        padding: 12px 18px 16px 18px;
        background-color: rgba(124, 122, 147, 0.1);
        border-top: 1px solid #7c7a93;
    }

    .cart-total-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .cart-total-row span {
        font-family: 'funnel';
        font-size: 14px;
        color: #7c7a93;
    }

    .cart-total-amount {
        font-weight: bold;
        color: #c96f3d;
    }

    .cart-checkout-button {
        width: 100%;
        border: none;
        border-radius: 8px;
        padding: 8px 14px;
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .08em;
        background-color: #7d9967;
        color: #f7ede4;
        cursor: pointer;
    }

    .cart-checkout-button:hover {
        background-color: #e1b658;
    }

    .cart-count-badge {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #c96f3d;
        color: #f7ede4;
        font-family: 'funnel';
        font-size: 11px;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .cart-count-badge-visible {
        display: flex;
    }

    /* checkout page */

    .checkout-content {
        margin-top: 180px;
        margin-left: 50px;
        padding: 0 70px 60px 60px;
    }

    .checkout-title h1 {
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 28px;
        letter-spacing: .12em;
        color: #7c7a93;
        text-align: left;
        margin-left: 5px;
    }

    .checkout-layout {
        display: flex;
        flex-direction: row;
        gap: 80px;
        margin-top: 30px;
    }

    .checkout-summary {
        flex: 1;
    }

    .checkout-summary h2,
    .checkout-form h2 {
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .08em;
        color: #7c7a93;
        margin-bottom: 12px;
    }

    .checkout-summary h2 {
        margin-left: 5px;
    }

    .checkout-summary-items {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 10px;
        background-color: rgba(125, 153, 103, 0.1);
        max-width: 340px;
    }

    .checkout-summary-subtotal,
    .checkout-summary-shipping {
        display: flex;
        max-width: 340px;
        padding: 0 14px;
        font-family: 'funnel';
    }

    .checkout-summary-total {
        display: flex;
        max-width: 340px;
        font-family: 'funnel';
        padding: 5px;
    }

    .checkout-item-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .checkout-item-name {
        font-family: 'funnel';
        font-size: 14px;
        color: #7c7a93;
    }

    .checkout-item-qty,
    .checkout-item-total {
        font-family: 'funnel';
        font-size: 13px;
        color: #708461;
    }

    .checkout-summary-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        max-width: 355px;
        margin-left: 5px;
    }

    .checkout-summary-total span {
        font-family: 'funnel';
        font-size: 14px;
        color: #7c7a93;
        margin: auto 5px;
    }

    .checkout-total-amount {
        font-weight: bold;
        color: #708461;
    }

    .checkout-empty {
        font-family: 'funnel';
        font-size: 14px;
        color: #c96f3d;
    }

    .checkout-form {
        flex: 0;
    }

    .checkout-form h2 {
        margin-left: 5px;
    }

    .checkout-form form {
        display: flex;
        flex-direction: column;
        gap: 2px;

    }

    .checkout-form label {
        font-family: 'funnel';
        font-size: 13px;
        color: #7c7a93;
    }

    .checkout-form label p {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .checkout-form input,
    .checkout-form textarea {
        font-family: 'funnel';
        font-size: 14px;
        padding: 6px 8px;
        border-radius: 4px;
        border: 1px solid rgb(217, 217, 217);
        background-color: #fcfaf8;
        width: 400px;
    }

    .checkout-form-row-lines {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .checkout-form-row-lines input,
    .checkout-form-row-lines select {
        width: 100px;
    }

    .checkout-form-row-lines select {
        appearance: base-select;
        width: 100px;
        font-family: 'funnel';
        font-size: 12px;
        padding: 7.5px 8px;
        border-radius: 4px;
        border: 1px solid rgb(217, 217, 217);
        background-color: #fcfaf8;
    }

    .checkout-form-row-lines select option {
        font-family: 'funnel';
        font-size: 14px;
        color: #7c7a93;
    }

    .checkout-form-row-lines option:hover {
        background-color: rgba(125, 153, 103, 0.1);
        color: #7c7a93;
    }

    .checkout-form-row-lines option:checked {
        background-color: rgba(125, 153, 103, 0.4);
        color: #7c7a93;
    }

    .checkout-payment-note {
        font-family: 'funnel';
        font-size: 12px;
        color: #9eadbb;
        margin-left: 5px;
    }

    .checkout-payment-button {
        margin-left: 5px;
        align-self: flex-start;
        border-radius: 8px;
        border: none;
        padding: 8px 16px;
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .08em;
        background-color: #7d9967;
        color: #f7ede4;
        cursor: pointer;
    }

    .checkout-payment-button:hover {
        background-color: #e1b658;
    }
    
    .checkout-payment-button.processing {
        background-color: #e1b658;
        color: #f7ede4;
        cursor: not-allowed;
        opacity: 0.8;
    }
    
    .checkout-payment-button.processing:hover {
        background-color: #e1b658;
    }
    
    .checkout-summary-subtotal,
    .checkout-summary-shipping {
        display: flex;
        justify-content: space-between;
        margin: 8px 0;
        font-size: 14px;
        color: #7c7a93;
    }
    
    .checkout-summary-total {
        display: flex;
        justify-content: space-between;
        margin: 12px 0 0 0;
        padding-top: 12px;
        border-top: 1px solid #c7bfb3;
        font-weight: bold;
        font-size: 16px;
        color: #42423f;
    }
    
    .thank-you-content {
        padding: 100px 200px;
        margin-top: 300px;
    }
    
    .thank-you-content h1 {
        font-family: 'plato';
        text-transform: uppercase;
        font-size: 20px;
        text-align: left;
        color: #7c7a93;
        letter-spacing: .06em;
    }
    
    .thank-you-content p {
        font-family: 'funnel';
        font-size: 16px;
        color: #708461;
        letter-spacing: .06em;
        line-height: 1;
        text-align: left;
    }
@media (max-width: 768px) {
    /* ==================== */
    /* GLOBAL MOBILE STYLES */
    /* ==================== */
    
    .shop-only-nav {
        padding: 20px;
        gap: 10px;
        margin-top: 30px;
    }
    
    .return-to-shop a {
        font-size: 9px;
    }
    
    .nav-cart img {
        width: 25px;
        height: 25px;
    }
    
    /* ==================== */
    /* SHOP.HTML MOBILE */
    /* ==================== */
    
    .shop-content {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .shop-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .shop-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .shop-item {
        padding: 20px;
        text-align: center;
    }
    
    .shop-item-image {
        width: 100%;
        max-width: 300px;
        height: 300px;
        object-fit: cover;
        margin: 0 auto 15px auto;
        border-radius: 8px;
    }
    
    .shop-item-title {
        font-size: 16px;
        margin-bottom: 10px;
        min-height: 40px;
    }
    
    .shop-item-price {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .shop-item-button {
        font-size: 12px;
        padding: 8px 16px;
        min-height: 36px;
    }
    
    /* ==================== */
    /* CHECKOUT.HTML MOBILE */
    /* ==================== */
    
    .checkout-content {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .checkout-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .checkout-layout {
        flex-direction: column;
        gap: 20px;
    }
    
    .checkout-summary {
        max-width: 100%;
        order: 2;
    }
    
    .checkout-summary h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .checkout-summary-items {
        margin-bottom: 15px;
    }
    
    .checkout-item-row {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .checkout-item-name {
        font-size: 14px;
    }
    
    .checkout-item-qty {
        font-size: 12px;
    }
    
    .checkout-item-total {
        font-size: 14px;
        font-weight: bold;
    }
    
    .checkout-summary-subtotal,
    .checkout-summary-shipping {
        max-width: 100%;
        padding: 0 10px;
        font-size: 14px;
        margin: 6px 0;
    }
    
    .checkout-summary-total {
        max-width: 100%;
        padding: 8px 10px;
        font-size: 16px;
        margin-top: 10px;
    }
    
    .checkout-form {
        max-width: 100%;
        order: 1;
    }
    
    .checkout-form h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .checkout-form label p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .checkout-form input,
    .checkout-form select {
        padding: 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .checkout-form-row-lines {
        flex-direction: column;
        gap: 0;
    }
    
    .checkout-payment-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        margin-top: 15px;
    }
    
    /* Square payment form mobile */
    #square-payment-form {
        margin-top: 15px;
    }
    
    /* ==================== */
    /* THANK-YOU.HTML MOBILE */
    /* ==================== */
    
    .thank-you-content {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .thank-you-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .thank-you-content p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    /* ==================== */
    /* CART MOBILE STYLES */
    /* ==================== */
    
    .cart-content {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .cart-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .cart-layout {
        flex-direction: column;
        gap: 20px;
    }
    
    .cart-items {
        max-width: 100%;
        order: 1;
    }
    
    .cart-item {
        padding: 15px;
        margin-bottom: 15px;
        flex-direction: column;
        gap: 10px;
    }
    
    .cart-item-image {
        width: 80px;
        height: 80px;
    }
    
    .cart-item-details {
        flex: 1;
        min-width: 0;
    }
    
    .cart-item-name {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .cart-item-price {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .cart-item-quantity {
        font-size: 12px;
    }
    
    .cart-summary {
        max-width: 100%;
        order: 2;
    }
    
    .cart-summary h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .cart-total-row {
        font-size: 16px;
        margin: 10px 0;
    }
    
    .cart-checkout-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        margin-top: 15px;
    }
    
    .cart-empty {
        font-size: 16px;
        padding: 40px 20px;
    }
    
    /* ==================== */
    /* MOBILE CART BADGE */
    /* ==================== */
    
    .cart-count-badge {
        top: -8px;
        right: -8px;
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }
    
    /* ==================== */
    /* MOBILE RESPONSIVE IMAGES */
    /* ==================== */
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* ==================== */
    /* MOBILE TYPOGRAPHY ADJUSTMENTS */
    /* ==================== */
    
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    p {
        font-size: 14px;
        line-height: 1.4;
    }

    /* ========================= */
    /* MOBILE FIXES FOR SHOP PAGE */
    /* ========================= */

    /* Overall shop wrapper */
    .shop-content {
        margin-top: 110px;
        margin-left: 0;
        padding: 0 16px 40px 16px;
        align-items: stretch;
        width: 100%;
        box-sizing: border-box;
    }

    .shop-title h1 {
        font-size: 30px;
        letter-spacing: .12em;
        margin-bottom: 24px;
    }

    /* Stack rows into a single column */
    .shop-items-row1,
    .shop-items-row2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    /* Each item as its own block */
    .shop-item-lp,
    .shop-item-cdsleeve,
    .shop-item-wallet {
        position: static; /* kill any absolute weirdness */
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 28px 0;
        padding: 0;
        width: 100%;
    }

    /* Fix stretched/giant images */
    .shop-item-lp img,
    .shop-item-cdsleeve img,
    .shop-item-wallet img {
        width: 80%;
        max-width: 260px;
        height: auto;        /* override tall fixed heights */
        margin: 0 auto 10px auto;
    }

    /* Reset the aggressive desktop margins */
    .shop-item-row1-text-lp,
    .shop-item-row1-text-sleeve,
    .shop-item-row2-text {
        margin: 6px 0 0 0;
        text-align: center;
    }

    .shop-item-row1-text-lp p,
    .shop-item-row1-text-sleeve p,
    .shop-item-row2-text p {
        margin-top: 0;
        font-size: 15px;
        line-height: 1.3;
    }

    .shop-item-row2-text {
        margin-right: 0;
    }

    /* Price text – keep consistent with rest of site */
    .item-price a p {
        font-family: 'funnel';
        font-size: 15px;
        color: #7c7a93;
        margin-top: 4px;
    }

    /* Cart icon + shop-only nav spacing on mobile */
    .shop-only-nav {
        top: 60px;
        padding-right: 16px;
        justify-content: flex-end;
        gap: 16px;
    }

    .nav-cart img {
        width: 40px;
        height: auto;
        transform: translateY(0);
    }

        /* ==================== */
    /* SHOP-ITEM-* PAGES MOBILE */
    /* ==================== */
    
    .add-to-cart {
        gap: 5px;
    }

    .add-to-cart h2 {
        font-size: 18px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

    .add-to-cart select {
        font-size: 12px;
        margin-left: -20px;
    }

    .add-to-cart button {
        padding: 3px 10px;
    }

    .shop-item-lp {
        padding: 10px;
    }

    .lp-detail {
        gap: 0;
        margin-left: 0;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: -40px;
    }

    .sleeve-detail {
        gap: 0;
        margin-left: 0;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: -150px;
    }

    .cd-detail {
        gap: 0;
        margin-left: 0;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: -150px;
    }

    .lp-detail-images {
        margin-top: 290px;
    }

    .sleeve-detail-images {
        margin-top: 370px;
    }

    .cd-detail-images {
        margin-top: 370px;
    }

    .lp-detail-images img {
        width: 110px;
        margin-left: -3px;
    }
    

    .sleeve-detail-images img {
        margin-left: -12px;
        width: 120px;
    }

    .cd-detail-images img {
        margin-left: -20px;
        width: 140px;
    }

    .img-3 img {
        width: 110px;
        margin-left: -18px;
        margin-top: -30px;
    }

    .sleeve-img-3 img {
        width: 86px;
        margin-left: 1px;
        margin-top: -30px;
    }

    .cd-img-3 img {
        width: 100px;
        margin-left: -10px;
        margin-top: -40px;
    }

    .sleeve-img-2 img {
        width: 100px;
        margin-left: -5px;
        margin-top: -26px;
    }

    .img-2 img {
        width: 100px;
        margin-left: -11px;
        margin-top: -30px;
    }

    .cd-img-2 img {
        width: 100px;
        margin-left: -10px;
        margin-top: -30px;
    }

    .lp-detail-text, .sleeve-detail-text {
        margin-left: 30px;
        gap: 0;
    }

    .cd-detail-text {
        margin-left: 10px;
        gap: 0;
    }

    .lp-detail-text h2 {
        margin-right: 30px;
    }

    .sleeve-detail-text h2 {
        margin-right: 30px;
    }

    .cd-detail-text h2 {
        margin-right: 30px;
    }

    .lp-header h1 {
        padding-right: 70px;
    }

    .checkout-layout {
        flex-direction: column-reverse;
        margin-right: 40px;
    }

    .checkout-form input,
    .checkout-form textarea {
        width: 92%;
    }

    .checkout-form form {
        gap: 0;
    }

    .thank-you-content h1 {
        padding: 20px 60px;
    }

    .thank-you-content p {
        padding: 0 60px;
    }
   
}
