/* MenoCareHealth: quiet clinical editorial design system */

:root {
    --mch-navy: #173542;
    --mch-navy-deep: #102a35;
    --mch-text: #24343a;
    --mch-muted: #526169;
    --mch-ivory: #f7f4ed;
    --mch-white: #ffffff;
    --mch-stone: #e8e1d8;
    --mch-border: #d8d0c5;
    --mch-sage: #718276;
    --mch-sage-dark: #52675a;
    --mch-terra: #b86752;
    --mch-terra-dark: #96503f;
    --mch-shadow: 0 18px 50px rgba(23, 53, 66, 0.10);
    --mch-shadow-soft: 0 12px 32px rgba(23, 53, 66, 0.08);
    --mch-radius-control: 10px;
    --mch-radius-card: 18px;
    --mch-radius-image: 24px;
    --mch-page: 1200px;
    --mch-copy: 720px;
    --mch-display: Georgia, 'Times New Roman', serif;
    --mch-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Retire the legacy duplicate mobile navigation; Blocksy supplies the menu. */
.menocare-mobile-toggle,
.menocare-mobile-menu {
    display: none !important;
}

body.mch-editorial {
    color: var(--mch-text);
    background: var(--mch-ivory);
    font-family: var(--mch-body);
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.mch-editorial :where(h1, h2, h3, h4, h5, h6) {
    color: var(--mch-navy);
    font-family: var(--mch-display);
    font-weight: 600;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.mch-editorial :where(p, li) {
    color: var(--mch-text);
}

.mch-editorial :where(p, li, blockquote) {
    text-wrap: pretty;
}

.mch-editorial :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid var(--mch-terra);
    outline-offset: 3px;
}

.mch-editorial :where(input, select, textarea) {
    min-height: 48px;
    border: 1px solid var(--mch-border);
    border-radius: var(--mch-radius-control);
    background: var(--mch-white);
    color: var(--mch-text);
}

.mch-editorial textarea {
    min-height: 140px;
}

/* Header */
.mch-editorial .ct-header {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(23, 53, 66, 0.10);
    background: rgba(247, 244, 237, 0.97);
    box-shadow: 0 1px 0 rgba(23, 53, 66, 0.03);
    backdrop-filter: blur(16px);
}

.mch-editorial [data-header*='type-1'] .ct-header [data-row*='middle'] {
    --height: 88px !important;
}

.mch-editorial .ct-header .ct-container {
    width: min(100% - 40px, var(--mch-page));
    min-height: 80px;
    gap: 24px;
}

.mch-editorial .ct-header .site-logo-container img {
    width: clamp(180px, 16vw, 210px) !important;
    max-height: 56px !important;
    object-fit: contain;
}

.mch-editorial .ct-header .ct-menu-link {
    color: var(--mch-navy);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.mch-editorial .ct-header .ct-menu-link:hover,
.mch-editorial .ct-header .current-menu-item > .ct-menu-link {
    color: var(--mch-terra-dark);
}

.mch-editorial .ct-header .sub-menu {
    min-width: 270px;
    padding: 12px;
    border: 1px solid var(--mch-border);
    border-radius: 14px;
    background: var(--mch-white);
    box-shadow: var(--mch-shadow-soft);
}

.mch-editorial .ct-header .sub-menu .ct-menu-link {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    line-height: 1.35;
}

.mch-editorial .ct-header-socials {
    display: none !important;
}

.mch-editorial .ct-header-cta .ct-button,
.mch-editorial .ct-button {
    --theme-button-background-initial-color: var(--mch-navy);
    --theme-button-background-hover-color: var(--mch-navy-deep);
    --theme-button-text-initial-color: var(--mch-ivory);
    --theme-button-text-hover-color: var(--mch-white);
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid var(--mch-navy);
    border-radius: 999px;
    background-color: var(--mch-navy) !important;
    background-image: none !important;
    color: var(--mch-ivory);
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
}

.mch-editorial .ct-header-cta .ct-button:hover,
.mch-editorial .ct-button:hover {
    border-color: var(--mch-navy-deep);
    background-color: var(--mch-navy-deep) !important;
    color: var(--mch-white);
    transform: translateY(-1px);
}

/* Shared Elementor rhythm */
.mch-editorial .elementor > .e-con.e-parent,
.mch-editorial main .e-con.e-parent {
    --container-max-width: var(--mch-page);
}

.mch-editorial .elementor .elementor-button,
.mch-editorial .elementor .ha-btn,
.mch-editorial .wpforms-submit,
.mch-editorial .mch-doctify-load,
.mch-editorial .mch-doctify-profile {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px !important;
    border: 1px solid var(--mch-navy) !important;
    border-radius: 999px !important;
    background: var(--mch-navy) !important;
    color: var(--mch-ivory) !important;
    font-family: var(--mch-body) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mch-editorial .elementor .elementor-button:hover,
.mch-editorial .elementor .ha-btn:hover,
.mch-editorial .wpforms-submit:hover,
.mch-editorial .mch-doctify-load:hover,
.mch-editorial .mch-doctify-profile:hover {
    border-color: var(--mch-navy-deep) !important;
    background: var(--mch-navy-deep) !important;
    color: var(--mch-white) !important;
    transform: translateY(-1px);
}

/* Homepage hero */
.mch-editorial.home .elementor-element-72c8509 {
    display: flex !important;
    flex-flow: row nowrap !important;
    min-height: min(730px, calc(100svh - 80px));
    overflow: hidden;
    background: var(--mch-navy);
}

.mch-editorial.home .elementor-element-72c8509 > .e-con-child {
    min-width: 0;
}

.mch-editorial.home .elementor-element-5b710e9 {
    display: flex;
    width: 52% !important;
    flex: 1.04 1 0 !important;
    justify-content: center;
    padding: clamp(72px, 8vw, 124px) clamp(32px, 7vw, 112px) !important;
    background: var(--mch-navy);
}

.mch-editorial.home .elementor-element-5b710e9::before {
    content: 'CONSULTANT-LED · ONLINE IN ENGLAND';
    display: block;
    margin-bottom: 24px;
    color: #e8d7c8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.mch-editorial.home .elementor-element-b6223f3 h1 {
    max-width: 18ch;
    margin: 0;
    color: var(--mch-ivory) !important;
    font-family: var(--mch-display) !important;
    font-size: clamp(48px, 4.4vw, 64px) !important;
    font-weight: 600 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
}

.mch-editorial.home .elementor-element-5930a32 {
    max-width: 620px;
    margin-top: 24px;
}

.mch-editorial.home .elementor-element-5930a32 p {
    margin-bottom: 24px;
    color: rgba(247, 244, 237, 0.88) !important;
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.65;
}

.mch-editorial.home .elementor-element-5930a32 a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    padding: 14px 26px;
    border: 1px solid var(--mch-terra-dark);
    border-radius: 999px;
    background: var(--mch-terra-dark) !important;
    color: var(--mch-white) !important;
    font-weight: 700;
    text-decoration: none;
    width: auto !important;
    margin-top: 8px !important;
}

.mch-editorial.home .elementor-element-a3a7eb6 {
    width: 48% !important;
    flex: 0.96 1 0 !important;
    order: initial !important;
    min-height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

/* Remove legacy spacer-only containers after the source content remains intact. */
.mch-editorial.home :is(.elementor-element-93baf26, .elementor-element-0368b1d, .elementor-element-9d3cef0, .elementor-element-904230e, .elementor-element-4981ff4, .elementor-element-9487e14, .elementor-element-99401b0) {
    display: none !important;
}

.mch-editorial.home .elementor-element-af7cf09 {
    padding: 88px 24px 28px !important;
    background: var(--mch-ivory);
}

.mch-editorial.home .elementor-element-af7cf09 h2,
.mch-editorial.home .elementor-element-7f70f26 h2 {
    margin: 0;
    color: var(--mch-navy) !important;
    font-family: var(--mch-display) !important;
    font-size: clamp(40px, 4vw, 56px) !important;
    line-height: 1.08 !important;
}

/* Clinician */
.mch-editorial.home .elementor-element-5cfcee1 {
    padding: 48px 24px 104px !important;
    background: var(--mch-ivory);
}

.mch-editorial.home .elementor-element-5cfcee1 > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(40px, 7vw, 84px);
    align-items: center;
}

.mch-editorial.home .elementor-element-bcedd24,
.mch-editorial.home .elementor-element-7208c3c {
    --width: 100% !important;
    width: 100% !important;
    min-width: 0;
}

.mch-editorial.home .elementor-element-89a968d img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: var(--mch-radius-image);
    object-fit: cover;
    object-position: center top;
    box-shadow: var(--mch-shadow);
}

.mch-editorial.home .elementor-element-7208c3c h2:first-of-type {
    margin: 0 0 14px;
    color: var(--mch-terra-dark) !important;
    font-family: var(--mch-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
}

.mch-editorial.home .elementor-element-7208c3c h2:nth-of-type(2) {
    margin: 0 0 10px;
    color: var(--mch-navy) !important;
    font-family: var(--mch-display) !important;
    font-size: clamp(42px, 4.4vw, 60px) !important;
    line-height: 1.06 !important;
}

.mch-editorial.home .elementor-element-7208c3c p {
    max-width: 68ch;
    margin-bottom: 16px;
    color: var(--mch-text) !important;
    font-size: 17px;
    line-height: 1.7;
}

/* Early social proof: static, source-linked and free of third-party scripts. */
.mch-editorial.home .mch-doctify-proof {
    padding: 0 24px 96px;
    background: var(--mch-ivory);
}

.mch-editorial.home .mch-doctify-proof[hidden] {
    display: none !important;
}

.mch-editorial.home .mch-doctify-proof__inner {
    display: grid;
    width: min(100%, var(--mch-page));
    margin: 0 auto;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.6fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: center;
    padding: 42px clamp(28px, 4.5vw, 58px);
    border: 1px solid rgba(23, 53, 66, 0.14);
    border-radius: var(--mch-radius-image);
    background: var(--mch-white);
    box-shadow: var(--mch-shadow-soft);
}

.mch-editorial.home .mch-doctify-proof__rating {
    padding-right: clamp(24px, 4vw, 52px);
    border-right: 1px solid var(--mch-border);
}

.mch-editorial.home .mch-doctify-proof__rating p,
.mch-editorial.home .mch-doctify-proof__quote p {
    margin: 0;
}

.mch-editorial.home .mch-doctify-proof__eyebrow {
    color: var(--mch-terra-dark) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mch-editorial.home .mch-doctify-proof__stars {
    margin-top: 12px !important;
    color: var(--mch-terra) !important;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.mch-editorial.home .mch-doctify-proof__score {
    display: flex;
    align-items: baseline;
    margin-top: 10px !important;
    color: var(--mch-navy) !important;
    font-family: var(--mch-display);
}

.mch-editorial.home .mch-doctify-proof__score strong {
    font-size: clamp(50px, 5vw, 68px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.mch-editorial.home .mch-doctify-proof__score span {
    margin-left: 7px;
    color: var(--mch-muted);
    font-size: 20px;
    font-weight: 600;
}

.mch-editorial.home .mch-doctify-proof__rating > p:nth-last-of-type(2) {
    margin-top: 12px !important;
    color: var(--mch-text) !important;
    font-size: 15px;
    font-weight: 650;
}

.mch-editorial.home .mch-doctify-proof__checked {
    margin-top: 4px !important;
    color: var(--mch-muted) !important;
    font-size: 12px;
}

.mch-editorial.home .mch-doctify-proof__quote h2 {
    margin: 0 0 13px;
    color: var(--mch-terra-dark) !important;
    font-family: var(--mch-body) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase;
}

.mch-editorial.home .mch-doctify-proof__quote blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

.mch-editorial.home .mch-doctify-proof__quote blockquote p {
    max-width: 27ch;
    color: var(--mch-navy) !important;
    font-family: var(--mch-display);
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.mch-editorial.home .mch-doctify-proof__quote blockquote footer {
    margin-top: 16px;
    color: var(--mch-muted);
    font-size: 13px;
    font-weight: 600;
}

.mch-editorial.home .mch-doctify-proof__quote > a {
    display: inline-flex;
    margin-top: 24px;
    color: var(--mch-navy);
    font-size: 14px;
    font-weight: 750;
    text-decoration-color: var(--mch-terra);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.mch-editorial.home .mch-doctify-proof__quote > a:hover {
    color: var(--mch-terra-dark);
}

/* Services */
.mch-editorial.home .elementor-element-7f70f26 {
    padding: 88px 24px 24px !important;
    background: var(--mch-white);
}

.mch-editorial.home .elementor-element-3eee81f {
    padding: 20px 24px 104px !important;
    background: var(--mch-white);
}

.mch-editorial.home .elementor-element-3eee81f > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* Elementor stores many desktop child widths as 50% custom properties.
   Grid items must fill their assigned editorial column instead. */
.mch-editorial.home :is(
    .elementor-element-5cfcee1,
    .elementor-element-3eee81f,
    .elementor-element-55b4c80,
    .elementor-element-3c422c4,
    .elementor-element-1c224fe,
    .elementor-element-ca1e4d6,
    .elementor-element-b93c51c,
    .elementor-element-7b660b0
) > .e-con-inner > .e-con-child {
    --width: auto !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
    justify-self: stretch;
}

.mch-editorial.home :is(
    .elementor-element-5cfcee1,
    .elementor-element-3eee81f,
    .elementor-element-55b4c80,
    .elementor-element-3c422c4,
    .elementor-element-1c224fe,
    .elementor-element-ca1e4d6,
    .elementor-element-b93c51c,
    .elementor-element-7b660b0
) > .e-con-inner > .e-con-child > .elementor-widget {
    --width: 100% !important;
    width: 100% !important;
    max-width: none !important;
}

.mch-editorial.home .elementor-element-3eee81f .e-con-child {
    display: grid !important;
    gap: 24px;
    --width: 100% !important;
    width: 100% !important;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card {
    overflow: hidden;
    border: 1px solid var(--mch-border);
    border-radius: var(--mch-radius-card);
    background: var(--mch-ivory);
    box-shadow: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card:hover {
    border-color: rgba(23, 53, 66, 0.30);
    box-shadow: var(--mch-shadow-soft);
    transform: translateY(-3px);
}

.mch-editorial.home .elementor-element-3eee81f .ha-card-figure {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card-body {
    padding: 28px 30px 32px;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card-title {
    margin: 0 0 12px;
    color: var(--mch-navy) !important;
    font-family: var(--mch-display) !important;
    font-size: clamp(27px, 2.3vw, 34px) !important;
    line-height: 1.16 !important;
}

.mch-editorial.home .elementor-element-3eee81f .ha-card-text {
    min-height: 7.2em;
    color: var(--mch-text);
    font-size: 16px;
    line-height: 1.62;
}

.mch-editorial.home .elementor-element-6bc0720 {
    padding: 0 24px 96px !important;
    background: var(--mch-white);
}

.mch-editorial.home .elementor-element-6bc0720 > .e-con-inner {
    padding: 24px 28px;
    border: 1px solid var(--mch-border);
    border-left: 5px solid var(--mch-terra-dark);
    border-radius: 0 14px 14px 0;
    background: var(--mch-ivory);
}

/* Journey */
.mch-editorial.home .elementor-element-55b4c80 {
    padding: 96px 24px !important;
    background: var(--mch-navy);
}

.mch-editorial.home .elementor-element-55b4c80 > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.mch-editorial.home .elementor-element-55b4c80 .e-con-child {
    --width: 100% !important;
    width: 100% !important;
    min-width: 0;
    padding: 30px !important;
    border: 1px solid rgba(247, 244, 237, 0.18);
    border-radius: var(--mch-radius-card);
    background: rgba(247, 244, 237, 0.06);
}

.mch-editorial.home .elementor-element-55b4c80 .ha-steps-icon {
    color: #e8d7c8 !important;
}

.mch-editorial.home .elementor-element-55b4c80 .ha-step-arrow {
    display: none;
}

.mch-editorial.home .elementor-element-55b4c80 .ha-steps-title {
    margin: 18px 0 10px;
    color: var(--mch-ivory) !important;
    font-family: var(--mch-display) !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
}

.mch-editorial.home .elementor-element-55b4c80 .ha-step-description {
    color: rgba(247, 244, 237, 0.84) !important;
    font-size: 16px;
    line-height: 1.62;
}

/* Mission, values and team */
.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) {
    padding: 96px 24px !important;
}

.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-ca1e4d6) {
    background: var(--mch-ivory);
}

.mch-editorial.home :is(.elementor-element-1c224fe, .elementor-element-b93c51c) {
    background: var(--mch-white);
}

.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 7vw, 84px);
    align-items: center;
}

.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) .e-con-child {
    --width: 100% !important;
    width: 100% !important;
    min-width: 0;
}

.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) img {
    width: 100%;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    border-radius: var(--mch-radius-image);
    object-fit: cover;
    box-shadow: var(--mch-shadow-soft);
}

.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) h2,
.mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) h3 {
    color: var(--mch-navy) !important;
    font-family: var(--mch-display) !important;
    line-height: 1.16 !important;
}

.mch-editorial.home .elementor-element-3c422c4 .elementor-element-61f9d26 h2 {
    margin-bottom: 26px;
    font-size: clamp(40px, 4vw, 56px) !important;
}

.mch-editorial.home .elementor-element-3c422c4 :is(
    .elementor-element-9414341,
    .elementor-element-6032dd2,
    .elementor-element-5407325,
    .elementor-element-6356b59
) .elementor-heading-title {
    font-size: 26px !important;
}

.mch-editorial.home .elementor-element-1c224fe .elementor-element-1176167 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mch-editorial.home .elementor-element-1c224fe .elementor-element-1176167 > .elementor-widget {
    margin: 0;
}

.mch-editorial.home .elementor-element-1c224fe .elementor-widget-heading {
    align-self: end;
    margin-top: 12px;
}

.mch-editorial.home .elementor-element-1c224fe h2 {
    margin: 0;
    font-size: 27px !important;
}

.mch-editorial.home .elementor-element-1c224fe .elementor-widget-text-editor {
    grid-column: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--mch-border);
}

/* Newsletter and reviews */
.mch-editorial.home .elementor-element-7b660b0 {
    padding: 88px 24px !important;
    background: var(--mch-stone);
}

.mch-editorial.home .elementor-element-7b660b0 > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(40px, 7vw, 84px);
    align-items: center;
}

.mch-editorial.home .elementor-element-7b660b0 .e-con-child {
    --width: 100% !important;
    width: 100% !important;
}

.mch-editorial.home .elementor-element-7b660b0 h3 {
    margin-bottom: 12px;
    font-size: clamp(38px, 4vw, 52px) !important;
}

.mch-editorial.home .elementor-element-7b660b0 .wpforms-field-label {
    color: var(--mch-navy) !important;
    font-weight: 700;
}

.mch-editorial.home .elementor-element-0c7a19c {
    padding: 88px 24px 104px !important;
    background: var(--mch-ivory);
}

.mch-editorial.home .elementor-element-0c7a19c .mch-doctify-consent {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--mch-border);
    border-radius: var(--mch-radius-card);
    background: var(--mch-white);
    box-shadow: var(--mch-shadow-soft);
}

.mch-editorial.home .elementor-element-0c7a19c h3 {
    color: var(--mch-navy);
    font-size: clamp(34px, 4vw, 48px);
}

/* Footer */
.mch-editorial #colophon,
.mch-editorial #colophon .elementor-element-72bf39c {
    background: var(--mch-navy-deep) !important;
}

.mch-editorial #colophon .elementor-element-72bf39c {
    padding: 76px 24px 34px !important;
}

.mch-editorial #colophon .e-con-inner {
    gap: clamp(28px, 5vw, 64px);
}

.mch-editorial #colophon :where(h2, h3, p, li, span, a) {
    color: rgba(247, 244, 237, 0.86) !important;
}

.mch-editorial #colophon h2 {
    color: var(--mch-ivory) !important;
    font-family: var(--mch-display) !important;
    font-size: 28px !important;
}

.mch-editorial #colophon a {
    text-decoration-color: rgba(247, 244, 237, 0.35);
    text-underline-offset: 3px;
}

.mch-editorial #colophon a:hover {
    color: var(--mch-white) !important;
    text-decoration-color: var(--mch-terra);
}

/* Elegant fallback for non-Elementor content pages. */
.mch-editorial:not(.elementor-page) #main.site-main {
    width: min(calc(100% - 40px), 1080px);
    margin: 0 auto;
    padding: clamp(64px, 8vw, 112px) 0;
}

.mch-editorial:not(.elementor-page) #main.site-main > h1 {
    max-width: 14ch;
    margin: 0 0 36px;
    font-size: clamp(48px, 7vw, 78px);
    line-height: 1.02;
}

.mch-editorial:not(.elementor-page) #main.site-main > h2 {
    max-width: 24ch;
    margin: 64px 0 22px;
    font-size: clamp(34px, 4.2vw, 50px);
    line-height: 1.1;
}

.mch-editorial:not(.elementor-page) #main.site-main > h3 {
    margin: 32px 0 12px;
    font-family: var(--mch-body);
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.mch-editorial:not(.elementor-page) #main.site-main > p,
.mch-editorial:not(.elementor-page) #main.site-main > section,
.mch-editorial:not(.elementor-page) #main.site-main > ul,
.mch-editorial:not(.elementor-page) #main.site-main > ol {
    max-width: var(--mch-copy);
}

.mch-editorial:not(.elementor-page) #main.site-main > p:first-of-type:has(img) {
    max-width: none;
    margin: 0 0 56px;
}

.mch-editorial:not(.elementor-page) #main.site-main > p:first-of-type img {
    width: 100%;
    max-height: 520px;
    border-radius: var(--mch-radius-image);
    object-fit: cover;
    box-shadow: var(--mch-shadow-soft);
}

.mch-editorial:not(.elementor-page) #main.site-main > section[data-block-level-container] {
    margin: 10px 0 18px;
    padding: 20px 24px;
    border: 1px solid var(--mch-border);
    border-radius: 14px;
    background: var(--mch-white);
    box-shadow: 0 8px 22px rgba(23, 53, 66, 0.05);
}

.mch-editorial:not(.elementor-page) #main.site-main :where(p, li, section) {
    font-size: 17px;
    line-height: 1.7;
}

.mch-editorial:not(.elementor-page) #main.site-main :where(p, li) a {
    color: var(--mch-navy);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--mch-terra);
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    .mch-editorial [data-header*='type-1'] .ct-header [data-row*='middle'] {
        --height: 72px !important;
    }

    .mch-editorial .ct-header .ct-container {
        width: min(100% - 32px, var(--mch-page));
        min-height: 72px;
    }

    .mch-editorial .ct-header-trigger .ct-label {
        display: inline !important;
        margin-inline-end: 8px;
        color: var(--mch-navy);
        font-size: 14px;
        font-weight: 700;
    }

    .mch-editorial.home .elementor-element-72c8509 {
        min-height: 640px;
    }

    .mch-editorial.home .elementor-element-5b710e9 {
        padding: 72px 48px !important;
    }

    .mch-editorial.home .elementor-element-b6223f3 h1 {
        font-size: clamp(46px, 6.4vw, 64px) !important;
    }

    .mch-editorial.home .elementor-element-3eee81f .ha-card-text {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    body.mch-editorial {
        font-size: 16px;
    }

    .mch-editorial [data-header*='type-1'] .ct-header [data-row*='middle'] {
        --height: 68px !important;
    }

    .mch-editorial .ct-header .ct-container {
        width: 100% !important;
        max-width: none !important;
        min-height: 68px;
        margin: 0 !important;
        padding: 8px 20px !important;
        background: transparent !important;
    }

    .mch-editorial .ct-header [data-device='mobile'],
    .mch-editorial .ct-header [data-device='mobile'] .ct-sticky-container,
    .mch-editorial .ct-header [data-device='mobile'] .ct-sticky-container > div,
    .mch-editorial .ct-header [data-device='mobile'] [data-row='middle'] {
        width: 100% !important;
    }

    .mch-editorial .ct-header .site-logo-container img {
        width: 184px !important;
        max-height: 48px !important;
    }

    .mch-editorial.home .elementor-element-72c8509 {
        display: flex !important;
        min-height: auto;
        flex-flow: column nowrap !important;
        padding: 0 !important;
    }

    .mch-editorial.home .elementor-element-5b710e9 {
        width: 100% !important;
        flex: none !important;
        order: 1 !important;
        padding: 58px 24px 52px !important;
    }

    .mch-editorial.home .elementor-element-5b710e9::before {
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .mch-editorial.home .elementor-element-b6223f3 h1 {
        max-width: none;
        font-size: 40px !important;
        line-height: 1.01 !important;
        hyphens: none !important;
        word-break: normal !important;
    }

    .mch-editorial.home .elementor-element-5930a32 {
        margin-top: 20px;
    }

    .mch-editorial.home .elementor-element-5930a32 p {
        font-size: 17px;
        line-height: 1.58;
    }

    .mch-editorial.home .elementor-element-a3a7eb6 {
        width: 100% !important;
        flex: none !important;
        order: 2 !important;
        min-height: 300px !important;
        padding: 0 !important;
        background-position: center 35% !important;
    }

    .mch-editorial.home .elementor-element-af7cf09 {
        padding: 64px 20px 18px !important;
    }

    .mch-editorial.home :is(.elementor-element-5cfcee1, .elementor-element-7f70f26, .elementor-element-3eee81f, .elementor-element-6bc0720, .elementor-element-55b4c80, .elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c, .elementor-element-7b660b0, .elementor-element-0c7a19c) {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mch-editorial.home .elementor-element-5cfcee1 {
        padding-top: 28px !important;
        padding-bottom: 44px !important;
    }

    .mch-editorial.home .mch-doctify-proof {
        padding: 0 20px 72px;
    }

    .mch-editorial.home .mch-doctify-proof__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 24px;
        border-radius: var(--mch-radius-card);
    }

    .mch-editorial.home .mch-doctify-proof__rating {
        padding: 0 0 28px;
        border-right: 0;
        border-bottom: 1px solid var(--mch-border);
    }

    .mch-editorial.home .mch-doctify-proof__score strong {
        font-size: 56px;
    }

    .mch-editorial.home .mch-doctify-proof__quote blockquote p {
        max-width: none;
        font-size: 30px;
    }

    .mch-editorial.home .elementor-element-5cfcee1 > .e-con-inner,
    .mch-editorial.home .elementor-element-3eee81f > .e-con-inner,
    .mch-editorial.home .elementor-element-55b4c80 > .e-con-inner,
    .mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c) > .e-con-inner,
    .mch-editorial.home .elementor-element-7b660b0 > .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mch-editorial.home .elementor-element-89a968d img {
        aspect-ratio: 4 / 4.6;
        max-height: 540px;
    }

    .mch-editorial.home .elementor-element-7f70f26 {
        padding-top: 64px !important;
    }

    .mch-editorial.home .elementor-element-3eee81f {
        padding-top: 16px !important;
        padding-bottom: 72px !important;
    }

    .mch-editorial.home .elementor-element-3eee81f .ha-card-body {
        padding: 24px;
    }

    .mch-editorial.home .elementor-element-55b4c80,
    .mch-editorial.home :is(.elementor-element-3c422c4, .elementor-element-1c224fe, .elementor-element-ca1e4d6, .elementor-element-b93c51c),
    .mch-editorial.home .elementor-element-7b660b0,
    .mch-editorial.home .elementor-element-0c7a19c {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .mch-editorial.home .elementor-element-55b4c80 .e-con-child {
        padding: 26px !important;
    }

    .mch-editorial.home .elementor-element-1c224fe .elementor-element-1176167 {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mch-editorial:not(.elementor-page) #main.site-main {
        width: min(calc(100% - 32px), 1080px);
        padding: 56px 0 80px;
    }

    .mch-editorial:not(.elementor-page) #main.site-main > h1 {
        margin-bottom: 28px;
        font-size: clamp(44px, 13vw, 58px);
    }

    .mch-editorial:not(.elementor-page) #main.site-main > h2 {
        margin-top: 50px;
        font-size: clamp(32px, 10vw, 42px);
    }

    .mch-editorial:not(.elementor-page) #main.site-main > p:first-of-type:has(img) {
        margin-bottom: 42px;
    }

    .mch-editorial:not(.elementor-page) #main.site-main > p:first-of-type img {
        max-height: 360px;
    }

    .mch-editorial #colophon .elementor-element-72bf39c {
        padding: 58px 20px 26px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .mch-editorial *,
    .mch-editorial *::before,
    .mch-editorial *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
