:root{--forest:var(--mt-deep);--forest-2:var(--mt-deep-2);--teal:var(--mt-teal);--emerald:var(--mt-mint);--gold:var(--mt-gold);--cream:var(--mt-bone);--cream-2:var(--mt-paper);--white:var(--mt-white);--ink:var(--mt-text);--muted:var(--mt-muted);--line:var(--mt-line);--success:var(--mt-teal);--shadow-sm:0 8px 28px rgba(4, 35, 30, .06);--shadow-lg:var(--mt-shadow);--radius-sm:12px;--radius:var(--mt-r2);--radius-lg:var(--mt-r3);--serif:var(--mt-display);--sans:var(--mt-body);--container:var(--mt-container)}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;overflow-x:hidden;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:var(--teal);text-decoration:none}a:hover{color:var(--forest)}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{display:inline-block;width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,h4{margin:0 0 .65em;color:var(--forest);font-family:var(--serif);font-weight:800;letter-spacing:-.04em;line-height:1.05}h1{font-size:clamp(2.65rem, 5.4vw, 5rem)}h2{font-size:clamp(2rem, 3.8vw, 3.5rem)}h3{font-size:clamp(1.25rem, 2.2vw, 1.65rem)}p{margin:0 0 1.35em}ol,ul{margin:0 0 1.4em}::selection{background:var(--emerald);color:var(--white)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.container--narrow{max-width:720px}.section{position:relative;padding:clamp(76px,9vw,130px) 0}.section--white{background:var(--white)}.section--cream{background:var(--cream)}.section--dark{overflow:hidden;background:var(--forest);color:rgba(255,255,255,.78)}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark::before{position:absolute;inset:auto -150px -220px auto;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.02);content:""}.center{text-align:center}.center .section-intro{margin-inline:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-heading>:first-child{max-width:760px}.section-heading h2{margin-bottom:.3em}.section-intro{max-width:680px;color:var(--muted);font-size:1.08rem}.section--dark .section-intro{color:rgba(255,255,255,.68)}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.eyebrow::before{width:26px;height:1px;background:var(--gold);content:""}.eyebrow--light{color:#f3d89f}.kicker{color:var(--teal);font-family:var(--serif);font-size:1.05rem;font-style:italic}.skip-link{position:fixed;z-index:9999;top:12px;left:12px;padding:10px 16px;transform:translateY(-160%);border-radius:6px;background:var(--white);color:var(--forest);font-weight:700}.skip-link:focus{transform:translateY(0)}.screen-reader-text{position:absolute!important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.button-row--center{justify-content:center}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:9px;padding:13px 23px;border:1px solid transparent;border-radius:999px;font-size:.9rem;font-weight:800;line-height:1.1;transition:transform .25s,box-shadow .25s,background .25s,color .25s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--teal);box-shadow:0 10px 24px rgba(13,110,95,.18);color:var(--white)}.button--primary:hover{background:var(--forest);color:var(--white);box-shadow:0 14px 32px rgba(11,46,40,.24)}.button--outline{border-color:rgba(11,46,40,.25);background:0 0;color:var(--forest)}.button--outline:hover{border-color:var(--forest);color:var(--forest)}.button--cream{background:var(--cream);color:var(--forest)}.button--cream:hover{background:var(--white);color:var(--forest)}.button--ghost-light{border-color:rgba(255,255,255,.4);color:var(--white)}.button--ghost-light:hover{border-color:var(--white);color:var(--white)}.button--full{width:100%}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:800}.text-link:hover{gap:10px}.ent-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ent-team-card{display:grid;min-height:270px;grid-template-columns:52px 1fr;gap:18px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--cream-2)}.ent-team-card__index{display:grid;width:46px;height:46px;place-items:center;border-radius:15px;background:var(--forest);color:#fff;font-size:13px;font-weight:900}.ent-team-card h3{margin-bottom:7px;font-size:1.55rem}.ent-team-card__role{margin-bottom:18px;color:var(--teal);font-weight:800}.ent-team-card strong{display:block;margin-bottom:18px;color:var(--forest);font-size:1rem}.ent-team-card small{display:block;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:760px){.ent-team-grid{grid-template-columns:1fr}.ent-team-card{min-height:auto;padding:24px 20px}}.authority-context{padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream-2)}.authority-context .container{display:flex;align-items:center;justify-content:space-between;gap:34px}.authority-context h2{margin-bottom:8px;font-size:clamp(1.7rem, 3vw, 2.6rem)}.authority-context p{max-width:760px;margin:0;color:var(--muted)}.authority-context .button{flex:0 0 auto}@media (max-width:760px){.authority-context .container{align-items:stretch;flex-direction:column}.authority-context .button{width:100%}}.clinic-bar{position:relative;z-index:100;background:var(--forest);color:rgba(255,255,255,.82);font-size:.76rem}.clinic-bar__inner{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:24px}.clinic-bar p{display:flex;align-items:center;gap:9px;margin:0}.status-dot{width:7px;height:7px;border-radius:50%;background:#62d6aa;box-shadow:0 0 0 4px rgba(98,214,170,.12)}.clinic-bar__links{display:flex;gap:20px}.clinic-bar a{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.82)}.clinic-bar a:hover{color:var(--white)}.site-header{position:sticky;z-index:90;top:0;border-bottom:1px solid transparent;background:rgba(250,248,244,.94);backdrop-filter:blur(16px);transition:box-shadow .25s,border-color .25s}.site-header.is-scrolled{border-color:rgba(11,46,40,.08);box-shadow:0 10px 35px rgba(11,46,40,.08)}.header-inner{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;min-width:245px;align-items:center;gap:12px;color:var(--forest)}.brand:hover{color:var(--forest)}.brand-mark{position:relative;display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:50% 50% 50% 12px;background:var(--forest);color:var(--white);font-family:var(--serif)}.brand-mark::after{position:absolute;inset:4px;border:1px solid rgba(255,255,255,.28);border-radius:inherit;content:""}.brand-mark span{position:relative;z-index:1;font-size:.9rem}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-family:var(--serif);font-size:1.05rem;font-weight:600;letter-spacing:-.01em;line-height:1.1}.brand-copy small{margin-top:3px;color:var(--muted);font-size:.61rem;font-weight:700;letter-spacing:.065em;text-transform:uppercase}.primary-nav{display:flex;align-items:center;gap:24px}.primary-nav .menu{display:flex;align-items:center;gap:clamp(14px,1.6vw,26px);margin:0;padding:0;list-style:none}.primary-nav .menu a{position:relative;padding:30px 0;color:var(--ink);font-size:.82rem;font-weight:700}.primary-nav .menu a::after{position:absolute;right:50%;bottom:22px;left:50%;height:2px;background:var(--emerald);content:"";transition:right .2s,left .2s}.primary-nav .current-menu-item>a::after,.primary-nav .menu a:hover::after{right:0;left:0}.button--header{min-height:44px;padding:11px 18px;background:var(--forest);color:var(--white);font-size:.78rem}.button--header:hover{background:var(--teal);color:var(--white)}.menu-toggle{display:none;padding:9px;border:0;background:0 0;color:var(--forest);font-size:1.5rem}.custom-logo{width:auto;max-width:280px;height:62px;object-fit:contain}.hero{position:relative;overflow:hidden;padding:clamp(52px,7vw,100px) 0 46px;background:var(--cream)}.hero::before{position:absolute;top:-220px;left:-260px;width:620px;height:620px;border:1px solid rgba(13,110,95,.08);border-radius:50%;box-shadow:0 0 0 90px rgba(13,110,95,.025),0 0 0 180px rgba(13,110,95,.018);content:""}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.96fr) minmax(400px,.84fr);align-items:center;gap:clamp(42px,6vw,90px)}.hero-copy h1{max-width:720px}.hero-copy h1 em{color:var(--teal);font-weight:500}.hero-lead{max-width:640px;color:var(--muted);font-size:clamp(1.05rem, 1.4vw, 1.2rem)}.hero-copy .button-row{margin-top:30px}.hero-note{display:flex;align-items:center;gap:12px;margin-top:28px;color:var(--muted);font-size:.8rem}.hero-note svg{width:20px;height:20px;color:var(--emerald)}.hero-visual{position:relative;padding:0 0 34px 28px}.hero-image-frame{position:relative;overflow:hidden;aspect-ratio:4/4.35;border-radius:180px 180px 28px 28px;background:var(--cream-2);box-shadow:var(--shadow-lg)}.hero-image-frame::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(11,46,40,.28));content:""}.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:68% center}.hero-credential{position:absolute;z-index:2;right:-18px;bottom:0;width:min(310px,70%);padding:20px 22px;border:1px solid rgba(255,255,255,.65);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-sm);backdrop-filter:blur(12px)}.hero-credential strong{display:block;color:var(--forest);font-family:var(--serif);font-size:1.08rem;font-weight:600}.hero-credential span{color:var(--muted);font-size:.77rem}.hero-seal{position:absolute;z-index:3;bottom:28px;left:0;display:grid;width:94px;height:94px;place-items:center;border:7px solid var(--cream);border-radius:50%;background:var(--gold);color:var(--forest);text-align:center;transform:rotate(-7deg)}.hero-seal span{font-family:var(--serif);font-size:.72rem;font-weight:700;line-height:1.15}.trust-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin-top:64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-item{display:flex;min-height:90px;align-items:center;gap:13px;padding:18px 22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-number{color:var(--gold);font-family:var(--serif);font-size:1.9rem;line-height:1}.trust-item strong{display:block;color:var(--forest);font-size:.85rem}.trust-item span{color:var(--muted);font-size:.7rem}.two-column{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:clamp(50px,8vw,110px)}.editorial-copy h2{max-width:700px}.editorial-copy>p:not(.eyebrow){color:var(--muted);font-size:1.05rem}.feature-list{display:grid;gap:0;margin:30px 0}.feature-list__item{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:18px 0;border-top:1px solid var(--line)}.feature-list__item:last-child{border-bottom:1px solid var(--line)}.feature-list__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:rgba(31,161,132,.1);color:var(--teal)}.feature-list__item h3{margin:0 0 3px;font-family:var(--sans);font-size:.96rem;font-weight:800;letter-spacing:0}.feature-list__item p{margin:0;color:var(--muted);font-size:.82rem}.assessment-panel{position:relative;overflow:hidden;padding:clamp(32px,5vw,60px);border-radius:var(--radius-lg);background:var(--forest);color:rgba(255,255,255,.78)}.assessment-panel::before{position:absolute;top:-90px;right:-90px;width:270px;height:270px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);content:""}.assessment-panel h3{position:relative;color:var(--white);font-size:clamp(1.75rem, 3vw, 2.55rem)}.assessment-quote{position:relative;margin-bottom:34px;color:#f2d69c;font-family:var(--serif);font-size:1.2rem;font-style:italic}.assessment-steps{position:relative;display:grid;gap:22px;margin:0;padding:0;counter-reset:step;list-style:none}.assessment-steps li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;counter-increment:step}.assessment-steps li::before{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#f2d69c;content:counter(step,decimal-leading-zero);font-size:.68rem;font-weight:800}.assessment-steps strong{display:block;color:var(--white);font-size:.88rem}.assessment-steps span{color:rgba(255,255,255,.6);font-size:.8rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;display:flex;min-height:275px;flex-direction:column;padding:30px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .3s,border-color .3s,box-shadow .3s}.service-card:hover{z-index:2;transform:translateY(-7px);border-color:rgba(13,110,95,.28);box-shadow:var(--shadow-lg)}.service-card__number{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px;color:var(--gold);font-family:var(--serif);font-size:.82rem}.service-card__number::after{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;content:"↗";display:grid;place-items:center;color:var(--teal);font-family:var(--sans);transition:background .2s,color .2s}.service-card:hover .service-card__number::after{background:var(--teal);color:var(--white)}.service-card h3{margin-bottom:10px}.service-card p{margin-bottom:24px;color:var(--muted);font-size:.86rem}.service-card .text-link{margin-top:auto;font-size:.8rem}.service-card--featured{border-color:var(--forest);background:var(--forest)}.service-card--featured .text-link,.service-card--featured h3{color:var(--white)}.service-card--featured p{color:rgba(255,255,255,.62)}.service-card--featured .service-card__number::after{border-color:rgba(255,255,255,.18);color:var(--white)}.condition-wrap{margin-top:44px;padding:28px;border-radius:var(--radius);background:var(--cream-2)}.condition-wrap strong{display:block;margin-bottom:14px;color:var(--forest);font-family:var(--serif);font-size:1.1rem}.condition-list{display:flex;flex-wrap:wrap;gap:9px}.condition-list span{padding:8px 13px;border:1px solid rgba(11,46,40,.1);border-radius:999px;background:rgba(255,255,255,.7);color:var(--ink);font-size:.76rem;font-weight:700}.doctor-grid{position:relative;z-index:1;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(50px,9vw,120px)}.doctor-card{position:relative;max-width:420px;margin-inline:auto;padding:38px;border:1px solid rgba(255,255,255,.13);border-radius:190px 190px 28px 28px;background:rgba(255,255,255,.055);text-align:center}.doctor-monogram{display:grid;width:190px;height:190px;margin:0 auto 28px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;box-shadow:inset 0 0 0 14px rgba(255,255,255,.04);color:#efd297;font-family:var(--serif);font-size:4.2rem}.doctor-card h3{margin-bottom:5px}.doctor-card p{margin:0;color:rgba(255,255,255,.62);font-size:.82rem}.doctor-card .credential-pill{display:inline-flex;margin-top:22px;padding:9px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#efd297;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.doctor-copy blockquote{margin:30px 0;padding-left:24px;border-left:2px solid var(--gold);color:var(--white);font-family:var(--serif);font-size:clamp(1.25rem, 2.2vw, 1.8rem);font-style:italic;line-height:1.35}.doctor-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}.doctor-points span{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.78);font-size:.82rem}.doctor-points svg{color:#efd297}.tech-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:clamp(34px,6vw,78px)}.media-card{position:relative;overflow:hidden;min-height:520px;border-radius:var(--radius-lg)}.media-card img{width:100%;height:100%;object-fit:cover}.media-card__badge{position:absolute;right:20px;bottom:20px;max-width:240px;padding:17px 19px;border-radius:14px;background:rgba(11,46,40,.92);color:var(--white);backdrop-filter:blur(10px)}.media-card__badge strong{display:block;font-family:var(--serif);font-size:1rem}.media-card__badge span{color:rgba(255,255,255,.65);font-size:.7rem}.tech-copy{padding:clamp(10px,4vw,50px) 0}.tech-copy>p{color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}.metric{padding:20px;border:1px solid var(--line);border-radius:15px;background:var(--white)}.metric strong{display:block;margin-bottom:5px;color:var(--forest);font-family:var(--serif);font-size:1.15rem}.metric span{color:var(--muted);font-size:.75rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:54px;counter-reset:process}.process-step{position:relative;min-height:245px;padding:34px 26px;border-top:1px solid rgba(255,255,255,.18);border-right:1px solid rgba(255,255,255,.12);counter-increment:process}.process-step:last-child{border-right:0}.process-step::before{display:grid;width:45px;height:45px;margin-bottom:44px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#efd297;content:counter(process,decimal-leading-zero);font-size:.72rem;font-weight:800}.process-step h3{font-family:var(--sans);font-size:1rem;font-weight:800;letter-spacing:0}.process-step p{color:rgba(255,255,255,.58);font-size:.8rem}.home-visit-card{display:grid;overflow:hidden;grid-template-columns:1fr 1fr;border-radius:var(--radius-lg);background:var(--cream-2)}.home-visit-card__image{min-height:520px}.home-visit-card__image img{width:100%;height:100%;object-fit:cover}.home-visit-card__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,78px)}.home-visit-card__copy>p{color:var(--muted)}.mini-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;margin:20px 0 30px}.mini-checks span{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700}.mini-checks svg{color:var(--emerald)}.area-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:clamp(36px,6vw,72px);border-radius:var(--radius-lg);background:var(--forest);color:rgba(255,255,255,.68)}.area-panel h2{color:var(--white)}.area-panel .eyebrow{color:#efd297}.area-panel__list{display:flex;flex-wrap:wrap;align-content:center;gap:10px}.area-panel__list span{padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.85);font-size:.75rem;font-weight:700}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,8vw,110px)}.faq-intro{position:sticky;top:130px;align-self:start}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{display:grid;width:100%;grid-template-columns:1fr 38px;align-items:center;gap:20px;padding:24px 0;border:0;background:0 0;color:var(--forest);text-align:left;font-family:var(--serif);font-size:1.22rem;font-weight:600}.faq-question span:last-child{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:var(--sans);font-size:1rem;transition:transform .25s}.faq-answer{display:grid;grid-template-rows:0fr;color:var(--muted);transition:grid-template-rows .3s}.faq-answer>div{overflow:hidden}.faq-answer p{padding:0 50px 24px 0}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-question span:last-child{transform:rotate(45deg);background:var(--teal);color:var(--white)}.contact-section{overflow:hidden;background:var(--cream-2)}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(36px,7vw,90px)}.contact-copy{align-self:center}.contact-copy>p{color:var(--muted)}.contact-methods{display:grid;gap:12px;margin-top:30px}.contact-method{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line);color:var(--ink)}.contact-method__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--white);color:var(--teal)}.contact-method strong{display:block;color:var(--forest);font-size:.82rem}.contact-method span{color:var(--muted);font-size:.78rem}.appointment-form{padding:clamp(28px,4.5vw,52px);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm)}.form-heading{margin-bottom:28px}.form-heading h3{margin-bottom:6px}.form-heading p{margin:0;color:var(--muted);font-size:.8rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field--full{grid-column:1/-1}.form-field label{color:var(--forest);font-size:13px;font-weight:800}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:49px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:var(--cream);color:var(--ink);outline:0;transition:border-color .2s,box-shadow .2s}.form-field textarea{min-height:110px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--emerald);box-shadow:0 0 0 3px rgba(31,161,132,.11)}.form-consent{display:flex;grid-column:1/-1;align-items:flex-start;gap:9px;color:var(--muted);font-size:13px}.form-consent input{width:24px;height:24px;flex:0 0 24px;margin-top:1px}.form-actions{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:18px;margin-top:4px}.form-actions small{max-width:280px;color:var(--muted);font-size:13px}.form-status{margin-bottom:18px;padding:12px 14px;border-radius:9px;font-size:13px}.form-status--success{background:#e5f5ef;color:#0a6655}.form-status--error{background:#fce9e5;color:#8e3325}.form-status a{color:inherit;text-decoration:underline}.form-privacy-note,.form-required{color:var(--muted);font-size:13px}.form-privacy-note{padding:12px;border:1px solid var(--line);border-radius:9px;background:var(--cream)}.field-error{display:block;margin-top:5px;color:#8e3325;font-size:13px;font-weight:800}.form-field [aria-invalid=true]{border-color:#b8422f}.dtmc-hp{position:absolute!important;left:-10000px!important}.prefooter-cta{padding:55px 0;background:var(--teal);color:var(--white)}.prefooter-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.prefooter-cta h2{max-width:680px;margin:0;color:var(--white);font-size:clamp(1.8rem, 3.5vw, 3rem)}.site-footer{padding:74px 0 0;background:#071f1b;color:rgba(255,255,255,.6)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:clamp(32px,5vw,70px);padding-bottom:64px}.brand--footer,.brand--footer:hover{color:var(--white)}.brand-mark--light{background:rgba(255,255,255,.1);color:#f2d69c}.brand--footer .brand-copy small{color:rgba(255,255,255,.45)}.footer-brand p{max-width:360px;margin-top:20px;font-size:.8rem}.footer-brand .credential{color:#e9cb90;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.site-footer h2{margin-bottom:20px;color:var(--white);font-family:var(--sans);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-footer ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.site-footer li{line-height:1.35}.site-footer a{color:rgba(255,255,255,.62);font-size:.78rem}.site-footer a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-contact address{margin-bottom:7px;color:rgba(255,255,255,.62);font-size:.76rem;font-style:normal}.footer-contact .directions-link{margin-top:6px;color:#e8ca90;font-weight:800}.footer-bottom{display:flex;justify-content:space-between;gap:40px;padding:22px 0;border-top:1px solid rgba(255,255,255,.08);font-size:.64rem}.footer-bottom p{max-width:580px;margin:0}.footer-bottom p:last-child{text-align:right}.mobile-whatsapp{position:fixed;z-index:80;right:18px;bottom:18px;display:none;min-height:48px;align-items:center;gap:8px;padding:10px 17px;border-radius:999px;background:#168b70;box-shadow:0 10px 35px rgba(11,46,40,.3);color:var(--white);font-size:.78rem;font-weight:800}.mobile-whatsapp:hover{color:var(--white)}.page-hero{position:relative;overflow:hidden;padding:clamp(70px,9vw,125px) 0;background:var(--forest);color:rgba(255,255,255,.7)}.page-hero::after{position:absolute;top:-280px;right:-120px;width:620px;height:620px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018);content:""}.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:900px;color:var(--white)}.page-hero p{max-width:690px;margin-bottom:0;font-size:1.08rem}.page-content{max-width:780px;margin-inline:auto}.page-content>*+*{margin-top:1.2em}.page-content h2,.page-content h3{margin-top:1.6em}.page-content img{border-radius:var(--radius)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px}.sidebar-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.sidebar{position:sticky;top:120px;align-self:start}.sidebar h2{font-size:1.55rem}.sidebar p{color:var(--muted);font-size:.82rem}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.post-card img{aspect-ratio:3/2;object-fit:cover}.post-card__content{padding:24px}.post-card h2{font-size:1.5rem}.post-card h2 a{color:var(--forest)}.post-card p{color:var(--muted);font-size:.8rem}.post-meta{font-size:.68rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.empty-state{padding:50px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);text-align:center}.error-page{min-height:66vh;display:flex;align-items:center}.error-page p{color:var(--muted);font-size:1.1rem}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.detail-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.detail-card h3{font-size:1.25rem}.detail-card p{margin:0;color:var(--muted);font-size:.84rem}.map-placeholder{display:grid;min-height:380px;place-items:center;padding:40px;border-radius:var(--radius);background:linear-gradient(135deg,#dce9e3,#eef1eb);text-align:center}.map-placeholder svg{width:54px;height:54px;margin-bottom:18px;color:var(--teal)}.disclaimer{padding:18px 20px;border-left:3px solid var(--gold);background:#f6f0e3;color:var(--muted);font-size:.78rem}[data-reveal]{opacity:1;transform:none}.mt-motion-ready [data-reveal]{opacity:1;transform:translateY(18px);transition:transform .7s}.mt-motion-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;transition-duration:NaNs!important;animation-duration:NaNs!important}.mt-motion-ready [data-reveal]{opacity:1;transform:none}}@media (max-width:1120px){.clinic-bar__links a:last-child{display:none}.menu-toggle{display:inline-flex}.primary-nav{position:fixed;inset:120px 0 auto;display:block;max-height:0;overflow:hidden;background:var(--cream);opacity:0;visibility:hidden;transition:max-height .35s,opacity .2s,visibility .2s}.primary-nav.is-open{max-height:calc(100vh - 120px);overflow-y:auto;border-top:1px solid var(--line);box-shadow:0 20px 40px rgba(11,46,40,.12);opacity:1;visibility:visible}.primary-nav .menu{display:block;padding:20px}.primary-nav .menu a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:.95rem}.primary-nav .menu a::after{display:none}.primary-nav .button--header{margin:0 20px 25px}.hero-grid{grid-template-columns:1fr 440px;gap:38px}.hero h1{font-size:clamp(2.6rem, 5.2vw, 4.2rem)}.service-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr .7fr 1fr}.footer-contact{grid-column:1/-1}}@media (max-width:900px){.section-heading{display:block}.section-heading .button{margin-top:15px}.area-panel,.contact-grid,.content-layout,.doctor-grid,.faq-layout,.hero-grid,.tech-grid,.two-column{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .button-row,.hero-copy .eyebrow,.hero-note{justify-content:center}.hero-lead{margin-inline:auto}.hero-visual{width:min(100%,520px);margin-inline:auto}.hero-image-frame{aspect-ratio:4/4}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.doctor-card{width:min(100%,400px)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2){border-right:0}.home-visit-card{grid-template-columns:1fr}.home-visit-card__image{min-height:390px}.area-panel{gap:25px}.faq-intro,.sidebar{position:static}.prefooter-cta__inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:auto}}@media (max-width:620px){body{font-size:15px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:74px 0}.clinic-bar__inner{justify-content:center;text-align:center}.clinic-bar__links{display:none}.clinic-bar p{font-size:.66rem}.header-inner{min-height:74px}.brand{min-width:0}.brand-mark{width:42px;height:42px;flex-basis:42px}.brand-copy strong{font-size:.96rem}.brand-copy small{font-size:.52rem}.primary-nav{inset:112px 0 auto}.hero{padding-top:50px}.hero-copy h1{font-size:clamp(2.55rem, 13vw, 3.55rem)}.hero-copy .button-row .button{width:100%}.hero-visual{padding-left:14px}.hero-image-frame{border-radius:130px 130px 22px 22px}.hero-seal{width:78px;height:78px;border-width:5px}.hero-credential{right:0;padding:16px}.trust-strip{margin-top:45px}.trust-item{min-height:86px;padding:15px 10px}.trust-item span{display:none}.detail-grid,.doctor-points,.form-grid,.metric-grid,.mini-checks,.post-grid,.service-grid{grid-template-columns:1fr}.form-actions,.form-consent,.form-field--full{grid-column:auto}.service-card{min-height:245px}.process-grid{grid-template-columns:1fr}.process-step{min-height:auto;border-right:0}.home-visit-card__image{min-height:300px}.area-panel{padding:32px 24px}.form-actions{align-items:stretch;flex-direction:column}.form-actions .button,.prefooter-cta .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px;padding-bottom:85px}.footer-bottom p:last-child{text-align:left}.mobile-whatsapp{display:inline-flex}.faq-answer p{padding-right:0}}body.mt-site:not(.dtmc-front-page){background:#f4f7f4;color:#17312d;font-size:17px}body.mt-site:not(.dtmc-front-page) .page-hero{padding:clamp(82px,10vw,145px) 0;background:radial-gradient(700px 480px at 85% 0,rgba(66,217,188,.14),transparent 65%),linear-gradient(145deg,#041714,#082d27);color:rgba(255,255,255,.72)}body.mt-site:not(.dtmc-front-page) .page-hero::after{opacity:.6}body.mt-site:not(.dtmc-front-page) .page-hero h1{max-width:980px;color:#fff;font-size:clamp(3rem,6.5vw,6.4rem);line-height:.98}body.mt-site:not(.dtmc-front-page) .page-hero p{max-width:720px;font-size:1.12rem;line-height:1.65}body.mt-site:not(.dtmc-front-page) .page-hero .eyebrow{color:#78efe0;font-size:13px;letter-spacing:.1em}body.mt-site:not(.dtmc-front-page) .section{padding:clamp(82px,9vw,128px) 0}body.mt-site:not(.dtmc-front-page) .page-content{max-width:720px;font-size:17px;line-height:1.72}body.mt-site:not(.dtmc-front-page) .page-content>p:first-of-type{font-size:1.08em}body.mt-site:not(.dtmc-front-page) .page-content h2{font-size:clamp(2.1rem,4vw,3.5rem)}body.mt-site:not(.dtmc-front-page) .page-content h3{font-size:clamp(1.45rem,2.4vw,2rem)}body.mt-site:not(.dtmc-front-page) .content-layout{grid-template-columns:minmax(0,1fr) 360px;gap:clamp(42px,7vw,90px)}body.mt-site:not(.dtmc-front-page) .sidebar-card{padding:32px;border-radius:24px;box-shadow:0 14px 45px rgba(5,45,39,.06)}body.mt-site:not(.dtmc-front-page) .sidebar-card h2{font-size:1.8rem}body.mt-site:not(.dtmc-front-page) .sidebar-card p{font-size:15px;line-height:1.6}body.mt-site:not(.dtmc-front-page) .disclaimer{margin-top:36px;padding:22px 24px;border-left-color:#c99c4a;background:#faf8f3;color:#516761;font-size:14px;line-height:1.6}body.mt-site:not(.dtmc-front-page) .post-grid{gap:24px}body.mt-site:not(.dtmc-front-page) .post-card{border-radius:22px;box-shadow:0 10px 34px rgba(5,45,39,.05);transition:transform .22s,box-shadow .22s}body.mt-site:not(.dtmc-front-page) .post-card:hover{box-shadow:0 20px 55px rgba(5,45,39,.1);transform:translateY(-4px)}body.mt-site:not(.dtmc-front-page) .post-card__content{padding:28px}body.mt-site:not(.dtmc-front-page) .post-card h2{font-size:1.75rem}body.mt-site:not(.dtmc-front-page) .post-card p{color:#516761;font-size:15px;line-height:1.6}body.mt-site:not(.dtmc-front-page) .post-meta{font-size:13px!important;letter-spacing:.06em}body.mt-site:not(.dtmc-front-page) .empty-state{padding:64px 32px;border-radius:24px;background:#fff}body.mt-site:not(.dtmc-front-page) .home-visit-card__copy>p{color:#516761}.dtmc-map-embed{position:relative;overflow:hidden;width:100%;min-height:360px;aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius);background:#dce9e3;box-shadow:0 18px 50px rgba(7,42,37,.1)}.dtmc-map-embed iframe{display:block;width:100%;height:100%;min-height:360px;border:0}@media(max-width:620px){body.mt-site:not(.dtmc-front-page){font-size:16px}body.mt-site:not(.dtmc-front-page) .page-hero{padding:72px 0}body.mt-site:not(.dtmc-front-page) .page-hero h1{font-size:clamp(2.55rem,12vw,3.8rem)}body.mt-site:not(.dtmc-front-page) .page-hero p{font-size:16px}body.mt-site:not(.dtmc-front-page) .section{padding:68px 0}body.mt-site:not(.dtmc-front-page) .page-content{font-size:16px}body.mt-site:not(.dtmc-front-page) .post-grid{grid-template-columns:1fr}.dtmc-map-embed,.dtmc-map-embed iframe{min-height:320px}.dtmc-map-embed{aspect-ratio:1/1}}.service-ecosystem{background:var(--cream)}.service-ecosystem .section-heading{margin-bottom:42px}.service-ecosystem .section-heading h2,.service-ecosystem__split-head h2{max-width:880px}.service-ecosystem__hero{padding-bottom:88px}.service-ecosystem__hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:end;gap:clamp(42px,7vw,96px)}.service-ecosystem__hero h1{max-width:900px}.service-ecosystem__hero-actions,.service-ecosystem__inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.service-ecosystem__orientation{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.07);box-shadow:0 22px 65px rgba(0,0,0,.16)}.service-ecosystem__orientation strong{display:block;color:#fff;font-family:var(--serif);font-size:1.35rem;line-height:1.25}.service-ecosystem__orientation p{margin:12px 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}.service-ecosystem__orientation a{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:var(--emerald);font-size:14px;font-weight:800}.service-ecosystem__jump{position:sticky;z-index:40;top:var(--mt-nav);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(8,42,36,.06);backdrop-filter:blur(14px)}.service-ecosystem__jump .container{display:flex;overflow-x:auto;gap:6px;padding-block:8px;scrollbar-width:thin}.service-ecosystem__jump a{display:inline-flex;min-height:44px;flex:0 0 auto;align-items:center;padding:8px 14px;border-radius:999px;color:var(--forest);font-size:13px;font-weight:800}.service-ecosystem__jump a:hover{background:var(--cream-2)}.service-ecosystem__signal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:30px}.service-ecosystem__signal-grid article{min-height:260px;padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}.service-ecosystem__signal-grid article>span{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:var(--forest);color:#fff;font-size:12px;font-weight:800}.service-ecosystem__signal-grid h3{margin-top:30px;font-size:1.35rem}.service-ecosystem__signal-grid p{color:var(--muted);font-size:15px;line-height:1.65}.service-ecosystem__audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.service-ecosystem__audience-grid a,.service-ecosystem__program-grid a{display:flex;min-height:190px;flex-direction:column;justify-content:flex-end;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(8,42,36,.05);transition:transform .25s,border-color .25s}.service-ecosystem__audience-grid a:hover,.service-ecosystem__program-grid a:hover{border-color:rgba(13,110,95,.35);transform:translateY(-3px)}.service-ecosystem__audience-grid strong,.service-ecosystem__program-grid strong{color:var(--forest);font-family:var(--serif);font-size:1.25rem;line-height:1.2}.service-ecosystem__audience-grid span,.service-ecosystem__program-grid span{margin-top:10px;color:var(--muted);font-size:14px;line-height:1.55}.service-ecosystem__split-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:50px;margin-bottom:42px}.service-ecosystem__split-head>p{max-width:540px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.service-ecosystem__condition-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.service-ecosystem__condition-links a{display:flex;min-height:150px;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--white)}.service-ecosystem__condition-links strong{color:var(--forest);font-family:var(--serif);font-size:1.05rem}.service-ecosystem__condition-links span{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.5}.service-ecosystem__process{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.service-ecosystem__process li{display:grid;min-height:210px;grid-template-columns:54px 1fr;gap:18px;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}.service-ecosystem__process li>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:var(--teal);color:#fff;font-size:12px;font-weight:800}.service-ecosystem__process h3{font-size:1.35rem}.service-ecosystem__process p{color:var(--muted);font-size:15px;line-height:1.65}.service-ecosystem__family{margin-top:42px;padding-top:34px;border-top:1px solid var(--line);scroll-margin-top:calc(var(--mt-nav) + 75px)}.service-ecosystem__family:first-of-type{margin-top:0;padding-top:0;border-top:0}.service-ecosystem__family-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,1.2fr);gap:40px;margin-bottom:22px}.service-ecosystem__family-head h3{font-size:clamp(1.6rem,3vw,2.35rem)}.service-ecosystem__family-head p{max-width:620px;margin:0;color:var(--muted);line-height:1.65}.service-ecosystem__service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-ecosystem__service-grid article{display:flex;min-height:285px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(8,42,36,.045)}.service-ecosystem__service-grid article>span{color:var(--teal);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.service-ecosystem__service-grid h4{margin:20px 0 10px;font-family:var(--serif);font-size:1.4rem;line-height:1.2}.service-ecosystem__service-grid h4 a{display:inline-flex;min-height:44px;align-items:center;color:var(--forest)}.service-ecosystem__service-grid p{color:var(--muted);font-size:14px;line-height:1.6}.service-ecosystem__service-grid .text-link{min-height:44px;margin-top:auto}.service-ecosystem__method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.service-ecosystem__method-grid article{min-height:220px;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff}.service-ecosystem__method-grid h3{font-size:1.25rem}.service-ecosystem__method-grid p{color:var(--muted);font-size:14px;line-height:1.65}.service-ecosystem__recovery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;border:1px solid var(--line);border-radius:28px;background:#fff;list-style:none}.service-ecosystem__recovery li{min-height:255px;padding:30px;border-right:1px solid var(--line)}.service-ecosystem__recovery li:last-child{border-right:0}.service-ecosystem__recovery span{color:var(--teal);font-size:12px;font-weight:800}.service-ecosystem__recovery h3{margin-top:34px;font-size:1.4rem}.service-ecosystem__recovery p{color:var(--muted);font-size:14px;line-height:1.65}.service-ecosystem__goal-note{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:36px;margin-top:24px;padding:28px;border-radius:22px;background:var(--forest);color:#fff}.service-ecosystem__goal-note h3{color:#fff;font-size:1.45rem}.service-ecosystem__goal-note p{margin:0;color:rgba(255,255,255,.72);line-height:1.7}.service-ecosystem__program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-ecosystem__program-grid a{min-height:180px}.service-ecosystem__trust-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(45px,8vw,100px);align-items:start}.service-ecosystem__trust-grid>div p{max-width:720px;color:var(--muted);line-height:1.75}.service-ecosystem__trust-grid aside{padding:30px;border-radius:24px;background:var(--forest);color:#fff}.service-ecosystem__trust-grid aside>strong{font-family:var(--serif);font-size:1.35rem}.service-ecosystem__trust-grid aside ul{display:grid;gap:12px;margin:20px 0 0;padding-left:20px;color:rgba(255,255,255,.75);font-size:14px;line-height:1.55}.service-ecosystem__inline-actions a{display:inline-flex;min-height:44px;align-items:center;padding:8px 0;color:var(--teal);font-weight:800;text-decoration:underline;text-underline-offset:4px}.service-ecosystem__local-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);gap:clamp(45px,8vw,100px)}.service-ecosystem__local-grid address{max-width:680px;color:var(--forest);font-size:16px;font-style:normal;font-weight:700;line-height:1.65}.service-ecosystem__local-grid p{color:var(--muted);line-height:1.7}.service-ecosystem__local-grid h3{font-size:1.35rem}.service-ecosystem__area-cloud{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.service-ecosystem__area-cloud span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);font-size:12px;font-weight:700}.service-ecosystem__faq{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:clamp(45px,8vw,100px);align-items:start}.service-ecosystem__faq>div:first-child{position:sticky;top:calc(var(--mt-nav) + 80px)}.service-ecosystem__faq>div:first-child p{color:var(--muted);line-height:1.7}.service-ecosystem__faq details{border-bottom:1px solid var(--line)}.service-ecosystem__faq details:first-child{border-top:1px solid var(--line)}.service-ecosystem__faq summary{display:grid;min-height:72px;grid-template-columns:1fr 42px;align-items:center;gap:18px;color:var(--forest);font-family:var(--serif);font-size:1.1rem;font-weight:800;list-style:none;cursor:pointer}.service-ecosystem__faq summary::-webkit-details-marker{display:none}.service-ecosystem__faq summary span{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:var(--sans);transition:transform .2s,background .2s,color .2s}.service-ecosystem__faq details[open] summary span{background:var(--teal);color:#fff;transform:rotate(45deg)}.service-ecosystem__faq details p{max-width:760px;margin:0;padding:0 55px 24px 0;color:var(--muted);line-height:1.7}.service-ecosystem__conversion{padding:clamp(80px,9vw,130px) 0;background:radial-gradient(600px 400px at 10% 90%,rgba(66,217,188,.12),transparent 65%),linear-gradient(145deg,#061e1b,#0a302c);color:#fff}.service-ecosystem__conversion .container{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);align-items:end;gap:60px}.service-ecosystem__conversion h2{color:#fff}.service-ecosystem__conversion p{max-width:700px;color:rgba(255,255,255,.7);line-height:1.7}.service-ecosystem__conversion .container>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}@media(max-width:1120px){.service-ecosystem__audience-grid,.service-ecosystem__method-grid,.service-ecosystem__signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-ecosystem__condition-links{grid-template-columns:repeat(3,minmax(0,1fr))}.service-ecosystem__recovery,.service-ecosystem__service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-ecosystem__recovery li:nth-child(2){border-right:0}.service-ecosystem__recovery li:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:900px){body.mt-site:not(.dtmc-front-page) .content-layout{grid-template-columns:1fr}body.mt-site:not(.dtmc-front-page) .sidebar{position:static}.service-ecosystem__conversion .container,.service-ecosystem__family-head,.service-ecosystem__faq,.service-ecosystem__hero-grid,.service-ecosystem__local-grid,.service-ecosystem__split-head,.service-ecosystem__trust-grid{grid-template-columns:1fr}.service-ecosystem__hero-grid{align-items:start}.service-ecosystem__orientation{max-width:620px}.service-ecosystem__condition-links{grid-template-columns:repeat(2,minmax(0,1fr))}.service-ecosystem__faq>div:first-child{position:static}.service-ecosystem__conversion .container>div:last-child{justify-content:flex-start}}@media(max-width:620px){.service-ecosystem__hero{padding-bottom:64px}.service-ecosystem__hero-actions{align-items:stretch;flex-direction:column}.service-ecosystem__hero-actions .button{width:100%}.service-ecosystem__jump{top:72px}.service-ecosystem__audience-grid,.service-ecosystem__condition-links,.service-ecosystem__method-grid,.service-ecosystem__process,.service-ecosystem__program-grid,.service-ecosystem__service-grid,.service-ecosystem__signal-grid{grid-template-columns:1fr}.service-ecosystem__audience-grid a,.service-ecosystem__signal-grid article{min-height:auto}.service-ecosystem__process li{min-height:auto;grid-template-columns:48px 1fr;padding:22px 18px}.service-ecosystem__family{scroll-margin-top:130px}.service-ecosystem__family-head{gap:10px}.service-ecosystem__service-grid article{min-height:250px}.service-ecosystem__recovery{grid-template-columns:1fr}.service-ecosystem__recovery li{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.service-ecosystem__recovery li:last-child{border-bottom:0}.service-ecosystem__goal-note{grid-template-columns:1fr}.service-ecosystem__conversion .container>div:last-child{align-items:stretch;flex-direction:column}.service-ecosystem__conversion .button{width:100%}.service-ecosystem__faq details p{padding-right:0}}.service-ecosystem__trust-grid>div p a{font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.service-pillar .service-ecosystem__service-grid h3{margin:20px 0 10px;font-size:1.4rem;line-height:1.2}.service-pillar .service-ecosystem__service-grid h3 a{display:inline-flex;min-height:44px;align-items:center;color:var(--forest)}.service-ecosystem__domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-ecosystem__domain-grid article{display:flex;min-height:260px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(8,42,36,.045)}.service-ecosystem__domain-grid article>span{color:var(--teal);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.service-ecosystem__domain-grid h3{margin:24px 0 10px;font-size:1.4rem;line-height:1.2}.service-ecosystem__domain-grid h3 a{display:inline-flex;min-height:44px;align-items:center;color:var(--forest)}.service-ecosystem__domain-grid p{color:var(--muted);font-size:14px;line-height:1.65}.service-ecosystem__domain-grid small{margin-top:auto;color:var(--teal);font-size:12px;font-weight:700}.service-ecosystem__symptom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-ecosystem__symptom-grid article{min-height:200px;padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff}.service-ecosystem__symptom-grid h3{font-size:1.22rem;line-height:1.25}.service-ecosystem__symptom-grid p{color:var(--muted);font-size:14px;line-height:1.65}.service-ecosystem__assessment-facets{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.service-ecosystem__assessment-facets span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);font-size:12px;font-weight:700}.service-specific-faq{margin-top:2.2em}.service-specific-faq details{border-bottom:1px solid var(--line)}.service-specific-faq details:first-of-type{border-top:1px solid var(--line)}.service-specific-faq summary{display:grid;min-height:64px;grid-template-columns:1fr 38px;align-items:center;gap:16px;color:var(--forest);font-weight:800;list-style:none;cursor:pointer}.service-specific-faq summary::-webkit-details-marker{display:none}.service-specific-faq summary span{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:50%;transition:transform .2s,background .2s,color .2s}.service-specific-faq details[open] summary span{background:var(--teal);color:#fff;transform:rotate(45deg)}.service-specific-faq details p{margin:0;padding:0 48px 20px 0;color:var(--muted);font-size:15px;line-height:1.65}@media(max-width:900px){.service-ecosystem__domain-grid,.service-ecosystem__symptom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.service-ecosystem__domain-grid,.service-ecosystem__symptom-grid{grid-template-columns:1fr}.service-ecosystem__domain-grid article,.service-ecosystem__symptom-grid article{min-height:auto}.service-specific-faq details p{padding-right:0}}.service-ecosystem__orientation small{display:block;margin-top:14px;color:var(--emerald);font-size:12px;font-weight:700;line-height:1.55}.service-ecosystem__reviewed{padding:14px 16px;border-left:4px solid var(--teal);background:var(--cream-2);color:var(--forest)!important;font-size:14px!important}