/* Cinematic homepage hero — photography-led poster matching the Iztuzu first-load frame */

body.hero-cinematic {
    --hero-chrome: 108px;
    --hero-peek: 14rem;
    --hero-gold: #D6A743;
    --hero-red: #E52E32;
    --hero-petrol: #153F46;
    --hero-canvas: #F7F5F0;
    --hero-ink: #24363B;
    --themecolor: #153F46;
    --secondarycolor: #D6A743;
    --secondarycolorrgba: 214, 167, 67;
    --redcolor: #E52E32;
    --textcolor: #24363B;
    --whitecolor: #FFFFFF;
    --hovercolor: #153F46;
    color: #24363B;
    background: #F7F5F0;
}

body.hero-cinematic .top-bar {
    position: relative;
    z-index: 25;
}

body.hero-cinematic .top-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    min-width: 0;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
}

body.hero-cinematic .top-kicker svg {
    flex: 0 0 auto;
    opacity: 0.95;
}

body.hero-cinematic .top-links {
    border-bottom: 0;
}

body.hero-cinematic .top-links-item {
    border-left-color: rgba(255, 255, 255, 0.12);
}

body.hero-cinematic .top-links-item > a,
body.hero-cinematic .top-links-item > .top-lang__btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: #fff !important;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

body.hero-cinematic .top-links-item > a i,
body.hero-cinematic .top-links-item > .top-lang__btn i {
    font-size: 0.72rem;
    opacity: 0.92;
}

body.hero-cinematic .top-lang__btn {
    gap: 8px;
}

body.hero-cinematic .top-lang__caret {
    display: block;
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    opacity: 0.85;
}

body.hero-cinematic .top-lang .top-links-sub-menu {
    left: auto;
    right: 0;
    width: 140px;
    padding: 0;
    margin-top: 0;
    background: #fff;
    border: 1px solid rgba(18, 49, 43, 0.08);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(12, 28, 32, 0.16);
    overflow: hidden;
}

body.hero-cinematic #top-social .top-lang .top-links-sub-menu a {
    color: #24363B !important;
    overflow: visible;
    padding: 8px 14px;
    font-size: 0.78rem;
    font-weight: 500;
    border-bottom: 0;
}

body.hero-cinematic .top-lang .top-links-sub-menu .top-links-item:hover {
    background: rgba(21, 63, 70, 0.06);
}

body.hero-cinematic .top-lang:focus-within > .top-links-sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}

body.hero-cinematic #header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 24;
    padding-top: 0;
    background: var(--whitecolor, #fff);
    border-bottom: none;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}

body.hero-cinematic .header-row {
    min-height: 72px;
    flex-wrap: nowrap;
}

body.hero-cinematic #logo img {
    height: 46px;
}

body.hero-cinematic .primary-menu {
    margin-right: auto;
}

body.hero-cinematic .primary-menu > .menu-container > .menu-item > .menu-link,
body.hero-cinematic .primary-menu > .menu-container > .menu-item > .menu-link div {
    color: #24363B;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

body.hero-cinematic .header-tools {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
    flex-shrink: 0;
}

body.hero-cinematic .header-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #24363B !important;
    font-size: 0.95rem;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}

body.hero-cinematic .header-search:hover,
body.hero-cinematic .header-search:focus {
    background: rgba(21, 63, 70, 0.08);
    color: #153F46 !important;
}

body.hero-cinematic .header-plan {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 22px 10px 24px;
    background: #153F46;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(21, 63, 70, 0.22);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

body.hero-cinematic .header-plan span {
    font-size: 1.05em;
    letter-spacing: 0;
}

body.hero-cinematic .header-plan:hover,
body.hero-cinematic .header-plan:focus {
    background: #0f3238;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(15, 50, 56, 0.28);
}

body.hero-cinematic .memories {
    margin-top: -1px;
    padding: 8px 0 72px;
    overflow: visible;
}

body.hero-cinematic .memories::before {
    content: "";
    position: absolute;
    left: -48px;
    top: -38px;
    width: 118px;
    height: 108px;
    background: url("/assets/img/hero-leaf.png?v=2") no-repeat left top / contain;
    opacity: 0.22;
    filter: blur(1.2px);
    pointer-events: none;
    z-index: 1;
}

body.hero-cinematic .memories__frame {
    position: relative;
    z-index: 2;
    padding: 28px 40px 48px;
}

body.hero-cinematic .memories__head {
    margin-bottom: 18px;
    align-items: center;
}

body.hero-cinematic .memories__ctas .hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    background: #FFFFFF;
    color: #153F46 !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1.5px solid transparent;
    box-shadow: none;
}

body.hero-cinematic .memories__ctas .hero-cta--ghost {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
}

body.hero-cinematic .memories__ctas .hero-cta--ghost:hover,
body.hero-cinematic .memories__ctas .hero-cta--ghost:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}


.hero-slider,
.hero-slider.swiper-container {
    --hero-gold: #D6A743;
    --hero-ink: #24363B;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: calc(100svh - var(--hero-chrome, 108px) - var(--hero-peek, 14rem));
    min-height: 30.5rem;
    overflow: hidden;
    isolation: isolate;
}

.hero-slider .swiper-wrapper {
    max-width: 100%;
    height: 100% !important;
}

.hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100% !important;
    /* Theme CSS forces .swiper-slide { min-height: 100dvh }; without this reset the slide
       overflows the clipped slider and the lower third of every hero photo is never visible. */
    min-height: 0 !important;
    z-index: 2;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 38%;
    transform: scale(1.02);
}

.hero-bg--iztuzu {
    background-position: center 72%;
}

.hero-bg--dalyan {
    background-position: center 54%;
}

.hero-bg--coast {
    background-position: 48% 55%;
}

.hero-bg--cappadocia {
    background-position: center 60%;
}

.hero-slider .swiper-slide-active .hero-bg {
    animation: heroZoom 6s ease-out forwards;
}

@keyframes heroZoom {
    from {
        transform: scale(1.02);
    }
    to {
        transform: scale(1.08);
    }
}

.hero-slider .swiper-slide::before,
.hero-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-slider .swiper-slide::before {
    background:
        linear-gradient(90deg, rgba(12, 22, 28, 0.42) 0%, rgba(12, 22, 28, 0.16) 34%, rgba(12, 22, 28, 0.02) 62%, rgba(12, 22, 28, 0.1) 100%);
}

.hero-slider .swiper-slide::after {
    background:
        linear-gradient(180deg, rgba(12, 22, 28, 0.08) 0%, rgba(12, 22, 28, 0.02) 36%, rgba(12, 22, 28, 0.12) 78%, rgba(12, 22, 28, 0.28) 100%);
}

.hero-caption {
    position: absolute;
    left: clamp(96px, 9vw, 132px);
    top: 13%;
    bottom: auto;
    z-index: 5;
    max-width: min(640px, 52vw);
    color: #fff;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.85s ease 0.22s, transform 0.85s ease 0.22s;
}

.hero-slider .swiper-slide-active .hero-caption {
    opacity: 1;
    transform: translateY(0);
}

.hero-eyebrow {
    margin: 0 0 4px;
    font-family: "Great Vibes", "Playfair Display", cursive;
    font-size: clamp(1.85rem, 2.8vw, 2.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #D6A743;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-slider h2.hero-title,
.hero-title {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.5rem, 4.7vw, 4.65rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.92;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.hero-kicker {
    margin: 0 0 10px;
    max-width: 28em;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.05rem, 1.5vw, 1.38rem);
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.hero-body {
    margin: 0 0 22px;
    max-width: 34em;
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.92rem, 1.05vw, 1.05rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.hero-slider .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 28px 12px 30px;
    background: var(--hero-gold);
    color: var(--hero-ink) !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 0;
    box-shadow: 0 10px 24px rgba(18, 28, 32, 0.18);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hero-slider .hero-cta span {
    font-size: 1.05em;
    letter-spacing: 0;
    transform: translateY(-1px);
}

.hero-slider .hero-cta:hover,
.hero-slider .hero-cta:focus {
    background: #c49638;
    color: #24363B !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(214, 167, 67, 0.34);
}

.hero-slider .hero-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.hero-location {
    position: absolute;
    left: clamp(96px, 9vw, 132px);
    bottom: 78px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.hero-location .tr-flag--pin {
    flex: 0 0 27px;
    width: 27px;
    height: 18px;
    opacity: 1;
    border-radius: 1px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.hero-motto {
    position: absolute;
    right: clamp(28px, 5vw, 88px);
    bottom: 78px;
    z-index: 6;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Poppins", sans-serif;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.hero-listed {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin: 0;
    max-width: calc(100% - 56px);
}

.hero-listed__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hero-listed__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 96px;
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
    opacity: 0.92;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero-listed__seal {
    display: block;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(8, 18, 22, 0.28);
}

.hero-listed__seal img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-listed__name {
    font-family: "Poppins", sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.hero-listed__badge:hover,
.hero-listed__badge:focus {
    opacity: 1;
    color: #fff !important;
    transform: translateY(-2px);
}

.hero-listed__badge:focus-visible {
    outline: 2px solid var(--hero-gold, #D6A743);
    outline-offset: 4px;
    border-radius: 12px;
}

.hero-rail {
    position: absolute;
    right: clamp(72px, 7vw, 110px);
    bottom: 168px;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 188px;
    max-width: calc(100% - 48px);
}

.tr-flag {
    display: block;
    overflow: hidden;
    border-radius: 1px;
}

.hero-ta {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: none;
    padding: 14px 16px 13px;
    color: #12312b !important;
    background: #fff;
    border: 1px solid rgba(18, 49, 43, 0.08);
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(12, 28, 32, 0.18);
    font-family: "Poppins", sans-serif;
    line-height: 1;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-ta:hover,
.hero-ta:focus {
    color: #12312b !important;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(12, 28, 32, 0.22);
}

.hero-ta:focus-visible {
    outline: 2px solid var(--hero-gold, #D6A743);
    outline-offset: 3px;
}

.hero-ta__lockup {
    display: block;
    width: 148px;
    height: 28px;
    object-fit: contain;
    object-position: left center;
}

.hero-ta__score {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-ta__score b {
    color: #12312b;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.hero-ta__stars {
    display: inline-flex;
    gap: 2px;
    color: #f2b203;
}

.hero-ta__stars svg {
    display: block;
}

.hero-ta small {
    color: #5d746e;
    font-size: 0.8125rem;
    font-weight: 500;
}

.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 4;
    pointer-events: none;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: clamp(52px, 6vw, 80px);
    fill: #F7F5F0;
}

.hero-slider {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 18px;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-top: 0 !important;
    padding: 0;
    top: calc((100% - clamp(52px, 6vw, 80px)) / 2);
    z-index: 8;
    appearance: none;
    background: rgba(28, 36, 40, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 22px rgba(8, 16, 20, 0.16);
    opacity: 0.95;
    transform: translateY(-50%);
    transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.hero-slider .swiper-button-next::before,
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::before,
.hero-slider .swiper-button-prev::after {
    content: none !important;
    display: none !important;
    font-size: 0 !important;
}

.hero-slider .swiper-navigation-icon {
    display: none !important;
}

.hero-chevron {
    display: block;
    width: 22px;
    height: 22px;
}

.hero-slider .swiper-button-prev {
    left: 18px;
}

.hero-slider .swiper-button-next {
    right: 18px;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:focus-visible,
.hero-slider .swiper-button-prev:focus-visible {
    background: rgba(18, 28, 32, 0.48);
    opacity: 1;
}

.hero-slider .swiper-button-prev:hover {
    transform: translateY(-50%) translateX(-3px);
}

.hero-slider .swiper-button-next:hover {
    transform: translateY(-50%) translateX(3px);
}

.hero-slider .swiper-pagination {
    bottom: 76px !important;
    z-index: 6;
    left: 50%;
    width: auto !important;
    transform: translateX(-50%);
}

.hero-slider .swiper-pagination-bullet,
.hero-slider .swiper-pagination span {
    width: 9px;
    height: 9px;
    margin: 0 5px !important;
    background: rgba(255, 255, 255, 0.42) !important;
    border: 0;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
    transition: background 0.3s, transform 0.3s;
}

.hero-slider .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination span.swiper-pagination-bullet-active,
.hero-slider .swiper-pagination span:hover {
    background: var(--hero-gold) !important;
    border-color: var(--hero-gold);
    transform: scale(1.2);
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    body.hero-cinematic {
        --hero-peek: 13rem;
    }

    .hero-caption,
    .hero-location {
        left: clamp(56px, 6vw, 88px);
    }

    .hero-rail {
        right: 64px;
        bottom: 132px;
    }

    .hero-listed {
        right: 18px;
        top: 14px;
    }

    .hero-listed__badge,
    .hero-listed__seal {
        width: 88px;
    }

    .hero-listed__seal {
        height: 88px;
    }
}

@media (max-width: 991.98px) {
    body.hero-cinematic {
        --hero-chrome: 78px;
        --hero-peek: 9.5rem;
    }

    body.hero-cinematic .header-tools {
        display: none;
    }

    body.hero-cinematic .header-row {
        min-height: 64px;
    }

    .hero-slider,
    .hero-slider.swiper-container {
        min-height: 32rem;
        height: calc(100svh - var(--hero-chrome, 78px) - var(--hero-peek, 9.5rem));
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        display: none !important;
    }

    .hero-caption {
        left: 22px;
        right: auto;
        top: 22%;
        max-width: calc(100vw - 120px);
    }

    .hero-title {
        font-size: clamp(2.4rem, 10vw, 3.8rem);
    }

    .hero-location {
        left: 22px;
        bottom: 56px;
    }

    .hero-motto {
        display: none;
    }

    .hero-listed {
        top: auto;
        right: 14px;
        bottom: 72px;
        align-items: flex-end;
    }

    .hero-listed__row {
        flex-direction: column;
        gap: 8px;
    }

    .hero-listed__badge,
    .hero-listed__seal {
        width: 72px;
    }

    .hero-listed__seal {
        height: 72px;
    }

    .hero-listed__name {
        font-size: 0.58rem;
    }

    .hero-rail {
        top: 14px;
        right: 14px;
        bottom: auto;
        width: 168px;
        max-width: calc(100vw - 28px);
        gap: 0;
    }

    .hero-ta {
        padding: 12px 14px 11px;
        gap: 6px;
    }

    .hero-ta__lockup {
        width: 128px;
        height: 24px;
    }

    .hero-ta__score b {
        font-size: 1.35rem;
    }

    .hero-slider .swiper-pagination {
        bottom: 56px !important;
    }

    .hero-bg--iztuzu {
        background-position: 42% 50%;
    }

    .hero-bg--dalyan {
        background-position: 78% 40%;
    }

    .hero-bg--coast {
        background-position: 55% 50%;
    }

    .hero-bg--cappadocia {
        background-position: 22% 50%;
    }

    body.hero-cinematic .memories__frame {
        padding: 24px 20px 40px;
    }

    body.hero-cinematic .memories::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body.hero-cinematic {
        --hero-peek: 5.25rem;
    }

    .hero-slider,
    .hero-slider.swiper-container {
        min-height: 30rem;
    }

    .hero-caption {
        top: 28%;
    }

    body.hero-cinematic .memories::before {
        display: none;
    }

    .hero-kicker {
        font-size: 1rem;
        padding-right: 8px;
    }

    .hero-body {
        display: none;
    }

    .hero-slider .hero-cta {
        min-height: 46px;
        padding: 11px 22px 11px 24px;
        font-size: 0.8125rem;
    }

    .hero-rail {
        width: 156px;
    }

    .hero-ta {
        padding: 10px 12px 10px;
        border-radius: 18px;
    }

    .hero-location {
        max-width: calc(100% - 36px);
        font-size: 0.8rem;
        bottom: 52px;
    }

    .hero-wave svg {
        height: 52px;
    }
}

@media (max-width: 429.98px) {
    body.hero-cinematic {
        --hero-peek: 3.5rem;
    }

    .hero-title {
        font-size: clamp(2.15rem, 11vw, 2.8rem);
    }

    .hero-eyebrow {
        font-size: 1.55rem;
    }

    .hero-rail {
        width: 148px;
    }

    .hero-kicker {
        max-width: 18em;
    }
}

@media (min-width: 992px) and (max-height: 820px) {
    body.hero-cinematic {
        --hero-peek: 12.5rem;
    }

    .hero-slider,
    .hero-slider.swiper-container {
        min-height: 24.5rem;
    }

    .hero-title {
        font-size: clamp(2.3rem, 4.2vw, 4.1rem);
    }

    .hero-caption {
        top: 18%;
    }

    .hero-body {
        display: none;
    }

    .hero-rail {
        bottom: 96px;
    }

    .hero-listed__badge,
    .hero-listed__seal {
        width: 80px;
    }

    .hero-listed__seal {
        height: 80px;
    }
}

@media (max-height: 700px) and (min-width: 992px) {
    body.hero-cinematic {
        --hero-peek: 10rem;
    }

    .hero-slider,
    .hero-slider.swiper-container {
        min-height: 22rem;
    }

    .hero-body {
        display: none;
    }

    .hero-caption {
        top: 16%;
    }

    .hero-rail {
        bottom: 86px;
    }
}

body.hero-cinematic:not(.is-hero-out) .fab-dock {
    display: none !important;
}

/* Homepage color lock: 70% warm canvas / 20% petrol / 7% red / 3% gold */
body.hero-cinematic .gray-section,
body.hero-cinematic .section-padding,
body.hero-cinematic .reviews-section {
    background: #F7F5F0;
}

body.hero-cinematic #header,
body.hero-cinematic .tour-package,
body.hero-cinematic .hero-ta {
    background: #FFFFFF;
}

body.hero-cinematic .section-title h2,
body.hero-cinematic .tour-package h5,
body.hero-cinematic .service h4,
body.hero-cinematic .choose h4 {
    color: #24363B;
}

body.hero-cinematic .section-title h2::after {
    background: #D6A743;
}

body.hero-cinematic .service-icon,
body.hero-cinematic .choose i {
    background: rgba(21, 63, 70, 0.08);
    color: #153F46;
    border-color: rgba(21, 63, 70, 0.16);
}

body.hero-cinematic .btn-marin {
    background: #153F46;
    border-color: #153F46;
    color: #FFFFFF !important;
}

body.hero-cinematic .btn-marin:hover,
body.hero-cinematic .btn-marin:focus,
body.hero-cinematic .tour-package:hover .btn-marin {
    background: #0f3238 !important;
    border-color: #0f3238 !important;
    color: #FFFFFF !important;
}

body.hero-cinematic footer {
    background-color: #153F46;
}

body.hero-cinematic #bottom-bar {
    background-color: rgba(247, 245, 240, 0.92);
}

body.hero-cinematic .footer-down-text,
body.hero-cinematic #bottom-bar a {
    color: #153F46 !important;
}

body.hero-cinematic #bottom-bar a:hover {
    color: #D6A743 !important;
}

body.hero-cinematic #sidebar-mobile {
    background: #153F46;
    color: #FFFFFF !important;
}

body.hero-cinematic #sidebar-mobile a {
    color: #FFFFFF !important;
}

body.hero-cinematic .memories__ctas .hero-cta:hover,
body.hero-cinematic .memories__ctas .hero-cta:focus {
    background: #F7F5F0;
    color: #153F46 !important;
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider .swiper-slide-active .hero-bg {
        animation: none;
    }

    .hero-caption,
    .hero-slider .swiper-slide-active .hero-caption,
    .hero-location,
    .hero-slider .swiper-slide-active .hero-location,
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next:hover,
    .hero-slider .swiper-button-prev:hover,
    .hero-ta,
    .hero-listed__badge,
    .hero-slider .hero-cta {
        transition: none;
        opacity: 1;
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next:hover,
    .hero-slider .swiper-button-prev:hover {
        transform: translateY(-50%);
    }
}
