.mm-home {
    --mm-ink: #132b40;
    --mm-muted: #60707a;
    --mm-paper: #f8f6f1;
    --mm-gold: #f1c462;
    color: var(--mm-ink);
    background: #fff;
    font: 14px/1.6 Poppins, Arial, sans-serif;
}
.mm-home * { box-sizing: border-box; }
.mm-home a { color: inherit; text-decoration: none; }
.mm-home button { font: inherit; cursor: pointer; }
.mm-home a:focus-visible, .mm-home button:focus-visible, .mm-product-track:focus-visible { outline: 3px solid #1476ea; outline-offset: 5px; }
.mm-home button:disabled { cursor: default; opacity: .35; }
.mm-container { width: calc(100% - 96px); max-width: 1240px; margin-inline: auto; }
.mm-announcement { display: flex; justify-content: center; align-items: center; gap: 18px; padding: 9px 16px; background: var(--mm-ink); color: #fff; font-size: 11px; letter-spacing: .035em; }
.mm-announcement-separator { color: var(--mm-gold); }
.mm-hero { position: relative; isolation: isolate; overflow: hidden; background: #111f2a; color: #fff; }
.mm-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; z-index: -3; }
.mm-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,22,32,.82), rgba(8,22,32,.48) 38%, transparent 73%); }
.mm-hero-inner { position: relative; min-height: 580px; display: flex; align-items: center; padding-block: 62px 70px; }
.mm-hero-copy { max-width: 615px; animation: mm-enter .8s both; }
.mm-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .17em; line-height: 1.6; margin: 0 0 14px; text-transform: uppercase; }
.mm-hero .mm-hero-brand { font-size: 14px; letter-spacing: .14em; margin-bottom: 24px; }
.mm-hero-brand span { color: var(--mm-gold); }
.mm-home h1, .mm-home h2, .mm-home h3, .mm-home p { margin-top: 0; }
.mm-home h1, .mm-home h2, .mm-inspiration h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
.mm-home h1 { font-size: clamp(48px,4.55vw,68px); line-height: 1.05; letter-spacing: -.025em; margin-bottom: 23px; }
.mm-home h1 em { color: var(--mm-gold); font-family: inherit; font-weight: 400; }
.mm-hero-description { font-size: 14px; line-height: 1.9; color: #f0efec; margin-bottom: 29px; }
.mm-hero-actions { display: flex; gap: 26px; align-items: center; }
.mm-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 14px 24px; font-size: 12px; font-weight: 600; border: 1px solid transparent; border-radius: 3px; transition: background .2s, transform .2s; line-height: 1.4; }
.mm-button span { font-size: 20px; font-weight: 400; }
.mm-home .mm-button-gold { background: var(--mm-gold); color: #142938; }
.mm-home .mm-button-gold:hover { background: #ffda85; transform: translateY(-2px); }
.mm-home .mm-button-navy { background: var(--mm-ink); color: #fff; }
.mm-home .mm-button-navy:hover { background: #234963; transform: translateY(-2px); }
.mm-hero-link { font-size: 12px; border-bottom: 1px solid #ffffff70; padding: 12px 0; display: flex; gap: 12px; }
.mm-hero-link:hover { color: var(--mm-gold); }
.mm-hero-footnote { display: flex; gap: 12px; align-items: center; font-size: 10px; letter-spacing: .04em; margin-top: 32px; color: #dbddde; }
.mm-small-line { width: 28px; height: 1px; background: var(--mm-gold); }
.mm-hero-caption { position: absolute; right: 0; bottom: 32px; text-align: right; font-size: 10px; line-height: 1.6; color: #fff; text-shadow: 0 1px 8px #000; }
.mm-hero-caption > span:first-child { display: block; letter-spacing: .18em; font-size: 8px; margin-bottom: 8px; }
.mm-benefits { background: var(--mm-paper); border-bottom: 1px solid #e9e6df; }
.mm-benefits-inner { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 25px; gap: 24px; }
.mm-benefits-inner > div { display: flex; gap: 15px; align-items: center; border-right: 1px solid #dcdedb; padding-right: 15px; }
.mm-benefits-inner > div:last-child { border: 0; padding-right: 0; }
.mm-icon { flex-shrink: 0; }
.mm-benefits .mm-icon { width: 28px; height: 28px; }
.mm-benefits p { margin: 0; }
.mm-benefits strong { display: block; font-size: 12px; font-weight: 600; margin-bottom: 2px; }
.mm-benefits p > span, .mm-benefits p > a { display: block; font-size: 10px; color: var(--mm-muted); }
.mm-benefits a:hover { text-decoration: underline; }
.mm-section { padding-block: 72px; }
.mm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.mm-section-heading .mm-eyebrow { color: #697782; margin-bottom: 8px; }
.mm-home h2 { font-size: 38px; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 0; }
.mm-text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 600; min-height: 44px; white-space: nowrap; border-bottom: 1px solid transparent; }
.mm-text-link > span { font-size: 18px; }
.mm-text-link:hover { border-color: currentColor; }
.mm-families { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.mm-family { display: block; min-width: 0; }
.mm-family-photo { aspect-ratio: 1.22; overflow: hidden; background: var(--mm-paper); border-radius: 3px; }
.mm-family-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 8%; transform: scale(1.07); transition: transform .55s; }
.mm-family:hover .mm-family-photo img { transform: scale(1.13); }
.mm-family-title { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-top: 17px; }
.mm-family h3 { font-size: 15px; font-weight: 600; margin: 0; letter-spacing: -.03em; }
.mm-family-title > span { font-size: 20px; transition: transform .2s; }
.mm-family:hover .mm-family-title > span { transform: translate(2px,-2px); }
.mm-family p { font-size: 10px; color: var(--mm-muted); margin: 3px 0 0; }
.mm-products-section { background: var(--mm-paper); }
.mm-products-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 25px; }
.mm-filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; padding: 4px; margin: -4px; }
.mm-filters button { white-space: nowrap; flex-shrink: 0; border: 1px solid #d8ddd9; padding: 10px 19px; border-radius: 2px; min-height: 44px; font-size: 11px; background: transparent; color: var(--mm-ink); transition: background .2s,color .2s; }
.mm-filters button.is-active { background: var(--mm-ink); border-color: var(--mm-ink); color: #fff; }
.mm-filters button:not(.is-active):hover { background: #eae7e0; }
.mm-carousel-controls { display: flex; gap: 8px; flex-shrink: 0; }
.mm-carousel-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #c7cecf; font-size: 21px; background: transparent; }
.mm-carousel-controls button:not(:disabled):hover { background: #e4e6e1; }
.mm-products-content { min-height: 370px; }
.mm-product-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #bbc4c6 transparent; padding-bottom: 18px; overscroll-behavior-x: contain; }
.mm-product { flex: 0 0 calc((100% - 72px)/4); min-width: 0; scroll-snap-align: start; display: flex; flex-direction: column; }
.mm-product-photo { position: relative; display: flex; justify-content: center; align-items: center; background: #fff; aspect-ratio: 1.16; overflow: hidden; border-radius: 3px; }
.mm-product-photo img { height: 85%; width: 85%; object-fit: contain; transition: transform .35s; }
.mm-product-photo:hover img { transform: scale(1.06); }
.mm-product-badge { position: absolute; left: 12px; top: 12px; font-size: 10px; background: #fff2c8; color: #5c4616; padding: 3px 9px; }
.mm-product-details { padding-top: 16px; display: flex; flex-direction: column; flex: 1; }
.mm-product-sku { font-size: 9px; letter-spacing: .05em; color: #6a777c; margin-bottom: 7px; }
.mm-product h3 { font: 500 12px/1.6 Poppins,Arial,sans-serif; margin: 0 0 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 39px; }
.mm-product h3 a:hover { text-decoration: underline; }
.mm-product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; }
.mm-product-price { font-size: 17px; font-weight: 600; line-height: 1.5; }
.mm-product-price p { margin: 0; }
.mm-product-price .regular-price { font-size: 12px; font-weight: 400; color: #74808a; text-decoration: line-through; }
.mm-add { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border: 1px solid #d3d9d8; border-radius: 50%; background: transparent; font-size: 25px!important; transition: background .2s,color .2s; }
.mm-add:not(:disabled):hover { background: var(--mm-ink); color: #fff; }
.mm-product-stock { font-size: 9px; color: #45624b; margin: 3px 0 0; }
.mm-product-stock:before { content: ''; display: inline-block; width: 4px; height: 4px; background: #557259; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
.mm-products-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #dcdedb; padding-top: 14px; margin-top: 15px; }
.mm-products-footer > span { color: var(--mm-muted); font-size: 10px; }
.mm-loading-products { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.mm-product-skeleton > div { aspect-ratio: 1.16; background: #e4e5df; border-radius: 3px; animation: mm-pulse 1.5s ease-in-out infinite; }
.mm-product-skeleton > span { display: block; height: 15px; background: #e4e5df; margin-top: 16px; width: 85%; }
.mm-product-skeleton > span:last-child { width: 40%; }
.mm-empty, .mm-loading { padding: 80px 20px; text-align: center; min-height: 370px; }
.mm-empty a { text-decoration: underline; display: block; margin: 20px auto 0; }
.mm-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.mm-inspiration { display: grid; grid-template-columns: .8fr 1.6fr; gap: 58px; align-items: center; }
.mm-inspiration-copy h2 { font-size: 37px; margin-bottom: 20px; }
.mm-inspiration-copy h2 em { color: #977142; font-family: inherit; }
.mm-inspiration-copy > p:not(.mm-eyebrow) { font-size: 12px; line-height: 1.95; color: var(--mm-muted); margin-bottom: 25px; max-width: 340px; }
.mm-spotlights { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mm-spotlight { display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 28px 26px 0; border-radius: 3px; position: relative; }
.mm-spotlight-cream { background: #e9e6db; }
.mm-spotlight-cocoa { background: #ede0d4; }
.mm-spotlight .mm-eyebrow { font-size: 8px; letter-spacing: .13em; margin-bottom: 10px; }
.mm-spotlight h3 { font-size: 30px; line-height: 1.13; margin-bottom: 10px; }
.mm-spotlight .mm-text-link { font-size: 9px; gap: 8px; min-height: 35px; }
.mm-spotlight img { height: 190px; width: 100%; object-fit: contain; mix-blend-mode: multiply; align-self: center; margin-top: 7px; transition: transform .4s; }
.mm-spotlight:hover img { transform: scale(1.05) rotate(-2deg); }
.mm-contact { background: #eaf0f0; border-top: 1px solid #e1e8e7; }
.mm-contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; padding-block: 58px; }
.mm-contact h2 { font-size: 38px; margin-bottom: 17px; }
.mm-contact p:not(.mm-eyebrow) { font-size: 12px; line-height: 1.9; color: #536776; margin-bottom: 0; }
.mm-contact-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.mm-contact-phone { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 500; }
.mm-contact-phone .mm-icon { width: 18px; height: 18px; }
.mm-contact-actions > span { font-size: 9px; color: var(--mm-muted); }
.mm-revealed { animation: mm-enter .7s both; }
@keyframes mm-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mm-pulse { 50% { opacity: .45; } }
@media(min-width:1600px) {
    .mm-hero-image { object-position: center 58%; }
    .mm-hero-inner { min-height: 640px; }
}
@media(max-width:1100px) {
    .mm-container { width: calc(100% - 64px); }
    .mm-hero-inner { min-height: 535px; }
    .mm-hero-caption { display: none; }
    .mm-benefits-inner { gap: 15px; }
    .mm-benefits-inner > div { gap: 10px; }
    .mm-benefits strong { font-size: 10px; }
    .mm-benefits p > span, .mm-benefits p > a { font-size: 9px; }
    .mm-families { gap: 18px; }
    .mm-family h3 { font-size: 13px; }
    .mm-inspiration { grid-template-columns: 1fr; gap: 30px; }
    .mm-inspiration-copy { max-width: 650px; }
    .mm-inspiration-copy > p:not(.mm-eyebrow) { max-width: 550px; }
    .mm-spotlight { min-height: 270px; flex-direction: row; align-items: center; gap: 10px; padding: 25px; }
    .mm-spotlight > div { flex: 1; }
    .mm-spotlight img { width: 45%; height: 200px; }
    .mm-spotlight h3 { font-size: 28px; }
    .mm-contact h2 { font-size: 32px; }
}
@media(max-width:767px) {
    .mm-container { width: calc(100% - 40px); }
    .mm-announcement { font-size: 9px; padding-block: 8px; }
    .mm-announcement > span:first-child, .mm-announcement-separator { display: none; }
    .mm-hero-inner { min-height: 550px; padding-block: 38px 180px; align-items: flex-start; }
    .mm-hero-image { object-position: 65% 73%; height: 100%; opacity: .84; }
    .mm-hero-shade { background: linear-gradient(180deg,rgba(8,22,32,.93),rgba(8,22,32,.75) 40%,rgba(8,22,32,.04) 78%),linear-gradient(90deg,rgba(8,22,32,.22),transparent); }
    .mm-hero .mm-hero-brand { font-size: 11px; letter-spacing: .13em; margin-bottom: 17px; }
    .mm-home h1 { font-size: clamp(38px,9.8vw,54px); line-height: 1.06; margin-bottom: 16px; }
    .mm-hero-description { font-size: 11px; max-width: 310px; line-height: 1.8; margin-bottom: 22px; }
    .mm-hero-actions { gap: 18px; flex-wrap: wrap; }
    .mm-button { padding: 13px 19px; font-size: 11px; min-height: 48px; gap: 18px; }
    .mm-hero-link { font-size: 10px; gap: 8px; }
    .mm-hero-footnote { font-size: 10px; margin-top: 22px; }
    .mm-benefits-inner { grid-template-columns: 1fr 1fr; gap: 20px 18px; padding-block: 22px; }
    .mm-benefits-inner > div { border: 0; padding: 0; gap: 10px; align-items: flex-start; }
    .mm-benefits .mm-icon { height: 24px; width: 24px; }
    .mm-benefits strong { font-size: 10px; }
    .mm-benefits p > span, .mm-benefits p > a { font-size: 9px; }
    .mm-section { padding-block: 43px; }
    .mm-home h2 { font-size: 29px; line-height: 1.2; }
    .mm-section-heading { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 20px; }
    .mm-section-heading .mm-eyebrow { font-size: 8px; margin-bottom: 9px; }
    .mm-section-heading > .mm-text-link { font-size: 10px; min-height: 32px; }
    .mm-families { grid-template-columns: 1fr 1fr; gap: 24px 15px; }
    .mm-family-photo { aspect-ratio: 1.1; }
    .mm-family-title { padding-top: 10px; align-items: flex-start; }
    .mm-family h3 { font-size: 12px; line-height: 1.5; }
    .mm-family-title > span { font-size: 16px; line-height: 1.3; }
    .mm-family p { font-size: 9px; line-height: 1.6; margin-top: 4px; }
    .mm-products-toolbar { gap: 15px; flex-wrap: wrap; margin-bottom: 18px; }
    .mm-filters { max-width: 100%; width: 100%; padding-bottom: 9px; }
    .mm-filters button { font-size: 10px; padding: 9px 15px; }
    .mm-carousel-controls { margin-left: auto; }
    .mm-carousel-controls button { width: 44px; height: 44px; }
    .mm-products-content { min-height: 310px; }
    .mm-product-track { gap: 15px; scroll-padding: 0; }
    .mm-product { flex-basis: calc((100% - 15px)/2.05); }
    .mm-product-photo { aspect-ratio: 1; }
    .mm-product-photo img { width: 88%; height: 88%; }
    .mm-product h3 { font-size: 10px; min-height: 34px; line-height: 1.7; margin-bottom: 8px; }
    .mm-product-details { padding-top: 12px; }
    .mm-product-sku { font-size: 8px; }
    .mm-product-price { font-size: 14px; }
    .mm-product-stock { font-size: 8px; }
    .mm-add { width: 44px; height: 44px; flex-shrink: 0; }
    .mm-products-footer { gap: 8px; align-items: start; flex-direction: column; margin-top: 8px; }
    .mm-products-footer > span { font-size: 9px; }
    .mm-products-footer .mm-text-link { font-size: 10px; min-height: 40px; }
    .mm-loading-products { grid-template-columns: 1fr 1fr; gap: 15px; }
    .mm-product-skeleton:nth-child(n+3) { display: none; }
    .mm-empty, .mm-loading { min-height: 310px; padding: 50px 15px; }
    .mm-inspiration { gap: 26px; }
    .mm-inspiration-copy h2 { font-size: 31px; }
    .mm-inspiration-copy > p:not(.mm-eyebrow) { font-size: 11px; }
    .mm-spotlights { grid-template-columns: 1fr; gap: 15px; }
    .mm-spotlight { min-height: 225px; padding: 24px; }
    .mm-spotlight h3 { font-size: 29px; }
    .mm-spotlight img { height: 175px; width: 43%; }
    .mm-spotlight .mm-text-link { font-size: 9px; white-space: normal; line-height: 1.5; min-height: 44px; }
    .mm-contact-inner { padding-block: 40px; flex-direction: column; align-items: flex-start; gap: 25px; }
    .mm-contact h2 { font-size: 30px; }
    .mm-contact p:not(.mm-eyebrow) { font-size: 11px; }
    .mm-contact-actions { align-items: flex-start; gap: 17px; }
    .mm-contact-phone { font-size: 17px; }
    .mm-contact-actions > span { font-size: 8px; }
}
@media(max-width:360px) {
    .mm-container { width: calc(100% - 32px); }
    .mm-hero-inner { padding-bottom: 155px; min-height: 580px; }
    .mm-hero-actions { gap: 7px 18px; }
    .mm-hero-link { min-height: 44px; }
    .mm-benefits-inner { column-gap: 9px; }
    .mm-benefits-inner > div { gap: 7px; }
    .mm-benefits strong { font-size: 9px; }
    .mm-benefits p > span, .mm-benefits p > a { font-size: 8px; }
    .mm-product-price { font-size: 12px; }
}
/* Comfortable reading sizes on touch screens and high-density displays. */
.mm-benefits strong { font-size: 13px; }
.mm-benefits p > span, .mm-benefits p > a { font-size: 11px; }
.mm-family p { font-size: 12px; }
.mm-filters button, .mm-text-link { font-size: 12px; }
.mm-product h3 { font-size: 13px; min-height: 42px; }
.mm-product-sku { font-size: 10px; }
.mm-product-stock { font-size: 11px; }
.mm-products-footer > span { font-size: 12px; }
.mm-inspiration-copy > p:not(.mm-eyebrow), .mm-contact p:not(.mm-eyebrow) { font-size: 14px; }
.mm-spotlight .mm-text-link { font-size: 11px; }
.mm-contact-actions > span { font-size: 11px; }
#mm-families, #mm-products { scroll-margin-top: 145px; }
@media(max-width:767px) {
    .mm-announcement { font-size: 10px; }
    .mm-hero-description { font-size: 13px; max-width: 330px; }
    .mm-button { font-size: 12px; }
    .mm-hero-link { font-size: 11px; min-height: 44px; }
    .mm-hero-actions { gap: 4px 18px; }
    .mm-hero-inner { min-height: 570px; padding-bottom: 130px; }
    .mm-benefits strong { font-size: 11px; }
    .mm-benefits p > span, .mm-benefits p > a { font-size: 10px; }
    .mm-family h3 { font-size: 13px; }
    .mm-family p { font-size: 11px; }
    .mm-section-heading > .mm-text-link, .mm-filters button { font-size: 12px; }
    .mm-product h3 { font-size: 12px; min-height: 41px; }
    .mm-product-sku { font-size: 9px; }
    .mm-product-stock, .mm-products-footer > span { font-size: 10px; }
    .mm-products-footer .mm-text-link { font-size: 12px; }
    .mm-inspiration-copy > p:not(.mm-eyebrow), .mm-contact p:not(.mm-eyebrow) { font-size: 13px; }
    .mm-contact-actions > span { font-size: 10px; }
    .mm-spotlight .mm-eyebrow { font-size: 9px; }
    .mm-spotlight .mm-text-link { font-size: 11px; }
}
@media(prefers-reduced-motion:reduce) {
    .mm-home *, .mm-home *:before, .mm-home *:after { animation: none!important; transition: none!important; scroll-behavior: auto!important; }
}
