/* ===========================================================
   שֹׁרֶשׁ — ריטריט שלושת היסודות
   אדמה · מים · אוויר
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500;700;900&family=Heebo:wght@300;400;500;700&display=swap');

:root {
  --sand:        #e9dcc4;
  --sand-light:  #f5eee0;
  --sand-dark:   #cdb992;
  --terracotta:  #b5623c;
  --terracotta-d:#8c4427;
  --clay:        #a8553a;
  --sage:        #6f7a5a;
  --sage-light:  #98a17e;
  --night:       #1e2230;
  --night-soft:  #2c3144;
  --ink:         #2a2520;
  --muted:       #6b6258;
  --gold:        #c9a14a;
  --line:        rgba(42,37,32,0.12);
  --shadow:      0 18px 50px -20px rgba(40,30,20,0.35);
  --radius:      18px;
  --maxw:        1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Heebo', system-ui, sans-serif;
  color: var(--ink);
  background: var(--sand-light);
  direction: rtl;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .serif {
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }

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

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- כותרת עליונה / ניווט ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,238,224,0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--terracotta), var(--terracotta-d));
  display: grid; place-items: center;
  color: var(--sand-light); font-family: 'Frank Ruhl Libre', serif;
  font-weight: 900; font-size: 20px;
  box-shadow: inset 0 -3px 8px rgba(0,0,0,0.25);
}
.brand-name { font-family: 'Frank Ruhl Libre', serif; font-weight: 900; font-size: 22px; letter-spacing: 1px; }
.brand-sub { font-size: 11px; color: var(--muted); letter-spacing: 3px; margin-top: -4px; }

.menu { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.menu a {
  padding: 8px 14px; border-radius: 999px; font-size: 15px; font-weight: 500;
  color: var(--ink); transition: all .2s; white-space: nowrap;
}
.menu a:hover { background: var(--sand-dark); }
.menu a.active { background: var(--terracotta); color: var(--sand-light); }
.menu a.cta {
  background: var(--night); color: var(--sand-light);
}
.menu a.cta:hover { background: var(--night-soft); }

.nav-toggle { display: none; background: none; border: 0; font-size: 26px; cursor: pointer; color: var(--ink); }

/* ---------- כפתורים ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px;
  font-family: 'Heebo', sans-serif; font-weight: 700; font-size: 16px;
  cursor: pointer; border: 0; transition: all .25s; text-align: center;
}
.btn-primary { background: var(--terracotta); color: var(--sand-light); box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--terracotta-d); transform: translateY(-2px); }
.btn-ghost { background: transparent; border: 1.5px solid var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--sand-light); }
.btn-dark { background: var(--night); color: var(--sand-light); }
.btn-dark:hover { background: var(--night-soft); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  color: var(--sand-light); text-align: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,18,16,0.4) 0%, rgba(40,28,18,0.55) 60%, rgba(20,18,16,0.82) 100%),
    url('https://images.unsplash.com/photo-1473580044384-7ba9967e16a0?auto=format&fit=crop&w=1600&q=70') center/cover no-repeat,
    radial-gradient(120% 80% at 50% -10%, #d9a86b 0%, #b5623c 35%, #6e3a26 70%, #2a1d18 100%);
}
.hero-stars {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 70% 20%, #fff, transparent),
    radial-gradient(1px 1px at 40% 60%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 85% 50%, #fff, transparent),
    radial-gradient(1px 1px at 55% 15%, #fff, transparent),
    radial-gradient(1px 1px at 12% 70%, #fff, transparent);
}
.hero-dunes {
  position: absolute; bottom: 0; left: 0; right: 0; height: 38%;
  background: linear-gradient(180deg, transparent, rgba(60,40,28,0.6));
  clip-path: polygon(0 60%, 18% 42%, 38% 56%, 62% 34%, 82% 52%, 100% 38%, 100% 100%, 0 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; padding: 0 24px; }
.hero .eyebrow {
  letter-spacing: 7px; font-size: 13px; text-transform: none; opacity: .92;
  margin-bottom: 22px; font-weight: 500;
}
.hero h1 { font-size: clamp(42px, 7vw, 84px); color: var(--sand-light); font-weight: 900; margin-bottom: 10px; }
.hero .lead { font-size: clamp(18px, 2.4vw, 24px); opacity: .95; margin: 18px auto 34px; max-width: 620px; }
.hero-elements { display: flex; gap: 28px; justify-content: center; margin-bottom: 38px; flex-wrap: wrap; }
.hero-el { font-family: 'Frank Ruhl Libre', serif; font-size: 19px; letter-spacing: 2px; opacity: .9; }
.hero-el span { display: block; font-size: 11px; letter-spacing: 4px; opacity: .7; font-family: 'Heebo'; }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scroll-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 13px; letter-spacing: 2px; opacity: .8; animation: bob 2s infinite; }
@keyframes bob { 0%,100%{transform: translate(-50%,0)} 50%{transform: translate(-50%,8px)} }

/* ---------- מקטעים כלליים ---------- */
section { padding: 92px 0; }
.section-tag {
  display: inline-block; color: var(--terracotta); font-weight: 700;
  letter-spacing: 4px; font-size: 13px; margin-bottom: 14px;
}
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.5vw, 48px); margin-bottom: 16px; }
.section-head p { font-size: 18px; color: var(--muted); }

.lead-text { font-size: 19px; color: var(--muted); max-width: 640px; }

/* ---------- שלושת היסודות ---------- */
.elements { background: var(--sand); }
.elements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.el-card {
  background: var(--sand-light); border-radius: var(--radius); padding: 40px 32px;
  box-shadow: var(--shadow); border-top: 4px solid; position: relative; overflow: hidden;
  transition: transform .3s;
}
.el-card:hover { transform: translateY(-6px); }
.el-card.earth { border-color: var(--clay); }
.el-card.water { border-color: #3f7d93; }
.el-card.air   { border-color: var(--sage); }
.el-icon { font-size: 40px; margin-bottom: 18px; }
.el-card h3 { font-size: 28px; margin-bottom: 6px; }
.el-card .el-en { font-size: 12px; letter-spacing: 4px; color: var(--muted); margin-bottom: 16px; }
.el-card p { color: var(--muted); font-size: 16px; }

/* ---------- פסקת ציטוט ---------- */
.quote-band {
  background: var(--night); color: var(--sand-light); text-align: center;
}
.quote-band .wrap { max-width: 820px; }
.quote-band blockquote { font-family: 'Frank Ruhl Libre', serif; font-size: clamp(24px, 3.6vw, 38px); line-height: 1.4; font-weight: 500; }
.quote-band cite { display: block; margin-top: 24px; font-style: normal; font-size: 15px; letter-spacing: 2px; color: var(--gold); font-family: 'Heebo'; }

/* ---------- כרטיסי תכונות / מה כלול ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 22px; }
.feature {
  background: var(--sand-light); padding: 28px; border-radius: 14px;
  border: 1px solid var(--line);
}
.feature h4 { font-size: 19px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; }
.feature .fnum { color: var(--terracotta); font-family: 'Frank Ruhl Libre', serif; font-weight: 900; font-size: 30px; }

/* ---------- תמונה+טקסט ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-media {
  border-radius: var(--radius); min-height: 420px; box-shadow: var(--shadow);
  background-size: cover; background-position: center;
}
.media-earth {
  background:
    url('https://images.unsplash.com/photo-1509316785289-025f5b846b35?auto=format&fit=crop&w=1200&q=70') center/cover no-repeat,
    linear-gradient(135deg, #c98a4f, #7a4226 60%, #4a2a1c);
}
.media-water {
  background:
    url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1200&q=70') center/cover no-repeat,
    linear-gradient(135deg, #6fb0c4, #2f6577 50%, #173842);
}
.media-air   {
  background:
    url('https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?auto=format&fit=crop&w=1200&q=70') center/cover no-repeat,
    linear-gradient(160deg, #9fb0c9, #5c6b8a 60%, #2c3144);
}
.media-tent  {
  background:
    url('https://images.unsplash.com/photo-1762254970300-f1bc796c1ed8?auto=format&fit=crop&w=1200&q=70') center/cover no-repeat,
    linear-gradient(135deg, #e0c89a, #b5623c 70%, #3a2419);
}
.media-circle {
  background:
    url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=1200&q=70') center/cover no-repeat,
    linear-gradient(135deg, #caa06a, #8c4427 70%, #3a2419);
}
.split h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 18px; }
.split p { color: var(--muted); font-size: 17px; margin-bottom: 16px; }

/* ---------- לוח זמנים / תוכנית ---------- */
.day-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.day-tab {
  padding: 12px 22px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--sand-light); cursor: pointer; font-weight: 700; font-size: 15px;
  font-family: 'Heebo'; transition: all .2s;
}
.day-tab.active { background: var(--terracotta); color: var(--sand-light); border-color: var(--terracotta); }
.timeline { border-right: 2px solid var(--sand-dark); padding-right: 0; }
.tl-item { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 18px 28px 18px 0; position: relative; }
.tl-item::before {
  content: ''; position: absolute; right: -7px; top: 26px;
  width: 12px; height: 12px; border-radius: 50%; background: var(--terracotta);
  border: 3px solid var(--sand-light);
}
.tl-time { font-family: 'Frank Ruhl Libre', serif; font-weight: 700; color: var(--terracotta); font-size: 18px; }
.tl-body h4 { font-size: 19px; margin-bottom: 4px; }
.tl-body p { color: var(--muted); font-size: 15px; }
.tl-tag { display:inline-block; font-size: 11px; letter-spacing: 2px; padding: 2px 10px; border-radius: 999px; margin-top: 6px; font-weight: 700; }
.tag-earth { background: #e7d3bf; color: var(--clay); }
.tag-water { background: #cfe2e9; color: #2f6577; }
.tag-air   { background: #dde2d2; color: var(--sage); }
.day-panel { display: none; }
.day-panel.active { display: block; }

/* ---------- מנחים ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 30px; }
.member { background: var(--sand-light); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.member-photo { height: 280px; background-size: cover; background-position: center; position: relative; }
.m1 { background: linear-gradient(160deg,#caa06a,#8c5a34); }
.m2 { background: linear-gradient(160deg,#5e93a6,#2f5667); }
.m3 { background: linear-gradient(160deg,#8a96a8,#454f63); }
.m4 { background: linear-gradient(160deg,#9aa57c,#5a6440); }
.member-photo .m-initials {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: 'Frank Ruhl Libre', serif; font-size: 64px; font-weight: 900;
  color: rgba(255,255,255,0.85);
}
.member-body { padding: 24px; }
.member-body h3 { font-size: 22px; }
.member-body .role { color: var(--terracotta); font-weight: 700; font-size: 14px; margin-bottom: 10px; letter-spacing: 1px; }
.member-body p { color: var(--muted); font-size: 15px; }

/* ---------- המלצות ---------- */
.testimonials { background: var(--sand); }
.t-grid { columns: 3 280px; column-gap: 26px; }
.t-card {
  background: var(--sand-light); border-radius: 14px; padding: 28px;
  margin-bottom: 26px; break-inside: avoid; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.t-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.t-card p { font-size: 16px; color: var(--ink); margin-bottom: 16px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sand-dark); display:grid; place-items:center; font-weight:700; color: var(--terracotta-d); font-family: 'Frank Ruhl Libre', serif; }
.t-author .tn { font-weight: 700; font-size: 15px; }
.t-author .tm { font-size: 13px; color: var(--muted); }

/* ---------- מחירון ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 26px; align-items: stretch; }
.price-card {
  background: var(--sand-light); border-radius: var(--radius); padding: 38px 30px;
  border: 1px solid var(--line); display: flex; flex-direction: column;
}
.price-card.featured { border: 2px solid var(--terracotta); box-shadow: var(--shadow); position: relative; }
.price-badge { position: absolute; top: -14px; right: 28px; background: var(--terracotta); color: var(--sand-light); padding: 4px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.price-card h3 { font-size: 24px; }
.price-card .price { font-family: 'Frank Ruhl Libre', serif; font-size: 44px; font-weight: 900; color: var(--terracotta); margin: 12px 0; }
.price-card .price small { font-size: 16px; color: var(--muted); font-family:'Heebo'; font-weight: 400; }
.price-list { list-style: none; margin: 18px 0; flex: 1; }
.price-list li { padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 15px; color: var(--muted); }
.price-list li::before { content: '✦ '; color: var(--terracotta); }

/* ---------- שאלות נפוצות ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: right; background: none; border: 0; padding: 22px 0; cursor: pointer;
  font-family: 'Frank Ruhl Libre', serif; font-weight: 700; font-size: 20px; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .pm { color: var(--terracotta); font-size: 26px; transition: transform .2s; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--muted); font-size: 16px; }
.faq-item.open .faq-a { max-height: 320px; padding-bottom: 22px; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }

/* ---------- CTA ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-d));
  color: var(--sand-light); text-align: center; border-radius: var(--radius);
  padding: 64px 32px; margin: 0 auto;
}
.cta-band h2 { color: var(--sand-light); font-size: clamp(28px,4vw,42px); margin-bottom: 14px; }
.cta-band p { font-size: 18px; opacity: .95; margin-bottom: 28px; }
.cta-band .btn-primary { background: var(--night); }
.cta-band .btn-primary:hover { background: var(--night-soft); }

/* ---------- כותרת תחתונה ---------- */
.footer { background: var(--night); color: #b9b2a6; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 40px; }
.footer h4 { color: var(--sand-light); font-size: 17px; margin-bottom: 16px; }
.footer a { display: block; color: #b9b2a6; padding: 5px 0; font-size: 15px; transition: color .2s; }
.footer a:hover { color: var(--sand-light); }
.footer .brand-name { color: var(--sand-light); }
.footer p { font-size: 15px; color: #948c80; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 13px; color: #7d756a; }

/* ---------- כותרת עמוד פנימי ---------- */
.page-hero {
  background: linear-gradient(180deg, rgba(30,20,16,0.5), rgba(30,20,16,0.55)),
    radial-gradient(120% 100% at 50% -20%, #d9a86b, #b5623c 45%, #5a2f22);
  color: var(--sand-light); text-align: center; padding: 90px 0 80px;
}
.page-hero .eyebrow { letter-spacing: 6px; font-size: 13px; opacity: .9; margin-bottom: 14px; }
.page-hero h1 { color: var(--sand-light); font-size: clamp(34px,5vw,60px); }
.page-hero p { max-width: 600px; margin: 18px auto 0; opacity: .95; font-size: 18px; }

/* ---------- עמוד ההזמנה / גילוי ---------- */
.reveal-stage { min-height: 100vh; display: grid; place-items: center; padding: 60px 24px; transition: background 1.2s; }
.confirm-card {
  background: var(--sand-light); border-radius: 22px; max-width: 640px; width: 100%;
  box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line);
}
.confirm-top { background: var(--sage); color: var(--sand-light); padding: 30px; text-align: center; }
.confirm-top .check { font-size: 46px; }
.confirm-top h2 { color: var(--sand-light); font-size: 26px; margin-top: 6px; }
.confirm-body { padding: 36px; }
.confirm-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.confirm-row .k { color: var(--muted); }
.confirm-row .v { font-weight: 700; }
.confirm-note { margin-top: 22px; font-size: 14px; color: var(--muted); }
.btn-reveal { margin-top: 28px; width: 100%; justify-content: center; }

/* שכבת הגילוי */
#bomb { display: none; text-align: center; color: var(--sand-light); max-width: 720px; }
#bomb.show { display: block; animation: rise 1s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
#bomb .confetti-emoji { font-size: 70px; }
#bomb h1 { color: var(--sand-light); font-size: clamp(40px,8vw,86px); margin: 10px 0; }
#bomb .big-num { font-family: 'Frank Ruhl Libre', serif; font-size: clamp(80px,20vw,200px); font-weight: 900; color: var(--gold); line-height: 1; }
#bomb p { font-size: clamp(18px,2.6vw,24px); margin: 18px auto; max-width: 560px; opacity: .96; }
.reveal-stage.boom { background: radial-gradient(120% 100% at 50% 30%, #b5623c, #2a1d18 70%, #14110f); }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .menu { display: none; position: absolute; top: 100%; right: 0; left: 0; flex-direction: column;
    background: var(--sand-light); padding: 14px; border-bottom: 1px solid var(--line); align-items: stretch; }
  .menu.open { display: flex; }
  .menu a { padding: 12px; }
  .nav-toggle { display: block; }
  .elements-grid { grid-template-columns: 1fr; }
  .split, .split.reverse > :first-child { grid-template-columns: 1fr; order: 0; }
  .split-media { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .t-grid { columns: 1; }
}
