/**
 * Real de la Sierra — Hotel Rooms frontend theme
 * Loaded after every public plugin stylesheet. Functional selectors stay intact.
 */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Lora:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  --rds-sand-50: #fbf8f2;
  --rds-sand-100: #f4eee3;
  --rds-sand-200: #e8dcc9;
  --rds-sand-300: #d5bea0;
  --rds-copper: #9a6338;
  --rds-copper-light: #bd895c;
  --rds-brown: #5c4635;
  --rds-ink: #2a211a;
  --rds-night: #21170f;
  --rds-muted: #75695f;
  --rds-line: rgba(92, 70, 53, .18);
  --rds-white: #fffdf9;
  --rds-serif: 'Lora', Georgia, serif;
  --rds-sans: 'Karla', Arial, sans-serif;
  --rds-shadow: 0 24px 60px rgba(58, 40, 25, .12);
  --rds-shadow-hover: 0 30px 70px rgba(58, 40, 25, .2);

  --hr-primary-50: #fbf8f2;
  --hr-primary-100: #f4eee3;
  --hr-primary-200: #e8dcc9;
  --hr-primary-300: #d5bea0;
  --hr-primary-400: #bd895c;
  --hr-primary-500: #9a6338;
  --hr-primary-600: #7c4f2e;
  --hr-primary-700: #5c4635;
  --hr-primary-800: #423126;
  --hr-primary-900: #2a211a;
  --hr-bg-page: var(--rds-sand-100);
  --hr-bg-surface: var(--rds-sand-50);
  --hr-bg-surface-raised: var(--rds-white);
  --hr-text-primary: var(--rds-ink);
  --hr-text-secondary: var(--rds-muted);
  --hr-text-link: var(--rds-copper);
  --hr-border-subtle: var(--rds-line);
  --hr-border-default: rgba(92, 70, 53, .28);
  --hr-border-focus: var(--rds-copper);
  --hr-font-base: var(--rds-sans);
  --hr-radius-sm: 10px;
  --hr-radius-md: 14px;
  --hr-radius-lg: 18px;
  --hr-radius-xl: 24px;
  --hr-shadow-sm: 0 8px 24px rgba(58, 40, 25, .07);
  --hr-shadow-md: 0 18px 40px rgba(58, 40, 25, .1);
  --hr-shadow-lg: var(--rds-shadow);
  --hr-shadow-focus: 0 0 0 4px rgba(154, 99, 56, .14);

  --hrw-primary: var(--rds-copper);
  --hrw-primary-dark: var(--rds-brown);
  --hrw-text: var(--rds-ink);
  --hrw-text-muted: var(--rds-muted);
  --hrw-border: var(--rds-line);
  --hrw-bg: var(--rds-sand-50);
  --hrw-bg-card: var(--rds-white);
  --mc-primary: var(--rds-copper);
  --mc-accent: var(--rds-copper);
  --mc-dark2: var(--rds-brown);
  --mc-text: var(--rds-ink);
  --mc-muted: var(--rds-muted);
  --gb-accent: var(--rds-copper);
  --gb-text: var(--rds-ink);
  --gb-border: var(--rds-line);
  --canam-accent: var(--rds-copper);
  --cs-gold: var(--rds-copper-light);
  --cs-gold-light: #d8b48c;
  --cs-gold-dark: var(--rds-copper);
  --cs-dark: var(--rds-night);
  --cs-dark-2: #302218;
  --cs-text: var(--rds-ink);
  --cs-text-light: var(--rds-muted);
  --cs-muted: var(--rds-muted);
  --cs-border: var(--rds-line);
  --cs-bg: var(--rds-sand-100);
}

/* Shared type and controls */
:where(.rooms-container, .section_style_2, .container-single-room, .hr-booking-section, .hr-modal-overlay, .hr-mc-wrap, .hr-group-builder, .hr-group-quote, .hr-canam-grid, .hr-packages-grid, .canam-hero, .canam-section, .hr-room-info-shortcode) {
  color: var(--rds-ink);
  font-family: var(--rds-sans);
}

:where(.rooms-container, .section_style_2, .container-single-room, .hr-booking-section, .hr-modal-overlay, .hr-mc-wrap, .hr-group-builder, .hr-group-quote, .hr-canam-grid, .hr-packages-grid, .canam-hero, .canam-section, .hr-room-info-shortcode) :where(h1, h2, h3, h4, h5, h6) {
  color: var(--rds-ink);
  font-family: var(--rds-serif);
  font-weight: 600;
  letter-spacing: -.025em;
}

.hr-btn,
.rooms-container :where(.btn-fill, .btn-outline),
.hr-group-builder :where(.button, button),
.hr-group-quote :where(.button, button),
.hr-canam-book-btn,
.special-promo-button,
.copy-code-button {
  min-height: 48px;
  padding: 13px 22px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: var(--rds-sans) !important;
  font-size: .76rem !important;
  font-weight: 700 !important;
  letter-spacing: .13em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

.hr-btn--primary,
.rooms-container .btn-fill,
.hr-group-builder .button-primary,
.hr-group-quote .button-primary,
.hr-canam-book-btn,
.special-promo-button,
.copy-code-button {
  background: var(--rds-copper) !important;
  border-color: var(--rds-copper) !important;
  color: #fff !important;
}

.hr-btn--secondary,
.hr-btn--ghost,
.rooms-container .btn-outline,
.hr-group-builder .hr-group-wizard__prev,
.hr-group-quote .hr-group-wizard__prev {
  background: transparent !important;
  border-color: rgba(92, 70, 53, .42) !important;
  color: var(--rds-brown) !important;
}

.hr-btn:hover,
.rooms-container :where(.btn-fill, .btn-outline):hover,
.hr-group-builder :where(.button, button):hover,
.hr-group-quote :where(.button, button):hover,
.hr-canam-book-btn:hover,
.special-promo-button:hover,
.copy-code-button:hover {
  background: var(--rds-brown) !important;
  border-color: var(--rds-brown) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(92, 70, 53, .22) !important;
  transform: translateY(-2px);
}

.hr-btn:focus-visible,
.hr-group-builder button:focus-visible,
.hr-group-quote button:focus-visible {
  outline: 2px solid var(--rds-copper);
  outline-offset: 4px;
}

/* Room archive / shortcode list */
.rooms-container.hr-rds-room-list {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) 0;
  isolation: isolate;
}

.rooms-container.hr-rds-room-list::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 0;
  width: min(700px, 65vw);
  height: 360px;
  opacity: .45;
  background:
    radial-gradient(ellipse at 70% 10%, transparent 0 37%, rgba(154,99,56,.12) 38% 38.4%, transparent 39% 48%, rgba(154,99,56,.09) 49% 49.4%, transparent 50%),
    linear-gradient(145deg, transparent 48%, rgba(154,99,56,.1) 48.3% 48.7%, transparent 49%) 0 100% / 46% 72% no-repeat,
    linear-gradient(35deg, transparent 48%, rgba(154,99,56,.1) 48.3% 48.7%, transparent 49%) 35% 100% / 55% 82% no-repeat;
}

.rooms-container .room-item {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  min-height: 570px;
  margin: 0 0 clamp(42px, 6vw, 84px);
  overflow: hidden;
  border: 1px solid var(--rds-line);
  border-radius: 28px;
  background: var(--rds-white);
  box-shadow: var(--rds-shadow);
}

.rooms-container .room-item.reverse {
  direction: rtl;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.rooms-container .room-item.reverse .room-content { direction: ltr; }

.rooms-container .room-image {
  position: relative;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.rooms-container .room-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(33, 23, 15, .32));
  pointer-events: none;
}

.rooms-container .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.rooms-container .room-item:hover .room-image img { transform: scale(1.045); }

.rooms-container .room-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(36px, 5vw, 68px);
  background:
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(154,99,56,.025) 12px 13px),
    var(--rds-white);
}

.rooms-container .room-content::before {
  content: 'CABAÑA · REAL DE LA SIERRA';
  display: block;
  margin-bottom: 18px;
  color: var(--rds-copper);
  font: 700 .69rem/1 var(--rds-sans);
  letter-spacing: .2em;
}

.rooms-container .room-content h2 {
  margin: 0 0 18px;
  color: var(--rds-ink);
  font: 600 clamp(1.9rem, 3vw, 3rem)/1.1 var(--rds-serif);
  text-transform: none;
}

.rooms-container .room-content small {
  display: block;
  margin-bottom: 22px;
  color: var(--rds-copper);
  font: 700 .78rem/1.5 var(--rds-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rooms-container .room-content p {
  margin: 0 0 26px;
  color: var(--rds-muted);
  font: 400 1rem/1.8 var(--rds-sans);
}

.rooms-container .base-pricing { color: var(--rds-muted); }
.rooms-container .price_base_promotion { text-decoration: line-through; }
.rooms-container .base-promo-pricing p:first-child {
  color: var(--rds-copper);
  font: 600 1.45rem/1.25 var(--rds-serif);
}

.rooms-container .features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
}

.rooms-container .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 9px 0;
  border-bottom: 1px solid rgba(92,70,53,.1);
}

.rooms-container .feature i {
  color: var(--rds-copper) !important;
  font-size: 1.3rem;
}

.rooms-container .feature span {
  overflow: hidden;
  color: var(--rds-muted);
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rooms-container .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.no-rooms-found {
  padding: 50px;
  border: 1px dashed rgba(92,70,53,.35);
  border-radius: 22px;
  background: var(--rds-sand-50);
  color: var(--rds-muted);
  font-family: var(--rds-sans);
  text-align: center;
}

/* Cabin catalog — Gutenberg shortcode / archive */
.hr-cabin-catalog {
  position: relative;
  isolation: isolate;
  overflow: clip;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(78px, 9vw, 132px) 0 clamp(88px, 10vw, 150px);
  background:
    radial-gradient(circle at 82% 7%, rgba(189, 137, 92, .16), transparent 23%),
    repeating-linear-gradient(118deg, transparent 0 21px, rgba(92, 70, 53, .022) 21px 22px),
    linear-gradient(180deg, #f7f1e7 0%, var(--rds-sand-100) 48%, #eee2d0 100%);
  color: var(--rds-ink);
  font-family: var(--rds-sans);
}

.hr-cabin-catalog__landscape {
  position: absolute;
  z-index: -1;
  inset: 0;
  color: var(--rds-brown);
  opacity: .095;
  pointer-events: none;
}
.hr-cabin-catalog__landscape svg { width: 100%; height: 100%; }
.hr-cabin-catalog__landscape path,
.hr-cabin-catalog__landscape circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  vector-effect: non-scaling-stroke;
}
.hr-cabin-catalog__landscape path:nth-of-type(2) { opacity: .55; }
.hr-cabin-catalog__landscape .hr-cabin-catalog__contour { opacity: .5; stroke-width: 1; }

.hr-cabin-catalog__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.hr-cabin-catalog__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 86px);
}
.hr-cabin-catalog__heading { max-width: 790px; }
.hr-cabin-catalog__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
  color: var(--rds-copper);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.hr-cabin-catalog__eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.hr-cabin-catalog__heading h2 {
  margin: 0;
  max-width: 13ch;
  color: var(--rds-ink);
  font: 600 clamp(2.65rem, 5vw, 5rem)/1.06 var(--rds-serif);
  letter-spacing: -.045em;
}
.hr-cabin-catalog__heading h2 em { color: var(--rds-copper); font-weight: 500; }
.hr-cabin-catalog__heading > p {
  max-width: 62ch;
  margin: 25px 0 0;
  color: var(--rds-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.hr-cabin-catalog__count {
  display: grid;
  grid-template-columns: auto minmax(90px, 130px);
  align-items: center;
  gap: 17px;
  padding: 16px 22px 16px 17px;
  border: 1px solid rgba(92, 70, 53, .2);
  border-radius: 999px;
  background: rgba(255, 253, 249, .58);
  backdrop-filter: blur(10px);
}
.hr-cabin-catalog__count strong {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--rds-night);
  color: #f5ead9;
  font: 500 1.25rem/1 var(--rds-serif);
}
.hr-cabin-catalog__count span {
  color: var(--rds-muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.rooms-container.hr-rds-room-list.hr-cabin-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.rooms-container.hr-rds-room-list.hr-cabin-catalog__grid::before { display: none; }

.hr-cabin-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rds-line);
  border-radius: 24px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 18px 48px rgba(58, 40, 25, .09);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.hr-cabin-card:hover {
  border-color: rgba(154, 99, 56, .42);
  box-shadow: var(--rds-shadow-hover);
  transform: translateY(-6px);
}
.hr-cabin-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  min-height: 610px;
  border-radius: 34px;
}
.hr-cabin-card:not(.hr-cabin-card--featured) {
  display: flex;
  flex-direction: column;
}

.hr-cabin-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  background: #8d745e;
  color: #fff;
  text-decoration: none;
}
.hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__media { aspect-ratio: 16 / 10; min-height: 0; }
.hr-cabin-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}
.hr-cabin-card:hover .hr-cabin-card__image { transform: scale(1.045); filter: saturate(1.04); }
.hr-cabin-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 19, 11, .05) 35%, rgba(28, 19, 11, .58));
  pointer-events: none;
}
.hr-cabin-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(145deg, transparent 49%, rgba(255,255,255,.2) 49.4% 49.8%, transparent 50%) 0 100%/60% 70% no-repeat,
    linear-gradient(35deg, transparent 49%, rgba(255,255,255,.16) 49.4% 49.8%, transparent 50%) 55% 100%/55% 55% no-repeat,
    #8d745e;
}
.hr-cabin-card__placeholder i { font-size: 3rem; opacity: .75; }
.hr-cabin-card__number {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(28,19,11,.34);
  color: #fff;
  font: 500 1rem/1 var(--rds-serif);
  backdrop-filter: blur(9px);
}
.hr-cabin-card__promo {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f5ead9;
  color: var(--rds-brown);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hr-cabin-card__promo i { font-size: 1rem; }
.hr-cabin-card__media-link {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: transform .3s ease;
}
.hr-cabin-card__media-link i { font-size: 1.2rem; }
.hr-cabin-card:hover .hr-cabin-card__media-link { transform: translateX(5px); }

.hr-cabin-card__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  padding: clamp(30px, 4vw, 52px);
  background:
    repeating-linear-gradient(135deg, transparent 0 15px, rgba(92, 70, 53, .022) 15px 16px),
    rgba(255, 253, 249, .94);
}
.hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__content { flex: 1; padding: 32px; }
.hr-cabin-card__topline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--rds-copper);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hr-cabin-card__ornament { flex: 1; height: 1px; background: rgba(154,99,56,.22); }
.hr-cabin-card__title { margin: 20px 0 0; font: 600 clamp(1.7rem, 2.8vw, 2.75rem)/1.1 var(--rds-serif); }
.hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__title { font-size: clamp(1.55rem, 2.2vw, 2.1rem); }
.hr-cabin-card__title a { color: var(--rds-ink); text-decoration: none; }
.hr-cabin-card__title a:hover { color: var(--rds-copper); }
.hr-cabin-card__description {
  display: -webkit-box;
  overflow: hidden;
  margin: 17px 0 0;
  color: var(--rds-muted);
  font-size: .96rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.hr-cabin-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}
.hr-cabin-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(92,70,53,.16);
  border-radius: 999px;
  background: var(--rds-sand-50);
  color: var(--rds-brown);
  font-size: .76rem;
  font-weight: 600;
}
.hr-cabin-card__meta i { color: var(--rds-copper); font-size: 1rem; }
.hr-cabin-card__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.hr-cabin-card__features li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(92,70,53,.1);
  color: var(--rds-muted);
  font-size: .8rem;
}
.hr-cabin-card__features li i { flex: 0 0 auto; color: var(--rds-copper); font-size: 1.15rem; }
.hr-cabin-card__features li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.hr-cabin-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: auto;
  padding-top: 30px;
}
.hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__footer { display: block; }
.hr-cabin-card__price-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--rds-muted);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hr-cabin-card__price-row { display: flex; align-items: baseline; gap: 6px; }
.hr-cabin-card__price-row strong { color: var(--rds-copper); font: 600 clamp(1.65rem, 2.6vw, 2.35rem)/1 var(--rds-serif); }
.hr-cabin-card__price-row > span { color: var(--rds-muted); font-size: .76rem; }
.hr-cabin-card__promo-detail { display: flex; flex-wrap: wrap; gap: 5px 10px; margin-top: 7px; color: var(--rds-muted); }
.hr-cabin-card__promo-detail del { font-size: .75rem; }
.hr-cabin-card__promo-detail small { font-size: .69rem; }
.hr-cabin-card__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__actions { margin-top: 23px; }
.hr-cabin-card__actions .hr-btn { min-height: 46px; padding: 11px 17px !important; gap: 7px; font-size: .67rem !important; }
.hr-cabin-card__actions .hr-btn i { font-size: 1rem; }

.hr-cabin-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  padding: clamp(50px, 8vw, 90px) 24px;
  border: 1px dashed rgba(92,70,53,.32);
  border-radius: 24px;
  background: rgba(255,253,249,.7);
  text-align: center;
}
.hr-cabin-empty__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(154,99,56,.28);
  border-radius: 50%;
  color: var(--rds-copper);
  background: var(--rds-sand-50);
}
.hr-cabin-empty__icon i { font-size: 1.6rem; }
.hr-cabin-empty h3 { margin: 22px 0 0; font: 600 clamp(1.45rem,3vw,2rem)/1.2 var(--rds-serif); }
.hr-cabin-empty p { max-width: 52ch; margin: 12px 0 0; color: var(--rds-muted); line-height: 1.7; }

@media (max-width: 1080px) {
  .hr-cabin-card--featured { grid-template-columns: 1fr; min-height: 0; }
  .hr-cabin-card--featured .hr-cabin-card__media { min-height: 500px; }
  .hr-cabin-card--featured .hr-cabin-card__content { min-height: 520px; }
}

@media (max-width: 840px) {
  .hr-cabin-catalog__head { grid-template-columns: 1fr; }
  .hr-cabin-catalog__count { justify-self: start; }
  .rooms-container.hr-rds-room-list.hr-cabin-catalog__grid { grid-template-columns: 1fr; }
  .hr-cabin-card--featured { grid-column: auto; }
  .hr-cabin-card--featured .hr-cabin-card__media { min-height: 420px; }
  .hr-cabin-card--featured .hr-cabin-card__content { min-height: 0; }
  .hr-cabin-card__footer { display: block; }
  .hr-cabin-card__actions { margin-top: 24px; }
}

@media (max-width: 560px) {
  .hr-cabin-catalog { padding-top: 64px; padding-bottom: 82px; }
  .hr-cabin-catalog__inner { width: calc(100% - 28px); }
  .hr-cabin-catalog__head { gap: 30px; margin-bottom: 42px; }
  .hr-cabin-catalog__heading h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hr-cabin-catalog__heading > p { font-size: .94rem; }
  .hr-cabin-catalog__count { grid-template-columns: auto 1fr; width: 100%; }
  .rooms-container.hr-rds-room-list.hr-cabin-catalog__grid { gap: 22px; width: 100%; }
  .hr-cabin-card,
  .hr-cabin-card--featured { border-radius: 20px; }
  .hr-cabin-card--featured .hr-cabin-card__media,
  .hr-cabin-card__media { min-height: 310px; }
  .hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__media { aspect-ratio: 4 / 3; }
  .hr-cabin-card__content,
  .hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__content { padding: 27px 22px; }
  .hr-cabin-card__title,
  .hr-cabin-card:not(.hr-cabin-card--featured) .hr-cabin-card__title { font-size: 1.7rem; }
  .hr-cabin-card__features { grid-template-columns: 1fr; }
  .hr-cabin-card__features li:nth-child(n+4) { display: none; }
  .hr-cabin-card__actions { display: grid; grid-template-columns: 1fr; }
  .hr-cabin-card__actions .hr-btn { width: 100%; justify-content: center; }
  .hr-cabin-card__number { top: 15px; left: 15px; width: 44px; height: 44px; }
  .hr-cabin-card__promo { top: 16px; right: 14px; }
}

/* Single room — all four layouts */
body.single-hotel_room { background: var(--rds-sand-100); }
body.single-hotel_room :where(.section_style_2, .container-single-room) { overflow: clip; }

body.single-hotel_room :where(.modern-hero, .hero-about, .slider-container) {
  position: relative;
  background-color: var(--rds-night);
}

body.single-hotel_room :where(.modern-hero, .hero-about, .slider-container)::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,16,10,.72), rgba(24,16,10,.12) 62%), linear-gradient(0deg, rgba(24,16,10,.5), transparent 50%);
  pointer-events: none;
}

body.single-hotel_room .modern-hero {
  min-height: min(760px, 84vh);
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.single-hotel_room .modern-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-hotel_room .hero-content,
body.single-hotel_room .hero-content-single,
body.single-hotel_room .slider-container .z-10 {
  position: relative;
  z-index: 2;
}

body.single-hotel_room .hero-text { width: min(1180px, calc(100% - 48px)); margin: auto; }
body.single-hotel_room .hero-category,
body.single-hotel_room .room-category {
  margin-bottom: 18px;
  color: #e4bc8e;
  font: 700 .72rem/1 var(--rds-sans);
  letter-spacing: .23em;
  text-transform: uppercase;
}

body.single-hotel_room .hero-title,
body.single-hotel_room .hero-content-single .room-title,
body.single-hotel_room .slider-container .text-4xl {
  max-width: 900px;
  margin: 0;
  color: #fff !important;
  font: 600 clamp(2.8rem, 7vw, 6.5rem)/1.02 var(--rds-serif) !important;
  letter-spacing: -.05em;
  text-transform: none !important;
  text-shadow: 0 8px 30px rgba(0,0,0,.28);
}

body.single-hotel_room .room-features-grid {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 48px));
  margin: -48px auto 0;
  padding: 22px 28px;
  border: 1px solid rgba(92,70,53,.14);
  border-radius: 20px;
  background: rgba(255,253,249,.96);
  box-shadow: var(--rds-shadow);
  backdrop-filter: blur(14px);
}

body.single-hotel_room .room-features-grid .feature-icon,
body.single-hotel_room .info-card > i {
  color: var(--rds-copper);
  font-size: 1.8rem;
}

body.single-hotel_room .feature-label { color: var(--rds-ink); font-weight: 700; }
body.single-hotel_room .feature-value { color: var(--rds-muted); }

body.single-hotel_room .content_modern,
body.single-hotel_room .room-section {
  position: relative;
  background:
    radial-gradient(circle at 96% 8%, transparent 0 70px, rgba(154,99,56,.08) 71px 72px, transparent 73px),
    var(--rds-sand-100);
}

body.single-hotel_room .room-nav {
  position: sticky;
  z-index: 25;
  top: var(--wp-admin--admin-bar--height, 0px);
  border-bottom: 1px solid var(--rds-line);
  background: rgba(244,238,227,.92);
  backdrop-filter: blur(14px);
}

body.single-hotel_room .nav-container,
body.single-hotel_room .tabs-container,
body.single-hotel_room .container-single-room {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
}

body.single-hotel_room .nav-links { gap: 4px; }
body.single-hotel_room .nav-link {
  padding: 20px 18px;
  color: var(--rds-muted);
  border-bottom: 2px solid transparent;
  font: 700 .76rem/1.2 var(--rds-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.single-hotel_room .nav-link:hover,
body.single-hotel_room .nav-link.active { color: var(--rds-copper); border-color: var(--rds-copper); }

body.single-hotel_room .tabs-container { padding-block: clamp(60px, 8vw, 110px); }
body.single-hotel_room .description-grid { gap: clamp(36px, 7vw, 100px); }
body.single-hotel_room :where(.description-column, .features-column) > h2,
body.single-hotel_room .tab-content-modern > h2,
body.single-hotel_room .additional-info-content > h3 {
  margin: 0 0 25px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

body.single-hotel_room :where(.description-column, .features-column, .tab-content-modern, .room-description) p {
  color: var(--rds-muted);
  font-size: 1rem;
  line-height: 1.85;
}

body.single-hotel_room .features-column {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--rds-line);
  border-radius: 22px;
  background: rgba(255,253,249,.78);
}

body.single-hotel_room .features-column li,
body.single-hotel_room .room_facilities_list li {
  border-color: var(--rds-line) !important;
  color: var(--rds-muted);
}
body.single-hotel_room .features-column li i,
body.single-hotel_room .room_facilities_list li i { color: var(--rds-copper) !important; }

body.single-hotel_room .room-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  padding: 20px 0;
  border-block: 1px solid var(--rds-line);
}
body.single-hotel_room :where(.current-price, .promo-price) {
  color: var(--rds-copper) !important;
  font: 600 clamp(1.8rem, 3vw, 2.7rem)/1 var(--rds-serif);
}
body.single-hotel_room .old-price { color: var(--rds-muted); }
body.single-hotel_room .promo-date { flex-basis: 100%; color: var(--rds-muted); font-size: .78rem; }

body.single-hotel_room .info-cards { gap: 18px; }
body.single-hotel_room .info-card {
  border: 1px solid var(--rds-line);
  border-radius: 18px;
  background: var(--rds-white);
  box-shadow: 0 12px 32px rgba(58,40,25,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
body.single-hotel_room .info-card:hover { transform: translateY(-4px); box-shadow: var(--rds-shadow); }
body.single-hotel_room .info-card h3 { color: var(--rds-ink); }
body.single-hotel_room .info-card p { color: var(--rds-muted); }

body.single-hotel_room .gallery-grid { gap: 16px; }
body.single-hotel_room .gallery-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(58,40,25,.1);
}
body.single-hotel_room .gallery-item img { transition: transform .6s ease; }
body.single-hotel_room .gallery-item:hover img { transform: scale(1.045); }

body.single-hotel_room .luxury-tabs-section,
body.single-hotel_room .booking-cta-section,
body.single-hotel_room .custom-shortcode-section { background: var(--rds-sand-50) !important; }
body.single-hotel_room .tab-navigation { border-color: var(--rds-line) !important; }
body.single-hotel_room .tab-btn { color: var(--rds-muted) !important; font-family: var(--rds-sans); }
body.single-hotel_room .tab-btn.active { color: var(--rds-copper) !important; border-color: var(--rds-copper) !important; }

body.single-hotel_room .box_cat_rooms {
  overflow: hidden;
  border: 1px solid var(--rds-line);
  border-radius: 18px;
  background: var(--rds-white);
  box-shadow: 0 14px 38px rgba(58,40,25,.08);
}

/* Booking modal + wizard */
.hr-modal-overlay {
  padding: 24px;
  background: rgba(28, 19, 12, .76) !important;
  backdrop-filter: blur(8px);
}

.hr-modal-container {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 24px !important;
  background: var(--rds-white) !important;
  box-shadow: 0 34px 100px rgba(20,12,7,.38) !important;
}

.hr-modal-close {
  top: 18px !important;
  right: 18px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--rds-line) !important;
  border-radius: 50% !important;
  background: rgba(255,253,249,.92) !important;
  color: var(--rds-brown) !important;
}
.hr-modal-close:hover { background: var(--rds-brown) !important; color: #fff !important; transform: rotate(6deg); }

.hr-booking-section {
  position: relative;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(154,99,56,.024) 14px 15px),
    var(--rds-white) !important;
}

.hr-booking-header {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rds-line);
  text-align: center;
}
.hr-booking-title { font: 600 clamp(1.8rem, 4vw, 2.7rem)/1.15 var(--rds-serif) !important; }
.hr-booking-title-sub,
.hr-booking-min-notice { color: var(--rds-muted) !important; font-family: var(--rds-sans); }

.hr-wizard {
  border-radius: 0 !important;
  background: transparent !important;
  font-family: var(--rds-sans) !important;
}
.hr-wizard-progress { max-width: 650px; margin-inline: auto; }
.hr-wiz-step-num {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--rds-line);
  background: var(--rds-sand-100) !important;
  color: var(--rds-muted) !important;
  font-family: var(--rds-serif);
}
.hr-wiz-step.is-active .hr-wiz-step-num,
.hr-wiz-step.is-done .hr-wiz-step-num { background: var(--rds-copper) !important; border-color: var(--rds-copper); color: #fff !important; }
.hr-wiz-step-divider { height: 1px !important; background: var(--rds-line) !important; }
.hr-wiz-step.is-done + .hr-wiz-step-divider { background: var(--rds-copper) !important; }
.hr-wiz-step-label { color: var(--rds-muted) !important; font-size: .68rem !important; letter-spacing: .04em; }
.hr-wiz-step.is-active .hr-wiz-step-label { color: var(--rds-copper) !important; }
.hr-wiz-panel-title { font: 600 1.45rem/1.25 var(--rds-serif) !important; }
.hr-wiz-panel-subtitle { color: var(--rds-muted) !important; }

.hr-form-group label,
.hr-form-section-label { color: var(--rds-brown) !important; font-weight: 700 !important; letter-spacing: .08em; }
.hr-input,
.hr-booking-section :where(input:not([type='checkbox']):not([type='radio']), select, textarea),
.hr-canam-input,
.hr-mc-input,
.hr-group-builder :where(input, select, textarea) {
  min-height: 48px;
  border: 1px solid rgba(92,70,53,.25) !important;
  border-radius: 12px !important;
  background: rgba(255,253,249,.9) !important;
  color: var(--rds-ink) !important;
  font-family: var(--rds-sans) !important;
  box-shadow: none !important;
}
.hr-input:focus,
.hr-booking-section :where(input, select, textarea):focus,
.hr-canam-input:focus,
.hr-mc-input:focus,
.hr-group-builder :where(input, select, textarea):focus {
  border-color: var(--rds-copper) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(154,99,56,.12) !important;
}
.hr-input-icon { color: var(--rds-copper) !important; }

.hr-wiz-price-preview,
.hr-summary,
.hr-bank-card,
.hr-cancellation-policy,
.hr-deposit-card,
.hr-payment-method-card,
.hr-extra-card {
  border: 1px solid var(--rds-line) !important;
  border-radius: 14px !important;
  background: var(--rds-sand-50) !important;
}
.hr-extra-card:hover,
.hr-payment-method-card:hover,
.hr-deposit-card:hover { border-color: var(--rds-copper) !important; transform: translateY(-2px); }
.hr-extra-card.is-selected,
.hr-payment-method-card.is-selected,
.hr-deposit-card.is-selected {
  border-color: var(--rds-copper) !important;
  background: #fffaf3 !important;
  box-shadow: 0 0 0 3px rgba(154,99,56,.1) !important;
}
.hr-extra-icon { background: var(--rds-sand-200) !important; }
.hr-extra-icon i,
.hr-pay-section-title i { color: var(--rds-copper) !important; }
.hr-pay-amount-badge { border-radius: 999px !important; background: var(--rds-copper) !important; }
#hr-stripe-pay-btn { background: var(--rds-copper) !important; border-radius: 999px !important; }
#hr-stripe-pay-btn:hover { background: var(--rds-brown) !important; }
.hr-receipt-upload { border-color: rgba(154,99,56,.4) !important; border-radius: 16px !important; background: var(--rds-sand-50) !important; }
.hr-terms-modal-overlay { background: rgba(28,19,12,.76) !important; backdrop-filter: blur(7px); }
.hr-terms-modal { border-radius: 22px !important; background: var(--rds-white) !important; }

/* Flatpickr */
.flatpickr-calendar {
  overflow: hidden;
  border: 1px solid var(--rds-line) !important;
  border-radius: 16px !important;
  background: var(--rds-white) !important;
  box-shadow: var(--rds-shadow) !important;
  font-family: var(--rds-sans) !important;
}
.flatpickr-months { padding: 8px 0; background: var(--rds-night); color: #fff; }
.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year { color: #fff !important; }
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover { border-color: var(--rds-copper) !important; background: var(--rds-copper) !important; }
.flatpickr-day.today { border-color: var(--rds-copper) !important; }

/* Promotion modal */
.promotion-modal { background: rgba(28,19,12,.8) !important; backdrop-filter: blur(8px); }
.promotion-modal-content {
  top: auto !important;
  margin: max(70px, 8vh) auto !important;
  padding: clamp(24px, 4vw, 44px) !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px !important;
  background: var(--rds-night) !important;
  box-shadow: 0 30px 100px rgba(0,0,0,.4) !important;
}
.promotion-modal-title { color: #f0c89c !important; font-family: var(--rds-serif); font-size: clamp(1.7rem, 4vw, 2.5rem) !important; border-color: rgba(255,255,255,.14) !important; }
.promotion-modal-image img { border-radius: 16px !important; }
.promotion-modal-description { color: rgba(255,255,255,.72) !important; font-family: var(--rds-sans); }
.promotion-modal-code { border-color: rgba(240,200,156,.36) !important; background: rgba(255,255,255,.04); }
.close-promotion-modal { color: #fff !important; }

/* Customer portal */
.hr-mc-wrap { background: var(--rds-sand-100); font-family: var(--rds-sans) !important; }
.hr-mc-auth-shell { background: var(--rds-sand-100) !important; }
.hr-mc-auth-brand {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(33,23,15,.8), rgba(33,23,15,.96)),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.04) 16px 17px),
    var(--rds-night) !important;
  color: #fff;
}
.hr-mc-auth-brand::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -2px;
  width: 105%;
  height: 38%;
  opacity: .28;
  background:
    linear-gradient(145deg, transparent 49%, #d8b48c 49.2% 49.8%, transparent 50%) 0 100%/42% 85% no-repeat,
    linear-gradient(35deg, transparent 49%, #d8b48c 49.2% 49.8%, transparent 50%) 33% 100%/48% 72% no-repeat;
  pointer-events: none;
}
.hr-mc-auth-brand-inner { position: relative; z-index: 1; }
.hr-mc-auth-brand-title { color: #fff !important; font-size: clamp(2rem, 4vw, 3.3rem) !important; }
.hr-mc-auth-brand-sub,
.hr-mc-auth-brand-link-copy { color: rgba(255,255,255,.65) !important; }
.hr-mc-auth-divider { background: rgba(255,255,255,.2) !important; }
.hr-mc-auth-outline { border-radius: 999px !important; border-color: rgba(255,255,255,.45) !important; color: #fff !important; }
.hr-mc-auth-outline:hover { background: #fff !important; color: var(--rds-night) !important; }
.hr-mc-auth-form-side { background: var(--rds-sand-100) !important; }
.hr-mc-access-card { border: 1px solid var(--rds-line) !important; border-radius: 24px !important; background: var(--rds-white) !important; box-shadow: var(--rds-shadow) !important; }
.hr-mc-access-title,
.hr-mc-panel-title { font-family: var(--rds-serif) !important; }
.hr-mc-access-sub { color: var(--rds-muted) !important; }
.hr-mc-dashboard { min-height: 70vh; background: var(--rds-sand-100) !important; }
.hr-mc-sidebar { background: var(--rds-night) !important; color: #fff; }
.hr-mc-avatar { background: var(--rds-copper) !important; }
.hr-mc-user-name { color: #fff !important; }
.hr-mc-user-email { color: rgba(255,255,255,.55) !important; }
.hr-mc-nav-item { border-radius: 12px !important; color: rgba(255,255,255,.68) !important; }
.hr-mc-nav-item:hover,
.hr-mc-nav-item.is-active { background: rgba(255,255,255,.1) !important; color: #fff !important; }
.hr-mc-nav-item.is-active::before { background: #d8b48c !important; }
.hr-mc-main { background: var(--rds-sand-100) !important; }
.hr-mc-profile-card,
.hr-mc-booking-card,
.hr-mc-empty,
.hr-mc-notification-item {
  border: 1px solid var(--rds-line) !important;
  border-radius: 18px !important;
  background: var(--rds-white) !important;
  box-shadow: 0 12px 32px rgba(58,40,25,.06) !important;
}

/* Group booking and group quote */
.hr-group-builder,
.hr-group-quote {
  position: relative;
  padding-block: clamp(60px, 8vw, 100px) !important;
  background:
    radial-gradient(circle at 92% 4%, transparent 0 74px, rgba(154,99,56,.1) 75px 76px, transparent 77px),
    repeating-linear-gradient(135deg, transparent 0 17px, rgba(154,99,56,.02) 17px 18px),
    var(--rds-sand-100) !important;
}
.hr-group-builder__hero { margin-bottom: 42px !important; text-align: center; }
.hr-group-builder__eyebrow { color: var(--rds-copper) !important; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hr-group-builder__hero h2 { font-size: clamp(2.2rem, 5vw, 4.6rem) !important; }
.hr-group-builder__hero p { color: var(--rds-muted) !important; }
.hr-group-card,
.hr-group-review__sheet {
  border: 1px solid var(--rds-line) !important;
  border-radius: 20px !important;
  background: rgba(255,253,249,.94) !important;
  box-shadow: 0 16px 44px rgba(58,40,25,.08) !important;
}
.hr-group-card__head { border-color: var(--rds-line) !important; }
.hr-group-card__head h3 { font-family: var(--rds-serif) !important; font-size: 1.35rem !important; }
.hr-group-wizard__step-number {
  border-color: var(--rds-line) !important;
  background: var(--rds-sand-200) !important;
  color: var(--rds-muted) !important;
  font-family: var(--rds-serif);
}
.hr-group-wizard__step.is-active .hr-group-wizard__step-number { border-color: var(--rds-copper) !important; background: var(--rds-copper) !important; color: #fff !important; }
.hr-group-wizard__step-label { color: var(--rds-muted) !important; }
.hr-group-payment-method__box,
.hr-group-payment__option,
.hr-group-add-line,
.hr-group-review__section {
  border-color: var(--rds-line) !important;
  border-radius: 14px !important;
  background: var(--rds-sand-50) !important;
}
.hr-group-payment-method__box:hover,
.hr-group-payment__option:hover,
.hr-group-add-line:hover { border-color: var(--rds-copper) !important; }
.hr-group-payment__option.is-selected { border-color: var(--rds-copper) !important; box-shadow: 0 0 0 3px rgba(154,99,56,.1); }
.hr-group-summary__row--total,
.hr-group-review__total { color: var(--rds-copper) !important; border-color: var(--rds-line) !important; }
.hr-group-card--sticky { top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px) !important; }

/* CANAM cards and single tour */
.hr-canam-grid,
.hr-packages-grid { gap: 26px !important; }
.hr-canam-card {
  overflow: hidden;
  border: 1px solid var(--rds-line) !important;
  border-radius: 20px !important;
  background: var(--rds-white) !important;
  box-shadow: 0 14px 38px rgba(58,40,25,.09) !important;
  transition: transform .35s ease, box-shadow .35s ease !important;
}
.hr-canam-card:hover { transform: translateY(-7px) !important; box-shadow: var(--rds-shadow-hover) !important; }
.hr-canam-img { height: 250px !important; }
.hr-canam-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(33,23,15,.55)); }
.hr-canam-difficulty { z-index: 1; background: rgba(33,23,15,.72) !important; border: 1px solid rgba(255,255,255,.28); }
.hr-canam-title { font: 600 1.4rem/1.25 var(--rds-serif) !important; }
.hr-canam-excerpt,
.hr-canam-meta { color: var(--rds-muted) !important; }
.hr-canam-footer { border-color: var(--rds-line) !important; }
.hr-canam-price-val { color: var(--rds-copper) !important; font-family: var(--rds-serif); }
.hr-canam-detail-link { color: var(--rds-brown) !important; font-weight: 700; }

.hr-package-card {
  overflow: hidden;
  border: 1px solid var(--rds-line) !important;
  border-radius: 20px !important;
  background: var(--rds-white) !important;
  box-shadow: 0 14px 38px rgba(58,40,25,.09) !important;
}
.hr-package-card:hover { transform: translateY(-7px) !important; box-shadow: var(--rds-shadow-hover) !important; }
.hr-package-card.is-featured { border-color: var(--rds-copper) !important; }
.hr-pkg-img { min-height: 240px; }
.hr-pkg-title { color: var(--rds-ink) !important; font: 600 1.45rem/1.25 var(--rds-serif) !important; }
.hr-pkg-excerpt,
.hr-pkg-highlights,
.hr-pkg-price-unit { color: var(--rds-muted) !important; }
.hr-pkg-price-final { color: var(--rds-copper) !important; font-family: var(--rds-serif); }
.hr-pkg-badge,
.hr-pkg-discount-pill { background: var(--rds-copper) !important; }

/* The tours-grid shortcode prints fallback CSS after wp_head, hence the
   deliberate !important declarations in this small compatibility block. */
.hr-canam-sc-wrap.ri-packages {
  padding-block: clamp(70px, 9vw, 120px) !important;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.018) 18px 19px),
    var(--rds-night) !important;
}
.hr-canam-sc-wrap .gs-section-label-light { color: #e1b17f !important; font-family: var(--rds-sans); }
.hr-canam-sc-wrap .ri-packages-title { color: #fff !important; font: 600 clamp(2.2rem,5vw,4.2rem)/1.1 var(--rds-serif) !important; }
.hr-canam-sc-wrap .gs-heading-line { background: var(--rds-copper-light) !important; }
.hr-canam-sc-wrap .ri-pkg-card {
  border-color: rgba(225,177,127,.2) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.055) !important;
}
.hr-canam-sc-wrap .ri-pkg-card:hover { border-color: rgba(225,177,127,.62) !important; box-shadow: 0 24px 50px rgba(0,0,0,.24); }
.hr-canam-sc-wrap .ri-pkg-img-wrap { height: 260px !important; }
.hr-canam-sc-wrap .ri-pkg-content { padding: 26px !important; }
.hr-canam-sc-wrap .ri-pkg-title { color: #fff !important; font: 600 1.35rem/1.25 var(--rds-serif) !important; }
.hr-canam-sc-wrap .ri-pkg-duration,
.hr-canam-sc-wrap .ri-pkg-price { color: #e1b17f !important; }
.hr-canam-sc-wrap .ri-pkg-desc { color: rgba(255,255,255,.62) !important; font-family: var(--rds-sans); }
.hr-canam-sc-wrap .ri-pkg-cta { border-color: rgba(225,177,127,.55) !important; border-radius: 999px !important; color: #e1b17f !important; }
.hr-canam-sc-wrap .ri-pkg-card:hover .ri-pkg-cta { border-color: var(--rds-brown) !important; background: var(--rds-brown) !important; color: #fff !important; }

body.single-hotel_canam { background: var(--rds-sand-100); }
.canam-hero-overlay { background: linear-gradient(90deg, rgba(24,16,10,.82), rgba(24,16,10,.25)), linear-gradient(0deg, rgba(24,16,10,.58), transparent 55%) !important; }
.canam-hero-content { align-items: flex-start !important; max-width: 1240px !important; text-align: left !important; }
.canam-hero-eyebrow { border-radius: 999px !important; color: #edc69b !important; background: rgba(154,99,56,.18) !important; }
.canam-hero-title { max-width: 880px; color: #fff !important; font: 600 clamp(3rem, 7vw, 6.6rem)/1 var(--rds-serif) !important; letter-spacing: -.055em !important; }
.canam-hero-subtitle { color: rgba(255,255,255,.72) !important; font-family: var(--rds-sans); }
.canam-hero-badges { justify-content: flex-start !important; }
.canam-badge { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.09) !important; backdrop-filter: blur(8px); }
.canam-section { background: var(--rds-sand-100) !important; }
.canam-section:nth-child(even) { background: var(--rds-sand-50) !important; }
.canam-section-heading { font: 600 clamp(2rem, 4vw, 3.6rem)/1.12 var(--rds-serif) !important; }
.canam-stats-bar { background: var(--rds-night) !important; }
.canam-about-card,
.canam-feature-card,
.canam-schedule-card,
.canam-booking-card {
  border-color: var(--rds-line) !important;
  border-radius: 20px !important;
  background: var(--rds-white) !important;
  box-shadow: 0 14px 36px rgba(58,40,25,.08) !important;
}
.canam-gallery-item { border-radius: 18px !important; }

/* Single-room information shortcode */
.hr-room-info-shortcode.hr-style-default {
  overflow: hidden !important;
  border: 1px solid var(--rds-line) !important;
  border-radius: 24px !important;
  background: var(--rds-white) !important;
  box-shadow: var(--rds-shadow) !important;
}
.hr-room-info-shortcode .hr-room-content { padding: clamp(28px, 5vw, 54px) !important; }
.hr-room-info-shortcode .hr-room-title { color: var(--rds-ink) !important; font: 600 clamp(1.8rem, 3vw, 2.8rem)/1.15 var(--rds-serif) !important; }
.hr-room-info-shortcode .hr-room-description { color: var(--rds-muted) !important; line-height: 1.8 !important; }
.hr-room-info-shortcode .hr-meta-icon,
.hr-room-info-shortcode .hr-feature-icon { color: var(--rds-copper) !important; }
.hr-room-info-shortcode .hr-btn { border-radius: 999px !important; }
.hr-room-info-shortcode .hr-btn-view { border-color: rgba(92,70,53,.4) !important; background: transparent !important; color: var(--rds-brown) !important; }
.hr-room-info-shortcode .hr-btn-book { border-color: var(--rds-copper) !important; background: var(--rds-copper) !important; color: #fff !important; }
.hr-room-info-shortcode :where(.hr-btn-view, .hr-btn-book):hover { border-color: var(--rds-brown) !important; background: var(--rds-brown) !important; color: #fff !important; }

@media (max-width: 1023px) {
  .rooms-container .room-item,
  .rooms-container .room-item.reverse { grid-template-columns: 1fr; direction: ltr; }
  .rooms-container .room-image { min-height: 420px; }
  body.single-hotel_room .room-nav { position: relative; top: auto; }
  .hr-mc-auth-shell { grid-template-columns: 1fr !important; }
  .hr-mc-auth-brand { min-height: 390px; }
  .hr-group-card--sticky { position: static !important; }
}

@media (max-width: 767px) {
  .rooms-container.hr-rds-room-list { width: min(100% - 28px, 1320px); padding-block: 48px; }
  .rooms-container .room-item { min-height: 0; margin-bottom: 32px; border-radius: 20px; }
  .rooms-container .room-image { min-height: 300px; }
  .rooms-container .room-content { padding: 30px 24px; }
  .rooms-container .features { grid-template-columns: 1fr; }
  .rooms-container .actions { flex-direction: column; }
  .rooms-container .actions > * { width: 100%; }

  body.single-hotel_room .modern-hero { min-height: 620px; }
  body.single-hotel_room .hero-text,
  body.single-hotel_room .nav-container,
  body.single-hotel_room .tabs-container,
  body.single-hotel_room .container-single-room { width: min(100% - 30px, 1180px); }
  body.single-hotel_room .room-features-grid { width: calc(100% - 30px); margin-top: -28px; padding: 18px; }
  body.single-hotel_room .nav-links { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  body.single-hotel_room .nav-link { flex: 0 0 auto; padding-inline: 14px; }
  body.single-hotel_room .tabs-container { padding-block: 48px; }

  .hr-modal-overlay { padding: 8px; align-items: flex-end !important; }
  .hr-modal-container { max-height: 94vh !important; border-radius: 22px 22px 8px 8px !important; }
  .hr-booking-inner { padding: 22px 14px !important; }
  .hr-wizard { padding: 20px 8px !important; }
  .hr-wiz-step-label { display: none; }
  .hr-wiz-step-divider { margin-bottom: 0 !important; }
  .hr-form-row,
  .hr-form-row.hr-form-dates { grid-template-columns: 1fr !important; }
  .hr-wizard-footer { flex-direction: column-reverse; gap: 10px; }
  .hr-wizard-footer .hr-btn { width: 100%; }

  .hr-mc-auth-brand { min-height: 320px; padding: 44px 24px !important; }
  .hr-mc-auth-form-side { padding: 24px 14px !important; }
  .hr-mc-access-card { padding: 28px 22px !important; }
  .hr-mc-dashboard { display: block !important; }
  .hr-mc-sidebar { position: static !important; width: 100% !important; }

  .hr-group-builder,
  .hr-group-quote { padding: 46px 14px !important; }
  .hr-group-grid--dates,
  .hr-group-grid--guest { grid-template-columns: 1fr !important; }
  .hr-group-wizard__step-label { display: none; }

  .canam-hero-content { align-items: center !important; text-align: center !important; }
  .canam-hero-badges { justify-content: center !important; }
  .canam-container { padding-inline: 16px !important; }
  .canam-section { padding-block: 54px !important; }
}

/* ========================================================================== 
   Single room editorial experience — slider layout
   ========================================================================== */
body.single-hotel_room .hr-room-hero {
  position: relative;
  isolation: isolate;
  height: calc(100svh - var(--rds-header-h, 96px)) !important;
  min-height: 680px;
  max-height: 920px;
  overflow: hidden;
  color: #fff;
  background: var(--rds-night);
}
body.single-hotel_room .hr-room-hero #mainSlider,
body.single-hotel_room .hr-room-hero .owl-stage-outer,
body.single-hotel_room .hr-room-hero .owl-stage,
body.single-hotel_room .hr-room-hero .owl-item,
body.single-hotel_room .hr-room-hero .item { height: 100% !important; }
body.single-hotel_room .hr-room-hero #mainSlider { position: absolute; z-index: 0; inset: 0; }
body.single-hotel_room .hr-room-hero .item img { width: 100%; height: 100%; object-fit: cover; }
body.single-hotel_room .hr-room-hero__scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24,15,8,.92) 0%, rgba(24,15,8,.72) 37%, rgba(24,15,8,.22) 70%, rgba(24,15,8,.36) 100%),
    linear-gradient(0deg, rgba(24,15,8,.62), transparent 48%);
  pointer-events: none;
}
body.single-hotel_room .hr-room-hero__landscape {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 62%;
  color: #e0b98a;
  opacity: .2;
  pointer-events: none;
}
body.single-hotel_room .hr-room-hero__landscape svg { width: 100%; height: 100%; overflow: visible; }
body.single-hotel_room .hr-room-hero__landscape path { fill: none; stroke: currentColor; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
body.single-hotel_room .hr-room-hero__landscape path + path { opacity: .55; }
body.single-hotel_room .hr-room-hero__content-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(1540px, calc(100% - 80px));
  height: 100%;
  margin-inline: auto;
}
body.single-hotel_room .hr-room-hero__content { max-width: 800px; padding: 72px 0 90px; }
body.single-hotel_room .hr-room-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.72);
  font: 600 .72rem/1 var(--rds-sans);
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s, transform .25s;
}
body.single-hotel_room .hr-room-hero__back:hover { color: #e0b98a; transform: translateX(-4px); }
body.single-hotel_room .hr-room-hero__back i { font-size: 1.15rem; }
body.single-hotel_room .hr-room-hero__eyebrow {
  display: block;
  margin-bottom: 20px;
  color: #e0b98a;
  font: 700 .73rem/1.3 var(--rds-sans);
  letter-spacing: .24em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-room-hero__title {
  max-width: 11ch;
  margin: 0;
  color: #f7efe1 !important;
  font: 500 clamp(3.6rem, 7.4vw, 7.6rem)/.98 var(--rds-serif) !important;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 12px 36px rgba(0,0,0,.26);
}
body.single-hotel_room .hr-room-hero__description {
  max-width: 58ch;
  margin: 25px 0 0;
  color: rgba(255,255,255,.74);
  font: 400 1rem/1.8 var(--rds-sans);
}
body.single-hotel_room .hr-room-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
body.single-hotel_room .hr-room-hero__facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(20,12,7,.2);
  backdrop-filter: blur(8px);
  font: 600 .69rem/1 var(--rds-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-room-hero__facts i { color: #e0b98a; font-size: 1.1rem; }
body.single-hotel_room .hr-room-hero__footer { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
body.single-hotel_room .hr-room-hero__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 16px 26px;
  border: 1px solid #a86a38;
  color: #fff;
  background: #a86a38;
  font: 700 .73rem/1 var(--rds-sans);
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s, border-color .25s, transform .25s;
}
body.single-hotel_room .hr-room-hero__reserve:hover { border-color: #5c4635; color: #fff; background: #5c4635; transform: translateY(-3px); }
body.single-hotel_room .hr-room-hero__reserve i { font-size: 1.15rem; }
body.single-hotel_room .hr-room-hero__price { display: flex; align-items: baseline; gap: 7px; }
body.single-hotel_room .hr-room-hero__price del { color: rgba(255,255,255,.45); font-size: .85rem; }
body.single-hotel_room .hr-room-hero__price strong { color: #e0b98a; font: 600 2rem/1 var(--rds-serif); }
body.single-hotel_room .hr-room-hero__price small { color: rgba(255,255,255,.64); font: 600 .65rem/1 var(--rds-sans); letter-spacing: .12em; text-transform: uppercase; }
body.single-hotel_room .hr-room-hero__gallery-meta {
  position: absolute;
  right: 0;
  bottom: 58px;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(28,19,11,.74);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}
body.single-hotel_room .hr-room-hero__gallery-meta button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
body.single-hotel_room .hr-room-hero__gallery-meta button:hover { color: #e0b98a; background: rgba(255,255,255,.06); }
body.single-hotel_room .hr-room-hero__gallery-meta button i { font-size: 1.25rem; }
body.single-hotel_room .hr-room-hero__gallery-meta > span { display: flex; align-items: center; gap: 9px; padding: 0 15px; font-family: var(--rds-serif); }
body.single-hotel_room .hr-room-hero__gallery-meta strong { color: #e0b98a; font-size: 1.15rem; font-weight: 500; }
body.single-hotel_room .hr-room-hero__gallery-meta span i { width: 25px; height: 1px; background: rgba(255,255,255,.35); }
body.single-hotel_room .hr-room-hero__gallery-meta small { color: rgba(255,255,255,.6); font-size: .75rem; }
body.single-hotel_room .hr-room-hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 36px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(255,255,255,.7);
  font: 700 .62rem/1 var(--rds-sans);
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}
body.single-hotel_room .hr-room-hero__scroll:hover { color: #e0b98a; }
body.single-hotel_room .hr-room-hero__scroll i { font-size: 1.2rem; animation: rdsRoomDown 1.8s ease-in-out infinite; }
@keyframes rdsRoomDown { 50% { transform: translateY(5px); } }

body.single-hotel_room .hr-room-overview {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    repeating-linear-gradient(118deg, transparent 0 17px, rgba(92,70,53,.024) 17px 18px),
    var(--rds-sand-100);
}
body.single-hotel_room .hr-room-overview__landscape {
  position: absolute;
  z-index: -1;
  inset: 0;
  color: var(--rds-brown);
  opacity: .09;
  pointer-events: none;
}
body.single-hotel_room .hr-room-overview__landscape svg { width: 100%; height: 100%; overflow: visible; }
body.single-hotel_room .hr-room-overview__landscape path,
body.single-hotel_room .hr-room-overview__landscape circle { fill: none; stroke: currentColor; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
body.single-hotel_room .hr-room-overview__landscape path + path { opacity: .55; }
body.single-hotel_room .hr-room-overview .room-nav {
  top: var(--rds-header-h, 96px);
  z-index: 40;
  padding: 9px 0;
  border-block: 1px solid rgba(92,70,53,.16);
  background: rgba(244,238,227,.93);
  box-shadow: 0 8px 28px rgba(47,31,17,.06);
}
body.single-hotel_room .hr-room-overview .nav-container { width: min(1400px, calc(100% - 48px)); max-width: 1400px; }
body.single-hotel_room .hr-room-overview .nav-links { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
body.single-hotel_room .hr-room-overview .nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--rds-muted);
  cursor: pointer;
  text-align: center;
}
body.single-hotel_room .hr-room-overview .nav-link:hover,
body.single-hotel_room .hr-room-overview .nav-link.active {
  border-color: rgba(138,90,51,.28);
  color: var(--rds-brown);
  background: rgba(255,253,249,.72);
}
body.single-hotel_room .hr-room-overview .tabs-container {
  width: min(1400px, calc(100% - 48px));
  max-width: 1400px;
  padding-block: clamp(76px, 8vw, 118px);
}
body.single-hotel_room .hr-room-overview .tab-content-modern {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.single-hotel_room .hr-room-overview .description-grid {
  display: grid !important;
  grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: stretch;
}
body.single-hotel_room .hr-room-overview .description-column,
body.single-hotel_room .hr-room-overview .features-column,
body.single-hotel_room #tab-exclusive-features,
body.single-hotel_room #tab-additional-info,
body.single-hotel_room #tab-gallery {
  position: relative;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: clamp(32px, 4.6vw, 58px) !important;
  border: 1px solid rgba(92,70,53,.17) !important;
  border-radius: 7px !important;
  background: rgba(255,253,249,.78) !important;
  box-shadow: 0 22px 58px rgba(52,35,20,.075) !important;
}
body.single-hotel_room .hr-room-overview .description-column::before,
body.single-hotel_room .hr-room-overview .features-column::before {
  display: block;
  margin-bottom: 16px;
  color: var(--rds-copper);
  font: 700 .68rem/1 var(--rds-sans);
  letter-spacing: .2em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-room-overview .description-column::before { content: 'Tu próxima escapada'; }
body.single-hotel_room .hr-room-overview .features-column::before { content: 'Todo lo que incluye'; }
body.single-hotel_room .hr-room-overview :where(.description-column,.features-column,.tab-content-modern) > h2 {
  margin: 0 0 25px;
  font: 500 clamp(2rem,3.4vw,3.3rem)/1.1 var(--rds-serif);
}
body.single-hotel_room .hr-room-overview .room-pricing {
  margin: 0 0 28px;
  padding: 18px 0 22px;
  border-block: 1px solid var(--rds-line);
}
body.single-hotel_room .hr-room-overview :where(.current-price,.promo-price) { font-size: clamp(2rem,4vw,3.2rem) !important; }
body.single-hotel_room .hr-room-description-copy p,
body.single-hotel_room .hr-room-exclusive-copy p,
body.single-hotel_room .additional-info-content p {
  color: var(--rds-muted);
  font-size: 1rem;
  line-height: 1.9;
}
body.single-hotel_room .hr-room-description-copy p:first-child::first-letter {
  float: left;
  padding: 7px 11px 0 0;
  color: var(--rds-copper);
  font: 500 3.8rem/.78 var(--rds-serif);
}
body.single-hotel_room .hr-room-exclusive-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 8px 0 0;
  padding: 0;
  counter-reset: rds-feature;
}
body.single-hotel_room .hr-room-exclusive-copy li {
  position: relative;
  min-height: 112px;
  padding: 24px 8px 24px 56px;
  border-top: 1px solid var(--rds-line);
  color: var(--rds-muted);
  font-size: .94rem;
  line-height: 1.75;
  list-style: none;
  counter-increment: rds-feature;
}
body.single-hotel_room .hr-room-exclusive-copy li::before {
  content: counter(rds-feature, decimal-leading-zero);
  position: absolute;
  top: 23px;
  left: 0;
  color: var(--rds-copper);
  font: 600 .72rem/34px var(--rds-serif);
  width: 34px;
  height: 34px;
  border: 1px solid rgba(138,90,51,.35);
  border-radius: 50%;
  text-align: center;
}
body.single-hotel_room .hr-room-exclusive-copy strong { color: var(--rds-ink); }
body.single-hotel_room .hr-room-overview .features-column ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; margin: 0; padding: 0; }
body.single-hotel_room .hr-room-overview .features-column li {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(92,70,53,.13) !important;
  font-size: .9rem;
  list-style: none;
}
body.single-hotel_room .hr-room-overview .features-column li i { font-size: 1.3rem; }
body.single-hotel_room .hr-room-overview .info-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 14px; }
body.single-hotel_room .hr-room-overview .info-card { min-height: 170px; padding: 28px 24px; }
body.single-hotel_room .hr-room-overview .additional-info-content { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--rds-line); }
body.single-hotel_room .hr-room-overview .additional-info-content > h3 {
  color: var(--rds-ink);
  font: 500 clamp(2rem, 3vw, 3rem)/1.08 var(--rds-serif);
}
body.single-hotel_room .hr-room-overview .additional-info-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
  margin: 0;
  padding: 0;
}
body.single-hotel_room .hr-room-overview .additional-info-content li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(92,70,53,.12);
  border-radius: 4px;
  color: var(--rds-muted);
  background: rgba(244,238,227,.5);
  font-size: .9rem;
  line-height: 1.55;
  list-style: none;
}
body.single-hotel_room .hr-room-overview .additional-info-content li > span:last-child { min-width: 0; }
body.single-hotel_room .hr-additional-icon {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-top: -2px;
  border: 1px solid rgba(154,99,56,.28);
  border-radius: 50%;
  color: var(--rds-copper);
  background: rgba(255,253,249,.72);
}
body.single-hotel_room .hr-additional-icon svg { width: 17px; height: 17px; stroke-width: 1.7; }
body.single-hotel_room .hr-room-overview .gallery-grid {
  display: flex !important;
  gap: 16px;
  padding-bottom: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(92,70,53,.4) transparent;
}
body.single-hotel_room .hr-room-overview .gallery-item {
  flex: 0 0 min(720px, 78vw);
  aspect-ratio: 16/10;
  scroll-snap-align: start;
}
body.single-hotel_room .hr-room-overview .gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* Galería editorial autocontenida del detalle de habitación. */
body.single-hotel_room .hr-detail-gallery__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 36px;
}
body.single-hotel_room .hr-detail-gallery__head > div > span {
  display: block;
  margin-bottom: 14px;
  color: var(--rds-copper);
  font: 700 .68rem/1 var(--rds-sans);
  letter-spacing: .22em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-detail-gallery__head h2 {
  margin: 0;
  color: var(--rds-ink);
  font: 500 clamp(2.35rem,4vw,3.9rem)/1.05 var(--rds-serif);
}
body.single-hotel_room .hr-detail-gallery__head p {
  max-width: 43ch;
  margin: 0 0 5px;
  color: var(--rds-muted);
  font-size: .92rem;
  line-height: 1.7;
}
body.single-hotel_room .hr-detail-gallery__viewer {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(250px,310px);
  gap: 16px;
  align-items: stretch;
}
body.single-hotel_room .hr-detail-gallery__feature { position: relative; min-width: 0; }
body.single-hotel_room .hr-detail-gallery__stage {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(470px,38vw,630px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(92,70,53,.18);
  border-radius: 7px;
  color: #fff;
  background: var(--rds-night);
  box-shadow: 0 24px 60px rgba(44,28,15,.14);
  cursor: zoom-in;
}
body.single-hotel_room .hr-detail-gallery__stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1), opacity .2s ease;
}
body.single-hotel_room .hr-detail-gallery__stage:hover > img { transform: scale(1.025); }
body.single-hotel_room .hr-detail-gallery__shade {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(to top,rgba(25,16,9,.82),transparent);
  pointer-events: none;
}
body.single-hotel_room .hr-detail-gallery__caption {
  position: absolute;
  right: clamp(22px,3vw,38px);
  bottom: clamp(24px,3vw,36px);
  left: clamp(22px,3vw,38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff9ee;
  font: 500 clamp(1.3rem,2vw,1.9rem)/1.25 var(--rds-serif);
  text-align: left;
  pointer-events: none;
}
body.single-hotel_room .hr-detail-gallery__caption svg { flex: 0 0 22px; width: 22px; height: 22px; color: #e0b98a; stroke-width: 1.6; }
body.single-hotel_room .hr-detail-gallery__controls {
  position: absolute;
  right: 22px;
  bottom: -24px;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff9ee;
  background: var(--rds-brown);
  box-shadow: 0 14px 34px rgba(40,25,14,.2);
}
body.single-hotel_room .hr-detail-gallery__controls button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: color .22s ease, background-color .22s ease;
}
body.single-hotel_room .hr-detail-gallery__controls button:hover { color: #e0b98a; background: rgba(255,255,255,.08); }
body.single-hotel_room .hr-detail-gallery__controls button svg { width: 18px; height: 18px; }
body.single-hotel_room .hr-detail-gallery__controls > span { display: flex; align-items: center; gap: 8px; padding: 0 14px; font-family: var(--rds-serif); }
body.single-hotel_room .hr-detail-gallery__controls strong { color: #e0b98a; font-size: 1.1rem; font-weight: 500; }
body.single-hotel_room .hr-detail-gallery__controls span i { width: 24px; height: 1px; background: rgba(255,255,255,.32); }
body.single-hotel_room .hr-detail-gallery__controls small { color: rgba(255,255,255,.65); font-size: .73rem; }
body.single-hotel_room .hr-detail-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: clamp(470px,38vw,630px);
  padding-right: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(92,70,53,.35) transparent;
}
body.single-hotel_room .hr-detail-gallery__thumb {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  min-height: 102px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(92,70,53,.16);
  border-radius: 5px;
  color: var(--rds-ink);
  text-align: left;
  background: rgba(250,246,238,.62);
  cursor: pointer;
  transition: transform .22s ease,border-color .22s ease,background-color .22s ease;
}
body.single-hotel_room .hr-detail-gallery__thumb:hover { transform: translateX(-3px); border-color: rgba(92,70,53,.4); }
body.single-hotel_room .hr-detail-gallery__thumb.is-active { border-color: var(--rds-brown); background: rgba(255,253,249,.96); }
body.single-hotel_room .hr-detail-gallery__thumb::after {
  content: '';
  position: absolute;
  top: 14px;
  right: -1px;
  bottom: 14px;
  width: 2px;
  background: transparent;
}
body.single-hotel_room .hr-detail-gallery__thumb.is-active::after { background: var(--rds-copper); }
body.single-hotel_room .hr-detail-gallery__thumb > img { display: block; width: 100px; height: 86px; border-radius: 3px; object-fit: cover; }
body.single-hotel_room .hr-detail-gallery__thumb > span { min-width: 0; }
body.single-hotel_room .hr-detail-gallery__thumb small { display: block; margin-bottom: 7px; color: var(--rds-copper); font: 700 .62rem/1 var(--rds-sans); letter-spacing: .17em; }
body.single-hotel_room .hr-detail-gallery__thumb strong { display: -webkit-box; overflow: hidden; color: var(--rds-ink); font: 500 .86rem/1.35 var(--rds-serif); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

body.hr-gallery-is-open { overflow: hidden; }
body.single-hotel_room .hr-detail-gallery__lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px,2vw,28px);
  padding: clamp(18px,4vw,54px);
  color: #fff9ee;
  background: rgba(23,16,9,.95);
  backdrop-filter: blur(8px);
}
body.single-hotel_room .hr-detail-gallery__lightbox[hidden] { display: none; }
body.single-hotel_room .hr-detail-gallery__lightbox figure { display: flex; flex-direction: column; gap: 15px; max-width: min(1120px,84vw); max-height: 88vh; margin: 0; }
body.single-hotel_room .hr-detail-gallery__lightbox figure > img { display: block; max-width: 100%; max-height: 77vh; border-radius: 5px; object-fit: contain; }
body.single-hotel_room .hr-detail-gallery__lightbox figcaption { display: flex; justify-content: space-between; gap: 24px; color: rgba(255,249,238,.72); font: 600 .7rem/1.4 var(--rds-sans); letter-spacing: .14em; text-transform: uppercase; }
body.single-hotel_room .hr-detail-gallery__lightbox figcaption small { color: #e0b98a; font-size: inherit; }
body.single-hotel_room .hr-detail-gallery__lb-close,
body.single-hotel_room .hr-detail-gallery__lb-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,249,238,.36);
  border-radius: 50%;
  color: inherit;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: border-color .22s ease,color .22s ease,background-color .22s ease;
}
body.single-hotel_room .hr-detail-gallery__lb-close:hover,
body.single-hotel_room .hr-detail-gallery__lb-arrow:hover { border-color: #e0b98a; color: #e0b98a; background: rgba(255,255,255,.07); }
body.single-hotel_room .hr-detail-gallery__lb-close { position: absolute; top: 22px; right: 22px; }
body.single-hotel_room .hr-detail-gallery__lb-close svg,
body.single-hotel_room .hr-detail-gallery__lb-arrow svg { width: 20px; height: 20px; }

body.single-hotel_room #main .hr-booking-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(84px, 9vw, 130px) 24px;
  background:
    repeating-linear-gradient(118deg, transparent 0 17px, rgba(92,70,53,.024) 17px 18px),
    var(--rds-white) !important;
}
body.single-hotel_room #main .hr-booking-landscape {
  position: absolute;
  z-index: -1;
  inset: 0;
  color: var(--rds-brown);
  opacity: .09;
  pointer-events: none;
}
.hr-booking-landscape { display: none; }
body.single-hotel_room #main .hr-booking-landscape { display: block; }
body.single-hotel_room #main .hr-booking-landscape svg { width: 100%; height: 100%; overflow: visible; }
body.single-hotel_room #main .hr-booking-landscape path,
body.single-hotel_room #main .hr-booking-landscape circle { fill: none; stroke: currentColor; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
body.single-hotel_room #main .hr-booking-landscape path + path { opacity: .55; }
body.single-hotel_room #main .hr-booking-inner {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(38px, 6vw, 88px);
  max-width: 1400px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.single-hotel_room #main .hr-booking-header {
  position: sticky;
  top: calc(var(--rds-header-h, 96px) + 34px);
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  text-align: left;
}
body.single-hotel_room #main .hr-booking-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--rds-copper);
  font: 700 .72rem/1 var(--rds-sans);
  letter-spacing: .24em;
  text-transform: uppercase;
}
body.single-hotel_room #main .hr-booking-title { margin: 0; font-size: clamp(2.6rem,5vw,4.8rem) !important; line-height: 1.04 !important; }
body.single-hotel_room #main .hr-booking-title-sub { margin-top: 15px; font-size: 1rem; }
body.single-hotel_room #main .hr-booking-min-notice { margin-top: 18px; border-radius: 999px; padding: 7px 12px; }
body.single-hotel_room #main .hr-booking-assurance {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--rds-line);
  color: var(--rds-muted);
  font-size: .84rem;
  line-height: 1.6;
}
body.single-hotel_room #main .hr-booking-assurance i { margin-top: 2px; color: var(--rds-copper); font-size: 1.15rem; }
body.single-hotel_room #main .hr-booking-form-wrap {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(92,70,53,.18);
  border-radius: 8px;
  background: rgba(255,253,249,.9);
  box-shadow: 0 28px 72px rgba(50,32,17,.1);
}
body.single-hotel_room #main .hr-wizard { max-width: none; padding: 0 !important; }
body.single-hotel_room #main .hr-wizard-progress { max-width: none; margin-bottom: 42px; }
body.single-hotel_room #main .hr-wiz-panel-title { font-size: 1.75rem !important; }
body.single-hotel_room #main .hr-form-dates { gap: 16px; }
body.single-hotel_room #main .hr-form-group { padding: 16px; border: 1px solid rgba(92,70,53,.16); border-radius: 7px; background: rgba(255,255,255,.58); }
body.single-hotel_room #main .hr-wizard-footer { margin-top: 28px; }

body.single-hotel_room .hr-room-experience {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(78px, 8vw, 118px) !important;
  background:
    repeating-linear-gradient(118deg, transparent 0 17px, rgba(92,70,53,.024) 17px 18px),
    var(--rds-sand-100) !important;
}
body.single-hotel_room .hr-room-experience__landscape {
  position: absolute;
  z-index: -1;
  inset: 0;
  color: var(--rds-brown);
  opacity: .09;
  pointer-events: none;
}
body.single-hotel_room .hr-room-experience__landscape svg { width: 100%; height: 100%; overflow: visible; }
body.single-hotel_room .hr-room-experience__landscape path,
body.single-hotel_room .hr-room-experience__landscape circle { fill: none; stroke: currentColor; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
body.single-hotel_room .hr-room-experience__landscape path + path { opacity: .55; }
body.single-hotel_room .hr-room-experience > .container { position: relative; z-index: 1; width: min(1400px, calc(100% - 48px)); max-width: 1400px; }
body.single-hotel_room .hr-room-experience__intro {
  max-width: 700px;
  margin: 0 auto clamp(42px, 5vw, 68px);
  text-align: center;
}
body.single-hotel_room .hr-room-experience__intro span {
  display: block;
  margin-bottom: 17px;
  color: var(--rds-copper);
  font: 700 .7rem/1 var(--rds-sans);
  letter-spacing: .22em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-room-experience__intro h2 {
  margin: 0;
  color: var(--rds-ink);
  font: 500 clamp(2.7rem, 5vw, 4.8rem)/1.04 var(--rds-serif);
}
body.single-hotel_room .hr-room-experience__intro p {
  max-width: 590px;
  margin: 20px auto 0;
  color: var(--rds-muted);
  font-size: 1rem;
  line-height: 1.75;
}
body.single-hotel_room .hr-room-experience .tab-navigation { margin-bottom: 48px !important; border: 0 !important; }
body.single-hotel_room .hr-room-experience .tabs_real { gap: 12px; }
body.single-hotel_room .hr-room-experience .tab-btn {
  flex: 1 1 0;
  padding: 18px 24px !important;
  border: 1px solid rgba(92,70,53,.18) !important;
  color: var(--rds-muted) !important;
  background: rgba(255,253,249,.58);
  font-size: .75rem !important;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.single-hotel_room .hr-room-experience .tab-btn.active { border-color: var(--rds-brown) !important; color: #fff !important; background: var(--rds-brown); }
body.single-hotel_room .hr-room-experience .tab-btn.active { background-color: var(--rds-brown) !important; }
body.single-hotel_room .hr-room-experience #tour360 > .max-w-5xl { max-width: 1280px; padding: 18px; border: 1px solid var(--rds-line); border-radius: 8px; background: var(--rds-night); box-shadow: var(--rds-shadow); }
body.single-hotel_room .hr-room-experience #tour360 :where(iframe,.pnlm-container) { border-radius: 5px; overflow: hidden; }
body.single-hotel_room .hr-room-experience .title small { color: var(--rds-copper) !important; font: 700 .7rem/1 var(--rds-sans); letter-spacing: .2em; }
body.single-hotel_room .hr-room-experience .title h2 { color: var(--rds-ink) !important; font: 500 clamp(2.4rem,4vw,4rem)/1.08 var(--rds-serif) !important; }
body.single-hotel_room .hr-room-experience .box_cat_rooms { border-radius: 8px; }

@media (max-width: 1023px) {
  body.single-hotel_room .hr-room-hero__content-wrap { width: min(100% - 48px, 1540px); }
  body.single-hotel_room .hr-room-hero__content { max-width: 690px; }
  body.single-hotel_room .hr-room-overview .description-grid { grid-template-columns: 1fr; }
  body.single-hotel_room .hr-room-overview .info-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.single-hotel_room #main .hr-booking-inner { grid-template-columns: 1fr; }
  body.single-hotel_room #main .hr-booking-header { position: static; max-width: 680px; }
}

@media (max-width: 767px) {
  body.single-hotel_room .hr-room-hero { height: 720px !important; min-height: 720px; }
  body.single-hotel_room .hr-room-hero__content-wrap { width: calc(100% - 36px); align-items: flex-end; }
  body.single-hotel_room .hr-room-hero__content { width: 100%; padding: 110px 0 118px; }
  body.single-hotel_room .hr-room-hero__back { margin-bottom: 22px; }
  body.single-hotel_room .hr-room-hero__eyebrow { font-size: .62rem; letter-spacing: .17em; }
  body.single-hotel_room .hr-room-hero__title { max-width: none; font-size: clamp(3rem,15vw,4.5rem) !important; }
  body.single-hotel_room .hr-room-hero__description { display: none; }
  body.single-hotel_room .hr-room-hero__facts { margin-top: 22px; gap: 7px; }
  body.single-hotel_room .hr-room-hero__facts span { padding: 8px 10px; font-size: .58rem; }
  body.single-hotel_room .hr-room-hero__footer { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 24px; }
  body.single-hotel_room .hr-room-hero__reserve { width: 100%; min-height: 50px; }
  body.single-hotel_room .hr-room-hero__gallery-meta { right: 0; bottom: 22px; }
  body.single-hotel_room .hr-room-hero__gallery-meta button { width: 44px; height: 44px; }
  body.single-hotel_room .hr-room-hero__scroll { display: none; }
  body.single-hotel_room .hr-room-overview .room-nav { position: relative; top: auto; padding: 7px 0; }
  body.single-hotel_room .hr-room-overview .nav-container { width: 100%; overflow-x: auto; }
  body.single-hotel_room .hr-room-overview .nav-links { display: flex; width: max-content; padding: 0 14px; }
  body.single-hotel_room .hr-room-overview .nav-link { min-width: 180px; }
  body.single-hotel_room .hr-room-overview .tabs-container { width: calc(100% - 28px); padding-block: 58px; }
  body.single-hotel_room .hr-room-overview .description-column,
  body.single-hotel_room .hr-room-overview .features-column,
  body.single-hotel_room #tab-exclusive-features,
  body.single-hotel_room #tab-additional-info,
  body.single-hotel_room #tab-gallery { padding: 28px 20px !important; }
  body.single-hotel_room .hr-room-overview .features-column ul { grid-template-columns: 1fr; }
  body.single-hotel_room .hr-room-exclusive-copy ul,
  body.single-hotel_room .hr-room-overview .additional-info-content ul { grid-template-columns: 1fr; }
  body.single-hotel_room .hr-room-exclusive-copy li { min-height: auto; padding-right: 0; }
  body.single-hotel_room .hr-room-overview .info-cards { grid-template-columns: 1fr; }
  body.single-hotel_room .hr-room-overview .gallery-item { flex-basis: 88vw; }
  body.single-hotel_room .hr-detail-gallery__head { display: block; margin-bottom: 28px; }
  body.single-hotel_room .hr-detail-gallery__head p { margin-top: 16px; }
  body.single-hotel_room .hr-detail-gallery__viewer { grid-template-columns: 1fr; }
  body.single-hotel_room .hr-detail-gallery__stage { height: clamp(340px,92vw,390px); }
  body.single-hotel_room .hr-detail-gallery__caption { bottom: 70px; font-size: 1.25rem; }
  body.single-hotel_room .hr-detail-gallery__controls { right: auto; bottom: 0; left: 0; }
  body.single-hotel_room .hr-detail-gallery__controls button { width: 46px; height: 46px; }
  body.single-hotel_room .hr-detail-gallery__thumbs {
    flex-direction: row;
    height: auto;
    padding: 15px 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }
  body.single-hotel_room .hr-detail-gallery__thumb {
    flex: 0 0 220px;
    grid-template-columns: 78px minmax(0,1fr);
    min-height: 88px;
    scroll-snap-align: start;
  }
  body.single-hotel_room .hr-detail-gallery__thumb:hover { transform: none; }
  body.single-hotel_room .hr-detail-gallery__thumb > img { width: 78px; height: 72px; }
  body.single-hotel_room .hr-detail-gallery__lightbox { padding: 58px 14px 82px; }
  body.single-hotel_room .hr-detail-gallery__lightbox figure { max-width: 94vw; }
  body.single-hotel_room .hr-detail-gallery__lightbox figure > img { max-height: 70vh; }
  body.single-hotel_room .hr-detail-gallery__lightbox figcaption { display: block; text-align: center; }
  body.single-hotel_room .hr-detail-gallery__lightbox figcaption small { display: block; margin-top: 8px; }
  body.single-hotel_room .hr-detail-gallery__lb-close { top: 12px; right: 12px; }
  body.single-hotel_room .hr-detail-gallery__lb-arrow { position: absolute; bottom: 18px; }
  body.single-hotel_room .hr-detail-gallery__lb-arrow--prev { left: calc(50% - 58px); }
  body.single-hotel_room .hr-detail-gallery__lb-arrow--next { right: calc(50% - 58px); }
  body.single-hotel_room #main .hr-booking-section { padding: 72px 14px 84px; }
  body.single-hotel_room #main .hr-booking-form-wrap { padding: 26px 16px; }
  body.single-hotel_room #main .hr-form-group { padding: 12px; }
  body.single-hotel_room .hr-room-experience { padding-block: 70px !important; }
  body.single-hotel_room .hr-room-experience > .container { width: calc(100% - 28px); }
  body.single-hotel_room .hr-room-experience__intro { margin-bottom: 36px; }
  body.single-hotel_room .hr-room-experience__intro h2 { font-size: 2.7rem; }
  body.single-hotel_room .hr-room-experience__intro p { font-size: .93rem; }
  body.single-hotel_room .hr-room-experience .tabs_real { flex-direction: column; }
  body.single-hotel_room .hr-room-experience .tab-btn { width: 100%; }
  body.single-hotel_room .hr-room-experience #tour360 > .max-w-5xl { padding: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .rooms-container *,
  .section_style_2 *,
  .container-single-room *,
  .hr-booking-section *,
  .hr-mc-wrap *,
  .hr-group-builder *,
  .hr-group-quote *,
  .hr-canam-card,
  .canam-section * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
