
:root{
  --bg-1:#fbf1eb;
  --bg-2:#f8ece7;
  --bg-3:#f6efe7;
  --ink:#462d35;
  --muted:#735e63;
  --soft:#fff9f5;
  --paper:#fffdf9;
  --paper-warm:#f8e9df;
  --line:rgba(70,45,53,.10);
  --plum:#8b4f62;
  --plum-soft:#b66a7b;
  --clay:#c27c56;
  --gold:#d8b299;
  --sage:#e9efe8;
  --shadow:0 24px 60px rgba(104,64,74,.12);
  --shadow-soft:0 14px 36px rgba(104,64,74,.08);
  --radius-xl:46px;
  --radius-lg:30px;
  --radius-md:20px;
  --section-gap:clamp(3.8rem,7vw,6rem);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(234,196,180,.40), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(243,225,215,.80), transparent 28rem),
    linear-gradient(180deg,var(--bg-1) 0%,var(--bg-2) 46%,var(--bg-3) 100%);
  line-height:1.68;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 25%, rgba(216,178,153,.14) 0 1px, transparent 2px),
    radial-gradient(circle at 77% 28%, rgba(139,79,98,.08) 0 70px, transparent 72px),
    radial-gradient(circle at 13% 82%, rgba(194,124,86,.06) 0 64px, transparent 66px);
  background-size:auto, auto, auto;
  z-index:-3;
}
a{color:var(--plum)}
img{max-width:100%;display:block}
button,input{font:inherit}
html[data-lang="en"] [lang="zh-Hans"]{display:none!important}
html[data-lang="zh"] [lang="en"]{display:none!important}

.ambient{position:fixed;pointer-events:none;z-index:-2;border-radius:999px;filter:blur(4px)}
.ambient-a{width:22rem;height:22rem;left:-9rem;top:18rem;background:radial-gradient(circle,rgba(194,124,86,.10),transparent 70%)}
.ambient-b{width:26rem;height:26rem;right:-8rem;bottom:10rem;background:radial-gradient(circle,rgba(139,79,98,.10),transparent 70%)}

.section-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:14px min(4vw,40px);
  background:rgba(251,241,235,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.02em;line-height:1.03}
.brand img{width:50px;height:50px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:4px}
.main-nav a,.language-button,.nav-toggle{
  border:0;border-radius:999px;padding:10px 13px;background:transparent;color:var(--ink);
  text-decoration:none;cursor:pointer;font-size:.92rem
}
.main-nav a:hover,.language-button:hover{background:rgba(139,79,98,.08)}
.language-button{background:linear-gradient(135deg,var(--plum),var(--plum-soft));color:#fff;font-weight:720}
.nav-toggle{display:none;background:rgba(139,79,98,.08);font-weight:720}

.eyebrow,.mini-label{
  text-transform:uppercase;letter-spacing:.15em;color:var(--clay);
  font-size:.72rem;font-weight:820;margin:0 0 12px
}
.hero-kicker{white-space:nowrap;font-size:clamp(.55rem,1.02vw,.76rem);letter-spacing:.13em}
h1,h2,h3{margin:0;letter-spacing:-.04em}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.03}
h1{font-size:clamp(3rem,6.7vw,5.9rem);max-width:8.7ch}
h2{font-size:clamp(2rem,4.3vw,3.9rem)}
h3{font-size:1.18rem;line-height:1.25}

.hero{padding:30px 0 20px}
.hero-shell{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
  gap:clamp(2rem,5vw,4rem);
  align-items:center;
  background:linear-gradient(145deg,rgba(255,250,247,.96),rgba(248,235,229,.92));
  border:1px solid rgba(139,79,98,.08);
  border-radius:var(--radius-xl);
  padding:clamp(1.8rem,4vw,3.4rem);
  box-shadow:var(--shadow);
  overflow:visible;
}
.hero-copy{min-width:0}
.hero-subtitle{
  margin:24px 0 0;
  color:var(--clay);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.2rem,2vw,1.75rem);
}
.lede{font-size:clamp(1.01rem,1.4vw,1.16rem);color:var(--muted);max-width:56ch;margin:20px 0 0}
.cta-row,.meet-actions,.contact-actions,.chat-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;
  padding:12px 20px;font-weight:760;text-decoration:none;border:1px solid transparent;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.button:hover{transform:translateY(-2px)}
.primary{color:#fff;background:linear-gradient(135deg,var(--plum),var(--plum-soft));box-shadow:0 14px 30px rgba(139,79,98,.22)}
.secondary{color:var(--plum);background:rgba(255,255,255,.82);border-color:rgba(139,79,98,.15)}

.hero-art{display:grid;justify-items:center;align-content:center;text-align:center;min-width:0}
.energy-orb{
  width:min(100%,460px);
  aspect-ratio:1;
  border-radius:50%;
  overflow:hidden;
  background:#111a26;
  box-shadow:
    0 0 0 13px rgba(255,248,243,.90),
    0 0 0 23px rgba(216,178,153,.22),
    0 26px 70px rgba(104,64,74,.18),
    0 0 90px rgba(55,169,178,.12);
}
.energy-orb img{width:100%;height:100%;object-fit:cover}
.energy-message{
  max-width:34rem;margin:1.7rem auto 0;color:var(--muted);
  font-size:.94rem;line-height:1.72
}
.energy-message-small{margin-top:.45rem;font-size:.88rem;color:color-mix(in srgb,var(--muted) 86%, white 14%)}

.intro-band{
  display:grid;grid-template-columns:128px minmax(0,1fr);gap:22px;align-items:center;
  margin-top:1.2rem;margin-bottom:var(--section-gap);
  padding:clamp(1.25rem,3vw,2rem);
  background:rgba(255,250,247,.78);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-soft);
}
.intro-logo{width:118px;object-fit:contain}
.intro-band p{margin:.55rem 0 0;color:var(--muted);max-width:70ch}

.essence-section,.journey-section,.meet-section,.investment-section,.library-section,.connect-section{padding:0 0 var(--section-gap)}
.section-heading,.centered-heading{margin-bottom:1.3rem}
.centered-heading{text-align:center}
.essence-panel{
  display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch;
}
.essence-copy,.essence-highlight{
  padding:clamp(1.35rem,3vw,2rem);
  background:rgba(255,250,247,.86);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
}
.essence-copy p{margin:0;color:var(--muted)}
.essence-copy p+p{margin-top:1rem}
.essence-highlight{display:flex;align-items:center;background:linear-gradient(145deg,rgba(255,252,249,.90),rgba(249,235,228,.92))}
.essence-highlight p{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.15rem,2vw,1.48rem);line-height:1.52;color:var(--ink);margin:0}

.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.journey-card,.meet-panel,.investment-card,.library-card,.contact-panel,.testimonial-panel,.chat-popover{
  background:rgba(255,250,247,.90);
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.journey-card{padding:clamp(1.25rem,2.4vw,1.75rem);border-radius:var(--radius-lg)}
.journey-card p,.meet-panel p,.investment-copy p,.library-card p,.contact-panel p,.testimonial-panel p{color:var(--muted)}
.card-number{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;
  padding:0 12px;border-radius:999px;background:rgba(194,124,86,.14);color:var(--clay);
  font-weight:820;font-size:.88rem;margin-bottom:14px
}
.soft-note,.quiet-quote{
  margin-top:1rem;
  padding:1rem;
  border-radius:18px;
  background:rgba(255,255,255,.50);
  border:1px solid var(--line);
}
.quiet-quote{font-family:Georgia,"Times New Roman",serif;color:var(--ink)!important;font-size:1.04rem;line-height:1.55}
.text-link{display:inline-block;margin-top:12px;color:var(--clay);font-weight:780;text-decoration:none}
.text-link:hover{text-decoration:underline}

.meet-section{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.1fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}
.meet-visual{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);background:var(--paper)}
.meet-visual img{width:100%;height:auto;display:block}
.meet-copy{align-self:start}
.meet-panel{padding:clamp(1.35rem,2.8vw,2rem);border-radius:var(--radius-lg)}
.meet-panel p{margin:0}
.meet-panel p+p{margin-top:1rem}

.investment-card{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center;
  padding:clamp(1.4rem,3vw,2.2rem);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,rgba(255,248,244,.95),rgba(248,235,229,.92));
}
.investment-heading h2{max-width:10ch}
.investment-copy p{max-width:62ch}
.fee-heart-line{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;margin-top:1rem}
.fee-heart{color:var(--clay);font-weight:800;line-height:1.65;font-size:.95em;margin-top:.03rem}

.library-note{
  max-width:920px;margin:0 auto 1.5rem;
  background:linear-gradient(145deg,rgba(255,250,247,.92),rgba(249,238,232,.90));
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:clamp(1.15rem,2.6vw,1.75rem);
  box-shadow:var(--shadow-soft);
}
.library-note p{margin:0;color:var(--muted);line-height:1.75}
.library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.library-card{padding:clamp(1.2rem,2.5vw,1.75rem);border-radius:var(--radius-lg)}
.library-card h3{margin-bottom:.65rem}
.library-card p{margin:.65rem 0 0}
.card-links{
  margin-top:1.1rem;
  padding-top:1rem;
  border-top:1px solid var(--line);
  display:grid;
  gap:.55rem;
}
.card-links .mini-label{margin:0 0 .15rem}
.card-links a{
  display:block;
  padding:.7rem .85rem;
  border-radius:18px;
  background:rgba(255,255,255,.58);
  border:1px solid var(--line);
  text-decoration:none;
  color:var(--plum);
  font-weight:740;
  line-height:1.35;
}
.card-links a:hover{background:rgba(255,255,255,.82);transform:translateY(-1px)}

.connect-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:18px;align-items:start}
.contact-panel,.testimonial-panel{padding:clamp(1.25rem,2.7vw,1.85rem);border-radius:var(--radius-lg)}
.contact-note{font-weight:780;color:var(--plum);margin:1.2rem 0 0}
.testimonial-panel{background:linear-gradient(180deg,rgba(255,248,244,.96),rgba(250,239,234,.94))}
.testimonial-panel h3{margin-bottom:.6rem}

.floating-chat{
  position:fixed;right:18px;bottom:18px;z-index:24;
  display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;
  padding:12px 16px;color:#fff;background:linear-gradient(135deg,var(--plum),var(--plum-soft));
  box-shadow:0 16px 32px rgba(139,79,98,.22);cursor:pointer
}
.chat-popover{
  position:fixed;right:18px;bottom:82px;z-index:24;width:min(360px,calc(100vw - 28px));
  padding:18px;border-radius:24px
}
.chat-popover-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.chat-popover-close{appearance:none;border:0;background:transparent;font-size:1.4rem;cursor:pointer;color:var(--muted)}
.chat-popover p{color:var(--muted);margin:10px 0 0}
.site-footer{
  display:flex;justify-content:space-between;gap:20px;
  padding:28px min(4vw,40px) 36px;
  border-top:1px solid var(--line);
  background:rgba(251,241,235,.72)
}
.site-footer p{margin:8px 0 0;color:var(--muted)}
.footer-disclaimer{max-width:54ch}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}
.delay{transition-delay:.12s}
.delay-2{transition-delay:.24s}

@media (max-width:1100px){
  .hero-shell,.essence-panel,.meet-section,.investment-card,.connect-grid{grid-template-columns:1fr}
  .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .library-grid{grid-template-columns:1fr}
  .hero-art{max-width:560px;margin:0 auto}
  .investment-heading h2{max-width:none}
}
@media (max-width:820px){
  .nav-toggle{display:inline-flex}
  .main-nav{
    position:absolute;left:14px;right:14px;top:calc(100% + 10px);
    display:none;flex-direction:column;align-items:stretch;
    padding:14px;background:rgba(251,241,235,.98);
    border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .main-nav a,.language-button{width:100%;text-align:center}
  .site-header{padding:12px 16px}
  .section-wrap{width:min(100%,calc(100% - 28px))}
  .intro-band{grid-template-columns:1fr}
  .intro-logo{width:110px}
  .hero-kicker{font-size:.55rem;letter-spacing:.07em}
}
@media (max-width:640px){
  h1{font-size:clamp(2.45rem,14vw,4rem)}
  h2{font-size:clamp(1.82rem,9vw,3rem)}
  .hero-shell{padding:1.35rem;border-radius:32px}
  .energy-orb{width:min(100%,340px);box-shadow:0 0 0 9px rgba(255,248,243,.9),0 0 0 16px rgba(216,178,153,.22),0 20px 46px rgba(104,64,74,.15)}
  .energy-message{font-size:.88rem;line-height:1.65;margin-top:1.2rem}
  .journey-grid{grid-template-columns:1fr}
  .site-footer{flex-direction:column}
  .floating-chat{right:14px;bottom:14px}
  .chat-popover{right:14px;bottom:76px}
}


/* Client reflections */
.reflections-section{padding:clamp(3.2rem,7vw,5.2rem) 0}
.reflections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.reflection-card{
  position:relative;
  padding:clamp(1.25rem,2.6vw,1.85rem);
  border-radius:var(--radius-lg);
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,250,247,.96),rgba(250,239,234,.94));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.reflection-card-wide{grid-column:1 / -1}
.quote-mark{position:absolute;top:-.35rem;right:1.2rem;font-family:Georgia,"Times New Roman",serif;font-size:6rem;line-height:1;color:rgba(194,124,86,.12);pointer-events:none}
.reflection-copy{position:relative;z-index:1;color:var(--muted);font-size:.97rem;line-height:1.72}
.reflection-copy p{margin:0 0 .9rem}.reflection-copy p:last-child{margin-bottom:0}
.reflection-author{position:relative;z-index:1;margin:1.1rem 0 0;color:var(--plum);font-weight:780;line-height:1.5}
.translation-asterisk{font-weight:900;color:var(--terracotta)}
.translation-note{margin:.9rem 0 0;color:var(--muted);font-size:.82rem;text-align:right}
.contact-side-note{background:linear-gradient(180deg,rgba(255,248,244,.96),rgba(250,239,234,.94))}
@media (max-width:820px){.reflections-grid{grid-template-columns:1fr}.reflection-card-wide{grid-column:auto}.translation-note{text-align:left}}


/* Final Essence refinement */
.essence-panel{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,.38fr)!important;
  gap:0!important;
  align-items:stretch;
  overflow:hidden;
  padding:0!important;
  background:linear-gradient(135deg,rgba(255,250,247,.96),rgba(249,235,228,.92) 58%,rgba(246,227,218,.88));
  border:1px solid rgba(139,79,98,.10);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-soft);
}
.essence-panel::before{
  content:"";
  position:absolute;
  inset:auto -70px -90px auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(194,124,86,.16),transparent 68%);
  pointer-events:none;
}
.essence-panel::after{
  content:"";
  position:absolute;
  inset:22px auto auto 22px;
  width:72px;
  height:72px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(139,79,98,.12),transparent 70%);
  pointer-events:none;
}
.essence-flair{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:9px;
  display:grid;
  grid-template-rows:1fr 1fr 1fr;
  z-index:1;
}
.essence-flair span:nth-child(1){background:#8b4f62;}
.essence-flair span:nth-child(2){background:#c27c56;}
.essence-flair span:nth-child(3){background:#d8b299;}
.essence-copy,
.essence-highlight,
.essence-pullquote{
  position:relative;
  z-index:2;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.essence-copy{
  padding:clamp(1.55rem,3vw,2.35rem) clamp(1.45rem,3vw,2.25rem) clamp(1.55rem,3vw,2.35rem) clamp(1.8rem,3.2vw,2.55rem)!important;
}
.essence-copy p{
  margin:0!important;
  color:var(--muted)!important;
  max-width:72ch;
}
.essence-copy p+p{margin-top:1rem!important;}
.essence-pullquote{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(1.35rem,2.6vw,2rem)!important;
  border-left:1px solid rgba(139,79,98,.10)!important;
  background:rgba(255,255,255,.28)!important;
}
.pullquote-mark{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-bottom:.75rem;
  color:#8b4f62;
  background:rgba(255,255,255,.62);
  box-shadow:0 10px 24px rgba(104,64,74,.08);
}
.essence-pullquote p{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ink);
  font-size:clamp(1.05rem,1.65vw,1.28rem);
  line-height:1.55;
}
@media (max-width:860px){
  .essence-panel{grid-template-columns:1fr!important;}
  .essence-pullquote{border-left:0!important;border-top:1px solid rgba(139,79,98,.10)!important;}
}

/* Final cosmic library resource polish */
.library-note{
  max-width:880px;
  margin:0 auto 1.25rem;
  padding:clamp(1.05rem,2.2vw,1.45rem);
}
.library-note p{
  line-height:1.68;
}
.card-links{
  margin-top:.85rem!important;
  padding-top:.75rem!important;
  gap:.38rem!important;
}
.card-links .mini-label{
  margin:0 0 .05rem!important;
  font-size:.68rem;
  letter-spacing:.16em;
  opacity:.82;
}
.card-links a{
  padding:.55rem .72rem!important;
  border-radius:14px!important;
  line-height:1.28!important;
  font-size:.92rem;
  background:rgba(255,255,255,.50)!important;
}
.card-links a + a{
  margin-top:.18rem;
}


/* Revision v4: contact section polish */
.contact-actions-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
}
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
}
.contact-actions-panel .contact-note{margin-top:1rem}
.contact-side-note p{line-height:1.74}
.intro-band p{max-width:76ch}
@media (max-width:720px){.contact-actions{align-items:stretch}.contact-actions .button{width:100%}}


/* Final contact and session-fee spacing refinement */
.hero-copy .lede{max-width:66ch;}
.investment-card{gap:clamp(12px,2vw,16px)!important;align-items:start!important;padding:clamp(1.25rem,2.4vw,1.85rem)!important;}
.investment-heading h2{font-size:clamp(2rem,4.1vw,3.35rem)!important;line-height:1.02!important;max-width:11.5ch!important;margin-bottom:0!important;}
.investment-heading .eyebrow{margin-bottom:.45rem!important;}
.investment-copy{padding-top:.18rem!important;}
.investment-copy p{font-size:.96rem!important;line-height:1.64!important;}
.fee-heart-line{margin-top:.72rem!important;gap:7px!important;}
.contact-side-note p{line-height:1.64!important;}
@media (max-width:1100px){.investment-card{gap:10px!important}.investment-heading h2{max-width:none!important}}


/* Revision v7: Essence integration and hero caption cleanup */
.hero-art .energy-message-small{
  max-width:28rem;
  margin:1.05rem auto 0!important;
  font-size:.86rem!important;
  line-height:1.55!important;
  color:color-mix(in srgb,var(--muted) 78%, white 22%)!important;
}
.essence-panel{
  grid-template-columns:minmax(0,1fr) minmax(210px,.32fr)!important;
}
.essence-copy{
  padding:clamp(1.45rem,2.6vw,2.1rem) clamp(1.35rem,2.8vw,2rem) clamp(1.45rem,2.6vw,2.1rem) clamp(1.75rem,3vw,2.35rem)!important;
}
.essence-copy p{
  max-width:76ch!important;
  line-height:1.72!important;
}
.essence-copy p+p{margin-top:.72rem!important;}
.essence-pullquote{
  justify-content:flex-start!important;
  padding:clamp(1.35rem,2.3vw,1.85rem)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.18))!important;
}
.pullquote-mark{margin-bottom:.55rem!important;}
.essence-pullquote p{
  font-size:clamp(.98rem,1.35vw,1.14rem)!important;
  line-height:1.52!important;
}
@media (max-width:860px){
  .essence-copy p+p{margin-top:.9rem!important;}
  .essence-pullquote{padding:1.2rem 1.5rem!important;}
}


/* Revision v8: combine hero intro with wholeness note */
.hero-shell{
  grid-template-rows:auto auto;
  row-gap:clamp(1.15rem,2.4vw,1.75rem)!important;
}
.hero-wholeness{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:clamp(.95rem,2vw,1.35rem);
  align-items:center;
  padding:clamp(1rem,2.2vw,1.45rem);
  border:1px solid rgba(139,79,98,.085);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.48),rgba(255,248,244,.58));
  box-shadow:0 16px 36px rgba(104,64,74,.055);
}
.hero-wholeness-logo{
  width:82px;
  height:82px;
  object-fit:contain;
}
.hero-wholeness h2{
  font-size:clamp(1.42rem,2.5vw,2.25rem)!important;
  line-height:1.05!important;
}
.hero-wholeness .eyebrow{
  margin-bottom:.32rem!important;
}
.hero-wholeness p:not(.eyebrow){
  margin:.5rem 0 0!important;
  max-width:74ch;
  color:var(--muted);
  line-height:1.62;
  font-size:.98rem;
}
.hero{padding-bottom:clamp(2rem,4.2vw,3.25rem)!important;}
.investment-heading h2{font-size:clamp(1.85rem,3.75vw,3.08rem)!important;max-width:12.8ch!important;}
@media (max-width:1100px){.investment-heading h2{max-width:none!important}}
@media (max-width:760px){
  .hero-wholeness{grid-template-columns:1fr;text-align:left;}
  .hero-wholeness-logo{width:74px;height:74px;}
}


/* Revision v10: cleaner opening hero and integrated contact card */
.hero-shell{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.9fr)!important;
  grid-template-rows:auto!important;
  gap:clamp(1.8rem,4.4vw,3.8rem)!important;
  padding:clamp(1.8rem,4vw,3.25rem)!important;
  align-items:center!important;
}
.hero-copy{align-self:center;}
.hero-subtitle{margin-top:clamp(1.1rem,2vw,1.45rem)!important;}
.lede{max-width:58ch!important;margin-top:clamp(1rem,1.7vw,1.35rem)!important;}
.hero-closing{
  margin:1.05rem 0 0;
  max-width:48ch;
  color:var(--plum);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.08rem,1.55vw,1.32rem);
  line-height:1.45;
}
.cta-row{margin-top:clamp(1.2rem,2.2vw,1.7rem)!important;}
.hero-art{
  align-self:center;
  justify-self:center;
  width:100%;
  padding:clamp(.55rem,1.5vw,1.05rem);
}
.energy-orb{
  width:min(100%,520px)!important;
  margin:0 auto!important;
  box-shadow:0 0 0 14px rgba(255,248,243,.92),0 0 0 25px rgba(216,178,153,.18),0 30px 72px rgba(104,64,74,.16),0 0 100px rgba(55,169,178,.12)!important;
}
.energy-message,.energy-message-small{display:none!important;}
.hero-wholeness{display:none!important;}
.connect-card{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.72fr);
  gap:clamp(1.2rem,3vw,2.4rem);
  align-items:center;
  padding:clamp(1.35rem,3vw,2.2rem);
  border-radius:var(--radius-xl);
  background:linear-gradient(135deg,rgba(255,250,247,.96),rgba(248,235,229,.92));
  border:1px solid rgba(139,79,98,.09);
  box-shadow:var(--shadow);
}
.connect-copy h3{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2;margin:0 0 .65rem;}
.connect-copy p:not(.eyebrow){margin:0;max-width:58ch;color:var(--muted);line-height:1.68;}
.connect-actions-panel{
  padding:clamp(1rem,2.2vw,1.45rem);
  border-radius:28px;
  background:rgba(255,255,255,.48);
  border:1px solid rgba(139,79,98,.08);
}
.connect-actions-panel .contact-actions{margin-top:0!important;}
.connect-actions-panel .button{width:100%;}
.connect-actions-panel .contact-note{margin:.95rem 0 .35rem!important;text-align:center;}
.connect-actions-panel .text-link{display:block;text-align:center;margin-top:.45rem!important;}
.contact-panel,.contact-actions-panel.testimonial-panel{background:transparent;}
@media (max-width:980px){
  .hero-shell,.connect-card{grid-template-columns:1fr!important;}
  .hero-art{max-width:620px;}
  .energy-orb{width:min(100%,500px)!important;}
  .connect-actions-panel .button{width:auto;}
  .connect-actions-panel .contact-actions{justify-content:flex-start;}
  .connect-actions-panel .contact-note,.connect-actions-panel .text-link{text-align:left;}
}
@media (max-width:640px){
  .hero-shell{padding:1.35rem!important;}
  .energy-orb{width:min(100%,390px)!important;}
  .connect-card{padding:1.15rem;border-radius:30px;}
}


/* Revision v11: refined energy symbol caption */
.hero-art{display:flex!important;flex-direction:column!important;align-items:center!important;}
.energy-caption{
  width:min(100%,430px);
  margin:clamp(1.15rem,2vw,1.55rem) auto 0;
  padding:.95rem 1.1rem 0;
  border-top:1px solid rgba(139,79,98,.16);
  text-align:center;
  position:relative;
}
.energy-caption .caption-mark{
  position:absolute;
  left:50%;
  top:-4px;
  transform:translateX(-50%);
  width:34px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(194,124,86,.2),rgba(139,79,98,.38),rgba(194,124,86,.2));
}
.energy-caption p{
  margin:0;
  color:color-mix(in srgb,var(--plum) 84%, var(--muted) 16%);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(.98rem,1.25vw,1.12rem);
  line-height:1.55;
  letter-spacing:.01em;
}
@media (max-width:900px){
  .energy-caption{width:min(100%,390px);margin-top:1rem;padding-top:.85rem;}
  .energy-caption p{font-size:.98rem;}
}


/* Revision v12: hero and chat cleanup */
.hero-copy{display:flex;flex-direction:column;justify-content:center;}
.hero-copy h1{max-width:9.2ch;}
.hero-intro-card{
  margin-top:clamp(1.1rem,2.3vw,1.65rem);
  padding:clamp(1rem,2.2vw,1.35rem) clamp(1.05rem,2.4vw,1.55rem);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.48),rgba(255,248,244,.34));
  border:1px solid rgba(139,79,98,.10);
  box-shadow:0 12px 30px rgba(104,64,74,.055);
  max-width:61ch;
}
.hero-intro-card p{
  margin:0;
  color:var(--muted);
  font-size:clamp(1rem,1.28vw,1.12rem);
  line-height:1.72;
}
.hero-intro-card p + p{margin-top:.72rem;}
.hero-intro-card strong{
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.08em;
  font-weight:500;
}
.hero-subtitle,.hero-closing{display:none!important;}
.hero-art{padding:clamp(.25rem,1vw,.65rem)!important;}
.energy-caption{
  width:min(100%,420px)!important;
  margin:clamp(1rem,1.7vw,1.3rem) auto 0!important;
  padding:clamp(.8rem,1.6vw,1.05rem) clamp(1rem,2vw,1.25rem)!important;
  border:1px solid rgba(139,79,98,.10)!important;
  border-radius:24px!important;
  background:rgba(255,250,247,.62)!important;
  box-shadow:0 12px 28px rgba(104,64,74,.06)!important;
}
.energy-caption .caption-mark{display:none!important;}
.energy-caption .mini-label{
  margin:0 0 .3rem!important;
  color:var(--clay)!important;
  font-size:.66rem!important;
  letter-spacing:.14em!important;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
}
.energy-caption p:not(.mini-label){
  margin:0!important;
  color:var(--muted)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(.92rem,1.08vw,1.02rem)!important;
  line-height:1.55!important;
}
/* Make all chat buttons visibly distinct, especially inside pale cards */
.button.secondary.chat-trigger,
.connect-actions-panel .button.secondary,
.chat-trigger.button.secondary{
  color:#fff!important;
  background:linear-gradient(135deg,var(--clay),#d0926f)!important;
  border-color:rgba(194,124,86,.38)!important;
  box-shadow:0 12px 24px rgba(194,124,86,.18)!important;
}
.button.secondary.chat-trigger:hover,
.connect-actions-panel .button.secondary:hover,
.chat-trigger.button.secondary:hover{
  background:linear-gradient(135deg,#b96f4f,#cf8865)!important;
}
.floating-chat{
  color:#fff!important;
  background:linear-gradient(135deg,var(--plum),var(--plum-soft))!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
@media (max-width:980px){
  .hero-copy h1{max-width:11ch;}
  .hero-intro-card{max-width:none;}
}
@media (max-width:640px){
  .hero-intro-card{padding:1rem;border-radius:24px;}
  .hero-intro-card p{font-size:.98rem;line-height:1.68;}
  .energy-caption{border-radius:22px!important;}
}


/* Revision v14: opening, Dishen voice, and chat spacing cleanup */
.hero-shell{align-items:center!important;gap:clamp(1.6rem,4vw,3.4rem)!important;}
.hero-copy{padding-block:clamp(.3rem,1vw,.9rem)!important;}
.hero-welcome{
  margin:.35rem 0 .25rem!important;
  color:var(--muted)!important;
  font-size:clamp(1rem,1.35vw,1.18rem)!important;
  letter-spacing:.01em!important;
}
.hero-copy h1{
  max-width:11ch!important;
  margin:.15rem 0 0!important;
  color:var(--ink)!important;
}
.hero-copy h1 span[lang="en"]{
  background:linear-gradient(180deg,transparent 62%,rgba(216,178,153,.42) 62%);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.hero-intro-card{
  margin-top:clamp(1rem,2vw,1.35rem)!important;
  padding:clamp(1.05rem,2.1vw,1.45rem) clamp(1.1rem,2.4vw,1.65rem)!important;
  max-width:64ch!important;
  background:linear-gradient(135deg,rgba(255,250,247,.72),rgba(247,232,225,.50))!important;
}
.hero-intro-card p{font-size:clamp(.99rem,1.12vw,1.08rem)!important;line-height:1.72!important;}
.hero-intro-card p + p{margin-top:.65rem!important;}
.cta-row{margin-top:clamp(1rem,1.8vw,1.35rem)!important;}
.hero-art{align-self:center!important;}
.energy-orb{width:min(100%,430px)!important;margin-inline:auto!important;}
.energy-caption{
  width:min(100%,390px)!important;
  margin:.9rem auto 0!important;
  padding:.82rem 1.05rem!important;
  text-align:center!important;
}
.energy-caption .mini-label{font-size:.64rem!important;letter-spacing:.13em!important;color:var(--plum)!important;}
.energy-caption p:not(.mini-label){font-size:.94rem!important;line-height:1.48!important;}
.meet-letter p{font-size:1.02rem;line-height:1.76;}
.meet-letter p:first-child::first-letter{font-family:Georgia,"Times New Roman",serif;font-size:2.55rem;line-height:.9;color:var(--clay);float:left;padding:.2rem .42rem 0 0;}
.connect-card{align-items:center!important;}
.connect-actions-panel .button.secondary,
.chat-actions .button.primary,
.chat-popover .button.primary{color:#fff!important;background:linear-gradient(135deg,var(--plum),var(--plum-soft))!important;border-color:rgba(139,79,98,.28)!important;}
.site-footer{padding-bottom:clamp(7rem,12vw,9rem)!important;}
body{padding-bottom:0!important;}
.floating-chat{bottom:22px!important;right:22px!important;z-index:60!important;}
.chat-popover{bottom:88px!important;right:22px!important;z-index:61!important;}
@media (max-width:820px){
  .hero-copy h1{max-width:12ch!important;}
  .energy-orb{width:min(100%,360px)!important;}
  .site-footer{padding-bottom:8rem!important;}
  .floating-chat{right:14px!important;bottom:14px!important;}
  .chat-popover{right:14px!important;bottom:76px!important;}
}


/* v15 Journey restructure */
.journey-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.journey-grid-three .journey-card{min-height:100%;display:flex;flex-direction:column;}
.journey-grid-three .mini-label{margin:2px 0 6px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--terracotta);}
.journey-grid-three h3{margin-top:0;}
.journey-grid-three p:last-child{margin-bottom:0;}
@media (max-width:900px){.journey-grid-three{grid-template-columns:1fr;}}

/* Revision 16 */
.meet-actions.single-action{grid-template-columns:1fr;max-width:300px;}
.meet-letter p{margin-bottom:.9rem;}


/* Revision v17: return hero wording to cleaner Revision 13 style */
.hero-copy h1{max-width:10.6ch!important;}
.hero-copy h1 span[lang="en"]{background:none!important;}
.hero-intro-card{padding:clamp(1.05rem,1.9vw,1.35rem) clamp(1.1rem,2.2vw,1.55rem)!important;}
.hero-intro-card p{font-size:clamp(1rem,1.1vw,1.06rem)!important;line-height:1.68!important;}
.hero-truth{margin-top:.72rem!important;padding-top:.72rem!important;border-top:1px solid rgba(139,79,98,.13);}
.hero-truth strong{background:linear-gradient(180deg,transparent 60%,rgba(216,178,153,.44) 60%);font-weight:800;color:var(--ink);box-decoration-break:clone;-webkit-box-decoration-break:clone;}
@media (max-width:720px){.hero-copy h1{max-width:11.5ch!important;}}

/* Revision 19: restore Revision 13 hero hierarchy and clean energy signature caption */
.hero-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;padding-block:0!important;}
.hero-welcome,.hero-truth{display:none!important;}
.hero-copy h1{font-size:clamp(3rem,7vw,6.4rem)!important;line-height:.96!important;letter-spacing:-.065em!important;max-width:9.2ch!important;margin:.55rem 0 1.15rem!important;color:var(--ink)!important;}
.hero-copy h1 span[lang="en"]{background:none!important;box-decoration-break:initial!important;-webkit-box-decoration-break:initial!important;}
.hero-intro-card{margin-top:0!important;padding:clamp(1.05rem,2.2vw,1.45rem)!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(255,250,247,.92),rgba(248,235,229,.72))!important;border:1px solid rgba(139,79,98,.10)!important;box-shadow:0 14px 34px rgba(104,64,74,.07)!important;max-width:58ch!important;}
.hero-intro-card p{margin:0!important;font-size:clamp(1rem,1.15vw,1.08rem)!important;line-height:1.68!important;color:var(--muted)!important;}
.hero-intro-card p+p{margin-top:.72rem!important;}
.hero-intro-card strong{color:var(--ink)!important;background:linear-gradient(180deg,transparent 62%,rgba(216,178,153,.38) 62%);box-decoration-break:clone;-webkit-box-decoration-break:clone;}
.cta-row{margin-top:1.15rem!important;}
.hero-art{overflow:visible!important;align-self:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:.95rem!important;padding-block:.5rem!important;}
.energy-orb{width:min(100%,410px)!important;max-width:410px!important;margin-inline:auto!important;border-radius:50%!important;overflow:hidden!important;box-shadow:0 0 0 10px rgba(255,248,243,.9),0 0 0 18px rgba(216,178,153,.18),0 22px 50px rgba(104,64,74,.14)!important;}
.energy-caption{position:static!important;width:min(100%,390px)!important;margin:0 auto!important;padding:.85rem 1.1rem!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;overflow:visible!important;}
.energy-caption .mini-label{margin:0 0 .35rem!important;font-size:.68rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--terracotta)!important;font-weight:800!important;}
.energy-caption p:not(.mini-label){margin:0!important;font-size:.96rem!important;line-height:1.5!important;color:var(--muted)!important;font-style:italic!important;}
@media (max-width:900px){.hero-copy h1{max-width:11ch!important}.energy-orb{width:min(100%,340px)!important}.hero-intro-card{max-width:none!important}}


/* Revision 20: targeted typography/contact cleanup */
/* Remove the accidental drop-cap treatment in Meet Dishen. It made the opening D look like a design error. */
.meet-letter p:first-child::first-letter{
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  color:inherit!important;
  float:none!important;
  padding:0!important;
}
/* Keep long profile copy calm and readable; body copy should stay sans-serif, not decorative. */
.meet-letter p{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1rem!important;
  line-height:1.72!important;
  letter-spacing:0!important;
}
/* Chinese text renders more naturally with common Chinese system fonts instead of forcing an English-first look. */
:lang(zh-Hans){
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Inter,ui-sans-serif,system-ui,sans-serif;
  letter-spacing:0!important;
}
/* The energy signature note should read like a quiet caption, not a faux-poetic quote. */
.energy-caption{
  width:min(100%,410px)!important;
  padding:.78rem .9rem!important;
}
.energy-caption p:not(.mini-label){
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:.92rem!important;
  line-height:1.48!important;
  font-style:normal!important;
  color:color-mix(in srgb,var(--muted) 92%, var(--ink) 8%)!important;
}
/* Tighten button copy and make the contact card feel aligned with the rest of the site. */
.contact-actions .button{
  min-width:148px;
}
.connect-card .button.secondary{
  background:rgba(255,250,247,.9)!important;
  color:var(--plum)!important;
  border:1px solid rgba(139,79,98,.22)!important;
}
.chat-popover .button.primary{
  min-width:132px;
}


/* Revision 21: Journey card and footer spacing cleanup */
.journey-grid-three{align-items:stretch!important;gap:clamp(16px,2.2vw,22px)!important;}
.journey-grid-three .journey-card{padding:clamp(1.45rem,2.8vw,2rem)!important;gap:.35rem;}
.journey-grid-three .journey-card>p:not(.mini-label):not(.soft-note){margin:.45rem 0 0!important;line-height:1.62;}
.journey-grid-three .soft-note{margin-top:.75rem!important;padding:.85rem .95rem!important;border-radius:16px!important;line-height:1.55;}
.journey-grid-three .text-link{margin-top:auto!important;padding-top:.85rem;}
.site-footer{padding-bottom:clamp(4.8rem,8vw,5.8rem)!important;}
@media (max-width:820px){.site-footer{padding-bottom:5.8rem!important;}}


/* Revision 22: proofreading / typography cleanup only */
.meet-letter p:first-child::first-letter{font-size:inherit!important;float:none!important;padding:0!important;color:inherit!important;font-family:inherit!important;}
.meet-letter p,.journey-card p,.library-card p,.investment-copy p,.contact-card p{line-height:1.68;}
.journey-card .soft-note{margin-top:.72rem!important;padding-top:.78rem!important;}
.energy-caption p:not(.mini-label){font-style:normal!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
body.lang-zh [lang="zh-Hans"]{font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Inter,ui-sans-serif,system-ui,sans-serif;}


/* Revision 24: LinkedIn link in connect section */
.connect-links{display:grid;gap:.38rem;margin-top:.45rem;}
.connect-links .text-link{margin-top:0!important;}
@media (max-width:720px){.connect-links{gap:.5rem;}}


/* Revision 26: cleaner hero intro bubble and balanced testimonial columns */
/* The previous intro card was too pale, so the border/shadow read as smudgy against the cream background.
   This version uses a cleaner ivory surface, a stronger clay accent, and a clearer inner hierarchy. */
.hero-intro-card{
  position:relative!important;
  background:linear-gradient(135deg,#fffaf6 0%,#f7e7dd 100%)!important;
  border:0!important;
  border-left:6px solid rgba(194,124,86,.82)!important;
  box-shadow:0 18px 44px rgba(104,64,74,.10)!important;
  padding:clamp(1.1rem,2.2vw,1.5rem) clamp(1.15rem,2.5vw,1.75rem)!important;
  border-radius:26px!important;
}
.hero-intro-card::after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width:42px;
  height:42px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(194,124,86,.18),rgba(194,124,86,0) 68%);
  pointer-events:none;
}
.hero-intro-card p:first-child{
  color:var(--ink)!important;
  font-size:clamp(1.03rem,1.18vw,1.12rem)!important;
  line-height:1.55!important;
}
.hero-intro-card p:first-child strong{
  display:inline!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1em!important;
  font-weight:820!important;
  background:linear-gradient(180deg,transparent 62%,rgba(216,178,153,.45) 62%)!important;
}
.hero-intro-card p + p{
  margin-top:.55rem!important;
  color:color-mix(in srgb,var(--muted) 86%,var(--ink) 14%)!important;
  font-size:clamp(.98rem,1.04vw,1.04rem)!important;
  line-height:1.62!important;
}
/* Replace row-based testimonial grid with two true columns so shorter cards do not create awkward blank row gaps. */
.reflections-columns{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.reflection-column{
  display:grid;
  gap:18px;
  align-content:start;
}
.reflection-column .reflection-card{
  width:100%;
}
@media (max-width:820px){
  .reflections-columns{grid-template-columns:1fr!important;}
  .reflection-column{gap:16px;}
}


/* Revision 27: hero intro + journey balance cleanup */
/* Remove the decorative red splotch. It was the ::after pseudo-element on the intro card and read like a stain beside the word "safe". */
.hero-intro-card::after{
  display:none!important;
  content:none!important;
}
/* Make the hero intro visually different from The Essence: simpler, cleaner, no bubble/flair overlap. */
.hero-intro-card{
  background:#fffaf6!important;
  border:1px solid rgba(139,79,98,.12)!important;
  border-left:0!important;
  box-shadow:0 14px 34px rgba(104,64,74,.08)!important;
  border-radius:22px!important;
  padding:clamp(1.05rem,2vw,1.35rem) clamp(1.15rem,2.4vw,1.55rem)!important;
  position:relative!important;
}
.hero-intro-card::before{
  content:"";
  display:block;
  width:72px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(139,79,98,.78),rgba(194,124,86,.62),rgba(216,178,153,.72));
  margin-bottom:.85rem;
}
.hero-intro-card p,
.hero-intro-card p:first-child,
.hero-intro-card p + p{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(1rem,1.08vw,1.06rem)!important;
  line-height:1.66!important;
  color:color-mix(in srgb,var(--muted) 82%,var(--ink) 18%)!important;
  margin:0!important;
}
.hero-intro-card p + p{
  margin-top:.55rem!important;
}
.hero-intro-card strong,
.hero-intro-card p:first-child strong{
  font-family:inherit!important;
  font-size:1em!important;
  font-weight:820!important;
  color:var(--ink)!important;
  background:linear-gradient(180deg,transparent 64%,rgba(216,178,153,.36) 64%)!important;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

/* Make the three Journey bubbles feel intentionally equal, not one tall card and two short ones. */
.journey-grid-three{
  grid-auto-rows:1fr!important;
  align-items:stretch!important;
}
.journey-grid-three .journey-card{
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:clamp(1.55rem,2.6vw,2.05rem)!important;
}
.journey-grid-three .journey-card h3{
  min-height:3.2em!important;
  display:flex!important;
  align-items:flex-start!important;
  margin-bottom:.35rem!important;
}
.journey-grid-three .journey-card>p:not(.mini-label):not(.soft-note){
  margin:.35rem 0 0!important;
  line-height:1.58!important;
}
.journey-grid-three .journey-card .soft-note{
  margin-top:.8rem!important;
  padding:.9rem .95rem!important;
  line-height:1.5!important;
  min-height:6.2rem!important;
  display:flex!important;
  align-items:flex-start!important;
}
.journey-grid-three .journey-card .text-link{
  margin-top:auto!important;
  padding-top:.85rem!important;
}
@media (max-width:980px){
  .journey-grid-three .journey-card{min-height:auto!important;}
  .journey-grid-three .journey-card h3,
  .journey-grid-three .journey-card .soft-note{min-height:0!important;}
}


/* Revision 29: remove built-in chat UI. Real GoDaddy chat widget can be added separately. */
.floating-chat,
.chat-popover,
.chat-trigger,
[data-chat-open]{
  display:none!important;
}

/* Revision 31: mobile formatting pass across all sections */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img,
  svg,
  video {
    max-width: 100%;
    height: auto;
  }

  .container,
  .section-shell,
  .section-inner,
  .hero-shell,
  .hero-wrap,
  .content-shell {
    width: min(100% - 32px, 1120px);
    margin-left: auto;
    margin-right: auto;
  }

  section,
  .section,
  .site-section,
  .hero,
  .essence,
  .journey,
  .meet,
  .library,
  .reflections,
  .contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid,
  .hero-layout,
  .essence-grid,
  .essence-layout,
  .journey-grid,
  .meet-grid,
  .library-grid,
  .cosmic-grid,
  .reflections-grid,
  .reflections-columns,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  h1,
  .hero-title {
    font-size: clamp(2.35rem, 13vw, 4.15rem) !important;
    line-height: .92 !important;
    letter-spacing: -0.06em !important;
  }

  h2,
  .section-title {
    font-size: clamp(2rem, 10vw, 3.1rem) !important;
    line-height: .98 !important;
    letter-spacing: -0.045em !important;
  }

  h3 {
    font-size: clamp(1.1rem, 5.5vw, 1.45rem);
    line-height: 1.15;
  }

  p,
  li {
    font-size: 1rem;
    line-height: 1.66;
  }

  .eyebrow,
  .kicker,
  .section-kicker {
    letter-spacing: .14em;
  }

  .nav,
  .navbar,
  .site-nav,
  header {
    max-width: 100%;
  }

  .nav-links,
  .site-nav-links {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .hero-intro-card,
  .essence-card,
  .essence-panel,
  .essence-copy,
  .journey-card,
  .meet-card,
  .library-card,
  .cosmic-card,
  .reflection-card,
  .contact-card,
  .before-book-card,
  .soft-note,
  .pullquote,
  blockquote {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 22px !important;
    border-radius: 24px;
  }

  .hero-intro-card p,
  .essence-card p,
  .essence-panel p,
  .essence-copy p,
  .meet-card p,
  .library-card p,
  .cosmic-card p,
  .reflection-card p,
  .contact-card p {
    margin-top: 0;
    margin-bottom: 0.9rem;
  }

  .hero-intro-card p:last-child,
  .essence-card p:last-child,
  .essence-panel p:last-child,
  .essence-copy p:last-child,
  .meet-card p:last-child,
  .library-card p:last-child,
  .cosmic-card p:last-child,
  .reflection-card p:last-child,
  .contact-card p:last-child {
    margin-bottom: 0;
  }

  /* Essence specifically: cleaner stacking and spacing on phones. */
  .essence {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .essence .section-title,
  .essence h2 {
    margin-bottom: 16px !important;
  }

  .essence-grid,
  .essence-layout {
    align-items: stretch !important;
  }

  .essence-card,
  .essence-panel,
  .essence-copy {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .essence .pullquote,
  .essence blockquote {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    font-size: 1.06rem !important;
    line-height: 1.52 !important;
  }

  .journey-card,
  .journey-card h3,
  .journey-card .soft-note {
    min-height: 0 !important;
  }

  .meet img,
  .meet-card img,
  .portrait,
  .profile-photo {
    width: 100%;
    max-height: none;
    object-fit: cover;
  }

  .energy-card,
  .signature-card,
  .energy-signature-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .energy-signature,
  .energy-signature-round,
  .signature-orb {
    max-width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  .button-row,
  .cta-row,
  .contact-actions,
  .link-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .button,
  .btn,
  .contact-actions a,
  .link-row a {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .reflections-columns {
    column-count: 1 !important;
    column-gap: 0 !important;
  }

  .reflection-card {
    break-inside: avoid;
    margin-bottom: 16px;
  }

  footer,
  .site-footer {
    padding-bottom: 88px !important;
  }
}

@media (max-width: 430px) {
  .container,
  .section-shell,
  .section-inner,
  .hero-shell,
  .hero-wrap,
  .content-shell {
    width: min(100% - 24px, 1120px);
  }

  .hero-intro-card,
  .essence-card,
  .essence-panel,
  .essence-copy,
  .journey-card,
  .meet-card,
  .library-card,
  .cosmic-card,
  .reflection-card,
  .contact-card,
  .before-book-card,
  .soft-note,
  .pullquote,
  blockquote {
    padding: 18px !important;
    border-radius: 20px;
  }

  h1,
  .hero-title {
    font-size: clamp(2.05rem, 12.5vw, 3.45rem) !important;
  }

  h2,
  .section-title {
    font-size: clamp(1.85rem, 9.5vw, 2.55rem) !important;
  }

  p,
  li {
    font-size: .98rem;
  }
}

/* Revision 33: tighter Essence mobile + final mobile overflow check */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-wrap {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  .hero-shell,
  .hero-wrap,
  .section-inner,
  .content-shell,
  .container {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  /* Essence was reading too tall/narrow on phones: widen the usable text area and reduce vertical stretch. */
  #essence.section-wrap {
    width: calc(100% - 16px) !important;
  }

  #essence .section-heading {
    width: calc(100% - 8px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #essence .section-heading h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.45rem) !important;
    line-height: 1.02 !important;
    max-width: 11.5em !important;
    margin-bottom: 12px !important;
  }

  #essence .essence-panel {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  #essence .essence-copy {
    width: 100% !important;
    max-width: none !important;
    padding: 18px 16px 16px 20px !important;
  }

  #essence .essence-copy p {
    max-width: none !important;
    font-size: .94rem !important;
    line-height: 1.48 !important;
    letter-spacing: -0.003em !important;
    margin: 0 !important;
  }

  #essence .essence-copy p + p {
    margin-top: .68rem !important;
  }

  #essence .essence-pullquote {
    width: 100% !important;
    max-width: none !important;
    padding: 14px 16px 16px 20px !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(139,79,98,.10) !important;
  }

  #essence .essence-pullquote p {
    font-size: .98rem !important;
    line-height: 1.42 !important;
    max-width: none !important;
  }

  #essence .pullquote-mark {
    margin-bottom: 4px !important;
  }

  .hero-intro-card,
  .journey-card,
  .meet-card,
  .library-card,
  .cosmic-card,
  .reflection-card,
  .contact-card,
  .before-book-card {
    max-width: 100% !important;
  }

  .journey-grid-three,
  .library-grid,
  .cosmic-grid,
  .reflections-columns,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .reflections-columns {
    column-count: 1 !important;
  }

  .button,
  .btn,
  .contact-actions a,
  .link-row a {
    white-space: normal !important;
  }
}

@media (max-width: 430px) {
  .section-wrap {
    width: calc(100% - 20px) !important;
  }

  #essence.section-wrap {
    width: calc(100% - 12px) !important;
  }

  #essence .essence-copy {
    padding: 16px 13px 14px 17px !important;
  }

  #essence .essence-copy p {
    font-size: .91rem !important;
    line-height: 1.43 !important;
  }

  #essence .essence-copy p + p {
    margin-top: .58rem !important;
  }

  #essence .essence-pullquote {
    padding: 13px 13px 14px 17px !important;
  }

  #essence .essence-pullquote p {
    font-size: .94rem !important;
    line-height: 1.38 !important;
  }
}

/* Revision 34: contact message button */
.btn-message {
  background: #F7EFE8 !important;
  color: #8B4F62 !important;
  border: 1px solid rgba(139, 79, 98, .28) !important;
  box-shadow: none !important;
}

.btn-message:hover,
.btn-message:focus {
  background: #F1E2DB !important;
  color: #713C4F !important;
  border-color: rgba(139, 79, 98, .45) !important;
}

.contact-actions .btn-message,
.cta-row .btn-message,
.button-row .btn-message {
  margin-top: 8px;
}

/* Revision 35: force contact buttons */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-actions .quick-message,
.button.quick-message {
  background: #F7EFE8 !important;
  color: #8B4F62 !important;
  border: 1px solid rgba(139, 79, 98, .32) !important;
  box-shadow: none !important;
}

.contact-actions .quick-message:hover,
.contact-actions .quick-message:focus,
.button.quick-message:hover,
.button.quick-message:focus {
  background: #F1E2DB !important;
  color: #713C4F !important;
  border-color: rgba(139, 79, 98, .50) !important;
}

@media (max-width: 760px) {
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-actions .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Revision 42: balanced contact palette */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Email: keep as the main clear action, but slightly softer than the chat widget. */
.contact-actions .button.primary[href^="mailto:"],
.contact-actions a.button[href^="mailto:"] {
  background: #8B4F62 !important;
  color: #FFFFFF !important;
  border: 1px solid #8B4F62 !important;
  box-shadow: 0 14px 28px rgba(139, 79, 98, .18) !important;
}

.contact-actions .button.primary[href^="mailto:"]:hover,
.contact-actions a.button[href^="mailto:"]:hover,
.contact-actions .button.primary[href^="mailto:"]:focus,
.contact-actions a.button[href^="mailto:"]:focus {
  background: #713C4F !important;
  color: #FFFFFF !important;
  border-color: #713C4F !important;
}

/* Message: secondary, distinct, still warm and readable. */
.contact-actions .quick-message,
.button.quick-message,
a.quick-message {
  background: #FBF3EE !important;
  color: #7A4558 !important;
  border: 1.5px solid rgba(139, 79, 98, .42) !important;
  box-shadow: 0 10px 22px rgba(139, 79, 98, .10) !important;
}

.contact-actions .quick-message:hover,
.contact-actions .quick-message:focus,
.button.quick-message:hover,
.button.quick-message:focus,
a.quick-message:hover,
a.quick-message:focus {
  background: #F3E2DA !important;
  color: #643547 !important;
  border-color: rgba(139, 79, 98, .62) !important;
}

/* Bottom contact supporting text: coordinated, readable, not fighting the buttons. */
.contact-card .contact-note,
.contact-card .fine-print,
.contact-card small,
.contact-card .meta,
.contact-card p:last-child,
.contact .contact-note,
.contact .fine-print {
  color: #7C625C !important;
}

.contact-card a:not(.button),
.contact a:not(.button) {
  color: #8B4F62 !important;
  text-decoration-color: rgba(139, 79, 98, .35) !important;
}

@media (max-width: 760px) {
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-actions .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Revision 43: mobile hero opening lines */
@media (max-width: 760px) {
  /* Top service/kicker line: prevent clipping and let it wrap cleanly. */
  .hero .eyebrow,
  .hero .kicker,
  .hero .section-kicker,
  .hero-eyebrow,
  .hero-kicker {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: 100% !important;
    line-height: 1.45 !important;
    letter-spacing: .075em !important;
    font-size: .72rem !important;
    word-spacing: .08em !important;
  }

  /* Main welcome line: reduce the giant desktop treatment on mobile so it reads cleanly. */
  .hero h1,
  .hero-title {
    font-size: clamp(2.15rem, 10.8vw, 3.25rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    max-width: 9.5em !important;
    overflow: visible !important;
    text-wrap: balance;
  }
}

@media (max-width: 430px) {
  .hero .eyebrow,
  .hero .kicker,
  .hero .section-kicker,
  .hero-eyebrow,
  .hero-kicker {
    font-size: .66rem !important;
    line-height: 1.5 !important;
    letter-spacing: .055em !important;
  }

  .hero h1,
  .hero-title {
    font-size: clamp(1.95rem, 10.2vw, 2.75rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
    max-width: 9.75em !important;
  }
}

/* Revision 44: bio and layout spacing check */
.meet-panel.meet-letter p {
  margin-top: 0;
  margin-bottom: 0;
}

.meet-panel.meet-letter p + p {
  margin-top: .95rem;
}

.meet-panel.meet-letter .meet-actions {
  margin-top: 1.15rem;
}

/* Keep existing bubbles/cards balanced without changing their overall design. */
.journey-card,
.library-card,
.cosmic-card,
.reflection-card {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .meet-panel.meet-letter p {
    font-size: .98rem;
    line-height: 1.58;
  }

  .meet-panel.meet-letter p + p {
    margin-top: .85rem;
  }

  .meet-panel.meet-letter .meet-actions {
    margin-top: 1rem;
  }

  .journey-card,
  .library-card,
  .cosmic-card,
  .reflection-card {
    min-height: 0 !important;
  }
}

/* Revision 45: spacing refinement pass */

/* Dishen title was sitting too close to the bio card. */
.meet-copy h2 {
  margin-bottom: 1.35rem !important;
}

.meet-copy .eyebrow {
  margin-bottom: .45rem !important;
}

.meet-panel.meet-letter {
  margin-top: .15rem !important;
}

/* Give major section headings a little more breathing room before their content. */
.section-heading,
.library-section .section-heading,
.reflections-section .section-heading,
.contact-section .section-heading {
  margin-bottom: 1.35rem !important;
}

/* Keep cards/bubbles feeling intentional without stretching text awkwardly. */
.journey-grid-three,
.library-grid,
.cosmic-grid,
.reflections-columns,
.contact-grid {
  row-gap: 1.35rem !important;
}

.journey-card,
.library-card,
.cosmic-card,
.reflection-card,
.contact-card {
  overflow-wrap: break-word;
}

/* Slightly improve text rhythm in dense cards while preserving layout. */
.journey-card p,
.library-card p,
.cosmic-card p,
.reflection-card p {
  line-height: 1.58;
}

.journey-card p + p,
.library-card p + p,
.cosmic-card p + p,
.reflection-card p + p {
  margin-top: .7rem;
}

/* Contact buttons/text spacing at the bottom. */
.contact-actions {
  margin-top: 1rem !important;
  margin-bottom: .85rem !important;
}

.contact-card p + .contact-actions,
.contact-panel p + .contact-actions {
  margin-top: 1.15rem !important;
}

@media (max-width: 760px) {
  .meet-copy h2 {
    margin-bottom: 1.05rem !important;
  }

  .meet-copy .eyebrow {
    margin-bottom: .35rem !important;
  }

  .meet-panel.meet-letter {
    margin-top: 0 !important;
  }

  .section-heading,
  .library-section .section-heading,
  .reflections-section .section-heading,
  .contact-section .section-heading {
    margin-bottom: 1.05rem !important;
  }

  .journey-grid-three,
  .library-grid,
  .cosmic-grid,
  .reflections-columns,
  .contact-grid {
    row-gap: 1rem !important;
  }

  .journey-card p,
  .library-card p,
  .cosmic-card p,
  .reflection-card p {
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .meet-copy h2 {
    margin-bottom: .95rem !important;
  }

  .section-heading {
    margin-bottom: .95rem !important;
  }
}

/* Revision 47: Healing Circle page and anchor offset */

/* Prevent fixed/sticky navigation from cutting off section titles when anchor links are clicked. */
html {
  scroll-padding-top: 112px;
}

.section-wrap,
section[id] {
  scroll-margin-top: 112px;
}

.healing-circle-preview,
.healing-circle-section {
  padding-top: clamp(72px, 9vw, 110px);
  padding-bottom: clamp(72px, 9vw, 110px);
}

.healing-circle-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.healing-circle-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}

.healer-card {
  background: rgba(255, 250, 246, .86);
  border: 1px solid rgba(139, 79, 98, .14);
  border-radius: 30px;
  box-shadow: 0 22px 48px rgba(84, 52, 44, .09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.healer-photo-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #F7EFE8;
  overflow: hidden;
}

.healer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.healer-card:nth-child(1) .healer-photo {
  object-position: center 38%;
}

.healer-card:nth-child(2) .healer-photo {
  object-position: center 30%;
}

.healer-copy {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.healer-role {
  font-size: .73rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8B4F62;
  margin: 0 0 .55rem;
  font-weight: 700;
}

.healer-copy h3,
.healer-profile-copy h2 {
  margin: 0 0 .75rem;
  color: #4E2A38;
}

.healer-copy p,
.healer-profile-copy p {
  margin: 0;
  line-height: 1.58;
  color: #6D5750;
}

.healer-profile-copy p + p {
  margin-top: .85rem;
}

.healer-copy .text-link {
  margin-top: auto;
  padding-top: 1.1rem;
}

.healing-circle-more {
  margin-top: 24px;
  text-align: center;
}

.healing-circle-page .site-header,
.healing-circle-page header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.healing-circle-page-hero {
  padding-top: clamp(88px, 10vw, 132px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.healing-circle-page-hero h1 {
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: .9;
  letter-spacing: -0.065em;
  max-width: 10em;
  margin: 0 0 1rem;
  color: #4E2A38;
}

.healing-circle-full {
  display: grid;
  gap: 26px;
  padding-bottom: clamp(76px, 9vw, 116px);
}

.healer-profile-card {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  background: rgba(255, 250, 246, .88);
  border: 1px solid rgba(139, 79, 98, .14);
  border-radius: 34px;
  box-shadow: 0 24px 54px rgba(84, 52, 44, .09);
  overflow: hidden;
}

.healer-profile-photo {
  min-height: 100%;
  background: #F7EFE8;
  overflow: hidden;
}

.healer-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}

.healer-profile-card:nth-child(1) .healer-profile-photo img {
  object-position: center 34%;
}

.healer-profile-card:nth-child(2) .healer-profile-photo img {
  object-position: center 38%;
}

.healer-profile-card:nth-child(3) .healer-profile-photo img {
  object-position: center 30%;
}

.healer-profile-copy {
  padding: clamp(26px, 4vw, 44px);
}

.healer-profile-copy .text-link {
  display: inline-flex;
  margin-top: 1.15rem;
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 96px;
  }

  .section-wrap,
  section[id] {
    scroll-margin-top: 96px;
  }

  .healing-circle-grid.compact {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .healer-card {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  }

  .healer-photo-wrap {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .healer-profile-card {
    grid-template-columns: 1fr;
  }

  .healer-profile-photo img {
    min-height: 0;
    max-height: 520px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 86px;
  }

  .section-wrap,
  section[id] {
    scroll-margin-top: 86px;
  }

  .healing-circle-preview {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .healing-circle-grid.compact {
    gap: 16px;
    max-width: none;
  }

  .healer-card {
    display: flex;
    border-radius: 24px;
  }

  .healer-photo-wrap {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .healer-copy {
    padding: 20px 18px 22px;
  }

  .healer-role {
    font-size: .66rem;
    letter-spacing: .11em;
  }

  .healer-copy h3 {
    margin-bottom: .55rem;
  }

  .healer-copy p,
  .healer-profile-copy p {
    font-size: .96rem;
    line-height: 1.54;
  }

  .healing-circle-page-hero {
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .healing-circle-page-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.7rem);
    line-height: .98;
    letter-spacing: -0.045em;
  }

  .healing-circle-full {
    gap: 18px;
    padding-bottom: 70px;
  }

  .healer-profile-card {
    border-radius: 26px;
  }

  .healer-profile-photo img {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .healer-profile-copy {
    padding: 22px 18px 24px;
  }
}

@media (max-width: 430px) {
  html {
    scroll-padding-top: 80px;
  }

  .section-wrap,
  section[id] {
    scroll-margin-top: 80px;
  }

  .healer-photo-wrap,
  .healer-profile-photo img {
    aspect-ratio: 1 / .78;
  }

  .healer-copy,
  .healer-profile-copy {
    padding: 18px 16px 20px;
  }
}

/* Revision 48: organization-focused Healing Circle */
.healing-circle-organizations {
  display: grid;
  gap: 30px;
  padding-bottom: clamp(76px, 9vw, 116px);
}

.organization-card {
  display: grid;
  grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr);
  gap: 0;
  background: rgba(255, 250, 246, .9);
  border: 1px solid rgba(139, 79, 98, .14);
  border-radius: 36px;
  box-shadow: 0 24px 56px rgba(84, 52, 44, .09);
  overflow: hidden;
}

.organization-card.reverse {
  grid-template-columns: minmax(0, 1.26fr) minmax(260px, .74fr);
}

.organization-card.reverse .organization-media {
  order: 2;
}

.organization-card.reverse .organization-copy {
  order: 1;
}

.organization-media {
  background: #F7EFE8;
  min-height: 100%;
  overflow: hidden;
}

.organization-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.organization-card:nth-child(1) .organization-media img {
  object-position: center 38%;
}

.organization-card:nth-child(2) .organization-media img {
  object-position: center 30%;
}

.organization-copy {
  padding: clamp(28px, 4.4vw, 48px);
}

.organization-copy h2 {
  margin: 0 0 1rem;
  color: #4E2A38;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: .98;
  letter-spacing: -0.045em;
}

.organization-copy > p {
  margin: 0;
  color: #6D5750;
  line-height: 1.6;
  max-width: 64ch;
}

.service-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.25rem 0 1.35rem;
}

.service-cloud span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(139, 79, 98, .18);
  background: #FBF3EE;
  color: #7A4558;
  border-radius: 999px;
  padding: .48rem .72rem;
  font-size: .82rem;
  line-height: 1.15;
  font-weight: 650;
}

.team-strip {
  background: rgba(247, 239, 232, .62);
  border: 1px solid rgba(139, 79, 98, .11);
  border-radius: 24px;
  padding: 18px;
  margin-top: 1.2rem;
}

.team-strip h3 {
  margin: 0 0 .85rem;
  color: #8B4F62;
  font-size: .92rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.team-list {
  display: grid;
  gap: 14px;
}

.team-list strong {
  display: block;
  color: #4E2A38;
  margin-bottom: .28rem;
}

.team-list p {
  margin: 0;
  color: #6D5750;
  line-height: 1.5;
  font-size: .96rem;
}

.organization-link {
  margin-top: 1.35rem;
}

@media (max-width: 980px) {
  .organization-card,
  .organization-card.reverse {
    grid-template-columns: 1fr;
  }

  .organization-card.reverse .organization-media,
  .organization-card.reverse .organization-copy {
    order: initial;
  }

  .organization-media img {
    min-height: 0;
    max-height: 520px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 760px) {
  .healing-circle-organizations {
    gap: 20px;
    padding-bottom: 70px;
  }

  .organization-card {
    border-radius: 26px;
  }

  .organization-media img {
    aspect-ratio: 16 / 11;
  }

  .organization-copy {
    padding: 22px 18px 24px;
  }

  .organization-copy h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
    line-height: 1.03;
  }

  .organization-copy > p {
    font-size: .96rem;
    line-height: 1.55;
  }

  .service-cloud {
    gap: 7px;
    margin: 1rem 0 1.1rem;
  }

  .service-cloud span {
    font-size: .76rem;
    padding: .42rem .62rem;
  }

  .team-strip {
    padding: 16px;
    border-radius: 20px;
  }

  .team-list {
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .organization-media img {
    aspect-ratio: 1 / .78;
  }

  .organization-copy {
    padding: 18px 16px 20px;
  }
}

/* Revision 49: Healing Circle contact and trusted partner wording */
.healing-circle-contact,
.centerline-contact-card {
  background: rgba(255, 250, 246, .84);
  border: 1px solid rgba(139, 79, 98, .13);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(84, 52, 44, .075);
}

.healing-circle-contact {
  max-width: 920px;
  margin: 18px auto 0;
  padding: 22px 24px;
  text-align: center;
}

.healing-circle-contact p,
.centerline-contact-card p {
  margin: 0;
  color: #6D5750;
  line-height: 1.55;
}

.mini-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.healing-circle-contact .mini-contact-actions {
  justify-content: center;
}

.mini-contact-actions .button {
  min-width: 0;
  white-space: normal;
}

.centerline-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 3.2vw, 34px);
}

.centerline-contact-card h2 {
  margin: 0 0 .7rem;
  color: #4E2A38;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.centerline-contact-card .mini-contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.healing-circle-centerline-contact {
  padding-bottom: 24px;
}

@media (max-width: 760px) {
  .healing-circle-contact {
    margin-top: 16px;
    padding: 18px 16px;
    border-radius: 22px;
  }

  .centerline-contact-card {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 24px;
  }

  .centerline-contact-card .mini-contact-actions,
  .mini-contact-actions {
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
  }

  .mini-contact-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Revision 50: partner contact links */
.organization-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.35rem;
  align-items: center;
}

.organization-actions .organization-link {
  margin-top: 0 !important;
}

.organization-actions .muted,
.mini-contact-actions .button.secondary[href^="mailto:"],
.mini-contact-actions .button.secondary[href*="ferncreek.co/contact"] {
  background: #FBF3EE !important;
  color: #7A4558 !important;
  border: 1px solid rgba(139,79,98,.28) !important;
  box-shadow: none !important;
}

.organization-actions .muted:hover,
.organization-actions .muted:focus,
.mini-contact-actions .button.secondary[href^="mailto:"]:hover,
.mini-contact-actions .button.secondary[href*="ferncreek.co/contact"]:hover {
  background: #F3E2DA !important;
  color: #643547 !important;
  border-color: rgba(139,79,98,.48) !important;
}

@media (max-width: 760px) {
  .organization-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .organization-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Revision 51: rebuilt Healing Circle contacts */
.partner-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 .55rem !important;
  padding: .34rem .6rem;
  border-radius: 999px;
  background: rgba(139, 79, 98, .10);
  color: #8B4F62 !important;
  font-size: .68rem !important;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.partner-preview-card .healer-copy {
  gap: 0;
}

.partner-preview-card .healer-copy > p:last-of-type {
  margin-bottom: 0;
}

.partner-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 1rem;
}

.partner-card-actions .button {
  margin: 0 !important;
}

.partner-contact-button {
  background: #FBF3EE !important;
  color: #7A4558 !important;
  border: 1px solid rgba(139, 79, 98, .28) !important;
  box-shadow: none !important;
}

.partner-contact-button:hover,
.partner-contact-button:focus {
  background: #F3E2DA !important;
  color: #643547 !important;
  border-color: rgba(139, 79, 98, .48) !important;
}

.partner-contact-panel {
  display: grid;
  grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: center;
  margin-top: 1.35rem;
  padding: 18px;
  border: 1px solid rgba(139, 79, 98, .13);
  border-radius: 22px;
  background: rgba(247, 239, 232, .58);
}

.partner-contact-heading {
  display: grid;
  gap: .3rem;
}

.partner-contact-heading strong {
  color: #4E2A38;
}

.partner-contact-heading > span {
  color: #7C625C;
  font-size: .86rem;
  line-height: 1.4;
}

.partner-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.partner-contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .55rem .72rem;
  border-radius: 999px;
  background: #FFF9F5;
  border: 1px solid rgba(139, 79, 98, .20);
  color: #7A4558;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.2;
}

.partner-contact-links a:hover,
.partner-contact-links a:focus {
  background: #F3E2DA;
  border-color: rgba(139, 79, 98, .42);
  color: #643547;
}

@media (max-width: 760px) {
  .partner-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .partner-card-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .partner-contact-panel {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 16px;
    border-radius: 19px;
  }

  .partner-contact-links {
    justify-content: flex-start;
  }

  .partner-contact-links a {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
  }
}

/* Revision 52: consolidated homepage Healing Circle */
.trusted-partners-section {
  padding-top: clamp(74px, 9vw, 112px);
  padding-bottom: clamp(74px, 9vw, 112px);
}

.trusted-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.trusted-partner-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 36px);
  border: 1px solid rgba(139, 79, 98, .14);
  border-radius: 32px;
  background: rgba(255, 250, 246, .9);
  box-shadow: 0 22px 50px rgba(84, 52, 44, .085);
  overflow: hidden;
}

.trusted-partner-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, rgba(139,79,98,.85), rgba(194,145,121,.55));
}

.ferncreek-card::before {
  background: linear-gradient(90deg, rgba(82,112,110,.78), rgba(139,79,98,.45));
}

.trusted-partner-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  margin-bottom: .8rem;
}

.trusted-label,
.trusted-location {
  margin: 0;
}

.trusted-label {
  color: #8B4F62;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.trusted-location {
  color: #8A716A;
  font-size: .78rem;
  line-height: 1.35;
  text-align: right;
}

.trusted-partner-card h3 {
  margin: 0 0 .85rem;
  color: #4E2A38;
  font-size: clamp(1.85rem, 3.5vw, 2.9rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.trusted-summary {
  margin: 0;
  color: #66524C;
  font-size: 1rem;
  line-height: 1.6;
}

.trusted-details {
  display: grid;
  gap: 16px;
  margin-top: 1.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(139, 79, 98, .13);
}

.trusted-details h4 {
  margin: 0 0 .42rem;
  color: #8B4F62;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.trusted-details p {
  margin: 0;
  color: #6D5750;
  font-size: .94rem;
  line-height: 1.55;
}

.trusted-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: auto;
  padding-top: 1.35rem;
}

.trusted-links a {
  color: #7A4558;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(122, 69, 88, .28);
}

.trusted-links a:hover,
.trusted-links a:focus {
  color: #5F3444;
  border-bottom-color: rgba(95, 52, 68, .58);
}

@media (max-width: 980px) {
  .trusted-partners-grid {
    grid-template-columns: 1fr;
  }

  .trusted-partner-card {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .trusted-partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trusted-partners-grid {
    gap: 16px;
  }

  .trusted-partner-card {
    padding: 21px 18px 22px;
    border-radius: 24px;
  }

  .trusted-partner-topline {
    display: block;
    margin-bottom: .7rem;
  }

  .trusted-location {
    margin-top: .3rem;
    text-align: left;
  }

  .trusted-partner-card h3 {
    font-size: clamp(1.8rem, 8.6vw, 2.55rem);
    margin-bottom: .7rem;
  }

  .trusted-summary {
    font-size: .96rem;
    line-height: 1.55;
  }

  .trusted-details {
    gap: 14px;
    margin-top: 1.05rem;
    padding-top: 1rem;
  }

  .trusted-details p {
    font-size: .92rem;
    line-height: 1.52;
  }

  .trusted-links {
    gap: 10px 14px;
    padding-top: 1.15rem;
  }
}

@media (max-width: 430px) {
  .trusted-partner-card {
    padding: 19px 16px 20px;
    border-radius: 22px;
  }

  .trusted-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trusted-links a {
    width: fit-content;
  }
}

/* Revision 53: quieter partner links */
.inline-profile-link {
  color: inherit;
  text-decoration-color: rgba(139, 79, 98, .34);
  text-underline-offset: .14em;
}

.inline-profile-link:hover,
.inline-profile-link:focus {
  color: #7A4558;
  text-decoration-color: rgba(122, 69, 88, .66);
}

@media (max-width: 430px) {
  .trusted-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trusted-links a {
    width: auto;
  }
}

/* Revision 56: consistent trusted partner sections */
.consistent-details {
  grid-template-rows: auto auto auto;
}

.consistent-details > div {
  min-width: 0;
}

.consistent-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.consistent-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: .58rem .7rem;
  border: 1px solid rgba(139, 79, 98, .20);
  border-radius: 999px;
  background: #FFF9F5;
  text-align: center;
  text-decoration: none;
}

.consistent-links a:hover,
.consistent-links a:focus {
  background: #F3E2DA;
  border-color: rgba(139, 79, 98, .42);
}

@media (max-width: 430px) {
  .consistent-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .consistent-links a {
    min-height: 40px;
    padding: .5rem .45rem;
    font-size: .8rem;
  }
}

/* Revision 57: consistent partner wording and actions */
.trusted-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.trusted-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .58rem .7rem;
  border: 1px solid rgba(139, 79, 98, .20);
  border-radius: 999px;
  background: #FFF9F5;
  text-align: center;
  text-decoration: none !important;
}

.trusted-links a:hover,
.trusted-links a:focus {
  background: #F3E2DA;
  border-color: rgba(139, 79, 98, .42);
}

@media (max-width: 430px) {
  .trusted-links {
    gap: 7px !important;
  }

  .trusted-links a {
    min-height: 40px;
    padding: .5rem .4rem;
    font-size: .8rem;
  }
}

/* Revision 60: upcoming breathwork feature */
.breathwork-section {
  padding-top: clamp(78px, 9vw, 114px);
  padding-bottom: clamp(74px, 8vw, 110px);
}

.breathwork-intro {
  max-width: 760px;
  margin: .65rem auto 0;
}

.breathwork-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin-top: clamp(30px, 4vw, 44px);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 32px;
  border: 1px solid rgba(139, 79, 98, .13);
  background: rgba(255, 251, 247, .92);
  box-shadow: 0 18px 42px rgba(84, 52, 44, .08);
}

.breathwork-flyer-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 24px;
  background: rgba(247, 239, 232, .68);
  border: 1px solid rgba(139, 79, 98, .10);
}

.breathwork-flyer-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(66, 41, 34, .10);
}

.breathwork-feature-copy h3 {
  margin: 0 0 .8rem;
  color: #4E2A38;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.breathwork-feature-copy > p {
  margin: 0;
  color: #6D5750;
  line-height: 1.6;
}

.breathwork-contact {
  margin-top: 1.15rem;
}

.breathwork-history-note {
  max-width: 700px;
  margin: 18px auto 0;
  color: #7C625C;
  text-align: center;
  font-size: .92rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .breathwork-feature {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .breathwork-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .breathwork-feature {
    margin-top: 24px;
    padding: 16px;
    border-radius: 24px;
    gap: 18px;
  }

  .breathwork-flyer-shell {
    padding: 10px;
    border-radius: 18px;
  }

  .breathwork-feature-copy h3 {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .breathwork-feature-copy > p {
    font-size: .96rem;
    line-height: 1.55;
  }

  .breathwork-history-note {
    margin-top: 15px;
    font-size: .88rem;
  }
}
