/*
Theme Name: MTM - Child
Version: 587
Description: A child theme of DMM by Almina — More Than Medical Wellness
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
}

#header a.btn {
    padding: 10px 15px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: var(--pColor) !important;
}
.navigation ul ul{background: #fff !important;}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

/* Footer */
.copyrights {
    padding: 5vh 0px;
}

.copyrights p a {
    line-height: 1;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer {
    margin: 0px;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    margin: 0px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
}

.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
    gap: 35px;
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: var(--pColor);
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    margin-bottom: 13px;
    position: absolute !important;!i;!;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

section.new-service-section .dm-half:nth-child(2),
section.n-s-section .dm-third:nth-child(2),
.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
section.new-service-section .dm-half:nth-child(3),
section.n-s-section .dm-third:nth-child(3),
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
section.new-service-section .dm-half:nth-child(4),
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
    padding: 6vh 0px;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 0px;
}

section.new-service-section .dm-half p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0px;
}

section.new-service-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

section.new-service-section span {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--pColor);
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px;
    font-size: 17px;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    align-items: inherit;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    padding: 6vh 0px;
    background: #ffffff;
    position: relative;
    background-size: 50%;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
    background: rgb(255 255 255 / 95%);
}

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    height: 45vw;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

/* Welcome */
section.central-welcome {padding: 3vh 0px;}

section.central-welcome .container-wide {
}

section.central-welcome h2 {font-size: 55px;text-align: center;}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {flex: 1 1 45%;position: relative;z-index: 1;}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 55%;
    margin-top: -20px;
    max-width: 55%;
}

#site-header .container-wide {
}

.container-wide {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
}

section.central-welcome h3 {
    color: #fff;
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    padding: 20px 20px;
    display: none;
}

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -51px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        margin-right: 0px;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: #fff;
    padding: 10px 0px;
    float: none;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 139px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 23%;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#logo img {
    float: none;
    max-width: 200px;
}

ul#menu-main-menu a {
}

#secondary-navigation a {
    padding: 10px 15px;
}

div#regular-header {
    background: var(--pColor);
}

div#regular-header * {
    color: #fff;
}

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 0px;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 0px 15px;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-caption h2 p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-left: 0px;
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgb(0 0 0 / 53%) 100%);
}

.carousel-caption h2 {
    color: #fff;
    font-size: 60px;
    max-width: 720px;
    line-height: 1.2;
    margin-bottom: 25px;
}

html .video_holder {
    height: calc(100vh - 135px);
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {
    .copyrights .dm-half {
        flex: 1 1 100%;
    }

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {    height: 250px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        margin-left: 15px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: space-between;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

    section.visit-us-today {padding: 5vh 10px;}

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
        flex: 1 1 100%;
        text-align: center !important;!i;!;
        justify-content: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}

div#regular-header * {
    color: #000;
}

.dm-half.social-header {
    display: flex;
    justify-content: flex-end;
}

.social-header .social-icons a {
    padding: 0px 5px;
}

.dm-half.social-header .dm-rate-us {
    padding: 10px 15px;
    background: var(--aColor);
    margin: 0px;
}

.dm-half.social-header > * {
    padding: 10px 15px;
}

.dm-half.social-header .dm-rate-us span {
    text-transform: uppercase;
    font-size: 18px;
}

.video-location {
    max-width: 1300px;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.video-location i {
    color: #F4F4EA;
}

.video-location a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

#header .header-inline-appt a {
    font-size: 14px !important;
    color: #fff !important;!I;!;
}

section.home-icons {
    background-color: whitesmoke;
    padding: 11vh 0px;
    position: relative;
}

section.home-icons .dm-flex {
    align-items: inherit;
}

section.home-icons h4 {
    color: rgb(53, 52, 49);
    font-weight: bold;
    font-size: 30px;
}

section.home-icons h4:after {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--pColor);
    display: block;
    margin: 15px 0px;
}

section.home-icons img {
    display: block;
    margin-bottom: 20px;
    max-width: 85px;
}

section.home-icons .dm-third {
    position: relative;
    padding-bottom: 55px;
}

section.home-icons a.btn {
    position: absolute;
    bottom: 0px;
    background: var(--pColor) !important;
}

section.home-icons .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}

section.home-icons .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

section.central-welcome h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dm-flix {
    padding: 20px;
    background: var(--sColor);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.dm-flix .dm-half {order: inherit !important;!i;!;}

.dm-flix .dm-flex {
    align-items: center;
}

.dm-welcome-image img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dm-welcome-image {
    position: relative;
    bottom: -20px;
}

.dm-welcome-content h3 {
    font-size: 40px;
    line-height: 1.2;
}

.dm-welcome-content p {
    color: #fff;
    font-size: 19px;
}

section.central-welcome h2 {
    margin-bottom: 0px;
    color: #000;
}

section.central-welcome .dm-full {
    padding-bottom: 80px;
}

.dm-welcome-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/2589185_314.png);
    position: absolute;
    bottom: -50px;
    right: -70px;
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity: 0.1;
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

section.new-service-section h2 + p {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

section.new-service-section .dm-half:nth-child(1),section.new-service-section .dm-half:nth-child(4) {
    flex: 1 1 60%;
}

section.new-service-section .dm-half {
    flex: 1 1 33%;
    margin-bottom: 30px;
}

section.new-service-section a {
    height: 396px;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,.6);
}

section.new-service-section a > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

section.new-service-section a:hover {
    transform: scale(1.05);
}

section.new-service-section h3:after {
    margin: 10px 0px 0px;
    content: "";
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
    width: 70px;
}

section.n-s-section {
    position: relative;
    padding: 7vh 0px;
    /* background: linear-gradient(180deg,var(--aColor) 0%,#fff 100.29%); */
}

section.n-s-section h2 {
    text-align: center;
    margin: 0px;
    font-size: 45px;
}

section.n-s-section h2 + p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.n-s-section .dm-flex {
    align-items: inherit;
    padding-top: 60px;
}

section.n-s-section .dm-third {
    box-shadow: 9px 12px 20px 0px rgba(186, 183, 182, .35);
    flex: 1 1 calc(33.33% - 30px);
    margin: 0px 15px;
    padding: 40px;
    border-radius: 20px;
    border-bottom: 4px solid var(--pColor);
    background: #fbfbfb;
}

section.n-s-section .dm-third p {
    line-height: 1.6;
}

section.n-s-section .dm-third h3 {
    color: #000;
    position: relative;
    font-weight: 700;
}

section.n-s-section h3:after {
    content: "";
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.full-list {
    margin-top: 70px;
    text-align: center;
    position: relative;
}

.full-list:before {
    width: calc(50% - ( 314px / 2 ));
    left: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list:after {
    width: calc(50% - ( 314px / 2 ));
    right: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list .no-bg {
    border: 2px solid var(--pColor);
    background: transparent !important;!i;!;
    font-weight: bold !important;!i;!;
    font-size: 15px;
    color: #000 !important;!I;!;
}

section.n-s-section img {
    margin-bottom: 20px;
    display: block;
    max-width: 90px;
}

section.classy-testimonials h2 {
    font-size: 45px;
    text-align: center;
}

section.classy-testimonials h2 + p {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 65px;
}

span.hiddenRest {
    display: none;
}

.new-wrap {
    background: linear-gradient(239deg,rgba(255,255,255,.9) 17.93%,rgba(255,255,255,.9) 81.51%) !important;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px #0000001f;
}

.new-text-wrapper {
    padding: 20px;
}

.testimonial-stars i {
    color: #d3b013;
}

.testimonial-stars i {
    margin-right: 2px;
}

.testimonial-stars {
    margin-bottom: 5px;
}

section.classy-testimonials .dm-flex + .dm-full {
    margin-bottom: 55px;
}

.name-f {
    height: 60px;
    width: 60px;
    background: var(--pColor);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inline-tex {
    display: flex;
    align-items: center;
}

.inline-tex .testimonialname {
    margin-left: 15px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
    font-family: 'AR One Sans';
    line-height:1.4;
}

.pp-testimonials-content {
    font-size: 16px;
}

span.read_more {
    font-weight: bold;
    cursor: pointer;
}

section.classy-testimonials:before {
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.9;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background: #fff;);
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    position: relative;
    padding: 15px 0px;
}

.dm-full.footer-creds:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer p {
    flex: 1 1 50%;
}

.bottom-footer p:nth-child(3) {
    flex: 1 1 100%;
    text-align: right;
}

.bottom-footer p:nth-child(2) {
    text-align: right;
}

.dm-full.footer-creds .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 15px;
}

.dm-full.footer-creds a {
    font-weight: bold;
    font-size:19px;
}

section.visit-us-block {
    padding: 7vh 0px;
}

.visit-us-flex {
    margin-bottom: 50px;
}

.visit-us-flex:last-of-type {
    margin: 0px;
}

.visit-us-flex.welcomeright .dm-half:nth-child(1) {
    order: 2;
}

.visit-us-flex {
    border: 2px solid var(--pColor);
    border-radius: 20px;
    overflow: hidden;
    background: whitesmoke;
}

.visit-us-flex .dm-flex {
    margin: 0px -15px;
}

.visit-us-flex .dm-half:nth-child(2) {}

html .middle {
    padding: 50px;
}

.visit-us-flex img {
    display: block;
}

.middle h3 {
    color: #000;
    font-size: 30px;
    line-height: 1;
}

.middle h3:after {
    content: "";
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html a.newbtn {
    margin: 0px;
    background: var(--pColor);
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.visit-us-block li a {
    color: #000;
    font-weight: bold;
}

.visit-us-flex li:before {
    display: none;
}

.visit-us-flex li {
    list-style: disc;
}

.visit-us-flex:last-of-type li {
    list-style: none;
    padding-bottom: 11px;
}

.visit-us-flex:last-of-type ul {
    padding-left: 0px;
}

.visit-us-flex iframe,.visit-us-flex img {
    height: 550px !important;!i;!;
    object-fit: cover;
}

a.sticks {
    border: 0px;
    background: var(--pColor);
    color: #000;
}

a.sticks:nth-child(2) {
    color: #fff;
    background: var(--sColor);
}

.home .wow {
    opacity: 0;
}

.home .wow.fadeInUp,.home .wow.fadeInUpa {
    opacity: 0;
    transform: translate3d(0,100%,0);
}

.home .wow.animated {
    animation-fill-mode: forwards !important;
}

@media (max-width: 880px) {
    .copyrights .dm-fourth {
        margin-bottom: 30px;
    }
    
    section.home-icons .dm-third {
        margin-bottom: 40px;
    }

    section.n-s-section h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    section.n-s-section .dm-third {
        margin-bottom: 30px;
    }

    section.classy-testimonials h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .visit-us-flex iframe, .visit-us-flex img {
        height: 400px !important;
    }
    section.new-service-section .dm-half {
        flex: 1 1 100%;
    }
}

div#regular-header * {
    color: #fff;
}

section.home-icons:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    left: 0px;
    opacity: 0.2;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

section.home-icons p {
    font-size: 21px;
}

html .wda_video_style .buttonToAuto {
    bottom: auto;
    text-align: right;
    top: 0px;
}

section.central-welcome h2 + h3 {
    text-align: center;
    color: var(--aColor);
    font-size: 34px;
}

footer .social-icons a:hover {
    background-color: var(--aColor);
}


.full-list .no-bg:hover {
    background: var(--pColor) !important;!I;!;
    color: #fff !important;!i;!;
}

section.central-welcome h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    opacity: 0.7;
}

@media (min-width:881px) {
    li#menu-item-32 {
        display: none;
    }
}

@media (max-width: 880px) {
    section.central-welcome .dm-half:nth-child(2) {
        max-width: 100%;
    }
}

section.central-welcome .dm-flix:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.4;
    background-attachment: fixed;
}


section.classy-testimonials .slick-dots button {
    background: var(--aColor);
}

/* =====================================================================
   GILDED — St. Francis urgent-care landing (scoped to body.gilded-body)
   Brand roles wired to parent options:
     --pColor (mts_color_scheme)     -> gilt / primary accent
     --aColor (mts_color_scheme_12)  -> cognac / secondary accent
     --sColor (mts_footer_bg_color)  -> espresso / dark surfaces & footer
   ===================================================================== */
body.gilded-body{
  --gild-espresso: var(--sColor, #1A120B);
  --gild-walnut:#2E2014;
  --gild-bark:#3D2B1C;
  --gild-cognac: var(--aColor, #8A4B24);
  --gild-clay:#A6692E;
  --gild-gilt: var(--pColor, #C2A05A);
  --gild-gilt-bright: var(--pColor, #D8B96E);
  --gild-parchment:#EFE6D6;
  --gild-parchment-deep:#E6D9C2;
  --gild-bone:#F8F2E6;
  --gild-ink:#241910;
  --gild-muted:#6F5B45;
  --gild-line:rgba(61,43,28,.18);
  --gild-line-light:rgba(248,242,230,.16);
  --gild-serif:"Fraunces",Georgia,serif;
  --gild-sans:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;
  --gild-maxw:1240px;
  --gild-gut:clamp(1.25rem,5vw,4rem);
  font-family:var(--gild-sans);
  background:var(--gild-parchment);
  color:var(--gild-ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
body.gilded-body a{color:inherit;text-decoration:none}
body.gilded-body img{max-width:100%;display:block}
body.gilded-body ::selection{background:var(--gild-cognac);color:var(--gild-bone)}

body.gilded-body .gild-wrap{max-width:var(--gild-maxw);margin:0 auto;padding-left:var(--gild-gut);padding-right:var(--gild-gut)}
body.gilded-body .gild-eyebrow{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600;color:var(--gild-cognac)}
body.gilded-body .gild-num{font-family:var(--gild-serif);font-style:italic;font-weight:400;color:var(--gild-gilt)}

/* Buttons */
body.gilded-body .gild-btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--gild-sans);font-weight:600;font-size:.92rem;letter-spacing:.02em;padding:.95em 1.6em;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:.35s cubic-bezier(.2,.7,.3,1);white-space:nowrap}
body.gilded-body .gild-btn--gilt{background:var(--gild-gilt);color:var(--gild-espresso)}
body.gilded-body .gild-btn--gilt:hover{background:var(--gild-gilt-bright);transform:translateY(-2px);box-shadow:0 10px 30px -10px rgba(0,0,0,.4)}
body.gilded-body .gild-btn--ghost{border-color:var(--gild-line-light);color:var(--gild-bone)}
body.gilded-body .gild-btn--ghost:hover{background:rgba(248,242,230,.08);border-color:var(--gild-gilt)}
body.gilded-body .gild-btn--dark{background:var(--gild-espresso);color:var(--gild-bone)}
body.gilded-body .gild-btn--dark:hover{background:var(--gild-bark);transform:translateY(-2px)}
body.gilded-body .gild-btn--outline{border-color:var(--gild-bark);color:var(--gild-bark)}
body.gilded-body .gild-btn--outline:hover{background:var(--gild-bark);color:var(--gild-bone)}

/* Marquee */
body.gilded-body .gild-marquee{background:var(--gild-espresso);color:var(--gild-parchment);border-bottom:1px solid var(--gild-line-light);overflow:hidden;white-space:nowrap}
body.gilded-body .gild-marquee__track{display:inline-flex;align-items:center;gap:2.5rem;padding:.6rem 0;animation:gild-scroll 38s linear infinite;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500}
body.gilded-body .gild-marquee__track span{display:inline-flex;align-items:center;gap:2.5rem}
body.gilded-body .gild-marquee b{color:var(--gild-gilt);font-weight:600}
body.gilded-body .gild-dot{color:var(--gild-cognac);font-style:normal}
@keyframes gild-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Header */
body.gilded-body header.gild-header{position:sticky;top:0;z-index:60;background:rgba(239,230,214,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--gild-line);float:none;width:auto}
body.gilded-body .gild-nav{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}
body.gilded-body .gild-brand{display:flex;flex-direction:column;line-height:1}
body.gilded-body .gild-brand__logo{max-width:180px}
body.gilded-body .gild-brand__name{font-family:var(--gild-serif);font-size:1.45rem;font-weight:500;letter-spacing:-.01em;color:var(--gild-ink)}
body.gilded-body .gild-brand__sub{font-size:.6rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gild-cognac);margin-top:.42em;font-weight:600}
body.gilded-body .gild-nav__links{display:flex;align-items:center;gap:2.2rem}
body.gilded-body .gild-nav__links .gild-menu,body.gilded-body .gild-nav__links ul{display:flex;align-items:center;gap:2.2rem;list-style:none;margin:0;padding:0}
body.gilded-body .gild-nav__links a,body.gilded-body .gild-link{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--gild-bark);position:relative;padding:.3em 0}
body.gilded-body .gild-nav__links li:before{display:none}
body.gilded-body .gild-link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gild-cognac);transition:width .3s}
body.gilded-body .gild-link:hover::after{width:100%}
body.gilded-body .gild-nav__cta{display:flex;align-items:center;gap:1rem}
body.gilded-body .gild-nav__phone{font-family:var(--gild-serif);font-size:1.05rem;font-weight:500;color:var(--gild-ink);display:flex;align-items:center;gap:.5em}
body.gilded-body .gild-nav__phone:hover{color:var(--gild-cognac)}
body.gilded-body .gild-menu-btn{display:none;background:none;border:1px solid var(--gild-bark);border-radius:999px;padding:.6em 1.1em;font-family:var(--gild-sans);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--gild-bark);cursor:pointer}

/* Drawer */
body.gilded-body .gild-drawer{position:fixed;inset:0;z-index:100;background:var(--gild-espresso);color:var(--gild-parchment);transform:translateX(100%);transition:transform .45s cubic-bezier(.5,0,.1,1);display:flex;flex-direction:column;padding:1.6rem var(--gild-gut)}
body.gilded-body .gild-drawer.open{transform:translateX(0)}
body.gilded-body .gild-drawer__top{display:flex;align-items:center;justify-content:space-between}
body.gilded-body .gild-drawer__name{font-family:var(--gild-serif);font-size:1.4rem}
body.gilded-body .gild-drawer__close{background:none;border:none;color:var(--gild-parchment);font-size:1.6rem;cursor:pointer;line-height:1}
body.gilded-body .gild-drawer__links{display:flex;flex-direction:column;gap:.2rem;margin-top:3rem;list-style:none;padding:0}
body.gilded-body .gild-drawer__links a{font-family:var(--gild-serif);font-size:2rem;font-weight:400;padding:.5rem 0;border-bottom:1px solid var(--gild-line-light);display:flex;align-items:baseline;gap:1rem;color:var(--gild-parchment)}
body.gilded-body .gild-drawer__links li:before{display:none}
body.gilded-body .gild-drawer__links a .gild-num{font-size:.85rem}
body.gilded-body .gild-drawer__foot{margin-top:auto;display:flex;flex-direction:column;gap:.9rem;padding-top:2rem}

/* Page reset for this template */
body.gilded-body #page.gilded-home{padding:0}

/* Hero */
body.gilded-body .gild-hero{position:relative;background:var(--gild-espresso);color:var(--gild-parchment);overflow:hidden;isolation:isolate}
body.gilded-body .gild-hero__bg{position:absolute;inset:0;z-index:-2;opacity:.32;filter:grayscale(.2) sepia(.45) saturate(1.3) brightness(.7)}
body.gilded-body .gild-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(120% 90% at 78% 18%, rgba(194,160,90,.22), transparent 55%),radial-gradient(130% 100% at 12% 88%, rgba(138,75,36,.34), transparent 60%),linear-gradient(180deg, rgba(26,18,11,.55) 0%, rgba(26,18,11,.85) 100%)}
body.gilded-body .gild-hero__inner{padding-top:clamp(3.5rem,9vw,7rem);padding-bottom:clamp(3.5rem,9vw,6.5rem)}
body.gilded-body .gild-hero__status{display:inline-flex;align-items:center;gap:.7em;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--gild-gilt-bright);border:1px solid var(--gild-line-light);border-radius:999px;padding:.55em 1.1em;margin-bottom:2rem}
body.gilded-body .gild-pulse{width:8px;height:8px;border-radius:50%;background:#7BB87B;box-shadow:0 0 0 0 rgba(123,184,123,.7);animation:gild-pulse 2.4s infinite}
@keyframes gild-pulse{0%{box-shadow:0 0 0 0 rgba(123,184,123,.6)}70%{box-shadow:0 0 0 9px rgba(123,184,123,0)}100%{box-shadow:0 0 0 0 rgba(123,184,123,0)}}
body.gilded-body .gild-hero h1{font-family:var(--gild-serif);font-weight:300;font-size:clamp(2.6rem,7vw,5.6rem);line-height:1.02;letter-spacing:-.02em;max-width:14ch;color:var(--gild-parchment)}
body.gilded-body .gild-hero h1 em{font-style:italic;color:var(--gild-gilt-bright);font-weight:400}
body.gilded-body .gild-hero__lead{font-size:clamp(1.02rem,1.6vw,1.22rem);color:rgba(239,230,214,.82);max-width:46ch;margin-top:1.6rem;font-weight:300}
body.gilded-body .gild-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}
body.gilded-body .gild-hero__meta{display:flex;flex-wrap:wrap;gap:2.4rem;margin-top:3.2rem;padding-top:2rem;border-top:1px solid var(--gild-line-light)}
body.gilded-body .gild-hero__meta div{display:flex;flex-direction:column;gap:.3em}
body.gilded-body .gild-hero__meta dt{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gild-gilt)}
body.gilded-body .gild-hero__meta dd{font-family:var(--gild-serif);font-size:1.15rem;color:var(--gild-parchment)}

/* Feature strip */
body.gilded-body .gild-strip{background:var(--gild-bark);color:var(--gild-parchment)}
body.gilded-body .gild-strip__row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gild-line-light)}
body.gilded-body .gild-strip__cell{background:var(--gild-bark);padding:1.7rem var(--gild-gut);display:flex;flex-direction:column;gap:.35rem}
body.gilded-body .gild-strip__cell .gild-k{font-family:var(--gild-serif);font-size:1.55rem;color:var(--gild-gilt-bright)}
body.gilded-body .gild-strip__cell .gild-v{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(239,230,214,.72);font-weight:500}

/* Section scaffold */
body.gilded-body .gild-section{padding-top:clamp(4rem,9vw,7.5rem);padding-bottom:clamp(4rem,9vw,7.5rem)}
body.gilded-body .gild-section--bone{background:var(--gild-bone)}
body.gilded-body .gild-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:3.2rem}
body.gilded-body .gild-sec-head__l{max-width:30ch}
body.gilded-body .gild-sec-head h2{font-family:var(--gild-serif);font-weight:300;font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.04;letter-spacing:-.015em;color:var(--gild-ink);margin:.6rem 0 0}
body.gilded-body .gild-sec-head p{color:var(--gild-muted);max-width:42ch;font-size:1.02rem}

/* Services */
body.gilded-body .gild-svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gild-line);border-top:1px solid var(--gild-line);border-left:1px solid var(--gild-line)}
body.gilded-body .gild-svc{background:var(--gild-parchment);padding:2.2rem 2rem;border-right:1px solid var(--gild-line);border-bottom:1px solid var(--gild-line);display:flex;flex-direction:column;gap:.85rem;transition:.4s;position:relative}
body.gilded-body .gild-section--bone .gild-svc{background:var(--gild-bone)}
body.gilded-body .gild-svc:hover{background:var(--gild-espresso);color:var(--gild-parchment)}
body.gilded-body .gild-svc:hover h3,body.gilded-body .gild-svc:hover .gild-svc__no{color:var(--gild-gilt-bright)}
body.gilded-body .gild-svc:hover p{color:rgba(239,230,214,.78)}
body.gilded-body .gild-svc__no{font-family:var(--gild-serif);font-style:italic;font-size:.95rem;color:var(--gild-cognac);transition:.4s}
body.gilded-body .gild-svc h3{font-family:var(--gild-serif);font-weight:400;font-size:1.5rem;line-height:1.1;color:var(--gild-ink);transition:.4s}
body.gilded-body .gild-svc p{font-size:.94rem;color:var(--gild-muted);transition:.4s}
body.gilded-body .gild-svc__urgent{position:absolute;top:1.6rem;right:1.6rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--gild-clay);border:1px solid var(--gild-clay);border-radius:999px;padding:.3em .7em}
body.gilded-body .gild-svc:hover .gild-svc__urgent{color:var(--gild-gilt-bright);border-color:var(--gild-gilt)}

/* The Standard */
body.gilded-body .gild-standard{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,3.5rem)}
body.gilded-body .gild-pillar{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:2px solid var(--gild-gilt)}
body.gilded-body .gild-pillar .gild-rn{font-family:var(--gild-serif);font-style:italic;font-size:1.4rem;color:var(--gild-cognac)}
body.gilded-body .gild-pillar h3{font-family:var(--gild-serif);font-weight:400;font-size:1.7rem;line-height:1.1;color:var(--gild-ink)}
body.gilded-body .gild-pillar p{color:var(--gild-muted);font-size:.98rem}

/* Emergency steps */
body.gilded-body .gild-triage{background:var(--gild-espresso);color:var(--gild-parchment)}
body.gilded-body .gild-triage .gild-sec-head h2{color:var(--gild-bone)}
body.gilded-body .gild-triage .gild-sec-head p{color:rgba(239,230,214,.7)}
body.gilded-body .gild-triage .gild-eyebrow{color:var(--gild-gilt)}
body.gilded-body .gild-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gild-line-light);border:1px solid var(--gild-line-light)}
body.gilded-body .gild-step{background:var(--gild-espresso);padding:2.4rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:.4s}
body.gilded-body .gild-step:hover{background:var(--gild-walnut)}
body.gilded-body .gild-step__n{font-family:var(--gild-serif);font-size:3rem;font-weight:300;color:var(--gild-gilt-bright);line-height:1}
body.gilded-body .gild-step h3{font-family:var(--gild-serif);font-weight:400;font-size:1.5rem;color:var(--gild-bone)}
body.gilded-body .gild-step p{color:rgba(239,230,214,.74);font-size:.95rem}
body.gilded-body .gild-triage__note{margin-top:2.5rem;padding:1.4rem 1.6rem;border:1px solid var(--gild-line-light);border-radius:14px;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:space-between}
body.gilded-body .gild-triage__note p{color:rgba(239,230,214,.8);font-size:.95rem;max-width:60ch;margin:0}
body.gilded-body .gild-triage__note b{color:var(--gild-gilt-bright);font-weight:600}

/* Testimonials */
body.gilded-body .gild-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
body.gilded-body .gild-quote{border:1px solid var(--gild-line);border-radius:16px;padding:2rem 1.8rem;background:var(--gild-bone);display:flex;flex-direction:column;gap:1.3rem}
body.gilded-body .gild-section--bone .gild-quote{background:var(--gild-parchment)}
body.gilded-body .gild-quote .gild-stars{color:var(--gild-gilt);letter-spacing:.2em;font-size:.9rem}
body.gilded-body .gild-quote p{font-family:var(--gild-serif);font-weight:300;font-size:1.18rem;line-height:1.4;color:var(--gild-ink);font-style:italic}
body.gilded-body .gild-quote p em{color:var(--gild-cognac);font-style:italic}
body.gilded-body .gild-quote cite{font-style:normal;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gild-muted);font-weight:600;margin-top:auto}
body.gilded-body .gild-quotes-foot{margin-top:2.4rem;display:flex;justify-content:flex-end}

/* Visit */
body.gilded-body .gild-visit{display:grid;grid-template-columns:1.05fr 1fr;gap:0;border:1px solid var(--gild-line);border-radius:20px;overflow:hidden}
body.gilded-body .gild-visit__info{padding:clamp(2rem,4vw,3.2rem);background:var(--gild-espresso);color:var(--gild-parchment)}
body.gilded-body .gild-visit__info h2{font-family:var(--gild-serif);font-weight:300;font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.05;color:var(--gild-bone);margin-bottom:.4rem}
body.gilded-body .gild-visit__status{display:inline-flex;align-items:center;gap:.6em;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gild-gilt-bright);margin-bottom:2rem}
body.gilded-body .gild-visit__dl{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem 1.5rem;margin:2rem 0}
body.gilded-body .gild-visit__dl dt{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gild-gilt);margin-bottom:.5em}
body.gilded-body .gild-visit__dl dd{font-size:1rem;color:rgba(239,230,214,.88);line-height:1.5}
body.gilded-body .gild-visit__dl dd p{color:rgba(239,230,214,.88);margin:0}
body.gilded-body .gild-visit__dl a:hover{color:var(--gild-gilt-bright)}
body.gilded-body .gild-visit__actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.5rem}
body.gilded-body .gild-visit__map{min-height:420px;background:var(--gild-parchment-deep)}
body.gilded-body .gild-visit__map iframe{width:100%;height:100%;border:0;display:block;filter:sepia(.3) saturate(.85)}

/* Footer */
body.gilded-body footer.gild-footer{background:var(--gild-espresso);color:var(--gild-parchment);padding-top:clamp(3.5rem,7vw,5.5rem);padding-bottom:2.5rem;margin:0}
body.gilded-body .gild-foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid var(--gild-line-light)}
body.gilded-body .gild-foot-brand .gild-brand__name{color:var(--gild-bone)}
body.gilded-body .gild-foot-brand p{color:rgba(239,230,214,.66);font-size:.95rem;margin-top:1.2rem;max-width:38ch}
body.gilded-body .gild-foot-social{display:flex;gap:.8rem;margin-top:1.6rem}
body.gilded-body .gild-foot-col h4{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gild-gilt);margin-bottom:1.2rem;font-weight:600}
body.gilded-body .gild-foot-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem;padding:0;margin:0}
body.gilded-body .gild-foot-col li:before{display:none}
body.gilded-body .gild-foot-col a,body.gilded-body .gild-foot-col li{font-size:.92rem;color:rgba(239,230,214,.78)}
body.gilded-body .gild-foot-col a:hover{color:var(--gild-gilt-bright)}
body.gilded-body .gild-foot-hours .gild-hours-body p{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem;color:rgba(239,230,214,.78);margin:0 0 .5rem}
body.gilded-body .gild-foot-hours .em{color:var(--gild-gilt-bright);font-weight:600}
body.gilded-body .gild-serving{padding:2.5rem 0;border-bottom:1px solid var(--gild-line-light)}
body.gilded-body .gild-serving h4{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gild-gilt);margin-bottom:1.2rem;font-weight:600}
body.gilded-body .gild-serving__tags{display:flex;flex-wrap:wrap;gap:.6rem}
body.gilded-body .gild-serving__tags a{font-size:.82rem;color:rgba(239,230,214,.72);border:1px solid var(--gild-line-light);border-radius:999px;padding:.4em .9em;transition:.3s}
body.gilded-body .gild-serving__tags a:hover{border-color:var(--gild-gilt);color:var(--gild-gilt-bright)}
body.gilded-body .gild-serving p{color:rgba(239,230,214,.55);font-size:.88rem;margin-top:1.4rem;max-width:80ch}
body.gilded-body .gild-foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:2rem}
body.gilded-body .gild-foot-bottom small,body.gilded-body .gild-foot-bottom p{color:rgba(239,230,214,.55);font-size:.82rem;letter-spacing:.04em;margin:0}
body.gilded-body .gild-foot-bottom a{color:rgba(239,230,214,.7)}

/* Reveal */
body.gilded-body .gild-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.3,1)}
body.gilded-body .gild-reveal.in{opacity:1;transform:none}

/* Responsive */
@media(max-width:1000px){
  body.gilded-body .gild-nav__links{display:none}
  body.gilded-body .gild-nav__phone{display:none}
  body.gilded-body .gild-menu-btn{display:inline-block}
  body.gilded-body .gild-strip__row{grid-template-columns:repeat(2,1fr)}
  body.gilded-body .gild-standard{grid-template-columns:1fr;gap:2.5rem}
  body.gilded-body .gild-steps{grid-template-columns:1fr}
  body.gilded-body .gild-quotes{grid-template-columns:1fr}
  body.gilded-body .gild-visit{grid-template-columns:1fr}
  body.gilded-body .gild-visit__map{min-height:320px}
  body.gilded-body .gild-foot-top{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:620px){
  body.gilded-body .gild-svc-grid{grid-template-columns:1fr}
  body.gilded-body .gild-strip__row{grid-template-columns:1fr}
  body.gilded-body .gild-hero__meta{gap:1.6rem}
  body.gilded-body .gild-visit__dl{grid-template-columns:1fr}
  body.gilded-body .gild-foot-top{grid-template-columns:1fr}
  body.gilded-body .gild-nav__cta .gild-btn{padding:.8em 1.2em;font-size:.82rem}
}
@media(prefers-reduced-motion:reduce){
  body.gilded-body .gild-marquee__track{animation:none}
  body.gilded-body .gild-reveal{opacity:1;transform:none;transition:none}
}

/* =====================================================================
   MORE THAN MEDICAL WELLNESS — home template styles
   All rules below are scoped under  body.mtm-body  so they never leak
   onto other templates that share the mts_schema parent. Design tokens
   live on  body.mtm-body  (see the :root block converted below).
   ===================================================================== */

/* Scroll-reveal helper (added for the WP build) */
body.mtm-body .mtm-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-entrance, ease), transform .7s var(--ease-entrance, ease); }
body.mtm-body .mtm-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { body.mtm-body .mtm-reveal { opacity: 1; transform: none; transition: none; } }

@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("d22b870e-aec6-4cc6-a896-c7b9c29de82f") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("40390b28-29cf-4621-b36f-b5a433d72bb7") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("d22b870e-aec6-4cc6-a896-c7b9c29de82f") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("40390b28-29cf-4621-b36f-b5a433d72bb7") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("d22b870e-aec6-4cc6-a896-c7b9c29de82f") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("40390b28-29cf-4621-b36f-b5a433d72bb7") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("27c75310-711b-4e3d-b47c-d9c1d7e6dff1") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("49253fbc-8d9a-4e07-853f-3bc32a12f662") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("27c75310-711b-4e3d-b47c-d9c1d7e6dff1") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("49253fbc-8d9a-4e07-853f-3bc32a12f662") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("c8be5e8e-aea3-4fab-a86c-e9faaf091876") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("5b5d73b6-d846-43fe-9614-fcd88cac8d3d") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("5d6938a3-b6ae-4c47-8492-503399ec7a60") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("06054d26-f0e6-4a60-ab82-ed113d50abe8") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("880a2212-372d-45c8-a2b2-6a8c13c151ca") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("c8be5e8e-aea3-4fab-a86c-e9faaf091876") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("5b5d73b6-d846-43fe-9614-fcd88cac8d3d") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("5d6938a3-b6ae-4c47-8492-503399ec7a60") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("06054d26-f0e6-4a60-ab82-ed113d50abe8") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("880a2212-372d-45c8-a2b2-6a8c13c151ca") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("c8be5e8e-aea3-4fab-a86c-e9faaf091876") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("5b5d73b6-d846-43fe-9614-fcd88cac8d3d") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("5d6938a3-b6ae-4c47-8492-503399ec7a60") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("06054d26-f0e6-4a60-ab82-ed113d50abe8") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("880a2212-372d-45c8-a2b2-6a8c13c151ca") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.mtm-body {
  
  --mtm-burgundy:      #8f3640; 
  --mtm-burgundy-deep: #6f262e; 
  --mtm-burgundy-soft: #b5535d; 

  --mtm-teal:          #2b716b; 
  --mtm-teal-deep:     #1f5752;
  --mtm-teal-soft:     #4a9892;

  --mtm-gold:          #c1c066; 
  --mtm-gold-deep:     #9c9b4d;

  --mtm-sage:          #8b9d77; 
  --mtm-sage-soft:     #b6c2a6;

  --mtm-black:         #1a1612; 
  --mtm-charcoal:      #3a322b; 
  --mtm-stone:         #6b6258; 

  --mtm-warm-white:    #f8f5f0; 
  --mtm-parchment:     #e8e3db; 
  --mtm-parchment-2:   #ddd6c9; 

  
  --bg-page:           var(--mtm-warm-white);
  --bg-surface:        var(--mtm-parchment);
  --bg-surface-2:      #f1ece3;
  --bg-inverse:        var(--mtm-black);
  --bg-inverse-2:      #2a221c;

  --fg-1:              var(--mtm-black);     
  --fg-2:              var(--mtm-charcoal);  
  --fg-3:              var(--mtm-stone);     
  --fg-on-dark:        var(--mtm-warm-white);
  --fg-on-dark-2:      #c9c2b5;

  
  --accent:            var(--mtm-teal);
  --accent-hover:      var(--mtm-teal-deep);
  --accent-fg:         var(--mtm-warm-white);

  --accent-2:          var(--mtm-burgundy);
  --accent-2-hover:    var(--mtm-burgundy-deep);

  --premium:           var(--mtm-gold);      
  --support:           var(--mtm-sage);

  --border-1:          var(--mtm-parchment-2);
  --border-2:          rgba(26, 22, 18, 0.12);
  --border-dark:       rgba(248, 245, 240, 0.16);

  --link:              var(--mtm-teal);
  --link-hover:        var(--mtm-teal-deep);
  --focus-ring:        rgba(43, 113, 107, 0.45);

  
  --font-display:      'Libre Baskerville', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-ui:           'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-body:         'DM Sans', 'Helvetica Neue', Arial, sans-serif;

  
  --fs-12:  0.75rem;   
  --fs-14:  0.875rem;  
  --fs-16:  1rem;      
  --fs-18:  1.125rem;  
  --fs-20:  1.25rem;   
  --fs-24:  1.5rem;    
  --fs-30:  1.875rem;  
  --fs-38:  2.375rem;  
  --fs-48:  3rem;      
  --fs-64:  4rem;      
  --fs-80:  5rem;      

  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.5;
  --lh-loose:   1.7;

  --ls-tight:    -0.02em;
  --ls-normal:    0;
  --ls-eyebrow:   0.16em;  
  --ls-button:    0.06em;

  
  --sp-1:  0.25rem;   
  --sp-2:  0.5rem;    
  --sp-3:  0.75rem;   
  --sp-4:  1rem;      
  --sp-5:  1.5rem;    
  --sp-6:  2rem;      
  --sp-7:  3rem;      
  --sp-8:  4rem;      
  --sp-9:  6rem;      
  --sp-10: 8rem;      

  
  --r-0:  0;
  --r-1:  2px;
  --r-2:  4px;
  --r-3:  8px;
  --r-4:  12px;     
  --r-5:  20px;
  --r-pill: 999px;

  
  --shadow-1: 0 1px 2px rgba(26, 22, 18, 0.06);
  --shadow-2: 0 2px 8px rgba(26, 22, 18, 0.08);
  --shadow-3: 0 8px 24px rgba(26, 22, 18, 0.10);
  --shadow-4: 0 24px 48px -12px rgba(26, 22, 18, 0.18);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.45);

  
  --ease-standard: cubic-bezier(0.2, 0.6, 0.2, 1);
  --ease-entrance: cubic-bezier(0, 0.55, 0.45, 1);
  --ease-exit:     cubic-bezier(0.55, 0, 1, 0.45);
  --dur-fast:   140ms;
  --dur-base:   240ms;
  --dur-slow:   420ms;
}
body.mtm-body {
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-body);
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.mtm-body :where(h1, h2, h3, h4, h5, h6) {
  color: var(--fg-1);
  margin: 0 0 var(--sp-4);
  text-wrap: balance;
}
body.mtm-body :where(h1) {
  font-family: var(--font-display);
  font-size: clamp(var(--fs-48), 5vw, var(--fs-80));
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
}
body.mtm-body :where(h2) {
  /* font-family: var(--font-ui); */
  font-size: clamp(var(--fs-30), 3vw, var(--fs-48));
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
}
body.mtm-body :where(h3) {
  font-family: var(--font-ui);
  font-size: var(--fs-24);
  line-height: var(--lh-snug);
}
body.mtm-body :where(h4) {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: var(--lh-snug);
}
body.mtm-body :where(p) {
  font-family: var(--font-body);
  font-size: var(--fs-16);
  line-height: var(--lh-loose);
  color: var(--fg-2);
  margin: 0 0 var(--sp-4);
  text-wrap: pretty;
}
body.mtm-body :where(a) {
  color: var(--link);
  text-decoration-color: rgba(43, 113, 107, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-standard);
}
body.mtm-body :where(a:hover) { color: var(--link-hover); text-decoration-color: currentColor; }
body.mtm-body :where(small, .caption) {
  font-family: var(--font-body);
  font-size: var(--fs-14);
  color: var(--fg-3);
  line-height: var(--lh-normal);
}
body.mtm-body .eyebrow {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-12);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--accent-2);
  display: inline-block;
}
body.mtm-body .lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: var(--lh-snug);
  color: var(--fg-2);
}
body.mtm-body :where(button, a, input, textarea, select):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: var(--r-2);
}
body.mtm-body * { box-sizing: border-box; }
body.mtm-body { scroll-behavior: smooth; }
body.mtm-body {
  margin: 0;
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-body);
  overflow-x: hidden;
}
body.mtm-body .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
body.mtm-body .btn {
  font-family: var(--font-ui); font-weight: 600; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 26px; border-radius: 999px; border: none; cursor: pointer;
  transition: background var(--dur-base) var(--ease-standard),
              color var(--dur-base) var(--ease-standard),
              transform var(--dur-base) var(--ease-standard),
              border-color var(--dur-base) var(--ease-standard);
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  line-height: 1; white-space: nowrap;
}
body.mtm-body .btn-lg { padding: 17px 30px; font-size: 14px; }
body.mtm-body .btn-primary { background: var(--accent); color: var(--accent-fg); }
body.mtm-body .btn-primary:hover { background: var(--accent-hover); }
body.mtm-body .btn-primary:active { transform: translateY(1px); }
body.mtm-body .btn-burgundy { background: var(--accent-2); color: var(--fg-on-dark); }
body.mtm-body .btn-burgundy:hover { background: var(--accent-2-hover); }
body.mtm-body .btn-ghost { background: transparent; color: var(--fg-1); border: 1.5px solid var(--border-2); }
body.mtm-body .btn-ghost:hover { border-color: var(--fg-1); }
body.mtm-body .btn-on-dark { background: transparent; color: var(--fg-on-dark); border: 1.5px solid rgba(248,245,240,0.35); }
body.mtm-body .btn-on-dark:hover { background: var(--fg-on-dark); color: var(--fg-1); border-color: var(--fg-on-dark); }
body.mtm-body .eyebrow {
  font-family: var(--font-ui); font-weight: 600; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2);
  display: inline-block;
}
body.mtm-body .eyebrow--gold { color: var(--mtm-gold); }
body.mtm-body .eyebrow--teal { color: var(--accent); }
body.mtm-body .lede {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 20px; line-height: 1.45; color: var(--fg-2);
}
body.mtm-body .section-h2 {
  font-family: var(--font-ui); font-weight: 600;
  font-size: clamp(30px, 3.2vw, 46px); line-height: 1.15;
  letter-spacing: -0.015em; margin: 0; color: var(--fg-1);
}
body.mtm-body .text-link {
  font-family: var(--font-ui); font-weight: 600; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent);
  text-decoration: none; display: inline-flex; gap: 8px; align-items: center;
  cursor: pointer; transition: gap var(--dur-base) var(--ease-standard),
              color var(--dur-base) var(--ease-standard);
}
body.mtm-body .text-link:hover { color: var(--accent-hover); gap: 12px; }
body.mtm-body .mtm-utility {
  position: fixed; top: 0; left: 0; right: 0; z-index: 51;
  background: var(--mtm-black);
  color: var(--fg-on-dark-2);
  font-family: var(--font-ui); font-weight: 500; font-size: 12px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(248,245,240,0.08);
  transition: transform var(--dur-base) var(--ease-standard), opacity var(--dur-base) var(--ease-standard);
}
body.mtm-body .mtm-utility.is-hidden { transform: translateY(-100%); opacity: 0; }
body.mtm-body .mtm-utility__inner {
  max-width: 1200px; margin: 0 auto; padding: 9px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
body.mtm-body .mtm-utility__left, body.mtm-body .mtm-utility__right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
body.mtm-body .mtm-utility a {
  color: var(--fg-on-dark-2); text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: color var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-utility a:hover { color: var(--mtm-gold); }
body.mtm-body .mtm-utility svg { color: var(--mtm-gold); }
body.mtm-body .mtm-utility__sep { opacity: 0.4; }
body.mtm-body .mtm-nav {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(248, 245, 240, 0.0);
  transition: top var(--dur-base) var(--ease-standard),
              background var(--dur-base) var(--ease-standard),
              backdrop-filter var(--dur-base) var(--ease-standard),
              border-color var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
  border-bottom: 1px solid transparent;
}
body.mtm-body .mtm-nav.is-scrolled {
  top: 0;
  background: rgba(248, 245, 240, 0.92);
  backdrop-filter: saturate(120%) blur(14px);
  -webkit-backdrop-filter: saturate(120%) blur(14px);
  border-bottom-color: var(--border-1);
  box-shadow: 0 1px 0 rgba(26,22,18,0.02);
}
body.mtm-body .mtm-nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body.mtm-body .mtm-nav__brand {
  position: relative;
  display: inline-block;
  line-height: 0;
}
body.mtm-body .mtm-nav__brand-img {
  height: 56px; display: block;
  transition: opacity var(--dur-base) var(--ease-standard);
}
body.mtm-body .mtm-nav__brand-img--white {
  position: absolute; left: 0; top: 0;
  height: 56px; width: auto;
  opacity: 0;
}
body.mtm-body .mtm-nav__brand-img--color { opacity: 1; }
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__brand-img--white { opacity: 0; }
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__brand-img--color { opacity: 1; }
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__brand-img { height: 48px; }
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__brand-img--white { height: 48px; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__brand-img--white { opacity: 1; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__brand-img--color { opacity: 0; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link {
  color: var(--mtm-warm-white);
  text-shadow: 0 1px 10px rgba(26, 22, 18, 0.35);
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link:hover {
  color: #fff; background: rgba(248, 245, 240, 0.14);
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link.is-current { color: #fff; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link.is-current::after { background: var(--mtm-gold); }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__chev { opacity: 0.8; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .btn-ghost {
  color: var(--mtm-warm-white); border-color: rgba(248, 245, 240, 0.45);
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .btn-ghost:hover {
  background: var(--mtm-warm-white); color: var(--fg-1); border-color: var(--mtm-warm-white);
}
body.mtm-body .mtm-nav__items { display: flex; gap: 4px; }
body.mtm-body .mtm-nav__item { position: relative; }
body.mtm-body .mtm-nav__link {
  font-family: var(--font-ui); font-weight: 500; font-size: 13.5px;
  color: var(--accent);
  text-shadow: none;
  text-decoration: none; padding: 10px 14px;
  white-space: nowrap;
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: color var(--dur-fast) var(--ease-standard), background var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-nav__link:hover { color: var(--accent-2); background: rgba(143,54,64,0.08); }
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__link {
  color: var(--accent);
  text-shadow: none;
}
body.mtm-body .mtm-nav.is-scrolled .mtm-nav__link:hover { color: var(--accent-2); background: rgba(143,54,64,0.08); }
body.mtm-body .mtm-nav__link.is-current { color: var(--accent); }
body.mtm-body .mtm-nav__link.is-current::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px;
  height: 1.5px; background: var(--accent); border-radius: 999px;
}
body.mtm-body .mtm-nav__chev { opacity: 0.55; margin-top: 1px; transition: transform var(--dur-fast) var(--ease-standard); }
body.mtm-body .mtm-nav__item:hover .mtm-nav__chev { transform: rotate(180deg); opacity: 1; }
body.mtm-body .mtm-nav__drop {
  position: absolute; top: calc(100% - 4px); left: 0;
  min-width: 220px;
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  border-radius: 12px;
  padding: 10px;
  box-shadow: var(--shadow-3);
  z-index: 60;
  animation: dropIn 180ms var(--ease-entrance);
}
body.mtm-body .mtm-nav__drop a {
  display: block; padding: 10px 14px;
  font-family: var(--font-ui); font-weight: 500; font-size: 13.5px;
  color: var(--fg-1); text-decoration: none;
  border-radius: 8px;
  transition: background var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-nav__drop a:hover { background: var(--bg-surface); color: var(--accent); }
@keyframes dropIn{
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
body.mtm-body .mtm-nav__mega {
  position: fixed; left: 0; right: 0; top: 100px;
  background: var(--bg-page);
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
  box-shadow: var(--shadow-3);
  z-index: 55;
  animation: megaIn 220ms var(--ease-entrance);
}
body.mtm-body .mtm-nav.is-scrolled ~ .mtm-nav__mega, body.mtm-body .mtm-nav.is-scrolled .mtm-nav__mega { top: 70px; }
body.mtm-body .mtm-nav__mega-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 40px 32px 32px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
body.mtm-body .mtm-nav__mega-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
body.mtm-body .mtm-nav__mega-heading {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2);
  margin-bottom: 16px;
}
body.mtm-body .mtm-nav__mega-col a {
  display: block; padding: 10px 12px; margin: 0 -12px;
  border-radius: 8px; text-decoration: none;
  transition: background var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-nav__mega-col a:hover { background: var(--bg-surface); }
body.mtm-body .mtm-nav__mega-row {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
body.mtm-body .mtm-nav__mega-name {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: var(--fg-1); letter-spacing: -0.01em; line-height: 1.2;
  display: inline-flex; align-items: center; gap: 8px;
}
body.mtm-body .mtm-nav__mega-col a:hover .mtm-nav__mega-name { color: var(--accent); }
body.mtm-body .mtm-nav__mega-col a svg {
  color: var(--fg-3); transition: transform var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-nav__mega-col a:hover svg { transform: translateX(3px); color: var(--accent); }
body.mtm-body .mtm-nav__mega-tag {
  font-family: var(--font-ui); font-weight: 600; font-size: 9px;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--mtm-gold); color: var(--fg-1);
  padding: 3px 7px; border-radius: 999px;
}
body.mtm-body .mtm-nav__mega-desc {
  font-family: var(--font-body); font-size: 13px; line-height: 1.4;
  color: var(--fg-2); margin-top: 4px;
}
body.mtm-body .mtm-nav__mega-cta {
  background: var(--bg-inverse); color: var(--fg-on-dark);
  padding: 24px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
body.mtm-body .mtm-nav__mega-cta .eyebrow { color: var(--mtm-gold); }
@keyframes megaIn{
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
body.mtm-body .mtm-nav__right { display: flex; align-items: center; gap: 14px; }
body.mtm-body .mtm-nav__burger {
  display: none; appearance: none; background: transparent;
  border: 1px solid var(--border-2); width: 40px; height: 40px;
  border-radius: 999px; cursor: pointer; color: var(--fg-1);
  align-items: center; justify-content: center;
}
body.mtm-body .mtm-nav__burger:hover { background: var(--bg-surface); }
body.mtm-body .mtm-drawer {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(26,22,18,0.55);
  display: flex; justify-content: flex-end;
  animation: fadeIn 240ms var(--ease-entrance);
}
body.mtm-body .mtm-drawer__panel {
  width: min(360px, 90vw); height: 100%;
  background: var(--bg-page);
  padding: 64px 32px 32px;
  display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
  animation: slideIn 280ms var(--ease-entrance);
  position: relative;
}
body.mtm-body .mtm-drawer__close {
  position: absolute; top: 16px; right: 16px;
  background: transparent; border: 1px solid var(--border-2);
  width: 40px; height: 40px; border-radius: 999px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
body.mtm-body .mtm-drawer__group { padding: 8px 0; border-bottom: 1px solid var(--border-1); }
body.mtm-body .mtm-drawer__top {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  color: var(--fg-1); text-decoration: none; display: block; padding: 10px 0;
  letter-spacing: -0.01em;
}
body.mtm-body .mtm-drawer__sub {
  font-family: var(--font-ui); font-weight: 500; font-size: 14px;
  color: var(--fg-2); text-decoration: none; display: block; padding: 6px 0 6px 14px;
}
body.mtm-body .mtm-drawer__sub:hover, body.mtm-body .mtm-drawer__top:hover { color: var(--accent); }
@keyframes slideIn{
  from { transform: translateX(40px); }
  to { transform: translateX(0); }
}
body.mtm-body .jumper {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-standard);
  display: flex; align-items: center; gap: 10px;
  flex-direction: row-reverse; 
}
body.mtm-body .jumper.is-visible { opacity: 1; pointer-events: auto; }
body.mtm-body .jumper__rail {
  display: flex; flex-direction: column; gap: 12px;
  padding: 14px 8px;
  background: rgba(248,245,240,0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  border: 1px solid var(--border-1);
  box-shadow: var(--shadow-2);
}
body.mtm-body .jumper__rail-tick {
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(26,22,18,0.18);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-standard),
              transform var(--dur-fast) var(--ease-standard),
              width var(--dur-base) var(--ease-standard),
              height var(--dur-base) var(--ease-standard);
}
body.mtm-body .jumper__rail-tick:hover { background: var(--accent-hover); transform: scale(1.4); }
body.mtm-body .jumper__rail-tick.is-active {
  background: var(--accent);
  width: 6px; height: 22px; border-radius: 999px;
}
body.mtm-body .jumper__fab {
  appearance: none; background: var(--mtm-black); color: var(--mtm-warm-white);
  border: none; border-radius: 999px;
  padding: 12px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-3);
  transition: transform var(--dur-base) var(--ease-standard),
              background var(--dur-base) var(--ease-standard);
}
body.mtm-body .jumper__fab:hover { background: #2a221c; }
body.mtm-body .jumper.is-open .jumper__fab { background: var(--accent); }
body.mtm-body .jumper__fab-label {
  display: flex; align-items: center; line-height: 1;
}
body.mtm-body .jumper__fab-count {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--mtm-gold);
  white-space: nowrap;
}
body.mtm-body .jumper.is-open .jumper__fab-count { color: rgba(248,245,240,0.85); }
body.mtm-body .jumper__fab-icon {
  width: 24px; height: 24px; border-radius: 999px;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  color: var(--mtm-warm-white);
}
body.mtm-body .jumper__menu {
  position: absolute; right: 24px; top: 100%;
  margin-top: 14px;
  width: 320px;
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  border-radius: 16px;
  padding: 8px;
  box-shadow: var(--shadow-4);
  animation: jumperIn 240ms var(--ease-entrance);
}
@keyframes jumperIn{
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
body.mtm-body .jumper__menu-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 8px;
}
body.mtm-body .jumper__menu-count {
  font-family: var(--font-ui); font-weight: 500; font-size: 11px;
  color: var(--fg-3); letter-spacing: 0.04em;
}
body.mtm-body .jumper__menu-list { list-style: none; padding: 0; margin: 0; }
body.mtm-body .jumper__menu-item {
  width: 100%; appearance: none; background: transparent; border: none;
  display: grid; grid-template-columns: 36px 1fr auto;
  align-items: center; gap: 12px; padding: 12px 14px;
  border-radius: 10px;
  cursor: pointer; text-align: left;
  transition: background var(--dur-fast) var(--ease-standard);
}
body.mtm-body .jumper__menu-item:hover { background: var(--bg-surface); }
body.mtm-body .jumper__menu-item.is-active { background: var(--bg-surface); }
body.mtm-body .jumper__menu-num {
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: 18px; color: var(--accent-2);
  letter-spacing: -0.01em;
}
body.mtm-body .jumper__menu-item.is-active .jumper__menu-num { color: var(--accent); }
body.mtm-body .jumper__menu-body { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
body.mtm-body .jumper__menu-label {
  font-family: var(--font-ui); font-weight: 600; font-size: 14px;
  color: var(--fg-1);
}
body.mtm-body .jumper__menu-item.is-active .jumper__menu-label { color: var(--accent); }
body.mtm-body .jumper__menu-sub {
  font-family: var(--font-body); font-size: 12px; color: var(--fg-3);
}
body.mtm-body .jumper__menu-dot {
  width: 6px; height: 6px; border-radius: 999px; background: var(--accent);
}
@media (max-width: 720px) {
body.mtm-body .jumper { right: 12px; }
body.mtm-body .jumper__rail { display: none; }
body.mtm-body .jumper__fab-label { display: none; }
body.mtm-body .jumper__fab { padding: 10px; }
body.mtm-body .jumper__menu { width: 280px; }
}
body.mtm-body .social-rail {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  z-index: 49;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-standard),
              transform var(--dur-base) var(--ease-standard);
}
body.mtm-body .social-rail.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}
body.mtm-body .social-rail__tag {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mtm-sage);
  writing-mode: vertical-rl;
  text-align: center;
  padding: 6px 0 10px 4px;
  margin-left: 6px;
}
body.mtm-body .social-rail__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  width: 44px;
  overflow: hidden;
  background: var(--mtm-sage);
  color: #fff;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 14px rgba(26, 22, 18, 0.18);
  text-decoration: none;
  transition: width var(--dur-base) var(--ease-standard),
              filter var(--dur-base) var(--ease-standard);
}
body.mtm-body .social-rail__item:hover, body.mtm-body .social-rail__item:focus-visible {
  width: 172px;
  background: var(--mtm-sage);
  filter: brightness(0.92);
  outline: none;
}
body.mtm-body .social-rail__icon {
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.mtm-body .social-rail__label {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding-right: 16px;
}
@media (max-width: 720px) {
body.mtm-body .social-rail__tag { display: none; }
body.mtm-body .social-rail__item { height: 40px; width: 40px; }
body.mtm-body .social-rail__icon { flex-basis: 40px; }
body.mtm-body .social-rail__item:hover, body.mtm-body .social-rail__item:focus-visible { width: 40px; }
body.mtm-body .social-rail__label { display: none; }
}
body.mtm-body .hero {
  position: relative;
  background: var(--bg-page);
  padding: 140px 32px 96px;
  overflow: hidden;
}
body.mtm-body .hero__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 64px; align-items: center;
  position: relative;
}
body.mtm-body .hero__eyebrow { margin-bottom: 24px; }
body.mtm-body .hero__h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 0 0 28px;
  text-wrap: balance;
}
body.mtm-body .hero__h1 em {
  font-style: italic;
  color: var(--accent-2);
  font-weight: 400;
}
body.mtm-body .hero__lede {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px); line-height: 1.45;
  color: var(--fg-2); margin: 0 0 36px;
  max-width: 540px;
}
body.mtm-body .hero__ctas { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
body.mtm-body .hero__phone-row {
  display: flex; align-items: center; gap: 14px;
  margin-top: 36px;
  padding-top: 28px; border-top: 1px solid var(--border-1);
  flex-wrap: wrap;
}
body.mtm-body .hero__phone-label {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3);
}
body.mtm-body .hero__phone-num {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  color: var(--fg-1); text-decoration: none; letter-spacing: -0.01em;
}
body.mtm-body .hero__phone-num:hover { color: var(--accent); }
body.mtm-body .hero__media-wrap {
  position: relative; aspect-ratio: 4 / 5;
  border-radius: 4px; overflow: hidden;
  box-shadow: var(--shadow-4);
  isolation: isolate;
}
body.mtm-body .hero__media-wrap image-slot {
  position: absolute; inset: 0; width: 100%; height: 100%;
  --is-bg: #6f4f3b;
  --is-border: transparent;
  --is-placeholder-color: rgba(248, 245, 240, 0.75);
  background:
    radial-gradient(ellipse at 30% 80%, rgba(143, 54, 64, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 20%, rgba(193, 192, 102, 0.20) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 55%, #c89971 0%, #8a5a3e 40%, #4e321f 85%);
}
body.mtm-body .hero__media-caption {
  position: absolute; left: 24px; bottom: 24px; z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(26, 22, 18, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 16px; border-radius: 999px;
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--mtm-warm-white);
}
body.mtm-body .hero__media-caption::before {
  content: ''; display: block; width: 6px; height: 6px;
  border-radius: 999px; background: var(--mtm-gold);
}
body.mtm-body .hero__stat {
  position: absolute; left: -40px; top: 64%;
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  border-radius: 12px; padding: 22px 26px;
  box-shadow: var(--shadow-3);
  max-width: 240px;
  z-index: 3;
}
body.mtm-body .hero__stat-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: 44px; line-height: 1;
  color: var(--accent); letter-spacing: -0.02em;
  margin-bottom: 6px;
}
body.mtm-body .hero__stat-label {
  font-family: var(--font-ui); font-weight: 500; font-size: 13px;
  color: var(--fg-2); line-height: 1.4;
}
body.mtm-body .hero.is-fullbleed {
  background: #1a1612;
  min-height: 92vh;
  padding: 0;
  color: var(--fg-on-dark);
}
body.mtm-body .hero.is-fullbleed .hero__inner {
  display: block; max-width: 1200px;
  padding: 160px 32px 80px;
}
body.mtm-body .hero.is-fullbleed .hero__h1 { color: var(--mtm-warm-white); max-width: 920px; }
body.mtm-body .hero.is-fullbleed .hero__h1 em { color: var(--mtm-gold); }
body.mtm-body .hero.is-fullbleed .hero__lede { color: rgba(248,245,240,0.92); max-width: 600px; }
body.mtm-body .hero.is-fullbleed .hero__phone-row { border-top-color: rgba(248,245,240,0.18); }
body.mtm-body .hero.is-fullbleed .hero__phone-label { color: rgba(248,245,240,0.6); }
body.mtm-body .hero.is-fullbleed .hero__phone-num { color: var(--mtm-warm-white); }
body.mtm-body .hero.is-fullbleed .hero__media-wrap {
  position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; z-index: 0;
}
body.mtm-body .hero.is-fullbleed .hero__media-wrap > video, body.mtm-body .hero.is-fullbleed .hero__media-wrap > img {
  position: absolute; inset: 0;
  width: 100%; height: 100% !important;
  object-fit: cover; display: block;
}
body.mtm-body .hero.is-video .hero__scrim {
  background:
    linear-gradient(180deg, rgba(26,22,18,0.20) 0%, rgba(26,22,18,0.40) 45%, rgba(26,22,18,0.85) 100%),
    linear-gradient(90deg, rgba(26,22,18,0.55) 0%, transparent 60%);
}
body.mtm-body .hero.is-fullbleed .hero__inner-relative { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 160px 32px 80px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 92vh; }
body.mtm-body .hero.is-fullbleed .hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(26,22,18,0.5) 0%, rgba(26,22,18,0.0) 30%, rgba(26,22,18,0.0) 50%, rgba(26,22,18,0.82) 100%),
    linear-gradient(90deg, rgba(26,22,18,0.55) 0%, transparent 60%);
}
body.mtm-body .hero.is-fullbleed .hero__stat { display: none; }
body.mtm-body .press {
  background: var(--bg-page);
  padding: 48px 32px;
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
}
body.mtm-body .press__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 56px;
  flex-wrap: wrap; justify-content: space-between;
}
body.mtm-body .press__label {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--fg-3);
  border-right: 1px solid var(--border-1);
  padding-right: 56px; flex-shrink: 0;
}
body.mtm-body .press__items {
  display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
  flex: 1;
}
body.mtm-body .press__item {
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: 18px; color: var(--fg-2); letter-spacing: -0.01em;
  opacity: 0.7;
  transition: opacity var(--dur-base) var(--ease-standard), color var(--dur-base) var(--ease-standard);
}
body.mtm-body .press__item:hover { opacity: 1; color: var(--fg-1); }
body.mtm-body .press__item span {
  font-family: var(--font-ui); font-style: normal; font-weight: 500;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--fg-3); display: block; margin-top: 4px;
}
body.mtm-body .services {
  background: var(--bg-surface);
  padding: 96px 32px;
}
body.mtm-body .services__head {
  max-width: 1200px; margin: 0 auto 56px;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 64px; align-items: end;
}
body.mtm-body .services__head .lede { max-width: 520px; }
body.mtm-body .services__head-side { display: flex; flex-direction: column; gap: 18px; }
body.mtm-body .services__grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: 20px;
}
body.mtm-body .service-tile {
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  border-radius: 12px; padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
  cursor: pointer;
  position: relative;
}
body.mtm-body .service-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-3);
  border-color: rgba(26,22,18,0.10);
}
body.mtm-body .service-tile.is-feature {
  grid-row: 1 / span 2;
  padding: 40px;
  background: var(--mtm-warm-white);
  position: relative;
  overflow: hidden;
}
body.mtm-body .service-tile.is-feature::before {
  content: ''; position: absolute; right: -120px; top: -120px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(43,113,107,0.10) 0%, transparent 70%);
  pointer-events: none;
}
body.mtm-body .service-tile__title {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--fg-1);
  margin: 0;
}
body.mtm-body .service-tile.is-feature .service-tile__title { font-size: 42px; }
body.mtm-body .service-tile__desc {
  font-family: var(--font-body); font-size: 15px; line-height: 1.65;
  color: var(--fg-2); margin: 0;
}
body.mtm-body .service-tile.is-feature .service-tile__desc { font-size: 17px; max-width: 560px; }
body.mtm-body .service-tile__meta {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto;
}
body.mtm-body .service-tile__meta span {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3);
  background: rgba(26,22,18,0.04); padding: 7px 13px; border-radius: 999px;
}
body.mtm-body .service-tile__more {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);
  text-decoration: none; display: inline-flex; gap: 8px; align-items: center;
  margin-top: 6px; transition: gap var(--dur-base) var(--ease-standard);
}
body.mtm-body .service-tile:hover .service-tile__more { gap: 14px; }
body.mtm-body .service-tile__feature-meta {
  display: flex; gap: 24px; margin-top: auto; padding-top: 24px;
  border-top: 1px solid var(--border-1);
}
body.mtm-body .service-tile__feature-meta-item {
  display: flex; flex-direction: column; gap: 2px;
}
body.mtm-body .service-tile__feature-meta-item strong {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  color: var(--fg-1); letter-spacing: -0.01em;
}
body.mtm-body .service-tile__feature-meta-item span {
  font-family: var(--font-ui); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3);
}
body.mtm-body .service-detail {
  grid-column: 1 / -1;
  background: var(--mtm-warm-white);
  border: 1px solid var(--border-1);
  border-radius: 12px;
  padding: 40px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  animation: detailIn 320ms var(--ease-entrance);
}
@keyframes detailIn{
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
body.mtm-body .service-detail__main h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 32px; letter-spacing: -0.015em; line-height: 1.1;
  margin: 0 0 14px;
}
body.mtm-body .service-detail__main .lede { font-size: 19px; margin-bottom: 18px; }
body.mtm-body .service-detail__main p { font-size: 15px; line-height: 1.7; color: var(--fg-2); }
body.mtm-body .service-detail__col-label {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2);
  margin-bottom: 14px;
}
body.mtm-body .service-detail__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
body.mtm-body .service-detail__list li {
  display: flex; gap: 10px; align-items: start;
  font-family: var(--font-body); font-size: 14px; line-height: 1.55;
  color: var(--fg-1);
}
body.mtm-body .service-detail__list li::before {
  content: ''; flex-shrink: 0; margin-top: 8px;
  width: 5px; height: 5px; border-radius: 999px; background: var(--accent);
}
body.mtm-body .service-detail__close {
  position: absolute; top: 16px; right: 16px;
  background: transparent; border: 1px solid var(--border-2);
  width: 36px; height: 36px; border-radius: 999px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--fg-2);
}
body.mtm-body .service-detail__close:hover { background: var(--bg-surface-2); color: var(--fg-1); }
body.mtm-body .service-detail__ctas {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center;
}
body.mtm-body .service-detail__ctas .btn { white-space: nowrap; }
body.mtm-body .services__also-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
}
body.mtm-body .service-tile.is-also {
  padding: 22px;
  gap: 12px;
  background: var(--bg-page);
  border-radius: 10px;
}
body.mtm-body .service-tile.is-also .service-tile__title {
  font-size: 18px; letter-spacing: -0.01em;
}
body.mtm-body .service-tile.is-also .service-tile__desc {
  font-size: 13.5px; line-height: 1.55;
}
body.mtm-body .service-tile.is-also .service-tile__more {
  font-size: 10px; letter-spacing: 0.12em; margin-top: 4px;
}
body.mtm-body .service-tile.is-also.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}
body.mtm-body .approach {
  background: var(--bg-page);
  padding: 112px 32px;
}
body.mtm-body .approach__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 96px; align-items: start;
}
body.mtm-body .approach__side { position: sticky; top: 100px; }
body.mtm-body .approach__h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 18px 0 28px;
}
body.mtm-body .approach__h2 em { font-style: italic; color: var(--accent); font-weight: 400; }
body.mtm-body .approach__lede {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 22px; line-height: 1.4; color: var(--fg-2);
  margin: 0 0 28px;
}
body.mtm-body .approach__pillars { display: flex; flex-direction: column; gap: 28px; }
body.mtm-body .approach__pillar {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-1);
}
body.mtm-body .approach__pillar:last-child { border-bottom: none; padding-bottom: 0; }
body.mtm-body .approach__pillar-num {
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: 28px; color: var(--accent-2);
  letter-spacing: -0.01em;
}
body.mtm-body .approach__pillar h3 {
  font-family: var(--font-ui); font-weight: 600; font-size: 22px;
  letter-spacing: -0.01em; line-height: 1.2;
  color: var(--fg-1); margin: 0 0 10px;
}
body.mtm-body .approach__pillar p {
  font-family: var(--font-body); font-size: 15px; line-height: 1.65;
  color: var(--fg-2); margin: 0;
}
body.mtm-body .providers {
  background: var(--bg-surface);
  padding: 112px 32px;
}
body.mtm-body .providers__head { max-width: 1200px; margin: 0 auto 56px; }
body.mtm-body .providers__head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 16px;
  max-width: 720px;
}
body.mtm-body .providers__head .lede { max-width: 620px; }
body.mtm-body .providers__grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
body.mtm-body .provider {
  background: var(--bg-page);
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border-1);
  display: grid; grid-template-columns: 220px 1fr;
  transition: transform var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
}
body.mtm-body .provider:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-3);
}
body.mtm-body .provider__photo {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #6f4f3b, #3e2519);
}
body.mtm-body .provider__photo image-slot {
  position: absolute; inset: 0; width: 100%; height: 100%;
  --is-bg: #6f4f3b;
  --is-border: transparent;
  --is-placeholder-color: rgba(248,245,240,0.7);
  background:
    radial-gradient(ellipse at 50% 30%, #c89971 0%, #8a5a3e 60%, #3e2519 100%);
}
body.mtm-body .provider__photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(26,22,18,0.55) 100%);
  pointer-events: none;
}
body.mtm-body .provider__body { padding: 28px 28px 24px; display: flex; flex-direction: column; }
body.mtm-body .provider__role {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2);
  margin-bottom: 8px;
}
body.mtm-body .provider__name {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  letter-spacing: -0.015em; line-height: 1.1; margin: 0 0 4px;
}
body.mtm-body .provider__creds {
  font-family: var(--font-ui); font-weight: 500; font-size: 12px;
  letter-spacing: 0.06em; color: var(--accent); margin-bottom: 14px;
}
body.mtm-body .provider__bio {
  font-family: var(--font-body); font-size: 14px; line-height: 1.6;
  color: var(--fg-2); margin: 0 0 16px;
}
body.mtm-body .provider__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
body.mtm-body .provider__tags span {
  font-family: var(--font-ui); font-weight: 500; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3);
  border: 1px solid var(--border-1); padding: 5px 10px; border-radius: 999px;
}
body.mtm-body .provider__tags span.provider__tag-more {
  border: none; padding: 5px 2px; text-transform: none;
  font-style: italic; letter-spacing: 0.02em; align-self: center;
}
body.mtm-body .outcomes {
  background: #000;
  color: var(--fg-on-dark);
  padding: 112px 32px;
}
body.mtm-body .outcomes__inner { max-width: 1200px; margin: 0 auto; }
body.mtm-body .outcomes__head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: end;
  margin-bottom: 64px;
}
body.mtm-body .outcomes__head .eyebrow { color: var(--mtm-gold); margin-bottom: 16px; }
body.mtm-body .outcomes__head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--mtm-warm-white);
  margin: 0;
}
body.mtm-body .outcomes__head p {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 22px; line-height: 1.4; color: var(--fg-on-dark-2);
  margin: 0; max-width: 460px;
}
body.mtm-body .outcomes__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
body.mtm-body .partner-card {
  background: var(--mtm-warm-white);
  border: 1px solid var(--border-1);
  border-radius: 10px;
  padding: 20px 14px 18px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  gap: 6px;
  min-height: 150px;
  transition: border-color var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
}
body.mtm-body .partner-card:hover {
  border-color: rgba(26,22,18,0.10);
  box-shadow: var(--shadow-2);
}
body.mtm-body .partner-card__logo {
  height: 56px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
  color: var(--fg-1);
}
body.mtm-body .partner-card__logo img {
  max-width: 130px; max-height: 52px;
  width: auto; height: auto;
  object-fit: contain;
}
body.mtm-body .partner-card__name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; color: var(--fg-1); letter-spacing: -0.005em;
}
body.mtm-body .partner-card__note {
  font-family: var(--font-body); font-size: 12px;
  color: var(--fg-2); line-height: 1.4;
}
body.mtm-body .outcome-card {
  background: var(--bg-inverse-2);
  padding: 40px;
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 24px;
  border: 1px solid rgba(248,245,240,0.06);
}
body.mtm-body .outcome-card.is-feature {
  background: linear-gradient(160deg, #2a221c 0%, #1a1612 100%);
  padding: 48px;
}
body.mtm-body .outcome-card__quote {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 22px; line-height: 1.4; color: var(--mtm-warm-white);
  margin: 0;
}
body.mtm-body .outcome-card.is-feature .outcome-card__quote {
  font-size: clamp(24px, 2vw, 32px); line-height: 1.3;
}
body.mtm-body .outcome-card.is-feature .outcome-card__quote::before {
  content: '"'; display: inline-block; color: var(--mtm-gold);
  font-size: 1.2em; line-height: 0; vertical-align: -0.1em; margin-right: 4px;
}
body.mtm-body .outcome-card__attr {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px; border-top: 1px solid rgba(248,245,240,0.12);
  margin-top: auto;
}
body.mtm-body .outcome-card__name {
  font-family: var(--font-ui); font-weight: 600; font-size: 13px;
  color: var(--mtm-gold); letter-spacing: 0.14em;
}
body.mtm-body .outcome-card__sep { width: 4px; height: 4px; border-radius: 999px; background: rgba(248,245,240,0.3); }
body.mtm-body .outcome-card__protocol {
  font-family: var(--font-body); font-size: 13px;
  color: var(--fg-on-dark-2);
}
body.mtm-body .outcomes__stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 64px;
  padding-top: 64px; border-top: 1px solid rgba(248,245,240,0.12);
}
body.mtm-body .outcomes__stat {
  display: flex; flex-direction: column; gap: 8px;
}
body.mtm-body .outcomes__stat-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 4vw, 64px); line-height: 1;
  color: var(--mtm-gold); letter-spacing: -0.025em;
}
body.mtm-body .outcomes__stat-num sub {
  font-size: 0.4em; vertical-align: top; font-weight: 700;
  color: rgba(248,245,240,0.6); margin-left: 6px;
}
body.mtm-body .outcomes__stat-label {
  font-family: var(--font-body); font-size: 14px; line-height: 1.5;
  color: var(--fg-on-dark-2); max-width: 220px;
}
body.mtm-body .faq { background: var(--bg-page); padding: 112px 32px; }
body.mtm-body .faq__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 96px; align-items: start;
}
body.mtm-body .faq__side h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 24px;
}
body.mtm-body .faq__side .lede { font-size: 20px; }
body.mtm-body .faq__side p {/* font-family: var(--font-body); *//* font-size: 15px; */line-height: 1.7;color: var(--fg-2);margin-top: 18px;}
body.mtm-body .faq__list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border-1); }
body.mtm-body .faq__item {border-bottom: 1px solid #000000;}
body.mtm-body .faq__q {
  width: 100%; appearance: none; background: transparent; border: none;
  font-family: var(--font-ui); font-weight: 600; font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: -0.01em; color: var(--fg-1); text-align: left;
  padding: 28px 60px 28px 0; cursor: pointer; position: relative;
  display: block; line-height: 1.3;
  transition: color var(--dur-fast) var(--ease-standard);
}
body.mtm-body .faq__q:hover { color: var(--accent); }
body.mtm-body .faq__q::after {
  content: ''; position: absolute; right: 8px; top: 50%;
  width: 16px; height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1612' stroke-width='1.5' stroke-linecap='round'><path d='M12 5v14M5 12h14'/></svg>");
  background-size: contain; background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform var(--dur-base) var(--ease-standard);
}
body.mtm-body .faq__item.is-open .faq__q::after { transform: translateY(-50%) rotate(135deg); }
body.mtm-body .faq__item.is-open .faq__q { color: var(--accent); }
body.mtm-body .faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-standard);
}
body.mtm-body .faq__item.is-open .faq__a { max-height: 400px; }
body.mtm-body .faq__a-inner {
  padding: 0 60px 32px 0;
  font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  color: var(--fg-2);
}
body.mtm-body .contact {
  background: var(--mtm-burgundy-deep);
  color: var(--fg-on-dark);
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.mtm-body .contact__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr 1fr;
  min-height: 520px;
}
body.mtm-body .contact__left {
  padding: 96px 64px 96px 32px;
  display: flex; flex-direction: column; justify-content: center;
}
body.mtm-body .contact__left .eyebrow { color: var(--mtm-gold); }
body.mtm-body .contact__h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--mtm-warm-white);
  margin: 16px 0 24px;
  max-width: 600px;
}
body.mtm-body .contact__h2 em { font-style: italic; color: var(--mtm-gold); font-weight: 400; }
body.mtm-body .contact__lede {
  /* font-family: var(--font-display); */
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: rgba(248,245,240,0.92);
  margin: 0 0 36px;
  max-width: 520px;
}
body.mtm-body .contact__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
body.mtm-body .contact__right {
  background: rgba(0,0,0,0.18);
  padding: 96px 48px;
  display: flex; flex-direction: column; gap: 32px;
  justify-content: center;
  border-left: 1px solid rgba(248,245,240,0.1);
}
body.mtm-body .contact-block { display: flex; flex-direction: column; gap: 8px; }
body.mtm-body .contact-block__label {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mtm-gold);
}
body.mtm-body .contact-block__value {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  letter-spacing: -0.01em; line-height: 1.3; color: var(--mtm-warm-white);
  text-decoration: none;
}
body.mtm-body .contact-block__value:hover { color: var(--mtm-gold); }
body.mtm-body .contact-block__sub {
  font-family: var(--font-body); font-size: 14px; line-height: 1.6;
  color: rgba(248,245,240,0.75);
}
body.mtm-body .footer {
  background: var(--mtm-black);
  color: var(--fg-on-dark);
  padding: 80px 32px 32px;
}
body.mtm-body .footer__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
}
body.mtm-body .footer__brand img { height: 32px; margin-bottom: 18px; display: block; }
body.mtm-body .footer__brand p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg-on-dark-2);
  max-width: 320px;
  /* margin: 0; */
}
body.mtm-body .footer__col-label {
  font-family: var(--font-ui); font-weight: 600; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--mtm-gold);
  margin-bottom: 16px;
}
body.mtm-body .footer__col p, body.mtm-body .footer__col a {
  font-family: var(--font-body); font-size: 14px; line-height: 1.7;
  color: var(--fg-on-dark-2); margin: 0 0 8px;
  display: block; text-decoration: none;
}
body.mtm-body .footer__col a:hover { color: var(--mtm-warm-white); }
body.mtm-body .footer__rule {
  height: 1px; background: rgba(248,245,240,0.12);
  margin: 64px auto 24px; max-width: 1200px;
}
body.mtm-body .footer__legal {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-ui); font-size: 12px; color: var(--fg-on-dark-2);
  letter-spacing: 0.04em;
  flex-wrap: wrap; gap: 14px;
}
body.mtm-body .footer__legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
body.mtm-body .footer__legal-links a { color: var(--fg-on-dark-2); text-decoration: none; }
body.mtm-body .footer__legal-links a:hover { color: var(--mtm-warm-white); }
body.mtm-body .modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(26,22,18,0.55);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: fadeIn 240ms var(--ease-entrance);
}
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
body.mtm-body .modal__panel {
  background: var(--bg-page);
  border-radius: 16px; padding: 40px;
  max-width: 520px; width: 100%;
  box-shadow: 0 24px 48px -12px rgba(26,22,18,0.4);
  animation: lift 320ms var(--ease-entrance);
  position: relative;
  max-height: 90vh; overflow-y: auto;
}
@keyframes lift{
  from { transform: translateY(16px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
body.mtm-body .modal__close {
  position: absolute; top: 16px; right: 16px;
  background: transparent; border: 1px solid var(--border-2);
  width: 36px; height: 36px; border-radius: 999px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--fg-2);
}
body.mtm-body .modal__close:hover { background: var(--bg-surface); color: var(--fg-1); }
body.mtm-body .modal h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 32px; letter-spacing: -0.015em; line-height: 1.1;
  margin: 12px 0 8px;
}
body.mtm-body .modal p.modal__sub {
  font-family: var(--font-body); font-size: 14px; line-height: 1.6;
  color: var(--fg-2); margin: 0 0 24px;
}
body.mtm-body .modal form { display: flex; flex-direction: column; gap: 14px; }
body.mtm-body .modal__row { display: flex; flex-direction: column; gap: 6px; }
body.mtm-body .modal__row.is-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.mtm-body .modal__row label {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-2);
}
body.mtm-body .modal__row input, body.mtm-body .modal__row select, body.mtm-body .modal__row textarea {
  font: 400 14px/1.5 var(--font-body);
  padding: 12px 14px;
  background: var(--bg-surface-2);
  border: 1px solid var(--border-1);
  border-radius: 8px;
  color: var(--fg-1);
  resize: vertical;
}
body.mtm-body .modal__row select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 40px; }
body.mtm-body .modal__row input:focus, body.mtm-body .modal__row select:focus, body.mtm-body .modal__row textarea:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body.mtm-body .modal__actions { display: flex; gap: 10px; margin-top: 12px; }
body.mtm-body .modal__success { text-align: center; padding: 16px 0; }
body.mtm-body .modal__success-check {
  width: 56px; height: 56px; margin: 0 auto 20px;
  background: var(--accent); color: var(--accent-fg);
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
}
@media (max-width: 1080px) {
body.mtm-body .hero__inner { grid-template-columns: 1fr; gap: 48px; }
body.mtm-body .hero__stat { left: 16px; top: auto; bottom: 24px; }
body.mtm-body .approach__inner { grid-template-columns: 1fr; gap: 56px; }
body.mtm-body .approach__side { position: static; }
body.mtm-body .faq__inner { grid-template-columns: 1fr; gap: 56px; }
body.mtm-body .outcomes__head { grid-template-columns: 1fr; gap: 24px; }
body.mtm-body .outcomes__grid { grid-template-columns: repeat(3, 1fr); }
body.mtm-body .contact__inner { grid-template-columns: 1fr; }
body.mtm-body .contact__right { border-left: none; border-top: 1px solid rgba(248,245,240,0.1); }
body.mtm-body .services__head { grid-template-columns: 1fr; gap: 24px; }
body.mtm-body .services__grid { grid-template-columns: 1fr; }
body.mtm-body .service-tile.is-feature { grid-row: auto; }
body.mtm-body .service-detail { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 880px) {
body.mtm-body .mtm-nav__items { display: none; }
body.mtm-body .mtm-nav__burger { display: inline-flex; }
body.mtm-body .mtm-nav__portal { display: none; }
}
@media (max-width: 720px) {
body.mtm-body .mtm-utility { display: none; }
body.mtm-body .mtm-nav { top: 0; }
body.mtm-body .hero { padding: 110px 24px 64px; }
body.mtm-body .hero__h1 { font-size: 44px; }
body.mtm-body .press__inner { gap: 24px; }
body.mtm-body .press__label { padding-right: 24px; }
body.mtm-body .press__items { gap: 24px; }
body.mtm-body .services { padding: 72px 24px; }
body.mtm-body .approach { padding: 72px 24px; }
body.mtm-body .providers { padding: 72px 24px; }
body.mtm-body .providers__grid { grid-template-columns: 1fr; }
body.mtm-body .provider { grid-template-columns: 1fr; }
body.mtm-body .provider__photo { height: 220px; }
body.mtm-body .outcomes { padding: 72px 24px; }
body.mtm-body .outcomes__stats { grid-template-columns: 1fr; gap: 24px; }
body.mtm-body .faq { padding: 72px 24px; }
body.mtm-body .contact__left { padding: 64px 24px; }
body.mtm-body .contact__right { padding: 56px 24px; }
body.mtm-body .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
body.mtm-body .testimonials {
  padding: 96px 32px 96px;
  background: var(--bg-page);
  position: relative;
  overflow: hidden;
}
body.mtm-body .testimonials__inner {
  max-width: 1320px; margin: 0 auto;
}
body.mtm-body .testimonials__head {
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: end;
  margin-bottom: 40px;
  max-width: 1200px; margin-left: auto; margin-right: auto;
}
body.mtm-body .testimonials__h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 14px 0 14px;
  max-width: 700px;
  text-wrap: balance;
}
body.mtm-body .testimonials__h2 em {color: var(--accent);font-style: italic;}
body.mtm-body .testimonials__lede {
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  color: var(--fg-2); margin: 0; max-width: 560px;
}
body.mtm-body .testimonials__rating {
  display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
  padding: 18px 22px; background: var(--mtm-warm-white);
  border: 1px solid var(--border-1); border-radius: 12px;
  min-width: 200px;
}
body.mtm-body .testimonials__rating-top {
  display: flex; align-items: center; gap: 10px;
}
body.mtm-body .testimonials__rating-num {
  font-family: var(--font-display); font-weight: 700; font-size: 40px;
  color: var(--fg-1); line-height: 1; letter-spacing: -0.02em;
}
body.mtm-body .testimonials__rating .review-card__stars { color: #FBBC04; }
body.mtm-body .testimonials__rating-source {
  font-family: var(--font-ui); font-weight: 500; font-size: 11px;
  color: var(--fg-3); letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 6px; margin-top: 4px;
}
body.mtm-body .reviews-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  margin: 0 -32px;
  padding: 8px 0;
}
body.mtm-body .reviews-marquee__track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: reviewsScroll 80s linear infinite;
}
body.mtm-body .reviews-marquee:hover .reviews-marquee__track {
  animation-play-state: paused;
}
@keyframes reviewsScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
body.mtm-body .review-card {
  flex: 0 0 360px;
  background: var(--mtm-warm-white);
  border: 1px solid var(--border-1);
  border-radius: 12px;
  padding: 18px 22px 22px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-1);
  text-decoration: none;
  color: inherit;
  transition: transform var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
}
body.mtm-body .review-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-3);
}
body.mtm-body .review-card__source {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-ui); font-weight: 600; font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-3);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-1);
}
body.mtm-body .review-card__head { display: flex; align-items: center; gap: 12px; }
body.mtm-body .review-card__avatar {
  width: 38px; height: 38px; border-radius: 999px;
  background: var(--accent); color: var(--mtm-warm-white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}
body.mtm-body .review-card__id { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
body.mtm-body .review-card__name {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  color: var(--fg-1); letter-spacing: -0.005em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
body.mtm-body .review-card__meta {
  display: flex; align-items: center; gap: 8px;
}
body.mtm-body .review-card__date {
  font-family: var(--font-ui); font-size: 11px; color: var(--fg-3);
}
body.mtm-body .review-card__stars { display: inline-flex; gap: 2px; }
body.mtm-body .review-card__text {
  font-family: var(--font-body); font-size: 14px; line-height: 1.55;
  color: var(--fg-2); margin: 0;
  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;
}
body.mtm-body .testimonials__ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center; align-items: center;
  margin-top: 40px;
}
@media (max-width: 720px) {
body.mtm-body .testimonials { padding: 72px 20px; }
body.mtm-body .testimonials__head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
body.mtm-body .testimonials__rating { align-self: start; }
body.mtm-body .review-card { flex-basis: 280px; }
body.mtm-body .reviews-marquee { margin: 0 -20px; }
body.mtm-body .outcomes__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
body.mtm-body .hero__h1 { font-size: 38px; }
body.mtm-body .service-tile.is-feature { padding: 28px; }
body.mtm-body .service-tile.is-feature .service-tile__title { font-size: 30px; }
body.mtm-body .service-tile.is-feature .service-tile__feature-meta { flex-direction: column; gap: 14px; }
body.mtm-body .footer__inner { grid-template-columns: 1fr; gap: 28px; }
body.mtm-body .footer__legal { flex-direction: column; align-items: flex-start; }
}


/* =====================================================================
   WP nav-menu walker -> MTM nav design bridge
   wp_nav_menu() outputs ul.mtm-nav__menu > li.menu-item > a (+ ul.sub-menu).
   The design CSS only styles the original React classes, so map the real
   WordPress markup onto the same look (desktop dropdowns + mobile drawer).
   ===================================================================== */

/* --- Desktop primary menu --- */
body.mtm-body .mtm-nav__menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
body.mtm-body .mtm-nav__menu li { list-style: none; margin: 0; }
body.mtm-body .mtm-nav__menu > .menu-item { position: relative; }
body.mtm-body .mtm-nav__menu > .menu-item > a {
  font-family: var(--font-ui); font-weight: 500; font-size: 13.5px; color: var(--accent);
  text-decoration: none; padding: 10px 14px; white-space: nowrap; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: color var(--dur-fast) var(--ease-standard), background var(--dur-fast) var(--ease-standard);
}
body.mtm-body .mtm-nav__menu > .menu-item > a:hover { color: var(--accent-2); background: rgba(143,54,64,0.08); }
body.mtm-body .mtm-nav__menu > .current-menu-item > a,
body.mtm-body .mtm-nav__menu > .current_page_item > a { color: var(--accent); }

/* Chevron on parents */
body.mtm-body .mtm-nav__menu .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .55;
  right: 0px;
  top: 15px;
}

/* Dropdown panels */
body.mtm-body .mtm-nav__menu .sub-menu {
  list-style: none; margin: 0; padding: 8px; position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 240px; background: var(--bg-page); border: 1px solid var(--border-1);
  border-radius: 14px; box-shadow: var(--shadow-3);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s var(--ease-standard), transform .18s var(--ease-standard), visibility .18s; z-index: 60;
}
body.mtm-body .mtm-nav__menu .menu-item:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
body.mtm-body .mtm-nav__menu .sub-menu a {
  display: block; padding: 9px 12px; border-radius: 8px; font-family: var(--font-ui);
  font-size: 13.5px; font-weight: 500; color: var(--fg-2); text-decoration: none; white-space: nowrap;
}
body.mtm-body .mtm-nav__menu .sub-menu a:hover { background: var(--bg-surface); color: var(--accent); }
body.mtm-body .mtm-nav__menu .sub-menu .menu-item { position: relative; }
/* Nested flyout (e.g. Special Events) */
body.mtm-body .mtm-nav__menu .sub-menu .sub-menu { top: -9px; left: calc(100% + 6px); }
/* Long services list -> two columns */
body.mtm-body .mtm-nav__menu .sub-menu.wda-long-menu { min-width: 520px; columns: 2; column-gap: 8px; }
body.mtm-body .mtm-nav__menu .sub-menu.wda-long-menu .menu-item { break-inside: avoid; }
body.mtm-body .mtm-nav__menu .sub-menu.wda-long-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 0 12px; min-width: 0; }

/* Over-dark hero state (nav transparent over the video) */
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .menu-item > a { color: rgba(255,255,255,0.92); }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .menu-item > a:hover { color: #fff; background: rgba(255,255,255,0.12); }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .current-menu-item > a,
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .current_page_item > a { color: #fff; }

/* --- Drawer: hidden until opened (React mounted it conditionally) --- */
body.mtm-body .mtm-drawer { display: none; }
body.mtm-body .mtm-drawer.open { display: flex; }

/* --- Mobile drawer menu --- */
body.mtm-body .mtm-drawer__menu { list-style: none; margin: 0; padding: 0; width: 100%; }
body.mtm-body .mtm-drawer__menu li { list-style: none; margin: 0; }
body.mtm-body .mtm-drawer__menu > .menu-item { border-bottom: 1px solid var(--border-1); padding: 6px 0; }
body.mtm-body .mtm-drawer__menu > .menu-item > a {
  font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--fg-1);
  text-decoration: none; display: block; padding: 10px 0; letter-spacing: -0.01em;
}
body.mtm-body .mtm-drawer__menu .sub-menu { list-style: none; margin: 2px 0 8px; padding: 0; }
body.mtm-body .mtm-drawer__menu .sub-menu a {
  font-family: var(--font-ui); font-weight: 500; font-size: 14px; color: var(--fg-2);
  text-decoration: none; display: block; padding: 6px 0 6px 14px;
}
body.mtm-body .mtm-drawer__menu a:hover { color: var(--accent); }


/* =====================================================================
   MOBILE BUILD  (m-* / mh-* markup, shown <=880px)
   Dual-markup: desktop sections live in .d-only, mobile in .m-only.
   The mobile design was authored inside a phone frame; the override
   block after the imported styles reflows it into normal document flow.
   ===================================================================== */

/* Desktop / mobile visibility toggle */
body.mtm-body .m-only { display: none; }
body.mtm-body .d-only { display: block; }
@media (max-width: 880px) {
  body.mtm-body .d-only { display: none !important; }
  body.mtm-body .m-only { display: block !important; }
}

body.mtm-body {
  --mtm-burgundy:      #8f3640;
  --mtm-burgundy-deep: #6f262e;
  --mtm-burgundy-soft: #b5535d;
  --mtm-teal:          #2b716b;
  --mtm-teal-deep:     #1f5752;
  --mtm-teal-soft:     #4a9892;
  --mtm-gold:          #c1c066;
  --mtm-gold-deep:     #9c9b4d;
  --mtm-sage:          #8b9d77;
  --mtm-sage-soft:     #b6c2a6;
  --mtm-black:         #1a1612;
  --mtm-charcoal:      #3a322b;
  --mtm-stone:         #6b6258;
  --mtm-warm-white:    #f8f5f0;
  --mtm-parchment:     #e8e3db;
  --mtm-parchment-2:   #ddd6c9;
  --bg-page:           var(--mtm-warm-white);
  --bg-surface: var(--mtm-parchment);
  --bg-surface-2:      #f1ece3;
  --bg-inverse:        var(--mtm-black);
  --bg-inverse-2:      #2a221c;
  --fg-1:              var(--mtm-black);
  --fg-2:              var(--mtm-charcoal);
  --fg-3:              var(--mtm-stone);
  --fg-on-dark:        var(--mtm-warm-white);
  --fg-on-dark-2:      #c9c2b5;
  --accent:            var(--mtm-teal);
  --accent-hover:      var(--mtm-teal-deep);
  --accent-fg:         var(--mtm-warm-white);
  --accent-2:          var(--mtm-burgundy);
  --accent-2-hover:    var(--mtm-burgundy-deep);
  --premium:           var(--mtm-gold);
  --support:           var(--mtm-sage);
  --border-1:          var(--mtm-parchment-2);
  --border-2:          rgba(26, 22, 18, 0.12);
  --border-dark:       rgba(248, 245, 240, 0.16);
  --link:              var(--mtm-teal);
  --link-hover:        var(--mtm-teal-deep);
  --focus-ring:        rgba(43, 113, 107, 0.45);
  --font-display:      'Libre Baskerville', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-ui:           'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-body:         'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --fs-12:  0.75rem;
  --fs-14:  0.875rem;
  --fs-16:  1rem;
  --fs-18:  1.125rem;
  --fs-20:  1.25rem;
  --fs-24:  1.5rem;
  --fs-30:  1.875rem;
  --fs-38:  2.375rem;
  --fs-48:  3rem;
  --fs-64:  4rem;
  --fs-80:  5rem;
  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.5;
  --lh-loose:   1.7;
  --ls-tight:    -0.02em;
  --ls-normal:    0;
  --ls-eyebrow:   0.16em;
  --ls-button:    0.06em;
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.5rem;
  --sp-6:  2rem;
  --sp-7:  3rem;
  --sp-8:  4rem;
  --sp-9:  6rem;
  --sp-10: 8rem;
  --r-0:  0;
  --r-1:  2px;
  --r-2:  4px;
  --r-3:  8px;
  --r-4:  12px;
  --r-5:  20px;
  --r-pill: 999px;
  --shadow-1: 0 1px 2px rgba(26, 22, 18, 0.06);
  --shadow-2: 0 2px 8px rgba(26, 22, 18, 0.08);
  --shadow-3: 0 8px 24px rgba(26, 22, 18, 0.10);
  --shadow-4: 0 24px 48px -12px rgba(26, 22, 18, 0.18);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  --ease-standard: cubic-bezier(0.2, 0.6, 0.2, 1);
  --ease-entrance: cubic-bezier(0, 0.55, 0.45, 1);
  --ease-exit:     cubic-bezier(0.55, 0, 1, 0.45);
  --dur-fast:   140ms;
  --dur-base:   240ms;
  --dur-slow:   420ms;
}
body.mtm-body :where(html, body) {
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-body);
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.mtm-body :where(h1, h2, h3, h4, h5, h6) {
  color: var(--fg-1);
  margin: 0 0 var(--sp-4);
  text-wrap: balance;
}
body.mtm-body :where(h1) {
  font-family: var(--font-display);
  font-size: clamp(var(--fs-48), 5vw, var(--fs-80));
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
}
body.mtm-body :where(h2) {
  /* font-family: var(--font-ui); */
  font-size: clamp(var(--fs-30), 3vw, var(--fs-48));
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
}
body.mtm-body :where(h3) {
  font-family: var(--font-ui);
  font-size: var(--fs-24);
  line-height: var(--lh-snug);
}
body.mtm-body :where(h4) {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: var(--lh-snug);
}
body.mtm-body :where(p) {
  font-family: var(--font-body);
  font-size: var(--fs-16);
  line-height: var(--lh-loose);
  color: var(--fg-2);
  margin: 0 0 var(--sp-4);
  text-wrap: pretty;
}
body.mtm-body :where(a) {
  color: var(--link);
  text-decoration-color: rgba(43, 113, 107, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-standard);
}
body.mtm-body :where(a:hover) { color: var(--link-hover); text-decoration-color: currentColor; }
body.mtm-body :where(small, .caption) {
  font-family: var(--font-body);
  font-size: var(--fs-14);
  color: var(--fg-3);
  line-height: var(--lh-normal);
}
body.mtm-body .eyebrow {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-12);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--accent-2);
  display: inline-block;
}
body.mtm-body .lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: var(--lh-snug);
  color: var(--fg-2);
}
body.mtm-body :where(button, a, input, textarea, select):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: var(--r-2);
}
body.mtm-body * { box-sizing: border-box; }
body.mtm-body, body.mtm-body { margin: 0; }
body.mtm-body .m-stage {
  min-height: 100vh;
  background:
    radial-gradient(120% 80% at 50% -10%, #efe9df 0%, #e6dfd3 50%, #ddd4c6 100%);
  display: flex; flex-direction: column; align-items: center;
  padding: 40px 20px 72px;
  font-family: var(--font-ui);
}
body.mtm-body .m-stage__head { text-align: center; max-width: 460px; margin: 0 auto 30px; }
body.mtm-body .m-stage__eyebrow {
  font-family: var(--font-ui); font-weight: 600; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--mtm-burgundy);
  margin-bottom: 12px;
}
body.mtm-body .m-stage__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(26px, 5vw, 38px); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--mtm-black); margin: 0 0 10px;
}
body.mtm-body .m-stage__title em { font-style: italic; color: var(--mtm-teal); font-weight: 400; }
body.mtm-body .m-stage__sub {
  font-family: var(--font-body); font-size: 14px; line-height: 1.6;
  color: var(--mtm-charcoal); margin: 0;
}
body.mtm-body .m-stage__links { margin-top: 16px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
body.mtm-body .m-stage__links a {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--mtm-teal);
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
}
body.mtm-body .m-stage__links a:hover { color: var(--mtm-teal-deep); }
body.mtm-body .m-phone {
  width: 393px; height: 852px; flex: 0 0 auto;
  background: #0b0b0d; border-radius: 56px; padding: 13px;
  box-shadow:
    0 60px 110px -30px rgba(26,22,18,0.55),
    0 0 0 2px #1c1c1f, 0 0 0 7px #0b0b0d;
  position: relative;
}
body.mtm-body .m-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 44px; overflow: hidden; background: var(--bg-page);
  isolation: isolate;
}
body.mtm-body .m-island {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 33px; border-radius: 20px; background: #000; z-index: 60;
}
body.mtm-body .m-status {
  position: absolute; top: 0; left: 0; right: 0; height: 50px; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 30px 0; pointer-events: none;
}
body.mtm-body .m-status__time {
  font-family: -apple-system, system-ui; font-weight: 600; font-size: 15px;
  color: var(--clock, #1a1612); letter-spacing: 0.2px;
}
body.mtm-body .m-status__icons { display: flex; align-items: center; gap: 6px; }
body.mtm-body .m-home {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 134px; height: 5px; border-radius: 99px; background: rgba(26,22,18,0.28);
  z-index: 60; pointer-events: none;
}
body.mtm-body .m-screen.is-dark-home .m-home { background: rgba(248,245,240,0.7); }
body.mtm-body .m-scroll {
  position: absolute; inset: 0; overflow-y: auto; overflow-x: hidden;
  -webkit-overflow-scrolling: touch; scroll-behavior: smooth;
}
body.mtm-body .m-scroll::-webkit-scrollbar { width: 0; height: 0; }
body.mtm-body .m-appbar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 50px 18px 12px; gap: 12px;
  transition: background .28s ease, box-shadow .28s ease;
}
body.mtm-body .m-appbar.is-solid {
  background: rgba(248,245,240,0.86);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  box-shadow: 0 1px 0 var(--border-1);
  /* padding-top: 50px; */
  padding-bottom: 12px;
}
body.mtm-body .m-appbar.on-dark:not(.is-solid) .m-appbar__logo--color { opacity: 0; }
body.mtm-body .m-appbar.on-dark:not(.is-solid) .m-appbar__logo--white { opacity: 1; }
body.mtm-body .m-appbar__logo { position: relative; line-height: 0; }
body.mtm-body .m-appbar__logo img {height: 40px;display: block;transition: opacity .28s ease;max-width: 250px;filter: brightness(0) invert(1);}
body.mtm-body .m-appbar__logo--white { position: absolute; inset: 0; opacity: 0; }
body.mtm-body .m-appbar__logo--color { opacity: 1; }
body.mtm-body .m-appbar__burger {
  appearance: none; width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid var(--border-2); background: rgba(248,245,240,0.5);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  color: var(--mtm-black); flex-shrink: 0;
}
body.mtm-body .m-appbar.on-dark:not(.is-solid) .m-appbar__burger {
  border-color: rgba(248,245,240,0.4); background: rgba(255,255,255,0.12); color: var(--mtm-warm-white);
}
body.mtm-body .m-appbar__burger svg { width: 20px; height: 20px; }
body.mtm-body .m-menu {
  position: absolute; inset: 0; z-index: 80;
  background: var(--mtm-black); color: var(--mtm-warm-white);
  display: flex; flex-direction: column;
  padding: 64px 26px 30px;
  transform: translateY(-100%); transition: transform .42s var(--ease-entrance);
  overflow-y: auto;
}
body.mtm-body .m-menu.is-open { transform: translateY(0); }
body.mtm-body .m-menu__close {
  position: absolute; top: 50px; right: 18px;
  width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(248,245,240,0.25); background: transparent;
  color: var(--mtm-warm-white); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
body.mtm-body .m-menu__brand img { height: 42px; margin-bottom: 30px; }
body.mtm-body .m-menu__list { display: flex; flex-direction: column; }
body.mtm-body .m-menu__link {
  font-family: var(--font-display); font-weight: 700; font-size: 30px;
  letter-spacing: -0.02em; color: var(--mtm-warm-white); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid rgba(248,245,240,0.1);
  display: flex; align-items: center; justify-content: space-between;
}
body.mtm-body .m-menu__link em { font-style: italic; color: var(--mtm-gold); font-weight: 400; }
body.mtm-body .m-menu__link span { color: rgba(248,245,240,0.4); font-size: 20px; font-family: var(--font-ui); }
body.mtm-body .m-menu__nav { display: flex; flex-direction: column; }
body.mtm-body .m-menu__item, body.mtm-body .m-menu__top {
  font-family: var(--font-display); font-weight: 700; font-size: 26px;
  letter-spacing: -0.02em; color: var(--mtm-warm-white); text-decoration: none;
  padding: 15px 0; border-bottom: 1px solid rgba(248,245,240,0.1);
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  width: 100%; text-align: left;
  background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.mtm-body .m-menu__item span, body.mtm-body .m-menu__top .m-menu__chev { flex: none; color: rgba(248,245,240,0.4); }
body.mtm-body .m-menu__item span { font-size: 19px; font-family: var(--font-ui); }
body.mtm-body .m-menu__chev { width: 22px; height: 22px; transition: transform .32s var(--ease-standard); }
body.mtm-body .m-menu__group.is-open > .m-menu__top { color: var(--mtm-gold); border-bottom-color: transparent; }
body.mtm-body .m-menu__group.is-open > .m-menu__top .m-menu__chev { transform: rotate(180deg); color: var(--mtm-gold); }
body.mtm-body .m-menu__sub { display: none; border-bottom: 1px solid rgba(248,245,240,0.1); }
body.mtm-body .m-menu__group.is-open > .m-menu__sub { display: block; animation: m-sub-in .34s var(--ease-standard); }
@keyframes m-sub-in{ from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
body.mtm-body .m-menu__sub-inner { overflow: hidden; padding-bottom: 4px; }
body.mtm-body .m-menu__sub a {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 16px; color: rgba(248,245,240,0.72);
  text-decoration: none; padding: 10px 2px;
}
body.mtm-body .m-menu__sub a:first-child { padding-top: 4px; }
body.mtm-body .m-menu__sub a:last-child { padding-bottom: 18px; }
body.mtm-body .m-menu__sub a .m-menu__feat { font-family: var(--font-ui); font-weight: 600; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mtm-gold); border: 1px solid rgba(199,158,90,0.5); border-radius: 999px; padding: 3px 8px; }
body.mtm-body .m-menu__sub a::after { content: '→'; color: rgba(248,245,240,0.28); font-family: var(--font-ui); font-size: 14px; margin-left: auto; }
body.mtm-body .m-menu__foot { margin-top: auto; padding-top: 28px; }
body.mtm-body .m-menu__phone {
  font-family: var(--font-display); font-weight: 700; font-size: 26px;
  color: var(--mtm-gold); text-decoration: none; display: block; margin-bottom: 4px;
}
body.mtm-body .m-menu__hours { font-family: var(--font-body); font-size: 13px; color: var(--fg-on-dark-2); }
body.mtm-body .m-ctabar {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 45;
  display: flex; gap: 10px; align-items: center;
  padding: 12px 16px 26px;
  background: linear-gradient(180deg, rgba(248,245,240,0) 0%, var(--bg-page) 26%);
}
body.mtm-body .m-ctabar__book {
  flex: 1; height: 52px; border: none; cursor: pointer;
  background: var(--mtm-teal); color: var(--mtm-warm-white);
  border-radius: 999px; font-family: var(--font-ui); font-weight: 600;
  font-size: 14px; letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  text-decoration: none; box-shadow: var(--shadow-3);
}
body.mtm-body .m-ctabar__book:active { background: var(--mtm-teal-deep); }
body.mtm-body .m-ctabar__call {
  width: 52px; height: 52px; flex: 0 0 auto; border-radius: 999px;
  background: var(--mtm-burgundy); color: var(--mtm-warm-white);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; box-shadow: var(--shadow-3);
}
body.mtm-body .m-ctabar__call:active { background: var(--mtm-burgundy-deep); }
body.mtm-body .m-section { padding: 56px 22px; }
body.mtm-body .m-section.tight { padding: 44px 22px; }
body.mtm-body .m-section.surface { background: var(--bg-surface); }
body.mtm-body .m-section.ink { background: var(--bg-inverse); color: var(--fg-on-dark); }
body.mtm-body .m-eyebrow {
  font-family: var(--font-ui); font-weight: 600; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2);
  display: block; margin-bottom: 14px;
}
body.mtm-body .m-eyebrow.gold { color: var(--mtm-gold); }
body.mtm-body .m-eyebrow.teal { color: var(--mtm-teal); }
body.mtm-body .m-h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 30px; line-height: 1.08; letter-spacing: -0.02em;
  color: var(--fg-1); margin: 0 0 16px; text-wrap: balance;
}
body.mtm-body .m-section.ink .m-h2 { color: var(--mtm-warm-white); }
body.mtm-body .m-h2 em { font-style: italic; color: var(--accent); font-weight: 400; }
body.mtm-body .m-section.ink .m-h2 em { color: var(--mtm-gold); }
body.mtm-body .m-lede {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 19px; line-height: 1.4; color: var(--fg-2); margin: 0 0 18px;
}
body.mtm-body .m-section.ink .m-lede { color: var(--fg-on-dark-2); }
body.mtm-body .m-body {
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.66;
  color: var(--fg-2); margin: 0 0 16px;
}
body.mtm-body .m-section.ink .m-body { color: var(--fg-on-dark-2); }
body.mtm-body .m-btn {
  font-family: var(--font-ui); font-weight: 600; font-size: 14px;
  letter-spacing: 0.04em; padding: 15px 24px; border-radius: 999px;
  border: none; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  line-height: 1; width: 100%;
}
body.mtm-body .m-btn--primary { background: var(--mtm-teal); color: var(--mtm-warm-white); }
body.mtm-body .m-btn--primary:active { background: var(--mtm-teal-deep); }
body.mtm-body .m-btn--burgundy { background: var(--mtm-burgundy); color: var(--mtm-warm-white); }
body.mtm-body .m-btn--ghost { background: transparent; color: var(--fg-1); border: 1.5px solid var(--border-2); }
body.mtm-body .m-btn--light { background: var(--mtm-warm-white); color: var(--mtm-burgundy-deep); }
body.mtm-body .m-btn--on-dark { background: transparent; color: var(--mtm-warm-white); border: 1.5px solid rgba(248,245,240,0.4); }
body.mtm-body .m-btnrow { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
body.mtm-body .m-acc { border-top: 1px solid var(--border-1); }
body.mtm-body .m-acc__item { border-bottom: 1px solid var(--border-1); }
body.mtm-body .m-acc__btn {
  width: 100%; appearance: none; background: transparent; border: none;
  text-align: left; cursor: pointer; padding: 20px 40px 20px 0;
  position: relative; display: block;
}
body.mtm-body .m-acc__btn::after {
  content: ''; position: absolute; right: 2px; top: 22px;
  width: 16px; height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b716b' stroke-width='2' stroke-linecap='round'><path d='M12 5v14M5 12h14'/></svg>");
  background-size: contain; background-repeat: no-repeat;
  transition: transform .3s var(--ease-standard);
}
body.mtm-body .m-acc__item.is-open .m-acc__btn::after { transform: rotate(135deg); }
body.mtm-body .m-acc__eyebrow {
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-2);
  display: block; margin-bottom: 6px;
}
body.mtm-body .m-acc__q {
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  line-height: 1.22; letter-spacing: -0.01em; color: var(--fg-1);
}
body.mtm-body .m-acc__item.is-open .m-acc__q { color: var(--accent); }
body.mtm-body .m-acc__panel { max-height: 0; overflow: hidden; transition: max-height .42s var(--ease-standard); }
body.mtm-body .m-acc__item.is-open .m-acc__panel { max-height: 900px; }
body.mtm-body .m-acc__inner { padding: 0 0 22px; }
body.mtm-body .m-reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease-entrance), transform .6s var(--ease-entrance); }
body.mtm-body .m-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
body.mtm-body .m-reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-height: 940px) {
body.mtm-body .m-phone { transform: scale(0.92); transform-origin: top center; margin-bottom: -68px; }
}
@media (max-width: 440px) {
body.mtm-body .m-stage { padding: 20px 0 40px; }
body.mtm-body .m-stage__head { padding: 0 18px; }
}
body.mtm-body .mh-hero { position: relative; min-height: 852px; display: flex; align-items: flex-end; background: #1a1612; overflow: hidden; }
body.mtm-body .mh-hero__media { position: absolute; inset: 0; }
body.mtm-body .mh-hero__media video, body.mtm-body .mh-hero__media img {width: 100%;height: 100% !important;object-fit: cover;display: block;}
body.mtm-body .mh-hero__scrim { position: absolute; inset: 0; background:
      linear-gradient(180deg, rgba(26,22,18,0.55) 0%, rgba(26,22,18,0.10) 26%, rgba(26,22,18,0.0) 46%, rgba(26,22,18,0.72) 82%, rgba(26,22,18,0.92) 100%); }
body.mtm-body .mh-hero__content { position: relative; z-index: 2; padding: 0 24px 128px; }
body.mtm-body .mh-hero__eyebrow { font-family: var(--font-ui); font-weight: 600; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mtm-sage-soft); display: block; margin-bottom: 18px; }
body.mtm-body .mh-hero__h1 { font-family: var(--font-display); font-weight: 700; font-size: 42px; line-height: 1.04; letter-spacing: -0.02em; color: var(--mtm-warm-white); margin: 0 0 18px; }
body.mtm-body .mh-hero__h1 em { font-style: italic; font-weight: 400; color: var(--mtm-sage-soft); }
body.mtm-body .mh-hero__lede { font-family: var(--font-display); font-style: italic; font-size: 17px; line-height: 1.42; color: rgba(248,245,240,0.9); margin: 0 0 26px; }
body.mtm-body .mh-hero__phone { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(248,245,240,0.18); }
body.mtm-body .mh-hero__phone-label { font-family: var(--font-ui); font-weight: 600; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248,245,240,0.55); }
body.mtm-body .mh-hero__phone-num { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--mtm-warm-white); text-decoration: none; }
body.mtm-body .mh-callstrip { display: none; }
body.mtm-body [data-hero-callus="remove"] .mh-hero__phone { display: none; }
body.mtm-body [data-hero-callus="move"] .mh-hero__phone { display: none; }
body.mtm-body [data-hero-callus="move"] .mh-callstrip {
      display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
      padding: 20px 24px; background: var(--mtm-warm-white);
      border-bottom: 1px solid var(--border-1);
    }
body.mtm-body .mh-callstrip__label { font-family: var(--font-ui); font-weight: 600; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); }
body.mtm-body .mh-callstrip__num { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--fg-1); text-decoration: none; letter-spacing: -0.01em; }
body.mtm-body .mh-callstrip__hours { font-family: var(--font-body); font-size: 13px; color: var(--fg-3); margin-left: auto; }
body.mtm-body [data-hero-room="roomy"] .mh-hero__lede { margin-bottom: 38px; }
body.mtm-body [data-hero-room="roomy"] .mh-hero__h1 { margin-bottom: 24px; }
body.mtm-body [data-hero-room="roomy"] .m-btnrow { gap: 13px; }
body.mtm-body [data-hero-room="roomy"] .mh-hero__phone { margin-top: 30px; padding-top: 22px; }
body.mtm-body .mh-pillars { display: flex; flex-direction: column; gap: 26px; margin-top: 30px; }
body.mtm-body .mh-pillar { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--border-1); }
body.mtm-body .mh-pillar:last-child { border-bottom: none; padding-bottom: 0; }
body.mtm-body .mh-pillar__num { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: 24px; color: var(--accent-2); letter-spacing: -0.01em; }
body.mtm-body .mh-pillar h3 { font-family: var(--font-ui); font-weight: 600; font-size: 18px; line-height: 1.25; color: var(--fg-1); margin: 2px 0 8px; }
body.mtm-body .mh-pillar p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.62; color: var(--fg-2); margin: 0; }
body.mtm-body .mh-feature { position: relative; background: var(--mtm-black); color: var(--mtm-warm-white); border-radius: 18px; padding: 26px 24px; overflow: hidden; margin-bottom: 16px; }
body.mtm-body .mh-feature::before { content: ''; position: absolute; right: -80px; top: -80px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(43,113,107,0.4) 0%, transparent 70%); }
body.mtm-body .mh-feature__eyebrow { position: relative; font-family: var(--font-ui); font-weight: 600; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mtm-gold); display: block; margin-bottom: 12px; }
body.mtm-body .mh-feature__title { position: relative; color: var(--mtm-warm-white); font-family: var(--font-display); font-weight: 700; font-size: 32px; line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 12px; }
body.mtm-body .mh-feature__desc { position: relative; font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: rgba(248,245,240,0.82); margin: 0 0 22px; }
body.mtm-body .mh-feature__meta { position: relative; display: flex; gap: 22px; padding-top: 20px; border-top: 1px solid rgba(248,245,240,0.14); margin-bottom: 22px; }
body.mtm-body .mh-feature__meta strong { font-family: var(--font-display); font-weight: 700; font-size: 21px; display: block; letter-spacing: -0.01em; }
body.mtm-body .mh-feature__meta span { font-family: var(--font-ui); font-weight: 500; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,245,240,0.55); }
body.mtm-body .mh-feature__link { position: relative; display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-ui); font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mtm-gold); text-decoration: none; }
body.mtm-body .mh-svc-card {
    position: relative;
    background: var(--bg-page);
    color: var(--mtm-warm-white);
    border-radius: 16px;
    padding: 22px 22px 24px;
    overflow: hidden;
}
body.mtm-body .mh-svc-card::before { content: ''; position: absolute; right: -70px; top: -70px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(43,113,107,0.42) 0%, transparent 70%); pointer-events: none; }
body.mtm-body .mh-svc-card > * { position: relative; }
body.mtm-body .mh-svc-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
body.mtm-body .mh-svc-meta span { font-family: var(--font-ui); font-weight: 600; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,245,240,0.7); background: rgba(248,245,240,0.1); padding: 6px 11px; border-radius: 999px; }
body.mtm-body .mh-svc-desc { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--fg-2); margin: 0; }
body.mtm-body .mh-svc-card .mh-svc-desc { color: rgba(248,245,240,0.84); margin: 0 0 16px; }
body.mtm-body .mh-svc-stats { display: flex; gap: 22px; padding: 16px 0 18px; margin: 4px 0 18px; border-top: 1px solid rgba(248,245,240,0.14); border-bottom: 1px solid rgba(248,245,240,0.14); }
body.mtm-body .mh-svc-stats strong { font-family: var(--font-display); font-weight: 700; font-size: 21px; display: block; letter-spacing: -0.01em; color: var(--mtm-warm-white); }
body.mtm-body .mh-svc-stats span { font-family: var(--font-ui); font-weight: 500; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,245,240,0.55); }
body.mtm-body .mh-svc-explore { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-ui); font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mtm-gold); text-decoration: none; }
body.mtm-body .mh-svc-explore span { transition: transform .25s var(--ease-standard); }
body.mtm-body .mh-svc-explore:active span { transform: translateX(3px); }
body.mtm-body .mh-provider { background: var(--bg-page); border: 1px solid var(--border-1); border-radius: 16px; overflow: hidden; margin-bottom: 18px; }
body.mtm-body .mh-provider__photo { height: 280px; position: relative; background: linear-gradient(135deg, #6f4f3b, #3e2519); }
body.mtm-body .mh-provider__photo img { width: 100%; height: 100% !important; object-fit: cover; object-position: 50% 22%; display: block; }
body.mtm-body .mh-provider__body { padding: 22px 22px 24px; }
body.mtm-body .mh-provider__role { font-family: var(--font-ui); font-weight: 600; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 8px; }
body.mtm-body .mh-provider__name { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.015em; margin: 0 0 4px; }
body.mtm-body .mh-provider__creds { font-family: var(--font-ui); font-weight: 500; font-size: 12px; letter-spacing: 0.04em; color: var(--accent); margin-bottom: 14px; }
body.mtm-body .mh-provider__bio { font-family: var(--font-body); font-size: 14px; line-height: 1.62; color: var(--fg-2); margin: 0 0 16px; }
body.mtm-body .mh-provider__tags { display: flex; flex-wrap: wrap; gap: 6px; }
body.mtm-body .mh-provider__tags span { font-family: var(--font-ui); font-weight: 500; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); border: 1px solid var(--border-1); padding: 5px 10px; border-radius: 999px; }
body.mtm-body .mh-partners { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
body.mtm-body .mh-partner { background: var(--mtm-warm-white); border-radius: 12px; padding: 20px 12px 16px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; min-height: 132px; justify-content: center; }
body.mtm-body .mh-partner__logo { height: 46px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
body.mtm-body .mh-partner__logo img { max-width: 110px; max-height: 42px; object-fit: contain; }
body.mtm-body .mh-partner__name { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--fg-1); }
body.mtm-body .mh-partner__note { font-family: var(--font-body); font-size: 11px; line-height: 1.35; color: var(--fg-2); }
body.mtm-body .mh-rating { display: flex; align-items: center; gap: 14px; background: var(--mtm-warm-white); border: 1px solid var(--border-1); border-radius: 14px; padding: 16px 18px; margin: 4px 0 22px; }
body.mtm-body .mh-rating__num { font-family: var(--font-display); font-weight: 700; font-size: 38px; line-height: 1; color: var(--fg-1); letter-spacing: -0.02em; }
body.mtm-body .mh-rating__meta { display: flex; flex-direction: column; gap: 4px; }
body.mtm-body .mh-rating__stars { display: flex; gap: 2px; }
body.mtm-body .mh-rating__src { font-family: var(--font-ui); font-weight: 500; font-size: 11px; color: var(--fg-3); }
body.mtm-body .mh-reviews { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 22px 10px; margin: 0 -22px; -webkit-overflow-scrolling: touch; }
body.mtm-body .mh-reviews::-webkit-scrollbar { height: 0; }
body.mtm-body .mh-review { flex: 0 0 270px; scroll-snap-align: start; background: var(--mtm-warm-white); border: 1px solid var(--border-1); border-radius: 14px; padding: 16px 18px 18px; box-shadow: var(--shadow-1); }
body.mtm-body .mh-review__src { display: flex; align-items: center; gap: 6px; font-family: var(--font-ui); font-weight: 600; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3); padding-bottom: 12px; border-bottom: 1px solid var(--border-1); margin-bottom: 12px; }
body.mtm-body .mh-review__head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
body.mtm-body .mh-review__avatar { width: 36px; height: 36px; border-radius: 999px; background: var(--accent); color: var(--mtm-warm-white); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; flex-shrink: 0; }
body.mtm-body .mh-review__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--fg-1); }
body.mtm-body .mh-review__date { font-family: var(--font-ui); font-size: 10.5px; color: var(--fg-3); }
body.mtm-body .mh-review__stars { display: flex; gap: 1px; margin-top: 2px; }
body.mtm-body .mh-review__text { font-family: var(--font-body); font-size: 13px; line-height: 1.55; color: var(--fg-2); margin: 0; }
body.mtm-body .mh-contact { background: var(--mtm-burgundy-deep); color: var(--fg-on-dark); }
body.mtm-body .mh-contact .m-eyebrow { color: var(--mtm-gold); }
body.mtm-body .mh-contact .m-h2 { color: var(--mtm-warm-white); }
body.mtm-body .mh-contact .m-h2 em { color: var(--mtm-gold); }
body.mtm-body .mh-contact__lede { font-family: var(--font-display); font-style: italic; font-size: 18px; line-height: 1.42; color: rgba(248,245,240,0.92); margin: 0 0 24px; }
body.mtm-body .mh-contact__blocks { display: flex; flex-direction: column; gap: 22px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(248,245,240,0.16); }
body.mtm-body .mh-cblock__label { font-family: var(--font-ui); font-weight: 600; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mtm-gold); display: block; margin-bottom: 6px; }
body.mtm-body .mh-cblock__value { font-family: var(--font-display); font-weight: 700; font-size: 19px; line-height: 1.3; color: var(--mtm-warm-white); text-decoration: none; display: block; }
body.mtm-body .mh-cblock__sub { font-family: var(--font-body); font-size: 13px; line-height: 1.5; color: rgba(248,245,240,0.72); margin-top: 4px; }
body.mtm-body .mh-footer { background: var(--mtm-black); color: var(--fg-on-dark); padding: 48px 22px calc(96px + env(safe-area-inset-bottom)); }
body.mtm-body .mh-footer__brand img { height: 30px; margin-bottom: 16px; }
body.mtm-body .mh-footer__brand p { font-family: var(--font-body); font-size: 13px; line-height: 1.6; color: var(--fg-on-dark-2); margin: 0 0 28px; }
body.mtm-body .mh-footer__col { padding: 18px 0; border-top: 1px solid rgba(248,245,240,0.12); }
body.mtm-body .mh-footer__label { font-family: var(--font-ui); font-weight: 600; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mtm-gold); margin-bottom: 12px; }
body.mtm-body .mh-footer__col a, body.mtm-body .mh-footer__col p { font-family: var(--font-body); font-size: 13.5px; line-height: 1.7; color: var(--fg-on-dark-2); text-decoration: none; display: block; margin: 0 0 4px; }
body.mtm-body .mh-footer__legal { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(248,245,240,0.12); font-family: var(--font-ui); font-size: 11px; color: var(--fg-on-dark-2); }
body.mtm-body .mtweak { position: fixed; right: 16px; bottom: 16px; z-index: 2147483646; width: 244px; display: none; flex-direction: column;
      background: rgba(250,249,247,.86); color: #29261b; -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%);
      border: .5px solid rgba(255,255,255,.6); border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.18);
      font: 11.5px/1.4 ui-sans-serif, system-ui, -apple-system, sans-serif; overflow: hidden; }
body.mtm-body .mtweak.is-open { display: flex; }
body.mtm-body .mtweak__hd { display: flex; align-items: center; justify-content: space-between; padding: 10px 8px 10px 14px; }
body.mtm-body .mtweak__hd b { font-size: 12px; font-weight: 600; }
body.mtm-body .mtweak__x { border: 0; background: transparent; color: rgba(41,38,27,.55); width: 22px; height: 22px; border-radius: 6px; cursor: pointer; font-size: 13px; line-height: 1; }
body.mtm-body .mtweak__x:hover { background: rgba(0,0,0,.06); color: #29261b; }
body.mtm-body .mtweak__body { padding: 2px 14px 14px; display: flex; flex-direction: column; gap: 12px; }
body.mtm-body .mtweak__sect { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(41,38,27,.45); }
body.mtm-body .mtweak__row { display: flex; flex-direction: column; gap: 6px; }
body.mtm-body .mtweak__lbl { font-weight: 500; color: rgba(41,38,27,.72); }
body.mtm-body .mtweak__seg { display: flex; padding: 2px; border-radius: 8px; background: rgba(0,0,0,.06); gap: 0; }
body.mtm-body .mtweak__seg button { flex: 1; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 500; padding: 6px 4px; border-radius: 6px; cursor: pointer; line-height: 1.15; }
body.mtm-body .mtweak__seg button[aria-checked="true"] { background: rgba(255,255,255,.94); box-shadow: 0 1px 2px rgba(0,0,0,.12); }

/* --- Mobile reflow: phone-frame positioning -> real viewport --- */
@media (max-width: 880px) {
  body.mtm-body .m-scroll { position: static; inset: auto; overflow: visible; padding-bottom: 104px; }
  body.mtm-body .m-appbar {position: fixed;top: 0;left: 0;right: 0;padding: 14px 18px 12px;display: flex !important;}
  body.mtm-body .m-ctabar {position: fixed;left: 0;right: 0;bottom: 0;display: flex !important;}
  body.mtm-body .m-menu  {position: fixed;z-index: 999999;}
  /* mobile sections shouldn't inherit desktop main padding */
  body.mtm-body .page-mobile { background: var(--bg-page); }
}

/* --- Mobile slide-menu: WP walker markup -> m-menu design --- */
body.mtm-body .m-menu__list { list-style: none; margin: 0; padding: 0; width: 100%; }
body.mtm-body .m-menu__list li { list-style: none; margin: 0; }
body.mtm-body .m-menu__list > .menu-item { border-bottom: 1px solid rgba(248,245,240,0.12); }
body.mtm-body .m-menu__list > .menu-item > a {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  color: var(--mtm-warm-white); text-decoration: none; padding: 14px 0; letter-spacing: -0.01em;
}
body.mtm-body .m-menu__list .menu-item-has-children > a::after {
  content: ""; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); transition: transform .3s var(--ease-standard); opacity: .7; margin-left: 12px; flex: 0 0 auto;
}
body.mtm-body .m-menu__list .menu-item-has-children.is-open > a::after { transform: rotate(-135deg); }
body.mtm-body .m-menu__list .sub-menu {
  list-style: none; margin: 0; padding: 0; max-height: 0; overflow: hidden;
  transition: max-height .42s var(--ease-entrance);
}
body.mtm-body .m-menu__list .menu-item.is-open > .sub-menu { max-height: 720px; }
body.mtm-body .m-menu__list .sub-menu a {
  display: block; font-family: var(--font-ui); font-weight: 500; font-size: 15px;
  color: rgba(248,245,240,0.72); text-decoration: none; padding: 9px 0 9px 16px;
}
body.mtm-body .m-menu__list .sub-menu a:hover { color: var(--mtm-gold); }
body.mtm-body .m-appbar__name, body.mtm-body .m-menu__brand-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: currentColor; }


.mtm-nav__right > a {
    max-width: 150px;
    white-space: break-spaces !important;
    font-size: 12px !important;
    text-align: center;
}

header#site-header.is-scrolled img {
    filter: none !important;
}

.provider__photo img {
    height: 100% !important;
}

footer#site-footer img {
    filter: brightness(0) invert(1);
}

@media (min-width: 881px) {
    .m-ctabar.m-only,
    header#mAppbar {
        display: none !important;
    }
}

/* removed — logo must stay full colour on a cream bar */

.mh-hero__phone {
    display: none !important;
}

body.mtm-body .m-appbar.is-solid img {
    filter: none;
}

footer.mh-footer img {
    filter: brightness(0) invert(1);
}

.sticks {
    display: none !important;
}

.contentfaqs h4 {color: white;}
.contentfaqs h4 i {color: white;}
h1.page-title {font-size: 40px;}

/* removed — nav now leads with cream, see PALETTE RHYTHM block at end of file */

  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
 border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
 border-radius: 8px;}

.testimonial-box-dm blockquote:after {
font-size: 40px;
color: #0e070714;
}
/* removed — spacer now cream, see PALETTE RHYTHM block at end of file */

#top > div.hero__inner-relative > span {color: white !important;}

.mtm-nav__right > a {
	max-width: 260px;}

body.mtm-body .mtm-nav__inner {
	max-width: 1500px;}

body.mtm-body .mtm-nav__right {min-width: 500px;}
a.btn.btn-ghost.mtm-nav__portal {background: transparent !important;}

body.mtm-body .mtm-nav.is-scrolled a.btn.btn-ghost.mtm-nav__portal {color: black !important;}
body.mtm-body .approach__h2 em {
	--font-display: 'Libre Baskerville', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
	--font-ui: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	--font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
	--fs-12: 0.75rem;
	--fs-14: 0.875rem;
	--fs-16: 1rem;
	--fs-18: 1.125rem;
	--fs-20: 1.25rem;
	--fs-24: 1.5rem;
	--fs-30: 1.875rem;
	--fs-38: 2.375rem;
}

body.mtm-body:not(.wp-singular) .faq
 {
    background: var(--bg-inverse);
}

span.span-quote {
    display: block;
}

body.mtm-body:not(.wp-singular) .faq * {     color: var(--fg-on-dark) !important;
}

span.span-quote{
   
	margin-top: 50px !important;
}

span.space {
    display: inline-block;
    margin-top: 10px;
}

/* section backgrounds moved to the PALETTE RHYTHM block at end of file */



.es-callout p {
    font-family: var(--font-display);
    font-size: 22px;
}

.es-callout span {
    font-family: Playfair Display;
}

.servo-pop {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.servo-wrap {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f8f5f0;
    border-radius: 20px;
    /* display: none; */
}
.slider-under {
    padding-top: 24px;
}
.servo-wrap h3 {
    width: 100%;
    margin-bottom: 20px !important;
    font-size: 40px !important;
}

span.es-energy__tag.is-sale {
    background: var(--accent-2);
}

.slider-under {
    max-width: 1200px;
    margin: auto;
}

.es-energy__tag {
    text-align: center;
}


.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.buttons .service-tile {
    padding: 7px 30px !important;
    border-radius: 50px !important;
}

.servo-pop.show-pop {
    opacity: 1;
    visibility: visible;
}
button.close-me {
    position: absolute;
    top: -1px;
    right: 0px;
    height: 40px;
    width: 40px;
    border: 0px;
    background: var(--aColor);
    color: #fff;
    border-radius: 0px 10px 0px;
    cursor: pointer;
}

.servo-pop .servo-wrap {
    position: relative;
}

body.mtm-body .es-energy__tag{
	width:auto; min-width:64px; height:56px; padding:0 12px;
	white-space:nowrap; word-break:keep-all; overflow-wrap:normal; hyphens:none;
	font-size:12px; letter-spacing:.02em; text-align:center;
}
@media (max-width:520px){ body.mtm-body .es-energy__tag{height:48px;font-size:10px;padding:0 10px;} }

/* =====================================================================
   PALETTE RHYTHM  —  lead with cream, alternate into parchment
   ---------------------------------------------------------------------
   Two tones carry the whole site, both already in the token set:
     --bg-page     #F8F5F0   very light cream  (the lead)
     --bg-surface  #E8E3DB   page-break shade  (the alternate)
   Retired: the dark tan #E4D8C6 and the stray cream #F2EBE0.

   Every flat-tone content band now steps between those two, in order,
   so the page reads as one gradual shift. The only bands that sit
   outside the rhythm are the ones that are photography rather than a
   tone (the video hero, the session band) and the closing burgundy CTA,
   which is the brand accent.
   ===================================================================== */

/* --- 1. Header leads with cream ------------------------------------- */
body.mtm-body header#site-header.mtm-nav,
body.mtm-body .header-spacer {
  background: var(--bg-page);
}
body.mtm-body header#site-header.mtm-nav {
  border-bottom: 1px solid var(--border-1);
}

/* The bar used to be drawn white-on-dark over the hero. It is opaque
   cream now, so unwind the over-dark treatment on desktop. */
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__brand-img--white { opacity: 0; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__brand-img--color { opacity: 1; }
body.mtm-body header#site-header img { filter: none; }

body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link,
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .menu-item > a,
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .current-menu-item > a,
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .current_page_item > a {
  color: var(--accent);
  text-shadow: none;
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link:hover,
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__menu > .menu-item > a:hover {
  color: var(--accent-2);
  background: rgba(143, 54, 64, 0.08);
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__link.is-current::after { background: var(--accent); }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .mtm-nav__chev { opacity: .55; }
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .btn-ghost {
  color: var(--fg-1);
  border-color: var(--border-2);
}
body.mtm-body .mtm-nav.is-over-dark:not(.is-scrolled) .btn-ghost:hover {
  background: var(--bg-surface);
  color: var(--fg-1);
  border-color: var(--fg-1);
}
body.mtm-body a.btn.btn-ghost.mtm-nav__portal { color: var(--fg-1) !important; }

/* Slim contact strip above the header stays dark by design.*/
body.mtm-body section#services     { background: var(--bg-surface); }
body.mtm-body section#approach     { background: var(--bg-page); }
body.mtm-body section#providers    { background: var(--bg-surface); }
body.mtm-body section#outcomes     { background: var(--bg-page); }
body.mtm-body section#testimonials { background: var(--bg-surface); }
body.mtm-body.home section#faq     { background: var(--bg-page); }

body.mtm-body section#services .service-tile,
body.mtm-body section#services .service-tile.is-feature,
body.mtm-body section#providers .provider { background: var(--bg-page); }
body.mtm-body section#outcomes .partner-card,
body.mtm-body section#outcomes .outcome-card { background: var(--bg-surface); border-color: var(--border-1); }
body.mtm-body section#testimonials .review-card,
body.mtm-body section#testimonials .testimonials__rating { background: var(--bg-page); }

body.mtm-body section#outcomes { color: var(--fg-1); }
body.mtm-body section#outcomes .outcomes__head h2 { color: var(--fg-1); }
body.mtm-body section#outcomes .outcomes__head p,
body.mtm-body section#outcomes .partner-card__note,
body.mtm-body section#outcomes .outcome-card__protocol,
body.mtm-body section#outcomes .outcomes__stat-label { color: var(--fg-2); }
body.mtm-body section#outcomes .outcomes__head .eyebrow,
body.mtm-body section#outcomes .outcome-card__name { color: var(--accent-2); }
body.mtm-body section#outcomes .partner-card__name,
body.mtm-body section#outcomes .partner-card__logo,
body.mtm-body section#outcomes .outcome-card__quote { color: var(--fg-1); }
body.mtm-body section#outcomes .outcomes__stat-num { color: var(--accent); }
body.mtm-body section#outcomes .outcomes__stat-num sub { color: var(--fg-3); }
body.mtm-body section#outcomes .outcomes__stats,
body.mtm-body section#outcomes .outcome-card__attr { border-top-color: var(--border-1); }
body.mtm-body section#outcomes .outcome-card__sep { background: var(--border-2); }
body.mtm-body section#outcomes .partner-card__logo img { filter: none; }

body.mtm-body section#what        { background: var(--bg-surface); }
body.mtm-body section#clinical,
body.mtm-body .es-clinical        { background: var(--bg-page); }
body.mtm-body section#composition { background: var(--bg-surface); }
body.mtm-body section#faq         { background: var(--bg-page); }

body.mtm-body .es-energy__card                          { background: var(--bg-page); }
body.mtm-body .es-clinical .es-ba-box,
body.mtm-body .es-clinical .es-ba-drawer                { background: var(--bg-surface); }
body.mtm-body .es-body .es-ba-block .es-ba-box,
body.mtm-body .es-body .es-ba-block .es-ba-drawer       { background: var(--bg-page); }
body.mtm-body .es-area                                  { background: var(--bg-page); }

body.mtm-body .m-section#services,
body.mtm-body .m-section#providers,
body.mtm-body .m-section#testimonials { background: var(--bg-surface); }
body.mtm-body .m-section#approach,
body.mtm-body .m-section#outcomes,
body.mtm-body .m-section#faq { background: var(--bg-page); }

.page-id-81 .es-hero__frame img {
    object-position: 24% 51%;
}
.page-id-73 .es-hero__badge,
.page-id-79 .es-hero__badge,
.page-id-81 .es-hero__badge,
.page-id-143 .es-hero__badge{
	left: 53%;
}

p.lede + p {
    margin-top: 50px !important;
}

@media (max-width: 880px) {
	
	body.mtm-body .m-menu__close {
		z-index: 9999999999;
	}
	nav#mMenu img {filter: brightness(0) invert(1);}
	body.mtm-body .m-appbar__logo img {
		filter: none;
	}

	body.mtm-body .m-appbar.on-dark:not(.is-solid) .m-appbar__burger {
		color: #000;
	}
}

/* ==========================================================================
   TASK 1 — SITE-WIDE HEADLINE SYSTEM
   --------------------------------------------------------------------------
   Reference: the FAQ headline ("ExoMind, answered.") — Libre Baskerville,
   with one key phrase / the second line set in italic and coloured.

   Two things were stopping that from being the site-wide rule:
     1. body.mtm-body :where(h2/h3/h4) had no display font, so every plain h2
        fell back to DM Sans. Because :where() has zero specificity that also
        beat .es-h2 / .section-h2 (service.css is enqueued BEFORE style.css),
        which is why service-page headings rendered in the sans face.
     2. The italic-and-coloured <em> was declared per component, so any heading
        without its own rule got a plain, uncoloured <em>.

   Below: one display face for every heading, one --heading-em colour token,
   flipped to gold wherever a headline sits on a dark ground.
   ========================================================================== */

body.mtm-body {
  --heading-em: var(--accent);
}

/* --- 1a. The display face, and nothing else -----------------------------
   Font family only. Sizes, weights, line-heights and letter-spacing on the
   existing templates are deliberately left untouched — swapping the face is
   the brief; re-tuning headings that were already signed off is not.
   Libre Baskerville does run wider than Montserrat at the same px, so if a
   headline on an existing page now wraps badly, that one gets fixed on its
   own rather than by moving the global scale. */
body.mtm-body :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-display);
}
/* Class-based headlines that pinned the UI face explicitly. */
body.mtm-body .section-h2,
body.mtm-body .approach__pillar h3,
body.mtm-body .mh-pillar h3 {
  font-family: var(--font-display);
}

/* --- 1b. The <em>: italic + colour, everywhere ---------------------------
   Deliberately written at ZERO specificity (everything wrapped in :where) so
   it is a default, not an override: sections that already pick their own em
   colour — the burgundy service hero, the sage mobile hero, the gold contact
   band — keep it, and every heading that had no rule finally gets one. */
:where(body.mtm-body) :where(h1, h2, h3, h4, h5, h6, .section-h2, .m-h2, .es-h2, .page-title) :where(em) {
  font-style: italic;
  font-weight: 400;
  color: var(--heading-em);
}

/* --- 1c. Dark grounds take the gold ------------------------------------- */
body.mtm-body .m-section.ink,
body.mtm-body .mh-contact,
body.mtm-body .mh-feature,
body.mtm-body .hero.is-fullbleed,
body.mtm-body .contact,
body.mtm-body section#outcomes,
body.mtm-body:not(.wp-singular) .faq {
  --heading-em: var(--mtm-gold);
}


/* ==========================================================================
   TASK 2 — LEGACY PAGE RESTYLE  (page.php)
   ========================================================================== */

/* --- 2a. Page hero ------------------------------------------------------- */
body.mtm-body .mtm-pagehero {
  background: var(--bg-surface);
  padding: 84px 32px 0;
  --heading-em: var(--accent-2);
}
body.mtm-body .mtm-pagehero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 66px;
}
body.mtm-body .mtm-pagehero--split .mtm-pagehero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
body.mtm-body .mtm-pagehero__h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 14px 0 22px;
  max-width: 18ch;
  text-wrap: balance;
}
body.mtm-body .mtm-pagehero__lede {
  max-width: 58ch;
  margin: 0;
}
/* Legal text, forms and confirmations: title only, no lede, no CTA pair. */
body.mtm-body .mtm-pagehero--compact { padding-top: 62px; }
body.mtm-body .mtm-pagehero--compact .mtm-pagehero__inner { padding-bottom: 42px; }
body.mtm-body .mtm-pagehero--compact .mtm-pagehero__h1 {
  font-size: clamp(32px, 3.4vw, 46px);
  margin-bottom: 0;
}
body.mtm-body .mtm-pagehero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
body.mtm-body .mtm-pagehero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid var(--border-1);
}

/* Breadcrumb rail, flush to the bottom of the hero. */
body.mtm-body .mtm-crumbs {
  border-top: 1px solid var(--border-1);
  padding: 0 32px;
}
body.mtm-body .mtm-crumbs__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
}
body.mtm-body .mtm-crumbs__inner a {
  color: var(--fg-3);
  text-decoration: none;
}
body.mtm-body .mtm-crumbs__inner a:hover { color: var(--accent); }
body.mtm-body .mtm-crumbs__sep { margin: 0 9px; opacity: 0.5; }
body.mtm-body .mtm-crumbs__inner [aria-current="page"] { color: var(--accent-2); }

/* --- 2b. Content shell --------------------------------------------------- */
body.mtm-body .mtm-page article.article {
  padding: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
body.mtm-body .mtm-page #content_box,
body.mtm-body .mtm-page .single_page,
body.mtm-body .mtm-page .post-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;po
}

/* --- 2c. Legacy .dm-service-section blocks ------------------------------- */
body.mtm-body .mtm-page .dm-service-section {
  padding: 88px 0;
  margin: 0;
}
body.mtm-body .mtm-page .dm-service-section:nth-child(odd) { background: var(--bg-page); }
body.mtm-body .mtm-page .dm-service-section:nth-child(even) { background: var(--bg-surface); }
body.mtm-body .mtm-page .dm-container {
  max-width: 1200px;
  padding: 0 32px;
}
/* Only the two-column editorial rows get the wide gutter — card grids built
   from .dm-third / .dm-fourth keep their own spacing. */
body.mtm-body .mtm-page .dm-flex:has(> .dm-half) {
  gap: 56px;
  align-items: center;
}
body.mtm-body .mtm-page .dm-half {
  flex: 1 1 380px;
  width: auto;
  padding: 0;
}
body.mtm-body .mtm-page .dm-half.dm-space { padding: 0; }
/* Parent CSS centres .dm-flex; long-form copy reads better ranged left at a
   comfortable measure, as in the About / services mock-ups. */
body.mtm-body .mtm-page .dm-flex:has(> .dm-full) { justify-content: flex-start; }
body.mtm-body .mtm-page .dm-full { padding: 0; max-width: 78ch; margin-right: auto; }

/* The old site outlined every content image in blue or grey. Scoped to the
   half/full editorial columns so card and icon images elsewhere are left as
   they are. */
body.mtm-body .mtm-page .dm-service-section img { outline: none; }
body.mtm-body .mtm-page .dm-service-section .dm-half > img,
body.mtm-body .mtm-page .dm-service-section .dm-full > img,
body.mtm-body .mtm-page .dm-service-section .dm-half > p > img,
body.mtm-body .mtm-page .dm-service-section .dm-full > p > img {
  outline: none;
  border: 1px solid var(--border-1);
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
}

body.mtm-body .mtm-page .post-content h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 0 0 20px;
  text-wrap: balance;
}
body.mtm-body .mtm-page .post-content h2:not(:first-child) { margin-top: 48px; }
body.mtm-body .mtm-page .post-content p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--fg-2);
  margin: 0 0 20px;
}
body.mtm-body .mtm-page .post-content a { color: var(--link); }

/* Legacy bullet lists used a Font Awesome tick that no longer loads reliably. */
body.mtm-body .mtm-page .dm-half ul,
body.mtm-body .mtm-page .dm-full ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
body.mtm-body .mtm-page .dm-half li,
body.mtm-body .mtm-page .dm-full li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-2);
}
body.mtm-body .mtm-page .dm-half li:before,
body.mtm-body .mtm-page .dm-full li:before {
  content: "";
  font-family: inherit;
  position: absolute;
  left: 0;
  top: 0.62em;
  margin: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

body.mtm-body .mtm-page .post-content a.btn {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--accent-fg) !important;
  border-radius: 999px;
  padding: 15px 28px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
body.mtm-body .mtm-page .post-content a.btn:hover { background: var(--accent-hover); }


body.mtm-body .mtm-page .contentfaqs {
  border-top: 1px solid var(--border-2);
  margin-top: 10px;
  max-width: 78ch;
}
body.mtm-body .mtm-page .contentfaqs h4 {
  background: none;
  color: var(--fg-1) !important;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  padding: 24px 58px 24px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid var(--border-2);
  transition: color var(--dur-fast, 0.15s) ease;
}
body.mtm-body .mtm-page .contentfaqs h4:hover { color: var(--accent) !important; }
/* Drop the Font Awesome chevron for the same inline-SVG plus the new FAQ
   block uses, so the marker matches and needs no icon font. */
body.mtm-body .mtm-page .contentfaqs h4 i { display: none; }
body.mtm-body .mtm-page .contentfaqs h4::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b716b' stroke-width='1.6' stroke-linecap='round'><path d='M12 5v14M5 12h14'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform var(--dur-base, 0.25s) ease;
}
body.mtm-body .mtm-page .contentfaqs .dm_faq_item {
  background: none;
  top: 0;
  padding: 20px 58px 26px 0;
  margin: 0;
  border-bottom: 1px solid var(--border-2);
}
body.mtm-body .mtm-page .contentfaqs .dm_faq_item p:last-child { margin-bottom: 0; }
body.mtm-body .mtm-page .contentfaqs p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--fg-2);
}

body.mtm-body .mtm-page .contentfaqs h4:has(+ .dm_faq_item[style*="block"]) {
  border-bottom: none;
  color: var(--accent) !important;
}
body.mtm-body .mtm-page .contentfaqs h4:has(+ .dm_faq_item[style*="block"])::after {
  transform: translateY(-50%) rotate(135deg);
}

/* --- 2g. Closing help strip ---------------------------------------------- */
body.mtm-body .mtm-pagehelp {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-1);
  padding: 44px 32px;
}
body.mtm-body .mtm-pagehelp__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body.mtm-body .mtm-pagehelp__text {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--fg-2);
  margin: 0;
}
body.mtm-body .mtm-pagehelp__text a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

/* --- 2h. Responsive ------------------------------------------------------ */
@media (max-width: 980px) {
  body.mtm-body .mtm-pagehero { padding: 60px 24px 0; }
  body.mtm-body .mtm-crumbs { padding: 0 24px; }
  body.mtm-body .mtm-pagehero--split .mtm-pagehero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  body.mtm-body .mtm-pagehero__h1 { max-width: none; }
  body.mtm-body .mtm-page .dm-service-section { padding: 60px 0; }
  body.mtm-body .mtm-page .dm-flex:has(> .dm-half) { gap: 34px; }
  body.mtm-body .mtm-page .dm-container { padding: 0 24px; }
  body.mtm-body .mtm-page .dm-half { flex: 1 1 100%; width: 100%; }
  body.mtm-body .mtm-page .dm-service-section:nth-child(even) .dm-half:nth-child(1) { order: 0; }
  body.mtm-body .mtm-pagehelp { padding: 34px 24px; }
}


body.mtm-body .servo-wrap--structured {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 48px;
  align-items: start;
  text-align: left;
  padding: 44px 48px;
  background: var(--bg-page);
  border: 1px solid var(--border-1);
  border-radius: 14px;
}

body.mtm-body .servo__col--intro {
  border-left: 2px solid var(--accent-2);
  padding-left: 22px;
}

body.mtm-body .servo-wrap--structured .servo__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 10px 0 14px;
  text-wrap: balance;
}
body.mtm-body .servo-wrap--structured .servo__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--heading-em);
}

body.mtm-body .servo__lede {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0;
}

body.mtm-body .servo__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
body.mtm-body .servo__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 11px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg-2);
}
body.mtm-body .servo__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--accent);
}

body.mtm-body .servo__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
}
body.mtm-body .servo__cta .btn { white-space: nowrap; }
body.mtm-body .servo__cta .btn-primary { color: var(--accent-fg) !important; }
body.mtm-body .servo__cta .btn-ghost {
  background: transparent !important;
  color: var(--fg-1) !important;
  border: 1.5px solid var(--border-2);
}
body.mtm-body .servo__cta .btn-ghost:hover {
  border-color: var(--fg-1);
  background: var(--bg-surface) !important;
}

/* Close control — circular, top right, matching the site's dark chips. */
body.mtm-body .servo-wrap--structured .close-me {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--mtm-black);
  color: var(--fg-on-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur-fast, 0.15s) ease;
}
body.mtm-body .servo-wrap--structured .close-me:hover { background: var(--mtm-charcoal); }

@media (max-width: 1000px) {
  body.mtm-body .servo-wrap--structured {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 34px 30px;
  }
  body.mtm-body .servo__col--intro { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body.mtm-body .servo-wrap--structured {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 30px 22px;
  }
  body.mtm-body .servo__cta { align-items: stretch; }
  body.mtm-body .servo__cta .btn { justify-content: center; }
}



body.mtm-body .mtm-index__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
body.mtm-body .mtm-index__head {
  background: var(--bg-page);
  padding: 88px 0 0;
  --heading-em: var(--accent-2);
}
body.mtm-body .mtm-index__h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 12px 0 20px;
  text-wrap: balance;
}
body.mtm-body .mtm-index__lede {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-2);
  max-width: 62ch;
  margin: 0;
}

body.mtm-body .mtm-index__body {
  background: var(--bg-page);
  padding: 64px 0 88px;
}
body.mtm-body .mtm-index__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
  border-top: 1px solid var(--border-2);
}
body.mtm-body .mtm-index__item { border-bottom: 1px solid var(--border-2); }

body.mtm-body .mtm-index__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px 22px 0;
  text-decoration: none;
  color: inherit;
  transition: color var(--dur-fast, 0.15s) ease;
}
body.mtm-body .mtm-index__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--fg-1);
  transition: color var(--dur-fast, 0.15s) ease;
}
body.mtm-body .mtm-index__label {
  display: block;
  margin-top: 6px;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
}
body.mtm-body .mtm-index__arrow {
  flex: none;
  font-size: 18px;
  line-height: 1.4;
  color: var(--accent);
  transition: transform var(--dur-base, 0.25s) ease;
}
body.mtm-body .mtm-index__link:hover .mtm-index__name { color: var(--accent); }
body.mtm-body .mtm-index__link:hover .mtm-index__arrow { transform: translateX(4px); }

@media (max-width: 860px) {
  body.mtm-body .mtm-index__inner { padding: 0 24px; }
  body.mtm-body .mtm-index__head { padding-top: 60px; }
  body.mtm-body .mtm-index__body { padding: 44px 0 64px; }
  body.mtm-body .mtm-index__grid { grid-template-columns: 1fr; column-gap: 0; }
}


/* ==========================================================================
   TASK 2 — LANDING TEMPLATE  (page-landing.php)
   --------------------------------------------------------------------------
   Same design language as the directory. Sections alternate cream/parchment
   so a long page keeps a rhythm instead of running as one slab.
   ========================================================================== */

body.mtm-body .mtm-land__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- Hero ---------------------------------------------------------------- */
body.mtm-body .mtm-land__hero {
  background: var(--bg-surface);
  padding: 84px 0 0;
  --heading-em: var(--accent-2);
}
body.mtm-body .mtm-land__hero-inner { padding-bottom: 64px; }
body.mtm-body .mtm-land__hero--split .mtm-land__hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
body.mtm-body .mtm-land__h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--fg-1);
  margin: 14px 0 20px;
  max-width: 20ch;
  text-wrap: balance;
}
body.mtm-body .mtm-land__lede {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg-2);
  max-width: 58ch;
  margin: 0;
}
body.mtm-body .mtm-land__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
body.mtm-body .mtm-land__hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid var(--border-1);
}

/* --- Chip row ------------------------------------------------------------ */
body.mtm-body .mtm-land__treats {
  background: var(--bg-page);
  padding: 52px 0;
  border-bottom: 1px solid var(--border-1);
}
body.mtm-body .mtm-land__chips {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.mtm-body .mtm-land__chips li {
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: 14px;
  color: var(--fg-1);
  background: var(--bg-page);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  padding: 9px 18px;
}

/* --- Body sections ------------------------------------------------------- */
body.mtm-body .mtm-land__section {
  background: var(--bg-page);
  padding: 76px 0;
}
body.mtm-body .mtm-land__section.is-alt { background: var(--bg-surface); }
body.mtm-body .mtm-land__section--split .mtm-land__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
body.mtm-body .mtm-land__section--split.is-alt .mtm-land__section-media { order: 2; }
body.mtm-body .mtm-land__section-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid var(--border-1);
}
body.mtm-body .mtm-land__section-copy { max-width: 74ch; }
body.mtm-body .mtm-land__h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 0 0 18px;
  text-wrap: balance;
}
body.mtm-body .mtm-land__section-copy p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--fg-2);
  margin: 0 0 18px;
}
body.mtm-body .mtm-land__section-copy p:last-child { margin-bottom: 0; }

/* Un-migrated pages render their editor content here. */
body.mtm-body .mtm-land .article {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
body.mtm-body .mtm-land .post-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- FAQ ----------------------------------------------------------------- */
body.mtm-body .mtm-land__faq {
  background: var(--bg-page);
  padding: 76px 0 88px;
  border-top: 1px solid var(--border-1);
}
body.mtm-body .mtm-land__faq .mtm-land__h2 { margin-bottom: 28px; }
body.mtm-body .mtm-land__faqlist { max-width: 80ch; }

@media (max-width: 860px) {
  body.mtm-body .mtm-land__inner { padding: 0 24px; }
  body.mtm-body .mtm-land__hero { padding-top: 58px; }
  body.mtm-body .mtm-land__hero-inner { padding-bottom: 44px; }
  body.mtm-body .mtm-land__hero--split .mtm-land__hero-inner,
  body.mtm-body .mtm-land__section--split .mtm-land__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body.mtm-body .mtm-land__section--split.is-alt .mtm-land__section-media { order: 0; }
  body.mtm-body .mtm-land__h1 { max-width: none; }
  body.mtm-body .mtm-land__section { padding: 52px 0; }
  body.mtm-body .mtm-land .post-content { padding: 0 24px; }
}


/* The old theme's `a.btn { color:#fff !important }` outranks .btn-ghost, so
   every outline button in the new templates needs its colours restated. */
body.mtm-body .mtm-land__cta .btn-ghost,
body.mtm-body .mtm-pagehero__cta .btn-ghost,
body.mtm-body .mtm-index .btn-ghost {
  background: transparent !important;
  color: var(--fg-1) !important;
  border: 1.5px solid var(--border-2);
}
body.mtm-body .mtm-land__cta .btn-ghost:hover,
body.mtm-body .mtm-pagehero__cta .btn-ghost:hover,
body.mtm-body .mtm-index .btn-ghost:hover {
  border-color: var(--fg-1);
  background: var(--bg-page) !important;
}
body.mtm-body .mtm-land__cta .btn-primary,
body.mtm-body .mtm-pagehero__cta .btn-primary,
body.mtm-body .mtm-pagehelp .btn-primary { color: var(--accent-fg) !important; }
body.mtm-body .mtm-land__faq.is-alt { background: var(--bg-surface); }

.testimonial-box-dm {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-box-dm > * {
    flex: 1 1 45%;
}

.testimonial-box-dm {
    padding: 5vh 0px;
}

div#post-30 .dm-container {
    padding: 0px;
}


#gform_wrapper_2 {
  --accent:        #2b6777;
  --accent-hover:  #1f4d59;
  --accent-soft:   rgba(43, 103, 119, .14);
  --ink:           #1f2a30;
  --muted:         #6a7a83;
  --line:          #dde4e8;
  --field:         #f6f8f9;
  --radius:        10px;
  max-width: 100%;
  margin: 0 auto;
  padding: 44px 44px 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(24, 48, 60, .06);
  color: var(--ink);
}
 
/* empty heading block collapses */
#gform_wrapper_2 .gform_heading,
#gform_wrapper_2 .gform_description { margin: 0; padding: 0; }
 
/* honeypot stays hidden */
#gform_wrapper_2 .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
}
 
/* ---------- grid spacing ---------- */
#gform_wrapper_2 .gform_fields {
  grid-row-gap: 24px !important;
  grid-column-gap: 22px !important;
}
 
/* ---------- labels ---------- */
#gform_wrapper_2 .gfield_label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
}
 
#gform_wrapper_2 .gfield_required_text {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
 
/* ---------- inputs ---------- */
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 textarea {
  width: 100% !important;
  padding: 13px 16px !important;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
 
#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 textarea::placeholder { color: #9aa8b0; }
 
#gform_wrapper_2 input[type="text"]:focus,
#gform_wrapper_2 input[type="email"]:focus,
#gform_wrapper_2 input[type="tel"]:focus,
#gform_wrapper_2 textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
 
#gform_wrapper_2 textarea {
  min-height: 160px;
  resize: vertical;
}
 
/* ---------- the "general information only" notice ---------- */
#gform_wrapper_2 #field_2_5 {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b5a2f;
  background: #fdf7e7;
  border: 1px solid #f0e2b8;
  border-left: 3px solid #d3a627;
  border-radius: 8px;
}
 
/* ---------- consent checkbox ---------- */
#gform_wrapper_2 #field_2_7 {
  padding: 18px 20px;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
 
#gform_wrapper_2 #field_2_7 .gfield_label { margin-bottom: 12px; }
 
#gform_wrapper_2 .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
 
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"] {
  position: relative;
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  margin: 2px 0 0 !important;
  background: #fff;
  border: 1px solid #c3ced5;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background .15s ease, border-color .15s ease;
}
 
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"]:hover { border-color: var(--accent); }
 
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
 
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
 
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
 
#gform_wrapper_2 .gfield_checkbox label {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  cursor: pointer;
}
 
#gform_wrapper_2 .gfield_checkbox label a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
 
/* ---------- submit ---------- */
#gform_wrapper_2 .gform_footer {
  margin: 30px 0 0;
  padding: 0;
}
 
#gform_wrapper_2 #gform_submit_button_2 {
  min-width: 200px;
  padding: 15px 36px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(43, 103, 119, .25);
  transition: background .18s ease, transform .15s ease, box-shadow .18s ease;
}
 
#gform_wrapper_2 #gform_submit_button_2:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(43, 103, 119, .3);
}
 
#gform_wrapper_2 #gform_submit_button_2:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(43, 103, 119, .25);
}
 
#gform_wrapper_2 #gform_submit_button_2:focus-visible {
  outline: 3px solid var(--accent-soft);
  outline-offset: 3px;
}
 
#gform_wrapper_2 .gfield_error input,
#gform_wrapper_2 .gfield_error textarea {
  background: #fff7f7 !important;
  border-color: #cf4444 !important;
}
 
#gform_wrapper_2 .gfield_error .gfield_label { color: #b03636; }
 body.mtm-body .m-menu__list li {
    position: relative;
}
#gform_wrapper_2 .gfield_validation_message,
#gform_wrapper_2 .validation_message {
  margin-top: 8px;
  padding: 0;
  font-size: 13px;
  color: #b03636;
  background: none;
  border: 0;
}
 
#gform_wrapper_2 .gform_submission_error {
  margin-bottom: 24px;
  padding: 14px 18px;
  font-size: 15px;
  color: #b03636;
  background: #fdf1f1;
  border: 1px solid #f0cccc;
  border-radius: 8px;
}
 
/* ---------- mobile ---------- */
@media (max-width: 640px) {
  #gform_wrapper_2 {
    padding: 26px 20px 24px;
    border-radius: 12px;
  }
  #gform_wrapper_2 .gform_fields .gfield { grid-column: 1 / -1 !important; }
  #gform_wrapper_2 #gform_submit_button_2 { width: 100%; }
}
 
@media (prefers-reduced-motion: reduce) {
  #gform_wrapper_2 * { transition: none !important; }
  #gform_wrapper_2 #gform_submit_button_2:hover { transform: none; }
}

@media (max-width: 880px) {
	.floatingEstimator-floatingContainer-1uxGW {
		bottom: 90px;
	}
	.mh-svc-card * {
		color: #000 !important;
	}
}