.elementor-13770 .elementor-element.elementor-element-b1bb9f7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS */<!-- TMG FAMILY ESCAPE — GLOBAL CSS + SCRIPT
Paste once above all Elementor section widgets.
Original Cinzel/Jost typography and original layout preserved.
-->
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@300;400;500;600&family=Jost:ital,wght@0,300;0,400;0,500;1,300&display=swap" rel="stylesheet">

<style>

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --forest:      #074435;
  --forest-mid:  #0a5a46;
  --forest-deep: #052e25;
  --cream:       #F1E6DE;
  --cream-dark:  #e4d8cf;
  --warm:        #f7f1ed;
  --turquoise:   #259b9d;
  --turquoise-deep: #1f7f81;
  --body:        #3a3530;
  --muted:       #7a7068;
  --border:      rgba(7,68,53,0.1);
  --border-mid:  rgba(7,68,53,0.18);
}
body { font-family:'Jost',sans-serif; background:var(--warm); color:var(--body); line-height:1.65; }

/* HERO */
.hero { position:relative; min-height:86vh; display:flex; align-items:center; justify-content:center; overflow:hidden; text-align:center; }
.hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    180deg,
    rgba(5, 46, 37, 0.78) 0%,
    rgba(5, 46, 37, 0.66) 30%,
    rgba(5, 46, 37, 0.58) 55%,
    rgba(5, 46, 37, 0.76) 82%,
    rgba(5, 46, 37, 0.92) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title,
.hero-sub,
.hero-badge {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}
.hero-content { position:relative; z-index:2; max-width:720px; padding:6rem 2rem 4rem; margin:0 auto; }
.hero-eyebrow { font-family:'Cinzel',serif; font-size:10px; font-weight:500; letter-spacing:0.3em; text-transform:uppercase; color:var(--turquoise); margin-bottom:1.25rem; }
.hero-title { font-family:'Cinzel',serif; font-weight:500; font-size:clamp(px,5.5vw,54px); color:var(--cream); line-height:1.25; margin-bottom:1.25rem; }
.hero-sub { font-size:16px; font-weight:300; color:rgba(241,230,222,0.88); line-height:1.85; max-width:560px; margin:0 auto 1.75rem; }
.hero-badge { display:inline-flex; align-items:center; gap:0.5rem; background:rgba(241,230,222,0.1); border:0.5px solid rgba(241,230,222,0.4); border-radius:30px; padding:0.5rem 1.25rem; font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.1em; text-transform:uppercase; color:var(--cream); margin-bottom:2rem; }
.hero-btns { display:flex; align-items:center; justify-content:center; gap:1rem; flex-wrap:wrap; }
.btn-primary { font-family:'Cinzel',serif; font-size:11px; font-weight:500; letter-spacing:0.16em; text-transform:uppercase; color:var(--cream); background:var(--forest); padding:1rem 2.25rem; border-radius:2px; text-decoration:none; display:inline-block; border:1px solid var(--forest); }
.btn-outline { font-family:'Cinzel',serif; font-size:11px; font-weight:500; letter-spacing:0.16em; text-transform:uppercase; color:var(--cream); background:transparent; padding:1rem 2.25rem; border-radius:2px; text-decoration:none; border:0.5px solid rgba(241,230,222,0.5); display:inline-block; }
.btn-dark { font-family:'Cinzel',serif; font-size:11px; font-weight:500; letter-spacing:0.16em; text-transform:uppercase; color:var(--forest); background:transparent; padding:1rem 2.25rem; border-radius:2px; text-decoration:none; display:inline-block; border:1px solid var(--forest); }

/* QUICK NAV */
.quicknav { background:var(--forest-deep); padding:0.85rem 2rem; display:flex; align-items:center; justify-content:center; gap:2rem; flex-wrap:wrap; }
.quicknav a { font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:rgba(241,230,222,0.6); text-decoration:none; }
.quicknav a:hover { color:var(--cream); }

/* SECTION BASE */
.section { padding:5rem 3rem; max-width:1120px; margin:0 auto; }
.section-center { text-align:center; }
.eyebrow { font-family:'Cinzel',serif; font-size:10px; font-weight:500; letter-spacing:0.26em; text-transform:uppercase; color:var(--turquoise-deep); margin-bottom:0.85rem; display:block; }
.eyebrow.on-dark { color:var(--turquoise); }
.h2 { font-family:'Cinzel',serif; font-weight:500; font-size:clamp(26px,3.6vw,38px); color:var(--forest); line-height:1.3; margin-bottom:1rem; }
.h2.on-dark { color:var(--cream); }
.section-body { font-size:15px; font-weight:300; color:var(--muted); line-height:1.9; max-width:640px; }
.section-body.centered { margin:0 auto; text-align:center; }
.section-body.on-dark { color:rgba(241,230,222,0.75); }

/* WHY TMG */
.why-wrap { background:var(--warm); }


/* FEATURE STRIP — DIG IT + Thunderegg */
.feature-wrap { background:var(--cream); }
.feature-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.75rem;
  margin-top:3rem;
}
.feature-card {
  background:var(--forest);
  border-radius:4px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 18px 40px rgba(5,46,37,.12);
}
.feature-photo {
  width:100%;
  height:320px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  flex-shrink:0;
}
.feature-content {
  padding:2.25rem;
  display:flex;
  flex-direction:column;
  flex:1;
}
.feature-tag {
  font-family:'Cinzel',serif;
  font-size:9px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--turquoise);
  margin-bottom:.6rem;
  display:block;
}
.feature-title {
  font-family:'Cinzel',serif;
  font-size:24px;
  font-weight:500;
  color:var(--cream);
  margin-bottom:.75rem;
  line-height:1.25;
}
.feature-pills {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-bottom:1.1rem;
}
.pill {
  font-family:'Cinzel',serif;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--cream);
  border:1px solid rgba(241,230,222,.4);
  border-radius:20px;
  padding:.35rem .85rem;
  background:rgba(241,230,222,.08);
  white-space:nowrap;
}
.feature-desc {
  font-size:14px;
  font-weight:300;
  color:rgba(241,230,222,.82);
  line-height:1.75;
  margin-bottom:1.25rem;
}
.feature-link {
  margin-top:auto;
  align-self:flex-start;
  font-family:'Cinzel',serif;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--turquoise);
  text-decoration:none;
  border-bottom:1px solid var(--turquoise);
  padding-bottom:2px;
}

/* SO MUCH MORE — 4 pillars */
.more-wrap { background:var(--warm); }
.more-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:1.5rem; margin-top:3rem; }
.more-item { background:var(--cream); border:1px solid var(--border); border-radius:4px; overflow:hidden; text-align:left; display:flex; flex-direction:column; height:100%; }
/* ==================================
   MORE ADVENTURES PHOTO FIX
================================== */

  height:180px !important;
  flex-shrink:0 !important;.more-photo{


  background-size:90% auto !important;
  background-position:center !important;
  background-repeat:no-repeat !important;

  background-color:var(--cream-dark) !important;
}
.more-item-body { padding:1.25rem; flex-grow:1; }
.more-title { font-family:'Cinzel',serif; font-size:13px; font-weight:500; color:var(--forest); margin-bottom:0.5rem; display:block; }
.more-desc { font-size:12.5px; font-weight:300; color:var(--muted); line-height:1.7; }
.more-viewall { text-align:center; margin-top:2.5rem; }

/* WEATHER — low-key callout, matching minor-mention pattern */
.minor-wrap { background:var(--warm); border-top:1px solid var(--border-mid); border-bottom:1px solid var(--border-mid); }
.minor-inner { max-width:700px; margin:0 auto; text-align:center; }
.minor-text { font-size:13px; font-weight:300; color:var(--muted); }

/* SENSORY / NEUROMARKETING */
.sense-wrap { background:var(--forest); }
.sense-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin-top:3rem; }
.sense-item { text-align:center; padding:0 1rem; }
.sense-photo { height:150px; border-radius:4px; overflow:hidden; margin-bottom:1.25rem; }
.sense-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.sense-photo-placeholder {
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(160deg, rgba(241,230,222,0.1), rgba(241,230,222,0.03));
  border:1px solid rgba(241,230,222,0.14);
  font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.08em; text-transform:uppercase;
  color:rgba(241,230,222,0.45); text-align:center; padding:1rem;
}
.sense-title { font-family:'Cinzel',serif; font-size:13px; font-weight:500; letter-spacing:0.1em; text-transform:uppercase; color:var(--turquoise); margin-bottom:0.85rem; }
.sense-desc { font-size:14px; font-weight:300; color:rgba(241,230,222,0.78); line-height:1.85; }
.sense-close-wrap { max-width:620px; margin:3.5rem auto 0; text-align:center; background:rgba(241,230,222,0.06); border:1px solid rgba(241,230,222,0.14); border-radius:4px; padding:2.5rem 2.5rem 2rem; }
.sense-close-mark { font-family:'Cinzel',serif; font-size:48px; color:var(--turquoise); line-height:1; display:block; margin-bottom:0.25rem; }
.sense-close { font-family:'Cinzel',serif; font-style:italic; font-weight:400; font-size:16px; color:var(--cream); line-height:1.7; }

/* KIDS UNDER 5 + ALL AGES CALLOUT */
.callout-wrap { background:var(--cream); }
.callout-inner { max-width:760px; margin:0 auto; text-align:center; }
.callout-badge { display:inline-block; font-family:'Cinzel',serif; font-size:11px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:var(--forest); background:var(--warm); border:1px solid var(--turquoise); border-radius:30px; padding:0.6rem 1.5rem; margin-bottom:1.5rem; }
.age-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:2.5rem; text-align:left; }
.age-item { background:var(--warm); border:1px solid var(--border-mid); border-radius:4px; padding:1.5rem; }
.age-title { font-family:'Cinzel',serif; font-size:12px; font-weight:500; letter-spacing:0.04em; color:var(--forest); margin-bottom:0.5rem; }
.age-desc { font-size:13px; font-weight:300; color:var(--muted); line-height:1.75; }

/* ACCOMMODATION */
.stay-wrap { background:var(--warm); }
.stay-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:3rem; }
.stay-card { background:var(--cream); border:1px solid var(--border); border-radius:4px; overflow:hidden; display:flex; flex-direction:column; height:100%; }
.stay-photo { height:200px; flex-shrink:0; }
.stay-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.stay-photo-placeholder {
  display:flex; align-items:center; justify-content:center; height:200px;
  background:linear-gradient(160deg,#0a5a46,#052e25);
  font-family:'Cinzel',serif; font-size:11px; letter-spacing:0.06em; text-transform:uppercase;
  color:rgba(241,230,222,0.5); text-align:center; padding:1rem;
}
.stay-body { padding:1.75rem; display:flex; flex-direction:column; gap:0.75rem; flex-grow:1; }
.stay-name { font-family:'Cinzel',serif; font-size:15px; font-weight:500; letter-spacing:0.02em; color:var(--forest); }
.stay-desc { font-size:13px; font-weight:300; color:var(--muted); flex-grow:1; line-height:1.8; }
.stay-cta { align-self:flex-start; font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--forest); text-decoration:none; border-bottom:1px solid var(--turquoise); padding-bottom:2px; margin-top:auto; }
.stay-viewall { text-align:center; margin-top:2.5rem; }

/* REVIEWS */
.reviews-wrap { background:var(--cream); }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.75rem; margin-top:2.5rem; }
.review-card { background:var(--cream); border:1px solid var(--border); border-radius:4px; padding:2rem 1.75rem; display:flex; flex-direction:column; gap:1rem; }
.review-stars { color:var(--turquoise); font-size:15px; letter-spacing:2px; }
.review-quote { font-size:14px; color:var(--body); flex-grow:1; line-height:1.75; }
.review-source { font-family:'Cinzel',serif; font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color:var(--forest); }
.review-flag { text-align:center; font-size:12px; color:var(--muted); font-style:italic; margin-top:1.5rem; }

/* FAQ */
.faq-wrap { background:var(--warm); }
.faq-list { list-style:none; }
.faq-item { border-bottom:1px solid var(--border-mid); }
.faq-item:first-child { border-top:1px solid var(--border-mid); }
.faq-q { width:100%; background:none; border:none; cursor:pointer; text-align:left; display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding:1.5rem 0.25rem; font-family:'Cinzel',serif; font-size:14px; font-weight:500; color:var(--forest); }
.faq-toggle { font-size:20px; font-weight:300; color:var(--turquoise); flex-shrink:0; transition:transform 0.25s; }
.faq-item.open .faq-toggle { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.3s ease, padding 0.3s ease; font-size:14px; color:var(--body); padding:0 0.25rem; line-height:1.8; }
.faq-item.open .faq-a { max-height:400px; padding:0 0.25rem 1.5rem; }
.faq-a a { color:var(--forest); border-bottom:1px solid var(--turquoise); text-decoration:none; padding-bottom:1px; }

/* T&Cs — visible accordion, low-key */
.terms-wrap { background:var(--cream); border-top:1px solid var(--border-mid); border-bottom:1px solid var(--border-mid); }
.terms-inner { max-width:760px; margin:0 auto; }
.terms-header { display:flex; align-items:center; justify-content:space-between; cursor:pointer; }
.terms-title { font-family:'Cinzel',serif; font-size:13px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:var(--forest); }
.terms-toggle { font-size:20px; font-weight:300; color:var(--turquoise); transition:transform 0.25s; }
.terms-wrap.open .terms-toggle { transform:rotate(45deg); }
.terms-body { max-height:0; overflow:hidden; transition:max-height 0.35s ease, padding 0.35s ease; font-size:13px; font-weight:300; color:var(--body); line-height:1.9; }
.terms-wrap.open .terms-body { max-height:400px; padding-top:1.25rem; }

/* FINAL CTA */
.final-cta { position:relative; padding:5rem 3rem; text-align:center; overflow:hidden; }
.final-cta img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.final-cta-overlay { position:absolute; inset:0; background:rgba(5,46,37,0.82); }
.final-cta-content { position:relative; z-index:2; max-width:600px; margin:0 auto; }
.final-cta-sub { font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:var(--turquoise); margin-bottom:1rem; }
.final-cta-title { font-family:'Cinzel',serif; font-size:clamp(24px,3.5vw,34px); font-weight:500; color:var(--cream); margin-bottom:2rem; }

@media (max-width:900px){
  .feature-grid, .stay-grid, .review-grid, .sense-grid, .age-grid { grid-template-columns:1fr; }
  .more-grid { grid-template-columns:repeat(2,1fr); }
  .section { padding:3.5rem 1.5rem; }
}


/* ACCOMMODATION IMAGE URL SUPPORT */
.stay-photo{
  height:200px;
  flex-shrink:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}


/* FAQ + TERMS — STONE LUXURY STYLE */
.faq-wrap,
.terms-wrap{
  background:var(--cream);
}
.faq-wrap .section{
  max-width:1120px;
  padding:5.5rem 3rem 2rem;
}
.faq-wrap .section-center{margin-bottom:2.75rem!important}
.faq-list{
  list-style:none;
  max-width:820px;
  margin:0 auto;
  border-top:1px solid var(--border-mid);
}
.faq-item{
  border-bottom:1px solid var(--border-mid);
}
.faq-q{
  width:100%;
  background:transparent;
  border:none;
  cursor:pointer;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:1.7rem .35rem;
  font-family:'Cinzel',serif;
  font-size:14px;
  font-weight:500;
  color:var(--forest);
}
.faq-toggle{
  font-size:22px;
  font-weight:300;
  color:var(--turquoise-deep);
  flex-shrink:0;
  transition:transform .25s;
}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease,padding .3s ease;
  font-size:14px;
  color:var(--body);
  padding:0 2.5rem 0 .35rem;
  line-height:1.9;
}
.faq-item.open .faq-a{
  max-height:500px;
  padding:0 2.5rem 1.7rem .35rem;
}
.faq-a a{
  color:var(--forest);
  border-bottom:1px solid var(--turquoise);
  text-decoration:none;
  padding-bottom:1px;
}
.terms-wrap{
  border-top:0;
  border-bottom:1px solid var(--border-mid);
}
.terms-wrap .section{
  max-width:1120px;
  padding:0 3rem 5.5rem;
}
.terms-inner{
  max-width:820px;
  margin:0 auto;
  border-bottom:1px solid var(--border-mid);
}
.terms-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  padding:1.7rem .35rem;
}
.terms-title{
  font-family:'Cinzel',serif;
  font-size:14px;
  font-weight:500;
  color:var(--forest);
}
.terms-toggle{
  font-size:22px;
  font-weight:300;
  color:var(--turquoise-deep);
  transition:transform .25s;
}
.terms-wrap.open .terms-toggle{transform:rotate(45deg)}
.terms-body{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease,padding .35s ease;
  font-size:14px;
  font-weight:300;
  color:var(--body);
  line-height:1.9;
  padding:0 2.5rem 0 .35rem;
}
.terms-wrap.open .terms-body{
  max-height:500px;
  padding:0 2.5rem 1.7rem .35rem;
}

</style>

<script>

function toggleFaq(btn) {
  const item = btn.closest('.faq-item');
  const isOpen = item.classList.contains('open');
  document.querySelectorAll('.faq-item.open').forEach(el => {
    el.classList.remove('open');
    el.querySelector('.faq-q').setAttribute('aria-expanded', 'false');
  });
  if (!isOpen) {
    item.classList.add('open');
    btn.setAttribute('aria-expanded', 'true');
  }
}

</script>
/* ==================================
   FAQ + TERMS — MATCHED STONE STYLE
================================== */

#faq.faq-wrap,
#terms-wrap.terms-wrap{
  background:var(--cream) !important;
  margin:0 !important;
  padding:0 !important;
}

/* FAQ */

#faq.faq-wrap > .section{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:5rem 3rem 2rem !important;
}

#faq .section-center{
  margin:0 0 2.5rem !important;
}

#faq .faq-list{
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  list-style:none !important;
  border-top:1px solid var(--border-mid) !important;
}

#faq .faq-item{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid var(--border-mid) !important;
}

#faq .faq-q{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:1.5rem !important;

  margin:0 !important;
  padding:1.7rem .35rem !important;

  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;

  color:var(--forest) !important;
  font-family:'Cinzel',serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.55 !important;
  text-align:left !important;
  cursor:pointer !important;
}

#faq .faq-q:hover,
#faq .faq-q:focus,
#faq .faq-q:active{
  background:transparent !important;
  color:var(--forest) !important;
  box-shadow:none !important;
  outline:none !important;
}

#faq .faq-toggle{
  flex-shrink:0 !important;
  color:var(--turquoise-deep) !important;
  font-size:22px !important;
  font-weight:300 !important;
  line-height:1 !important;
}

#faq .faq-a{
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 2.5rem 0 .35rem !important;

  background:transparent !important;
  color:var(--body) !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.9 !important;
}

#faq .faq-item.open .faq-a{
  max-height:500px !important;
  padding:0 2.5rem 1.7rem .35rem !important;
}

/* TERMS */

#terms-wrap.terms-wrap{
  border:0 !important;
  border-bottom:1px solid var(--border-mid) !important;
}

#terms-wrap.terms-wrap > .section{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 3rem 5rem !important;
}

#terms-wrap .terms-inner{
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  border-bottom:1px solid var(--border-mid) !important;
}

#terms-wrap .terms-header{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:1.5rem !important;

  margin:0 !important;
  padding:1.7rem .35rem !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

#terms-wrap .terms-title{
  color:var(--forest) !important;
  font-family:'Cinzel',serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  line-height:1.55 !important;
  text-transform:none !important;
}

#terms-wrap .terms-toggle{
  flex-shrink:0 !important;
  color:var(--turquoise-deep) !important;
  font-size:22px !important;
  font-weight:300 !important;
  line-height:1 !important;
}

#terms-wrap .terms-body{
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 2.5rem 0 .35rem !important;

  background:transparent !important;
  color:var(--body) !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.9 !important;
}

#terms-wrap.open .terms-body{
  max-height:500px !important;
  padding:0 2.5rem 1.7rem .35rem !important;
}

@media(max-width:900px){

  #faq.faq-wrap > .section{
    padding:4.5rem 1.5rem 1.5rem !important;
  }

  #terms-wrap.terms-wrap > .section{
    padding:0 1.5rem 4.5rem !important;
  }

}

@media(max-width:600px){

  #faq.faq-wrap > .section{
    padding:4rem 1.25rem 1.25rem !important;
  }

  #terms-wrap.terms-wrap > .section{
    padding:0 1.25rem 4rem !important;
  }

  #faq .faq-q,
  #terms-wrap .terms-header{
    padding:1.4rem .1rem !important;
    font-size:13px !important;
  }

  #faq .faq-a,
  #faq .faq-item.open .faq-a,
  #terms-wrap .terms-body,
  #terms-wrap.open .terms-body{
    padding-right:.5rem !important;
    padding-left:.1rem !important;
  }

}
/* ==================================================
   SOMETHING FOR EVERY AGE — FINAL PHOTO FIX
================================================== */

.more-wrap{
  background:var(--warm) !important;
}

.more-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:1.5rem !important;
  margin-top:3rem !important;
  align-items:stretch !important;
}

.more-item{
  min-width:0 !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;

  background:var(--cream) !important;
  border:1px solid var(--border) !important;
  border-radius:4px !important;
}

/* Image area fills the complete card width */

.more-photo{
  position:relative !important;
  width:100% !important;
  height:230px !important;
  flex:0 0 230px !important;
  overflow:hidden !important;
  background:var(--cream-dark) !important;
}

/* Real image instead of background-image */

.more-photo img{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  display:block !important;
  object-fit:cover !important;
  object-position:center center;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;
  border-radius:0 !important;

  transform:none !important;
  transition:transform .4s ease !important;
}

/* Gentle hover only */

.more-item:hover .more-photo img{
  transform:scale(1.025) !important;
}

.more-item-body{
  display:flex !important;
  flex:1 !important;
  flex-direction:column !important;
  padding:1.4rem !important;
}

.more-title{
  display:block !important;
  margin-bottom:.55rem !important;

  color:var(--forest) !important;
  font-family:'Cinzel',serif !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.4 !important;
}

.more-desc{
  margin:0 !important;
  color:var(--muted) !important;
  font-size:12.5px !important;
  font-weight:300 !important;
  line-height:1.75 !important;
}

.more-viewall{
  margin-top:2.5rem !important;
  text-align:center !important;
}


/* TABLET */

@media(max-width:900px){

  .more-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .more-photo{
    height:240px !important;
    flex-basis:240px !important;
  }

}


/* MOBILE */

@media(max-width:600px){

  .more-grid{
    grid-template-columns:1fr !important;
  }

  .more-photo{
    height:245px !important;
    flex-basis:245px !important;
  }

}
/* ==================================================
   SENSORY SECTION — FINAL PHOTO FIX
================================================== */

.sense-wrap{
  background:var(--forest) !important;
}

.sense-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:2rem !important;
  margin-top:3rem !important;
  align-items:start !important;
}

.sense-item{
  min-width:0 !important;
  padding:0 !important;
  text-align:center !important;
}

/* Photo area */

.sense-photo{
  position:relative !important;
  width:100% !important;
  height:260px !important;
  overflow:hidden !important;
  margin:0 0 1.5rem !important;

  background:rgba(241,230,222,.08) !important;
  border:1px solid rgba(241,230,222,.14) !important;
  border-radius:4px !important;
}

/* Real image fills the full space */

.sense-photo img{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  display:block !important;
  object-fit:cover !important;
  object-position:center center;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;
  border-radius:0 !important;

  transform:none !important;
  transition:transform .4s ease !important;
}

/* Gentle hover */

.sense-item:hover .sense-photo img{
  transform:scale(1.025) !important;
}

.sense-title{
  display:block !important;
  margin-bottom:.85rem !important;

  color:var(--turquoise) !important;
  font-family:'Cinzel',serif !important;
  font-size:13px !important;
  font-weight:500 !important;
  letter-spacing:.1em !important;
  line-height:1.4 !important;
  text-transform:uppercase !important;
}

.sense-desc{
  max-width:340px !important;
  margin:0 auto !important;

  color:rgba(241,230,222,.78) !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.85 !important;
}

.sense-close-wrap{
  max-width:620px !important;
  margin:3.5rem auto 0 !important;
  padding:2.5rem 2.5rem 2rem !important;

  background:rgba(241,230,222,.06) !important;
  border:1px solid rgba(241,230,222,.14) !important;
  border-radius:4px !important;
  text-align:center !important;
}


/* TABLET */

@media(max-width:900px){

  .sense-grid{
    grid-template-columns:1fr !important;
    gap:2.5rem !important;
  }

  .sense-photo{
    height:340px !important;
  }

  .sense-desc{
    max-width:620px !important;
  }

}


/* MOBILE */

@media(max-width:600px){

  .sense-photo{
    height:250px !important;
  }

  .sense-close-wrap{
    margin-top:3rem !important;
    padding:2rem 1.5rem 1.6rem !important;
  }

}
/* SOL ELEMENTS */
.sol-section {
  background: var(--cream);
  padding: 5rem 3rem;
}

.sol-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.sol-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.75rem;
}

.sol-image-wrap {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.sol-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.sol-content-card {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: -3.5rem auto 0;
  padding: 2.75rem 3rem;
  background: var(--warm);
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  text-align: center;
}

.sol-label {
  display: block;
  margin-bottom: 0.75rem;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--turquoise-deep);
}

.sol-title {
  margin-bottom: 1rem;
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--forest);
}

.sol-copy {
  max-width: 570px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--muted);
}

.sol-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0;
}

.sol-pills span {
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--border-mid);
  border-radius: 30px;
  background: var(--cream);
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
}

.sol-offer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  max-width: 520px;
  margin: 0 auto 1.75rem;
  padding: 1rem 1.25rem;
  background: var(--cream);
  border-left: 3px solid var(--turquoise);
  text-align: left;
}

.sol-offer strong {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--forest);
}

.sol-offer span {
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
}

.sol-button {
  margin-top: 0.25rem;
}

@media (max-width: 700px) {
  .sol-section {
    padding: 3.5rem 1.5rem;
  }

  .sol-content-card {
    margin: -1.5rem 0 0;
    padding: 2rem 1.5rem;
  }

  .sol-image-wrap img {
    max-height: none;
  }

  .sol-offer {
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--turquoise);
  }
}
/* ===== SOL ELEMENTS OVERRIDE ===== */

.sol-image-wrap{
    width:100% !important;
    max-width:820px !important;
    margin:0 auto !important;
    overflow:hidden;
    border-radius:4px;
}

.sol-image-wrap img{
    display:block !important;
    width:100% !important;
    height:460px !important;
    object-fit:cover !important;
    object-position:center center !important;
}

.sol-content-card{
    position:relative !important;
    z-index:2 !important;

    width:100% !important;
    max-width:820px !important;

    margin:0 auto !important;     /* removes overlap */
    margin-top:-1px !important;

    padding:48px !important;

    background:var(--warm) !important;

    border:1px solid var(--border-mid) !important;
    border-top:none !important;

    border-radius:0 0 4px 4px !important;

    text-align:center !important;

    box-shadow:none !important;
}

.sol-copy{
    max-width:560px;
    margin:0 auto 24px;
}

.sol-offer{
    max-width:520px;
    margin:28px auto;
}

@media(max-width:767px){

    .sol-image-wrap img{
        height:300px !important;
    }

    .sol-content-card{
        padding:32px 24px !important;
    }

}
/* ===== SOL ELEMENTS OVERLAY CARD OVERRIDE ===== */

.sol-image-wrap{
  position:relative !important;
  width:100% !important;
  max-width:780px !important;
  margin:2.5rem auto 0 !important;
  overflow:hidden !important;
  border-radius:4px !important;
}

.sol-image-wrap img{
  display:block !important;
  width:100% !important;
  height:500px !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* dark green overlay */
.sol-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      to right,
      rgba(5,46,37,.88) 0%,
      rgba(5,46,37,.72) 48%,
      rgba(5,46,37,.28) 78%,
      rgba(5,46,37,.12) 100%
    );
  pointer-events:none;
}

/* place content over photo */
.sol-content-card{
  position:absolute !important;
  left:0 !important;
  bottom:0 !important;
  z-index:2 !important;

  width:100% !important;
  max-width:560px !important;
  margin:0 !important;
  padding:3rem 2.25rem !important;

  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;

  text-align:left !important;
}

/* text colours */
.sol-label{
  color:var(--turquoise) !important;
}

.sol-title{
  color:var(--cream) !important;
  font-size:clamp(22px,3vw,30px) !important;
}

.sol-copy{
  max-width:470px !important;
  margin:0 0 1.25rem !important;
  color:rgba(241,230,222,.84) !important;
}

/* pills */
.sol-pills{
  justify-content:flex-start !important;
  margin:1.25rem 0 !important;
}

.sol-pills span{
  color:var(--cream) !important;
  background:rgba(241,230,222,.07) !important;
  border:1px solid rgba(241,230,222,.45) !important;
}

/* offer */
.sol-offer{
  max-width:470px !important;
  margin:1.4rem 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  text-align:left !important;
}

.sol-offer strong{
  color:var(--cream) !important;
}

.sol-offer span{
  color:rgba(241,230,222,.72) !important;
}

/* button/link style */
.sol-button{
  margin-top:.5rem !important;
  padding:0 0 3px !important;
  color:var(--turquoise) !important;
  background:transparent !important;
  border:none !important;
  border-bottom:1px solid var(--turquoise) !important;
}

/* mobile */
@media(max-width:767px){

  .sol-image-wrap img{
    height:620px !important;
  }

  .sol-image-wrap::after{
    background:
      linear-gradient(
        to top,
        rgba(5,46,37,.94) 0%,
        rgba(5,46,37,.78) 58%,
        rgba(5,46,37,.25) 100%
      ) !important;
  }

  .sol-content-card{
    max-width:none !important;
    padding:2rem 1.5rem !important;
  }

  .sol-pills{
    gap:.45rem !important;
  }

  .sol-pills span{
    font-size:8px !important;
  }
}
/* ==================================================
   SOL ELEMENTS — POSITIONING FIX
================================================== */

.sol-inner{
  position:relative !important;
}

/* Keep the image centred */
.sol-image-wrap{
  position:relative !important;
  width:100% !important;
  max-width:780px !important;
  margin:2.5rem auto 0 !important;
}

/* Pull the card over the image without absolute positioning */
.sol-content-card{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;

  width:560px !important;
  max-width:calc(100% - 48px) !important;

  margin-top:-450px !important;
  margin-right:auto !important;
  margin-bottom:70px !important;
  margin-left:calc((100% - 780px) / 2) !important;

  padding:3rem 2.25rem !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;

  text-align:left !important;
  transform:none !important;
}

/* Ensure all text uses the full card width */
.sol-content-card .sol-title,
.sol-content-card .sol-copy,
.sol-content-card .sol-offer{
  width:100% !important;
  max-width:none !important;
}

.sol-content-card .sol-title{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

/* Screens narrower than the image */
@media(max-width:840px){

  .sol-content-card{
    margin-left:24px !important;
    margin-right:24px !important;
    max-width:560px !important;
  }

}

/* Mobile */
@media(max-width:767px){

  .sol-image-wrap img{
    height:620px !important;
  }

  .sol-content-card{
    width:auto !important;
    max-width:none !important;

    margin-top:-500px !important;
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:60px !important;

    padding:2rem 1.5rem !important;
  }

}
/* ==================================================
   SOL ELEMENTS — FINAL BALANCED OVERLAY
   Paste at the very bottom
================================================== */

.sol-section{
  padding-bottom:5rem !important;
}

.sol-image-wrap{
  position:relative !important;
  width:100% !important;
  max-width:780px !important;
  margin:2.5rem auto 0 !important;
  overflow:hidden !important;
  border-radius:4px !important;
}

.sol-image-wrap img{
  width:100% !important;
  height:560px !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Keep the complete content inside the photograph */
.sol-content-card{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;

  width:560px !important;
  max-width:calc(100% - 48px) !important;

  margin-top:-520px !important;
  margin-right:auto !important;
  margin-bottom:40px !important;
  margin-left:calc((100% - 780px) / 2) !important;

  padding:2.25rem !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-align:left !important;
  transform:none !important;
}

/* Balanced typography and spacing */
.sol-label{
  margin-bottom:.65rem !important;
}

.sol-title{
  width:100% !important;
  max-width:none !important;
  margin:0 0 .85rem !important;
  font-size:clamp(23px,3vw,29px) !important;
  line-height:1.28 !important;
}

.sol-copy{
  width:100% !important;
  max-width:480px !important;
  margin:0 0 1rem !important;
  line-height:1.7 !important;
}

.sol-pills{
  justify-content:flex-start !important;
  gap:.5rem !important;
  margin:.9rem 0 1rem !important;
}

.sol-pills span{
  padding:.4rem .8rem !important;
}

.sol-offer{
  width:100% !important;
  max-width:480px !important;
  margin:1rem 0 !important;
  padding:0 !important;
}

.sol-button{
  display:inline-block !important;
  margin-top:.7rem !important;
  padding:0 0 3px !important;
}

/* Tablet */
@media(max-width:840px){

  .sol-image-wrap img{
    height:620px !important;
  }

  .sol-content-card{
    width:540px !important;
    max-width:calc(100% - 48px) !important;
    margin-top:-580px !important;
    margin-left:24px !important;
    margin-right:24px !important;
    margin-bottom:40px !important;
  }

}

/* Mobile */
@media(max-width:767px){

  .sol-section{
    padding-bottom:4rem !important;
  }

  .sol-image-wrap img{
    height:700px !important;
  }

  .sol-content-card{
    width:auto !important;
    max-width:none !important;

    margin-top:-660px !important;
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:40px !important;

    padding:2rem 1.5rem !important;
  }

  .sol-title{
    font-size:24px !important;
  }

  .sol-copy{
    font-size:13px !important;
  }

}
/* Stronger hero image overlay */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.18) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Keep all hero content above the overlay */
.hero-section > * {
  position: relative;
  z-index: 2;
}

/* Improve hero wording visibility */
.hero-section h1,
.hero-section h2,
.hero-section p {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}/* End custom CSS */