/* Luxury Hotel — global theme */
:root {
  --luxury-gold: #d4af37;
  --luxury-gold-dark: #9a7b1a;
  --luxury-cream: #fffbe6;
  --luxury-charcoal: #1a1f2e;
  --luxury-muted: #5c6370;
  --luxury-glass-bg: linear-gradient(
    145deg,
    rgba(255, 251, 230, 0.72) 0%,
    rgba(255, 255, 255, 0.42) 42%,
    rgba(212, 175, 55, 0.12) 100%
  );
  --luxury-glass-bg-hero: linear-gradient(
    145deg,
    rgba(255, 251, 230, 0.1) 0%,
    rgba(212, 175, 55, 0.05) 48%,
    rgba(255, 248, 220, 0.08) 100%
  );
  --luxury-glass-body: linear-gradient(
    180deg,
    rgba(255, 251, 230, 0.65) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  --luxury-glass-border: rgba(212, 175, 55, 0.38);
  --luxury-glass-border-hover: rgba(212, 175, 55, 0.55);
  --luxury-glass-shadow:
    0 4px 16px rgba(212, 175, 55, 0.1),
    0 8px 32px rgba(26, 31, 46, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  --luxury-glass-shadow-hover:
    0 8px 28px rgba(212, 175, 55, 0.22),
    0 16px 40px rgba(26, 31, 46, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  --luxury-glass-blur: blur(12px);
  --site-max-width: 1280px;
  --site-max-width-wide: 1360px;
  --page-bg: linear-gradient(
    180deg,
    #f8fafc 0%,
    #f3f5f8 42%,
    #faf8f2 100%
  );
  --motion-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-ease-spring: cubic-bezier(0.34, 1.2, 0.64, 1);
}

html,
body {
  height: 100%;
}

/* Transparent scrollbar — subtle gold thumb */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.32) transparent;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(212, 175, 55, 0.48);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--page-bg);
  background-attachment: fixed;
  color: var(--luxury-charcoal);
}

main.container-fluid {
  flex: 1 0 auto;
  background: transparent;
}

/* Site layout — consistent width, padding, and section rhythm */
.site-wrap {
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.site-wrap--wide {
  max-width: var(--site-max-width-wide);
}

.page-section {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background: transparent;
}

/* Every page section fills at least one full screen */
main > section {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(2rem, 4vh, 3.5rem);
  padding-bottom: clamp(2rem, 4vh, 3.5rem);
  box-sizing: border-box;
}

main > section > .site-wrap,
main > section > .container {
  width: 100%;
}

.page-section + .page-section {
  margin-top: 0;
}

.inner-page {
  background: transparent;
}

.inner-page__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.inner-page__header .luxury-title {
  margin-bottom: 0.75rem;
}

.inner-page__lead {
  color: var(--luxury-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.inner-page__body {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inner-page__body--wide {
  max-width: 820px;
}

.inner-page__body--full {
  max-width: none;
}

.inner-page__panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.navbar > .container {
  max-width: var(--site-max-width);
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  justify-content: flex-start;
}

.site-messages {
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.luxury-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(90deg, var(--luxury-gold-dark) 0%, var(--luxury-gold) 45%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-brand.luxury-title {
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  background: linear-gradient(
    105deg,
    #5c4510 0%,
    #8a6d12 24%,
    var(--luxury-gold) 46%,
    #f5e6b8 54%,
    var(--luxury-gold) 66%,
    #9a7b1a 88%,
    #6b5210 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 2px rgba(74, 56, 16, 0.35));
  transition: filter 0.25s ease;
}

.navbar-brand.luxury-title:hover,
.navbar-brand.luxury-title:focus-visible {
  filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.45));
}

/* Slightly stronger legibility on homepage hero (name style unchanged) */
.navbar--home.navbar--tone-dark .navbar-brand.luxury-title {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 10px rgba(255, 235, 180, 0.25));
}

/* Shared golden glass (empty states, forms, hero, etc.) */
.glass-card {
  background: var(--luxury-glass-bg);
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
  border-radius: 1.5rem;
  border: 1px solid var(--luxury-glass-border);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.glass-card:hover {
  box-shadow: var(--luxury-glass-shadow-hover);
  border-color: var(--luxury-glass-border-hover);
}

/* Hero / login glass — must sit above ::before bg so backdrop-filter shows the photo */
.hero-section .hero-glass-card {
  background: rgba(14, 18, 26, 0.1) !important;
  backdrop-filter: blur(4px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.05) !important;
  border-color: rgba(212, 175, 55, 0.22) !important;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(212, 175, 55, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.hero-section .hero-glass-card:hover {
  background: rgba(14, 18, 26, 0.14) !important;
  border-color: rgba(212, 175, 55, 0.28) !important;
}

.btn-primary,
.btn-outline-primary {
  border-radius: 2rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.btn-primary {
  background: linear-gradient(90deg, var(--luxury-gold) 60%, var(--luxury-cream) 100%);
  color: #222;
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(90deg, var(--luxury-cream) 0%, var(--luxury-gold) 100%);
  color: #111;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.22);
  transform: translateY(-1px);
}

.navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 2px 16px 0 rgba(31, 38, 135, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Homepage — subtle frosted bar (light gold tint, not heavy glass) */
.navbar--home {
  background: rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar--home.navbar--tone-light {
  background: rgba(255, 255, 255, 0.82) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.navbar--home .nav-link {
  font-weight: 500;
  transition: color 0.25s ease;
}

/* Over dark hero */
.navbar--home.navbar--tone-dark .navbar-nav .nav-link,
.navbar--home.navbar--tone-dark .nav-link {
  color: rgba(255, 251, 230, 0.94) !important;
}

.navbar--home.navbar--tone-dark .navbar-nav .nav-link:hover,
.navbar--home.navbar--tone-dark .navbar-nav .nav-link:focus,
.navbar--home.navbar--tone-dark .nav-link:hover,
.navbar--home.navbar--tone-dark .nav-link:focus {
  color: #fff !important;
}

.navbar--home.navbar--tone-dark .navbar-toggler {
  border-color: rgba(255, 251, 230, 0.45);
}

.navbar--home.navbar--tone-dark .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Over light page sections */
.navbar--home.navbar--tone-light .navbar-nav .nav-link,
.navbar--home.navbar--tone-light .nav-link {
  color: rgba(26, 31, 46, 0.92) !important;
}

.navbar--home.navbar--tone-light .navbar-nav .nav-link:hover,
.navbar--home.navbar--tone-light .navbar-nav .nav-link:focus,
.navbar--home.navbar--tone-light .nav-link:hover,
.navbar--home.navbar--tone-light .nav-link:focus {
  color: var(--luxury-gold-dark) !important;
}

.navbar--home.navbar--tone-light .navbar-toggler {
  border-color: rgba(26, 31, 46, 0.2);
}

.navbar--home.navbar--tone-light .navbar-toggler-icon {
  filter: none;
}

.card {
  border-radius: 1.5rem;
  background: var(--luxury-glass-bg);
  border: 1px solid var(--luxury-glass-border);
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
}

.card-img-top {
  border-radius: 1.5rem 1.5rem 0 0;
}

.form-control,
.form-select {
  border-radius: 1rem;
  border: 1px solid #e0e7ef;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--luxury-gold);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.15);
}

.badge {
  border-radius: 1rem;
  font-size: 0.95em;
}

/* Hero — staggered entrance on load */
.hero-section .hero-stagger .reveal-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  filter: blur(8px);
}

.hero-section.is-ready .hero-stagger .reveal-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition:
    opacity 0.75s var(--motion-ease-out),
    transform 0.8s var(--motion-ease-out),
    filter 0.65s var(--motion-ease-out);
  transition-delay: calc(0.08s + var(--reveal-index, 0) * 0.11s);
}

/* Scroll-triggered section reveals (inner pages, replays on scroll) */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  filter: blur(4px);
  transition:
    opacity 0.5s var(--motion-ease-out),
    transform 0.55s var(--motion-ease-out),
    filter 0.45s var(--motion-ease-out);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition:
    opacity 0.7s var(--motion-ease-out),
    transform 0.75s var(--motion-ease-out),
    filter 0.6s var(--motion-ease-out);
}

/* Home sections — staggered modern reveal (replays on scroll up/down) */
.reveal-stagger .reveal-item {
  transition:
    opacity 0.55s var(--motion-ease-out),
    transform 0.6s var(--motion-ease-out),
    filter 0.5s var(--motion-ease-out);
  transition-delay: 0s;
}

.reveal-stagger:not(.is-visible) .reveal-item {
  opacity: 0;
  transform: translate3d(0, 40px, 0) scale(0.96);
  filter: blur(10px);
}

.reveal-stagger.is-visible .reveal-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition:
    opacity 0.8s var(--motion-ease-out),
    transform 0.85s var(--motion-ease-spring),
    filter 0.7s var(--motion-ease-out);
  transition-delay: calc(0.06s + var(--reveal-index, 0) * 0.09s);
}

/* Section titles — slide up with a subtle scale */
.reveal-stagger:not(.is-visible) .reveal-item--head {
  transform: translate3d(0, 28px, 0) scale(0.98);
  filter: blur(6px);
}

.reveal-stagger.is-visible .reveal-item--head {
  transition-duration: 0.75s, 0.8s, 0.65s;
  transition-delay: calc(var(--reveal-index, 0) * 0.07s);
}

/* Cards — slightly more spring on scale */
.reveal-stagger:not(.is-visible) .reveal-item--card {
  transform: translate3d(0, 48px, 0) scale(0.94);
}

.reveal-stagger.is-visible .reveal-item--card {
  transition-timing-function: var(--motion-ease-out), var(--motion-ease-spring), var(--motion-ease-out);
}

/* Footer CTAs inside a section */
.reveal-stagger:not(.is-visible) .reveal-item--cta {
  transform: translate3d(0, 20px, 0) scale(0.98);
  filter: blur(4px);
}

.reveal-stagger.is-visible .reveal-item--cta {
  transition-duration: 0.65s, 0.7s, 0.55s;
}

/* Shared image loader + fade-in (home cards + gallery) */
.card-media-wrap {
  position: relative;
}

.card-media__loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(145deg, #e8edf3 0%, #dde4ec 100%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.card-media__loader-spin {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(212, 175, 55, 0.22);
  border-top-color: var(--luxury-gold);
  border-radius: 50%;
  animation: gallery-card-spin 0.65s linear infinite;
}

.card-media-wrap.is-loaded .card-media__loader {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .hero-section .hero-stagger .reveal-item,
  .hero-section.is-ready .hero-stagger .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .reveal-stagger:not(.is-visible) .reveal-item,
  .reveal-stagger.is-visible .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .card-media-wrap img,
  .card-media-wrap.is-loaded img {
    opacity: 1;
  }
}

footer {
  flex-shrink: 0;
}

/* Global loader */
#global-loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 36, 0.45);
}

#global-loader .loader-panel {
  max-width: 360px;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(6px);
}

footer {
  flex-shrink: 0;
  margin-top: 0;
}

/* Footer — solid golden panel (overrides .glass-card transparency) */
footer.footer-glass,
footer.footer-glass.glass-card {
  position: relative;
  z-index: 20;
  isolation: isolate;
  margin-top: 0;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: linear-gradient(
    145deg,
    #fffbe6 0%,
    #ffffff 50%,
    #faf8f0 100%
  ) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow:
    0 -4px 20px rgba(212, 175, 55, 0.1),
    0 4px 16px rgba(212, 175, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

footer.footer-glass.glass-card:hover {
  transform: none;
}

.footer-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.footer-brand {
  background: linear-gradient(90deg, #5c4a12 0%, var(--luxury-gold-dark) 45%, var(--luxury-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-icon {
  color: var(--luxury-gold-dark);
  font-size: 1.6rem;
  transition: color 0.2s, transform 0.2s;
}

.footer-icon:hover {
  color: var(--luxury-gold);
  transform: translateY(-3px) scale(1.15);
}

.footer-link {
  color: var(--luxury-gold-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1.08rem;
}

.footer-link:hover {
  color: #5c4a12;
}

.footer-copy {
  color: rgba(92, 74, 18, 0.72);
}

.footer-powered {
  color: rgba(154, 123, 26, 0.78);
  letter-spacing: 0.02em;
}

.footer-powered__link {
  color: var(--luxury-gold);
  font-weight: 600;
  text-decoration: none;
}

.footer-powered__link:hover,
.footer-powered__link:focus-visible {
  color: var(--luxury-gold-dark);
  text-decoration: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.footer-contact__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #5c4a12;
  letter-spacing: 0.02em;
}

.footer-contact__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-contact__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.65rem;
  color: rgba(26, 31, 46, 0.82);
  font-size: 0.98rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .footer-contact__item {
    justify-content: flex-end;
  }
}

.footer-contact__icon {
  flex-shrink: 0;
  color: var(--luxury-gold-dark);
  font-size: 1.05rem;
  margin-top: 0.15rem;
}

.footer-contact__link {
  color: var(--luxury-gold-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact__link:hover {
  color: #5c4a12;
}

.footer-map-link {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--luxury-gold);
  text-decoration: none;
  white-space: nowrap;
}

.footer-map-link:hover {
  color: var(--luxury-gold-dark);
  text-decoration: underline;
}

.footer-contact__empty {
  color: rgba(92, 74, 18, 0.65);
}

/* Home — hero */
.inner-page .card.shadow-sm {
  box-shadow: var(--luxury-glass-shadow);
  border: 1px solid var(--luxury-glass-border);
}

.hero-section {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #141820;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #141820;
  background-image: linear-gradient(
      135deg,
      rgba(10, 12, 18, 0.72) 0%,
      rgba(26, 31, 46, 0.55) 45%,
      rgba(212, 175, 55, 0.18) 100%
    ),
    var(
      --hero-bg-url,
      url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1920&q=80')
    );
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, normal;
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 50% 80%, rgba(212, 175, 55, 0.15) 0%, transparent 55%);
  pointer-events: none;
}

.hero-section .site-wrap,
.hero-section .container {
  position: relative;
  z-index: 1;
}

.login-page-section {
  min-height: calc(100dvh - 4.5rem);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.login-page-section .login-card {
  max-width: 500px;
  width: 100%;
}

.login-page-section .login-card__title {
  font-size: clamp(1.75rem, 4vw, 2.1rem);
}

.login-page-section .login-card__subtitle {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: rgba(248, 248, 252, 0.82);
}

.login-page-section .login-card__link {
  font-size: 0.98em;
  color: rgba(232, 213, 168, 0.95);
  text-decoration: none;
}

.login-page-section .login-card__link:hover {
  color: #fff8e7;
  text-decoration: underline;
}

.login-page-section .login-card .form-label {
  color: rgba(248, 248, 252, 0.95);
  font-weight: 500;
}

.hero-card {
  max-width: 640px;
  text-align: center;
}

.hero-card .hero-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--luxury-gold);
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.hero-card h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  background: linear-gradient(
    120deg,
    #fff8e7 0%,
    #f5e6b8 18%,
    #e8c96a 38%,
    #d4af37 55%,
    #f0d78c 72%,
    #c9a227 88%,
    #9a7b1a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 28px rgba(212, 175, 55, 0.25));
}

.hero-card .hero-lead {
  font-size: 1.15rem;
  margin-bottom: 0;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    #f8edd0 0%,
    #e8d5a8 30%,
    #d4af37 55%,
    #edd9a8 80%,
    #f5ebd4 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
}

.hero-actions {
  margin-top: 1.75rem;
}

.hero-actions .btn-outline-light {
  border-radius: 2rem;
  font-weight: 600;
  border-width: 2px;
}

.hero-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Section headers (shared) */
.luxury-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.75rem;
  padding: 0 1rem;
}

.luxury-section-header .luxury-title {
  display: block;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.luxury-section-subtitle {
  color: var(--luxury-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto;
}

/* Home — featured rooms */
.featured-rooms-section {
  background: transparent;
}

.featured-rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-rooms-grid {
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .featured-rooms-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Homepage featured room cards */
.featured-rooms-section .room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  background: var(--luxury-glass-bg);
  border-radius: 1.25rem;
  border: 1px solid var(--luxury-glass-border);
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.featured-rooms-section .room-card:hover {
  transform: translateY(-5px);
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.featured-rooms-section .room-card__media {
  position: relative;
  display: block;
  flex-shrink: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
  text-decoration: none;
  isolation: isolate;
}

.featured-rooms-section .room-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.35) 100%);
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.28s ease;
}

.featured-rooms-section .room-card:hover .room-card__media::after {
  opacity: 1;
}

.featured-rooms-section .room-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.45s ease;
}

.featured-rooms-section .card-media-wrap img {
  opacity: 0;
}

.featured-rooms-section .card-media-wrap.is-loaded img {
  opacity: 1;
}

.featured-rooms-section .room-card:hover .room-card__media img {
  transform: scale(1.06);
}

.featured-rooms-section .room-card__type,
.featured-rooms-section .room-card__price {
  z-index: 2;
}

.room-card__type {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c4a12;
  background: rgba(255, 251, 230, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.15);
  backdrop-filter: blur(6px);
}

.room-card__price {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 0.4rem 0.85rem;
  border-radius: 0.5rem;
  line-height: 1.3;
}

.room-card__price strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.featured-rooms-section .room-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.5rem;
  min-height: 11.5rem;
  background: var(--luxury-glass-body);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.featured-rooms-section .room-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.featured-rooms-section .room-card__title a {
  color: var(--luxury-charcoal);
  text-decoration: none;
  transition: color 0.2s;
}

.featured-rooms-section .room-card__title a:hover {
  color: var(--luxury-gold-dark);
}

.featured-rooms-section .room-card__desc {
  flex: 1;
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--luxury-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.8em;
}

.room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.15rem !important;
}

.room-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.room-card__meta .bi {
  color: var(--luxury-gold-dark);
}

.featured-rooms-section .room-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--luxury-charcoal);
  text-decoration: none;
  padding: 0.55rem 0;
  border-bottom: 2px solid var(--luxury-gold);
  transition: color 0.2s, gap 0.2s;
}

.featured-rooms-section .room-card__cta:hover {
  color: var(--luxury-gold-dark);
  gap: 0.75rem;
}

.featured-rooms-section .room-card__cta .bi {
  font-size: 1rem;
  transition: transform 0.2s;
}

.featured-rooms-section .room-card__cta:hover .bi {
  transform: translateX(3px);
}

.featured-rooms-empty {
  max-width: 520px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
}

.featured-rooms-empty .bi {
  font-size: 2.5rem;
  color: var(--luxury-gold);
  margin-bottom: 1rem;
  display: block;
}

.featured-rooms-all-btn {
  border-radius: 2rem;
  font-weight: 600;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-width: 2px;
}

.featured-rooms-all-btn:hover {
  background: var(--luxury-charcoal);
  border-color: var(--luxury-charcoal);
  color: #fff;
}

@media (max-width: 575.98px) {
  .featured-rooms-section .room-card {
    min-height: 0;
  }

  .featured-rooms-section .room-card__body {
    min-height: 0;
  }

  .featured-rooms-section .room-card__desc {
    min-height: 0;
    -webkit-line-clamp: 4;
  }

  .featured-rooms-section .room-card__title {
    min-height: 0;
  }

  .room-detail-page .room-detail-showcase__media {
    aspect-ratio: 16 / 10;
    min-height: 220px;
    max-height: none;
    height: auto;
  }

  .room-detail-page .room-gallery-card,
.site-gallery-page .room-gallery-card {
    aspect-ratio: 4 / 3;
    min-height: 100px;
    max-height: none;
    height: auto;
  }

  .room-detail-showcase__actions .btn-lg {
    width: 100%;
  }
}

/* Room detail page */
.room-detail-page {
  background: transparent;
}

.room-detail-page .room-detail-wrap,
.room-detail-page .site-wrap--wide {
  width: 100%;
  max-width: var(--site-max-width-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.room-detail-page .container {
  max-width: var(--site-max-width-wide);
}

.room-detail-page .room-detail-showcase__media img,
.room-detail-page .room-gallery-card img,
.site-gallery-page .room-gallery-card img {
  max-width: 100%;
}

.room-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--luxury-gold-dark);
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}

.room-detail-back:hover {
  color: var(--luxury-charcoal);
  gap: 0.65rem;
}

.room-detail-showcase {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background: var(--luxury-glass-bg);
  border-radius: 1.25rem;
  border: 1px solid var(--luxury-glass-border);
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.room-detail-showcase:hover {
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.room-detail-showcase__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 240px;
  max-height: min(62vw, 520px);
  overflow: hidden;
  background: #e2e8f0;
}

.room-detail-showcase__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.3) 100%);
  pointer-events: none;
}

.room-detail-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.room-detail-showcase__body {
  padding: 1.5rem 1.35rem 1.75rem;
  display: flex;
  flex-direction: column;
  background: var(--luxury-glass-body);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.room-detail-showcase__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--luxury-charcoal);
}

.room-detail-showcase__desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--luxury-muted);
  margin-bottom: 1.5rem;
}

.room-detail-showcase__desc p:last-child {
  margin-bottom: 0;
}

.room-detail-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.room-detail-showcase__actions .btn {
  border-radius: 2rem;
  font-weight: 600;
}

.room-detail-showcase__actions .btn-outline-dark:hover {
  background: var(--luxury-charcoal);
  border-color: var(--luxury-charcoal);
  color: #fff;
}

@media (min-width: 768px) {
  .room-detail-showcase__body {
    padding: 1.75rem 1.75rem 2rem;
  }
}

@media (min-width: 992px) {
  .room-detail-showcase {
    grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
    align-items: start;
  }

  .room-detail-showcase__media {
    aspect-ratio: unset;
    height: 440px;
    min-height: 440px;
    max-height: 440px;
  }
}

.site-gallery-page .site-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.5rem;
}

.site-gallery-page .site-gallery-grid .room-gallery-card {
  max-height: min(28vw, 280px);
}

.site-gallery-page .site-gallery-grid .room-gallery-card--featured {
  grid-column: span 2;
  grid-row: span 2;
  max-height: none;
  min-height: min(52vw, 360px);
  aspect-ratio: auto;
}

/* Single photo: one wide hero tile */
.site-gallery-page .site-gallery-grid .room-gallery-card--featured:only-child {
  grid-column: 1 / -1;
  grid-row: span 1;
  min-height: min(50vw, 420px);
  aspect-ratio: 16 / 10;
}

/* Small phones — gallery page grid & spacing */
@media (max-width: 575.98px) {
  main.container-fluid > section.site-gallery-page.page-section {
    min-height: auto;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }

  .site-gallery-page .inner-page__header {
    margin-bottom: 0.75rem;
  }

  .site-gallery-page .site-wrap {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .site-gallery-page .site-gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 0;
  }

  .site-gallery-page .site-gallery-grid .room-gallery-card,
  .site-gallery-page .site-gallery-grid .room-gallery-card--featured,
  .site-gallery-page .site-gallery-grid .room-gallery-card--featured:only-child {
    grid-column: 1;
    grid-row: auto;
    max-height: none;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 768px) {
  .site-gallery-page .site-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .site-gallery-page .site-gallery-grid .room-gallery-card {
    max-height: min(22vw, 260px);
  }

  .site-gallery-page .site-gallery-grid .room-gallery-card--featured {
    min-height: min(36vw, 440px);
  }

  .site-gallery-page .site-gallery-grid .room-gallery-card--featured:only-child {
    min-height: min(32vw, 480px);
    aspect-ratio: 21 / 9;
  }
}

@media (min-width: 1200px) {
  .site-gallery-page .site-gallery-grid .room-gallery-card--featured {
    min-height: 460px;
  }
}

.room-gallery-section {
  width: 100%;
  max-width: none;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.room-gallery-header {
  margin-bottom: 1.75rem;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.room-gallery-header .luxury-title {
  margin-bottom: 0.5rem;
}

.room-detail-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

@media (min-width: 480px) {
  .room-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .room-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

.room-detail-page .room-gallery-card,
.site-gallery-page .room-gallery-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--luxury-glass-border);
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: inherit;
  aspect-ratio: 4 / 3;
  min-height: 120px;
  max-height: min(32vw, 240px);
  border-radius: 1rem;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow:
    0 2px 8px rgba(212, 175, 55, 0.08),
    0 6px 20px rgba(26, 31, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.room-detail-page .room-gallery-card::after,
.site-gallery-page .room-gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.room-detail-page .room-gallery-card:hover,
.site-gallery-page .room-gallery-card:hover {
  transform: translateY(-4px);
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.room-detail-page .room-gallery-card:hover::after,
.site-gallery-page .room-gallery-card:hover::after {
  opacity: 1;
}

.room-detail-page .room-gallery-card img,
.site-gallery-page .room-gallery-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.45s ease;
}

.room-detail-page .card-media-wrap.is-loaded img,
.site-gallery-page .card-media-wrap.is-loaded img {
  opacity: 1;
}

.room-detail-page .room-gallery-card:hover img,
.site-gallery-page .room-gallery-card:hover img {
  transform: scale(1.06);
}

@keyframes gallery-card-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .card-media__loader-spin {
    animation: none;
    border-top-color: var(--luxury-gold-dark);
  }
}

.room-gallery-card__zoom {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: var(--luxury-charcoal);
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.room-detail-page .room-gallery-card:hover .room-gallery-card__zoom,
.room-detail-page .room-gallery-card:focus-visible .room-gallery-card__zoom,
.site-gallery-page .room-gallery-card:hover .room-gallery-card__zoom,
.site-gallery-page .room-gallery-card:focus-visible .room-gallery-card__zoom {
  opacity: 1;
  transform: scale(1);
}

.room-detail-page .room-gallery-card:focus-visible,
.site-gallery-page .room-gallery-card:focus-visible {
  outline: 2px solid var(--luxury-gold);
  outline-offset: 3px;
}

.room-detail-page .room-gallery-card__caption,
.site-gallery-page .room-gallery-card__caption {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.room-gallery-empty {
  text-align: center;
  padding: 2.5rem 1.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.room-gallery-empty .bi {
  font-size: 2.25rem;
  color: var(--luxury-gold);
  display: block;
  margin-bottom: 0.75rem;
}

/* Gallery lightbox (room detail + site gallery) */
body.room-gallery-lightbox-open {
  overflow: hidden;
}

.room-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 1rem;
  background: transparent;
  animation: room-gallery-lightbox-in 0.28s ease;
}

.room-gallery-lightbox[hidden] {
  display: none !important;
}

@keyframes room-gallery-lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.room-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 251, 230, 0.48);
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
  cursor: pointer;
}

.room-gallery-lightbox__chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(1200px, 100%);
  width: 100%;
  margin: 0 auto 0.75rem;
  padding: 0 0.25rem;
  pointer-events: none;
}

.room-gallery-lightbox__chrome > * {
  pointer-events: auto;
}

.room-gallery-lightbox__close {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--luxury-glass-border);
  border-radius: 50%;
  background: var(--luxury-glass-bg);
  box-shadow: var(--luxury-glass-shadow);
  color: var(--luxury-gold-dark);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

.room-gallery-lightbox__close:hover {
  border-color: var(--luxury-glass-border-hover);
  background: rgba(255, 251, 230, 0.95);
  transform: scale(1.05);
}

.room-gallery-lightbox__counter {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c4a12;
}

.room-gallery-lightbox__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: min(1200px, 100%);
  margin: 0 auto;
  flex: 1;
  min-height: 0;
  background: transparent;
}

.room-gallery-lightbox__figure {
  margin: 0;
  flex: 0 1 auto;
  width: fit-content;
  max-width: calc(100% - 7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
}

.room-gallery-lightbox__media {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  background: transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--luxury-glass-border);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.room-gallery-lightbox__figure img {
  display: block;
  max-width: min(100vw - 8rem, 1100px);
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  animation: room-gallery-image-in 0.32s ease;
}

@keyframes room-gallery-image-in {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.room-gallery-lightbox__figure figcaption {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #5c4a12;
  font-weight: 500;
}

.room-gallery-lightbox__figure figcaption[hidden] {
  display: none;
}

.room-gallery-lightbox__nav {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--luxury-glass-border);
  border-radius: 50%;
  background: var(--luxury-glass-bg);
  box-shadow: var(--luxury-glass-shadow);
  color: var(--luxury-gold-dark);
  font-size: 1.35rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.room-gallery-lightbox__nav:hover {
  background: rgba(255, 251, 230, 0.95);
  border-color: var(--luxury-glass-border-hover);
  transform: scale(1.05);
}

.room-gallery-lightbox__nav[hidden] {
  display: none;
}

/* Small phones — gallery lightbox prev/next below image */
@media (max-width: 575.98px) {
  .room-gallery-lightbox {
    padding: 0.35rem;
    padding-bottom: max(0.35rem, env(safe-area-inset-bottom));
  }

  .room-gallery-lightbox__chrome {
    margin-bottom: 0.35rem;
    padding: 0;
  }

  .room-gallery-lightbox__stage {
    display: grid;
    grid-template-areas: "image" "controls";
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    flex: 1;
    min-height: 0;
  }

  .room-gallery-lightbox__figure {
    grid-area: image;
    width: 100%;
    max-width: 100%;
  }

  .room-gallery-lightbox__media {
    width: 100%;
  }

  .room-gallery-lightbox__figure img {
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - 9.5rem);
    object-fit: contain;
  }

  .room-gallery-lightbox__figure figcaption {
    margin-top: 0.5rem;
    padding: 0 0.15rem;
    font-size: 0.88rem;
  }

  .room-gallery-lightbox__nav {
    position: static;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    background: rgba(255, 251, 230, 0.98);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
  }

  .room-gallery-lightbox__nav--prev {
    grid-area: controls;
    justify-self: start;
  }

  .room-gallery-lightbox__nav--next {
    grid-area: controls;
    justify-self: end;
  }
}

/* Home — amenities */
.luxury-amenities-section.page-section {
  background: transparent;
}

.luxury-amenities-section .row {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.luxury-amenities-section .reveal-item .luxury-amenity-card {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.luxury-amenity-card {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  background: var(--luxury-glass-bg);
  border: 1px solid var(--luxury-glass-border);
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.luxury-amenity-card:hover {
  transform: translateY(-4px);
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

/* Room detail body on wide layout: glass panel without top border on side-by-side */
@media (min-width: 992px) {
  .room-detail-showcase__body {
    border-top: none;
    border-left: 1px solid rgba(212, 175, 55, 0.2);
  }
}

/* No hover lift on last section — keeps cards above footer */
main > section:last-of-type .luxury-amenity-card:hover,
main > section:last-of-type .room-card:hover,
main > section:last-of-type .home-offering-card:hover {
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-snap-type: y proximity;
  }

  main > section {
    scroll-snap-align: start;
  }
}

.luxury-amenity-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.35) 0%,
    rgba(255, 251, 230, 0.55) 50%,
    rgba(212, 175, 55, 0.15) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow:
    0 4px 14px rgba(212, 175, 55, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: var(--luxury-gold-dark);
  font-size: 1.75rem;
  line-height: 0;
  flex-shrink: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxury-amenity-card:hover .luxury-amenity-icon {
  transform: scale(1.05);
  box-shadow:
    0 6px 20px rgba(212, 175, 55, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.luxury-amenity-icon .bi {
  display: block;
  line-height: 1;
  font-size: 1.75rem;
  margin: 0;
}

.luxury-amenity-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #5c4a12;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
}

.luxury-amenity-card p {
  color: rgba(26, 31, 46, 0.72);
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

/* Home — dining & conference */
.home-offerings-section {
  background: transparent;
}

.home-offerings-group__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #5c4a12;
  text-align: center;
  margin-bottom: 1.75rem;
}

.home-offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .home-offerings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.home-offering-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--luxury-glass-bg);
  border: 1px solid var(--luxury-glass-border);
  border-radius: 1.25rem;
  box-shadow: var(--luxury-glass-shadow);
  backdrop-filter: var(--luxury-glass-blur);
  -webkit-backdrop-filter: var(--luxury-glass-blur);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-offering-card:hover {
  transform: translateY(-4px);
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.home-offering-card__media {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 100%);
  isolation: isolate;
}

button.home-offering-card__media,
.home-offering-card__media--zoom {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

button.home-offering-card__media:focus-visible {
  outline: 2px solid var(--luxury-gold);
  outline-offset: -2px;
}

.home-offering-card__zoom {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: var(--luxury-charcoal);
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.home-offering-card__media--zoom:hover .home-offering-card__zoom,
.home-offering-card__media--zoom:focus-visible .home-offering-card__zoom {
  opacity: 1;
  transform: scale(1);
}

.home-offering-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.28) 100%);
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 0.28s ease;
  z-index: 1;
}

.home-offering-card:hover .home-offering-card__media::after {
  opacity: 1;
}

.home-offering-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: none;
  outline: none;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.45s ease;
}

.home-offering-card__media.is-loaded img {
  opacity: 1;
}

.home-offering-card:hover .home-offering-card__media img {
  transform: scale(1.06);
}

.home-offering-card__media--placeholder {
  background: linear-gradient(
    145deg,
    rgba(255, 251, 230, 0.95) 0%,
    rgba(212, 175, 55, 0.18) 55%,
    rgba(226, 232, 240, 0.9) 100%
  );
}

.home-offering-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--luxury-gold-dark);
  font-size: 2.75rem;
  opacity: 0.55;
}

.home-offering-card__badge {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 251, 230, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--luxury-gold-dark);
  font-size: 1.1rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12);
}

.home-offering-card__icon-wrap {
  display: none;
}

.home-offering-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.5rem;
  background: var(--luxury-glass-body);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  text-align: center;
}

.home-offering-card__body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #5c4a12;
  margin-bottom: 0.65rem;
}

.home-offering-card__body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(26, 31, 46, 0.72);
}

/* Public services page */
.services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--luxury-glass-border-hover);
  box-shadow: var(--luxury-glass-shadow-hover);
}

.service-card__icon {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.35) 0%,
    rgba(255, 251, 230, 0.55) 50%,
    rgba(212, 175, 55, 0.15) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.35);
  font-size: 1.65rem;
  color: var(--luxury-gold-dark);
}

.service-card__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #5c4a12;
}

.service-card__desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(26, 31, 46, 0.72);
  max-width: 28rem;
}

/* Public testimonials page */
.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  gap: 1rem;
}

.testimonial-card__stars {
  display: flex;
  gap: 0.2rem;
  color: var(--luxury-gold);
  font-size: 0.95rem;
}

.testimonial-card__quote {
  flex: 1;
  font-style: normal;
  border: none;
  padding: 0;
}

.testimonial-card__quote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(26, 31, 46, 0.85);
}

.testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: auto;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.testimonial-card__name {
  font-style: normal;
  font-weight: 700;
  color: #5c4a12;
  font-size: 0.95rem;
}

.testimonial-card__detail {
  font-size: 0.85rem;
  color: rgba(26, 31, 46, 0.55);
}
