/* ==========================================================================
   The Majestic Residence in Vatican - Luxury Stylesheet
   ========================================================================== */

:root {
  --primary: #1c1814;
  --primary-light: #2e2820;
  --primary-dark: #14110e;
  --gold: #9a7b4f;
  --gold-hover: #7e6540;
  --gold-light: #c4a574;
  --gold-soft: #f3eee4;
  --gold-border: rgba(154, 123, 79, 0.28);

  --text-main: #2a241c;
  --text-muted: #6f675c;
  --text-light: #8c8478;
  --bg-body: #f8f5f0;
  --bg-light: #f1ece4;
  --bg-card: #fffcf8;
  --border-light: #e4dcd0;

  --whatsapp: #2f6b4f;
  --whatsapp-hover: #255a42;

  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --shadow-sm: 0 1px 2px rgba(28, 24, 20, 0.04);
  --shadow-md: 0 10px 30px rgba(28, 24, 20, 0.06);
  --shadow-lg: 0 18px 40px rgba(28, 24, 20, 0.08);
  --shadow-xl: 0 28px 55px rgba(28, 24, 20, 0.1);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.35s ease;
}

/* Reset & Basics */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: clip;
}

body {
  font-family: var(--font-sans);
  color: var(--text-main);
  background-color: var(--bg-body);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}

::selection {
  background: var(--gold-soft);
  color: var(--primary);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
  letter-spacing: 0.01em;
}

.hero-subtitle-styled {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: rgba(248, 245, 240, 0.88);
  font-size: 0.52em;
  display: block;
  margin-top: 0.7rem;
  letter-spacing: 0.02em;
}

.text-gold {
  color: var(--gold) !important;
}

.text-center {
  text-align: center;
}

.text-success {
  color: var(--whatsapp) !important;
}

.w-100 {
  width: 100%;
}

.mb-2 {
  margin-bottom: 0.75rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.65rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.btn-primary {
  background-color: var(--primary);
  color: #f8f5f0;
}

.btn-primary:hover {
  background-color: var(--primary-light);
}

.btn-gold {
  background: var(--gold);
  color: #f8f5f0;
  border-color: var(--gold);
}

.btn-gold:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
}

.btn-whatsapp {
  background-color: transparent;
  color: var(--whatsapp);
  border: 1px solid rgba(47, 107, 79, 0.35);
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp);
  color: #f8f5f0;
  border-color: var(--whatsapp);
}

.btn-outline-white {
  background: transparent;
  color: #f8f5f0;
  border: 1px solid rgba(248, 245, 240, 0.45);
}

.btn-outline-white:hover {
  background: #f8f5f0;
  color: var(--primary);
  border-color: #f8f5f0;
}

.btn-outline-dark {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--border-light);
}

.btn-outline-dark:hover {
  background: var(--bg-light);
  border-color: var(--primary);
}

.btn-lg {
  padding: 1rem 2.1rem;
  font-size: 0.8rem;
}

.btn-sm {
  padding: 0.6rem 1.1rem;
  font-size: 0.72rem;
}

.btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiry-form {
  position: relative;
}

.form-send-status {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--gold-hover);
  text-align: center;
}

.form-send-status.is-error {
  color: #9a3d32;
}

.pulse-glow {
  animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(185, 142, 44, 0.5); }
  70% { box-shadow: 0 0 0 14px rgba(185, 142, 44, 0); }
  100% { box-shadow: 0 0 0 0 rgba(185, 142, 44, 0); }
}

/* Sections */
.section {
  padding: 6.5rem 0;
  position: relative;
}

.bg-light {
  background-color: var(--bg-light);
}

.section-header {
  max-width: 720px;
  margin: 0 auto 4rem auto;
}

.section-subtitle {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 1rem;
}

.section-line {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 1.1rem auto 1.4rem auto;
}

.section-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
}

/* TOP BAR */
.top-bar {
  background-color: var(--primary-dark);
  color: rgba(248, 245, 240, 0.72);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 0.55rem 0;
  border-bottom: none;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.top-bar-left i {
  color: var(--gold-light);
}

.dot-separator {
  color: var(--gold);
  opacity: 0.6;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.top-bar-link {
  color: rgba(248, 245, 240, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-bar-link:hover {
  color: var(--gold-light);
}

.whatsapp-top {
  color: var(--gold-light);
  font-weight: 500;
}

/* NAVBAR */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(248, 245, 240, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-light);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.logo-symbol {
  display: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0.04em;
}

.logo-sub {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-link {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.4rem 0;
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-cta {
  background: var(--gold);
  color: #f8f5f0;
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.2rem;
  font-size: 0.7rem;
}

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

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-toggle span {
  width: 22px;
  height: 1.5px;
  background-color: var(--primary);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.mobile-toggle.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  color: #f8f5f0;
  overflow: hidden;
  padding: 7rem 0 7.5rem 0;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  transform: scale(1.02);
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s ease-in-out, transform 8s ease;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(20, 17, 14, 0.48) 0%,
    rgba(20, 17, 14, 0.58) 40%,
    rgba(20, 17, 14, 0.9) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 0;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 1.35rem;
}
.hero-badge i {
  color: var(--gold-light);
}

.hero-title {
  font-size: 4.1rem;
  font-weight: 500;
  color: #f8f5f0;
  line-height: 1.08;
  margin-bottom: 1.4rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.hero-description {
  font-size: 1.12rem;
  font-weight: 300;
  color: rgba(248, 245, 240, 0.92);
  margin-bottom: 2.25rem;
  line-height: 1.75;
  max-width: 560px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.55);
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

/* Trust bar inside hero */
.hero-trust-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem 2.25rem;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(248, 245, 240, 0.18);
  border-radius: 0;
  padding: 1.4rem 0 0 0;
}

.trust-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rating-number {
  background: transparent;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  line-height: 1;
}

.trust-icon {
  font-size: 1.6rem;
  color: var(--gold-light);
}

.trust-text {
  display: flex;
  flex-direction: column;
}

.trust-text strong {
  font-size: 0.88rem;
  font-weight: 500;
  color: #f8f5f0;
}

.trust-text span {
  font-size: 0.75rem;
  color: rgba(248, 245, 240, 0.55);
}

.trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(248, 245, 240, 0.16);
}

/* QUICK BOOKING BAR */
.quick-booking-bar-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -42px;
  margin-bottom: 1.5rem;
  overflow: visible;
}

.quick-booking-form {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 1.35rem 1.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 1rem;
  align-items: flex-end;
  border: 1px solid var(--border-light);
}

.quick-booking-form > * {
  min-width: 0;
}

.quick-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.quick-field label {
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.quick-field label i {
  color: var(--gold);
}

.quick-field input, .quick-field select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--text-main);
  background-color: var(--bg-body);
  transition: var(--transition);
}

.quick-field input:focus, .quick-field select:focus {
  outline: none;
  border-color: var(--gold);
  background-color: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(154, 123, 79, 0.12);
}

.quick-action button {
  height: 46px;
}

/* HIGHLIGHTS GRID */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 4rem;
}

.highlight-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 2.15rem 1.85rem;
  border: 1px solid var(--border-light);
  box-shadow: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  display: none;
}

.highlight-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold-border);
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-icon {
  width: 42px;
  height: 42px;
  background-color: transparent;
  color: var(--gold);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.35rem;
}

.highlight-card h3 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.highlight-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* HOST STORY FEATURE */
.host-feature-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.host-feature-img {
  position: relative;
  height: 100%;
  min-height: 380px;
}

.host-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.host-badge-floating {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(20, 17, 14, 0.82);
  backdrop-filter: blur(8px);
  color: #f8f5f0;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  border: 1px solid rgba(196, 165, 116, 0.28);
}

.host-badge-floating i {
  color: var(--gold-light);
}

.host-feature-content {
  padding: 3.25rem;
}

.sub-tag {
  color: var(--gold);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  margin-bottom: 0.85rem;
}

.host-feature-content h3 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: var(--primary);
}

.host-feature-content p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.host-checkmarks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
}

.host-checkmarks li {
  font-size: 0.92rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
}

.host-checkmarks li i {
  color: var(--gold);
}

.host-signature {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ROOMS SECTION */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.room-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.room-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold-border);
}

.room-card-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.room-card:hover .room-card-img img {
  transform: scale(1.04);
}

.room-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(20, 17, 14, 0.78);
  color: #f8f5f0;
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-sm);
}

.gold-badge {
  background: var(--gold) !important;
  color: #f8f5f0;
}

.room-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.room-card-body h3 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.room-beds {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.room-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-light);
}

.room-features span {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* GALLERY SECTION */
.gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--text-muted);
  padding: 0.45rem 0.15rem;
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover {
  background: transparent;
  border-color: var(--gold-border);
  color: var(--primary);
}

.filter-btn.active {
  background: transparent;
  color: var(--primary);
  border-color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  height: 240px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  background-color: var(--primary-dark);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 17, 14, 0.38);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: #f8f5f0;
  font-size: 1.15rem;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* LIGHTBOX MODAL */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 15, 25, 0.95);
  backdrop-filter: blur(8px);
}

.lightbox-content {
  position: relative;
  z-index: 2001;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img-wrapper {
  max-width: 1100px;
  max-height: 75vh;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.lightbox-img-wrapper img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: block;
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: var(--transition);
}

.lightbox-close:hover {
  color: var(--gold-light);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.lightbox-nav:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.lightbox-prev {
  left: -65px;
}

.lightbox-next {
  right: -65px;
}

.lightbox-footer {
  margin-top: 1rem;
  text-align: center;
  color: #ffffff;
}

.lightbox-caption {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.lightbox-counter {
  font-size: 0.8rem;
  color: var(--gold-light);
}

/* AMENITIES CATEGORIES */
.amenities-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.amenity-cat-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  border: 1px solid var(--border-light);
  box-shadow: none;
  transition: var(--transition);
}

.amenity-cat-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold-border);
}

.cat-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border-light);
}

.cat-header i {
  font-size: 1.5rem;
  color: var(--gold);
}

.cat-header h3 {
  font-size: 1.2rem;
}

.amenity-cat-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.amenity-cat-card li {
  font-size: 0.92rem;
  color: var(--text-main);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.amenity-cat-card li i {
  color: var(--gold);
  font-size: 0.7rem;
  margin-top: 0.35rem;
}

/* BOOKING SECTION (CORE) */
.booking-section {
  background: var(--bg-light);
  padding-top: 4rem;
}

.booking-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.booking-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: none;
  padding: 2.75rem;
  position: relative;
}

.booking-card-header {
  margin-bottom: 2rem;
}

.gold-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: var(--gold);
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.85rem;
}

.booking-card-header h2 {
  font-size: 2.35rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.booking-card-header p {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.form-row {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.col-half {
  flex: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.form-group label i {
  color: var(--gold);
}

.form-group input, 
.form-group select, 
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text-main);
  background-color: var(--bg-body);
  transition: var(--transition);
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background-color: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(154, 123, 79, 0.12);
}

.field-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Counter +/- input */
.counter-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background-color: var(--bg-body);
}

.counter-btn {
  width: 46px;
  height: 46px;
  background: transparent;
  border: none;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--primary);
  cursor: pointer;
  transition: var(--transition);
}

.counter-btn:hover {
  background-color: var(--gold-soft);
  color: var(--gold);
}

.counter-input input {
  flex: 1;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 1.1rem;
  height: 46px;
  padding: 0;
}

/* Children details box */
.children-details-box {
  background: var(--gold-soft);
  border: 1px dashed var(--gold-border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  animation: fadeIn 0.3s ease;
}

.children-details-box h4 {
  font-size: 1rem;
  color: var(--gold-hover);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  color: var(--primary);
}

.custom-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  cursor: pointer;
}

/* Stay summary preview */
.stay-summary-preview {
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border-left: 1px solid var(--gold);
}

.summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
}

.summary-line span {
  color: var(--text-muted);
}

.summary-line strong {
  color: var(--primary);
  font-weight: 700;
}

.form-submit-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.form-disclaimer {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1rem;
}

/* BOOKING SIDEBAR */
.booking-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-box {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid var(--border-light);
  box-shadow: none;
}

.direct-benefits h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.benefits-list li i {
  width: 32px;
  height: 32px;
  background: transparent;
  color: var(--gold);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.benefits-list strong {
  display: block;
  font-size: 0.92rem;
  color: var(--primary);
  margin-bottom: 0.15rem;
}

.benefits-list span {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.property-quick-recap {
  padding: 1.25rem;
}

.recap-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
}

.property-quick-recap h4 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.recap-address {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.recap-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  background: var(--bg-light);
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  text-align: center;
  margin-bottom: 1rem;
}

.recap-stats span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
}

.recap-stats strong {
  font-size: 0.95rem;
  color: var(--primary);
}

.recap-booking-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-light);
}

.booking-logo-inline {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--primary);
}

.booking-logo-inline i {
  background: var(--primary);
  color: #f8f5f0;
  width: 22px;
  height: 22px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.score-val {
  background: var(--primary);
  color: #f8f5f0;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
}

.score-label {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.badge-score {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rules-box h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rules-box ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.rules-box li {
  font-size: 0.88rem;
  color: var(--text-main);
}

/* SUCCESS MODAL */
.booking-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  padding: 1rem;
}

.booking-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 17, 14, 0.78);
  backdrop-filter: blur(6px);
}

.modal-card {
  position: relative;
  z-index: 3001;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  max-width: 580px;
  width: 100%;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--text-muted);
  cursor: pointer;
}

.modal-icon-success {
  width: 64px;
  height: 64px;
  background: var(--gold-soft);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.25rem auto;
}

.modal-card h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.modal-intro {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.modal-summary {
  background: var(--bg-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.modal-summary strong {
  color: var(--primary);
}

/* REVIEWS SECTION */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.review-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.85rem;
  border: 1px solid var(--border-light);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.review-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold-border);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.review-avatar {
  width: 40px;
  height: 40px;
  background: var(--gold-soft);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.1rem;
}

.review-author {
  flex-grow: 1;
}

.review-author h4 {
  font-size: 1.05rem;
  margin-bottom: 0.1rem;
}

.review-author span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.review-score {
  background: transparent;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
}

.review-stars {
  color: var(--gold);
  font-size: 0.72rem;
  margin-bottom: 0.85rem;
  letter-spacing: 0.08em;
}

.review-text {
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.6;
  font-style: italic;
}

/* LOCATION SECTION */
.location-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.map-wrapper {
  position: relative;
  height: 480px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--border-light);
}

#propertyMap {
  width: 100%;
  height: 100%;
  background: var(--bg-light);
  z-index: 0;
}

#propertyMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-floating-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1000;
  background: var(--bg-card);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--border-light);
}

.map-floating-badge i {
  color: var(--gold);
  font-size: 1.1rem;
}

.map-floating-badge strong {
  display: block;
  font-size: 0.88rem;
  color: var(--primary);
}

.map-floating-badge span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.location-info-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 2rem;
  border: 1px solid var(--border-light);
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.location-info-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.poi-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-bottom: 1.75rem;
}

.poi-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.poi-icon {
  width: 36px;
  height: 36px;
  background: transparent;
  color: var(--gold);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.poi-details strong {
  display: block;
  font-size: 0.95rem;
  color: var(--primary);
}

.poi-details span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.neighborhood-tip {
  margin-top: auto;
  background: var(--gold-soft);
  border-radius: var(--radius-sm);
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-left: 1px solid var(--gold);
}

.neighborhood-tip i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.neighborhood-tip p {
  font-size: 0.85rem;
  color: var(--primary);
  line-height: 1.5;
}

/* FAQ SECTION */
.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
  transition: var(--transition);
}

.faq-question {
  width: 100%;
  padding: 1.35rem 0;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question i {
  color: var(--gold);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
  background-color: transparent;
}

.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 0 1.4rem 0;
  border-top: 0;
}

.faq-answer p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* CTA BANNER */
.cta-banner {
  background: var(--primary-dark);
  color: #f8f5f0;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-banner h2 {
  font-size: 2.85rem;
  font-weight: 500;
  color: #f8f5f0;
  margin-bottom: 0.85rem;
}

.cta-banner p {
  font-size: 1.08rem;
  font-weight: 300;
  color: rgba(248, 245, 240, 0.68);
  margin-bottom: 2.1rem;
}

.cta-banner-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* FOOTER */
.site-footer {
  background-color: var(--primary-dark);
  color: rgba(248, 245, 240, 0.58);
  padding: 4.5rem 0 1.5rem 0;
  border-top: 1px solid rgba(248, 245, 240, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: #f8f5f0;
  font-weight: 500;
  margin-bottom: 1rem;
}

.brand-col p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.footer-legal small {
  display: block;
  font-size: 0.78rem;
  color: rgba(248, 245, 240, 0.42);
  line-height: 1.5;
}

.footer-legal strong {
  color: rgba(248, 245, 240, 0.72);
}

.footer-col h4 {
  color: #f8f5f0;
  font-size: 0.78rem;
  margin-bottom: 1.25rem;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(248, 245, 240, 0.55);
}

.footer-links a:hover {
  color: var(--gold-light);
  padding-left: 0;
}

.footer-contacts li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
}

.footer-contacts i {
  color: var(--gold);
}

.footer-booking-badge {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: transparent;
  border: 1px solid rgba(248, 245, 240, 0.12);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 0.75rem;
}

.score-box {
  background: transparent;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
}

.score-desc {
  display: flex;
  flex-direction: column;
}

.score-desc strong {
  color: #f8f5f0;
  font-size: 0.92rem;
  font-weight: 500;
}

.score-desc span {
  font-size: 0.75rem;
  color: rgba(248, 245, 240, 0.5);
}

.footer-note {
  font-size: 0.8rem;
  color: rgba(248, 245, 240, 0.42);
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(248, 245, 240, 0.08);
  font-size: 0.8rem;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* MOBILE STICKY BAR */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--bg-card);
  border-top: 1px solid var(--border-light);
  padding: 0.7rem 1rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -8px 24px rgba(20, 17, 14, 0.08);
}

.sticky-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.sticky-info {
  display: flex;
  flex-direction: column;
}

.sticky-title {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.sticky-score {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 600;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .amenities-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .host-feature-card {
    grid-template-columns: 1fr;
  }
  .host-feature-img {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 2.9rem;
  }
  .quick-booking-bar-wrapper {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding: 0;
  }
  .quick-booking-form {
    grid-template-columns: 1fr;
    padding: 1.15rem 1rem;
    gap: 0.85rem;
  }
  .quick-action {
    grid-column: auto;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .location-layout {
    grid-template-columns: 1fr;
  }
  .map-wrapper {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    backdrop-filter: none;
    background-color: rgba(248, 245, 240, 0.98);
  }
  .nav-wrapper {
    height: 64px;
    gap: 0.5rem;
  }
  .brand-logo {
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
    z-index: 1201;
  }
  .logo-text {
    min-width: 0;
  }
  .logo-main {
    font-size: clamp(0.82rem, 3.6vw, 1.02rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.15;
  }
  .logo-sub {
    display: none;
  }
  .nav-actions {
    gap: 0.2rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1202;
  }
  .lang-switch {
    gap: 0;
    margin-right: 0;
  }
  .lang-btn {
    padding: 0.28rem 0.3rem;
    font-size: 0.62rem;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    height: 100vh;
    background:
      linear-gradient(180deg, rgba(248, 245, 240, 0.98) 0%, rgba(248, 245, 240, 0.96) 55%, rgba(28, 24, 20, 0.18) 100%);
    padding: 5.75rem 1.4rem 2.5rem;
    border-bottom: 0;
    transform: none;
    clip-path: circle(0 at calc(100% - 1.55rem) 32px);
    transition: clip-path 0.62s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.62s;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    z-index: 1200;
    overflow: hidden;
  }
  .main-nav.open {
    transform: none;
    clip-path: circle(160% at calc(100% - 1.55rem) 32px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.75rem 1rem 0;
    text-align: center;
  }
  .nav-links li {
    width: 100%;
    opacity: 0;
    transform: translateY(18px);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  }
  .main-nav.open .nav-links li {
    opacity: 1;
    transform: none;
  }
  .nav-links li:nth-child(1) { transition-delay: 0.08s; }
  .nav-links li:nth-child(2) { transition-delay: 0.13s; }
  .nav-links li:nth-child(3) { transition-delay: 0.18s; }
  .nav-links li:nth-child(4) { transition-delay: 0.23s; }
  .nav-links li:nth-child(5) { transition-delay: 0.28s; }
  .nav-links li:nth-child(6) { transition-delay: 0.33s; }
  .nav-link {
    display: block;
    width: 100%;
    font-family: var(--font-serif);
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    text-align: center;
    color: var(--primary);
    padding: 0.45rem 0.2rem;
    line-height: 1.15;
  }
  .nav-link::after {
    display: none;
  }
  .nav-link.active,
  .nav-link:hover {
    color: var(--gold);
  }
  .mobile-toggle {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .nav-call {
    padding: 0.42rem 0.5rem;
  }
  .nav-call span {
    display: none;
  }
  body.nav-open .site-header {
    background: transparent;
    border-bottom-color: transparent;
    z-index: 2000;
  }
  body.nav-open .mobile-sticky-bar {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .hero-section {
    min-height: 0;
    padding: 5.5rem 0 2rem 0;
  }
  .hero-cta-group {
    margin-bottom: 1.75rem;
  }
  .quick-booking-bar-wrapper {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding: 0;
  }
  .quick-booking-form {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.15rem 0.95rem;
    gap: 0.9rem;
    box-shadow: var(--shadow-md);
  }
  .quick-action {
    grid-column: auto;
    width: 100%;
  }
  .quick-action .btn {
    width: 100%;
  }
  .hero-title {
    font-size: 2.35rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .highlights-grid {
    grid-template-columns: 1fr;
  }
  .rooms-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenities-categories-grid {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .host-feature-content {
    padding: 1.5rem;
  }
  .host-checkmarks {
    grid-template-columns: 1fr;
  }
  .booking-card {
    padding: 1.5rem;
  }
  .mobile-sticky-bar {
    display: flex;
  }
  body {
    padding-top: 64px;
    padding-bottom: 104px;
  }
  .mobile-sticky-bar {
    padding-bottom: max(0.7rem, env(safe-area-inset-bottom));
  }
  .lightbox-prev {
    left: 5px;
  }
  .lightbox-next {
    right: 5px;
  }
}

/* ==========================================================================
   SUBPAGES & MULTIPAGE STYLING (SEO PAGES)
   ========================================================================== */
.breadcrumbs-bar {
  background-color: var(--bg-body);
  border-bottom: 1px solid var(--border-light);
  padding: 0.85rem 0;
  font-size: 0.78rem;
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
}

.breadcrumbs-list a {
  color: var(--text-muted);
}

.breadcrumbs-list a:hover {
  color: var(--primary);
}

.breadcrumbs-list span {
  color: var(--primary);
  font-weight: 400;
}

.page-header-section {
  background: var(--bg-body);
  color: var(--primary);
  padding: 4.5rem 0 3.25rem 0;
  text-align: center;
}

.page-title {
  font-size: 3.1rem;
  font-weight: 500;
  color: var(--primary);
  max-width: 860px;
  margin: 0 auto 0.75rem auto;
}

.page-lead {
  font-size: 1.08rem;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Two Column Layout */
.two-col-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.feature-bullets {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.feature-bullets i {
  font-size: 1.25rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.feature-bullets strong {
  display: block;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.15rem;
}

.feature-bullets span {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.visual-stack {
  position: relative;
}

.rounded-img {
  border-radius: var(--radius-xl);
  width: 100%;
  object-fit: cover;
}

.visual-badge-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(20, 17, 14, 0.82);
  backdrop-filter: blur(8px);
  color: #f8f5f0;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  border: 1px solid rgba(196, 165, 116, 0.28);
}

.visual-badge-overlay i {
  color: var(--gold-light);
}

/* Comparison Table */
.comparison-table-wrapper {
  overflow-x: auto;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: none;
  margin-top: 2rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.comparison-table th, .comparison-table td {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.comparison-table th {
  background: var(--bg-light);
  color: var(--primary);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.highlight-th {
  background: var(--gold-soft) !important;
  color: var(--gold-hover) !important;
  border-bottom: 2px solid var(--gold) !important;
}

.highlight-td {
  background: rgba(251, 245, 230, 0.4);
}

/* Room Detail Row */
.room-detail-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--border-light);
}

.room-detail-row.reverse {
  grid-template-columns: 1.1fr 1fr;
}

.room-detail-row.reverse .room-detail-media {
  order: 2;
}

.room-detail-badge {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.room-bed-summary {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.room-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.room-feature-list li {
  font-size: 0.92rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Bathrooms Grid */
.bathrooms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.bath-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: none;
}

.bath-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.bath-body {
  padding: 1.25rem;
}

.bath-body h4 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.bath-body p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.group-cta-box {
  background: var(--primary-dark);
  color: #f8f5f0;
  border-radius: var(--radius-md);
  padding: 3.75rem 2rem;
  margin-top: 3.5rem;
}

.group-cta-box h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #f8f5f0;
  margin-bottom: 0.85rem;
}

.group-cta-box p {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(248, 245, 240, 0.68);
  max-width: 700px;
  margin: 0 auto 2rem auto;
}

@media (max-width: 900px) {
  .page-title {
    font-size: 2.15rem;
  }
  .two-col-layout {
    grid-template-columns: 1fr;
  }
  .room-detail-row, .room-detail-row.reverse {
    grid-template-columns: 1fr;
  }
  .room-detail-row.reverse .room-detail-media {
    order: 1;
  }
  .bathrooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Language switcher */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-right: 0.15rem;
}

.lang-btn {
  background: none;
  border: 0;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.35rem 0.4rem;
}

.lang-btn.is-active {
  color: var(--primary);
}

.nav-call {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.05rem;
  font-size: 0.7rem;
}

.nav-call:hover {
  border-color: var(--primary);
  background: transparent;
  color: var(--primary);
}

/* Cookie banner + preferences */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 4000;
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xl);
  padding: 1.35rem 1.5rem;
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none !important;
}

.cookie-banner h2 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.cookie-banner p,
.cookie-modal p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cookie-banner a,
.cookie-modal a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 4001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 17, 14, 0.55);
}

.cookie-modal-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  width: min(560px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 1.75rem;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--border-light);
}

.cookie-option h3 {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.cookie-option p {
  margin: 0;
  font-size: 0.82rem;
}

.cookie-switch {
  position: relative;
  width: 42px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-switch span {
  position: absolute;
  inset: 0;
  background: #d4cdc3;
  border-radius: 99px;
  cursor: pointer;
}

.cookie-switch span::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + span {
  background: var(--gold);
}

.cookie-switch input:checked + span::after {
  transform: translateX(18px);
}

.cookie-switch input:disabled + span {
  opacity: 0.55;
  cursor: not-allowed;
}

.cookie-manage {
  background: none;
  border: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
}

.map-consent-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.85rem;
  background: var(--bg-light);
  text-align: center;
  padding: 1.5rem;
  z-index: 2;
}

.map-consent-placeholder.is-visible {
  display: flex;
}

.map-consent-placeholder p {
  color: var(--text-muted);
  max-width: 320px;
}

/* Legal pages */
.legal-article {
  max-width: 760px;
  margin: 0 auto;
}

.legal-article h2 {
  font-size: 1.5rem;
  margin: 2.25rem 0 0.75rem;
}

.legal-article h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
}

.legal-article p,
.legal-article li {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.legal-article ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-article li {
  list-style: disc;
}

.legal-copy[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .cookie-banner {
    left: 0.65rem;
    right: 0.65rem;
    bottom: calc(5.9rem + env(safe-area-inset-bottom, 0px));
    padding: 1.15rem;
    max-height: min(58vh, 420px);
    overflow: auto;
  }
  .cookie-actions .btn {
    flex: 1 1 100%;
  }
}
