/* LUM · Villa Eilat — v2 "bleeding hero"
   הרקע: תמונת ההירו קבועה לכל אורך הדף; התוכן גולל מעליה על זכוכית חלבית.
   נעול (ערן, 26/07): פונט תצוגה Rubik · צהוב #F7CF48 · LUM תמיד באנגלית. */

:root {
  --bg:           #14100B;                 /* near-black חם */
  --glass:        rgba(20, 16, 11, .82);   /* זכוכית חלבית. כהה מספיק שטקסט משני עובר 4.5:1 גם כשהתמונה מאחור בהירה */
  --glass-strong: rgba(20, 16, 11, .92);   /* לסקשנים כבדי טקסט */
  --ink:          #F3EADA;                 /* off-white חם */
  --ink-2:        #D9CDB7;                 /* טקסט משני */
  --muted:        #C1B296;
  --line:         rgba(243, 234, 218, .14);
  --amber:        #F7CF48;                 /* הצהוב שנבחר */
  --amber-ink:    #2A2104;                 /* טקסט כהה על הצהוב */
  --wa:           #25D366;
  --booking:      #003B95;
  --airbnb:       #FF5A5F;
  --waze:         #33CCFF;
  --font-display: 'Rubik', 'Assistant', sans-serif;
  --font-body:    'Assistant', sans-serif;
  --radius:       10px;
  --radius-panel: 22px;
  --blur:         12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ---------- הרקע הקבוע ---------- */
.bg-fix { position: fixed; inset: 0; z-index: -2; }
.bg-fix img { width: 100%; height: 100%; object-fit: cover; }
.bg-tint {
  position: fixed; inset: 0; z-index: -1;
  background: linear-gradient(rgba(20,16,11,.30), rgba(20,16,11,.42));
}

/* ---------- טיפוגרפיה ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.18; letter-spacing: 0; }
h1 { font-size: clamp(2.3rem, 8.6vw, 4.4rem); }
h2 { font-size: clamp(1.55rem, 5vw, 2.5rem); margin-bottom: .5em; }
h3 { font-size: 1.15rem; }
p  { color: var(--ink-2); max-width: 62ch; }

.eyebrow {
  display: inline-flex; align-items: flex-start; gap: .55em;
  font-size: .875rem; font-weight: 600; letter-spacing: .14em;
  color: var(--amber); margin-bottom: .9em;
}
/* החתימה: פסי הכריות (מיושר לשורה הראשונה גם כשה-eyebrow עוטף) */
.eyebrow::before {
  content: ""; flex: none; width: 22px; height: 9px; border-radius: 2px; margin-top: .38em;
  background: repeating-linear-gradient(-45deg, var(--amber) 0 4px, transparent 4px 8px);
}

.text-link { color: var(--amber); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--ink); }

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
.head { margin-bottom: 1.6rem; }
.head-sub { font-size: .95rem; }
.note { font-size: .875rem; color: var(--muted); margin-top: 1.4rem; }

/* ---------- header ---------- */
.site-header {
  position: fixed; top: 0; right: 0; left: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
  transition: background .35s, backdrop-filter .35s, box-shadow .35s;
}
.site-header.scrolled {
  background: var(--glass-strong);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  box-shadow: 0 1px 0 var(--line);
}
.brand {
  font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .12em;
  color: var(--ink); text-decoration: none; display: flex; flex-direction: column;
  line-height: 1.1; min-height: 44px; justify-content: center;
}
.brand small { font-family: var(--font-body); font-size: .875rem; font-weight: 600; letter-spacing: .22em; color: var(--ink-2); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang { display: flex; gap: 10px; }
.lang a {
  color: var(--ink-2); text-decoration: none; font-size: .875rem; font-weight: 600;
  letter-spacing: .06em; padding: .3em .1em; min-height: 40px; display: inline-flex; align-items: center;
}
.lang a:hover { color: var(--amber); }

.header-cta, .float-cta {
  background: var(--amber); color: var(--amber-ink);
  font-weight: 700; text-decoration: none; white-space: nowrap;
  padding: .62em 1.25em; border-radius: 100px;
  transition: filter .25s, transform .25s;
}
.brand, .brand small { white-space: nowrap; }
/* עמודים לטיניים: הקופי ארוך יותר, הכותרת יורדת מדרגה כדי לא לבלוע את המסך */
html[dir="ltr"] h1 { font-size: clamp(1.9rem, 7vw, 3.8rem); }
@media (max-width: 419px) {
  .header-cta {
    padding: .4em .95em; font-size: .9rem;
    min-height: 40px; display: inline-flex; align-items: center;
  }
}
.header-cta:hover, .float-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }

.float-cta {
  position: fixed; bottom: 18px; inset-inline-start: 18px; z-index: 49;
  display: inline-flex; align-items: center; gap: .5em;
  box-shadow: 0 8px 28px rgba(0,0,0,.45);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity .3s, transform .3s;
}
.float-cta.show { opacity: 1; pointer-events: auto; transform: none; }
.float-cta .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-ink); opacity: .75; }

/* ---------- hero ---------- */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; padding-bottom: 12svh;
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to bottom, rgba(20,16,11,.48), transparent 16%),
    linear-gradient(to top, rgba(20,16,11,.78) 0%, rgba(20,16,11,.25) 45%, rgba(20,16,11,.12) 100%);
}
.hero-content h1 { max-width: 14ch; margin-bottom: .35em; }
.hero-content .sub { font-size: 1.08rem; color: var(--ink); opacity: .9; }
.scroll-cue {
  position: absolute; bottom: 3svh; inset-inline-start: 50%; translate: 50% 0;
  font-size: .875rem; letter-spacing: .3em; color: var(--ink-2);
  animation: cue 2.4s ease-in-out infinite;
}
@keyframes cue { 50% { transform: translateY(6px); opacity: .5; } }

/* ---------- panels: הזכוכית החלבית ---------- */
.panel {
  background: var(--glass);
  backdrop-filter: blur(var(--blur)) saturate(1.05);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.05);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  margin: 16px 14px;
  padding: clamp(2.2rem, 6vw, 3.6rem) 0;
}
@supports not (backdrop-filter: blur(1px)) {
  .panel { background: rgba(20, 16, 11, .93); }
}
.amenities, .about, .book { background: var(--glass-strong); }

@media (min-width: 900px) {
  .panel { margin: 26px auto; max-width: 1120px; }
}

/* ---------- stats ---------- */
.figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 1rem; }
@media (min-width: 760px) { .figures { grid-template-columns: repeat(4, 1fr); } }
.figure { display: flex; flex-direction: column; gap: .2em; }
.figure .num { font-family: var(--font-display); font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: 1; }
.figure .lbl { font-size: .875rem; color: var(--ink-2); max-width: 18ch; }

/* ---------- amenities ---------- */
.amenity-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: .65rem .8rem; }
@media (min-width: 640px) { .amenity-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .amenity-list { grid-template-columns: 1fr 1fr 1fr; } }
.amenity-list li { display: flex; align-items: baseline; gap: .6em; color: var(--ink); }
.amenity-list li::before {
  content: ""; flex: none; width: 16px; height: 8px; border-radius: 2px; align-self: center;
  background: repeating-linear-gradient(-45deg, var(--amber) 0 3px, transparent 3px 6px);
}

/* ---------- amenities accordion ---------- */
.amenity-acc { margin-top: 1.6rem; display: grid; gap: 8px; }
@media (min-width: 760px) { .amenity-acc { grid-template-columns: 1fr 1fr; align-items: start; } }
.amenity-acc details {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: .75rem 1rem;
}
.amenity-acc summary {
  cursor: pointer; font-weight: 600; color: var(--ink);
  list-style: none; display: flex; align-items: center; justify-content: space-between;
  min-height: 28px;
}
.amenity-acc summary::-webkit-details-marker { display: none; }
.amenity-acc summary::after { content: "+"; color: var(--amber); font-weight: 700; font-size: 1.1rem; }
.amenity-acc details[open] summary::after { content: "–"; }
.amenity-acc ul { list-style: none; margin-top: .6rem; display: grid; gap: .4rem; }
.amenity-acc li { color: var(--ink-2); font-size: .95rem; padding-inline-start: 1em; position: relative; }
.amenity-acc li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--amber); opacity: .7;
}

/* ---------- rooms ---------- */
.room-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: 72%;
  gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 22px 8px; margin: 0 -22px;
  scrollbar-width: none;
}
.room-row::-webkit-scrollbar { display: none; }
.room-card { scroll-snap-align: center; }
@media (min-width: 760px) {
  .room-row { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); overflow: visible; margin: 0; padding: 0; }
}
.room-card img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius); margin-bottom: .7rem;
}
.room-card h3 { margin-bottom: .15em; }
.room-card p { font-size: .9rem; }

/* ---------- gallery: תבנית קבועה ---------- */
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.photo-grid figure { border-radius: var(--radius); overflow: hidden; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; transition: transform .5s; }
.photo-grid img:hover { transform: scale(1.03); }
.photo-grid figure:nth-child(1) { grid-column: span 2; aspect-ratio: 16 / 9; }
.photo-grid figure:nth-child(2) { grid-row: span 2; }
.photo-grid figure:nth-child(n+3) { aspect-ratio: 1 / 1; }
@media (min-width: 760px) {
  .photo-grid { grid-template-columns: repeat(4, 1fr); }
  .photo-grid figure:nth-child(1) { grid-column: span 2; aspect-ratio: auto; }
  .photo-grid figure:nth-child(2) { grid-row: span 2; }
  .photo-grid figure:nth-child(6) { grid-column: span 2; aspect-ratio: auto; }
}

/* ---------- services ---------- */
.service-row { display: grid; gap: 12px; }
@media (min-width: 760px) { .service-row { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.2rem 1.3rem;
}
.service-card h3 { margin-bottom: .3em; }
.service-card p { font-size: .9rem; }

/* ---------- guest quote ---------- */
.guest { text-align: center; }
.guest .quote { font-family: var(--font-display); font-size: clamp(1.4rem, 4.6vw, 2.1rem); color: var(--ink); max-width: none; margin: 0 auto; }
.guest .by { display: block; margin-top: .8rem; font-size: .875rem; color: var(--muted); }

/* ---------- booking ---------- */
.book { text-align: center; }
.book p { margin: 0 auto; }
.cta-circles { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; margin-top: 1.8rem; }
.cta-circle {
  display: flex; flex-direction: column; align-items: center; gap: .55em;
  width: 84px; text-decoration: none; color: var(--ink-2);
}
.cta-circle .icon {
  width: 56px; height: 56px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: filter .25s, transform .25s;
}
.cta-circle svg { width: 25px; height: 25px; }
.cta-circle .cta-label { font-size: .875rem; font-weight: 600; }
.cta-circle:hover .icon, .cta-circle:focus-visible .icon { filter: brightness(1.12); transform: translateY(-2px); }
.cta-wa .icon      { background: var(--wa); }
.cta-booking .icon { background: var(--booking); }
.cta-airbnb .icon  { background: var(--airbnb); }
.cta-waze .icon    { background: var(--waze); color: #062B38; }

/* מובייל: 4 העיגולים בשורה אחת, לא נשברים לשתי שורות */
@media (max-width: 600px) {
  .cta-circles { gap: 8px; flex-wrap: nowrap; }
  .cta-circle { width: 72px; }
  .cta-circle .icon { width: 46px; height: 46px; }
  .cta-circle svg { width: 20px; height: 20px; }
}

/* ---------- about ---------- */
.split { display: grid; gap: 1.6rem; }
@media (min-width: 860px) { .split { grid-template-columns: 5fr 7fr; align-items: center; } }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.split-text p + p { margin-top: .9em; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--glass-strong);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  border-top: 1px solid var(--line);
  margin-top: 16px; padding: 2.4rem 0 2.8rem; text-align: center;
}
.site-footer .brand { display: inline-block; margin-bottom: .6rem; }
.site-footer .social-links { display: flex; justify-content: center; gap: 16px; margin-bottom: .8rem; }
.site-footer .social-links a { color: var(--ink-2); display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; }
.site-footer .social-links a:hover { color: var(--amber); }
.site-footer .social-links svg { width: 22px; height: 22px; }
.site-footer .contact { font-size: .9rem; max-width: none; }
.site-footer .contact a { color: var(--amber); }
.site-footer .fine { font-size: .75rem; color: var(--muted); margin-top: 1rem; max-width: none; }
.site-footer .legal-links { font-size: .75rem; color: var(--muted); margin-top: .5rem; max-width: none; }
.site-footer .legal-links a { color: var(--muted); }
.site-footer .legal-links a:hover { color: var(--amber); }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(10, 8, 5, .94);
  display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 6px; }
.lb-btn {
  position: absolute; background: none; border: none; color: var(--ink);
  font-size: 2.4rem; cursor: pointer; padding: .3em .5em;
}
.lb-close { top: 10px; inset-inline-end: 14px; }
.lb-prev { inset-inline-start: 6px; top: 50%; translate: 0 -50%; }
.lb-next { inset-inline-end: 6px; top: 50%; translate: 0 -50%; }
.lb-count { position: absolute; bottom: 16px; inset-inline-start: 50%; translate: 50% 0; font-size: .85rem; color: var(--ink-2); }

/* ---------- reveal (מוסתר רק כש-JS קיים: html.js) ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
.js .stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in .stagger > *, .js .stagger.in > * { opacity: 1; transform: none; }
.stagger > *:nth-child(2) { transition-delay: .1s; }
.stagger > *:nth-child(3) { transition-delay: .2s; }
.stagger > *:nth-child(4) { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal, .js .stagger > * { opacity: 1; transform: none; transition: none; }
  .scroll-cue { animation: none; }
}

/* ---------- focus ---------- */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 4px;
}

.skip-link {
  position: absolute; top: -48px; right: 16px; z-index: 100;
  background: var(--amber); color: var(--amber-ink);
  padding: 10px 18px; border-radius: 8px; text-decoration: none; font-weight: 700;
  transition: top 0.15s;
}
.skip-link:focus { top: 12px; }

/* ---------- מובייל: blur קל יותר (ביצועים) ---------- */
@media (max-width: 759px) {
  :root { --blur: 8px; }
}

