.elementor-50 .elementor-element.elementor-element-489fa5e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-744da90{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-bd7e6ae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-b89daa5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-b89daa5.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-7482ff4 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--rt-cream); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: 'DM Sans', system-ui, sans-serif; cursor: pointer; border: none; }

:root {
  /* Original LifeLab Brand Colors (keeps navbar/footer intact) */
  --navy: #0f1f45;
  --navy2: #1a2f5a;
  --orange: #e8650a;
  --orange2: #f07830;
  --cream: #fdf9f4;
  --warm: #f5ede0;
  --warm2: #ffeee0;
  --ink: #1c1c1e;
  --ink2: #3d3d3d;
  --ink3: #6b6b6b;
  --line: #e8e2d9;
  --white: #ffffff;
  
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15, 31, 69, 0.08);
  --shadow2: 0 8px 40px rgba(15, 31, 69, 0.14);

  /* Page-Specific Colors (Retreat / Amber Theme) */
  --rt-amber: #b87820;
  --rt-amber2: #d4962a;
  --rt-amber-lt: #fdf3e0;
  --rt-amber-mid: #f5dfa0;
  --rt-cream: #fdf8f0;
  --rt-warm: #fdf3e0;
  --rt-warm2: #f5e4c0;
  --rt-line: #e8d8b8;
  --rt-shadow: 0 4px 24px rgba(15, 31, 69, 0.08);
  --rt-shadow2: 0 8px 40px rgba(15, 31, 69, 0.14);
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 52px 0; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rt-amber); margin-bottom: 10px; }
.section-title { font-family: var(--serif); font-size: clamp(26px, 3.5vw, 40px); color: var(--navy); font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.section-sub { font-size: 15px; color: var(--ink3); line-height: 1.65; margin-bottom: 40px; }
.btn { display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 8px; transition: all .22s ease; cursor: pointer; border: none; }
.btn {
  position: relative;
  z-index: 10;
}
.btn-primary { background: var(--rt-amber); color: #fff; }
.btn-primary:hover { background: var(--rt-amber2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(184, 120, 32, .3); }
.btn-white { background: #fff; color: var(--navy); flex-shrink: 0; }
.btn-white:hover { background: var(--rt-cream); transform: translateY(-1px); }

/* ── WHY ── */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.why-card { background: var(--rt-cream); border-radius: var(--radius); border: 1px solid var(--rt-line); padding: 28px; }
.why-accent { width: 36px; height: 3px; background: var(--rt-amber); border-radius: 2px; margin-bottom: 16px; }
.why-card h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); font-weight: 600; margin-bottom: 12px; line-height: 1.3; }
.why-card p { font-size: 15px; color: var(--ink2); line-height: 1.75; }

/* ── OFFERINGS ── */
.offerings-section { background: var(--rt-cream); }
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--rt-line); overflow: hidden; transition: transform .22s, box-shadow .22s; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--rt-shadow2); }
.offer-body { padding: 20px 22px 24px; }
.offer-num { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rt-amber); margin-bottom: 6px; }
.offer-body h3 { font-family: var(--serif); font-size: 19px; color: var(--navy); font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.offer-body p { font-size: 14px; color: var(--ink2); line-height: 1.7; }
.offer-card img { 
  width: 200px !important; 
  height: 200px !important; 
  object-fit: cover;
  margin: 0 auto; 
}
/* ── TIERS ── */
.schedule-section { background: var(--white); }
.tier-tabs { display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap; }
.tier-tab { font-family: var(--sans); font-size: 17px; font-weight: 700; padding: 18px 40px; border-radius: 10px; border: 2px solid var(--rt-line); background: transparent; color: var(--ink3); transition: background .2s, border-color .2s, color .2s; display: flex; align-items: center; gap: 12px; cursor: pointer; outline: none; }
.tier-tab-num { font-size: 13px; font-weight: 700; letter-spacing: .06em; color: var(--rt-amber); }
.tier-tab:hover { border-color: var(--rt-amber); color: var(--rt-amber); background: var(--rt-amber-lt); }
.tier-tab.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.tier-tab.active .tier-tab-num { color: var(--rt-amber2); }
.tier-panel { display: none; }
.tier-panel.active { display: block; }
.tier-card { background: var(--rt-cream); border-radius: 16px; border: 1px solid var(--rt-line); padding: 32px; }
.tier-card-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; margin-bottom: 16px; }
.tier-kicker { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rt-amber); margin-bottom: 8px; }
.tier-card-head h3 { font-family: var(--serif); font-size: 26px; color: var(--navy); font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.tier-sub { font-size: 13px; font-weight: 400; color: var(--ink3); font-style: italic; font-family: var(--sans); }
.tier-blurb { font-size: 15px; color: var(--ink2); line-height: 1.75; max-width: 560px; margin-bottom: 0; }
.tier-stats-mini { display: flex; flex-direction: row; gap: 10px; align-items: flex-start; flex-shrink: 0; }
.tier-stats-mini > div { text-align: center; background: var(--white); border: 1px solid var(--rt-line); border-radius: 10px; padding: 12px 18px; min-width: 90px; font-size: 11px; color: var(--ink3); }
.tier-stats-mini > div span { display: block; font-family: var(--serif); font-size: 28px; color: var(--rt-amber); font-weight: 600; line-height: 1; margin-bottom: 2px; }
.tier-detail { margin-bottom: 20px; margin-top: 4px; }
.tier-timeline { display: flex; flex-direction: column; position: relative; }
.tier-timeline::before { content: ''; position: absolute; left: 10px; top: 16px; bottom: 16px; width: 2px; background: var(--rt-amber-mid); }
.tier-tl-item { display: grid; grid-template-columns: 24px 90px 1fr; gap: 12px; align-items: start; position: relative; padding: 10px 0; }
.tier-tl-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--rt-amber); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--rt-amber-mid); flex-shrink: 0; margin-top: 2px; }
.tier-tl-time { font-size: 12px; font-weight: 700; color: var(--rt-amber); padding-top: 2px; white-space: nowrap; }
.tier-tl-content h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.tier-tl-content p { font-size: 13px; color: var(--ink3); line-height: 1.55; }
.tier-crosssell { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.tier-crosssell span { font-size: 12px; color: var(--ink3); font-weight: 500; }
.cs-chip { display: inline-block; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 24px; border: 1.5px solid rgba(184, 120, 32, .3); color: var(--rt-amber); background: rgba(184, 120, 32, .05); transition: all .2s; }
.cs-chip:hover { background: var(--rt-amber); color: #fff; border-color: var(--rt-amber); transform: translateY(-1px); }

/* ── PHILOSOPHY ── */
.philosophy-section { background: var(--navy); padding: 80px 24px; }
.philosophy-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.phil-left .eyebrow { color: rgba(212, 150, 42, .9); }
.phil-left .section-title { color: #fff; margin-bottom: 16px; }
.phil-left p { font-size: 15px; color: rgba(255, 255, 255, .65); line-height: 1.8; margin-bottom: 14px; }
.phil-right { padding-left: 40px; }
.tab-buttons { display: flex; gap: 6px; margin-bottom: 28px; flex-wrap: wrap; }
.tab-btn { font-family: var(--sans); font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: 24px; border: none; cursor: pointer; transition: all .2s; }
.tab-btn.active { background: var(--rt-amber); color: #fff; }
.tab-btn.inactive { background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .55); }
.tab-btn.inactive:hover { background: rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .8); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.tab-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255, 255, 255, .8); line-height: 1.4; }
.tab-list li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--rt-amber2); flex-shrink: 0; }

/* ── CTA ── */
.cta-band { background: linear-gradient(135deg, #8a5c10 0%, var(--rt-amber) 50%, #8a5c10 100%); padding: 35px 100px 35px 80px; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-band::before { content: ''; position: absolute; top: -50px; right: -50px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, .05); }
.cta-band::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255, 255, 255, .04); }
.cta-band > * { position: relative; }
.cta-band h2 { font-family: var(--serif); font-size: 27px; color: #fff; font-weight: 600; margin: 0 0 2px; }
.cta-band p { font-size: 16px; color: rgba(255, 255, 255, .8); max-width: 520px; margin: 0; line-height: 1.7; }

/* ── CROSS-SELL ── */
.crosssell-section { background: var(--rt-cream); }
.crosssell-box { background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); padding: 28px 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.crosssell-box p { font-size: 15px; color: var(--ink2); flex: 1; min-width: 200px; line-height: 1.6; }
.crosssell-chips { display: flex; gap: 10px; flex-wrap: wrap; }

/* ── REVIEWS ── */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.review-card { background: var(--rt-cream); border-radius: var(--radius); border: 1px solid var(--rt-line); padding: 28px; display: flex; gap: 20px; align-items: flex-start; box-shadow: var(--shadow); }
.review-av { width: 52px; height: 52px; border-radius: 50%; background: var(--rt-warm2); border: 2px solid var(--rt-line); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--rt-amber); flex-shrink: 0; font-family: var(--serif); }
.review-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.review-quote { font-family: var(--serif); font-size: 16px; font-style: italic; color: var(--navy); line-height: 1.65; margin-bottom: 14px; }
.review-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.review-tag { font-size: 12px; color: var(--ink3); margin-top: 3px; }

/* ── FAQ ── */
.faq-section { background: var(--rt-cream); }
.faq-list { max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid var(--rt-line); overflow: hidden; }
.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: transparent !important; border: none !important; box-shadow: none !important; cursor: pointer; text-align: left; gap: 12px; font-family: var(--sans); }
.faq-trigger:hover, .faq-trigger:active, .faq-trigger:focus, .faq-item.open .faq-trigger { background: transparent !important; color: inherit !important; box-shadow: none !important; transform: none !important; }
.faq-trigger p { font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.4; margin: 0; }

/* Base Chevron Circle Container */
.faq-chevron { 
  width: 28px; 
  height: 28px; 
  border-radius: 50%; 
  background: var(--rt-cream); 
  border: 1.5px solid var(--rt-line); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-shrink: 0; 
  transition: background .2s, border-color .2s; 
  color: #1c1c1e !important;
}

/* Force dark black icon color on both closed & active states */
.faq-chevron svg,
.faq-chevron svg path,
.faq-item.open .faq-chevron svg,
.faq-item.open .faq-chevron svg path {
  stroke: #1c1c1e !important; /* Dark black stroke */
  fill: #1c1c1e !important;
  color: #1c1c1e !important;
}

.faq-chevron svg { transition: transform .25s; }
.faq-item.open .faq-chevron { background: var(--rt-amber); border-color: var(--rt-amber); }
.faq-item.open .faq-chevron svg { transform: rotate(180deg); }
.faq-body { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .35s ease; padding: 0 22px; }
.faq-item.open .faq-body { opacity: 1; padding-top: 10px; }
.faq-body p { font-size: 14px; color: var(--ink2); line-height: 1.8; padding-bottom: 18px; margin: 0; }
.faq-col { display: flex; flex-direction: column; gap: 10px; }

/* ── COMMUNITY ── */
.community-section { background: var(--navy); padding: 64px 24px; }
.community-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.community-left h2 { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); color: #fff; font-weight: 600; margin-bottom: 10px; }
.community-left p { font-size: 15px; color: rgba(255, 255, 255, .6); line-height: 1.7; }

/* ── CONTACT ── */
.contact-section { background: var(--rt-cream); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; align-items: start; }
.contact-left h2 { font-family: var(--serif); font-size: 28px; color: var(--navy); font-weight: 600; margin-bottom: 10px; }
.contact-left p { font-size: 15px; color: var(--ink2); line-height: 1.75; margin-bottom: 24px; }
.contact-info { display: flex; flex-direction: column; gap: 12px; }
.ci { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink2); }
.ci-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--rt-warm2); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; border: 1px solid var(--rt-line); }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .why-grid, .offerings-grid, .philosophy-inner, .community-inner, .contact-inner { grid-template-columns: 1fr; }
  .reviews-grid, .faq-list { grid-template-columns: 1fr; }
  .tier-card-head { grid-template-columns: 1fr; }
  .tier-stats-mini { flex-direction: row; align-items: flex-start; flex-wrap: wrap; }
  .phil-right { padding-left: 0; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 40px 24px; }
  .crosssell-box { flex-direction: column; }
}
@media(max-width:600px){
  .offerings-grid { grid-template-columns: 1fr; }
  .tier-tl-item { grid-template-columns: 20px 70px 1fr; gap: 8px; }
  .tier-stats-mini { flex-wrap: wrap; }
  .tier-tab { padding: 12px 22px; font-size: 14px; }
}
@media (max-width: 600px) {
  .offerings-grid { grid-template-columns: 1fr; }
  .tier-tl-item { grid-template-columns: 20px 70px 1fr; gap: 8px; }
  .tier-stats-mini { flex-wrap: wrap; }
  .tier-tab { padding: 12px 22px; font-size: 14px; }

  /* ── Tier Cross-sell 2x2 Grid Fixes ── */
  .tier-crosssell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: stretch; /* Keeps all pills in a row equal height */
  }

  .tier-crosssell span {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .cs-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 8px;   /* Reduced side padding to prevent awkward wraps */
    font-size: 12px;      /* Slightly reduced font size to keep text on one line */
    line-height: 1.2;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-489fa5e */html, body {
    overflow-x: hidden !important;
}/* End custom CSS */