:root {
    --rmh-green: #0a6048;
    --rmh-gold: #fcce11;
    --rmh-ink: #17231f;
    --rmh-muted: #66706c;
    --rmh-soft: #f6f2ea;
    --rmh-line: #e5ded1;
    --rmh-white: #ffffff;
    --rmh-purple: #652974;
    --rmh-navy: #171c55;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--rmh-ink);
    font-family: "PT Sans", Arial, sans-serif;
    background: var(--rmh-white);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-150%);
    background: var(--rmh-green);
    color: var(--rmh-white);
    padding: 10px 14px;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--rmh-white);
    border-bottom: 8px solid var(--rmh-gold);
    box-shadow: none;
}

main {
    padding-top: 95px;
}

.top-strip {
    display: none;
}

.top-strip__inner,
.top-strip__links,
.main-header__inner,
.desktop-nav,
.header-actions,
.hero-actions,
.social-links {
    display: flex;
    align-items: center;
}

.top-strip__inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 18px;
}

.top-strip p {
    margin: 0;
}

.top-strip__links {
    gap: 18px;
    white-space: nowrap;
}

.main-header__inner {
    position: relative;
    width: calc(100% - 24px);
    max-width: none;
    height: 95px;
    min-height: 95px;
    margin: 0 12px;
    padding: 0;
    display: block;
}

.brand img {
    width: 260px;
    height: auto;
    margin-left: 30px;
}

.brand {
    position: absolute;
    left: 0;
    top: 24px;
    display: block;
}

.desktop-nav {
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 643px;
    justify-content: flex-start;
    gap: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    text-transform: uppercase;
}

.nav-item {
    position: relative;
    display: block;
    padding: 8px 11.2px;
    min-height: 36px;
    border: 0;
    background: transparent;
    color: var(--rmh-ink);
    cursor: pointer;
    font: inherit;
    white-space: nowrap;
}

.desktop-nav > .nav-item:first-child {
    color: var(--rmh-purple);
}

.nav-item--dropdown > .nav-link {
    display: block;
    color: inherit;
    font: inherit;
    line-height: inherit;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.nav-item--dropdown > .nav-link::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid currentColor;
    opacity: .7;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    display: none;
    background: var(--rmh-white);
    border: 1px solid #e9e9ee;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    text-transform: none;
    z-index: 9999;
}

.nav-item--dropdown:hover .nav-dropdown,
.nav-item--dropdown:focus-within .nav-dropdown {
    display: block;
}

.nav-dropdown a {
    display: block;
    padding: 10px 16px;
    color: #222;
    white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
    background: rgba(137, 59, 150, .08);
    color: #893b96;
}

.header-actions {
    position: absolute;
    right: 0;
    top: 10px;
    justify-content: flex-end;
    width: 349px;
    gap: 14px;
    height: 30px;
    align-items: flex-start;
}

.icon-button,
.apply-button,
.hero-actions a,
.search-overlay button {
    border: 1px solid var(--rmh-purple);
    background: var(--rmh-purple);
    color: var(--rmh-white);
    padding: 6px 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer;
}

.apply-button {
    width: 226px;
    height: 30px;
    min-width: 226px;
    min-height: 30px;
    padding: 0 20px;
    margin-top: 4px;
    border-radius: 18px;
    white-space: nowrap;
    line-height: 28px;
}

.icon-button {
    width: 15px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rmh-purple);
    font-size: 22px;
    line-height: 1;
}

.icon-button::before {
    content: "";
    display: block;
    width: 15px;
    height: 24px;
    background: var(--rmh-purple);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z'/%3E%3C/svg%3E") center / 15px 15px no-repeat;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-social img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--rmh-line);
    background: var(--rmh-white);
    padding: 10px;
}

.menu-button span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--rmh-ink);
}

.mobile-menu {
    display: none;
    border-top: 1px solid var(--rmh-line);
    background: var(--rmh-white);
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu nav {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12px 0 20px;
}

.mobile-menu a,
.mobile-menu summary {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--rmh-line);
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
}

.mobile-menu details a {
    padding-left: 18px;
    color: var(--rmh-muted);
}

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    background: rgba(10, 96, 72, .94);
    padding: 24px;
}

.search-overlay[hidden] {
    display: none;
}

.search-overlay form {
    display: grid;
    width: min(720px, 100%);
    gap: 14px;
}

.search-overlay label {
    color: var(--rmh-white);
    font-family: Domine, Georgia, serif;
    font-size: 42px;
    font-weight: 700;
}

.search-overlay input {
    width: 100%;
    border: 0;
    padding: 18px;
    font-size: 18px;
}

.home-hero,
.page-hero {
    background: linear-gradient(90deg, rgba(10, 96, 72, .94), rgba(10, 96, 72, .72)), var(--rmh-soft);
    color: var(--rmh-white);
}

.home-hero__inner,
.page-hero .container {
    min-height: 420px;
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 64px 0;
}

.home-hero p,
.page-hero p {
    margin: 0;
    color: #f2dba0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-hero h1,
.page-hero h1 {
    max-width: 780px;
    margin: 0;
    font-family: Domine, Georgia, serif;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.05;
}

.home-hero span,
.page-hero span {
    max-width: 660px;
    font-size: 20px;
}

.hero-actions {
    gap: 14px;
    flex-wrap: wrap;
}

.hero-actions a:nth-child(2) {
    background: transparent;
    border-color: var(--rmh-white);
}

.wp-home-hero {
    position: relative;
    overflow: visible;
    height: 681px;
    background: #fff;
}

.wp-home-hero__slides {
    position: relative;
    overflow: hidden;
    height: 681px;
    min-height: 681px;
}

.wp-home-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 568px;
    margin: 0;
    opacity: 0;
    transition: opacity .8s ease;
}

.wp-home-hero__slide.is-active {
    opacity: 1;
}

.wp-home-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wp-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.wp-home-hero__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 98;
}

.wp-home-hero__caption-inner {
    position: relative;
    display: block;
    width: 589px;
    height: 198px;
    margin-left: calc((100vw - 1180px) / 2 + 359px);
    margin-right: 0;
    padding: 40px 30px 30px;
    background: transparent;
}

.wp-home-hero__caption-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    height: 204px;
    background: rgba(101, 41, 116, .86);
    z-index: 0;
}

.wp-home-hero__caption-inner > * {
    position: relative;
    z-index: 1;
}

.wp-home-hero h1 {
    max-width: 529px;
    margin: 0;
    color: var(--rmh-white);
    font-family: Domine, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.wp-home-hero h1 strong {
    font-weight: 700;
}

.wp-home-hero h1 a {
    color: #fcce11;
}

.wp-home-hero__caption .rmh-button {
    margin-top: 20px;
    text-transform: none;
}

.wp-home-hero__dots {
    position: absolute;
    left: 19%;
    bottom: 62px;
    z-index: 99;
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: left;
    transform: none;
}

.wp-home-hero__dots button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1px;
    padding: 0;
    border: 2px solid #506978;
    border-radius: 50%;
    background: #fff;
    background-clip: border-box;
    cursor: pointer;
    opacity: 1;
}

.wp-home-hero__dots button.is-active {
    background: #506978;
}

.rmh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 42px;
    padding: 11px 28px;
    border: 1px solid currentColor;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.rmh-button--gold {
    border-color: #fcce11;
    background: #fcce11;
    color: #652974;
    border-radius: 30px;
    min-width: 212px;
}

@media (min-width: 1500px) {
    .wp-home-hero__caption .rmh-button--gold {
        min-width: 0;
        min-height: 53px;
        padding: 15px 39px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 30px;
    }
}

.rmh-button--purple {
    border-color: var(--rmh-navy);
    background: var(--rmh-navy);
    color: var(--rmh-white);
    border-radius: 28px;
}

.rmh-button--navy {
    border-color: var(--rmh-navy);
    background: var(--rmh-navy);
    color: var(--rmh-gold);
    border-radius: 28px;
    min-width: 220px;
}

.home-features {
    padding: 126px 0 56px;
}

.home-narrow {
    width: min(860px, calc(100% - 32px));
}

.home-feature {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 34px;
    padding: 38px 0 30px;
    border-bottom: 0;
}

.home-feature:first-child {
    padding-top: 0;
}

.home-feature__icon {
    display: grid;
    place-items: center;
}

.home-feature__icon img {
    width: 120px;
    max-height: 120px;
}

.home-feature h2,
.home-video h2,
.home-rooms h2,
.home-reviews h2,
.home-social h2 {
    margin: 0 0 15px;
    color: var(--rmh-purple);
    font-family: Domine, Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
}

.home-feature p {
    margin: 0 0 12px;
    color: #404040;
    font-size: 15px;
    line-height: 1.65;
}

.home-feature a {
    color: var(--rmh-purple);
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
}

.home-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    justify-content: center;
    padding-left: 174px;
}

.home-video {
    display: grid;
    width: min(870px, calc(100% - 32px));
    gap: 12px;
    margin-top: 58px;
    text-align: center;
}

.home-video__frame {
    overflow: hidden;
    background: #000;
}

.home-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.home-rooms {
    position: relative;
    overflow: hidden;
}

.home-rooms > img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}

.home-rooms__panel {
    position: absolute;
    right: max(32px, calc((100vw - 1180px) / 2 + 170px));
    bottom: 0;
    display: grid;
    width: min(520px, calc(100% - 64px));
    gap: 22px;
    padding: 32px 34px 34px;
    background: rgba(252, 206, 17, .88);
}

.home-rooms h2 {
    margin-bottom: 0;
    color: #652974;
}

.home-reviews {
    padding: 78px 0 46px;
}

.home-reviews__track {
    position: relative;
    min-height: 260px;
}

.home-review {
    display: none;
    max-width: 760px;
}

.home-review.is-active {
    display: block;
}

.home-review p {
    margin: 0 0 22px;
    color: #404040;
    font-size: 18px;
    line-height: 1.75;
}

.home-review strong,
.home-review span {
    display: block;
    color: #652974;
    font-family: Montserrat, Arial, sans-serif;
}

.home-review span {
    margin-top: 8px;
    color: var(--rmh-ink);
    font-weight: 700;
}

.home-review-controls {
    display: flex;
    position: relative;
    gap: 10px;
    margin-top: 18px;
}

.home-review-controls button {
    width: 44px;
    height: 44px;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: var(--rmh-navy);
    font-size: 34px;
    font-weight: 700;
}

.home-review-controls button:first-child {
    position: absolute;
    left: -65px;
    top: -170px;
}

.home-review-controls button:last-child {
    position: absolute;
    right: -65px;
    top: -170px;
}

.home-social-actions {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 58px;
    flex-wrap: wrap;
}

.home-social {
    padding: 0 0 72px;
}

.site-footer {
    background: var(--rmh-purple);
    color: var(--rmh-white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.9fr;
    gap: 56px;
    padding: 60px 0 50px;
}

.footer-brand img {
    display: none;
}

.footer-grid p,
.footer-grid a,
.footer-grid span,
.footer-grid strong {
    color: #ffd519;
    font-size: 14px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 48px;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.footer-social-icons img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-contact-button {
    width: max-content;
    margin-top: 22px;
    padding: 12px 24px;
    border-radius: 28px;
    background: var(--rmh-gold);
    color: var(--rmh-purple) !important;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
}

.footer-bottom {
    background: var(--rmh-white);
    border-top: 0;
    color: var(--rmh-white);
    font-size: 12px;
}

.footer-bottom p {
    color: #666;
    padding: 10px 0;
}

#curator-feed-default-feed-layout {
    min-height: 180px;
}

.editable-page {
    padding: 70px 0;
}

.content-shell {
    display: grid;
    gap: 16px;
}

.content-shell h2 {
    margin: 0;
    font-family: Domine, Georgia, serif;
    font-size: 34px;
}

.content-shell p {
    max-width: 780px;
    margin: 0;
    color: var(--rmh-muted);
    font-size: 18px;
    line-height: 1.7;
}

.site-footer address {
    display: grid;
    gap: 10px;
    font-style: normal;
}

.social-links {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.floating-actions {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    display: grid;
    gap: 10px;
}

.floating-actions a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #893b96;
    color: var(--rmh-white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: background-color .3s;
}

.floating-actions a:hover {
    background: #fcce11;
}

.floating-actions a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 12px;
    background: currentColor;
}

.floating-actions__call::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M391 351c-24 0-47-4-68-12-10-4-22-1-29 7l-43 32c-50-27-91-68-118-118l31-42c8-8 11-19 7-30-8-21-12-44-12-68 0-17-14-31-31-31H59c-17 0-31 14-31 31 0 196 159 355 355 355 17 0 31-14 31-31v-62c0-17-14-31-31-31z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-actions__whatsapp::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101 32 1 132 1 255c0 39.3 10.3 77.7 29.9 111.5L0 480l116.1-30.5C148.7 467.3 185.8 477 223.8 477h.1c123 0 223-100 223-223 0-59.4-23.1-115.2-66-156.9zM223.9 439.6c-33.8 0-66.9-9.1-95.8-26.2l-6.9-4.1-68.9 18.1 18.4-67.2-4.5-6.9C47.4 323.5 37.5 289.5 37.5 255c0-102.8 83.6-186.4 186.4-186.4 49.8 0 96.6 19.4 131.8 54.6 35.2 35.2 54.6 82 54.6 131.8 0 102.8-83.7 184.6-186.4 184.6zm101.7-138.4c-5.6-2.8-33.1-16.3-38.2-18.2-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18.2-17.5 21.9-3.2 3.7-6.5 4.2-12.1 1.4-33.1-16.5-54.8-29.5-76.6-66.8-5.8-10 5.8-9.3 16.5-30.9 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2s-9.7 1.4-14.8 6.9c-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.7 57.4c2.8 3.7 39.1 59.7 94.8 83.8 13.2 5.7 23.5 9.1 31.5 11.7 13.2 4.2 25.3 3.6 34.8 2.2 10.6-1.6 33.1-13.5 37.7-26.6 4.6-13 4.6-24.2 3.2-26.6-1.4-2.5-5.1-3.9-10.7-6.7z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.enquire-tab {
    position: fixed;
    top: 40%;
    right: -68px;
    z-index: 1;
    transform: rotate(-90deg);
    width: 170px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 4px;
    background: #893b96;
    color: var(--rmh-white);
    padding: 2px 0;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

code {
    background: var(--rmh-soft);
    padding: 2px 6px;
}

@media (max-width: 1050px) {
    .desktop-nav,
    .apply-button,
    .header-social {
        display: none;
    }

    .menu-button {
        display: block;
    }
}

@media (max-width: 760px) {
    .top-strip__inner,
    .top-strip__links,
    .main-header__inner {
        align-items: flex-start;
    }

    .top-strip__inner {
        display: grid;
        padding: 10px 0;
    }

    .top-strip__links {
        flex-wrap: wrap;
    }

    .main-header__inner {
        min-height: 78px;
    }

    .brand img {
        width: 178px;
    }

    .home-hero__inner,
    .page-hero .container {
        min-height: 340px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .wp-home-hero__slides {
        height: 470px;
        min-height: 470px;
    }

    .wp-home-hero::after {
        background: linear-gradient(0deg, rgba(38, 12, 45, .88), rgba(38, 12, 45, .2));
    }

    .wp-home-hero__caption {
        bottom: 0;
    }

    .wp-home-hero__caption-inner {
        width: 100%;
        margin: 0;
        padding: 22px 24px 28px;
    }

    .wp-home-hero h1 {
        font-size: 28px;
    }

    .home-feature {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-feature__icon {
        place-items: start;
    }

    .home-feature-actions {
        padding-left: 0;
    }

    .home-rooms__panel {
        position: static;
        width: 100%;
        padding: 28px 24px;
    }

    .home-reviews__track {
        min-height: 360px;
    }

    .home-review-controls button:first-child,
    .home-review-controls button:last-child {
        position: static;
    }
}
