/* Grand Selim Resort homepage refinement
   Loaded after the compiled Voyage stylesheet to correct its broad element
   rules without changing the cloned component or booking logic. */
:root {
  --gsrt-green-950: #123226;
  --gsrt-green-900: #173f2e;
  --gsrt-green-800: #20543c;
  --gsrt-green-700: #2c684b;
  --gsrt-terracotta: #b85f38;
  --gsrt-gold: #c9a35f;
  --gsrt-ivory: #fbf8f2;
  --gsrt-sage: #edf3ed;
  --gsrt-surface: #fffefb;
  --gsrt-ink: #202a25;
  --gsrt-muted: #59655f;
  --gsrt-border: rgba(23, 63, 46, .14);
  --gsrt-shadow-sm: 0 12px 32px rgba(18, 50, 38, .08);
  --gsrt-shadow-lg: 0 28px 72px rgba(9, 32, 22, .18);
  --gsrt-focus: #e29a4b;
  --gsrt-radius-sm: 10px;
  --gsrt-radius-card: 17px;
  --gsrt-radius-panel: 22px;
  --gsrt-container: 1280px;
}

/* Final room-policy refinement ----------------------------------------- */
.gsrt-site-nav .gsrt-full-brand-name {
  max-width: 230px;
  color: var(--gsrt-green-900) !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: 1.05 !important;
  letter-spacing: .035em !important;
  text-transform: none !important;
  opacity: 1 !important;
}

.gsrt-living .gsrt-curated-data-summary {
  max-width: 600px;
  color: #d9e1dc !important;
  font-size: clamp(15px, 1.35vw, 17px) !important;
  line-height: 1.7 !important;
  opacity: 1;
}

.gsrt-living > div > div:first-child p,
.gsrt-facilities > div > div:first-child p {
  color: #d4ddd7 !important;
}

body.gsrt-theme-v3 .gsrt-facilities li {
  min-height: 72px !important;
  padding-block: 5px;
}

.gsrt-facilities .gsrt-facility-icon {
  width: 44px !important;
  height: 44px !important;
  padding: 10px;
  color: #236846 !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: #eaf2ec;
  opacity: 1 !important;
}

.gsrt-facilities li :where(.text-stone-400, .text-neutral-300) {
  color: #c7d1ca !important;
}

.gsrt-facilities li:hover .gsrt-facility-icon,
.gsrt-facilities li:focus-visible .gsrt-facility-icon {
  color: #174f34 !important;
  background: #fff;
}

/* React DayPicker states: the cloned theme placed a green border on every
   available date and reduced disabled dates to 50% opacity. */
body.gsrt-calendar-open [role="dialog"] .rdp-day_button {
  color: #26342d !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

body.gsrt-calendar-open [role="dialog"] td:not([data-disabled="true"]) .rdp-day_button:hover {
  color: #174f34 !important;
  background: #eaf2ec !important;
}

body.gsrt-calendar-open [role="dialog"] td[data-selected="true"] .rdp-day_button,
body.gsrt-calendar-open [role="dialog"] .rdp-day_button[aria-selected="true"],
body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-selected-single="true"],
body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-range-start="true"],
body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-range-end="true"] {
  color: #fff !important;
  background: var(--gsrt-green-800) !important;
}

body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-range-middle="true"] {
  color: #174f34 !important;
  border-radius: 0 !important;
  background: #dfeee4 !important;
}

body.gsrt-calendar-open [role="dialog"] td[data-today="true"] .rdp-day_button:not([aria-selected="true"]) {
  box-shadow: inset 0 0 0 1px #c77932 !important;
}

body.gsrt-calendar-open [role="dialog"] td[data-disabled="true"] {
  opacity: 1 !important;
}

body.gsrt-calendar-open [role="dialog"] td[data-disabled="true"] .rdp-day_button {
  color: #8e9992 !important;
  cursor: not-allowed !important;
  background: #f1f3f1 !important;
  opacity: 1 !important;
}

body.gsrt-calendar-open [role="dialog"] td[data-outside="true"] .rdp-day_button {
  color: #b7c0ba !important;
  background: transparent !important;
}

body.gsrt-calendar-open [role="dialog"] .rdp-day_button:focus-visible {
  outline: 3px solid rgba(199, 121, 50, .65) !important;
  outline-offset: 2px;
}

body.gsrt-calendar-open #book {
  pointer-events: none;
  opacity: 0;
  transform: translateY(100%);
}

.gsrt-theme-v3 #book {
  transition: opacity 180ms ease, transform 180ms ease;
}

.gsrt-static-footer-shell {
  padding-bottom: 96px;
  background: #0d271d;
}

.gsrt-static-footer-shell .gsrt-v3-footer {
  color: #d9e1dc;
  background: #0d271d;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.gsrt-static-footer-shell .gsrt-footer-payment {
  padding: 24px;
  color: #173f2e;
  background: #f7f4ed;
  border-bottom: 1px solid #dce3de;
}

.gsrt-static-footer-shell .gsrt-footer-payment__inner {
  display: grid;
  width: min(1240px, 100%);
  margin: auto;
  grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.gsrt-static-footer-shell .gsrt-footer-payment__eyebrow {
  color: #1f6842;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gsrt-static-footer-shell .gsrt-footer-payment h2 {
  margin: 4px 0 0;
  color: #173f2e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
}

.gsrt-static-footer-shell .gsrt-footer-payment img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 63px;
  object-fit: contain;
}

.gsrt-static-footer-shell .gsrt-theme-footer__main {
  display: grid;
  width: min(1240px, calc(100% - 40px));
  margin: auto;
  padding: 64px 0 46px;
  grid-template-columns: 1.7fr repeat(3, minmax(150px, 1fr));
  gap: 42px;
}

.gsrt-static-footer-shell .gsrt-v3-footer__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gsrt-static-footer-shell .gsrt-v3-footer__identity img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.gsrt-static-footer-shell .gsrt-v3-footer__identity strong,
.gsrt-static-footer-shell .gsrt-v3-footer__identity small {
  display: block;
}

.gsrt-static-footer-shell .gsrt-v3-footer__identity strong {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.gsrt-static-footer-shell .gsrt-v3-footer__identity small,
.gsrt-static-footer-shell address,
.gsrt-static-footer-shell p {
  color: #afbbb4 !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.7;
}

.gsrt-static-footer-shell h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

.gsrt-static-footer-shell ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsrt-static-footer-shell li + li {
  margin-top: 8px;
}

.gsrt-static-footer-shell a {
  color: #d9e1dc !important;
  font-size: 13px !important;
  line-height: 1.55;
}

.gsrt-static-footer-shell a:hover {
  color: #fff !important;
}

.gsrt-static-footer-shell .gsrt-footer-facebook {
  display: inline-block;
  margin-top: 18px;
}

.gsrt-static-footer-shell .gsrt-theme-footer__bottom {
  display: flex;
  width: min(1240px, calc(100% - 40px));
  margin: auto;
  padding: 22px 0;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 900px) {
  .gsrt-static-footer-shell .gsrt-theme-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gsrt-site-nav .gsrt-full-brand-name {
    max-width: 150px;
    font-size: 13px !important;
  }

  .gsrt-static-footer-shell {
    padding-bottom: 74px;
  }

  .gsrt-static-footer-shell .gsrt-footer-payment__inner,
  .gsrt-static-footer-shell .gsrt-theme-footer__main {
    grid-template-columns: 1fr;
  }

  .gsrt-static-footer-shell .gsrt-theme-footer__main {
    padding-top: 48px;
  }

  .gsrt-static-footer-shell .gsrt-theme-footer__bottom {
    display: block;
    text-align: left;
  }

  .gsrt-static-footer-shell .gsrt-footer-payment img {
    width: 1768px;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gsrt-theme-v3 *,
  .gsrt-theme-v3 *::before,
  .gsrt-theme-v3 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Static interaction replacements for components formerly owned by React. */
.gsrt-static-facility-panel {
  overflow: hidden;
  animation: gsrt-facility-panel-in .28s ease both;
}

.gsrt-static-facility-panel__inner {
  max-width: 780px;
  margin-left: clamp(0px, 16.5%, 210px);
  padding: 2px 20px 24px 0;
}

.gsrt-static-facility-panel__eyebrow {
  margin: 0 0 10px !important;
  color: #c55a20 !important;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: .025em;
}

.gsrt-static-facility-panel__copy {
  margin: 0 !important;
  color: #56615b !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.gsrt-static-facility-panel__rule {
  width: 64px;
  height: 1px;
  margin-top: 20px;
  background: rgba(197, 90, 32, .42);
}

.gsrt-advantages .gsrt-advantage-text {
  color: #1f2421 !important;
}

@keyframes gsrt-facility-panel-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 767px) {
  .gsrt-static-facility-panel__inner {
    margin-left: 0;
    padding: 4px 20px 22px;
  }
}

html {
  scroll-padding-top: 88px;
}

body.gsrt-theme-v3 {
  min-width: 320px;
  color: var(--gsrt-ink);
  background: var(--gsrt-ivory);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.gsrt-theme-v3 h1,
.gsrt-theme-v3 h2,
.gsrt-theme-v3 h3,
.gsrt-theme-v3 h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-wrap: balance;
}

.gsrt-theme-v3 p {
  text-wrap: pretty;
}

.gsrt-theme-v3 :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--gsrt-focus) !important;
  outline-offset: 3px !important;
  box-shadow: none;
}

.gsrt-theme-v3 :where(button, a[role="button"], input, select, textarea) {
  min-height: 44px;
}

.gsrt-theme-v3 :where(button, a, input, select, textarea) {
  transition-duration: 200ms !important;
}

/* Header --------------------------------------------------------------- */
.gsrt-theme-v3 .gsrt-site-nav {
  top: 0;
  z-index: 100;
  color: var(--gsrt-ink);
  background: rgba(255, 254, 251, .96) !important;
  border-bottom: 1px solid var(--gsrt-border) !important;
  box-shadow: 0 10px 34px rgba(18, 50, 38, .07) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.gsrt-site-nav > div:first-child {
  width: min(var(--gsrt-container), calc(100% - 48px));
  height: 80px !important;
  padding-inline: 0 !important;
}

.gsrt-site-nav > div:first-child > a,
.gsrt-site-nav > div:first-child > a span {
  color: var(--gsrt-green-900) !important;
}

.gsrt-site-nav > div:first-child > a span:last-child {
  color: var(--gsrt-muted) !important;
}

.gsrt-site-nav a[href]:not([href="/room-list"]) {
  color: #4b5751 !important;
  font-size: 13px !important;
  letter-spacing: .13em !important;
}

.gsrt-site-nav a[aria-current="page"]:not([href="/room-list"]),
.gsrt-site-nav a[href]:not([href="/room-list"]):hover {
  color: var(--gsrt-green-800) !important;
}

.gsrt-site-nav a[aria-current="page"]:not([href="/room-list"])::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--gsrt-green-700);
}

.gsrt-site-nav a[href="/room-list"] {
  min-height: 46px;
  color: #fff !important;
  background: var(--gsrt-green-800) !important;
  border-color: var(--gsrt-green-800) !important;
  box-shadow: 0 9px 24px rgba(23, 63, 46, .17);
}

.gsrt-site-nav a[href="/room-list"]:hover {
  background: var(--gsrt-green-950) !important;
  border-color: var(--gsrt-green-950) !important;
  transform: translateY(-1px);
}

.gsrt-site-nav button[aria-label="Open menu"] {
  color: var(--gsrt-green-800) !important;
  border-color: var(--gsrt-green-700) !important;
}

/* Homepage foundations ------------------------------------------------- */
.gsrt-home main {
  overflow: clip;
}

.gsrt-home section {
  border-color: var(--gsrt-border) !important;
}

.gsrt-home section:not(.gsrt-hero) {
  padding: clamp(72px, 7.5vw, 104px) max(24px, calc((100% - var(--gsrt-container)) / 2)) !important;
}

.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) h2 {
  color: var(--gsrt-green-900) !important;
  font-size: clamp(36px, 3.6vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em;
}

.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) h3,
.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) h4 {
  color: var(--gsrt-ink) !important;
}

.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) p,
.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) blockquote,
.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) li {
  color: var(--gsrt-muted) !important;
}

.gsrt-home section:not(.gsrt-hero) p {
  font-size: max(15px, 1rem);
  line-height: 1.72 !important;
}

/* Hero ---------------------------------------------------------------- */
.gsrt-home .gsrt-hero {
  min-height: 760px;
  padding: 0 !important;
  color: #fff;
  background: var(--gsrt-green-950) !important;
  border-top: 0 !important;
}

.gsrt-hero > video {
  opacity: .72 !important;
  filter: saturate(.92) contrast(1.04);
}

.gsrt-hero > video + div {
  background: linear-gradient(90deg, rgba(8, 29, 20, .88) 0%, rgba(8, 29, 20, .65) 48%, rgba(8, 29, 20, .25) 76%, rgba(8, 29, 20, .48) 100%) !important;
}

.gsrt-hero h1 {
  max-width: 760px;
  color: #fff !important;
  font-size: clamp(44px, 5.4vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .24);
}

.gsrt-hero h1 span,
.gsrt-hero h1 em,
.gsrt-hero h1 i {
  color: inherit !important;
}

.gsrt-hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.gsrt-hero img {
  border-radius: var(--gsrt-radius-panel) !important;
  object-fit: cover;
  box-shadow: var(--gsrt-shadow-lg);
}

.gsrt-hero :where(a[role="button"], button):not(.gsrt-availability button) {
  border-radius: 999px !important;
}

.gsrt-hero a[href="/room-list"],
.gsrt-hero a[href="/rooms"] {
  color: #fff !important;
  background: var(--gsrt-green-700) !important;
  border-color: rgba(255, 255, 255, .34) !important;
}

/* Availability panel --------------------------------------------------- */
.gsrt-home .gsrt-availability {
  position: relative;
  z-index: 30;
  padding: 28px !important;
  color: var(--gsrt-ink) !important;
  background: rgba(255, 254, 251, .98) !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: var(--gsrt-radius-panel) !important;
  box-shadow: var(--gsrt-shadow-lg) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.gsrt-availability.gsrt-legacy-availability [hidden] {
  display: none !important;
}

.gsrt-availability .gsrt-booking-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(190px, 1fr)) minmax(200px, .85fr) !important;
  align-items: stretch;
}

.gsrt-availability .gsrt-booking-date-field {
  position: relative;
  display: flex !important;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
}

.gsrt-availability .gsrt-booking-date-field::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 25px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: .72;
  background-color: var(--gsrt-green-700);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gsrt-availability .gsrt-booking-date-field button[aria-haspopup="dialog"] {
  padding-right: 38px !important;
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.gsrt-availability .gsrt-booking-submit-field {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gsrt-availability .gsrt-booking-submit-field > button {
  height: 100%;
  min-height: 78px !important;
  padding-inline: 24px !important;
  border-radius: 14px !important;
}

.gsrt-availability > div:first-child {
  margin-bottom: 18px !important;
}

.gsrt-availability > div:first-child p,
.gsrt-availability label,
.gsrt-availability [class*="uppercase"] {
  color: var(--gsrt-muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
}

.gsrt-availability > div:last-child {
  gap: 14px !important;
}

.gsrt-availability > div:last-child > * {
  min-width: 0;
  padding: 14px 15px !important;
  color: var(--gsrt-ink) !important;
  background: #fff !important;
  border: 1px solid var(--gsrt-border) !important;
  border-radius: var(--gsrt-radius-sm) !important;
  box-shadow: 0 5px 16px rgba(18, 50, 38, .045) !important;
}

.gsrt-availability :where(button, select, input) {
  width: 100%;
  min-height: 46px !important;
  color: var(--gsrt-ink) !important;
  font-size: 15px !important;
  background-color: #fff !important;
  border-color: rgba(23, 63, 46, .28) !important;
  border-radius: 9px !important;
}

.gsrt-availability button[type="submit"],
.gsrt-availability > div:last-child > button:last-child {
  align-self: stretch;
  color: #fff !important;
  background: var(--gsrt-green-800) !important;
  border-color: var(--gsrt-green-800) !important;
  box-shadow: none !important;
}

/* Content sections ----------------------------------------------------- */
.gsrt-home .gsrt-comfort,
.gsrt-home .gsrt-surroundings {
  background: var(--gsrt-ivory) !important;
}

.gsrt-home .gsrt-unforgettable,
.gsrt-home .gsrt-location {
  background: var(--gsrt-surface) !important;
}

.gsrt-home .gsrt-living,
.gsrt-home .gsrt-facilities {
  background: var(--gsrt-sage) !important;
}

.gsrt-home .gsrt-dining {
  background: #f3eee4 !important;
}

.gsrt-home section:not(.gsrt-hero) img {
  border-radius: var(--gsrt-radius-card);
  object-fit: cover;
}

.gsrt-comfort img,
.gsrt-unforgettable img,
.gsrt-dining img {
  box-shadow: var(--gsrt-shadow-sm);
}

.gsrt-living [role="region"] > a {
  overflow: hidden;
  border: 1px solid var(--gsrt-border) !important;
  border-radius: var(--gsrt-radius-card) !important;
  box-shadow: var(--gsrt-shadow-sm);
}

.gsrt-living [role="region"] > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(18, 50, 38, .14);
}

.gsrt-living [aria-label*="slide" i],
.gsrt-testimonials button[aria-label] {
  min-width: 44px;
  min-height: 44px;
}

.gsrt-facilities li {
  min-height: 64px;
  padding-inline: 14px;
  border-bottom: 1px solid var(--gsrt-border) !important;
  border-radius: 8px;
}

.gsrt-facilities li:hover,
.gsrt-facilities li:focus-visible {
  background: rgba(255, 255, 255, .7) !important;
}

.gsrt-dining [role="tablist"] {
  gap: 8px !important;
}

.gsrt-dining [role="tab"] {
  min-height: 46px;
  padding: 10px 16px !important;
  color: var(--gsrt-green-900) !important;
  border: 1px solid var(--gsrt-border) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .58) !important;
}

.gsrt-dining [role="tab"][aria-selected="true"] {
  color: #fff !important;
  background: var(--gsrt-green-800) !important;
  border-color: var(--gsrt-green-800) !important;
}

.gsrt-home .gsrt-testimonials {
  padding-block: clamp(64px, 6vw, 88px) !important;
  color: #fff;
  background: var(--gsrt-green-950) !important;
}

.gsrt-testimonials h2,
.gsrt-testimonials h3,
.gsrt-testimonials blockquote {
  color: #fff !important;
}

.gsrt-testimonials h2 {
  font-size: clamp(36px, 3.6vw, 52px) !important;
}

.gsrt-testimonials p,
.gsrt-testimonials figcaption {
  color: rgba(255, 255, 255, .78) !important;
}

.gsrt-testimonials figure {
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: var(--gsrt-radius-card) !important;
  background: rgba(255, 255, 255, .055) !important;
}

.gsrt-testimonials blockquote {
  font-size: clamp(20px, 2.2vw, 30px) !important;
  line-height: 1.45 !important;
}

.gsrt-surroundings li {
  padding: 22px !important;
  background: var(--gsrt-surface) !important;
  border: 1px solid var(--gsrt-border) !important;
  border-radius: var(--gsrt-radius-card) !important;
  box-shadow: 0 8px 22px rgba(18, 50, 38, .045);
}

.gsrt-location > div {
  display: grid !important;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr) !important;
  align-items: stretch !important;
  gap: clamp(32px, 5vw, 64px) !important;
}

.gsrt-location iframe {
  width: 100%;
  min-height: 320px;
  filter: none !important;
}

.gsrt-location iframe + div,
.gsrt-location iframe {
  border-radius: var(--gsrt-radius-card);
}

/* Footer and persistent booking action -------------------------------- */
.gsrt-theme-v3 #book {
  color: #fff !important;
  background: rgba(18, 50, 38, .97) !important;
  border-top-color: rgba(255, 255, 255, .14) !important;
}

.gsrt-theme-v3 #book a[href="/room-list"] {
  color: var(--gsrt-green-950) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.gsrt-theme-v3 .gsrt-site-footer {
  color: rgba(255, 255, 255, .78) !important;
  background: #0d271d !important;
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
}

.gsrt-site-footer p,
.gsrt-site-footer a {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.gsrt-site-footer a:hover {
  color: #fff !important;
}

/* Inner marketing pages inherit the corrected shell and readable type. */
.gsrt-inner-page main section:first-child {
  padding-block: 0 !important;
}

.gsrt-inner-page main section:not(:first-child) {
  color: var(--gsrt-ink);
  background: var(--gsrt-ivory) !important;
}

.gsrt-inner-page main section:not(:first-child) h1,
.gsrt-inner-page main section:not(:first-child) h2,
.gsrt-inner-page main section:not(:first-child) h3 {
  color: var(--gsrt-green-900) !important;
}

.gsrt-inner-page main section:not(:first-child) p,
.gsrt-inner-page main section:not(:first-child) li {
  color: var(--gsrt-muted) !important;
}

@media (max-width: 1023px) {
  .gsrt-site-nav > div:first-child {
    width: calc(100% - 40px);
  }

  .gsrt-site-nav > div:nth-child(2) a {
    color: #d8ded9 !important;
    font-size: 13px !important;
  }

  .gsrt-site-nav > div:nth-child(2) a[aria-current="page"] {
    color: #fff !important;
  }

  .gsrt-home .gsrt-hero {
    min-height: 720px;
  }

  .gsrt-location > div {
    grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr) !important;
  }

  .gsrt-availability .gsrt-booking-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gsrt-availability .gsrt-booking-submit-field {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }

  body.gsrt-theme-v3 {
    font-size: 15px;
  }

  .gsrt-site-nav > div:first-child {
    width: calc(100% - 32px);
    height: 68px !important;
  }

  .gsrt-home section:not(.gsrt-hero) {
    padding: 56px 20px !important;
  }

  .gsrt-home .gsrt-hero {
    min-height: 0;
    padding-bottom: 48px !important;
  }

  .gsrt-hero > video + div {
    background: linear-gradient(180deg, rgba(8, 29, 20, .83) 0%, rgba(8, 29, 20, .7) 62%, rgba(8, 29, 20, .48) 100%) !important;
  }

  .gsrt-hero h1 {
    max-width: 11ch;
    font-size: clamp(40px, 13vw, 56px) !important;
  }

  .gsrt-hero p {
    font-size: 15px !important;
  }

  .gsrt-home .gsrt-availability {
    margin-top: 20px;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  .gsrt-availability .gsrt-booking-fields {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .gsrt-availability .gsrt-booking-submit-field {
    grid-column: auto !important;
  }

  .gsrt-availability > div:last-child {
    grid-template-columns: 1fr !important;
  }

  .gsrt-availability > div:last-child > * {
    width: 100%;
  }

  .gsrt-dining [role="tablist"] {
    display: flex !important;
    max-width: 100%;
    padding-bottom: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .gsrt-dining [role="tab"] {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .gsrt-location > div {
    display: flex !important;
    flex-direction: column !important;
  }

  .gsrt-location iframe {
    min-height: 280px;
  }

  .gsrt-theme-v3 #book {
    padding: 10px 12px !important;
  }
}

@media (max-width: 430px) {
  .gsrt-home section:not(.gsrt-hero) {
    padding-inline: 18px !important;
  }

  .gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) h2 {
    font-size: 34px !important;
  }

  .gsrt-surroundings li {
    padding: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gsrt-theme-v3 *,
  .gsrt-theme-v3 *::before,
  .gsrt-theme-v3 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* The cloned bundle places its broad white-theme fixes in cascade layers and
   marks them important. Important layer order is reversed, so these focused
   corrections join its earliest layer and safely supersede those rules. */
@layer properties {
  body.gsrt-theme-v3.gsrt-home .gsrt-hero p {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav {
    color: var(--gsrt-ink) !important;
    background: rgba(255, 254, 251, .96) !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav a[href]:not([href="/room-list"]) {
    color: #4b5751 !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav > div:first-child > a span {
    color: var(--gsrt-green-900) !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav a[aria-current="page"]:not([href="/room-list"]),
  body.gsrt-theme-v3 .gsrt-site-nav a[href]:not([href="/room-list"]):hover {
    color: var(--gsrt-green-800) !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav a[href="/room-list"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
    border-color: var(--gsrt-green-800) !important;
  }

  body.gsrt-theme-v3 .gsrt-site-nav a[href="/room-list"] *,
  body.gsrt-home :where(button, a[role="button"]) * {
    color: inherit !important;
  }

  body.gsrt-home .gsrt-hero {
    color: #fff !important;
    background: var(--gsrt-green-950) !important;
  }

  body.gsrt-home .gsrt-hero h1,
  body.gsrt-home .gsrt-hero h1 span {
    color: #fff !important;
  }

  body.gsrt-home .gsrt-hero p {
    color: rgba(255, 255, 255, .9) !important;
  }

  body.gsrt-home .gsrt-hero a[href="/room-list"],
  body.gsrt-home .gsrt-hero a[href="/rooms"] {
    color: #fff !important;
    background: var(--gsrt-green-700) !important;
    border-color: rgba(255, 255, 255, .4) !important;
  }

  body.gsrt-home .gsrt-availability {
    color: var(--gsrt-ink) !important;
    background: rgba(255, 254, 251, .98) !important;
  }

  body.gsrt-home .gsrt-availability :where(button, select, input) {
    color: var(--gsrt-ink) !important;
    background: #fff !important;
  }

  body.gsrt-home .gsrt-availability > div:first-child :where(p, span),
  body.gsrt-home .gsrt-availability label,
  body.gsrt-home .gsrt-availability [class*="uppercase"] {
    color: var(--gsrt-muted) !important;
  }

  body.gsrt-home .gsrt-availability button[type="submit"],
  body.gsrt-home .gsrt-availability > div:last-child > button:last-child {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
    border-color: var(--gsrt-green-800) !important;
  }

  body.gsrt-home .gsrt-comfort,
  body.gsrt-home .gsrt-surroundings {
    color: var(--gsrt-ink) !important;
    background: var(--gsrt-ivory) !important;
  }

  body.gsrt-home .gsrt-unforgettable,
  body.gsrt-home .gsrt-location {
    color: var(--gsrt-ink) !important;
    background: var(--gsrt-surface) !important;
  }

  body.gsrt-home .gsrt-living,
  body.gsrt-home .gsrt-facilities {
    color: var(--gsrt-ink) !important;
    background: var(--gsrt-sage) !important;
  }

  body.gsrt-home .gsrt-dining {
    color: var(--gsrt-ink) !important;
    background: #f3eee4 !important;
  }

  body.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) :where(h2, h3, h4) {
    color: var(--gsrt-green-900) !important;
  }

  body.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) :where(p, blockquote, li) {
    color: var(--gsrt-muted) !important;
  }

  body.gsrt-home section .gsrt-image-card :where(h3, h4, p, span) {
    color: #fff !important;
  }

  body.gsrt-home .gsrt-dining [role="tab"][aria-selected="true"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
  }

  body.gsrt-home .gsrt-testimonials,
  body.gsrt-home .gsrt-testimonials :where(h2, h3, blockquote) {
    color: #fff !important;
    background-color: var(--gsrt-green-950) !important;
  }

  body.gsrt-home .gsrt-testimonials :where(p, figcaption) {
    color: rgba(255, 255, 255, .78) !important;
  }

  body.gsrt-theme-v3 #book {
    color: #fff !important;
    background: rgba(18, 50, 38, .97) !important;
  }

  body.gsrt-theme-v3 #book :where(p, span) {
    color: rgba(255, 255, 255, .82) !important;
  }

  body.gsrt-theme-v3 #book a[href="/room-list"],
  body.gsrt-theme-v3 #book a[href="/room-list"] * {
    color: var(--gsrt-green-950) !important;
    background-color: #fff !important;
    border-color: #fff !important;
  }

  body.gsrt-theme-v3 .gsrt-site-footer {
    color: rgba(255, 255, 255, .78) !important;
    background: #0d271d !important;
  }

  body.gsrt-theme-v3 .gsrt-site-footer :where(p, a) {
    color: rgba(255, 255, 255, .78) !important;
  }

  @media (max-width: 900px) {
    body.gsrt-home .gsrt-availability > div:last-child {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.gsrt-home .gsrt-availability > div:last-child > button:last-child {
      grid-column: 1 / -1 !important;
    }
  }

  @media (max-width: 600px) {
    body.gsrt-home .gsrt-availability > div:last-child {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    body.gsrt-home .gsrt-availability > div:last-child > button:last-child {
      grid-column: auto !important;
    }
  }
}

/* Homepage readability, facility-card and footer refinement ------------
   This final block implements the focused readability specification. It is
   intentionally scoped to the cloned public theme and does not alter booking
   fields, room data, routes, or backend-provided values. */
body.gsrt-theme-v3 {
  --gsrt-text-primary: #17201c;
  --gsrt-text-secondary: #56635d;
  --gsrt-text-muted: #6f7b74;
  --gsrt-text-on-dark: #f8faf7;
  --gsrt-text-on-dark-secondary: #d2ddd6;
  --gsrt-surface-soft-green: #edf4ee;
  --gsrt-border-strong: #b9c7bd;
  --gsrt-reservation-bar-height: 96px;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell {
  padding-bottom: calc(var(--gsrt-reservation-bar-height) + env(safe-area-inset-bottom));
}

body.gsrt-theme-v3 .gsrt-hero h1 {
  text-shadow: none !important;
}

body.gsrt-theme-v3 .gsrt-availability .gsrt-booking-date-field::after {
  opacity: 1;
}

/* The cloned Reveal component leaves off-screen copy at opacity:0 until an
   observer runs. Meaningful text must remain readable even when that observer
   is delayed, disabled, or reduced-motion is requested. */
body.gsrt-home section:not(.gsrt-hero) :where(h1, h2, h3, h4, p, blockquote, figcaption, li, a, button)[style*="opacity: 0"],
body.gsrt-home section:not(.gsrt-hero) :where(h1, h2, h3, h4, p, blockquote, figcaption, li, a, button)[style*="filter: blur"] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__main {
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, .8fr) minmax(250px, 1.15fr) minmax(160px, .8fr);
  gap: 56px;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-payment__logos {
  min-width: 0;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-payment__logos img {
  display: block;
  width: min(100%, 980px);
  height: auto;
  max-height: none;
  object-fit: contain;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-v3-footer__identity small,
body.gsrt-theme-v3 .gsrt-static-footer-shell address,
body.gsrt-theme-v3 .gsrt-static-footer-shell p {
  color: #c7d2cb !important;
  font-size: 14px !important;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell h3 {
  color: #fff !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .025em;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #d5ded8 !important;
  font-size: 14px !important;
  line-height: 1.55;
  text-underline-offset: 4px;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell a:hover,
body.gsrt-theme-v3 .gsrt-static-footer-shell a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell li + li {
  margin-top: 0;
}

.gsrt-footer-contact {
  display: grid;
  gap: 20px;
  margin: 0;
}

.gsrt-footer-contact__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.gsrt-footer-contact__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #d9eee1;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}

.gsrt-footer-contact__icon svg {
  width: 20px;
  height: 20px;
}

.gsrt-footer-contact__item > div {
  min-width: 0;
}

.gsrt-footer-contact__label {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-contact__item a {
  display: flex;
  width: fit-content;
  min-height: 34px;
  max-width: 100%;
}

.gsrt-footer-contact__email {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-facebook {
  margin-top: 12px;
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__bottom {
  align-items: center;
  border-top-color: rgba(255, 255, 255, .12);
}

body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__bottom a {
  min-height: 44px;
}

@media (max-width: 1024px) {
  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 54px;
  }
}

@media (max-width: 640px) {
  body.gsrt-theme-v3 {
    --gsrt-reservation-bar-height: 82px;
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-payment {
    padding: 28px 20px 32px;
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-payment__inner,
  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__main {
    grid-template-columns: minmax(0, 1fr);
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__main {
    width: min(100% - 40px, 1240px);
    padding: 48px 0 38px;
    gap: 42px;
  }

  .gsrt-footer-column--brand { order: 1; }
  .gsrt-footer-column--contact { order: 2; }
  .gsrt-footer-column--explore { order: 3; }
  .gsrt-footer-column--legal { order: 4; }

  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__bottom {
    display: grid;
    gap: 10px;
    padding: 24px 0;
    text-align: left;
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-theme-footer__bottom p:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
  }
}

@layer properties {
  body.gsrt-home section:not(.gsrt-hero):not(.gsrt-testimonials) :where(p, blockquote, li) {
    color: var(--gsrt-text-secondary) !important;
    opacity: 1 !important;
  }

  body.gsrt-home .gsrt-living .gsrt-curated-data-summary,
  body.gsrt-home .gsrt-living > div > div:first-child p,
  body.gsrt-home .gsrt-facilities > div > div:first-child p {
    color: var(--gsrt-text-secondary) !important;
    opacity: 1 !important;
  }

  body.gsrt-home .gsrt-living > div > div:first-child > a[role="button"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
    border-color: var(--gsrt-green-800) !important;
  }

  body.gsrt-home .gsrt-facilities li {
    min-height: 88px !important;
    margin-bottom: 10px;
    color: var(--gsrt-text-primary) !important;
    background: rgba(255, 255, 255, .82) !important;
    border: 1px solid var(--gsrt-border-strong) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(18, 50, 38, .055);
  }

  body.gsrt-home .gsrt-facilities li:hover,
  body.gsrt-home .gsrt-facilities li:focus-visible {
    background: #fff !important;
    border-color: var(--gsrt-green-700) !important;
  }

  body.gsrt-home .gsrt-facilities li > div {
    min-height: 86px;
    align-items: center !important;
    padding: 12px 16px !important;
    color: var(--gsrt-text-primary) !important;
  }

  body.gsrt-home .gsrt-facilities li > span:first-child {
    top: 14px;
    bottom: 14px;
    left: -1px;
    width: 3px;
    background: var(--gsrt-green-700) !important;
    border-radius: 3px;
  }

  body.gsrt-home .gsrt-facilities li > span:nth-child(2) {
    background: transparent !important;
  }

  body.gsrt-home .gsrt-facilities .gsrt-facility-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 12px !important;
    color: var(--gsrt-green-700) !important;
    background: var(--gsrt-surface-soft-green) !important;
    border: 1px solid var(--gsrt-border) !important;
    border-radius: 50% !important;
    stroke-width: 1.8;
  }

  body.gsrt-home .gsrt-facilities li .min-w-0 > div:first-child {
    color: var(--gsrt-green-900) !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  body.gsrt-home .gsrt-facilities li .min-w-0 > div:last-child {
    color: var(--gsrt-text-secondary) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    opacity: 1 !important;
  }

  body.gsrt-home .gsrt-facilities li > div > span:last-child {
    color: var(--gsrt-green-700) !important;
    opacity: 1 !important;
  }

  body.gsrt-home .gsrt-dining > div > div:first-child :where(p, h2),
  body.gsrt-home .gsrt-surroundings > div > div:first-child :where(p, h2) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  body.gsrt-home .gsrt-testimonials :where(p, h2, h3, blockquote, figcaption) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Corrected homepage calendar and guest-review presentation. */
.gsrt-testimonial-layout {
  display: grid;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.gsrt-testimonial-heading {
  align-self: center;
  max-width: 390px !important;
  margin: 0 !important;
}

.gsrt-testimonial-carousel {
  min-width: 0;
}

.gsrt-testimonials figure {
  position: relative;
  max-width: none !important;
  min-height: 330px;
  margin: 0 auto !important;
  padding: clamp(34px, 4vw, 48px) !important;
  color: var(--gsrt-ink) !important;
  border-color: rgba(201, 163, 95, .34) !important;
  border-radius: 22px !important;
  background: #fffaf0 !important;
  box-shadow: 0 28px 65px rgba(5, 23, 15, .24);
}

.gsrt-testimonials .gsrt-quote-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  color: var(--gsrt-green-700);
  fill: rgba(44, 104, 75, .08);
}

.gsrt-testimonials figure > div[aria-label*="stars"] {
  gap: 5px !important;
}

.gsrt-testimonials figure > div[aria-label*="stars"] svg {
  width: 18px;
  height: 18px;
}

.gsrt-testimonials figure blockquote {
  margin-top: 20px !important;
  color: var(--gsrt-green-950) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2.1vw, 31px) !important;
  font-weight: 600 !important;
  line-height: 1.38 !important;
}

.gsrt-testimonials figure figcaption {
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 22px !important;
  color: var(--gsrt-muted) !important;
  border-color: rgba(23, 63, 46, .13) !important;
}

.gsrt-testimonials figure figcaption span:first-child {
  color: var(--gsrt-green-900) !important;
  font-size: 16px !important;
}

.gsrt-testimonials figure figcaption span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--gsrt-muted) !important;
  font-size: 11px !important;
}

.gsrt-map-pin-icon {
  width: 14px;
  height: 14px;
  color: var(--gsrt-terracotta);
}

.gsrt-testimonial-carousel > div:last-child {
  margin-top: 20px !important;
}

.gsrt-testimonials button[aria-label^="Previous review"],
.gsrt-testimonials button[aria-label^="Next review"] {
  width: 44px !important;
  height: 44px !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .3) !important;
}

.gsrt-testimonials button[aria-label^="Go to review"] {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.gsrt-testimonials button[aria-label^="Go to review"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  transition: width 180ms ease, background-color 180ms ease;
}

.gsrt-testimonials button[aria-label^="Go to review"][class*="w-8"]::after {
  width: 26px;
  background: var(--gsrt-gold);
}

/* The cloned calendar is a Radix popover rendered at the document root. */
body.gsrt-calendar-open [data-radix-popper-content-wrapper] {
  z-index: 1200 !important;
}

body.gsrt-calendar-open [role="dialog"] {
  width: min(340px, calc(100vw - 24px)) !important;
  padding: 16px !important;
  color: var(--gsrt-ink) !important;
  border: 1px solid var(--gsrt-border) !important;
  border-radius: 18px !important;
  background: #fffefb !important;
  box-shadow: 0 26px 70px rgba(5, 23, 15, .26) !important;
}

body.gsrt-calendar-open [role="dialog"] :where(button, div, span, th) {
  color: var(--gsrt-ink) !important;
}

body.gsrt-calendar-open [role="dialog"] button {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50% !important;
}

body.gsrt-calendar-open [role="dialog"] button:not(:disabled):hover,
body.gsrt-calendar-open [role="dialog"] button[aria-selected="true"],
body.gsrt-calendar-open [role="dialog"] [data-selected-single="true"] button {
  color: #fff !important;
  background: var(--gsrt-green-800) !important;
}

body.gsrt-calendar-open [role="dialog"] button:disabled {
  color: #a4aaa6 !important;
  opacity: .58;
}

body.gsrt-calendar-open #book {
  z-index: 30 !important;
}

@media (max-width: 800px) {
  .gsrt-testimonial-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gsrt-testimonial-heading {
    max-width: 560px !important;
  }

  .gsrt-testimonials figure {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .gsrt-testimonials figure {
    min-height: 320px;
    padding: 28px 24px !important;
  }

  .gsrt-testimonials figure blockquote {
    font-size: 22px !important;
  }
}

@layer properties {
  body.gsrt-home .gsrt-testimonials figure {
    color: var(--gsrt-ink) !important;
    background: #fffaf0 !important;
  }

  body.gsrt-home .gsrt-testimonials figure blockquote {
    color: var(--gsrt-green-950) !important;
    background: transparent !important;
  }

  body.gsrt-home .gsrt-testimonials figure figcaption,
  body.gsrt-home .gsrt-testimonials figure figcaption span:last-child {
    color: var(--gsrt-muted) !important;
  }

  body.gsrt-home .gsrt-testimonials figure figcaption span:first-child {
    color: var(--gsrt-green-900) !important;
  }

  body.gsrt-home .gsrt-testimonials button[aria-label^="Go to review"] {
    border: 0 !important;
    background: transparent !important;
  }

  body.gsrt-home .gsrt-testimonials button[aria-label^="Previous review"],
  body.gsrt-home .gsrt-testimonials button[aria-label^="Next review"] {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .34) !important;
    background: transparent !important;
  }

  /* Final hydrated booking-form layout. The cloned React controls use broad
     important utilities, so keep these component rules in the same layer. */
  body.gsrt-home .gsrt-availability .gsrt-booking-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(190px, 1fr)) minmax(200px, .85fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  body.gsrt-home .gsrt-availability .gsrt-booking-date-field {
    min-height: 76px !important;
    padding: 13px 16px !important;
  }

  body.gsrt-home .gsrt-availability .gsrt-booking-date-field button[aria-haspopup="dialog"] {
    min-height: 34px !important;
    padding: 0 38px 0 0 !important;
    color: var(--gsrt-green-950) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }

  body.gsrt-home .gsrt-availability .gsrt-booking-submit-field {
    min-height: 76px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.gsrt-home .gsrt-availability .gsrt-booking-submit-field > button {
    height: 100% !important;
    min-height: 76px !important;
    padding-inline: 24px !important;
    color: #fff !important;
    border: 1px solid var(--gsrt-green-800) !important;
    border-radius: 12px !important;
    background: var(--gsrt-green-800) !important;
  }

  @media (max-width: 1023px) {
    body.gsrt-home .gsrt-availability .gsrt-booking-fields {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.gsrt-home .gsrt-availability .gsrt-booking-submit-field {
      grid-column: 1 / -1 !important;
    }
  }

  @media (max-width: 767px) {
    body.gsrt-home .gsrt-availability .gsrt-booking-fields {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    body.gsrt-home .gsrt-availability .gsrt-booking-submit-field {
      grid-column: auto !important;
    }
  }
}

/* Keep the final overrides in the cloned Tailwind layer. Important rules in
   that layer otherwise outrank ordinary author styles even when loaded later. */
@layer properties {
  body.gsrt-theme-v3 .gsrt-full-brand-name {
    max-width: 230px !important;
    color: var(--gsrt-green-900) !important;
    font-size: clamp(14px, 1.25vw, 18px) !important;
    line-height: 1.05 !important;
    letter-spacing: .035em !important;
    text-transform: none !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3 .gsrt-living .gsrt-curated-data-summary,
  body.gsrt-theme-v3 .gsrt-living > div > div:first-child p,
  body.gsrt-theme-v3 .gsrt-facilities > div > div:first-child p {
    color: #d4ddd7 !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3 .gsrt-facilities li {
    min-height: 72px !important;
  }

  body.gsrt-theme-v3 .gsrt-facilities .gsrt-facility-icon {
    width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
    color: #236846 !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 12px !important;
    background: #eaf2ec !important;
    opacity: 1 !important;
  }

  body.gsrt-calendar-open [role="dialog"] .rdp-day_button {
    color: #26342d !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  body.gsrt-calendar-open [role="dialog"] td:not([data-disabled="true"]) .rdp-day_button:hover {
    color: #174f34 !important;
    background: #eaf2ec !important;
  }

  body.gsrt-calendar-open [role="dialog"] td[data-selected="true"] .rdp-day_button,
  body.gsrt-calendar-open [role="dialog"] .rdp-day_button[aria-selected="true"],
  body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-selected-single="true"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
  }

  body.gsrt-calendar-open [role="dialog"] td[data-disabled="true"] {
    opacity: 1 !important;
  }

  body.gsrt-calendar-open [role="dialog"] td[data-disabled="true"] .rdp-day_button {
    color: #8e9992 !important;
    cursor: not-allowed !important;
    background: #f1f3f1 !important;
    opacity: 1 !important;
  }

  body.gsrt-calendar-open [role="dialog"] td[data-outside="true"] .rdp-day_button {
    color: #b7c0ba !important;
    background: transparent !important;
  }

  body.gsrt-calendar-open [role="dialog"] td[data-selected="true"] .rdp-day_button,
  body.gsrt-calendar-open [role="dialog"] td[aria-selected="true"] .rdp-day_button,
  body.gsrt-calendar-open [role="dialog"] .rdp-day_button[data-selected-single="true"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
  }

  body.gsrt-calendar-open #book {
    pointer-events: none !important;
    opacity: 0 !important;
    transform: translateY(100%) !important;
  }

  @media (max-width: 640px) {
    body.gsrt-theme-v3 .gsrt-full-brand-name {
      max-width: 150px !important;
      font-size: 13px !important;
    }
  }
}

/* Final cascade placement for the new readability specification. */
@layer properties {
  body.gsrt-theme-v3.gsrt-home .gsrt-living .gsrt-curated-data-summary,
  body.gsrt-theme-v3.gsrt-home .gsrt-living > div > div:first-child p,
  body.gsrt-theme-v3.gsrt-home .gsrt-facilities > div > div:first-child p {
    color: var(--gsrt-text-secondary) !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-living > div > div:first-child > a[role="button"] {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
    border-color: var(--gsrt-green-800) !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card {
    min-height: 88px !important;
    margin-bottom: 10px;
    color: var(--gsrt-text-primary) !important;
    background: rgba(255, 255, 255, .82) !important;
    border: 1px solid var(--gsrt-border-strong) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(18, 50, 38, .055);
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card:hover,
  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card:focus-visible {
    background: #fff !important;
    border-color: var(--gsrt-green-700) !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card > div {
    min-height: 86px;
    align-items: center !important;
    padding: 12px 16px !important;
    color: var(--gsrt-text-primary) !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card > span:first-child {
    top: 14px;
    bottom: 14px;
    left: -1px;
    width: 3px;
    background: var(--gsrt-green-700) !important;
    border-radius: 3px;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card > span:nth-child(2) {
    background: transparent !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities .gsrt-facility-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 12px !important;
    color: var(--gsrt-green-700) !important;
    background: var(--gsrt-surface-soft-green) !important;
    border: 1px solid var(--gsrt-border) !important;
    border-radius: 50% !important;
    stroke-width: 1.8;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-comfort .gsrt-facility-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 12px !important;
    flex: 0 0 48px;
    color: #17633f !important;
    background: #e7f2eb !important;
    border: 1px solid #b8d2c1 !important;
    border-radius: 50% !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    opacity: 1 !important;
    filter: none !important;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-comfort .gsrt-comfort-card:hover .gsrt-facility-icon,
  body.gsrt-theme-v3.gsrt-home .gsrt-comfort .gsrt-comfort-card:focus-visible .gsrt-facility-icon {
    color: #fff !important;
    background: var(--gsrt-green-800) !important;
    border-color: var(--gsrt-green-800) !important;
    transform: translateY(-2px);
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-comfort .gsrt-facility-icon :where(path, circle, rect, line, polyline) {
    stroke: currentColor !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card .min-w-0 > div:first-child {
    color: var(--gsrt-green-900) !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card .min-w-0 > div:last-child {
    color: var(--gsrt-text-secondary) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3.gsrt-home .gsrt-facilities li.gsrt-facility-card > div > span:last-child {
    color: var(--gsrt-green-700) !important;
    opacity: 1 !important;
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell h3,
  body.gsrt-theme-v3 .gsrt-static-footer-shell .gsrt-footer-contact__label {
    color: #fff !important;
  }

  body.gsrt-theme-v3 .gsrt-static-footer-shell :where(p, address, a) {
    color: #d5ded8 !important;
  }

  @media (max-width: 640px) {
    body.gsrt-theme-v3 #book > div > div:last-child {
      display: grid !important;
      width: 100% !important;
      grid-template-columns: .78fr 1.15fr 1fr;
      gap: 6px !important;
    }

    body.gsrt-theme-v3 #book > div > div:last-child > a {
      display: inline-flex !important;
      width: auto !important;
      min-width: 0 !important;
      min-height: 52px !important;
      padding: 8px 7px !important;
      gap: 5px !important;
      font-size: 9px !important;
      letter-spacing: .08em !important;
      white-space: nowrap;
    }

    body.gsrt-theme-v3 #book > div > div:last-child > a svg {
      width: 17px !important;
      height: 17px !important;
    }
  }

  @media (min-width: 641px) and (max-width: 900px) {
    body.gsrt-theme-v3 #book > div > div:first-child {
      display: none !important;
    }

    body.gsrt-theme-v3 #book > div > div:last-child {
      display: grid !important;
      width: 100% !important;
      grid-template-columns: .8fr 1.1fr 1fr;
      gap: 10px !important;
    }

    body.gsrt-theme-v3 #book > div > div:last-child > a {
      display: inline-flex !important;
      width: auto !important;
      min-width: 0 !important;
      min-height: 54px !important;
      padding: 10px 14px !important;
      font-size: 10px !important;
      letter-spacing: .12em !important;
    }
  }
}
