/*
 * MyKetchum Phase 20A.5.7 — customer identity fields, required email, and safe account autofill.
 * This file owns the isolated homepage presentation, captured Contact Us form,
 * conversion hierarchy and responsive behavior. Email transport settings remain untouched.
 */
:root{
  --mke-green:#004c3f;
  --mke-green-deep:#003b31;
  --mke-green-soft:#eaf2ee;
  --mke-gold:#d9a300;
  --mke-gold-deep:#b88400;
  --mke-gold-soft:#fff8e8;
  --mke-page:#f6f4ef;
  --mke-ink:#17332e;
  --mke-muted:#586c66;
  --mke-border:#d7e0dd;
  --mke-shadow:0 16px 38px rgba(18,54,45,.13);
  --mke-radius:18px;
  --mke-max:1440px;
}
body.mkc-fullsite-home{margin:0;background:var(--mke-page);color:var(--mke-ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
body.mkc-fullsite-home *,body.mkc-fullsite-home *::before,body.mkc-fullsite-home *::after{box-sizing:border-box}
body.mkc-fullsite-home a{color:inherit}
body.mkc-fullsite-home img{max-width:100%;display:block}
.mkc-elite-home{min-height:100vh;background:linear-gradient(180deg,#fff 0,#fff 28%,var(--mke-page) 58%,#fff 100%);color:var(--mke-ink);line-height:1.45}
.mkc-elite-home .screen-reader-text,.mkc-elite-home~.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mkh-skip,.mkch-skip{position:fixed;left:16px;top:-100px;z-index:100000;background:#fff;color:var(--mke-green);border:2px solid var(--mke-gold);padding:12px 18px;border-radius:8px;font-weight:800;text-decoration:none}
.mkch-skip:focus{top:16px}
.mkc-elite-home .mkch-icon{display:inline-grid;place-items:center;width:1.45em;height:1.45em;flex:0 0 auto}
.mkc-elite-home .mkch-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* Shared static header, isolated on elite homepage. */
.mkc-elite-home .mkch-static-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid #edf1ef}
.mkc-elite-home .mkch-top{background:linear-gradient(90deg,var(--mke-green-deep),var(--mke-green));color:#fff}
.mkc-elite-home .mkch-top-links{width:min(var(--mke-max),calc(100% - 48px));min-height:52px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;position:relative}
.mkc-elite-home .mkch-top-links>a,body.mkc-fullsite-home .mke-contact-toggle{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid transparent;border-radius:9px;color:#fff;text-decoration:none;font-size:15px;font-weight:800;background:transparent;cursor:pointer}
.mkc-elite-home .mkch-top-links>a:hover,.mkc-elite-home .mkch-top-links>a:focus-visible,body.mkc-fullsite-home .mke-contact-toggle:hover,body.mkc-fullsite-home .mke-contact-toggle:focus-visible{border-color:rgba(255,255,255,.75);outline:0}
.mkc-elite-home .mkch-top-links>a:last-child{border-color:rgba(211,154,0,.65);box-shadow:inset 0 -3px 0 var(--mke-gold);margin-left:2px}
.mkc-elite-js body.mkc-fullsite-home .mke-contact-fallback{display:none}
body.mkc-fullsite-home .mke-contact{position:relative}
body.mkc-fullsite-home .mke-contact-toggle::after{content:'⌄';font-size:14px;margin-left:2px}
.mkc-elite-home .mkch-header{width:min(var(--mke-max),calc(100% - 48px));margin:0 auto;padding:24px 0 18px;display:grid;grid-template-columns:220px minmax(0,1fr) 52px;grid-template-areas:'logo tools menu' 'benefits benefits benefits';align-items:center;gap:18px 24px;background:#fff}
.mkc-elite-home .mkch-logo{grid-area:logo;display:block;width:210px;text-decoration:none}
.mkc-elite-home .mkch-logo img{width:100%;height:auto}
.mkc-elite-home .mkch-search-tools{grid-area:tools;display:grid;grid-template-columns:210px minmax(240px,1fr) 76px;gap:0;align-items:stretch;min-width:0}
.mkc-elite-home .mkch-store-picker{display:block;min-width:0}
.mkc-elite-home .mkch-shop-by-store{appearance:auto;width:100%;height:58px;padding:0 16px;border:1px solid var(--mke-border);border-right:0;border-radius:12px 0 0 12px;background:#fff;color:var(--mke-ink);font-weight:800;font-size:15px}
.mkc-elite-home .mkch-header-search{height:58px;display:grid;grid-template-columns:minmax(0,1fr) 60px;border:1px solid var(--mke-border);background:#fff;min-width:0}
.mkc-elite-home .mkch-header-search input{min-width:0;width:100%;border:0;padding:0 18px;font:inherit;font-size:16px;color:var(--mke-ink);outline:0;background:#fff}
.mkc-elite-home .mkch-header-search input:focus{box-shadow:inset 0 0 0 2px rgba(211,154,0,.55)}
.mkc-elite-home .mkch-header-search button{border:0;background:var(--mke-green);color:#fff;display:grid;place-items:center;cursor:pointer}
.mkc-elite-home .mkch-header-search button:hover,.mkc-elite-home .mkch-header-search button:focus-visible{background:var(--mke-green-deep);outline:2px solid var(--mke-gold);outline-offset:2px}
.mkc-elite-home .mkch-header-search .mkch-icon{width:30px;height:30px}
.mkc-elite-home .mkch-cart{height:58px;display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid var(--mke-gold);border-radius:0 12px 12px 0;color:var(--mke-green);text-decoration:none;background:#fff;position:relative}
.mkc-elite-home .mkch-cart:hover,.mkc-elite-home .mkch-cart:focus-visible{background:var(--mke-gold-soft);outline:2px solid var(--mke-gold);outline-offset:2px}
.mkc-elite-home .mkch-cart .mkch-icon{width:31px;height:31px}
.mkc-elite-home .mkch-cart-count{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:var(--mke-gold);color:var(--mke-ink);font-size:12px;font-weight:900}
.mkc-elite-home .mkch-header-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #e8edeb;border-bottom:1px solid #e8edeb;padding:16px 0}
.mkc-elite-home .mkch-header-benefits>a{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 18px;border-right:1px solid #e2e8e6;text-decoration:none;color:var(--mke-ink)}
.mkc-elite-home .mkch-header-benefits>a:last-child{border-right:0}
.mkc-elite-home .mkch-header-benefits img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
.mkc-elite-home .mkch-header-benefits span{min-width:0;display:grid;gap:1px}
.mkc-elite-home .mkch-header-benefits strong{font-size:14px;white-space:nowrap}
.mkc-elite-home .mkch-header-benefits small{font-size:12px;color:var(--mke-muted);white-space:nowrap}
.mkc-elite-home .mkch-menu-toggle{grid-area:menu;width:48px;height:48px;border:1px solid var(--mke-border);border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}
.mkc-elite-home .mkch-menu-toggle>span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--mke-green);border-radius:999px}
.mkc-elite-home .mkch-menu-toggle:hover,.mkc-elite-home .mkch-menu-toggle:focus-visible{border-color:var(--mke-gold);outline:2px solid var(--mke-gold);outline-offset:2px}
.mkc-elite-home .mkch-nav{width:min(var(--mke-max),calc(100% - 48px));margin:0 auto;display:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:14px 0 20px}
.mkc-elite-home .mkch-nav.is-open{display:grid}
.mkc-elite-home .mkch-nav-group{position:relative}
.mkc-elite-home .mkch-nav-parent{width:100%;min-height:44px;border:1px solid var(--mke-border);border-radius:10px;background:#fff;color:var(--mke-ink);font-weight:800;display:flex;align-items:center;justify-content:space-between;padding:9px 12px;cursor:pointer}
.mkc-elite-home .mkch-nav-dropdown{display:none;position:absolute;z-index:60;left:0;top:calc(100% + 6px);min-width:220px;padding:8px;background:#fff;border:1px solid var(--mke-border);border-radius:12px;box-shadow:var(--mke-shadow)}
.mkc-elite-home .mkch-nav-group.is-open .mkch-nav-dropdown{display:grid}
.mkc-elite-home .mkch-nav-dropdown a{padding:9px 10px;border-radius:8px;text-decoration:none;font-weight:700;font-size:14px}
.mkc-elite-home .mkch-nav-dropdown a:hover,.mkc-elite-home .mkch-nav-dropdown a:focus-visible{background:var(--mke-green-soft);outline:0}
.mkc-elite-home .mkch-rewards-menu-copy{display:grid;gap:4px;padding:10px}.mkc-elite-home .mkch-rewards-menu-copy span{font-size:13px;color:var(--mke-muted)}
.mkc-elite-home .mkch-rewards-menu-cta{background:var(--mke-green);color:#fff!important;text-align:center}

/* Main elite hierarchy. */
.mkc-elite-home .mke-main{width:min(var(--mke-max),calc(100% - 48px));margin:0 auto;padding:18px 0 54px}
.mkc-elite-home .mke-section-head{text-align:center;max-width:850px;margin:0 auto 22px}
.mkc-elite-home .mke-section-head h2{margin:0;color:var(--mke-ink);font-size:clamp(30px,3vw,44px);line-height:1.08;letter-spacing:-.02em}
.mkc-elite-home .mke-section-head p{margin:9px 0 0;color:var(--mke-muted);font-size:17px}
.mkc-elite-home .mke-paths{padding:4px 0 20px}
.mkc-elite-home .mke-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mkc-elite-home .mke-path-card{min-width:0;display:grid;grid-template-columns:minmax(135px,44%) minmax(0,1fr);min-height:210px;border:1px solid #cddbd6;border-radius:var(--mke-radius);overflow:hidden;background:#fff;text-decoration:none;box-shadow:0 10px 26px rgba(25,65,55,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.mkc-elite-home .mke-path-card:hover,.mkc-elite-home .mke-path-card:focus-visible{transform:translateY(-3px);box-shadow:var(--mke-shadow);border-color:var(--mke-gold);outline:0}
.mkc-elite-home .mke-path-media{min-width:0;overflow:hidden;background:#eef2f0}
.mkc-elite-home .mke-path-media img{width:100%;height:100%;object-fit:cover}
.mkc-elite-home .mke-path-copy{min-width:0;padding:28px 22px;display:flex;flex-direction:column;position:relative}
.mkc-elite-home .mke-path-copy>strong{font-size:26px;line-height:1.05}
.mkc-elite-home .mke-path-copy>small{font-size:15px;line-height:1.4;margin-top:10px;color:#263f39}
.mkc-elite-home .mke-path-action{margin-top:14px;padding-right:48px;color:var(--mke-green);font-size:13px;font-weight:900;line-height:1.25}
.mkc-elite-home .mke-round-arrow{margin-top:auto;margin-left:auto;width:46px;height:46px;border-radius:999px;background:var(--mke-green);color:#fff;display:grid;place-items:center}
.mkc-elite-home .mke-round-arrow .mkch-icon{width:22px;height:22px}

.mkc-elite-home .mke-account-strip{margin:22px 0 24px;padding:22px 24px;border:1px solid #e8cc76;border-radius:var(--mke-radius);background:linear-gradient(105deg,#fffdf8,var(--mke-gold-soft));display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;align-items:center;box-shadow:0 10px 26px rgba(82,60,0,.07)}
.mkc-elite-home .mke-account-icon{width:54px;height:54px;border:1px solid var(--mke-gold);border-radius:999px;display:grid;place-items:center;color:var(--mke-green);background:#fff}
.mkc-elite-home .mke-account-icon .mkch-icon{width:30px;height:30px}
.mkc-elite-home .mke-account-copy{display:grid;gap:3px}.mkc-elite-home .mke-account-copy strong{font-size:19px}.mkc-elite-home .mke-account-copy span{color:var(--mke-muted)}
.mkc-elite-home .mke-account-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}
.mkc-elite-home .mke-button{min-height:46px;padding:11px 18px;border:1px solid var(--mke-green);border-radius:9px;background:var(--mke-green);color:#fff;text-decoration:none;font-weight:900;font:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.mkc-elite-home .mke-button:hover,.mkc-elite-home .mke-button:focus-visible{background:var(--mke-green-deep);outline:2px solid var(--mke-gold);outline-offset:2px}
.mkc-elite-home .mke-button-secondary{background:#fff;color:var(--mke-green)}
.mkc-elite-home .mke-account-benefits{grid-column:2/-1;display:flex;flex-wrap:wrap;gap:8px 18px;padding-top:14px;border-top:1px solid rgba(211,154,0,.28);font-size:14px;color:var(--mke-muted)}
.mkc-elite-home .mke-account-benefits[hidden]{display:none}.mkc-elite-home .mke-account-benefits span::before{content:'✓ ';color:var(--mke-green);font-weight:900}.mkc-elite-home .mke-account-benefits a{margin-left:auto;color:var(--mke-green);font-weight:900}

.mkc-elite-home .mke-help{padding:0 0 22px}
.mkc-elite-home .mke-primary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mkc-elite-home .mke-primary-card{min-width:0;min-height:300px;padding:24px 20px 18px;border:1.5px solid #c9d8d3;border-radius:16px;background:#fff;color:var(--mke-ink);display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;box-shadow:0 9px 24px rgba(21,55,47,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}
.mkc-elite-home .mke-primary-card:hover,.mkc-elite-home .mke-primary-card:focus-visible{transform:translateY(-3px);box-shadow:var(--mke-shadow);border-color:var(--mke-green);outline:0}
.mkc-elite-home .mke-primary-card.is-service{border-color:var(--mke-green);background:linear-gradient(180deg,#f5fbf8,var(--mke-green-soft))}
.mkc-elite-home .mke-primary-icon{width:58px;height:58px;display:grid;place-items:center;color:var(--mke-green);margin-bottom:12px}
.mkc-elite-home .mke-primary-card.is-gold .mke-primary-icon{color:var(--mke-gold-deep)}
.mkc-elite-home .mke-primary-icon .mkch-icon{width:50px;height:50px}
.mkc-elite-home .mke-primary-card>strong{font-size:22px;line-height:1.15}
.mkc-elite-home .mke-primary-card>small{font-size:15px;color:#304a43;line-height:1.45;margin:10px 0 18px}
.mkc-elite-home .mke-card-button{margin-top:auto;width:100%;min-height:46px;border-radius:8px;background:var(--mke-green);color:#fff;display:grid;place-items:center;padding:10px;font-weight:900}
.mkc-elite-home .mke-primary-card.is-gold{border-color:#dfbd55;background:linear-gradient(180deg,#fffef9,var(--mke-gold-soft))}.mkc-elite-home .mke-primary-card.is-gold .mke-card-button{background:var(--mke-gold);color:var(--mke-ink)}
.mkc-elite-home .mke-more-title{text-align:center;margin:24px 0 14px;font-size:22px}
.mkc-elite-home .mke-secondary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.mkc-elite-home .mke-secondary-card{min-width:0;min-height:112px;padding:18px;border:1px solid #d8dfdc;border-radius:14px;background:#fff;display:grid;grid-template-columns:48px minmax(0,1fr) 24px;gap:12px;align-items:center;text-decoration:none;box-shadow:0 7px 18px rgba(21,55,47,.05)}
.mkc-elite-home .mke-secondary-card:hover,.mkc-elite-home .mke-secondary-card:focus-visible{border-color:var(--mke-gold);box-shadow:var(--mke-shadow);outline:0}
.mkc-elite-home .mke-secondary-icon{color:var(--mke-green);display:grid;place-items:center}.mkc-elite-home .mke-secondary-icon .mkch-icon{width:40px;height:40px}
.mkc-elite-home .mke-secondary-card>span:nth-child(2){display:grid;gap:3px}.mkc-elite-home .mke-secondary-card strong{font-size:16px}.mkc-elite-home .mke-secondary-card small{font-size:13px;color:var(--mke-muted);line-height:1.35}.mkc-elite-home .mke-secondary-arrow{font-size:24px;color:var(--mke-green)}

.mkc-elite-home .mke-trust-strip{margin:0 0 34px;padding:24px;background:linear-gradient(100deg,var(--mke-green-deep),var(--mke-green));color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:14px;overflow:hidden}
.mkc-elite-home .mke-trust-strip>a{min-width:0;padding:0 22px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;text-decoration:none;border-right:1px solid rgba(255,255,255,.26)}
.mkc-elite-home .mke-trust-strip>a:last-child{border-right:0}
.mkc-elite-home .mke-trust-icon{display:grid;place-items:center}.mkc-elite-home .mke-trust-icon .mkch-icon{width:42px;height:44px}
.mkc-elite-home .mke-trust-strip a>span:last-child{display:grid;gap:3px}.mkc-elite-home .mke-trust-strip strong{font-size:15px}.mkc-elite-home .mke-trust-strip small{font-size:13px;line-height:1.4;color:#eef7f4}

.mkc-elite-home .mke-promotion-section,.mkc-elite-home .mke-category-section{padding:28px 24px 34px;border-radius:20px}.mkc-elite-home .mke-promotion-section{background:#fff}.mkc-elite-home .mke-category-section{background:linear-gradient(180deg,#fff,var(--mke-page))}
.mkc-elite-home .mke-promotion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mkc-elite-home .mke-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.mkc-elite-home .mke-sales-card{min-width:0;border:1px solid #d5ddda;border-radius:16px;overflow:hidden;background:#fff;text-decoration:none;box-shadow:0 8px 22px rgba(21,55,47,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.mkc-elite-home .mke-sales-card:hover,.mkc-elite-home .mke-sales-card:focus-visible{transform:translateY(-2px);box-shadow:var(--mke-shadow);border-color:var(--mke-gold);outline:0}
.mkc-elite-home .mke-sales-media{display:block;aspect-ratio:16/10;overflow:hidden;background:#f2f4f3}.mkc-elite-home .mke-sales-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.mkc-elite-home .mke-sales-card:hover img{transform:scale(1.025)}
.mkc-elite-home .mke-sales-copy{display:grid;gap:3px;padding:14px 16px;min-height:64px}.mkc-elite-home .mke-sales-copy strong{font-size:16px}.mkc-elite-home .mke-sales-copy small{font-size:12px;color:var(--mke-muted);line-height:1.35}


body.mkc-fullsite-home .mke-contact-status{margin:0 0 18px;padding:15px 18px;border-radius:14px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;box-shadow:0 8px 22px rgba(21,55,47,.08)}
body.mkc-fullsite-home .mke-contact-status>span{width:40px;height:40px;border-radius:999px;display:grid;place-items:center}body.mkc-fullsite-home .mke-contact-status .mkch-icon{width:24px;height:24px}
body.mkc-fullsite-home .mke-contact-status>div{display:grid;gap:2px}body.mkc-fullsite-home .mke-contact-status strong{font-size:16px}body.mkc-fullsite-home .mke-contact-status small{color:var(--mke-muted)}
body.mkc-fullsite-home .mke-contact-status.is-success{border:1px solid #8fc6ae;background:#edf8f2}body.mkc-fullsite-home .mke-contact-status.is-success>span{background:var(--mke-green);color:#fff}
body.mkc-fullsite-home .mke-contact-status.is-error{border:1px solid #d9a681;background:#fff4ed}body.mkc-fullsite-home .mke-contact-status.is-error>span{background:#934b1f;color:#fff}
.mkc-elite-home .mke-shop-transition{margin:0 0 18px;padding:22px 24px;border:1px solid #d7e0dd;border-radius:18px;background:linear-gradient(100deg,var(--mke-green-soft),#fff);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}
.mkc-elite-home .mke-shop-transition>div{display:grid;gap:3px}.mkc-elite-home .mke-shop-transition span{color:var(--mke-gold-deep);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mkc-elite-home .mke-shop-transition h2{margin:0;font-size:28px;color:var(--mke-green-deep)}.mkc-elite-home .mke-shop-transition p{margin:0;color:var(--mke-muted)}
.mkc-elite-home .mke-shop-all{min-width:180px}

/* Phase 20A.5.2 — compact footer menu dock. Menus open upward on hover/focus or click. */
.mkc-elite-home .mkch-footer{position:relative;z-index:45;min-height:92px;background:var(--mke-green-deep);color:#fff;padding:12px max(24px,calc((100% - var(--mke-max))/2));display:grid;grid-template-columns:minmax(190px,240px) minmax(300px,1fr) auto;grid-template-areas:'identity groups legal';align-items:center;gap:16px 28px;overflow:visible}
.mkc-elite-home .mkch-footer-identity{grid-area:identity;min-width:0;display:flex;align-items:center;gap:12px}.mkc-elite-home .mkch-footer-identity img{width:112px;height:auto;flex:0 0 auto}.mkc-elite-home .mkch-footer-email{min-width:0;max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:12px;font-weight:800;text-decoration:none}.mkc-elite-home .mkch-footer-identity p,.mkc-elite-home .mkch-social{display:none}
.mkc-elite-home .mkch-footer-groups{grid-area:groups;min-width:0;display:flex;justify-content:center;align-items:center;gap:6px}
.mkc-elite-home .mkch-footer-group{position:relative}
.mkc-elite-home .mkch-footer-heading{min-height:42px;border:1px solid rgba(255,255,255,.28);border-radius:9px;background:transparent;color:#fff;font:inherit;font-size:14px;font-weight:900;text-align:left;padding:8px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;white-space:nowrap}
.mkc-elite-home .mkch-footer-heading:hover,.mkc-elite-home .mkch-footer-heading:focus-visible{border-color:var(--mke-gold);background:rgba(255,255,255,.08);outline:2px solid var(--mke-gold);outline-offset:2px}.mkc-elite-home .mkch-footer-heading span{transition:transform .16s ease}.mkc-elite-home .mkch-footer-group.is-open .mkch-footer-heading span{transform:rotate(180deg)}
.mkc-elite-home .mkch-footer-links{display:none;position:absolute;z-index:120;left:50%;bottom:calc(100% + 26px);transform:translateX(-50%);min-width:230px;max-height:min(60vh,420px);overflow:auto;padding:8px;background:#fff;color:var(--mke-ink);border:1px solid var(--mke-border);border-radius:12px;box-shadow:var(--mke-shadow);gap:2px}
.mkc-elite-home .mkch-footer-group.is-open .mkch-footer-links,.mkc-elite-home .mkch-footer-group:focus-within .mkch-footer-links{display:grid}
@media (hover:hover) and (pointer:fine){.mkc-elite-home .mkch-footer-group:hover .mkch-footer-links{display:grid}.mkc-elite-home .mkch-footer-group:hover .mkch-footer-heading{border-color:rgba(217,163,0,.85);background:rgba(255,255,255,.08)}}
.mkc-elite-home .mkch-footer-links a{display:block;padding:9px 10px;border-radius:8px;color:var(--mke-ink);font-size:14px;font-weight:700;text-decoration:none}.mkc-elite-home .mkch-footer-links a:hover,.mkc-elite-home .mkch-footer-links a:focus-visible{background:var(--mke-green-soft);color:var(--mke-green-deep);outline:0}
.mkc-elite-home .mkch-footer-legal{grid-area:legal;border:0;padding:0;display:grid;justify-items:end;gap:4px;color:#d9e8e3;font-size:11.5px;line-height:1.35;white-space:nowrap}.mkc-elite-home .mkch-footer-legal a{color:#fff;text-decoration:none}.mkc-elite-home .mkch-footer-legal a:hover,.mkc-elite-home .mkch-footer-legal a:focus-visible{color:var(--mke-gold);text-decoration:underline;outline:0}

/* Laptop */

/* Phase 20A.5.1 — controlled visual engagement and Contact Us modal. */
body.mke-modal-open{overflow:hidden!important;overscroll-behavior:none}
.mkc-elite-home .mke-help{margin:0 0 28px;padding:30px 24px 26px;border:1px solid #e1e5e2;border-radius:22px;background:linear-gradient(180deg,#fff,var(--mke-page));box-shadow:0 14px 34px rgba(21,55,47,.06)}
.mkc-elite-home .mke-help>.mke-section-head{margin-bottom:22px}
.mkc-elite-home .mke-primary-card.is-service::before{content:'POPULAR';position:absolute;right:0;top:0;padding:7px 10px;background:var(--mke-gold);color:var(--mke-ink);font-size:11px;font-weight:900;letter-spacing:.04em;border-radius:0 0 0 10px}
.mkc-elite-home .mke-primary-card:nth-child(3){border-color:var(--mke-green)}
.mkc-elite-home .mke-secondary-grid{padding:14px;border:1px solid #e1e5e2;border-radius:18px;background:rgba(246,244,239,.88)}
.mkc-elite-home .mke-more-title{color:var(--mke-green-deep)}
.mkc-elite-home .mke-promotion-section+.mke-category-section{margin-top:8px}
.mkc-elite-home .mke-promotion-section .mke-section-head h2,.mkc-elite-home .mke-category-section .mke-section-head h2{display:flex;align-items:center;justify-content:center;gap:16px}
.mkc-elite-home .mke-promotion-section .mke-section-head h2::before,.mkc-elite-home .mke-promotion-section .mke-section-head h2::after,.mkc-elite-home .mke-category-section .mke-section-head h2::before,.mkc-elite-home .mke-category-section .mke-section-head h2::after{content:'';height:3px;flex:1;max-width:120px;background:var(--mke-gold);border-radius:999px}
body.mkc-fullsite-home .mke-contact-modal{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;z-index:2147483000;display:grid;place-items:center;padding:12px;overflow:hidden;isolation:isolate;overscroll-behavior:contain}
body.mkc-fullsite-home .mke-contact-modal[hidden]{display:none}
body.mkc-fullsite-home .mke-contact-dialog [hidden]{display:none!important}
body.mkc-fullsite-home .mke-contact-backdrop{position:absolute;inset:0;z-index:0;background:rgba(0,31,25,.86);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
body.mkc-fullsite-home .mke-contact-dialog{position:relative;z-index:1;width:min(860px,100%);max-height:calc(100dvh - 24px);overflow:hidden;padding:18px;border:1px solid rgba(217,163,0,.58);border-radius:20px;background:#fff!important;color:var(--mke-ink);opacity:1;box-shadow:0 28px 80px rgba(0,31,25,.48)}
body.mkc-fullsite-home .mke-contact-close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:1px solid var(--mke-border);border-radius:999px;background:#fff;color:var(--mke-green-deep);font-size:25px;line-height:1;cursor:pointer}
body.mkc-fullsite-home .mke-contact-close:hover,body.mkc-fullsite-home .mke-contact-close:focus-visible{border-color:var(--mke-gold);background:var(--mke-gold-soft);outline:2px solid var(--mke-gold);outline-offset:2px}
body.mkc-fullsite-home .mke-contact-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;padding-right:44px;margin-bottom:10px}
body.mkc-fullsite-home .mke-contact-heading-icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--mke-green);color:#fff}
body.mkc-fullsite-home .mke-contact-heading-icon svg{width:24px;height:24px}
body.mkc-fullsite-home .mke-contact-heading h2{margin:0;color:var(--mke-green-deep);font-size:27px;line-height:1.05}
body.mkc-fullsite-home .mke-contact-heading p{margin:3px 0 0;color:var(--mke-muted);font-size:14px}
body.mkc-fullsite-home .mke-contact-form{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:9px 11px;align-items:start}
body.mkc-fullsite-home .mke-contact-identity{grid-column:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 8px}
body.mkc-fullsite-home .mke-contact-email{grid-column:1/-1}
body.mkc-fullsite-home .mke-contact-message{grid-column:2}
body.mkc-fullsite-home .mke-contact-methods{grid-column:1/-1;margin:0;padding:0;border:0}
body.mkc-fullsite-home .mke-contact-field[data-mke-contact-phone]{grid-column:1}
body.mkc-fullsite-home .mke-contact-upload{grid-column:2}
body.mkc-fullsite-home .mke-contact-consent{grid-column:1/-1}
body.mkc-fullsite-home .mke-contact-note{grid-column:1}
body.mkc-fullsite-home .mke-contact-actions{grid-column:2}
body.mkc-fullsite-home .mke-contact-privacy{grid-column:1/-1}
body.mkc-fullsite-home .mke-contact-field{display:grid;gap:4px;color:var(--mke-ink);font-weight:800;font-size:14px}
body.mkc-fullsite-home .mke-contact-field small{color:var(--mke-muted);font-weight:500}
body.mkc-fullsite-home .mke-contact-field input,body.mkc-fullsite-home .mke-contact-field textarea{width:100%;box-sizing:border-box;border:1px solid #bdcbc6;border-radius:10px;background:#fff;color:var(--mke-ink);font:inherit;padding:9px 10px;resize:none}
body.mkc-fullsite-home .mke-contact-field textarea{height:82px;min-height:82px}
body.mkc-fullsite-home .mke-contact-field input{height:42px}
body.mkc-fullsite-home .mke-contact-field input:focus,body.mkc-fullsite-home .mke-contact-field textarea:focus{border-color:var(--mke-green);outline:3px solid rgba(217,163,0,.34);outline-offset:1px}
body.mkc-fullsite-home .mke-contact-methods legend{margin-bottom:5px;color:var(--mke-ink);font-weight:900;font-size:14px}
body.mkc-fullsite-home .mke-contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.mkc-fullsite-home .mke-contact-method{position:relative;min-height:54px;padding:8px 10px;border:1px solid var(--mke-border);border-radius:11px;background:#fff;display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}
body.mkc-fullsite-home .mke-contact-method:hover{transform:translateY(-1px);border-color:var(--mke-gold)}
body.mkc-fullsite-home .mke-contact-method.is-selected{border-color:var(--mke-green);background:var(--mke-green-soft);box-shadow:inset 0 0 0 1px var(--mke-green)}
body.mkc-fullsite-home .mke-contact-method input{position:absolute;opacity:0;pointer-events:none}
body.mkc-fullsite-home .mke-contact-method:focus-within{outline:3px solid rgba(217,163,0,.38);outline-offset:2px}
body.mkc-fullsite-home .mke-contact-method-icon{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:var(--mke-gold-soft);color:var(--mke-green)}
body.mkc-fullsite-home .mke-contact-method-icon svg{width:18px;height:18px}
body.mkc-fullsite-home .mke-contact-method>span:last-child{display:grid;gap:0}
body.mkc-fullsite-home .mke-contact-method strong{font-size:14px}body.mkc-fullsite-home .mke-contact-method small{font-size:11.5px;color:var(--mke-muted);line-height:1.15}
body.mkc-fullsite-home .mke-contact-upload{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:center;min-height:62px;padding:8px 10px;border:1px dashed #cfaa38;border-radius:11px;background:var(--mke-gold-soft);color:var(--mke-ink);cursor:pointer;font-size:12px}
body.mkc-fullsite-home .mke-contact-upload-icon{color:var(--mke-green)}body.mkc-fullsite-home .mke-contact-upload svg{width:25px;height:25px}body.mkc-fullsite-home .mke-contact-upload>span:last-child{display:grid;grid-template-columns:auto 1fr;gap:1px 8px;align-items:center}body.mkc-fullsite-home .mke-contact-upload strong{font-size:14px}body.mkc-fullsite-home .mke-contact-upload small{color:var(--mke-muted);font-weight:500;font-size:11.5px}body.mkc-fullsite-home .mke-contact-upload input{grid-column:1/-1;margin:2px 0 0;width:100%;font-weight:500;font-size:12px}
body.mkc-fullsite-home .mke-contact-upload:hover,body.mkc-fullsite-home .mke-contact-upload:focus-within{border-style:solid;border-color:var(--mke-green);outline:2px solid var(--mke-gold);outline-offset:2px}
body.mkc-fullsite-home .mke-contact-consent{margin:0;padding:8px 10px;border:1px solid var(--mke-border);border-radius:11px;background:#fbfcfb;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px 10px;align-items:center}body.mkc-fullsite-home .mke-contact-consent legend{padding:0 4px;color:var(--mke-ink);font-weight:900;font-size:13px}body.mkc-fullsite-home .mke-contact-consent-options{display:flex;gap:18px;align-items:center}body.mkc-fullsite-home .mke-contact-consent label{display:grid;grid-template-columns:17px minmax(0,1fr);gap:6px;align-items:center;font-size:12.5px;color:var(--mke-ink);white-space:nowrap}body.mkc-fullsite-home .mke-contact-consent input{width:16px;height:16px;margin:0}body.mkc-fullsite-home .mke-contact-consent small{color:var(--mke-muted);line-height:1.2;font-size:11.5px;text-align:right}
.mke-contact-modal .mke-honeypot{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
body.mkc-fullsite-home .mke-contact-note{margin:0;padding:9px 10px;border-left:4px solid var(--mke-gold);background:var(--mke-page);color:var(--mke-muted);font-size:12px;line-height:1.25;min-height:42px;display:flex;align-items:center}
body.mkc-fullsite-home .mke-contact-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px}
body.mkc-fullsite-home .mke-contact-actions .mke-button{min-height:44px;padding:8px 12px;font-size:14px}
body.mkc-fullsite-home .mke-contact-privacy{margin:0;color:var(--mke-muted);font-size:11.5px;line-height:1.25;text-align:center}

@media (max-width:1199px){
  .mkc-elite-home .mkch-header,.mkc-elite-home .mkch-top-links,.mkc-elite-home .mkch-nav,.mkc-elite-home .mke-main{width:min(1120px,calc(100% - 36px))}
  .mkc-elite-home .mkch-header{grid-template-columns:180px minmax(0,1fr) 48px;gap:16px}.mkc-elite-home .mkch-logo{width:175px}.mkc-elite-home .mkch-search-tools{grid-template-columns:180px minmax(190px,1fr) 68px}
  .mkc-elite-home .mke-path-card{grid-template-columns:42% minmax(0,1fr);min-height:184px}.mkc-elite-home .mke-path-copy{padding:23px 18px}.mkc-elite-home .mke-path-copy>strong{font-size:22px}.mkc-elite-home .mke-path-copy>small{font-size:14px}
  .mkc-elite-home .mke-primary-card{min-height:286px;padding-inline:16px}.mkc-elite-home .mke-primary-card>strong{font-size:20px}
  .mkc-elite-home .mke-secondary-card{grid-template-columns:42px minmax(0,1fr) 20px;padding:15px}.mkc-elite-home .mke-secondary-icon .mkch-icon{width:34px;height:34px}
  .mkc-elite-home .mke-trust-strip>a{padding:0 14px;grid-template-columns:38px minmax(0,1fr)}.mkc-elite-home .mke-trust-icon .mkch-icon{width:34px;height:34px}
}

/* Tablet */
@media (max-width:1023px){
  .mkc-elite-home .mkch-top-links{width:calc(100% - 28px)}
  .mkc-elite-home .mkch-header{width:calc(100% - 28px);grid-template-columns:minmax(150px,1fr) 48px;grid-template-areas:'logo menu' 'tools tools' 'benefits benefits';padding-top:18px}
  .mkc-elite-home .mkch-logo{width:190px}.mkc-elite-home .mkch-menu-toggle{justify-self:end}.mkc-elite-home .mkch-search-tools{grid-template-columns:190px minmax(0,1fr) 68px}.mkc-elite-home .mkch-header-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}.mkc-elite-home .mkch-header-benefits>a:nth-child(2){border-right:0}.mkc-elite-home .mkch-header-benefits>a{justify-content:flex-start;padding:8px 18px}.mkc-elite-home .mkch-nav{width:calc(100% - 28px);grid-template-columns:repeat(2,minmax(0,1fr))}.mkc-elite-home .mkch-nav-dropdown{position:static;box-shadow:none;margin-top:6px}
  .mkc-elite-home .mke-main{width:calc(100% - 32px);padding-top:12px}
  .mkc-elite-home .mke-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mkc-elite-home .mke-path-card:last-child{grid-column:1/-1}.mkc-elite-home .mke-path-card:last-child .mke-path-media{max-width:280px}.mkc-elite-home .mke-account-strip{grid-template-columns:52px minmax(0,1fr)}.mkc-elite-home .mke-account-actions{grid-column:1/-1;justify-content:flex-start}.mkc-elite-home .mke-account-benefits{grid-column:1/-1}
  .mkc-elite-home .mke-primary-grid,.mkc-elite-home .mke-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mkc-elite-home .mke-primary-card{min-height:270px}.mkc-elite-home .mke-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.mkc-elite-home .mke-trust-strip>a:nth-child(2){border-right:0}.mkc-elite-home .mke-promotion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mkc-elite-home .mke-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mkc-elite-home .mkch-footer{min-height:98px;grid-template-columns:130px minmax(0,1fr);grid-template-areas:'identity groups' 'legal legal';padding:10px 24px;gap:8px 18px}.mkc-elite-home .mkch-footer-identity img{width:105px}.mkc-elite-home .mkch-footer-email{display:none}.mkc-elite-home .mkch-footer-legal{justify-items:center;display:flex;justify-content:center;gap:16px;font-size:11px}
}

/* Mobile */
@media (max-width:767px){
  .mkc-elite-home .mkch-top-links{width:100%;min-height:58px;padding:7px 12px;justify-content:space-between;gap:8px}.mkc-elite-home .mkch-top-links>a,body.mkc-fullsite-home .mke-contact-toggle{min-height:44px;padding:8px 11px;font-size:14px}.mkc-elite-home .mkch-top-links>a:last-child{margin-left:auto}body.mkc-fullsite-home .mke-contact-menu{position:fixed;left:14px;right:14px;top:72px;width:auto}
  .mkc-elite-home .mkch-header{width:100%;padding:16px 14px 12px;grid-template-columns:minmax(0,1fr) 48px;gap:14px 12px}.mkc-elite-home .mkch-logo{width:min(220px,68vw)}
  .mkc-elite-home .mkch-search-tools{grid-template-columns:minmax(0,1fr) 68px;grid-template-areas:'store cart' 'search search';gap:10px}.mkc-elite-home .mkch-store-picker{grid-area:store}.mkc-elite-home .mkch-shop-by-store{height:54px;border:1px solid var(--mke-border);border-radius:12px;font-size:15px}.mkc-elite-home .mkch-header-search{grid-area:search;height:54px;border-radius:12px;overflow:hidden}.mkc-elite-home .mkch-cart{grid-area:cart;height:54px;border-radius:12px}.mkc-elite-home .mkch-header-benefits{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 0;gap:0}.mkc-elite-home .mkch-header-benefits>a{padding:8px 7px;gap:7px;border-right:0;min-width:0}.mkc-elite-home .mkch-header-benefits img{width:27px;height:27px}.mkc-elite-home .mkch-header-benefits strong{font-size:12px;white-space:normal;line-height:1.2}.mkc-elite-home .mkch-header-benefits small{display:none}.mkc-elite-home .mkch-nav{width:100%;padding:12px 14px 18px;grid-template-columns:1fr}.mkc-elite-home .mkch-nav-dropdown{position:static}
  .mkc-elite-home .mke-main{width:100%;padding:18px 14px 48px}.mkc-elite-home .mke-section-head{margin-bottom:16px}.mkc-elite-home .mke-section-head h2{font-size:30px}.mkc-elite-home .mke-section-head p{font-size:15px;line-height:1.45}
  .mkc-elite-home .mke-path-grid{grid-template-columns:1fr;gap:12px}.mkc-elite-home .mke-path-card,.mkc-elite-home .mke-path-card:last-child{grid-column:auto;grid-template-columns:38% minmax(0,1fr);min-height:148px}.mkc-elite-home .mke-path-card:last-child .mke-path-media{max-width:none}.mkc-elite-home .mke-path-copy{padding:19px 15px}.mkc-elite-home .mke-path-copy>strong{font-size:21px}.mkc-elite-home .mke-path-copy>small{font-size:14px;margin-top:7px}.mkc-elite-home .mke-round-arrow{width:36px;height:36px}.mkc-elite-home .mke-round-arrow .mkch-icon{width:18px;height:18px}
  .mkc-elite-home .mke-account-strip{margin-top:16px;padding:18px;grid-template-columns:44px minmax(0,1fr);gap:12px}.mkc-elite-home .mke-account-icon{width:42px;height:42px}.mkc-elite-home .mke-account-icon .mkch-icon{width:25px;height:25px}.mkc-elite-home .mke-account-copy strong{font-size:17px}.mkc-elite-home .mke-account-copy span{font-size:14px}.mkc-elite-home .mke-account-actions{display:grid;grid-template-columns:1fr;width:100%}.mkc-elite-home .mke-button{width:100%}.mkc-elite-home .mke-account-benefits{display:grid}.mkc-elite-home .mke-account-benefits a{margin-left:0}
  .mkc-elite-home .mke-primary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mkc-elite-home .mke-primary-card{min-height:226px;padding:18px 10px 12px;border-radius:14px}.mkc-elite-home .mke-primary-icon{width:44px;height:44px;margin-bottom:8px}.mkc-elite-home .mke-primary-icon .mkch-icon{width:38px;height:38px}.mkc-elite-home .mke-primary-card>strong{font-size:17px;line-height:1.15}.mkc-elite-home .mke-primary-card>small{font-size:12.5px;line-height:1.35;margin:8px 0 11px}.mkc-elite-home .mke-card-button{min-height:41px;font-size:13px;padding:8px 5px}.mkc-elite-home .mke-more-title{font-size:20px;margin-top:20px}
  .mkc-elite-home .mke-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mkc-elite-home .mke-secondary-card{min-height:118px;padding:13px 11px;grid-template-columns:34px minmax(0,1fr);gap:8px;align-content:start}.mkc-elite-home .mke-secondary-icon .mkch-icon{width:30px;height:30px}.mkc-elite-home .mke-secondary-card strong{font-size:14px}.mkc-elite-home .mke-secondary-card small{font-size:11.5px}.mkc-elite-home .mke-secondary-arrow{display:none}
  .mkc-elite-home .mke-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:-14px;border-radius:0;padding:14px;gap:0}.mkc-elite-home .mke-trust-strip>a,.mkc-elite-home .mke-trust-strip>a:nth-child(2){grid-template-columns:32px minmax(0,1fr);border-right:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);padding:12px 8px}.mkc-elite-home .mke-trust-strip>a:nth-child(2n){border-right:0}.mkc-elite-home .mke-trust-strip>a:nth-last-child(-n+2){border-bottom:0}.mkc-elite-home .mke-trust-icon .mkch-icon{width:29px;height:29px}.mkc-elite-home .mke-trust-strip strong{font-size:13px}.mkc-elite-home .mke-trust-strip small{font-size:11px}
  .mkc-elite-home .mke-promotion-section,.mkc-elite-home .mke-category-section{padding-bottom:22px}.mkc-elite-home .mke-promotion-grid,.mkc-elite-home .mke-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mkc-elite-home .mke-sales-copy{padding:11px 12px;min-height:58px}.mkc-elite-home .mke-sales-copy strong{font-size:14px}.mkc-elite-home .mke-sales-copy small{display:none}
  .mkc-elite-home .mkch-footer{min-height:86px;grid-template-columns:88px minmax(0,1fr);grid-template-areas:'identity groups' 'legal legal';padding:9px 14px 11px;gap:7px 8px}.mkc-elite-home .mkch-footer-identity img{width:86px}.mkc-elite-home .mkch-footer-groups{justify-content:flex-end;gap:3px}.mkc-elite-home .mkch-footer-heading{min-height:40px;padding:7px 8px;font-size:12px;gap:5px}.mkc-elite-home .mkch-footer-links{position:fixed;left:14px;right:14px;bottom:180px;transform:none;min-width:0;max-height:55vh}.mkc-elite-home .mkch-footer-legal{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3px 10px;font-size:10.5px;white-space:normal}.mkc-elite-home .mkch-footer-legal span:last-child{white-space:nowrap}
  .mkc-elite-home .mke-help{margin-inline:0;padding:22px 12px 18px;border-radius:18px}
  .mkc-elite-home .mke-secondary-grid{padding:10px}
  .mkc-elite-home .mke-promotion-section,.mkc-elite-home .mke-category-section{padding:22px 10px 28px;border-radius:16px}
  body.mkc-fullsite-home .mke-contact-modal{align-items:center;padding:6px}
  body.mkc-fullsite-home .mke-contact-dialog{width:100%;max-height:calc(100dvh - 12px);padding:12px;border-radius:16px}
  body.mkc-fullsite-home .mke-contact-heading{grid-template-columns:34px minmax(0,1fr);gap:8px;padding-right:36px;margin-bottom:7px}body.mkc-fullsite-home .mke-contact-heading-icon{width:34px;height:34px}body.mkc-fullsite-home .mke-contact-heading-icon svg{width:20px;height:20px}body.mkc-fullsite-home .mke-contact-heading h2{font-size:22px}body.mkc-fullsite-home .mke-contact-heading p{font-size:12px}
  body.mkc-fullsite-home .mke-contact-close{right:8px;top:7px;width:32px;height:32px;font-size:22px}
  body.mkc-fullsite-home .mke-contact-form{grid-template-columns:1fr 1fr;gap:6px 7px}
  body.mkc-fullsite-home .mke-contact-identity{grid-column:1;gap:4px 5px}body.mkc-fullsite-home .mke-contact-message{grid-column:2}
  body.mkc-fullsite-home .mke-contact-field{font-size:12.5px;gap:2px}body.mkc-fullsite-home .mke-contact-field input{height:38px;padding:7px 8px}body.mkc-fullsite-home .mke-contact-field textarea{height:62px;min-height:62px;padding:7px 8px}
  body.mkc-fullsite-home .mke-contact-methods{grid-column:1/-1}body.mkc-fullsite-home .mke-contact-methods legend{font-size:12.5px;margin-bottom:3px}
  body.mkc-fullsite-home .mke-contact-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  body.mkc-fullsite-home .mke-contact-method{min-height:44px;padding:5px 6px;grid-template-columns:24px minmax(0,1fr);gap:5px;border-radius:9px}
  body.mkc-fullsite-home .mke-contact-method-icon{width:24px;height:24px}body.mkc-fullsite-home .mke-contact-method-icon svg{width:15px;height:15px}body.mkc-fullsite-home .mke-contact-method strong{font-size:12.5px}body.mkc-fullsite-home .mke-contact-method small{display:none}
  body.mkc-fullsite-home .mke-contact-field[data-mke-contact-phone]{grid-column:1}
  body.mkc-fullsite-home .mke-contact-upload{grid-column:2;min-height:50px;padding:6px 7px;grid-template-columns:24px minmax(0,1fr);gap:6px}body.mkc-fullsite-home .mke-contact-upload svg{width:20px;height:20px}body.mkc-fullsite-home .mke-contact-upload strong{font-size:12.5px}body.mkc-fullsite-home .mke-contact-upload small{display:none}body.mkc-fullsite-home .mke-contact-upload input{font-size:10.5px;margin:0}
  body.mkc-fullsite-home .mke-contact-consent{grid-column:1/-1;grid-template-columns:auto 1fr;padding:6px 8px;gap:3px 8px}body.mkc-fullsite-home .mke-contact-consent legend{font-size:12px}body.mkc-fullsite-home .mke-contact-consent-options{gap:10px}body.mkc-fullsite-home .mke-contact-consent label{font-size:11.5px;grid-template-columns:15px auto;gap:4px}body.mkc-fullsite-home .mke-contact-consent input{width:14px;height:14px}body.mkc-fullsite-home .mke-contact-consent small{grid-column:1/-1;font-size:10px;text-align:left}
  body.mkc-fullsite-home .mke-contact-note{grid-column:1;min-height:36px;padding:6px 7px;font-size:10.5px}
  body.mkc-fullsite-home .mke-contact-actions{grid-column:2;grid-template-columns:.8fr 1.2fr;gap:5px}body.mkc-fullsite-home .mke-contact-actions .mke-button{min-height:38px;padding:6px;font-size:12px}
  body.mkc-fullsite-home .mke-contact-privacy{grid-column:1/-1;font-size:9.5px}
  .mkc-elite-home .mke-shop-transition{grid-template-columns:1fr;padding:18px}.mkc-elite-home .mke-shop-transition h2{font-size:24px}.mkc-elite-home .mke-shop-all{width:100%}
  body.mkc-fullsite-home .mke-contact-upload{grid-template-columns:36px minmax(0,1fr);padding:12px}body.mkc-fullsite-home .mke-contact-upload svg{width:28px;height:28px}
  /* Keep a footer dock clear for the third-party Ally accessibility control. */
  .mkc-elite-home{padding-bottom:76px}
}

@media (max-width:389px){
  .mkc-elite-home .mkch-top-links>a span,body.mkc-fullsite-home .mke-contact-toggle span{font-size:13px}.mkc-elite-home .mkch-logo{width:190px}.mkc-elite-home .mke-primary-card{min-height:236px}.mkc-elite-home .mke-primary-card>strong{font-size:16px}.mkc-elite-home .mke-card-button{font-size:12px}.mkc-elite-home .mke-secondary-grid{grid-template-columns:1fr}.mkc-elite-home .mke-secondary-card{min-height:88px;grid-template-columns:38px minmax(0,1fr)}
}

@media (max-height:700px){
  body.mkc-fullsite-home .mke-contact-modal{padding:4px}
  body.mkc-fullsite-home .mke-contact-dialog{max-height:calc(100dvh - 8px);padding:9px}
  body.mkc-fullsite-home .mke-contact-heading{margin-bottom:4px}body.mkc-fullsite-home .mke-contact-heading p{display:none}
  body.mkc-fullsite-home .mke-contact-form{gap:4px 6px}
  body.mkc-fullsite-home .mke-contact-field textarea{height:50px;min-height:50px}
  body.mkc-fullsite-home .mke-contact-method{min-height:40px}
  body.mkc-fullsite-home .mke-contact-upload{min-height:44px}
  body.mkc-fullsite-home .mke-contact-consent small,body.mkc-fullsite-home .mke-contact-privacy{display:none}
}

@media (prefers-reduced-motion:reduce){.mkc-elite-home *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
