/* --- Shared --- */
:root {
  --navy-900: #0f172a;
  --navy-800: #172554;
  --gold-500: #c59d5f;
  --gold-600: #ad874e;
  --stone-100: #f8f6f2;
  --stone-200: #efe9df;
  --text-900: #1f2937;
  --text-700: #374151;
  --white: #ffffff;
}

/* --- Accessibility: skip link & visible focus (WCAG 2.4.1, 2.4.7) --- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 10px 16px;
  background: var(--navy-900);
  color: #fefce8;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.skip-link:focus {
  left: 12px;
}

.skip-link:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
.cta-btn:focus-visible,
.desktop-sticky-action:focus-visible,
.mobile-sticky-action:focus-visible {
  outline: 3px solid var(--navy-800);
  outline-offset: 2px;
}

.home-hero .cta-btn:focus-visible,
.cta-btn--outline-light:focus-visible {
  outline-color: #f8d9a4;
}

.slider-nav:focus-visible,
.slider-dot:focus-visible {
  outline: 3px solid #f8d9a4;
  outline-offset: 3px;
}

body {
  font-family: Inter, Arial, sans-serif;
  background-color: var(--stone-100);
  color: var(--text-900);
  margin: 0;
  padding: 0;
}

/* --- Site top utility bar (hospitality: trust + instant contact) --- */
.site-topbar {
  position: relative;
  z-index: 21;
  background: linear-gradient(180deg, #152238 0%, var(--navy-900) 55%, #0c1222 100%);
  color: rgba(243, 244, 246, 0.92);
  font-size: 0.8125rem;
  border-bottom: 2px solid var(--gold-500);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.site-topbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.55rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
}

.site-topbar__trust {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.site-topbar__trust-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-900);
  background: linear-gradient(135deg, #e8cfa3 0%, var(--gold-500) 50%, var(--gold-600) 100%);
}

.site-topbar__trust-dash {
  opacity: 0.55;
  font-weight: 400;
}

.site-topbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0.85rem;
}

.site-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(253, 244, 200, 0.95);
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  margin: -0.35rem -0.35rem -0.35rem 0;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-topbar__link:hover {
  color: #fffefc;
  background: rgba(255, 255, 255, 0.06);
}

.site-topbar__link--whatsapp:hover {
  color: #bbf7d0;
}

.site-topbar__icon {
  flex-shrink: 0;
  opacity: 0.95;
}

.site-topbar__link--whatsapp .site-topbar__icon--whatsapp {
  stroke: rgba(253, 244, 200, 0.95);
}

.site-topbar__link--whatsapp:hover .site-topbar__icon--whatsapp {
  stroke: #bbf7d0;
}

.site-topbar__link-text {
  white-space: nowrap;
}

.site-topbar__link:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

/* --- Primary header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--stone-200);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.site-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  text-decoration: none;
  color: var(--navy-900);
  padding: 0.2rem 0.35rem 0.2rem 0;
  margin: -0.2rem 0;
  border-radius: 10px;
  transition: color 0.2s ease;
}

.site-brand:hover {
  color: var(--navy-800);
}

.site-brand:focus-visible {
  outline: 3px solid var(--navy-800);
  outline-offset: 3px;
}

.site-brand__name {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.site-brand__line {
  display: block;
  width: 2.25rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-500));
}

.site-brand__subtitle {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-700);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem 0.35rem;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  color: var(--text-700);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-nav__link:hover {
  color: var(--navy-900);
  background: rgba(197, 157, 95, 0.1);
  border-color: transparent;
}

.site-nav__link[aria-current="page"] {
  color: var(--navy-900);
  border-color: rgba(197, 157, 95, 0.45);
  background: rgba(248, 246, 242, 0.9);
}

.site-nav__link:focus-visible {
  outline: 3px solid var(--navy-800);
  outline-offset: 2px;
}

.site-nav__book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy-900);
  background: linear-gradient(145deg, #e9d5a8 0%, var(--gold-500) 45%, var(--gold-600) 100%);
  border: 2px solid rgba(173, 135, 78, 0.55);
  box-shadow: 0 4px 14px rgba(197, 157, 95, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.site-nav__book:hover {
  filter: brightness(1.04);
  box-shadow: 0 6px 20px rgba(197, 157, 95, 0.45);
  transform: translateY(-1px);
}

.site-nav__book:active {
  transform: translateY(0);
}

.site-nav__book[aria-current="page"] {
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.2);
}

.site-nav__book:focus-visible {
  outline: 3px solid var(--navy-900);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .site-topbar__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 0.6rem 1rem;
  }

  .site-topbar__trust {
    justify-content: center;
    text-align: center;
  }

  .site-topbar__actions {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .site-topbar__link-text {
    font-size: 0.8rem;
  }

  .site-topbar__link--email .site-topbar__link-text {
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
  }

  .site-topbar__actions {
    gap: 0.35rem 0.75rem;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    padding: 0.75rem 1rem;
  }

  .site-nav {
    flex-basis: 100%;
    justify-content: center;
    padding-top: 0.35rem;
    border-top: 1px solid var(--stone-200);
    gap: 0.2rem 0.25rem;
  }

  .site-nav__book {
    margin-left: 0;
    width: 100%;
    max-width: 16rem;
    margin-top: 0.15rem;
  }
}

footer.site-footer {
  background-color: var(--navy-900);
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.9em;
  color: #d1d5db;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer.site-footer .footer-left {
  flex: 1 1 200px;
  font-weight: bold;
  font-size: 1.1em;
}

footer.site-footer .footer-rates-note {
  margin: 10px 0 0;
  max-width: 280px;
  font-weight: 400;
  font-size: 0.78em;
  line-height: 1.45;
  color: rgba(209, 213, 219, 0.78);
}

footer.site-footer .footer-rates-note time {
  font-weight: 600;
  color: #fde2b6;
}

footer.site-footer .footer-right {
  flex: 2 1 400px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-end;
}

footer.site-footer .footer-right > div {
  min-width: 220px;
}

footer.site-footer h4 {
  margin-bottom: 8px;
  font-weight: 700;
  color: #f9fafb;
}

footer.site-footer address {
  font-style: normal;
  line-height: 1.5;
}

footer.site-footer .footer-location-link {
  color: #fde2b6;
  text-decoration: none;
}

footer.site-footer .footer-location-link:hover {
  text-decoration: underline;
}

footer.site-footer p {
  margin: 0;
  line-height: 1.5;
}

footer.site-footer a {
  color: #fde2b6;
}

/* --- Home --- */
.home-hero {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 76vh, 800px);
  overflow: hidden;
  background: var(--navy-900);
}

.home-hero__slider {
  position: absolute;
  inset: 0;
}

.home-hero__slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
}

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

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

.home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.55) 0%,
    rgba(15, 23, 42, 0.38) 42%,
    rgba(15, 23, 42, 0.82) 100%
  );
  pointer-events: none;
}

.home-hero__content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(5.5rem, 12vw, 7rem) clamp(1rem, 4vw, 1.75rem) clamp(6.25rem, 18vw, 7.5rem);
  padding-bottom: max(clamp(6.25rem, 18vw, 7.5rem), calc(env(safe-area-inset-bottom, 0px) + 5.5rem));
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}

.home-hero__content-inner {
  margin: 0 auto;
  width: 100%;
}

.home-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  background: rgba(197, 157, 95, 0.22);
  border: 1px solid rgba(248, 217, 164, 0.55);
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.6px;
}

.home-hero__content h1 {
  font-size: clamp(1.65rem, 5.2vw, 3.5rem);
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  font-family: "Cormorant Garamond", serif;
  hyphens: manual;
}

.home-hero__accent {
  display: block;
  width: clamp(56px, 12vw, 72px);
  height: 3px;
  margin: 0 auto 16px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
}

.home-trust-bar {
  list-style: none;
  margin: 0 auto 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  max-width: 42rem;
  font-size: clamp(0.62rem, 1.65vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.home-trust-bar li {
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 1.35;
}

.home-trust-bar li:not(:last-child)::after {
  content: "·";
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 700;
  color: rgba(248, 217, 164, 0.55);
  letter-spacing: 0;
}

.home-hero__content p {
  font-size: clamp(0.98rem, 2.4vw, 1.22rem);
  margin: 0 auto 1.25rem;
  max-width: 38rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94);
}

.cta-btn {
  display: inline-block;
  background: var(--gold-500);
  color: #111827;
  border: none;
  padding: 16px 36px;
  font-size: 1.1em;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  margin-top: 10px;
  text-decoration: none;
}

.cta-btn:hover {
  background: var(--gold-600);
}

.cta-btn:active {
  transform: translateY(1px);
}

.cta-btn--outline-light {
  background: transparent;
  color: #fefce8;
  border: 2px solid rgba(248, 217, 164, 0.85);
  box-shadow: none;
}

.cta-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #f8d9a4;
}

.cta-btn--outline-light:visited {
  color: #fefce8;
}

.cta-btn--secondary {
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(248, 217, 164, 0.65);
  color: #f9fafb;
}

.cta-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.28);
}

.home-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
}

.home-hero__actions .cta-btn {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  font-size: 0.94rem;
  letter-spacing: 0.06em;
  border-radius: 10px;
}

@media (min-width: 720px) {
  .home-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px 14px;
    max-width: none;
    width: auto;
  }

  .home-hero__actions .cta-btn {
    width: auto;
    flex: 1 1 auto;
    min-width: 11.5rem;
    max-width: 17rem;
    font-size: 1rem;
    padding: 15px 26px;
  }
}

@media (min-width: 1024px) {
  .home-hero__actions .cta-btn {
    min-width: 12.5rem;
    max-width: none;
  }
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, transform 0.15s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.slider-nav:hover {
  background: rgba(255, 255, 255, 0.42);
}

.slider-nav:active {
  transform: translateY(-50%) scale(0.96);
}

.slider-nav--prev {
  left: max(12px, env(safe-area-inset-left, 0px));
}

.slider-nav--next {
  right: max(12px, env(safe-area-inset-right, 0px));
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: calc(100vw - 120px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.slider-dot {
  flex-shrink: 0;
  width: auto;
  height: auto;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}

.slider-dot::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.slider-dot:hover::after {
  background: rgba(255, 255, 255, 0.72);
}

.slider-dot:focus-visible {
  outline: 3px solid rgba(248, 217, 164, 0.95);
  outline-offset: 2px;
}

.slider-dot.is-active::after {
  background: var(--gold-500);
  transform: scale(1.35);
  box-shadow: 0 0 0 4px rgba(248, 217, 164, 0.28);
}

@media (max-width: 540px) {
  .home-trust-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    justify-items: center;
    max-width: 21rem;
    letter-spacing: 0.07em;
  }

  .home-trust-bar li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 1.32rem;
  }

  .slider-nav--prev {
    left: max(8px, env(safe-area-inset-left, 0px));
  }

  .slider-nav--next {
    right: max(8px, env(safe-area-inset-right, 0px));
  }

  .slider-dots {
    max-width: calc(100vw - 92px);
    padding: 8px 10px;
    gap: 0;
  }

  .slider-dot {
    min-width: 40px;
    min-height: 40px;
  }
}

.home-quick-booking {
  /* Pull card slightly over hero edge on large layouts only — short/narrow windows use margin 0 below */
  margin-top: -54px;
  position: relative;
  z-index: 5;
  padding: 0 18px;
}

/* Less overlap on medium-width desktops (wrapped hero CTAs need more vertical room). */
@media (max-width: 960px) and (min-height: 721px) {
  .home-quick-booking {
    margin-top: -28px;
  }
}

/* Short viewport: never overlap — card stacks fully below hero (fixes minimized Chrome window). */
@media (max-height: 720px) {
  .home-quick-booking {
    margin-top: 0;
    padding-top: 16px;
  }

  .home-hero__content {
    padding-top: clamp(4.25rem, 10vh, 5.5rem);
    padding-bottom: max(calc(env(safe-area-inset-bottom, 0px) + 4.5rem), 4.75rem);
  }

  .home-hero {
    min-height: min(420px, 72vh);
    max-height: none;
  }
}

.mobile-sticky-actions {
  display: none;
}

.desktop-sticky-actions {
  position: fixed;
  /* Leave room for hero .slider-nav--next (46px wide, 18px inset) + small gap */
  right: clamp(76px, 12vw, 104px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desktop-sticky-action {
  min-width: 114px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 11px 14px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.desktop-sticky-action--call {
  background: #1f2d26;
}

.desktop-sticky-action--whatsapp {
  background: #128c7e;
}

.desktop-sticky-action--book {
  background: var(--gold-500);
  color: #111827;
}

.cta-btn--whatsapp {
  background: #128c7e;
  color: #ffffff;
  margin-left: 10px;
}

.cta-btn--whatsapp:hover {
  background: #0f766a;
}

.home-quick-booking__card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
  padding: 30px;
  text-align: center;
}

.home-quick-booking__card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.home-quick-booking__card p {
  margin: 0 0 20px;
  color: var(--text-700);
  line-height: 1.65;
}

.home-room-teasers__sub {
  margin: 12px auto 0;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-700);
}

.home-room-teasers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.home-room-teasers__card {
  background: var(--white);
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid var(--stone-200);
  border-top: 4px solid var(--gold-500);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home-room-teasers__card:hover {
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.home-room-teasers__card h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  color: var(--navy-900);
}

.home-room-teasers__price {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--navy-900);
}

.home-room-teasers__price span {
  display: block;
  margin-top: 6px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-700);
}

.home-room-teasers__card > p:last-of-type {
  margin: 0 0 18px;
  color: var(--text-700);
  line-height: 1.65;
  font-size: 1.03rem;
}

.home-room-teasers__link {
  font-weight: 700;
  color: var(--navy-800);
  text-decoration: none;
}

.home-room-teasers__link:hover {
  text-decoration: underline;
  color: var(--navy-900);
}

.home-google-reviews {
  border-top: 1px solid var(--stone-200);
  border-bottom: 1px solid var(--stone-200);
  background: linear-gradient(165deg, #faf8f4 0%, #f3efe8 45%, #faf8f4 100%);
}

.home-google-reviews__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.home-google-reviews__title-block {
  flex: 1 1 280px;
  text-align: left;
}

.home-google-reviews__title-block h2 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  color: var(--navy-900);
  font-weight: 700;
}

.home-google-reviews__aggregate {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  font-size: 0.98rem;
  color: var(--text-700);
}

.home-google-reviews__stars {
  color: var(--gold-600);
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.home-google-reviews__score {
  font-weight: 700;
  color: var(--navy-900);
}

.home-google-reviews__count {
  color: var(--text-700);
}

.home-google-reviews__maps-btn {
  margin-top: 0;
  flex-shrink: 0;
}

.home-google-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-google-reviews__card {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--stone-200);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-google-reviews__card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.home-google-reviews__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.home-google-reviews__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-900);
  color: #fde2b6;
  font-weight: 700;
  font-size: 1rem;
}

.home-google-reviews__author {
  margin: 0;
  font-weight: 700;
  color: var(--navy-900);
  font-size: 1.02rem;
}

.home-google-reviews__meta-row {
  margin: 4px 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.home-google-reviews__star-line .home-google-reviews__s-full {
  color: var(--gold-600);
}

.home-google-reviews__star-line .home-google-reviews__s-dim {
  color: #d6d3d1;
}

.home-google-reviews__muted {
  color: var(--text-700);
}

.home-google-reviews__quote {
  margin: 0;
  flex: 1;
}

.home-google-reviews__quote p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-700);
  font-style: italic;
}

.home-google-reviews__fallback {
  margin: 0 0 20px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed var(--stone-200);
  text-align: center;
}

.home-google-reviews__fallback p {
  margin: 0 0 14px;
  color: var(--text-700);
  line-height: 1.65;
}

.home-google-reviews__fallback-link {
  font-weight: 700;
  color: var(--navy-800);
  text-decoration: none;
}

.home-google-reviews__fallback-link:hover {
  text-decoration: underline;
}

.home-google-reviews__attribution {
  margin: 24px 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-700);
}

.home-google-reviews__attribution a {
  color: var(--navy-800);
  font-weight: 600;
}

/* Guest reviews strip: desktop / large tablet only (keeps homepage shorter on phones). */
@media (max-width: 768px) {
  .home-google-reviews {
    display: none;
  }
}

.home-section {
  padding: 70px 20px;
}

.home-section--soft {
  background: #f1ede6;
}

.home-section__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.home-section__title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.home-section__title-wrap h2 {
  margin: 10px 0 0;
  color: var(--navy-900);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.home-section__title-wrap h1 {
  margin: 10px 0 0;
  color: var(--navy-900);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.content {
  max-width: 1000px;
  margin: 40px auto 0 auto;
  padding: 0 20px 40px 20px;
  color: var(--text-900);
}

.services-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.guestAmenities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.amenities-tile,
.service-tile {
  text-align: left;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  padding: 24px 18px 18px 18px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.amenities-tile:hover,
.service-tile:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
}

.amenities-tile img,
.service-tile img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}

.amenities-tile h3,
.service-tile h3 {
  color: var(--navy-900);
  margin: 0 0 12px 0;
  font-size: 1.3em;
  font-family: "Cormorant Garamond", serif;
}

.amenities-tile p,
.service-tile p {
  color: var(--text-700);
  font-size: 1.07em;
  margin: 0;
  line-height: 1.6;
}

.home-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.home-card h3 {
  margin-top: 0;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
}

.home-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-700);
  line-height: 1.7;
}

.home-contact-line {
  margin-top: 16px;
  font-weight: 700;
}

.home-contact-line a {
  color: var(--navy-800);
}

.home-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-faq .home-card p {
  color: var(--text-700);
  line-height: 1.7;
}

.home-faq .home-card a {
  color: var(--navy-800);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-faq .home-card a:hover {
  color: var(--navy-900);
}

/* --- Legal pages (privacy, guest info) --- */
.legal-page__inner {
  max-width: 720px;
  margin: 0 auto;
}

.legal-page__breadcrumbs {
  margin: 0 0 20px;
}

.legal-page__breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  color: var(--text-700);
}

.legal-page__breadcrumbs-item a {
  color: var(--navy-800);
  font-weight: 600;
  text-decoration: none;
}

.legal-page__breadcrumbs-item a:hover {
  text-decoration: underline;
}

.legal-page__breadcrumbs-item span[aria-current="page"] {
  color: var(--text-900);
  font-weight: 700;
}

.legal-page__breadcrumbs-item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: var(--stone-200);
  font-weight: 500;
  pointer-events: none;
}

.legal-page__title-wrap .home-kicker {
  margin-bottom: 10px;
}

.legal-page__title-wrap h1 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  color: var(--navy-900);
}

.legal-page__updated {
  margin: 0 0 22px;
  font-size: 0.92rem;
  color: var(--text-700);
}

.legal-page__lede {
  margin: 0 0 28px;
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--text-700);
}

.legal-page__block {
  margin-bottom: 28px;
}

.legal-page__block h2 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-900);
}

.legal-page__block p {
  margin: 0 0 12px;
  line-height: 1.68;
  color: var(--text-700);
  font-size: 1rem;
}

.legal-page__list {
  margin: 10px 0 0;
  padding-left: 22px;
  line-height: 1.68;
  color: var(--text-700);
}

.legal-page__list li + li {
  margin-top: 8px;
}

.legal-page__rates-inline {
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-600);
}

.legal-page__rates-inline time {
  font-weight: 600;
  color: var(--navy-900);
}

.legal-page__footnote {
  margin: 36px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--stone-200);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-700);
}

.legal-page__footnote a {
  color: var(--navy-800);
  font-weight: 600;
}

.legal-page__cta-wrap {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.cta-btn.legal-page__cta-second {
  background: transparent;
  color: var(--navy-900);
  border: 2px solid var(--navy-800);
  box-shadow: none;
}

.cta-btn.legal-page__cta-second:hover {
  background: rgba(15, 23, 42, 0.06);
}

/* --- Booking --- */
.booking-container {
  max-width: 600px;
  margin: 40px auto 40px auto;
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--stone-200);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
}

.booking-container h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
  text-align: center;
}

.booking-trust-strip {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(248, 246, 242, 0.98);
  border: 1px solid var(--stone-200);
  text-align: left;
}

.booking-trust-list {
  margin: 0;
  padding-left: 22px;
  color: var(--text-700);
  font-size: 0.95rem;
  line-height: 1.55;
}

.booking-trust-list li strong {
  color: var(--navy-900);
}

.booking-trust-link {
  margin: 12px 0 0;
  font-size: 0.9rem;
  text-align: center;
}

.booking-trust-link a {
  color: var(--navy-800);
  font-weight: 600;
}

.booking-rates-meta {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--stone-200);
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--text-600);
  text-align: center;
}

.booking-rates-meta time {
  font-weight: 600;
  color: var(--navy-900);
}

.booking-note a {
  color: var(--navy-800);
  font-weight: 600;
}

.booking-turnstile-wrap {
  margin: 12px 0 20px;
}

.booking-turnstile-label {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-900);
}

.booking-turnstile-mount {
  display: flex;
  justify-content: center;
  min-height: 68px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 6px 0 20px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-700);
}

.form-consent input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--navy-800);
}

.form-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--navy-900);
  outline-offset: 3px;
}

.contact-form .form-consent label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
}

.form-consent a {
  color: var(--navy-800);
  font-weight: 600;
}

.booking-container form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--text-900);
}

.booking-container form input:not([type="checkbox"]):not([type="hidden"]),
.booking-container form select,
.booking-container form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid var(--stone-200);
  border-radius: 8px;
  font-size: 1em;
  font-family: Inter, Arial, sans-serif;
  box-sizing: border-box;
  background: var(--stone-100);
  color: var(--text-900);
  transition: border 0.2s;
}

.booking-container form input:not([type="checkbox"]):not([type="hidden"]):focus,
.booking-container form select:focus,
.booking-container form textarea:focus {
  border: 1.5px solid var(--navy-800);
  background: #fff;
}

.booking-container form input:not([type="checkbox"]):not([type="hidden"]):focus-visible,
.booking-container form select:focus-visible,
.booking-container form textarea:focus-visible {
  outline: 2px solid var(--navy-900);
  outline-offset: 2px;
}

.booking-container .form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  accent-color: var(--navy-800);
  align-self: flex-start;
}

.booking-container .form-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--navy-900);
  outline-offset: 3px;
}

.booking-container .form-consent {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.booking-container .form-consent label {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.booking-container form textarea {
  min-height: 80px;
  max-height: 200px;
}

.booking-container button {
  background-color: var(--gold-500);
  color: #111827;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s;
  width: 100%;
}

.booking-container button:hover {
  background-color: var(--gold-600);
}

.booking-container button:focus-visible {
  outline: 3px solid var(--navy-900);
  outline-offset: 3px;
}

.booking-note {
  margin: 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-700);
  text-align: center;
}

.booking-honeypot {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.price-label {
  font-weight: bold;
  margin-bottom: 18px;
  color: var(--navy-800);
  min-height: 1.2em;
}

.confirmation-back {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 32px;
  background: var(--gold-500);
  color: #111827;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.2s;
}

.confirmation-back:hover {
  background: var(--gold-600);
  text-decoration: none;
}

/* --- Contact --- */
.contact-container {
  max-width: 900px;
  margin: 40px auto 40px auto;
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--stone-200);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.form-column {
  flex: 2 1 400px;
  min-width: 280px;
}

.form-column h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
}

.form-column p {
  color: var(--text-700);
  font-size: 1.07em;
  margin-bottom: 24px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--text-900);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid var(--stone-200);
  border-radius: 8px;
  font-size: 1em;
  font-family: Inter, Arial, sans-serif;
  box-sizing: border-box;
  resize: vertical;
  background: var(--stone-100);
  color: var(--text-900);
  transition: border 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1.5px solid var(--navy-800);
  background: #fff;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--navy-900);
  outline-offset: 2px;
}

.contact-form textarea {
  min-height: 100px;
  max-height: 250px;
}

.contact-form button {
  background-color: var(--gold-500);
  color: #111827;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s;
}

.contact-form button:hover {
  background-color: var(--gold-600);
}

.contact-form button:focus-visible {
  outline: 3px solid var(--navy-900);
  outline-offset: 3px;
}

.image-column {
  flex: 1 1 320px;
  min-width: 220px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.image-column img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
  object-fit: cover;
}

/* --- About --- */
body.page-about {
  background-color: var(--stone-100);
}

.page-about .about-wrap {
  padding: 48px 20px 56px;
}

.about-wrap .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.about-wrap .text-section {
  flex: 2 1 400px;
  color: var(--text-900);
}

.about-wrap .text-section h1 {
  font-size: 2.4em;
  margin-bottom: 20px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
}

.about-wrap .text-section h2 {
  font-size: 1.5em;
  margin-top: 24px;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
}

.about-wrap .text-section p,
.about-wrap .text-section ul {
  font-size: 1.07em;
  line-height: 1.7em;
  color: var(--text-700);
}

.about-wrap .text-section ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about-wrap .highlight {
  background: #efe5d3;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 16px;
}

.about-wrap .image-section {
  flex: 1 1 350px;
  min-width: 280px;
  text-align: center;
  margin-bottom: 24px;
}

.about-wrap .image-section img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: auto;
}

/* --- Confirmation & contact thanks --- */
.confirmation-layout {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 20px 56px;
  box-sizing: border-box;
}

.confirmation-container {
  margin: 0 auto;
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--stone-200);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  padding: 36px 28px;
  text-align: center;
}

.confirmation-container .confirmation-kicker {
  margin-bottom: 22px;
}

.confirmation-container h1 {
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 4vw, 2.15rem);
  margin: 0 0 16px;
  letter-spacing: 0.4px;
}

.confirmation-container p {
  font-size: 1.07em;
  line-height: 1.65;
  color: var(--text-700);
  margin: 0 0 18px;
}

.confirmation-container p a {
  color: var(--navy-800);
  font-weight: 600;
  text-decoration: none;
}

.confirmation-container p a:hover {
  text-decoration: underline;
}

.confirmation-container .thankyou {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.8vw, 1.5rem);
  font-weight: 600;
  color: var(--navy-900);
  margin: 0 0 16px;
}

.confirmation-container .confirmation-ref {
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: 0.02em;
}

.confirmation-container img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: 0 auto 22px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

body.page-confirmation {
  background-color: var(--stone-100);
}

body.page-contact-thanks {
  background-color: var(--stone-100);
}

body.page-booking,
body.page-contact {
  background-color: var(--stone-100);
}

body.page-inner {
  background-color: var(--stone-100);
}

/* --- Responsive --- */
@media (min-width: 600px) {
  .guestAmenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .guestAmenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .home-grid-two {
    grid-template-columns: 1fr;
  }

  .home-room-teasers__grid {
    grid-template-columns: 1fr;
  }

  .home-google-reviews__grid {
    grid-template-columns: 1fr;
  }

  .home-faq__grid {
    grid-template-columns: 1fr;
  }

  .contact-container {
    flex-direction: column;
    gap: 0;
    padding: 20px 8px;
  }

  .form-column,
  .image-column {
    min-width: 100%;
  }

  .image-column {
    margin-bottom: 24px;
  }

  .about-wrap .container {
    flex-direction: column;
    gap: 0;
  }

  .about-wrap .text-section,
  .about-wrap .image-section {
    min-width: 100%;
  }
}

@media (max-width: 600px) {
  .home-hero__content-inner {
    padding: 1.05rem 0.9rem 1.15rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  }

  .home-hero__content {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .home-hero {
    min-height: clamp(400px, 82vh, 680px);
  }

  .home-quick-booking {
    margin-top: 0;
    padding-top: 12px;
  }

  .home-quick-booking__card {
    padding: 22px 16px;
  }

  .mobile-sticky-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 8px;
  }

  .desktop-sticky-actions {
    display: none;
  }

  .mobile-sticky-action {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 0.95rem;
  }

  .mobile-sticky-action--call {
    background: #1f2d26;
  }

  .mobile-sticky-action--whatsapp {
    background: #128c7e;
  }

  .mobile-sticky-action--book {
    background: var(--gold-500);
    color: #111827;
  }

  .mobile-sticky-action:active {
    transform: translateY(1px);
  }

  .mobile-sticky-action:visited {
    color: #ffffff;
  }

  .cta-btn--whatsapp {
    margin-left: 0;
  }

  body.page-home footer.site-footer,
  body.page-inner footer.site-footer,
  body.page-booking footer.site-footer,
  body.page-contact footer.site-footer,
  body.page-about footer.site-footer,
  body.page-contact-thanks footer.site-footer {
    padding-bottom: 96px;
  }

  .content {
    padding: 0 8px 24px 8px;
  }

  .services-section {
    padding: 0 8px;
  }

  .booking-container {
    padding: 16px 8px;
  }

  footer.site-footer {
    padding: 20px 10px;
  }

  footer.site-footer .footer-right {
    gap: 10px;
  }

  .confirmation-layout {
    padding: 28px 16px 40px;
  }

  .confirmation-container {
    padding: 24px 18px;
  }

  .confirmation-container img {
    max-width: 180px;
  }

  .home-google-reviews__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-google-reviews__title-block {
    text-align: center;
  }

  .home-google-reviews__aggregate {
    justify-content: center;
  }

  .home-google-reviews.home-section {
    padding: 36px 14px 20px;
    margin-bottom: 0;
  }

  .home-google-reviews__header {
    margin-bottom: 10px;
    gap: 8px;
  }

  .home-google-reviews__grid {
    gap: 10px;
    margin-bottom: 0;
  }

  .home-google-reviews__maps-btn {
    width: 100%;
    max-width: 320px;
    margin-top: 2px;
    padding: 10px 14px;
    font-size: 0.92rem;
  }

  .home-google-reviews__card {
    padding: 12px 12px 10px;
    border-radius: 12px;
  }

  .home-google-reviews__card-head {
    margin-bottom: 8px;
    gap: 9px;
  }

  .home-google-reviews__avatar {
    width: 34px;
    height: 34px;
  }

  .home-google-reviews__author {
    font-size: 0.95rem;
  }

  .home-google-reviews__meta-row {
    font-size: 0.8rem;
  }

  .home-google-reviews__quote p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-google-reviews__grid .home-google-reviews__card:nth-child(n + 2) {
    display: none;
  }

  .home-google-reviews__aggregate {
    margin-top: 8px;
    font-size: 0.86rem;
    gap: 6px 10px;
  }

  .home-google-reviews__attribution {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.71rem;
    line-height: 1.35;
  }

  .home-google-reviews__title-block .home-kicker {
    margin-bottom: 8px;
  }

  .home-google-reviews__title-block h2 {
    font-size: 1.35rem;
    margin-top: 4px;
    margin-bottom: 0;
  }

  /* Reviews block is hidden on small viewports; restore comfortable gap before Hotel Highlights. */
  .home-google-reviews + .home-section {
    padding-top: 44px;
  }
}
