:root {
    --rh-green: #1a3224;
    --rh-green-rgb: 26, 50, 36;
    --rh-ink: #1a261e;
    --rh-muted: #66756c;
    --rh-charcoal: var(--rh-green);
    --rh-slate: var(--rh-green);
    --rh-navy: var(--rh-green);
    --rh-paper: #d6dbd6;
    --rh-white: #ffffff;
    --rh-line: rgba(var(--rh-green-rgb), 0.12);
    --rh-font-sans: "Outfit", sans-serif;
    --rh-font-serif: "Bodoni Moda", serif;
    --rh-font-logo: "Bodoni Moda", serif;
    --rh-header-h: 100px;
    --rh-mobile-bar-h: 0px;
    --rh-gold: #ccae62;
    --rh-mint: #dceee0;
    --rh-mint-hover: #cde4d2;
    --rh-btn-hover: #e6e6e4;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-bottom: var(--rh-mobile-bar-h);
}

body.site-regia {
    margin: 0;
    font-family: var(--rh-font-sans);
    font-weight: 400;
    color: var(--rh-ink);
    background: var(--rh-white);
    line-height: 1.7;
}

body.site-regia img {
    max-width: 100%;
    height: auto;
}

.rh-kicker {
    font-family: var(--rh-font-sans);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--rh-navy);
    margin: 0 0 0.85rem;
}

.rh-title {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    margin: 0 0 1.25rem;
}

.rh-intro {
    max-width: 760px;
    margin: 0 auto 3.2rem;
    text-align: center;
}

.rh-lead,
.rh-copy {
    color: var(--rh-muted);
    font-size: 0.98rem;
    max-width: 46rem;
}

.rh-copy a,
.rh-section a:not(.rh-btn):not(.rh-btn-ghost):not(.rh-room):not(.rh-post):not(.rh-contact-card) {
    color: inherit;
}

.rh-article .rh-copy a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.rh-article {
    max-width: 760px;
}

.rh-article .rh-copy,
.rh-seo-blocks .rh-copy {
    max-width: none;
}

.rh-subhead {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.25;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    margin: 2.4rem 0 0.9rem;
    color: var(--rh-ink);
}

.rh-seo-panel {
    margin: 0 0 4.5rem;
}

.rh-seo-panel .rh-intro {
    margin-bottom: 2.8rem;
}

.rh-seo-panel .rh-intro .rh-lead {
    margin: 0 auto;
    font-family: var(--rh-font-serif);
    font-size: clamp(1.28rem, 2.1vw, 1.62rem);
    line-height: 1.5;
    color: var(--rh-ink);
}

.rh-seo-panel .rh-intro::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: var(--rh-gold);
    margin: 2rem auto 0;
}

.rh-seo-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: none;
    margin: 0;
}

.rh-seo-blocks.is-two {
    grid-template-columns: repeat(2, 1fr);
}

.rh-seo-card {
    background: var(--rh-paper);
    padding: 2.1rem 1.7rem 2.25rem;
    border-top: 2px solid var(--rh-gold);
}

.rh-seo-card .rh-kicker {
    color: var(--rh-gold);
    margin-bottom: 1rem;
}

.rh-seo-card .rh-subhead {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

.rh-seo-card .rh-copy {
    margin: 0;
}

.rh-faq .rh-title {
    margin-bottom: 1.6rem;
}

.rh-faq-item {
    border-top: 1px solid var(--rh-line);
}

.rh-faq-item:last-child {
    border-bottom: 1px solid var(--rh-line);
}

.rh-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--rh-font-serif);
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 1.15rem 2rem 1.15rem 0;
    position: relative;
}

.rh-faq-item summary::-webkit-details-marker {
    display: none;
}

.rh-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 1.1rem;
    font-family: var(--rh-font-sans);
    font-size: 1.2rem;
    color: var(--rh-green);
}

.rh-faq-item[open] summary::after {
    content: "–";
}

.rh-faq-item .rh-copy {
    margin: 0 0 1.25rem;
}

.rh-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* Header — Villa Las Tronas */
.rh-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1300;
    height: var(--rh-header-h);
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: stretch;
    padding: 0;
    color: var(--rh-white);
    transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.rh-header.is-solid,
body:not(.page-home) .rh-header {
    background: var(--rh-white);
    color: var(--rh-ink);
    box-shadow: 0 8px 35px -18px rgb(66 68 90 / 0.42);
}

.rh-header.is-menu-open,
body:not(.page-home) .rh-header.is-menu-open {
    background: transparent;
    color: var(--rh-white);
    box-shadow: none;
}

.rh-menu-btn {
    appearance: none;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    align-self: center;
    height: 48px;
    margin-left: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 2px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.rh-menu-btn span {
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.35s ease;
}

.rh-header.is-solid .rh-menu-btn span,
body:not(.page-home) .rh-header:not(.is-menu-open) .rh-menu-btn span {
    background: var(--rh-ink);
}

.rh-header.is-menu-open .rh-menu-btn span {
    background: #fff;
}

.rh-header.is-menu-open .rh-menu-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.rh-header.is-menu-open .rh-menu-btn span:nth-child(2) {
    opacity: 0;
}

.rh-header.is-menu-open .rh-menu-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.rh-logo {
    position: absolute;
    grid-column: 1 / -1;
    grid-row: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: max-content;
    text-decoration: none;
    color: inherit;
    text-align: center;
    line-height: 0;
}

body.site-regia img.rh-logo-img {
    display: block;
    height: 72px;
    width: auto;
    max-width: 220px;
    mix-blend-mode: screen;
    filter: none;
    transition: filter 0.35s ease;
}

.rh-header.is-solid img.rh-logo-img,
body:not(.page-home) .rh-header:not(.is-menu-open) img.rh-logo-img {
    mix-blend-mode: normal;
    filter: invert(1);
}

.rh-header.is-menu-open img.rh-logo-img {
    mix-blend-mode: screen;
    filter: none;
}

.rh-logo-place {
    display: block;
    margin-top: 5px;
    font-size: 0.55rem;
    letter-spacing: 0.22em;
    margin-right: -0.22em;
    text-transform: uppercase;
    opacity: 0.72;
}

.rh-header .rh-book {
    grid-column: 3;
    grid-row: 1;
    z-index: 3;
}

.rh-header .rh-lang {
    grid-column: 4;
    grid-row: 1;
    z-index: 3;
}

.rh-book {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 180px;
    padding: 0 32px;
    text-decoration: none;
    background: var(--rh-mint);
    color: var(--rh-green);
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease;
}

.rh-book:hover,
.rh-menu-book:hover {
    background: var(--rh-mint-hover);
    color: var(--rh-green);
}

.rh-lang {
    appearance: none;
    width: 88px;
    border: 0;
    border-radius: 0;
    background: var(--rh-navy);
    color: var(--rh-white);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

.rh-header.is-solid .rh-lang,
body:not(.page-home) .rh-header:not(.is-menu-open) .rh-lang {
    background: transparent;
    color: inherit;
}

.btn-lang {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    cursor: pointer;
    padding: 0;
}

/* Menu overlay — Villa Las Tronas */
.rh-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: var(--rh-green);
    color: var(--rh-white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 1.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.4s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 1.4s;
    overflow: hidden;
}

.rh-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.rh-overlay-video,
.rh-overlay-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rh-overlay-video {
    object-fit: cover;
    pointer-events: none;
}

.rh-overlay-shade {
    background: rgba(var(--rh-green-rgb), 0.82);
    backdrop-filter: grayscale(0.25) contrast(0.95);
}

.rh-menu-inner {
    position: relative;
    z-index: 1;
    width: min(720px, calc(100% - 48px));
    text-align: center;
    padding: 96px 0 48px;
}

.rh-menu-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rh-menu-nav > li {
    margin: 0 0 0.15rem;
}

.rh-menu-nav a,
.rh-menu-parent {
    appearance: none;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
    font-family: var(--rh-font-sans);
    font-weight: 400;
    font-size: clamp(1.05rem, 2.4vw, 1.4rem);
    line-height: 1.5;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.35rem 0;
    transition: letter-spacing 0.45s ease;
}

.rh-menu-nav a:hover,
.rh-menu-parent:hover,
.rh-menu-nav a.active,
.rh-menu-parent.active {
    letter-spacing: 0.48em;
}

.rh-menu-sub {
    list-style: none;
    margin: 0.2rem 0 0.8rem;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.rh-menu-item.is-open .rh-menu-sub {
    max-height: 220px;
}

.rh-menu-sub a {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    padding: 0.25rem 0;
    opacity: 0.78;
}

.rh-overlay-langs {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    margin: 2.2rem 0 1.6rem;
}

.rh-overlay-langs a {
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
}

.rh-menu-book {
    display: inline-flex;
    min-width: 0;
    height: auto;
    padding: 16px 28px;
    background: var(--rh-mint);
    color: var(--rh-green);
}

.rh-room,
.rh-post {
    transition: opacity 0.25s ease;
}

.rh-room:hover,
.rh-post:hover {
    opacity: 0.72;
}

.lang-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(var(--rh-green-rgb), 0.62);
    z-index: 1400;
}

.lang-modal-backdrop.active,
.lang-modal.active {
    display: block;
}

.lang-modal {
    display: none;
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    z-index: 1410;
    background: var(--rh-white);
    color: var(--rh-ink);
    padding: 2.4rem 2.6rem 2rem;
    min-width: min(360px, 90vw);
}

.lang-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    cursor: pointer;
}

.lang-modal-label {
    font-family: var(--rh-font-serif);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 1.2rem;
}

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

.lang-list a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.55rem 0;
    letter-spacing: 0.08em;
}

.lang-list a.active {
    opacity: 0.45;
}

/* Hero */
.rh-hero {
    position: relative;
    min-height: calc(100vh - var(--rh-mobile-bar-h));
    min-height: calc(100dvh - var(--rh-mobile-bar-h));
    display: flex;
    align-items: flex-end;
    color: var(--rh-white);
    overflow: hidden;
}

.rh-hero-media,
.rh-hero-media video,
.rh-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.rh-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--rh-green-rgb), 0.18) 0%, rgba(var(--rh-green-rgb), 0.62) 100%);
}

.rh-hero-content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 11vh;
}

.rh-hero h1 {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    line-height: 1.05;
    max-width: 16ch;
}

.rh-hero .rh-kicker {
    color: rgba(255, 255, 255, 0.78);
}

.rh-page-hero {
    min-height: 68vh;
    background-size: cover;
    background-position: center 40%;
}

.rh-hero.rh-page-hero-plain {
    min-height: 42vh;
    background: var(--rh-green);
    background-image: none;
}

/* Sections */
.rh-section {
    padding: 7.5rem 0;
}

.rh-section-flush {
    padding: 0;
}

.rh-section-dark {
    background: var(--rh-charcoal);
    color: var(--rh-white);
}

.rh-section-dark .rh-kicker {
    color: rgba(214, 219, 214, 0.78);
}

.rh-section-dark .rh-copy,
.rh-section-dark .rh-lead {
    color: rgba(255, 255, 255, 0.72);
}

.rh-section-paper {
    background: var(--rh-paper);
}

.rh-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4.5rem;
    align-items: center;
}

.rh-split-rev {
    grid-template-columns: 0.95fr 1.05fr;
}

.rh-split img {
    width: 100%;
    height: min(72vh, 620px);
    object-fit: cover;
    display: block;
}

.rh-split-bleed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 82vh;
}

.rh-split-bleed img {
    width: 100%;
    height: 100%;
    min-height: 82vh;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}

.rh-split-bleed .rh-carousel {
    position: relative;
    min-height: 82vh;
    height: 100%;
    overflow: hidden;
    background: var(--rh-ink);
}

.rh-carousel-viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.rh-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.rh-carousel-slide {
    flex: 0 0 100%;
    height: 100%;
    margin: 0;
}

.rh-split-bleed .rh-carousel img {
    width: 100%;
    height: 100%;
    min-height: 82vh;
    max-width: none;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}

.rh-carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: var(--rh-green);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, color 0.2s ease;
}

.rh-carousel-nav::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
}

.rh-carousel-prev {
    left: 1rem;
}

.rh-carousel-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.rh-carousel-next {
    right: 1rem;
}

.rh-carousel-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.rh-carousel-nav:hover,
.rh-carousel-nav:focus-visible {
    background: var(--rh-gold);
    color: var(--rh-white);
    outline: none;
}

.rh-carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0.45rem;
}

.rh-carousel-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.rh-carousel-dot.is-active {
    background: var(--rh-gold);
}

@media (prefers-reduced-motion: reduce) {
    .rh-carousel-track {
        transition: none;
    }
}

.rh-split-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 7vw;
}

.rh-split-text .rh-btn,
.rh-band-content .rh-btn {
    margin-top: 0.6rem;
    width: fit-content;
}

.rh-band {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center 40%;
    color: var(--rh-white);
}

.rh-band-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--rh-green-rgb), 0.18) 0%, rgba(var(--rh-green-rgb), 0.78) 100%);
}

.rh-band-content {
    position: relative;
    z-index: 1;
    padding: 0 0 8vh;
}

.rh-band .rh-kicker,
.rh-band .rh-lead {
    color: rgba(255, 255, 255, 0.78);
}

.rh-btn,
.rh-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 16px 26px;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.rh-btn {
    background: var(--rh-white);
    color: var(--rh-ink);
    border: 1px solid rgba(var(--rh-green-rgb), 0.12);
}

.rh-btn:hover {
    background: var(--rh-btn-hover);
    color: var(--rh-ink);
}

.rh-btn-ghost {
    border: 1px solid currentColor;
    color: inherit;
}

.rh-btn-ghost:hover {
    background: var(--rh-btn-hover);
}

.rh-section-dark .rh-btn,
.rh-band .rh-btn {
    background: var(--rh-white);
    color: var(--rh-ink);
    border-color: transparent;
}

.rh-section-dark .rh-btn:hover,
.rh-band .rh-btn:hover {
    background: var(--rh-btn-hover);
    color: var(--rh-ink);
}

a.rh-btn[href*="booking.bedzzle.com"] {
    background: var(--rh-mint);
    color: var(--rh-green);
    border-color: transparent;
}

a.rh-btn[href*="booking.bedzzle.com"]:hover {
    background: var(--rh-mint-hover);
    color: var(--rh-green);
}

/* Rooms */
.rh-rooms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 0 4px;
}

.rh-rooms.is-two {
    grid-template-columns: 1fr 1fr;
}

.rh-room {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--rh-white);
    overflow: hidden;
    min-height: 520px;
}

.rh-room img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transition: transform 0.7s ease;
}

.rh-room:hover img {
    transform: scale(1.05);
}

.rh-room-body {
    position: absolute;
    inset: auto 0 0;
    padding: 4.5rem 1.6rem 1.6rem;
    background: linear-gradient(180deg, transparent 0%, rgba(var(--rh-green-rgb), 0.9) 78%);
}

.rh-room h3 {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    font-size: 1.7rem;
    margin: 0 0 0.45rem;
}

.rh-room p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.rh-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.2rem;
    margin: 0.9rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* Services */
.rh-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.rh-service {
    background: var(--rh-white);
    border: 1px solid var(--rh-line);
    border-top: 2px solid var(--rh-gold);
}

.rh-service-body {
    padding: 1.8rem 1.6rem 2rem;
}

.rh-service h3 {
    font-family: var(--rh-font-serif);
    font-size: 1.45rem;
    font-weight: 400;
    margin: 0 0 0.6rem;
}

/* Gallery */
.rh-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.rh-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.rh-gallery img:hover {
    opacity: 0.82;
}

.rh-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rh-green-rgb), 0.94);
    padding: 72px 56px 64px;
}

.rh-lightbox.is-open {
    display: flex;
}

body.site-regia .rh-lightbox img {
    max-width: min(1180px, 100%);
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.rh-lightbox-close,
.rh-lightbox-prev,
.rh-lightbox-next {
    appearance: none;
    position: absolute;
    border: 0;
    background: transparent;
    color: var(--rh-white);
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    line-height: 1;
}

.rh-lightbox-close {
    top: 16px;
    right: 18px;
}

.rh-lightbox-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.rh-lightbox-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.rh-lightbox-count {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}

@media (max-width: 720px) {
    .rh-lightbox {
        padding: 64px 16px 56px;
    }

    .rh-lightbox-prev {
        left: 4px;
    }

    .rh-lightbox-next {
        right: 4px;
    }
}

.rh-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--rh-line);
}

.rh-spec {
    padding: 1.4rem 1.2rem;
    border-right: 1px solid var(--rh-line);
    border-bottom: 1px solid var(--rh-line);
}

.rh-spec dt {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rh-navy);
}

.rh-spec dd {
    margin: 0.35rem 0 0;
    font-family: var(--rh-font-serif);
    font-size: 1.05rem;
}

/* Blog */
.rh-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.rh-post {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--rh-ink);
    background: var(--rh-white);
    border: 1px solid var(--rh-line);
    border-top: 2px solid var(--rh-gold);
    overflow: hidden;
}

.rh-post h3 {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    font-size: 1.55rem;
    margin: 0 0 0.5rem;
    color: var(--rh-ink);
}

.rh-post .rh-copy {
    color: var(--rh-muted);
}

.rh-post-body {
    padding: 1.8rem 1.6rem 2rem;
}

/* Contact */
.rh-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.rh-contact-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 180px;
    padding: 1.6rem 1.4rem;
    text-decoration: none;
    color: inherit;
    background: var(--rh-paper);
    transition: background 0.35s ease, color 0.35s ease;
}

.rh-contact-card i {
    font-size: 1.05rem;
    color: var(--rh-green);
}

.rh-contact-card span {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rh-muted);
}

.rh-contact-card strong {
    font-family: var(--rh-font-serif);
    font-weight: 400;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.rh-contact-card:hover {
    background: var(--rh-green);
    color: var(--rh-white);
}

.rh-contact-card:hover i,
.rh-contact-card:hover span {
    color: var(--rh-mint);
}

.rh-contact-cta {
    margin: 2.4rem 0 0;
    text-align: center;
}

.rh-map-section {
    padding: 0;
}

.rh-map-wrap {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.rh-map {
    display: block;
    width: 100%;
    height: 68vh;
    min-height: 460px;
    border: 0;
    filter: grayscale(0.35) contrast(1.02) brightness(0.97);
}

.rh-map-filter {
    position: absolute;
    inset: 0;
    background: rgba(var(--rh-green-rgb), 0.16);
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* Footer */
.rh-footer {
    width: 100%;
    max-width: none;
    background: var(--rh-navy);
    color: rgba(255, 255, 255, 0.72);
    padding: 5.5rem 4vw 2.6rem;
}

.rh-footer .rh-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

.rh-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3.5rem;
}

.rh-footer a {
    color: inherit;
    text-decoration: none;
}

.rh-footer a:hover {
    color: var(--rh-white);
}

.rh-footer h5 {
    color: var(--rh-white);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.68rem;
    margin: 0 0 1.1rem;
}

.rh-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rh-footer li + li {
    margin-top: 0.5rem;
}

body.site-regia img.rh-footer-logo {
    display: block;
    max-width: 88px;
    width: 88px;
    height: auto;
    margin-bottom: 1.1rem;
    filter: none;
    mix-blend-mode: screen;
}

.rh-socials {
    display: flex;
    gap: 10px;
    margin: 1.15rem 0 1.4rem;
}

.rh-socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--rh-white);
    font-size: 0.92rem;
}

.rh-socials a:hover {
    background: var(--rh-mint);
    border-color: var(--rh-mint);
    color: var(--rh-green);
}

.rh-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.85rem 2rem;
    margin-top: 3.2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.76rem;
    letter-spacing: 0.04em;
}

.rh-legal p {
    margin: 0;
    max-width: 46rem;
}

.rh-legal a:hover {
    color: var(--rh-mint);
}

.rh-legal-policies {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.rh-legal-policies a {
    color: inherit;
}

.rh-funding {
    background: var(--rh-white);
    color: var(--rh-muted);
    padding: 1.5rem 4vw 1.7rem;
    text-align: center;
}

.rh-funding .rh-wrap {
    width: min(520px, 100%);
    margin: 0 auto;
}

.rh-funding img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.7rem;
}

.rh-funding p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
}

.rh-mobile-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 900;
    display: none;
    background: var(--rh-charcoal);
    color: var(--rh-white);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.rh-mobile-bar a {
    flex: 1;
    color: inherit;
    text-decoration: none;
    text-align: center;
    padding: 10px 6px 12px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rh-mobile-bar i {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.rh-mobile-bar a[href*="booking.bedzzle.com"] {
    background: var(--rh-mint);
    color: var(--rh-green);
}

.rh-mobile-bar a[href*="booking.bedzzle.com"]:hover {
    background: var(--rh-mint-hover);
    color: var(--rh-green);
}

@media (max-width: 980px) {
    .rh-split,
    .rh-split-rev,
    .rh-split-bleed,
    .rh-rooms,
    .rh-services,
    .rh-posts,
    .rh-seo-blocks,
    .rh-seo-blocks.is-two,
    .rh-gallery,
    .rh-specs,
    .rh-footer-grid,
    .rh-contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rh-hero h1 {
        max-width: none;
    }

    .rh-section {
        padding: 4.5rem 0;
    }

    .rh-split-bleed img,
    .rh-split-bleed .rh-carousel,
    .rh-split-bleed .rh-carousel img,
    .rh-room,
    .rh-room img {
        min-height: 360px;
    }

    .rh-split-text {
        padding: 3.5rem 1.5rem 4rem;
    }

    .rh-band {
        min-height: 62vh;
    }
}

@media (max-width: 720px) {
    .rh-header {
        padding: 0;
        grid-template-columns: auto 1fr auto;
    }

    .rh-header .rh-lang {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 44px;
        margin-left: 14px;
        background: transparent;
        color: inherit;
        justify-self: start;
    }

    .rh-header.is-solid .rh-lang,
    body:not(.page-home) .rh-header:not(.is-menu-open) .rh-lang,
    .rh-header.is-menu-open .rh-lang {
        background: transparent;
        color: inherit;
    }

    .rh-header .rh-book {
        display: none;
    }

    .rh-menu-btn {
        grid-column: 3;
        grid-row: 1;
        margin-left: 0;
        margin-right: 14px;
        justify-self: end;
    }

    body.site-regia img.rh-logo-img {
        height: 58px;
        max-width: 168px;
    }

    .rh-logo-place {
        display: none;
    }

    .rh-mobile-bar {
        display: flex;
    }

    :root {
        --rh-mobile-bar-h: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    body.site-regia {
        padding-bottom: var(--rh-mobile-bar-h);
    }

    .rh-hero-content {
        margin-bottom: 3rem;
    }

    .rh-page-hero {
        min-height: min(68vh, calc(100dvh - var(--rh-mobile-bar-h)));
    }

    .rh-hero.rh-page-hero-plain {
        min-height: 36vh;
    }

    .rh-lead,
    .rh-copy,
    .rh-faq-item .rh-copy,
    .rh-service .rh-copy {
        font-size: 1.1rem;
        line-height: 1.75;
    }

    .rh-room p {
        font-size: 1.02rem;
    }

    .rh-split,
    .rh-split-rev,
    .rh-split-bleed {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .rh-split img {
        height: 48vh;
        min-height: 260px;
    }

    .rh-split-bleed > img,
    .rh-split-bleed > .rh-carousel {
        grid-row: 1;
        min-height: 48vh;
        height: auto;
    }

    .rh-split-bleed > .rh-carousel img {
        min-height: 48vh;
    }

    .rh-split-bleed > .rh-split-text {
        grid-row: 2;
        padding: 2.1rem 1.35rem 2.6rem;
    }

    .rh-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .rh-rooms.is-two {
        grid-template-columns: 1fr;
    }

    .rh-contact-grid,
    .rh-seo-blocks,
    .rh-seo-blocks.is-two {
        grid-template-columns: 1fr;
    }

    .rh-contact-card {
        min-height: 140px;
    }

    .rh-map {
        height: 55vh;
        min-height: 360px;
    }
}
