[v-cloak] { display: none; }

.site-header {
    position: relative;
}

.site-header .navbar {
    background: transparent !important;
    box-shadow: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    align-items: flex-start;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar.fixed-top > .container,
.site-header .navbar > .container {
    position: static;
    align-items: flex-start;
}

.navbar-brand.site-logo-wrap {
    position: absolute;
    left: 10px;
    top: 4px;
    transform: none;
    z-index: 1031;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 160px;
    height: 52px;
    overflow: visible;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.site-header .navbar-collapse {
    padding-top: 6px;
}

.site-header.scrolled .navbar,
.site-header .navbar.menu-bg {
    background: rgba(20, 24, 31, 0.94) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.site-header .navbar.menu-bg .collapse.show {
    background: rgba(20, 24, 31, 0.96);
    margin-bottom: 0;
}

.site-header .navbar-nav .nav-link {
    color: #fff !important;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
    color: #f97794 !important;
}

.navbar-brand.site-logo-wrap {
    position: absolute;
    left: 10px;
    top: 4px;
    transform: none;
    z-index: 1031;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 160px;
    height: 52px;
    overflow: visible;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.navbar-brand.site-logo-wrap::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: rgba(92, 96, 102, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 0;
    pointer-events: none;
}

.site-header.scrolled .navbar-brand.site-logo-wrap::before,
.site-header .navbar.menu-bg .navbar-brand.site-logo-wrap::before,
.mainmenu-area .navbar-brand.site-logo-wrap::before {
    background: rgba(110, 114, 120, 0.55);
}

.site-header .navbar-brand img.site-logo,
.site-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    width: 160px;
    height: 160px;
    object-fit: contain;
    display: block;
}

@media (min-width: 768px) {
    .navbar-brand.site-logo-wrap {
        width: 240px;
        height: 58px;
        margin-bottom: 0;
    }

    .navbar-brand.site-logo-wrap::before {
        top: 20px;
        left: 20px;
        width: 200px;
        height: 200px;
    }

    .site-header .navbar-brand img.site-logo,
    .site-logo {
        width: 240px;
        height: 240px;
    }
}

#carousel-area,
#carousel-area .carousel,
#carousel-area .carousel-inner {
    position: relative;
    height: 100vh;
    min-height: 520px;
}

#carousel-area .carousel-item.protected-media {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    float: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#carousel-area .carousel-item.protected-media.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.protected-media {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.media-guard {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
}

#carousel-area .carousel-control-prev,
#carousel-area .carousel-control-next,
#carousel-area .carousel-indicators {
    z-index: 5;
}

#carousel-area .carousel-caption {
    z-index: 3;
}

.album-cover {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shot-item .single-content {
    z-index: 3;
}

.album-lightbox__photo {
    width: min(900px, 88vw);
    height: 72vh;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.album-lightbox__nav {
    z-index: 4;
}

.protect-site img,
.protect-site .protected-media {
    -webkit-user-drag: none;
    user-select: none;
}

#carousel-area .carousel-caption {
    bottom: 16%;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.album-slider {
    display: flex;
    align-items: center;
    gap: 12px;
}

.album-slider__viewport {
    overflow: hidden;
    flex: 1;
}

.album-slider__track {
    display: flex;
    transition: transform 0.4s ease;
}

.album-slider__item {
    padding: 0 10px;
    box-sizing: border-box;
}

.album-slider__nav {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #f97794;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.album-slider__nav:disabled {
    opacity: 0.4;
    cursor: default;
}

.shot-item {
    cursor: pointer;
}

.album-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.album-lightbox__panel {
    width: min(1100px, 96vw);
    position: relative;
}

.album-lightbox__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 12px;
}

.album-lightbox__stage {
    position: relative;
    text-align: center;
}

.album-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f97794;
    color: #fff;
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}

.album-lightbox__nav.prev { left: -8px; }
.album-lightbox__nav.next { right: -8px; }

.album-lightbox__close {
    background: #f97794;
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.blog-item-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.page-hero {
    padding: 160px 0 80px;
    background: #1c2331;
    color: #fff;
    text-align: center;
}

.page-hero h2 { color: #fff; }

.site-header .back-to-top,
.back-to-top {
    z-index: 1040;
}

.hp-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-control.is-invalid {
    border: 1px solid #d9534f !important;
}

.site-toast {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 4000;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 280px;
    max-width: min(420px, 92vw);
    padding: 14px 18px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: toast-in 0.25s ease;
}

.site-toast--success { background: #28a745; }
.site-toast--error { background: #dc3545; }

.site-toast i { font-size: 20px; }

.site-toast__close {
    margin-left: auto;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

@keyframes toast-in {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.instagram-handle {
    margin: -8px 0 12px;
    font-size: 13px;
}

.instagram-handle a {
    color: #F97794;
}

.instagram-footer li a {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #1a1a1a;
}

.instagram-footer li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-embed-wrap {
    max-height: 280px;
    overflow: hidden;
}

.instagram-embed-wrap .instagram-media {
    background: #fff;
    border: 0;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.footer-Content .row {
    align-items: flex-start;
}

.footer-col--contact .contact-footer {
    display: block;
    width: 100%;
    max-width: 100%;
}

.footer-col--contact .contact-footer li {
    overflow: hidden;
}

.footer-col--contact .contact-footer li span {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-col--instagram {
    padding-left: 28px;
}

.instagram-footer {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
}

.instagram-footer li {
    float: none;
    width: 33.33%;
}

@media (max-width: 991px) {
    .footer-col--instagram {
        padding-left: 15px;
    }
}
