:root {
    --mkch-green:#00382f;
    --mkch-green2:#004c3f;
    --mkch-gold:#d99a00;
    --mkch-blue:#083a5b;
    --mkch-ink:#122b27;
    --mkch-soft:#f7f7f3;
    --mkch-line:#dedfd9
}
.mkch-shell,.mkch-shell * {
    box-sizing:border-box
}
.mkch-shell {
    max-width:1440px;
    margin:0 auto;
    background:#fff;
    color:var(--mkch-ink);
    font-family:Arial,Helvetica,sans-serif;
    box-shadow:0 0 30px rgba(0,0,0,.08)
}
.mkch-shell a {
    text-decoration:none
}
.mkch-icon {
    display:inline-flex;
    width:1.45em;
    height:1.45em;
    flex:0 0 auto
}
.mkch-icon svg {
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round
}
.mkch-top {
    height:38px;
    padding:0 38px;
    background:var(--mkch-green);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px
}
.mkch-top>div,.mkch-top>a {
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff
}
.mkch-top .mkch-icon {
    color:var(--mkch-gold)
}
.mkch-header {
    min-height:124px;
    padding:18px 38px;
    display:grid;
    grid-template-columns:270px 1fr 215px;
    align-items:center;
    gap:24px;
    border-bottom:1px solid #eee
}
.mkch-logo img {
    display:block;
    max-width:235px;
    max-height:84px;
    object-fit:contain
}
.mkch-nav {
    display:flex;
    justify-content:center;
    gap:38px;
    align-items:center;
    font-weight:700;
    font-size:15px
}
.mkch-nav a {
    color:#171d1b;
    padding:16px 0;
    border-bottom:3px solid transparent
}
.mkch-nav a.active {
    border-color:var(--mkch-gold)
}
.mkch-call {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:var(--mkch-green);
    color:#fff;
    border-radius:8px;
    padding:14px 18px
}
.mkch-call .mkch-icon {
    color:var(--mkch-gold);
    width:31px;
    height:31px
}
.mkch-call span {
    display:flex;
    flex-direction:column
}
.mkch-call strong {
    font-size:17px
}
.mkch-call small {
    font-size:14px
}
.mkch-main {
    padding:24px 38px 30px
}
.mkch-search {
    display:grid;
    grid-template-columns:38px 1fr 154px;
    align-items:center;
    border:1px solid #d9dcd8;
    border-radius:9px;
    padding:8px 10px 8px 17px;
    box-shadow:0 2px 5px rgba(0,0,0,.03)
}
.mkch-search .mkch-icon {
    width:28px;
    height:28px
}
.mkch-search input {
    border:0!important;
    outline:2px solid transparent!important;
    box-shadow:none!important;
    font-size:17px;
    padding:13px 8px;
    background:transparent
}
.mkch-search button {
    border:0;
    border-radius:7px;
    background:var(--mkch-green);
    color:#fff;
    font-weight:800;
    font-size:16px;
    padding:15px 26px;
    cursor:pointer
}
.mkch-quick {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
    margin:24px 0 26px
}
.mkch-quick>a {
    min-height:92px;
    border-radius:9px;
    background:var(--mkch-green);
    color:#fff;
    padding:16px;
    display:grid;
    grid-template-columns:35px 1fr 23px;
    align-items:center;
    gap:10px;
    box-shadow:0 5px 11px rgba(0,0,0,.09)
}
.mkch-quick>a.gold {
    background:#db9707
}
.mkch-quick>a.blue {
    background:var(--mkch-blue)
}
.mkch-quick strong,.mkch-quick small {
    display:block
}
.mkch-quick strong {
    font-size:14px
}
.mkch-quick small {
    font-size:14px;
    margin-top:4px
}
.mkch-trust {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid var(--mkch-line);
    background:linear-gradient(#fff,#fbfbf8);
    border-radius:9px;
    margin-bottom:28px
}
.mkch-trust>div {
    display:flex;
    gap:12px;
    align-items:center;
    padding:18px 24px;
    border-right:1px solid var(--mkch-line)
}
.mkch-trust>div:last-child {
    border-right:0
}
.mkch-trust .mkch-icon {
    color:var(--mkch-gold);
    width:42px;
    height:42px
}
.mkch-trust strong,.mkch-trust small {
    display:block
}
.mkch-trust strong {
    font-size:14px
}
.mkch-trust small {
    font-size:14px;
    margin-top:4px
}
.mkch-title {
    text-align:center;
    font-size:25px;
    margin:22px 0 18px;
    color:#123c34
}
.mkch-title.ruled {
    display:flex;
    align-items:center;
    gap:18px
}
.mkch-title.ruled:before,.mkch-title.ruled:after {
    content:"";
    height:2px;
    flex:1;
    background:var(--mkch-gold)
}
.mkch-paths {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px
}
.mkch-path {
    display:grid;
    grid-template-columns:1fr 44%;
    min-height:290px;
    border:1px solid var(--mkch-line);
    border-radius:11px;
    overflow:hidden;
    background:#fafaf7
}
.mkch-path .mkch-copy {
    padding:24px 20px
}
.mkch-path h3 {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:25px;
    margin:0 0 5px
}
.mkch-path h3 .mkch-icon {
    background:var(--mkch-green);
    color:#fff;
    border-radius:50%;
    width:45px;
    height:45px;
    padding:9px
}
.mkch-path p {
    font-size:14px;
    margin:0 0 18px
}
.mkch-path ul {
    list-style:none;
    padding:0;
    margin:0 0 22px
}
.mkch-path li {
    position:relative;
    padding:6px 0 6px 24px;
    font-size:14px
}
.mkch-path li:before {
    content:"✓";
    position:absolute;
    left:0;
    top:5px;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#2a7a48;
    color:#fff;
    font-size:14px;
    display:grid;
    place-items:center;
    font-weight:900
}
.mkch-path img {
    width:100%;
    height:100%;
    object-fit:cover
}
.mkch-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:var(--mkch-green);
    color:#fff!important;
    border-radius:5px;
    padding:10px 15px;
    font-weight:800;
    font-size:14px;
    margin-right:8px
}
.mkch-btn.navy {
    background:var(--mkch-blue)
}
.mkch-btn .mkch-icon {
    width:16px;
    height:16px
}
.mkch-services {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:13px
}
.mkch-services article {
    border:1px solid var(--mkch-line);
    border-radius:8px;
    overflow:hidden;
    background:#fff;
    display:flex;
    flex-direction:column;
    text-align:center;
    padding-bottom:11px
}
.mkch-services img {
    width:100%;
    height:145px;
    object-fit:cover
}
.mkch-services h3 {
    font-size:15px;
    line-height:1.1;
    margin:13px 8px 6px
}
.mkch-services p {
    font-size:14px;
    line-height:1.35;
    margin:0 11px 12px;
    min-height:46px
}
.mkch-services .mkch-btn {
    margin:auto 8px 0;
    padding:9px 8px;
    font-size:14px
}
.mkch-categories {
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:10px
}
.mkch-categories a {
    border:1px solid var(--mkch-line);
    border-radius:7px;
    overflow:hidden;
    background:#fff;
    text-align:center;
    color:var(--mkch-ink);
    font-weight:800
}
.mkch-categories img {
    width:100%;
    height:145px;
    object-fit:cover;
    display:block
}
.mkch-categories span {
    display:block;
    padding:10px 4px;
    font-size:14px
}
.mkch-pro {
    margin-top:24px;
    border:1px solid var(--mkch-line);
    border-radius:10px;
    background:linear-gradient(100deg,#f8f8f3,#fff);
    display:grid;
    grid-template-columns:315px 1fr 210px;
    gap:20px;
    align-items:center;
    padding:20px 24px
}
.mkch-pro-head {
    display:flex;
    align-items:center;
    gap:14px
}
.mkch-pro-head>.mkch-icon {
    background:var(--mkch-green);
    color:#fff;
    border-radius:50%;
    padding:10px;
    width:48px;
    height:48px
}
.mkch-pro h2 {
    font-size:21px;
    margin:0 0 3px
}
.mkch-pro p {
    font-size:14px;
    margin:0
}
.mkch-pro-features {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px
}
.mkch-pro-features b,.mkch-pro-features small {
    display:block
}
.mkch-pro-features b {
    font-size:14px
}
.mkch-pro-features small {
    font-size:14px;
    line-height:1.25
}
.mkch-pro-cta {
    text-align:center
}
.mkch-pro-cta .mkch-btn {
    font-size:17px;
    padding:14px 26px;
    margin:0 0 8px
}
.mkch-pro-cta>small {
    display:block;
    font-size:14px
}
.mkch-footer {
    background:var(--mkch-green);
    color:#fff;
    min-height:105px;
    padding:19px 38px;
    display:grid;
    grid-template-columns:220px 180px 230px 210px 1fr;
    gap:18px;
    align-items:center
}
.mkch-footer>img {
    max-width:180px;
    filter:brightness(0) invert(1)
}
.mkch-footer>div {
    display:flex;
    align-items:center;
    gap:11px;
    font-size:14px
}
.mkch-footer>div small {
    display:block
}
.mkch-footer .mkch-icon {
    color:#fff
}
.mkch-footer-right {
    justify-content:flex-end!important;
    flex-direction:column;
    align-items:flex-end!important
}
.mkch-footer-right small {
    font-size:14px
}
@media(max-width:1100px) {
    .mkch-header {
        grid-template-columns:220px 1fr
    }
    .mkch-call {
        display:none
    }
    .mkch-nav {
        gap:18px;
        font-size:14px
    }
    .mkch-quick {
        grid-template-columns:repeat(3,1fr)
    }
    .mkch-services {
        grid-template-columns:repeat(3,1fr)
    }
    .mkch-categories {
        grid-template-columns:repeat(4,1fr)
    }
    .mkch-pro {
        grid-template-columns:1fr
    }
    .mkch-footer {
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:760px) {
    .mkch-shell {
        width:100%;
        box-shadow:none
    }
    .mkch-top {
        height:auto;
        padding:9px 14px;
        gap:8px;
        font-size:14px
    }
    .mkch-top>div {
        max-width:55%
    }
    .mkch-header {
        min-height:auto;
        padding:13px 16px;
        display:flex;
        justify-content:space-between
    }
    .mkch-logo img {
        max-width:150px;
        max-height:60px
    }
    .mkch-nav {
        display:none
    }
    .mkch-main {
        padding:14px
    }
    .mkch-search {
        grid-template-columns:27px 1fr 92px;
        padding-left:10px
    }
    .mkch-search input {
        font-size:14px;
        padding:10px 5px
    }
    .mkch-search button {
        font-size:14px;
        padding:11px
    }
    .mkch-quick {
        grid-template-columns:1fr 1fr;
        gap:8px;
        margin:14px 0
    }
    .mkch-quick>a {
        min-height:78px;
        padding:11px;
        grid-template-columns:28px 1fr 18px
    }
    .mkch-quick>a:last-child {
        grid-column:1/-1
    }
    .mkch-quick strong {
        font-size:14px
    }
    .mkch-quick small {
        font-size:14px
    }
    .mkch-trust {
        grid-template-columns:1fr 1fr
    }
    .mkch-trust>div {
        padding:12px;
        border-bottom:1px solid var(--mkch-line)
    }
    .mkch-trust>div:nth-child(2) {
        border-right:0
    }
    .mkch-trust .mkch-icon {
        width:30px;
        height:30px
    }
    .mkch-title {
        font-size:19px
    }
    .mkch-paths {
        grid-template-columns:1fr
    }
    .mkch-path {
        grid-template-columns:58% 42%;
        min-height:245px
    }
    .mkch-path .mkch-copy {
        padding:16px 12px
    }
    .mkch-path h3 {
        font-size:17px
    }
    .mkch-path h3 .mkch-icon {
        width:35px;
        height:35px
    }
    .mkch-path li {
        font-size:14px;
        padding-top:4px;
        padding-bottom:4px
    }
    .mkch-btn {
        font-size:14px;
        padding:8px 10px
    }
    .mkch-services {
        grid-template-columns:1fr 1fr
    }
    .mkch-services img {
        height:105px
    }
    .mkch-services p {
        min-height:54px
    }
    .mkch-categories {
        grid-template-columns:repeat(2,1fr)
    }
    .mkch-categories img {
        height:120px
    }
    .mkch-pro {
        padding:16px
    }
    .mkch-pro-features {
        grid-template-columns:1fr 1fr
    }
    .mkch-footer {
        grid-template-columns:1fr 1fr;
        padding:18px 14px
    }
    .mkch-footer>img {
        max-width:145px
    }
    .mkch-footer-right {
        grid-column:1/-1;
        align-items:flex-start!important
    }
    .mkch-title.ruled {
        gap:8px
    }
}
/* 3.0.1 responsive and accessibility hardening */
body.mkc-fullsite-home {
    margin:0;
    background:#eef1ef
}
.mkc-fullsite-home .mkch-shell {
    min-height:100vh
}
.mkch-skip {
    position:fixed;
    left:16px;
    top:-80px;
    z-index:99999;
    background:#fff;
    color:#00382f;
    padding:12px 16px;
    border-radius:6px;
    font-weight:800;
    box-shadow:0 4px 18px rgba(0,0,0,.2)
}
.mkch-skip:focus {
    top:16px
}
.mkch-menu-toggle {
    display:none;
    width:46px;
    height:46px;
    padding:10px;
    border:1px solid var(--mkch-line);
    border-radius:8px;
    background:#fff;
    cursor:pointer
}
.mkch-menu-toggle span:not(.screen-reader-text) {
    display:block;
    height:2px;
    background:var(--mkch-green);
    margin:5px 0;
    transition:.2s
}
.mkch-footer a {
    color:#fff;
    text-decoration:underline;
    text-underline-offset:3px
}
.mkch-quick>a,.mkch-path,.mkch-services article,.mkch-categories a {
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease
}
.mkch-quick>a:hover,.mkch-services article:hover,.mkch-categories a:hover {
    transform:translateY(-2px);
    box-shadow:0 8px 22px rgba(0,63,54,.12)
}
.mkch-path:hover {
    box-shadow:0 8px 22px rgba(0,63,54,.1)
}
.mkch-services article:focus-within,.mkch-categories a:focus-visible,.mkch-quick>a:focus-visible {
    box-shadow:0 0 0 4px rgba(217,154,18,.28)
}
@media (max-width:760px) {
    .mkch-menu-toggle {
        display:block;
        position:relative;
        z-index:10
    }
    .mkch-menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform:translateY(7px) rotate(45deg)
    }
    .mkch-menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity:0
    }
    .mkch-menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform:translateY(-7px) rotate(-45deg)
    }
    .mkch-header {
        position:relative
    }
    .mkch-nav {
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:100%;
        z-index:9;
        background:#fff;
        border-top:1px solid var(--mkch-line);
        border-bottom:1px solid var(--mkch-line);
        box-shadow:0 10px 22px rgba(0,0,0,.12);
        padding:10px 16px;
        flex-direction:column;
        align-items:stretch;
        gap:0
    }
    .mkch-nav.is-open {
        display:flex
    }
    .mkch-nav a {
        padding:13px 6px;
        border-bottom:1px solid #eceeea;
        font-size:15px
    }
    .mkch-nav a:last-child {
        border-bottom:0
    }
    .mkch-top {
        align-items:flex-start
    }
    .mkch-top>div,.mkch-top>a {
        max-width:none;
        line-height:1.25
    }
    .mkch-top>div {
        flex:1
    }
    .mkch-top>a span {
        font-size:0
    }
    .mkch-top>a span:after {
        content:"Call or Text";
        font-size:14px
    }
    .mkch-path {
        grid-template-columns:1fr;
        min-height:0
    }
    .mkch-path img {
        height:190px;
        order:-1
    }
    .mkch-path .mkch-copy {
        padding:18px
    }
    .mkch-path h3 {
        font-size:20px
    }
    .mkch-path p {
        font-size:14px
    }
    .mkch-path li {
        font-size:14px
    }
    .mkch-btn {
        min-height:42px;
        font-size:14px;
        margin-bottom:6px
    }
    .mkch-services {
        grid-template-columns:1fr
    }
    .mkch-services article {
        display:grid;
        grid-template-columns:110px 1fr;
        grid-template-rows:auto auto 1fr;
        min-height:150px;
        text-align:left;
        padding:0
    }
    .mkch-services img {
        grid-row:1/4;
        width:110px;
        height:100%;
        min-height:150px
    }
    .mkch-services h3 {
        margin:14px 12px 5px;
        font-size:16px
    }
    .mkch-services p {
        margin:0 12px 8px;
        min-height:0;
        font-size:14px
    }
    .mkch-services .mkch-btn {
        margin:0 12px 12px;
        width:max-content;
        max-width:calc(100% - 24px)
    }
    .mkch-pro-features {
        grid-template-columns:1fr 1fr
    }
    .mkch-pro-cta {
        text-align:left
    }
    .mkch-pro-cta .mkch-btn {
        width:100%
    }
    .mkch-footer {
        grid-template-columns:1fr;
        padding:24px 18px;
        gap:15px
    }
    .mkch-footer-right {
        grid-column:auto
    }
    .mkch-footer>img {
        max-width:170px
    }
}
@media (max-width:420px) {
    .mkch-main {
        padding:12px
    }
    .mkch-search {
        grid-template-columns:24px 1fr 76px
    }
    .mkch-search button {
        padding:11px 7px
    }
    .mkch-quick {
        grid-template-columns:1fr
    }
    .mkch-quick>a:last-child {
        grid-column:auto
    }
    .mkch-trust {
        grid-template-columns:1fr
    }
    .mkch-trust>div {
        border-right:0
    }
    .mkch-categories img {
        height:100px
    }
    .mkch-pro-features {
        grid-template-columns:1fr
    }
    .mkch-path img {
        height:165px
    }
}
@media (prefers-reduced-motion:reduce) {
    .mkch-shell * {
        scroll-behavior:auto!important;
        transition:none!important
    }
}
.screen-reader-text {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important
}
.screen-reader-text:focus {
    clip:auto!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    overflow:visible!important;
    white-space:normal!important
}

/* 3.4.2 measurable elite-audit corrections */
.mkc-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.mkch-footer a{color:inherit;text-decoration-thickness:2px;text-underline-offset:3px}
.mkch-footer small a{font-size:14px}
.mkch-service img,.mkch-category img,.mkch-path img{image-rendering:auto}

/* 3.4.3 approved no-hero homepage */
.mkch-approved-home{background:#fff}
.mkch-approved-home .mkch-top{min-height:36px;height:auto;padding:8px 32px;font-size:13px;gap:18px}
.mkch-approved-home .mkch-top-links{display:flex;align-items:center;gap:24px}
.mkch-approved-home .mkch-top-links a{display:flex;align-items:center;gap:7px;color:#fff}
.mkch-header-approved{grid-template-columns:280px minmax(320px,1fr) auto;min-height:104px;padding:16px 34px;gap:28px}
.mkch-header-approved .mkch-logo img{max-width:260px}
.mkch-header-search{display:grid;grid-template-columns:1fr 52px;border:1px solid #cfd5d2;border-radius:4px;overflow:hidden;background:#fff}
.mkch-header-search input{min-width:0;border:0!important;box-shadow:none!important;outline:2px solid transparent!important;padding:15px 16px;font-size:15px;background:#fff}
.mkch-header-search button{border:0;background:var(--mkch-green);color:#fff;display:grid;place-items:center;cursor:pointer}
.mkch-header-search button .mkch-icon{width:25px;height:25px}
.mkch-account-actions{display:flex;gap:24px;align-items:center}
.mkch-account-actions>a{display:flex;align-items:center;gap:9px;color:#101916;white-space:nowrap}
.mkch-account-actions .mkch-icon{width:27px;height:27px;color:var(--mkch-green)}
.mkch-account-actions span{display:flex;flex-direction:column}
.mkch-account-actions strong{font-size:15px}
.mkch-account-actions small{font-size:13px;color:#313b38}
.mkch-nav-approved{background:var(--mkch-green);padding:0 34px;display:flex;gap:0;justify-content:flex-start;font-size:14px;min-height:48px}
.mkch-nav-approved a{color:#fff;padding:15px 19px;border:0}
.mkch-nav-approved a:hover,.mkch-nav-approved a:focus-visible{background:rgba(255,255,255,.1)}
.mkch-nav-approved .mkch-cart{margin-left:auto;background:var(--mkch-gold);color:#162b27;display:flex;align-items:center;gap:8px;font-weight:800}
.mkch-approved-main{padding:20px 24px 0}
.mkch-audiences{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mkch-audience{position:relative;min-height:305px;border-radius:12px;overflow:hidden;padding:18px 24px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;border:1px solid #d8ddda;background:#f7f7f3}
.mkch-audience:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to bottom,rgba(255,255,255,.18),rgba(255,255,255,.9) 68%),var(--mkch-audience-image);background-size:cover;background-position:center;z-index:0}
.mkch-audience>*{position:relative;z-index:1}
.mkch-audience-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;color:#fff;margin-bottom:8px;border:4px solid rgba(255,255,255,.85)}
.mkch-audience-icon .mkch-icon{width:48px;height:48px}
.mkch-audience.green .mkch-audience-icon,.mkch-audience.green>a{background:var(--mkch-green)}
.mkch-audience.gold .mkch-audience-icon,.mkch-audience.gold>a{background:var(--mkch-gold);color:#1e2b27}
.mkch-audience.blue .mkch-audience-icon,.mkch-audience.blue>a{background:var(--mkch-blue)}
.mkch-audience h2{font-size:28px;line-height:1.05;margin:0 0 8px;color:var(--mkch-green)}
.mkch-audience.gold h2{color:#a86e00}.mkch-audience.blue h2{color:var(--mkch-blue)}
.mkch-audience p{font-size:15px;line-height:1.45;max-width:320px;margin:0 0 18px}
.mkch-audience>a{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:5px;color:#fff;font-weight:800;font-size:15px}
.mkch-audience>a .mkch-icon{width:18px;height:18px}
.mkch-action-section{margin:26px -24px 0;padding:0 24px 22px;background:#fff}
.mkch-band-title,.mkch-section-title{display:flex;align-items:center;gap:18px;text-transform:uppercase;letter-spacing:.02em;text-align:center;justify-content:center;color:var(--mkch-green);font-size:21px;margin:0 0 16px}
.mkch-band-title:before,.mkch-band-title:after,.mkch-section-title:before,.mkch-section-title:after{content:"";height:2px;flex:1;background:var(--mkch-gold)}
.mkch-action-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.mkch-action-card{min-height:190px;border-radius:11px;border:2px solid rgba(0,63,54,.35);padding:17px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mkch-ink);transition:transform .16s ease,box-shadow .16s ease}
.mkch-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.11)}
.mkch-action-card.white{background:#fff}.mkch-action-card.cream{background:#fbf7ed}.mkch-action-card.green{background:#124f42;color:#fff}.mkch-action-card.gold{background:#df9b08;color:#fff}.mkch-action-card.blue{background:#173d60;color:#fff}
.mkch-action-icon{width:66px;height:66px;border-radius:50%;background:#fff;color:var(--mkch-green);display:grid;place-items:center;margin-bottom:14px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.mkch-action-icon .mkch-icon{width:39px;height:39px}
.mkch-action-card strong{text-transform:uppercase;font-size:15px;line-height:1.18}
.mkch-action-card small{font-size:14px;line-height:1.35;margin-top:10px}
.mkch-category-section{padding:18px 0 24px}
.mkch-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.mkch-category-grid a{position:relative;display:block;overflow:hidden;border-radius:6px;background:#fff;border:1px solid #d8ddda;color:#fff}
.mkch-category-grid img{display:block;width:100%;height:178px;object-fit:cover}
.mkch-category-grid span{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--mkch-green);padding:10px 13px;font-weight:800;font-size:15px}
.mkch-category-grid span .mkch-icon{width:18px;height:18px}
.mkch-pro-approved{margin:0 -24px;display:grid;grid-template-columns:90px 1.35fr 180px 31%;align-items:center;gap:18px;background:linear-gradient(90deg,#fbfaf5 0,#fff 68%);min-height:190px;border-top:1px solid #e1e3df;overflow:hidden;padding-left:38px}
.mkch-pro-icon{width:67px;height:67px;border-radius:50%;background:var(--mkch-gold);color:#fff;display:grid;place-items:center}
.mkch-pro-icon .mkch-icon{width:41px;height:41px}
.mkch-pro-copy h2{text-transform:uppercase;font-size:21px;margin:0 0 8px;color:#12383a}
.mkch-pro-copy p{font-size:14px;margin:0 0 11px}
.mkch-pro-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;list-style:none;padding:0;margin:0}
.mkch-pro-copy li{font-size:14px;position:relative;padding-left:18px}
.mkch-pro-copy li:before{content:"✓";position:absolute;left:0;color:var(--mkch-gold);font-weight:900}
.mkch-pro-buttons{display:flex;flex-direction:column;gap:10px}.mkch-pro-buttons .mkch-btn{margin:0}.mkch-btn.light{background:#fff;color:var(--mkch-green)!important;border:1px solid var(--mkch-green)}
.mkch-pro-approved>img{width:100%;height:190px;object-fit:cover;align-self:stretch}
.mkch-footer-approved{display:grid;grid-template-columns:1.15fr 1fr .9fr 1fr;gap:30px;padding:28px 44px 18px;background:var(--mkch-green);color:#fff}
.mkch-footer-approved h2{font-size:15px;text-transform:uppercase;margin:0 0 12px}.mkch-footer-approved p{font-size:14px;line-height:1.45;margin:0}.mkch-footer-approved a,.mkch-footer-approved span{color:#fff;font-size:14px}
.mkch-footer-brand img{max-width:210px;filter:none;margin-bottom:10px}.mkch-footer-approved>div:not(.mkch-footer-brand):not(.mkch-footer-bottom){display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mkch-footer-approved>div>a,.mkch-footer-approved>div>span{display:flex;align-items:center;gap:8px}.mkch-footer-approved .mkch-icon{width:18px;height:18px}
.mkch-footer-button{margin-top:8px;border:1px solid #fff;padding:9px 15px;border-radius:4px}
.mkch-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.25);padding-top:14px;display:flex;justify-content:space-between;gap:20px}.mkch-footer-bottom>span:last-child{display:flex;gap:24px}
@media(max-width:1100px){.mkch-header-approved{grid-template-columns:230px 1fr}.mkch-account-actions{grid-column:1/-1;justify-content:flex-end}.mkch-nav-approved{flex-wrap:wrap}.mkch-audiences{grid-template-columns:1fr 1fr}.mkch-audience:last-child{grid-column:1/-1}.mkch-action-grid{grid-template-columns:repeat(3,1fr)}.mkch-pro-approved{grid-template-columns:80px 1fr 180px}.mkch-pro-approved>img{display:none}.mkch-footer-approved{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.mkch-approved-home .mkch-top{padding:8px 12px;display:block;text-align:center}.mkch-approved-home .mkch-top-links{justify-content:center;gap:12px;margin-top:6px;flex-wrap:wrap}.mkch-approved-home .mkch-top-links a span{font-size:12px}.mkch-header-approved{display:grid;grid-template-columns:1fr auto;padding:12px 14px}.mkch-header-approved .mkch-logo img{max-width:190px}.mkch-header-search{grid-column:1/-1;grid-row:2;margin-top:10px}.mkch-account-actions{display:none}.mkch-nav-approved{display:none;position:absolute;left:0;right:0;top:100%;z-index:50;padding:8px 14px;flex-direction:column}.mkch-nav-approved.is-open{display:flex}.mkch-nav-approved a{width:100%;padding:12px 8px}.mkch-nav-approved .mkch-cart{margin-left:0}.mkch-approved-main{padding:14px 12px 0}.mkch-audiences{grid-template-columns:1fr}.mkch-audience:last-child{grid-column:auto}.mkch-audience{min-height:270px}.mkch-action-section{margin:18px -12px 0;padding:0 12px 18px}.mkch-band-title,.mkch-section-title{font-size:17px;gap:8px}.mkch-action-grid{grid-template-columns:1fr 1fr}.mkch-action-card{min-height:165px;padding:13px 8px}.mkch-category-grid{grid-template-columns:1fr 1fr;gap:8px}.mkch-category-grid img{height:120px}.mkch-category-grid span{font-size:13px;padding:9px}.mkch-pro-approved{margin:0 -12px;grid-template-columns:62px 1fr;padding:18px 14px;gap:12px}.mkch-pro-icon{width:54px;height:54px}.mkch-pro-copy h2{font-size:18px}.mkch-pro-copy ul{grid-template-columns:1fr}.mkch-pro-buttons{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.mkch-footer-approved{grid-template-columns:1fr;padding:24px 18px}.mkch-footer-bottom{flex-direction:column}.mkch-footer-bottom>span:last-child{flex-wrap:wrap;gap:12px}}


/* 3.7.1 exact approved homepage alignment */
.mkch-approved-home{max-width:1440px;background:#fff}
.mkch-approved-home .mkch-top{min-height:40px;padding:8px 34px}
.mkch-header-approved{min-height:108px;padding:17px 36px;grid-template-columns:290px minmax(360px,1fr) auto}
.mkch-header-approved .mkch-logo img{max-width:272px}
.mkch-nav-approved{min-height:50px;padding:0 36px}
.mkch-nav-approved a{padding:16px 20px;font-size:14px}
.mkch-approved-main{padding:22px 24px 0}
.mkch-audiences{gap:16px}
.mkch-audience{min-height:325px;border-radius:12px;padding:20px 22px 26px}
.mkch-audience:before{background-image:linear-gradient(to bottom,rgba(255,255,255,.08),rgba(255,255,255,.92) 72%),var(--mkch-audience-image);background-position:center}
.mkch-audience-icon{width:86px;height:86px;margin-bottom:10px}
.mkch-audience h2{font-size:28px;margin-bottom:10px}
.mkch-audience p{font-size:15px;line-height:1.55;max-width:310px;margin-bottom:18px}
.mkch-audience>a{min-width:220px;justify-content:center;padding:13px 18px}
.mkch-action-section{margin-top:28px;padding-bottom:24px}
.mkch-band-title,.mkch-section-title{font-size:22px;margin-bottom:18px}
.mkch-action-grid{gap:12px}
.mkch-action-card{min-height:195px;border-radius:10px}
.mkch-action-card.white{border:1.5px solid var(--mkch-green)}
.mkch-action-card.cream{border:1.5px solid var(--mkch-gold)}
.mkch-action-card.green,.mkch-action-card.gold,.mkch-action-card.blue{border-color:transparent}
.mkch-category-section{padding:20px 0 26px}
.mkch-category-grid{gap:13px}
.mkch-category-grid img{height:185px}
.mkch-category-grid span{font-size:16px;padding:11px 14px}
.mkch-pro-approved{min-height:185px;background:linear-gradient(90deg,#fbfaf5 0,#fff 68%);grid-template-columns:90px 1.4fr 185px 32%;padding-left:44px}
.mkch-pro-approved>img{height:185px}
.mkch-footer-approved{background:#fff;color:var(--mkch-ink);border-top:1px solid #e3e5e2;padding:22px 48px 18px;gap:34px}
.mkch-footer-approved h2,.mkch-footer-approved p,.mkch-footer-approved a,.mkch-footer-approved span{color:var(--mkch-ink)}
.mkch-footer-approved a{text-decoration:none}
.mkch-footer-brand img{max-width:215px}
.mkch-footer-approved .mkch-icon{color:var(--mkch-green)}
.mkch-footer-button{border:1px solid #c5b89b;color:var(--mkch-green)!important;background:#fff}
.mkch-footer-bottom{border-top:1px solid #e3e5e2}
@media(max-width:1100px){.mkch-header-approved{grid-template-columns:230px 1fr}.mkch-audience{min-height:300px}.mkch-category-grid img{height:165px}}
@media(max-width:760px){.mkch-header-approved{padding:12px 14px}.mkch-audience{min-height:285px}.mkch-audience>a{min-width:0;width:100%}.mkch-footer-approved{padding:24px 18px}.mkch-category-grid img{height:125px}}

/* 3.7.2 approved homepage: enhanced branded action cards */
.mkch-action-section{margin-top:20px}
.mkch-action-grid{gap:14px}
.mkch-action-card{
    position:relative;
    min-height:198px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 12px rgba(16,45,39,.15), inset 0 0 0 1px rgba(255,255,255,.34);
    transform:translateZ(0);
}
.mkch-action-card:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(145deg,rgba(255,255,255,.20),transparent 42%,rgba(0,0,0,.05));
}
.mkch-action-card:after{
    content:"";
    position:absolute;
    inset:4px;
    border:1px solid rgba(255,255,255,.42);
    border-radius:9px;
    pointer-events:none;
}
.mkch-action-card>*{position:relative;z-index:1}
.mkch-action-card:hover,.mkch-action-card:focus-visible{
    transform:translateY(-4px);
    box-shadow:0 10px 22px rgba(16,45,39,.23), inset 0 0 0 1px rgba(255,255,255,.4);
}
.mkch-action-card.white{
    background:linear-gradient(160deg,#ffffff 0%,#f6faf8 100%);
    border:1.5px solid #7aa297;
    color:var(--mkch-ink)
}
.mkch-action-card.cream{
    background:linear-gradient(160deg,#fffdf7 0%,#f8efe0 100%);
    border:1.5px solid #dfa629;
    color:#172b27
}
.mkch-action-card.green{
    background:linear-gradient(155deg,#0f5c4d 0%,#00382f 100%);
    border:1.5px solid #0b6b59;
    color:#fff
}
.mkch-action-card.gold{
    background:linear-gradient(155deg,#d99a00 0%,#cf8500 100%);
    border:1.5px solid #d99a00;
    color:#fff
}
.mkch-action-card.blue{
    background:linear-gradient(155deg,#174b72 0%,#083a5b 100%);
    border:1.5px solid #245d87;
    color:#fff
}
.mkch-action-card .mkch-action-icon{
    width:74px;
    height:74px;
    margin-bottom:14px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fffdf8;
    color:currentColor;
    border:1px solid rgba(0,63,54,.22);
    box-shadow:0 4px 10px rgba(0,0,0,.18), inset 0 0 0 5px rgba(255,255,255,.55)
}
.mkch-action-card.green .mkch-action-icon{color:var(--mkch-green)}
.mkch-action-card.gold .mkch-action-icon{color:#c77e00}
.mkch-action-card.blue .mkch-action-icon{color:var(--mkch-blue)}
.mkch-action-card.white .mkch-action-icon{color:var(--mkch-green)}
.mkch-action-card.cream .mkch-action-icon{color:var(--mkch-gold)}
.mkch-action-card .mkch-action-icon .mkch-icon{width:39px;height:39px}
.mkch-action-card strong{font-size:15px;letter-spacing:.01em}
.mkch-action-card small{max-width:145px}
@media(max-width:760px){
    .mkch-action-grid{gap:10px}
    .mkch-action-card{min-height:172px;border-radius:10px}
    .mkch-action-card .mkch-action-icon{width:62px;height:62px;margin-bottom:10px}
    .mkch-action-card .mkch-action-icon .mkch-icon{width:33px;height:33px}
}

/* 3.11.0 Shop by Store control: approved homepage styling preserved */
.mkch-search-tools{display:grid;grid-template-columns:minmax(260px,1fr) 190px;gap:10px;align-items:stretch;min-width:0}
.mkch-search-tools .mkch-header-search{min-width:0}
.mkch-store-picker{display:block;min-width:0}
.mkch-store-picker select{width:100%;height:100%;min-height:52px;border:1px solid #cfd5d2;border-radius:4px;background:#fff;color:var(--mkch-green);font-size:14px;font-weight:800;padding:0 34px 0 13px;cursor:pointer;box-shadow:none}
.mkch-store-picker select:hover,.mkch-store-picker select:focus-visible{border-color:var(--mkch-gold);outline:3px solid rgba(217,154,18,.22);outline-offset:1px}
@media(max-width:1100px){.mkch-search-tools{grid-template-columns:minmax(240px,1fr) 175px}}
@media(max-width:760px){.mkch-search-tools{grid-column:1/-1;grid-row:2;grid-template-columns:1fr;margin-top:10px}.mkch-header-approved .mkch-header-search{grid-column:auto;grid-row:auto;margin-top:0}.mkch-store-picker select{min-height:48px}}

/* 3.20.9 front-end acceptance corrections */
.mkch-header{position:relative}
.mkch-account-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;font-weight:800;text-decoration:none;white-space:nowrap}
.mkch-cart{min-width:48px;min-height:44px;justify-content:center}
.mkc-protected-workflow:empty{display:none}
.mkch-page-content>.mkc-wrap:first-child,.mkch-page-content>.mkc-wrap:last-child{margin-top:0;margin-bottom:0}
.mkc-card h1,.mkc-card h2,.mkc-card h3{line-height:1.2}
.mkc-card .mkc-button{margin:4px 6px 4px 0}
@media(max-width:760px){
 .mkch-inner-shell .mkch-header{grid-template-columns:1fr auto auto;gap:8px}
 .mkch-inner-shell .mkch-menu-toggle{display:flex}
 .mkch-inner-shell .mkch-nav{position:absolute;left:0;right:0;top:100%;z-index:999;background:#123d34;display:none;flex-direction:column;padding:8px 12px;box-shadow:0 12px 24px rgba(0,0,0,.18)}
 .mkch-inner-shell .mkch-nav.is-open{display:flex}
 .mkch-inner-shell .mkch-nav a{width:100%;padding:13px 10px;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
 .mkch-account-link,.mkch-call{display:none}
 .mkch-cart{display:inline-flex}
 .mkc-card{padding:18px 14px}
 .mkc-actions{grid-template-columns:1fr}
}


/* 3.20.15 canonical UI acceptance corrections */
.mkch-mobile-account-actions{display:none}
.mkch-account-desktop{display:flex;align-items:center;gap:8px}
.mkch-search:focus-within,.mkch-header-search:focus-within{outline:3px solid #d99a00;outline-offset:3px;border-radius:12px}
.mkch-search input:focus-visible,.mkch-header-search input:focus-visible{outline:3px solid #00382f!important;outline-offset:2px}
.mkch-store-hours{white-space:normal;line-height:1.5}
.mkch-header-cart .mkch-icon{display:inline-grid;place-items:center}.mkch-header-cart .mkch-icon svg{width:22px;height:22px;fill:currentColor;stroke:none}
@media(max-width:760px){
  .mkch-account-actions,.mkch-account-desktop,.mkch-call{display:none!important}
  .mkch-mobile-account-actions{display:contents}
  .mkch-mobile-account-actions a{display:flex!important;min-height:48px;align-items:center}
  .mkch-header-cart{display:none!important}
}

/* 3.20.16 discreet staff login entry on the public homepage */
.mkch-top-links .mkch-staff-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 34px;
    min-height: 34px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}
.mkch-top-links .mkch-staff-login .mkch-icon,
.mkch-top-links .mkch-staff-login svg {
    width: 16px;
    height: 16px;
}
.mkch-top-links .mkch-staff-login:hover,
.mkch-top-links .mkch-staff-login:focus-visible {
    background: rgba(255,255,255,.14);
    outline: 2px solid #fff;
    outline-offset: 2px;
}
@media (max-width: 760px) {
    .mkch-top-links .mkch-staff-login span { display: none; }
    .mkch-top-links .mkch-staff-login { padding: 5px; min-width: 36px; }
}

/* 3.20.17 clean, unshaded homepage corrections */
.mkch-approved-home,
.mkch-shell{
    background:#fff;
    box-shadow:none;
}

/* Audience cards: true image area plus clean white content area; no overlay or tint. */
.mkch-audiences{
    align-items:stretch;
}
.mkch-audience{
    min-height:430px;
    padding:235px 24px 24px;
    justify-content:flex-start;
    background:#fff;
    border:1px solid #d8ddda;
    border-radius:8px;
    text-align:left;
    align-items:stretch;
    overflow:hidden;
}
.mkch-audience:before{
    inset:0 0 auto 0;
    height:215px;
    background-image:var(--mkch-audience-image);
    background-size:cover;
    background-position:center;
}
.mkch-audience-icon{
    display:none;
}
.mkch-audience h2{
    font-size:25px;
    line-height:1.15;
    margin:0 0 10px;
}
.mkch-audience p{
    max-width:none;
    min-height:68px;
    margin:0 0 18px;
    color:var(--mkch-ink);
}
.mkch-audience>a{
    width:100%;
    min-width:0;
    justify-content:center;
    margin-top:auto;
}

/* Action cards: no shaded card fills, gradients, inset effects, or shadows. */
.mkch-action-section{
    background:#fff;
}
.mkch-action-card,
.mkch-action-card.white,
.mkch-action-card.cream,
.mkch-action-card.green,
.mkch-action-card.gold,
.mkch-action-card.blue{
    background:#fff;
    color:var(--mkch-ink);
    border:1px solid #cfd7d3;
    box-shadow:none;
    transform:none;
}
.mkch-action-card:before,
.mkch-action-card:after{
    display:none;
}
.mkch-action-card:hover,
.mkch-action-card:focus-visible{
    transform:none;
    box-shadow:none;
    border-color:var(--mkch-green);
}
.mkch-action-card .mkch-action-icon{
    box-shadow:none;
    border:2px solid currentColor;
    background:#fff;
}
.mkch-action-card.white .mkch-action-icon,
.mkch-action-card.green .mkch-action-icon{color:var(--mkch-green)}
.mkch-action-card.cream .mkch-action-icon,
.mkch-action-card.gold .mkch-action-icon{color:#a86e00}
.mkch-action-card.blue .mkch-action-icon{color:var(--mkch-blue)}

/* Trust, categories, and Pro section use flat white backgrounds only. */
.mkch-trust,
.mkch-path,
.mkch-pro-approved{
    background:#fff;
    box-shadow:none;
}
.mkch-pro-approved{
    border-top:1px solid #d8ddda;
    border-bottom:1px solid #d8ddda;
}
.mkch-category-grid a{
    box-shadow:none;
}

/* Preserve complete, uncropped labels and predictable image dimensions. */
.mkch-category-grid img{
    object-fit:cover;
    object-position:center;
}
.mkch-category-grid span{
    min-height:48px;
    background:#fff;
    color:var(--mkch-ink);
    border-top:1px solid #d8ddda;
}
.mkch-category-grid span .mkch-icon{
    color:var(--mkch-green);
}

@media(max-width:1100px){
    .mkch-audience{min-height:420px;padding-top:225px}
    .mkch-audience:before{height:205px}
}
@media(max-width:760px){
    .mkch-audience{
        min-height:0;
        padding:215px 18px 20px;
    }
    .mkch-audience:before{height:195px}
    .mkch-audience p{min-height:0}
    .mkch-category-grid span{min-height:50px}
}
