#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    mask-border: url("img/mask@2x.png") 49% fill / 120px;

    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.05), 0 3px 6px -3px rgba(0, 0, 0, 0.07), inset 0 -3px 3px -1px rgba(255, 255, 255, 0.4), inset 0 2px 7px -1px rgba(255, 255, 255, 0.60), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);

    background-size: cover;
    background-position: center;

    will-change: auto;
    backdrop-filter: blur(45px) saturate(200%) brightness(105%);
    /* opacity: 0.1; */
    z-index: -1;


}

#header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    /* mask-border: url("img/mask@2x.png") 49% fill / 40px; */

    background: rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3)) drop-shadow(0 7px 24px rgba(0, 0, 0, 0.15));

    background-size: cover;
    background-position: center;


    z-index: -3;

}

#header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 64pt;
    width: auto;
    position: fixed;
    z-index: 10000;
    max-width: 2400px;

    left: 50%;

    will-change: auto;

    transform: translateX(-50%);

    margin-top: 12px;
    user-select: none;
    -webkit-user-select: none;
    transition: background-color 0.5s ease, backdrop-filter 0.4s ease, width 0.3s, scale 0.3s, box-shadow 0.3s, opacity 0.3s, filter 0.4s;



    /* overflow: hidden; */
    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);

}

#headerBackground {
    width: 100vw;
    height: 100pt;
    transform: translateY(-45px);
    /* background-color: red; */

    background: linear-gradient(180deg, rgba(242, 242, 247, 0.3) 0%, rgba(242, 242, 247, 0) 100%);
    filter: blur(15px);
    z-index: 9900;
    position: fixed;
    /* backdrop-filter: blur(1px); */
}


#headerBackground2 {
    width: 100vw;
    height: 80pt;
    transform: translateY(-20px);
    /* background-color: red; */

    background: linear-gradient(180deg, rgba(242, 242, 247, 0.5) 0%, rgba(242, 242, 247, 0) 100%);
    filter: blur(6px);
    z-index: 9900;
    position: fixed;
    backdrop-filter: blur(1.5px);
}

#headerBackground4 {
    width: 100vw;
    height: 80pt;
    transform: translateY(0px);
    /* background-color: red; */

    /* background: linear-gradient(180deg, rgba(242, 242, 247, 0.5) 0%, rgba(242, 242, 247, 0) 100%); */
    filter: blur(1px);
    z-index: 9900;
    position: fixed;
    backdrop-filter: blur(0.15px);
}





#headerLogo {
    width: 36px;
    padding: 22pt;
    padding-right: 0px;
    scale: 1;
    transition: scale 0.3s, padding-right 0.3s;
}

#headerLogo:hover {
    scale: 1.1;
}

#headerLogo:active {
    scale: 0.8;
}


#headerProjectName,
#headerProjectName1st,
#headerProjectName2nd {

    cursor: url("img/cursor.svg"), auto;
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-overflow: none;
    text-decoration: none;
    color: var(--text-color);
    opacity: 1;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s, width 0.3s;
    /* width: 100%; */
    transform: translateY(32px);
    filter: blur(15px);
    opacity: 0;
    width: 0;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: none;
    /* max-width: 0px; */

    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}

#headerTitleSizeReference {
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    width: auto;
}



#headerProjectNameName {
    cursor: url("img/cursor.svg"), auto;
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: var(--text-color);
    opacity: 1;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s, width 0.3s;
    width: 0;
    transform: translateY(32px);
    filter: blur(15px);
    opacity: 0;

    text-overflow: clip;
    white-space: nowrap;
    text-overflow: ellipsis;

}


#headerProjectName1st,
#headerProjectName2nd {
    position: absolute;
    top: 0;
}



#headerNameDivider {
    width: 2px;
    height: 18px;
    background-color: black;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 1px;

    opacity: 0.4;

    transform: translateY(32px);
    filter: blur(15px);

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;

}



#headerNameDividerHome {
    width: 2px;
    height: 18px;
    background-color: black;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 1px;
    align-items: center;

    opacity: 0.4;

    transform: translateY(22px);
    filter: blur(0px);

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
}

#headerNameDividerHomeNarrow {
    width: 2px;
    height: 18px;
    background-color: black;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 1px;
    align-items: center;

    opacity: 0.4;

    transform: translateY(22px);
    /* filter: blur(15px); */

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
}

.headerNameDividerHide {
    display: none;
}




#headerLinkSecondary1,
#headerLinkSecondary2,
#headerLinkSecondary3,
#headerLinkSecondary0 {
    /* width: auto; */
    opacity: 1;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    margin: 4px;
    padding: 12pt;
    /* filter: blur(15px); */
    mask-border: url("img/mask@2x.png") 49% fill / 21px;

    transition: opacity 0.5s, scale 0.3s, width 0.6s, margin 0.6s, padding 0.6s, background-color 0.3s, transform 0.15s linear;
    /* transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%, */
    /* 0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1); */
}

#headerLinkCurrent1st,
#headerLinkCurrent2nd {
    margin: 1.5pt;
}

#headerLinksCurrentConnected {
    display: flex;
    gap: 0;
    transition: scale 0.3s;
}

#headerLinksCurrentConnected:hover {
    scale: 1.05;
}

#headerLinksCurrentConnected:active {
    scale: 0.95;
}


#headerLinks {
    display: flex;
    padding-right: 12pt;

}


.headerLink {
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s, backdrop-filter 0.3s, transform 0.15s linear;
    border-radius: 14px;
    margin: 4px;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);

    backdrop-filter: blur(5px) saturate(100%) brightness(1);

    mask-border: url("img/mask@2x.png") 49% fill / 21px;
}

.headerLink:after,
#headerLinkCurrent1st,
#headerLinkCurrent2nd {
    background-image: radial-gradient(circle rgba(255, 255, 255, 0.125) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0;

    transition: opacity 0.3s, scale 0.3s, background-color 0.3s, backdrop-filter 0.3s, background-image 0.3s, transform 0.15s cubic-bezier(.25, .8, .25, 1);
}


.headerLink:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 14px;
    transition: opacity 0.3s, scale 0.3s, transform 0.15s cubic-bezier(.25, .8, .25, 1);
    opacity: 1;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05), inset 0 21px 43px 0 rgba(0, 0, 0, 0.07), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    backdrop-filter: brightness(300%) saturate(200%);
    mix-blend-mode: overlay;
}

.headerLink:active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 14px;
    transition: opacity 0.3s, scale 0.3s;
    opacity: 1;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05), inset 0 21px 43px 0 rgba(0, 0, 0, 0.07), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    backdrop-filter: brightness(400%) saturate(200%);
    mix-blend-mode: overlay;
}


#headerLinkCurrent1st:hover:after,
#headerLinkCurrent2nd:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.125) 0%,
            rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 14px;
    transition: opacity 0.3s, scale 0.3s, transform 0.15s linear;
    opacity: 0.5 !important;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05), inset 0 21px 43px 0 rgba(0, 0, 0, 0.07), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08) !important;

    backdrop-filter: brightness(200%) !important;
    mix-blend-mode: normal !important;
}

#headerLinkCurrent1st:active:after,
#headerLinkCurrent2nd:active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 14px;
    /* border-top-right-radius: 6pt !important; */
    /* border-bottom-right-radius: 6pt !important; */
    transition: opacity 0.3s, scale 0.3s;
    opacity: 0.7 !important;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05),
        inset 0 21px 43px 0 rgba(0, 0, 0, 0.07),
        inset 0 1px 1px -1px rgba(255, 255, 255, 0.5),
        inset 0 -1px 1px -1px rgba(255, 255, 255, 0.5),
        inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    backdrop-filter: brightness(200%) !important;
    mix-blend-mode: normal !important;
}


#headerLinkCurrent1st,
#headerLinkCurrent2nd {
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    transition: opacity 0.3s, scale 0.3s, transform 0.15s linear;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    user-select: none;

    opacity: 1;

    backdrop-filter: blur(45px);
    mask-border: url("img/mask@2x.png") 49% fill / 21px;
}

.headerLink:hover,
#backBtn:hover {
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 0.1); */
    scale: 1.05;

    backdrop-filter: blur(5px) saturate(200%) brightness(0.85);
}


.headerLink:active,
#backBtn:active {
    /* background-color: rgba(0, 0, 0, 0.2); */
    scale: 0.8;
}


.headerLinkDropdownLink {
    display: flex;
    align-items: center;
    justify-content: center;

}



.menu-icon {
    padding: 14px;
    margin-right: 12pt;
    /* width: 22pt;
     height: 40pt;
     */
    border-radius: 14px;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    cursor: url("img/hand cursor.svg"), auto;
}

.menu-icon:hover {
    /* background-color: rgba(0, 0, 0, 0.1);
     */
    scale: 1.2;
}

.menu-icon:active {
    /* background-color: rgba(0, 0, 0, 0.2);
     */
    scale: 0.7;
}

#top-bar,
#bottom-bar,
.menu-icon {
    transition: transform 0.3s, scale 0.3s, background-color 0.3s;
    transform-origin: center;
}

.menu-icon.active #top-bar {
    transform: translateY(4.35px) translateX(-5px) rotate(45deg);
}

.menu-icon.active #bottom-bar {
    transform: translateY(-4.35px) translateX(-5px) rotate(-45deg);
}

.menu-icon:not(.active) #top-bar {
    transform: translateY(0) rotate(0deg);
}

.menu-icon:not(.active) #bottom-bar {
    transform: translateY(0) rotate(0deg);
}




#mobileLinksContainer {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;

    user-select: none;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    justify-content: flex-start;
    align-items: center;

    opacity: 0;

    max-height: 0;

    transition: opacity 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1),

        visibility 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1),

        max-height 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);

    z-index: 999;
    /* Ensure it's above other content */
}

/* Visible State */
#mobileLinksContainer.active {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
}


#headerMobileLinks {
    display: flex;
    flex-direction: column;
    margin-right: 22pt;
    margin-left: 22pt;
    /* max-width: 500px; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    margin-top: 64pt;
}

#mobileLinks {
    display: flex;
    flex-direction: column;
    /* Stack logo and links vertically */
    align-items: center;
    /* Center align items horizontally */
    /* width: 90%; */
    margin: 22pt;
    width: 100vw;
    box-sizing: border-box;
}


.headerMobileLink:hover,
.headerMobileLinkIndent:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    scale: 1.02;
}

.headerMobileLink:active,
.headerMobileLinkIndent:active {
    background-color: rgba(0, 0, 0, 0.2);
    scale: 0.95;
}




.headerMobileLink {
    padding: 12pt;
    font-size: 18pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 18px;
    box-sizing: border-box;
    margin: 4px;
    width: 100%;
}

.headerMobileLinkIndent {
    padding: 12pt;
    font-size: 18pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 18px;
    margin: 4px;
    /* width: 100%; */
    box-sizing: border-box;
    margin-left: 24pt;
}


#footerCopywrite {
    display: flex;
    flex-direction: column;
    margin-left: 32pt;

    /* margin-bottom: 24pt; */
}

#footerCopywriteText {
    margin-top: 4px;
    margin-bottom: 0;
}

#footerLogo {
    width: 36px;
    /* padding: 22pt; */
    scale: 1;
    transition: scale 0.3s;
}

#footerIcons {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 16pt;
    height: 70px;
    margin-top: 24pt;
    margin-bottom: 24pt;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 36px;
    mask-border: url("img/mask@2x.png") 49% fill / 44px;

    background: rgba(255, 255, 255, 0.9);
    /* background-color: red; */
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.05), 0 3px 6px -3px rgba(0, 0, 0, 0.07), inset 0 -3px 3px -1px rgba(255, 255, 255, 0.4), inset 0 2px 7px -1px rgba(255, 255, 255, 0.60), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);

    background-size: cover;
    box-sizing: border-box;
    background-position: center;

    will-change: auto;
    backdrop-filter: blur(45px) saturate(200%) brightness(105%);
    /* opacity: 0.1; */
    z-index: -1;

}

footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;

    box-sizing: border-box;
    margin-bottom: 24pt;
    margin-left: 32pt;
    margin-right: 32pt;
    /* mask-image: url("img/link mask.svg");
     */
    border-radius: 36px;
    /* mask-border: url("img/mask@2x.png") 49% fill / 48px; */
    /* background: #FFFFFF; */
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.03), 0 3px 6px -3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s;
    transition-timing-function: ease-out;

    @starting-style {
        opacity: 0;
        scale: 0.95;
    }
}

.footerIconRetro {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s, transform 0.15s cubic-bezier(.25, .8, .25, 1);
    padding: 6pt;

    cursor: url("img/link.svg"), auto;
    overflow: hidden;
}

.footerIconRetro:hover {
    scale: 1.1;
}

.footerIconRetro:active {
    scale: 0.8;
}

.footerIconRetro:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.125) 0%,
            rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 14px;
    /* background-color: red; */
    /* overflow: hidden; */
    box-sizing: border-box;
}

.footerIconImg,
.footerIconImgRetro {
    width: 60px;
    margin-bottom: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.aboutFooter {
    height: 70px;
    margin-top: 24pt;
    margin-bottom: 24pt;
}


#footerInstagram:hover #footerInstagramFlat {
    opacity: 0;
}

#footerYT:hover #footerYTFlat {
    opacity: 0;
}

#footerTiktok:hover #footerTiktokFlat {
    opacity: 0;
}

#footerMastodon:hover #footerMastodonFlat {
    opacity: 0;
}

#footerStore:hover #footerStoreFlat {
    opacity: 0;
}


#footerBluesky:hover #footerBlueskyFlat {
    opacity: 0;
}


.headerDropdown {
    position: relative;
    display: inline-block;

}

.headerDropdownLinksSideBySide {
    display: flex;
    margin-right: 12px;
}



#dropdownLinkCurrent1st,
#dropdownLinkCurrent2nd {
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
    opacity: 1;
    transition: opacity 0.3s, scale 0.3s, transform 0.15s linear;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    user-select: none;

    backdrop-filter: blur(45px);
    mask-border: url("img/mask@2x.png") 49% fill / 21px;

}

.dropdownIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s;
}


.dropdownContent {
    opacity: 0;
    transform-origin: top right;
    scale: 0.8;
    height: 60px;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);

    transform: translateX(12pt);

    min-width: 200px;
    backdrop-filter: blur(35px) saturate(180%);

    mask-border: url("img/mask@2x.png") 49% fill / 40px;
    border-radius: 20pt;
    transition: height 0.4s, opacity 0.4s, scale 0.4s, filter 0.4s, background-color 0.9s;

    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-top: 4px;
    padding: 12px;
    padding-left: 16px;
    padding-right: 16px;


    filter: blur(20px);

    z-index: 100000000;

    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.05), 0 3px 6px -3px rgba(0, 0, 0, 0.07), inset 0 -3px 3px -1px rgba(255, 255, 255, 0.1), inset 0 2px 7px -1px rgba(255, 255, 255, 0.05), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);

}




/* Links inside the dropdown */
.dropdownSingle {
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    mask-border: url("img/mask@2x.png") 49% fill / 28px;

    border-radius: 14pt;

    box-sizing: border-box;

    /* height: 48px; */


    transition: scale 0.3s, opacity 0.3s, background-color 0.3s, transform 0.15s linear;
}


.dropdownSingle:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);


    /* border: 1px solid rgba(0, 0, 0, 0.03); */

    scale: 1.05;
}


.dropdownSingle:active {
    background-color: rgba(255, 255, 255, 0.7);
    scale: 0.95;
}


.dropdownSingle:hover:after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 14pt;
    transition: opacity 0.3s, scale 0.3s;
    opacity: 1;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.005);
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05), inset 0 21px 43px 0 rgba(0, 0, 0, 0.07), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    /* backdrop-filter: brightness(300%) saturate(200%); */
    mix-blend-mode: overlay;
}

.dropdownSingle:active:after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 14pt;
    transition: opacity 0.3s, scale 0.3s;
    opacity: 1;
    pointer-events: none;
    z-index: 4000;

    border: 1px solid rgba(255, 255, 255, 0.01);
    box-shadow: inset 0 15px 53px 0 rgba(255, 255, 255, 0.05), inset 0 21px 43px 0 rgba(0, 0, 0, 0.07), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    /* backdrop-filter: brightness(300%) saturate(200%); */
    mix-blend-mode: overlay;
}


.footerLink {
    font-size: 12pt;
    font-weight: 400;
    color: black;
    opacity: 0.6;
    scale: 0.98;
    transition: opacity 0.3s, scale 0.3s;
    z-index: 3;
    padding: 8pt;
    transform: scale 0.3s, opacity 0.3s
}

.footerLink:hover {
    opacity: 1;
    scale: 1;
}

.footerLink:active {
    scale: 0.8;
}




/* Hide header project names on very small screens */
@media (max-width: 450px) {

    #headerProjectName,
    #headerProjectName1st,
    #headerProjectName2nd,
    #headerNameDivider {
        display: none;
    }
}

/* General header adjustments for medium screens and below */
@media (max-width: 1050px) {
    #header {
        width: calc(100% - 24pt);
        margin-left: 12pt;
        margin-right: 12pt;
        left: 0;
        transform: none;
        max-width: 100vw;
    }

    #headerProjectName {
        margin-left: 16px;
        margin-right: auto;
        position: relative;
        left: 0;
    }

    #headerNameDivider,
    #headerNameDividerHome {
        display: none;
    }

    .headerLink {
        display: none;
    }

    .headerDropdown {
        display: inline-block;
    }

    .headerLinkDropdownLink,
    .headerLinkWorkLink,
    .headerLinkCategory {
        display: block;
    }

    /*
    .menu-icon {
        display: block;
    }
    */


    #headerBackground {
        background: linear-gradient(180deg, rgba(242, 242, 247, 1) 0%, rgba(242, 242, 247, 0) 100%);

    }
}

/* Hide dropdown for larger screens */
@media (min-width: 1050px) {
    .headerDropdown {
        display: none;
    }
}

/* Hide narrow home divider for narrow and wide screens */
@media (max-width: 760px),
(min-width: 1051px) {
    #headerNameDividerHomeNarrow {
        display: none;
    }
}

/* Additional mobile-specific header elements hidden */
@media (max-width: 760px) {
    .headerDropdown {
        display: none;
    }

    .headerLinkDropdownLink,
    .headerLinkWorkLink,
    .headerLinkCategory {
        display: none;
    }

    #headerNameDividerHome {
        display: none;
    }
}

/* Hide menu icon on larger than mobile screens */
@media (min-width: 760px) {
    .menu-icon {
        display: none;
    }
}

/* Footer adjustments for smaller screens */
@media (max-width: 900px) {
    footer {
        justify-content: center;
    }

    #footerIcons {
        width: 100%;
        justify-content: space-between;
        margin: 0 24pt;
    }

    #footerCopywrite {
        width: 100%;
        margin-top: 24pt;
    }
}

@media (max-width: 800px) {

    .footerIconRetro,
    .footerIconImgRetro,
    .footerIconImg {
        width: 60px;
    }
}

@media (max-width: 590px) {
    #footerIcons {
        display: none;
    }

    #footerCopywrite {
        margin-bottom: 24pt;
    }
}