:root {
  --bg: #111111;
  --bg-deep: #0a0a0c;
  --surface: rgba(25, 25, 25, 0.9);
  --surface-strong: rgba(30, 30, 30, 0.95);
  --surface-ghost: rgba(255, 255, 255, 0.03);
  --ink: #f0f0f0;
  --muted: #a0a0a5;
  --brand: #d4af37;
  --brand-strong: #b8962e;
  --accent: #e4c493;
  --accent-soft: rgba(212, 175, 55, 0.18);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.2);
  --shadow-soft: 0 22px 54px rgba(0, 0, 0, 0.5);
  --shadow-strong: 0 28px 72px rgba(0, 0, 0, 0.8);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  background: var(--bg-deep);
  color: var(--ink);
  font-family: 'Work Sans', 'Segoe UI', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.site-body a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(24, 18, 14, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.light {
  background: rgba(255, 250, 244, 0.68);
  border-bottom-color: rgba(96, 67, 43, 0.1);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.menu-toggle,
.nav-close,
.nav-backdrop {
  display: none;
}

.brand-mark img {
  width: 174px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.site-nav a {
  padding: 11px 15px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.site-header .site-nav a {
  color: #f8f0e5;
}

.site-header.light .site-nav a {
  color: var(--ink);
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(228, 196, 147, 0.08);
  border-color: rgba(228, 196, 147, 0.22);
  transform: translateY(-1px);
}

.site-nav a.nav-cta {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(228, 196, 147, 0.2);
  color: #fffaf3;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
}

.site-header.light .site-nav a.nav-cta {
  color: var(--brand-strong);
}

.nav-mobile-head {
  display: none;
}

.hero {
  padding: 24px 0 36px;
}

.hero-stage {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 38px;
  background: #1a120e;
  box-shadow: var(--shadow-strong);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
  animation: driftGlow 16s ease-in-out infinite;
}

.hero-stage::before {
  width: 220px;
  height: 220px;
  top: 6%;
  right: 7%;
  background: rgba(228, 196, 147, 0.16);
}

.hero-stage::after {
  width: 180px;
  height: 180px;
  left: -28px;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.08);
  animation-delay: -7s;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.8s ease, transform 6s ease;
}

.hero-slide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(18, 12, 9, 0.88) 0%, rgba(18, 12, 9, 0.56) 48%, rgba(18, 12, 9, 0.18) 100%),
    linear-gradient(180deg, rgba(18, 12, 9, 0.14), rgba(18, 12, 9, 0.56));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 500px);
  gap: 28px;
  align-items: center;
  padding: 56px 0 42px;
}

.hero-copy {
  max-width: 630px;
  color: #fff7ef;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 248, 239, 0.24);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 247, 239, 0.9);
}

.hero-copy h1,
.section-title,
.page-hero h1,
.feature-card h3,
.room-card h3,
.story-card h3,
.teaser-card h3,
.contact-panel h2,
.result-header h2,
.stat-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  letter-spacing: 0.01em;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(3.2rem, 5vw, 5.7rem);
  line-height: 0.92;
  font-weight: 600;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.hero-copy p {
  margin: 0;
  font-size: 1.08rem;
  max-width: 560px;
  color: rgba(255, 247, 239, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button-link,
.site-button,
.site-button-secondary,
.result-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.button-link.primary,
.site-button,
.result-button.btn-green {
  background: linear-gradient(135deg, rgba(242, 226, 201, 0.42), rgba(204, 167, 116, 0.34));
  color: var(--ink);
  border-color: rgba(236, 211, 170, 0.34);
  box-shadow: 0 14px 28px rgba(183, 132, 77, 0.14);
  backdrop-filter: blur(14px);
}

.hero-actions .button-link.primary {
  background: linear-gradient(135deg, rgba(243, 228, 203, 0.86), rgba(205, 166, 109, 0.78));
  border-color: rgba(236, 211, 170, 0.5);
  color: #20150f;
  box-shadow: 0 14px 28px rgba(183, 132, 77, 0.18);
}

.button-link.secondary,
.site-button-secondary,
.site-header .result-button.btn-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff9f2;
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
}

.result-button.btn-dark {
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  border-color: rgba(96, 67, 43, 0.12);
  backdrop-filter: blur(14px);
}

.button-link.soft {
  background: rgba(228, 196, 147, 0.1);
  color: var(--brand-strong);
  border-color: rgba(183, 132, 77, 0.16);
}

.button-link:hover,
.site-button:hover,
.site-button-secondary:hover,
.result-button:hover {
  transform: translateY(-2px);
}

.reserve-panel,
.content-card,
.result-card,
.stat-card,
.teaser-card,
.feature-card,
.room-card,
.info-card,
.story-card {
  background: rgba(255, 251, 245, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.reserve-panel,
.content-card,
.result-card,
.stat-card,
.teaser-card,
.feature-card,
.room-card,
.info-card,
.story-card,
.map-frame {
  border-radius: 28px;
}

.reserve-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.74), rgba(248, 240, 228, 0.66));
  overflow: hidden;
  animation: fadeLift 0.7s ease both;
}

.reserve-panel::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: rgba(228, 196, 147, 0.16);
  border-radius: 50%;
  filter: blur(2px);
  animation: driftGlow 14s ease-in-out infinite;
}

.reserve-panel h2 {
  margin: 0 0 10px;
  font-size: 2.2rem;
}

.reserve-panel p,
.section-copy,
.card-body p,
.info-card p,
.contact-panel p,
.result-body p {
  color: var(--muted);
}

.form-grid,
.result-form-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-field-full,
.field-people {
  grid-column: 1 / -1;
}

.form-field {
  min-width: 0;
}

.form-field label,
.inline-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4a392d;
}

.form-field input,
.form-field textarea,
.result-body input,
.result-body textarea {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(96, 67, 43, 0.14);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--ink);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.result-body input:focus,
.result-body textarea:focus {
  border-color: rgba(183, 132, 77, 0.5);
  box-shadow: 0 0 0 4px rgba(228, 196, 147, 0.14);
}

.form-field input[type="date"],
.result-body input[type="date"] {
  color-scheme: light;
  font-size: 0.96rem;
  padding-right: 12px;
}

.form-field input[type="date"]::-webkit-datetime-edit,
.result-body input[type="date"]::-webkit-datetime-edit {
  padding: 0;
}

.form-note {
  margin: 16px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.section {
  padding: 48px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 0.96;
}

.stat-grid,
.feature-grid,
.room-grid,
.info-grid,
.story-grid,
.teaser-grid {
  display: grid;
  gap: 22px;
}

.stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-grid,
.story-grid,
.teaser-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.feature-card,
.room-card,
.story-card,
.teaser-card {
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card,
.room-card,
.story-card,
.teaser-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stat-card:hover,
.feature-card:hover,
.room-card:hover,
.story-card:hover,
.teaser-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
  border-color: var(--line-strong);
}

.stat-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(250, 242, 231, 0.9));
}

.stat-value {
  display: block;
  margin-bottom: 8px;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--brand-strong);
}

.stat-label {
  margin: 0;
  font-weight: 700;
  color: #3d2e24;
}

.feature-card img,
.room-card img,
.story-card img,
.teaser-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.feature-card .card-body,
.room-card .card-body,
.story-card .card-body,
.info-card .card-body,
.teaser-card .card-body {
  padding: 24px;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(183, 132, 77, 0.22);
  color: var(--brand-strong);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 20px;
}

.icon-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 10px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(96, 67, 43, 0.1);
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a382c;
}

.icon-pill:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.icon-pill i {
  width: 18px;
  color: var(--brand-strong);
}

.page-hero {
  padding: 70px 0 26px;
}

.page-hero .content-card {
  padding: 40px;
  background:
    linear-gradient(120deg, rgba(35, 24, 18, 0.76), rgba(35, 24, 18, 0.34)),
    url('Images/Portada2.jpg') center/cover no-repeat;
  color: #fff8ef;
}

.rooms-hero .content-card {
  background:
    linear-gradient(120deg, rgba(24, 20, 18, 0.68), rgba(24, 20, 18, 0.24)),
    url('Images/doble.jpg') center center/cover no-repeat;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 0.94;
}

.contact-section .content-card {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.8), rgba(248, 240, 228, 0.72));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.contact-panel h2 {
  margin: 0 0 12px;
  font-size: 2.8rem;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px 18px;
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.6);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.contact-item i {
  color: var(--brand);
  margin-top: 4px;
}

.map-frame {
  width: 100%;
  height: 440px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(96, 67, 43, 0.08);
  background: rgba(255,255,255,0.35);
}

.site-footer {
  margin-top: 30px;
  padding: 32px 0 44px;
  color: #f6efe5;
  background: linear-gradient(180deg, #1f1713 0%, #17110d 100%);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  gap: 14px;
  font-size: 1.2rem;
}

.footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.result-card {
  max-width: 940px;
  margin: 118px auto 44px;
  overflow: hidden;
  animation: fadeLift 0.7s ease both;
}

.result-header {
  padding: 30px;
  color: #ffffff;
}

.result-success {
  background: linear-gradient(135deg, #366d4e, #1f4936);
}

.result-error {
  background: linear-gradient(135deg, #79392d, #511f18);
}

.result-available {
  background: linear-gradient(135deg, #8f6a2d, #5e3c17);
}

.result-body {
  padding: 28px;
}

.summary-row {
  border-bottom: 1px solid #ece3d7;
  padding: 12px 0;
}

.summary-row:last-child {
  border-bottom: 0;
}

.form-title {
  margin-top: 28px;
  margin-bottom: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.1rem;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-weight: 700;
  color: var(--brand-strong);
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes driftGlow {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(12px, -10px, 0) scale(1.04); }
}

@media (max-width: 980px) {
  .hero-content,
  .contact-layout,
  .feature-grid,
  .room-grid,
  .story-grid,
  .info-grid,
  .teaser-grid,
  .stat-grid,
  .form-grid,
  .result-form-grid,
  .result-actions {
    grid-template-columns: 1fr;
  }

  .hero-stage,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    align-items: end;
    padding-top: 44px;
  }

}

@media (max-width: 860px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-date,
  .field-people {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
  }

  .header-inner {
    min-height: auto;
    padding: 14px 0 12px;
    align-items: center;
    gap: 12px;
  }

  .brand-mark img {
    width: 144px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(228, 196, 147, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff9f2;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
  }

  .site-header.light .menu-toggle {
    color: var(--brand-strong);
    background: rgba(255, 255, 255, 0.56);
    border-color: rgba(183, 132, 77, 0.2);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1.8px;
    margin: 2.5px 0;
    border-radius: 999px;
    background: currentColor;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(12, 8, 6, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    z-index: 44;
    border: 0;
  }

  body.menu-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(84vw, 320px);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 14px 18px;
    background: rgba(34, 25, 19, 0.97);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateX(105%);
    transition: transform 0.18s ease;
    z-index: 45;
    will-change: transform;
  }

  body.menu-open .site-nav {
    transform: translateX(0);
  }

  .site-header.light .site-nav {
    background: rgba(28, 21, 16, 0.98);
  }

  .nav-mobile-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 4px;
    color: #fff7ef;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
  }

  .nav-mobile-head span {
    display: none;
  }

  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(228, 196, 147, 0.2);
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    color: #fff9f2;
    font-size: 1.2rem;
    cursor: pointer;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 14px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-align: left;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(228, 196, 147, 0.16);
    color: #fff8ef;
  }

  .site-header.light .site-nav a,
  .site-header.light .site-nav a.nav-cta {
    color: #fff8ef;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(228, 196, 147, 0.24);
  }

  .site-nav a.nav-cta {
    background: rgba(228, 196, 147, 0.12);
    color: #fef8ee;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-stage {
    border-radius: 28px;
  }

  .hero-content {
    width: min(100% - 20px, 1200px);
    padding: 34px 0 20px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
    line-height: 0.96;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .button-link,
  .site-button,
  .site-button-secondary,
  .result-button {
    width: 100%;
    min-height: 52px;
  }

  .hero-actions {
    width: 100%;
  }

  .reserve-panel,
  .content-card,
  .result-body,
  .result-header,
  .stat-card,
  .feature-card .card-body,
  .room-card .card-body,
  .story-card .card-body,
  .info-card .card-body,
  .teaser-card .card-body,
  .contact-section .content-card,
  .page-hero .content-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero {
    padding-top: 40px;
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    line-height: 0.98;
  }

  .rooms-hero .content-card {
    background-position: center 28%;
  }

  .contact-panel h2 {
    font-size: 2.35rem;
  }

  .map-frame {
    height: 320px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .form-grid,
  .result-form-grid,
  .result-actions {
    grid-template-columns: 1fr;
  }

  .site-nav {
    width: min(88vw, 300px);
  }

  .site-nav a {
    font-size: 0.78rem;
    padding: 13px 12px;
  }

  .form-field input[type="date"],
  .result-body input[type="date"] {
    font-size: 0.84rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section {
    padding: 38px 0;
  }
}

/* ========================================================= */
/* DARK MODE PREMIUM OVERRIDE - CASCADING RULES              */
/* ========================================================= */

.reserve-panel, .content-card, .result-card, .stat-card, 
.teaser-card, .feature-card, .room-card, .info-card, .story-card {
  background: rgba(15, 15, 18, 0.85) !important;
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(12px) !important;
  color: #e0e0e0 !important;
}

.reserve-panel::before {
  background: rgba(212, 175, 55, 0.1) !important;
}

.stat-card, .reserve-panel {
  background: linear-gradient(180deg, rgba(20, 20, 25, 0.9), rgba(10, 10, 12, 0.95)) !important;
}

.card-body, .info-card .card-body, .teaser-card .card-body, .room-card .card-body {
  background: transparent !important;
}

/* Typography and Headings */
h1, h2, h3, h4, .section-title, .contact-panel h2 {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.section-kicker, .stat-value, .price-tag, .icon-pill i, .contact-item i {
  color: var(--brand) !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

p, .section-copy, .stat-label, .card-body p, .info-card p, .form-note, .hero-copy p {
  color: #cccccc !important;
}

/* Forms */
.form-field input, .form-field textarea, .result-body input, .result-body textarea, .field-people input {
  background: rgba(0, 0, 0, 0.6) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  color: #ffffff !important;
}
.form-field input:focus, .field-people input:focus {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2) !important;
}
.form-field label, .inline-label, .field-people label {
  color: #eeeeee !important;
}

/* Buttons */
.button-link.primary, .site-button, .result-button.btn-green {
  background: linear-gradient(135deg, #d4af37, #b8962e) !important;
  color: #0a0a0c !important;
  border: none !important;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button-link.primary:hover, .site-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 25px rgba(212, 175, 55, 0.5) !important;
}
.button-link.secondary, .site-button-secondary, .button-link.soft {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #d4af37 !important;
  border: 1px solid #d4af37 !important;
}
.button-link.secondary:hover {
  background: #d4af37 !important;
  color: #0a0a0c !important;
}

/* Header/Nav */
.site-header, .site-header.light {
  background: rgba(10, 10, 12, 0.85) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.site-header .site-nav a, .site-header.light .site-nav a {
  color: #ffffff !important;
}
.site-nav a:hover, .site-nav a.is-active {
  color: #d4af37 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.site-nav a.nav-cta {
  border: 1px solid #d4af37 !important;
  color: #d4af37 !important;
}
.site-nav a.nav-cta:hover {
  background: #d4af37 !important;
  color: #000 !important;
}

/* Footer */
.site-footer {
  background: #050505 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}

/* Image Enhancements */
.hero-stage, .content-card, .feature-card img, .room-card img {
  border-radius: 20px !important;
}
.feature-card:hover img, .room-card:hover img {
  transform: scale(1.05);
}
.feature-card img, .room-card img {
  transition: transform 0.5s ease;
}

/* Map & Contact */
.contact-item {
  background: rgba(15, 15, 18, 0.8) !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
}
.map-frame {
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
  opacity: 0.85;
}

/* Animations */
.fade-in-up { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-right { opacity: 0; transform: translateX(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-up.visible, .fade-in-left.visible, .fade-in-right.visible { opacity: 1; transform: translate(0); }

/* User Tweaks */
.site-nav a.nav-cta {
  background: transparent !important;
  color: #d4af37 !important;
  border: 1px solid #d4af37 !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
}
.site-nav a.nav-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2) !important;
  background: rgba(212, 175, 55, 0.1) !important;
  color: #d4af37 !important;
}

.icon-pill {
  color: #f0f0f0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-weight: 500 !important;
}

.menu-toggle {
  background: transparent !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 8px !important;
}

.menu-toggle span {
  background-color: #d4af37 !important;
}

/* Mobile Menu Override */
@media (max-width: 900px) {
  .site-nav {
    background-color: #0f0f12 !important;
    border-left: 1px solid rgba(212, 175, 55, 0.2) !important;
  }
  .nav-mobile-head {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
  }
}

/* ========================================= */
/* PREMIUM MICRO-ANIMATIONS & EXTRAS         */
/* ========================================= */

/* 1. Shine Effect on Contact Button */
.site-nav a.nav-cta {
  position: relative;
  overflow: hidden;
}
.site-nav a.nav-cta::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(212,175,55,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}
@keyframes shine {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}

/* 2. Ken Burns Effect (Slow Zoom) for Hero Images */
@keyframes slowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
.hero-slide.is-visible {
  animation: slowZoom 20s ease-out forwards !important;
}

/* 3. Elegant Preloader */
.preloader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #0a0a0c;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-spinner {
  width: 40px; height: 40px;
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-top-color: #d4af37;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.preloader-text {
  color: #d4af37;
  letter-spacing: 3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  animation: pulse-text 2s infinite;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
@keyframes pulse-text {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
