:root {
  --ink: #18312a;
  --green: #17332c;
  --cream: #f5efe5;
  --soft: #faf8f3;
  --terracotta: #af6446;
  --white: #fff;
  --muted: #68736f;
  --line: rgba(24, 49, 42, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; background: var(--white); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { width: 42px; color: var(--green); }
.brand strong { display: block; font-family: var(--serif); font-size: 23px; line-height: .95; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 500; }
.primary-nav > a:not(.button):hover { color: var(--terracotta); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--green); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; background: var(--green); color: var(--white); }
.button--light { background: var(--cream); color: var(--green); }
.button--outline-light { border-color: rgba(255,255,255,.45); color: var(--white); background: rgba(255,255,255,.08); }

.hero { position: relative; min-height: calc(100svh - 76px); display: flex; overflow: hidden; background: var(--green); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,26,21,.82) 0%, rgba(10,26,21,.52) 39%, rgba(10,26,21,.08) 70%), linear-gradient(0deg, rgba(10,26,21,.52) 0%, transparent 42%); }
.hero__content { position: relative; z-index: 2; min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: space-between; padding-top: clamp(90px, 14vh, 150px); padding-bottom: 30px; }
.hero__copy { max-width: 680px; color: var(--white); }
.eyebrow { margin: 0 0 14px; color: var(--terracotta); font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: #e4c8a5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(58px, 7.2vw, 102px); line-height: .88; letter-spacing: -.04em; }
h2 { margin-bottom: 22px; font-size: clamp(43px, 5vw, 68px); line-height: .95; letter-spacing: -.025em; }
h3 { font-size: 27px; line-height: 1.05; }
.hero__copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 24px; line-height: 1.35; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 760px; border-top: 1px solid rgba(255,255,255,.3); color: var(--white); }
.hero__facts div { padding: 20px 24px 0 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-family: var(--serif); font-size: 21px; }
.hero__facts span { color: rgba(255,255,255,.7); font-size: 10px; }

.section { padding: 112px 0; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--green); color: var(--white); }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; }
.section-heading h2 { margin-bottom: 16px; }
.section-intro, .section-heading--split > p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-family: var(--serif); font-size: 22px; line-height: 1.45; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); }
.steps article:first-child { border-left: 1px solid var(--line); }
.steps span { display: block; margin-bottom: 42px; color: var(--terracotta); font-size: 10px; font-weight: 600; }
.steps h3 { margin-bottom: 9px; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.included { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.included span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }

.departure-list { border-top: 1px solid var(--line); }
.departure { display: grid; grid-template-columns: 1fr auto 155px; align-items: center; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.departure small { display: block; margin-bottom: 4px; color: var(--terracotta); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.departure h3 { margin-bottom: 4px; }
.departure p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.departure > a { color: var(--green); font-size: 11px; font-weight: 600; text-align: right; }
.status { padding: 8px 11px; border-radius: 999px; background: rgba(175,100,70,.11); color: #8c4d36; font-size: 9px; font-weight: 600; }
.status--soft { background: var(--cream); color: var(--green); }

.retreat { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 90px; }
.retreat p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 22px; }
.retreat__days { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.17); }
.retreat__days div { display: grid; place-items: center; min-height: 190px; border-right: 1px solid rgba(255,255,255,.17); }
.retreat__days div:last-child { border-right: 0; }
.retreat__days strong, .retreat__days span { display: block; }
.retreat__days strong { font-family: var(--serif); font-size: 62px; line-height: 1; }
.retreat__days span { color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 90px; }
.founder { margin: 0; overflow: hidden; border-radius: 180px 180px 18px 18px; background: var(--cream); }
.founder img { width: 100%; height: 600px; object-fit: cover; object-position: 52% center; }
.about__lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.42; }
.about p:not(.eyebrow):not(.about__lead) { color: var(--muted); }
.trust-points { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.trust-points div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.trust-points strong { font-size: 12px; }
.trust-points span { color: var(--muted); font-size: 11px; }

.future { display: grid; grid-template-columns: 1fr .8fr auto; align-items: center; gap: 60px; }
.future h2 { margin-bottom: 0; }
.future > p { margin-bottom: 0; color: var(--muted); }
.future > span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; }

.faq { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion button span:first-child { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.accordion__icon { color: var(--terracotta); font-size: 22px; }
.accordion__content { padding: 0 50px 20px 0; }
.accordion__content p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.contact { padding: 85px 0; background: var(--green); color: var(--white); }
.contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact h2 { margin-bottom: 12px; }
.contact p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.7); }

.footer { padding: 65px 0 22px; background: #10231e; color: rgba(255,255,255,.65); }
.footer__inner { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 70px; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { color: #e4c8a5; }
.footer p { max-width: 330px; margin: 16px 0 0; font-size: 12px; }
.footer nav, .footer__legal { display: grid; align-content: start; gap: 10px; font-size: 11px; }
.footer a:hover { color: var(--white); }
.footer__bottom { margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 120; }
.floating-whatsapp a { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; border-radius: 999px; background: var(--white); color: var(--green); box-shadow: 0 14px 40px rgba(0,0,0,.22); font-size: 12px; font-weight: 600; }
.floating-whatsapp svg { width: 22px; }

@media (max-width: 960px) {
  .primary-nav { position: fixed; top: 76px; right: 0; left: 0; min-height: calc(100vh - 76px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 20px; background: var(--white); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .hero__image { object-position: 67% center; }
  .section-heading--split, .retreat, .about, .faq, .future { grid-template-columns: 1fr; gap: 45px; }
  .departure { grid-template-columns: 1fr auto; }
  .departure > a { grid-column: 1 / -1; text-align: left; }
  .founder { max-width: 620px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { min-height: 68px; }
  .primary-nav { top: 68px; min-height: calc(100vh - 68px); }
  .brand__mark { width: 37px; }
  .brand strong { font-size: 20px; }
  .hero { min-height: 760px; }
  .hero__content { min-height: 760px; padding-top: 85px; padding-bottom: 20px; }
  .hero__image { object-position: 65% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(10,26,21,.65) 0%, rgba(10,26,21,.2) 55%, rgba(10,26,21,.75) 100%); }
  h1 { font-size: clamp(50px, 15vw, 68px); }
  h2 { font-size: 44px; }
  .hero__copy > p:not(.eyebrow) { font-size: 20px; }
  .hero__facts { grid-template-columns: 1fr; gap: 9px; padding-top: 14px; }
  .hero__facts div { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; padding: 0; }
  .section { padding: 82px 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:first-child { min-height: auto; border-right: 1px solid var(--line); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 20px; }
  .departure { grid-template-columns: 1fr; }
  .status { justify-self: start; }
  .retreat__days { grid-template-columns: 1fr; }
  .retreat__days div { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .retreat__days div:last-child { border-bottom: 0; }
  .founder img { height: 510px; }
  .trust-points div { grid-template-columns: 1fr; gap: 2px; }
  .contact__inner { align-items: flex-start; flex-direction: column; }
  .footer__inner { grid-template-columns: 1fr; gap: 35px; }
  .floating-whatsapp a { width: 50px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}


/* V10 founder authority and trust */
.founder {
  position: relative;
}

.founder::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(12, 29, 24, .76));
  pointer-events: none;
}

.founder figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.about__content > p:not(.eyebrow):not(.about__lead) {
  margin-bottom: 16px;
}

.authority-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 4px;
}

.authority-line span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
}

.founder-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 20px;
  border-radius: 16px;
  background: var(--green);
  color: var(--white);
}

.founder-cta > div {
  display: grid;
  gap: 3px;
}

.founder-cta strong {
  font-family: var(--serif);
  font-size: 20px;
}

.founder-cta span {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.founder-cta .button {
  flex: 0 0 auto;
  background: var(--cream);
  color: var(--green);
}

@media (max-width: 640px) {
  .founder-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* V11 confirmed trek content */
.booking-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 38px;
  padding: 28px 30px;
  border-radius: 20px;
  background: var(--green);
  color: var(--white);
}

.booking-card small {
  display: block;
  margin-bottom: 5px;
  color: #e4c8a5;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.booking-card h3 {
  margin-bottom: 5px;
  font-size: 32px;
}

.booking-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.68);
  font-size: 11px;
}

.booking-card__price {
  display: grid;
  gap: 3px;
  min-width: 135px;
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.booking-card__price span {
  color: rgba(255,255,255,.58);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.booking-card__price strong {
  font-family: var(--serif);
  font-size: 31px;
}

.booking-card .button {
  background: var(--cream);
  color: var(--green);
}

.booking-note {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.itinerary-list {
  border-top: 1px solid var(--line);
}

.itinerary-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 34px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.itinerary-list > article > span {
  padding-top: 6px;
  color: var(--terracotta);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.itinerary-list h3 {
  margin-bottom: 5px;
  font-size: 25px;
}

.itinerary-list p {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.detail-card {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.detail-card h2 {
  font-size: 42px;
}

.detail-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 12px;
}

.detail-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--terracotta);
}

.founder-quote {
  margin: 25px 0 0;
  padding: 22px 0 22px 20px;
  border-left: 2px solid var(--terracotta);
}

.founder-quote p {
  margin-bottom: 0 !important;
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: 24px;
}

.mission-note {
  display: grid;
  gap: 3px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 14px;
  background: var(--soft);
}

.mission-note strong {
  font-size: 12px;
}

.mission-note span {
  color: var(--muted);
  font-size: 10px;
}

@media (max-width: 960px) {
  .booking-card {
    grid-template-columns: 1fr auto;
  }

  .booking-card .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .booking-card,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .booking-card {
    padding: 23px;
  }

  .booking-card__price {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .itinerary-list article {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .detail-card {
    padding: 25px;
  }
}


/* V12 balanced founder section */
.about--balanced {
  align-items: center;
}

.about__content--simple {
  max-width: 560px;
}

.about__content--simple > p:not(.eyebrow):not(.about__lead) {
  margin-bottom: 15px;
}

.about__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.about__facts span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
}

.about__content--simple .text-link {
  display: inline-flex;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

/* V12 mission section */
.section--mission {
  background: var(--green);
  color: var(--white);
}

.mission {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 80px;
}

.mission__intro h2 {
  max-width: 520px;
}

.mission__copy > p {
  color: rgba(255,255,255,.72);
}

.mission__copy .button {
  margin-top: 10px;
}

.mission__pillars {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.mission__pillars article {
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.mission__pillars article:first-child {
  border-left: 1px solid rgba(255,255,255,.16);
}

.mission__pillars span {
  display: block;
  margin-bottom: 28px;
  color: #e4c8a5;
  font-size: 10px;
  font-weight: 600;
}

.mission__pillars h3 {
  margin-bottom: 8px;
  color: var(--white);
}

.mission__pillars p {
  margin-bottom: 0;
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

@media (max-width: 960px) {
  .mission {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mission__pillars {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .mission__pillars {
    grid-template-columns: 1fr;
  }

  .mission__pillars article,
  .mission__pillars article:first-child {
    border-right: 1px solid rgba(255,255,255,.16);
    border-left: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .mission__pillars article:last-child {
    border-bottom: 0;
  }
}


/* V13 mission image */
.mission {
  align-items: start;
}

.mission__image {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
}

.mission__image img {
  width: 100%;
  height: auto;
  display: block;
}

.mission__pillars {
  margin-top: 28px;
}

@media (max-width: 640px) {
  .mission__image {
    border-radius: 18px;
  }
}


/* V14 mission section as full background image */
.section--mission {
  position: relative;
  background:
    linear-gradient(rgba(15, 35, 30, .78), rgba(15, 35, 30, .78)),
    url("assets/mission-yoga-group.png") center center / cover no-repeat;
}

.section--mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.16));
  pointer-events: none;
}

.section--mission .mission {
  position: relative;
  z-index: 1;
}

.mission__copy > p,
.mission__pillars p {
  color: rgba(255,255,255,.82);
}

.mission__pillars {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(4px);
}

.mission__pillars article {
  background: rgba(0,0,0,.06);
}

.mission__pillars h3 {
  color: white;
}

.mission__pillars span {
  color: #ecd2af;
}

@media (max-width: 640px) {
  .section--mission {
    background-position: 58% center;
  }
}
