*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    max-width: 100%;
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    font-family: "Host Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.vh-100 {
    height: 100vh !important;
    height: 100dvh !important;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}


#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.main-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-height: calc(100vh - 250px);
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

#home-view {
    overflow: hidden;
}

video:focus,
video:active {
    outline: none !important;
    border: none !important;
}

.nav-item {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: lowercase;
}

.brand-logo {
       width: 90px;
       cursor: pointer;
}

.nav-item a {
    text-decoration: none;
    color: #000;
}

.nav-item a:hover {
    opacity: 0.4;
}

.fade-in {
    animation: fadeInContent 0.8s ease-out forwards;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#main-content.fade-in {
    display: block !important;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -45%;
    width: 35%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10001;
    transition: right 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    margin-bottom: 40px !important;
}

.side-panel.open {
    right: 0;
}

.panel-header {
    padding: 30px 30px 30px 70px;
}

.panel-body {
    padding: 0px 70px 70px 70px;
}

#panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: none;
}

.filter-bw {
    filter: grayscale(100%);
    width: 100%;
    max-width: 230px;
    display: block;
    height: 270px;
    object-fit: cover;
}

.about-text p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}

.read-more-btn {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.open-about {
    cursor: pointer;
}

.press-sec:hover .press-source {
    color: #888;
    font-weight: 700;
}

.press-sec:hover .press-content {
    font-weight: 600;
}

.press-heading {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
}

.press-header {
    margin-bottom: 45px;
    font-weight: 600;
    font-size: 20px;
}

.press-item {
    border-bottom: 1px solid #c0c0c0;
    margin-top: 45px;
}

.press-source {
    color: #888;
    font-size: 18px;
    font-weight: 500;
}

.press-content {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}

.contact-card {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 280px;
    background: #ffffff;
    padding: 30px 25px 25px 30px;
    z-index: 10002;
    display: none;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.contact-close-text {
    font-size: 16px;
}

.contact-email-row {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.contact-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: opacity 0.3s;
}

.contact-link:hover {
    opacity: 0.5;
    color: #000;
}

.contact-insta-row i {
    font-size: 16px;
    color: #000;
}

.contact-text {
    font-size: 16px;
    color: #000;
}

.nav-mobile-view {
    display: none !important;
}

.nav-mobile-view-sec {
    display: flex;
    gap: 25px;
}

#contact-mobile-text {
    display: flex !important;
}

.gallery-list {
    margin-bottom: 0;
}

.no-padding-left {
    padding-left: 0;
}

.gallery-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.gallery-list:hover .gallery-item {
    opacity: 0.4;
}

.gallery-list .gallery-item:hover,
.gallery-list .gallery-item.active {
    opacity: 1;
}

.gallery-item.active .g-title {
    font-weight: 600;
}

.g-num {
    font-size: 15px;
    margin-right: 15px;
    font-weight: 300;
}

.g-title {
    font-size: 15px;
    line-height: 1.2;
    text-transform: lowercase;
    font-weight: 300;
}

.display-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.display-footer {
    font-size: 14px;
    color: #000;
}

#gallery-text-content h4 {
    font-size: 14px;
    letter-spacing: 1px;
}

#gallery-text-content .metadata p {
    font-size: 14px;
    color: #333;
}

#gallery-text-content .description-body {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

#gallery-view .row {
    align-items: flex-start !important;
}

.flex-grow-1 {
    align-items: flex-start !important;
}

#gallery-text-content {
    margin-top: 0 !important;
    width: 100%;
    overflow-y: auto;
}

#gallery-text-content .text-wrapper {
    padding-top: 20px;
}

.metadata {
    line-height: 25px;
}

#open-about-from-contact {
    display: none;
}

#contact-overlay-text {
    display: none;
}

.bg-gray-box {
    height: calc(100vh - 340px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

#gallery-text-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f7f7f7;
}

#gallery-text-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#gallery-text-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 0.3);
    background-color: #e9e9e9;
}

.nav-web-view,
.nav-mobile-view,
.bottom-nav-row {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.2s ease-in-out;
}

body.is-loaded .nav-web-view,
body.is-loaded .nav-mobile-view,
body.is-loaded .bottom-nav-row {
    opacity: 1;
    pointer-events: auto;
}

#main-content {
    display: block !important;
}

#home-view {
    opacity: 1;
}
