/* =========================================================
   רוממותא – Luxury Zimmer Website
   Color Palette: Dark (#12090517) + Gold (#C9992A) + Cream (#F5EDD4)
   ========================================================= */

@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/frank-ruhl-libre-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/frank-ruhl-libre-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+FEFF;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/heebo-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/heebo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+FEFF;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/rubik-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/rubik-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+FEFF;
}

:root {
  --dark:        #140c08;
  --dark-mid:    #1e1208;
  --dark-card:   #231509;
  --gold:        #c9992a;
  --gold-light:  #e6b84a;
  --gold-pale:   #f0d990;
  --cream:       #f5edd4;
  --cream-light: #fdf8ee;
  --text-dark:   #2a1a0a;
  --text-mid:    #5a4020;
  --text-light:  #c4b090;
  --white:       #ffffff;

  --font-serif:  'Frank Ruhl Libre', serif;
  --font-sans:   'Rubik', 'Heebo', sans-serif;

  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   28px;
  --shadow-gold: 0 4px 32px rgba(201,153,42,0.18);
  --shadow-dark: 0 8px 40px rgba(0,0,0,0.45);
}

/* ===== HERO SLIDE FALLBACK GRADIENTS (when no photos) ===== */
.hero-slide[data-fallback="grad1"] {
  background-image: url('/.netlify/images?url=/images/dining.jpg&w=1600&fm=avif&q=75'),
    url('/images/dining.jpg'),
    linear-gradient(135deg, #1e1208 0%, #2d1a06 40%, #1a0e05 100%);
}
.hero-slide[data-fallback="grad2"] {
  background-image: url('/.netlify/images?url=/images/living.jpg&w=1600&fm=avif&q=75'),
    url('/images/living.jpg'),
    linear-gradient(135deg, #12090a 0%, #1e1006 50%, #0e0a05 100%);
}
.hero-slide[data-fallback="grad3"] {
  background-image: url('/.netlify/images?url=/images/bedroom.jpg&w=1600&fm=avif&q=75'),
    url('/images/bedroom.jpg'),
    linear-gradient(135deg, #0e0a06 0%, #1a1108 50%, #231508 100%);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--cream-light);
  color: var(--text-dark);
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  line-height: 1.65;
}

@media (max-width: 680px) {
  /* Keep text readable on smaller phone viewports */
  html { font-size: clamp(17px, 3.8vw, 18px); }
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SECTION SHARED ===== */
.section { padding: 90px 0; }
.dark-section { background: var(--dark); }

.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-header.light .section-tag,
.section-header.light .section-title { color: var(--cream); }
.section-header.light p { color: var(--text-light); }

.section-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}

.gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto;
  border-radius: 2px;
}

.section-desc {
  color: var(--text-mid);
  font-size: 1.05rem;
  margin-top: 16px;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(201,153,42,0.4);
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,153,42,0.5);
}
.btn-primary.btn-full { width: 100%; text-align: center; padding: 16px; font-size: 1.05rem; }

.btn-outline-gold {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid var(--gold);
  color: var(--gold);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--dark);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: background 0.35s, padding 0.35s, box-shadow 0.35s;
}
.navbar.scrolled {
  background: rgba(20,12,8,0.97);
  padding: 10px 0;
  box-shadow: 0 2px 24px rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
}

.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo img { height: 52px; width: auto; filter: drop-shadow(0 0 6px rgba(201,153,42,0.35)); }
.nav-logo-text {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  text-shadow: 0 1px 8px rgba(201,153,42,0.3);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; right: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.25s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  padding: 8px 22px;
  background: var(--gold);
  color: var(--dark) !important;
  border-radius: var(--radius-sm);
  font-weight: 700 !important;
  transition: background 0.2s, transform 0.2s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.25s;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14,8,4,0.55) 0%,
    rgba(14,8,4,0.72) 50%,
    rgba(14,8,4,0.85) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  animation: heroFadeIn 1.2s ease forwards;
}

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

.hero-logo-wrap { margin-bottom: 24px; }
.hero-logo {
  height: 120px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 4px 24px rgba(201,153,42,0.5));
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  color: var(--gold-pale);
  text-shadow: 0 2px 30px rgba(0,0,0,0.7);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.45; /* extra room for nikud marks above letters */
}
/* Hebrew nikud title: slightly more generous spacing so dots breathe */
.hero-title .t-he {
  letter-spacing: 0.08em;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--cream);
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  opacity: 0.9;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.badge {
  padding: 6px 16px;
  border: 1.5px solid var(--gold);
  border-radius: 30px;
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: rgba(201,153,42,0.08);
  backdrop-filter: blur(4px);
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.scroll-arrow {
  width: 20px; height: 20px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  margin: 8px auto 0;
  animation: bounce 1.6s infinite;
}
@keyframes bounce {
  0%,100% { transform: rotate(45deg) translateY(0); }
  50%      { transform: rotate(45deg) translateY(5px); }
}

/* ===== ABOUT ===== */
.about { background: var(--cream-light); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text p {
  font-size: 1.05rem;
  color: var(--text-mid);
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  padding: 24px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border-right: 4px solid var(--gold);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.highlight-icon { font-size: 1.4rem; }
.highlight-item strong { display: block; font-size: 1rem; color: var(--text-dark); }
.highlight-item span { font-size: 0.85rem; color: var(--text-mid); }

.about-image-wrap { position: relative; }
.about-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-dark);
}
.about-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-image:hover img { transform: scale(1.04); }
.about-image.no-img {
  background: linear-gradient(135deg, var(--dark-mid), var(--dark));
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-label {
  position: absolute;
  bottom: 16px; right: 16px;
  background: rgba(20,12,8,0.82);
  color: var(--gold-pale);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  backdrop-filter: blur(4px);
}

/* ===== ROOMS ===== */
.rooms { padding-bottom: 40px; }

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}

.room-card {
  background: var(--dark-card);
  border: 1px solid rgba(201,153,42,0.15);
  border-radius: var(--radius-md);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.room-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.room-card.featured {
  border-color: var(--gold);
  background: linear-gradient(160deg, #231a06, #1a1005);
}

.room-badge-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.room-icon {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.room-card h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 12px;
}
.room-card p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 20px;
}

.room-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.room-feature-list span {
  padding: 4px 12px;
  border: 1px solid rgba(201,153,42,0.35);
  border-radius: 20px;
  color: var(--gold-pale);
  font-size: 0.78rem;
}

.rooms-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: rgba(201,153,42,0.08);
  border: 1px solid rgba(201,153,42,0.2);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.summary-stat {
  flex: 1;
  text-align: center;
  padding: 28px 20px;
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-light);
  letter-spacing: 0.05em;
}
.summary-divider {
  width: 1px;
  height: 60px;
  background: rgba(201,153,42,0.2);
}

/* ===== BATHROOMS ===== */
.bathrooms { background: var(--cream); }

.bath-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bath-card {
  text-align: center;
  padding: 36px 24px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid var(--gold);
  transition: transform 0.3s, box-shadow 0.3s;
}
.bath-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.bath-icon { font-size: 2.6rem; margin-bottom: 14px; }
.bath-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.bath-card p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; }

/* ===== AMENITIES ===== */
.amenity-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.amenity-category {
  background: var(--dark-card);
  border: 1px solid rgba(201,153,42,0.12);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: border-color 0.3s;
}
.amenity-category:hover { border-color: rgba(201,153,42,0.35); }

.category-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--gold-pale);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,153,42,0.15);
}
.category-icon { font-size: 1.4rem; }

.amenity-list { display: flex; flex-direction: column; gap: 10px; }
.amenity-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 0.95rem;
}
.check {
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ===== GALLERY ===== */
.gallery { background: var(--cream-light); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  background: var(--dark-mid);
}

/* Fallback patterns when images don't load */
.gallery-item:nth-child(1) { background: linear-gradient(135deg, #1a1005, #2d1a08); }
.gallery-item:nth-child(2) { background: linear-gradient(135deg, #0e0a06, #231408); }
.gallery-item:nth-child(3) { background: linear-gradient(135deg, #120a06, #1e1408); }
.gallery-item:nth-child(4) { background: linear-gradient(135deg, #180e05, #271608); }
.gallery-item:nth-child(5) { background: linear-gradient(135deg, #1a1208, #2a1a0a); }

/* Placeholder icon for missing gallery images */
.gallery-item img[src=""] + .gallery-caption,
.gallery-item img:not([src]) + .gallery-caption { opacity: 1; }

.gallery-item::before {
  content: '✦';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: rgba(201,153,42,0.15);
  pointer-events: none;
  z-index: 0;
}
.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item.wide {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}
.gallery-item:hover img { transform: scale(1.06); }

/* No-image state: show beautiful placeholder */
.gallery-item.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.gallery-item.no-img::after {
  content: attr(data-label);
  color: rgba(201,153,42,0.45);
  font-size: 0.85rem;
  font-family: var(--font-sans);
  z-index: 2;
  position: relative;
}

.gallery-caption {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  padding: 20px 16px 12px;
  background: linear-gradient(transparent, rgba(14,8,4,0.8));
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-caption { opacity: 1; }

/* Featured gallery items — the stars of the gallery */
.gallery-item.featured {
  box-shadow: 0 0 0 2px var(--gold), 0 18px 48px rgba(201,153,42,0.35);
  outline: 1px solid rgba(201,153,42,0.4);
  outline-offset: 4px;
}
.gallery-item.featured::after {
  content: '★';
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--dark-mid, #0e0804);
  border-radius: 50%;
  font-size: 1rem;
  z-index: 3;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}
.gallery-item.featured .gallery-caption {
  opacity: 1;
  background: linear-gradient(transparent, rgba(14,8,4,0.92));
  font-weight: 600;
  font-size: 1rem;
  color: #f5e8c9;
}
.gallery-item.featured:hover img { transform: scale(1.08); }

/* ===== LOCATION ===== */
.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.location-text p {
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 28px;
}

.location-details { display: flex; flex-direction: column; gap: 14px; }
.location-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-size: 0.98rem;
}
.loc-icon { font-size: 1.2rem; }

.map-placeholder {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--dark-mid), var(--dark-card));
  border: 1px solid rgba(201,153,42,0.2);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-inner {
  text-align: center;
  padding: 32px;
}
.map-icon { font-size: 4rem; margin-bottom: 14px; }
.map-inner p { color: var(--text-light); font-size: 1rem; margin-bottom: 20px; }

/* ===== CONTACT ===== */
.contact { background: var(--cream-light); }

.contact-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start;
}

/* Form */
.contact-form {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }

label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.02em;
}

input, select, textarea {
  padding: 12px 16px;
  border: 1.5px solid #e0d4b8;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--cream-light);
  transition: border-color 0.2s, box-shadow 0.2s;
  direction: rtl;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,153,42,0.12);
}
textarea { resize: vertical; }

/* Contact card */
.contact-card {
  background: var(--dark);
  border: 1px solid rgba(201,153,42,0.2);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
}
.contact-logo img { height: 80px; margin: 0 auto 12px; }
.contact-logo h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--gold-pale);
  margin-bottom: 4px;
}
.contact-logo p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 28px; }

.contact-links { display: flex; flex-direction: column; gap: 14px; }
.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  background: rgba(201,153,42,0.07);
  border: 1px solid rgba(201,153,42,0.15);
  border-radius: var(--radius-sm);
  color: var(--cream);
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s;
}
.contact-link:hover { background: rgba(201,153,42,0.14); border-color: var(--gold); }
.contact-link.whatsapp { background: rgba(37,211,102,0.1); border-color: rgba(37,211,102,0.25); }
.contact-link.whatsapp:hover { background: rgba(37,211,102,0.2); border-color: rgba(37,211,102,0.5); }
.contact-link.call-btn { background: rgba(201,153,42,0.08); border-color: rgba(201,153,42,0.25); }
.contact-link.call-btn:hover { background: rgba(201,153,42,0.18); border-color: var(--gold); }
.contact-link-icon { font-size: 1.4rem; flex-shrink: 0; }
.contact-link strong { display: block; font-size: 1rem; color: var(--cream); }
.link-sub { font-size: 0.75rem; color: var(--text-light); }

/* Form action buttons */
.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}
.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  border: none;
}
.btn-action:hover { transform: translateY(-2px); }

.btn-call {
  background: linear-gradient(135deg, #1a7a3a 0%, #25a352 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,163,82,0.35);
  text-decoration: none;
}
.btn-call:hover { box-shadow: 0 6px 22px rgba(37,163,82,0.5); }

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

/* ===== FOOTER ===== */
.footer {
  background: var(--dark);
  border-top: 1px solid rgba(201,153,42,0.12);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding: 60px 0 48px;
}

.footer-brand .footer-logo { height: 60px; margin-bottom: 12px; }
.footer-brand h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold-pale);
  margin-bottom: 8px;
}
.footer-brand p { color: var(--text-light); font-size: 0.92rem; line-height: 1.7; }

.footer-nav h4,
.footer-contact h4 {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.footer-nav ul { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: var(--text-light); font-size: 0.9rem; transition: color 0.2s; }
.footer-nav a:hover { color: var(--gold-light); }

.footer-contact p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 8px; }

.footer-bottom {
  border-top: 1px solid rgba(201,153,42,0.1);
  padding: 20px 0;
  text-align: center;
  color: rgba(196,176,144,0.5);
  font-size: 0.82rem;
}

/* ===== ACTIVE NAV LINK ===== */
.nav-links a.active-link {
  color: var(--gold-light);
}
.nav-links a.active-link::after { width: 100%; }

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .about-grid,
  .location-content { grid-template-columns: 1fr; }
  .about-image-wrap { order: -1; }
  .rooms-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto 48px; }
  .bath-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .amenity-categories { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-item.large { grid-column: span 2; grid-row: span 1; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  .section { padding: 60px 0; }
  .nav-links {
    display: none;
    position: fixed;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(14,8,4,0.97);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.3rem; }
  .nav-toggle { display: flex; z-index: 1001; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.large { grid-column: span 1; }
  .gallery-item.wide { grid-column: span 1; }
  .rooms-summary { flex-direction: column; gap: 0; }
  .summary-divider { width: 80%; height: 1px; }
  .contact-form { padding: 24px 20px; }
}

/* ============================================================
   NEW FEATURES: Lang Toggle · Room Tags · Testimonials ·
                 Map · Floating WhatsApp
   ============================================================ */

/* ===== LANGUAGE TOGGLE BUTTON ===== */
.lang-toggle {
  background: transparent;
  border: 1.5px solid rgba(201,153,42,0.45);
  color: var(--gold-light);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
}
.lang-toggle:hover {
  background: rgba(201,153,42,0.15);
  border-color: var(--gold);
  color: var(--gold);
}

/* ===== LANGUAGE VISIBILITY ===== */
body:not(.lang-en) .t-en { display: none !important; }
body.lang-en .t-he       { display: none !important; }

/* LTR flip for English */
body.lang-en                          { direction: ltr; text-align: left; }
body.lang-en .section-header         { text-align: center; }
body.lang-en .about-highlights       { border-right: none; border-left: 4px solid var(--gold); }
body.lang-en input,
body.lang-en select,
body.lang-en textarea                { direction: ltr; text-align: left; }
body.lang-en .room-feature-list      { justify-content: center; }
body.lang-en .amenity-list li        { flex-direction: row; }

/* ===== ROOM TAGS ===== */
.room-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.room-tag {
  padding: 3px 11px;
  background: rgba(201,153,42,0.09);
  border: 1px solid rgba(201,153,42,0.22);
  border-radius: 12px;
  color: var(--gold-pale);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.room-tag.gold {
  background: rgba(201,153,42,0.2);
  border-color: var(--gold);
  color: var(--gold-light);
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials { background: var(--cream); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.review-card {
  background: var(--white);
  border: 1px solid rgba(201,153,42,0.14);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  left: 20px;
  font-family: var(--font-serif);
  font-size: 5rem;
  color: rgba(201,153,42,0.09);
  line-height: 1;
  pointer-events: none;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.11);
  border-color: rgba(201,153,42,0.35);
}
.review-card.featured {
  border-color: var(--gold);
  background: linear-gradient(160deg, #fffdf5, #fdf8ec);
}
.review-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(201,153,42,0.35);
}
.review-stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.review-text {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.78;
  font-style: italic;
  flex: 1;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(201,153,42,0.12);
}
.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(201,153,42,0.3);
}
.review-meta { display: flex; flex-direction: column; gap: 3px; }
.review-meta strong { color: var(--text-dark); font-size: 0.92rem; }
.review-meta span  { color: var(--text-mid);  font-size: 0.76rem; }

/* ===== GOOGLE MAPS CONTAINER ===== */
.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,153,42,0.2);
  aspect-ratio: 4 / 3;
  position: relative;
  box-shadow: var(--shadow-dark);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== NAVIGATE BUTTON ===== */
.nav-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 0;
  padding: 13px 30px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(201,153,42,0.4);
}
.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 26px rgba(201,153,42,0.55);
}
.waze-btn {
  background: linear-gradient(135deg, #33ccff, #05b5e6);
  color: #fff;
}
.waze-btn:hover {
  box-shadow: 0 7px 26px rgba(5,181,230,0.55);
}

/* ===== FLOATING WHATSAPP BUTTON ===== */
.float-whatsapp {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #25d366, #1aad52);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,0.55);
  z-index: 990;
  transition: transform 0.25s, box-shadow 0.25s;
  animation: waFloat 3s ease-in-out infinite;
}
.float-whatsapp:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 30px rgba(37,211,102,0.7);
  animation: none;
}
.float-whatsapp svg { width: 30px; height: 30px; }

@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

/* Tooltip on hover */
.float-whatsapp::after {
  content: 'WhatsApp';
  position: absolute;
  right: 72px;
  background: rgba(20,12,8,0.9);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.float-whatsapp:hover::after { opacity: 1; }

/* ===== RESPONSIVE ADDITIONS ===== */
@media (max-width: 960px) {
  .reviews-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 680px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .float-whatsapp { width: 54px; height: 54px; bottom: 20px; left: 18px; }
  .float-whatsapp svg { width: 26px; height: 26px; }
  .lang-toggle { font-size: 0.75rem; padding: 5px 10px; }
  .nav-btn { font-size: 0.88rem; padding: 11px 22px; }
}

/* ===== GALLERY SHARE BUTTON ===== */
.gallery-share {
  text-align: center;
  margin-top: 36px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(37,211,102,0.35);
}
.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.55);
}

/* ===== SHABBAT SECTION ===== */
.shabbat { background: var(--dark); }
.section-desc.light-text {
  color: rgba(245,237,212,0.72);
  margin-top: 14px;
  font-size: 1.05rem;
}
.shabbat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.shabbat-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,153,42,0.18);
  border-radius: var(--radius-lg);
  padding: 32px 22px;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.shabbat-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  background: rgba(201,153,42,0.08);
}
.shabbat-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
  display: block;
}
.shabbat-card h3 {
  color: var(--gold);
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.shabbat-card p {
  color: rgba(245,237,212,0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}
.stay-guide {
  margin-top: 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,153,42,0.24);
  border-radius: var(--radius-lg);
  padding: 34px 24px;
}
.stay-guide-header {
  text-align: center;
  margin-bottom: 24px;
}
.stay-guide-header h3 {
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  margin-bottom: 10px;
}
.stay-guide-header p {
  color: rgba(245,237,212,0.78);
  font-size: 1rem;
}
.stay-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.stay-guide-card {
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(201,153,42,0.18);
  border-radius: var(--radius-md);
  padding: 18px 16px;
}
.stay-guide-card h4 {
  color: var(--gold-light);
  font-size: 1.04rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.stay-guide-card ul {
  list-style: disc;
  margin-inline-start: 20px;
}
.stay-guide-card li {
  color: rgba(245,237,212,0.86);
  margin-bottom: 8px;
  line-height: 1.55;
  font-size: 0.94rem;
}
.stay-guide-phone {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: var(--cream);
  background: rgba(201,153,42,0.15);
  border: 1px solid rgba(201,153,42,0.35);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.stay-guide-phone:hover {
  background: rgba(201,153,42,0.28);
  border-color: var(--gold-light);
  transform: translateY(-1px);
}
.stay-guide-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stay-guide-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.stay-guide-mini-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,153,42,0.24);
  border-radius: 12px;
  padding: 12px;
}
.stay-guide-mini-card h5,
.stay-guide-rentals h5 {
  color: var(--gold-light);
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 700;
}
.stay-guide-mini-card p {
  color: rgba(245,237,212,0.86);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.stay-guide-rentals {
  margin-top: 6px;
}
.stay-guide-rentals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.stay-guide-rental-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,153,42,0.24);
  border-radius: 12px;
  padding: 12px;
}
.stay-guide-rental-title {
  color: rgba(245,237,212,0.9);
  margin: 0 0 4px;
  font-size: 0.9rem;
}
.stay-guide-rental-name {
  color: var(--cream);
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .shabbat-grid { grid-template-columns: repeat(2, 1fr); }
  .stay-guide-grid { grid-template-columns: 1fr; }
  .stay-guide-subgrid,
  .stay-guide-rentals-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .shabbat-grid { grid-template-columns: 1fr; }
  .stay-guide {
    padding: 28px 16px;
  }
  .stay-guide-card {
    padding: 16px 14px;
  }
}

/* ===== REVIEWS CTA ===== */
.reviews-cta {
  text-align: center;
  margin-top: 44px;
  padding: 36px 24px;
  background: linear-gradient(135deg, rgba(201,153,42,0.09), rgba(201,153,42,0.04));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201,153,42,0.2);
}
.reviews-cta p {
  color: var(--text-light);
  font-size: 1.12rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.reviews-cta-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1rem;
}

/* ===== SAVE CONTACT BUTTON ===== */
.save-contact-btn {
  background: none;
  border: 1px solid rgba(201,153,42,0.25);
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  transition: border-color 0.22s, background 0.22s;
  padding: 0;
  border-radius: 0;
}
.save-contact-btn:hover {
  border-color: var(--gold);
  background: rgba(201,153,42,0.06);
}

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 4, 2, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.lightbox-content {
  max-width: 90vw;
  max-height: 88vh;
  text-align: center;
  position: relative;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 20px 70px rgba(0,0,0,0.8);
}
.lightbox-caption {
  color: var(--cream);
  font-size: 0.95rem;
  margin-top: 14px;
  opacity: 0.78;
  font-family: var(--font-serif);
}
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(245,237,212,0.35);
  color: var(--cream);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  z-index: 10000;
}
.lightbox-close:hover {
  background: rgba(245,237,212,0.18);
  border-color: var(--cream);
}
.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.09);
  border: none;
  color: var(--cream);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, opacity 0.2s;
  z-index: 10000;
}
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 600px) {
  .lightbox-prev { left: 4px; }
  .lightbox-next { right: 4px; }
  .lightbox-close { top: 10px; right: 10px; width: 40px; height: 40px; }
  /* M19 – Larger touch targets on mobile */
  .lightbox-prev,
  .lightbox-next {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
  }
}

/* ===== BUG FIXES ===== */

/* m8 – Skip to content link (accessibility) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  padding: 0.6rem 1.4rem;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  z-index: 99999;
  text-decoration: none;
  transition: top 0.2s;
  white-space: nowrap;
}
.skip-link:focus {
  top: 0;
}

/* m12 – Gallery cursor via CSS (not JS) */
.gallery-item {
  cursor: zoom-in;
}

/* m11 – Shabbat card performance hint */
.shabbat-card {
  will-change: transform;
}

/* C3 – Floating WhatsApp tooltip: fix position in LTR mode */
body.lang-en .float-whatsapp::after {
  right: auto;
  left: 72px;
}

/* Lightbox close button: mirror position in LTR */
body.lang-en .lightbox-close {
  right: auto;
  left: 22px;
}
@media (max-width: 600px) {
  body.lang-en .lightbox-close {
    right: auto;
    left: 10px;
  }
}

/* ===== SCROLL PROGRESS BAR ===== */
.scroll-progress {
  position: fixed;
  top: 0;
  right: 0; /* RTL: start from right */
  left: auto;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), #f0c040, var(--gold));
  background-size: 200% 100%;
  animation: shimmerBar 2s linear infinite;
  z-index: 10001;
  transition: width 0.08s linear;
  border-radius: 0 0 3px 0;
  box-shadow: 0 0 8px rgba(201,153,42,0.6);
}
body.lang-en .scroll-progress {
  right: auto;
  left: 0;
  border-radius: 0 0 0 3px;
}
@keyframes shimmerBar {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* ===== AVAILABILITY BADGE ===== */
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(20, 12, 8, 0.65);
  border: 1px solid rgba(45, 179, 106, 0.5);
  border-radius: 30px;
  padding: 6px 18px 6px 14px;
  color: #5ddc8e;
  font-size: 0.82rem;
  font-family: var(--font-sans);
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.avail-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2db36a;
  flex-shrink: 0;
  animation: availPulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(45,179,106,0.7);
}
@keyframes availPulse {
  0%   { box-shadow: 0 0 0 0 rgba(45,179,106,0.7); }
  50%  { box-shadow: 0 0 0 7px rgba(45,179,106,0); }
  100% { box-shadow: 0 0 0 0 rgba(45,179,106,0); }
}

/* ===== TYPEWRITER CURSOR ===== */
.typewriter::after {
  content: '|';
  animation: blink 0.75s step-end infinite;
  color: var(--gold);
  font-weight: 300;
  margin-inline-start: 2px;
}
.typewriter.done::after {
  display: none;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ===== PESACH PROMO BANNER ===== */
.promo-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(26,14,5,0.82) 0%, rgba(45,26,6,0.78) 50%, rgba(26,14,5,0.82) 100%),
              url('/.netlify/images?url=/images/promo-bg.png&w=1600&fm=avif&q=75') center/cover no-repeat,
              url('/images/promo-bg.png') center/cover no-repeat;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  padding: 40px 20px;
  text-align: center;
  z-index: 10;
}
.promo-banner-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 200px;
  background: radial-gradient(ellipse, rgba(201,153,42,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.promo-banner-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.promo-banner-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 6px 22px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  animation: promoPulse 2s ease-in-out infinite;
}
@keyframes promoPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,153,42,0.5); }
  50% { box-shadow: 0 0 18px 4px rgba(201,153,42,0.35); }
}
.promo-banner-text {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  color: var(--cream);
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.promo-banner-text strong {
  color: var(--gold-light);
}
.promo-banner-price {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--cream);
  margin: 2px 0 6px;
}
.promo-price-highlight {
  color: var(--gold);
  font-size: 1.85rem;
  text-shadow: 0 0 18px rgba(201,153,42,0.4);
}
.promo-banner-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 12px 38px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: var(--shadow-gold);
  margin-top: 4px;
}
.promo-banner-cta:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(201,153,42,0.35);
}

@media (max-width: 600px) {
  .promo-banner { padding: 28px 16px; }
  .promo-banner-text { font-size: 1.2rem; }
  .promo-banner-price { font-size: 1.3rem; }
  .promo-price-highlight { font-size: 1.55rem; }
  .promo-banner-cta { font-size: 0.95rem; padding: 9px 26px; }
}

/* ── Summer Promo Banner ── */
.summer-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10,40,60,0.80) 0%, rgba(20,55,75,0.75) 50%, rgba(10,40,60,0.80) 100%),
              url('/.netlify/images?url=/images/summer-promo-bg.png&w=1600&fm=avif&q=75') center/cover no-repeat,
              url('/images/summer-promo-bg.png') center/cover no-repeat;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  padding: 40px 20px;
  text-align: center;
  z-index: 10;
}
.summer-banner-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 200px;
  background: radial-gradient(ellipse, rgba(201,153,42,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.summer-banner-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.summer-banner-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 6px 22px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  animation: summerPulse 2s ease-in-out infinite;
}
@keyframes summerPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,153,42,0.5); }
  50% { box-shadow: 0 0 18px 4px rgba(201,153,42,0.35); }
}
.summer-banner-text {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  color: var(--cream);
  margin: 0;
  line-height: 1.8;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.summer-banner-text strong {
  color: var(--gold-light);
}
.summer-banner-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 12px 38px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: var(--shadow-gold);
  margin-top: 4px;
}
.summer-banner-cta:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(201,153,42,0.35);
}
@media (max-width: 600px) {
  .summer-banner { padding: 28px 16px; }
  .summer-banner-text { font-size: 1.2rem; }
  .summer-banner-cta { font-size: 0.95rem; padding: 9px 26px; }
}

/* ===== STATS TICKER ===== */
.stats-ticker {
  background: var(--dark);
  border-top: 1px solid rgba(201,153,42,0.25);
  border-bottom: 1px solid rgba(201,153,42,0.25);
  overflow: hidden;
  padding: 12px 0;
  position: relative;
}
.stats-ticker::before,
.stats-ticker::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.stats-ticker::before {
  right: 0;
  background: linear-gradient(to left, var(--dark), transparent);
}
.stats-ticker::after {
  left: 0;
  background: linear-gradient(to right, var(--dark), transparent);
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: tickerRTL 30s linear infinite;
}
body.lang-en .ticker-track {
  animation: tickerLTR 30s linear infinite;
}
@keyframes tickerRTL {
  from { transform: translateX(0); }
  to   { transform: translateX(50%); }
}
@keyframes tickerLTR {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-track:hover { animation-play-state: paused; }
.tick-item {
  display: inline-flex;
  align-items: center;
  padding: 0 32px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  opacity: 0.85;
  gap: 8px;
}
.tick-item .t-he,
.tick-item .t-en {
  /* Always display both in ticker since we show only one at a time via CSS */
}
.tick-item:nth-child(odd)  { color: var(--gold); }
.tick-item:nth-child(even) { color: var(--cream); }

/* ===== CARD 3D TILT ===== */
.room-card,
.review-card,
.shabbat-card,
.bath-card {
  transform-style: preserve-3d;
  transition: transform 0.15s ease, box-shadow 0.3s ease;
}
.room-card:hover,
.review-card:hover,
.shabbat-card:hover,
.bath-card:hover {
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}

/* ===== YL FOOTER CREDIT ===== */
.footer-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.78rem;
  color: rgba(245,237,212,0.45);
}
.yl-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(201,153,42,0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.yl-link:hover { color: var(--gold); }
.yl-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--gold), #a8782a);
  color: var(--dark);
  border-radius: 6px;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}
.yl-phone {
  color: rgba(245,237,212,0.5);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.78rem;
}
.yl-phone:hover { color: var(--cream); }
.yl-phone::before { content: '·'; margin-inline-end: 6px; opacity: 0.4; }

/* ===== STAT NUMBER POP ANIMATION ===== */
.stat-num {
  display: inline-block;
  transition: transform 0.2s;
}
.stat-num.popping {
  animation: numPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes numPop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.35); color: var(--gold); }
  100% { transform: scale(1); }
}

/* ===== GOLD SHIMMER ON SECTION TITLES ===== */
.section-title .t-he,
.section-title .t-en {
  background: linear-gradient(90deg,
    var(--dark-text, #2a1a08) 0%,
    var(--gold) 40%,
    #f0d060 55%,
    var(--gold) 70%,
    var(--dark-text, #2a1a08) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerTitle 5s ease-in-out infinite;
}
.dark-section .section-title .t-he,
.dark-section .section-title .t-en {
  background: linear-gradient(90deg,
    var(--cream) 0%,
    var(--gold) 40%,
    #f0d060 55%,
    var(--gold) 70%,
    var(--cream) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerTitle 5s ease-in-out infinite;
}
@keyframes shimmerTitle {
  0%, 100% { background-position: 0% 0%; }
  50%       { background-position: 100% 0%; }
}

@media (max-width: 768px) {
  .stats-ticker { padding: 10px 0; }
  .tick-item { padding: 0 20px; font-size: 0.8rem; }
}

/* ===== SEO CONTENT SECTION ===== */
.seo-section {
  background: #f9f5ec;
  border-top: 1px solid rgba(201,153,42,0.18);
  padding: 52px 0 44px;
}
.seo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.seo-block {
  padding: 0 0 36px;
}
.seo-block + .seo-block {
  border-top: 1px solid rgba(201,153,42,0.15);
  padding-top: 36px;
  padding-bottom: 0;
}
.seo-block h2 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #2a1a08;
  margin-bottom: 14px;
  line-height: 1.5;
}
.seo-block h3 {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-weight: 600;
  color: #9a7520;
  margin: 20px 0 8px;
}
.seo-block p {
  font-family: var(--font-sans);
  font-size: 0.87rem;
  line-height: 1.9;
  color: #4a3a28;
  margin-bottom: 10px;
  max-width: 840px;
}
body:not(.lang-en) .seo-block.t-en { display: none; }
body.lang-en       .seo-block.t-he { display: none; }

@media (max-width: 768px) {
  .seo-section { padding: 36px 0 28px; }
  .seo-block h2 { font-size: 1rem; }
  .seo-block p  { font-size: 0.82rem; }
}

/* ===== NIKUD TITLE (Frank Ruhl Libre + vowel-mark spacing) ===== */
.nikud-title {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.5; /* room for nikud above and below */
  letter-spacing: 0.06em;
}

/* ===== FOCUS RINGS (keyboard-only, gold) ===== */
:focus-visible {
  outline: 3px solid #c8a84b;
  outline-offset: 3px;
  border-radius: 3px;
}
:focus:not(:focus-visible) {
  outline: none;
}

/* ===== PRIVACY POLICY MODAL ===== */
.privacy-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.privacy-modal[hidden] { display: none; }

.privacy-modal-inner {
  background: #fff;
  color: #1a1a1a;
  border-radius: 12px;
  max-width: 640px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 44px 40px 36px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  direction: rtl;
}
body.lang-en .privacy-modal-inner { direction: ltr; }

.privacy-modal-close {
  position: absolute;
  top: 14px;
  inset-inline-end: 16px;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #666;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.privacy-modal-close:hover {
  color: #c8a84b;
  background: #f8f3e8;
}
.privacy-modal-close:focus-visible {
  outline: 3px solid #c8a84b;
  outline-offset: 2px;
}

#privacyTitle {
  font-size: 1.5rem;
  color: #c8a84b;
  margin-bottom: 6px;
  font-family: var(--font-primary, serif);
}
.privacy-updated {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 20px;
}
.privacy-content h3 {
  font-size: 1rem;
  color: #2c2c2c;
  margin: 22px 0 6px;
  font-weight: 700;
}
.privacy-content p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 6px;
}
.privacy-content a {
  color: #c8a84b;
  text-decoration: underline;
}
.privacy-content a:hover { opacity: 0.8; }

/* Privacy link in footer */
.privacy-link {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  text-decoration: underline;
  opacity: 0.7;
  transition: opacity 0.2s;
  padding: 0;
  vertical-align: baseline;
}
.privacy-link:hover { opacity: 1; }
.privacy-link:focus-visible {
  outline: 2px solid #c8a84b;
  outline-offset: 2px;
  border-radius: 2px;
}

@media (max-width: 540px) {
  .privacy-modal-inner { padding: 36px 18px 28px; }
  #privacyTitle { font-size: 1.2rem; }
}

/* ===== PREFERS REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  /* Freeze ticker in place */
  .ticker-track { animation: none !important; }
  /* Hide scroll progress shimmer */
  .scroll-progress { transition: none !important; }
  /* Remove blinking typewriter cursor */
  .typewriter::after { display: none !important; }
  /* Gold shimmer on titles: freeze as solid gold */
  .section-title .t-he,
  .section-title .t-en {
    animation: none !important;
    background: #c8a84b !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  /* Disable 3D card tilt */
  .room-card,
  .review-card,
  .shabbat-card,
  .bath-card {
    transform: none !important;
    transition: none !important;
  }
}

/* ===== TRAILS BANNER ===== */
.trails-banner {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-mid) 60%, #2a1a0a 100%);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.trails-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,153,42,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.trails-banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  padding: 22px 36px;
  border: 2px solid rgba(201,153,42,0.4);
  border-radius: var(--radius-md);
  background: rgba(201,153,42,0.08);
  transition: all 0.3s ease;
  position: relative;
}
.trails-banner-link:hover {
  background: rgba(201,153,42,0.16);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,153,42,0.25);
}
.trails-banner-emojis {
  font-size: 1.8rem;
  letter-spacing: 6px;
  line-height: 1;
}
.trails-banner-text {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--cream);
}
.trails-banner-arrow {
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.3s;
}
[dir="ltr"] .trails-banner-arrow {
  transform: scaleX(-1);
}
.trails-banner-link:hover .trails-banner-arrow {
  transform: translateX(-6px);
}
[dir="ltr"] .trails-banner-link:hover .trails-banner-arrow {
  transform: scaleX(-1) translateX(-6px);
}

@media (max-width: 600px) {
  .trails-banner-link {
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 20px;
    text-align: center;
  }
  .trails-banner-emojis {
    font-size: 1.4rem;
    letter-spacing: 4px;
    width: 100%;
  }
  .trails-banner-arrow {
    display: none;
  }
}

/* ============================================================
   DUAL-PATH HERO (families vs couples)
   ============================================================ */
.hero-tagline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 500;
  margin-bottom: 28px;
  color: var(--cream);
  opacity: 1;
}
.hero-tagline .tagline-sep {
  color: var(--gold);
  opacity: 0.6;
  padding: 0 4px;
}

.hero-paths {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  max-width: 720px;
}
.path-btn {
  flex: 1 1 260px;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(20, 12, 8, 0.55);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(201, 153, 42, 0.45);
  color: var(--cream);
  font-family: var(--font-sans);
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  cursor: pointer;
}
.path-btn:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(201, 153, 42, 0.12);
  box-shadow: 0 10px 32px rgba(201, 153, 42, 0.25);
}
.path-btn--family {
  border-color: rgba(201, 153, 42, 0.55);
}
.path-btn--couple {
  border-color: rgba(228, 127, 142, 0.55);
  background: linear-gradient(135deg, rgba(64, 12, 28, 0.55), rgba(20, 12, 8, 0.55));
}
.path-btn--couple:hover {
  border-color: #e47f8e;
  background: linear-gradient(135deg, rgba(120, 22, 48, 0.45), rgba(40, 14, 18, 0.55));
  box-shadow: 0 10px 32px rgba(228, 127, 142, 0.25);
}
.path-icon {
  font-size: 2rem;
  line-height: 1;
}
.path-label {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-pale);
  letter-spacing: 0.03em;
}
.path-btn--couple .path-label {
  color: #ffd9df;
}
.path-sub {
  font-size: 0.85rem;
  color: var(--text-light);
  opacity: 0.9;
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  .hero-paths { gap: 12px; }
  .path-btn { padding: 16px 18px; flex-basis: 100%; }
  .path-label { font-size: 1.1rem; }
}

/* ============================================================
   TRACK LABEL + ANCHOR OFFSET
   ============================================================ */
.anchor-offset {
  display: block;
  position: relative;
  top: -80px;
  height: 0;
  visibility: hidden;
}
.track-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201, 153, 42, 0.1);
  border: 1px solid rgba(201, 153, 42, 0.35);
  color: var(--text-mid);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.track-label .track-emoji {
  font-size: 1.2rem;
}

/* ============================================================
   COUPLES TEASER BANNER (on index)
   ============================================================ */
.couples-teaser {
  background: linear-gradient(135deg, #2a0f18 0%, #3b1523 50%, #2a0f18 100%);
  padding: 40px 0;
  border-top: 2px solid rgba(228, 127, 142, 0.3);
  border-bottom: 2px solid rgba(228, 127, 142, 0.3);
}
.couples-teaser-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 36px;
  background: rgba(255, 217, 223, 0.06);
  border: 1.5px solid rgba(228, 127, 142, 0.35);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
  text-decoration: none;
}
.couples-teaser-link:hover {
  border-color: #e47f8e;
  background: rgba(255, 217, 223, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(228, 127, 142, 0.2);
}
.couples-teaser-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.couples-teaser-tag {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f4b9c2;
  letter-spacing: 0.04em;
}
.couples-teaser-title {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #ffd9df;
  line-height: 1.3;
}
.couples-teaser-sub {
  color: var(--text-light);
  font-size: 0.98rem;
}
.couples-teaser-arrow {
  font-size: 2.2rem;
  color: #e47f8e;
  transition: transform 0.3s;
  flex-shrink: 0;
}
[dir="ltr"] .couples-teaser-arrow { transform: scaleX(-1); }
.couples-teaser-link:hover .couples-teaser-arrow { transform: translateX(-6px); }
[dir="ltr"] .couples-teaser-link:hover .couples-teaser-arrow { transform: scaleX(-1) translateX(-6px); }

@media (max-width: 700px) {
  .couples-teaser-link {
    flex-direction: column;
    padding: 22px 20px;
    text-align: center;
  }
  .couples-teaser-arrow { font-size: 1.6rem; }
}

.nav-couples {
  color: #f4b9c2 !important;
}
.nav-couples:hover { color: #ffd9df !important; }

/* ============================================================
   COUPLES PAGE
   ============================================================ */
body.couples-page {
  background: #1a0e10;
}

.couples-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 20px 60px;
}
.couples-hero-bg { position: absolute; inset: 0; }
.couples-hero-slides { position: absolute; inset: 0; }
.couples-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.couples-hero-slide.active { opacity: 1; }
.couples-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 8, 14, 0.5) 0%, rgba(20, 8, 14, 0.8) 55%, rgba(20, 8, 14, 0.95) 100%),
    radial-gradient(ellipse at center, rgba(228, 127, 142, 0.15) 0%, transparent 65%);
  z-index: 1;
}
.couples-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
}
.couples-hero-tag {
  display: inline-block;
  background: rgba(228, 127, 142, 0.16);
  border: 1px solid rgba(228, 127, 142, 0.5);
  color: #ffd9df;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 999px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}
.couples-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  font-weight: 700;
  color: var(--gold-pale);
  line-height: 1.2;
  margin-bottom: 18px;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.6);
}
.couples-hero-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.6vw, 1.5rem);
  color: var(--cream);
  font-weight: 300;
  margin-bottom: 28px;
  opacity: 0.95;
}
.couples-hero-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  background: rgba(201, 153, 42, 0.12);
  border: 1.5px solid rgba(201, 153, 42, 0.5);
  padding: 14px 28px;
  border-radius: 999px;
  margin-bottom: 32px;
  color: var(--cream);
}
.couples-hero-price .price-prefix { font-size: 1rem; color: var(--text-light); }
.couples-hero-price .price-amount {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--gold-pale);
  letter-spacing: 0.02em;
}
.couples-hero-price .price-suffix { font-size: 0.95rem; color: var(--text-light); }

.couples-hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-couples {
  background: linear-gradient(135deg, #e47f8e 0%, #f4b9c2 100%);
  color: #3b1523;
}
.btn-couples:hover {
  box-shadow: 0 8px 28px rgba(228, 127, 142, 0.5);
}
.btn-whatsapp-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border: 2px solid var(--cream);
  color: var(--cream);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.98rem;
  transition: background 0.2s, color 0.2s;
}
.btn-whatsapp-outline:hover {
  background: var(--cream);
  color: var(--dark);
}

/* Couples intro */
.couples-about { background: var(--cream-light); text-align: center; padding-top: 70px; padding-bottom: 70px; }
.couples-intro {
  max-width: 640px;
  margin: 0 auto;
}
.couples-intro-text {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: var(--text-dark);
  line-height: 1.9;
  margin-bottom: 20px;
  font-weight: 300;
}

/* Couples features */
.couples-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 16px;
}
.couples-feature {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 153, 42, 0.3);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  text-align: right;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
[dir="ltr"] .couples-feature { text-align: left; }
.couples-feature:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(201, 153, 42, 0.08);
}
.couples-feature--star {
  background: rgba(228, 127, 142, 0.08);
  border-color: rgba(228, 127, 142, 0.5);
}
.couples-feature--star:hover {
  background: rgba(228, 127, 142, 0.14);
  border-color: #e47f8e;
}
.couples-feature-icon {
  display: inline-block;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
.couples-feature h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 10px;
}
.couples-feature p {
  color: var(--text-light);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Couples gallery */
.couples-gallery { background: var(--cream-light); }
.couples-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.couples-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.couples-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.couples-gallery-item:hover img { transform: scale(1.06); }
.couples-gallery-item.tall { grid-row: span 2; }
.couples-gallery-item.wide { grid-column: span 2; }
.couples-gallery-item.featured {
  grid-row: span 2;
  grid-column: span 2;
  border: 2px solid var(--gold);
}
.couples-gallery-caption {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(20, 8, 14, 0.85));
  color: var(--cream);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .couples-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .couples-gallery-item.wide { grid-column: span 2; }
  .couples-gallery-item.featured { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 520px) {
  .couples-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .couples-gallery-item.wide,
  .couples-gallery-item.featured { grid-column: span 1; grid-row: span 1; }
}

/* Couples strip */
.couples-strip {
  background: linear-gradient(135deg, #2a0f18 0%, #3b1523 100%);
  padding: 36px 0;
  border-top: 2px solid rgba(228, 127, 142, 0.3);
  border-bottom: 2px solid rgba(228, 127, 142, 0.3);
}
.couples-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.couples-strip-text {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: var(--cream);
  font-weight: 500;
}
@media (max-width: 700px) {
  .couples-strip-inner { flex-direction: column; text-align: center; }
}
.path-btn--corporate {
  border-color: rgba(201, 153, 42, 0.55);
  background: linear-gradient(135deg, rgba(32, 24, 16, 0.65), rgba(12, 10, 8, 0.85));
}
.path-btn--corporate:hover {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(42, 34, 26, 0.65), rgba(22, 20, 18, 0.85));
  box-shadow: 0 10px 32px rgba(201, 153, 42, 0.25);
}
.path-btn--corporate .path-label {
  color: var(--gold-pale);
}

.nav-corporate {
  color: var(--gold-light) !important;
}
.nav-corporate:hover { color: var(--gold-pale) !important; }

/* ============================================================
   CORPORATE PAGE
   ============================================================ */
body.corporate-page {
  background: var(--dark);
  color: var(--cream);
}
.corporate-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 20px 80px;
  overflow: hidden;
}
.corporate-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.corporate-hero-slides {
  position: absolute;
  inset: 0;
}
.corporate-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
  will-change: opacity;
}
.corporate-hero-slide.active { opacity: 1; }
.corporate-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 16, 12, 0.65) 0%, rgba(14, 10, 8, 0.85) 60%, rgba(20, 16, 12, 0.95) 100%),
    radial-gradient(ellipse at center, rgba(201, 153, 42, 0.15) 0%, transparent 65%);
  z-index: 1;
}
.corporate-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
}
.corporate-hero-tag {
  display: inline-block;
  background: rgba(201, 153, 42, 0.16);
  border: 1px solid rgba(201, 153, 42, 0.5);
  color: var(--gold-pale);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 999px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}
.corporate-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  font-weight: 800;
  color: var(--gold-pale);
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}
.corporate-hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  color: var(--cream);
  line-height: 1.6;
  margin-bottom: 32px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.corporate-hero-price {
  font-family: var(--font-sans);
  margin-bottom: 36px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(20, 12, 8, 0.65);
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(201, 153, 42, 0.3);
}
.corporate-hero-price .price-prefix { font-size: 1rem; color: var(--gold-light); }
.corporate-hero-price .price-amount { font-size: 2rem; font-weight: 700; color: var(--gold-pale); }
.corporate-hero-price .price-suffix { font-size: 0.9rem; color: var(--text-light); }

.corporate-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-corporate {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--dark);
}
.btn-corporate:hover {
  box-shadow: 0 8px 28px rgba(201, 153, 42, 0.5);
}

/* Corporate about */
.corporate-about { background: var(--dark-mid); }
.corporate-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.corporate-intro-text {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  color: var(--cream);
  line-height: 1.7;
  margin-bottom: 24px;
}
.corporate-intro-text:last-child { margin-bottom: 0; }

/* Corporate what's included */
.corporate-what { background: var(--dark); }
.corporate-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.corporate-feature {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 24px;
  border-radius: var(--radius-md);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.corporate-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 153, 42, 0.5);
}
.corporate-feature--star {
  background: rgba(201, 153, 42, 0.08);
  border-color: rgba(201, 153, 42, 0.5);
}
.corporate-feature--star:hover {
  background: rgba(201, 153, 42, 0.14);
  border-color: var(--gold);
}
.corporate-feature-icon {
  display: inline-block;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
.corporate-feature h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 10px;
}
.corporate-feature p {
  color: var(--text-light);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Corporate gallery */
.corporate-gallery { background: var(--dark-card); }
.corporate-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.corporate-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.corporate-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.corporate-gallery-item:hover img { transform: scale(1.06); }
.corporate-gallery-item.tall { grid-row: span 2; }
.corporate-gallery-item.wide { grid-column: span 2; }
.corporate-gallery-item.featured {
  grid-row: span 2;
  grid-column: span 2;
  border: 2px solid var(--gold);
}
.corporate-gallery-caption {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(14, 10, 8, 0.95));
  color: var(--cream);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .corporate-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .corporate-gallery-item.wide { grid-column: span 2; }
  .corporate-gallery-item.featured { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 520px) {
  .corporate-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .corporate-gallery-item.wide,
  .corporate-gallery-item.featured { grid-column: span 1; grid-row: span 1; }
}

/* Corporate strip */
.corporate-strip {
  background: linear-gradient(135deg, #140c08 0%, #1e1208 100%);
  padding: 36px 0;
  border-top: 2px solid rgba(201, 153, 42, 0.3);
  border-bottom: 2px solid rgba(201, 153, 42, 0.3);
}
.corporate-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.corporate-strip-text {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: var(--cream);
  font-weight: 500;
}
@media (max-width: 700px) {
  .corporate-strip-inner { flex-direction: column; text-align: center; }
}

/* Corporate contact form overrides */
.corporate-page .contact { background: var(--dark-mid); }
.corporate-page .contact-card {
  background: var(--dark-card);
  border: 1px solid rgba(201, 153, 42, 0.2);
}
