/* Tripti Hotel brand logo sizing */
.rx-inner-menu-desk .rx-header-btn img,
.rx-social-media .rx-logo img {
    width: auto;
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

.admin-sidebar-logo {
    max-height: 58px;
    max-width: 150px;
}

body.dark-sidebar.enlarge-menu .left-sidebar .admin-sidebar-logo {
    max-height: 40px;
    max-width: 48px;
}

.admin-auth-page--split .admin-auth-card-logo img,
.admin-auth-card-logo img {
    max-height: 70px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
}

/* Viewport frame — header + banner fill one screen */
:root {
    --site-header-height: 96px;
    --inner-breadcrumb-height: 320px;
    --fe-radius: 6px;
    --fe-radius-sm: 4px;
}

/* Inner page breadcrumb — compact banner below header */
.section-breadcrumb {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.section-breadcrumb:before {
    display: none;
}

.section-breadcrumb .rx-breadcrumb-image,
.section-breadcrumb .rx-breadcrumb-overlay {
    height: var(--inner-breadcrumb-height);
    min-height: 220px;
}

.section-breadcrumb + section,
.section-breadcrumb + .about-page-section {
    padding-top: 36px !important;
}

/* Prevent mobile horizontal page scroll from overflowing widgets */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Frontend pill buttons */
.btn-pill,
a.btn-pill,
button.btn-pill,
.rx-btn-one.btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 28px;
    border-radius: var(--fe-radius);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 0;
    text-transform: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-pill--primary,
.rx-btn-one.btn-pill--primary {
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
}

.btn-pill--primary:hover,
.rx-btn-one.btn-pill--primary:hover {
    background: #f0f0f0;
    color: #111;
    border-color: #f0f0f0;
}

.btn-pill--outline,
.rx-btn-one.btn-pill--outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-pill--outline:hover,
.rx-btn-one.btn-pill--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}

.btn-pill--dark,
.home-about-btn,
.home-booking-strip-btn,
.home-room-btn,
.home-amenities-btn,
.home-blog-view-all {
    background: var(--theme-primary);
    color: #fff;
    border: 1px solid var(--theme-primary);
    border-radius: 6px;
}

.btn-pill--dark:hover,
.home-about-btn:hover,
.home-booking-strip-btn:hover,
.home-room-btn:hover,
.home-amenities-btn:hover,
.home-blog-view-all:hover {
    background: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.btn-pill--dark-outline,
.home-rooms-view-all,
.team-related-section .team-page-cta-btn--outline {
    background: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    border-radius: 6px;
}

.btn-pill--dark-outline:hover,
.home-rooms-view-all:hover,
.team-related-section .team-page-cta-btn--outline:hover {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
}

.team-page-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.team-page-cta-btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
}

.team-page-cta-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.team-page-cta .team-page-cta-btn:not(.team-page-cta-btn--outline) {
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
}

.team-page-cta .team-page-cta-btn:not(.team-page-cta-btn--outline):hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #111;
}

/* Site header — white bar in document flow; content starts below */
.site-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.site-header .rx-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 40px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    z-index: 1000;
    transition: padding 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header .rx-header.header-fixed {
    position: sticky !important;
    top: 0 !important;
    padding: 10px 40px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.site-header .rx-inner-menu-desk {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-header .rx-header-logo {
    flex-shrink: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-header .rx-header-logo:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.site-header .rx-header-logo img {
    filter: none;
}

.site-header .rx-main-menu {
    align-items: center;
    gap: 20px;
}

.site-header .rx-main-menu .site-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li,
.site-header .site-nav .nav-item {
    margin-right: 0;
}

.site-header .site-nav .nav-item:last-child {
    margin-right: 0;
}

.site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li a.nav-link,
.site-header .site-nav .nav-link {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0.03em;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li a.nav-link::before,
.site-header .site-nav .nav-link::before {
    display: none;
    content: none;
}

.site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li:hover a.nav-link:not(.active),
.site-header .site-nav .nav-item:hover .nav-link:not(.active) {
    color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
    border-color: rgba(var(--theme-primary-rgb), 0.15);
}

.site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li a.nav-link.active,
.site-header .site-nav .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, var(--theme-primary-light) 0%, var(--theme-secondary) 100%);
    border-color: rgba(228, 208, 168, 0.9);
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(var(--theme-primary-rgb), 0.32);
}

.site-header .header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.site-header .header-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-header .header-phone-link:hover {
    color: var(--theme-primary);
    transform: translateY(-1px);
}

.site-header .header-phone-link i {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.92);
    font-size: 17px;
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-header .header-phone-link:hover i {
    background: var(--theme-primary-light);
    box-shadow: 0 4px 12px rgba(var(--theme-primary-rgb), 0.35);
}

.site-header .rx-inner-menu-desk .navbar-toggler {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-header .rx-inner-menu-desk .navbar-toggler:hover {
    background: rgba(var(--theme-primary-rgb), 0.08);
    border-color: rgba(var(--theme-primary-rgb), 0.35);
}

.site-header .rx-inner-menu-desk .navbar-toggler .rx-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.site-header .rx-inner-menu-desk .navbar-toggler i {
    color: #333;
    font-size: 20px;
    line-height: 1;
}

.site-header .rx-main-menu .navbar-nav .nav-link {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-header .rx-main-menu .navbar-nav .nav-link.active,
.site-header .rx-main-menu .nav-item.active > .nav-link,
.site-header .site-nav .nav-link.active {
    color: #1c1510;
}

.site-header .header-button .rx-btn-one,
.site-header .header-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    white-space: nowrap;
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .header-book-btn i {
    font-size: 16px;
    line-height: 1;
}

.site-header .header-button .rx-btn-one:hover,
.site-header .header-book-btn:hover {
    background: var(--theme-primary-light);
    border-color: var(--theme-primary-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(var(--theme-primary-rgb), 0.38);
}

.rx-mobile-menu-overlay {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1100;
}

.site-header .rx-mobile-menu {
    width: min(320px, 88vw);
    padding: 0;
    background: #fff;
    box-shadow: 12px 0 40px rgba(17, 17, 17, 0.18);
    z-index: 1101;
}

.site-header .rx-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #1a1510 0%, #2a2218 100%);
    border-bottom: 1px solid rgba(var(--theme-primary-rgb), 0.22);
}

.site-header .rx-mobile-menu-logo {
    display: inline-flex;
    align-items: center;
    max-width: 150px;
}

.site-header .rx-mobile-menu-logo img {
    width: auto;
    max-height: 52px;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.site-header .rx-mobile-menu-head .rx-close-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-header .rx-mobile-menu-head .rx-close-menu:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--theme-secondary);
}

.site-header .rx-menu-inner {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0 12px;
}

.site-header .rx-menu-contact {
    padding: 0 16px;
}

.rx-mobile-contact-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 6px;
    background: #f8f6f3;
    border: 1px solid #ece8e2;
}

.rx-mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rx-mobile-contact-item:hover {
    color: var(--theme-primary);
}

.rx-mobile-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    color: var(--theme-primary);
    box-shadow: 0 2px 8px rgba(var(--theme-primary-rgb), 0.12);
    flex-shrink: 0;
}

.rx-mobile-contact-icon i {
    font-size: 17px;
    line-height: 1;
}

.rx-mobile-contact-text {
    line-height: 1.4;
    word-break: break-word;
}

.site-header .rx-mobile-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .rx-mobile-nav-item {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.site-header .rx-mobile-nav-item:last-child {
    border-bottom: 0;
}

.site-header .rx-mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 14px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.site-header .rx-mobile-nav-link > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #f5f5f5;
    color: #666;
    font-size: 17px;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-header .rx-mobile-nav-link .rx-mobile-nav-arrow {
    margin-left: auto;
    font-size: 18px;
    color: #bbb;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-header .rx-mobile-nav-item.active > .rx-mobile-nav-link,
.site-header .rx-mobile-nav-link.active {
    color: var(--theme-primary) !important;
    background: rgba(var(--theme-primary-rgb), 0.06);
    box-shadow: inset 3px 0 0 var(--theme-primary);
    padding-left: 16px !important;
    font-weight: 600 !important;
}

.site-header .rx-mobile-nav-item.active > .rx-mobile-nav-link > i:first-child,
.site-header .rx-mobile-nav-link.active > i:first-child {
    background: rgba(var(--theme-primary-rgb), 0.14);
    color: var(--theme-primary);
}

.site-header .rx-mobile-nav-item.active > .rx-mobile-nav-link .rx-mobile-nav-arrow,
.site-header .rx-mobile-nav-link.active .rx-mobile-nav-arrow {
    color: var(--theme-primary);
    transform: translateX(2px);
}

.site-header .rx-mobile-nav-link:hover {
    color: var(--theme-primary) !important;
    background: #fafafa;
}

.site-header .rx-mobile-nav-link:hover > i:first-child {
    background: rgba(var(--theme-primary-rgb), 0.1);
    color: var(--theme-primary);
}

.site-header .rx-mobile-menu-foot {
    padding: 16px;
    border-top: 1px solid #eee;
    background: #fff;
}

.rx-mobile-book-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 18px !important;
    border: 1px solid var(--theme-primary) !important;
    border-radius: 6px !important;
    background: var(--theme-primary) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rx-mobile-book-btn:hover {
    background: var(--theme-primary-light) !important;
    border-color: var(--theme-primary-light) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.rx-mobile-book-btn i {
    font-size: 17px;
    line-height: 1;
}

/* Legacy mobile menu overrides */
.rx-mobile-menu .rx-menu-title {
    display: none;
}

.site-header .rx-mobile-menu .rx-menu-inner .rx-menu-contact ul li a:not(.rx-mobile-nav-link):not(.rx-mobile-contact-item):not(.rx-mobile-book-btn) {
    margin-bottom: 0;
    padding: 10px 12px;
    border: 0;
    border-radius: 0;
}

.site-header .rx-mobile-menu .rx-menu-inner .rx-menu-contact ul li .sub-menu li a {
    padding: 10px 12px 10px 58px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}

/* Hero — split banner + info panel */
.section-hero-split {
    --hero-split-height: 680px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.hero-split-layout {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--hero-split-height);
    max-height: var(--hero-split-height);
    gap: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-split-banner {
    flex: 1 1 auto;
    min-width: 0;
    height: var(--hero-split-height);
    max-height: var(--hero-split-height);
    position: relative;
    overflow: hidden;
}

.section-hero-split .rx-slider {
    width: 100%;
    height: var(--hero-split-height) !important;
    max-height: var(--hero-split-height) !important;
    overflow: hidden;
}

.section-hero-split .rx-slider .slick-list,
.section-hero-split .rx-slider .slick-track {
    height: var(--hero-split-height) !important;
    max-height: var(--hero-split-height) !important;
}

.section-hero-split.margin-b-50 {
    margin-bottom: 50px;
}

.section-hero-split .rx-slider .rx-slide {
    height: var(--hero-split-height) !important;
    min-height: 0 !important;
    max-height: var(--hero-split-height) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Override theme 100vh / vh slide heights on home hero */
.section-hero.section-hero-split .rx-slider .rx-slide {
    height: var(--hero-split-height) !important;
    max-height: var(--hero-split-height) !important;
}

.section-hero-split .rx-slide-dynamic {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-hero-split .rx-slide-video {
    background-color: #111;
    background-image: none !important;
}

.hero-slide-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-slide-video-media,
.hero-slide-video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    pointer-events: none;
}

.hero-slide-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180%;
    height: 180%;
    transform: translate(-50%, -50%);
}

.section-hero-split .rx-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
}

.section-hero-split .rx-slide:before {
    display: none;
}

.section-hero-split .rx-hero-contact {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 84px 40px 84px;
}

.section-hero-split .hero-slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    max-width: 560px;
}

.section-hero-split .inner-contact {
    max-width: 100%;
}

.section-hero-split .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    color: var(--theme-primary-light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.4;
}

.section-hero-split .hero-eyebrow::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: var(--theme-secondary);
    flex-shrink: 0;
}

.section-hero-split .inner-contact h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 600;
    color: #fff;
}

.section-hero-split .hero-lead {
    max-width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.section-hero-split .hero-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 4px;
}

.section-hero-split .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.section-hero-split .hero-actions .hero-cta-btn {
    min-height: 44px;
    white-space: nowrap;
}

.section-hero-split .hero-actions .btn-pill--outline {
    border-color: rgba(255, 255, 255, 0.9);
}

.section-hero-split .hero-footer .booking-now {
    margin-left: auto;
}

.section-hero-split .hero-reservation-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.section-hero-split .hero-reservation-card:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.65);
    transform: translateY(-1px);
}

.section-hero-split .hero-reservation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
}

.section-hero-split .hero-reservation-icon i {
    font-size: 18px;
    color: #fff;
}

.section-hero-split .hero-reservation-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.section-hero-split .hero-reservation-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
}

.section-hero-split .hero-reservation-phone {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.section-hero-split .prev-slick-img,
.section-hero-split .next-slick-img {
    display: none !important;
}

.section-hero-split button.slick-prev,
.section-hero-split button.slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 50%;
    z-index: 20 !important;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.section-hero-split button.slick-prev {
    left: 20px !important;
    right: auto !important;
}

.section-hero-split button.slick-next {
    left: auto !important;
    right: 20px !important;
}

.section-hero-split button.slick-prev::before,
.section-hero-split button.slick-next::before {
    display: none !important;
    content: none !important;
}

.section-hero-split button.slick-prev:hover,
.section-hero-split button.slick-next:hover {
    background: rgba(255, 255, 255, 0.28) !important;
    border-color: #fff !important;
}

.section-hero-split button.slick-prev .prev-slick-arrow,
.section-hero-split button.slick-next .next-slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: static;
    font-size: 0 !important;
    color: #fff;
    line-height: 1;
    pointer-events: none;
}

.section-hero-split button.slick-prev .prev-slick-arrow span,
.section-hero-split button.slick-next .next-slick-arrow span {
    display: block;
    font-size: 24px !important;
    color: #fff;
    line-height: 1;
}

.hero-split-info {
    flex: 0 0 38%;
    width: 38%;
    height: var(--hero-split-height);
    max-height: var(--hero-split-height);
    overflow-y: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 28px 32px;
}

.hero-info-title {
    margin: 0 0 18px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.hero-info-contacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.hero-info-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-primary-rgb), 0.25);
    color: var(--theme-primary);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hero-info-contact:hover {
    color: #fff;
    border-color: var(--theme-primary);
    background: var(--theme-primary);
}

.hero-info-contact--tooltip {
    position: relative;
}

.hero-info-contact--tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    min-width: max-content;
    max-width: 240px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 5;
}

.hero-info-contact--tooltip::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 5;
}

.hero-info-contact--tooltip:hover::after,
.hero-info-contact--tooltip:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.hero-info-contact--tooltip:hover::before,
.hero-info-contact--tooltip:focus-visible::before {
    opacity: 1;
    visibility: visible;
}

.hero-info-contact i {
    font-size: 17px;
    line-height: 1;
}

.hero-info-contact--address {
    width: auto;
    min-height: 36px;
    height: auto;
    padding: 0 14px 0 12px;
    border-radius: 6px;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
}

.hero-info-contact--address:hover {
    color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
    border-color: rgba(var(--theme-primary-rgb), 0.35);
}

.hero-info-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.hero-info-tags li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.hero-info-tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
}

.hero-info-tag-icon i {
    font-size: 17px;
    line-height: 1;
}

.hero-info-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.hero-info-rating-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    background: var(--theme-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.hero-info-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--theme-primary);
    font-size: 14px;
    line-height: 1;
}

.hero-info-rating-count {
    font-size: 14px;
    color: #666;
}

.hero-info-times {
    margin: 0 0 18px;
    font-size: 14px;
    color: #666;
}

.hero-info-booking {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-info-booking:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.hero-info-booking-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    flex-shrink: 0;
}

.hero-info-booking-icon i {
    font-size: 22px;
    line-height: 1;
}

.hero-info-booking-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.hero-info-booking-copy strong {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.hero-info-booking-copy small {
    font-size: 12px;
    color: #777;
    line-height: 1.3;
}

.hero-info-booking-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--theme-primary);
    color: #fff;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.hero-info-booking:hover .hero-info-booking-arrow {
    background: var(--theme-primary-dark);
}

.hero-info-booking-arrow i {
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 992px) {
    .hero-split-info {
        display: flex;
    }
}

@media (max-width: 1399px) {
    .site-header .rx-main-menu .site-nav {
        gap: 8px;
    }

    .site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li a.nav-link,
    .site-header .site-nav .nav-link {
        padding: 8px 14px;
        font-size: 13px;
    }

    .site-header .header-phone-link span {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .site-header .rx-main-menu .site-nav {
        gap: 6px;
    }

    .site-header .rx-inner-menu-desk .rx-main-menu ul.site-nav li a.nav-link,
    .site-header .site-nav .nav-link {
        padding: 7px 12px;
        font-size: 12px;
    }

    .site-header .header-phone-link {
        display: none;
    }

    .site-header .header-actions {
        gap: 0;
    }

    .site-header .header-button .rx-btn-one,
    .site-header .header-book-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .site-header .rx-header {
        padding: 18px 20px;
    }

    .site-header .rx-header.header-fixed {
        padding: 10px 20px !important;
    }

    .site-header .rx-inner-menu-desk .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .rx-main-menu {
        display: none;
    }

    .section-hero-split {
        --hero-split-height: 400px;
    }

    .hero-split-layout {
        border-top: 0;
    }

    .hero-split-banner {
        width: 100%;
    }

    .section-hero-split .rx-hero-contact {
        padding: 28px 24px 32px;
        justify-content: flex-end;
    }

    .section-hero-split .hero-slide-inner {
        gap: 18px;
    }

    .section-hero-split .inner-contact h2 {
        font-size: clamp(24px, 6vw, 32px);
    }

    .section-hero-split .hero-lead {
        font-size: 15px;
    }

    .section-hero-split .hero-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .section-hero-split .hero-footer .booking-now {
        margin-left: 0;
        width: 100%;
    }

    .section-hero-split .hero-reservation-card {
        width: 100%;
        justify-content: flex-start;
    }

    .section-hero-split .hero-actions {
        width: 100%;
    }

    .section-hero-split .hero-actions .hero-cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    :root {
        --inner-breadcrumb-height: 280px;
    }
}

@media (max-width: 767px) {
    .section-breadcrumb .rx-breadcrumb-image,
    .section-breadcrumb .rx-breadcrumb-overlay {
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    :root {
        --inner-breadcrumb-height: 240px;
    }
}

/* Home — About section (professional) */
.home-about-professional {
    background: #fff;
}

.home-about-image {
    border-radius: 6px;
    overflow: hidden;
}

.home-about-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    max-height: 460px;
    object-fit: cover;
}

.home-about-copy {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.home-about-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-about-title {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-about-title span {
    color: var(--theme-primary);
}

.home-about-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.85;
    color: #5c5c5c;
}

.home-about-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e8e8e8;
}

.home-about-metric {
    padding: 0 16px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.home-about-metric:first-child {
    padding-left: 0;
}

.home-about-metric:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-about-metric strong {
    display: block;
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    color: #111;
}

.home-about-metric span {
    display: block;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}

.home-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 11px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

@media (max-width: 991px) {
    .home-about-title {
        font-size: 34px;
    }

    .home-about-copy {
        max-width: none;
        padding-top: 8px;
    }

    .home-about-professional .home-about-image img {
        max-height: 380px;
        aspect-ratio: 16 / 11;
    }

    .home-about-professional .home-about-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 28px;
        padding-top: 0;
        border-top: 0;
    }

    .home-about-professional .home-about-metric {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 96px;
        padding: 14px 10px;
        text-align: center;
        background: #f9fafb;
        border: 1px solid #eceff3;
        border-radius: 6px;
    }

    .home-about-professional .home-about-metric:first-child,
    .home-about-professional .home-about-metric:last-child {
        padding: 14px 10px;
    }

    .home-about-professional .home-about-metric strong {
        flex: none;
        min-width: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 700;
        color: var(--theme-primary);
        line-height: 1;
    }

    .home-about-professional .home-about-metric span {
        font-size: 10px;
        line-height: 1.35;
        letter-spacing: 0.04em;
        color: #6b7280;
    }

    .home-about-professional .home-about-btn {
        width: 100%;
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .home-about-professional .home-about-image img {
        max-height: 300px;
        aspect-ratio: 16 / 10;
    }

    .home-about-title {
        font-size: 30px;
    }

    .home-about-professional .home-about-metrics {
        gap: 8px;
    }

    .home-about-professional .home-about-metric {
        min-height: 88px;
        padding: 12px 8px;
        border-radius: 4px;
    }

    .home-about-professional .home-about-metric strong {
        font-size: 21px;
    }

    .home-about-professional .home-about-metric span {
        font-size: 9px;
        letter-spacing: 0.03em;
    }
}

/* About page */
.about-page-section {
    background: #fff;
}

.about-page-image-wrap {
    position: relative;
}

.about-page-image {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.about-page-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.about-page-experience-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    min-width: 120px;
    padding: 18px 20px;
    border-radius: 6px;
    background: var(--theme-primary);
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 28px rgba(var(--theme-primary-rgb), 0.35);
}

.about-page-experience-badge strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
}

.about-page-experience-badge span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
}

.about-page-description {
    font-size: 16px;
    line-height: 1.85;
    color: #5c5c5c;
}

.about-page-description p {
    margin-bottom: 14px;
}

.about-page-description p:last-child {
    margin-bottom: 0;
}

.about-page-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page-metrics .home-about-metric:nth-child(2) {
    border-right: 0;
}

.about-page-metrics .home-about-metric:nth-child(3),
.about-page-metrics .home-about-metric:nth-child(4) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.about-page-metrics .home-about-metric:nth-child(4) {
    border-right: 0;
}

.about-page-mv-row {
    margin-top: 56px;
}

.about-page-mv-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.about-page-mv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    font-size: 22px;
}

.about-page-mv-card h2 {
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.about-page-mv-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.about-page-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 56px;
    padding: 32px 36px;
    border-radius: 6px;
    background: #111;
    color: #fff;
}

.about-page-contact-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.2);
    color: #d4b896;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.about-page-contact-copy h2 {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
}

.about-page-contact-copy p {
    margin: 0;
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.about-page-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 260px;
}

.about-page-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.about-page-contact-item:hover {
    color: #d4b896;
}

.about-page-contact-item i {
    color: var(--theme-primary);
    font-size: 18px;
}

.about-page-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 12px 24px;
    border-radius: 6px;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.about-page-contact-btn:hover {
    background: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    color: #fff;
}

@media (max-width: 991px) {
    .about-page-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page-contact-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-page-contact-actions {
        width: 100%;
    }

    .about-page-contact-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .about-page-metrics {
        grid-template-columns: 1fr;
    }

    .about-page-metrics .home-about-metric {
        border-right: 0 !important;
        padding: 16px 0 !important;
        margin-top: 0 !important;
        border-top: 1px solid #e8e8e8 !important;
    }

    .about-page-metrics .home-about-metric:first-child {
        border-top: 0 !important;
        padding-top: 0 !important;
    }

    .about-page-experience-badge {
        right: 16px;
        bottom: 16px;
        padding: 14px 16px;
    }

    .about-page-experience-badge strong {
        font-size: 28px;
    }
}

/* Home — Rooms section */
.home-rooms-section {
    background: #fafafa;
}

.home-rooms-header {
    max-width: 640px;
    margin: 0 auto 40px;
}

.home-rooms-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-rooms-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-rooms-title span {
    color: var(--theme-primary);
}

.home-rooms-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.home-room-card {
    height: 100%;
    background: #fff;
    border-radius: var(--fe-radius);
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 4px 16px rgba(17, 17, 17, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-room-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
}

.home-room-card-media {
    position: relative;
    padding: 12px 12px 0;
}

.home-room-card-media-inner {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
}

.home-room-card-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: var(--fe-radius-sm);
    background: rgba(17, 17, 17, 0.78);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-room-card-price {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    margin: 0;
    padding: 4px 10px;
    border-radius: var(--fe-radius-sm);
    background: rgba(255, 255, 255, 0.94);
    color: var(--theme-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.08);
}

.home-room-card-category {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-room-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #777;
}

.home-room-card-meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-room-card-meta i {
    color: var(--theme-primary);
}

.home-room-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.35s ease;
}

.home-room-card:hover .home-room-card-media img {
    transform: scale(1.03);
}

.home-room-card-body {
    padding: 16px 18px 18px;
}

.home-room-card-title {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.home-room-card-text {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-room-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.home-room-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
}

.home-room-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-room-link:hover {
    color: var(--theme-primary);
}

.home-rooms-footer {
    margin-top: 36px;
}

.home-rooms-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-rooms-view-all:hover {
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .home-rooms-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .home-room-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-room-btn,
    .home-room-link {
        justify-content: center;
        width: 100%;
    }

    .home-rooms-view-all {
        width: 100%;
    }
}

/* Home — Amenities section */
.home-amenities-section {
    background: #fff;
}

.home-amenities-header {
    max-width: 640px;
    margin: 0 auto 44px;
}

.home-amenities-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-amenities-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-amenities-title span {
    color: var(--theme-primary);
}

.home-amenities-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.home-amenities-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
    align-items: center;
}

.home-amenities-visual {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.home-amenities-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.home-amenities-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.home-amenities-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-amenities-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.home-amenities-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-amenities-dot.is-active {
    background: #111;
    border-color: #111;
    transform: scale(1.1);
}

.home-amenities-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.home-amenities-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-amenities-tab {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fafafa;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-amenities-tab i {
    width: 18px;
    color: var(--theme-primary);
    font-size: 15px;
    text-align: center;
}

.home-amenities-tab-num {
    min-width: 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--theme-primary);
}

.home-amenities-tab.is-active {
    background: #fff;
    border-color: var(--theme-primary);
    color: #111;
    box-shadow: 0 8px 20px rgba(var(--theme-primary-rgb), 0.12);
}

.home-amenities-panels {
    position: relative;
    min-height: 180px;
}

.home-amenities-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.home-amenities-panel.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-amenities-panel-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.home-amenities-panel-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

@media (max-width: 991px) {
    .home-amenities-showcase {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .home-amenities-title,
    .home-amenities-panel-title {
        font-size: 32px;
    }

    .home-amenities-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-amenities-tab {
        width: auto;
        flex: 1 1 calc(50% - 4px);
        min-width: 140px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .home-amenities-tab span:not(.home-amenities-tab-num) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 575px) {
    .home-amenities-tab {
        flex: 1 1 100%;
    }

    .home-amenities-btn {
        width: 100%;
    }
}

/* Home — Testimonials section */
.home-testimonials-section {
    background: #fafafa;
}

.home-testimonials-header {
    max-width: 640px;
    margin: 0 auto 36px;
}

.home-testimonials-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-testimonials-title {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-testimonials-title span {
    color: var(--theme-primary);
}

.home-testimonials-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 14px;
    color: #666;
}

.home-testimonials-meta-label {
    font-weight: 600;
    color: #111;
}

.home-testimonials-meta-stars {
    display: inline-flex;
    gap: 3px;
    color: #fbbc04;
    font-size: 13px;
}

.home-testimonials-showcase {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
}

.home-testimonials-track {
    position: relative;
    flex: 1;
    min-width: 0;
}

.home-testimonials-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(16px);
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
}

.home-testimonials-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.home-testimonials-card {
    padding: 32px 36px;
    border: 1px solid #ebe4da;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(28, 21, 16, 0.06);
    text-align: center;
}

.home-testimonials-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 18px;
    color: #fbbc04;
    font-size: 14px;
}

.home-testimonials-quote {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    background: transparent;
}

.home-testimonials-quote p {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
}

.home-testimonials-author {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.home-testimonials-photo {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(var(--theme-primary-rgb), 0.25);
    background: #f0ebe3;
}

.home-testimonials-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-testimonials-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-testimonials-avatar span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.home-testimonials-avatar--accent {
    background: linear-gradient(145deg, var(--theme-primary), #7d6342);
}

.home-testimonials-avatar--primary {
    background: linear-gradient(145deg, #2c3e50, #1a252f);
}

.home-testimonials-avatar--warm {
    background: linear-gradient(145deg, #c47a2c, #9a5f22);
}

.home-testimonials-author-copy {
    min-width: 0;
}

.home-testimonials-name {
    margin: 0 0 2px;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.home-testimonials-time {
    margin: 0 0 4px;
    font-size: 13px;
    color: #888;
}

.home-testimonials-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-primary);
}

.home-testimonials-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-testimonials-nav:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.home-testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.home-testimonials-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d4d4d4;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-testimonials-dot.is-active {
    background: var(--theme-primary);
    transform: scale(1.15);
}

@media (max-width: 991px) {
    .home-testimonials-title {
        font-size: 32px;
    }

    .home-testimonials-nav {
        display: none;
    }

    .home-testimonials-card {
        padding: 28px 22px;
    }

    .home-testimonials-quote p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .home-testimonials-meta {
        flex-direction: column;
        gap: 8px;
    }

    .home-testimonials-author {
        flex-direction: column;
        text-align: center;
    }

    .home-testimonials-quote p {
        font-size: 16px;
    }
}

/* Shorts video feedbacks */
.video-shorts-section {
    background: #fff;
}

.video-shorts-header {
    max-width: 560px;
    margin: 0 auto 36px;
}

.video-shorts-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.video-shorts-title {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.video-shorts-lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.video-shorts-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
}

.video-shorts-slider-wrap .video-feedback-swiper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 4px 2px 12px;
}

.video-shorts-slider-wrap .swiper-slide {
    height: auto;
}

.video-feedback-reel {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    min-height: 460px;
    border-radius: 6px;
    overflow: hidden;
    background: #1c1510;
    box-shadow: 0 12px 28px rgba(28, 21, 16, 0.12);
}

@media (max-width: 575px) {
    .video-feedback-reel {
        min-height: 380px;
    }
}

.video-feedback-reel-poster,
.video-feedback-reel-player {
    position: absolute;
    inset: 0;
}

.video-feedback-reel-poster {
    z-index: 1;
}

.video-feedback-reel.is-playing .video-feedback-reel-poster {
    opacity: 0;
    pointer-events: none;
}

.video-feedback-reel-player {
    z-index: 2;
    display: none;
    background: #000;
}

.video-feedback-reel.is-playing .video-feedback-reel-player {
    display: block;
}

.video-feedback-reel-player iframe,
.video-feedback-reel-player video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.video-feedback-reel-poster-media,
.video-feedback-reel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-feedback-thumb-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #2a2218, #1c1510);
    color: rgba(255, 255, 255, 0.55);
    font-size: 28px;
}

.video-feedback-reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.55) 100%);
}

.video-feedback-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #c45c5c;
    font-size: 24px;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-feedback-play:hover {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.video-feedback-play i {
    margin-left: 2px;
}

.video-shorts-user {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.video-shorts-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--theme-primary);
    font-size: 14px;
    flex-shrink: 0;
}

.video-shorts-handle {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-shorts-nav {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.video-shorts-nav:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

@media (max-width: 991px) {
    .video-shorts-title {
        font-size: 32px;
    }

    .video-shorts-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .video-feedback-play {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

/* Home — Blog section */
.home-blog-section {
    background: #fff;
}

.blog-listing-section {
    background: #fff;
}

.home-blog-header {
    max-width: 640px;
    margin: 0 auto 40px;
}

.home-blog-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-blog-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-blog-title span {
    color: var(--theme-primary);
}

.home-blog-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.hotel-blog-card {
    height: 100%;
}

.hotel-blog-card-media {
    position: relative;
    display: block;
    height: 100%;
    min-height: 360px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.hotel-blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hotel-blog-card-media:hover img {
    transform: scale(1.06);
}

.hotel-blog-card-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px 20px;
    border-radius: 6px;
    background: linear-gradient(
        135deg,
        rgba(var(--theme-primary-rgb), 0.92) 0%,
        rgba(var(--theme-primary-rgb), 0.78) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(var(--theme-primary-rgb), 0.22);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.hotel-blog-card-media:hover .hotel-blog-card-overlay {
    background: linear-gradient(
        135deg,
        rgba(var(--theme-primary-rgb), 0.96) 0%,
        rgba(var(--theme-primary-rgb), 0.86) 100%
    );
    box-shadow: 0 10px 28px rgba(var(--theme-primary-rgb), 0.28);
}

.hotel-blog-card-meta {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.82);
}

.hotel-blog-card-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    color: #fff;
}

.home-blog-footer {
    margin-top: 36px;
}

.blog-listing-pagination {
    margin-top: 40px;
}

.blog-listing-pagination .page-pagination {
    margin-top: 0;
}

.blog-listing-empty p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

/* Blog detail page */
.blog-detail-section {
    background: #fff;
}

.blog-detail-hero {
    margin-bottom: 24px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
}

.blog-detail-hero img {
    display: block;
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #888;
}

.blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-detail-meta i {
    color: var(--theme-primary);
}

.blog-detail-title {
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.blog-detail-excerpt {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.75;
    color: #555;
}

.blog-detail-content {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
}

.blog-detail-content p {
    margin-bottom: 18px;
}

.blog-detail-content p:last-child {
    margin-bottom: 0;
}

.blog-detail-content strong {
    color: #111;
}

.blog-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.blog-detail-tags span {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
}

.blog-detail-social {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.blog-detail-social .site-footer-social-link {
    border-color: #ddd;
    color: #111;
}

.blog-detail-social .site-footer-social-link:hover {
    color: #fff;
}

.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-sidebar-card {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fafafa;
}

.blog-sidebar-title {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.blog-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar-list li {
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
}

.blog-sidebar-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.blog-sidebar-list a {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-sidebar-list a:hover {
    color: var(--theme-primary);
}

.blog-sidebar-list time {
    font-size: 13px;
    color: #888;
}

.blog-sidebar-empty {
    font-size: 14px;
    color: #888;
}

.blog-sidebar-text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.blog-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-sidebar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 6px;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.blog-sidebar-btn:hover {
    background: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    color: #fff;
}

.blog-sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-sidebar-link:hover {
    color: var(--theme-primary);
}

@media (max-width: 991px) {
    .home-blog-title,
    .blog-detail-title {
        font-size: 32px;
    }

    .hotel-blog-card-media,
    .hotel-blog-card-media img {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .home-blog-view-all {
        width: 100%;
    }

    .blog-detail-title {
        font-size: 28px;
    }

    .blog-detail-excerpt {
        font-size: 16px;
    }
}

/* Site footer */
.site-footer {
    background: #111;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer-main {
    padding: 72px 0 56px;
}

.site-footer-brand {
    max-width: 360px;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.site-footer-logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 80px;
    object-fit: contain;
    filter: none;
}

.site-footer-about {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer-social-link:hover {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
    transform: translateY(-2px);
}

.site-footer-title {
    margin-bottom: 22px;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.site-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-links li + li {
    margin-top: 12px;
}

.site-footer-links a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-links a:hover {
    color: var(--theme-primary);
    transform: translateX(3px);
}

.site-footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.site-footer-contact li + li {
    margin-top: 16px;
}

.site-footer-contact-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--theme-primary);
    font-size: 17px;
}

.site-footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-contact a:hover {
    color: var(--theme-primary);
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.site-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.site-footer-copy {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.site-footer-copy a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-copy a:hover {
    color: var(--theme-primary);
}

.site-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-footer-bottom-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-bottom-links a:hover {
    color: var(--theme-primary);
}

@media (max-width: 767px) {
    .site-footer-main {
        padding: 56px 0 40px;
    }

    .site-footer-brand {
        max-width: none;
        margin-bottom: 8px;
    }

    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .site-footer-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .site-footer-links a,
    .site-footer-contact li {
        font-size: 14px;
    }
}

/* Contact page */
.contact-page-section {
    background: #fafafa;
}

.contact-page-header {
    max-width: 680px;
    margin: 0 auto 44px;
}

.contact-page-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.contact-page-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.contact-page-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.contact-page-cards {
    margin-bottom: 40px;
}

.contact-info-card {
    height: 100%;
    padding: 24px 22px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.contact-info-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    font-size: 20px;
}

.contact-info-card h3 {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.contact-info-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.contact-info-card p + p {
    margin-top: 4px;
}

.contact-info-card a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-card a:hover {
    color: var(--theme-primary);
}

.contact-page-map {
    min-height: 420px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #ececec;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
}

.contact-page-map iframe {
    display: block;
    min-height: 420px;
}

.contact-page-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
}

.contact-page-social-label {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.contact-page-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-page-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    color: #111;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-page-social-links a:hover {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
}

.contact-page-form-card {
    height: 100%;
    padding: 32px 32px 36px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
}

.contact-page-form-header {
    margin-bottom: 24px;
}

.contact-page-form-header h2 {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
}

.contact-page-form-header p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.contact-page-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.contact-page-label span {
    color: var(--theme-primary);
}

.contact-page-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 15px;
    line-height: 1.5;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-input:focus {
    outline: none;
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0.12);
}

.contact-page-input::placeholder {
    color: #aaa;
}

textarea.contact-page-input {
    resize: vertical;
    min-height: 130px;
}

.contact-page-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 28px;
    border: 1px solid var(--theme-primary);
    border-radius: 6px;
    background: var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.contact-page-submit:hover {
    background: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    color: #fff;
}

.contact-page-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-message-error {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #fff1f0;
    border: 1px solid #ffccc7;
    color: #cf1322;
    font-size: 14px;
    line-height: 1.5;
}

.contact-message-success {
    text-align: center;
    padding: 24px 12px 8px;
}

.contact-message-success-icon {
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 1;
    color: var(--theme-primary);
}

.contact-message-success h3 {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

.contact-message-success p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.contact-message-reset {
    background: #fff;
    color: #111;
    border-color: #111;
}

.contact-message-reset:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-page-title {
        font-size: 32px;
    }

    .contact-page-map,
    .contact-page-map iframe {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .contact-page-form-card {
        padding: 24px 20px 28px;
    }

    .contact-page-submit {
        width: 100%;
    }

    .contact-page-social {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Rooms listing page */
.rooms-page-section {
    background: #fafafa;
}

.rooms-page-empty {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 20px;
}

.rooms-page-empty p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* Room detail page */
.room-detail-section {
    background: #fafafa;
}

.room-detail-gallery-wrap {
    margin-bottom: 32px;
}

.room-detail-gallery-main {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.1);
    background: #111;
}

.room-detail-gallery-main img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.room-detail-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.room-detail-gallery-thumb {
    width: 92px;
    height: 72px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.room-detail-gallery-thumb.is-active,
.room-detail-gallery-thumb:hover {
    border-color: var(--theme-primary);
    transform: translateY(-2px);
}

.room-detail-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-detail-content {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 28px 28px 32px;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.room-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.room-detail-category,
.room-detail-featured {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.room-detail-category {
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
}

.room-detail-featured {
    background: #111;
    color: #fff;
}

.room-detail-title {
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.room-detail-lead {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.room-detail-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

.room-detail-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.room-detail-stat i {
    font-size: 22px;
    color: var(--theme-primary);
}

.room-detail-stat strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
}

.room-detail-stat span {
    font-size: 12px;
    color: #888;
}

.room-detail-amenities h2 {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

.room-detail-description,
.room-detail-inventory,
.room-detail-amenities,
.room-detail-premium,
.room-detail-policies {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}

.room-detail-description h2,
.room-detail-inventory h2,
.room-detail-premium h2,
.room-detail-policies h2 {
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

.room-detail-description-body {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
}

.room-detail-inventory-table {
    width: 100%;
    border-collapse: collapse;
}

.room-detail-inventory-table th,
.room-detail-inventory-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    font-size: 14px;
}

.room-detail-inventory-table th {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    background: #fafafa;
}

.room-detail-inventory-table td {
    color: #444;
}

.room-detail-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.room-detail-amenity-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fafafa;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.room-detail-amenity-card:hover {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    transform: translateY(-2px);
}

.room-detail-amenity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    flex-shrink: 0;
}

.room-detail-amenity-icon i {
    font-size: 18px;
    line-height: 1;
}

.room-detail-amenity-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.room-detail-premium-intro {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.room-detail-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.room-detail-premium-card {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.room-detail-premium-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    flex-shrink: 0;
}

.room-detail-premium-icon i {
    font-size: 18px;
}

.room-detail-premium-body h3 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.room-detail-premium-body p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.room-detail-premium-price {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-primary);
}

.room-detail-policies-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-detail-policies-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #555;
}

.room-detail-policies-list li:last-child {
    border-bottom: 0;
}

.room-detail-policies-list i {
    margin-top: 2px;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.room-detail-amenities-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-detail-amenities-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #555;
}

.room-detail-amenities-list i {
    color: var(--theme-primary);
    width: 18px;
    text-align: center;
}

.room-detail-sidebar {
    position: sticky;
    top: 110px;
}

.room-detail-booking-card {
    padding: 28px 24px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.room-detail-booking-meta {
    margin: 0 0 22px;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.room-detail-booking-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

.room-detail-booking-meta i {
    color: var(--theme-primary);
    font-size: 17px;
}

.room-detail-booking-actions .home-room-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.room-detail-booking-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}

.room-detail-booking-price {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.room-detail-booking-price span {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

.room-detail-booking-note {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.6;
    color: #777;
}

.room-detail-booking-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.room-detail-booking-actions .home-room-btn {
    width: 100%;
    justify-content: center;
}

.room-detail-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.room-detail-contact-link:hover {
    color: var(--theme-primary);
}

.room-detail-sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.room-detail-sidebar-link:hover {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

.room-detail-sidebar-link--whatsapp:hover {
    border-color: #25d366;
    color: #25d366;
}

.room-detail-related {
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {
    .room-detail-title {
        font-size: 32px;
    }

    .room-detail-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-detail-amenities-grid,
    .room-detail-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-detail-sidebar {
        position: static;
    }

    .room-detail-amenities-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .room-detail-title {
        font-size: 28px;
    }

    .room-detail-content {
        padding: 22px 18px 26px;
    }

    .room-detail-stats,
    .room-detail-amenities-grid,
    .room-detail-premium-grid {
        grid-template-columns: 1fr;
    }

    .room-detail-booking-price {
        font-size: 28px;
    }

    .room-detail-gallery-thumb {
        width: calc(33.333% - 8px);
        height: 64px;
    }
}

/* Gallery page */
.gallery-page-section {
    background: #fafafa;
}

.gallery-page-header {
    max-width: 640px;
    margin: 0 auto 44px;
}

.gallery-page-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.gallery-page-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.gallery-page-title span {
    color: var(--theme-primary);
}

.gallery-page-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.gallery-page-block + .gallery-page-block {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid #e8e2d8;
}

.gallery-page-block-header {
    max-width: 640px;
    margin: 0 auto 28px;
    text-align: center;
}

.gallery-page-block-title {
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.gallery-page-block-intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Gallery photo/video filter */
.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 32px;
}

.gallery-filter-btn {
    padding: 8px 22px;
    border: 1px solid #ddd6ca;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #6b6355;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gallery-filter-btn:hover {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

.gallery-filter-btn.is-active {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
}

/* Uniform gallery grid */
.gallery-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gallery-bento-item {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background: #e8e2d8;
}

.gallery-bento-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.gallery-bento-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gallery-bento-link:hover img {
    transform: scale(1.05);
}

.gallery-bento-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.gallery-bento-link:hover .gallery-bento-shade {
    opacity: 1;
}

.gallery-bento-action {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.gallery-bento-action.is-heart {
    background: #fff;
    color: #c45c5c;
}

.gallery-bento-action.is-play {
    background: #c45c5c;
    color: #fff;
}

.gallery-bento-meta {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.gallery-bento-item.is-video .gallery-bento-meta,
.gallery-bento-item.is-featured .gallery-bento-meta {
    left: 54px;
}

.gallery-bento-link:hover .gallery-bento-meta {
    opacity: 1;
    transform: translateY(0);
}

.gallery-bento-meta strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-gallery-card {
    height: 100%;
}

.hotel-gallery-card-link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 280px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
    text-decoration: none;
}

.hotel-gallery-card-link img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hotel-gallery-card-link:hover img {
    transform: scale(1.06);
}

.hotel-gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.05) 30%, rgba(17, 17, 17, 0.82) 100%);
    opacity: 0.88;
    transition: opacity 0.3s ease;
}

.hotel-gallery-card-link:hover .hotel-gallery-card-overlay {
    opacity: 1;
}

.hotel-gallery-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 20px;
    color: #fff;
    z-index: 1;
}

.hotel-gallery-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 18px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hotel-gallery-card-link:hover .hotel-gallery-card-icon {
    background: var(--theme-primary);
    transform: scale(1.05);
}

.hotel-gallery-card-content strong {
    display: block;
    margin-bottom: 6px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

.hotel-gallery-card-content span:not(.hotel-gallery-card-icon) {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotel-gallery-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 6px;
    background: var(--theme-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gallery-page-empty {
    max-width: 520px;
    margin: 0 auto;
    padding: 48px 20px;
}

.gallery-page-empty p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.gallery-page-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 6px;
    border: 1px solid #111;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-page-cta:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

@media (max-width: 991px) {
    .gallery-page-title {
        font-size: 32px;
    }

    .gallery-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gallery-bento {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gallery-bento-meta strong {
        font-size: 12px;
    }

    .hotel-gallery-card-link,
    .hotel-gallery-card-link img {
        min-height: 240px;
    }

    .gallery-page-cta {
        width: 100%;
    }
}

/* Team page */
.team-page-section,
.team-related-section {
    background: #fafafa;
}

.team-page-header {
    max-width: 680px;
    margin: 0 auto 36px;
}

.team-page-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.team-page-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.team-page-title--section {
    font-size: 34px;
}

.team-page-intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.team-page-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 720px;
    margin: 0 auto 32px;
}

.team-page-stat {
    flex: 1 1 140px;
    max-width: 200px;
    padding: 18px 16px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.04);
}

.team-page-stat strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--theme-primary);
}

.team-page-stat span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #777;
}

.team-page-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
}

.team-page-filter {
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.team-page-filter:hover,
.team-page-filter.is-active {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
    transform: translateY(-1px);
}

.team-page-col.is-hidden {
    display: none;
}

.team-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}

.team-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    text-decoration: none;
}

.team-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.team-card:hover .team-card-media img {
    transform: scale(1.05);
}

.team-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 2;
}

.team-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(17, 17, 17, 0.45);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.team-card-overlay i {
    font-size: 24px;
}

.team-card:hover .team-card-overlay {
    opacity: 1;
}

.team-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.team-card-name {
    margin-bottom: 6px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.team-card-role {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-primary);
}

.team-card-experience {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.team-card-experience i {
    color: var(--theme-primary);
    font-size: 16px;
}

.team-card-bio {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.team-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.team-card-link:hover {
    color: var(--theme-primary);
    gap: 10px;
}

.team-card-link i {
    font-size: 16px;
    line-height: 1;
}

.team-page-cta {
    margin-top: 48px;
    padding: 36px 28px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1a1510 0%, #2a2218 100%);
}

.team-page-cta p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.team-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.team-page-empty {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team-page-empty p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.team-related-action {
    margin-top: 36px;
}

.team-related-section .team-page-cta-btn--outline {
    background: #fff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.team-related-section .team-page-cta-btn--outline:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

@media (max-width: 991px) {
    .team-page-title {
        font-size: 32px;
    }

    .team-page-title--section {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .team-page-stats {
        gap: 10px;
    }

    .team-page-stat {
        flex: 1 1 calc(50% - 10px);
        max-width: none;
    }

    .team-page-cta-actions {
        flex-direction: column;
    }

    .team-page-cta-btn {
        width: 100%;
    }
}

/* Expert profile detail page */
.expert-detail-section {
    background: #fafafa;
}

.expert-detail-media-wrap {
    margin-bottom: 28px;
}

.expert-detail-photo {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.1);
    background: #111;
}

.expert-detail-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
}

.expert-detail-photo-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.expert-detail-award-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 14px;
    padding: 18px 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1a1510 0%, #2a2218 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14);
}

.expert-detail-award-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.2);
    color: var(--theme-secondary);
    flex-shrink: 0;
}

.expert-detail-award-icon i {
    font-size: 20px;
    line-height: 1;
}

.expert-detail-award-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.expert-detail-award-card span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.expert-detail-content {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 28px 28px 32px;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.expert-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.expert-detail-meta-badge {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.12);
    color: var(--theme-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.expert-detail-meta-role {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.expert-detail-title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.expert-detail-location {
    display: block;
    margin-top: 8px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-primary);
}

.expert-detail-lead {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.expert-detail-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.expert-detail-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.expert-detail-stat i {
    font-size: 22px;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.expert-detail-stat strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    color: #111;
}

.expert-detail-stat span {
    font-size: 12px;
    color: #888;
}

.expert-detail-quote {
    position: relative;
    margin: 0 0 28px;
    padding: 22px 22px 22px 54px;
    border-radius: 6px;
    border: 1px solid rgba(var(--theme-primary-rgb), 0.25);
    background: rgba(var(--theme-primary-rgb), 0.06);
}

.expert-detail-quote > i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 22px;
    color: var(--theme-primary);
    line-height: 1;
}

.expert-detail-quote p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #333;
}

.expert-detail-about,
.expert-detail-skills {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}

.expert-detail-about h2,
.expert-detail-skills h2 {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

.expert-detail-about-body,
.expert-detail-about-body p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
}

.expert-detail-about-body p:last-child {
    margin-bottom: 0;
}

.expert-detail-skills-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.expert-detail-skills-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #444;
}

.expert-detail-skills-list i {
    margin-top: 2px;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.expert-detail-sidebar {
    position: sticky;
    top: 110px;
}

.expert-detail-contact-card {
    padding: 28px 24px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.expert-detail-contact-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.expert-detail-contact-name {
    margin-bottom: 6px;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.expert-detail-contact-role {
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-primary);
}

.expert-detail-contact-meta {
    margin: 0 0 22px;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.expert-detail-contact-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

.expert-detail-contact-meta i {
    color: var(--theme-primary);
    font-size: 17px;
}

.expert-detail-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.expert-detail-contact-actions .home-room-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.expert-detail-sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.expert-detail-sidebar-link:hover {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

.expert-detail-sidebar-link--whatsapp:hover {
    border-color: #25d366;
    color: #25d366;
}

.expert-detail-sidebar-link--outline {
    background: #fafafa;
}

.expert-detail-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.expert-detail-contact-link:hover {
    color: var(--theme-primary);
}

.expert-detail-faq {
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid #e8e8e8;
}

.expert-detail-faq-header {
    margin-bottom: 32px;
}

.expert-detail-faq-header .team-page-title span {
    color: var(--theme-primary);
}

.expert-detail-faq-accordion .accordion-item {
    margin-bottom: 12px;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.expert-detail-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    background: #fff;
    box-shadow: none;
}

.expert-detail-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.06);
}

.expert-detail-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.expert-detail-faq-accordion .accordion-body {
    padding: 0 20px 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #555;
}

.expert-detail-faq-accordion .accordion-body p {
    margin: 0;
}

.expert-detail-related {
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
    .expert-detail-title {
        font-size: 32px;
    }

    .expert-detail-sidebar {
        position: static;
    }

    .expert-detail-skills-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .expert-detail-title {
        font-size: 28px;
    }

    .expert-detail-content {
        padding: 22px 18px 26px;
    }

    .expert-detail-stats {
        grid-template-columns: 1fr;
    }

    .expert-detail-contact-name {
        font-size: 24px;
    }
}

/* Home booking strip */
.home-booking-strip-wrap {
    position: relative;
    z-index: 30;
    margin-top: -40px;
    margin-bottom: 28px;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.home-booking-strip {
    display: grid;
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    padding: 22px 24px;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.home-booking-strip-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 4px 20px 4px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.home-booking-strip-brand strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111827;
    line-height: 1.25;
}

.home-booking-strip-brand span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.home-booking-strip-fields {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr) minmax(200px, 1.4fr);
    gap: 12px;
    align-items: end;
}

.home-booking-field {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
}

.home-booking-field-label {
    display: block;
    margin-bottom: 8px;
    min-height: 14px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
    line-height: 1.2;
}

.home-booking-field-control,
.home-booking-guests {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    min-height: 46px;
}

.home-booking-field-control input,
.home-booking-guests select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 46px;
    min-height: 46px;
    padding: 8px 36px 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f9fafb;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.home-booking-field-control input[type="date"] {
    cursor: pointer;
    color-scheme: light;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    max-width: 100%;
}

.home-booking-field-control input[type="date"]::-webkit-datetime-edit,
.home-booking-field-control input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
    min-width: 0;
}

.home-booking-field-control input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.home-booking-field-control input:focus,
.home-booking-guests select:focus {
    border-color: var(--theme-primary);
    background: #fff;
    box-shadow: none;
}

.home-booking-field-control i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-primary);
    font-size: 17px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

.home-booking-guests {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.home-booking-guests label {
    margin: 0;
    min-width: 0;
}

.home-booking-guests select {
    padding-right: 28px;
    font-size: 13px;
    cursor: pointer;
}

.home-booking-field-promo-inner .home-booking-field-control {
    position: relative;
}

.home-booking-field-promo-inner .promo-code-field-label-row {
    margin-bottom: 8px;
}

.home-booking-field-promo-inner .promo-code-field-label-row .home-booking-field-label {
    margin-bottom: 0;
}

.home-booking-field-promo-inner .promo-default-offer--inline {
    font-size: 10px;
    max-width: 58%;
    justify-content: flex-end;
    text-align: right;
}

.home-booking-field-promo-inner .promo-default-offer-btn {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.home-booking-field-promo-inner .home-booking-field-control input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 46px;
    min-height: 46px;
    padding: 8px 36px 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
    color: #374151;
}

.home-booking-field-promo-inner .home-booking-field-control i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-primary);
    font-size: 17px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

.home-booking-field-promo .home-booking-field-control input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.promo-code-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.promo-code-field-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    min-height: 14px;
}

.promo-code-field-label-row .booking-label {
    margin-bottom: 0;
}

.promo-code-field-control {
    position: relative;
}

.promo-default-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.3;
}

.promo-default-offer--inline {
    margin-top: 0;
    flex-shrink: 0;
}

.promo-default-offer-label {
    color: #6b7280;
    font-weight: 500;
}

.promo-default-offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary-color, #7c3aed);
    font-size: inherit;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.3;
}

.promo-default-offer-btn:hover {
    color: var(--primary-color-dark, #6d28d9);
}

.promo-default-offer-btn strong {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.booking-page .promo-code-field-label-row {
    margin-bottom: 8px;
}

.booking-page .promo-default-offer--inline {
    font-size: 11px;
}

.home-booking-strip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 148px;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    box-shadow: none;
}

.home-booking-strip-btn:hover {
    box-shadow: none;
}

@media (max-width: 1199px) {
    .home-booking-strip {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: stretch;
    }

    .home-booking-strip-brand {
        min-height: 0;
        padding: 0 0 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 16px;
    }

    .home-booking-strip-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-booking-field-guests {
        grid-column: 1 / -1;
    }

    .home-booking-strip-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .home-booking-strip-wrap {
        margin-top: -24px;
        margin-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .home-booking-strip {
        padding: 18px 16px;
        border-radius: 6px;
        width: 100%;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    }

    .home-booking-strip-fields {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .home-booking-field,
    .home-booking-field-control,
    .home-booking-guests,
    .home-booking-field-control input,
    .home-booking-guests select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .home-booking-field-control input[type="date"] {
        font-size: 13px;
    }
}

/* Booking system */
.booking-page {
    background: #f6f4f1;
}

.booking-page-no-breadcrumb {
    padding-top: 120px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .booking-page-no-breadcrumb {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

.booking-alert {
    border-radius: 6px;
    margin-bottom: 20px;
}

.booking-search-bar {
    display: grid;
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr) auto;
    gap: 16px;
    align-items: end;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(28, 21, 16, 0.06);
    margin-bottom: 32px;
    overflow: hidden;
}

.booking-search-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding-bottom: 2px;
}

.booking-search-brand strong {
    display: block;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1c1510;
    line-height: 1.2;
}

.booking-search-brand span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #888;
}

.booking-search-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.booking-field {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
}

.booking-field-label,
.booking-label {
    display: block;
    margin-bottom: 6px;
    min-height: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #777;
    line-height: 1.2;
}

.booking-field-control {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
}

.booking-field-control input,
.booking-guests-row select,
.booking-input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #ddd6cb;
    border-radius: 6px;
    background: #fff;
    color: #1c1510;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-field-control input[type="date"] {
    cursor: pointer;
    color-scheme: light;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    max-width: 100%;
    padding-right: 38px;
}

.booking-field-control input[type="date"]::-webkit-datetime-edit,
.booking-field-control input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
    min-width: 0;
}

.booking-field-control input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.booking-field-control input:focus,
.booking-guests-row select:focus,
.booking-input:focus {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0.12);
}

.booking-field-control i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-primary);
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}

.booking-field-control input {
    padding-right: 38px;
}

.booking-guests-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: 48px;
}

.booking-guests-row label {
    margin: 0;
    min-width: 0;
}

.booking-guests-row select {
    padding-right: 24px;
    font-size: 13px;
    cursor: pointer;
}

.booking-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: var(--fe-radius);
    background: var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.booking-search-btn:hover {
    background: var(--theme-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.booking-room-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
}

.booking-room-btn:hover {
    transform: translateY(-1px);
}

.booking-results-head {
    margin-bottom: 20px;
}

.booking-results-head h2 {
    margin: 0 0 6px;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 500;
    color: #1c1510;
}

.booking-results-head p {
    margin: 0;
    color: #666;
}

.booking-results-head p span {
    margin: 0 6px;
    color: #bbb;
}

.booking-results-grid {
    margin-top: 4px;
}

.booking-results-grid > [class*="col-"] {
    display: flex;
}

.booking-room-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: var(--fe-radius);
    box-shadow: 0 4px 16px rgba(17, 17, 17, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booking-room-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
}

.booking-room-media {
    position: relative;
    padding: 12px 12px 0;
    flex-shrink: 0;
}

.booking-room-media-inner {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
}

.booking-room-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.35s ease;
}

.booking-room-card:hover .booking-room-media img {
    transform: scale(1.03);
}

.booking-room-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: var(--fe-radius-sm);
    background: rgba(var(--theme-primary-rgb), 0.92);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.booking-room-price-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: var(--fe-radius-sm);
    background: rgba(255, 255, 255, 0.94);
    color: var(--theme-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.08);
}

.booking-room-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    padding: 16px 18px 18px;
}

.booking-room-copy {
    min-width: 0;
    flex: 1;
}

.booking-room-copy h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #111;
}

.booking-room-copy p {
    margin: 0 0 12px;
    color: #666;
    font-size: 13px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.booking-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-room-meta li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 12px;
}

.booking-room-meta i {
    color: var(--theme-primary);
}

.booking-room-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.booking-room-total {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.booking-room-total-original {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.booking-room-total strong {
    color: #111;
    font-weight: 700;
}

.booking-room-footer .booking-room-btn {
    margin-left: auto;
}

.booking-empty {
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 6px;
}

.booking-empty i {
    font-size: 42px;
    color: var(--theme-primary);
}

.booking-empty h3 {
    margin: 12px 0 8px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

.booking-empty p {
    margin: 0 auto 18px;
    max-width: 420px;
    color: #666;
}

.booking-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.booking-steps span {
    padding: 8px 14px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8e2d8;
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.booking-steps .is-done {
    color: var(--theme-primary);
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    background: rgba(var(--theme-primary-rgb), 0.08);
}

.booking-steps .is-active {
    color: #fff;
    background: var(--theme-primary);
    border-color: var(--theme-primary);
}

.booking-card,
.booking-summary,
.booking-success-card {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(28, 21, 16, 0.04);
}

.booking-card {
    padding: 24px;
    margin-bottom: 18px;
}

.booking-card-title {
    margin: 0 0 18px;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #1c1510;
}

.booking-for-group {
    margin-bottom: 20px;
}

.booking-toggle {
    display: inline-flex;
    gap: 10px;
    margin: 8px 0;
}

.booking-toggle-option {
    margin: 0;
    cursor: pointer;
}

.booking-toggle-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.booking-toggle-option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid #ddd6cb;
    border-radius: 6px;
    background: #fff;
    color: #444;
    font-weight: 600;
    transition: all 0.2s ease;
}

.booking-toggle-option input:checked + span {
    border-color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.1);
    color: var(--theme-primary-dark);
}

.booking-help {
    margin: 0;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.booking-input-icon {
    position: relative;
}

.booking-input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-primary);
}

.booking-input-icon .booking-input {
    padding-left: 38px;
}

.booking-textarea {
    min-height: 120px;
    resize: vertical;
    font-weight: 500;
}

.booking-checks {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.booking-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.55;
}

.booking-check input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 18px;
    border: 1px solid #cfc6b8;
    border-radius: 4px;
    background: #fff;
    accent-color: var(--theme-primary);
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: auto;
}

.booking-check span {
    flex: 1 1 auto;
    min-width: 0;
}

.booking-check a {
    color: var(--theme-primary);
    text-decoration: underline;
}

.booking-payment-list {
    display: grid;
    gap: 12px;
}

.booking-payment-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding: 16px;
    border: 1px solid #ddd6cb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.booking-payment-option:has(input:checked) {
    border-color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
}

.booking-payment-option.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.booking-payment-option input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 18px;
    accent-color: var(--theme-primary);
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: auto;
}

.booking-payment-option.is-disabled input[type="radio"] {
    cursor: not-allowed;
}

.booking-payment-body {
    display: grid;
    gap: 4px;
}

.booking-payment-body strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1c1510;
}

.booking-payment-body span {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.booking-guests-card {
    display: none;
}

.booking-guests-card.is-visible {
    display: block;
}

.booking-guests-list {
    display: grid;
    gap: 18px;
}

.booking-guest-row {
    padding-bottom: 18px;
    border-bottom: 1px solid #f0ebe3;
}

.booking-guest-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.booking-guest-row-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.booking-guest-row-head strong {
    color: #1c1510;
    font-size: 14px;
}

.booking-guest-remove {
    border: 0;
    background: transparent;
    color: #b45309;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}

.booking-guest-remove:hover {
    color: #9a3412;
    text-decoration: underline;
}

.booking-guests-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f0ebe3;
}

.booking-add-guest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(var(--theme-primary-rgb), 0.35);
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.1);
    color: var(--theme-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.booking-add-guest-btn:hover {
    background: rgba(var(--theme-primary-rgb), 0.18);
    border-color: var(--theme-primary);
}

.booking-guests-actions span {
    font-size: 12px;
    color: #999;
}

.booking-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 24px;
    align-items: start;
}

.booking-checkout-main {
    min-width: 0;
}

.booking-checkout-aside {
    min-width: 0;
    width: 100%;
}

.booking-checkout-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 8px;
}

.booking-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-weight: 600;
    text-decoration: none;
}

.booking-back-link:hover {
    color: var(--theme-primary);
}

.booking-summary {
    position: sticky;
    top: 96px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 22px;
}

.booking-summary h3 {
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
}

.booking-summary-room {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.booking-summary-room img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

.booking-summary-room strong {
    display: block;
    color: #1c1510;
}

.booking-summary-room span {
    color: #888;
    font-size: 13px;
}

.booking-summary-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0ebe3;
    font-size: 14px;
}

.booking-summary-list li span {
    color: #888;
}

.booking-summary-list li strong {
    color: #1c1510;
    text-align: right;
}

.booking-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e8e2d8;
}

.booking-summary-total span {
    font-weight: 600;
    color: #555;
}

.booking-summary-total strong {
    font-size: 24px;
    color: var(--theme-primary);
}

.booking-summary-note {
    margin: 14px 0 0;
    font-size: 13px;
    color: #888;
    line-height: 1.55;
}

.booking-success-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 28px;
    text-align: center;
}

.booking-success-icon {
    font-size: 54px;
    color: var(--theme-primary);
    line-height: 1;
}

.booking-success-card h1 {
    margin: 12px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 500;
}

.booking-success-card > p {
    margin: 0 auto 18px;
    max-width: 480px;
    color: #666;
}

.booking-success-number {
    display: inline-block;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 6px;
    background: rgba(var(--theme-primary-rgb), 0.1);
    color: var(--theme-primary-dark);
}

.booking-success-list {
    text-align: left;
    margin-bottom: 24px;
}

.booking-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .booking-search-bar {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        width: 100%;
    }

    .booking-search-brand {
        min-height: 0;
    }

    .booking-search-fields {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .booking-field,
    .booking-field-control,
    .booking-field-control input,
    .booking-guests-row,
    .booking-guests-row select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .booking-search-btn {
        width: 100%;
    }

    .booking-room-media-inner {
        aspect-ratio: 16 / 9;
    }

    .booking-room-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-room-footer .booking-room-btn {
        width: 100%;
        margin-left: 0;
    }

    .booking-checkout-layout {
        grid-template-columns: 1fr;
    }

    .booking-checkout-aside {
        order: 2;
    }

    .booking-checkout-main {
        order: 1;
    }

    .booking-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .booking-room-copy h3,
    .booking-results-head h2,
    .booking-success-card h1 {
        font-size: 26px;
    }

    .booking-toggle {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .booking-toggle-option span {
        width: 100%;
        min-width: 0;
    }

    .booking-checkout-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .booking-search-btn,
    .booking-room-btn {
        width: 100%;
    }
}

.career-openings-wrap {
    height: 100%;
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece6dc;
}

.career-openings-header h2 {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: #111;
}

.career-openings-header p {
    margin-bottom: 22px;
    color: #666;
}

.career-openings-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.career-opening-card {
    padding: 20px 22px;
    border: 1px solid #e8e2d8;
    border-radius: 10px;
    background: #faf8f5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.career-opening-card.is-selected {
    border-color: var(--theme-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.career-opening-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.career-opening-card h3 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #111;
}

.career-opening-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #777;
    font-size: 14px;
}

.career-opening-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.career-opening-description {
    margin: 14px 0 0;
    color: #666;
    line-height: 1.7;
}

.career-opening-apply-btn {
    flex-shrink: 0;
    padding: 10px 18px;
    border: 1px solid var(--theme-primary);
    border-radius: 999px;
    background: transparent;
    color: var(--theme-primary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

.career-opening-card.is-selected .career-opening-apply-btn,
.career-opening-apply-btn:hover {
    background: var(--theme-primary);
    color: #fff;
}

.career-openings-empty {
    padding: 24px;
    border-radius: 10px;
    background: #faf8f5;
    color: #666;
    text-align: center;
}

.career-selected-opening {
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(var(--theme-primary-rgb), 0.08);
    color: #444;
}

.career-selected-opening-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--theme-primary);
}

.career-page-info {
    height: 100%;
    padding: 32px;
    border-radius: 12px;
    background: #faf8f5;
    border: 1px solid #ece6dc;
}

.career-page-info h2 {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: #111;
}

.career-page-info p {
    color: #666;
    line-height: 1.7;
}

.career-page-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.career-page-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #444;
    line-height: 1.6;
}

.career-page-list i {
    color: var(--theme-primary);
    font-size: 18px;
    line-height: 1.4;
}

.career-page-contact {
    padding-top: 18px;
    border-top: 1px solid #e8e2d8;
}

.career-page-contact a {
    color: var(--theme-primary);
    text-decoration: none;
}

.career-message-error {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff5f5;
    color: #b42318;
    font-size: 14px;
}

.career-message-success {
    text-align: center;
    padding: 24px 12px;
}

.career-message-success h3 {
    margin: 12px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

.career-message-success p {
    color: #666;
    margin-bottom: 20px;
}

/* Website welcome modal */
.site-welcome-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.site-welcome-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.site-welcome-modal__media {
    position: relative;
    background: #111;
    max-height: 300px;
    overflow: hidden;
}

.site-welcome-modal__media--video {
    aspect-ratio: 16 / 9;
    max-height: none;
}

.site-welcome-modal__image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.site-welcome-modal__media iframe,
.site-welcome-modal__video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    background: #000;
}

.site-welcome-modal__body {
    padding: 34px 36px 36px;
    text-align: center;
}

.site-welcome-modal__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.site-welcome-modal__title {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}

.site-welcome-modal__message {
    margin: 0 auto 26px;
    max-width: 34rem;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.site-welcome-modal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.site-welcome-modal__cta {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 999px;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.site-welcome-modal__cta:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.site-welcome-modal__link {
    padding: 12px 22px;
    border: 0;
    background: transparent;
    color: #6b6355;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.25s ease;
}

.site-welcome-modal__link:hover {
    color: var(--theme-primary);
}

@media (max-width: 575.98px) {
    .site-welcome-modal__body {
        padding: 26px 22px 28px;
    }

    .site-welcome-modal__title {
        font-size: 24px;
    }

    .site-welcome-modal__cta,
    .site-welcome-modal__link {
        width: 100%;
    }
}

/* Home — Gallery showcase */
.home-gallery-showcase {
    padding: 80px 0 32px;
    background: #fff;
    overflow: hidden;
}

.home-gallery-showcase-header {
    max-width: 640px;
    margin: 0 auto 36px;
}

.home-gallery-showcase-header h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-gallery-accordion-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-gallery-accordion {
    display: flex;
    height: clamp(320px, 42vw, 480px);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(28, 21, 16, 0.12);
}

.home-gallery-panel {
    position: relative;
    flex: 1;
    min-width: 0;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-gallery-panel.is-featured {
    flex: 2.15;
}

.home-gallery-accordion:hover .home-gallery-panel {
    flex: 0.9;
}

.home-gallery-accordion:hover .home-gallery-panel:hover,
.home-gallery-accordion .home-gallery-panel.is-featured {
    flex: 2.35;
}

.home-gallery-panel-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.home-gallery-panel-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.home-gallery-panel:hover .home-gallery-panel-link img,
.home-gallery-panel.is-featured .home-gallery-panel-link img {
    transform: scale(1.06);
}

.home-gallery-panel-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.72) 100%);
    opacity: 0.55;
    transition: opacity 0.4s ease;
}

.home-gallery-panel:hover .home-gallery-panel-shade,
.home-gallery-panel.is-featured .home-gallery-panel-shade {
    opacity: 0.88;
}

.home-gallery-panel-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 20px;
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-gallery-panel.is-featured .home-gallery-panel-content,
.home-gallery-panel:hover .home-gallery-panel-content {
    transform: translateY(0);
    opacity: 1;
}

.home-gallery-panel-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.home-gallery-panel-icons span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 13px;
    backdrop-filter: blur(4px);
}

.home-gallery-panel-content h3 {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.home-gallery-panel-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 360px;
}

.home-gallery-panel.is-featured .home-gallery-panel-content h3,
.home-gallery-panel.is-featured .home-gallery-panel-content p {
    text-align: center;
}

.home-gallery-panel.is-featured .home-gallery-panel-content p {
    max-width: 420px;
    margin: 0 auto;
}

.home-gallery-accordion-mobile {
    display: none;
}

.home-gallery-mobile-card {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(28, 21, 16, 0.12);
}

.home-gallery-mobile-link {
    position: relative;
    display: block;
    height: 360px;
    color: #fff;
    text-decoration: none;
}

.home-gallery-mobile-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-gallery-mobile-link .home-gallery-panel-content {
    transform: translateY(0);
    opacity: 1;
    padding: 22px 18px;
}

.home-gallery-mobile-pagination {
    position: relative;
    margin-top: 18px;
}

.home-gallery-mobile-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(17, 17, 17, 0.25);
    opacity: 1;
}

.home-gallery-mobile-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: var(--theme-primary);
}

.home-gallery-showcase-action {
    margin-top: 32px;
}

/* Home — FAQ section */
.home-faq {
    padding: 80px 0;
    background: linear-gradient(180deg, #fafafa 0%, #f3efe8 100%);
    overflow: hidden;
}

.home-faq-header {
    margin-bottom: 28px;
}

.home-faq-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.home-faq-header h2 {
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 3.8vw, 40px);
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.home-faq-header p {
    margin: 0;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.65;
    color: #666;
}

.home-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-faq-item {
    overflow: hidden;
    border: 1px solid #ebe4da;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 21, 16, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-faq-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(var(--theme-primary-rgb), 0.35);
    box-shadow: 0 12px 28px rgba(28, 21, 16, 0.08);
}

.home-faq-item .accordion-button {
    padding: 18px 18px 18px 20px;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #111;
    background: transparent;
    box-shadow: none;
}

.home-faq-item .accordion-button:not(.collapsed) {
    color: var(--theme-primary);
    background: rgba(var(--theme-primary-rgb), 0.08);
}

.home-faq-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.home-faq-item .accordion-button::after {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.06);
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--theme-primary);
    transform: none;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.home-faq-item .accordion-button:not(.collapsed)::after {
    content: "−";
    background: var(--theme-primary);
    color: #fff;
    transform: rotate(180deg);
}

.home-faq-item .accordion-body {
    padding: 0 20px 18px;
}

.home-faq-item .accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
    padding-top: 4px;
}

.home-faq-item .accordion-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.home-faq-media {
    position: relative;
}

.home-faq-image {
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(28, 21, 16, 0.12);
}

.home-faq-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.home-faq-contact-box {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
}

.home-faq-contact-box:hover {
    background: var(--theme-primary);
    color: #fff;
    transform: translateY(-4px);
}

.home-faq-contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    font-size: 20px;
}

.home-faq-contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-faq-contact-text strong {
    font-size: 16px;
    font-weight: 700;
}

.home-faq-contact-text span {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .home-gallery-showcase {
        padding: 64px 0 28px;
    }

    .home-gallery-showcase-header h2 {
        font-size: 34px;
    }

    .home-gallery-accordion {
        height: clamp(280px, 50vw, 380px);
    }

    .home-faq {
        padding: 64px 0;
    }

    .home-faq-header p {
        max-width: none;
    }

    .home-faq-image img {
        aspect-ratio: 16 / 11;
    }
}

@media (max-width: 767px) {
    .home-gallery-showcase {
        padding: 56px 0 24px;
    }

    .home-gallery-showcase-header h2 {
        font-size: 30px;
    }

    .home-gallery-accordion {
        display: none;
    }

    .home-gallery-accordion-mobile {
        display: block;
    }

    .home-gallery-showcase-action {
        margin-top: 28px;
    }

    .home-faq {
        padding: 56px 0;
    }

    .home-faq-item .accordion-button {
        padding: 16px 16px 16px 16px;
        font-size: 16px;
    }

    .home-faq-contact-box {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
    }
}

