/* ===== Sticky top bar: logo height, hamburger + nav + CTA ===== */
.orlana-mega-bar {
    --mega-logo-h: 192px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: var(--mega-logo-h);
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    overflow: visible;
}

.orlana-mega-bar.is-scrolled {
    background: rgba(15, 15, 16, 0.82);
    border-bottom-color: rgba(200, 163, 95, 0.25);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.orlana-mega-bar .mega-bar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 24px 0 18px;
    position: relative;
}

.orlana-mega-bar .mega-bar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    z-index: 2;
    height: 100%;
}

.orlana-mega-bar .menu-btn {
    display: inline-grid;
    width: 28px;
    height: auto;
    cursor: pointer;
    margin-left: 0;
    flex-shrink: 0;
}

.orlana-mega-bar .menu-btn span {
    background-color: #fff;
    margin-bottom: 5px;
    height: 2px;
    width: 100%;
}

.orlana-mega-bar .menu-btn span:last-child {
    margin-bottom: 0;
}

.orlana-mega-bar .logo {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    max-height: 100%;
}

.orlana-mega-bar .logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.orlana-mega-bar .logo img {
    height: 100%;
    width: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.orlana-mega-bar .mega-bar-center {
    /* No transform here — it would trap position:fixed megamenu */
    position: absolute;
    left: 240px;
    right: 240px;
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    z-index: 1;
    max-width: none;
    overflow: visible;
}

.orlana-mega-bar .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.orlana-mega-bar .nav-item {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
}

.orlana-mega-bar .nav-link {
    color: #F7F5F2 !important;
    font-family: 'Manrope', sans-serif;
    font-size: 14.4px; /* 18px -20% */
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 14px !important;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.25s ease;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.orlana-mega-bar .nav-link:hover,
.orlana-mega-bar .nav-link:focus,
.orlana-mega-bar .nav-item.mega-open > .nav-link,
.orlana-mega-bar .nav-item:hover > .nav-link {
    color: #C8A35F !important;
}

.orlana-mega-bar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 2px;
    border-top-color: #C8A35F;
}

.orlana-mega-bar .mega-bar-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    z-index: 2;
    height: 100%;
}

.orlana-mega-bar .btn-cta {
    display: inline-block;
    background-color: transparent;
    color: #C8A35F;
    border: 1px solid #C8A35F;
    padding: 10px 22px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-decoration: none;
    border-radius: 0;
    transition: 0.4s ease;
    white-space: nowrap;
}

.orlana-mega-bar .btn-cta:hover,
.orlana-mega-bar .btn-cta:focus {
    background-color: #C8A35F;
    color: #0F0F10;
    border-color: #C8A35F;
    text-decoration: none;
}

/* Mega dropdown — no gap, stays open while hovering panel */
.orlana-mega-bar .dropdown.static {
    position: static;
}

.orlana-mega-bar .dropdown-menu.megamenu {
    display: none;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--mega-logo-h) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    padding: 18px 0 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    max-height: min(70vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    will-change: auto;
    float: none;
}

.orlana-mega-bar .dropdown-menu.megamenu > li {
    width: 100%;
}

.orlana-mega-bar .megamenu .mega-menu-row {
    margin-left: 0;
    margin-right: 0;
}

.orlana-mega-bar .nav-item.dropdown:hover > .dropdown-menu.megamenu,
.orlana-mega-bar .nav-item.dropdown.mega-open > .dropdown-menu.megamenu {
    display: block;
}

/* Invisible hover bridge between trigger and panel */
.orlana-mega-bar .dropdown-menu.megamenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
}

.orlana-mega-bar .dropdown-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22.5px; /* 18px +25% */
    font-weight: 600;
    color: #0F0F10;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(200, 163, 95, 0.35);
    line-height: 1.2;
}

.orlana-mega-bar .dropdown-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #C8A35F;
    margin: 9px 0 3px;
    line-height: 1.25;
}

.orlana-mega-bar .dropdown-subtitle:first-of-type {
    margin-top: 0;
}

.orlana-mega-bar .mega-cat-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 2px;
}

.orlana-mega-bar .mega-cat-lists {
    flex: 1 1 auto;
    min-width: 0;
}

.orlana-mega-bar .mega-cat-lists .dropdown-subtitle:first-child {
    margin-top: 0;
}

/* Equal size for both mega images; +85% toward the left */
.orlana-mega-bar .mega-cat-img {
    --mega-img-w: 259px; /* 140px * 1.85 */
    --mega-img-h: 389px; /* 210px * 1.85 */
    flex: 0 0 var(--mega-img-w);
    width: var(--mega-img-w);
    height: var(--mega-img-h);
    margin: 0 0 0 auto;
    align-self: flex-start;
    overflow: hidden;
}

.orlana-mega-bar .mega-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.orlana-mega-bar .mengmenu_border {
    border-right: 1px solid #ece8e2;
}

@media (max-width: 1399.98px) {
    .orlana-mega-bar .mega-cat-img {
        --mega-img-w: 222px; /* 120 * 1.85 */
        --mega-img-h: 333px; /* 180 * 1.85 */
    }
}

@media (max-width: 1199.98px) {
    .orlana-mega-bar .mega-bar-center {
        left: 180px;
        right: 180px;
    }

    .orlana-mega-bar .mega-cat-img {
        --mega-img-w: 185px; /* 100 * 1.85 */
        --mega-img-h: 278px; /* 150 * 1.85 */
    }
}

@media (max-width: 991.98px) {
    .orlana-mega-bar .mega-cat-img {
        --mega-img-w: 167px; /* 90 * 1.85 */
        --mega-img-h: 250px; /* 135 * 1.85 */
    }
}

.orlana-mega-bar .megamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.orlana-mega-bar .megamenu ul li {
    margin: 0;
    padding: 0;
}

.orlana-mega-bar .megamenu .dropdown-item {
    display: inline;
    padding: 0;
    color: #4a4743;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    white-space: normal;
    background: transparent !important;
}

.orlana-mega-bar .megamenu ul > li {
    padding: 1px 0;
}

.orlana-mega-bar .megamenu .right-arrow {
    color: #C8A35F;
    font-size: 11px;
    margin-right: 6px;
}

.orlana-mega-bar .megamenu .dropdown-item:hover {
    color: #C8A35F;
    margin-left: 4px;
    transition: all 0.2s ease;
}

.orlana-mega-bar .mega-featured img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

.orlana-mega-bar .megamenu-slider-para {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #6b6660;
    line-height: 1.4;
    margin-bottom: 10px;
}

.orlana-mega-bar .mega-featured-btn {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0F0F10;
    border: 1px solid #C8A35F;
    padding: 8px 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.orlana-mega-bar .mega-featured-btn:hover {
    background: #C8A35F;
    color: #0F0F10;
    text-decoration: none;
}

.orlana-mega-bar .carousel-menu {
    position: relative;
}

.orlana-mega-bar .ini-customPrevBtn,
.orlana-mega-bar .ini-customNextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.orlana-mega-bar .ini-customPrevBtn { left: 10px; }
.orlana-mega-bar .ini-customNextBtn { right: 10px; }

/* Offset page content under fixed bar */
body {
    padding-top: 0;
}

.main-content {
    /* hero remains full viewport; bar overlays it */
}

.home-video {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 560px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.home-video .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.home-video .video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        105deg,
        rgba(15, 15, 16, 0.72) 0%,
        rgba(15, 15, 16, 0.45) 42%,
        rgba(15, 15, 16, 0.25) 100%
    );
}

.home-video .content-area {
    position: absolute;
    top: 50%;
    left: 8%;
    right: auto;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 640px;
}

.home-video .text-home .eyebrow,
.home-video .text-home .sub-heading {
    color: rgba(247, 245, 242, 0.88);
}

.home-video .text-home .main-heading {
    color: #F7F5F2;
}

.home-video .brown-btn {
    border-color: #C8A35F;
    color: #C8A35F;
}

.home-video .brown-btn:hover {
    background: #C8A35F;
    color: #0F0F10;
}

@media (min-width: 992px) {
    .home-video .content-area {
        left: 10%;
        padding-top: var(--mega-logo-h, 192px);
        box-sizing: content-box;
    }
}

@media (max-width: 1199.98px) {
    .orlana-mega-bar .nav-link {
        font-size: 12px; /* 15px -20% */
        padding: 0 10px !important;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 991.98px) {
    .orlana-mega-bar {
        --mega-logo-h: 110px;
    }

    .orlana-mega-bar .mega-bar-right .btn-cta {
        padding: 8px 14px;
        font-size: 11px;
    }

    .home-video .content-area {
        left: 5%;
        right: 5%;
        max-width: none;
        text-align: center;
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .orlana-mega-bar {
        /* 96px * 1.25 = 120px */
        --mega-logo-h: 120px;
    }

    .orlana-mega-bar .mega-bar-row {
        padding: 0 16px 0 18px;
    }

    .orlana-mega-bar .mega-bar-left {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .orlana-mega-bar .menu-btn {
        order: 1;
    }

    .orlana-mega-bar .logo {
        order: 2;
        margin-left: auto;
    }

    .orlana-mega-bar .mega-bar-right {
        display: none;
    }

    .home-video .text-home .main-heading {
        font-size: 42px;
    }

    .home-video .text-home .sub-heading {
        font-size: 18px;
    }

    .home-video .content-area {
        padding-top: 120px;
    }
}
