:root {
    --tmd-gold: #d7b26d;
    --tmd-ink: #171717;
    --tmd-cream: #f7f3ec;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #303030;
    line-height: 1.7;
}

.main-nav {
    background: rgba(12, 12, 12, .9);
    backdrop-filter: blur(8px);
}

.main-nav.transparent {
    background: rgba(12, 12, 12, .72);
}

.main-nav .inner-nav ul li a {
    letter-spacing: .08em;
}

.main-nav .inner-nav ul li.nav-book-item a.nav-book-link {
    background: transparent;
    border: 1px solid rgba(215, 178, 109, .8);
    color: var(--tmd-gold) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border-radius: 2px;
    font-size: 11px;
    white-space: nowrap;
}

.main-nav .inner-nav ul li.nav-book-item {
    display: flex;
    align-items: center;
    height: 75px;
    transition: height .27s cubic-bezier(0, 0, .58, 1);
}

.main-nav.small-height .inner-nav ul li.nav-book-item {
    height: 55px;
}

.main-nav.small-height .inner-nav ul li.nav-book-item a.nav-book-link {
    height: 30px !important;
    min-height: 30px !important;
    line-height: 1 !important;
}

.fullwidth-galley-content {
    background: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .18), rgba(0, 0, 0, .52));
}

#home,
#home .fullwidth-gallery,
#home .fullwidth-gallery .owl-wrapper-outer,
#home .fullwidth-gallery .owl-wrapper,
#home .fullwidth-gallery .owl-item,
#home .home-section {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 620px;
}

.main-nav.mobile-on .inner-nav ul li.nav-book-item {
    display: block;
    height: auto;
}

.main-nav.mobile-on .inner-nav ul li.nav-book-item a.nav-book-link {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    background: transparent;
    border: 0;
    color: #fff !important;
    text-align: left;
}

.hero-logo img {
    max-height: 260px;
    width: auto;
}

.hero-title {
    max-width: 850px;
    margin: 0 auto 12px;
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.hero-location {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-actions {
    margin-top: 24px;
}

.hero-actions .btn {
    border-color: var(--tmd-gold);
    background: var(--tmd-gold);
    color: #111;
}

#about .row {
    margin-left: 0;
    margin-right: 0;
}

#about {
    scroll-margin-top: 55px;
}

#about video,
.image-carousel video {
    max-width: 100%;
    height: auto;
}

#about h2,
#about h3 {
    letter-spacing: .03em;
}

.about-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--tmd-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-mark {
    text-align: center;
}

.about-mark img {
    width: 60%;
    height: auto;
}

@media (min-width: 992px) {
    #about {
        padding: 0;
        background: #151515;
    }

    #about .about-intro-row,
    #about .about-details-row {
        display: flex;
        align-items: center;
        max-width: 1440px;
        margin: 0 auto !important;
        padding-right: 42px;
        padding-left: 42px;
    }

    #about .about-intro-row {
        padding-top: 90px;
        padding-bottom: 58px;
    }

    #about .about-details-row {
        padding-top: 58px;
        padding-bottom: 80px;
        border-top: 1px solid rgba(255, 255, 255, .09);
    }

    .about-media {
        padding-right: 34px;
    }

    .about-media video {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 4px;
        background: #080808;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
    }

    .about-copy {
        max-width: 650px;
        padding-left: 48px;
    }

    .about-copy .align-center,
    .about-booking .align-center {
        text-align: left !important;
    }

    .about-copy h2 {
        font-size: 34px;
        line-height: 1.22;
    }

    .about-copy p,
    .about-booking p {
        font-size: 16px;
        line-height: 1.75;
    }

    .about-booking {
        max-width: 680px;
        padding-right: 48px;
    }

    .about-booking h3 {
        color: #fff;
        font-size: 21px;
    }

    .about-service-title {
        margin-top: 34px;
    }

    .about-mark {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 360px;
        padding-left: 40px;
    }

    .about-mark img {
        width: auto;
        max-width: 330px;
        max-height: 360px;
        object-fit: contain;
    }
}

.packages-section {
    background: var(--tmd-cream);
}

.packages-section .alt-features-item {
    height: 100%;
    padding: 34px 28px;
    background: #fff;
    border-top: 3px solid var(--tmd-gold);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .07);
}

.packages-section .alt-features-title {
    color: var(--tmd-ink);
    font-size: 19px;
}

.packages-section .alt-service-icon {
    color: #a77d36;
}

.booking-intro img {
    object-fit: contain;
}

#formSection {
    scroll-margin-top: 85px;
}

#formSection .contact-form {
    padding: 34px 22px;
    background: #fff;
    border-top: 3px solid var(--tmd-gold);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .09);
}

#formSection .form-control:focus {
    border-color: #ad8744;
    box-shadow: 0 0 0 2px rgba(215, 178, 109, .18);
}

#formSection button[type="submit"] {
    background: var(--tmd-ink);
    color: #fff;
}

#faq {
    scroll-margin-top: 85px;
}

#faq .accordion > dt > a {
    font-weight: 600;
}

.media-carousel-section {
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
    background: #f7f3ec;
}

.media-carousel-heading .lead {
    color: #666;
}

.image-carousel {
    padding: 8px 0;
    background: #111;
}

.image-carousel .owl-wrapper-outer {
    overflow: hidden;
}

.image-carousel .owl-item {
    box-sizing: border-box;
    padding: 0 6px;
}

.image-carousel .media-carousel-item,
.image-carousel .post-prev-img,
.image-carousel .post-prev-img > a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: #080808;
}

.image-carousel .post-prev-img > a {
    height: 100%;
}

.image-carousel .post-prev-img img,
.image-carousel .post-prev-img video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    background: #080808;
}

.image-carousel .owl-controls {
    margin: 0;
}

.image-carousel .owl-prev,
.image-carousel .owl-next {
    width: 46px;
    height: 64px;
    margin-top: -32px;
}

.footer a,
.footer .ci-text {
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .main-nav .inner-nav ul li.nav-book-item {
        display: block;
        height: auto;
    }

    .main-nav .inner-nav ul li.nav-book-item a.nav-book-link {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 12px 15px !important;
        background: transparent;
        border: 0;
        color: #fff !important;
        text-align: left;
    }

    .packages-section .alt-features-item {
        margin-bottom: 28px;
    }

    .about-media,
    .about-copy,
    .about-booking,
    .about-mark {
        padding: 28px 20px !important;
    }
}

@media (max-width: 767px) {
    #home,
    #home .fullwidth-gallery,
    #home .fullwidth-gallery .owl-wrapper-outer,
    #home .fullwidth-gallery .owl-wrapper,
    #home .fullwidth-gallery .owl-item,
    #home .home-section {
        min-height: 560px;
    }

    .hero-logo img {
        max-height: 190px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-location {
        font-size: 11px;
        letter-spacing: .1em;
    }

    #formSection .contact-form {
        padding: 24px 4px;
    }

    .media-carousel-section {
        padding-top: 60px;
    }

    .image-carousel .owl-item {
        padding: 0 4px;
    }
}
