/*
Theme Name: Elevate Wellness and Aesthetics - Child
Version: 1
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

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

:root {
    --eInk: #1d2b3d;
    --eCream: #f4efe4;
    --eSand: #ded0b8;
    --eShell: #f1ebdf;
    --ePaper: #fbf8f2;
    --eCard: #fdfaf4;
    --eBlue: #4a6a86;
    --eGold: #7d6229;
    --eGoldLight: #d9c493;
}

* {
    box-sizing: border-box;
}

#page {
    padding: 0;
}

body.main {
    color: var(--eInk);
}

.dmx-home h1,
.dmx-home h2,
.dmx-home h3,
.dmx-home h4,
.dmx-footer h3,
.dmx-visit h2 {
}

.dmx-wrap {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 32px;
}

.dmx-home {
    overflow-x: hidden;
}

[data-dmx-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}

[data-dmx-reveal].dmx-in {
    opacity: 1;
    transform: none;
}

[data-dmx-delay="1"] { transition-delay: .12s; }
[data-dmx-delay="2"] { transition-delay: .24s; }
[data-dmx-delay="3"] { transition-delay: .36s; }

@keyframes dmxRise {
    0% { opacity: 0; transform: translateY(26px); }
    100% { opacity: 1; transform: none; }
}

@keyframes dmxFade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes dmxZoom {
    0% { transform: scale(1.12); }
    100% { transform: none; }
}

/* Buttons and small type */
.dmx-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 14px;
}

.dmx-mono {
    display: block;
    font-family: ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--eGold);
}

a.btn.dmx-btn,
.dmx-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: var(--pColor, #16263c);
    background-image: none;
    border-radius: 0;
    color: var(--eCream) !important;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    transition: background .3s ease, transform .3s ease;
}

a.btn.dmx-btn:hover,
.dmx-btn:hover {
    background: #22385a;
    transform: translateY(-2px);
}

.dmx-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    border: 1px solid var(--aColor);
    color: var(--aColor);
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    transition: background .3s ease, transform .3s ease;
}

.dmx-btn-light:hover {
    background: rgba(244,239,228,.14);
    transform: translateY(-2px);
}

.dmx-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 30px;
    background: rgba(158,178,196,.55);
    color: #fdfaf4 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1;
    transition: background .35s ease, transform .35s ease;
}

.dmx-btn-pill:hover {
    background: rgba(158,178,196,.82);
    transform: translateY(-2px);
}

.dmx-btn-pill span {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
}

/* Header */
header#site-header {
    position: relative;
    z-index: 999;
}

.dmx-header .main-head-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation: dmxFade 1.4s ease .3s both;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dmx-header .header-spacer {
    display: none;
    min-height: 172px;
}

.dmx-topbar {
    background: transparent;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0px;
}

.dmx-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 30px;
}

.dmx-topbar-left,
.dmx-topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.dmx-topbar p,
.dmx-topbar a {
    margin: 0;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--eCream) !important;
}

.dmx-topbar i {
    margin-right: 8px;
    color: var(--eGoldLight);
}

div#regular-header * {
    color: var(--eCream);
}

div#header.dmx-navbar {
    background: transparent;
    padding: 0;
    float: none;
    top: 0px;
    width: 100%;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dmx-navbar-inner {
    padding: 0 0 0 30px;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.dmx-navbar .logo-wrap {
    flex: 0 0 auto;
    padding: 10px 0;
    margin: 0;
    max-width: 240px;
    overflow: visible;
}

.dmx-navbar #logo {
    float: none !important;
    margin: 0;
}

.dmx-navbar #logo img {
    float: none;
    display: block;
    max-width: 300px;
    height: auto;
    filter: brightness(0) invert(1);
}

.dmx-navbar #logo.text-logo a {
    font-family: 'Parkinsans';
    font-size: 26px;
    color: var(--eCream);
    padding: 0 !important;
    line-height: 1;
    display: block;
    text-transform: none;
}

a.btn.dmx-btn, .dmx-btn {
    color: #000 !important;
}

.dmx-navbar .navigation {
    float: none;
    flex: 1 1 auto;
    background: transparent;
}

.dmx-navbar .navigation ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}

.dmx-navbar .navigation ul.menu > li {
    position: relative;
    background: transparent !important;
}

.dmx-navbar .navigation ul.menu > li > a {
    position: relative;
    display: block;
    padding: 26px 0;
    margin: 0;
    font-size: 21px;
    letter-spacing: .01em;
    color: var(--eCream) !important;
}

.dmx-navbar .navigation ul.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: var(--eGoldLight);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.dmx-navbar .navigation ul.menu > li:hover > a:after,
.dmx-navbar .navigation ul.menu > li.current-menu-item > a:after,
.dmx-navbar .navigation ul.menu > li.current-menu-parent > a:after {
    transform: scaleX(1);
}

/* Desktop dropdowns */
.dmx-navbar .navigation ul.menu li.menu-item-has-children > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--eCream);
    opacity: .8;
    vertical-align: middle;
    float: right;
    margin: 9px 0 0 8px;
    transition: transform .3s ease;
}

.dmx-navbar .navigation ul.menu li.menu-item-has-children:hover > a:before {
    transform: rotate(180deg);
}

.dmx-navbar .navigation ul.menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    min-width: 252px;
    padding: 14px 0;
    background: var(--eCard) !important;
    box-shadow: 0 24px 50px rgba(16,29,47,.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s;
    display: block;
    border: 0;
}

.dmx-navbar .navigation ul.menu > li:hover > ul.sub-menu,
.dmx-navbar .navigation ul.menu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li {
    width: 100%;
    background: transparent !important;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li a {
    display: block;
    padding: 11px 26px;
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    color: #253346 !important;
    transition: background .25s ease, color .25s ease;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li a:hover {
    background: var(--eShell);
    color: var(--eGold) !important;
}

.dmx-navbar .navigation ul.menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}

.dmx-nav-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
}

.dmx-nav-phone {
    display: flex;
    align-items: center;
    padding: 18px 26px;
    background: rgba(255,255,255,.14);
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--eCream) !important;
    transition: background .3s ease;
}

.dmx-nav-phone:hover {
    background: rgba(255,255,255,.26);
}

#secondary-navigation .dmx-nav-book {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: var(--pColor, #16263c);
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--eCream) !important;
    transition: background .3s ease;
}

.dmx-nav-book:hover {
    background: #22385a;
}

html a#pull.toggle-mobile-menu {
    display: none;
    width: auto;
    margin: 0 0 0 6px !important;
    padding: 18px 22px;
    background: transparent !important;
    color: var(--eCream) !important;
    font-size: 22px;
}

/* Hero */
.dmx-hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    background: #0e1a29;
}

.dmx-hero .hide-las,
.dmx-hero .video_holder,
.dmx-hero .primary-ser-container,
.dmx-hero .primalider,
.dmx-hero .dm-slide-main {
    height: 100%;
}

.dmx-hero .video_holder:before {
    display: none;
}

.dmx-hero .video_holder video,
.dmx-hero .newCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 50%;
    animation: dmxZoom 2.6s cubic-bezier(.2,.7,.2,1) both;
}

.dmx-hero .dm-slide-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmx-hero-scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(10,18,32,.62) 0%, rgba(10,18,32,.42) 45%, rgba(10,18,32,.72) 100%);
}

.dmx-hero .carousel-caption,
.dmx-hero .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    padding: 40px 24px;
    text-align: center;
    z-index: 3;
}

.dmx-hero-caption .dmx-eyebrow {
    color: rgba(244,239,228,.75);
    letter-spacing: .34em;
    margin-bottom: 18px;
    animation: dmxRise 1s cubic-bezier(.2,.7,.2,1) .35s both;
}

.dmx-hero-caption h2.slide-title {
    font-size: clamp(46px, 7.4vw, 96px);
    line-height: 1.04;
    color: #f2e6cd;
    margin: 0;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .5s both;
}

.dmx-hero-caption .slide-content {
    max-width: 640px;
    margin: 20px auto 36px;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .68s both;
}

.dmx-hero-caption .slide-content p {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 300;
    color: rgba(244,239,228,.9);
    margin: 0;
    text-shadow: none !important;
}

.dmx-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .84s both;
}

.dmx-hero-scroll {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(244,239,228,.55);
    animation: dmxFade 1.4s ease 1.4s both;
}

/* Trust / stats band */
.dmx-trust {
    background: var(--eSand);
    padding: 118px 0;
    color: #2a3446;
}

.dmx-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.dmx-trust-intro p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}

.dmx-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.dmx-trust-item {
    width: 160px;
    text-align: center;
}

.dmx-trust-ring {
    width: 112px;
    height: 112px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 1px solid rgba(42,52,70,.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .5s ease;
}

.dmx-trust-item:hover .dmx-trust-ring {
    transform: translateY(-6px);
    border-color: rgba(42,52,70,.7);
}

.dmx-trust-ring strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
}

.dmx-trust-ring small {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.dmx-trust-item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

/* Split sections */
.dmx-section {
    padding: 118px 0;
}

.dmx-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 72px;
    align-items: center;
}

.dmx-split h1,
.dmx-split h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin: 0 0 22px;
}

.dmx-split p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #3c4859;
    margin: 0 0 18px;
}

.dmx-split img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.dmx-split-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dmx-call {
    font-size: 15.5px;
    font-weight: 300;
}

.dmx-call a {
    color: var(--pColor, #16263c);
    border-bottom: 1px solid var(--eGoldLight);
}

/* Dark sections */
.dmx-dark {
    background: var(--sColor);
    color: var(--eCream);
}

.dmx-dark h1,
.dmx-dark h2,
.dmx-dark h3 {
    color: var(--eCream);
}

.dmx-dark p {
    color: rgba(244,239,228,.85);
}

.dmx-dark .dmx-eyebrow {
    color: var(--eGoldLight);
}

.dmx-section-head {
    max-width: 780px;
    margin: 0 auto 62px;
    text-align: center;
}

.dmx-section-head h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    margin: 0 0 16px;
}

.dmx-section-head p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}

/* Experience / promises */
.dmx-experience {
    background: var(--eSand);
    color: #000;
    padding: 118px 0;
}

.dmx-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 56px;
}

.dmx-experience h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.1;
    color: #000000;
    margin: 0 0 20px;
}

.dmx-experience p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
}

.dmx-promise-list {
    display: grid;
    gap: 16px;
}

.dmx-promise {
    display: flex;
    gap: 18px;
    padding: 24px 26px;
    background: rgb(0 0 0 / 55%);
    transition: background .35s ease, transform .35s ease;
}

.dmx-promise:hover {
    background: rgba(21,38,60,.72);
    transform: translateX(6px);
}

.dmx-promise-mark {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(244,239,228,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dmx-promise h3 {
    font-size: 24px;
    color: var(--eCream);
    margin: 0 0 6px;
}

.dmx-promise p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Services */
.dmx-services {
    padding: 118px 0;
    background: #fff;
}

.dmx-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1px;
    background: rgba(29,43,61,.14);
}

.dmx-service {
    background: var(--ePaper);
    padding: 42px 34px 38px;
    transition: background .4s ease;
}

.dmx-service:hover {
    background: var(--eShell);
}

.dmx-service-index {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: .18em;
    color: var(--eGold);
    display: none;
}

.dmx-service-media {
    height: 350px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #e6ded0;
}

.dmx-service h3 {
    font-size: 27px;
    line-height: 1.2;
    margin: 14px 0 12px;
    color: var(--sColor);
}

.dmx-service p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #4a5567;
    margin: 0 0 18px;
}

.dmx-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.dmx-service li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #5b6675;
    margin: 0;
}

.dmx-service li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--eGoldLight);
    opacity: 1;
    padding: 0;
}

.dmx-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--eGold);
}

.dmx-service-link:after {
    content: "\2192";
    letter-spacing: 0;
}

/* Conditions */
.dmx-conditions {
    padding: 118px 0;
}

.dmx-condition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 26px;
}

.dmx-condition {
    background: var(--aColor);
    padding: 34px 30px;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}

.dmx-condition:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(29,43,61,.1);
}

.dmx-condition h3 {
    font-size: 23px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.dmx-condition p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #000000;
    margin: 0;
}

/* Team */
.dmx-team {
    padding: 118px 0;
}

.dmx-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 34px;
}

.dmx-team-member {
    text-align: center;
}

.dmx-team-photo {
    aspect-ratio: 3 / 4;
    margin-bottom: 18px;
    background-size: cover;
    background-position: 50% 20%;
    background-color: #1b2c42;
}

.dmx-team-member h3 {
    font-size: 22px;
    margin: 0 0 6px;
}

.dmx-team-member p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .04em;
    color: rgba(244,239,228,.7);
    margin: 0;
}

/* Reviews */
.dmx-reviews {
    padding: 118px 0;
    background: var(--eCard);
}

.dmx-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.dmx-reviews-intro h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin: 0 0 18px;
}

.dmx-reviews-intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    max-width: 380px;
}

.dmx-reviews .central-text-wrapper {
    padding: 0 12px;
}

.dmx-reviews .letter-wrap {
    background: var(--eShell);
    border-radius: 0;
    box-shadow: none;
    padding: 36px 32px;
    min-height: 320px;
}

.dmx-quote {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px;
    line-height: .6;
    color: var(--eGold);
    margin-bottom: 18px;
}

.dmx-reviews .central-test-content p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    margin: 0 0 14px;
}

.dmx-reviews .letter-wrap h4 {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-top: 1px solid rgba(29,43,61,.14);
    padding-top: 18px;
    margin: 22px 0 0;
    opacity: .75;
}

/* CTA */
.dmx-cta {
    background: #0000006b;
}

.dmx-cta-band {
    position: relative;
    padding: 110px 32px;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.dmx-cta-band.has-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,29,47,.62);
}

.dmx-cta-copy,
.dmx-cta-actions {
    position: relative;
    z-index: 2;
}

.dmx-cta-copy {
    max-width: 700px;
    margin: 0 auto 30px;
}

.dmx-cta-copy h1,
.dmx-cta-copy h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.06;
    margin: 0 0 18px;
}

.dmx-cta-copy p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.dmx-cta-band.has-image .dmx-cta-copy h1,
.dmx-cta-band.has-image .dmx-cta-copy h2,
.dmx-cta-band.has-image .dmx-cta-copy p {
    color: var(--eCream);
}

.dmx-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Visit */
.dmx-visit {
    padding: 118px 0;
}

.dmx-visit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.dmx-visit-map iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

.dmx-visit-copy h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin: 0 0 18px;
}

.dmx-visit-copy > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.78;
    max-width: 540px;
    margin: 0 0 30px;
}

.dmx-visit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-bottom: 30px;
}

.dmx-visit-card {
    background: rgb(from var(--aColor) r g b / 0.1);
    padding: 26px 24px;
}

.dmx-visit-card .dmx-mono {
    margin-bottom: 12px;
}

.dmx-visit-card a {
    font-size: 16px;
    line-height: 1.55;
    color: var(--eInk);
}

.dmx-visit-card a:hover {
    color: var(--eGold);
}

.dmx-hours p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 4px;
}

.dmx-visit-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dmx-call-link {
    font-size: 16px;
    color: var(--pColor, #16263c);
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(29,43,61,.25);
}

/* Footer */
footer#site-footer.dmx-footer {
    margin: 0;
    background: var(--sColor, #101d2f);
}

.dmx-footer .copyrights {
    padding: 84px 0 40px;
    text-align: left;
}

.dmx-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 44px;
}

.dmx-footer-brand img {
    display: block;
    max-width: 200px;
    height: auto;
    margin-bottom: 18px;
}

.dmx-footer-brand p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(244,239,228,.7);
    max-width: 300px;
}

.dmx-footer h3 {
    font-size: 20px;
    color: var(--eCream);
    margin: 0 0 16px;
}

.dmx-footer p,
.dmx-footer li,
.dmx-footer .dmx-hours p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(244,239,228,.78);
}

.dmx-footer a {
    color: rgba(244,239,228,.78);
}

.dmx-footer a:hover {
    color: var(--eGoldLight);
}

.dmx-footer-address {
    display: block;
    margin-bottom: 14px;
    line-height: 1.6;
}

.dmx-footer-phone {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--eCream) !important;
}

.dmx-footer-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dmx-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(244,239,228,.16);
}

.dmx-footer-bottom p {
    font-size: 12.5px;
    letter-spacing: .04em;
    color: rgba(244,239,228,.55);
    margin: 0;
}

footer#site-footer.dmx-footer * {
    color: #fff;
}

footer#site-footer.dmx-footer .social-icons a {
    color: var(--eCream);
    background: rgba(244,239,228,.12);
}

/* Mobile CTA bar */
.mobile_cta_buttons.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 12px 20px;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .dmx-navbar .navigation ul.menu {
        gap: 16px;
    }

    .dmx-navbar .navigation ul.menu > li > a {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .dmx-trust-grid,
    .dmx-split,
    .dmx-experience-grid,
    .dmx-reviews-grid,
    .dmx-visit-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .dmx-section,
    .dmx-trust,
    .dmx-experience,
    .dmx-services,
    .dmx-conditions,
    .dmx-team,
    .dmx-reviews,
    .dmx-visit {
        padding: 76px 0;
    }
}

@media screen and (max-width: 880px) {
    html a#pull.toggle-mobile-menu {
        display: block;
    }

    .dmx-navbar .navigation.mobile-menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
        height: 100vh !important;
        z-index: 9999;
        padding: 84px 26px 40px;
        background: var(--pColor, #16263c);
        overflow-y: auto;
    }

    .dmx-navbar .navigation ul.menu {
        display: block;
    }

    .dmx-navbar .navigation ul.menu > li {
        border-bottom: 1px solid rgba(244,239,228,.14);
    }

    .dmx-navbar .navigation ul.menu > li > a {
        padding: 18px 2px;
        font-size: 23px;
    }

    .dmx-navbar .navigation ul.menu > li > a:after {
        display: none;
    }

    .dmx-navbar .navigation ul.menu li.menu-item-has-children > a:before {
        display: none;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0;
        padding: 0 0 12px;
        background: transparent !important;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        display: none;
    }

    .dmx-navbar .navigation ul.menu li.dmx-open > ul.sub-menu {
        max-height: 620px;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu li a {
        padding: 10px 2px 10px 16px;
        color: rgb(0 0 0 / 72%) !important;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu li a:hover {
        background: transparent;
        color: var(--eGoldLight) !important;
    }

    .dmx-sub-toggle {
        position: absolute;
        top: 14px;
        right: 4px;
        width: 34px;
        height: 34px;
        background: none;
        border: 0;
        cursor: pointer;
    }

    .dmx-sub-toggle:before,
    .dmx-sub-toggle:after {
        content: "";
        position: absolute;
        background: var(--eGoldLight);
        transition: transform .3s ease;
    }

    .dmx-sub-toggle:before {
        top: 16px;
        left: 10px;
        width: 14px;
        height: 1px;
    }

    .dmx-sub-toggle:after {
        top: 9px;
        left: 16px;
        width: 1px;
        height: 15px;
    }

    li.dmx-open > .dmx-sub-toggle:after {
        transform: scaleY(0);
    }

    .dmx-nav-book {
        display: none;
    }

    .dmx-nav-phone {
        padding: 16px 18px;
        font-size: 18px;
    }

    .dmx-topbar-right {
        display: none;
    }

    .dmx-topbar-inner {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .dmx-wrap {
        padding: 0 22px;
    }

    .dmx-visit-cards {
        grid-template-columns: 1fr;
    }

    .dmx-cta-band {
        padding: 70px 22px;
    }

    .dmx-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dmx-hero-actions .dmx-btn-pill,
    .dmx-hero-actions .dmx-btn-light {
        justify-content: center;
    }

    .dmx-footer .copyrights {
        padding: 60px 0 34px;
    }

    .dmx-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    [data-dmx-reveal],
    .dmx-hero-caption .dmx-eyebrow,
    .dmx-hero-caption h2.slide-title,
    .dmx-hero-caption .slide-content,
    .dmx-hero-actions,
    .dmx-hero-scroll,
    .dmx-hero .video_holder video,
    .dmx-hero .newCon,
    .dmx-header .main-head-wrap {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

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

.dmx-condition * {
    color: #000;
}

.dmx-promise {
    color: #fff;
}

.dmx-promise * {
    color: #000 !important;
}

.social-icons a {
    margin-left: 10px;
}

.dmx-footer-brand img {
    max-width: 150px;
}

html a.btn {
	color: #000 !important;
}

.dmx-experience a.dmx-btn-light {
    border-color: var(--sColor);
    color: var(--sColor);
}

.bottom-footer {
    text-align: center;
}

section.dmx-cta * {
    color: #fff;
}
@media (max-width: 880px) {
	#secondary-navigation {
		height: auto !important;
	}
	dmx-topbar-inner,
	.dmx-nav-actions .dmx-nav-phone,.dmx-nav-actions .dmx-nav-book {
		display: none !important;
	}

	#page.homepage {
		padding: 0px !important;
	}
}
.dmx-navbar #logo a {
    display: block;
}

#secondary-navigation nav ul#menu-main-menu > li.current_page_item a {
    color: #000 !important;
}

.dm-ct {
    --ct-gold: var(--pColor, #7d6229);
    --ct-navy: var(--sColor, #1d2b3d);
    --ct-beige: var(--aColor, #e5e1d6);
    --ct-gold-light: var(--eGoldLight, #d9c493);
    --ct-ink: var(--eInk, #1d2b3d);
    --ct-muted: #5d6573;
    --ct-cream: var(--eCream, #f4efe4);
    --ct-shell: var(--eShell, #f1ebdf);
    --ct-paper: var(--ePaper, #fbf8f2);
    --ct-card: var(--eCard, #fdfaf4);
    --ct-sand: var(--eSand, #ded0b8);
    --ct-line: rgba(125, 98, 41, .2);
    --ct-shadow: 0 18px 40px -22px rgba(29, 43, 61, .28);
    --ct-gap: 30px;
    --ct-ease: cubic-bezier(.2, .7, .2, 1);
}

.dm-service-section.dm-ct,
.dm-service-section.dm-ct:nth-child(odd),
.dm-service-section.dm-ct:nth-child(even) {
    background: transparent;
    padding: 44px 0;
    color: var(--ct-ink);
}
.dm-service-section.dm-ct img,
.dm-service-section.dm-ct:nth-child(odd) img,
.dm-service-section.dm-ct:nth-child(even) img {
    outline: 0;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}
.dm-service-section.dm-ct:nth-child(even) .dm-half:nth-child(1) { order: 0; }
.dm-ct > .dm-container {
    max-width: 1220px;
    padding: 0 32px;
}
.dm-ct .dm-flex {
    gap: var(--ct-gap);
    align-items: stretch;
    justify-content: center;
}
.dm-ct .dm-flex > br,
.dm-ct p:empty { display: none; }
.dm-ct .dm-flex > .dm-full,
.dm-ct .dm-flex > .dm-half,
.dm-ct .dm-flex > .dm-third,
.dm-ct .dm-flex > .dm-fourth {
    padding: 0;
    min-width: 0;
}
.dm-ct .dm-flex > .dm-full   { flex: 1 1 100%; width: 100%; }
.dm-ct .dm-flex > .dm-half   { flex: 0 1 calc(50% - var(--ct-gap) / 2); width: calc(50% - var(--ct-gap) / 2); }
.dm-ct .dm-flex > .dm-third  { flex: 0 1 calc(33.333% - var(--ct-gap) * 2 / 3); width: calc(33.333% - var(--ct-gap) * 2 / 3); }
.dm-ct .dm-flex > .dm-fourth { flex: 0 1 calc(25% - var(--ct-gap) * 3 / 4); width: calc(25% - var(--ct-gap) * 3 / 4); }

/* ---- type ---- */
.dm-ct h2,
.dm-ct h3 {
    font-family: var(--ct-serif);
    font-weight: 500;
    color: var(--ct-ink);
    line-height: 1.12;
    text-transform: none;
    letter-spacing: 0;
}
.dm-ct h2 { font-size: clamp(32px, 3.4vw, 46px); margin: 0 0 20px; }
.dm-ct h3 { font-size: 27px; margin: 0 0 12px; }
.dm-ct p,
.dm-ct li {
    font-size: 17px;
    line-height: 1.75;
    color: var(--ct-muted);
}
.dm-ct p { margin: 0 0 16px; }
.dm-ct p:last-child { margin-bottom: 0; }
.dm-ct strong { color: var(--ct-ink); font-weight: 600; }
.dm-ct a:not(.btn):not(.inline-dm-phone) {
    color: var(--ct-gold);
    text-decoration: underline;
    text-decoration-color: var(--ct-gold-light);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: text-decoration-color .3s ease, color .3s ease;
}
.dm-ct a:not(.btn):not(.inline-dm-phone):hover {
    color: var(--ct-navy);
    text-decoration-color: currentColor;
}
.dm-ct .dm-ct-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--ct-gold);
}
.dm-ct .dm-ct-eyebrow::before {
    content: "";
    flex: 0 0 34px;
    height: 1px;
    background: currentColor;
}
.dm-ct .dm-ct-lede {
    font-family: var(--ct-serif);
    font-size: 25px;
    line-height: 1.45;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-pull {
    margin: 24px 0;
    padding: 4px 0 4px 22px;
    border-left: 2px solid var(--ct-gold);
    font-family: var(--ct-serif);
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-pull:last-child { margin-bottom: 0; }
.dm-ct .dm-ct-label {
    margin: 22px 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-note {
    font-size: 15px;
    font-style: italic;
    color: var(--ct-muted);
}
.dm-ct .dm-ct-ideal {
    margin-top: 18px;
    padding: 14px 18px;
    background: var(--ct-cream);
    border-left: 2px solid var(--ct-gold);
    font-size: 15px;
    line-height: 1.6;
}
.dm-ct .dm-ct-ideal strong {
    color: var(--ct-gold);
    font-weight: 600;
    letter-spacing: .04em;
}

.dm-ct .dm-ct-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}
.dm-ct a.btn,
.dm-ct .dm-ct-actions a.inline-dm-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 16px 30px;
    border-radius: 0;
    border: 1px solid var(--ct-navy);
    background-image: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none;
    transition: background .35s var(--ct-ease), color .35s var(--ct-ease), border-color .35s var(--ct-ease), transform .35s var(--ct-ease);
}
.dm-ct a.btn {
    background: var(--ct-navy) !important;
    color: var(--ct-cream) !important;
}
.dm-ct a.btn:hover {
    background: var(--ct-gold) !important;
    border-color: var(--ct-gold);
    color: #fff !important;
    transform: translateY(-2px);
}
.dm-ct .dm-ct-actions a.inline-dm-phone {
    background: transparent;
    color: var(--ct-navy) !important;
}
.dm-ct .dm-ct-actions a.inline-dm-phone:hover {
    background: var(--ct-navy);
    color: var(--ct-cream) !important;
    transform: translateY(-2px);
}

.dm-ct .dm-ct-media {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    box-shadow: var(--ct-shadow);
}
.dm-ct .dm-ct-media img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 1.2s var(--ct-ease);
}
.dm-ct .dm-ct-media:hover img { transform: scale(1.04); }
.dm-ct .dm-ct-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 2;
    padding: 30px;
    background:
        repeating-linear-gradient(135deg, transparent 0 14px, rgba(125, 98, 41, .06) 14px 15px),
        var(--ct-shell);
    outline: 1px dashed var(--ct-gold);
    outline-offset: -14px;
    box-shadow: none;
}
.dm-ct .dm-ct-placeholder::after {
    content: attr(data-label);
    max-width: 80%;
    font-family: var(--ct-serif);
    font-size: 22px;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
    color: var(--ct-gold);
}

.dm-service-section.dm-ct.dm-ct-intro { padding-top: 64px; }
.dm-ct-intro .dm-flex { align-items: center; gap: 60px; }
.dm-ct-intro .dm-flex > .dm-half { flex-basis: calc(50% - 30px); width: calc(50% - 30px); }
.dm-ct-intro .dm-ct-intro-copy h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.dm-ct-intro-media,
.dm-ct-split-media { position: relative; }
.dm-ct-intro-media::before,
.dm-ct-split-media::before {
    content: "";
    position: absolute;
    inset: 26px -22px -22px 26px;
    border: 1px solid var(--ct-gold-light);
    pointer-events: none;
}
.dm-ct-intro-media::after {
    content: "";
    position: absolute;
    left: -22px;
    bottom: -22px;
    width: 42%;
    height: 46%;
    background: var(--ct-cream);
}
.dm-ct-intro--center .dm-ct-intro-copy {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.dm-ct-intro--center .dm-ct-actions { justify-content: center; }

.dm-service-section.dm-ct.dm-ct-head { padding-bottom: 6px; }
.dm-ct-head .dm-ct-head-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.dm-ct-head .dm-ct-head-inner .dm-ct-eyebrow::after {
    content: "";
    flex: 0 0 34px;
    height: 1px;
    background: currentColor;
}
.dm-ct-head .dm-ct-head-inner h2 { margin-bottom: 14px; }

.dm-ct .dm-ct-card {
    display: flex;
    flex-direction: column;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
    transition: transform .5s var(--ct-ease), box-shadow .5s var(--ct-ease), border-color .5s ease;
}
.dm-ct .dm-ct-card:hover {
    transform: translateY(-6px);
    border-color: var(--ct-gold-light);
    box-shadow: var(--ct-shadow);
}
.dm-ct .dm-ct-card-media {
    margin: 0 0 26px;
    overflow: hidden;
    background: var(--ct-shell);
}
.dm-ct .dm-ct-card-media img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 1.2s var(--ct-ease);
}
.dm-ct .dm-ct-card:hover .dm-ct-card-media img { transform: scale(1.05); }
.dm-ct .dm-ct-card > h3,
.dm-ct .dm-ct-card > p { padding: 0 30px; }
.dm-ct .dm-ct-card > p { font-size: 16px; }
.dm-ct .dm-ct-card > p:last-child { padding-bottom: 30px; }
.dm-ct .dm-ct-card .dm-ct-card-link {
    margin-top: auto;
    padding-top: 8px;
}
.dm-ct .dm-ct-card-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--ct-gold) !important;
}
.dm-ct .dm-ct-card-link a::after {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
    transition: width .4s var(--ct-ease);
}
.dm-ct .dm-ct-card-link a:hover::after { width: 44px; }

.dm-ct-qa .dm-flex { gap: 22px; }
.dm-ct .dm-ct-qa-item {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 56px !important;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
}
.dm-ct .dm-ct-qa-item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50px;
    width: 3px;
    height: 56px;
    background: var(--ct-gold);
}
.dm-ct .dm-ct-qa-item > h2 { font-size: clamp(30px, 3vw, 40px); }
.dm-ct .dm-ct-qa-item > h3:not(:first-child) {
    margin: 30px 0 10px;
    font-size: 26px;
}

.dm-ct ul.dm-ct-list {
    list-style: none;
    margin: 8px 0 20px;
    padding: 0;
}
.dm-ct ul.dm-ct-list:last-child { margin-bottom: 0; }
.dm-ct ul.dm-ct-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    line-height: 1.6;
    break-inside: avoid;
}
.dm-ct ul.dm-ct-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 16px;
    height: 1px;
    background: var(--ct-gold);
}
.dm-ct ul.dm-ct-list li::after {
    content: "";
    position: absolute;
    left: 14px;
    top: calc(.78em - 2px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ct-gold);
}
.dm-ct ul.dm-ct-list--cols {
    columns: 2;
    column-gap: 44px;
}
.dm-ct ul.dm-ct-list--center {
    display: inline-block;
    text-align: left;
}

.dm-ct .dm-ct-checks-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.dm-ct .dm-ct-checks-inner .dm-ct-eyebrow::after {
    content: "";
    flex: 0 0 34px;
    height: 1px;
    background: currentColor;
}
.dm-ct .dm-ct-checks-inner > p:not(.dm-ct-eyebrow) {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.dm-ct .dm-ct-checks-inner ul.dm-ct-list {
    margin: 30px 0;
    padding: 34px 40px 24px;
    background: var(--ct-card);
    border-top: 1px solid var(--ct-gold-light);
    text-align: left;
}
.dm-ct .dm-ct-checks-inner ul.dm-ct-list:last-child { margin-bottom: 0; }

.dm-ct-features { counter-reset: ctfeature; }
.dm-ct .dm-ct-feature {
    position: relative;
    padding: 40px 34px 36px !important;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
    transition: transform .5s var(--ct-ease), box-shadow .5s var(--ct-ease);
}
.dm-ct .dm-ct-feature:hover {
    transform: translateY(-4px);
    box-shadow: var(--ct-shadow);
}
.dm-ct .dm-ct-feature h3 { font-size: 26px; }
.dm-ct .dm-ct-feature h3::before {
    counter-increment: ctfeature;
    content: counter(ctfeature, decimal-leading-zero);
    display: block;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ct-line);
    font-family: var(--ct-serif);
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: var(--ct-gold);
}
.dm-ct .dm-ct-feature p { font-size: 16px; }

.dm-ct .dm-ct-info {
    position: relative;
    padding: 44px 40px 40px !important;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
}
.dm-ct .dm-ct-info::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 40px;
    width: 56px;
    height: 3px;
    background: var(--ct-gold);
}
.dm-ct .dm-ct-infos--third .dm-ct-info { padding: 40px 32px 34px !important; }
.dm-ct .dm-ct-infos--third .dm-ct-info::before { left: 32px; }
.dm-ct .dm-ct-info .dm-ct-eyebrow { margin-bottom: 12px; }
.dm-ct .dm-ct-info .dm-ct-eyebrow::before { display: none; }
.dm-ct .dm-ct-info h3 { font-size: 30px; }
.dm-ct .dm-ct-info .dm-ct-lede { font-size: 21px; }
.dm-ct .dm-ct-info .dm-ct-pull { font-size: 21px; }
.dm-ct .dm-ct-info .dm-ct-card-link { margin-top: 18px; }

.dm-ct-menu .dm-ct-info ul.dm-ct-list li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.55;
}
.dm-ct-menu .dm-ct-info h3 { margin-bottom: 14px; }

.dm-service-section.dm-ct.dm-ct-band > .dm-container {
    max-width: 1284px;
    padding: 64px 64px;
    background: var(--ct-cream);
}
.dm-ct-band .dm-ct-info,
.dm-ct-band .dm-ct-feature,
.dm-ct-band .dm-ct-qa-item,
.dm-ct-band .dm-ct-card,
.dm-ct-band .dm-ct-checks-inner ul.dm-ct-list { background: var(--ct-paper); }
.dm-ct-band .dm-ct-ideal { background: var(--ct-shell); }

.dm-service-section.dm-ct.dm-ct-statement { padding: 56px 0; }
.dm-ct .dm-ct-statement-inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 46px 20px;
    text-align: center;
}
.dm-ct .dm-ct-statement-inner::before,
.dm-ct .dm-ct-statement-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 120px;
    height: 1px;
    background: var(--ct-gold);
    transform: translateX(-50%);
}
.dm-ct .dm-ct-statement-inner::before { top: 0; }
.dm-ct .dm-ct-statement-inner::after { bottom: 0; }
.dm-ct .dm-ct-statement-inner .dm-ct-eyebrow::after {
    content: "";
    flex: 0 0 34px;
    height: 1px;
    background: currentColor;
}
.dm-ct .dm-ct-statement-text {
    font-family: var(--ct-serif);
    font-size: clamp(24px, 2.4vw, 32px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.42;
    color: var(--ct-ink);
}

.dm-service-section.dm-ct.dm-ct-flow-wrap { padding-bottom: 44px; }
.dm-ct ol.dm-ct-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    counter-reset: ctflow;
}
.dm-ct ol.dm-ct-flow li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: var(--ct-serif);
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    color: var(--ct-ink);
}
.dm-ct ol.dm-ct-flow li::before {
    counter-increment: ctflow;
    content: counter(ctflow, decimal-leading-zero);
    margin-right: 10px;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    letter-spacing: .14em;
    color: var(--ct-gold);
}
.dm-ct ol.dm-ct-flow li:not(:last-child)::after {
    content: "";
    width: 54px;
    height: 1px;
    margin: 0 22px;
    background: linear-gradient(90deg, var(--ct-gold-light), var(--ct-gold));
}

.dm-ct-split .dm-flex { align-items: center; gap: 60px; }
.dm-ct-split .dm-flex > .dm-half { flex-basis: calc(50% - 30px); width: calc(50% - 30px); }
.dm-ct-split--reverse .dm-ct-split-media { order: -1; }
.dm-ct-split--reverse .dm-ct-split-media::before { inset: 26px 26px -22px -22px; }

.dm-ct .dm-ct-quote {
    position: relative;
    padding: 44px 40px 36px !important;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
}
.dm-ct .dm-ct-quote::before {
    content: "\201C";
    position: absolute;
    top: 10px;
    right: 28px;
    font-family: var(--ct-serif);
    font-size: 110px;
    line-height: 1;
    color: var(--ct-gold-light);
}
.dm-ct .dm-ct-quote-text {
    position: relative;
    font-family: var(--ct-serif);
    font-size: 22px;
    font-style: italic;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-quote-name {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ct-gold);
}

.dm-ct .dm-ct-panel {
    padding: 44px !important;
    background: var(--ct-cream);
    text-align: center;
}
.dm-ct .dm-ct-panel .dm-ct-actions { justify-content: center; }

.dm-ct ul.dm-ct-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}
.dm-ct ul.dm-ct-chips li { margin: 0; }
.dm-ct ul.dm-ct-chips a {
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid var(--ct-line);
    background: var(--ct-card);
    color: var(--ct-ink) !important;
    font-size: 14px;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition: background .35s var(--ct-ease), color .35s var(--ct-ease), border-color .35s var(--ct-ease);
}
.dm-ct ul.dm-ct-chips a:hover {
    background: var(--ct-navy);
    border-color: var(--ct-navy);
    color: var(--ct-cream) !important;
}

.dm-service-section.dm-ct.dm-ct-cta { padding: 56px 0 80px; }
.dm-service-section.dm-ct.dm-ct-cta > .dm-container {
    position: relative;
    max-width: 1284px;
    overflow: hidden;
    padding: 80px 48px;
    background:
        radial-gradient(circle at 88% 12%, rgba(217, 196, 147, .22), transparent 42%),
        radial-gradient(circle at 8% 100%, rgba(125, 98, 41, .28), transparent 46%),
        var(--ct-navy);
    text-align: center;
}
.dm-service-section.dm-ct.dm-ct-cta > .dm-container::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(217, 196, 147, .28);
    pointer-events: none;
}
.dm-ct .dm-ct-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}
.dm-ct .dm-ct-cta-inner h2 {
    font-size: clamp(34px, 4vw, 54px);
    color: var(--ct-cream) !important;
}
.dm-ct .dm-ct-cta-inner p,
.dm-ct .dm-ct-cta-inner a:not(.btn):not(.inline-dm-phone) {
    color: rgba(244, 239, 228, .82) !important;
}
.dm-ct .dm-ct-cta-inner .dm-ct-actions { justify-content: center; }
.dm-ct .dm-ct-cta-inner a.btn {
    background: var(--ct-gold-light) !important;
    border-color: var(--ct-gold-light);
    color: var(--ct-navy) !important;
}
.dm-ct .dm-ct-cta-inner a.btn:hover {
    background: var(--ct-cream) !important;
    border-color: var(--ct-cream);
}
.dm-ct .dm-ct-cta-inner .dm-ct-actions a.inline-dm-phone {
    border-color: rgba(244, 239, 228, .6);
    color: var(--ct-cream) !important;
}
.dm-ct .dm-ct-cta-inner .dm-ct-actions a.inline-dm-phone:hover {
    background: var(--ct-cream);
    color: var(--ct-navy) !important;
}

/* ---- responsive ---- */
@media screen and (max-width: 1100px) {
    .dm-ct .dm-flex > .dm-fourth {
        flex: 0 1 calc(50% - var(--ct-gap) / 2);
        width: calc(50% - var(--ct-gap) / 2);
    }
}
@media screen and (max-width: 991px) {
    .dm-ct .dm-flex > .dm-third {
        flex: 0 1 calc(50% - var(--ct-gap) / 2);
        width: calc(50% - var(--ct-gap) / 2);
    }
    .dm-ct-intro .dm-flex,
    .dm-ct-split .dm-flex { gap: 50px; }
    .dm-ct-intro .dm-flex > .dm-half,
    .dm-ct-split .dm-flex > .dm-half { flex: 1 1 100%; width: 100%; }
    .dm-ct-intro .dm-ct-intro-media,
    .dm-ct-split .dm-ct-split-media { max-width: 680px; margin: 0 auto; order: -1; }
    .dm-service-section.dm-ct.dm-ct-band > .dm-container { padding: 50px 36px; }
    .dm-ct ol.dm-ct-flow li { font-size: 26px; }
    .dm-ct ol.dm-ct-flow li:not(:last-child)::after { width: 30px; margin: 0 14px; }
}
@media screen and (max-width: 767px) {
    .dm-ct { --ct-gap: 20px; }
    .dm-ct > .dm-container { padding: 0 16px; }
    .dm-service-section.dm-ct,
    .dm-service-section.dm-ct:nth-child(odd),
    .dm-service-section.dm-ct:nth-child(even) { padding: 30px 0; }
    .dm-service-section.dm-ct.dm-ct-intro { padding-top: 40px; }
    .dm-ct .dm-flex > .dm-half,
    .dm-ct .dm-flex > .dm-third,
    .dm-ct .dm-flex > .dm-fourth {
        flex: 1 1 100%;
        width: 100%;
    }
    .dm-ct p, .dm-ct li { font-size: 16px; }
    .dm-ct .dm-ct-lede { font-size: 21px; }
    .dm-ct .dm-ct-pull { font-size: 20px; }
    .dm-ct h3,
    .dm-ct .dm-ct-info h3 { font-size: 25px; }
    .dm-ct-intro-media::before,
    .dm-ct-intro-media::after,
    .dm-ct-split-media::before { display: none; }
    .dm-ct .dm-ct-qa-item { padding: 34px 24px !important; }
    .dm-ct .dm-ct-qa-item::before { top: 34px; height: 40px; }
    .dm-ct .dm-ct-info,
    .dm-ct .dm-ct-infos--third .dm-ct-info { padding: 36px 24px 30px !important; }
    .dm-ct .dm-ct-info::before,
    .dm-ct .dm-ct-infos--third .dm-ct-info::before { left: 24px; }
    .dm-ct .dm-ct-feature { padding: 32px 24px !important; }
    .dm-ct ul.dm-ct-list--cols { columns: 1; }
    .dm-ct .dm-ct-checks-inner ul.dm-ct-list { padding: 26px 20px 16px; }
    .dm-service-section.dm-ct.dm-ct-band > .dm-container { padding: 40px 18px; }
    .dm-ct .dm-ct-statement-text { font-size: 22px; }
    .dm-ct ol.dm-ct-flow { flex-direction: column; gap: 14px; }
    .dm-ct ol.dm-ct-flow li { font-size: 26px; }
    .dm-ct ol.dm-ct-flow li:not(:last-child)::after { display: none; }
    .dm-service-section.dm-ct.dm-ct-cta { padding: 30px 0 50px; }
    .dm-service-section.dm-ct.dm-ct-cta > .dm-container { padding: 56px 22px; }
    .dm-ct .dm-ct-actions a.btn,
    .dm-ct .dm-ct-actions a.inline-dm-phone { flex: 1 1 100%; }
    .dm-ct .dm-ct-placeholder::after { font-size: 18px; }
}
body:not(.home) .dmx-header .header-spacer {
    display: block;
    background: var(--sColor);
}

button.dmx-sub-toggle {
    display: none;
}

.dmx-navbar .navigation ul.menu li.menu-item-has-children > a:before {
    border-top-color: #ffffff;
}

#secondary-navigation ul.sub-menu .menu-item-has-children > a:after {
    opacity: 0;
}

.sub-menu .sub-menu {
    top: 0px !important;
    margin: 0px !important;
    transform: none !important;
}

ul.sub-menu {
    padding: 0px !important;
}

body:not(.home) .dmx-header .header-spacer {
    display: block;
    background: var(--sColor);
}

html h3 {
    color: var(--pColor);
}
.main-head-wrap.header_fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    background: var(--sColor);
}

.main-head-wrap.header_fixed > #regular-header {
    margin-top: -50px;
}

html .staff-image {
    height: 450px !important;
}

.staff-image:before {
    content: "";
    position: absolute;
    inset: 26px -22px -22px 26px;
    border: 1px solid var(--ct-gold-light);
    pointer-events: none;
}

.staff-image:after {
    content: "";
    position: absolute;
    left: -22px;
    bottom: -22px;
    width: 42%;
    height: 46%;
}

.staff-grid h3 {
    font-size: 31px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.staff-grid h4 {
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--sColor);
}

.staff-image img {
    display: block;
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: 50% 0%;
    width: 400px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.staff-image:before {
    content: "";
    position: absolute;
    inset: 26px -22px -22px 26px;
    border: 1px solid var(--aColor);
    pointer-events: none;
}

.staff-image:after {
    content: "";
    position: absolute;
    left: -22px;
    bottom: -22px;
    width: 42%;
    height: 46%;
    background: var(--eBlue);
}

.staff-grid h3 {
    font-size: 31px;
    margin-top: 45px;
    margin-bottom: 0px;
}

.staff-grid h4 {
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--sColor);
}

html .staff-grid-container .staff-image {
    box-shadow: 0px 0px 0px !important;
    position: relative;
    width: 400px;
	max-width: 100%;
    margin: 0px auto;
}

@media (max-width: 880px) {
	.dmx-navbar ul.sub-menu.toggle-submenu {
		opacity: 1 !important;
		visibility: visible !important;
		max-height: 100% !important;
		display: none;
	}


	.dmx-navbar ul.sub-menu.toggle-submenu * {
		color: #000 !important;
	}
}

.dm-ct-tiers .dm-flex { align-items: stretch; }
.dm-ct .dm-ct-tier {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 46px 36px 40px !important;
    background: var(--ct-card);
    border: 1px solid var(--ct-line);
    transition: transform .5s var(--ct-ease), box-shadow .5s var(--ct-ease);
}
.dm-ct .dm-ct-tier:hover {
    transform: translateY(-6px);
    box-shadow: var(--ct-shadow);
}
.dm-ct .dm-ct-tier::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 36px;
    right: 36px;
    height: 3px;
    background: var(--ct-gold);
}
.dm-ct .dm-ct-tier h3 {
    margin-bottom: 18px;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
}
.dm-ct .dm-ct-tier-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-tier-price strong {
    font-family: var(--ct-serif);
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
    color: var(--ct-ink);
}
.dm-ct .dm-ct-tier-price span {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ct-muted);
}
.dm-ct .dm-ct-tier-value {
    margin: 8px 0 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ct-line);
    font-size: 14px;
    letter-spacing: .08em;
    color: var(--ct-gold);
}
.dm-ct .dm-ct-tier ul.dm-ct-list { flex: 1 1 auto; }
.dm-ct .dm-ct-tier ul.dm-ct-list li { font-size: 15px; }
.dm-ct .dm-ct-sub {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-style: italic;
    color: var(--ct-muted);
}
.dm-ct .dm-ct-tier-perk {
    margin-top: 22px;
    padding: 14px 18px;
    background: var(--ct-cream);
    font-size: 15px;
    text-align: center;
}
.dm-ct .dm-ct-tier-perk strong { color: var(--ct-gold); letter-spacing: .06em; }
.dm-ct .dm-ct-tier--featured {
    background: var(--ct-navy);
    border-color: var(--ct-navy);
}
.dm-ct .dm-ct-tier--featured::before { background: var(--ct-gold-light); }
.dm-ct .dm-ct-tier--featured h3,
.dm-ct .dm-ct-tier--featured .dm-ct-tier-price strong,
.dm-ct .dm-ct-tier--featured .dm-ct-label { color: var(--ct-cream); }
.dm-ct .dm-ct-tier--featured p,
.dm-ct .dm-ct-tier--featured li,
.dm-ct .dm-ct-tier--featured .dm-ct-sub,
.dm-ct .dm-ct-tier--featured .dm-ct-tier-price span { color: rgba(244, 239, 228, .78); }
.dm-ct .dm-ct-tier--featured .dm-ct-tier-value { color: var(--ct-gold-light); border-color: rgba(217, 196, 147, .3); }
.dm-ct .dm-ct-tier--featured ul.dm-ct-list li::before,
.dm-ct .dm-ct-tier--featured ul.dm-ct-list li::after { background: var(--ct-gold-light); }
.dm-ct .dm-ct-tier--featured .dm-ct-tier-perk { background: rgba(244, 239, 228, .08); }
.dm-ct .dm-ct-tier--featured .dm-ct-tier-perk strong { color: var(--ct-gold-light); }
@media screen and (max-width: 991px) {
    .dm-ct-tiers .dm-flex > .dm-third { flex: 1 1 100%; width: 100%; max-width: 560px; }
}

.dm-service-section.dm-ct.dm-ct-cta--buttons > .dm-container { padding: 44px 40px; }
.dm-ct-cta--buttons .dm-ct-cta-inner .dm-ct-actions { margin-top: 0; }
.dm-ct .dm-ct-cta-inner .dm-ct-statement-text { color: var(--ct-cream); }

#secondary-navigation .dmx-nav-book { color: #000 !important;
 background: linear-gradient(
        135deg,
        #d4aa45 0%,
        #f3d77d 25%,
        #d9ad48 50%,
        #f5dc8a 72%,
        #c99a32 100%
    );
}	
	
.dmx-promise {background: linear-gradient(
        135deg,
        #d4aa45 0%,
        #f3d77d 25%,
        #d9ad48 50%,
        #f5dc8a 72%,
        #c99a32 100%
    );}

.dmx-promise:hover {
	background: white !important;
}


a.btn.dmx-btn, .dmx-btn {color: #000 !imabove; background: linear-gradient(
        135deg,
        #d4aa45 0%,
        #f3d77d 25%,
        #d9ad48 50%,
        #f5dc8a 72%,
        #c99a32 100%
    );}


html h1, html h2, html h4 {
	color: #D9B44A;
}

[data-dmx-reveal].dmx-in h2 { color: linear-gradient(
        135deg,
        #c99a32 0%,
        #f4d77c 25%,
        #d8aa43 50%,
        #f6df91 72%,
        #c79830 100%
    );}

.dmx-trust {
	background: var(--aColor);}

.dmx-navbar #logo img {max-width: 250px !important;}

.dmx-navbar .logo-wrap {max-width: 300px !important;}

.dmx-navbar #logo img {filter: unset;}

.dmx-hero-scrim {
	background: linear-gradient(180deg, rgb(229 232 239 / 62%) 0%, rgba(10, 18, 32, .42) 45%, rgba(10, 18, 32, .72) 100%);
}

.side-social-icons a, .page-header, section.page-header, section#wda_testi:after, html button.aicon_link, div.header-social-icons a {
	background: linear-gradient(
        135deg,
        #c99a32 0%,
        #f4d77c 25%,
        #d8aa43 50%,
        #f6df91 72%,
        #c79830 100%
    );
}

body:not(.home) .dmx-header .header-spacer {
	background: #8A94A3;
}

.dmx-split h1, .dmx-split h2 {
	font-size: clamp(32px, 4vw, 33px);}

.page-id-9055 .dm-ct .dm-flex > .dm-third {
    flex: 0 1 calc(25% - var(--ct-gap) * 3 / 4);
    width: calc(25% - var(--ct-gap) * 3 / 4);
}

@media (max-width: 767px) {
 .page-id-9055   .dm-ct .dm-flex > .dm-third {
        flex: 0 1 100%;
        width: 100%;
    }
}