:root{--bg:#f9f6f0;--paper:#fff;--sand:#f0e9d9;--mist:#f6f1e7;--sage:#5f7668;--sage-dark:#42584c;--gold:#d2b48c;--rose:#9e7d5e;--ink:#1f1c18;--muted:#6b6659;--line:#e8e2d4;--shadow:0 18px 52px rgba(50,38,27,.09);--radius-xl:36px;--radius-lg:28px;--radius-md:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.65}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.topbar{position:sticky;top:12px;z-index:1000;padding-top:12px}.nav{display:flex;align-items:center;gap:24px;justify-content:space-between;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:9999px;padding:13px 22px;box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{width:52px;height:52px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.9) 0 20%,transparent 22%),repeating-conic-gradient(from 0deg,#d2b48c 0 8deg,#9e7d5e 8deg 16deg,#5f7668 16deg 24deg,#e8d4b0 24deg 32deg);box-shadow:inset 0 0 0 5px rgba(255,255,255,.62),inset 0 0 26px rgba(0,0,0,.18);flex:0 0 auto}.brand-copy strong,.hero h1,.section-title,.page-hero h1,.info-card h3,.panel h3,.footer strong,.hero-panel h2,.hero-card h2{font-family:"Cormorant Garamond",serif;line-height:.96}.brand-copy strong{display:block;font-size:29px;font-weight:700}.brand-copy small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{font-weight:600;font-size:14px;color:var(--muted)}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.menu-toggle{display:none;border:1px solid var(--line);background:var(--paper);width:48px;height:48px;border-radius:50%;font-size:22px}.hero{margin-top:20px}.home-hero{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);min-height:clamp(560px,72vh,760px);box-shadow:var(--shadow);background:#1e1b17}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,16,13,.72),rgba(18,16,13,.35),rgba(18,16,13,.18)),url('../images/general/holistic-tribe-bacalar-hero.webp') center/cover no-repeat;transform:scale(1.02)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:end;min-height:inherit;padding:clamp(28px,4vw,52px)}.hero-copy h1{font-size:clamp(52px,6vw,88px);color:#fff;max-width:830px;margin:16px 0 0}.lead{font-size:18px;color:var(--muted);max-width:780px}.light-lead{color:rgba(255,255,255,.86)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-actions.compact{margin-top:20px}.primary-btn,.secondary-btn,.soft-button,.pill-link,.calendar-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.22s ease;cursor:pointer}.primary-btn{background:#fff;color:var(--ink);padding:14px 21px}.primary-btn.dark{background:var(--sage);color:#fff}.secondary-btn{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.27);padding:14px 21px}.secondary-btn.pale{background:var(--paper);color:var(--ink);border-color:var(--line)}.soft-button{background:var(--paper);border-color:var(--line);color:var(--ink);padding:12px 18px}.primary-btn:hover,.secondary-btn:hover,.soft-button:hover,.pill-link:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(50,38,27,.08)}.hero-panel,.hero-card,.panel,.info-card,.intro-panel,.about-card,.toolbar-panel,.calendar-shell{background:var(--paper);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow)}.hero-panel{align-self:end;justify-self:end;width:min(100%,420px);padding:28px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.hero-panel h2,.hero-card h2{font-size:31px;margin:0 0 10px}.hero-panel p,.hero-card p,.panel p,.info-card p,.intro-panel p,.about-card p{color:var(--muted);margin:0}.section{margin-top:84px}.section.tight{margin-top:38px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-heading.compact{margin-bottom:18px}.section-title{font-size:clamp(40px,5vw,62px);margin:12px 0 0}.small-title{font-size:clamp(34px,4vw,46px)}.section-sub{font-size:16px;color:var(--muted);max-width:700px;margin:10px 0 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:var(--mist);border:1px solid var(--line);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:700}.eyebrow.light{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(10px)}.intro-panel,.about-card{padding:46px}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:24px}.category-grid,.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-btn{padding:22px;border-radius:26px;border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);text-align:left;cursor:pointer}.category-btn strong{display:block;font-family:"Cormorant Garamond",serif;font-size:28px}.category-btn span{color:var(--muted);font-size:14px}.practice-results{margin-top:26px;padding:28px;background:var(--mist);border:1px solid var(--line);border-radius:32px}.facilitator-card{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:100%}.card-image{height:235px;background:var(--sand) center/cover no-repeat}.card-copy{padding:23px;display:flex;flex-direction:column;gap:12px;flex:1}.card-copy h3{font-family:"Cormorant Garamond",serif;font-size:33px;line-height:1;margin:0}.card-copy p{color:var(--muted);margin:0}.meta{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}.chip-row,.pill-row,.filter-row,.stat-row,.footer-socials{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--mist);border:1px solid var(--line);font-size:13px;color:var(--muted);font-weight:600}.pill-link{background:var(--paper);border-color:var(--line);padding:10px 14px;font-size:13px}.card-link{margin-top:auto;color:var(--sage-dark);font-weight:800}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.agenda-preview .soft-panel{display:flex;align-items:center}.event-mini,.event-pill{display:block;width:100%;text-align:left;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:16px;color:inherit}.event-mini+ .event-mini{margin-top:12px}.event-date,.event-time{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:800}.event-mini strong,.event-pill strong{display:block;font-size:18px;margin-top:5px}.event-mini span,.event-pill span{display:block;color:var(--muted);font-size:14px;margin-top:4px}.page-hero{margin-top:20px;padding:clamp(34px,5vw,58px);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow)}.simple-hero{background:linear-gradient(135deg,#fff,#f6f1e7)}.page-hero h1{font-size:clamp(48px,6vw,82px);max-width:920px;margin:18px 0 0}.story-hero{position:relative;overflow:hidden;background:#201d19;min-height:520px;display:grid;align-content:end}.story-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,16,13,.78),rgba(18,16,13,.42)),url('../images/general/holistic-tribe-bacalar-hero.webp') center/cover no-repeat}.story-hero>*{position:relative}.toolbar-panel{display:flex;gap:14px;align-items:center;margin-top:28px;padding:18px}.search-input{width:100%;border:1px solid var(--line);border-radius:999px;background:#fff;padding:15px 18px;color:var(--ink)}.filter-row{overflow:auto}.filter-btn{white-space:nowrap;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:var(--paper);cursor:pointer;color:var(--muted);font-weight:700}.filter-btn.active{background:var(--sage);color:#fff;border-color:var(--sage)}.map-card{height:460px;border-radius:32px;overflow:hidden}.profile-hero{margin-top:20px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);min-height:620px;background:#201d19}.profile-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,17,15,.18),rgba(18,17,15,.64)),var(--hero-image) center/cover no-repeat;transform:scale(1.04)}.profile-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:end;min-height:620px;padding:clamp(34px,4.5vw,56px)}.profile-hero h1{font-size:clamp(54px,7vw,86px);color:#fff;margin:18px 0 0}.hero-card{padding:28px}.stat-row{margin-top:28px}.stat{min-width:120px;padding:16px 18px;border-radius:24px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);color:#fff}.stat strong{display:block;font-family:"Cormorant Garamond",serif;font-size:26px;line-height:1}.stat span{display:block;margin-top:7px;color:rgba(255,255,255,.82);font-size:13px}.subnav{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap;background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:10px;box-shadow:var(--shadow)}.subnav a{padding:10px 16px;border-radius:999px;color:var(--muted);font-weight:700}.subnav a:hover{background:var(--mist);color:var(--ink)}.panel,.info-card{padding:30px}.panel h3,.info-card h3{font-size:34px;margin:8px 0 10px}.large-copy p+p{margin-top:16px}.list{display:grid;gap:14px;margin-top:20px}.list-item{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:22px;background:var(--mist);border:1px solid var(--line)}.icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);flex:0 0 auto}.muted{color:var(--muted)}.notice{margin-top:20px;padding:14px 16px;border-radius:20px;background:var(--mist);border:1px solid var(--line);color:var(--muted)}.notice.small{font-size:14px}.gallery-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.gallery-main,.gallery-stack img{width:100%;object-fit:cover;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--sand)}.gallery-main{height:520px}.gallery-stack{display:grid;gap:20px}.gallery-stack img{height:250px}.agenda-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:start}.calendar-shell{padding:24px}.calendar-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.calendar-head h2{font-family:"Cormorant Garamond",serif;font-size:38px;margin:0}.calendar-btn{background:var(--mist);border-color:var(--line);width:44px;height:44px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-weekdays{margin-top:18px;color:var(--muted);font-size:12px;text-align:center;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.calendar-grid{margin-top:8px}.day-cell{min-height:78px;border-radius:18px;border:1px solid var(--line);background:#fff;padding:10px;text-align:left;cursor:pointer}.day-cell.muted{opacity:.42}.day-cell.selected{outline:3px solid rgba(95,118,104,.25);border-color:var(--sage)}.day-cell.today{background:var(--mist)}.day-cell strong{display:block}.dots{display:flex;gap:4px;margin-top:12px}.dot{width:7px;height:7px;border-radius:50%;background:var(--sage)}.events-list{display:grid;gap:12px;margin-top:20px}.event-pill{cursor:pointer}.event-panel{position:sticky;top:106px}.modal{position:fixed;inset:0;background:rgba(20,17,14,.56);z-index:2000;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.sheet{width:min(940px,100%);max-height:92vh;overflow:auto;background:var(--paper);border-radius:34px;box-shadow:0 32px 90px rgba(0,0,0,.28);position:relative}.close{position:absolute;right:18px;top:18px;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}.sheet-visual{height:320px;background:var(--sand) center/cover no-repeat;border-radius:34px 34px 0 0}.sheet-copy{padding:30px}.sheet-copy h2{font-family:"Cormorant Garamond",serif;font-size:46px;margin:8px 0}.footer{margin-top:100px;padding:58px 0 42px;border-top:1px solid var(--line);background:var(--paper)}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:32px}.footer small{letter-spacing:.22em;text-transform:uppercase;font-size:10px;color:var(--muted);display:block;margin-bottom:8px;font-weight:800}.footer strong{font-size:32px;display:block;max-width:520px}.footer p{color:var(--muted);max-width:560px}.footer a{display:block;color:var(--muted);margin:0 0 8px}.footer-socials a{display:inline-flex;margin-right:12px}.tiny-note{font-size:13px}.empty-state{padding:18px;border-radius:22px;background:var(--mist);border:1px dashed var(--line);color:var(--muted)}@media (max-width:1000px){.hero-layout,.profile-hero-grid,.two-col,.agenda-layout,.intro-grid,.gallery-layout,.footer-grid{grid-template-columns:1fr}.hero-panel{justify-self:start}.event-panel{position:static}.cards-grid,.category-grid{grid-template-columns:1fr 1fr}.toolbar-panel{display:block}.filter-row{margin-top:12px}.profile-hero,.profile-hero-grid{min-height:auto}.home-hero,.hero-layout{min-height:auto}}@media (max-width:760px){.container{width:calc(100% - 22px)}.topbar{top:0;padding-top:8px}.nav{border-radius:28px;padding:12px 14px;align-items:center}.brand-copy strong{font-size:23px}.brand-copy small{display:none}.brand-mark{width:44px;height:44px}.menu-toggle{display:grid;place-items:center}.nav-links{display:none;position:absolute;left:0;right:0;top:72px;flex-direction:column;align-items:stretch;gap:4px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:14px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:12px 14px;border-radius:18px}.section{margin-top:58px}.hero-layout,.profile-hero-grid,.page-hero,.intro-panel,.about-card,.panel,.info-card{padding:24px}.hero-copy h1,.page-hero h1,.profile-hero h1{font-size:44px}.cards-grid,.category-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading .soft-button{margin-top:14px}.card-image{height:220px}.calendar-shell{padding:14px}.day-cell{min-height:58px;padding:8px}.calendar-weekdays,.calendar-grid{gap:5px}.gallery-main,.gallery-stack img{height:auto}.footer{margin-top:70px}.subnav{border-radius:26px}.sheet-visual{height:220px}.sheet-copy h2{font-size:36px}}
/* --- V2 refinements --- */
.brand-copy strong,
.hero h1,
.section-title,
.page-hero h1,
.info-card h3,
.panel h3,
.footer strong,
.hero-panel h2,
.hero-card h2,
.card-copy h3,
.sheet-copy h2,
.category-btn strong {
  line-height: 1.06;
  letter-spacing: .01em;
}

.hero-image-only,
.page-image-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: #e8dccd;
}

.hero-image-only {
  min-height: clamp(420px, 62vh, 760px);
}

.page-image-hero {
  margin-top: 20px;
  min-height: clamp(340px, 48vh, 560px);
  padding: 0;
}

.hero-image-only::before,
.page-image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/general/holistic-tribe-bacalar-hero.webp') center center / cover no-repeat;
  transform: scale(1.01);
}

.home-intro .section-title,
.home-intro .lead,
.home-intro .section-sub {
  max-width: 920px;
}

.home-intro .section-sub {
  margin-top: 14px;
}

.facilitator-card {
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.facilitator-card:hover,
.facilitator-card:focus,
.facilitator-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(50,38,27,.14);
  outline: none;
  border-color: rgba(95,118,104,.28);
}

.button-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.facilitator-modal-copy .chip-row {
  margin-top: 18px;
}

.facilitator-sheet .sheet-visual {
  height: 340px;
}

.modal-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 760px) {
  .hero-image-only {
    min-height: 300px;
  }

  .page-image-hero {
    min-height: 250px;
  }

  .facilitator-sheet .sheet-visual {
    height: 220px;
  }
}

/* --- V2 final hero sizing: original contained hero layout --- */
.hero-container {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

.hero-image-only {
  margin-top: 20px;
  min-height: clamp(520px, 72vh, 760px);
  border-radius: var(--radius-xl);
  background: #1e1b17;
}

.hero-image-only::before {
  background: url('../images/general/holistic-tribe-bacalar-hero.webp') center center / cover no-repeat;
  transform: scale(1.02);
}

.home-intro {
  margin-top: 56px;
}

@media (max-width: 980px) {
  .hero-image-only {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .hero-container {
    width: calc(100% - 22px);
  }
  .hero-image-only {
    min-height: 320px;
    margin-top: 14px;
  }
  .home-intro {
    margin-top: 38px;
  }
}

/* --- V3 spacing and typography polish --- */
.home-hero.hero-image-only {
  width: min(1280px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.section-title,
.page-hero h1,
.profile-hero h1,
.card-copy h3,
.sheet-copy h2,
.info-card h3,
.panel h3 {
  line-height: 1.09;
}

p,
.lead,
.section-sub,
.panel p,
.info-card p,
.about-card p,
.intro-panel p,
.card-copy p,
.sheet-copy p {
  line-height: 1.72;
}

.eyebrow + .section-title,
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3 {
  margin-top: 22px;
}

.section-title + p,
.section-title + .lead,
.section-title + .section-sub,
.page-hero h1 + .lead,
.panel .section-title + p,
.about-card .section-title + p,
.intro-panel .section-title + p,
.intro-panel .section-title + .lead {
  margin-top: 20px;
}

.lead + p,
.lead + .section-sub,
.section-sub + p,
p + p,
.large-copy p + p {
  margin-top: 18px;
}

.hero-actions,
.hero-actions.compact,
.about-card .hero-actions,
.panel .hero-actions,
.intro-panel .hero-actions {
  margin-top: 30px;
}

.about-card,
.intro-panel,
.panel,
.info-card {
  padding-top: clamp(34px, 4.4vw, 54px);
  padding-bottom: clamp(34px, 4.4vw, 54px);
}

.about-card.small-cta {
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(44px, 5vw, 66px);
}

.about-card.small-cta .section-title {
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 980px;
}

.about-card.small-cta p {
  margin-top: 18px;
  max-width: 860px;
}

.about-card.small-cta .hero-actions {
  margin-top: 32px;
}

.info-card h3,
.panel h3 {
  margin-bottom: 16px;
}

.info-card p,
.panel p {
  margin-top: 12px;
}

.cards-grid .info-card {
  min-height: 100%;
}

.list,
.notice,
.pill-row,
.chip-row {
  margin-top: 22px;
}

.card-copy {
  gap: 15px;
}

.card-copy h3 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.card-copy .chip-row {
  margin-top: 4px;
}

.footer strong {
  line-height: 1.12;
}

.footer p {
  line-height: 1.72;
  margin-top: 18px;
}

@media (max-width: 760px) {
  .home-hero.hero-image-only {
    width: calc(100% - 22px);
  }

  .section-title + p,
  .section-title + .lead,
  .section-title + .section-sub,
  .page-hero h1 + .lead,
  .panel .section-title + p,
  .about-card .section-title + p,
  .intro-panel .section-title + p,
  .intro-panel .section-title + .lead {
    margin-top: 16px;
  }

  .hero-actions,
  .hero-actions.compact,
  .about-card .hero-actions,
  .panel .hero-actions,
  .intro-panel .hero-actions {
    margin-top: 24px;
  }

  .about-card.small-cta {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}


/* --- Live-ready additions: non-profit notes & travel guide cards --- */
.nonprofit-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(95,118,104,.12), rgba(210,180,140,.18));
  border: 1px solid var(--line);
  color: var(--muted);
}
.nonprofit-note strong { color: var(--ink); }
.guide-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.guide-card:hover, .guide-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(50,38,27,.14);
  border-color: rgba(95,118,104,.28);
  outline: none;
}
.guide-card-image {
  min-height: 230px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.guide-card-image.has-photo::before {
  inset: 0;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(38,53,47,.05), rgba(38,53,47,.42));
}
.guide-card-image.has-photo::after { display: none; }
.guide-card-image::before,
.guide-card-image::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
}
.guide-card-image::before {
  width: 280px;
  height: 280px;
  right: -70px;
  top: -80px;
  background: rgba(255,255,255,.36);
}
.guide-card-image::after {
  width: 170px;
  height: 170px;
  left: -32px;
  bottom: -42px;
  background: rgba(95,118,104,.2);
}
.guide-card-image span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.6);
  font-size: 34px;
  box-shadow: 0 16px 40px rgba(50,38,27,.12);
}
.guide-bali-lombok { background: linear-gradient(135deg, #f8ddbd, #dfe8d7 48%, #92a28b); }
.guide-after-bali { background: linear-gradient(135deg, #e7d1b5, #f8efe0 44%, #8fa78e); }
.guide-tetebatu { background: linear-gradient(135deg, #dfe8d7, #aac19d 46%, #6f8c70); }
.guide-index .cards-grid { margin-top: 28px; }
.guide-card .card-copy { min-height: 260px; }
.guide-card .card-link { display: inline-flex; margin-top: auto; }
.nav-links a.guide-link { color: var(--muted); }
.footer .nonprofit-footer { margin-top: 12px; font-size: 14px; }
@media (max-width:760px){ .guide-card-image{min-height:190px;} .guide-card .card-copy{min-height:auto;} }


/* --- Bacalar V2: softer dropdown sections on the homepage --- */
.show-more-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.show-more-row .soft-button {
  min-width: 190px;
}
.home-practice-guides .section-heading {
  align-items: flex-end;
}
.guide-card.practice-guide-card .guide-card-image {
  min-height: 210px;
}
.guide-card.practice-guide-card .card-copy p {
  min-height: 54px;
}
.practice-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
  align-items: stretch;
}
.practice-guide-visual {
  min-height: 360px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}
@media (max-width: 900px) {
  .practice-guide-intro { grid-template-columns: 1fr; }
  .practice-guide-visual { min-height: 260px; }
}

/* --- V4 Bacalar hero artwork update --- */
.hero-image-only::before,
.page-image-hero::before {
  background-image: url('../images/general/holistic-tribe-bacalar-hero.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .hero-image-only {
    min-height: min(86vh, 740px);
  }

  .hero-image-only::before {
    background-image: url('../images/general/holistic-tribe-bacalar-hero-mobile.webp');
    background-position: center top;
    transform: none;
  }
}


/* --- V8 Bacalar: photo-led guides and bottom practice guide section --- */
.home-practice-guides {
  padding-top: 6px;
}
.practice-guide-visual {
  background-position: center;
}
.story-hero {
  background-position: center;
}

/* --- Bacalar Agenda Fix v2: homepage showcase + rich agenda page --- */
.home-agenda-showcase{position:relative}.home-agenda-heading{padding:clamp(26px,4vw,42px);border-radius:var(--radius-xl);background:radial-gradient(circle at 12% 0%,rgba(210,180,140,.22),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,241,230,.94));border:1px solid var(--line);box-shadow:var(--shadow)}.home-agenda-kicker{display:flex;align-items:center;gap:12px;margin-bottom:14px}.agenda-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--gold);background:rgba(210,180,140,.14);border:1px solid rgba(210,180,140,.28)}.home-agenda-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.home-agenda-title-row .section-sub{max-width:790px}.agenda-button{flex:0 0 auto}.home-agenda-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;margin-top:22px}.home-events-grid,.featured-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-agenda-cta{padding:26px;border-radius:28px;background:linear-gradient(180deg,rgba(247,241,230,.95),rgba(229,218,196,.86)),url('/assets/images/general/holistic-tribe-bacalar-hero.webp') center/cover no-repeat;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}.home-agenda-cta h3{font-family:"Cormorant Garamond",serif;font-size:30px;line-height:1.05;margin:10px 0}.home-agenda-cta p{color:var(--muted);margin:0 0 20px}.agenda-cta-icon,.agenda-submit-icon{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:50%;color:var(--sage);background:rgba(255,255,255,.72);border:1px solid var(--line);flex:0 0 auto}.agenda-values-strip{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:rgba(35,40,25,.96);box-shadow:var(--shadow)}.agenda-values-strip div{padding:24px 18px;text-align:center;color:rgba(255,255,255,.88)}.agenda-values-strip span{display:block;font-size:26px;color:rgba(244,218,176,.9);margin-bottom:8px}.agenda-values-strip strong,.agenda-values-strip small{display:block}.agenda-values-strip small{margin-top:6px;color:rgba(255,255,255,.68)}.agenda-page{--agenda-deep:#232819}.agenda-hero-visual{position:relative;min-height:clamp(330px,42vw,480px);margin-top:20px;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow);background:#231f18 url('/assets/images/general/holistic-tribe-bacalar-hero.webp') center/cover no-repeat}.agenda-hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,20,16,.88) 0%,rgba(23,20,16,.62) 37%,rgba(23,20,16,.18) 100%),linear-gradient(180deg,rgba(23,20,16,.18),rgba(23,20,16,.34))}.agenda-hero-copy{position:relative;z-index:1;width:min(680px,100%);padding:clamp(34px,6vw,70px);color:#fff7e8}.agenda-hero-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:22px;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:rgba(244,218,176,.92)}.agenda-hero-eyebrow span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(244,218,176,.4)}.agenda-hero-copy h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(48px,7vw,86px);line-height:.94;letter-spacing:.01em}.agenda-hero-copy p{max-width:560px;margin-top:22px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.7}.primary-btn.light{background:#e5bd7a;color:#221b13}.secondary-btn.glass{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.42);color:#fff7e8;backdrop-filter:blur(8px)}.agenda-category-panel{margin-top:22px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;padding:18px;border-radius:30px;background:rgba(255,255,255,.78);border:1px solid var(--line);box-shadow:var(--shadow)}.agenda-category{min-height:88px;display:grid;place-items:center;gap:8px;text-align:center;border-radius:24px;color:var(--muted);border:0;background:transparent;font:inherit;cursor:pointer}.agenda-category:hover{background:rgba(244,230,200,.45)}.agenda-category span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mist);border:1px solid var(--line);color:var(--sage);font-size:18px}.agenda-category strong{font-size:12px}.agenda-category.active,.agenda-category.active:hover{background:var(--agenda-deep);color:#fff7e8}.agenda-category.active span{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#f4d7a0}.agenda-featured-section{margin-top:42px}.agenda-heading-line{margin-bottom:18px}.event-visual-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 42px rgba(50,38,27,.09);cursor:pointer;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.event-visual-card:hover,.event-visual-card:focus-visible{transform:translateY(-6px);box-shadow:0 24px 60px rgba(50,38,27,.15);border-color:rgba(158,125,94,.26);outline:none}.event-visual-image{position:relative;min-height:178px;background:var(--sand) center/cover no-repeat}.event-badge{position:absolute;left:14px;bottom:12px;display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.82);color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;backdrop-filter:blur(10px)}.event-visual-copy{padding:20px 20px 22px}.event-visual-copy h3{margin:9px 0 8px;font-family:"Cormorant Garamond",serif;font-size:28px;line-height:1.05}.event-visual-copy p{color:var(--muted);font-size:14px;line-height:1.55;margin:0 0 12px}.event-location{color:var(--muted);font-weight:700;font-size:13px;margin-bottom:14px}.agenda-submit-banner{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 30px;border-radius:28px;background:linear-gradient(135deg,rgba(239,232,215,.96),rgba(204,201,176,.82));border:1px solid var(--line);box-shadow:var(--shadow)}.agenda-submit-banner>div{display:flex;align-items:center;gap:16px}.agenda-submit-banner strong{display:block;font-size:18px}.agenda-submit-banner p{margin:4px 0 0;color:var(--muted)}.agenda-directory-section{margin-top:44px}.agenda-tools{min-width:min(360px,100%)}.agenda-filter-panel{margin:18px 0;padding:12px}.agenda-list-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:22px;align-items:start}.agenda-stream-panel{padding:22px}.agenda-stream{margin-top:0}.event-row{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:16px;width:100%;padding:12px;border-radius:22px;background:#fff;border:1px solid var(--line);text-align:left;box-shadow:0 10px 30px rgba(50,38,27,.06)}.event-row:hover{transform:translateY(-2px);border-color:rgba(158,125,94,.24)}.event-row-image{width:90px;height:70px;border-radius:16px;background:var(--sand) center/cover no-repeat}.event-row-copy strong{display:block;font-family:"Cormorant Garamond",serif;font-size:24px;line-height:1.1;margin:3px 0;color:var(--ink)}.event-row-copy>span:not(.event-time){color:var(--muted);font-size:13px}.event-row-link{color:var(--sage);font-weight:800;font-size:13px;white-space:nowrap}.event-panel{position:static}.agenda-list-calendar-layout .calendar-shell{position:sticky;top:108px}.agenda-list-calendar-layout .calendar-head h2{font-size:32px}.agenda-list-calendar-layout .day-cell{min-height:64px}@media(max-width:1100px){.home-agenda-layout,.agenda-list-calendar-layout{grid-template-columns:1fr}.home-agenda-cta{min-height:240px}.agenda-list-calendar-layout .calendar-shell{position:static}.agenda-category-panel{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.home-agenda-title-row,.agenda-submit-banner,.agenda-submit-banner>div{display:block}.home-events-grid,.featured-events-grid,.agenda-values-strip{grid-template-columns:1fr 1fr}.agenda-submit-banner .primary-btn{margin-top:18px}}@media(max-width:760px){.home-agenda-heading,.home-agenda-cta,.agenda-submit-banner{padding:22px}.home-events-grid,.featured-events-grid,.agenda-values-strip,.agenda-category-panel{grid-template-columns:1fr}.agenda-hero-visual{min-height:430px;background-position:58% center}.agenda-hero-copy{padding:28px}.agenda-hero-copy h1{font-size:46px}.event-row{grid-template-columns:74px 1fr}.event-row-image{width:74px;height:74px}.event-row-link{grid-column:2}.agenda-tools{margin-top:14px}}


/* Bacalar HQ v1 additions */
.hq-facilitator-card .card-image{position:relative;overflow:hidden}.card-status-badge{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.88);border:1px solid rgba(232,226,212,.8);color:var(--sage-dark);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:7px 10px;backdrop-filter:blur(12px)}
.hq-transparency-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;background:linear-gradient(135deg,rgba(95,118,104,.12),rgba(210,180,140,.16));border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow)}.hq-transparency-strip div{background:rgba(255,255,255,.68);border:1px solid rgba(232,226,212,.8);border-radius:22px;padding:18px}.hq-transparency-strip span{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--sage-dark);margin-bottom:6px}.hq-transparency-strip p{margin:0;color:var(--muted);font-size:.95rem}.profile-status-pill{display:inline-flex;align-items:center;border-radius:999px;background:rgba(95,118,104,.12);border:1px solid rgba(95,118,104,.24);color:var(--sage-dark);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:8px 11px;margin-bottom:14px}.hq-status-card .pill-row{margin-top:18px}.hq-operating-system{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-xl);padding:clamp(24px,4vw,44px);box-shadow:var(--shadow)}.hq-os-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(20px,4vw,44px);align-items:start}.hq-os-steps{display:grid;gap:12px}.hq-os-step{display:grid;grid-template-columns:auto 1fr;gap:13px;background:var(--mist);border:1px solid var(--line);border-radius:22px;padding:16px}.hq-os-step strong:first-child{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:white}.hq-os-step p{margin:.15rem 0 0;color:var(--muted)}.hq-os-card{background:linear-gradient(145deg,var(--sage-dark),#293c33);color:white;border-radius:28px;padding:28px;box-shadow:var(--shadow)}.hq-os-card p{color:rgba(255,255,255,.78)}.hq-os-card .mini-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.hq-os-card .mini-metrics div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:14px}.hq-os-card .mini-metrics strong{display:block;font-size:1.4rem}.warm-empty{padding:24px;background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:22px}.ai-note{font-size:.9rem;color:var(--muted);margin-top:16px}.soft-warning-panel{background:linear-gradient(145deg,rgba(210,180,140,.16),rgba(95,118,104,.12));border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}.agent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.agent-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:18px}.agent-card strong{display:block;margin-bottom:5px}.agent-card small{color:var(--muted)}
@media(max-width:850px){.hq-transparency-strip,.hq-os-grid,.agent-grid{grid-template-columns:1fr}.hq-os-card .mini-metrics{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hq-os-card .mini-metrics{grid-template-columns:1fr}.card-status-badge{font-size:.64rem;left:10px;bottom:10px}}

/* --- Bacalar homepage V8: shorter story, original imagery --- */
.home-audience {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 22px;
  align-items: stretch;
}
.audience-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.audience-card-copy { position: relative; z-index: 2; }
.audience-card-public {
  display: flex;
  align-items: flex-end;
  padding: clamp(30px, 5vw, 56px);
  color: #fff8eb;
  background: #31443a url('../images/original/mizu-sunset-yoga.webp') center 44% / cover no-repeat;
}
.audience-card-public::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 21, 17, .30), rgba(12, 21, 17, .05) 72%),
    linear-gradient(180deg, rgba(12, 21, 17, .20) 8%, rgba(12, 21, 17, .58) 52%, rgba(12, 21, 17, .94) 100%);
}
.audience-card-public .eyebrow { color: #f4dab0; }
.audience-card-public h1,
.audience-card-facilitators h2 {
  max-width: 690px;
  margin: 12px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: .96;
  letter-spacing: -.02em;
}
.audience-card-public p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .62);
}
.audience-card-public h1 { text-shadow: 0 3px 20px rgba(0, 0, 0, .68); }
.home-featured-section .public-facilitator-card[data-open-facilitator="6"] .card-image { background-position: center 58%; }
.audience-card-facilitators {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 42px);
  background: radial-gradient(circle at 100% 0%, rgba(210, 180, 140, .26), transparent 34%), linear-gradient(145deg, #f5efe3, #e6ecdf);
}
.audience-card-facilitators h2 { font-size: clamp(42px, 4.4vw, 58px); }
.audience-card-facilitators p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.audience-photo-strip {
  display: grid;
  grid-template-columns: 1.22fr .88fr .88fr;
  gap: 8px;
  min-height: 165px;
}
.audience-photo-strip img {
  width: 100%;
  height: 100%;
  min-height: 165px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .62);
}
.audience-badge {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--sage-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.interest-section {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .90), rgba(241, 235, 220, .82));
  box-shadow: 0 16px 44px rgba(50, 38, 27, .06);
}
.interest-section .category-grid { gap: 14px; }
.interest-section .category-btn {
  position: relative;
  min-height: 126px;
  padding: 22px;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(145deg, #f8f4eb, #e9eee5);
  border-color: rgba(95, 118, 104, .16);
  box-shadow: none;
}
.interest-section .category-btn:nth-child(3n+2) { background: linear-gradient(145deg, #f4ead9, #f9f6ef); }
.interest-section .category-btn:nth-child(3n+3) { background: linear-gradient(145deg, #e4ece2, #f8f4eb); }
.interest-section .category-btn::after {
  content: "↗";
  position: absolute;
  right: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  color: var(--sage-dark);
  font-size: 15px;
}
.interest-section .category-btn:hover,
.interest-section .category-btn:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(50, 38, 27, .09); }
.interest-section .category-btn strong { max-width: calc(100% - 42px); font-size: 28px; }
.home-featured-section .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 980px) {
  .home-audience { grid-template-columns: 1fr; }
  .audience-card { min-height: 480px; }
  .audience-card-facilitators { min-height: auto; }
}
@media (max-width: 760px) {
  .home-audience { gap: 16px; }
  .audience-card { min-height: 470px; border-radius: 28px; }
  .audience-card-public { padding: 26px; background-position: 58% center; }
  .audience-card-public h1,
  .audience-card-facilitators h2 { font-size: 42px; }
  .audience-card-facilitators { padding: 26px; }
  .audience-photo-strip { min-height: 140px; }
  .audience-photo-strip img { min-height: 140px; border-radius: 16px; }
  .audience-badge { right: 34px; bottom: 32px; }
  .interest-section { padding: 24px; border-radius: 28px; }
  .home-featured-section .cards-grid { grid-template-columns: 1fr; }
}

/* --- Bacalar Patch 9: supporting pages --- */
.page-known-hero {
  position: relative;
  min-height: 610px;
  margin-top: 20px;
  padding: clamp(350px, 35vw, 450px) 22px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #23372f;
  box-shadow: var(--shadow);
}
.page-known-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(390px, 37vw, 460px);
  background: linear-gradient(180deg, rgba(17, 23, 20, 0) 70%, rgba(17, 23, 20, .66) 100%), url('../images/general/holistic-tribe-bacalar-hero.webp') center / cover no-repeat;
}
.page-known-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 890px;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  color: #fff8eb;
  background: rgba(27, 39, 33, .90);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}
.page-known-hero-copy .eyebrow { color: #efd5a8; }
.page-known-hero-copy h1 {
  max-width: 780px;
  margin: 10px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: .96;
  letter-spacing: -.02em;
}
.page-known-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .80);
  font-size: 17px;
  line-height: 1.65;
}
.facilitator-directory-hero .page-known-hero-copy { max-width: 940px; }
.hero-search-box {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  padding: 12px 12px 12px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .17);
}
.hero-search-box label { color: rgba(255, 255, 255, .86); font-size: 13px; font-weight: 800; white-space: nowrap; }
.hero-search-box .search-input { border: 0; box-shadow: 0 10px 32px rgba(0, 0, 0, .12); }
.facilitator-missing-cta,
.agenda-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(231, 237, 226, .96), rgba(246, 235, 215, .92));
  box-shadow: var(--shadow);
}
.facilitator-missing-cta h2,
.agenda-bottom-cta h2 {
  margin: 9px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1;
}
.facilitator-missing-cta p,
.agenda-bottom-cta p { max-width: 760px; margin: 0; color: var(--muted); }
.facilitator-missing-cta .primary-btn,
.agenda-bottom-cta .primary-btn { flex: 0 0 auto; }

.about-v9-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.about-v9-card {
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.mission-card { display: grid; grid-template-rows: 255px 1fr; background: var(--paper); }
.about-v9-image { background: linear-gradient(180deg, rgba(35, 51, 44, .04), rgba(35, 51, 44, .25)), url('../images/original/akalki-lagoon.webp') center / cover no-repeat; }
.about-v9-copy { padding: clamp(28px, 4vw, 42px); }
.about-v9-copy h2 {
  margin: 11px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(39px, 4vw, 54px);
  line-height: .98;
}
.about-v9-copy p { color: var(--muted); line-height: 1.75; }
.about-v9-copy .soft-button { margin-top: 8px; }
.ai-card {
  position: relative;
  display: grid;
  grid-template-rows: 215px 1fr;
  color: #fff8eb;
  background: radial-gradient(circle at 82% 10%, rgba(223, 188, 127, .22), transparent 31%), linear-gradient(145deg, #30463b, #1e2d27);
  border-color: rgba(255, 255, 255, .10);
}
.ai-card .eyebrow { color: #efd5a8; }
.ai-card .about-v9-copy p { color: rgba(255, 255, 255, .76); }
.ai-card-mark { position: relative; display: grid; place-items: center; }
.ai-card-mark::before,
.ai-card-mark::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(239, 213, 168, .36);
  border-radius: 50%;
}
.ai-card-mark::before { width: 155px; height: 155px; }
.ai-card-mark::after { width: 205px; height: 105px; transform: rotate(-18deg); }
.ai-card-mark span {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  color: #efd5a8;
}
.ai-card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ai-card li { position: relative; padding: 13px 15px 13px 40px; border-radius: 18px; background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .84); }
.ai-card li::before { content: "✓"; position: absolute; left: 15px; color: #efd5a8; font-weight: 900; }

.contact-v9-grid { display: grid; gap: 16px; }
.contact-v9-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 24px 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 40px rgba(50, 38, 27, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}
a.contact-v9-card:hover,
a.contact-v9-card:focus-visible { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(50, 38, 27, .12); outline: none; }
.contact-v9-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 25px;
  color: #fff;
  background: var(--sage-dark);
}
.contact-v9-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-v9-card.instagram .contact-v9-icon { background: linear-gradient(145deg, #8d4ac5, #df4c78 54%, #eea83a); }
.contact-v9-card.facebook .contact-v9-icon { background: #1877f2; }
.facebook-letter { font: 800 56px/1 Arial, sans-serif; align-items: end; padding-top: 17px; }
.contact-v9-card.email .contact-v9-icon { background: linear-gradient(145deg, var(--sage), var(--sage-dark)); }
.contact-v9-card small,
.contact-v9-card strong,
.contact-v9-card em { display: block; }
.contact-v9-card small { color: var(--sage-dark); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-v9-card strong { margin: 5px 0 6px; font-family: "Cormorant Garamond", serif; font-size: clamp(28px, 3vw, 40px); line-height: 1; color: var(--ink); }
.contact-v9-card em { color: var(--muted); font-style: normal; }
.contact-v9-card b { font-size: 28px; color: var(--sage); }
.contact-simple-note { padding: 24px 30px; border-radius: 24px; background: var(--mist); border: 1px solid var(--line); text-align: center; }
.contact-simple-note p { margin: 0; color: var(--muted); }
.anchor-target { display: block; position: relative; top: -100px; }

@media (max-width: 900px) {
  .about-v9-grid { grid-template-columns: 1fr; }
  .about-v9-card { min-height: auto; }
  .hero-search-box { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .page-known-hero {
    min-height: 650px;
    padding: 420px 12px 12px;
  }
  .page-known-hero::before { height: 455px; background-image: linear-gradient(180deg, rgba(17, 23, 20, 0) 72%, rgba(17, 23, 20, .70) 100%), url('../images/general/holistic-tribe-bacalar-hero-mobile.webp'); background-position: center top; }
  .page-known-hero-copy { padding: 24px; border-radius: 24px; }
  .page-known-hero-copy h1 { font-size: 43px; }
  .hero-search-box { padding: 12px; }
  .facilitator-missing-cta,
  .agenda-bottom-cta { display: block; padding: 26px; }
  .facilitator-missing-cta .primary-btn,
  .agenda-bottom-cta .primary-btn { margin-top: 20px; }
  .mission-card { grid-template-rows: 220px 1fr; }
  .ai-card { grid-template-rows: 190px 1fr; }
  .contact-v9-card { grid-template-columns: 68px minmax(0, 1fr); gap: 16px; padding: 20px; border-radius: 24px; }
  .contact-v9-icon { width: 66px; height: 66px; border-radius: 20px; }
  .contact-v9-icon svg { width: 35px; height: 35px; }
  .contact-v9-card b { display: none; }
  .contact-v9-card strong { font-size: 27px; overflow-wrap: anywhere; }
}



/* Bacalar public v2 — visitor-first refinement */
body{background:linear-gradient(180deg,#faf7f1 0%,#f7f2e9 52%,#faf8f4 100%)}
.section{margin-top:76px}.home-intro{padding:clamp(34px,5vw,58px);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,242,232,.94))}.home-intro .section-title{max-width:930px}.home-intro .lead{font-size:19px;line-height:1.75;max-width:850px}
.discovery-values{padding:clamp(28px,4vw,48px);border-radius:34px;background:rgba(255,255,255,.55);border:1px solid rgba(232,226,212,.9)}
.visitor-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.visitor-value-card{position:relative;padding:28px;border-radius:28px;background:var(--paper);border:1px solid var(--line);box-shadow:0 14px 38px rgba(50,38,27,.06);overflow:hidden}.visitor-value-card>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--mist);color:var(--sage-dark);font-size:11px;font-weight:800;letter-spacing:.08em}.visitor-value-card h3{font-family:"Cormorant Garamond",serif;font-size:32px;line-height:1.05;margin:18px 0 10px}.visitor-value-card p{margin:0;color:var(--muted)}
.quiet-tech-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:22px 24px;border-radius:24px;background:linear-gradient(120deg,rgba(95,118,104,.10),rgba(210,180,140,.13));border:1px solid var(--line)}.quiet-tech-note strong{font-family:"Cormorant Garamond",serif;font-size:24px}.quiet-tech-note p{margin:4px 0 0;color:var(--muted);max-width:820px}
.public-facilitator-card{transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;cursor:pointer}.public-facilitator-card:hover,.public-facilitator-card:focus-visible{transform:translateY(-6px);box-shadow:0 24px 60px rgba(50,38,27,.13);border-color:rgba(95,118,104,.22);outline:none}.public-facilitator-card .card-image{position:relative}.image-kind{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-dark);border:1px solid rgba(255,255,255,.55)}
.directory-intro-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(244,237,223,.84));border:1px solid var(--line)}.directory-intro-strip>div{padding:20px;border-radius:22px;background:rgba(255,255,255,.66);border:1px solid rgba(232,226,212,.8)}.directory-intro-strip span{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--sage-dark);margin-bottom:8px}.directory-intro-strip p{margin:0;color:var(--muted)}
.profile-hero-public:before{background:linear-gradient(90deg,rgba(18,17,15,.58),rgba(18,17,15,.16) 58%,rgba(18,17,15,.30)),var(--hero-image) center/cover no-repeat}.profile-overview-card{background:rgba(255,255,255,.94);backdrop-filter:blur(16px)}.profile-overview-card h2{font-size:32px;line-height:1.05;margin:14px 0 18px}.editorial-image-note{display:inline-block;margin-top:16px;color:rgba(255,255,255,.70);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.profile-story-grid,.profile-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.profile-main-copy{padding:clamp(30px,4vw,46px)}.profile-intro-copy{font-size:18px!important;line-height:1.85}.profile-offerings{padding:clamp(28px,4vw,40px);background:linear-gradient(145deg,#fff,#f7f2e8)}.profile-offerings .chip-row{margin-top:20px}.profile-location{background:linear-gradient(145deg,rgba(95,118,104,.10),rgba(255,255,255,.94))}.contact-link-list{display:grid;gap:10px;margin-top:18px}.contact-link-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:var(--mist);border:1px solid var(--line);transition:.2s ease}.contact-link-card:hover{background:#fff;transform:translateY(-1px)}.contact-link-card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--sage-dark)}.contact-link-card strong,.contact-link-card small{display:block}.contact-link-card small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-link-card>b{color:var(--sage-dark)}.contact-link-card.static{cursor:default}.listing-note{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 28px;border-radius:28px;background:linear-gradient(125deg,rgba(244,230,200,.5),rgba(95,118,104,.08));border:1px solid var(--line)}.listing-note h3{font-family:"Cormorant Garamond",serif;font-size:32px;margin:10px 0 6px}.listing-note p{margin:0;color:var(--muted);max-width:760px}.modal-profile-note{margin-top:16px;padding:14px 16px;border-radius:16px;background:var(--mist);color:var(--muted);font-size:13px}
.human-tech-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}.human-tech-card{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;padding:30px;border-radius:30px;background:var(--sage-dark);color:#fff;box-shadow:var(--shadow)}.human-tech-card strong{font-family:"Cormorant Garamond",serif;font-size:24px}.human-tech-card span{color:rgba(255,255,255,.78);align-self:center}.contact-community-note{padding:34px;border-radius:30px;background:linear-gradient(135deg,rgba(210,180,140,.18),rgba(95,118,104,.10));border:1px solid var(--line)}
.footer{margin-top:100px}
@media(max-width:900px){.visitor-value-grid,.directory-intro-strip,.profile-story-grid,.profile-contact-grid,.human-tech-grid{grid-template-columns:1fr}.quiet-tech-note,.listing-note{align-items:flex-start;flex-direction:column}.profile-overview-card{max-width:520px}.section{margin-top:60px}}
@media(max-width:620px){.container{width:min(100% - 22px,1240px)}.intro-panel{padding:28px 22px}.discovery-values{padding:24px 18px}.visitor-value-card{padding:22px}.quiet-tech-note{padding:20px}.profile-hero-grid{padding:28px 20px}.profile-hero h1{font-size:48px}.profile-overview-card{padding:22px}.listing-note{padding:22px}.brand-copy strong{font-size:24px}.brand-mark{width:46px;height:46px}}

/* Bacalar Kuara-inspired profile system v3 */
.profile-hero-kuara .profile-overview-card{align-self:center}.profile-kuara-card{display:grid;justify-items:center;text-align:center;gap:14px}.profile-kuara-card .chip-row,.profile-kuara-card .pill-row{justify-content:center}.profile-mark{width:94px;height:94px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,var(--mist));border:1px solid var(--line);box-shadow:0 18px 44px rgba(50,38,27,.10);font-family:"Cormorant Garamond",serif;font-size:58px;color:var(--sage-dark);margin-bottom:2px}.profile-property-heading{margin-bottom:18px;padding:0 4px}.profile-property-heading h2{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,5vw,66px);line-height:.95;letter-spacing:-.02em;margin:10px 0 4px}.profile-property-heading p{color:var(--muted);font-weight:650;margin:0}.profile-photo-board{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);grid-template-rows:repeat(2,minmax(210px,255px));gap:10px;border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--paper)}.profile-photo-board figure{margin:0;position:relative;overflow:hidden;background:var(--sand)}.profile-photo-board .profile-photo-main{grid-row:1/span 2}.profile-photo-board img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.profile-photo-board figure:hover img{transform:scale(1.018);filter:saturate(1.03)}.profile-photo-board figcaption{position:absolute;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.65);font-size:11px;font-weight:750;color:var(--muted);box-shadow:0 10px 24px rgba(0,0,0,.12)}.profile-deep-story{align-items:stretch}.profile-story-panel{background:linear-gradient(135deg,#fff,#f6f1e7)}.profile-good-to-know{background:linear-gradient(145deg,rgba(95,118,104,.10),#fff)}.profile-detail-list{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px}.profile-detail-list li{position:relative;padding:13px 15px 13px 42px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid var(--line);color:var(--muted)}.profile-detail-list li:before{content:"✦";position:absolute;left:16px;top:12px;color:var(--sage)}.profile-note-box{margin-top:18px;padding:17px 18px;border-radius:20px;background:var(--mist);border:1px solid var(--line)}.profile-note-box strong{display:block;margin-bottom:4px}.profile-note-box p{margin:0!important}.profile-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-why-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.profile-why-card>span,.profile-experience-no{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--mist);border:1px solid var(--line);font-size:12px;font-weight:850;color:var(--sage-dark)}.profile-why-card h3,.profile-experience h3{font-family:"Cormorant Garamond",serif;font-size:32px;line-height:1;margin:16px 0 8px}.profile-why-card p,.profile-experience p{margin:0;color:var(--muted)}.profile-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.profile-experience{padding:22px;border-radius:24px;background:var(--mist);border:1px solid var(--line)}.profile-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-plan-card h3{font-size:32px}.profile-plan-card p{color:var(--muted)}.profile-booking-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:30px;border-radius:32px;border:1px solid var(--line);background:linear-gradient(135deg,var(--sage-dark),#26382f);color:#fff;box-shadow:var(--shadow)}.profile-booking-card h2{font-family:"Cormorant Garamond",serif;font-size:clamp(36px,4vw,48px);line-height:1;margin:12px 0 7px}.profile-booking-card p{margin:0;color:rgba(255,255,255,.80);max-width:780px}.profile-booking-card .secondary-btn{background:rgba(255,255,255,.12)}
@media(max-width:980px){.profile-why-grid,.profile-experience-grid,.profile-plan-grid,.profile-booking-card{grid-template-columns:1fr}.profile-photo-board{grid-template-columns:1fr 1fr;grid-template-rows:auto}.profile-photo-board .profile-photo-main{grid-column:1/span 2;grid-row:auto;min-height:390px}.profile-photo-board figure:not(.profile-photo-main){min-height:200px}}
@media(max-width:620px){.profile-subnav{border-radius:24px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.profile-subnav::-webkit-scrollbar{display:none}.profile-subnav a{white-space:nowrap}.profile-photo-board{gap:7px;border-radius:24px}.profile-photo-board .profile-photo-main{min-height:300px}.profile-photo-board figure:not(.profile-photo-main){min-height:145px}.profile-photo-board figcaption{border-radius:16px;font-size:9px}.profile-mark{width:78px;height:78px;font-size:48px}.profile-booking-card{padding:24px}.profile-why-card,.profile-experience{padding:20px}}

/* Bacalar live candidate v4: agenda stream first + date navigation */
.agenda-results-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(245,240,231,.9));border:1px solid var(--line);box-shadow:var(--shadow)}
.agenda-results-strip h3{margin:8px 0 6px;font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1}.agenda-results-strip p{margin:0;color:var(--muted);max-width:760px}.agenda-results-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.date-pill{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;background:var(--mist);border:1px solid var(--line);font-size:13px;font-weight:800;color:var(--sage-dark)}.date-pill input{border:0;background:transparent;color:var(--ink);font:inherit;min-width:150px}.date-pill input:focus{outline:none}.agenda-list-focus-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.68fr)}.events-date-stream{display:grid;gap:18px}.event-date-group{display:grid;gap:14px;padding:20px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,242,232,.96));border:1px solid var(--line);box-shadow:0 10px 28px rgba(50,38,27,.06)}.event-date-group-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding-bottom:8px;border-bottom:1px solid rgba(95,118,104,.12)}.event-date-group-head h3{margin:4px 0 0;font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1.04}.event-date-kicker{display:inline-block;color:var(--sage-dark);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.event-group-count{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(210,180,140,.18);border:1px solid rgba(158,125,94,.18);color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.agenda-stream-group{gap:12px}.agenda-side-stack{display:grid;gap:18px}.agenda-date-panel{padding:22px}.agenda-date-panel .calendar-head{padding:0;border:0;margin-bottom:8px}.agenda-date-panel .calendar-head h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:34px}.agenda-side-copy{margin:0 0 14px;color:var(--muted);font-size:14px;line-height:1.6}.agenda-date-chip-list{display:grid;gap:10px}.agenda-date-chip{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--line);text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.agenda-date-chip:hover,.agenda-date-chip:focus-visible{transform:translateY(-1px);border-color:rgba(158,125,94,.25);box-shadow:0 10px 20px rgba(50,38,27,.08);outline:none}.agenda-date-chip strong,.agenda-date-chip span{display:block}.agenda-date-chip strong{font-size:15px;color:var(--ink)}.agenda-date-chip span{font-size:12px;color:var(--muted)}.agenda-date-chip.active{background:var(--agenda-deep);border-color:var(--agenda-deep)}.agenda-date-chip.active strong,.agenda-date-chip.active span{color:#fff7e8}.profile-photo-board figcaption{max-width:min(92%,380px)}
@media(max-width:1100px){.agenda-list-focus-layout{grid-template-columns:1fr}.agenda-side-stack{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.agenda-results-strip,.agenda-results-actions,.event-date-group-head{display:block}.agenda-results-actions{margin-top:14px}.event-group-count{margin-top:12px}.agenda-side-stack{grid-template-columns:1fr}}
@media(max-width:620px){.agenda-results-strip{padding:20px}.agenda-results-strip h3,.event-date-group-head h3,.agenda-date-panel .calendar-head h2{font-size:30px}.event-date-group{padding:18px}.date-pill{width:100%;justify-content:space-between}.date-pill input{min-width:0;width:100%}.agenda-date-chip{display:grid;gap:4px;justify-content:start}}

/* --- Bacalar Patch 10: image-only heroes and quieter practice discovery --- */
.site-image-hero {
  position: relative;
  min-height: clamp(430px, 52vw, 650px);
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #24382f url('../images/general/holistic-tribe-bacalar-hero.webp') center / cover no-repeat;
  box-shadow: var(--shadow);
}

.page-intro-panel {
  position: relative;
  margin-top: 22px;
  padding: clamp(30px, 4.5vw, 52px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgba(210, 180, 140, .22), transparent 29%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 240, 229, .95));
  box-shadow: var(--shadow);
}

.page-intro-panel::after {
  content: "";
  position: absolute;
  right: clamp(26px, 5vw, 70px);
  top: 50%;
  width: clamp(90px, 13vw, 160px);
  aspect-ratio: 1;
  border: 1px solid rgba(95, 118, 104, .14);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 22px rgba(95, 118, 104, .035), inset 0 0 0 44px rgba(210, 180, 140, .045);
  pointer-events: none;
}

.page-intro-copy {
  position: relative;
  z-index: 1;
  max-width: 930px;
}

.page-intro-copy h1 {
  max-width: 850px;
  margin: 12px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 5.6vw, 72px);
  line-height: .98;
  letter-spacing: -.02em;
}

.page-intro-copy > p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.page-intro-panel .hero-search-box {
  max-width: 820px;
  background: rgba(95, 118, 104, .08);
  border-color: rgba(95, 118, 104, .16);
}

.page-intro-panel .hero-search-box label { color: var(--sage-dark); }
.page-intro-panel .hero-search-box .search-input { box-shadow: 0 10px 28px rgba(50, 38, 27, .08); }

.agenda-hero-image-only {
  min-height: clamp(430px, 52vw, 650px);
  background-position: center;
}

.agenda-hero-image-only::before { background: none; }
.agenda-intro-panel .agenda-hero-eyebrow { margin-bottom: 12px; color: var(--sage-dark); }
.agenda-intro-panel .agenda-hero-eyebrow span { border-color: rgba(95, 118, 104, .24); }

.practice-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .8fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: clamp(24px, 3.2vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(95, 118, 104, .16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(210, 180, 140, .19), transparent 33%),
    linear-gradient(135deg, rgba(239, 235, 221, .96), rgba(226, 234, 225, .92));
  box-shadow: 0 16px 42px rgba(50, 38, 27, .07);
}

.practice-teaser h2 {
  margin: 10px 0 7px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3.5vw, 44px);
  line-height: 1;
}

.practice-teaser p { max-width: 690px; margin: 0; color: var(--muted); }
.practice-teaser-examples { display: flex; flex-wrap: wrap; gap: 9px; }
.practice-teaser-examples span {
  padding: 9px 12px;
  border: 1px solid rgba(95, 118, 104, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 750;
}
.practice-teaser-link { white-space: nowrap; }
.home-practice-guides-compact .guide-card .card-copy { min-height: 230px; }
.practice-teaser-bottom { margin-top: 22px; }

@media (max-width: 980px) {
  .practice-teaser { grid-template-columns: 1fr; gap: 18px; }
  .practice-teaser-link { justify-self: start; }
}

@media (max-width: 760px) {
  .site-image-hero,
  .agenda-hero-image-only {
    min-height: 310px;
    margin-top: 14px;
    border-radius: 28px;
    background-image: url('../images/general/holistic-tribe-bacalar-hero-mobile.webp');
    background-position: center top;
  }
  .page-intro-panel { margin-top: 14px; padding: 26px 22px; border-radius: 26px; }
  .page-intro-panel::after { display: none; }
  .page-intro-copy h1 { font-size: 42px; }
  .page-intro-copy > p { font-size: 16px; }
  .practice-teaser { margin-top: 14px; padding: 24px 20px; border-radius: 26px; }
  .practice-teaser h2 { font-size: 34px; }
  .home-practice-guides-compact .guide-card .card-copy { min-height: auto; }
}

/* --- Bacalar live candidate v12: mobile, Kuara profiles and performance --- */
html { scroll-padding-top: 150px; }
body { overflow-x: hidden; }
body.modal-open { overflow: hidden; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 5000;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(66, 88, 76, .42);
  outline-offset: 3px;
}
.primary-btn,
.secondary-btn,
.soft-button,
.pill-link,
.menu-toggle { min-height: 44px; }

/* Actual lazy-loaded images replace costly CSS backgrounds in directory and agenda cards. */
.card-image,
.event-visual-image,
.event-row-image { position: relative; overflow: hidden; background: var(--sand); }
.card-image > img,
.event-visual-image > img,
.event-row-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-featured-section .public-facilitator-card[data-open-facilitator="6"] .card-image > img { object-position: center 58%; }
.event-visual-image > img { position: absolute; inset: 0; }
.event-row-image > img { border-radius: inherit; }

/* Kuara-inspired immersive profile opening. */
.profile-hero-kuara {
  min-height: 720px;
  isolation: isolate;
  background: #1d2a24;
}
.profile-hero-kuara::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(14, 22, 18, .78) 0%, rgba(14, 22, 18, .45) 46%, rgba(14, 22, 18, .20) 68%, rgba(14, 22, 18, .36) 100%),
    linear-gradient(180deg, rgba(14, 22, 18, .08) 42%, rgba(14, 22, 18, .62) 100%),
    var(--hero-image) center / cover no-repeat;
  transform: none;
}
.profile-hero-kuara::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(8, 14, 11, .34));
  pointer-events: none;
}
.profile-hero-kuara .profile-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .78fr);
  gap: clamp(28px, 4vw, 52px);
  min-height: 720px;
  padding: clamp(38px, 5vw, 64px);
}
.profile-hero-grid > div:first-child { align-self: end; max-width: 760px; }
.profile-hero-kuara h1 {
  max-width: 780px;
  font-size: clamp(58px, 6.6vw, 92px);
  line-height: .88;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .64);
}
.profile-hero-kuara .light-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 2px 16px rgba(0, 0, 0, .65);
}
.profile-hero-kuara .profile-overview-card {
  width: 100%;
  max-width: 445px;
  justify-self: end;
  padding: clamp(28px, 3.2vw, 40px);
  border-radius: 38px;
  background: rgba(255, 255, 255, .965);
  box-shadow: 0 30px 80px rgba(8, 14, 11, .24);
}
.profile-hero-kuara .profile-overview-card h2 {
  max-width: 380px;
  font-size: clamp(29px, 2.6vw, 38px);
  line-height: 1.03;
  text-wrap: balance;
}
.profile-hero-kuara .profile-overview-card .chip { background: #f7f2e8; }
.profile-hero-kuara .stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100%, 610px); }
.profile-hero-kuara .stat { min-width: 0; }
.profile-subnav {
  position: sticky;
  top: 98px;
  z-index: 80;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.profile-subnav::-webkit-scrollbar { display: none; }
.profile-subnav a { flex: 0 0 auto; white-space: nowrap; }
.profile-gallery-section { margin-top: 54px; }
.profile-photo-board figcaption { display: none; }
.profile-photo-board img { aspect-ratio: 4 / 3; }
.profile-story-panel,
.profile-good-to-know,
.profile-plan-card { box-shadow: 0 18px 48px rgba(50, 38, 27, .07); }
.profile-experience,
.profile-why-card { min-height: 100%; }
.profile-booking-card { padding: clamp(28px, 4vw, 44px); }
#gallery,
#about,
#why,
#experiences,
#plan,
#contact { scroll-margin-top: 160px; }

/* Small-screen review across every public route. */
@media (max-width: 980px) {
  .profile-hero-kuara .profile-hero-grid { grid-template-columns: 1fr; }
  .profile-hero-kuara .profile-overview-card { justify-self: start; max-width: 560px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 126px; }
  .container { width: min(calc(100% - 20px), 1240px); }
  .topbar { top: 0; padding-top: 7px; }
  .nav { gap: 10px; min-height: 68px; padding: 10px 12px; border-radius: 25px; }
  .brand { gap: 10px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-copy strong { font-size: clamp(20px, 6.2vw, 24px); line-height: 1; white-space: nowrap; }
  .menu-toggle { width: 46px; height: 46px; flex: 0 0 auto; }
  .nav-links { top: 73px; border-radius: 24px; }
  .section { margin-top: 52px; }
  .section-title { font-size: clamp(38px, 11vw, 50px); }
  .section-sub,
  .lead,
  .audience-card-public p { font-size: 16px; }
  .section-heading { margin-bottom: 20px; }
  .hero-image-only { min-height: 340px; background-position: center top; }
  .home-audience { gap: 14px; }
  .audience-card { min-height: 520px; }
  .audience-card-public { padding: 24px 21px; background-position: 58% center; }
  .audience-card-public h1,
  .audience-card-facilitators h2 { font-size: clamp(40px, 12vw, 48px); }
  .audience-card-facilitators { padding: 24px 21px; }
  .audience-photo-strip { grid-template-columns: 1.15fr 1fr; }
  .audience-photo-strip img { min-height: 132px; }
  .audience-photo-strip img:last-child { display: none; }
  .audience-badge { right: 22px; bottom: 22px; }
  .card-image { height: 240px; }
  .card-copy { padding: 21px; }
  .card-copy h3 { font-size: 31px; }
  .profile-hero-kuara { min-height: auto; margin-top: 14px; border-radius: 28px; }
  .profile-hero-kuara::before {
    background:
      linear-gradient(180deg, rgba(12, 20, 16, .02) 0%, rgba(12, 20, 16, .20) 19%, rgba(12, 20, 16, .88) 37%, #1d2a24 55%, #1d2a24 100%),
      var(--hero-image) center top / auto 360px no-repeat,
      #1d2a24;
  }
  .profile-hero-kuara::after { display: none; }
  .profile-hero-kuara .profile-hero-grid {
    min-height: auto;
    gap: 20px;
    padding: 245px 15px 15px;
  }
  .profile-hero-kuara h1 {
    margin-top: 14px;
    font-size: clamp(42px, 13vw, 54px);
    line-height: .92;
  }
  .profile-hero-kuara .light-lead { font-size: 16px; line-height: 1.6; }
  .profile-hero-kuara .stat-row { gap: 7px; margin-top: 22px; }
  .profile-hero-kuara .stat { padding: 12px 10px; border-radius: 18px; }
  .profile-hero-kuara .stat strong { font-size: 20px; overflow-wrap: anywhere; }
  .profile-hero-kuara .stat span { font-size: 11px; line-height: 1.35; }
  .profile-hero-kuara .profile-hero-grid > div:first-child .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .profile-hero-kuara .profile-hero-grid > div:first-child .hero-actions a { width: 100%; padding: 12px 13px; text-align: center; }
  .profile-hero-kuara .profile-overview-card {
    max-width: none;
    padding: 24px 19px;
    border-radius: 26px;
  }
  .profile-hero-kuara .profile-overview-card h2 { font-size: 29px; }
  .profile-mark { width: 76px; height: 76px; border-radius: 23px; font-size: 46px; }
  .profile-subnav { top: 79px; margin-top: 12px; border-radius: 22px; padding: 8px; }
  .profile-subnav a { padding: 9px 13px; font-size: 14px; }
  .profile-gallery-section { margin-top: 44px; }
  .profile-property-heading h2 { font-size: 42px; }
  .profile-photo-board { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .profile-photo-board .profile-photo-main { min-height: 290px; }
  .profile-photo-board figure:not(.profile-photo-main) { min-height: 150px; }
  .profile-photo-board img { aspect-ratio: auto; }
  .profile-story-panel,
  .profile-good-to-know,
  .profile-plan-card,
  .profile-booking-card { padding: 24px 21px; border-radius: 25px; }
  .profile-intro-copy { font-size: 16px !important; line-height: 1.75; }
  .profile-why-grid,
  .profile-experience-grid,
  .profile-plan-grid { gap: 13px; }
  .profile-why-card,
  .profile-experience { border-radius: 22px; }
  .profile-booking-card .hero-actions { display: grid; }
  .profile-booking-card .hero-actions a { width: 100%; }
  .contact-link-card { grid-template-columns: 36px minmax(0, 1fr) auto; padding: 13px; }
  .footer { margin-top: 62px; padding-top: 42px; }
  #gallery,
  #about,
  #why,
  #experiences,
  #plan,
  #contact { scroll-margin-top: 132px; }
}

@media (max-width: 390px) {
  .brand-copy strong { font-size: 19px; }
  .brand-mark { width: 40px; height: 40px; }
  .menu-toggle { width: 43px; height: 43px; }
  .profile-hero-kuara .profile-hero-grid { padding-top: 225px; }
  .profile-hero-kuara::before { background-size: auto 330px; }
  .profile-hero-kuara .stat strong { font-size: 18px; }
  .profile-hero-kuara .profile-hero-grid > div:first-child .hero-actions { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .public-facilitator-card:hover,
  .event-visual-card:hover,
  .profile-photo-board figure:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Recurring classes stay separate from dated events so the agenda remains calm and current. */
.weekly-rhythm-section {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 232, 215, .84));
  box-shadow: var(--shadow);
}
.weekly-rhythm-section .section-heading { align-items: end; }
.weekly-rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.weekly-activity-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(95, 118, 104, .14);
  border-radius: 25px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(50, 38, 27, .08);
}
.weekly-activity-image { position: relative; height: 190px; overflow: hidden; background: var(--sand); }
.weekly-activity-image img { width: 100%; height: 100%; object-fit: cover; }
.weekly-activity-copy { padding: 20px; }
.weekly-schedule {
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.weekly-activity-copy h3 {
  margin: 9px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.02;
}
.weekly-activity-copy p { margin: 0 0 13px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.weekly-activity-actions { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.weekly-activity-actions .secondary-link { color: var(--muted); }
.weekly-rhythm-note { margin-bottom: 0; }

@media (max-width: 980px) {
  .weekly-rhythm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .weekly-rhythm-section { padding: 24px 16px 16px; border-radius: 27px; }
  .weekly-rhythm-grid {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-inline: -6px;
    padding: 4px 6px 12px;
  }
  .weekly-rhythm-grid::-webkit-scrollbar { display: none; }
  .weekly-activity-card { flex: 0 0 min(84vw, 330px); scroll-snap-align: start; }
  .weekly-activity-image { height: 185px; }
  .weekly-rhythm-note { margin-top: 10px; }
}

.not-found-panel {
  min-height: min(72vh, 720px);
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  padding: clamp(32px, 7vw, 82px);
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(15, 24, 20, .10), rgba(15, 24, 20, .84)),
    url('../images/general/holistic-tribe-bacalar-hero.webp') center / cover no-repeat;
  box-shadow: var(--shadow);
}
.not-found-panel > div { max-width: 720px; }
.not-found-panel h1 { margin: 12px 0; font-size: clamp(52px, 8vw, 96px); line-height: .9; }
.not-found-panel p { max-width: 620px; color: rgba(255, 255, 255, .9); font-size: 18px; }
.not-found-panel .soft-button { border-color: rgba(255, 255, 255, .44); background: rgba(255, 255, 255, .1); color: #fff; }

@media (max-width: 760px) {
  .not-found-panel { min-height: 610px; margin-top: 14px; padding: 27px 21px; border-radius: 28px; }
  .not-found-panel h1 { font-size: 52px; }
  .not-found-panel .hero-actions { display: grid; }
  .not-found-panel .hero-actions a { width: 100%; }
}

/* --- V13 bilingual navigation --- */
.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 64px;
  min-height: 42px;
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 241, 231, .78);
  color: var(--sage-dark);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.language-switch:hover,
.language-switch:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(95, 118, 104, .4);
  background: #fff;
  outline: none;
}
.language-switch span { font-size: 18px; line-height: 1; }
.language-switch b { font-size: 11px; line-height: 1; letter-spacing: .12em; }

@media (max-width: 760px) {
  .nav { gap: 9px; }
  .brand { margin-right: auto; }
  .language-switch { margin-left: 0; min-width: 58px; min-height: 44px; padding: 8px 10px; }
}

@media (max-width: 390px) {
  .nav { padding-inline: 10px; }
  .brand { gap: 8px; }
  .brand-copy strong { font-size: 20px; }
  .language-switch { min-width: 43px; width: 43px; padding: 0; }
  .language-switch b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
