:root {
  --background: #fffaff;
  --foreground: #2c1638;
  --purple: #651478;
  --orchid: #a64ebe;
  --border: #e8d9ec;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Heebo", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, textarea { font: inherit; }
.site-shell { overflow: clip; min-height: 100vh; }
.section-anchor { scroll-margin-top: 92px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .68rem 1.25rem; border: 0; border-radius: 999px; color: white; background: var(--purple); font-size: .92rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgb(166 78 190 / 34%); outline-offset: 3px; }

.topbar { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; padding: 0 clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid rgb(255 255 255 / 64%); background: rgb(255 250 255 / 88%); box-shadow: 0 10px 36px rgb(75 20 90 / 7%); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: .65rem; width: max-content; }
.brand img { object-fit: contain; }
.brand > span { display: grid; line-height: 1; direction: ltr; text-align: left; }
.brand strong { font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: .16em; color: #5e116c; }
.brand small { margin-top: .32rem; font-size: .55rem; letter-spacing: .25em; color: #8b6b92; }
.topbar nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3.25rem); font-size: .94rem; font-weight: 700; }
.topbar nav a { position: relative; padding: 1.8rem 0; }
.topbar nav a::after { content: ""; position: absolute; right: 0; bottom: 1.22rem; width: 0; height: 2px; background: #8f2ca4; transition: width .25s ease; }
.topbar nav a:hover::after, .topbar nav a:focus-visible::after { width: 100%; }
.header-cta { justify-self: end; box-shadow: 0 10px 24px rgb(95 17 111 / 20%); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: clamp(2rem, 5vw, 6rem); padding: 150px clamp(1.25rem, 6vw, 7rem) 0; background: radial-gradient(circle at 10% 5%, rgb(222 179 234 / 62%), transparent 31%), radial-gradient(circle at 88% 27%, rgb(184 104 204 / 18%), transparent 27%), linear-gradient(135deg, #fffaff 0%, #fbf3fe 54%, #f4e8f8 100%); }
.hero::before { content: ""; position: absolute; top: 100px; right: 38%; width: 260px; height: 260px; border: 1px solid rgb(110 24 130 / 12%); border-radius: 50%; box-shadow: 0 0 0 46px rgb(110 24 130 / 4%), 0 0 0 92px rgb(110 24 130 / 3%); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-block: 2rem 6rem; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: #8d299f; font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.hero h1, .retreat-intro h2, .reviews h2, .about-story h2 { margin: 0; font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif; font-size: clamp(3.1rem, 6.4vw, 7.2rem); font-weight: 800; line-height: .98; letter-spacing: -.035em; }
.hero h1 span { display: block; color: #8e31a5; }
.hero-lead { max-width: 650px; margin: 1.8rem 0 0; color: #5e4765; font-size: clamp(1.1rem, 1.45vw, 1.35rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.primary-button { min-height: 52px; padding-inline: 1.65rem; background: linear-gradient(135deg, #561064, #9130a7); box-shadow: 0 14px 28px rgb(89 18 105 / 20%); }
.primary-button:hover { background: linear-gradient(135deg, #6d197b, #a649ba); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: #6c4b73; }
.experience-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 590px; margin-top: 3.25rem; }
.experience-list > div { display: flex; align-items: center; gap: .75rem; }
.experience-list > div > span { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 14px; color: #7d238f; background: rgb(255 255 255 / 75%); box-shadow: 0 7px 22px rgb(72 15 83 / 9%); font-size: 1.25rem; }
.experience-list p { margin: 0; font-size: .93rem; font-weight: 700; }

.hero-visual { position: relative; min-height: 670px; }
.portrait-wrap { position: absolute; inset: 0 0 0 8%; overflow: hidden; border-radius: 260px 260px 34px 34px; box-shadow: 0 30px 70px rgb(74 20 89 / 18%); }
.portrait { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; }
.portrait-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgb(41 12 49 / 38%)); }
.hero-logo-card { position: absolute; top: 8%; left: -5%; display: grid; place-items: center; width: 182px; height: 182px; border: 1px solid rgb(255 255 255 / 75%); border-radius: 50%; background: rgb(255 250 255 / 84%); box-shadow: 0 18px 50px rgb(58 12 67 / 18%); backdrop-filter: blur(10px); }
.hero-logo-card img { width: 158px; height: 158px; object-fit: contain; }
.hero-note { position: absolute; right: -6%; bottom: 8%; display: flex; align-items: center; gap: .8rem; max-width: 250px; padding: 1rem 1.1rem; border: 1px solid rgb(255 255 255 / 66%); border-radius: 22px; color: white; background: rgb(77 15 91 / 78%); box-shadow: 0 14px 36px rgb(46 11 54 / 20%); backdrop-filter: blur(11px); }
.hero-note .plane { font-size: 1.55rem; flex: none; }
.hero-note > span:last-child { font-size: .9rem; line-height: 1.5; }

.about-story { grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); width: calc(100% + clamp(2.5rem, 12vw, 14rem)); margin-inline: calc(-1 * clamp(1.25rem, 6vw, 7rem)); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 10vw, 12rem); color: #2c1638; background: white; }
.section-number { margin: 0 0 1.5rem; color: #a14bb2; font-family: Georgia, serif; font-size: 1rem; letter-spacing: .12em; }
.about-story h2 { font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: 1.08; }
.about-body { max-width: 760px; }
.about-body > p { margin: 0 0 1.1rem; color: #604e65; font-size: 1.1rem; line-height: 1.9; }
.about-body blockquote { margin: 2rem 0 0; padding: 1.25rem 1.5rem 1.25rem 0; border-right: 3px solid #a84cbc; color: #5f146f; font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 700; }

.retreats { display: grid; grid-template-columns: minmax(0, .94fr) minmax(380px, .76fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 9vw, 11rem); color: white; background: linear-gradient(120deg, rgb(29 7 36 / 92%), rgb(76 13 89 / 93%)), url('./images/travel-move-poster.jpeg') center 48% / cover; }
.section-number.light, .eyebrow.light { color: #dba9e5; }
.retreat-intro h2 { font-size: clamp(2.9rem, 5vw, 5.6rem); line-height: 1.03; }
.retreat-intro > p:not(.section-number, .eyebrow) { max-width: 700px; margin: 1.5rem 0 0; color: #e8dceb; font-size: 1.08rem; line-height: 1.85; }
.retreat-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2.3rem; }
.retreat-facts > div { display: flex; align-items: center; gap: .65rem; padding: .95rem; border: 1px solid rgb(255 255 255 / 14%); border-radius: 16px; background: rgb(255 255 255 / 7%); }
.fact-icon { min-width: 1.15rem; color: #e5acef; font-size: .92rem; }
.retreat-facts span:last-child { font-size: .85rem; font-weight: 700; line-height: 1.35; }
.retreat-facts small { display: block; color: #cbb5d0; font-size: .68rem; font-weight: 400; }
.retreat-includes { display: grid; gap: .65rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.retreat-includes li { display: flex; align-items: center; gap: .55rem; color: #f2eaf4; }
.retreat-includes li span { color: #df9aed; }

.signup-card { padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgb(255 255 255 / 38%); border-radius: 30px; color: #32123b; background: rgb(255 252 255 / 96%); box-shadow: 0 26px 75px rgb(18 3 22 / 33%); }
.signup-heading { display: flex; align-items: center; gap: .9rem; }
.signup-heading > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 17px; color: white; background: linear-gradient(135deg, #641475, #a84cbc); font-size: 1.25rem; }
.signup-heading p { margin: 0; color: #9a42aa; font-size: .76rem; font-weight: 800; }
.signup-heading h3 { margin: .1rem 0 0; font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif; font-size: 1.6rem; }
.signup-copy { margin: 1.2rem 0 1.5rem; color: #765b7d; font-size: .92rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.field label { color: #593260; font-size: .86rem; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 1px solid #ddc9e2; border-radius: 14px; padding: .7rem .85rem; color: #32123b; background: #fff; box-shadow: none; }
.field input { height: 46px; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible { border-color: #a34ab5; outline-offset: 0; }
.submit-button { width: 100%; min-height: 50px; background: #651478; }
.submit-button:hover { background: #7d258f; }
.form-note { margin: .7rem 0 0; color: #8c7991; font-size: .74rem; text-align: center; }

.reviews { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: #fffaff; }
.reviews-head { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem; align-items: end; }
.reviews h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: 1.04; }
.reviews-note { display: flex; gap: 1rem; padding: 1.5rem; border: 1px solid #eadbed; border-radius: 24px; background: white; box-shadow: 0 16px 45px rgb(69 17 82 / 8%); }
.note-icon { color: #952faa; font-size: 1.35rem; flex: none; }
.reviews-note strong { color: #52105f; font-size: 1.02rem; }
.reviews-note p { margin: .35rem 0 .7rem; color: #705a76; font-size: .9rem; }
.reviews-note a { display: inline-flex; align-items: center; gap: .35rem; color: #8d299f; font-weight: 800; font-size: .9rem; }
.review-gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 580px; gap: 1rem; margin-top: 3.5rem; }
.review-photo { position: relative; overflow: hidden; margin: 0; border-radius: 26px; background: #eadbed; box-shadow: 0 16px 45px rgb(69 17 82 / 10%); }
.review-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.review-photo:hover img { transform: scale(1.025); }
.review-photo-wide img { object-position: center top; }
.closing-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; margin-top: 4rem; padding: 1.6rem 2rem; border: 1px solid #e6d3ea; border-radius: 30px; background: linear-gradient(135deg, #f8eafb, #fff 70%); }
.closing-card > img { width: 124px; height: 124px; object-fit: contain; }
.closing-card p { margin: 0; color: #9b44ac; font-size: .82rem; font-weight: 800; }
.closing-card h2 { margin-top: .2rem; font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); }

footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem clamp(1.25rem, 7vw, 8rem); color: #d9c9dd; background: #27102e; }
.footer-brand { display: flex; align-items: baseline; gap: .7rem; direction: ltr; }
.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: .15em; }
.footer-brand span { font-size: .62rem; letter-spacing: .16em; }
footer p { margin: 0; font-size: .85rem; }
footer > a { color: white; font-weight: 800; }
.floating-whatsapp { position: fixed; z-index: 48; left: 1.2rem; bottom: 1.2rem; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; color: white; background: #711981; box-shadow: 0 13px 30px rgb(65 14 76 / 28%); font-size: 1.6rem; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #8d299f; }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 2rem; gap: 2.5rem; }
  .about-story { width: calc(100% + 4rem); margin-inline: -2rem; padding-inline: 3rem; }
  .retreats { padding-inline: 2rem; gap: 2.5rem; }
  .retreat-facts { grid-template-columns: 1fr; }
  .reviews { padding-inline: 2rem; }
}

@media (max-width: 760px) {
  .topbar { height: 72px; padding-inline: 1rem; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1.05rem; }
  .header-cta { min-height: 40px; padding-inline: 1rem; }
  .hero { display: flex; flex-direction: column; gap: 0; padding: 112px 1rem 0; }
  .hero::before { display: none; }
  .hero-copy { padding-block: 0 2.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .experience-list { grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 2rem; }
  .experience-list > div { align-items: flex-start; }
  .experience-list > div > span { width: 38px; height: 38px; border-radius: 12px; }
  .experience-list p { font-size: .82rem; line-height: 1.4; }
  .hero-visual { min-height: 540px; }
  .portrait-wrap { inset: 0; border-radius: 190px 190px 26px 26px; }
  .hero-logo-card { top: 2%; left: -2%; width: 118px; height: 118px; }
  .hero-logo-card img { width: 103px; height: 103px; }
  .hero-note { right: 4%; bottom: 5%; }
  .about-story { grid-template-columns: 1fr; gap: 2rem; width: calc(100% + 2rem); margin-inline: -1rem; padding: 4.5rem 1.25rem; }
  .about-story h2 { font-size: 2.65rem; }
  .about-body > p { font-size: 1rem; }
  .retreats { grid-template-columns: 1fr; padding: 4.5rem 1rem; }
  .retreat-intro h2 { font-size: 3.2rem; }
  .signup-card { border-radius: 24px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .reviews { padding: 4.5rem 1rem; }
  .reviews-head { grid-template-columns: 1fr; gap: 2rem; }
  .reviews h2 { font-size: 3.15rem; }
  .review-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -1rem; padding: 0 1rem 1rem; }
  .review-photo { flex: 0 0 84vw; height: 500px; scroll-snap-align: center; }
  .closing-card { grid-template-columns: 1fr; justify-items: start; padding: 1.4rem; }
  .closing-card > img { width: 96px; height: 96px; }
  footer { align-items: flex-start; flex-direction: column; padding-block: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
