/** Shopify CDN: Minification failed

Line 512:0 All "@import" rules must come first
Line 715:0 All "@import" rules must come first
Line 1059:0 All "@import" rules must come first
Line 1251:0 All "@import" rules must come first
Line 1548:0 All "@import" rules must come first
Line 1758:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-private-lesson-image-banner (INDEX:18) */
.image-banner-wrapper {
  text-align: center;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow-x: visible;
}

  .image-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(176deg, transparent 70%, #D18BBB 96%);
  z-index: 1;
  pointer-events: none;
}

.image-banner {
  position: relative;
  width: 100%;
  max-width: 1700px;
  height: 550px; 
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.image-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: white;
  z-index: 2;
  text-align: left;
  width: 90%;
}

.image-overlay-text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: white;
  line-height: 1.1 !important;
}

.image-overlay-text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 16px;
  color: white;
  line-height: 0.6;
}

.image-overlay-text a {
  display: inline-block;
  background-color: #1CD87D;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .image-overlay-text h1 {
    font-size: 5rem;
  }

  .image-overlay-text h2 {
    font-size: 2rem;
  }

  .image-overlay-text {
    width: 50%; 
  }
}
.floating-social-proof {
  position: absolute;
  bottom: -48px; /* floating below the banner */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcf8f0;
  border-radius: 24px;
  padding: 8px 40px;
  box-shadow: 0 3px 7px rgba(96, 97, 112, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: calc(100% - 120px);
  z-index: 20;
  pointer-events: auto;
  box-sizing: border-box;
}

.floating-social-proof .top-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.floating-social-proof .avatars {
  display: flex;
  margin-right: 8px;
}

.floating-social-proof .avatar {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin-left: -6px;
}

.floating-social-proof .avatar:first-child {
  margin-left: 0;
}

.floating-social-proof .stars {
  color: #FFD700;
  font-size: 20px;
  user-select: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.floating-social-proof .caption {
  font-size: 13px;
  font-style: italic;
  color: #000;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 600px) {
  .floating-social-proof {
    padding: 8px 20px;
    width: calc(100% - 80px);
    bottom: -40px;
  }
  
  .floating-social-proof .avatar {
    width: 19px;
    height: 19px;
    margin-left: -6px;
  }
  
  .floating-social-proof .stars {
    font-size: 16px;
  }
  
  .floating-social-proof .caption {
    font-size: 11px;
  }
}
/* END_SECTION:custom-private-lesson-image-banner */

/* START_SECTION:custom-private-lesson-whoisthisfor (INDEX:19) */
.continuation-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.continuation-inner {
  background-color: #d18bbb;
  width: 100%;
  max-width: 1500px;
  padding: 70px 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.continuation-inner h2 {
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: white;
  padding-bottom: 20px;
}

.who-svg-bg {
  position: relative;
  display: inline-block;
  color: white;
  font-weight: 700;
  background: transparent;
  z-index: 1;
}

.who-svg-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-34% + 10px), calc(-40% + 10px));
  width: 170px;
  height: 170px;
  background-image: url('/cdn/shop/files/Untitled_design_4.svg?v=1753205888');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.who-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.who-box {
  background-color: white;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 20px 15px rgba(0,0,0,0.11);
  padding: 2.8rem;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;         
  justify-content: flex-start;    
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.who-box:hover {
  background-color: #ffef87;
  box-shadow: 0 5px 9px rgba(0,0,0,0.19);
  transform: translate(2px, 2px); 
}

.who-box > * {
  width: 100%;
}

.icon-container {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.who-box h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #555;
  line-height: 1.3;
}

.scroll-to-form-btn {
  margin-top: auto;
  padding: 0;
  background: transparent;
  border: none;
  color: #d18bbb;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  text-align: left;
}

.scroll-to-form-btn:hover {
  color: #a05a8e;
}

.scroll-to-form-btn::after {
  content: '→';
  display: inline-block;
  transition: transform 0.3s ease;
}

.scroll-to-form-btn:hover::after {
  transform: translateX(6px);
}

@media screen and (max-width: 900px) {
  .who-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 745px) {
  .who-grid {
    grid-template-columns: 1fr;
  }
  .who-box {
    aspect-ratio: 1 / 1;
  }
}

@media screen and (min-width: 745px) {
.continuation-inner h2 {
  font-size: 4.2rem;
  }
}
/* END_SECTION:custom-private-lesson-whoisthisfor */

/* START_SECTION:last-event-section (INDEX:36) */
.event-gallery { 
    background-color: #fcf8f0; 
    padding: 1px 18px 48px 18px; 
  } 
 
  .event-gallery-inner { 
    max-width: 1000px; 
    margin: 0 auto; 
  } 
 
  .event-gallery-header { 
    margin-bottom: 32px; 
  } 

  .event-gallery-pill {
    display: inline-block;
    background-color: #a5598d;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 2px;
    margin-top: 30px;
  }
 
  .event-gallery-header h2 { 
    font-size: 36px; 
    font-weight: 400; 
    letter-spacing: -0.02em; 
    margin-bottom: 6px; 
    color: #111;
    margin-top: 10px;
  } 
 
  .event-gallery-header p { 
    font-size: 15px; 
    color: #111; 
    max-width: 1000px; 
    margin-top: 0px; 
  } 
 
  @media (max-width: 640px) { 
    .event-gallery-header h2 { 
      font-size: 36px; 
    } 
  } 
 
  .event-gallery-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); 
    gap: 12px; 
    justify-content: center; 
  } 
 
  @media (min-width: 768px) { 
    .event-gallery-grid { 
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
      gap: 16px; 
    } 
  } 
 
  .gallery-item { 
    aspect-ratio: 1 / 1;  
    max-width: 220px;   
    width: 100%; 
    margin: 0 auto; 
    overflow: hidden; 
    border-radius: 10px; 
    animation: fadeInUp 0.5s ease-out backwards; 
  } 
 
  .gallery-item img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: inherit; 
  } 
 
  @keyframes fadeInUp { 
    from { 
      opacity: 0; 
      transform: translateY(16px); 
    } 
    to { 
      opacity: 1; 
      transform: translateY(0); 
    } 
  } 
 
  .gallery-item:nth-child(1) { animation-delay: 0s; } 
  .gallery-item:nth-child(2) { animation-delay: 0.08s; } 
  .gallery-item:nth-child(3) { animation-delay: 0.16s; } 
  .gallery-item:nth-child(4) { animation-delay: 0.24s; } 
  .gallery-item:nth-child(5) { animation-delay: 0.32s; } 
  .gallery-item:nth-child(6) { animation-delay: 0.4s; }
/* END_SECTION:last-event-section */

/* START_SECTION:private-lesson-banner-social-proof (INDEX:66) */
.banner-social-proof-section {
  text-align: center;
  background-color: #D18BBB;
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px 10px 0;
}

.banner-social-proof-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.banner-avatars {
  display: flex;
}

.banner-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid white;
  margin-left: -5px;
}

.banner-stars {
  display: flex;
  gap: 2px;
  font-size: 16px;
  color: #FFD700;
}

.banner-social-proof-caption {
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
  margin-top: 3px;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .banner-stars {
    font-size: 14px;
  }

  .banner-social-proof-caption {
    font-size: 10px;
  }
}
/* END_SECTION:private-lesson-banner-social-proof */

/* START_SECTION:srw_26_cta (INDEX:92) */
@import
url(‘https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap’);

.retreat-cta { background-color:#fcf8f0; padding:80px 24px;
font-family:‘Inter’,sans-serif; color:#2a2a2a; }

.retreat-cta__inner{max-width:980px;margin:0 auto;}

.retreat-cta__header{text-align:center;margin-bottom:56px;}

.retreat-cta__pre-heading{ font-size:11px; font-weight:500;
text-transform:uppercase; letter-spacing:.18em; color:#b6a584; margin:0
0 12px; }

.retreat-cta__title{ font-family:‘Cormorant Garamond’,serif;
font-size:clamp(2.2rem,6vw,3.6rem); font-weight:300; line-height:1.1;
color:#1a1a14; margin:0 0 16px; }

.retreat-cta__intro{ font-size:15px; line-height:1.7; color:#6a6a6a;
max-width:520px; margin:0 auto; }

.retreat-cta__cards{ display:grid; grid-template-columns:repeat(3,1fr);
gap:16px; margin-bottom:28px; align-items:stretch; }

.retreat-cta__card{ background:#fff; border:1px solid #ede9e4;
border-radius:16px; padding:28px 22px; display:flex;
flex-direction:column; gap:16px; position:relative; box-shadow:0 6px
18px rgba(0,0,0,.05); }

.retreat-cta__card--featured{ border:2px solid #d18bbb; box-shadow:0 12px
28px rgba(209,139,187,.18); }

.retreat-cta__card-badge{ position:absolute; top:-12px; left:50%;
transform:translateX(-50%); background:#d18bbb; color:#fff;
font-size:10px; padding:4px 14px; border-radius:20px;
text-transform:uppercase; letter-spacing:.08em; }

.retreat-cta__card-type{ font-size:11px; font-weight:500;
text-transform:uppercase; letter-spacing:.14em; color:#b6a584; margin:0;
}

.retreat-cta__card-price{ display:flex; flex-direction:column;
padding:16px; background:#faf9f7; border:1px solid #ede9e4;
border-radius:10px; }

.retreat-cta__card-amount{ font-family:‘Cormorant Garamond’,serif;
font-size:clamp(2.4rem,4vw,2.6rem); line-height:1; }

.retreat-cta__card-amount–-sm{ font-size:2rem; }

.retreat-cta__card-per{ font-size:12px; color:#8d8d8d; margin-top:4px; }

.retreat-cta__card-price-split{ display:flex; flex-direction:column;
gap:8px; }

.retreat-cta__card-price-row{ display:flex;
justify-content:space-between; align-items:center; padding:12px 16px;
background:#faf9f7; border:1px solid #ede9e4; border-radius:10px; }

.retreat-cta__card-desc{ font-size:13px; line-height:1.7; color:#6a6a6a;
flex:1; }

.retreat-cta__card-btn{ display:block; margin-top:auto;
text-align:center; padding:14px 20px; border-radius:10px;
background:#6bc761; color:#ffffff; text-decoration:none; transition:.2s;
}

.retreat-cta__card-btn:hover{background:#8ae080;}

.retreat-cta__card-btn–-outline{ background:transparent; color:#1a1a14;
border:1.5px solid #8ae080; }

.retreat-cta__card-btn–outline:hover{ background:#1a1a14; color:#fff; }

.retreat-cta__footer{ display:flex; flex-direction:column;
align-items:center; gap:20px; margin-bottom:56px; }

.retreat-cta__payment{display:flex;flex-direction:column;align-items:center;gap:10px;}

.retreat-cta__payment-text{font-size:12px;color:#8a8a8a;}

.retreat-cta__reviews{ margin-top:24px; padding:42px;
background:#f7f1de; border-radius:24px; }

.retreat-cta__reviews-label{ text-align:center;
text-transform:uppercase; letter-spacing:.15em; font-size:17px;
color:#5f4a18; margin:0 0 24px; line-height: 1.5;}

.retreat-cta__reviews-window {
  overflow:hidden;
}

.retreat-cta__reviews-track {
  display:flex;
  gap:16px;
  transition:transform .45s ease;
}

.retreat-cta__review-slide {
  flex:0 0 calc((100% - 32px) / 3);
}

.retreat-cta__review-controls {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  margin-top:28px;
}

.retreat-cta__review-arrow {
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid #ddd;
  background:white;
  cursor:pointer;
  font-size:20px;
  flex: 0 0 38px;
}

.retreat-cta__review-dots {
  display:flex;
  gap:8px;
}

.retreat-cta__review-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ddd;
}

.retreat-cta__review-dot.active {
  width:22px;
  border-radius:5px;
  background:#d18bbb;
}

.retreat-cta__review{ background:#ffffff; border:1px solid #efdca9;
border-radius:16px; padding:24px 22px; display:flex;
flex-direction:column; gap:14px; box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.retreat-cta__review-author{
  margin:0;
    font-family:'Cormorant Garamond', serif;
  font-size:1.35rem;
  font-style:italic;
  font-weight:500;
  color:#2b241d;
}

.retreat-cta__review-stars{
  color:#c7a23d;
  font-size:13px;
  letter-spacing:2px;
  margin-top:-20px;
  margin-bottom:0px;
}

.retreat-cta__review-text{
  font-family:'Cormorant Garamond',serif;
  font-size:1.2rem;
  font-style:italic;
  line-height:1.7;
  color:#4f4637;
  margin:0;
}

.retreat-cta__reassurances{ list-style:none; display:flex;
flex-wrap:wrap; justify-content:center; padding:0;
margin:0; font-size: 12px; gap: 10px; }

@media(max-width:780px){ 

  .retreat-cta__cards {
    grid-template-columns:1fr;
    max-width:420px;
    margin-inline:auto;
  }

  .retreat-cta__review {
    flex:0 0 85%;
    scroll-snap-align:start;
  }

  .retreat-cta__reassurances{ 
    gap:10px; 
    font-size:12px;
  } 

  .retreat-cta__review-slide {
  flex:0 0 85%;
}

}

@media(max-width:480px){ .retreat-cta{padding:60px 16px;}
.retreat-cta__reviews{padding:28px 20px;} }
/* END_SECTION:srw_26_cta */

/* START_SECTION:srw_26_hero (INDEX:93) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

.retreat-hero {
  position: relative;
  min-height: 90svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1a1a14;
  color: #e8dcc8;
  font-family: 'Inter', sans-serif;
}

/* Background */
.retreat-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.retreat-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* Layer 1: base darkening tint */
.retreat-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 7, 0.38);
  opacity: var(--hero-overlay-opacity, 1);
}

/* Layer 2: radial vignette — burns edges, keeps centre alive */
.retreat-hero__vignette {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(118deg, rgba(6, 5, 3, 0.58) 0%, transparent 42%),
    linear-gradient(251deg, rgba(6, 5, 3, 0.45) 0%, transparent 38%),
    linear-gradient(352deg, rgba(6, 5, 3, 0.30) 0%, transparent 30%),
    linear-gradient(74deg,  rgba(6, 5, 3, 0.20) 0%, transparent 28%);;
}

/* Layer 3: bottom fade — pulls text out of the image cleanly */
.retreat-hero__vignette-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 35%,
    rgba(10, 9, 6, 0.20) 65%,
    rgba(10, 9, 6, 0.72) 100%
  );
}

/* Inner layout */
.retreat-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 24px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

/* Pre-heading (h2 style) */
.retreat-hero__pre-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 4.3vw, 2.3rem);
  font-weight: 300;
  line-height: 1.02;
  color: #b6a584;
  margin: 0 0 8px;
}

/* Main title */
.retreat-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.2rem, 10vw, 5.8rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: #f0e8d8;
  margin: 0 0 24px;
}

/* Description */
.retreat-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #f0e8d8;
  margin: 0 0 44px;
  text-align: center;
}

/* Form card */
.retreat-hero__form-wrap {
  width: 100%;
  max-width: 520px;
  background: #8d7a63;
  border: 1px solid rgba(232, 220, 200, 0.14);
  border-radius: 16px;
  padding: 13px 20px 20px;
}

.retreat-hero__form-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f0e8d8;
  margin: 0 0 16px;
  display: block;
}

/* Form row */
.retreat-waitlist-form__row {
  display: flex;
  gap: 8px;
  width: 100%;
}

.retreat-waitlist-form__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(232, 220, 200, 0.2);
  border-radius: 10px;
  color: #f0e8d8;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
}

.retreat-waitlist-form__input::placeholder {
  color: rgba(200, 185, 160, 0.45);
}

.retreat-waitlist-form__input:focus {
  border-color: rgba(232, 220, 200, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.retreat-waitlist-form__btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 22px;
  background: #e8dcc8;
  border: none;
  border-radius: 10px;
  color: #1a1a14;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}

.retreat-waitlist-form__btn:hover {
  background: #f5ede0;
}

.retreat-waitlist-form__btn:active {
  transform: scale(0.98);
}

.retreat-waitlist-form__btn:focus-visible {
  outline: 2px solid #e8dcc8;
  outline-offset: 3px;
}

/* States */
.retreat-waitlist-form__error {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: #e8957a;
  font-family: 'Inter', sans-serif;
  text-align: left;
}

.retreat-waitlist-form__success {
  margin: 14px 0 0;
  font-size: 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: #a8c9a0;
  line-height: 1.5;
  text-align: left;
}

/* Detail strip */
.retreat-hero__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 520px;
  margin-top: 52px;
  background: rgba(240, 232, 216, 0.06);
  border: 1px solid rgba(184, 169, 138, 0.25);
  overflow: hidden;
}

.retreat-hero__detail-item {
  padding: 14px 10px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;

  position: relative;
    border-right: 1px solid rgba(184, 169, 138, 0.18);
  border-bottom: 1px solid rgba(184, 169, 138, 0.18);
}

.retreat-hero__detail-item:nth-child(4n) {
  border-right: none;
}


.retreat-hero__detail-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.retreat-hero__detail-value {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  color: #e8dcc8;
  line-height: 1.3;
}

/* Visually hidden */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Partner lockup */
.retreat-hero__partner {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.retreat-hero__partner-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 232, 216, 0.45);
  margin: 0;
}

.retreat-hero__partner-logo {
  width: 140px;
  height: auto;
  display: block;

}

/* Responsive */
@media (max-width: 540px) {
  .retreat-hero__form-wrap {
    padding: 14px 20px 20px;
  }
    
  .retreat-hero__detail-item:nth-child(2n) {
    border-right: none;
  }

  .retreat-waitlist-form__row {
    flex-direction: column;
    gap: 10px;
  }

  .retreat-waitlist-form__input,
  .retreat-waitlist-form__btn {
    width: 100%;
    border-radius: 10px;
  }

  .retreat-hero__details {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    flex-wrap: wrap;
  }

  .retreat-hero__detail-item {
    flex: 1 1 40%;
    padding: 12px 12px;
  }

  .retreat-hero__detail-item + .retreat-hero__detail-item::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .retreat-waitlist-form__input,
  .retreat-waitlist-form__btn {
    transition: none;
  }
}
/* END_SECTION:srw_26_hero */

/* START_SECTION:srw_26_itinerary (INDEX:94) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

.retreat-itinerary {
  background-color: #8d7a63;
  padding: 80px 24px;
  font-family: 'Inter', sans-serif;
  color: #f6f2ec;
}

.retreat-itinerary__inner {
  max-width: 680px;
  margin: 0 auto;
}

/* Header */
.retreat-itinerary__header {
  text-align: center;
  margin-bottom: 48px;
}

.retreat-itinerary__pre-heading {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d8c8b3;
  margin: 0 0 12px;
}

.retreat-itinerary__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 16px;
}

.retreat-itinerary__intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #ece5dc;
  margin: 0;
}

/* Tabs */
.retreat-itinerary__tabs {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 40px;
  gap: 0;
}

.retreat-itinerary__tab {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 16px 14px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: -1px;
  transition: border-color 0.2s ease;
}

.retreat-itinerary__tab.is-active {
  border-bottom-color: #f0d6b3;
}

.retreat-itinerary__tab-day {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.retreat-itinerary__tab-date {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #d8c8b3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.retreat-itinerary__tab:not(.is-active) .retreat-itinerary__tab-day {
  color: rgba(255,255,255,0.65);
}

/* Panels */
.retreat-itinerary__panel {
  display: none;
}

.retreat-itinerary__panel.is-active {
  display: block;
}

/* Timeline */
.retreat-itinerary__timeline {
  display: flex;
  flex-direction: column;
}

.retreat-itinerary__event {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  align-items: start;
}

.retreat-itinerary__event:first-child {
  padding-top: 0;
}

.retreat-itinerary__event:last-child {
  border-bottom: none;
}

.retreat-itinerary__event--close {
  opacity: 0.45;
}

.retreat-itinerary__time {
  font-size: 12px;
  font-weight: 500;
  color: #e6d3bb;
  padding-top: 2px;
  white-space: nowrap;
}

.retreat-itinerary__event-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.retreat-itinerary__event-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #ebe4db;
  margin: 0;
}

/* Optional tag */
.retreat-itinerary__tag {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f0d6b3;
  border: 1px solid #f0d6b3;
  border-radius: 20px;
  padding: 1px 8px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 480px) {
  .retreat-itinerary {
    padding: 60px 16px;
  }

  .retreat-itinerary__event {
    grid-template-columns: 68px 1fr;
    gap: 14px;
  }

  .retreat-itinerary__tab {
    padding: 10px 8px 12px;
  }

  .retreat-itinerary__tab-day {
    font-size: 13px;
  }
}
/* END_SECTION:srw_26_itinerary */

/* START_SECTION:srw_26_rooms (INDEX:95) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

.retreat-rooms {
  background-color: #faf9f7;
  padding: 50px 24px;
  font-family: 'Inter', sans-serif;
  color: #2a2a2a;
}

.retreat-rooms__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.retreat-rooms__header {
  text-align: center;
  margin-bottom: 45px;
}

.retreat-rooms__pre-heading {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b6a584;
  margin: 0 0 12px;
}

.retreat-rooms__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 300;
  line-height: 1.1;
  color: #1a1a14;
  margin: 0 0 16px;
}

.retreat-rooms__intro {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #5a5a5a;
  max-width: 520px;
  margin: 0 auto;
}

/* Cards */
.retreat-rooms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.retreat-rooms__card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0;
  border-bottom: none;
}

.retreat-rooms__card--cottage {
  border-bottom: none;
}

/* Images */
.retreat-rooms__card-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* BIG MAIN IMAGE */
.retreat-rooms__card-img--main img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* SMALL IMAGE GRID */
.retreat-rooms__card-img-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.retreat-rooms__card-img-row img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* Placeholder */
.retreat-rooms__placeholder {
  background: #ede9e4;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retreat-rooms__card-img-row .retreat-rooms__placeholder {
  border-radius: 8px;
}

.retreat-rooms__placeholder span {
  font-size: 11px;
  color: #b6a584;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}


/* Card content */
.retreat-rooms__card-content {
  padding-top: 8px;
}

.retreat-rooms__card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.retreat-rooms__card-type {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #958158ff;
}

.retreat-rooms__card-count {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #d18bbb;
  border-radius: 20px;
  padding: 2px 10px;
  letter-spacing: 0.04em;
}

.retreat-rooms__card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1a1a14;
  margin: 0 0 12px;
}

.retreat-rooms__card-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #5a5a5a;
  margin: 0 0 20px;
}


/* Amenities */
.retreat-rooms__amenities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.retreat-rooms__amenities li {
  font-size: 13px;
  font-weight: 300;
  color: #3a3a3a;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.retreat-rooms__amenities li::before {
  content: '✦';
  position: absolute;
  left: 0;
  font-size: 8px;
  color: #d18bbb;
  top: 3px;
}


/* Divider */
.retreat-rooms__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #b6a584;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  padding: 8px 0;
}

.retreat-rooms__divider::before,
.retreat-rooms__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ede9e4;
}


/* Note */
.retreat-rooms__note {
  font-size: 12px;
  font-weight: 300;
  color: #9a9a9a;
  text-align: center;
  margin: 40px 0 0;
  font-style: italic;
}


/* Tablet + Mobile */
@media (max-width: 720px) {

  .retreat-rooms {
    padding: 60px 16px;
  }

  .retreat-rooms__card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px 0;
    border-bottom: 2px solid #ebdecdff;
  }

  .retreat-rooms__card-img--main img {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .retreat-rooms__card-img-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .retreat-rooms__card-img-row img {
    aspect-ratio: 3 / 2;
  }

  .retreat-rooms__grid {
    grid-template-columns: 1fr;
  }
  .retreat-rooms__header {
  text-align: center;
  margin-bottom: 15px;
}

}

/* CTA */
.retreat-venue__cta {
  display:flex;
  justify-content:center;
  margin-top:48px;
}

.retreat-venue__btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 38px;
  background:#6bc761;
  color:#fff;
  text-decoration:none;
  border-radius:12px;
  font-size:14px;
  font-weight:500;
  letter-spacing:.04em;
  transition:background .25s ease, transform .25s ease;
}

.retreat-venue__btn:hover {
  background:#8ae080;
  transform:translateY(-2px);
}
/* END_SECTION:srw_26_rooms */

/* START_SECTION:srw_26_venue (INDEX:96) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

.retreat-venue {
  background-color: #393629ff;
  color: #e8dcc8;
  font-family: 'Inter', sans-serif;
  padding: 80px 24px;
}

.retreat-venue__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* Header */
.retreat-venue__header {
  text-align: center;
  margin-bottom: 40px;
}

.retreat-venue__pre-heading {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b6a584;
  margin: 0 0 12px;
}

.retreat-venue__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: #f0e8d8;
  margin: 0 0 16px;
}

.retreat-venue__intro {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #b6a584;
  max-width: 520px;
  margin: 0 auto;
}

/* Facts */
.retreat-venue__facts {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  border-top: 1px solid rgba(184, 169, 138, 0.2);
  border-bottom: 1px solid rgba(184, 169, 138, 0.2);
}

.retreat-venue__fact {
  flex: 1;
  max-width: 200px;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(184, 169, 138, 0.2);
}

.retreat-venue__fact:last-child {
  border-right: none;
}

.retreat-venue__fact-value {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 300;
  color: #f0e8d8;
  line-height: 1.1;
  margin-bottom: 4px;
}

.retreat-venue__fact-label {
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #b6a584;
}

/* Gallery */
.retreat-venue__gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.retreat-venue__row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

/* First row - two larger images */
.retreat-venue__row--halves .retreat-venue__item {
  width: calc(50% - 5px);
}

/* Bottom row - three images */
.retreat-venue__row--thirds .retreat-venue__item {
  width: calc(33.333% - 7px);
}

.retreat-venue__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* Placeholder */
.retreat-venue__item--placeholder {
  height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(184,169,138,0.25);
}

.retreat-venue__item--placeholder span {
  font-size: 11px;
  color: #b6a584;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Responsive */
@media (max-width: 720px) {

  .retreat-venue {
    padding: 60px 16px;
  }

  .retreat-venue__row {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .retreat-venue__row--halves .retreat-venue__item,
  .retreat-venue__row--thirds .retreat-venue__item {
    width: 100%;
  }

  .retreat-venue__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
  }

  .retreat-venue__item--placeholder {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .retreat-venue__facts {
    flex-wrap: wrap;
  }

  .retreat-venue__fact {
    flex: 1 1 40%;
    border-bottom: 1px solid rgba(184,169,138,0.2);
  }
}

/* CTA */
.retreat-venue__cta {
  display:flex;
  justify-content:center;
  margin-top:48px;
}

.retreat-venue__btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 38px;
  background:#6bc761;
  color:#fff;
  text-decoration:none;
  border-radius:12px;
  font-size:14px;
  font-weight:500;
  letter-spacing:.04em;
  transition:background .25s ease, transform .25s ease;
}

.retreat-venue__btn:hover {
  background:#8ae080;
  transform:translateY(-2px);
}
/* END_SECTION:srw_26_venue */

/* START_SECTION:srw_26_whatsincluded (INDEX:97) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

.retreat-included {
  background-color: #8d7a63;
  padding: 80px 24px;
  font-family: 'Inter', sans-serif;
  color: #f7f3ee;
}

.retreat-included__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* Header */

.retreat-included__header {
  text-align: center;
  margin-bottom: 60px;
}

.retreat-included__pre-heading {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ead9bc;
  margin: 0 0 12px;
}

.retreat-included__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: #faf9f7;
  margin: 0 0 16px;
}

.retreat-included__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(250, 249, 247, 0.82);
  max-width: 520px;
  margin: 0 auto;
}

/* Two-column grid */

.retreat-included__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Image stack */

.retreat-included__images {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 24px;
}

.retreat-included__img-main img,
.retreat-included__img-secondary img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.retreat-included__img-main img {
  aspect-ratio: 3 / 2;
}

.retreat-included__img-secondary img {
  aspect-ratio: 16 / 9;
}

/* Items */

.retreat-included__items {
  display: flex;
  flex-direction: column;
}

.retreat-included__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.retreat-included__item:first-child {
  padding-top: 0;
}

.retreat-included__item:last-child {
  border-bottom: none;
}

.retreat-included__item-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
  margin-top: 2px;
}

.retreat-included__item-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #faf9f7;
  margin: 0 0 5px;
}

.retreat-included__item-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(250,249,247,.78);
  margin: 0;
}

/* Responsive */

@media (max-width: 720px) {

  .retreat-included {
    padding: 60px 20px;
  }

  .retreat-included__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .retreat-included__images {
    position: static;
    flex-direction: row;
  }

  .retreat-included__img-main {
    flex: 2;
  }

  .retreat-included__img-secondary {
    flex: 1;
  }

}

@media (max-width: 480px) {

  .retreat-included__images {
    flex-direction: column;
  }

}
/* END_SECTION:srw_26_whatsincluded */