html, body {
    isolation: isolate;
  }
  #banner {
    width: 104%;
    height: auto;
}
#banner .extra-button {
    background: #222223;
    color: #eee;
    border: 2px solid #222223;
    position: relative;
    top: -10rem;
    padding: 0.75rem 2.74rem !important;
    font-size: 1.65rem !important;
    transform-origin: 0% 50%;
    transform: translateX(-50%); 
    left: calc(50vw);
}

img {
    pointer-events: none;
}
.artist-promo {
    width: calc(100vw - 10rem);
    margin: 1rem auto 2rem auto;
    text-align: center;
    max-width: 1200px;
    font-size: 1.15rem;
    background-color: #eee;
}
.artist-promo a {
    padding: 0.15rem 0.25rem;
}
.artist-promo a:hover {
    border-bottom: 1px solid #222223;
    scale: 1.05;
    transition: transform 0.2s ease-in-out;
}
/* .artist-promo a:active {
    scale: 0.98;
} */
.artist-promo-name {
    transition: scale 0.15s ease-out;
    display: inline-block;
    margin: 0.65rem 1.5rem;
    cursor: default;
}
.artist-promo-name, .lightbox-close, .telegram-btn {
    transform-origin: center center;
}
.prev:hover {
    scale: 0.75;
}
.next:hover {
    scale: 0.75;
}
.prev:active {
    left: .5rem !important;
}
.next:active {
    right: .5rem !important;
}
.text-instagram a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
#dateloc {
    width: max-content;
    text-align: center;
    left: calc(50vw);
    position: relative;
    transform: translateX(-50%);
    margin-top: -1.5rem;
    margin-bottom: 7rem;
}
#dateloc h3 {
    font-size: 2.8rem;
    margin-bottom: -4.5rem;
}
#more-cta-button {
    width: fit-content;
    transition: transform 0.3s ease-in-out;
}
.artist-promo-name:hover, .lightbox-close:hover, .telegram-btn:hover, #more-cta-button:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}
/* .artist-promo-name:active, */ .lightbox-close:active, .telegram-btn:active, #more-cta-button:active {
    transform: scale(0.98);
}
.flex-container {
    display: flex;
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    width: calc(100% + 10px);
}
.extra-block h3, .extra-block ul {
    margin-bottom: 2rem;
    margin-left: 0.32rem;
}
.extra-block .extra-button {
    margin-left: 0.5rem;
}

.extra-blocks {
    text-align: left;
    position: relative;
    margin: auto;
    width: min(calc(1200px - 2rem), calc(100vw - 8rem));
}
#rotating-img {
    transition: transform 0.1s linear;
    will-change: transform;
}

.extra-block {
    width: min(20rem, calc((100vw - 15rem) / 2));
    display: inline-block;
    text-align: left;
    margin: 0 calc(15vw - 8rem) 1rem 0rem;
    vertical-align: top;
}
.grid-container {
    display: grid;

    width: min(1200px, calc(100% - 8rem));
    margin: auto;

    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.grid-item:nth-of-type(n+24) {
    display: none;
}
.grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    padding-top: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}
video {
    background-color: #ffffff00;
}
.grid-item:hover {
    transform: scale(1.02);
    z-index: 98;
    transition: transform 0.2s ease-in-out;
}
.grid-item:active {
    transform: scale(0.98);
    z-index: 98;
}
.grid-item img, .grid-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox {
    display: none;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    z-index: 999999999999999;
    padding-top: 3.25rem;
}
.lightbox-content {
    max-width: 760px;
    max-height: calc(100vh - 6.5rem);
    width: min(85vw, 65vh);
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    color: #222223;
    cursor: default;
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
    margin-top: 1.5rem;
    height: min-content;
}
.lightbox-timestamp {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.lightbox-content > div:not(.carousel, .lightbox-close) {
    display: inline-block;
    width: calc(100% - 1rem) !important;
    margin-left: 1rem;
    vertical-align: top;
    font-size: 0.95rem;
}
.lightbox img:not(.carousel-images img), .lightbox video:not(.carousel-images video) {
    width: 100%;
    height: auto;
    margin-bottom: -0.25rem;
}
.lightbox-caption {
    margin-top: 1rem;
    max-width: calc(100% - 2rem);
}
.lightbox-close {
    position: fixed;
    top: 5.55rem;
    right: calc((100vw - min(85vw, min(65vh, 760px))) / 2 + 10px + 0.75rem) !important;
    font-size: 30px;
    color: #eee;
    padding: 0px 0;
    width: 2.4rem;
    height: 3rem;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    padding: 0.25rem 0.125rem 0 0.125rem;
}
.ig-header p {
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 0.75rem;
    top: -0.5rem;
    margin-top: 0.5rem;
    position: relative;
    margin-bottom: -1rem;
}
.text-instagram > a, .ig-header {
    width: max-content;
    padding-right: 1rem;
    display: block;
    text-decoration: none;
}
.ig-header img {
    height: 2.25rem !important;
    margin-top: 0.5rem;
    width: auto !important;
    border: 1px solid #222223;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25rem;
    border-radius: 50%;
}
/* max(calc(7.5vw + 1.5rem + 10px), min(85vw, 65vh)) !important */
.text-instagram {
    width: calc(100% - 2rem) !important;
}
.carousel {
    width: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4.01 / 5;
}

.carousel-images {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.carousel-item {
    display: none;
}
#banner .btn  {
    height: 2rem;
    font-size: 32px !important;
    padding: 0.0rem 0.75rem 0.35rem 0.75rem !important;
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px) !important;

}
#banner .btn img {
    position: relative;
    top: 0.25rem;   
    margin-left: 0.5rem;
    width: auto;
    height: 1.5rem;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00000000;
    color: #eee;
    padding: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    z-index: 99;
    height: 4.4rem;
    scale: 0.65;
    transform-origin: 50% 0%;
    width: auto;
    padding: 0 0.125rem 0.25rem 0.125rem;
    transition: scale 0.15s ease, width 0.2s ease-in-out, height 0.2s ease-in-out, right 0.2s ease-in-out, left 0.2s ease-in-out;
}

.carousel-btn.prev {
    left: 0rem;
}

.carousel-btn.next {
    right: 0rem;
}

.separator-container {
    width: calc(100vw - 10px);
    position: relative;
    min-height: 4rem;
    z-index: 99;
    margin-top: -5rem;
}
#img-left, #img-middle, #img-right {
    display: inline-block;
    position: absolute;
}
#img-left, #img-right {
    width: 23.5rem;
    transition: width 0.3s ease-in-out;
}
#img-left {
    left: -5.5rem;
}
#img-middle {
    transition: height 0.3s ease-in-out, transform 0.1s linear;
    height: 5rem;
    margin-left: 50vw;
    transform: translateX(-50%) rotate(90deg);
    will-change: transform;
    transform-origin: center center;
    left: -2.25rem;
}
#img-right {
    right: -5.5rem;
    transform: rotate(-180deg);
}


.carousel-btn img {
    width: 1.4rem;

    
    filter: invert(1) brightness(2);
    mix-blend-mode: difference;
}

.carousel-btn.prev img {
    transform: rotate(180deg);
}
.carousel-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-cta {
    margin-bottom: 4.25rem;
    left: 0.125rem;
    position: relative;
}
#ig-cta, #telegram-cta-button {
    width: min-content;
    margin-bottom: 6rem;
    position: relative;
}
.lightbox-close img {
    width: 1rem;
    height: auto;
    display: block;
}
#ig-cta a, #telegram-cta-button a {
    margin-left: calc(50vw);
    transform: translateX(-50%);
    transform-origin: 0% 50%;
    z-index: 9;
}
.program-cta a {
    margin-left: calc(50vw);
    transform: translateX(-50%);
    transform-origin: 0% 50%;
}
#telegram-cta {
    position: relative;
    background: #222223;
    padding: 4rem 0;
}
.telegram-inner {
    width: min(1200px, calc(100vw - 8rem));
    margin: auto;

    display: grid;
    grid-template-columns: auto 1fr;

    align-items: end;
}
.telegram-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 2rem;

    text-align: center;
}
.telegram-text {
    width: 420px;
    max-width: 100%;
}
.telegram-btn {
    justify-self: start;
    position: absolute;

    left: calc(66% - 109px);
}
.telegram-btn img {
    position: relative;
    top: 0.05rem;
    left: 0;
    margin-left: 0.25rem;
}
.telegram-bg {
    position: absolute;
    right: min(calc(66vw - 1080px + 0rem), -2rem);
    top: -9.5rem;
    width: 1080px;
    height: auto;
    filter: invert(1) brightness(2);
    mix-blend-mode: difference;
    pointer-events: none;
}
#telegram-cta-button {    
    margin-bottom: -4rem;
    bottom: 7rem;
    position: relative;
    z-index: 99;
    width: 100%;
    transform-origin: 75% -4rem;
}
#telegram-cta-button a {
    font-size: 1.25rem;
    right: max(2rem, 10vw);
    transform: initial;
    transform-origin: initial;
    margin-top: -100%;
    margin-top: -5.85rem;
    left: 10%;
    position: relative;
}
#telegram-cta svg {
    height: 1.25rem;
    width: auto;
}
#telegram-cta h3 {
    margin-bottom: 4rem;
    transition: font-size 0.3s ease-in-out;
    margin-top: 2rem;
}
#telegram-cta-container{
    position: relative;
}
.white-backdrop {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    background: #eee;
    z-index: -1;
    mix-blend-mode: normal;
    width: 64rem;
    height: 32rem;
}
.tele-img {
    height: 100%;
}
.tele-img img {
    position: absolute;
    top: -3.125rem;
    right: calc(20vw - 24rem);
    transition: right 0.1s;
    width: 35rem;
    filter: invert(1) brightness(2);
    z-index: 1;
}
#scrolling-image-1 {
    position: fixed;
    bottom: -120rem; /* Initially hidden below the viewport */
    transform: translateX(-50%);    
    width: 16rem;
    z-index: 98;
    pointer-events: none;
    right: calc(-21rem + 15%);
}
#more-cta {
    width: 100%;
    background: #eeeeee;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    gap: 2.5rem;
    position: relative;
    margin-top: 5.3rem;
    padding: 6rem 2rem 2.5rem;
}

.more-cta-inner {
    display: flex;
    align-items: center;
    gap: 4rem;

    max-width: 900px;
    width: 100%;
}
.more-cta-illustration {    
    width: 600px;
    opacity: 0.9;
    height: auto;
    position: absolute;
    top: -6rem;
    left: calc(50% - 3rem);
    transform: translateX(-50%);
}

.more-cta-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.more-cta-text {
    width: 420px;
    height: auto;
}
.playlist-buttons .btn img {
    position: relative;
    top: 0.05rem;
    margin-left: 0.25rem;
}
.more-cta-btn {
    margin-top: 0.5rem;
}
#scrolling-image-1 img {
    width: 100%;
    height: auto;
}
#extra-program-container {
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 99;
    min-height: 16rem;
}
.program-cta a {
    background: #fff;
    color: #222223;
    border: 2px solid #222223;
    word-spacing: -0.125rem;
    min-width: max-content;
}

#telegram-cta-button .bounce {    
    transform-origin: 65% 0rem;
}    
#logo-mask {
    pointer-events: none;
}
#merch {
    margin: -2.3rem auto 4rem auto;
}
#merch video {
    width: 100%;
    height: auto;
}
#merch .instagram-btn img, #more-cta .btn img {
    position: relative;
    top: 0.1rem;
}

#more-cta .btn img {
    margin-left: 0.5rem;
}
#merch .instagram-btn {
    margin-left: 50vw;
    transform: translateX(-50%);
    transition: scale 0.15s ease-in-out;
    transform-origin: 0% 50%;
    padding: 0.1rem 0.55rem 0.3rem 0.55rem;
}
#merch .instagram-btn:hover {
    scale: 1.05;
}
#merch .instagram-btn:active {
    scale: 0.97;
}
.cta-headline {
    font-family: 'Bastardo', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.cta-headline span {
    font-family: 'Perfora', serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.telegram-headline {
    font-family: 'Bastardo', serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    line-height: 1.05;
}

.telegram-headline span {
    font-family: 'Perfora', serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.telegram-headline .info-word {
    font-size: 1.2em;
}

#merch .img-container {
    display: flex;
    width: 100%;
    gap: 0;
    text-align: center;
    max-width: min(calc(1200px), calc(100% - 8rem));
    justify-content: center;
    margin: 0 auto 2rem auto;
}

.merch-item {
    width: calc(20% - 0rem);
    aspect-ratio: 4 / 5;
    margin: 0 0rem;
    position: relative;
    overflow: hidden;
}
.merch-placeholder {
    z-index: 1;
}

.merch-item video {
    z-index: 2;
}
.merch-item video,
.merch-item img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.spotify {
    position: relative;
    width: 100vw;
    background: #222223;
    color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0rem;
    margin-bottom: 5rem;

}

.playlist-content {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 1.5rem;

    text-align: center;

}

.playlist-text {

    width: 508px;
    max-width: 90vw;

}

.playlist-buttons {

    display: flex;
    justify-content: center;
    gap: 0.5rem;

}
#ig-cta svg {
    position: relative;
    top: 0.1rem;
    margin-left: 0.25rem;
    height: 19px;
}
.playlist-illustration {
    position: absolute;
    left: min(calc(50% - 50.5rem), calc(10vw - 11rem));
    bottom: -21.9rem;
    width: 570px;
    pointer-events: none;
    filter: invert(1) brightness(2);
    mix-blend-mode: difference;
}
.extra-block {
    max-width: 420px;
}

.extra-block h3 {
    font-size: 3rem;
    font-family: 'Perfora', serif;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.6rem;
}
#ig-cta a:hover {
    scale: 1.04;
}
.extra-block ul {
    margin: 0;
    margin-left: 0.5rem;
    padding-left: 1rem;
}
.extra-button {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}
.extra-block li {
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
.extra-button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.extra-button img {
    position: relative;
    top: 0.1rem;
}
.extra-block .extra-button {
    letter-spacing: 0.08em;
    font-size: 1.4rem !important;
    font-weight: 600;
    padding: 0.1rem 0.65rem 0.25rem 0.65rem;
}
.extra-block ul {
    list-style: disc;
}

.extra-block li::marker {
    font-size: 1rem;
}
@media (max-width: 1200px) {
    #img-middle {
        margin-top: 0.5rem;
    }
}
@media (max-width: 1100px) {
    h3 {
        font-size: 3.5rem;
    }
}
@media (max-width: 950px) {
    h3, .extra-block h3 {
        font-size: 2.5rem;
    }
    #telegram-cta-button a {
        margin-top: -5.25rem;
        font-size: 1rem;
    }

    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-item {
        display: none;
    }

    .grid-item:nth-of-type(-n+18) {
        display: block;
    }

}
@media (max-width: 767px) {

    .prev, .next {
        scale: 0.5;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        width: calc(100% - 4rem);
    }

    .grid-item {
        display: none !important;
    }

    .grid-item:nth-child(-n+12) {
        display: block !important;
    }
  .spotify {
        flex-direction: column;
        padding: 3rem 0;
        gap: 2rem;
  }

  .playlist-illustration {

        width: 460px;
        bottom: -16rem;
        left: min(calc(50% - 39.5rem), calc(10vw - 9rem));
  }

    #merch .img-container {
        display: block;
        margin-top: -2rem;
        max-width: calc(100% - 4rem);
    }
    #merch .img-container .merch-item {
        width: 100%;
    }
    .merch-item:not(.merch-item:first-child) {
        display: none;
    }

    .telegram-inner {
        grid-template-columns: 1fr;
        text-align: center;
        row-gap: 2rem;
    }

    .telegram-btn {
        margin: auto;
        transform: none;
    }

    .telegram-inner {
        
        margin: unset;
    }

    .telegram-bg {
        width: 780px;
        right: -10rem;
        top: -2rem;
    }

    .more-cta-illustration {
        width: 470px;
    }

    .more-cta-text {
        width: 300px;
    }


    #dateloc {
        margin-top: 8rem;
        margin-bottom: 10rem;
    }
    .hero-image img {
        max-height: calc(100vh - 2rem) !important;
        width: auto;
        max-width: 135vw !important;
        margin-left: -0.25rem !important;
        margin-top: 2.25rem !important;
    }
    #merch {
        display: block;
    }
    #merch .merch-item {
        width: calc(100vw - 4rem);
    }
    #merch2, #merch3, #merch4, #merch5 {
        display: none;
    }
    #logo-mask {
        pointer-events: initial;
    }
    .extra-blocks {
        margin-left: 2rem;
    }
    #banner {
        margin-top: -16rem;
        margin-bottom: -4rem;
    }
    #banner .extra-button {
        top: -7.5rem;
        transform: translateX(-50%);
        left: 50vw;
    }
    .carousel-btn.next, .lightbox-close {
        right: 1.5rem;
    }
    .prev:hover, .next:hover {
        scale: 0.55;
    }
.carousel-btn.next{
        right: -2rem;}
.carousel-btn.prev{
        left: -2rem;}
    .carousel-images {
        padding: 0;
    }
    .lightbox-timestamp {
        margin-bottom: 3.25rem;
    }
    .extra-blocks {
        text-align: left;
    }
    .extra-block {
        width: 14rem;
        max-width: calc(100vw - 5rem);
        margin: 0px 5rem 1rem 1rem;
    }
    #more-cta>img {
        top: -15%;
        right: unset;
        left: calc(50% - 1.25rem);
    }
    #more-cta > * {
        /* margin-left: max(7rem, calc(50vw - 6rem)); */
        min-width: 10rem;
    }
    #more-cta {
        
        overflow: visible;
        padding: 7rem 0rem 0 0rem;
        margin-bottom: 20rem;
    }
    #more-cta-button {        
        scale: 0.8;
        left: -1.25rem;
        position: relative;
        top: -1rem;
    }
    #telegram-cta-button {
        transform-origin: 25% -2rem;
        left: 0%;
        margin-bottom: -0.65rem;
        bottom: -3rem;
    }
    #telegram-cta-button .bounce {
        transform-origin: 25% -0.5rem;
    }
    #telegram-cta-button a {
        margin-top: -3.25rem;
        left: 0rem;
        margin-left: 0;
        right: unset;
    }
    #img-left {
        left: calc(-26rem + 35vw + 10px);
    }
    #img-right {
        right: calc(-26rem + 35vw);
    }
    .lightbox-content > div:not(.lightbox-close, .text-instagram), .lightbox img:not(.carousel-images img, .ig-header img), .lightbox video:not(.carousel-images video) {
        width: calc(100%) !important;
    }
    .lightbox-content {
        max-width: 100%;
        max-height: calc(100vh - 11.5rem);
    }
    .artist-promo {
        width: calc(100vw - 2rem);
        margin: 3rem 1rem;
    }
    .artist-promo-name {
        margin: 0.5rem 1rem;
    }
    #banner img:not(.btn img) {
        margin-left: calc(50% + 0.75rem);
        transform: translateX(-50%);
        margin-top: -0.25rem;
    }
    #telegram-cta h3 {
        margin-bottom: 2rem;
    }
    #scrolling-image-1 {
        right: calc(-21.5rem + 20%);
    }
    #telegram-cta {        
        padding: 4rem 2rem 7.5rem 2rem;
    }
    #telegram-cta>img {
        left: calc(50% + -3rem);
        top: 4rem;
    }
    #telegram-cta h3 {
        font-size: 2rem;
    }
    .extra-blocks .extra-block:nth-child(even) {
        left: 0rem !important;
    }
    .telegram-btn {
        position: absolute;
        left: 2rem;
        bottom: 4rem;
    }
    .telegram-inner {
        width: min(1200px, calc(100vw - 4rem));
    }
    .playlist-content {
        max-width: calc(100vw - 4rem);
    }.playlist-text {
        max-width: calc(100vw - 4rem);
    }
}
@media (max-width: 600px) {
    #telegram-cta h3 {
        font-size: 1.5rem;
    }
    .artist-promo {
        width: calc(100vw - 2.4rem);
        margin: 2.35rem 1.2rem 1.5rem 1.2rem;
    }
}
@media (max-width: 499px) {
    .extra-blocks .extra-block:nth-child(even) {
        position: relative;
        left: calc(100vw - 20rem) !important;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .extra-block p {
        margin-left: 2.125rem !important;
    }
}

