@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

:root {
    --mm-forest: #1c2e24;
    --mm-forest-light: #2a4536;
    --mm-gold: #c9a962;
    --mm-gold-soft: #e8d5a3;
    --mm-cream: #f8f5ef;
    --mm-cream-dark: #ede8de;
    --mm-cork: #9a6b42;
    --mm-text: #1a1f1c;
    --mm-muted: #5c6560;
    --mm-white: #ffffff;
    --mm-radius: 1rem;
    --mm-radius-lg: 1.5rem;
    --mm-shadow: 0 4px 24px rgb(28 46 36 / 0.08);
    --mm-shadow-lg: 0 20px 60px rgb(28 46 36 / 0.12);
    --mm-font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --mm-display: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --mm-max: 76rem;
    --mm-line-height: 1.75;
    --mm-word-spacing: 0.1em;
    --mm-letter-spacing: 0.02em;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    font-family: var(--mm-font);
    margin: 0;
    padding: 0;
    background: var(--mm-forest);
}

body.mm-shop,
body.mm-site {
    margin: 0;
    padding: 0;
    font-family: var(--mm-font);
    font-size: 1rem;
    line-height: var(--mm-line-height);
    word-spacing: var(--mm-word-spacing);
    letter-spacing: var(--mm-letter-spacing);
    color: var(--mm-text);
    background: var(--mm-cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'kern' 1;
    font-variant-ligatures: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.mm-shop p,
body.mm-site p,
body.mm-shop li,
body.mm-site li,
body.mm-shop dd,
body.mm-site dd,
body.mm-shop td,
body.mm-site td,
body.mm-shop th,
body.mm-site th,
body.mm-shop label,
body.mm-site label,
body.mm-shop .mm-form-hint,
body.mm-site .mm-form-hint {
    line-height: var(--mm-line-height);
    word-spacing: var(--mm-word-spacing);
    letter-spacing: var(--mm-letter-spacing);
}

.mm-shop-main {
    overflow-x: clip;
}

.mm-container {
    width: min(100% - 2rem, var(--mm-max));
    margin-inline: auto;
}

.mm-layout-flash {
    margin-top: 0.85rem;
}

.mm-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(
        to bottom,
        var(--mm-forest) 0,
        var(--mm-forest) 2.35rem,
        var(--mm-cream) 2.35rem,
        var(--mm-cream) 100%
    );
    border: none;
    box-shadow: none;
}

.mm-topbar {
    order: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--mm-white);
    border: none;
}

.mm-header__bar {
    order: 1;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
}

.mm-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    min-height: 2.35rem;
}

.mm-account-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.15rem;
    color: rgb(255 255 255 / 0.88);
    text-decoration: none;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}

.mm-account-link:hover {
    color: var(--mm-white);
    background: rgb(255 255 255 / 0.1);
}

.mm-account-link.is-logged-in {
    color: var(--mm-gold-soft);
    background: rgb(201 169 98 / 0.14);
    box-shadow: inset 0 0 0 1px rgb(201 169 98 / 0.35);
}

.mm-account-link.is-logged-in:hover {
    color: var(--mm-gold-soft);
    background: rgb(201 169 98 / 0.22);
}

.mm-account-link.is-admin {
    color: var(--mm-gold-soft);
    background: rgb(201 169 98 / 0.14);
    box-shadow: inset 0 0 0 1px rgb(201 169 98 / 0.35);
}

.mm-account-link.is-admin:hover {
    color: var(--mm-gold-soft);
    background: rgb(201 169 98 / 0.22);
}

.mm-account-link.is-admin .mm-account-link__status {
    background: var(--mm-gold);
    border-color: #15241c;
    box-shadow: 0 0 0 1px rgb(201 169 98 / 0.45);
}

.mm-account-link__icon {
    display: block;
}

.mm-account-link__status {
    position: absolute;
    right: 0.12rem;
    bottom: 0.12rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #4caf7a;
    border: 1.5px solid #15241c;
    box-shadow: 0 0 0 1px rgb(76 175 122 / 0.35);
}

.mm-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    column-gap: 1rem;
    min-height: 5.75rem;
}

.mm-header__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    padding: 0;
    margin: 0;
    line-height: 0;
    font: inherit;
    color: var(--mm-forest);
    text-decoration: none;
    background: transparent;
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.mm-header__icon-btn:hover,
.mm-header__icon-btn.is-active {
    background: rgb(28 46 36 / 0.06);
    border-color: rgb(28 46 36 / 0.18);
}

.mm-header__icon-btn svg {
    display: block;
}

.mm-header__spacer {
    display: none;
}

.mm-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    width: 3.85rem;
    min-height: 3.85rem;
    text-decoration: none;
    color: var(--mm-forest);
    line-height: 1.1;
    grid-column: 1;
}

.mm-logo__img {
    display: block;
    object-fit: contain;
}

.mm-logo__img--desktop {
    display: none;
    width: auto;
    max-height: 4.5rem;
}

.mm-logo__img--mobile {
    width: 3.85rem;
    height: 3.85rem;
}

@media (min-width: 768px) {
    .mm-logo__img--desktop {
        display: block;
    }

    .mm-logo__img--mobile {
        display: none;
    }

    .mm-logo {
        width: 15.5rem;
        min-height: 4.5rem;
    }
}

.mm-logo__tag {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-nav {
    display: none;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
    grid-column: 3;
    justify-self: end;
}

@media (min-width: 900px) {
    .mm-nav { display: flex; }
}

.mm-nav__link,
.mm-nav__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mm-muted);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    background: transparent;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
    font-family: inherit;
    line-height: 1.2;
    white-space: nowrap;
}

.mm-nav__link--emphasis,
.mm-nav__dropdown.is-active > .mm-nav__trigger.mm-nav__link--emphasis {
    color: var(--mm-forest);
}

.mm-nav__link:hover,
.mm-nav__trigger:hover,
.mm-nav__link.is-active,
.mm-nav__dropdown.is-active > .mm-nav__trigger {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.05);
}

.mm-nav__link--emphasis:hover,
.mm-nav__dropdown.is-active > .mm-nav__trigger {
    color: var(--mm-forest-light);
}

.mm-nav__caret {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.mm-nav__dropdown.is-open > .mm-nav__trigger .mm-nav__caret,
.mm-nav__dropdown:hover > .mm-nav__trigger .mm-nav__caret,
.mm-nav__dropdown:focus-within > .mm-nav__trigger .mm-nav__caret {
    transform: rotate(180deg);
}

.mm-nav__dropdown {
    position: relative;
}

.mm-nav__panel {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 50%;
    z-index: 60;
    min-width: 17rem;
    max-width: 22rem;
    padding: 0.45rem;
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: 0.75rem;
    background: var(--mm-white);
    box-shadow: var(--mm-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0.35rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.mm-nav__dropdown.is-open > .mm-nav__panel,
.mm-nav__dropdown:hover > .mm-nav__panel,
.mm-nav__dropdown:focus-within > .mm-nav__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.mm-nav__panel-link {
    display: block;
    padding: 0.55rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--mm-text);
    text-decoration: none;
    border-radius: 0.45rem;
    transition: color 0.2s, background 0.2s;
}

.mm-nav__panel-link:hover {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.05);
}

.mm-nav__panel-link.is-active {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.07);
    font-weight: 600;
}

.mm-nav__panel-link--all {
    margin-bottom: 0.2rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    grid-column: 4;
    justify-self: end;
    min-height: 2.65rem;
}

.mm-locale a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.4rem;
    color: var(--mm-muted);
    transition: all 0.2s;
}

.mm-locale a.is-active {
    background: var(--mm-forest);
    color: var(--mm-white);
}

.mm-locale a:not(.is-active):hover {
    background: rgb(28 46 36 / 0.06);
    color: var(--mm-forest);
}

.mm-locale img {
    width: 1.1rem;
    height: 0.75rem;
    border-radius: 2px;
    object-fit: contain;
    background: rgb(255 255 255 / 0.92);
}

.mm-locale--topbar {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.mm-locale--topbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.4rem;
    border-radius: 0.4rem;
    color: var(--mm-white);
    background: rgb(255 255 255 / 0.08);
    border: 1px solid rgb(255 255 255 / 0.14);
    opacity: 1;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.mm-locale--topbar a.is-active {
    background: rgb(255 255 255 / 0.2);
    border-color: rgb(255 255 255 / 0.42);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.08);
}

.mm-locale--topbar a:not(.is-active):hover {
    background: rgb(255 255 255 / 0.14);
    border-color: rgb(255 255 255 / 0.28);
}

.mm-locale--topbar img {
    display: block;
    width: 1.9rem;
    height: 1.15rem;
    border-radius: 0.2rem;
    object-fit: contain;
    background: rgb(255 255 255 / 0.92);
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.28);
    border: 1px solid rgb(255 255 255 / 0.85);
}

.mm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    font-family: var(--mm-font);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.mm-btn:hover { transform: translateY(-1px); }

.mm-btn--primary {
    background: linear-gradient(135deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
    box-shadow: 0 4px 16px rgb(28 46 36 / 0.25);
}

.mm-btn--primary:hover {
    box-shadow: 0 8px 24px rgb(28 46 36 / 0.3);
}

.mm-btn--outline {
    background: transparent;
    color: var(--mm-white);
    border: 1.5px solid rgb(255 255 255 / 0.35);
}

.mm-btn--outline:hover {
    background: rgb(255 255 255 / 0.1);
    border-color: var(--mm-white);
}

.mm-btn--outline-dark {
    background: transparent;
    color: var(--mm-forest);
    border: 1.5px solid rgb(28 46 36 / 0.22);
}

.mm-btn--outline-dark:hover {
    background: rgb(28 46 36 / 0.05);
    border-color: rgb(28 46 36 / 0.35);
}

.mm-btn--light {
    background: var(--mm-white);
    color: var(--mm-forest);
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
}

.mm-btn--light:hover {
    background: var(--mm-cream);
    box-shadow: 0 8px 28px rgb(0 0 0 / 0.18);
}

.mm-btn--outline-white {
    background: transparent;
    color: var(--mm-white);
    border: 2px solid rgb(255 255 255 / 0.55);
}

.mm-btn--outline-white:hover {
    background: rgb(255 255 255 / 0.1);
    border-color: var(--mm-white);
}

.mm-btn--gold {
    background: linear-gradient(135deg, var(--mm-gold) 0%, #b8944a 100%);
    color: var(--mm-forest);
    box-shadow: 0 4px 16px rgb(201 169 98 / 0.35);
}

.mm-btn--lg {
    padding: 0.95rem 1.85rem;
    font-size: 0.92rem;
}

.mm-btn--outline-gold {
    background: rgb(255 255 255 / 0.04);
    color: var(--mm-white);
    border: 1.5px solid rgb(201 169 98 / 0.55);
    backdrop-filter: blur(6px);
}

.mm-btn--outline-gold:hover {
    background: rgb(201 169 98 / 0.14);
    border-color: var(--mm-gold-soft);
}

.mm-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 10vw, 7rem) 0 clamp(5rem, 12vw, 8rem);
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgb(201 169 98 / 0.15), transparent),
        radial-gradient(ellipse 50% 50% at 10% 80%, rgb(154 107 66 / 0.12), transparent),
        linear-gradient(165deg, var(--mm-forest) 0%, #15241c 50%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
}

.mm-hero--has-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--mm-hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.22;
    pointer-events: none;
}

.mm-hero--has-bg {
    background:
        linear-gradient(165deg, rgb(21 36 28 / 0.88) 0%, rgb(21 36 28 / 0.82) 45%, rgb(28 46 36 / 0.78) 100%),
        radial-gradient(ellipse 80% 60% at 70% 20%, rgb(201 169 98 / 0.12), transparent),
        radial-gradient(ellipse 50% 50% at 10% 80%, rgb(154 107 66 / 0.1), transparent);
}

.mm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.mm-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 900px) {
    .mm-hero__grid:has(.mm-hero__aside--empty) {
        grid-template-columns: minmax(0, 42rem);
    }

    .mm-hero__grid { grid-template-columns: 1.05fr 0.95fr; }
}

.mm-hero__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mm-gold-soft);
    border: 1px solid rgb(232 213 163 / 0.3);
    border-radius: 999px;
}

.mm-hero__title {
    margin: 0 0 0.5rem;
    font-family: var(--mm-display);
    font-size: clamp(2.75rem, 7vw, 4.75rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.mm-hero__subtitle {
    margin: 0 0 1.25rem;
    font-family: var(--mm-display);
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    color: var(--mm-gold-soft);
}

.mm-hero__lead {
    margin: 0 0 2rem;
    max-width: 32rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgb(255 255 255 / 0.78);
}

.mm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mm-hero__card {
    padding: 2rem;
    background: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: var(--mm-radius-lg);
    backdrop-filter: blur(8px);
}

.mm-hero__stat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    text-align: center;
}

.mm-hero__stat strong {
    display: block;
    font-family: var(--mm-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--mm-gold);
}

.mm-hero__stat span {
    font-size: 0.75rem;
    color: rgb(255 255 255 / 0.65);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.mm-hero__aside {
    position: relative;
    display: grid;
    gap: 1.25rem;
}

.mm-hero__visual {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 0.85rem;
    min-height: 18rem;
}

.mm-hero__visual-main,
.mm-hero__visual-thumb {
    overflow: hidden;
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(255 255 255 / 0.12);
    box-shadow: 0 24px 48px rgb(0 0 0 / 0.28);
}

.mm-hero__visual-main img,
.mm-hero__visual-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-hero__visual-main {
    min-height: 18rem;
}

.mm-hero__visual-stack {
    display: grid;
    gap: 0.85rem;
}

.mm-hero__visual-thumb {
    min-height: 8.5rem;
}

@media (max-width: 899px) {
    .mm-hero__visual {
        grid-template-columns: 1fr 0.72fr;
        min-height: 14rem;
    }

    .mm-hero__visual-main {
        min-height: 14rem;
    }

    .mm-hero__visual-thumb {
        min-height: 6.5rem;
    }
}

.mm-trust-bar {
    position: relative;
    padding: 0.85rem 0 0.15rem;
    background:
        linear-gradient(180deg, rgb(28 46 36 / 0.045), transparent 46%),
        linear-gradient(135deg, #f3efe6 0%, var(--mm-cream) 48%, #efe8db 100%);
}

.mm-trust-bar__panel {
    display: grid;
    gap: 1.35rem;
    padding: 1.4rem 1.45rem;
    border: 1px solid rgb(201 169 98 / 0.32);
    border-radius: var(--mm-radius-lg);
    background:
        linear-gradient(145deg, rgb(255 255 255 / 0.94), rgb(248 245 239 / 0.9)),
        radial-gradient(circle at top left, rgb(201 169 98 / 0.14), transparent 58%);
    box-shadow:
        0 18px 40px rgb(28 46 36 / 0.07),
        inset 0 1px 0 rgb(255 255 255 / 0.75);
}

.mm-trust-bar__partners {
    display: grid;
    gap: 1rem;
}

.mm-trust-bar__partners-head {
    display: grid;
    gap: 0.25rem;
}

.mm-trust-bar__partners-title {
    margin: 0;
    font-family: var(--mm-display);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--mm-forest);
}

.mm-partners__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.mm-partners__card {
    display: grid;
    gap: 0.45rem;
    justify-items: center;
    text-align: center;
    padding: 1rem 0.85rem 0.9rem;
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.1);
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.92));
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mm-partners__card:hover {
    transform: translateY(-2px);
    border-color: rgb(201 169 98 / 0.42);
    box-shadow: 0 12px 28px rgb(28 46 36 / 0.08);
}

.mm-partners__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.75rem;
    background: rgb(18 18 18 / 0.96);
}

.mm-partners__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 2.75rem;
    object-fit: contain;
}

.mm-partners__name {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--mm-forest);
}

.mm-partners__desc {
    font-size: 0.8rem;
    line-height: 1.35;
    color: var(--mm-muted);
}

.mm-partners__visit {
    margin-top: 0.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-trust-bar__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    padding-right: 1.35rem;
    border-right: 1px solid rgb(28 46 36 / 0.08);
}

.mm-trust-bar__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-trust-bar__logo {
    display: block;
    width: auto;
    max-width: 9.25rem;
    max-height: 2.85rem;
    margin: 0.15rem 0 0.1rem;
    object-fit: contain;
}

.mm-trust-bar__brand-name {
    font-family: var(--mm-display);
    font-size: clamp(1.2rem, 1.6vw, 1.4rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--mm-forest);
}

.mm-trust-bar__brand-lead {
    margin: 0;
    max-width: 16rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: var(--mm-muted);
}

.mm-trust-bar__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mm-trust-bar__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
    min-height: 100%;
    padding: 1rem 0.95rem;
    border-radius: calc(var(--mm-radius) - 0.1rem);
    background: rgb(255 255 255 / 0.78);
    border: 1px solid rgb(28 46 36 / 0.05);
    box-shadow: 0 6px 16px rgb(28 46 36 / 0.03);
}

.mm-trust-bar__value {
    font-family: var(--mm-display);
    font-size: clamp(1.15rem, 1.55vw, 1.35rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
}

.mm-trust-bar__label {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: var(--mm-muted);
}

@media (max-width: 989px) {
    .mm-trust-bar__panel {
        gap: 1.1rem;
        padding: 1.2rem;
    }

    .mm-partners__grid {
        grid-template-columns: 1fr;
    }

    .mm-trust-bar__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 600px) and (max-width: 989px) {
    .mm-partners__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 599px) {
    .mm-trust-bar {
        padding-top: 0.55rem;
    }

    .mm-trust-bar__list {
        grid-template-columns: 1fr;
    }

    .mm-trust-bar__item {
        padding: 0.9rem 0.95rem;
    }
}

.mm-product-grid--home {
    grid-template-columns: repeat(auto-fill, minmax(14.5rem, 1fr));
}

.mm-home-cta {
    margin-top: 2rem;
}

/* —— Homepage premium —— */
.mm-home {
    background: var(--mm-cream);
}

.mm-hero-cinema {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 85vh;
    overflow: hidden;
    text-align: center;
    color: var(--mm-white);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.mm-hero-cinema__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.mm-hero-cinema__slides {
    position: absolute;
    inset: 0;
}

.mm-hero-cinema__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.15s ease;
}

.mm-hero-cinema__slide.is-active {
    opacity: 1;
}

.mm-hero-cinema__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-position, center);
}

@media (max-width: 767px) {
    .mm-hero-cinema__slide img {
        object-position: var(--hero-position-mobile, var(--hero-position, center));
    }
}

.mm-hero-cinema__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(21 36 28 / 0.88) 0%,
        rgb(28 46 36 / 0.72) 55%,
        rgb(42 69 54 / 0.65) 100%
    );
}

.mm-hero-cinema__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42rem;
    padding: clamp(3rem, 8vw, 5rem) 0;
}

.mm-hero-cinema__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.95rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-white);
    background: linear-gradient(135deg, var(--mm-forest-light) 0%, var(--mm-forest) 100%);
    border: 1px solid rgb(255 255 255 / 0.12);
    border-radius: 999px;
}

.mm-hero-cinema__title {
    margin: 0 0 0.35rem;
    font-family: var(--mm-display);
    font-size: clamp(2.35rem, 6vw, 3.75rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.mm-hero-cinema__subtitle {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--mm-gold-soft);
}

.mm-hero-cinema__lead {
    margin: 0 auto 1.5rem;
    max-width: 36rem;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.72;
    letter-spacing: 0.015em;
    color: rgb(255 255 255 / 0.78);
}

.mm-hero-cinema__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.mm-hero-cinema__chips {
    justify-content: center;
}

.mm-hero-cinema__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.35rem;
}

.mm-hero-cinema__dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.mm-hero-cinema__dot.is-active {
    transform: scale(1.2);
    background: var(--mm-gold);
}

.mm-hero-cinema__showcase-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.mm-hero-cinema__showcase {
    max-width: 40rem;
}

.mm-hero-cinema__scroll {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

/* Cinema hero — premium */
.mm-hero-cinema--premium {
    justify-content: center;
    min-height: clamp(30rem, 82vh, 48rem);
    padding: clamp(5rem, 9vw, 6.75rem) 0 clamp(3.25rem, 5.5vw, 4.25rem);
}

.mm-hero-cinema--premium .mm-hero-cinema__overlay {
    background:
        radial-gradient(ellipse 80% 58% at 50% 38%, rgb(12 20 16 / 0.32), transparent 68%),
        radial-gradient(ellipse 100% 70% at 50% 100%, rgb(0 0 0 / 0.28), transparent 48%),
        linear-gradient(180deg, rgb(12 20 16 / 0.34) 0%, rgb(21 36 28 / 0.5) 50%, rgb(12 20 16 / 0.6) 100%);
}

.mm-hero-cinema--premium .mm-hero-cinema__slide.is-active img {
    animation: mm-hero-cinema-zoom 9s ease-out forwards;
}

@keyframes mm-hero-cinema-zoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
    .mm-hero-cinema--premium .mm-hero-cinema__slide.is-active img {
        animation: none;
        transform: none;
    }
}

.mm-hero-cinema--premium .mm-hero-cinema__content {
    max-width: 42rem;
    width: 100%;
    padding: 0;
    gap: clamp(2.35rem, 4.5vw, 3.25rem);
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.mm-hero-cinema--premium .mm-hero-cinema__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.mm-hero-cinema--premium .mm-hero-cinema__title {
    margin: 0;
    font-size: clamp(2.25rem, 5.8vw, 3.5rem);
    font-weight: 800;
    line-height: 1.06;
    text-shadow: 0 2px 20px rgb(0 0 0 / 0.38);
}

.mm-hero-cinema--premium .mm-hero-cinema__subtitle {
    margin: 0.65rem 0 0;
    font-size: clamp(1.15rem, 2.6vw, 1.55rem);
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: rgb(232 213 163 / 0.95);
    text-shadow: 0 1px 14px rgb(0 0 0 / 0.32);
}

.mm-hero-cinema--premium .mm-hero-cinema__subtitle::after {
    content: '';
    display: block;
    width: 3.25rem;
    height: 1px;
    margin: 1.25rem auto 0;
    background: linear-gradient(90deg, transparent, var(--mm-gold), transparent);
}

.mm-hero-cinema--premium .mm-hero-cinema__lead {
    max-width: 32rem;
    margin: 1.25rem auto 0;
    font-size: clamp(0.95rem, 1.7vw, 1.05rem);
    line-height: 1.7;
    color: rgb(255 255 255 / 0.88);
    text-shadow: 0 1px 12px rgb(0 0 0 / 0.28);
}

.mm-hero-cinema--premium .mm-hero-cinema__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    padding-top: 0.25rem;
}

.mm-hero-cinema--premium .mm-hero-cinema__actions {
    margin-top: 0;
    width: auto;
    max-width: none;
    justify-content: center;
    gap: 0.85rem;
}

.mm-hero-cinema--premium .mm-hero-cinema__dots {
    margin-top: 0;
    gap: 0.55rem;
    padding: 0;
}

.mm-hero-cinema--premium .mm-hero-cinema__dot {
    width: 1.5rem;
    height: 0.2rem;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.28);
    transition: width 0.25s ease, background 0.25s ease;
}

.mm-hero-cinema--premium .mm-hero-cinema__dot.is-active {
    width: 2.15rem;
    transform: none;
    background: linear-gradient(90deg, var(--mm-gold), var(--mm-gold-soft));
}

.mm-hero-cinema--premium .mm-hero-cinema__scroll {
    display: none;
}

@media (max-width: 767px) {
    .mm-hero-cinema--premium {
        min-height: clamp(26rem, 78vh, 40rem);
        padding: clamp(4rem, 11vw, 5rem) 0 2.75rem;
    }

    .mm-hero-cinema--premium .mm-hero-cinema__content {
        gap: 2rem;
    }

    .mm-hero-cinema--premium .mm-hero-cinema__footer {
        gap: 1.35rem;
    }

    .mm-hero-cinema--premium .mm-hero-cinema__actions {
        width: 100%;
    }

    .mm-hero-cinema--premium .mm-hero-cinema__actions .mm-btn {
        flex: 1 1 auto;
        min-width: 9.5rem;
    }
}

@media (min-width: 768px) {
    .mm-hero-cinema--premium .mm-hero-cinema__content {
        animation: mm-hero-cinema-rise 0.9s ease both;
    }
}

@keyframes mm-hero-cinema-rise {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-hero-cinema--premium .mm-hero-cinema__content {
        animation: none;
    }
}

.mm-home .mm-hero--premium {
    padding: clamp(3.25rem, 7vw, 5.5rem) 0 clamp(6rem, 12vw, 8.5rem);
}

.mm-home .mm-hero--premium::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 7rem;
    background: linear-gradient(180deg, transparent, rgb(248 245 239 / 0.55));
    pointer-events: none;
}

.mm-home .mm-hero__subtitle {
    margin-bottom: 0.85rem;
    max-width: 34rem;
}

.mm-home .mm-hero__lead {
    margin: 0 0 1.35rem;
    max-width: 36rem;
    font-size: clamp(0.98rem, 1.6vw, 1.08rem);
    line-height: 1.72;
    color: rgb(255 255 255 / 0.76);
}

.mm-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1.65rem;
    padding: 0;
    list-style: none;
}

.mm-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgb(255 255 255 / 0.14);
    background: rgb(255 255 255 / 0.06);
    backdrop-filter: blur(6px);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.72);
}

.mm-hero__chip strong {
    font-size: 0.82rem;
    font-weight: 800;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--mm-gold);
    letter-spacing: 0.02em;
}

.mm-hero__visual--premium {
    position: relative;
}

.mm-hero__visual--premium::before {
    content: '';
    position: absolute;
    inset: -0.65rem -0.65rem auto auto;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(201 169 98 / 0.35), transparent 68%);
    pointer-events: none;
}

.mm-hero--showcase {
    background:
        radial-gradient(ellipse 72% 58% at 88% 12%, rgb(201 169 98 / 0.2), transparent 58%),
        radial-gradient(ellipse 48% 42% at 6% 88%, rgb(154 107 66 / 0.16), transparent 62%),
        linear-gradient(168deg, #15241c 0%, var(--mm-forest) 42%, var(--mm-forest-light) 100%);
}

.mm-hero--showcase.mm-hero--has-bg::after {
    display: none;
}

.mm-hero__showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
}

.mm-hero__showcase-card {
    display: grid;
    gap: 0.6rem;
    padding: 0.75rem 0.75rem 0.85rem;
    border-radius: 1.1rem;
    border: 1px solid rgb(255 255 255 / 0.16);
    background:
        linear-gradient(165deg, rgb(255 255 255 / 0.14), rgb(255 255 255 / 0.05)),
        rgb(255 255 255 / 0.03);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.12) inset,
        0 20px 44px rgb(0 0 0 / 0.22);
    backdrop-filter: blur(12px);
    text-decoration: none;
    color: inherit;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.mm-hero__showcase-card--link:hover,
.mm-hero__showcase-card--link:focus-visible {
    transform: translateY(-3px);
    border-color: rgb(232 213 163 / 0.45);
    box-shadow: 0 22px 46px rgb(0 0 0 / 0.24);
}

.mm-hero__showcase-badge {
    display: inline-flex;
    align-self: start;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgb(201 169 98 / 0.18);
    border: 1px solid rgb(232 213 163 / 0.35);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mm-gold-soft);
}

.mm-hero__showcase-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 0.75rem;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #fffdf8 0%, #f0ebe0 100%);
    box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 0.9),
        0 8px 20px rgb(0 0 0 / 0.08);
}

.mm-hero__showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.mm-hero__showcase-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2.5em;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    color: rgb(255 255 255 / 0.9);
}

@media (max-width: 899px) {
    .mm-home .mm-hero__copy {
        text-align: center;
    }

    .mm-home .mm-hero__subtitle,
    .mm-home .mm-hero__lead {
        margin-inline: auto;
    }

    .mm-hero__showcase {
        display: flex;
        gap: 0.75rem;
        max-width: none;
        margin-inline: calc(-1 * max(0px, (100vw - min(100% - 2rem, var(--mm-max))) / 2));
        padding-inline: max(1rem, calc((100vw - min(100% - 2rem, var(--mm-max))) / 2));
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mm-hero__showcase::-webkit-scrollbar {
        display: none;
    }

    .mm-hero__showcase-card {
        flex: 0 0 min(74vw, 15rem);
        scroll-snap-align: start;
    }

    .mm-hero__grid {
        gap: 2rem;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .mm-hero__showcase {
        gap: 0.65rem;
    }

    .mm-hero__showcase-name {
        font-size: 0.72rem;
    }
}

.mm-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 1.35rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    transform: translateX(-50%);
    text-decoration: none;
}

.mm-hero__scroll-line {
    display: block;
    width: 1px;
    height: 2.25rem;
    background: linear-gradient(180deg, transparent, rgb(232 213 163 / 0.85));
    border-radius: 999px;
    animation: mm-hero-scroll 2.2s ease-in-out infinite;
}

@keyframes mm-hero-scroll {
    0%, 100% { transform: translateY(0); opacity: 0.45; }
    50% { transform: translateY(0.35rem); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .mm-hero__scroll-line {
        animation: none;
        opacity: 0.75;
    }
}

.mm-home .mm-trust-bar--home {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 1.25rem 0 0.25rem;
    background: transparent;
}

.mm-trust-bar--home-compact .mm-trust-bar__panel--home {
    gap: 0.85rem;
    padding: 1.1rem 1.15rem;
    border-radius: 1rem;
    box-shadow: 0 10px 32px rgb(28 46 36 / 0.07);
}

.mm-trust-bar__partners-head--compact {
    margin-bottom: 0.15rem;
    text-align: center;
}

.mm-trust-bar--home-compact .mm-trust-bar__partners-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--mm-muted);
}

.mm-partners__grid--compact {
    gap: 0.75rem;
}

.mm-trust-bar--home-compact .mm-partners__card {
    padding: 0.85rem 0.75rem;
}

.mm-trust-bar--home-compact .mm-partners__desc,
.mm-trust-bar--home-compact .mm-partners__visit {
    font-size: 0.78rem;
}

.mm-trust-bar--home-compact .mm-partners__name {
    font-size: 0.88rem;
}

.mm-trust-bar__panel--home {
    gap: 1.25rem;
    padding: 1.5rem 1.5rem 1.35rem;
    border-radius: 1.35rem;
    box-shadow:
        0 28px 60px rgb(28 46 36 / 0.12),
        inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.mm-trust-bar__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(28 46 36 / 0.08);
}

.mm-trust-bar__metric {
    display: grid;
    gap: 0.2rem;
    justify-items: center;
    text-align: center;
    padding: 0.75rem 0.55rem;
    border-radius: 0.85rem;
    background: rgb(255 255 255 / 0.55);
    border: 1px solid rgb(28 46 36 / 0.06);
}

.mm-home .mm-partners__card {
    padding: 1rem 0.85rem 0.9rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mm-home .mm-partners__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(28 46 36 / 0.1);
}

.mm-home .mm-partners__visit {
    font-size: 0.68rem;
}

.mm-section--featured {
    background:
        linear-gradient(180deg, var(--mm-white) 0%, rgb(248 245 239 / 0.65) 100%);
}

.mm-home .mm-section--about {
    background:
        radial-gradient(ellipse 60% 45% at 100% 0%, rgb(201 169 98 / 0.07), transparent 70%),
        var(--mm-white);
}

.mm-home .mm-section--contact-home {
    background:
        linear-gradient(180deg, var(--mm-white) 0%, var(--mm-cream) 100%);
}

.mm-section--home-info {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    background: var(--mm-white);
    border-top: 1px solid rgb(28 46 36 / 0.08);
}

.mm-home-info {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 768px) {
    .mm-home-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.mm-home-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 0 0.75rem;
    transition: color 0.2s ease;
}

.mm-home-info__item:hover .mm-home-info__title {
    color: var(--mm-gold);
}

.mm-home-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    color: var(--mm-forest);
}

.mm-home-info__icon .mm-feature__icon-svg {
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    padding: 0;
    background: none;
}

.mm-home-info__title {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mm-forest);
    transition: color 0.2s ease;
}

.mm-home-info__text {
    margin: 0;
    max-width: 18rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgb(28 46 36 / 0.72);
}

.mm-contact-cta--home {
    max-width: 40rem;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 2.75rem);
    text-align: center;
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.08);
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    box-shadow: 0 12px 32px rgb(28 46 36 / 0.06);
}

.mm-contact-cta--home .mm-section__eyebrow,
.mm-contact-cta--home .mm-section__title,
.mm-contact-cta--home .mm-section__sub {
    text-align: center;
}

.mm-contact-cta--home .mm-section__sub {
    margin-bottom: 1.5rem;
}

.mm-contact-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.mm-featured-empty {
    grid-column: 1 / -1;
    margin: 0;
}

.mm-home .mm-product-grid--home {
    gap: 1.25rem;
}

.mm-about--premium {
    gap: 2rem;
}

.mm-about__intro .mm-section__title {
    text-align: left;
    margin-bottom: 0.85rem;
}

.mm-about__intro .mm-section__eyebrow {
    text-align: left;
}

.mm-about__partners {
    margin-top: 0.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgb(28 46 36 / 0.1);
}

.mm-about__partners-title {
    margin: 0 0 1.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-partners__grid--about {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.mm-partners__card--about {
    padding: 1.1rem 1rem;
    background: rgb(255 255 255 / 0.72);
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: var(--mm-radius-md);
    box-shadow: none;
    text-align: center;
}

.mm-partners__card--about:hover {
    border-color: rgb(201 169 98 / 0.35);
    box-shadow: 0 8px 22px rgb(28 46 36 / 0.06);
    transform: translateY(-2px);
}

.mm-partners__card--about .mm-partners__desc {
    font-size: 0.78rem;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .mm-partners__grid--about {
        grid-template-columns: 1fr;
    }
}

.mm-pillars--premium {
    gap: 0.85rem;
}

.mm-pillar--premium {
    position: relative;
    padding: 1.35rem 1.35rem 1.25rem 1.5rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.1);
    border-left: none;
    border-radius: var(--mm-radius-lg);
    box-shadow: 0 10px 28px rgb(28 46 36 / 0.05);
}

.mm-pillar--premium::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: var(--mm-radius-lg) 0 0 var(--mm-radius-lg);
    background: linear-gradient(180deg, var(--mm-gold), var(--mm-cork));
}

.mm-pillar__index {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--mm-gold);
}

.mm-pillar--premium h3 {
    font-size: 1.2rem;
}

.mm-section--cork {
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.mm-cork-banner--premium {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 2.75rem);
    border: 1px solid rgb(201 169 98 / 0.28);
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.2), transparent 42%),
        linear-gradient(145deg, var(--mm-forest) 0%, #15241c 55%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
    box-shadow: 0 20px 48px rgb(28 46 36 / 0.18);
}

.mm-cork-banner--premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.mm-cork-banner__eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-cork-banner--premium h2,
.mm-cork-banner--premium p {
    position: relative;
}

.mm-cork-banner__title {
    margin: 0 0 1.5rem;
    font-family: var(--mm-display);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--mm-white);
}

.mm-cork-banner__points {
    position: relative;
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 900px) {
    .mm-cork-banner__points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

.mm-cork-banner__point {
    display: grid;
    gap: 0.75rem;
    padding: 1.15rem 1.1rem 1.1rem;
    border-radius: var(--mm-radius-md);
    border: 1px solid rgb(255 255 255 / 0.1);
    background: rgb(255 255 255 / 0.04);
}

.mm-cork-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: rgb(201 169 98 / 0.18);
    border: 1px solid rgb(201 169 98 / 0.45);
    color: var(--mm-gold);
}

.mm-cork-banner__icon svg {
    display: block;
    flex-shrink: 0;
}

.mm-cork-banner__point p {
    margin: 0;
    font-size: 0.95rem;
    line-height: var(--mm-line-height);
    word-spacing: var(--mm-word-spacing);
    color: rgb(255 255 255 / 0.8);
}

.mm-cork-banner--premium h2 {
    color: var(--mm-white);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.mm-cork-banner--premium p {
    color: rgb(255 255 255 / 0.78);
}

.mm-section--benefits {
    background:
        linear-gradient(180deg, var(--mm-white) 0%, var(--mm-cream) 100%);
}

.mm-features--premium {
    margin-top: 0.5rem;
}

.mm-feature--premium {
    border: 1px solid rgb(255 255 255 / 0.08);
    box-shadow: 0 16px 36px rgb(28 46 36 / 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mm-feature--premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgb(28 46 36 / 0.22);
}

.mm-feature--premium .mm-feature__icon-svg {
    width: 2rem;
    height: 2rem;
    padding: 0.45rem;
    border-radius: 0.75rem;
    background: rgb(255 255 255 / 0.08);
}

.mm-contact--home .mm-contact__card--premium {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 12px 32px rgb(28 46 36 / 0.06);
}

.mm-contact--home .mm-contact__card--premium h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.mm-contact__cta {
    margin: auto 0 0;
    padding-top: 1.25rem;
}

@media (max-width: 989px) {
    .mm-trust-bar__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-home .mm-trust-bar--home {
        margin-top: -2.5rem;
    }
}

@media (max-width: 767px) {
    .mm-about__intro .mm-section__title,
    .mm-about__intro .mm-section__eyebrow {
        text-align: center;
    }

    .mm-about--premium {
        text-align: center;
    }

    .mm-hero__chips {
        justify-content: center;
    }

    .mm-hero__scroll {
        display: none;
    }
}

@media (min-width: 768px) {
    .mm-about--premium {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: start;
    }
}

.mm-section {
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.mm-section--alt { background: var(--mm-white); }

.mm-section__head {
    margin-bottom: 2.5rem;
    text-align: center;
    max-width: 40rem;
    margin-inline: auto;
}

.mm-section__eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-cork);
}

.mm-section__title {
    margin: 0 0 0.75rem;
    font-family: var(--mm-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--mm-forest);
}

.mm-section__sub {
    margin: 0;
    color: var(--mm-muted);
    font-size: 1.05rem;
}

.mm-about {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 768px) {
    .mm-about { grid-template-columns: 1fr 1fr; }
}

.mm-about__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--mm-muted);
}

.mm-pillars { display: grid; gap: 1rem; }

.mm-pillar {
    padding: 1.25rem 1.5rem;
    background: var(--mm-cream);
    border-radius: var(--mm-radius);
    border-left: 3px solid var(--mm-gold);
}

.mm-pillar h3 {
    margin: 0 0 0.35rem;
    font-family: var(--mm-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-pillar p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--mm-muted);
    line-height: 1.6;
}

.mm-cat-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.mm-cat-grid--home {
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .mm-cat-grid--home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .mm-cat-grid--home {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.mm-cat-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: var(--mm-white);
    border: 1px solid rgb(28 46 36 / 0.06);
    border-radius: var(--mm-radius);
    text-decoration: none;
    color: inherit;
    box-shadow: var(--mm-shadow);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.mm-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mm-shadow-lg);
    border-color: var(--mm-gold-soft);
}

.mm-cat-card__icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--mm-cream) 0%, var(--mm-cream-dark) 100%);
    border-radius: 0.75rem;
    color: var(--mm-cork);
}

.mm-cat-card__icon--photo {
    width: 4.25rem;
    height: 4.25rem;
    padding: 0.45rem;
    background: linear-gradient(165deg, var(--mm-white) 0%, var(--mm-cream) 100%);
    border: 1px solid rgb(201 169 98 / 0.16);
}

.mm-cat-card__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-cat-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.mm-cat-card__name {
    margin: 0 0 0.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--mm-forest);
}

.mm-cat-card__count {
    font-size: 0.8rem;
    color: var(--mm-muted);
}

/* Premium categories (homepage) */
.mm-section--premium {
    position: relative;
    overflow: hidden;
}

.mm-section--categories {
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgb(201 169 98 / 0.09), transparent 70%),
        linear-gradient(180deg, var(--mm-white) 0%, var(--mm-cream) 55%, var(--mm-white) 100%);
}

.mm-section--categories::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(28 46 36 / 0.035) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.35), transparent 85%);
}

.mm-section__head--premium .mm-section__eyebrow {
    color: var(--mm-gold);
}

.mm-section__head--premium .mm-section__title::after {
    content: '';
    display: block;
    width: 4.5rem;
    height: 2px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, var(--mm-gold), var(--mm-gold-soft));
    border-radius: 999px;
}

.mm-cat-grid--home {
    position: relative;
    z-index: 1;
}

.mm-cat-card--premium {
    position: relative;
    min-height: 11.5rem;
    padding: 1.85rem 1.6rem 1.5rem;
    background: linear-gradient(165deg, rgb(255 255 255 / 0.98) 0%, rgb(253 251 247 / 0.96) 100%);
    border: 1px solid rgb(201 169 98 / 0.22);
    border-radius: var(--mm-radius-lg);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.9) inset,
        0 12px 32px rgb(28 46 36 / 0.06);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease;
    overflow: hidden;
}

.mm-cat-card--premium::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--mm-gold), var(--mm-gold-soft), var(--mm-gold));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mm-cat-card--premium::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 9rem;
    height: 9rem;
    background: radial-gradient(circle, rgb(201 169 98 / 0.14), transparent 70%);
    pointer-events: none;
    transition: transform 0.35s ease;
}

.mm-cat-card--premium:hover {
    transform: translateY(-8px);
    border-color: rgb(201 169 98 / 0.5);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.95) inset,
        0 24px 56px rgb(28 46 36 / 0.12);
}

.mm-cat-card--premium:hover::before {
    opacity: 1;
}

.mm-cat-card--premium:hover::after {
    transform: scale(1.15);
}

.mm-cat-card--premium .mm-cat-card__icon {
    width: 3.35rem;
    height: 3.35rem;
    margin-bottom: 1.15rem;
    background: linear-gradient(145deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-gold-soft);
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgb(28 46 36 / 0.18);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.mm-cat-card--premium .mm-cat-card__icon--photo {
    width: 4.75rem;
    height: 4.75rem;
    padding: 0.5rem;
    background: linear-gradient(165deg, var(--mm-white) 0%, #fbf7ef 100%);
    border: 1px solid rgb(201 169 98 / 0.28);
    color: inherit;
}

.mm-cat-card--premium:hover .mm-cat-card__icon {
    transform: scale(1.06);
    background: linear-gradient(145deg, var(--mm-gold) 0%, #b8944a 100%);
    color: var(--mm-forest);
    box-shadow: 0 12px 28px rgb(201 169 98 / 0.35);
}

.mm-cat-card--premium:hover .mm-cat-card__icon--photo {
    background: linear-gradient(165deg, var(--mm-white) 0%, #fff9ee 100%);
    border-color: rgb(201 169 98 / 0.55);
    box-shadow: 0 12px 28px rgb(201 169 98 / 0.22);
}

.mm-cat-card--premium .mm-cat-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.mm-cat-card--premium .mm-cat-card__name {
    margin: 0 0 0.35rem;
    font-family: var(--mm-display);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--mm-forest);
}

.mm-cat-card--premium .mm-cat-card__count {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mm-cork);
}

.mm-cat-card__arrow {
    display: block;
    margin-top: auto;
    padding-top: 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mm-gold);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s ease;
}

.mm-cat-card--premium:hover .mm-cat-card__arrow {
    opacity: 1;
    transform: translateY(0);
    color: var(--mm-forest);
}

.mm-product-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.mm-product-card {
    display: flex;
    flex-direction: column;
    background: var(--mm-white);
    border-radius: var(--mm-radius-lg);
    overflow: hidden;
    border: 1px solid rgb(28 46 36 / 0.06);
    box-shadow: var(--mm-shadow);
    transition: transform 0.25s, box-shadow 0.25s;
    height: 100%;
}

.mm-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mm-shadow-lg);
}

.mm-product-card__img {
    position: relative;
    aspect-ratio: 4 / 3;
    background: var(--mm-cream-dark);
    overflow: hidden;
}

.mm-product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease-out;
    will-change: transform;
}

.mm-img-zoom {
    cursor: zoom-in;
    overflow: hidden;
}

.mm-img-zoom.is-zooming {
    cursor: crosshair;
}

.mm-img-zoom img {
    transition: transform 0.2s ease-out;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .mm-img-zoom img {
        transition: none;
    }
}

.mm-product-card__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: 100%;
    font-size: 0.85rem;
    color: var(--mm-muted);
}

.mm-product-card__placeholder span {
    font-size: 1.75rem;
    opacity: 0.5;
}

.mm-product-card__body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mm-product-card__cat {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mm-cork);
    margin-bottom: 0.35rem;
}

.mm-product-card__name {
    margin: 0 0 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--mm-forest);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.mm-product-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(28 46 36 / 0.55);
    color: var(--mm-white);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.25s;
}

.mm-product-card:hover .mm-product-card__overlay {
    opacity: 1;
}

.mm-product-card__price {
    margin-top: auto;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--mm-forest-light);
}

/* Premium product card */
.mm-product-card--premium {
    border-color: rgb(28 46 36 / 0.08);
    box-shadow: 0 10px 28px rgb(28 46 36 / 0.05);
}

.mm-product-card--premium:hover {
    transform: translateY(-3px);
    border-color: rgb(154 107 66 / 0.45);
    box-shadow: 0 16px 36px rgb(28 46 36 / 0.08);
}

.mm-product-card--premium .mm-product-card__img {
    aspect-ratio: 1 / 1;
    background: var(--mm-white);
}

.mm-product-card__img--edge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
    transform: none !important;
}

.mm-product-card__img {
    position: relative;
}

.mm-product-card__badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.mm-product-card__sold-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 36%, rgb(255 255 255 / 0.08) 0%, rgb(255 255 255 / 0) 48%),
        linear-gradient(180deg, rgb(16 24 20 / 0.12) 0%, rgb(16 24 20 / 0.6) 100%);
    backdrop-filter: saturate(0.78);
}

.mm-product-card--sold-out .mm-product-card__img img {
    filter: grayscale(0.9) brightness(0.68) contrast(0.95);
    transform: scale(1.03);
}

.mm-product-card--sold-out:hover {
    transform: none;
    box-shadow: var(--mm-shadow);
}

.mm-product-card--sold-out .mm-product-card__name--premium,
.mm-product-card--sold-out .mm-product-card__price--premium,
.mm-product-card--sold-out .mm-product-card__meta {
    opacity: 0.72;
}

.mm-product-card__badge--sold-out {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 10.25rem;
    padding: 0.68rem 1.18rem 0.62rem;
    border-radius: 1.25rem;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0.25);
    background:
        linear-gradient(135deg, rgb(172 43 43 / 0.96) 0%, rgb(112 24 24 / 0.94) 56%, rgb(85 18 18 / 0.94) 100%),
        linear-gradient(180deg, rgb(255 255 255 / 0.14) 0%, rgb(255 255 255 / 0) 44%);
    border: 1px solid rgb(218 189 120 / 0.95);
    box-shadow:
        0 12px 32px rgb(69 16 16 / 0.45),
        0 0 0 1px rgb(255 255 255 / 0.2) inset,
        0 0 0 3px rgb(201 169 98 / 0.24);
    display: grid;
    gap: 0.2rem;
}

.mm-product-card__badge-title {
    display: block;
    line-height: 1;
}

.mm-product-card__badge-subtitle {
    display: block;
    font-size: 0.57rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgb(255 245 222 / 0.88);
    line-height: 1.1;
}

.mm-product-card__notify {
    border-top: 1px solid rgb(201 169 98 / 0.22);
    padding: 0.72rem 1rem 0.95rem;
    background: linear-gradient(180deg, rgb(255 255 255 / 0.72), rgb(247 244 236 / 0.94));
}

.mm-product-card__notify-trigger {
    width: 100%;
    border-color: rgb(201 169 98 / 0.52);
    background: linear-gradient(180deg, rgb(255 255 255 / 0.96), rgb(248 244 234 / 0.96));
    color: var(--mm-forest);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 0.72rem;
    margin-top: 0;
    padding-block: 0.52rem;
}

.mm-product-card__notify-icon {
    transform-origin: 50% 0%;
    transition: transform 0.22s ease, color 0.22s ease, opacity 0.22s ease;
    opacity: 0.88;
}

.mm-product-card__notify-trigger.is-sent {
    border-color: rgb(60 121 89 / 0.35);
    background: linear-gradient(180deg, rgb(243 251 247), rgb(232 245 238));
    color: #276949;
    cursor: default;
}

.mm-product-card__notify-trigger:hover,
.mm-product-card__notify-trigger.is-open {
    border-color: rgb(170 133 54 / 0.9);
    background: linear-gradient(180deg, rgb(255 255 255), rgb(245 238 222));
    box-shadow: 0 10px 20px rgb(49 41 26 / 0.11);
    transform: translateY(-1px);
}

.mm-product-card__notify-trigger.is-sent:hover {
    transform: none;
    box-shadow: none;
}

.mm-product-card__notify-trigger:hover .mm-product-card__notify-icon,
.mm-product-card__notify-trigger.is-open .mm-product-card__notify-icon {
    transform: rotate(-10deg) translateY(-1px);
    opacity: 1;
    color: #9d7d34;
}

.mm-product-card__notify-trigger.is-sent .mm-product-card__notify-icon {
    color: #2f7d55;
    opacity: 1;
}

.mm-product-card__notify-panel {
    margin-top: 0.75rem;
    border-radius: 0.85rem;
    border: 1px solid rgb(201 169 98 / 0.28);
    background: rgb(255 255 255 / 0.94);
    padding: 0.9rem 0.95rem 1rem;
    box-shadow: 0 8px 20px rgb(28 46 36 / 0.06);
}

.mm-product-card__notify-copy {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #606763;
}

.mm-product-card__notify-copy--sent {
    margin: 0;
    color: #2f7d55;
    font-weight: 600;
}

.mm-product-card__notify-lead {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgb(28 46 36 / 0.72);
}

.mm-product-card__notify-form {
    display: grid;
    gap: 0.65rem;
}

.mm-product-card__notify-label {
    display: grid;
    gap: 0.22rem;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #777;
}

.mm-product-card__notify-label input {
    height: 2.1rem;
    border-radius: 0.58rem;
    border: 1px solid rgb(191 194 188 / 0.8);
    background: #fff;
    color: #2f3733;
    padding: 0.35rem 0.6rem;
    font: inherit;
    text-transform: none;
    letter-spacing: 0;
}

.mm-product-card__notify-label input:focus {
    outline: none;
    border-color: rgb(201 169 98 / 0.88);
    box-shadow: 0 0 0 3px rgb(201 169 98 / 0.18);
}

.mm-product-card__notify-submit {
    height: 2.2rem;
    border-radius: 0.62rem;
    color: var(--mm-forest);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgb(201 169 98 / 0.28);
}

.mm-product-card--premium .mm-product-card__body {
    padding: 0.7rem 1.15rem 1.25rem;
    gap: 0.28rem;
    align-items: stretch;
    text-align: center;
    border-top: none;
    position: relative;
}

.mm-product-card--premium .mm-product-card__body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 58%;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(201 169 98 / 0.85) 18%,
        var(--mm-gold) 50%,
        rgb(201 169 98 / 0.85) 82%,
        transparent 100%
    );
    transition: width 0.25s ease, opacity 0.25s ease;
}

.mm-product-card--premium:hover .mm-product-card__body::before {
    width: 72%;
}

.mm-product-card--premium .mm-product-card__cat {
    width: 100%;
    font-size: 0.85rem;
    text-align: left;
    margin-bottom: 0.15rem;
}

.mm-product-card__name--premium {
    width: 100%;
    min-height: 0;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.28;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mm-product-card__meta {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
    color: rgb(28 46 36 / 0.58);
    text-align: center;
}

.mm-product-card__price--premium {
    margin-top: 0.3rem;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
    text-align: center;
}

.mm-product-card__footnote {
    margin: 0.25rem 0 0;
    width: 100%;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(28 46 36 / 0.42);
    text-align: center;
}

.mm-features {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .mm-features { grid-template-columns: repeat(3, 1fr); }
}

.mm-feature {
    padding: 2rem;
    background: linear-gradient(145deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    border-radius: var(--mm-radius-lg);
    color: var(--mm-white);
}

.mm-feature__icon { display: none; }

.mm-feature__icon-svg {
    display: block;
    margin-bottom: 1rem;
    color: var(--mm-gold-soft);
}

.mm-feature h3 {
    margin: 0 0 0.5rem;
    font-family: var(--mm-display);
    font-size: 1.5rem;
    font-weight: 600;
}

.mm-feature p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgb(255 255 255 / 0.75);
}

.mm-cork-banner {
    padding: 3rem;
    background:
        linear-gradient(135deg, rgb(154 107 66 / 0.08) 0%, rgb(201 169 98 / 0.12) 100%),
        var(--mm-cream-dark);
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(154 107 66 / 0.15);
}

.mm-cork-banner h2 {
    margin: 0 0 0.75rem;
    font-family: var(--mm-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-cork-banner p {
    margin: 0;
    max-width: 50rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--mm-muted);
}

.mm-cork-banner.mm-cork-banner--premium {
    padding: clamp(2rem, 4vw, 2.75rem);
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.2), transparent 42%),
        linear-gradient(145deg, var(--mm-forest) 0%, #15241c 55%, var(--mm-forest-light) 100%);
    border: 1px solid rgb(201 169 98 / 0.28);
    border-radius: var(--mm-radius-lg);
    color: var(--mm-white);
    box-shadow: 0 20px 48px rgb(28 46 36 / 0.18);
}

.mm-cork-banner.mm-cork-banner--premium .mm-cork-banner__title,
.mm-cork-banner.mm-cork-banner--premium h2 {
    color: var(--mm-white);
}

.mm-cork-banner.mm-cork-banner--premium .mm-cork-banner__point p {
    max-width: none;
    font-size: 0.95rem;
    line-height: var(--mm-line-height);
    word-spacing: var(--mm-word-spacing);
    color: rgb(255 255 255 / 0.84);
}

.mm-cork-banner.mm-cork-banner--premium .mm-cork-banner__icon {
    background: rgb(201 169 98 / 0.22);
    border-color: rgb(232 213 163 / 0.55);
    color: #f0dfa8;
}

.mm-contact {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .mm-contact { grid-template-columns: 1fr 1fr; }
}

.mm-contact__card {
    padding: 1.4rem 1.45rem 1.5rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-contact__card h3 {
    margin: 0 0 1.25rem;
    font-family: var(--mm-display);
    font-size: 1.75rem;
    color: var(--mm-forest);
}

.mm-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mm-contact__list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--mm-cream-dark);
    font-size: 0.95rem;
}

.mm-contact__list li:last-child { border-bottom: none; }

.mm-contact__list a {
    color: var(--mm-forest-light);
    text-decoration: none;
    font-weight: 500;
}

.mm-contact__list a:hover { color: var(--mm-cork); }

.mm-section--contact {
    padding-top: 1.75rem;
}

.mm-page-hero--contact {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-contact-page {
    display: grid;
    gap: 1.25rem;
}

.mm-contact-page__split {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 960px) {
    .mm-contact-page__split {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
        gap: 1.5rem;
    }
}

.mm-contact-page__form-card,
.mm-contact-page__info-card {
    height: 100%;
}

.mm-contact-page__brand {
    margin-bottom: 1.15rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-contact-page__brand img {
    display: block;
    width: min(100%, 15rem);
    height: auto;
}

.mm-contact-page__heading {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-contact-page__form-lead {
    margin: -0.35rem 0 1.2rem;
    color: var(--mm-muted);
    font-size: 0.95rem;
}

.mm-contact-page__form-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .mm-contact-page__form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.mm-contact-page__form-field--full {
    grid-column: 1 / -1;
}

.mm-contact-page__form {
    display: grid;
    gap: 1.25rem;
}

.mm-contact-page__channels {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.mm-contact-page__channel {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: var(--mm-radius);
    background: rgb(255 255 255 / 0.55);
}

.mm-contact-page__channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgb(201 169 98 / 0.14);
    border: 1px solid rgb(201 169 98 / 0.28);
    color: var(--mm-forest);
}

.mm-contact-page__channel strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-contact-page__channel p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.55;
    color: var(--mm-forest);
}

.mm-contact-page__channel a {
    color: var(--mm-forest);
    text-decoration: none;
    font-weight: 600;
}

.mm-contact-page__channel a:hover {
    color: var(--mm-cork);
}

.mm-contact-page__map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-contact-page__map-head .mm-contact-page__heading {
    margin: 0;
}

.mm-contact-page__map-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mm-forest-light);
    text-decoration: none;
    white-space: nowrap;
}

.mm-contact-page__map-link:hover {
    color: var(--mm-cork);
}

.mm-contact-page__map {
    overflow: hidden;
    border-radius: var(--mm-radius);
    border: 1px solid rgb(28 46 36 / 0.08);
    background: var(--mm-cream-dark);
    aspect-ratio: 4 / 3;
}

.mm-contact-page__map--hero {
    aspect-ratio: 21 / 8;
}

@media (max-width: 767px) {
    .mm-contact-page__map--hero {
        aspect-ratio: 4 / 3;
    }
}

.mm-contact-page__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.mm-contact-page__company-grid {
    display: grid;
    gap: 1rem 1.5rem;
    margin: 0;
}

@media (min-width: 640px) {
    .mm-contact-page__company-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .mm-contact-page__company-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.mm-contact-page__company-grid div {
    display: grid;
    gap: 0.25rem;
    padding: 0.85rem 1rem;
    border-radius: var(--mm-radius);
    background: rgb(255 255 255 / 0.65);
    border: 1px solid rgb(28 46 36 / 0.08);
}

.mm-contact-page__company-grid dt {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-contact-page__company-grid dd {
    margin: 0;
    font-size: 0.95rem;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: var(--mm-font);
    color: var(--mm-forest);
    font-weight: 700;
}

.mm-contact-page__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mm-contact-page__success {
    scroll-margin-top: 7.5rem;
    padding: 1.15rem 1.4rem;
    border-radius: 14px;
    background: rgb(47 107 69 / 0.12);
    border: 1px solid rgb(47 107 69 / 0.22);
    color: #2f6b45;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.55;
    text-align: center;
    outline: none;
    overflow: visible;
    animation: mm-contact-success-in 0.45s ease both;
}

@keyframes mm-contact-success-in {
    from {
        opacity: 0;
        transform: translateY(-0.35rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-contact-page__success {
        animation: none;
    }
}

.mm-footer {
    padding: 2.75rem 0 0;
    background: var(--mm-forest);
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
}

.mm-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
    gap: 2rem 2.5rem;
    padding-bottom: 2rem;
}

.mm-footer__brand strong {
    display: block;
    color: var(--mm-gold-soft);
    font-family: var(--mm-display);
    font-size: 1.35rem;
    letter-spacing: 0.06em;
}

.mm-footer__company {
    display: block;
    margin-top: 0.2rem;
    color: rgb(255 255 255 / 0.55);
    font-size: 0.82rem;
}

.mm-footer__address,
.mm-footer__contact {
    margin: 0.85rem 0 0;
    max-width: 28rem;
    line-height: 1.55;
}

.mm-footer__nav-title {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mm-gold-soft);
}

.mm-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.mm-footer__bottom {
    padding: 1.1rem 0 1.35rem;
    border-top: 1px solid rgb(255 255 255 / 0.08);
    color: rgb(255 255 255 / 0.5);
    font-size: 0.8rem;
}

.mm-footer a {
    color: rgb(255 255 255 / 0.82);
    text-decoration: none;
}

.mm-footer a:hover { color: var(--mm-gold-soft); text-decoration: underline; }

@media (max-width: 768px) {
    .mm-footer__inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.mm-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: 0.5rem;
    cursor: pointer;
}

@media (min-width: 900px) {
    .mm-nav-toggle { display: none; }
}

.mm-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mm-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.mm-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mm-nav-toggle span {
    display: block;
    width: 1.1rem;
    height: 2px;
    margin-inline: auto;
    background: var(--mm-forest);
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mm-nav-mobile {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem 1rem;
    background: var(--mm-cream);
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
}

.mm-nav-mobile[hidden] { display: none; }

@media (min-width: 900px) {
    .mm-nav-mobile { display: none !important; }
}

.mm-nav-mobile a {
    display: block;
    padding: 0.75rem 0.5rem;
    font-weight: 500;
    color: var(--mm-forest);
    text-decoration: none;
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
}

.mm-nav-mobile__group {
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
}

.mm-nav-mobile__group summary {
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    color: var(--mm-forest);
    cursor: pointer;
    list-style: none;
}

.mm-nav-mobile__group summary::-webkit-details-marker {
    display: none;
}

.mm-nav-mobile__sub a {
    padding-left: 1rem;
    font-size: 0.92rem;
    color: var(--mm-muted);
}

.mm-text-center { text-align: center; margin-top: 2rem; }

/* Product card link wrapper */
.mm-product-card__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

/* Page hero (inner pages) */
.mm-page-hero {
    padding: 2.5rem 0;
    background: linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
}

.mm-page-hero--compact { padding: 2rem 0 2.5rem; }

.mm-page-hero__title {
    margin: 0.75rem 0 0;
    font-family: var(--mm-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.mm-section__title--left { text-align: left; margin-bottom: 1.5rem; }

.mm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
}

.mm-breadcrumb a {
    color: var(--mm-gold-soft);
    text-decoration: none;
}

.mm-breadcrumb a:hover { text-decoration: underline; }

.mm-breadcrumb__sep { color: rgb(255 255 255 / 0.4); }

.mm-breadcrumb--light a {
    color: var(--mm-forest-light);
}

.mm-breadcrumb--light .mm-breadcrumb__sep {
    color: var(--mm-muted);
}

.mm-breadcrumb--light span:not(.mm-breadcrumb__sep) {
    color: var(--mm-muted);
    font-weight: 500;
}

/* Product detail */
.mm-page-hero--product {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-page-hero--product.mm-page-hero--compact {
    padding-bottom: 2rem;
}

.mm-product-toolbar {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0;
    padding: 0.9rem 1rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-product-toolbar__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.75rem;
}

.mm-product-toolbar__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--mm-forest);
    text-decoration: none;
    background: rgb(28 46 36 / 0.04);
    border: 1px solid rgb(28 46 36 / 0.1);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mm-product-toolbar__back:hover {
    color: var(--mm-forest);
    background: rgb(201 169 98 / 0.12);
    border-color: rgb(201 169 98 / 0.32);
    text-decoration: none;
}

.mm-product-toolbar__divider {
    width: 1px;
    height: 1.35rem;
    background: rgb(28 46 36 / 0.12);
    flex-shrink: 0;
}

.mm-product-toolbar__cat {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mm-forest);
    text-decoration: none;
    background: rgb(201 169 98 / 0.16);
    border: 1px solid rgb(201 169 98 / 0.34);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.mm-product-toolbar__cat:hover {
    background: rgb(201 169 98 / 0.24);
    border-color: var(--mm-gold);
    box-shadow: 0 6px 16px rgb(201 169 98 / 0.18);
    text-decoration: none;
}

.mm-product-toolbar__sku {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    margin-left: auto;
    padding: 0.4rem 0.75rem;
    border-radius: 0.75rem;
    background: rgb(255 255 255 / 0.72);
    border: 1px solid rgb(28 46 36 / 0.1);
}

.mm-product-toolbar__sku-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-product-toolbar__sku-value {
    font-size: 0.92rem;
    font-weight: 800;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-variant-numeric: tabular-nums;
    color: var(--mm-forest);
    letter-spacing: 0.02em;
}

.mm-product-toolbar__search {
    min-width: 0;
}

.mm-product-toolbar__search .mm-search {
    width: 100%;
}

@media (max-width: 639px) {
    .mm-product-toolbar__nav {
        gap: 0.5rem;
    }

    .mm-product-toolbar__sku {
        margin-left: 0;
        align-items: flex-start;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mm-product-toolbar__divider {
        display: none;
    }
}

@media (min-width: 640px) {
    .mm-product-toolbar__nav {
        flex-wrap: nowrap;
    }
}

.mm-catalog-results--similar {
    padding: 1.15rem;
    border-radius: var(--mm-radius-lg);
    background:
        linear-gradient(160deg, rgb(241 236 226 / 0.98), rgb(232 225 212 / 0.94));
    border: 1px solid rgb(28 46 36 / 0.14);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.45);
}

.mm-catalog-results--similar .mm-product-card--premium {
    border: 1px solid rgb(28 46 36 / 0.16);
    box-shadow:
        0 1px 2px rgb(28 46 36 / 0.05),
        0 10px 28px rgb(28 46 36 / 0.1);
}

.mm-catalog-results--similar .mm-product-card--premium:hover {
    transform: translateY(-3px);
    border-color: rgb(154 107 66 / 0.42);
    box-shadow:
        0 4px 10px rgb(28 46 36 / 0.07),
        0 18px 40px rgb(28 46 36 / 0.14);
}

.mm-section--product-premium {
    padding-top: 1.75rem;
}

.mm-product-detail {
    display: grid;
    gap: 2.5rem;
    margin-top: 1.5rem;
}

.mm-product-detail--premium {
    margin-top: 0;
    gap: 1.5rem;
}

@media (min-width: 900px) {
    .mm-product-detail,
    .mm-product-detail--premium {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        align-items: start;
        gap: 1.75rem;
    }
}

.mm-product-detail__panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.mm-product-detail__alerts {
    display: grid;
    gap: 0.65rem;
}

.mm-product-detail__alerts .mm-flash {
    margin-top: 0;
}

.mm-product-detail__price-wrap {
    margin-bottom: 1rem;
}

.mm-product-detail__price-label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-product-detail__price-wrap[hidden] {
    display: none !important;
}

.mm-product-detail__desc-head {
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-product-detail__desc-eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-product-detail__desc-title {
    margin: 0;
    font-family: var(--mm-display);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--mm-forest);
}

.mm-product-detail__media-card,
.mm-product-detail__buy-card,
.mm-product-detail__desc-card {
    padding: 1.15rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-product-detail__buy-card {
    padding: 1.35rem 1.4rem 1.45rem;
}

.mm-product-detail__desc-card {
    padding: 1.35rem 1.4rem 1.5rem;
}

.mm-product-detail__gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mm-product-detail__main-img {
    border-radius: calc(var(--mm-radius-lg) - 4px);
    overflow: hidden;
    background: var(--mm-cream-dark);
    border: 1px solid rgb(28 46 36 / 0.08);
    box-shadow: none;
}

.mm-product-detail__main-img .mm-product-detail__img {
    border-radius: 0;
    width: 100%;
    display: block;
}

.mm-product-detail__thumbs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mm-product-detail__thumb {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    background: var(--mm-cream-dark);
    flex-shrink: 0;
}

.mm-product-detail__thumb.is-active {
    border-color: var(--mm-gold);
}

.mm-product-detail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-product-detail__desc img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.mm-product-detail__desc p {
    margin: 0 0 0.75rem;
}

.mm-product-detail__desc ul,
.mm-product-detail__desc ol {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
}

.mm-product-detail__img {
    width: 100%;
    display: block;
    background: var(--mm-cream-dark);
}

.mm-product-detail__placeholder {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mm-cream-dark);
    border-radius: var(--mm-radius-lg);
    color: var(--mm-muted);
}

.mm-product-detail__cat {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mm-forest);
    text-decoration: none;
    background: rgb(201 169 98 / 0.12);
    border-radius: 999px;
    border: 1px solid rgb(201 169 98 / 0.28);
    transition: background 0.2s, border-color 0.2s;
}

.mm-product-detail__cat:hover {
    background: rgb(201 169 98 / 0.2);
    border-color: var(--mm-gold);
}

.mm-product-detail__browse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 0;
    padding: 0.85rem 1rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-product-detail__browse-search {
    flex: 1;
    min-width: min(100%, 14rem);
}

.mm-product-detail__browse-search .mm-search {
    width: 100%;
}

.mm-product-detail__browse-all {
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--mm-forest-light);
    text-decoration: none;
    white-space: nowrap;
}

.mm-product-detail__browse-all:hover {
    color: var(--mm-cork);
    text-decoration: underline;
}

.mm-product-detail__browse-search--full {
    flex: 1 1 100%;
    min-width: 100%;
}

@media (min-width: 600px) {
    .mm-product-detail__browse-search--full {
        flex: 1;
        min-width: 14rem;
    }
}

.mm-product-detail__variants {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: rgb(28 46 36 / 0.65);
}

.mm-product-detail__sku {
    margin: -0.35rem 0 0.85rem;
    font-size: 0.88rem;
    color: rgb(28 46 36 / 0.6);
}

.mm-product-detail__sku span {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: rgb(28 46 36 / 0.82);
}

.mm-variant-picker {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: calc(var(--mm-radius-lg) - 4px);
    background: rgb(255 255 255 / 0.72);
    box-shadow: none;
    min-width: 0;
}

.mm-variant-picker__head {
    margin-bottom: 0.65rem;
}

.mm-variant-picker__head .mm-form-label {
    margin-bottom: 0.25rem;
}

.mm-variant-picker__hint {
    margin: 0;
    font-size: 0.82rem;
    color: rgb(28 46 36 / 0.55);
}

.mm-variant-picker__search {
    display: block;
    margin-bottom: 0.85rem;
}

.mm-variant-picker__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0 0.85rem;
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: 0.55rem;
    background: var(--mm-white);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mm-variant-picker__search-wrap:focus-within {
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 3px rgb(201 169 98 / 0.18);
}

.mm-variant-picker__search-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: rgb(28 46 36 / 0.42);
    pointer-events: none;
}

.mm-variant-picker__search-input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 0.62rem 0;
    border: 0;
    background: transparent;
    font-family: var(--mm-font);
    font-size: 0.9rem;
    color: var(--mm-text);
    outline: none;
}

.mm-variant-picker__search-input::placeholder {
    color: rgb(28 46 36 / 0.42);
}

.mm-variant-picker__search-input::-webkit-search-cancel-button {
    margin-right: 0.1rem;
}

.mm-variant-picker__selected {
    margin: 0 0 0.75rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.04);
    border-radius: 0.5rem;
}

.mm-variant-picker__list {
    display: grid;
    gap: 0.65rem;
}

.mm-variant-picker--compact .mm-variant-picker__list {
    max-height: 18rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.2rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(28 46 36 / 0.25) transparent;
}

.mm-variant-picker--compact .mm-variant-picker__list::-webkit-scrollbar {
    width: 6px;
}

.mm-variant-picker--compact .mm-variant-picker__list::-webkit-scrollbar-thumb {
    background: rgb(28 46 36 / 0.25);
    border-radius: 999px;
}

@media (min-width: 520px) {
    .mm-variant-picker--compact .mm-variant-picker__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 20rem;
    }
}

.mm-variant-picker--compact .mm-variant-option__card {
    grid-template-columns: 3rem 1fr;
    gap: 0.6rem;
    padding: 0.5rem 0.6rem;
}

.mm-variant-picker--compact .mm-variant-option__img-wrap {
    width: 3rem;
    height: 3rem;
}

.mm-variant-picker--compact .mm-variant-option__label {
    font-size: 0.88rem;
}

.mm-variant-picker--compact .mm-variant-option__price {
    font-size: 0.85rem;
}

.mm-variant-option[hidden] {
    display: none;
}

.mm-variant-option {
    display: block;
    cursor: pointer;
}

.mm-variant-option__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mm-variant-option__card {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border: 2px solid rgb(28 46 36 / 0.1);
    border-radius: 0.65rem;
    background: var(--mm-white);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mm-variant-option__input:checked + .mm-variant-option__card {
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 1px var(--mm-gold);
}

.mm-variant-option__input:focus-visible + .mm-variant-option__card {
    outline: 2px solid var(--mm-gold);
    outline-offset: 2px;
}

.mm-variant-option__card--no-img {
    grid-template-columns: 1fr;
}

.mm-variant-option__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: rgb(28 46 36 / 0.04);
}

.mm-variant-option__img-wrap--empty {
    font-size: 0.65rem;
    text-align: center;
    color: rgb(28 46 36 / 0.45);
    padding: 0.25rem;
}

.mm-variant-option__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-variant-option__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.mm-variant-option__label {
    font-weight: 600;
    color: var(--mm-forest);
    line-height: 1.3;
}

.mm-variant-option__price {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--mm-forest);
}

.mm-variant-option__stock {
    font-size: 0.8rem;
    color: #b33;
}

.mm-product-detail__heading {
    margin-bottom: 1.1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-product-detail__title {
    margin: 0 0 0.45rem;
    font-family: var(--mm-display);
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: var(--mm-forest);
}

.mm-product-detail__heading .mm-product-detail__sku {
    margin: 0;
}

.mm-product-detail__desc {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--mm-muted);
}

.mm-product-detail__price {
    font-family: var(--mm-font);
    font-size: clamp(1.55rem, 2.5vw, 1.85rem);
    font-weight: 700;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--mm-forest);
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mm-price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.mm-price--sale .mm-price__current {
    color: #b42318;
}

.mm-price__compare {
    font-size: 0.92em;
    font-weight: 500;
    color: var(--mm-muted);
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.mm-product-card__price .mm-price {
    font-size: inherit;
}

.mm-variant-picker__hero-price .mm-price {
    font-size: 1.05rem;
}

.mm-add-to-cart {
    padding: 1.5rem;
    background: var(--mm-white);
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.08);
    box-shadow: var(--mm-shadow);
}

.mm-add-to-cart--nested {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mm-add-to-cart--nested .mm-variant-picker {
    margin-bottom: 1rem;
}

.mm-add-to-cart--nested .mm-add-to-cart__footer {
    margin-top: 0;
    padding-top: 0.15rem;
}

.mm-add-to-cart__footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.mm-add-to-cart__qty {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.mm-qty-stepper__label {
    margin: 0;
}

.mm-qty-stepper {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: 0.65rem;
    background: var(--mm-white);
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(28 46 36 / 0.04);
}

.mm-qty-stepper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    min-height: 2.65rem;
    padding: 0;
    border: 0;
    background: rgb(28 46 36 / 0.03);
    color: var(--mm-forest);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.mm-btn--sold-out,
.mm-btn--sold-out:disabled {
    opacity: 1;
    cursor: not-allowed;
    color: #fff !important;
    background: linear-gradient(135deg, #b33a3a 0%, #7a2222 48%, #5c1818 100%) !important;
    border: 2px solid var(--mm-gold) !important;
    box-shadow: 0 8px 22px rgb(90 24 24 / 0.28) !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.mm-product-detail__sold-out {
    margin: 0.75rem 0 0;
    padding: 0.72rem 1rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    border-radius: var(--mm-radius);
    background: linear-gradient(135deg, #b33a3a 0%, #7a2222 48%, #5c1818 100%);
    border: 2px solid var(--mm-gold);
    box-shadow: 0 8px 22px rgb(90 24 24 / 0.28);
}

.mm-variant-swatch__sold-out {
    display: block;
    margin-top: 0.28rem;
    padding: 0.18rem 0.42rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #b33a3a 0%, #7a2222 100%);
    border: 1px solid rgb(201 169 98 / 0.75);
}

/* Forms */
.mm-form-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-form-input,
.mm-form-select,
.mm-form-textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-family: var(--mm-font);
    font-size: 0.95rem;
    border: 1px solid rgb(28 46 36 / 0.15);
    border-radius: 0.5rem;
    background: var(--mm-white);
    color: var(--mm-text);
}

.mm-form-input--qty { width: 5rem; }

.mm-form-error {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #b33;
}

.mm-form-hint {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--mm-muted);
}

.mm-form-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 600px) {
    .mm-form-grid { grid-template-columns: 1fr 1fr; }
}

.mm-form-field--full { grid-column: 1 / -1; }

.mm-form-grid--location {
    display: grid;
    gap: 1rem;
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .mm-form-grid--location {
        grid-template-columns: 1.1fr 0.9fr 1fr;
    }
}

.mm-btn--full { width: 100%; margin-top: 1rem; }

.mm-btn--sm {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
}

.mm-btn--outline-dark {
    background: transparent;
    color: var(--mm-forest);
    border: 1.5px solid rgb(28 46 36 / 0.2);
}

.mm-btn--outline-dark:hover {
    background: rgb(28 46 36 / 0.05);
}

.mm-section--inner {
    padding: 2rem 0 3rem;
}

/* Cart */
.mm-section--cart {
    padding-top: 1.75rem;
}

.mm-page-hero--cart {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-cart {
    min-width: 0;
    max-width: 100%;
}

.mm-cart__layout {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 960px) {
    .mm-cart__layout {
        grid-template-columns: minmax(0, 1fr) 20rem;
        align-items: start;
        gap: 1.5rem;
    }
}

.mm-cart-empty {
    max-width: 28rem;
    margin: 0 auto;
    padding: 2.75rem 1.5rem 2.5rem;
    text-align: center;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-cart-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    color: var(--mm-forest);
    background: rgb(201 169 98 / 0.14);
    border: 1px solid rgb(201 169 98 / 0.28);
}

.mm-cart-empty__title {
    margin: 0 0 0.5rem;
    font-family: var(--mm-display);
    font-size: 1.65rem;
    color: var(--mm-forest);
}

.mm-cart-empty__lead {
    margin: 0 0 1.35rem;
    color: var(--mm-muted);
}

.mm-cart__lines {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.mm-cart-line {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) auto auto auto auto;
    align-items: center;
    gap: 1rem 1.25rem;
    padding: 1.05rem 1.15rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.94));
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: var(--mm-radius-lg);
}

.mm-cart-line__product {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 0;
    color: var(--mm-forest);
    text-decoration: none;
}

.mm-cart-line__product:hover .mm-cart-line__name {
    color: var(--mm-cork);
}

.mm-cart-line__thumb {
    flex: 0 0 4.25rem;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgb(28 46 36 / 0.08);
    background: linear-gradient(145deg, #fff, var(--mm-cream));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.mm-cart-line__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-cart-line__thumb-placeholder {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: rgb(28 46 36 / 0.12);
}

.mm-cart-line__copy {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-width: 0;
}

.mm-cart-line__name {
    font-weight: 700;
    line-height: 1.35;
}

.mm-cart-line__sku {
    font-size: 0.78rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: var(--mm-muted);
}

.mm-cart-line__variant {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: rgb(28 46 36 / 0.05);
    color: var(--mm-forest);
    font-size: 0.78rem;
    font-weight: 600;
}

.mm-cart-line__label {
    display: none;
    margin-bottom: 0.25rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-cart-line__price,
.mm-cart-line__qty,
.mm-cart-line__total {
    text-align: right;
}

.mm-cart-line__price strong,
.mm-cart-line__total strong {
    display: block;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--mm-forest);
}

.mm-cart-line__total strong {
    font-size: 1.05rem;
}

.mm-cart__qty-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mm-qty-stepper--cart {
    border-radius: 999px;
    border-color: rgb(28 46 36 / 0.12);
    background: rgb(255 255 255 / 0.72);
    box-shadow: none;
}

.mm-qty-stepper--cart .mm-qty-stepper__btn {
    width: 2.25rem;
    min-height: 2.25rem;
    background: transparent;
}

.mm-qty-stepper--cart .mm-qty-stepper__input {
    width: 2.6rem;
    min-height: 2.25rem;
    text-align: center;
    border: 0;
    background: transparent;
}

.mm-cart-line__remove-form {
    display: flex;
    justify-content: flex-end;
}

.mm-cart__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgb(28 46 36 / 0.1);
    background: transparent;
    color: var(--mm-muted);
    border-radius: 999px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.mm-cart__remove:hover {
    color: #8f2f2f;
    border-color: rgb(143 47 47 / 0.28);
    background: rgb(143 47 47 / 0.06);
}

@media (max-width: 900px) {
    .mm-cart-line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-areas:
            "product product remove"
            "price qty total";
        gap: 0.85rem 0.75rem;
        padding: 1rem;
    }

    .mm-cart-line__product {
        grid-area: product;
    }

    .mm-cart-line__remove-form {
        grid-area: remove;
        align-self: start;
    }

    .mm-cart-line__price { grid-area: price; }
    .mm-cart-line__qty { grid-area: qty; }
    .mm-cart-line__total { grid-area: total; }

    .mm-cart-line__price,
    .mm-cart-line__qty,
    .mm-cart-line__total {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-top: 0.65rem;
        border-top: 1px solid rgb(28 46 36 / 0.08);
    }

    .mm-cart-line__label {
        display: block;
    }

    .mm-cart__qty-form {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .mm-cart-line {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "product remove"
            "price price"
            "qty qty"
            "total total";
    }

    .mm-cart-line__price,
    .mm-cart-line__qty,
    .mm-cart-line__total {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mm-cart-line__label {
        margin-bottom: 0;
    }

    .mm-cart__qty-form {
        justify-content: flex-end;
    }

    .mm-cart-line__thumb {
        width: 3.6rem;
        height: 3.6rem;
        flex-basis: 3.6rem;
    }
}

.mm-cart__summary {
    padding: 1.45rem 1.4rem 1.5rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

@media (min-width: 960px) {
    .mm-cart__summary {
        position: sticky;
        top: 8.5rem;
    }
}

.mm-cart__summary-title {
    margin: 0 0 1.1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-cart__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
    font-size: 1rem;
    color: var(--mm-muted);
}

.mm-cart__subtotal strong {
    font-family: var(--mm-font);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
    font-variant-numeric: lining-nums tabular-nums;
}

.mm-cart__shipping {
    margin: 1rem 0 1.25rem;
}

.mm-cart__shipping-label {
    margin: 0 0 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-cart__shipping-label--ok {
    color: #2f6b45;
}

.mm-cart__shipping-bar {
    height: 0.4rem;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: rgb(28 46 36 / 0.08);
    overflow: hidden;
}

.mm-cart__shipping-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--mm-gold), #a8833d);
}

.mm-cart__note {
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--mm-muted);
    margin: 0;
}

.mm-cart__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mm-cart__checkout {
    width: 100%;
    justify-content: center;
}

.mm-cart__actions .mm-btn--outline-dark {
    width: 100%;
    justify-content: center;
}

.mm-cart__checkout.mm-btn--gold {
    min-height: 2.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgb(168 131 61 / 0.22);
}

/* Checkout */
.mm-section--checkout {
    padding-top: 1.75rem;
}

.mm-page-hero--checkout {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-checkout {
    display: grid;
    gap: 1.35rem;
}

@media (min-width: 960px) {
    .mm-checkout {
        grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 22rem);
        align-items: start;
        gap: 1.5rem;
    }
}

.mm-checkout__summary,
.mm-checkout__form {
    padding: 1.4rem 1.45rem 1.5rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

@media (min-width: 960px) {
    .mm-checkout__summary {
        position: sticky;
        top: 8.5rem;
        order: 2;
    }

    .mm-checkout__form {
        order: 1;
    }
}

.mm-checkout__summary h2,
.mm-checkout__form h2,
.mm-checkout-payment__title {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-checkout__section + .mm-checkout__section,
.mm-checkout__section + .mm-checkout-payment {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(28 46 36 / 0.08);
}

.mm-checkout__items {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.mm-checkout__item {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-checkout__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mm-checkout__item-thumb {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.65rem;
    overflow: hidden;
    border: 1px solid rgb(28 46 36 / 0.1);
    background: var(--mm-cream);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-checkout__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-checkout__item-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.mm-checkout__item-name {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--mm-forest);
}

.mm-checkout__item-meta,
.mm-checkout__item-qty {
    font-size: 0.78rem;
    color: var(--mm-muted);
}

.mm-checkout__item-total {
    font-size: 0.9rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--mm-forest);
}

.mm-checkout__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgb(28 46 36 / 0.1);
    border-bottom: 1px solid rgb(28 46 36 / 0.1);
    font-size: 1rem;
    color: var(--mm-muted);
}

.mm-checkout__total strong {
    font-family: var(--mm-font);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
    font-variant-numeric: lining-nums tabular-nums;
}

.mm-checkout__shipping {
    margin: 1rem 0 0.85rem;
}

.mm-checkout__shipping-label {
    margin: 0 0 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-checkout__shipping-label--ok {
    color: #2f6b45;
}

.mm-checkout__shipping-bar {
    height: 0.4rem;
    border-radius: 999px;
    background: rgb(28 46 36 / 0.08);
    overflow: hidden;
}

.mm-checkout__shipping-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--mm-gold), #a8833d);
}

.mm-checkout__note {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--mm-muted);
}

.mm-checkout__back {
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--mm-forest-light);
    text-decoration: none;
}

.mm-checkout__back:hover {
    color: var(--mm-cork);
    text-decoration: underline;
}

/* Header cart */
.mm-cart-link {
    position: relative;
}

.mm-cart-link:hover,
.mm-cart-link.is-active {
    background: rgb(28 46 36 / 0.06);
}

.mm-cart-link__icon {
    display: block;
}

.mm-cart-link__badge {
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: var(--mm-gold);
    color: var(--mm-forest);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 2px var(--mm-cream);
}

.mm-cart-link__tip {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    padding: 0.4rem 0.65rem;
    background: var(--mm-forest);
    color: var(--mm-white);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 0.45rem;
    box-shadow: var(--mm-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.25rem);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    pointer-events: none;
    z-index: 60;
}

.mm-cart-link__tip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0.85rem;
    border: 0.35rem solid transparent;
    border-bottom-color: var(--mm-forest);
}

.mm-cart-link:hover .mm-cart-link__tip,
.mm-cart-link__tip.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Flash & toast */
.mm-flash {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.mm-flash--success {
    background: rgb(42 133 84 / 0.12);
    color: #2a8554;
}

.mm-flash--error {
    background: rgb(179 51 51 / 0.1);
    color: #9b2c2c;
}

.mm-flash--warning {
    background: rgb(201 169 98 / 0.16);
    color: #6b4f12;
    border: 1px solid rgb(201 169 98 / 0.28);
}

.mm-flash__title,
.mm-flash__text {
    margin: 0;
}

.mm-flash__title {
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.mm-stock-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: calc(var(--mm-radius-lg) - 4px);
    background: rgb(179 51 51 / 0.08);
    border: 1px solid rgb(179 51 51 / 0.18);
    color: #8f2f2f;
}

.mm-stock-notice[hidden] {
    display: none !important;
}

.mm-stock-notice--low {
    background: rgb(201 169 98 / 0.14);
    border-color: rgb(201 169 98 / 0.32);
    color: #6b4f12;
}

.mm-stock-notice__icon {
    display: inline-flex;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.mm-stock-notice__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 600;
}

.mm-flash a { color: inherit; font-weight: 600; }

.mm-flash__list {
    margin: 0;
    padding-left: 1.1rem;
}

/* Swatch picker — premium color grid */
.mm-variant-picker--swatch {
    padding: 1.1rem 1rem 1rem;
}

.mm-variant-picker__hero {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.75rem;
    background: rgb(28 46 36 / 0.04);
    border: 1px solid rgb(28 46 36 / 0.06);
}

.mm-variant-picker__hero-main {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex: 1 1 auto;
    min-width: 0;
}

.mm-variant-picker__hero-media {
    flex: 0 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    overflow: hidden;
    background: var(--mm-white);
    box-shadow: 0 2px 8px rgb(28 46 36 / 0.08);
}

.mm-variant-picker__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-variant-picker__hero-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mm-variant-picker__hero-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--mm-forest);
    line-height: 1.25;
}

.mm-variant-picker__hero-price {
    display: block;
    margin-top: 0.1rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
}

.mm-variant-picker__hero-sku {
    display: block;
    margin-top: 0.05rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3;
    color: rgb(28 46 36 / 0.52);
}

.mm-variant-picker__hero-sku code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.95em;
    font-weight: 600;
    color: rgb(28 46 36 / 0.7);
}

.mm-variant-picker__hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem;
    flex: 0 0 auto;
}

.mm-variant-picker__hero-qty-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgb(28 46 36 / 0.62);
}

.mm-qty-stepper__input {
    width: 3.25rem !important;
    min-height: 2.65rem;
    padding: 0.45rem 0.2rem !important;
    border: 0 !important;
    border-left: 1px solid rgb(28 46 36 / 0.1) !important;
    border-right: 1px solid rgb(28 46 36 / 0.1) !important;
    border-radius: 0 !important;
    text-align: center;
    font-weight: 700;
    -moz-appearance: textfield;
}

.mm-qty-stepper__btn:hover:not(:disabled) {
    background: rgb(28 46 36 / 0.05);
}

.mm-qty-stepper__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.mm-qty-stepper__input::-webkit-outer-spin-button,
.mm-qty-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mm-variant-picker__shared-price {
    margin: 0.85rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--mm-forest);
}

.mm-variant-picker__swatches {
    --mm-swatch-cols: 5;
    --mm-swatch-size: 3.25rem;
    --mm-swatch-label-height: 2.5em;
    --mm-swatch-item-gap: 0.4rem;
    --mm-swatch-row-gap: 0.65rem;
    --mm-swatch-row-height: calc(var(--mm-swatch-size) + var(--mm-swatch-item-gap) + var(--mm-swatch-label-height) + 0.25rem);
    --mm-swatch-visible-rows: 2;

    display: grid;
    grid-template-columns: repeat(var(--mm-swatch-cols), minmax(0, 1fr));
    gap: var(--mm-swatch-row-gap) 0.4rem;
    max-height: calc(
        0.7rem + 1rem
        + (var(--mm-swatch-visible-rows) * var(--mm-swatch-row-height))
        + ((var(--mm-swatch-visible-rows) - 1) * var(--mm-swatch-row-gap))
    );
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.7rem 0.2rem 1rem;
    scroll-padding-top: 0.7rem;
    scroll-padding-bottom: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(28 46 36 / 0.22) transparent;
}

@media (max-width: 520px) {
    .mm-variant-picker__swatches:not(.mm-variant-picker__swatches--compact) {
        --mm-swatch-cols: 3;
    }
}

.mm-variant-picker__swatches--compact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.55rem;
    max-height: none;
    overflow: visible;
    padding-bottom: 0.55rem;
}

.mm-variant-picker__swatches--compact .mm-variant-option--swatch {
    flex: 0 0 auto;
    width: 5.25rem;
}

@media (max-width: 640px) {
    .mm-variant-picker__hero {
        flex-wrap: wrap;
    }

    .mm-variant-picker__hero-actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.35rem;
        border-top: 1px solid rgb(28 46 36 / 0.06);
    }
}

.mm-variant-picker__swatches::-webkit-scrollbar {
    width: 5px;
}

.mm-variant-picker__swatches::-webkit-scrollbar-thumb {
    background: rgb(28 46 36 / 0.22);
    border-radius: 999px;
}

.mm-variant-option--swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
    min-width: 0;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
}

.mm-variant-swatch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: var(--mm-white);
    transition: transform 0.15s ease;
}

.mm-variant-swatch__img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

.mm-variant-swatch__fallback {
    padding: 0.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.15;
    color: rgb(28 46 36 / 0.55);
    text-align: center;
    word-break: break-word;
}

.mm-variant-swatch--no-img .mm-variant-swatch__fallback {
    font-size: 0.58rem;
}

.mm-variant-swatch--chip {
    width: auto;
    min-width: 4.75rem;
    max-width: 100%;
    height: auto;
    min-height: 2.35rem;
    border-radius: 0.55rem;
    padding: 0.4rem 0.55rem;
}

.mm-variant-swatch--chip .mm-variant-swatch__ring {
    border-radius: 0.6rem;
}

.mm-variant-swatch--chip .mm-variant-swatch__fallback {
    font-size: 0.68rem;
    line-height: 1.2;
    white-space: nowrap;
}

.mm-variant-option--chip {
    min-width: 4.75rem;
}

.mm-variant-swatch__ring {
    position: absolute;
    inset: -3px;
    border-radius: 999px;
    border: 2px solid transparent;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mm-variant-option--swatch .mm-variant-option__input:checked + .mm-variant-swatch .mm-variant-swatch__ring {
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 1px var(--mm-gold);
}

.mm-variant-option--swatch .mm-variant-option__input:focus-visible + .mm-variant-swatch .mm-variant-swatch__ring {
    outline: 2px solid var(--mm-gold);
    outline-offset: 2px;
}

.mm-variant-option--swatch.is-selected .mm-variant-swatch,
.mm-variant-option--swatch:hover .mm-variant-swatch {
    transform: scale(1.04);
}

.mm-variant-swatch__name {
    display: -webkit-box;
    width: 100%;
    max-width: 5.5rem;
    min-height: 2.5em;
    font-size: 0.7rem;
    line-height: 1.25;
    font-weight: 600;
    color: rgb(28 46 36 / 0.78);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
}

.mm-variant-option--swatch.is-selected .mm-variant-swatch__name {
    color: var(--mm-forest);
}

.mm-variant-option--swatch.mm-variant-option--disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (min-width: 640px) {
    .mm-variant-picker__swatches {
        --mm-swatch-size: 3.5rem;
        padding-top: 0.75rem;
        padding-bottom: 1.1rem;
        scroll-padding-top: 0.75rem;
        max-height: calc(
            0.75rem + 1.1rem
            + (var(--mm-swatch-visible-rows) * var(--mm-swatch-row-height))
            + ((var(--mm-swatch-visible-rows) - 1) * var(--mm-swatch-row-gap))
        );
    }

    .mm-variant-swatch {
        width: 3.5rem;
        height: 3.5rem;
    }

    .mm-variant-swatch__name {
        max-width: 6rem;
        font-size: 0.72rem;
    }
}

.mm-variant-option--disabled {
    opacity: 0.72;
}

.mm-variant-option--disabled .mm-variant-option__card {
    cursor: not-allowed;
}

.mm-toast {
    padding: 0.85rem 1.25rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
}

.mm-toast--success {
    background: #2a8554;
    color: var(--mm-white);
}

.mm-empty {
    color: var(--mm-muted);
    margin-bottom: 1.5rem;
}

/* Pagination */
.mm-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    margin-top: 2.5rem;
}

.mm-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--mm-forest);
    border: 1px solid rgb(28 46 36 / 0.12);
    background: var(--mm-white);
}

.mm-pagination__link:hover:not(.mm-pagination__link--disabled):not(.mm-pagination__link--active) {
    background: var(--mm-cream);
}

.mm-pagination__link--active {
    background: var(--mm-forest);
    color: var(--mm-white);
    border-color: var(--mm-forest);
}

.mm-pagination__link--disabled {
    opacity: 0.4;
    cursor: default;
}

.mm-pagination__dots {
    padding: 0 0.25rem;
    color: var(--mm-muted);
}

/* Search */
.mm-search {
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
    width: 100%;
}

.mm-search__input {
    flex: 1;
    min-width: 0;
    padding: 0.55rem 0.85rem;
    font-family: var(--mm-font);
    font-size: 0.875rem;
    border: 1px solid rgb(28 46 36 / 0.15);
    border-radius: 999px;
    background: var(--mm-white);
    color: var(--mm-text);
}

.mm-search__input:focus {
    outline: none;
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 3px rgb(201 169 98 / 0.2);
}

.mm-search__btn {
    flex-shrink: 0;
    padding: 0.55rem 1rem;
    font-family: var(--mm-font);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--mm-forest);
    background: var(--mm-gold);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s;
}

.mm-search__btn:hover {
    background: var(--mm-gold-soft);
}

.mm-search--compact .mm-search__btn {
    padding-inline: 0.75rem;
}

.mm-search--unified {
    width: min(100%, 13.5rem);
}

.mm-search--unified .mm-search__shell {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.2rem 0.25rem 0.2rem 0.7rem;
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: 999px;
    background: var(--mm-white);
    box-shadow: 0 2px 10px rgb(28 46 36 / 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mm-search--unified:focus-within .mm-search__shell {
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 3px rgb(201 169 98 / 0.18);
}

.mm-search--unified .mm-search__shell-icon {
    display: inline-flex;
    flex-shrink: 0;
    color: var(--mm-muted);
}

.mm-search--unified .mm-search__input {
    flex: 1;
    min-width: 0;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 0.82rem;
    box-shadow: none;
}

.mm-search--unified .mm-search__input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.mm-search--unified .mm-search__shell-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    color: var(--mm-forest);
    background: var(--mm-gold);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mm-search--unified .mm-search__shell-btn:hover {
    background: var(--mm-gold-soft);
    transform: translateX(1px);
}

.mm-search--expandable {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
    vertical-align: middle;
}

.mm-search--expandable .mm-search__toggle {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.mm-header__actions .mm-search {
    width: 2.65rem;
    align-items: center;
}

.mm-search--expandable.is-open .mm-search__toggle {
    transform: scale(1.05);
}

.mm-search--expandable .mm-search__field {
    position: absolute;
    right: 100%;
    top: 50%;
    display: flex;
    align-items: center;
    width: 0;
    min-width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition:
        width 0.28s ease,
        opacity 0.2s ease;
}

.mm-search--expandable.is-open .mm-search__field {
    width: min(16rem, 36vw);
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

.mm-header__inner--search-open .mm-header__actions {
    position: relative;
    z-index: 6;
    overflow: visible;
}

.mm-search--expandable .mm-search__input {
    width: 100%;
    min-width: 0;
    padding: 0.55rem 2.15rem 0.55rem 0.9rem;
    margin: 0;
    border-color: transparent;
    opacity: 1;
    pointer-events: auto;
    transition: border-color 0.2s ease;
}

.mm-search--expandable.is-open .mm-search__input {
    border-color: rgb(28 46 36 / 0.15);
}

.mm-search--expandable .mm-search__input::-webkit-search-cancel-button,
.mm-search--expandable .mm-search__input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.mm-search--expandable .mm-search__input::-ms-clear {
    display: none;
}

.mm-search--expandable .mm-search__clear {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    color: var(--mm-muted);
    background: rgb(28 46 36 / 0.06);
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s ease, background 0.2s ease;
}

.mm-search--expandable .mm-search__clear:hover {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.12);
}

.mm-search--expandable .mm-search__clear[hidden] {
    display: none;
}

.mm-search--expandable .mm-search__submit {
    display: none;
}

.mm-header__search {
    display: none;
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 900px) {
    .mm-header__inner--search-open .mm-nav {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-0.5rem);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    }

    .mm-header__inner--search-open .mm-search--expandable.is-open .mm-search__field {
        width: min(22rem, 42vw);
    }
}

@media (min-width: 768px) {
    .mm-header__actions .mm-header__search {
        display: block;
    }
}

@media (min-width: 1100px) {
    .mm-search--unified {
        width: min(100%, 16.5rem);
    }

    .mm-header__inner--search-open .mm-search--expandable.is-open .mm-search__field {
        width: min(28rem, 38vw);
    }
}

.mm-nav-mobile__search {
    padding: 0.5rem 0 1rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
    margin-bottom: 0.25rem;
}

.mm-page-hero__sub {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: rgb(255 255 255 / 0.75);
}

.mm-page-hero__meta {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mm-gold-soft);
}

/* Catalog layout */
.mm-section--catalog {
    padding-top: 1.75rem;
}

.mm-page-hero--catalog {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-catalog-trust {
    position: relative;
    z-index: 1;
    margin-top: -1.15rem;
    padding-bottom: 0.35rem;
}

.mm-page-hero--product + .mm-catalog-trust,
.mm-page-hero--catalog + .mm-catalog-trust {
    margin-top: -1.15rem;
}

.mm-catalog-trust__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0;
    padding: 0.9rem 1rem;
    list-style: none;
    border: 1px solid rgb(201 169 98 / 0.32);
    border-radius: var(--mm-radius-lg);
    background:
        linear-gradient(145deg, rgb(255 255 255 / 0.96), rgb(248 245 239 / 0.92)),
        radial-gradient(circle at top left, rgb(201 169 98 / 0.12), transparent 58%);
    box-shadow: 0 12px 28px rgb(28 46 36 / 0.06);
}

.mm-catalog-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.55rem 0.65rem;
    text-align: center;
    border-radius: calc(var(--mm-radius-lg) - 4px);
    background: rgb(255 255 255 / 0.55);
}

.mm-catalog-trust__value {
    font-family: var(--mm-display);
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.15;
    color: var(--mm-forest);
}

.mm-catalog-trust__label {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: var(--mm-muted);
}

@media (max-width: 639px) {
    .mm-catalog-trust__list {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .mm-catalog-trust__item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.65rem;
        text-align: left;
    }
}

.mm-section--product {
    padding-top: 1.5rem;
}

.mm-section--product.mm-section--product-premium {
    padding-top: 1.75rem;
}

.mm-catalog {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 960px) {
    .mm-catalog {
        grid-template-columns: 19rem 1fr;
        align-items: start;
        gap: 2rem;
    }
}

.mm-catalog__main-wrap {
    position: relative;
    min-width: 0;
}

.mm-catalog__loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 4rem;
    background: rgb(248 245 239 / 0.55);
    backdrop-filter: blur(2px);
    border-radius: var(--mm-radius-lg);
}

.mm-catalog__loading[hidden] {
    display: none !important;
}

.mm-catalog__loading-spinner {
    width: 2.25rem;
    height: 2.25rem;
    border: 3px solid rgb(201 169 98 / 0.25);
    border-top-color: var(--mm-gold);
    border-radius: 999px;
    animation: mm-catalog-spin 0.75s linear infinite;
}

@keyframes mm-catalog-spin {
    to { transform: rotate(360deg); }
}

.mm-catalog__main {
    min-width: 0;
}

.mm-catalog__main-wrap.is-loading .mm-catalog__main {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.mm-catalog-sidebar__intro {
    display: none;
    margin-bottom: 0.15rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-catalog-sidebar__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-catalog-sidebar__title {
    margin: 0;
    font-family: var(--mm-display);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--mm-forest);
}

@media (min-width: 960px) {
    .mm-catalog-sidebar__intro {
        display: block;
    }
}

.mm-catalog-sidebar {
    padding: 1.25rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.14);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 959px) {
    .mm-catalog-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 60;
        width: min(20rem, 88vw);
        max-height: 100dvh;
        overflow-y: auto;
        padding-top: max(1.25rem, env(safe-area-inset-top));
        border-radius: 0;
        transform: translateX(-105%);
        transition: transform 0.28s ease;
    }

    .mm-catalog-sidebar.is-open {
        transform: translateX(0);
    }

    .mm-catalog-sidebar__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--mm-cream-dark);
    }

    .mm-catalog-sidebar__head-title {
        margin: 0;
        font-family: var(--mm-display);
        font-size: 1.35rem;
        color: var(--mm-forest);
    }

    .mm-catalog-sidebar__close {
        width: 2rem;
        height: 2rem;
        border: none;
        background: var(--mm-cream);
        border-radius: 50%;
        font-size: 1.25rem;
        line-height: 1;
        cursor: pointer;
        color: var(--mm-forest);
    }
}

@media (min-width: 960px) {
    .mm-catalog-sidebar {
        position: sticky;
        top: 8.5rem;
        max-height: calc(100dvh - 9.5rem);
        overflow-y: auto;
    }

    .mm-catalog-sidebar__head,
    .mm-catalog-sidebar__close {
        display: none;
    }
}

.mm-catalog-sidebar__backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgb(28 46 36 / 0.45);
}

body.mm-filters-open {
    overflow: hidden;
}

.mm-catalog-toolbar {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.14);
    box-shadow: none;
}

.mm-catalog-toolbar__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.75rem;
}

.mm-catalog-toolbar__filters {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

@media (min-width: 960px) {
    .mm-catalog-toolbar__filters {
        display: none;
    }
}

.mm-catalog-toolbar__search {
    min-width: 0;
}

.mm-catalog-toolbar__search .mm-search {
    width: 100%;
}

@media (min-width: 960px) {
    .mm-catalog-toolbar__search {
        display: none;
    }
}

.mm-catalog__alerts {
    margin-bottom: 0.75rem;
}

.mm-catalog__alerts .mm-flash {
    margin-top: 0;
}

.mm-catalog-toolbar__badge {
    padding: 0.15rem 0.45rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: var(--mm-gold);
    color: var(--mm-forest);
    border-radius: 999px;
}

.mm-catalog-toolbar__sort-wrap {
    flex: 1;
    min-width: 12rem;
}

@media (min-width: 960px) {
    .mm-catalog-toolbar__sort-wrap {
        display: none;
    }
}

.mm-catalog-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.mm-catalog-toolbar__sort-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--mm-muted);
    white-space: nowrap;
}

.mm-form-select--inline {
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.mm-catalog__meta--toolbar {
    margin: 0;
    font-size: 0.9rem;
    color: var(--mm-muted);
    margin-left: auto;
}

.mm-catalog-results {
    display: grid;
    gap: 1.15rem;
}

.mm-catalog-results__head {
    margin-bottom: 0.15rem;
}

.mm-catalog-results__eyebrow {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mm-gold);
}

.mm-pagination-panel {
    display: flex;
    justify-content: center;
    padding: 0.9rem 1rem;
    border-radius: var(--mm-radius-lg);
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
}

.mm-pagination-panel .mm-pagination {
    margin: 0;
}

.mm-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 0.55rem;
    border-radius: 0.65rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--mm-forest);
    border: 1px solid rgb(28 46 36 / 0.12);
    background: var(--mm-white);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mm-pagination__link:hover:not(.mm-pagination__link--disabled):not(.mm-pagination__link--active) {
    background: rgb(201 169 98 / 0.12);
    border-color: rgb(201 169 98 / 0.32);
}

.mm-pagination__link--active {
    background: linear-gradient(135deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
    border-color: var(--mm-forest);
    box-shadow: 0 8px 18px rgb(28 46 36 / 0.12);
}

.mm-catalog__count {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-left: auto;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgb(201 169 98 / 0.12);
    border: 1px solid rgb(201 169 98 / 0.28);
    white-space: nowrap;
}

.mm-catalog__count-value {
    font-size: 1rem;
    font-weight: 800;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--mm-forest);
    letter-spacing: -0.02em;
}

.mm-catalog__count-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--mm-muted);
}

@media (max-width: 639px) {
    .mm-catalog-toolbar__controls {
        width: 100%;
    }

    .mm-catalog__count {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

.mm-catalog__meta-note--block {
    margin: 0 0 1rem;
}

.mm-catalog-empty {
    max-width: 32rem;
    margin: 0 auto;
    padding: 2.75rem 1.5rem 2.5rem;
    text-align: center;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.96));
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.14);
    box-shadow: none;
}

.mm-catalog-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    color: var(--mm-forest);
    background: rgb(201 169 98 / 0.14);
    border: 1px solid rgb(201 169 98 / 0.28);
}

.mm-catalog-empty__title {
    margin: 0 0 0.5rem;
    font-family: var(--mm-display);
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-catalog-empty__lead {
    margin: 0 0 1.35rem;
    color: var(--mm-muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.mm-product-grid--catalog {
    gap: 1.35rem;
}

@media (min-width: 600px) {
    .mm-product-grid--catalog {
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
}

/* Sidebar search */
.mm-sidebar-search {
    margin: 0;
}

.mm-sidebar-search__field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    background: var(--mm-cream);
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: 999px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.mm-sidebar-search__field:focus-within {
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 3px rgb(201 169 98 / 0.18);
    background: var(--mm-white);
}

.mm-sidebar-search__icon {
    display: flex;
    flex-shrink: 0;
    color: var(--mm-muted);
}

.mm-sidebar-search__input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-family: var(--mm-font);
    font-size: 0.875rem;
    color: var(--mm-text);
    outline: none;
}

.mm-sidebar-search__input::placeholder {
    color: var(--mm-muted);
}

/* Category nav */
.mm-cat-nav {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    max-height: calc(100dvh - 14rem);
    overflow-y: auto;
    padding-right: 0.15rem;
    margin: 0;
}

.mm-cat-nav::-webkit-scrollbar {
    width: 5px;
}

.mm-cat-nav::-webkit-scrollbar-thumb {
    background: rgb(28 46 36 / 0.15);
    border-radius: 999px;
}

.mm-cat-nav__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    padding-left: calc(0.75rem + var(--depth, 0) * 1.1rem);
    font-size: 0.875rem;
    line-height: 1.35;
    color: var(--mm-muted);
    text-decoration: none;
    border-radius: 0.55rem;
    border: 1px solid transparent;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.mm-cat-nav__item--parent {
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-cat-nav__item--all {
    font-weight: 600;
    color: var(--mm-forest);
    margin-bottom: 0.35rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid var(--mm-cream-dark);
    border-radius: 0.55rem 0.55rem 0 0;
    padding-bottom: 0.75rem;
}

.mm-cat-nav__item:hover {
    background: var(--mm-cream);
    color: var(--mm-forest);
}

.mm-cat-nav__item.is-active {
    background: linear-gradient(135deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
    border-color: var(--mm-forest);
    font-weight: 600;
}

.mm-cat-nav__item.is-active.mm-cat-nav__item--parent {
    color: var(--mm-white);
}

.mm-cat-nav__label {
    word-break: break-word;
}

/* Category accordion */
.mm-cat-accordion {
    gap: 0.35rem;
}

.mm-cat-accordion__group {
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: 0.65rem;
    overflow: hidden;
    background: var(--mm-cream);
}

.mm-cat-accordion__group.is-open {
    border-color: rgb(28 46 36 / 0.14);
    background: var(--mm-white);
    box-shadow: 0 2px 8px rgb(28 46 36 / 0.05);
}

.mm-cat-accordion__header {
    display: flex;
    align-items: stretch;
    min-height: 2.75rem;
}

.mm-cat-accordion__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    flex-shrink: 0;
    padding: 0;
    border: none;
    border-right: 1px solid rgb(28 46 36 / 0.06);
    background: transparent;
    color: var(--mm-muted);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.mm-cat-accordion__toggle:hover {
    background: rgb(28 46 36 / 0.05);
    color: var(--mm-forest);
}

.mm-cat-accordion__chevron {
    transition: transform 0.22s ease;
}

.mm-cat-accordion__group.is-open .mm-cat-accordion__chevron {
    transform: rotate(90deg);
}

.mm-cat-accordion__parent {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--mm-forest);
    text-decoration: none;
    line-height: 1.35;
    transition: background 0.15s;
}

.mm-cat-accordion__parent:hover {
    background: rgb(28 46 36 / 0.04);
}

.mm-cat-accordion__parent.is-active {
    background: linear-gradient(135deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
    color: var(--mm-white);
}

.mm-cat-accordion__panel {
    padding: 0.35rem 0.5rem 0.5rem;
    border-top: 1px solid rgb(28 46 36 / 0.06);
    background: var(--mm-white);
}

.mm-cat-accordion__panel .mm-cat-nav__item {
    border-radius: 0.45rem;
    font-size: 0.84rem;
}

.mm-catalog__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    color: var(--mm-muted);
}

.mm-catalog__meta-note {
    font-size: 0.8rem;
    color: var(--mm-cork);
}

.mm-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.7rem 0.9rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.94));
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: var(--mm-radius-lg);
}

.mm-active-filters__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--mm-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.mm-active-filters__chip {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--mm-forest);
    background: var(--mm-cream-dark);
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.15s;
}

.mm-active-filters__chip:hover {
    background: var(--mm-gold-soft);
}

.mm-active-filters__clear {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--mm-forest);
    background: rgb(255 255 255 / 0.8);
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.mm-active-filters__clear:hover {
    color: #8f2f2f;
    border-color: rgb(143 47 47 / 0.28);
    background: rgb(143 47 47 / 0.06);
}

@media (max-width: 520px) {
    .mm-active-filters__clear {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

/* Category info pages */
.mm-category-content {
    padding: 2rem 2.25rem;
    background: var(--mm-white);
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(28 46 36 / 0.06);
    box-shadow: var(--mm-shadow);
}

.mm-catalog__main > .mm-category-content {
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.75rem;
}

.mm-catalog__main.is-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.mm-category-content__section {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid var(--mm-cream-dark);
}

.mm-category-content__section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mm-category-content h2 {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    color: var(--mm-forest);
    line-height: 1.3;
}

.mm-category-content p {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--mm-muted);
}

.mm-category-content p:last-child {
    margin-bottom: 0;
}

.mm-category-content__brand {
    margin: 1.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--mm-cream-dark);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mm-cork);
    text-align: center;
}

.mm-info-shop-links {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--mm-cream-dark);
}

.mm-info-shop-links__title {
    margin: 0 0 1.25rem;
    font-family: var(--mm-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-cat-grid--compact {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

.mm-info-shop-cta {
    margin: 2rem 0 0;
    text-align: center;
}

.mm-info-shop-cta .mm-section__sub {
    margin: 0 0 1rem;
}

.mm-info-shop-links .mm-product-grid {
    margin-top: 1.5rem;
}

.mm-info-shop-links .mm-cat-grid + .mm-product-grid {
    margin-top: 1.25rem;
}

.mm-info-index {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 42rem;
}

.mm-info-index__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.35rem;
    background: var(--mm-white);
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: var(--mm-radius-lg);
    text-decoration: none;
    color: var(--mm-forest);
    box-shadow: var(--mm-shadow);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.mm-info-index__link:hover {
    border-color: var(--mm-gold);
    box-shadow: var(--mm-shadow-lg);
}

.mm-info-index__title {
    font-family: var(--mm-display);
    font-size: 1.1rem;
    font-weight: 600;
}

.mm-info-index__arrow {
    color: var(--mm-cork);
    font-size: 1.25rem;
}

.mm-products-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

@media (max-width: 959px) {
    .mm-products-index {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 599px) {
    .mm-products-index {
        grid-template-columns: 1fr;
    }
}

.mm-products-index__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.25rem 1.75rem 2rem;
    background: var(--mm-white);
    border: 1px solid rgb(28 46 36 / 0.08);
    border-radius: var(--mm-radius-lg);
    text-decoration: none;
    color: inherit;
    box-shadow: var(--mm-shadow);
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.mm-products-index__card:hover {
    border-color: var(--mm-gold);
    box-shadow: var(--mm-shadow-lg);
    transform: translateY(-2px);
}

.mm-products-index__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.5rem;
    height: 8.5rem;
    margin-bottom: 1.25rem;
}

.mm-products-index__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mm-products-index__title {
    margin: 0 0 0.75rem;
    font-family: var(--mm-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--mm-forest);
    line-height: 1.3;
}

.mm-products-index__excerpt {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--mm-muted);
}

.mm-similar-products {
    padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 5vw, 3rem);
    background: transparent;
}

.mm-similar-products.mm-section--alt {
    background: transparent;
}

.mm-similar-products .mm-section__head {
    margin-bottom: 1.35rem;
    max-width: 36rem;
}

.mm-similar-products .mm-section__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.mm-similar-products .mm-section__title {
    margin: 0;
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    letter-spacing: -0.02em;
}

.mm-similar-products .mm-section__head--premium .mm-section__title::after {
    width: 3.25rem;
    margin-top: 0.65rem;
}

.mm-product-grid--similar {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 1.1rem;
}

@media (min-width: 1024px) {
    .mm-product-grid--similar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.mm-section__head--compact {
    margin-bottom: 1.75rem;
}

/* Info pages with images */
.mm-section--info {
    padding-top: 1.75rem;
}

.mm-page-hero--info {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.18), transparent 42%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-page-hero--info .mm-page-hero__title {
    letter-spacing: 0;
}

.mm-page-hero--info .mm-page-hero__sub {
    letter-spacing: 0.01em;
    line-height: 1.6;
}

.mm-info-page {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mm-info-page--premium {
    gap: 1.15rem;
    letter-spacing: 0.015em;
    font-variant-ligatures: none;
}

.mm-pay-page {
    letter-spacing: 0.015em;
    font-variant-ligatures: none;
}

.mm-pay-method p + p {
    margin-top: 0.55rem;
}

.mm-pay-method a {
    color: var(--mm-cork);
    font-weight: 600;
    text-decoration: none;
}

.mm-pay-method a:hover {
    color: var(--mm-forest);
    text-decoration: underline;
}

.mm-pay-card__lead {
    margin: -0.35rem 0 1.1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--mm-muted);
}

.mm-pay-card__body p {
    margin: 0 0 0.85rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--mm-muted);
}

.mm-pay-card__body p:last-child {
    margin-bottom: 0;
}

.mm-pay-card__body a {
    color: var(--mm-cork);
    font-weight: 600;
    text-decoration: none;
}

.mm-pay-card__body a:hover {
    color: var(--mm-forest);
    text-decoration: underline;
}

.mm-pay-list--ordered {
    list-style: decimal;
    padding-left: 1.35rem;
}

.mm-pay-list--ordered li::before {
    display: none;
}

.mm-policy-page .mm-pay-card + .mm-pay-card {
    margin-top: 0;
}

.mm-pay-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
}

.mm-pay-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--mm-forest);
    text-decoration: none;
}

.mm-pay-contact__link:hover {
    color: var(--mm-cork);
}

/* Payment & delivery premium */
.mm-pay-page {
    display: grid;
    gap: 1.15rem;
}

.mm-pay-card {
    padding: 1.4rem 1.45rem 1.5rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.99), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
    box-shadow: none;
}

.mm-pay-card--intro p {
    margin: 0 0 0.85rem;
    font-size: 1.02rem;
    line-height: 1.75;
    letter-spacing: 0.015em;
    color: var(--mm-muted);
}

.mm-pay-card--intro p:last-child {
    margin-bottom: 0;
}

.mm-pay-card__title {
    margin: 0 0 1.05rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--mm-forest);
}

.mm-pay-methods {
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 720px) {
    .mm-pay-methods {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

.mm-pay-method {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 1.05rem;
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: var(--mm-radius);
    background: rgb(255 255 255 / 0.65);
}

.mm-pay-method__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgb(201 169 98 / 0.14);
    border: 1px solid rgb(201 169 98 / 0.28);
    color: var(--mm-forest);
}

.mm-pay-method h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
}

.mm-pay-method p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;
    letter-spacing: 0.015em;
    color: var(--mm-muted);
}

.mm-pay-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.mm-pay-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.98rem;
    line-height: 1.7;
    letter-spacing: 0.015em;
    color: var(--mm-muted);
}

.mm-pay-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--mm-gold);
}

.mm-pay-list strong {
    color: var(--mm-forest);
    font-weight: 700;
}

.mm-pay-pricing__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.05rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-pay-pricing__head .mm-pay-card__title {
    margin: 0;
    padding: 0;
    border: 0;
}

.mm-pay-pricing__brand {
    display: inline-flex;
    align-items: center;
    opacity: 0.92;
}

.mm-pay-pricing__brand img {
    display: block;
    width: auto;
    height: 2.4rem;
}

.mm-pay-table-wrap {
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: var(--mm-radius);
    overflow: hidden;
}

.mm-pay-table {
    font-family: var(--mm-font);
    font-size: 0.92rem;
    font-variant-numeric: lining-nums tabular-nums;
}

.mm-pay-table th,
.mm-pay-table td {
    border-color: rgb(28 46 36 / 0.08);
    padding: 0.7rem 0.85rem;
}

.mm-pay-table th {
    background: linear-gradient(180deg, #f7f3ea, var(--mm-cream));
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-pay-table tbody tr:nth-child(even) td {
    background: rgb(248 245 239 / 0.45);
}

.mm-pay-table td:last-child {
    font-weight: 700;
    color: var(--mm-forest);
}

.mm-pay-table tfoot td {
    font-size: 0.82rem;
    font-style: normal;
    color: var(--mm-muted);
    background: rgb(255 255 255 / 0.7);
}

.mm-pay-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.15rem;
    padding: 1.15rem 1.3rem;
    border-radius: var(--mm-radius-lg);
    border: 1px solid rgb(201 169 98 / 0.35);
    background:
        linear-gradient(135deg, rgb(201 169 98 / 0.16), rgb(248 245 239 / 0.95));
}

.mm-pay-highlight__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: var(--mm-forest);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mm-pay-highlight p {
    margin: 0;
    flex: 1 1 14rem;
    font-size: 1.02rem;
    line-height: 1.45;
    color: var(--mm-forest);
}

.mm-pay-highlight strong {
    font-family: var(--mm-font);
    font-variant-numeric: lining-nums tabular-nums;
}

.mm-info-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--mm-cream-dark);
}

.mm-info-section:last-child {
    border-bottom: none;
}

.mm-info-section--reverse {
    direction: rtl;
}

.mm-info-section--reverse > * {
    direction: ltr;
}

.mm-info-section--full {
    grid-template-columns: 1fr;
}

.mm-info-section__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-info-section__media img {
    width: 100%;
    max-width: 30rem;
    height: auto;
    border-radius: var(--mm-radius-lg);
    box-shadow: var(--mm-shadow);
}

.mm-info-section__content h2 {
    margin: 0 0 1.15rem;
    font-family: var(--mm-display);
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 600;
    letter-spacing: 0;
    color: var(--mm-forest);
    line-height: 1.3;
}

.mm-info-section__content h2:not(:first-child) {
    margin-top: 1.25rem;
}

.mm-info-section__content p {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    line-height: 1.75;
    letter-spacing: 0.015em;
    font-variant-ligatures: none;
    color: var(--mm-muted);
}

.mm-info-section__content p:last-child {
    margin-bottom: 0;
}

.mm-info-list {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.75;
    letter-spacing: 0.015em;
    font-variant-ligatures: none;
    color: var(--mm-muted);
}

.mm-info-list li + li {
    margin-top: 0.45rem;
}

.mm-info-list--ordered {
    list-style: decimal;
    padding-left: 1.35rem;
}

.mm-info-list--cols {
    columns: 2;
    column-gap: 1.5rem;
}

.mm-info-pricing {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.mm-info-pricing__brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-info-pricing__brand img {
    width: 100%;
    max-width: 13rem;
    height: auto;
}

.mm-info-table-wrap {
    overflow-x: auto;
}

.mm-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.mm-info-table th,
.mm-info-table td {
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--mm-cream-dark);
    text-align: left;
}

.mm-info-table th {
    background: var(--mm-cream-dark);
    color: var(--mm-forest);
    font-weight: 600;
}

.mm-info-table--center th,
.mm-info-table--center td {
    text-align: center;
}

.mm-info-table--center tfoot td {
    font-size: 0.95rem;
    color: var(--mm-muted);
    font-style: italic;
    border-top: none;
    padding-top: 0.65rem;
}

.mm-info-notice {
    margin: 1rem 0 0;
    color: var(--mm-muted, #6b6358);
}

.mm-info-notice--highlight {
    padding: 1rem 1.1rem;
    border-radius: 10px;
    background: #f5f0e6;
    border: 1px solid var(--mm-gold, #b8860b);
    color: var(--mm-forest);
    font-weight: 600;
}

.mm-info-caps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0 0;
}

.mm-info-caps__item {
    margin: 0;
}

.mm-info-caps__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: var(--mm-radius-lg);
    background: var(--mm-cream, #faf7f0);
    border: 1px solid var(--mm-cream-dark);
    text-align: center;
    text-decoration: none;
    color: var(--mm-forest);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mm-info-caps__link:hover {
    border-color: var(--mm-gold, #b8860b);
    box-shadow: var(--mm-shadow);
    transform: translateY(-2px);
}

.mm-info-caps__link img {
    width: 100%;
    max-width: 9rem;
    height: auto;
    object-fit: contain;
}

.mm-info-caps__link strong {
    font-size: 1.05rem;
    font-weight: 600;
}

.mm-category-content__brand {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--mm-cream-dark);
    text-align: center;
}

.mm-category-content__brand img {
    max-height: 3.25rem;
    width: auto;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .mm-info-section,
    .mm-info-section--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .mm-info-section__media img {
        max-width: 18rem;
    }

    .mm-info-list--cols {
        columns: 1;
    }

    .mm-info-pricing {
        grid-template-columns: 1fr;
    }

    .mm-info-caps {
        grid-template-columns: 1fr;
        max-width: 14rem;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Gallery */
.mm-gallery-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .mm-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.65rem;
    }
}

@media (min-width: 1024px) {
    .mm-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

.mm-gallery-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    box-shadow: none;
    transition: opacity 0.2s ease;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.mm-gallery-item:hover {
    opacity: 0.92;
}

.mm-gallery-item__media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: var(--mm-radius-lg);
    overflow: hidden;
    isolation: isolate;
    line-height: 0;
}

.mm-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.mm-gallery-open {
    overflow: hidden;
}

.mm-gallery-lightbox[hidden] {
    display: none;
}

.mm-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 0.5rem;
}

.mm-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgb(12 20 16 / 0.88);
    cursor: zoom-out;
}

.mm-gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 92rem);
    max-height: calc(100vh - 1rem);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
}

.mm-gallery-lightbox__figure {
    margin: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mm-gallery-lightbox__media {
    display: inline-flex;
    max-width: min(96vw, 92rem);
    max-height: min(90vh, calc(100vh - 4.5rem));
    border-radius: var(--mm-radius-lg);
    overflow: hidden;
    isolation: isolate;
    line-height: 0;
    box-shadow: 0 24px 64px rgb(0 0 0 / 0.35);
}

.mm-gallery-lightbox__image {
    display: block;
    max-width: min(96vw, 92rem);
    max-height: min(90vh, calc(100vh - 4.5rem));
    width: auto;
    height: auto;
    object-fit: contain;
}

.mm-gallery-lightbox__caption {
    margin-top: 0.55rem;
    text-align: center;
    color: rgb(255 255 255 / 0.88);
    font-size: 0.95rem;
}

.mm-gallery-lightbox__count {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: rgb(255 255 255 / 0.6);
}

.mm-gallery-cta {
    margin-top: 2.5rem;
}

.mm-gallery-lightbox__close,
.mm-gallery-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(255 255 255 / 0.18);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.08);
    color: var(--mm-white);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mm-gallery-lightbox__close {
    position: absolute;
    top: -0.25rem;
    right: 0;
    z-index: 2;
    font-size: 1.75rem;
}

.mm-gallery-lightbox__close:hover,
.mm-gallery-lightbox__nav:hover {
    background: rgb(255 255 255 / 0.16);
}

@media (max-width: 767px) {
    .mm-gallery-lightbox__dialog {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        width: 100%;
    }

    .mm-gallery-lightbox__media,
    .mm-gallery-lightbox__image {
        max-width: 100%;
        max-height: min(78vh, calc(100vh - 7rem));
    }

    .mm-gallery-lightbox__nav {
        display: none;
    }

    .mm-gallery-lightbox__close {
        top: -3rem;
        right: 0.25rem;
    }
}

/* ── Account & auth ─────────────────────────────────────────────── */

.mm-section--account {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    background:
        radial-gradient(ellipse 70% 45% at 0% 0%, rgb(201 169 98 / 0.08), transparent 55%),
        radial-gradient(ellipse 55% 40% at 100% 10%, rgb(28 46 36 / 0.05), transparent 50%),
        linear-gradient(180deg, #f3efe6 0%, var(--mm-cream) 38%, var(--mm-cream) 100%);
}

.mm-page-hero--account {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgb(201 169 98 / 0.28), transparent 38%),
        radial-gradient(circle at 8% 90%, rgb(255 255 255 / 0.06), transparent 42%),
        linear-gradient(155deg, #15241c 0%, var(--mm-forest) 48%, var(--mm-forest-light) 100%);
}

.mm-page-hero--account::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(201 169 98 / 0.45), transparent);
    pointer-events: none;
}

.mm-page-hero--account .mm-page-hero__eyebrow {
    margin: 1.15rem 0 0;
    line-height: 1.45;
}

.mm-page-hero--account .mm-page-hero__title {
    margin: 0.85rem 0 0;
    max-width: 18ch;
    line-height: 1.22;
    letter-spacing: -0.03em;
    font-weight: 650;
}

.mm-page-hero--account .mm-page-hero__sub {
    margin: 1rem 0 0;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgb(255 255 255 / 0.8);
}

.mm-page-hero--account .mm-page-hero__rule {
    display: block;
    width: 3.25rem;
    height: 2px;
    margin-top: 1.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mm-gold), rgb(201 169 98 / 0.15));
}

.mm-account-rise {
    animation: mm-account-rise 0.65s ease both;
}

.mm-account-rise--delay {
    animation-delay: 0.12s;
}

@keyframes mm-account-rise {
    from {
        opacity: 0;
        transform: translateY(0.7rem);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-account-rise,
    .mm-account-rise--delay {
        animation: none;
    }
}

.mm-account-guest {
    display: grid;
    gap: 1.35rem;
}

@media (min-width: 900px) {
    .mm-account-guest {
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 1.65rem;
    }
}

.mm-account-guest__footer {
    margin-top: 2rem;
    padding: 1.15rem 1.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: var(--mm-radius-lg);
    background: rgb(255 255 255 / 0.55);
    backdrop-filter: blur(8px);
}

.mm-account-guest__footer p {
    margin: 0;
    color: var(--mm-muted);
    font-weight: 500;
}

.mm-account-single {
    max-width: 28rem;
    margin-inline: auto;
}

.mm-account-register {
    max-width: 42rem;
    margin-inline: auto;
}

.mm-account-guest--with-delivery {
    grid-template-columns: 1fr;
}

@media (min-width: 1000px) {
    .mm-account-guest--with-delivery {
        grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
        align-items: start;
    }
}

.mm-account-panel__section {
    margin: 0 0 0.35rem;
}

.mm-account-panel,
.mm-account-card {
    position: relative;
    background:
        linear-gradient(165deg, #fff 0%, rgb(252 249 243 / 0.98) 100%);
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: calc(var(--mm-radius-lg) + 0.15rem);
    padding: 1.55rem 1.55rem 1.65rem;
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.8) inset,
        0 18px 40px -28px rgb(28 46 36 / 0.35);
}

.mm-account-panel::before,
.mm-account-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.35rem;
    right: 1.35rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mm-gold), rgb(201 169 98 / 0.2));
    opacity: 0.9;
}

.mm-account-panel--login {
    padding-top: 1.7rem;
}

.mm-account-panel__head {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.35rem;
}

.mm-account-panel__head h2 {
    margin: 0 0 0.35rem;
}

.mm-account-panel__head .mm-account-panel__intro {
    margin: 0;
}

.mm-account-panel__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    color: var(--mm-forest);
    background:
        linear-gradient(145deg, rgb(201 169 98 / 0.28), rgb(201 169 98 / 0.1));
    border: 1px solid rgb(201 169 98 / 0.35);
    box-shadow: 0 8px 18px -12px rgb(201 169 98 / 0.7);
}

.mm-account-panel__badge--soft {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.06);
    border-color: rgb(28 46 36 / 0.1);
    box-shadow: none;
}

.mm-account-panel--wide {
    max-width: 42rem;
}

.mm-account-panel h2,
.mm-account-card h2 {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: 1.4rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--mm-forest);
}

.mm-account-panel__intro {
    margin: -0.35rem 0 1.25rem;
    color: var(--mm-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.mm-account-panel--admin {
    max-width: 36rem;
    margin: 0 auto;
    padding: 1.75rem 1.7rem 1.85rem;
}

.mm-account-panel--admin h2 {
    margin: 0 0 0.85rem;
    line-height: 1.35;
}

.mm-account-panel--admin .mm-account-panel__intro {
    margin: 0 0 1.5rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--mm-muted);
}

.mm-account-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.mm-account-form {
    display: grid;
    gap: 1rem;
}

.mm-account-remember {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    color: var(--mm-muted);
}

.mm-account-links {
    margin: 1rem 0 0;
    font-size: 0.92rem;
    color: var(--mm-muted);
}

.mm-account-links a {
    color: var(--mm-cork);
    font-weight: 600;
}

.mm-account {
    display: grid;
    gap: 1.35rem;
}

.mm-account-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    padding: 0.4rem;
    background: rgb(255 255 255 / 0.78);
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: 999px;
    box-shadow: 0 12px 28px -24px rgb(28 46 36 / 0.45);
    backdrop-filter: blur(10px);
}

.mm-account-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.58rem 1rem;
    color: var(--mm-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mm-account-nav__icon {
    flex-shrink: 0;
    opacity: 0.85;
}

.mm-account-nav__link.is-active,
.mm-account-nav__link:hover {
    color: var(--mm-forest);
    background: rgb(28 46 36 / 0.06);
}

.mm-account-nav__link.is-active {
    background: var(--mm-forest);
    color: #fff;
    box-shadow: 0 10px 22px -14px rgb(28 46 36 / 0.8);
}

.mm-account-nav__link.is-active .mm-account-nav__icon {
    opacity: 1;
}

.mm-account-nav__logout {
    margin-left: auto;
}

.mm-account-nav__link--button {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.mm-account-nav__link--button:hover {
    color: #8f2f2f;
    background: rgb(143 47 47 / 0.08);
}

.mm-account-dashboard {
    display: grid;
    gap: 1.35rem;
}

@media (min-width: 900px) {
    .mm-account-dashboard {
        grid-template-columns: 0.95fr 1.25fr;
        align-items: start;
        gap: 1.65rem;
    }
}

.mm-account-card__profile {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-account-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    color: var(--mm-forest);
    background:
        linear-gradient(145deg, rgb(201 169 98 / 0.35), rgb(201 169 98 / 0.12));
    border: 1px solid rgb(201 169 98 / 0.4);
    box-shadow: 0 10px 22px -14px rgb(201 169 98 / 0.85);
}

.mm-account-card__profile-copy h2 {
    margin: 0;
}

.mm-account-card__email {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: var(--mm-muted);
    word-break: break-word;
}

.mm-account-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-account-card__header h2 {
    margin: 0;
}

.mm-account-card__more {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--mm-cork);
    text-decoration: none;
    transition: color 0.15s ease;
}

.mm-account-card__more:hover {
    color: var(--mm-forest);
}

.mm-account-details {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 1.35rem;
}

.mm-account-details div {
    display: grid;
    gap: 0.25rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.06);
}

.mm-account-details div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mm-account-details dt {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mm-muted);
}

.mm-account-details dd {
    margin: 0;
    font-weight: 600;
    color: var(--mm-forest);
    line-height: 1.45;
}

.mm-account-empty-block,
.mm-account-card--empty {
    text-align: center;
    padding: 1.5rem 0.75rem 0.65rem;
}

.mm-account-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    color: var(--mm-cork);
    background: rgb(201 169 98 / 0.12);
    border: 1px solid rgb(201 169 98 / 0.22);
}

.mm-account-empty {
    margin: 0 0 1.15rem;
    color: var(--mm-muted);
    line-height: 1.6;
}

.mm-account-orders {
    display: grid;
    gap: 0.7rem;
}

.mm-account-order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 0.75rem 0.85rem;
    align-items: center;
    padding: 1rem 1.05rem;
    border: 1px solid rgb(28 46 36 / 0.09);
    border-radius: var(--mm-radius);
    background: rgb(255 255 255 / 0.72);
    text-decoration: none;
    color: inherit;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.mm-account-orders--full .mm-account-order-row {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto auto auto;
}

.mm-account-order-row:hover {
    border-color: rgb(201 169 98 / 0.55);
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -24px rgb(28 46 36 / 0.45);
}

.mm-account-order-row__main {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mm-account-order-row__main strong {
    color: var(--mm-forest);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mm-account-order-row__date,
.mm-account-order-row__items {
    font-size: 0.82rem;
    color: var(--mm-muted);
    font-weight: 500;
}

.mm-account-order-row__status,
.mm-account-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    background: rgb(28 46 36 / 0.06);
    color: var(--mm-forest);
}

.mm-account-order-row__status--pending,
.mm-account-status--pending {
    background: rgb(201 169 98 / 0.18);
    color: #8a6a2a;
}

.mm-account-order-row__status--processing,
.mm-account-status--processing {
    background: rgb(62 110 160 / 0.12);
    color: #2f5f8a;
}

.mm-account-order-row__status--completed,
.mm-account-status--completed {
    background: rgb(47 107 69 / 0.12);
    color: #2f6b45;
}

.mm-account-order-row__status--cancelled,
.mm-account-status--cancelled {
    background: rgb(143 47 47 / 0.1);
    color: #8f2f2f;
}

.mm-account-order-row__total {
    font-family: var(--mm-font);
    font-weight: 700;
    font-variant-numeric: lining-nums tabular-nums;
    white-space: nowrap;
    color: var(--mm-forest);
}

.mm-account-order-row__chevron {
    display: inline-flex;
    color: rgb(28 46 36 / 0.35);
    transition: color 0.15s ease, transform 0.15s ease;
}

.mm-account-order-row:hover .mm-account-order-row__chevron {
    color: var(--mm-cork);
    transform: translateX(2px);
}

.mm-account-order {
    display: grid;
    gap: 1.15rem;
}

.mm-account-order__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.mm-account-order__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .mm-account-order__grid {
        grid-template-columns: 1.2fr 1fr;
        align-items: start;
        gap: 1.5rem;
    }
}

.mm-account-back {
    display: inline-flex;
    align-items: center;
    color: var(--mm-cork);
    text-decoration: none;
    font-weight: 600;
}

.mm-account-back:hover {
    color: var(--mm-forest);
}

.mm-page-hero__sub .mm-account-status {
    margin-left: 0.15rem;
    vertical-align: middle;
}

@media (max-width: 720px) {
    .mm-account-nav {
        border-radius: var(--mm-radius);
    }

    .mm-account-nav__logout {
        width: 100%;
        margin-left: 0;
    }

    .mm-account-nav__logout .mm-account-nav__link {
        width: 100%;
        justify-content: center;
    }

    .mm-account-orders--full .mm-account-order-row,
    .mm-account-order-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.55rem 0.75rem;
    }

    .mm-account-order-row__items {
        grid-column: 1 / -1;
    }

    .mm-account-order-row__status {
        justify-self: start;
    }

    .mm-account-order-row__total {
        justify-self: end;
    }

    .mm-account-order-row__chevron {
        display: none;
    }
}

.mm-alert {
    padding: 0.9rem 1rem;
    border-radius: var(--mm-radius);
    font-weight: 600;
}

.mm-alert--success {
    background: rgb(47 107 69 / 0.1);
    color: #2f6b45;
    border: 1px solid rgb(47 107 69 / 0.22);
}

.mm-checkout-payment {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(28 46 36 / 0.08);
}

.mm-checkout-payment__title {
    margin: 0 0 1rem;
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-checkout-legal {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: var(--mm-radius);
    background: rgb(248 245 239 / 0.7);
}

.mm-checkout-legal__privacy {
    margin: 0 0 1.15rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--mm-muted);
}

.mm-checkout-legal__privacy a {
    color: var(--mm-forest-light);
    font-weight: 600;
    text-decoration: underline;
}

.mm-checkout-legal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mm-checkout-legal__terms {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    flex: 1 1 16rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--mm-text);
    cursor: pointer;
}

.mm-checkout-legal__terms input {
    margin-top: 0.2rem;
    flex-shrink: 0;
    accent-color: var(--mm-gold);
}

.mm-checkout-legal__terms a {
    color: var(--mm-forest-light);
    font-weight: 600;
    text-decoration: underline;
}

.mm-required {
    color: #c0392b;
    font-weight: 700;
    margin-left: 0.15rem;
}

.mm-btn--order {
    flex-shrink: 0;
    min-width: 11rem;
    justify-content: center;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.mm-btn--order.is-loading {
    pointer-events: none;
    opacity: 0.92;
    cursor: wait;
}

.mm-checkout-submit__busy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.mm-checkout-submit__busy[hidden] {
    display: none !important;
}

.mm-checkout-submit__spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgb(28 46 36 / 0.2);
    border-top-color: var(--mm-forest);
    border-radius: 50%;
    animation: mm-checkout-spin 0.7s linear infinite;
}

@keyframes mm-checkout-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .mm-checkout-submit__spinner {
        animation: none;
        border-top-color: rgb(28 46 36 / 0.2);
        opacity: 0.7;
    }
}

.mm-checkout-footer-notes {
    margin: 0.35rem 0 0;
    padding: 1.15rem 1.25rem;
    list-style: none;
    text-align: left;
    grid-column: 1 / -1;
    border: 1px solid rgb(28 46 36 / 0.1);
    border-radius: var(--mm-radius-lg);
    background: rgb(255 255 255 / 0.72);
}

.mm-checkout-footer-notes li {
    margin: 0.4rem 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--mm-muted);
}

.mm-checkout-footer-notes li::before {
    content: '·';
    margin-right: 0.45rem;
    color: var(--mm-gold);
    font-weight: 700;
}

@media (max-width: 599px) {
    .mm-checkout-legal__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mm-btn--order {
        width: 100%;
    }
}

.mm-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0 0 1.75rem;
    padding: 0;
    border: 0;
}

.mm-payment-method {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border: 1px solid rgb(28 46 36 / 0.12);
    border-radius: var(--mm-radius);
    background: rgb(255 255 255 / 0.9);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.mm-payment-method:has(.mm-payment-method__input:checked) {
    border-color: rgb(201 169 98 / 0.55);
    background: rgb(201 169 98 / 0.08);
    box-shadow: inset 0 0 0 1px rgb(201 169 98 / 0.22);
}

.mm-payment-method__input {
    margin-top: 0.2rem;
    flex-shrink: 0;
    accent-color: var(--mm-gold);
}

.mm-payment-method__content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mm-payment-method__title {
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-payment-method__desc {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--mm-muted);
}

.mm-payment-method__bank {
    font-size: 0.92rem;
    color: var(--mm-forest);
}

.mm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mm-checkout__auth {
    margin-bottom: 1.5rem;
    padding: 1.05rem 1.15rem;
    border-radius: var(--mm-radius);
    background: rgb(248 245 239 / 0.85);
    border: 1px solid rgb(28 46 36 / 0.1);
}

.mm-checkout__auth--logged-in {
    background: rgb(47 107 69 / 0.08);
    border-color: rgb(47 107 69 / 0.22);
}

.mm-checkout__auth-title,
.mm-checkout__auth p {
    margin: 0 0 0.75rem;
    color: var(--mm-forest);
    font-weight: 600;
}

.mm-checkout__auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mm-checkout__auth-note {
    margin: 0.75rem 0 0 !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    color: var(--mm-muted) !important;
}

.mm-btn--ghost {
    background: transparent;
    color: var(--mm-ink, #2a241c);
    border: 1px solid var(--mm-border, #e5e0d8);
}

.mm-btn--ghost:hover {
    border-color: var(--mm-gold, #b8860b);
    color: var(--mm-gold, #b8860b);
}

.mm-form-input--disabled {
    background: #f5f2ec;
    color: var(--mm-muted, #6b6358);
    cursor: not-allowed;
}

.mm-account-link.is-active {
    color: var(--mm-gold, #b8860b);
}

.mm-section--thank-you {
    padding-top: 1.75rem;
}

.mm-page-hero--thank-you {
    background:
        radial-gradient(circle at top right, rgb(201 169 98 / 0.2), transparent 44%),
        linear-gradient(165deg, var(--mm-forest) 0%, var(--mm-forest-light) 100%);
}

.mm-page-hero__eyebrow {
    margin: 0.85rem 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mm-gold-soft);
}

.mm-thank-you {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 58rem;
    margin-inline: auto;
}

.mm-thank-you__success {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.35rem 1.4rem;
    border: 1px solid rgb(47 107 69 / 0.22);
    border-radius: var(--mm-radius-lg);
    background:
        linear-gradient(145deg, rgb(255 255 255 / 0.96), rgb(237 247 237 / 0.75));
}

.mm-thank-you__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    color: #2f6b45;
    background: rgb(47 107 69 / 0.12);
    border: 1px solid rgb(47 107 69 / 0.18);
}

.mm-thank-you__success-title {
    margin: 0 0 0.4rem;
    font-family: var(--mm-display);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-thank-you__success-text {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--mm-muted);
}

.mm-thank-you__success-text:last-child {
    margin-bottom: 0;
}

.mm-thank-you__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .mm-thank-you__grid {
        grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
        align-items: start;
    }
}

.mm-thank-you__meta-card,
.mm-thank-you__summary-card {
    padding: 1.35rem 1.4rem 1.45rem;
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.98), rgb(248 245 239 / 0.96));
    border: 1px solid rgb(28 46 36 / 0.14);
    border-radius: var(--mm-radius-lg);
}

.mm-thank-you__card-title {
    margin: 0 0 0.85rem;
    font-family: var(--mm-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-thank-you__order-id {
    margin: 0 0 1.15rem;
    font-family: var(--mm-display);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--mm-forest);
    letter-spacing: 0.02em;
}

.mm-thank-you__meta {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 1.25rem;
}

.mm-thank-you__meta div {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-thank-you__meta div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mm-thank-you__meta dt {
    margin: 0 0 0.2rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mm-muted);
}

.mm-thank-you__meta dd {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--mm-forest);
}

.mm-thank-you__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mm-thank-you__actions .mm-btn {
    width: 100%;
    justify-content: center;
}

.mm-thank-you__items {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.mm-thank-you__item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgb(28 46 36 / 0.08);
}

.mm-thank-you__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mm-thank-you__item-main {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    min-width: 0;
}

.mm-thank-you__item-thumb {
    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
    border-radius: 0.65rem;
    overflow: hidden;
    border: 1px solid rgb(28 46 36 / 0.1);
    background: var(--mm-cream);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-thank-you__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-thank-you__item-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.mm-thank-you__item-name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--mm-forest);
}

.mm-thank-you__item-meta {
    font-size: 0.8rem;
    color: var(--mm-muted);
}

.mm-thank-you__item-total {
    flex-shrink: 0;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--mm-forest);
}

.mm-thank-you__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(28 46 36 / 0.1);
    color: var(--mm-muted);
}

.mm-thank-you__total strong {
    font-family: var(--mm-font);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--mm-forest);
    font-variant-numeric: lining-nums tabular-nums;
}
