/* ═══════════════════════════════════════════════════════════════════════════
   RETREAT PAGE — The Living Forest (Hunter Moon Edition)
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── Scroll-triggered animation ─────────────────────────────────────────── */
.scroll-trigger {
  opacity: 0;
  transform: translateY(35px);
}

.scroll-trigger.play-animation {
  animation: retFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes retFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Bespoke Native Vector SVG Nature Illustrations & Organic Placements */
.ret-hero-title-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ret-accent-hero-leaf {
  position: absolute;
  top: -20px;
  right: 12%;
  width: 90px;
  height: 130px;
  pointer-events: none;
  opacity: 0.7;
}

.ret-subhead-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.ret-svg-inline {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ret-poem-wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.ret-side-fern {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 75px;
  height: 150px;
  pointer-events: none;
  opacity: 0.55;
}

.ret-svg-mountains {
  display: block;
  margin: 12px auto 6px auto;
  width: 140px;
  height: 35px;
}

@media (max-width: 768px) {
  .ret-side-fern {
    display: none;
  }
  .ret-accent-hero-leaf {
    right: 0;
    width: 60px;
    height: 90px;
  }
}

/* Staggered list animations */
.ret-inv-item.play-animation:nth-child(1) { animation-delay: 0.05s; }
.ret-inv-item.play-animation:nth-child(2) { animation-delay: 0.15s; }
.ret-inv-item.play-animation:nth-child(3) { animation-delay: 0.25s; }
.ret-inv-item.play-animation:nth-child(4) { animation-delay: 0.35s; }

.ret-j-item.play-animation:nth-child(1) { animation-delay: 0.05s; }
.ret-j-item.play-animation:nth-child(2) { animation-delay: 0.12s; }
.ret-j-item.play-animation:nth-child(3) { animation-delay: 0.19s; }
.ret-j-item.play-animation:nth-child(4) { animation-delay: 0.26s; }
.ret-j-item.play-animation:nth-child(5) { animation-delay: 0.33s; }
.ret-j-item.play-animation:nth-child(6) { animation-delay: 0.40s; }
.ret-j-item.play-animation:nth-child(7) { animation-delay: 0.47s; }
.ret-j-item.play-animation:nth-child(8) { animation-delay: 0.54s; }
.ret-j-item.play-animation:nth-child(9) { animation-delay: 0.61s; }

.ret-fy-item.play-animation:nth-child(1) { animation-delay: 0.05s; }
.ret-fy-item.play-animation:nth-child(2) { animation-delay: 0.15s; }
.ret-fy-item.play-animation:nth-child(3) { animation-delay: 0.25s; }
.ret-fy-item.play-animation:nth-child(4) { animation-delay: 0.35s; }
.ret-fy-item.play-animation:nth-child(5) { animation-delay: 0.45s; }

.ret-dt-row.play-animation:nth-child(1) { animation-delay: 0.05s; }
.ret-dt-row.play-animation:nth-child(2) { animation-delay: 0.12s; }
.ret-dt-row.play-animation:nth-child(3) { animation-delay: 0.19s; }
.ret-dt-row.play-animation:nth-child(4) { animation-delay: 0.26s; }
.ret-dt-row.play-animation:nth-child(5) { animation-delay: 0.33s; }
.ret-dt-row.play-animation:nth-child(6) { animation-delay: 0.40s; }

.ret-hero-content .ret-tag.play-animation      { animation-delay: 0.1s; }
.ret-hero-content .ret-hero-title.play-animation { animation-delay: 0.25s; }
.ret-hero-content .ret-hero-tagline.play-animation { animation-delay: 0.4s; }
.ret-hero-content .ret-hero-desc.play-animation { animation-delay: 0.55s; }
.ret-hero-content div.play-animation            { animation-delay: 0.7s; }

/* Mobile viewport reset */
@media (max-width: 768px) {
  .scroll-trigger {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ─── Shared Layout & Utilities ─────────────────────────────────────────── */
.ret-wrap {
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #333331;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.serif, .ret-wrap .serif {
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
}

.ret-wrap * { box-sizing: border-box; }
.ret-wrap a { text-decoration: none; }

.ret-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .ret-container {
    padding: 0 20px;
  }
}

.text-center { text-align: center; }

.ret-sec {
  padding: 120px 0;
  width: 100%;
}

.ret-bg-wh   { background-color: #FFFFFF; }
.ret-bg-off  { background-color: #FDFBF7; }
.ret-bg-dark { background-color: #19231A; color: #F5F3EF; }

.ret-subhead {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8A7B66;
  font-weight: 600;
  margin-bottom: 14px;
}

.ret-subhead-gold {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #D4C5A9;
  font-weight: 600;
  margin-bottom: 14px;
}

.ret-heading {
  font-size: 46px;
  color: #1D1E1D;
  line-height: 1.22;
  margin-bottom: 18px;
  font-weight: 400;
}

.ret-sec-header {
  max-width: 850px;
  margin: 0 auto 60px;
}

.ret-subtext {
  font-size: 17px;
  line-height: 1.6;
  color: #66645E;
  margin: 0;
}

.ret-btn-gold {
  display: inline-block;
  background-color: #EFE4D2;
  color: #3F3F3C;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 20px rgba(201, 181, 155, 0.25);
  border: none;
  cursor: pointer;
}

.ret-btn-gold:hover {
  background-color: #E2D2BC;
  color: #1E1E1C;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 181, 155, 0.35);
}

/* ─── Hero Section ───────────────────────────────────────────────────────── */
.ret-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px;
  background-color: #121A13;
}

.ret-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ret-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.85);
}

.ret-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(18, 26, 19, 0.45) 0%, rgba(18, 26, 19, 0.85) 100%),
              linear-gradient(to bottom, rgba(18, 26, 19, 0.3) 0%, rgba(18, 26, 19, 0.7) 100%);
}

.ret-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1050px;
  color: #FFFFFF;
}

.ret-tag {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(212, 197, 169, 0.18);
  border: 1px solid rgba(212, 197, 169, 0.4);
  color: #EFE4D2;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.ret-hero-title {
  font-size: 68px;
  color: #FAF8F5;
  line-height: 1.12;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.ret-hero-tagline {
  font-size: 22px;
  color: #EFE4D2;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.5;
}

.ret-hero-desc {
  font-size: 18.5px;
  line-height: 1.75;
  color: #E0DDD5;
  max-width: 780px;
  margin: 0 auto 38px;
  font-weight: 300;
}

/* ─── Editorial Statement (Narrative) ──────────────────────────────────── */
.ret-editorial-statement {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.ret-editorial-statement .ret-subhead {
  margin-bottom: 18px;
}

.ret-lead {
  font-size: 26px;
  font-family: "Cormorant Garamond", "Libre Baskerville", serif;
  line-height: 1.5;
  color: #1D1E1D;
  margin-bottom: 28px;
  font-weight: 500;
}

.ret-gold-line {
  width: 60px;
  height: 1px;
  background: #D4C5A9;
  margin: 0 auto 30px;
}

.ret-body {
  font-size: 18px;
  line-height: 1.85;
  color: #55534E;
  margin: 0;
  font-weight: 300;
}

/* ─── Compact Five Invitations Visual Strip ─────────────────────────────── */
.ret-inv-compact-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.ret-inv-compact-item {
  background: #FAF8F5;
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid rgba(212, 197, 169, 0.35);
  text-align: center;
  transition: all 0.3s ease;
}

.ret-inv-compact-item:hover {
  transform: translateY(-4px);
  background: #FFFFFF;
  border-color: #D4C5A9;
  box-shadow: 0 12px 30px rgba(45, 59, 45, 0.06);
}

.ret-inv-compact-highlight {
  background: #19231A;
  color: #FAF8F5;
  border-color: #D4C5A9;
}

.ret-inv-compact-highlight h4 {
  color: #EFE4D2 !important;
}

.ret-inv-compact-highlight p {
  color: #D5D2C9 !important;
}

.ret-inv-compact-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #8A7B66;
  display: block;
  margin-bottom: 8px;
}

.ret-inv-compact-item h4 {
  font-size: 20px;
  color: #1D1E1D;
  margin-bottom: 6px;
  font-weight: 500;
}

.ret-inv-compact-item p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #66645E;
  margin: 0;
}

@media (max-width: 992px) {
  .ret-inv-compact-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .ret-inv-compact-highlight {
    grid-column: 1 / -1;
  }
}

.ret-badges-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.ret-tag-unified {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 24px !important;
  border-radius: 50px !important;
  background: rgba(212, 197, 169, 0.14) !important;
  border: 1px solid rgba(212, 197, 169, 0.38) !important;
  color: #EFE4D2 !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  margin-bottom: 0 !important;
}

.ret-tag-edition,
.ret-tag-details {
  white-space: nowrap;
}

.ret-tag-details {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ret-tag-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #EFE4D2;
}

.ret-tag-dot {
  color: rgba(212, 197, 169, 0.5);
  font-size: 13px;
}

.ret-tag-scarcity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #D4C5A9;
}

.ret-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ret-hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  color: rgba(250, 248, 245, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ret-hero-trust span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.ret-hero-trust strong,
.ret-hero-trust small {
  font: inherit;
}

.ret-hero-trust span + span::before {
  content: "•";
  margin-right: 12px;
  color: #D4C5A9;
}

.ret-hero-reassurance {
  margin: 13px auto 0;
  color: rgba(250, 248, 245, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.ret-hero-journey-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: #EFE4D2;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: rgba(212, 197, 169, 0.55);
  text-underline-offset: 5px;
}

.ret-hero-journey-link:hover,
.ret-hero-journey-link:focus-visible {
  color: #FFFFFF;
}

.ret-btn-ghost {
  display: inline-block;
  color: #EFE4D2;
  border: 1px solid rgba(212, 197, 169, 0.4);
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  transition: all 0.35s ease;
}

.ret-btn-ghost:hover {
  background: rgba(212, 197, 169, 0.15);
  color: #FFFFFF;
  border-color: #D4C5A9;
}

.ret-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border: 1px solid rgba(239, 228, 210, 0.72);
  border-radius: 50px;
  color: #F8F2E9;
  background: rgba(25, 35, 26, 0.32);
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.ret-btn-whatsapp:hover {
  color: #FFFFFF;
  background: rgba(239, 228, 210, 0.16);
  border-color: #EFE4D2;
  transform: translateY(-2px);
}

.ret-inv-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ret-inv-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 197, 169, 0.4);
  transition: transform 0.3s ease;
}

.ret-inv-item:hover {
  transform: translateY(-2px);
}

.ret-inv-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ret-inv-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #8A7B66;
  letter-spacing: 0.1em;
}

.ret-inv-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FAF6EE;
  color: #2D3B2D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ret-inv-text h3 {
  font-size: 22px;
  font-family: "Cormorant Garamond", "Libre Baskerville", serif;
  color: #1D1E1D;
  margin-bottom: 8px;
  font-weight: 500;
}

.ret-inv-text p {
  font-size: 15px;
  line-height: 1.65;
  color: #66645E;
  margin: 0;
}

.ret-inv-final-strip {
  grid-column: 1 / -1;
  margin-top: 50px;
  padding: 40px 30px;
  border-top: 1px solid #D4C5A9;
  border-bottom: 1px solid #D4C5A9;
  text-align: center;
  background: #FAF8F5;
}

.ret-inv-final-inner .ret-inv-num {
  display: block;
  margin-bottom: 10px;
}

.ret-inv-final-inner h3 {
  font-size: 26px;
  color: #1D1E1D;
  margin-bottom: 8px;
  font-weight: 400;
}

.ret-inv-final-inner p {
  font-size: 16px;
  color: #66645E;
  margin: 0;
}

/* ─── Winding Forest Journey Trail ────────────────────────────────────── */
.ret-journey-trail-wrapper {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 40px 0;
}

.ret-journey-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.ret-journey-trail-items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 55px;
  margin-top: 10px;
}

.ret-j-trail-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(35px) scale(0.97);
  will-change: transform, opacity;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ret-j-trail-item.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ret-j-left {
  justify-content: flex-start;
  padding-left: 0;
}

.ret-j-right {
  justify-content: flex-end;
  padding-right: 0;
}

.ret-j-center {
  justify-content: center;
}

.ret-j-left .ret-j-card-content {
  width: 44%;
  text-align: left;
}

.ret-j-right .ret-j-card-content {
  width: 44%;
  text-align: right;
}

.ret-j-center .ret-j-card-content {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}

.ret-j-card-content {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 32px 36px;
  border: 1px solid rgba(212, 197, 169, 0.4);
  box-shadow: 0 20px 50px rgba(45, 59, 45, 0.07);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ret-j-card-content:hover {
  transform: translateY(-4px);
  border-color: #D4C5A9;
  box-shadow: 0 20px 50px rgba(45, 59, 45, 0.08);
}

.ret-j-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #8A7B66;
  display: block;
  margin-bottom: 8px;
}

.ret-j-card-content h3 {
  font-size: 24px;
  color: #1D1E1D;
  margin-bottom: 10px;
  font-weight: 400;
}

.ret-j-card-content p {
  font-size: 15px;
  line-height: 1.65;
  color: #55534E;
  margin: 0;
}

.ret-j-node {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FAF8F5;
  border: 2px solid #D4C5A9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: left 0.3s ease, border-color 0.3s ease;
}

.ret-j-node-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2D3B2D;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ret-j-trail-item.revealed .ret-j-node-dot {
  transform: scale(1);
  background: #D4C5A9;
  box-shadow: 0 0 12px rgba(212, 197, 169, 0.8);
}

/* Mobile viewport vertical timeline fallback */
@media (max-width: 768px) {
  .ret-journey-svg { display: none; }
  .ret-j-left, .ret-j-right, .ret-j-center {
    justify-content: flex-start !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
  }
  .ret-j-left .ret-j-card-content,
  .ret-j-right .ret-j-card-content,
  .ret-j-center .ret-j-card-content {
    width: 100% !important;
    text-align: left !important;
    padding: 24px 20px !important;
  }
  .ret-j-node {
    left: 8px !important;
    transform: none !important;
  }
}

/* ─── Wide Photograph Break ──────────────────────────────────────────────── */
.ret-photo-break {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121A13;
}

.ret-photo-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.75);
}

.ret-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 26, 19, 0.45);
}

.ret-photo-quote {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  padding: 0 24px;
}

.ret-photo-quote blockquote {
  font-size: 26px;
  color: #FAF8F5;
  line-height: 1.5;
  font-style: italic;
  margin: 0;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

/* ─── Who It Is For Editorial List ─────────────────────────────────────── */
.ret-foryou-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 80px;
  max-width: 1300px;
  margin: 50px auto 0;
}

.ret-fy-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(212, 197, 169, 0.3);
}

.ret-fy-item-highlight {
  grid-column: 1 / -1;
  border-bottom: none;
  padding-top: 10px;
  justify-content: center;
}

.ret-fy-leaf {
  color: #8A7B66;
  margin-top: 4px;
  flex-shrink: 0;
}

.ret-fy-item p {
  font-size: 20px;
  font-family: "Cormorant Garamond", "Libre Baskerville", serif;
  line-height: 1.5;
  color: #1D1E1D;
  margin: 0;
}

/* ─── Split Container (Why Hunter Moon & Philosophy) ───────────────────── */
.ret-split-container {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.ret-split-divider {
  width: 1px;
  height: 100%;
  min-height: 300px;
  background: rgba(212, 197, 169, 0.25);
}

.ret-split-col h2 {
  font-size: 36px;
  color: #FAF8F5;
  margin-bottom: 22px;
  font-weight: 400;
}

.ret-split-col p {
  font-size: 17px;
  line-height: 1.85;
  color: #D5D2C9;
  margin-bottom: 18px;
}

.ret-rhythm-list {
  margin: 24px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ret-rhythm-item {
  font-size: 16px;
  color: #EFE4D2;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  padding-left: 18px;
  border-left: 2px solid #8A7B66;
}

.ret-rhythm-conclusion {
  font-size: 19px !important;
  color: #FAF8F5 !important;
  margin-top: 10px;
}

/* ─── Retreat Details Luxury Matrix ───────────────────────────────────── */
.ret-details-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 80px;
  max-width: 1300px;
  margin: 50px auto 30px;
}

.ret-dt-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 197, 169, 0.35);
}

.ret-dt-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FAF6EE;
  color: #2D3B2D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ret-dt-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8A7B66;
  margin-bottom: 4px;
  font-weight: 600;
}

.ret-dt-info h4 {
  font-size: 20px;
  font-family: "Cormorant Garamond", "Libre Baskerville", serif;
  color: #1D1E1D;
  margin-bottom: 4px;
  font-weight: 500;
}

.ret-dt-sub {
  font-size: 14px;
  color: #77756F;
}

.ret-note {
  font-size: 14px;
  font-style: italic;
  color: #888680;
}

.ret-booking-note {
  max-width: 720px;
  margin: 36px auto 18px;
  line-height: 1.7;
}

.ret-cancellation {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 22px;
  border-top: 1px solid rgba(138, 123, 102, 0.24);
  color: #77756F;
  text-align: center;
}

.ret-cancellation-title {
  display: block;
  margin-bottom: 8px;
  color: #6F6251;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ret-cancellation p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

/* ─── Testimonials — enabled only when approved participant notes are added ─ */
.ret-testimonials {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #F8F5EF;
}

.ret-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.ret-testimonial-note {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(138, 123, 102, 0.18);
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 16px 36px rgba(68, 55, 37, 0.07);
}

.ret-testimonial-note img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* ─── FAQ ───────────────────────────────────────────────────────────────── */
.ret-faq .ret-sec-header { margin-bottom: 44px; }

.ret-faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(138, 123, 102, 0.25);
}

.ret-faq-item {
  border-bottom: 1px solid rgba(138, 123, 102, 0.25);
}

.ret-faq-item summary {
  position: relative;
  display: block;
  padding: 22px 52px 22px 0;
  color: #242522;
  cursor: pointer;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
  list-style: none;
}

.ret-faq-item summary::-webkit-details-marker { display: none; }

.ret-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #8A7B66;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 300;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.ret-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.ret-faq-answer {
  max-width: 760px;
  overflow: hidden;
}

.ret-faq-answer p {
  margin: -2px 0 22px;
  color: #66645E;
  font-size: 15px;
  line-height: 1.75;
}

html.ret-faq-enhanced .ret-faq-answer {
  height: 0;
  opacity: 0;
  transform: translateY(-5px);
  transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.ret-faq-enhanced .ret-faq-item[open] .ret-faq-answer {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html.ret-faq-enhanced .ret-faq-answer { transition: none; }
}

/* ─── Meet Your Guide Unframed Editorial ───────────────────────────────── */
.ret-guide-editorial {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.ret-guide-photo-wrap {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ret-guide-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.ret-guide-bio h2 {
  font-size: 40px;
  color: #1D1E1D;
  margin-bottom: 4px;
  font-weight: 400;
}

.ret-guide-role {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8A7B66;
  font-weight: 600;
  margin-bottom: 20px;
}

.ret-guide-line {
  width: 50px;
  height: 1px;
  background: #D4C5A9;
  margin-bottom: 24px;
}

.ret-guide-bio p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #55534E;
  margin-bottom: 18px;
}

.ret-guide-bio blockquote {
  font-size: 18px;
  line-height: 1.65;
  color: #2D3B2D;
  font-style: italic;
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 2px solid #D4C5A9;
}

/* ─── The People Holding the Space ───────────────────────────────────────── */
.ret-spaceholders {
  max-width: 1320px;
  margin: 76px auto 0;
  padding-top: 52px;
  border-top: 1px solid rgba(138, 123, 102, 0.22);
}

.ret-spaceholders-header {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.ret-spaceholders-header h3 {
  margin: 8px 0 0;
  color: #1D1E1D;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}

.ret-support-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}

.ret-support-card {
  min-width: 0;
  padding: 0;
}

.ret-support-card:first-child {
  position: relative;
}

.ret-support-card:first-child::after {
  position: absolute;
  top: 8px;
  right: -32px;
  bottom: 0;
  width: 1px;
  background: rgba(138, 123, 102, 0.25);
  content: "";
}

.ret-support-photo,
.ret-support-photo-placeholder {
  display: flex;
  width: min(100%, 320px);
  aspect-ratio: 3 / 2;
  min-height: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px dashed rgba(138, 123, 102, 0.45);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(232, 225, 212, 0.7), rgba(248, 246, 240, 0.95));
  color: #2D3B2D;
}

.ret-support-photo {
  border-style: solid;
  border-color: rgba(167, 150, 123, 0.23);
  border-radius: 3px;
  background: #F4F0E7;
}

.ret-support-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ret-support-photo-placeholder span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDAE94;
  border-radius: 50%;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}

.ret-support-photo-placeholder small {
  color: #8A7B66;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ret-support-role {
  display: block;
  margin-bottom: 8px;
  color: #8A7B66;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ret-support-card h3 {
  margin: 0;
  color: #1D1E1D;
  font-size: 32px;
  font-weight: 400;
}

.ret-support-line {
  width: 42px;
  height: 1px;
  margin: 20px 0;
  background: #D4C5A9;
}

.ret-support-card p {
  margin: 0;
  color: #55534E;
  font-size: 15.5px;
  line-height: 1.75;
}

/* ─── Final Invitation Banner ────────────────────────────────────────────── */
.ret-invitation-banner {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
  background-color: #121A13;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ret-inv-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

}

.ret-inv-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.65);
}

.ret-inv-banner-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(18, 26, 19, 0.6) 0%, rgba(18, 26, 19, 0.9) 100%);
}

.ret-inv-banner-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
  color: #FAF8F5;
}

.ret-inv-banner-content .ret-heading {
  color: #FAF8F5 !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.ret-poem {
  margin: 36px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ret-poem p {
  font-size: 19px;
  line-height: 1.6;
  color: #E0DDD5;
  font-family: "Libre Baskerville", serif;
  margin: 0;
}

.ret-poem p.ret-pause {
  color: #D4C5A9;
  font-style: italic;
  font-size: 21px;
}

.ret-poem p.ret-call {
  color: #FFFFFF;
  font-size: 22px;
}

.ret-welcome {
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-weight: 400;
}

/* ─── Responsive Media Queries ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ret-hero-title { font-size: 44px; }
  .ret-heading { font-size: 34px; }
  .ret-journey-grid { grid-template-columns: repeat(2, 1fr); }
  .ret-details-grid { grid-template-columns: repeat(2, 1fr); }
  .ret-guide-editorial { flex-direction: column; gap: 32px; text-align: center; }
  .ret-guide-photo-wrap { width: 100%; max-width: 400px; height: 380px; margin: 0 auto; }
  .ret-guide-line { margin: 0 auto 20px auto; }
}

@media (max-width: 768px) {
  /* Containers & Section Spacing */
  .ret-sec { padding: 56px 0; }
  .ret-container { padding: 0 20px; width: 100%; box-sizing: border-box; }

  /* Hero Section Mobile Typography & Layout */
  .ret-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 86px 0 34px;
  }
  .ret-badges-wrap { justify-content: center; margin-bottom: 16px; }
  .ret-tag-unified {
    flex-direction: column;
    justify-content: center;
    gap: 6px !important;
    width: min(100%, 320px);
    padding: 10px 16px !important;
    line-height: 1.2;
  }
  .ret-tag-edition,
  .ret-tag-details {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  .ret-tag-details { gap: 8px; letter-spacing: 0.12em; }
  .ret-tag-unified .ret-tag-dot { display: inline; font-size: 11px; }
  .ret-hero-title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .ret-hero-tagline { font-size: 15px !important; line-height: 1.5 !important; margin-bottom: 14px; }
  .ret-hero-desc { font-size: 13.5px !important; line-height: 1.6 !important; max-width: 100%; margin-bottom: 24px; }
  .ret-hero-actions { flex-direction: column; width: 100%; max-width: 340px; margin: 0 auto; gap: 10px; }
  .ret-btn-gold, .ret-btn-ghost, .ret-btn-whatsapp { width: 100%; text-align: center; justify-content: center; padding: 13px 20px; font-size: 13.5px; }
  .ret-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 330px);
    gap: 7px;
    margin: 18px auto 0;
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .ret-hero-trust span {
    min-height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 6px 4px;
    border: 1px solid rgba(212, 197, 169, 0.28);
    border-radius: 10px;
    background: rgba(18, 26, 19, 0.34);
  }
  .ret-hero-trust strong { font-size: 10.5px; color: #F5E8CF; letter-spacing: 0.04em; }
  .ret-hero-trust small { font-size: 8px; color: rgba(250, 248, 245, 0.72); letter-spacing: 0.1em; }
  .ret-hero-trust span + span::before { display: none; }
  .ret-hero-reassurance { max-width: 300px; margin-top: 12px; font-size: 12px; }
  .ret-hero-journey-link { margin-top: 14px; font-size: 12px; }

  /* Section Headings & Subheads Mobile */
  .ret-heading { font-size: 26px !important; line-height: 1.25 !important; margin-bottom: 8px; }
  .ret-subhead, .ret-subhead-gold { font-size: 11px !important; letter-spacing: 0.14em; }
  .ret-subtext { font-size: 13.5px !important; line-height: 1.55 !important; margin-bottom: 24px; }

  /* Invitation Banners Mobile */
  .ret-invitation-banner { padding: 64px 0; }
  .ret-poem { margin: 24px 0 28px; gap: 12px; }
  .ret-poem p { font-size: 15px !important; line-height: 1.55 !important; }
  .ret-poem p.ret-pause { font-size: 16.5px !important; }
  .ret-poem p.ret-call { font-size: 17.5px !important; }
  .ret-welcome { font-size: 22px !important; margin-bottom: 24px; }

  /* Winding Journey Trail Mobile Single Column */
  .ret-journey-trail-wrapper { margin-top: 32px; min-height: auto; }
  .ret-journey-svg { display: none; }
  .ret-journey-trail-items { display: flex; flex-direction: column; gap: 16px; position: static; }
  .ret-j-trail-item { position: static !important; width: 100% !important; transform: none !important; left: auto !important; right: auto !important; margin: 0 !important; }
  .ret-j-card-content { padding: 18px 16px !important; width: 100% !important; box-sizing: border-box; }
  .ret-j-num { font-size: 11px !important; padding: 3px 10px !important; margin-bottom: 8px; }
  .ret-j-card-content h3 { font-size: 18px !important; margin-bottom: 6px; }
  .ret-j-card-content p { font-size: 13px !important; line-height: 1.5 !important; }

  /* Photograph Break Quote Mobile */
  .ret-photo-break { height: 260px; display: flex; }
  .ret-photo-break img { position: absolute; inset: 0; }
  .ret-photo-quote { width: 100%; max-width: 330px; padding: 0 12px; }
  .ret-photo-quote blockquote { font-size: 18px !important; line-height: 1.5 !important; padding: 0; }

  /* The 5 Invitations Compact Visual Strip Mobile */
  .ret-inv-compact-strip { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .ret-inv-compact-item { padding: 16px 18px; text-align: left; display: flex; flex-direction: column; align-items: flex-start; }
  .ret-inv-compact-num { margin-bottom: 6px; font-size: 11px; }
  .ret-inv-compact-item h4 { font-size: 17px; margin-bottom: 4px; }
  .ret-inv-compact-item p { font-size: 13px; line-height: 1.45; }

  /* Divine Coincidence & Our Philosophy Split Section Mobile */
  .ret-split-container { flex-direction: column; gap: 36px; }
  .ret-split-col { text-align: left; }
  .ret-split-col h2 { font-size: 24px !important; line-height: 1.3 !important; margin-bottom: 12px; }
  .ret-split-col p { font-size: 13.5px !important; line-height: 1.6 !important; margin-bottom: 12px; }
  .ret-split-divider { width: 100%; height: 1px; background: rgba(212, 197, 169, 0.2); margin: 8px 0; }
  .ret-rhythm-list { gap: 8px; margin: 16px 0; }
  .ret-rhythm-item { font-size: 13px; padding: 8px 12px; }
  .ret-rhythm-conclusion { font-size: 16px !important; }

  /* Who It Is For Checklist Mobile */
  .ret-foryou-list { gap: 12px; }
  .ret-fy-item { padding: 14px 16px; gap: 12px; }
  .ret-fy-item p { font-size: 14px !important; line-height: 1.45 !important; }

  /* Facilitator Bio Mobile */
  .ret-guide-editorial { flex-direction: column; gap: 24px; text-align: center; }
  .ret-guide-photo-wrap { width: 100%; max-width: 260px; height: 300px; margin: 0 auto; border-radius: 14px; }
  .ret-guide-bio h2 { font-size: 26px !important; }
  .ret-guide-role { font-size: 11px !important; margin-bottom: 14px; }
  .ret-guide-line { margin: 0 auto 16px auto; }
  .ret-guide-bio p { font-size: 13.5px !important; line-height: 1.6 !important; text-align: left; }
  .ret-guide-bio blockquote { font-size: 15px !important; line-height: 1.5 !important; text-align: left; padding-left: 14px; margin-top: 20px; }
  .ret-spaceholders { margin-top: 48px; padding-top: 38px; }
  .ret-spaceholders-header { margin-bottom: 22px; }
  .ret-spaceholders-header h3 { font-size: 22px; }
  .ret-support-team { grid-template-columns: 1fr; gap: 38px; }
  .ret-support-card { min-height: 0; padding: 0; }
  .ret-support-card:first-child::after { top: auto; right: 0; bottom: -20px; left: 0; width: 100%; height: 1px; }
  .ret-support-photo,
  .ret-support-photo-placeholder { width: min(100%, 260px); aspect-ratio: 3 / 2; min-height: 0; margin-bottom: 18px; }
  .ret-support-photo-placeholder span { width: 32px; height: 32px; font-size: 10px; }
  .ret-support-role { font-size: 10px; }
  .ret-support-card h3 { font-size: 23px; }
  .ret-support-line { margin: 14px 0; }
  .ret-support-card p { font-size: 13.5px; line-height: 1.6; }

  /* Retreat Details Matrix Mobile */
  .ret-details-matrix { grid-template-columns: 1fr; gap: 12px; }
  .ret-dt-row { padding: 14px 16px; gap: 14px; }
  .ret-dt-icon { width: 36px; height: 36px; }
  .ret-dt-label { font-size: 10px; }
  .ret-dt-info h4 { font-size: 15px; }
  .ret-dt-sub { font-size: 12px; }
  .ret-booking-note { margin-top: 28px; font-size: 12.5px; line-height: 1.65; }
  .ret-cancellation { padding: 16px 4px 0; }
  .ret-cancellation p { font-size: 11.5px; line-height: 1.65; }

  /* Testimonials and FAQ mobile */
  .ret-testimonials { padding-top: 56px; padding-bottom: 56px; }
  .ret-testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ret-faq .ret-sec-header { margin-bottom: 30px; }
  .ret-faq-item summary { padding: 17px 34px 17px 0; font-size: 18px; line-height: 1.3; }
  .ret-faq-item summary::after { right: 0; font-size: 21px; }
  .ret-faq-answer p { margin-bottom: 18px; font-size: 13px; line-height: 1.65; }
}

/* Three-day retreat itinerary */
.ret-itinerary {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 112px);
  max-width: 1240px;
  margin: 64px auto 0;
}

.ret-itinerary-aside {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.ret-itinerary-wayfinder {
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(138, 123, 102, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.ret-itinerary-wayfinder.is-pinned {
  position: fixed;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.ret-itinerary-wayfinder.is-docked {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ret-wayfinder-eyebrow {
  margin-bottom: 8px;
  color: #8A7B66;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ret-wayfinder-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #77756F;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ret-wayfinder-link span {
  color: #B0A28E;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.ret-wayfinder-link:hover,
.ret-wayfinder-link.is-active { color: #1D1E1D; }
.ret-wayfinder-link.is-active span { color: #2D3B2D; }

.ret-day-list { display: flex; flex-direction: column; gap: 28px; }

.ret-day {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(138, 123, 102, 0.2);
  border-radius: 24px;
  background: #FFFEFB;
  box-shadow: 0 16px 44px rgba(34, 45, 34, 0.045);
  opacity: 0.38;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.55s ease;
}

.ret-day.is-active {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 22px 56px rgba(34, 45, 34, 0.09);
}

.ret-day-arrive { border-top: 3px solid #BBC8AE; }
.ret-day-open { border-top: 3px solid #D4C5A9; }
.ret-day-return { border-top: 3px solid #778B7B; }

.ret-day-number,
.ret-experience-number {
  color: #8A7B66;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ret-day-kicker {
  margin: 18px 0 8px;
  color: #2D3B2D;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: italic;
}

.ret-day-heading h3 {
  margin: 0 0 14px;
  color: #1D1E1D;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.ret-day-heading > p:last-child {
  margin: 0;
  color: #66645E;
  font-size: 16px;
  line-height: 1.7;
}

.ret-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
}

.ret-experience {
  min-height: 178px;
  padding: 20px 18px;
  border-radius: 14px;
  background: #F8F6F0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.42s ease calc(var(--experience-index) * 90ms), transform 0.42s ease calc(var(--experience-index) * 90ms), background 0.25s ease;
}

.ret-day.is-active .ret-experience {
  opacity: 1;
  transform: translateY(0);
}

.ret-day.is-revealed .ret-experience {
  opacity: 1;
  transform: translateY(0);
}

.ret-experience:only-child {
  grid-column: 1 / -1;
}

.ret-experience:hover { background: #F0ECDF; }

.ret-experience h4 {
  margin: 38px 0 8px;
  color: #1D1E1D;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
}

.ret-experience p {
  margin: 0;
  color: #66645E;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .ret-guide-editorial { grid-template-columns: minmax(300px, 0.8fr) 1fr; gap: 48px; }
  .ret-itinerary { grid-template-columns: 170px minmax(0, 1fr); gap: 32px; }
  .ret-day { grid-template-columns: 1fr; }
  .ret-experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .ret-itinerary { display: block; margin-top: 32px; }
  .ret-itinerary-aside { display: none; }
  .ret-itinerary-wayfinder { display: none; }
  .ret-day-list { gap: 14px; }
  .ret-day { display: block; padding: 20px 16px; border-radius: 16px; opacity: 1; transform: none; }
  .ret-day-heading { margin-bottom: 16px; }
  .ret-day-kicker { margin: 10px 0 5px; font-size: 13px; }
  .ret-day-heading h3 { font-size: 27px; margin-bottom: 8px; }
  .ret-day-heading > p:last-child { font-size: 13.5px; line-height: 1.55; }
  .ret-experience-grid { grid-template-columns: 1fr; gap: 8px; }
  .ret-experience {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 8px;
    align-items: start;
    min-height: 0;
    padding: 13px 14px;
    opacity: 1;
    transform: none;
  }
  .ret-experience-number { grid-row: span 2; padding-top: 2px; }
  .ret-experience h4 { margin: 0 0 3px; font-size: 18px; line-height: 1.18; }
  .ret-experience p { font-size: 12.5px; line-height: 1.45; }
  .ret-split-container { grid-template-columns: 1fr; gap: 28px; }
  .ret-split-divider { min-height: 0; }
  .ret-foryou-list { grid-template-columns: 1fr; }
  .ret-fy-item-highlight { grid-column: auto; justify-content: flex-start; }
  .ret-guide-editorial { grid-template-columns: 1fr; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-trigger,
  .ret-day,
  .ret-experience { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
}

/* Desktop refinement: give each experience enough room to breathe. */
@media (min-width: 1025px) {
  .ret-day {
    grid-template-columns: minmax(245px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    opacity: 0.38;
    transform: translateY(24px);
  }

  .ret-day.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }

  .ret-day.is-active {
    transform: translateY(-2px);
  }

  .ret-experience-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ret-experience {
    display: grid;
    grid-template-columns: 32px minmax(132px, 0.85fr) minmax(0, 1.15fr);
    column-gap: 14px;
    align-items: start;
    min-height: 0;
    padding: 20px;
  }

  .ret-experience h4 {
    margin: 0;
    font-size: 20px;
  }

  .ret-experience p {
    font-size: 13px;
    line-height: 1.58;
  }
}

@media (max-width: 480px) {
  .ret-sec { padding: 48px 0; }
  .ret-hero { min-height: 100svh; padding: 78px 0 30px; }
  .ret-hero-title { font-size: 30px !important; }
  .ret-heading { font-size: 24px !important; }
  .ret-poem p { font-size: 14px !important; }
  .ret-welcome { font-size: 20px !important; }
}

/* The existing booking button becomes the retreat's clear, thumb-friendly
   mobile enquiry bar once the visitor has moved beyond the hero. */
@media (max-width: 768px) {
  body.retreat-mobile-cta-ready #bookingFab {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    justify-content: center;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 14px;
    box-shadow: 0 12px 30px rgba(29, 30, 29, 0.2);
  }

  body:not(.retreat-mobile-cta-ready) #bookingFab {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(28px) !important;
  }
}

/* Retreat-only WhatsApp shortcut. It complements the enquiry form without
   competing with it: desktop gets opposing corners; mobile keeps the shortcut
   just above the thumb-friendly enquiry bar. */
.ret-whatsapp-fab {
  position: fixed;
  z-index: 1000;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 240, 231, 0.34);
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  box-shadow: 0 10px 26px rgba(20, 126, 62, 0.27);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.ret-whatsapp-fab svg {
  width: 29px;
  height: 29px;
}

.ret-whatsapp-fab .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ret-whatsapp-fab:hover,
.ret-whatsapp-fab:focus-visible {
  transform: translateY(-3px) scale(1.04);
  background: #1EAF57;
  box-shadow: 0 14px 30px rgba(20, 126, 62, 0.38);
}

.ret-whatsapp-fab:focus-visible {
  outline: 3px solid #D4C5A9;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  body.retreat-mobile-cta-ready .ret-whatsapp-fab {
    bottom: max(82px, calc(env(safe-area-inset-bottom) + 70px));
    left: 16px;
    width: 48px;
    height: 48px;
  }

  body:not(.retreat-mobile-cta-ready) .ret-whatsapp-fab {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
  }
}

/* Living Forest hero artwork: one editorial composition, never over the copy. */
.ret-hero-artwork {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  opacity: 0.26;
  mix-blend-mode: screen;
}

.ret-hero-artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Forest scene layers: placed behind content, never inside cards or controls. */
.ret-journey-section,
#retreat-details,
.ret-moon-story {
  position: relative;
  overflow: hidden;
}

.ret-journey-section > .ret-container,
#retreat-details > .ret-container,
.ret-moon-story > .ret-container {
  position: relative;
  z-index: 1;
}

.ret-section-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ret-journey-forest-art { opacity: 0.18; }
.ret-details-cedar-art { opacity: 0.16; }
.ret-moonlit-canopy-art { opacity: 0.30; mix-blend-mode: screen; }

@media (max-width: 768px) {
  .ret-hero-artwork {
    display: none;
  }

  .ret-section-art {
    inset: auto;
    height: auto;
    object-fit: contain;
  }

  .ret-journey-forest-art {
    width: 150%;
    left: -32%;
    bottom: 0;
    opacity: 0.13;
  }

  .ret-details-cedar-art {
    width: 150%;
    left: -30%;
    bottom: 0;
    opacity: 0.12;
  }

  .ret-moonlit-canopy-art {
    width: 165%;
    right: 14%;
    top: 0;
    opacity: 0.20;
  }
}

/* Compact, thumb-friendly retreat enquiry on mobile. */
.retreat-form-privacy,
.retreat-form-whatsapp {
  margin: 12px auto 0;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.retreat-form-whatsapp a {
  color: #2A5138;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 480px) {
  #retreatInquiryModal {
    align-items: flex-end;
  }

  #retreatInquiryModal .mp-booking-box {
    width: 100%;
    max-width: none !important;
    max-height: 78svh;
    margin: 0;
    padding: 27px 22px calc(24px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
  }

  #retreatInquiryModal .form-group {
    margin-bottom: 15px;
  }

  #retreatInquiryModal .booking-subtitle {
    margin-bottom: 18px;
  }
}
