._nav_sn3os_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    background: transparent;
    transition: all .3s ease;
    z-index: 1000
}

._scrolled_sn3os_23 {
    background: #000000f2;
    padding: 1rem 0;
    box-shadow: 0 2px 10px #00000080
}

._container_sn3os_35 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    display: flex;
    justify-content: space-between;
    align-items: center
}

._logoContainer_sn3os_53 {
    display: flex;
    align-items: center;
    gap: 1rem
}

._logoImg_sn3os_65 {
    height: 55px;
    width: auto
}

._logo_sn3os_53 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--color-primary);
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(139, 0, 0, .5)
}

._links_sn3os_91 {
    display: flex;
    gap: 2rem
}

._link_sn3os_91 {
    color: var(--color-text);
    text-decoration: none;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    font-size: .9rem;
    position: relative;
    transition: color .3s ease
}

._link_sn3os_91:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: var(--color-primary);
    transition: width .3s ease
}

._link_sn3os_91:hover {
    color: var(--color-primary)
}

._link_sn3os_91:hover:after {
    width: 100%
}

._menuButton_sn3os_159 {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001
}

._bar_sn3os_183 {
    width: 100%;
    height: 3px;
    background-color: var(--color-text);
    transition: .3s
}

@media(max-width:768px) {
    ._menuButton_sn3os_159 {
        display: flex
    }

    ._links_sn3os_91 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #0a0a0afa;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .3s ease-in-out
    }

    ._links_sn3os_91._open_sn3os_233 {
        right: 0
    }

    ._link_sn3os_91 {
        font-size: 1.5rem
    }
}

._hero_dssn1_1 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

._videoContainer_dssn1_21 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1
}

._videoBg_dssn1_39 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    /* Adjusted brightness */
}

._overlay_dssn1_51 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5, 5, 5, .1) 0%, rgba(5, 5, 5, .3) 70%, var(--color-bg) 100%);
    z-index: 2
}

._content_dssn1_77 {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

._logo_dssn1_99 {
    max-width: 600px;
    width: 80%;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .8))
}

._subtitle_dssn1_111 {
    font-size: 1.5rem;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: .5rem;
    text-shadow: 0 0 10px rgba(139, 0, 0, .5)
}

._cta_dssn1_127 {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid var(--color-text);
    color: var(--color-text);
    font-family: var(--font-heading);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 2rem;
    transition: all .3s ease;
    background: #00000080;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

._cta_dssn1_127:hover {
    background: var(--color-primary);
    color: #000;
    border-color: var(--color-primary);
    box-shadow: 0 0 30px #8b000066;
    transform: translateY(-2px)
}

._bio_1azuj_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-surface);
    position: relative
}

._container_1azuj_13 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    display: flex;
    justify-content: center
}

._content_1azuj_29 {
    max-width: 800px;
    text-align: center
}

._title_1azuj_39 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--color-text);
    position: relative;
    display: inline-block
}

._title_1azuj_39:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-primary);
    margin: 1rem auto 0
}

._text_1azuj_73 {
    font-size: 1.1rem;
    color: var(--color-text-muted);
    line-height: 1.8;
    font-family: var(--font-body)
}

._text_1azuj_73 p {
    margin-bottom: 1.5rem
}

._divider_1azuj_95 {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--color-primary), transparent);
    margin: 2rem auto 0
}

._members_1e19j_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-bg);
    color: var(--color-text);
    text-align: center
}

._title_1e19j_15 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--color-text);
    letter-spacing: 4px
}

._section_1e19j_29 {
    margin-bottom: 4rem
}

._sectionTitle_1e19j_37 {
    font-size: 1.5rem;
    color: var(--color-text-muted);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px
}

._grid_1e19j_53 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md)
}

._card_1e19j_73 {
    width: 250px;
    text-align: center
}

._cardSmall_1e19j_83 {
    width: 200px;
    opacity: .8
}

._imageContainer_1e19j_93 {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--color-border);
    transition: border-color .3s ease
}

._cardSmall_1e19j_83 ._imageContainer_1e19j_93 {
    width: 150px;
    height: 150px
}

._card_1e19j_73:hover ._imageContainer_1e19j_93 {
    border-color: var(--color-primary)
}

._image_1e19j_93 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

._card_1e19j_73:hover ._image_1e19j_93 {
    transform: scale(1.1)
}

._overlay_1e19j_155 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

._card_1e19j_73:hover ._overlay_1e19j_155 {
    opacity: 1
}

._years_1e19j_191 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    letter-spacing: 1px
}

._name_1e19j_203 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    color: var(--color-text)
}

._role_1e19j_215 {
    font-size: .9rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px
}

._divider_1e19j_229 {
    width: 100px;
    height: 1px;
    background: var(--color-secondary);
    margin: 0 auto 4rem
}

._container_10iy5_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-bg);
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center
}

._latestRelease_10iy5_21 {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center
}

._title_10iy5_37 {
    font-size: 1.5rem;
    color: var(--color-primary);
    letter-spacing: 4px;
    margin-bottom: 2rem;
    text-align: center
}

._albumCover_10iy5_53 {
    width: 500px;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 0 30px #8b000066;
    margin-bottom: 2rem;
    transition: transform .3s ease
}

._albumCover_10iy5_53:hover {
    transform: scale(1.02)
}

._albumTitle_10iy5_81 {
    font-size: 3.5rem;
    margin-bottom: .5rem;
    color: var(--color-text);
    text-transform: uppercase
}

._year_10iy5_95 {
    font-family: var(--font-heading);
    letter-spacing: 8px;
    color: var(--color-secondary);
    margin-bottom: 3rem
}

._embedContainer_10iy5_109 {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px #00000080
}

._upcoming_10iy5_121 {
    margin-top: 6rem;
    padding: 3rem 1rem;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(20, 20, 20, .8), transparent)
}

._upcomingContent_10iy5_135 {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap
}

._upcomingImage_10iy5_155 {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 50%
}

@keyframes _rotate_10iy5_1 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

._upcomingText_10iy5_189 {
    text-align: left
}

._upcoming_10iy5_121 h4 {
    font-size: 2rem;
    margin-bottom: .5rem;
    color: var(--color-text)
}

._upcoming_10iy5_121 p {
    color: var(--color-text-muted);
    letter-spacing: 2px;
    margin-bottom: 1rem
}

._loadingBar_10iy5_221 {
    width: 250px;
    height: 4px;
    background: var(--color-secondary);
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

._loadingBar_10iy5_221:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--color-primary);
    animation: _load_10iy5_221 2s infinite ease-in-out
}

@keyframes _load_10iy5_221 {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(200%)
    }
}

@media(max-width:768px) {
    ._upcomingContent_10iy5_135 {
        flex-direction: column;
        gap: 1rem;
        text-align: center
    }

    ._upcomingText_10iy5_189 {
        text-align: center
    }
}

._container_1uuur_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-surface);
    text-align: center
}

._title_1uuur_13 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--color-text);
    letter-spacing: 4px
}

._videoGrid_1uuur_27 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md)
}

._videoItem_1uuur_45 {
    background: #00000080;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--color-border)
}

._video_1uuur_27,
._iframe_1uuur_73 {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
    margin-bottom: 1rem
}

._videoTitle_1uuur_87 {
    font-size: 1.2rem;
    color: var(--color-text);
    text-transform: uppercase
}

@media(max-width:768px) {
    ._videoGrid_1uuur_27 {
        grid-template-columns: 1fr
    }
}

._gallery_w0b1j_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-surface);
    text-align: center
}

._title_w0b1j_13 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--color-text)
}

._grid_w0b1j_25 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md)
}

._item_w0b1j_43 {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
    cursor: pointer
}

._image_w0b1j_59 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    opacity: .7
}

._item_w0b1j_43:hover ._image_w0b1j_59 {
    transform: scale(1.1);
    opacity: 1
}

._overlay_w0b1j_85 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8b000033;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none
}

._item_w0b1j_43:hover ._overlay_w0b1j_85 {
    opacity: 1
}

._more_w0b1j_115 {
    display: inline-block;
    margin-top: 3rem;
    color: var(--color-text-muted);
    font-family: var(--font-heading);
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}

._more_w0b1j_115:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary)
}

._contact_duo4q_1 {
    padding: var(--spacing-xl) 0;
    background-color: var(--color-bg);
    text-align: center;
    border-top: 1px solid var(--color-border)
}

._title_duo4q_15 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase
}

._content_duo4q_31 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem
}

._management_duo4q_45 h3 {
    font-size: 1.5rem;
    color: var(--color-text);
    margin-bottom: 1rem
}

._email_duo4q_57 {
    font-size: 1.2rem;
    color: var(--color-secondary);
    text-decoration: none;
    transition: color .3s ease
}

._email_duo4q_57:hover {
    color: var(--color-primary)
}

._button_duo4q_79 {
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid var(--color-primary);
    color: var(--color-text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
    font-family: var(--font-heading)
}

._button_duo4q_79:hover {
    background-color: var(--color-primary);
    color: var(--color-bg)
}

._footer_1908g_1 {
    background-color: #000;
    padding: 4rem 0 2rem;
    text-align: center;
    border-top: 1px solid var(--color-border)
}

._container_1908g_15 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

._logo_1908g_35 {
    font-family: var(--font-heading);
    font-size: 2rem;
    letter-spacing: 5px;
    color: var(--color-text);
    opacity: .5
}

._socials_1908g_51 {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

._link_1908g_65 {
    color: var(--color-text);
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    transition: color .3s ease
}

._link_1908g_65:hover {
    color: var(--color-primary);
    text-shadow: 0 0 10px var(--color-primary)
}

._contact_1908g_93 {
    color: var(--color-text-muted)
}

._contact_1908g_93 p {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .5rem
}

._email_1908g_115 {
    color: var(--color-text);
    font-size: 1.1rem
}

._copyright_1908g_125 {
    margin-top: 2rem;
    font-size: .7rem;
    color: #333
}

._app_we32v_1 {
    min-height: 100vh;
    width: 100%;
    background-color: var(--color-bg)
}

._main_we32v_13 {
    position: relative;
    z-index: 10
}

:root {
    --color-bg: #050505;
    --color-surface: #0a0a0a;
    --color-primary: #8b0000;
    --color-secondary: #4a4a4a;
    --color-accent: #d4af37;
    --color-text: #e0e0e0;
    --color-text-muted: #888888;
    --color-border: #222222;
    --font-heading: "Cinzel", serif;
    --font-body: "Inter", sans-serif;
    --spacing-sm: .5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
    --container-width: 1200px;
    --header-height: 80px;
    --shadow-glow: 0 0 20px rgba(139, 0, 0, .2)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-text);
    text-transform: uppercase;
    letter-spacing: 2px
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease
}

a:hover {
    color: var(--color-primary)
}

img {
    max-width: 100%;
    display: block
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    font-family: var(--font-heading)
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--color-bg)
}

::-webkit-scrollbar-thumb {
    background: var(--color-secondary);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary)
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes glitch {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-2px, 2px)
    }

    40% {
        transform: translate(-2px, -2px)
    }

    60% {
        transform: translate(2px, 2px)
    }

    80% {
        transform: translate(2px, -2px)
    }

    to {
        transform: translate(0)
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out forwards
}

.glitch-hover:hover {
    animation: glitch .3s cubic-bezier(.25, .46, .45, .94) both infinite
}

/* Lightbox Modal Styles */
.lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lightbox-modal.active {
    display: block;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}

.lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image-container {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: grab;
}

.lightbox-image:active {
    cursor: grabbing;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(139, 0, 0, 0.8);
    color: white;
    border: 2px solid var(--color-primary);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--color-primary);
    transform: scale(1.1);
}

.lightbox-close {
    top: 20px;
    right: 20px;
    border-radius: 50%;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.lightbox-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.lightbox-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid var(--color-primary);
    z-index: 10001;
}

.lightbox-zoom-in,
.lightbox-zoom-out,
.lightbox-zoom-reset {
    background: rgba(139, 0, 0, 0.8);
    color: white;
    border: 1px solid var(--color-primary);
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 1.2rem;
}

.lightbox-zoom-in:hover,
.lightbox-zoom-out:hover,
.lightbox-zoom-reset:hover {
    background: var(--color-primary);
}

.lightbox-zoom-level {
    color: white;
    font-size: 1rem;
    min-width: 50px;
    text-align: center;
}

.lightbox-counter {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid var(--color-primary);
    z-index: 10001;
}

@media (max-width: 768px) {

    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .lightbox-close {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .lightbox-controls {
        bottom: 20px;
        padding: 8px 15px;
    }

    .lightbox-zoom-in,
    .lightbox-zoom-out,
    .lightbox-zoom-reset {
        padding: 4px 10px;
        font-size: 1rem;
    }
}

/* CUSTOM PLAZA IMAGE */
.plaza-image {
    width: 100%;
    height: auto;
    /* Allow full height based on width */
    display: block;
    object-fit: contain;
    /* Ensure full image visibility */
    margin: 0;
    filter: brightness(0.8);
    /* Adjusted brightness */
}

@media (max-width: 768px) {
    .plaza-image {
        height: auto;
        min-height: 50vh;
        /* Optional: ensure it's not too small if image is landscape */
        object-fit: contain;
        /* Ensure whole image is visible if container forces aspect ratio, but with height:auto usually fine */
    }
}