html { 
    height:100%; 
    width:100%; 
    overflow:auto;
}
body { 
    height:100%; 
    width:100%;
}
#logo-container {
    isolation: isolate;
}

body {
    margin: 0;
    font-family: "arial_narrowregular", Arial, sans-serif;
    letter-spacing: 0.02rem !important;
}
h3 {
    font-family: 'input_2.0regular';
    font-size: 3.5rem;
    max-width: 14ch;
    color: #222223;
}

/* === FONT SYSTEM ACTIVATION === */

.font-system,
.font-system h3 {
    font-family: 'Bastardo', serif;
    letter-spacing: 0em;
}

/* === HEADLINE SYSTEM (Perfora) === */

.font-system h1,
.font-system h2,
.font-system h4,
.font-system h5,
.font-system h6 {

    color: #222223;
    font-family: 'Perfora', serif;

    /* Normalize tracking */
    letter-spacing: 1.75px !important;

    /* Prevent inherited tracking */
    font-kerning: normal;
}

/* Arabic support */
.font-system [lang="ar"],
.font-system .arabic {
    font-family: 'Playpen Sans Arabic', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    padding-left: 6px;
  }
  
/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee00; 
}
::-webkit-scrollbar-track:hover, ::-webkit-scrollbar-track:active {
    cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
    padding-left: 6px;
    background: #222223; 
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #222223; 
    border-radius: 5px;
}
#page-wrapper {
    font-family: "arial_narrowregular", Arial, sans-serif;
    min-height: 100vh;
  }

/* === FONT SYSTEM OVERRIDE === */
.font-system h2 {
letter-spacing: 0em !important;
    line-height: 1;
}

.font-system #page-wrapper {
    font-family: 'Bastardo', serif;
    letter-spacing: 0em;
}
@keyframes bounceScale {
    0%   { transform: scale3d(1.02, 1.02, 1); }
    100% { transform: scale3d(0.96, 0.96, 1); }
}

.telegram-btn {
    background-color: #eeeeee;
    display: inline-block;
}

#telegram-cta-button {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
#telegram-cta-button .bounce {
    transform: scale(1);
    transition: scale 0.3s ease-in-out;
    transform-origin: 75% -3rem;
}
.extra-block>p {
    margin-left: 2rem;
}
#telegram-cta-button .bounce a:not(:hover) {
    animation: bounceScale 2.5s ease-in-out infinite alternate;
}
#telegram-cta-button .bounce a:hover {
    transform: scale(1.04);
}

@keyframes bounceScale2 {
    0%   { transform: scale3d(1.05, 1.05, 1) translateX(-50%); }
    100% { transform: scale3d(0.92, 0.92, 1) translateX(-50%); }
}

.instagram-btn {
    display: inline-flex;
    align-items: center;
}
.instagram-btn svg {
    width: 1.5rem;
    height: 1.5rem;
}
.instagram-btn:hover {
    scale: 1.05;
}
.instagram-btn:active:not(.program-cta a) {
    transition: transform 0.2s ease-in-out;
    transform: scale(0.99);
    z-index: 98;
}
/* Apply animation */
#banner .bounce:not(#banner .bounce:hover) {
    animation: bounceScale2 2.5s ease-in-out infinite alternate;
}

input, p, textarea {
    letter-spacing: 0.025rem;
}

a {
    text-decoration: none;
    color: #222223;
    cursor: pointer;
}

h1 {
    text-align: center;
    margin-left: 0rem;
    width: calc(100vw);
    font-family: 'input_2.0regular';
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 3.75rem;
}

#announcement-bar {
    border-bottom: 2px solid #222223;
    position: sticky;
    top: 0px;
    background-color: #eeeeee;;
    z-index: 9999999999999;
    overflow: hidden;
    white-space: nowrap;
}
#announcement-bar p {
    display: inline-block;
    margin: 0 0.125rem;
    word-spacing: 0.075rem;
}

#announcement {
    font-weight: 800;
    font-size: 1.125rem;
    margin: 0;
    width: min-content;
}
#announcement-container {
    width: min-content;
    padding: 0.25rem 0 0.5rem 0;
    display: block;
    animation: ticker 640s linear infinite;
}
.scrolled  header {
    position: initial !important;
    opacity: 1 !important;
}

@keyframes ticker {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-1100rem);
    }
}
/* === MENU DOT SEPARATOR === */

.menu-dot {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;

    position: relative;
    top: -0.25em;
    margin: 0 0.25rem;

    background-color: #222223;
    border-radius: 50%;

    vertical-align: middle;
}

header {
    width: calc(100vw - 10px);
    margin-bottom: -8rem;
    margin-top: -0.5rem;
    opacity: 0.89;
    z-index: 9;
    position: relative;
}
#logo-container {
    position: relative;
    height: 6.25rem;
    z-index: 1;
}
#logo-container, #site-logo {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    transform-origin: 0% 75%;
    text-decoration: none;
    font-size: 1.5rem;
    color: #222223;
    transition: scale 0.17s ease-out;
    pointer-events: all;
}
#logo-container img, #site-logo img {
    margin-top: 1.45rem;
    height: 11rem;
    width: auto;
    pointer-events: none;
}
#logo-container img {
    filter: drop-shadow(0px 0px 48px rgba(255, 255, 255, 0.453));
}

#logo-container:hover, #site-logo:hover, #logo-mask:hover {
    
}
#logo-container:active, #site-logo:active, #logo-mask:active {
    
}

#respose {
    margin-top: 1rem;
}
#line-up {
    position: relative;
}
#gotoadmin {    
    width: 6rem;
    height: 6rem;
    background-color: #222223;
    border-radius: 3.5rem;
    position: fixed;
    top: 3.75rem;
    right: -1rem;
    color: #eeeeee;
    text-align: center;
    transition: scale 0.15s ease-out;
    z-index: 9999999;
}

#gotoadmin:hover, .social:hover {
    scale: 1.06;
    transition: scale 0.15s ease-out;
}
#gotoadmin:active, .social:active {
    transition: scale 0.1s ease-out;
    scale: 1;
}
#gotoadmin p {
    margin-top: 2.25rem;
    margin-left: -0.125rem;
}

#menu {
    position: relative;
    z-index: 100000000;
    font-size: 1.125rem;
    cursor: default;
    margin: 0.75rem 0 1.5rem 0;
    width: calc(100vw - 10px);
}

#menu-container {    
    padding-left: 0;
    width: auto;
    margin-top: 0;
    text-align: center;
    min-width: 100vw;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

.menu-item p {
    vertical-align: middle;
    height: 1.5rem;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.75rem 0 0 0;
    text-underline-offset: 7px;
    color: #222223;
}
#menu-button span {
    margin: 0rem;
    top: 2.45rem;
}
.lines-button {
    position: relative;
    float:right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 56px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.lines-button:focus {
    outline: none;
}
.lines-button span {
    display: block;
    position: absolute;
    left: 24px;
    right: 24px;
    height: 6px;
    background: #eeeeee;
}
.lines-button span::before, .lines-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #eee;
    content:"";
}
.lines-button span::before {
    top: -12px;
}
.lines-button span::after {
    bottom: -12px;
}
.lines {
    background: none;
}
.lines span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}
.lines span::before, .lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}
.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.lines.open {
    background: none;
}
.lines.open span {
    background: transparent;
}
.lines.open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
}
.lines.open span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
}
.menu-item {
    top: -0.25rem;
    position: relative;
    display: inline-block;
    transition: scale 0.15s ease-out;
    margin: 0.05rem 1rem;
}
.menu-item:hover {
    scale: 1.05;
    transition: scale 0.15s ease-out;
}
.menu-item:active {
    transition: scale 0.1s ease-out;
    scale: 1;
}

.menu-item a {
    display: inline-block;
    transition: scale 0.15s ease-out;
}

.menu-item:hover a {
    transition: scale 0.15s ease-out;
}
.menu-item:active a {
    transition: scale 0.1s ease-out;
    scale: 1;
}

.menu-spacer, .menu-spacer img {
    width: 0.65rem;
    height: 0.65rem;
    pointer-events: none !important;
    margin: 0;
}

.menu-spacer {
    scale: 0.8;
    position: relative;
    display: inline-block;
    margin: 0.65rem;
    top: 0.31rem;
}
.menu-spacer img {
    position: relative;
    top: -10px;
}
.artist-promo .menu-spacer {
    top: 0.55rem;
    margin: -0.65rem !important;
}

#menu-button {

  position: fixed;
  bottom: 2rem;
  right: 2rem;

  width: 114px;
  height: 114px;

  background-image: url("/assets/images/menu-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

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

  z-index: 1000;
    transition: scale 0.15s ease-out, width 0.15s ease-out;

}
#init-mobile-menu {
    position:absolute;
    margin-top: 0.75rem;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 999;
    right: 1rem;
    top: 3.25rem;
    transition: scale 0.15s ease-in-out;
    border-top: 3px solid #222223;
}
#init-mobile-menu:hover {
    scale: 1.04;
}
#menu-button:hover {
    scale: 1.05;
}

.menu-item:hover {
}

#menu-button:active {
    transition: scale 0.1s ease-out;
    scale: 1;
}
#home-button {
    display: none;
}
.current-page {
    text-underline-offset: 7px;
    font-weight: bold;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #222223;
    border-radius: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border: 2px solid #eeeeee;
}

.slider::before {            
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: -5px;
    bottom: 3px;
    top: -2px;
    background-color: #222223;
    transition: 0.4s;
    border-radius: 50%;
    border: 2px solid #eeeeee;
}

input:checked + .slider {
    background-color: #eeeeee;
}
input:checked + .slider::before {
    background-color: #eeeeee;
    border: 2.5px solid #222223;
}

input:checked + .slider::before {
    transform: translateX(36px);
}
#footer {
    width: calc(100%);
    height: 20rem;
    background-color: #222223;
    position: relative;
    z-index: 2;
}

#footer .site-map .menu-dot {
    background-color: #eeeeee;
    top: -0.045rem;
}
#footer .site-map {
    left: 50vw;
    transform: translateX(-50%);
    padding-top: 0.75rem;
    font-size: 0.90rem;
    width: max-content;
    max-width: calc(160vw - -28.5rem);
    position: absolute;
    bottom: 14.75rem;
    max-width: calc(100vw - 4rem);
    text-align: center;
}
#footer .site-map a {
    padding: 0;
}
#footer .site-map p {
    color: #eeeeee;
    text-decoration: underline;
    text-underline-offset: 7px;
    display: inline-block;
    transition: scale 0.3s ease-in-out;
}
#footer .site-map p:hover {
    scale: 1.05;
}
#footer .site-map p:active {
    scale: 0.96;
}
#footer .site-map .menu-spacer {
    filter: invert(1) brightness(2);
    mix-blend-mode: difference;
    right: -0.125rem;
    top: 0.41rem;
}
.social {
    display: inline-block;
    margin-left: 1.5rem;
    transition: margin-right 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.socials, .legal {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transition: right 0.3s ease-in-out;
}
.socials {
    bottom: 3rem;
    margin-right: 0.25rem;
    margin-bottom: 1.5rem;
}
#cookies-link {
    cursor: pointer;
}
#cookies-link p {
    transform-origin: 70% 50%;
}
.socials a {
    height: 3rem;
    display: inline-block;
}
.legal p {
    color: #eeeeee;
    margin-right: 0.5rem;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.copy {
    color: #eee;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    font-size: 0.9rem;
    transition: bottom 0.3s ease-in-out, font-size 0.3s ease-in-out;
    transform: translateX(-50%);
}
.copy > * {
    display: inline-block;
}
.copy a {
    text-underline-offset: 4px;
    color: #eeeeee50;
    transition: transform 0.2s ease-in-out;
}
#extra-content a:has(>h4) {
    
    text-underline-offset: 8px;
}
.legal p {
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    margin: 0;
    font-size: 0.9rem;
    padding: 0.25rem;
}
.legal p:hover {
    transform: scale(1.05);
}
.legal p:active {
    transform: scale(0.98);
}
.promo {
    color: #eeeeee50;
}
.promo span {
    transition: scale 0.3s ease-in-out;
    text-decoration: underline;
}
.promo:hover span {
    scale: 1.065;
    display: inline-block;  /* <- ADD THIS */
}
#footer .social svg {
    width: 1.85rem;
    height: auto;
    transition: width 0.3s ease-in-out;
}
#page-wrapper {
    margin-bottom: 0rem;
    padding-bottom: 8rem;
    overflow-x: clip;
    background-color: #eeeeee;
}
#page-wrapper:after {
    content: "";
    display: block;
}
.site-footer {
    height: 142px; 
}
.site-footer {
    background: orange;
}
#init-mobile-menu {
    display: none;
}
#logo-mask-click {
    position: fixed;
    top: 3.6rem;
    left: calc(50%);
    transform: translateX(-50%);
    width: 16rem;
    height: 5rem;
    max-width: 400px; /* safety limit */
    z-index: 10000;

    display: block;
}
#logo-mask-visual {
    position: fixed;
    top: 3.6rem;
    left: calc(50%);
    transform: translateX(-50%);
    height: 11rem;
    width: 100vw;            /* temporary full width */
    max-width: 600px;        /* adjust to logo width */
    z-index: 9999;

    pointer-events: none !important;

    mask-image: url('../images/transformav2.png');
    -webkit-mask-image: url('../images/transformav2.png');

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-size: contain;
    -webkit-mask-size: contain;

    mask-position: center;
    -webkit-mask-position: center;

    backdrop-filter: grayscale(1) contrast(1000%) invert(1);
    -webkit-backdrop-filter: grayscale(1) contrast(1000%) invert(1);

    background: transparent;
}
#logo-mask-visual,
#logo-mask-click {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
/* once scrolled past threshold, fade mask in */
#page-wrapper.scrolled #logo-mask-visual,
#page-wrapper.scrolled #logo-mask-click,
#page-wrapper.scrolled #menu-button {    
    opacity: 0.89;
    pointer-events: auto;
}

#footer .menu-spacer img {
    top: -7px;
}

/* =========================
   GLOBAL CTA BUTTON SYSTEM
   ========================= */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0;

    font-family: 'Bastardo', serif !important;
    text-transform: uppercase;
    letter-spacing: 0em;

    font-size: 1.4rem;
    font-weight: 600;

    padding: 0.1rem 0.55rem 0.25rem 0.55rem;
    background: transparent;
    height: 1.25rem;
    color: inherit;

    position: relative;

    transition: transform 0.15s ease, background 0.2s ease, scale 0.15s ease ;

    clip-path: polygon(
        7px 0,
        calc(100% - 7px) 0,
        100% 7px,
        100% calc(100% - 7px),
        calc(100% - 7px) 100%,
        7px 100%,
        0 calc(100% - 7px),
        0 7px
    );

}

/* icon on the right */
.btn svg,
.btn img {
    width: auto;
    height: 1rem;
}

/* hover */

.btn:hover {
    transform: scale(1.05);
}

.btn:active {
    transform: scale(0.96);
}

/* variants */

.btn-dark {
    background: #222223;
    color: #eee;
}

.btn-light {
    background: #eeeeee;
    color: #222223 !important;
}

    #menu-button {display: none;}

    
@media (max-width: 767px) {
    #page-wrapper #logo-mask-visual {
        opacity: 0.89 !important;
    }
    picture.hero-image {
        opacity: 0.89;
    }
    header {
        opacity: initial !important;
        z-index: unset !important;
        position: initial;
    }
    #footer .site-map {
    text-align: left;
    }
    #logo-mask {
        height: 2.5rem;
        transform: translateX(-50%);
        transition: scale 0.17s ease-in-out;
        width: auto;
    }
    .social {
        margin-right: 0.5rem !important;
    }
    .social img {
        height: 2rem !important;
    }
    #logo-mask img {
        height: 2.5rem;
        left: 0rem;
        top: 0rem;
        opacity: 0 !important;
        margin-left: 0;
        transform: translateX(0%);
    }
    header a:not(#logo-container) {
        position: fixed;
        z-index: 99999999;
    }
    .socials, .legal {
        position: absolute;
        bottom: 2.5rem;
    }
    #fb {
        margin-bottom: 3rem !important;
    }
    .socials a {
        height: 2.25rem;
        display: block;
        margin-top: 1rem !important;
        margin-bottom: -0.5rem;
    }
    #footer {
        height: 46rem;
    }
    .sfk {
        margin-bottom: 1.5rem !important;
    }
    #footer .site-map {
        bottom: 12.25rem;
        width: calc(50vw - 4.5rem);
        max-width: 5rem;
        left: 3.25rem;
    }
    #footer .site-map p {
        margin-bottom: -0;
    }
    #footer .site-map a {
        padding: 0rem 0.5rem;
        margin-bottom: -1rem;
        margin-left: 0 !important;
    }
    #init-mobile-menu {
        display: initial;
    }
    .legal {
        text-align: left;
    }
    .legal p {
        display: block;
        padding: 0rem 0.25rem 1rem 0rem;
    }
    .copy {
        bottom: 0.5rem; 
        left: 1.25rem;
        position: absolute;
        transform: none;
        font-size: 0.75rem;
    }
    #footer .social svg {
        width: 2rem;
    }
    .socials, .legal {
        right: unset;
        left: 1.25rem;
        bottom: 4.5rem;
    }
    .social {
        margin-right: 0.5rem;
    }
    .socials {
/*         right: 50%;
        bottom: 10.25rem;
        text-align: center !important;
        transform: translateX(50%); */
        bottom: 23.5rem;
    }
    .skf {
        margin-top: 2.5rem;
    }
    #home-button {
        display: initial;
    }

    #logo-container img {
        margin-top: 1.45rem;
    }
    #logo-container {
        z-index: 999999999;
    }
    
    #page-wrapper #logo-mask-visual,
    #page-wrapper #logo-mask-click {
        opacity: 1;
    }
    #logo-container {
        opacity: 0;
    }
    
    #page-wrapper.scrolled #logo-mask-visual,
    #page-wrapper.scrolled #logo-mask-click {
        opacity: 1;
    }
    #page-wrapper.scrolled #logo-container {
        opacity: 0;
    }
    #page-wrapper {
        margin-bottom: -18rem; 
    }
    
    #menu-container {    
        border-top: 3px solid #222223;
        width: 100vw;
        transition: bottom 0.4s ease-in-out;
        position: fixed;
        padding-top: 1rem;
        bottom: -150vh;
        background-color: #eeeeee;
        padding-bottom: 9rem;
    }

    .menu-item {
        width: fit-content;
        display: block !important;
        transform: translateX(calc(-50%));
        transform-origin: 0% 50%;
        margin-left: 50%;
    }

    .menu-item a {
        padding: 0.25rem;
    }
    
    .menu-spacer:not(.artist-promo .menu-spacer) {
        display: none !important;
    }

    .menu-dot {
        display: none !important;
    }

    #menu-button {
        opacity: 1 !important;
        transform-origin: 50% 50%;
        display: initial;
        width: 84px;
        height: 84px;
    }

}