
:root{
  --purple:#9161ab; --purple-dark:#774f8e; --teal:#0f939e; --brown:#513125;
  --gray:#8b8b8b; --cream:#f8f5ed; --ink:#3f3631; --line:#e7e0d4;
  --serif:'Cormorant Garamond','EB Garamond',Georgia,serif;
  --sans:'Open Sans',-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--ink);background:#fff;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--purple);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--serif);color:var(--brown);font-weight:600;line-height:1.18;margin:0 0 .5em}
h1{font-size:3rem}h2{font-size:2.3rem}h3{font-size:1.6rem}h4{font-size:1.2rem}
p{margin:0 0 1rem}
ul,ol{margin:0 0 1rem;padding-left:1.25rem}
blockquote{margin:0}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}
.header-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}
.brand img{height:54px;width:auto}
.brand:hover{text-decoration:none}
.site-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.site-nav a{font-family:var(--sans);font-weight:600;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brown)}
.site-nav a.active,.site-nav a:hover{color:var(--purple);text-decoration:none}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.nav-toggle span{width:26px;height:2px;background:var(--brown);display:block;transition:.3s}

/* sections / layout */
.dsec{padding:54px 0}
.dsec-inner{max-width:1120px;margin:0 auto;padding:0 24px}
.dsec-bg{background-size:cover;background-position:center;background-repeat:no-repeat}
.dsec-img .dsec-inner{position:relative}
.dsec-dark,.dsec-dark h1,.dsec-dark h2,.dsec-dark h3,.dsec-dark h4{color:#fff}
.dsec-dark .dtext{color:#f3eee9}
.drow{display:flex;flex-wrap:wrap;gap:28px;align-items:center;margin:0 auto}
.drow + .drow{margin-top:26px}
.dcol{flex:1 1 calc(var(--w,100%) - 28px);min-width:200px}
.dcol:empty{display:none}

/* text */
.dtext{margin-bottom:0}
.dtext>*:last-child{margin-bottom:0}
.dtext span{}

/* buttons (centered throughout) */
.dbtn{display:table;background:var(--purple);color:#fff;border:2px solid var(--purple);
  padding:13px 30px;border-radius:4px;font-weight:600;font-size:.82rem;letter-spacing:.08em;
  text-transform:uppercase;transition:.25s;margin:.7rem auto;text-align:center}
.dbtn:hover{background:var(--purple-dark);border-color:var(--purple-dark);color:#fff;text-decoration:none;transform:translateY(-1px)}

/* images */
.dimg{margin:0}
.dimg img{margin:0 auto;border-radius:6px}

/* blurb */
.dblurb{display:flex;gap:18px;align-items:flex-start;margin-bottom:1.5rem}
.dblurb-icon img{width:84px;height:auto;border-radius:0}
.dblurb-body h3{margin-bottom:.35em}
.dblurb-body p{color:#6f6f6f;font-size:.97rem}

/* counter */
.dcounter{text-align:center;padding:10px}
.dcounter-num{display:block;font-family:var(--serif);font-size:3.2rem;font-weight:700;color:var(--teal);line-height:1}
.dcounter-label{display:block;margin-top:.4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--brown)}

/* testimonial */
.dtest{text-align:center;max-width:760px;margin:0 auto;padding:10px}
.dtest-portrait{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}
.dtest-body{font-family:var(--serif);font-style:italic;font-size:1.55rem;line-height:1.4;color:var(--brown)}
.dtest-cite{display:block;margin-top:1rem;font-family:var(--sans);font-style:normal;font-weight:700;color:var(--brown)}
.dtest-cite span{display:block;font-weight:400;color:var(--gray);font-size:.9rem}

/* team */
.dteam{text-align:center;max-width:520px;margin:0 auto}
.dteam-img{width:200px;height:200px;object-fit:cover;border-radius:50%;margin:0 auto 1.2rem;box-shadow:0 10px 30px rgba(81,49,37,.15)}
.dteam-name{margin-bottom:.1em}
.dteam-pos{color:var(--teal);font-weight:600;letter-spacing:.05em;margin-bottom:1rem}

/* accordion */
.daccordion{max-width:860px;margin:0 auto}
.dacc-item{border:1px solid var(--line);border-radius:6px;margin-bottom:12px;background:#fff;overflow:hidden}
.dacc-item summary{cursor:pointer;list-style:none;padding:18px 22px;font-family:var(--serif);font-size:1.25rem;
  font-weight:600;color:var(--brown);position:relative;display:flex;justify-content:space-between;align-items:center}
.dacc-item summary::-webkit-details-marker{display:none}
.dacc-item summary::after{content:'+';color:var(--purple);font-size:1.5rem;font-family:var(--sans);transition:.2s}
.dacc-item[open] summary::after{transform:rotate(45deg)}
.dacc-body{padding:0 22px 18px;color:#5f5f5f}
.dacc-body p:last-child{margin-bottom:0}

/* divider / social / code */
.ddivider{border:0;border-top:1px solid var(--line);margin:1.5rem 0}
.dsocial{display:flex;gap:14px;flex-wrap:wrap;margin:.5rem 0}
.dsocial-link{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:30px;font-size:.85rem;color:var(--brown)}
.dsocial-link:hover{background:var(--purple);color:#fff;border-color:var(--purple);text-decoration:none}
.dcode{margin:1rem 0}
.dcode iframe{max-width:100%;border:0;border-radius:6px}

/* footer */
.site-footer{background:var(--brown);color:#e9ddd3;margin-top:0}
.footer-inner{max-width:1120px;margin:0 auto;padding:48px 24px;display:flex;flex-wrap:wrap;gap:40px}
.footer-col{flex:1 1 240px}
.footer-brand img{height:60px;filter:brightness(0) invert(1);opacity:.92;margin-bottom:1rem}
.footer-col h4{color:#fff;font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:.22rem;line-height:1.35}
.footer-col a{color:#e9ddd3}
.footer-col a:hover{color:#fff}
.footer-col p{color:#cdbcaf;font-size:.95rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:18px;font-size:.85rem;color:#bdab9d}
.footer-bottom p{margin:0;color:#bdab9d}

/* uniform card grids (Strengthen Connections etc.) */
.drow-cards{align-items:stretch}
.drow-cards .dcol{display:flex;flex-direction:column}
.drow-cards .dimg{margin:0 0 18px;flex:0 0 auto}
.drow-cards .dimg img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}
.drow-cards .dtext{flex:1 1 auto;display:flex;flex-direction:column}
.drow-cards .dtext>*:last-child{margin-top:auto;padding-top:.5rem}
/* stat row (icons + counters above FAQ) */
.drow-stats{justify-content:center}
.drow-stats .dcol{text-align:center;min-width:140px}
.drow-stats .dimg{margin:0 0 10px}
.drow-stats .dimg img{width:50px;height:auto;margin:0 auto}
/* centered CTA band (Become a Member / newsletter) */
.dsec-center{text-align:center}
.dsec-center .drow{justify-content:center}
.dsec-center .dtext>*{margin-left:auto;margin-right:auto}
/* responsive visibility from Divi disabled_on */
@media(max-width:767px){.dis-phone{display:none!important}}
@media(min-width:768px) and (max-width:980px){.dis-tablet{display:none!important}}
@media(min-width:981px){.dis-desktop{display:none!important}}

/* narrow intro section (no wider than section above) */
.dsec-narrow .dtext{max-width:700px;margin-left:auto;margin-right:auto}
/* relational tools: balanced photo + writing */
.relt-head{text-align:center;max-width:780px;margin:0 auto 36px}
.relt-head h2{margin-bottom:.15em}
.relt-sub{color:var(--teal);font-weight:600;letter-spacing:.04em;margin:0}
.relt-row{align-items:stretch;gap:46px}
.relt-img{flex:0 0 46%;max-width:46%;display:flex}
.relt-img .dimg{flex:1;margin:0;min-height:340px}
.relt-img .dimg img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.relt-text{flex:1 1 0%;display:flex;flex-direction:column;justify-content:center}
.relt-item{margin-bottom:24px}
.relt-item:last-child{margin-bottom:0}
.relt-item h3{margin-bottom:.2em}
.relt-item p{color:#6f6f6f;margin-bottom:.35rem}
/* spacing tweaks for stats / faq / quotes / cta */
.drow.drow-stats{margin-top:140px;margin-bottom:136px}
.dsec-faq{padding-bottom:26px}
.dsec-quotes{padding-top:22px}
.cta-above{text-align:center;margin-bottom:34px}
/* service detail: image fills beside text */
.drow-split{align-items:center;gap:46px}
.drow-split .dcol-fill .dimg{margin:0}
.drow-split .dcol-fill .dimg img{width:100%;height:auto;border-radius:8px}
.drow-split .dcol:not(.dcol-fill){display:flex;flex-direction:column;justify-content:center}
/* about page: bio text + photo over a soft watercolor background */
.about-hero{position:relative;background-size:cover;background-position:center;padding:72px 0}
.about-hero::before{content:'';position:absolute;inset:0;background:rgba(248,245,237,.6);pointer-events:none}
.about-hero .dsec-inner{position:relative;z-index:1}
.about-row{align-items:center;gap:44px}
.about-bio-text{flex:1 1 56%}
.about-photo{flex:0 0 38%;max-width:38%;text-align:center}
/* centered blurbs (topic pages: Articulate Needs, etc.) */
.dblurb-center{display:block;text-align:center}
.dblurb-center .dblurb-body h2,.dblurb-center .dblurb-body h3{margin-bottom:.4em}
.dblurb-center .dblurb-body p{color:#6f6f6f}
/* hero: attention-grabbing headline */
.dsec-hero{min-height:480px;display:flex;align-items:center}
.dsec-hero .dsec-inner{width:100%}
.dsec-hero .dtext{margin:0}
.hero-eyebrow{font-weight:700;font-size:1.05rem;letter-spacing:.05em;color:#4a2c5e;margin-bottom:1.5rem;text-shadow:0 1px 1px rgba(255,255,255,.5)}
.hero-title{margin-bottom:3.4rem}
.dsec-hero h1,.dsec-hero h2{font-size:3.9rem;line-height:1.12;color:#3d2150;font-weight:800;letter-spacing:.4px;margin:0;text-shadow:0 1px 2px rgba(255,255,255,.55)}
/* spacing helper */
.mb-lg{margin-bottom:1.4rem}
/* visible Learn More links */
.learnmore,.learnmore *{color:var(--purple-dark)!important;text-decoration:none!important}
.learnmore{font-weight:700;white-space:nowrap}
.learnmore:hover,.learnmore:hover *{color:var(--purple)!important;text-decoration:underline!important}
/* hero background zoom */
.dsec-hero{background-size:150%!important;background-position:center 38%}
/* contact spacing helper */
.mt-lg{margin-top:1.6rem}
/* footer link list in two columns (shorter footer) */
.footer-col ul{column-count:2;column-gap:34px}

/* responsive */
@media(max-width:900px){
  h1{font-size:2.3rem}h2{font-size:1.9rem}
  .dsec{padding:50px 0}
}
@media(max-width:768px){
  .nav-toggle{display:flex}
  .site-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);
    max-height:0;overflow:hidden;transition:max-height .3s ease}
  .site-nav.open{max-height:420px}
  .site-nav ul{flex-direction:column;gap:0;padding:8px 24px}
  .site-nav li{padding:12px 0;border-bottom:1px solid var(--line)}
  .dcol{flex:1 1 100%}
  .drow{gap:24px}
  .dblurb{flex-direction:column;align-items:center;text-align:center}
  .relt-img,.relt-text{flex:1 1 100%;max-width:100%}
  .relt-img .dimg{min-height:0}
  .relt-img .dimg img{height:auto;max-height:300px}
  .drow-split{gap:22px}
  .drow-split .dcol-fill .dimg img{height:auto}
  .about-bio-text,.about-photo{flex:1 1 100%;max-width:100%}
  .dsec-hero h1,.dsec-hero h2{font-size:2.6rem}
  .about-hello{font-size:4rem}
  .footer-col ul{column-count:1}
}
