/* Mind Mend v3 — Main Stylesheet */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --g:#7a9e7e;--gl:#d4e6d5;--gd:#4a6b4e;--gp:#eef5ee;
  --cr:#f7f4ef;--ww:#fdfcf9;--ch:#2c2c2a;--mu:#6b6b68;
  --am:#c8913a;--al:#fdf3e3;
  --bo:rgba(44,44,42,0.11);--bg:rgba(74,107,78,0.2);
  --fd:'Cormorant Garamond',Georgia,serif;--fb:'DM Sans',sans-serif;
  --nav:62px;--r:14px;
}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--ww);color:var(--ch);font-size:16px;line-height:1.7;overflow-x:hidden;padding-top:var(--nav)}
img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}
button,input,select,textarea{font-family:var(--fb)}
section[id],div[id]{scroll-margin-top:calc(var(--nav)+12px)}

/* LANG PILL */
.mm-lang-pill{display:inline-flex;align-items:center;background:#fff;border:1.5px solid var(--bg);border-radius:100px;padding:2px;gap:0;box-shadow:0 1px 4px rgba(74,107,78,0.12);flex-shrink:0}
.mm-lb{display:inline-flex;align-items:center;gap:4px;padding:5px 13px;border-radius:100px;border:none;background:none;color:#888;font-size:0.75rem;font-weight:700;letter-spacing:0.08em;cursor:pointer;transition:all 0.18s;text-decoration:none}
.mm-lb.on{background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;box-shadow:0 2px 8px rgba(74,107,78,0.35)}
.mm-lb:hover:not(.on){color:var(--gd);background:var(--gp)}

/* NAV */
.mm-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:rgba(253,252,249,0.97);backdrop-filter:blur(20px);border-bottom:1px solid var(--bo);gap:1rem}
.mm-logo{font-family:var(--fd);font-size:1.5rem;font-weight:600;color:var(--gd);flex-shrink:0}
.mm-nav-links{display:flex;gap:1.5rem}
.mm-nav-links a{color:var(--mu);font-size:0.85rem;transition:color 0.2s;position:relative;padding-bottom:2px}
.mm-nav-links a::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1.5px;background:var(--g);transform:scaleX(0);transition:transform 0.2s;border-radius:2px}
.mm-nav-links a:hover::after,.mm-nav-links a.cur::after{transform:scaleX(1)}
.mm-nav-links a:hover,.mm-nav-links a.cur{color:var(--gd)}
.mm-nav-right{display:flex;align-items:center;gap:0.85rem;flex-shrink:0}
.mm-nav-cta{display:inline-flex;align-items:center;background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;padding:0.5rem 1.2rem;border-radius:100px;font-size:0.82rem;font-weight:600;transition:opacity 0.2s,transform 0.15s;white-space:nowrap;box-shadow:0 3px 10px rgba(74,107,78,0.3)}
.mm-nav-cta:hover{opacity:0.88;transform:translateY(-1px)}
.mm-hbg{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:5px;width:34px;height:34px;flex-shrink:0;cursor:pointer}
.mm-hbg span{display:block;width:20px;height:1.5px;background:var(--ch);border-radius:2px;transition:all 0.25s}
.mm-hbg.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.mm-hbg.open span:nth-child(2){opacity:0}
.mm-hbg.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mm-mob-menu{display:none;position:fixed;top:var(--nav);left:0;right:0;bottom:0;background:var(--ww);z-index:998;flex-direction:column;overflow-y:auto}
.mm-mob-menu.open{display:flex}
.mm-mob-links{display:flex;flex-direction:column;padding:0.5rem 1.5rem}
.mm-mob-links a{display:flex;align-items:center;justify-content:space-between;color:var(--ch);font-size:1.15rem;padding:1rem 0;border-bottom:1px solid var(--bo)}
.mm-mob-links a:last-child{border-bottom:none}
.mm-mob-links a::after{content:'›';color:var(--g);font-size:1.4rem}
.mm-mob-cta-btn{display:block;text-align:center;background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;margin:1.25rem 1.5rem;padding:1rem;border-radius:var(--r);font-size:1.05rem;font-weight:600;box-shadow:0 4px 14px rgba(74,107,78,0.3)}
.mm-mob-lang{padding:1rem 1.5rem;border-top:1px solid var(--bo)}
.mm-mob-lang-lbl{font-size:0.7rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--mu);font-weight:600;margin-bottom:0.5rem;display:block}
.mm-mob-lang .mm-lb{padding:7px 16px;font-size:0.82rem}
.mm-mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:rgba(253,252,249,0.97);backdrop-filter:blur(16px);border-top:1px solid var(--bo);padding:0.75rem 1.25rem}
.mm-mob-bar a{display:block;text-align:center;background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;padding:0.9rem 1rem;border-radius:100px;font-size:1rem;font-weight:700;box-shadow:0 4px 14px rgba(74,107,78,0.3)}
.mm-ph{background:linear-gradient(145deg,#f0ede6,var(--gp));padding:3rem 2rem;text-align:center;border-bottom:1px solid var(--bo)}
.mm-ph-lbl{display:inline-flex;align-items:center;gap:8px;font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gd);font-weight:600;margin-bottom:0.75rem;justify-content:center}
.mm-ph-lbl::before{content:'';display:block;width:18px;height:2px;background:var(--g);border-radius:2px}
.mm-ph h1{font-family:var(--fd);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;color:var(--ch);line-height:1.2;margin-bottom:0.75rem}
.mm-ph h1 em{font-style:italic;color:var(--gd)}
.mm-ph p{color:var(--mu);max-width:560px;margin:0 auto;font-size:1rem}
.mm-sec{padding:4rem 2rem}.mm-con{max-width:1080px;margin:0 auto}
.mm-lbl{display:inline-flex;align-items:center;gap:8px;font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gd);font-weight:600;margin-bottom:0.6rem}
.mm-lbl::before{content:'';display:block;width:18px;height:2px;background:var(--g);border-radius:2px}
.mm-ttl{font-family:var(--fd);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:300;line-height:1.2;color:var(--ch);margin-bottom:0.85rem}
.mm-btn{display:inline-block;background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;padding:0.85rem 2rem;border-radius:100px;font-weight:600;font-size:0.95rem;transition:opacity 0.2s,transform 0.15s;box-shadow:0 4px 14px rgba(74,107,78,0.28);border:none;cursor:pointer}
.mm-btn:hover{opacity:0.88;transform:translateY(-1px);color:#fff}
.mm-btn-o{display:inline-block;color:var(--gd);padding:0.85rem 2rem;border-radius:100px;font-weight:500;font-size:0.95rem;border:2px solid var(--bg);transition:border-color 0.2s,background 0.2s;cursor:pointer}
.mm-btn-o:hover{border-color:var(--g);background:var(--gp)}
.mm-btn-w{display:inline-block;background:#fff;color:var(--gd);font-weight:700;font-size:0.95rem;padding:0.85rem 2rem;border-radius:100px;box-shadow:0 4px 14px rgba(0,0,0,0.12)}
.mm-btn-w:hover{background:var(--cr)}
.mm-prog{position:fixed;top:var(--nav);left:0;z-index:999;height:2px;background:linear-gradient(90deg,var(--g),var(--gd));width:0%;transition:width 0.1s linear}

/* HERO */
.mm-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:3.5rem 4rem;gap:3.5rem;position:relative;overflow:hidden;background:linear-gradient(145deg,#f0ede6,var(--gp));margin-top:0}
.mm-hero::before{content:'';position:absolute;top:-10%;right:-5%;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(122,158,126,0.14),transparent 68%);pointer-events:none}
.mm-h-txt{position:relative;z-index:1}
.mm-h-eye{font-size:0.75rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--am);font-weight:600;margin-bottom:1.1rem;display:flex;align-items:center;gap:8px}
.mm-h-eye::before{content:'';display:block;width:24px;height:2px;background:var(--am);border-radius:2px}
.mm-hero h1{font-family:var(--fd);font-size:clamp(2.6rem,4.5vw,4rem);font-weight:300;line-height:1.12;margin-bottom:1.1rem}
.mm-hero h1 em{font-style:italic;color:var(--gd)}
.mm-h-desc{font-size:1rem;color:var(--mu);max-width:460px;margin-bottom:2rem;line-height:1.8}
.mm-h-ctas{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.mm-h-trust{display:flex;gap:0.75rem;margin-top:1.75rem;flex-wrap:wrap}
.mm-bdg{display:flex;align-items:center;gap:6px;font-size:0.78rem;color:var(--mu);background:#fff;padding:5px 12px;border-radius:100px;border:1px solid var(--bo);box-shadow:0 2px 6px rgba(44,44,42,0.07)}
.mm-h-img{border-radius:2px 52% 2px 52%;overflow:hidden;aspect-ratio:4/5;max-height:420px;box-shadow:0 20px 60px rgba(74,107,78,0.2)}
.mm-h-img img{width:100%;height:100%;object-fit:cover;display:block}
.mm-h-svg{width:100%;height:100%;display:flex;align-items:stretch;background:var(--cr)}
.mm-h-svg img{width:100%;height:100%;object-fit:cover}

/* IS THIS RIGHT */
.mm-right-bg{background:var(--ww);border-top:1px solid var(--bo)}
.mm-right-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.mm-right-intro{font-size:1rem;color:var(--mu);line-height:1.8;margin-bottom:1.5rem}
.mm-checks{display:flex;flex-direction:column;gap:0.75rem}
.mm-check{display:flex;align-items:center;gap:0.85rem;font-size:0.95rem;color:var(--ch);padding:0.75rem 1rem;background:var(--gp);border-radius:10px;border:1px solid var(--bg)}
.mm-check-icon{width:28px;height:28px;border-radius:50%;background:var(--gd);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.8rem;font-weight:700}
.mm-right-cta-box{background:linear-gradient(160deg,var(--gd),#3a5a3e);border-radius:16px;padding:2.5rem;color:#fff;text-align:center}
.mm-right-cta-box h3{font-family:var(--fd);font-size:1.9rem;font-weight:300;margin-bottom:0.5rem;color:#fff}
.mm-right-cta-box p{color:rgba(255,255,255,0.72);font-size:0.9rem;margin-bottom:1.5rem}

/* HOW */
.mm-how-bg{background:var(--cr);border-top:1px solid var(--bo)}
.mm-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;border:1px solid var(--bo);border-radius:var(--r);overflow:hidden;box-shadow:0 2px 8px rgba(44,44,42,0.07)}
.mm-step{text-align:center;padding:2rem 1.5rem;background:#fff;border-right:1px solid var(--bo);position:relative}
.mm-step:last-child{border-right:none}
.mm-step::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gl),var(--g))}
.mm-step-dot{width:52px;height:52px;border-radius:50%;background:#fff;border:2px solid var(--g);color:var(--gd);font-family:var(--fd);font-size:1.3rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 1.1rem;box-shadow:0 0 0 6px var(--ww),0 4px 16px rgba(74,107,78,0.12)}
.mm-step-ttl{font-family:var(--fd);font-size:1.1rem;font-weight:500;margin-bottom:0.3rem}
.mm-step-dsc{font-size:0.82rem;color:var(--mu);line-height:1.6}

/* SERVICES */
.mm-svc-bg{background:var(--ww)}
.mm-svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.mm-svc-card{background:#fff;border:1px solid var(--bo);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow 0.2s,transform 0.2s}
.mm-svc-card:hover{box-shadow:0 8px 32px rgba(74,107,78,0.14);transform:translateY(-3px)}
.mm-svc-head{padding:2rem 2rem 0}
.mm-svc-head.feat{background:linear-gradient(160deg,var(--gd),#3a5a3e);color:#fff;padding-bottom:2rem}
.mm-svc-icon{font-size:2.2rem;margin-bottom:0.9rem;display:block}
.mm-svc-name{font-family:var(--fd);font-size:1.8rem;font-weight:300;margin-bottom:0.2rem}
.mm-svc-sub{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--g);font-weight:600}
.mm-svc-head.feat .mm-svc-sub{color:rgba(255,255,255,0.6)}
.mm-svc-body{padding:1.5rem 2rem 2rem;flex:1;display:flex;flex-direction:column}
.mm-svc-desc{font-size:0.9rem;color:var(--mu);line-height:1.7;margin-bottom:1.1rem;flex:1}
.mm-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}
.mm-tag{font-size:0.75rem;padding:4px 12px;border-radius:100px;background:var(--gp);color:var(--gd);font-weight:500;border:1px solid var(--bg)}
.mm-svc-btn{display:inline-block;text-align:center;padding:0.75rem 1.6rem;border-radius:100px;font-size:0.875rem;font-weight:600;transition:all 0.2s}
.mm-sb-d{background:var(--gd);color:#fff}.mm-sb-d:hover{background:#3a5540;color:#fff}
.mm-sb-o{border:2px solid var(--bg);color:var(--gd)}.mm-sb-o:hover{background:var(--gp)}

.mm-svc-opts{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:1.25rem}

/* WHY */
.mm-why-bg{background:var(--cr)}
.mm-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}
.mm-why-card{background:#fff;border-radius:var(--r);padding:1.5rem 1.25rem;text-align:center;border:1px solid var(--bo);transition:box-shadow 0.2s,transform 0.2s}
.mm-why-card:hover{box-shadow:0 6px 20px rgba(74,107,78,0.10);transform:translateY(-2px)}
.mm-why-icon{font-size:1.8rem;margin-bottom:0.75rem;display:block}
.mm-why-ttl{font-family:var(--fd);font-size:1.05rem;font-weight:500;margin-bottom:0.3rem}
.mm-why-dsc{font-size:0.8rem;color:var(--mu);line-height:1.6}

/* PQ */
.mm-pq{background:var(--gd);padding:4rem 2rem;text-align:center}
.mm-pq-in{max-width:720px;margin:0 auto}
.mm-pq-mark{font-family:var(--fd);font-size:6rem;line-height:0.7;color:rgba(255,255,255,0.18);font-style:italic;display:block;margin-bottom:1rem}
.mm-pq-txt{font-family:var(--fd);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;font-style:italic;color:#fff;line-height:1.5;margin-bottom:1.5rem}
.mm-pq-who{font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.5)}

/* TESTIMONIALS */
.mm-test-bg{background:var(--ww)}
.mm-test-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.25rem}
.mm-tc{background:#fff;border:1px solid var(--bo);border-radius:var(--r);padding:1.6rem;position:relative}
.mm-tc::before{content:'"';position:absolute;top:-8px;left:16px;font-family:var(--fd);font-size:5rem;line-height:1;color:var(--gl);font-style:italic;pointer-events:none}
.mm-tc-txt{font-family:var(--fd);font-size:1.05rem;font-style:italic;color:var(--ch);line-height:1.7;margin-bottom:1.1rem;padding-top:1.5rem}
.mm-tc-who{font-size:0.75rem;letter-spacing:0.08em;color:var(--mu);text-transform:uppercase;font-weight:500}

/* MID CTA */
.mm-mc{background:var(--cr);border-top:1px solid var(--bo);border-bottom:1px solid var(--bo);padding:2.5rem 2rem}
.mm-mc-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.mm-mc-in h3{font-family:var(--fd);font-size:1.6rem;font-weight:400;margin-bottom:0.2rem}
.mm-mc-in p{font-size:0.875rem;color:var(--mu)}

/* FAQ */
.mm-faq-bg{background:var(--ww)}
.mm-fq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 2.5rem;margin-top:2.25rem}
.mm-fi{border-bottom:1px solid var(--bo);padding:1.2rem 0}
.mm-fq{font-family:var(--fd);font-size:1.05rem;color:var(--ch);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}
.mm-ft{width:24px;height:24px;border-radius:50%;background:var(--gp);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.9rem;color:var(--gd);transition:background 0.2s,transform 0.3s;border:1px solid var(--bg)}
.mm-fi.open .mm-ft{background:var(--gd);color:#fff;transform:rotate(45deg);border-color:transparent}
.mm-fa{font-size:0.875rem;color:var(--mu);line-height:1.75;max-height:0;overflow:hidden;transition:max-height 0.35s ease,margin-top 0.3s}
.mm-fi.open .mm-fa{max-height:300px;margin-top:0.8rem}

/* FINAL CTA */
.mm-cta-sec{background:linear-gradient(145deg,var(--gd),#2d4a30);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.mm-cta-sec::before{content:'';position:absolute;top:-30%;right:-10%;width:50%;height:160%;border-radius:50%;background:rgba(255,255,255,0.04);pointer-events:none}
.mm-cta-sec h2{font-family:var(--fd);font-size:clamp(1.9rem,3.5vw,2.9rem);color:#fff;font-weight:300;margin-bottom:0.85rem}
.mm-cta-sec p{color:rgba(255,255,255,0.72);max-width:440px;margin:0 auto 2rem}

/* ABOUT PAGE */
.mm-ab-page{max-width:900px;margin:0 auto;padding:3.5rem 2rem 4rem}
.mm-ab-hero{display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--bo)}
.mm-ab-photo{border-radius:52% 2px 52% 2px;overflow:hidden;aspect-ratio:4/5;background:linear-gradient(160deg,var(--cr),var(--gl));display:flex;align-items:center;justify-content:center;font-size:5rem;box-shadow:0 8px 32px rgba(74,107,78,0.14)}
.mm-ab-photo img{width:100%;height:100%;object-fit:cover}
.mm-ab-name{font-family:var(--fd);font-size:2.2rem;font-weight:300;line-height:1.2;margin-bottom:0.3rem}
.mm-ab-name em{font-style:italic;color:var(--gd)}
.mm-ab-role{font-size:0.78rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--g);font-weight:600;margin-bottom:1.1rem;display:flex;align-items:center;gap:7px}
.mm-ab-role::before{content:'';display:block;width:16px;height:2px;background:var(--g);border-radius:2px}
.mm-ab-bio{font-size:0.95rem;color:var(--mu);line-height:1.8;margin-bottom:1.5rem}
.mm-ab-approach{background:var(--gp);border:1px solid var(--bg);border-radius:var(--r);padding:1.25rem 1.4rem}
.mm-ab-approach-lbl{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gd);font-weight:600;margin-bottom:0.5rem}
.mm-ab-approach p{font-size:0.875rem;color:var(--ch);line-height:1.7}
.mm-creds{display:grid;grid-template-columns:1fr 1fr;gap:0.85rem;margin-bottom:2rem}
.mm-cred{display:flex;align-items:center;gap:0.75rem;background:#fff;border:1px solid var(--bo);border-radius:10px;padding:0.85rem 1rem}
.mm-ci{width:34px;height:34px;border-radius:8px;background:var(--gp);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.95rem;border:1px solid var(--bg)}
.mm-ct strong{color:var(--ch);font-weight:600;display:block;font-size:0.84rem}
.mm-ct span{color:var(--mu);font-size:0.78rem;display:block}
.mm-areas-lbl{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gd);font-weight:600;margin-bottom:0.6rem}
.mm-chips{display:flex;flex-wrap:wrap;gap:0.45rem;margin-bottom:2rem}
.mm-chip{font-size:0.78rem;padding:5px 12px;border-radius:100px;background:#fff;color:var(--gd);font-weight:500;border:1px solid var(--bg)}
.mm-ab-cta{background:linear-gradient(145deg,var(--gd),#2d4a30);border-radius:var(--r);padding:2rem;text-align:center}
.mm-ab-cta h3{font-family:var(--fd);font-size:1.6rem;color:#fff;font-weight:300;margin-bottom:0.5rem}
.mm-ab-cta p{color:rgba(255,255,255,0.7);font-size:0.875rem;margin-bottom:1.25rem}

/* SERVICES PAGE */
.mm-note-strip{background:var(--ch);color:rgba(255,255,255,0.85);padding:1.25rem 2rem;font-size:0.875rem;line-height:1.65}
.mm-note-strip-in{max-width:1080px;margin:0 auto}
.mm-note-strip strong{color:#fff}
.mm-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.mm-pc{background:#fff;border:1px solid var(--bo);border-radius:var(--r);padding:2rem;position:relative;overflow:hidden}
.mm-pc::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gl),var(--g))}
.mm-pc.feat{background:linear-gradient(160deg,var(--gd),#3a5a3e);color:#fff;border-color:transparent}
.mm-pc.feat::before{background:rgba(255,255,255,0.25)}
.mm-pc-icon{font-size:2rem;margin-bottom:0.75rem;display:block}
.mm-pc-name{font-family:var(--fd);font-size:1.75rem;font-weight:300;margin-bottom:0.2rem}
.mm-pc-sub{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--g);font-weight:600;margin-bottom:1.25rem}
.mm-pc.feat .mm-pc-sub{color:rgba(255,255,255,0.6)}
.mm-pr{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid var(--bo);font-size:0.9rem}
.mm-pc.feat .mm-pr{border-color:rgba(255,255,255,0.15)}
.mm-pr:last-of-type{border-bottom:none}
.mm-pr .lh{color:var(--mu)}.mm-pc.feat .mm-pr .lh{color:rgba(255,255,255,0.7)}
.mm-pr .rh{font-weight:600}
.mm-pc-note{font-size:0.8rem;color:var(--mu);margin-top:1.1rem;line-height:1.6;font-style:italic}
.mm-pc.feat .mm-pc-note{color:rgba(255,255,255,0.6)}
.mm-pc-btn{display:inline-block;text-align:center;padding:0.75rem 1.6rem;border-radius:100px;font-size:0.875rem;font-weight:600;transition:all 0.2s;margin-top:1.5rem}
.mm-pcb-d{background:var(--gd);color:#fff}.mm-pcb-d:hover{background:#3a5540;color:#fff}
.mm-pcb-w{border:1.5px solid rgba(255,255,255,0.45);color:#fff}.mm-pcb-w:hover{background:rgba(255,255,255,0.1)}
.mm-info-box{background:var(--gp);border:1px solid var(--bg);border-radius:var(--r);padding:1.6rem;margin-bottom:1rem}
.mm-info-box h3{font-family:var(--fd);font-size:1.3rem;font-weight:500;color:var(--gd);margin-bottom:0.75rem}
.mm-info-box p,.mm-info-box li{font-size:0.9rem;color:var(--ch);line-height:1.75;margin-bottom:0.5rem}
.mm-info-box ul{padding-left:1.25rem;list-style:disc}
.mm-warn{background:var(--al);border:1px solid var(--am);border-radius:var(--r);padding:1.4rem;margin-top:1rem;display:flex;gap:0.9rem;align-items:flex-start}
.mm-warn p{font-size:0.875rem;color:#7a5530;line-height:1.65;margin:0}

/* CONTACT PAGE */
.mm-form-wrap{max-width:720px;margin:0 auto;padding:3rem 2rem}
.mm-form-note{background:var(--gp);border:1px solid var(--bg);border-radius:var(--r);padding:1.4rem 1.6rem;margin-bottom:2.5rem;font-size:0.9rem;color:var(--ch);line-height:1.7}
.mm-form-note strong{color:var(--gd)}
.mm-form-note ul{padding-left:1.2rem;list-style:disc;margin-top:0.5rem}
.mm-form-note li{margin-bottom:0.3rem;font-size:0.85rem;color:var(--mu)}
.mm-fg{margin-bottom:1.5rem}
.mm-fg label{display:block;font-size:0.82rem;font-weight:600;color:var(--ch);margin-bottom:0.4rem}
.mm-fg label .req{color:#c05050;margin-left:2px}
.mm-fg input,.mm-fg select,.mm-fg textarea{width:100%;padding:0.75rem 1rem;border:1.5px solid var(--bo);border-radius:10px;font-size:0.95rem;color:var(--ch);background:#fff;transition:border-color 0.2s,box-shadow 0.2s;outline:none}
.mm-fg input:focus,.mm-fg select:focus,.mm-fg textarea:focus{border-color:var(--g);box-shadow:0 0 0 3px rgba(122,158,126,0.12)}
.mm-fg textarea{resize:vertical;min-height:110px}
.mm-fg-hint{font-size:0.78rem;color:var(--mu);margin-top:0.3rem}
.mm-fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.mm-concerns{display:grid;grid-template-columns:repeat(3,1fr);gap:0.6rem;margin-top:0.5rem}
.mm-cb{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;cursor:pointer;padding:0.5rem 0}
.mm-cb input{width:auto;accent-color:var(--gd)}
.mm-divider{height:1px;background:var(--bo);margin:2rem 0}
.mm-sec-ttl{font-family:var(--fd);font-size:1.25rem;font-weight:400;color:var(--ch);margin-bottom:1.25rem;display:flex;align-items:center;gap:0.6rem}
.mm-sec-ttl::before{content:'';display:block;width:14px;height:2px;background:var(--g);border-radius:2px}
.mm-submit{width:100%;background:linear-gradient(135deg,var(--gd),#3a5a3e);color:#fff;border:none;padding:1rem 2rem;border-radius:100px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:opacity 0.2s,transform 0.15s;box-shadow:0 4px 14px rgba(74,107,78,0.3)}
.mm-submit:hover{opacity:0.88;transform:translateY(-1px)}
.mm-success{display:none;background:var(--gp);border:1.5px solid var(--g);border-radius:var(--r);padding:2rem;text-align:center;margin-top:1rem}
.mm-success h3{font-family:var(--fd);font-size:1.5rem;color:var(--gd);margin-bottom:0.5rem}
.mm-success p{color:var(--mu);font-size:0.9rem}
.mm-contact-alt{background:var(--cr);border-top:1px solid var(--bo);padding:2rem;text-align:center}
.mm-contact-alt p{color:var(--mu);font-size:0.875rem}
.mm-contact-alt a{color:var(--gd);font-weight:600}

/* CRISIS + FOOTER */
.mm-crisis{background:var(--al);border-top:2px solid var(--am);border-bottom:2px solid var(--am);padding:1.5rem 2rem}
.mm-crisis-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}
.mm-crisis-in strong{display:block;font-size:0.9rem;color:#8a4a18;margin-bottom:0.15rem}
.mm-crisis-in p{font-size:0.82rem;color:#7a5530}
.mm-crisis-in a{color:#8a4a18;font-weight:600}
.mm-footer{background:#1e2420;color:rgba(255,255,255,0.65);padding:3.5rem 2rem 2rem}
.mm-footer-in{max-width:1080px;margin:0 auto}
.mm-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,0.08);margin-bottom:1.75rem}
.mm-footer-logo{font-family:var(--fd);font-size:1.6rem;color:#fff;font-weight:300;display:block;margin-bottom:0.6rem}
.mm-footer-brand p{font-size:0.82rem;color:rgba(255,255,255,0.38);max-width:260px;line-height:1.65}
.mm-fc h4{font-size:0.68rem;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:0.85rem;font-weight:600}
.mm-fc ul{display:flex;flex-direction:column;gap:0.5rem}
.mm-fc ul a{color:rgba(255,255,255,0.48);font-size:0.85rem;transition:color 0.2s}
.mm-fc ul a:hover{color:#fff}
.mm-footer-bot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.6rem}
.mm-footer-copy,.mm-footer-cred{font-size:0.75rem;color:rgba(255,255,255,0.25)}
.mm-footer-cred strong{color:rgba(255,255,255,0.5)}
.mm-footer-leg{display:flex;gap:1.25rem}
.mm-footer-leg a{color:rgba(255,255,255,0.28);font-size:0.75rem}
.mm-footer-leg a:hover{color:rgba(255,255,255,0.6)}

/* REVEAL */
.rv{opacity:0;transform:translateY(18px);transition:opacity 0.55s ease,transform 0.55s ease}
.rv.vis{opacity:1;transform:none}
.rv-d1{transition-delay:0.08s}.rv-d2{transition-delay:0.16s}.rv-d3{transition-delay:0.24s}

/* KILL OLD CREDITS */
.site-footer .copyright,.site-footer [class*="credit"],
footer [class*="maxbat"],footer [class*="max_bat"],
footer [class*="webdesign"],#footer-credits,.footer-credits{display:none !important}

/* RESPONSIVE */
@media(max-width:1024px){.mm-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){
  :root{--nav:58px}
  .mm-nav{padding:0 1rem}
  .mm-nav-links{display:none}.mm-nav-cta{display:none}.mm-hbg{display:flex}
  .mm-mob-bar{display:none}
  .mm-hero{grid-template-columns:1fr;padding:2rem 1.5rem 3rem;text-align:center;gap:2rem;min-height:auto}
  .mm-h-img{order:-1;max-height:280px;border-radius:4px 46% 4px 46%;width:68%;margin:0 auto}
  .mm-h-eye,.mm-h-ctas,.mm-h-trust{justify-content:center}.mm-h-desc{max-width:100%}
  .mm-how-grid{grid-template-columns:1fr 1fr}
  .mm-step:nth-child(2){border-right:none}
  .mm-step:nth-child(3){border-top:1px solid var(--bo);border-right:1px solid var(--bo)}
  .mm-step:nth-child(4){border-top:1px solid var(--bo)}
  .mm-svc-grid,.mm-test-grid,.mm-right-grid,.mm-price-grid{grid-template-columns:1fr}

  .mm-fq-grid{grid-template-columns:1fr;gap:0}
  .mm-mc-in{flex-direction:column;text-align:center}
  .mm-footer-top{grid-template-columns:1fr 1fr}.mm-footer-brand{grid-column:1/-1}
  .mm-sec{padding:3rem 1.5rem}
  .mm-ab-hero{grid-template-columns:1fr;gap:1.5rem;text-align:center}
  .mm-ab-photo{width:65%;max-height:260px;margin:0 auto}
  .mm-ab-role{justify-content:center}.mm-creds{grid-template-columns:1fr}
}
@media(max-width:600px){
  :root{--nav:54px}
  .mm-nav{padding:0 0.85rem;gap:0.5rem}.mm-logo{font-size:1.2rem}
  .mm-lb{padding:4px 9px;font-size:0.7rem;gap:3px}
  .mm-hero{padding:1.5rem 1rem 2.5rem;gap:1.25rem}
  .mm-h-img{width:76%;max-height:240px}
  .mm-hero h1{font-size:1.95rem;line-height:1.15}
  .mm-h-desc{font-size:0.92rem;margin-bottom:1.5rem}
  .mm-h-ctas{flex-direction:column;gap:0.6rem}
  .mm-btn,.mm-btn-o{width:100%;text-align:center;padding:0.9rem 1rem;font-size:1rem;display:block}
  .mm-bdg{font-size:0.73rem;padding:4px 10px}
  .mm-how-grid{grid-template-columns:1fr}
  .mm-step{display:flex;align-items:flex-start;gap:1rem;text-align:left;padding:1rem;border-right:none;border-bottom:1px solid var(--bo)}
  .mm-step:last-child{border-bottom:none}.mm-step::before{display:none}
  .mm-step-dot{margin:0;flex-shrink:0;width:44px;height:44px}
  .mm-why-grid{grid-template-columns:1fr 1fr;gap:0.75rem}
  .mm-why-card{padding:1.1rem}.mm-why-icon{font-size:1.4rem;margin-bottom:0.5rem}
  .mm-why-ttl{font-size:0.92rem}.mm-why-dsc{font-size:0.75rem}
  .mm-svc-head,.mm-svc-body{padding-left:1.25rem;padding-right:1.25rem}.mm-svc-name{font-size:1.5rem}
  .mm-cta-sec{padding:3rem 1.25rem}.mm-cta-sec h2{font-size:1.75rem}
  .mm-btn-w{width:100%;display:block;text-align:center}
  .mm-sec{padding:2.5rem 1rem}.mm-ttl{font-size:1.7rem}
  .mm-ph{padding:2rem 1.25rem}
  .mm-footer-top{grid-template-columns:1fr;gap:1.75rem}
  .mm-footer-bot{flex-direction:column;text-align:center;gap:0.4rem}.mm-footer-leg{gap:0.85rem}
  .mm-mob-links a{font-size:1.2rem;padding:1.05rem 0}.mm-mob-bar{padding:0.65rem 1rem}
  .mm-ab-page{padding:2rem 1rem 3rem}
  .mm-ab-photo{width:78%;max-height:260px;font-size:3.5rem}
  .mm-fg-row{grid-template-columns:1fr}
  .mm-concerns{grid-template-columns:1fr 1fr}
  .mm-form-wrap{padding:2rem 1rem}
}

/* COMPACT REVIEWS ROW */
.mm-review-row{display:flex;gap:1rem;margin-top:1.25rem;flex-wrap:wrap}
.mm-review{flex:1;min-width:200px;background:#fff;border:1px solid var(--bo);border-radius:10px;padding:1rem 1.1rem;font-family:var(--fd);font-size:0.975rem;font-style:italic;color:var(--ch);line-height:1.55;position:relative}
.mm-review::before{content:'"';position:absolute;top:-6px;left:12px;font-size:3.5rem;line-height:1;color:var(--gl);font-style:italic;pointer-events:none}
.mm-review span{display:block;margin-top:0.5rem;font-style:normal;font-size:0.72rem;letter-spacing:0.07em;text-transform:uppercase;color:var(--mu);font-family:var(--fb)}
@media(max-width:600px){.mm-review-row{flex-direction:column;gap:0.75rem}}

/* TESTIMONIAL CARDS */
.mm-tcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.mm-tcard{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:var(--r);
  padding:1.75rem 1.6rem;
  display:flex;flex-direction:column;gap:1.1rem;
  backdrop-filter:blur(4px);
  transition:background 0.2s,transform 0.2s;
}
.mm-tcard:hover{background:rgba(255,255,255,0.14);transform:translateY(-2px)}
.mm-tcard-quote{
  font-family:var(--fd);font-size:3.5rem;line-height:0.8;
  color:rgba(255,255,255,0.25);font-style:italic;
  margin-bottom:-0.25rem;
}
.mm-tcard-txt{
  font-family:var(--fd);font-size:1.05rem;font-style:italic;
  color:rgba(255,255,255,0.92);line-height:1.65;flex:1;
}
.mm-tcard-foot{
  display:flex;align-items:center;gap:0.75rem;
  padding-top:1rem;
  border-top:1px solid rgba(255,255,255,0.12);
  margin-top:auto;
}
.mm-tcard-avatar{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,0.18);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:0.9rem;flex-shrink:0;
  font-family:var(--fb);
}
.mm-tcard-name{font-size:0.85rem;font-weight:600;color:#fff;font-family:var(--fb)}
.mm-tcard-tag{font-size:0.72rem;color:rgba(255,255,255,0.5);letter-spacing:0.04em;font-family:var(--fb)}
@media(max-width:900px){.mm-tcard-grid{grid-template-columns:1fr}}
@media(max-width:600px){.mm-tcard-grid{gap:0.85rem}}

/* ── BLOG ── */
.mm-blog-card{display:grid;grid-template-columns:220px 1fr;gap:0;border:1px solid var(--bo);border-radius:var(--r);overflow:hidden;background:#fff;margin-bottom:1.25rem;transition:box-shadow 0.2s,transform 0.2s}
.mm-blog-card:hover{box-shadow:0 6px 24px rgba(74,107,78,0.10);transform:translateY(-2px)}
.mm-blog-img{overflow:hidden;background:var(--gp)}
.mm-blog-img img{width:100%;height:100%;object-fit:cover;display:block}
.mm-blog-body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between}
.mm-blog-cat{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gd);font-weight:600;display:block;margin-bottom:0.5rem}
.mm-blog-title{font-family:var(--fd);font-size:1.3rem;font-weight:400;line-height:1.3;margin-bottom:0.6rem}
.mm-blog-title a{color:var(--ch);transition:color 0.2s}
.mm-blog-title a:hover{color:var(--gd)}
.mm-blog-excerpt{font-size:0.875rem;color:var(--mu);line-height:1.65;flex:1;margin-bottom:1rem}
.mm-blog-foot{display:flex;align-items:center;justify-content:space-between}
.mm-blog-date{font-size:0.78rem;color:var(--mu)}
.mm-blog-read{font-size:0.82rem;font-weight:600;color:var(--gd);transition:opacity 0.2s}
.mm-blog-read:hover{opacity:0.72}

/* Single post */
.mm-single-body{max-width:680px;margin:0 auto;padding:0 2rem}
.mm-single-body p{color:var(--ch);line-height:1.85;margin-bottom:1.1rem;font-size:1rem}
.mm-single-body h2{font-family:var(--fd);font-size:1.6rem;font-weight:400;margin:2rem 0 0.75rem;color:var(--ch)}
.mm-single-body h3{font-family:var(--fd);font-size:1.25rem;font-weight:400;margin:1.5rem 0 0.6rem;color:var(--ch)}
.mm-single-body ul,.mm-single-body ol{padding-left:1.5rem;margin-bottom:1.1rem;color:var(--ch)}
.mm-single-body li{margin-bottom:0.4rem;line-height:1.7;font-size:1rem}
.mm-single-body blockquote{border-left:3px solid var(--g);padding:0.75rem 0 0.75rem 1.5rem;margin:1.5rem 0;font-family:var(--fd);font-style:italic;font-size:1.15rem;color:var(--ch)}
.mm-single-body img{border-radius:var(--r);margin:1.5rem 0;width:100%;height:auto}
.mm-single-foot{max-width:680px;margin:2rem auto 0;padding:1.25rem 2rem;border-top:1px solid var(--bo)}

@media(max-width:700px){.mm-svc-opts{grid-template-columns:1fr !important}
  .mm-blog-card{grid-template-columns:1fr}
  .mm-blog-img{max-height:180px}
}

/* AREA LIST (about page) */
.mm-area-list{list-style:none;margin-top:0.85rem;display:flex;flex-direction:column;gap:0}
.mm-area-list li{font-size:0.9rem;color:var(--ch);padding:0.6rem 0;border-bottom:1px solid var(--bo);line-height:1.5}
.mm-area-list li:last-child{border-bottom:none}
.mm-area-list li::before{content:'—';color:var(--g);margin-right:0.6rem;font-size:0.8rem}

/* WHY cards without emoji */
.mm-why-card .mm-why-ttl{font-family:var(--fd);font-size:1.1rem;font-weight:500;margin-bottom:0.4rem;color:var(--ch)}

@media(max-width:700px){.mm-svc-opts{grid-template-columns:1fr !important}
  .mm-ab-page [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important}
}

/* MN about grid */
.mm-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}
@media(max-width:700px){.mm-svc-opts{grid-template-columns:1fr !important}.mm-about-grid{grid-template-columns:1fr !important}}

/* Counseling options grid responsive */
@media(max-width:900px){
  #options > div > div[style*="repeat(3"],
  #mn-options > div > div[style*="repeat(3"]{
    grid-template-columns:1fr !important
  }
}

/* Counseling types grid */
.mm-counsel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}
@media(max-width:700px){.mm-counsel-grid{grid-template-columns:1fr}}

/* ── WORKSHOPS / EVENTS ── */
.mm-event-card{display:grid;grid-template-columns:80px 1fr;gap:1.75rem;border:1px solid var(--bo);border-radius:var(--r);overflow:hidden;background:#fff;margin-bottom:1.5rem;padding:1.75rem;transition:box-shadow 0.2s,transform 0.2s;align-items:start}
.mm-event-card:hover{box-shadow:0 6px 24px rgba(74,107,78,0.10);transform:translateY(-2px)}
.mm-event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gp);border-radius:10px;padding:0.75rem 0.5rem;text-align:center;flex-shrink:0}
.mm-event-month{font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gd);font-weight:700;line-height:1}
.mm-event-day{font-family:var(--fd);font-size:2rem;font-weight:300;color:var(--ch);line-height:1.1;margin-top:0.2rem}
.mm-event-cat{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gd);font-weight:600;display:block;margin-bottom:0.4rem}
.mm-event-title{font-family:var(--fd);font-size:1.4rem;font-weight:400;line-height:1.25;margin-bottom:0.85rem}
.mm-event-title a{color:var(--ch);transition:color 0.2s}
.mm-event-title a:hover{color:var(--gd)}
.mm-event-meta{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:0.85rem}
.mm-event-meta-row{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.83rem;color:var(--mu);line-height:1.4}
.mm-event-meta-icon{flex-shrink:0;font-size:0.85rem}
.mm-event-excerpt{font-size:0.875rem;color:var(--mu);line-height:1.65;margin-bottom:1.1rem}
.mm-event-foot{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.mm-event-more{font-size:0.82rem;font-weight:500;color:var(--gd);transition:opacity 0.2s}
.mm-event-more:hover{opacity:0.7}
.mm-event-empty{text-align:center;padding:3rem 1rem;background:var(--gp);border-radius:var(--r);margin-bottom:2rem}
.mm-event-empty-icon{font-size:2.5rem;margin-bottom:0.75rem}
.mm-event-signup{background:var(--gp);border:1px solid var(--bo);border-radius:var(--r);padding:1.5rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}

@media(max-width:600px){
  .mm-event-card{grid-template-columns:1fr;gap:1rem}
  .mm-event-date{flex-direction:row;gap:0.5rem;padding:0.5rem 0.75rem;width:fit-content}
  .mm-event-signup{flex-direction:column;align-items:flex-start}
}
