/* ===================== TOKENS ===================== */
:root {
  --coral: #e8836b;
  --coral-deep: #d76a51;
  --coral-soft: #f6d9cf;
  --sand: #f5ede4;
  --cream: #fbf7f2;
  --sage: #8ea58c;
  --sage-deep: #6c8a6a;
  --ink: #3a322e;
  --ink-soft: #6c625b;
  --white: #ffffff;
  --wa: #25d366;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, -apple-system, sans-serif;

  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 18px 50px -20px rgba(58, 50, 46, .35);
  --shadow-sm: 0 8px 24px -12px rgba(58, 50, 46, .28);
  --maxw: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; }
h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h3 { font-size: 1.5rem; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 5vw, 3rem); max-width: var(--maxw); margin: 0 auto; }

.eyebrow {
  font-size: .8rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--coral-deep); font-weight: 500; margin-bottom: 1rem;
}
.eyebrow--light { color: var(--coral-soft); }

.section__head { text-align: center; max-width: 640px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.section__lead { color: var(--ink-soft); font-size: 1.1rem; margin-top: 1rem; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--sans); font-weight: 500; font-size: 1rem;
  padding: .95rem 1.7rem; border-radius: 100px; border: none; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn .ic { width: 1.15em; height: 1.15em; }
.btn--sm { padding: .6rem 1.25rem; font-size: .9rem; }
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 12px 26px -12px var(--coral-deep); }
.btn--primary:hover { background: var(--coral-deep); box-shadow: 0 18px 34px -12px var(--coral-deep); }
.btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light:hover { background: #fff; }
.btn--outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }

/* ===================== NAV ===================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s, box-shadow .4s, padding .4s;
  padding: 1.1rem 0;
}
.nav--scrolled { background: rgba(251, 247, 242, .88); backdrop-filter: blur(14px); box-shadow: 0 4px 30px -18px rgba(58,50,46,.4); padding: .55rem 0; }

/* Transparent nav sitting over the hero photo → light text for contrast */
.nav:not(.nav--scrolled) .brand { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.nav:not(.nav--scrolled) .lang__btn { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.45); }
.nav:not(.nav--scrolled) .burger span { background: #fff; }
@media (min-width: 721px) {
  .nav:not(.nav--scrolled) .nav__links a { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
  .nav:not(.nav--scrolled) .nav__links a:hover { color: var(--coral-soft); }
}
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.2rem, 5vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.brand { display: flex; align-items: center; gap: .5rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: -.01em; }
.brand__mark { font-size: 1.4rem; }
.brand__text em { font-style: normal; color: var(--coral-deep); }

.nav__links { display: flex; gap: 1.9rem; }
.nav__links a { font-size: .95rem; color: var(--ink); position: relative; transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--coral); transition: width .3s var(--ease); }
.nav__links a:hover { color: var(--coral-deep); }
.nav__links a:hover::after { width: 100%; }

.nav__right { display: flex; align-items: center; gap: .9rem; }

/* language selector */
.lang { position: relative; }
.lang__btn {
  display: flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.6);
  border: 1px solid rgba(58,50,46,.12); border-radius: 100px; padding: .45rem .8rem;
  font-family: var(--sans); font-size: .85rem; font-weight: 500; cursor: pointer; color: var(--ink);
  transition: background .3s;
}
.lang__btn:hover { background: #fff; }
.lang__menu {
  position: absolute; top: calc(100% + 8px); right: 0; list-style: none;
  background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: .5rem;
  min-width: 170px; opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .25s, transform .25s, visibility .25s; max-height: 60vh; overflow-y: auto;
}
.lang.open .lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang__menu li { display: flex; align-items: center; gap: .6rem; padding: .55rem .75rem; border-radius: 10px; cursor: pointer; font-size: .9rem; transition: background .2s; }
.lang__menu li:hover, .lang__menu li[aria-selected="true"] { background: var(--sand); }
.lang__menu li span:first-child { font-size: 1.1rem; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav--open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav--open .burger span:nth-child(2) { opacity: 0; }
.nav--open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=1600&q=80") center/cover no-repeat;
  transform: scale(1.08); animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,50,46,.5) 0%, rgba(58,50,46,.32) 40%, rgba(215,106,81,.5) 100%); }
.hero__content { position: relative; z-index: 2; padding: 6rem 1.4rem 4rem; max-width: 860px; }
.hero__content .eyebrow { color: #fff; opacity: .9; }
.hero__title { font-size: clamp(2.8rem, 8vw, 5.4rem); font-weight: 500; text-shadow: 0 4px 30px rgba(0,0,0,.25); }
.hero__sub { font-size: clamp(1.05rem, 2.4vw, 1.35rem); max-width: 620px; margin: 1.5rem auto 2.3rem; opacity: .95; font-weight: 300; }
.hero__cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__tags { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.hero__tags span { font-size: .82rem; letter-spacing: .04em; padding: .4rem .9rem; border: 1px solid rgba(255,255,255,.4); border-radius: 100px; backdrop-filter: blur(4px); background: rgba(255,255,255,.08); }

.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.6); border-radius: 20px; }
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: #fff; border-radius: 4px; transform: translateX(-50%); animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 14px); } 100% { opacity: 0; } }

/* ===================== ABOUT ===================== */
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about__badge { position: absolute; bottom: -22px; right: -14px; background: var(--coral); color: #fff; border-radius: var(--radius); padding: 1rem 1.3rem; text-align: center; box-shadow: var(--shadow); }
.about__badge strong { display: block; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.about__badge span { font-size: .78rem; letter-spacing: .04em; }
.about__text p { color: var(--ink-soft); margin-top: 1.1rem; }
.about__text h2 { margin-top: .3rem; }
.about__points { list-style: none; margin-top: 1.6rem; display: grid; gap: .5rem; }
.about__points li { color: var(--ink); font-weight: 400; }

/* ===================== CARDS ===================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card {
  background: #fff; border-radius: var(--radius-lg); padding: 2.2rem 1.9rem;
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  border: 1px solid rgba(58,50,46,.05);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card__ic { font-size: 2.5rem; margin-bottom: 1rem; }
.card h3 { margin-bottom: .6rem; }
.card p { color: var(--ink-soft); font-size: .98rem; }

/* ===================== PRICING ===================== */
.pricing { background: var(--sand); max-width: none; }
.pricing > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
.plan {
  background: #fff; border-radius: var(--radius-lg); padding: 2.4rem 2rem; text-align: center;
  box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan--featured { background: linear-gradient(165deg, #fff, var(--coral-soft)); border: 2px solid var(--coral); transform: scale(1.03); }
.plan--featured:hover { transform: scale(1.03) translateY(-6px); }
.plan__flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--coral); color: #fff; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 100px; white-space: nowrap; }
.plan h3 { margin-bottom: .3rem; }
.plan__desc { color: var(--ink-soft); font-size: .92rem; min-height: 2.6em; }
.plan__price { margin: 1.2rem 0 1.4rem; display: flex; align-items: baseline; justify-content: center; gap: .35rem; }
.plan__amt { font-family: var(--serif); font-size: 3.4rem; font-weight: 600; color: var(--coral-deep); line-height: 1; }
.plan__unit { color: var(--ink-soft); font-size: .95rem; }
.plan__list { list-style: none; display: grid; gap: .7rem; margin-bottom: 1.8rem; text-align: left; flex: 1; }
.plan__list li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); font-size: .95rem; }
.plan__list li::before { content: "✦"; position: absolute; left: 0; color: var(--coral); }
.pricing__note { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 2rem; }

/* ===================== GALLERY ===================== */
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1rem; }
.g-item { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.g-item:hover img { transform: scale(1.08); }
.g-item--tall { grid-row: span 2; }
.g-item--wide { grid-column: span 2; }
.gallery__subtitle { text-align: center; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 3.5rem 0 1.6rem; }
.reels { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; align-items: flex-start; }
.reels .instagram-media { margin: 0 !important; min-width: 300px !important; max-width: 340px !important; border-radius: var(--radius) !important; box-shadow: var(--shadow-sm) !important; }

.gallery__ig { text-align: center; margin-top: 2.5rem; }
.gallery__note { font-size: .82rem; color: var(--ink-soft); margin-top: 1rem; opacity: .8; }
.gallery__note code { background: var(--sand); padding: .1em .4em; border-radius: 5px; }

/* ===================== RETREATS ===================== */
.retreats { max-width: none; padding: 0; }
.retreats__inner {
  background: linear-gradient(rgba(58,50,46,.4), rgba(108,138,106,.55)), url("https://images.unsplash.com/photo-1540206395-68808572332f?w=1600&q=80") center/cover fixed;
  color: #fff; padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 6vw, 4rem); text-align: center;
}
.retreats__text { max-width: 640px; margin: 0 auto; }
.retreats__text .eyebrow { color: var(--coral-soft); }
.retreats__text p { margin-top: 1.1rem; font-size: 1.1rem; opacity: .95; }
.retreats__text .btn { margin-top: 2rem; }

/* ===================== QUOTES ===================== */
.quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.quote { background: #fff; border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: var(--shadow-sm); }
.quote p { font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.4; }
.quote cite { display: block; margin-top: 1.2rem; font-style: normal; font-size: .9rem; color: var(--coral-deep); font-weight: 500; }

/* ===================== CTA ===================== */
.cta { max-width: none; background: linear-gradient(160deg, var(--coral) 0%, var(--coral-deep) 100%); color: #fff; text-align: center; }
.cta__inner { max-width: 700px; margin: 0 auto; }
.cta__inner p { font-size: 1.15rem; opacity: .95; margin-top: 1rem; }
.cta__buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.2rem; }

/* ===================== FOOTER ===================== */
.footer { background: var(--ink); color: #f5ede4; padding: 3.5rem 1.4rem 2.5rem; text-align: center; }
.footer__brand { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.footer__brand em { font-style: normal; color: var(--coral); }
.footer__tag { color: rgba(245,237,228,.7); margin-top: .6rem; }
.footer__links { display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; margin: 1.6rem 0; }
.footer__links a { color: #f5ede4; font-size: .95rem; transition: color .3s; }
.footer__links a:hover { color: var(--coral); }
.footer__copy { font-size: .82rem; color: rgba(245,237,228,.5); }
.footer__credit { font-size: .8rem; color: rgba(245,237,228,.45); margin-top: .5rem; }
.footer__credit a { color: rgba(245,237,228,.7); border-bottom: 1px solid rgba(245,237,228,.25); transition: color .3s, border-color .3s; }
.footer__credit a:hover { color: var(--coral); border-color: var(--coral); }

/* ===================== FLOATING FAB ===================== */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; flex-direction: column; gap: .8rem; }
.fab__btn { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: var(--shadow); transition: transform .3s var(--ease); }
.fab__btn svg { width: 28px; height: 28px; }
.fab__btn:hover { transform: scale(1.1); }
.fab__btn--wa { background: var(--wa); animation: pulse 2.4s infinite; }
.fab__btn--call { background: var(--coral); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ===================== REVEAL ANIMATION ===================== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; margin: 0 auto; }
  .cards, .plans, .quotes__grid { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-6px); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
}
@media (max-width: 720px) {
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px); background: var(--cream);
    flex-direction: column; justify-content: center; padding: 2rem; gap: 1.6rem;
    transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow); z-index: 105;
  }
  .nav--open .nav__links { transform: translateX(0); }
  .nav__links a { font-size: 1.3rem; font-family: var(--serif); }
  .burger { display: flex; z-index: 106; }
  .nav__cta { display: none; }
}
@media (max-width: 460px) {
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .g-item--wide, .g-item--tall { grid-column: auto; grid-row: auto; }
  .hero__cta .btn, .cta__buttons .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
