/* Header v2 - two row layout */
.site-header-v2 {
    padding: 0;
    background: #fff;
    overflow: visible;
}

.site-header-v2 .header-top-row {
    border-bottom: 1px solid #ececec;
    padding: 1.2rem 0 1rem;
}

.site-header-v2 .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.site-header-v2 .header-brand-block {
    flex: 0 0 28rem;
    max-width: 28rem;
}

.site-header-v2 .header-logo {
    display: block;
    max-width: 28rem;
    margin-right: 0;
}

.site-header-v2 .header-awards-block {
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
}

.site-header-v2 .header-award-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-header-v2 .header-award-logos img {
    height: 5.6rem;
    width: auto;
    object-fit: contain;
}

.site-header-v2 .header-award-caption {
    margin: 0.8rem 0 0;
    color: #e53935;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.site-header-v2 .header-actions-block {
    flex: 0 0 30rem;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.8rem;
}

.site-header-v2 .header-cta-btn {
    width: 100%;
    max-width: 30rem;
    min-height: 4.4rem;
    border-radius: 2.4rem;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    white-space: normal;
    line-height: 1.3;
}

.site-header-v2 .header-contact-pills {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    max-width: 30rem;
}

.site-header-v2 .header-contact-pill {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.8rem;
    border: 1px solid #ddd;
    border-radius: 2rem;
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    background: #fff;
    padding: 0.4rem 0.8rem;
}

.site-header-v2 .header-contact-pill img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: contain;
}

.site-header-v2 .header-contact-pill:hover {
    border-color: #ff6336;
    color: #ff6336;
}

.site-header-v2 .header-nav-row {
    padding: 1.6rem 0 1rem;
    position: relative;
    overflow: visible;
}

.site-header-v2 .header-nav-row .container,
.site-header-v2 .header-nav-row .menu_wrap {
    overflow: visible;
    position: static;
}

.site-header-v2 .header-nav-row .menu_wrap {
    width: 100%;
}

.site-header-v2 .header-main-menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.2rem;
}

.site-header-v2 .header-main-menu > li {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    text-align: center;
    overflow: visible;
}

.site-header-v2 .header-main-menu > li > a.nav-link,
.site-header-v2 .header-main-menu > li > a.has-submenu,
.site-header-v2 #menu.header-main-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.8rem 0;
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
    white-space: nowrap;
}

.site-header-v2 .header-main-menu > li .hot-tag {
    position: absolute;
    top: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 4.4rem;
    height: auto;
    padding: 0.35rem 0.9rem;
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 1.2rem;
    z-index: 5;
    display: inline-block;
}

.site-header-v2 .header-main-menu > li > a.nav-link::after,
.site-header-v2 .header-main-menu > li > a.has-submenu::after {
    bottom: -0.2rem;
}

.site-header-v2 .menu-link-text {
    display: inline-block;
    line-height: 1.2;
}

.site-header-v2 .menu-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin: 0;
    flex-shrink: 0;
    border: none;
    position: relative;
    top: 0.1rem;
}

.site-header-v2 .menu-chevron::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 0.45rem solid transparent;
    border-right: 0.45rem solid transparent;
    border-top: 0.55rem solid currentColor;
}

.site-header-v2 .header-main-menu > li > a:hover,
.site-header-v2 .header-main-menu > li > a.active {
    color: #e53935;
}

.site-header-v2 .header-main-menu > li > a:hover .menu-chevron::before,
.site-header-v2 .header-main-menu > li:hover > a .menu-chevron::before {
    border-top-color: #e53935;
}

/* Standard dropdown */
.site-header-v2 .has-dropdown {
    position: relative;
    z-index: 2;
}

.site-header-v2 .has-dropdown:hover {
    z-index: 1400;
}

.site-header-v2 .has-dropdown .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 50%;
    transform: translateX(-50%);
    min-width: 30rem;
    background: #fff;
    padding: 1rem 0;
    margin: 0;
    list-style: none;
    z-index: 1401;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.12);
    border: 1px solid #ececec;
}

.site-header-v2 .has-dropdown:hover .sub-menu,
.site-header-v2 .has-dropdown.sub-open .sub-menu {
    display: block;
}

.site-header-v2 .has-dropdown .sub-menu li {
    border: 0;
    border-bottom: 0;
}

.site-header-v2 .has-dropdown .sub-menu li a {
    display: block;
    padding: 0.8rem 1.6rem;
    font-size: 1.5rem;
    color: #333;
}

.site-header-v2 .has-dropdown .sub-menu li a:hover {
    background: #efefef;
    color: #e53935;
}

/* Mega menu - full width */
.site-header-v2 .has-mega-menu {
    position: relative;
    z-index: 2;
}

.site-header-v2 .mega-menu-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.08);
    z-index: 1200;
    padding: 2rem 0 3rem;
    overflow: visible;
    pointer-events: none;
}

.site-header-v2 .destinations-mega-panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1.2rem;
    height: 1.2rem;
}

.site-header-v2 .header-nav-row.mega-hover .destinations-mega-panel,
.site-header-v2 .destinations-mega-panel:hover {
    display: block;
    pointer-events: auto;
}

.site-header-v2 .destinations-mega-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(28rem, 1fr);
    gap: 4rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    align-items: start;
}

.site-header-v2 .mega-menu-destinations-block {
    min-width: 0;
}

.site-header-v2 .mega-menu-dest-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
}

.site-header-v2 .mega-menu-title-spacer {
    visibility: hidden;
}

.site-header-v2 .mega-menu-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 1.4rem;
}

.site-header-v2 .mega-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-header-v2 .mega-menu-list li {
    border: 0;
    width: 100%;
}

.site-header-v2 .mega-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.85rem 0;
    font-size: 1.6rem;
    line-height: 1.35;
    color: #333;
    border: 0;
}

.site-header-v2 .mega-menu-list li a:hover {
    color: #e53935;
    background: transparent;
}

.site-header-v2 .mega-badge {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}

.site-header-v2 .mega-menu-promo-col {
    min-width: 0;
}

.site-header-v2 .mega-promo-cards {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.site-header-v2 .mega-promo-card {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0.6rem;
    min-height: 9rem;
    color: #222;
}

.site-header-v2 .mega-promo-card-image {
    flex: 0 0 11rem;
    max-width: 11rem;
}

.site-header-v2 .mega-promo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-header-v2 .mega-promo-card-content {
    flex: 1;
    padding: 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.site-header-v2 .mega-promo-card-content p {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #444;
}

.site-header-v2 .mega-promo-card-content h5 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
}

/* Offset fixed header height */
body.has-header-v2 main.overflow-hidden {
    padding-top: 18rem;
}

.site-header-v2.sticky .header-top-row {
    padding: 0.8rem 0;
}

.site-header-v2.sticky .header-award-logos img {
    height: 4.2rem;
}

.site-header-v2.sticky .header-award-caption {
    display: none;
}

/* Desktop: header itself never scrolls; only mega menu lists scroll if needed */
@media (min-width: 992px) {
    header.site-header-v2,
    header.site-header-v2 .header-top-row,
    header.site-header-v2 .header-nav-row {
        overflow: visible !important;
        max-height: none !important;
    }

    header.site-header-v2 {
        left: 0 !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .site-header-v2 .header-main-menu {
        overflow-x: visible;
        justify-content: flex-start;
    }

    .site-header-v2 .header-main-menu > li {
        flex: 0 0 auto;
        text-align: left;
    }

    .site-header-v2 .header-main-menu > li .hot-tag {
        top: 0.6rem;
        left: auto;
        right: 1.5rem;
        transform: none;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .site-header-v2 .header-top-inner {
        flex-wrap: wrap;
        gap: 1rem;
    }

    header.site-header-v2 {
        display: flex;
        flex-direction: column;
        overflow: hidden !important;
    }

    .site-header-v2 .header-top-row {
        flex-shrink: 0;
    }

    .site-header-v2 .header-brand-block,
    .site-header-v2 .header-actions-block,
    .site-header-v2 .header-awards-block {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: left;
    }

    .site-header-v2 .header-actions-block {
        align-items: stretch;
    }

    .site-header-v2 .header-contact-pills {
        max-width: 100%;
    }

    .site-header-v2 .header-award-logos {
        justify-content: flex-start;
    }

    .site-header-v2 .header-nav-row {
        display: none;
    }

    .site-header-v2.current .header-nav-row {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        max-height: calc(100vh - 14rem);
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
        z-index: 1300;
    }

    .site-header-v2 .header-main-menu {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
        overflow: visible;
    }

    .site-header-v2 .header-main-menu > li {
        padding: 0;
        border-bottom: 1px solid #eee;
    }

    .site-header-v2 .header-main-menu > li > a {
        padding: 1.2rem 1.5rem;
        width: 100%;
        justify-content: flex-start;
        font-size: 2.4rem;
    }

    .site-header-v2 .has-dropdown .sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        border: 0;
        padding: 0 1.5rem 1rem;
        width: 100%;
        left: auto;
        transform: none;
        min-width: 0;
    }

    .site-header-v2 .destinations-mega-panel {
        position: static;
        top: auto;
        pointer-events: auto;
    }

    .site-header-v2 .has-mega-menu.mega-open ~ .destinations-mega-panel,
    .site-header-v2 .header-nav-row.mega-menu-active .destinations-mega-panel,
    .site-header-v2 .header-nav-row.mega-hover .destinations-mega-panel,
    .site-header-v2 .has-dropdown.sub-open .sub-menu {
        display: block;
        pointer-events: auto;
    }

    .site-header-v2 .destinations-mega-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0;
        max-width: 100%;
    }

    .site-header-v2 .mega-menu-dest-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .site-header-v2 .mega-menu-list {
        max-height: none;
        overflow: visible;
    }

    body.has-header-v2 main.overflow-hidden {
        padding-top: 10rem;
    }
}

@media (max-width: 575px) {
    .site-header-v2 .header-contact-pills {
        flex-direction: column;
    }

    .site-header-v2 .header-award-logos img {
        height: 4.4rem;
    }
}
