/** Shopify CDN: Minification failed

Line 309:22 Unexpected "{"
Line 309:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-collection-product-grid (INDEX:44) */
.mm-collection-shell {
    overflow-x: hidden;
  }

  .mm-collection-header {
    padding: clamp(3.6rem, 7vw, 8rem) 0 clamp(3rem, 5vw, 6rem);
    text-align: center;
    background: linear-gradient(180deg, rgb(var(--color-background)) 0%, rgba(var(--color-foreground), 0.025) 100%);
  }

  .mm-collection-title {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 1.8rem;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-size: clamp(3rem, 5vw, 4.6rem);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0.015em;
    line-height: 1.1;
  }

  .mm-collection-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: clamp(6rem, 9vw, 10rem);
    height: 0.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgb(var(--mm-gold)), #f5e6a6, rgb(var(--mm-gold)));
    transform: translateX(-50%);
  }

  .mm-collection-description {
    max-width: 78rem;
    margin: 2.4rem auto 0;
    color: rgba(var(--color-foreground), 0.72);
    font-family: var(--font-body-family);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.75;
  }

  .mm-collection-description > :first-child {
    margin-top: 0;
  }

  .mm-collection-description > :last-child {
    margin-bottom: 0;
  }

  .mm-collection-anchor {
    scroll-margin-top: 10rem;
  }

  .mm-collection-results {
    position: relative;
  }

  .mm-collection-results .loading-overlay {
    z-index: 4;
  }

  .mm-collection-grid {
    display: grid;
    grid-template-columns: repeat(var(--mm-columns-mobile), minmax(0, 1fr));
    gap: clamp(1.2rem, 3vw, 2.4rem);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mm-product-card {
    display: flex;
    min-width: 0;
  }

  .mm-product-card > .card-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0.1rem solid rgba(var(--mm-gold), 0.24);
    border-radius: var(--mm-card-radius);
    background: #fff;
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, var(--mm-shadow-opacity));
    transition:
      border-color 400ms ease,
      box-shadow 400ms ease,
      transform 400ms ease;
  }

  .mm-collection-grid .card {
    height: 100%;
    --border-width: 0px;
    --border-opacity: 0;
    --shadow-horizontal-offset: 0px;
    --shadow-vertical-offset: 0px;
    --shadow-blur-radius: 0px;
    --shadow-opacity: 0;
  }

  .mm-collection-grid .card::after,
  .mm-collection-grid .card__inner::after {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mm-collection-grid .card,
  .mm-collection-grid .card__inner,
  .mm-collection-grid .card__content {
    background: transparent;
  }

  .mm-collection-grid .card__inner {
    overflow: hidden;
    border-radius: calc(var(--mm-card-radius) - 0.1rem) calc(var(--mm-card-radius) - 0.1rem) 0 0;
  }

  .mm-collection-grid .card__media {
    margin: 0;
    width: 100%;
  }

  .mm-collection-grid .card__media .media {
    background: #fff;
  }

  .mm-collection-grid .card__media .media img {
    background: #fff;
    transition: opacity 600ms ease;
  }

  .mm-collection-grid .card > .card__content > .card__information {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: var(--mm-card-padding) !important;
    text-align: left;
  }

  .mm-collection-grid .card-information {
    display: contents;
  }

  .mm-collection-grid .caption-with-letter-spacing {
    order: 1;
    margin: 0 0 0.55rem;
    color: rgba(17, 17, 17, 0.6);
    font-family: var(--font-body-family);
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-transform: uppercase;
    transition: color 300ms ease;
  }

  .mm-collection-grid .card__heading {
    order: 2;
    margin: 0 0 0.8rem;
    color: #111;
    font-family: var(--font-heading-family);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0.01em;
    line-height: 1.32;
  }

  .mm-collection-grid .card__heading a {
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease;
  }

  .mm-collection-grid .rating,
  .mm-collection-grid .rating-text,
  .mm-collection-grid .rating-count {
    order: 3;
  }

  .mm-collection-grid .price {
    order: 4;
    margin-top: auto;
    color: #111;
    font-family: var(--font-body-family);
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    font-weight: 600;
    line-height: 1.4;
  }

  .mm-collection-grid .price--on-sale .price-item--regular {
    color: rgba(17, 17, 17, 0.5);
  }

  .mm-collection-grid .badge {
    border: 0.1rem solid rgba(var(--mm-gold), 0.45);
    background: rgba(17, 17, 17, 0.92);
    color: #fff;
    letter-spacing: 0.05em;
  }

  .mm-collection-grid .quick-add {
    position: relative;
    z-index: 2;
    margin: 0 var(--mm-card-padding) var(--mm-card-padding);
  }

  .mm-collection-grid .quick-add__submit {
    min-height: 4.4rem;
    border-color: rgb(var(--mm-gold));
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mm-collection-grid .underline-links-hover:hover a {
    text-decoration: none;
  }

  .mm-collection-shell .facets-wrapper {
    margin-bottom: clamp(2.4rem, 4vw, 4rem);
  }

  .mm-collection-shell .facets__summary,
  .mm-collection-shell .facet-filters__label,
  .mm-collection-shell .facet-filters__sort,
  .mm-collection-shell .mobile-facets__open {
    font-family: var(--font-body-family);
  }

  .mm-collection-shell .facets__summary,
  .mm-collection-shell .mobile-facets__open {
    text-decoration: none;
  }

  .mm-collection-shell .pagination-wrapper {
    margin-top: clamp(4rem, 7vw, 7rem);
  }

  .mm-collection-browse {
    padding: clamp(4.8rem, 8vw, 8rem) 0;
    text-align: center;
    background: linear-gradient(180deg, rgb(var(--color-background)), rgba(var(--color-foreground), 0.025));
  }

  .mm-collection-browse__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 5.2rem;
    padding: 1.4rem clamp(2.4rem, 5vw, 4rem);
    border: 0.1rem solid rgb(var(--mm-gold));
    border-radius: var(--mm-card-radius);
    background: linear-gradient(110deg, #fff 0%, #fdf7e3 50%, #fff 100%);
    color: #111;
    font-family: var(--font-body-family);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }

  .mm-collection-browse__button .svg-wrapper {
    width: 1.8rem;
  }

  .mm-collection-browse__button:focus-visible {
    outline: 0.2rem solid rgb(var(--mm-gold));
    outline-offset: 0.4rem;
  }

  @media screen and (min-width: 750px) {
    .mm-collection-grid {
      grid-template-columns: repeat(var(--mm-columns-tablet), minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .mm-collection-grid {
      grid-template-columns: repeat(var(--mm-columns-desktop), minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .mm-collection-grid .card__inner.ratio {
      --ratio-percent: 125% !important;
    }

    .mm-collection-header {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }

    .mm-collection-title {
      padding-bottom: 1.4rem;
    }

    .mm-collection-description {
      margin-top: 1.8rem;
      line-height: 1.65;
    }

    .mm-collection-grid .card > .card__content > .card__information {
      padding: clamp(1.1rem, 3.5vw, var(--mm-card-padding)) !important;
    }

    .mm-collection-grid .quick-add {
      margin-right: clamp(1.1rem, 3.5vw, var(--mm-card-padding));
      margin-bottom: clamp(1.1rem, 3.5vw, var(--mm-card-padding));
      margin-left: clamp(1.1rem, 3.5vw, var(--mm-card-padding));
    }
  }

  @media (hover: hover) and (pointer: fine) {
    .mm-product-card > .card-wrapper:hover {
      border-color: rgba(var(--mm-gold), 0.8);
      box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.25);
      transform: translateY(-0.4rem);
    }

    .mm-product-card > .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
      opacity: 1;
      transform: none;
    }

    .mm-product-card > .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
      opacity: 0;
      transform: none;
    }

    .mm-product-card > .card-wrapper:hover .media.media--hover-effect > img + img {
      opacity: 1;
      transform: none;
      transition: opacity 600ms ease;
    }

    .mm-product-card > .card-wrapper:hover .card__heading a {
      color: #f5d76e;
    }

    .mm-product-card > .card-wrapper:hover .caption-with-letter-spacing {
      color: rgba(255, 215, 0, 0.7);
    }

    .mm-collection-browse__button:hover {
      border-color: rgb(var(--mm-gold));
      background: rgb(var(--mm-gold));
      box-shadow: 0 0.8rem 2.4rem rgba(var(--mm-gold), 0.3);
      color: #111;
      transform: translateY(-0.2rem);
    }
  }

  @media (hover: none), (pointer: coarse) {
    .mm-collection-grid .media--hover-effect > img:first-child:not(:only-child) {
      opacity: 1 !important;
      transform: none !important;
    }

    .mm-collection-grid .media--hover-effect > img + img {
      opacity: 0 !important;
      transform: none !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mm-product-card > .card-wrapper,
    .mm-collection-grid .card__media .media img,
    .mm-collection-grid .caption-with-letter-spacing,
    .mm-collection-grid .card__heading a,
    .mm-collection-browse__button {
      transition-duration: 0.01ms;
    }

    .mm-product-card > .card-wrapper:hover,
    .mm-collection-browse__button:hover {
      transform: none;
    }
  }
/* END_SECTION:main-collection-product-grid */

/* START_SECTION:mm-editorial-picks (INDEX:64) */
.mm-ep {
  --mm-ep-bg: #0c0b0a;
  --mm-ep-ivory: #f5f0e7;
  --mm-ep-muted: rgba(245, 240, 231, 0.72);
  --mm-ep-gold: #d9bd7a;
  --mm-ep-gold-bright: #e5ca87;
  --mm-ep-line: rgba(217, 189, 122, 0.25);
  --mm-ep-line-soft: rgba(245, 240, 231, 0.12);

  position: relative;
  padding: clamp(5.2rem, 6.4vw, 8.4rem) clamp(1.6rem, 4vw, 4rem);
  background: var(--mm-ep-bg);
  color: var(--mm-ep-ivory);
}

.mm-ep__inner {
  width: min(100%, 132rem);
  margin: 0 auto;
}

/* ---------- Header ---------- */
/* Heading left, standfirst right, the same split the All Creations page
   opens with, so the two pages read as one house. */
.mm-ep__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.4rem, 5vw, 6.4rem);
  align-items: start;
  padding-bottom: clamp(2.8rem, 3.6vw, 4.4rem);
  border-bottom: 1px solid var(--mm-ep-line-soft);
}

.mm-ep__eyebrow {
  margin: 0 0 1.4rem;
  color: var(--mm-ep-gold);
  font-family: var(--font-body-family);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  text-transform: uppercase;
}

.mm-ep__title {
  max-width: 20ch;
  margin: 0;
  color: var(--mm-ep-ivory);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(3.2rem, 4.4vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.04;
}

.mm-ep__aside {
  padding-top: 0.6rem;
}

.mm-ep__aside-label {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0 0 1.4rem;
  color: var(--mm-ep-gold);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mm-ep__rule {
  width: clamp(2rem, 3vw, 3.6rem);
  height: 1px;
  flex: none;
  background: linear-gradient(90deg, transparent, var(--mm-ep-gold));
}

.mm-ep__aside-copy {
  max-width: 56ch;
  margin: 0;
  color: var(--mm-ep-muted);
  font-family: var(--font-body-family);
  font-size: clamp(1.35rem, 1.15vw, 1.5rem);
  line-height: 1.75;
}

.mm-ep__aside-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--mm-ep-line);
  color: var(--mm-ep-ivory);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 240ms ease,
    border-color 240ms ease;
}

.mm-ep__aside-link svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: transform 240ms ease;
}

.mm-ep__aside-link:hover {
  border-color: var(--mm-ep-gold-bright);
  color: var(--mm-ep-gold-bright);
}

.mm-ep__aside-link:hover svg {
  transform: translateX(0.3rem);
}

/* ---------- Rows ---------- */
.mm-ep__list {
  margin: 0;
  padding: 0;
}

.mm-ep__item + .mm-ep__item {
  border-top: 1px solid var(--mm-ep-line-soft);
}

.mm-ep__row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.4rem, 4vw, 5.6rem);
  align-items: center;
  padding: clamp(2.8rem, 3.6vw, 4.4rem) 0;
  color: inherit;
  text-decoration: none;
}

.mm-ep__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--mm-ep-line);
  border-radius: 12px;
  background: #080706;
  box-shadow: 0 1.8rem 4.4rem rgba(0, 0, 0, 0.2);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.mm-ep__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Same cross fade the directory cards use, so the two bands behave
   identically under the cursor even though they are laid out differently. */
.mm-ep__img--base {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 580ms ease,
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mm-ep__img--hover {
  opacity: 0;
  transform: scale(1.012);
  transition:
    opacity 580ms ease,
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mm-ep__body {
  display: block;
  min-width: 0;
}

.mm-ep__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.mm-ep__index {
  color: var(--mm-ep-gold);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.18em;
}

.mm-ep__label {
  position: relative;
  padding-left: 1.4rem;
  color: var(--mm-ep-gold);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mm-ep__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.mm-ep__name {
  display: block;
  margin: 0 0 1.4rem;
  color: var(--mm-ep-ivory);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(2.6rem, 3.2vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.1;
  transition: color 240ms ease;
}

.mm-ep__copy {
  display: block;
  max-width: 62ch;
  margin: 0;
  color: var(--mm-ep-muted);
  font-family: var(--font-body-family);
  font-size: clamp(1.35rem, 1.1vw, 1.5rem);
  line-height: 1.78;
}

.mm-ep__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2.4rem;
  margin-top: 2.2rem;
}

.mm-ep__count {
  color: rgba(245, 240, 231, 0.5);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: 1.5rem;
  font-style: italic;
}

.mm-ep__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--mm-ep-line);
  color: var(--mm-ep-ivory);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    color 240ms ease,
    border-color 240ms ease;
}

.mm-ep__cta svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: transform 240ms ease;
}

/* ---------- Hover ---------- */
.mm-ep__row:is(:hover, :focus-visible) .mm-ep__media {
  border-color: rgba(229, 202, 135, 0.72);
  box-shadow:
    0 2.2rem 5rem rgba(0, 0, 0, 0.28),
    0 0 2.4rem rgba(217, 189, 122, 0.1);
  transform: translateY(-0.3rem);
}

.mm-ep__row:is(:hover, :focus-visible) .mm-ep__img--base {
  opacity: 0;
  transform: scale(1.008);
}

.mm-ep__row:is(:hover, :focus-visible) .mm-ep__img--hover {
  opacity: 1;
  transform: scale(1.015);
}

.mm-ep__row:is(:hover, :focus-visible) .mm-ep__name {
  color: var(--mm-ep-gold-bright);
}

.mm-ep__row:is(:hover, :focus-visible) .mm-ep__cta {
  border-color: var(--mm-ep-gold-bright);
  color: var(--mm-ep-gold-bright);
}

.mm-ep__row:is(:hover, :focus-visible) .mm-ep__cta svg {
  transform: translateX(0.3rem);
}

.mm-ep__row:focus-visible {
  outline: 2px solid var(--mm-ep-gold-bright);
  outline-offset: 0.8rem;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 989px) {
  .mm-ep__head {
    grid-template-columns: 1fr;
  }

  .mm-ep__row {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 3.4vw, 3.2rem);
  }

  .mm-ep__name {
    font-size: clamp(2.2rem, 4vw, 2.8rem);
  }
}

@media screen and (max-width: 749px) {
  /* Photograph over wording on a phone. The row stays one link, so the
     whole block is still a single tap target. */
  .mm-ep__row {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-block: 2.8rem;
  }

  .mm-ep__media {
    aspect-ratio: 3 / 2;
  }

  .mm-ep__foot {
    margin-top: 1.8rem;
  }

  /* Micro type floor. The audit that reset the mobile product page put the
     minimum at 1.25rem against this theme's 10px root, below which uppercase
     letterspaced labels read as fine print. Same floor here. */
  .mm-ep__eyebrow,
  .mm-ep__aside-label,
  .mm-ep__aside-link,
  .mm-ep__index,
  .mm-ep__label,
  .mm-ep__cta {
    font-size: 1.25rem;
  }

  /* The row itself is one large tap target, but the side note link is a
     separate destination and needs its own. */
  .mm-ep__aside-link {
    min-height: 4.4rem;
    padding-block: 1.1rem 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-ep__media,
  .mm-ep__img,
  .mm-ep__cta svg,
  .mm-ep__aside-link svg {
    transition: none;
  }

  .mm-ep__row:is(:hover, :focus-visible) .mm-ep__media,
  .mm-ep__row:is(:hover, :focus-visible) .mm-ep__cta svg,
  .mm-ep__aside-link:hover svg {
    transform: none;
  }
}
/* END_SECTION:mm-editorial-picks */

/* START_SECTION:mm-reviews-showcase (INDEX:66) */
.mm-rv {
  --mm-rv-ink: #0b0908;
  --mm-rv-ink-2: #17120c;
  --mm-rv-ivory: #f6f1e6;
  --mm-rv-dim: rgba(246, 241, 230, 0.7);
  --mm-rv-faint: rgba(246, 241, 230, 0.44);
  --mm-rv-gold: #d9b667;
  --mm-rv-gold-bright: #f4e0aa;
  --mm-rv-gold-deep: #a8823a;
  --mm-rv-line: rgba(217, 182, 103, 0.2);

  --mm-rv-gap: clamp(2.2rem, 3.2vw, 3.2rem);
  --mm-rv-measure: 46rem;

  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(4.8rem, 5.6vw, 6.8rem) var(--mm-home-gutter, clamp(1.6rem, 4vw, 4rem));
  overflow: hidden;
  background: var(--mm-rv-ink);
  color: var(--mm-rv-ivory);
  border-top: 1px solid rgba(217, 182, 103, 0.24);
}

/* ---------- Atmosphere layers ---------- */
.mm-rv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mm-rv__bg > span {
  position: absolute;
  inset: -12% -5%;
  display: block;
}

.mm-rv__bloom {
  background:
    radial-gradient(58rem 34rem at 14% 4%, rgba(217, 182, 103, 0.20), transparent 62%),
    radial-gradient(50rem 30rem at 92% 22%, rgba(196, 141, 61, 0.14), transparent 60%),
    radial-gradient(64rem 40rem at 50% 108%, rgba(217, 182, 103, 0.12), transparent 66%),
    linear-gradient(172deg, #100d0a 0%, var(--mm-rv-ink-2) 46%, #0a0807 100%);
  will-change: transform;
}

.mm-rv__grain {
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mm-rv__vignette {
  background: radial-gradient(110% 78% at 50% 42%, transparent 48%, rgba(0, 0, 0, 0.62) 100%);
}

.mm-rv::before,
.mm-rv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.5) 22%, rgba(244, 224, 170, 0.75) 50%, rgba(217, 182, 103, 0.5) 78%, transparent);
}

.mm-rv::before { top: 0; }
.mm-rv::after { bottom: 0; }

.mm-rv__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1280px);
  margin: 0 auto;
}

/* ---------- Header ---------- */
.mm-rv__opening {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(3.6rem, 6vw, 7rem);
  width: 100%;
  margin: 0 auto;
}

.mm-rv__header {
  text-align: left;
}

.mm-rv__eyebrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.1rem;
  margin: 0 0 1.5rem;
  color: var(--mm-rv-gold);
  font-family: var(--font-body-family);
  font-size: clamp(1rem, 0.9vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
}

.mm-rv__eyebrow::before,
.mm-rv__eyebrow::after {
  content: "";
  width: clamp(1.4rem, 5vw, 3.6rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.75));
}

.mm-rv__eyebrow::after {
  background: linear-gradient(90deg, rgba(217, 182, 103, 0.75), transparent);
}

.mm-rv__opening .mm-rv__eyebrow::before {
  display: none;
}

.mm-rv__title {
  margin: 0;
  color: var(--mm-rv-ivory);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(3.4rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.012em;
}

.mm-rv__ornament {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  margin: 1.4rem auto 0;
  color: var(--mm-rv-gold);
}

.mm-rv__ornament-line {
  width: clamp(2.4rem, 7vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.85));
}

.mm-rv__ornament-line--r {
  background: linear-gradient(90deg, rgba(217, 182, 103, 0.85), transparent);
}

.mm-rv__ornament-mark {
  width: 0.72rem;
  height: 0.72rem;
  flex: none;
}

/* ---------- Rating console ---------- */
.mm-rv__console {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  width: fit-content;
  max-width: 100%;
  margin: calc(var(--mm-rv-gap) * 0.8) 0 0;
  padding: clamp(1.15rem, 1.8vw, 1.5rem) clamp(1.5rem, 3vw, 2.6rem);
  border-top: 1px solid var(--mm-rv-line);
  border-bottom: 1px solid var(--mm-rv-line);
}

.mm-rv__figure {
  color: #f2dfb2;
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(2.9rem, 4.2vw, 3.8rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  text-shadow: 0 0 30px rgba(217, 182, 103, 0.42);
}

.mm-rv__console-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: clamp(1.2rem, 2.4vw, 2.2rem);
  border-left: 1px solid var(--mm-rv-line);
  text-align: left;
}

.mm-rv__console-text {
  color: var(--mm-rv-dim);
  font-family: var(--font-body-family);
  font-size: clamp(1.05rem, 0.9vw, 1.2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mm-rv__console-breakdown {
  color: var(--mm-rv-faint);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(1.3rem, 1.15vw, 1.5rem);
  font-style: italic;
}

.mm-rv__intro {
  max-width: 40rem;
  margin: calc(var(--mm-rv-gap) * 0.62) 0 0;
  color: var(--mm-rv-dim);
  font-family: var(--font-body-family);
  font-size: clamp(1.35rem, 1.2vw, 1.55rem);
  line-height: 1.75;
}

/* ---------- Gold star system ---------- */
.mm-rv__stars {
  position: relative;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  white-space: nowrap;
}

.mm-rv__stars--lg {
  font-size: 1.52rem;
}

.mm-rv__stars-base,
.mm-rv__stars-fill {
  display: block;
  letter-spacing: 0.16em;
}

.mm-rv__stars-base {
  color: rgba(217, 182, 103, 0.24);
}

.mm-rv__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--fill, 100%);
  overflow: hidden;
  color: #ecd18a;
  text-shadow: 0 0 14px rgba(217, 182, 103, 0.55);
}

/* ---------- Shiny Star Seller badge ---------- */
.mm-rv__seller-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.52rem 1.2rem 0.52rem 0.68rem;
  border-radius: 100px;
  border: 1px solid rgba(217, 182, 103, 0.48);
  background:
    linear-gradient(135deg, rgba(244, 224, 170, 0.16), rgba(217, 182, 103, 0.045)),
    rgba(12, 9, 7, 0.48);
  color: #f2d991;
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 0 1.6rem rgba(217, 182, 103, 0.28);
  box-shadow:
    0 0.8rem 2.4rem rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 250, 238, 0.025);
  transition: border-color 300ms ease, background 300ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mm-rv__seller-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 250, 238, 0.16) 48%, transparent 78%);
  transform: translateX(-135%);
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mm-rv__seller-badge::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border: 1px solid rgba(255, 250, 238, 0.035);
  border-radius: inherit;
  pointer-events: none;
}

.mm-rv__seller-badge:hover {
  border-color: rgba(244, 224, 170, 0.7);
  background:
    linear-gradient(135deg, rgba(244, 224, 170, 0.2), rgba(217, 182, 103, 0.07)),
    rgba(12, 9, 7, 0.55);
  transform: translateY(-1px);
}

.mm-rv__seller-badge:hover::before {
  transform: translateX(135%);
}

.mm-rv__seller-badge-star {
  width: 1.2rem;
  height: 1.2rem;
  flex: none;
  box-sizing: content-box;
  padding: 0.3rem;
  border: 1px solid rgba(244, 224, 170, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 224, 170, 0.18), rgba(217, 182, 103, 0.06));
  color: #efd58e;
  filter: drop-shadow(0 0 0.7rem rgba(217, 182, 103, 0.34));
}

/* ---------- Marquee hero quote ---------- */
.mm-rv__marquee {
  position: relative;
  max-width: none;
  margin: 0;
  padding: clamp(3.8rem, 5vw, 5.2rem) 0 clamp(3rem, 4vw, 4.2rem) clamp(2.8rem, 5vw, 5.4rem);
  border-left: 1px solid rgba(217, 182, 103, 0.26);
  text-align: left;
}

.mm-rv__marquee-mark {
  position: absolute;
  top: 0;
  left: clamp(2.8rem, 5vw, 5.4rem);
  color: var(--mm-rv-gold);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(6rem, 10vw, 8.6rem);
  line-height: 0.78;
  opacity: 0.17;
  pointer-events: none;
}

.mm-rv__marquee-quote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fdfaf2;
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(1.7rem, 2.9vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.46;
  text-wrap: balance;
}

.mm-rv__marquee-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  margin-top: clamp(1.7rem, 2.2vw, 2.1rem);
}

.mm-rv__marquee-rule {
  width: clamp(1.6rem, 4vw, 3rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.8));
}

.mm-rv__marquee-rule--r {
  background: linear-gradient(90deg, rgba(217, 182, 103, 0.8), transparent);
}

.mm-rv__marquee-name {
  color: var(--mm-rv-gold-bright);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-rv__marquee-piece {
  color: var(--mm-rv-faint);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: 1.35rem;
  font-style: italic;
}

.mm-rv__marquee-piece::before {
  content: "on ";
}

/* ---------- Masonry grid of cards ---------- */
.mm-rv__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3.2rem) / 3);
  gap: 1.6rem;
  margin-top: var(--mm-rv-gap);
  padding: 0.6rem 0 1.8rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

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

.mm-rv__grid:focus-visible {
  outline: 1px solid rgba(244, 224, 170, 0.72);
  outline-offset: 0.7rem;
}

.mm-rv__cell {
  display: flex;
  min-width: 0;
  scroll-snap-align: start;
}

.mm-rv__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 34rem;
  padding: 1.9rem 2rem 1.7rem;
  border: 1px solid rgba(217, 182, 103, 0.15);
  border-radius: 3px;
  background:
    linear-gradient(145deg, rgba(255, 250, 238, 0.072), transparent 42%),
    linear-gradient(158deg, rgba(255, 250, 238, 0.035), rgba(255, 250, 238, 0.012));
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), border-color 380ms ease, box-shadow 380ms ease;
}

.mm-rv__media {
  position: relative;
  overflow: hidden;
  display: block;
  height: clamp(15rem, 17vw, 18rem);
  margin: -1.9rem -2rem 1.8rem;
  color: var(--mm-rv-ivory);
  background: #17120c;
  text-decoration: none;
}

.mm-rv__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 6, 4, 0.68) 100%);
}

.mm-rv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 600ms ease;
}

.mm-rv__media:hover img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.065);
}

.mm-rv__media-label {
  position: absolute;
  right: 1.4rem;
  bottom: 1.15rem;
  z-index: 1;
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-rv__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(17rem 17rem at var(--mx, 50%) var(--my, 50%), rgba(244, 224, 170, 0.15), transparent 68%);
  transition: opacity 380ms ease;
}

.mm-rv__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(244, 224, 170, 0.55), transparent);
  opacity: 0.45;
  transition: opacity 380ms ease;
}

.mm-rv__card:hover {
  --lift: -5px;
  border-color: rgba(217, 182, 103, 0.44);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}

.mm-rv__card:hover::before { opacity: 1; }
.mm-rv__card:hover::after { opacity: 1; }

.mm-rv__card > * {
  position: relative;
  z-index: 2;
}

.mm-rv__card-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.05rem;
}

.mm-rv__avatar {
  overflow: hidden;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: linear-gradient(150deg, rgba(217, 182, 103, 0.24), rgba(217, 182, 103, 0.06));
  box-shadow: inset 0 0 0 1px rgba(217, 182, 103, 0.42);
  color: var(--mm-rv-gold-bright);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: 1.6rem;
  font-weight: 600;
}

.mm-rv__card-id {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.38rem;
}

.mm-rv__name {
  overflow: hidden;
  color: var(--mm-rv-ivory);
  font-family: var(--font-body-family);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mm-rv__meta-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mm-rv__date {
  color: var(--mm-rv-faint);
  font-family: var(--font-body-family);
  font-size: 1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.mm-rv__quote {
  margin: 0 0 1.15rem;
  color: rgba(246, 241, 230, 0.92);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(1.55rem, 1.35vw, 1.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.62;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.mm-rv__quote::before { content: "\201C"; }
.mm-rv__quote::after { content: "\201D"; }

.mm-rv__card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem 1rem;
  margin-top: auto;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(217, 182, 103, 0.14);
}

.mm-rv__piece {
  min-width: 0;
  flex: 1 1 9rem;
  color: var(--mm-rv-faint);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.4;
}

.mm-rv__card-link {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 0.36rem;
  padding-top: 0.16rem;
  color: var(--mm-rv-gold);
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 240ms ease, gap 240ms ease;
}

.mm-rv__card-link:hover {
  gap: 0.58rem;
  color: var(--mm-rv-gold-bright);
}

.mm-rv__arrow {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.mm-rv__rail-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.2rem;
}

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

.mm-rv__rail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 1px solid rgba(217, 182, 103, 0.4);
  border-radius: 50%;
  background: rgba(255, 250, 238, 0.025);
  color: var(--mm-rv-gold-bright);
  cursor: pointer;
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease, opacity 240ms ease;
}

.mm-rv__rail-button svg {
  width: 1.8rem;
  height: 1.8rem;
}

.mm-rv__rail-button:hover:not(:disabled) {
  border-color: var(--mm-rv-gold);
  background: rgba(217, 182, 103, 0.12);
  transform: translateY(-2px);
}

.mm-rv__rail-button:disabled {
  opacity: 0.3;
  cursor: default;
}

.mm-rv__rail-button:focus-visible {
  outline: 2px solid var(--mm-rv-gold-bright);
  outline-offset: 3px;
}

.mm-rv__rail-status {
  min-width: 9rem;
  color: var(--mm-rv-dim);
  font-family: var(--font-body-family);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.mm-rv__rail-divider {
  width: 1px;
  height: 2.8rem;
  margin-left: 0.2rem;
  background: linear-gradient(180deg, transparent, rgba(217, 182, 103, 0.42), transparent);
}

.mm-rv__rail-button--toggle {
  width: 4.4rem;
  height: 4.4rem;
  border-color: rgba(217, 182, 103, 0.25);
}

.mm-rv__rail-button--toggle svg {
  width: 1.55rem;
  height: 1.55rem;
}

.mm-rv__play-icon {
  display: none;
}

.mm-rv__rail-button--toggle.is-paused .mm-rv__pause-icon {
  display: none;
}

.mm-rv__rail-button--toggle.is-paused .mm-rv__play-icon {
  display: block;
}

/* ---------- CTA ---------- */
.mm-rv__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--mm-rv-gap);
}

.mm-rv__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.18rem 3rem;
  border: 1px solid rgba(217, 182, 103, 0.55);
  color: var(--mm-rv-gold-bright);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
}

.mm-rv__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, #a8823a, #e8c877 44%, #fbf1cf 54%, #c99f4d);
  transform: translateY(101%);
  transition: transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mm-rv__cta:hover::before { transform: translateY(0); }

.mm-rv__cta:hover {
  color: #150f06;
  border-color: #e8c877;
  box-shadow: 0 14px 38px rgba(217, 182, 103, 0.3);
}

.mm-rv__cta > * {
  position: relative;
  z-index: 1;
}

.mm-rv__cta-icon {
  width: 0.88rem;
  height: 0.88rem;
  flex: none;
}

/* ---------- Keyboard focus ---------- */
.mm-rv__card-link:focus-visible,
.mm-rv__cta:focus-visible {
  outline: 2px solid var(--mm-rv-gold-bright);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Reveal choreography (armed by JS only) ---------- */
.mm-reveal-armed .mm-rv__header[data-mm-reveal],
.mm-reveal-armed .mm-rv__marquee[data-mm-reveal],
.mm-reveal-armed .mm-rv__cta-wrap[data-mm-reveal],
.mm-reveal-armed .mm-rv__cell[data-mm-reveal] {
  opacity: 0;
}

.mm-reveal-armed .mm-rv__header[data-mm-reveal].is-visible {
  animation: mm-rv-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mm-reveal-armed .mm-rv__marquee[data-mm-reveal].is-visible {
  animation: mm-rv-marquee 1250ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mm-reveal-armed .mm-rv__cell[data-mm-reveal].is-visible {
  animation: mm-rv-rise 800ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms) both;
}

.mm-reveal-armed .mm-rv__cta-wrap[data-mm-reveal].is-visible {
  animation: mm-rv-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mm-reveal-armed .is-visible .mm-rv__stars-fill {
  animation: mm-rv-fill 1000ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

@keyframes mm-rv-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes mm-rv-marquee {
  from { opacity: 0; filter: blur(9px); transform: translateY(28px) scale(0.985); clip-path: inset(0 0 100% 0); }
  to { opacity: 1; filter: blur(0); transform: none; clip-path: inset(0 0 0 0); }
}

@keyframes mm-rv-fill {
  from { width: 0; }
  to { width: var(--fill, 100%); }
}

@media (prefers-reduced-motion: reduce) {
  .mm-rv__card,
  .mm-rv__cta::before,
  .mm-rv__card-link,
  .mm-rv__seller-badge,
  .mm-rv__seller-badge::before {
    transition: none;
  }
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 1200px) {
  .mm-rv__opening {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(3rem, 5vw, 5rem);
  }

  .mm-rv__grid { grid-auto-columns: calc((100% - 1.6rem) / 2); }
}

@media screen and (max-width: 749px) {
  .mm-rv {
    padding-inline: clamp(1.6rem, 5vw, 2.2rem);
  }

  .mm-rv__grid {
    grid-auto-columns: min(86%, 34rem);
    gap: 1.2rem;
    margin-inline: calc(clamp(1.6rem, 5vw, 2.2rem) * -1);
    padding-inline: clamp(1.6rem, 5vw, 2.2rem);
    scroll-padding-inline: clamp(1.6rem, 5vw, 2.2rem);
  }

  .mm-rv__opening {
    display: block;
  }

  .mm-rv__header {
    text-align: center;
  }

  .mm-rv__eyebrow,
  .mm-rv__ornament {
    justify-content: center;
  }

  .mm-rv__opening .mm-rv__eyebrow::before {
    display: block;
  }

  .mm-rv__console,
  .mm-rv__intro {
    margin-left: auto;
    margin-right: auto;
  }

  .mm-rv__marquee {
    max-width: var(--mm-rv-measure);
    margin: var(--mm-rv-gap) auto 0;
    padding: clamp(2.6rem, 8vw, 3.6rem) 0 0;
    border-left: 0;
    text-align: center;
  }

  .mm-rv__marquee-mark {
    left: 50%;
    transform: translateX(-50%);
  }

  .mm-rv__marquee-by {
    justify-content: center;
  }

  .mm-rv__console {
    gap: 1rem;
    padding-inline: 0.6rem;
  }

  .mm-rv__console-stack {
    padding-left: 1rem;
  }

  .mm-rv__console-text {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }

  .mm-rv__eyebrow {
    gap: 0.7rem;
    font-size: 1rem;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
  }

  .mm-rv__card {
    min-height: 32rem;
    padding: 1.7rem 1.7rem 1.5rem;
  }

  .mm-rv__media {
    height: 17rem;
    margin: -1.7rem -1.7rem 1.6rem;
  }

  .mm-rv__quote {
    -webkit-line-clamp: 8;
  }

  .mm-rv__rail-nav {
    gap: 1rem;
  }

  .mm-rv__rail-status {
    min-width: 7.6rem;
  }
}
/* END_SECTION:mm-reviews-showcase */

/* START_SECTION:mm-trust-strip (INDEX:67) */
.mm-ts {
  --mm-ts-ink: #0b0908;
  --mm-ts-ivory: #f6f1e6;
  --mm-ts-dim: rgba(246, 241, 230, 0.68);
  --mm-ts-faint: rgba(246, 241, 230, 0.42);
  --mm-ts-gold: #d9b667;
  --mm-ts-gold-bright: #f4e0aa;
  --mm-ts-line: rgba(217, 182, 103, 0.2);
  --mm-ts-gap: clamp(2.2rem, 3.2vw, 3.2rem);

  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(4.4rem, 6vw, 7rem) var(--mm-home-gutter, clamp(1.6rem, 4vw, 4rem));
  overflow: hidden;
  background: var(--mm-ts-ink);
  color: var(--mm-ts-ivory);
  text-align: center;
}

.mm-ts__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mm-ts__bg > span {
  position: absolute;
  inset: -12% -5%;
  display: block;
}

.mm-ts__bloom {
  background:
    radial-gradient(46rem 26rem at 50% -8%, rgba(217, 182, 103, 0.17), transparent 62%),
    radial-gradient(52rem 30rem at 8% 96%, rgba(196, 141, 61, 0.12), transparent 62%),
    linear-gradient(174deg, #0e0b09 0%, #17120c 52%, #0a0807 100%);
  will-change: transform;
}

.mm-ts__grain {
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n2)'/%3E%3C/svg%3E");
}

.mm-ts__vignette {
  background: radial-gradient(112% 80% at 50% 40%, transparent 46%, rgba(0, 0, 0, 0.6) 100%);
}

.mm-ts::before,
.mm-ts::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.5) 22%, rgba(244, 224, 170, 0.75) 50%, rgba(217, 182, 103, 0.5) 78%, transparent);
}

.mm-ts::before { top: 0; }
.mm-ts::after { bottom: 0; }

.mm-ts__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.mm-ts__header {
  margin-bottom: var(--mm-ts-gap);
}

.mm-ts__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0 0 1.4rem;
  color: var(--mm-ts-gold);
  font-family: var(--font-body-family);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
}

.mm-ts__eyebrow::before,
.mm-ts__eyebrow::after {
  content: "";
  width: clamp(1.4rem, 5vw, 3.4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.75));
}

.mm-ts__eyebrow::after {
  background: linear-gradient(90deg, rgba(217, 182, 103, 0.75), transparent);
}

.mm-ts__title {
  margin: 0;
  color: var(--mm-ts-ivory);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.1;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .mm-ts__title {
    background-image: linear-gradient(180deg, #fffaf0 4%, #f3e1b6 52%, #bd8f3b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.mm-ts__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.3rem auto 0;
  color: var(--mm-ts-gold);
}

.mm-ts__ornament-line {
  width: clamp(2.2rem, 6vw, 4.4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 182, 103, 0.85));
}

.mm-ts__ornament-line--r {
  background: linear-gradient(90deg, rgba(217, 182, 103, 0.85), transparent);
}

.mm-ts__ornament-mark {
  width: 0.72rem;
  height: 0.72rem;
  flex: none;
}

.mm-ts__intro {
  max-width: 34rem;
  margin: 1.5rem auto 0;
  color: var(--mm-ts-dim);
  font-family: var(--font-body-family);
  font-size: 1.1rem;
  line-height: 1.75;
}

/* ---------- Channel plates ---------- */
.mm-ts__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.15rem;
}

.mm-ts__plate {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: clamp(2.2rem, 3vw, 2.8rem) 1.5rem;
  border: 1px solid rgba(217, 182, 103, 0.15);
  border-radius: 3px;
  background: linear-gradient(158deg, rgba(255, 250, 238, 0.055), rgba(255, 250, 238, 0.014));
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: inherit;
  text-decoration: none;
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), border-color 380ms ease, box-shadow 380ms ease;
}

.mm-ts__plate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(18rem 18rem at var(--mx, 50%) var(--my, 50%), rgba(244, 224, 170, 0.16), transparent 68%);
  transition: opacity 380ms ease;
}

.mm-ts__plate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(244, 224, 170, 0.55), transparent);
  opacity: 0.4;
  transition: opacity 380ms ease;
}

.mm-ts__plate:hover {
  --lift: -5px;
  border-color: rgba(217, 182, 103, 0.46);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}

.mm-ts__plate:hover::before { opacity: 1; }
.mm-ts__plate:hover::after { opacity: 1; }

.mm-ts__plate:focus-visible {
  outline: 2px solid var(--mm-ts-gold-bright);
  outline-offset: 3px;
  border-radius: 2px;
}

.mm-ts__plate > * {
  position: relative;
  z-index: 2;
}

.mm-ts__logo img {
  max-height: 2.6rem;
  width: auto;
  filter: grayscale(1) brightness(2.4) opacity(0.7);
  transition: filter 300ms ease;
}

.mm-ts__plate:hover .mm-ts__logo img {
  filter: grayscale(0) brightness(1) opacity(1);
}

.mm-ts__name {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--mm-ts-ivory);
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: 1.95rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 300ms ease;
}

.mm-ts__plate:hover .mm-ts__name {
  color: var(--mm-ts-gold-bright);
}

.mm-ts__arrow {
  width: 0.86rem;
  height: 0.86rem;
  flex: none;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.mm-ts__plate:hover .mm-ts__arrow {
  opacity: 1;
  transform: none;
}

.mm-ts__detail {
  color: var(--mm-ts-dim);
  font-family: var(--font-body-family);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- Shiny Star Seller badge ---------- */
.mm-badge-shine {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.3rem;
  padding: 0.52rem 1.1rem;
  border-radius: 100px;
  background: linear-gradient(110deg, #6d5119 0%, #d9b667 22%, #fdf3d4 42%, #d9b667 62%, #6d5119 100%);
  background-size: 240% 100%;
  color: #241a06;
  font-family: var(--font-body-family);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(217, 182, 103, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  animation: mm-shine-sweep 3.4s linear infinite;
}

.mm-badge-shine__star {
  width: 0.96rem;
  height: 0.96rem;
  flex: none;
  color: #523c0f;
}

@keyframes mm-shine-sweep {
  0% { background-position: 0% 50%; }
  100% { background-position: -240% 50%; }
}

/* ---------- Reveal choreography (armed by JS only) ---------- */
.mm-reveal-armed .mm-ts__header[data-mm-reveal],
.mm-reveal-armed .mm-ts__plate[data-mm-reveal] {
  opacity: 0;
}

.mm-reveal-armed .mm-ts__header[data-mm-reveal].is-visible {
  animation: mm-ts-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mm-reveal-armed .mm-ts__plate[data-mm-reveal].is-visible {
  animation: mm-ts-rise 850ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms) both;
}

@keyframes mm-ts-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-badge-shine {
    animation: none;
    background-position: 40% 50%;
  }

  .mm-ts__plate,
  .mm-ts__arrow,
  .mm-ts__name {
    transition: none;
  }
}

@media screen and (max-width: 749px) {
  .mm-ts__row {
    grid-template-columns: 1fr;
  }

  .mm-ts__eyebrow {
    gap: 0.7rem;
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
  }
}
/* END_SECTION:mm-trust-strip */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:mm-context-popup (INDEX:134) */
.mm-cp {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.6rem, 3vw, 3.2rem);
}

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

.mm-cp__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(116, 80, 30, 0.14), transparent 42%),
    rgba(5, 4, 3, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 420ms ease;
}

.mm-cp.is-open .mm-cp__scrim {
  opacity: 1;
}

.mm-cp__panel {
  position: relative;
  width: min(58rem, 100%);
  max-height: min(88rem, calc(100dvh - 3.2rem));
  overflow: hidden;
  border: 1px solid rgba(217, 182, 103, 0.36);
  border-radius: 0.6rem;
  background:
    radial-gradient(circle at 16% 12%, rgba(217, 182, 103, 0.1), transparent 32%),
    #0c0a08;
  box-shadow: 0 5rem 14rem rgba(0, 0, 0, 0.72);
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms ease;
}

.mm-cp.is-open .mm-cp__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.mm-cp__panel--split {
  width: min(112rem, 100%);
  min-height: min(64rem, calc(100dvh - 6.4rem));
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(38rem, 0.82fr);
}

.mm-cp__panel--split .mm-cp__visual {
  grid-column: 1;
  grid-row: 1;
}

.mm-cp__panel--split .mm-cp__content {
  grid-column: 2;
  grid-row: 1;
}

.mm-cp__close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 3;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(10, 8, 6, 0.56);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #f6f1e6;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mm-cp__close:hover {
  color: #d9b667;
  border-color: #d9b667;
  background: rgba(10, 8, 6, 0.6);
}

.mm-cp__close svg {
  width: 1.7rem;
  height: 1.7rem;
}

.mm-cp__visual {
  position: relative;
  min-height: 58rem;
  overflow: hidden;
  background: #14100a;
}

.mm-cp__visual-image {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: mmCpKenBurns 9000ms ease-out forwards;
  transition: opacity 700ms ease;
}

.mm-cp.is-image-ready .mm-cp__visual-image { opacity: 1; }

.mm-cp.is-image-unavailable .mm-cp__visual {
  background:
    radial-gradient(circle at 38% 30%, rgba(217, 182, 103, 0.2), transparent 32%),
    linear-gradient(145deg, #21170d, #0b0907 68%);
}

.mm-cp__visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.08), rgba(8, 6, 4, 0.1) 58%, rgba(8, 6, 4, 0.66) 100%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.12), transparent 36%, rgba(8, 6, 4, 0.72) 100%);
  pointer-events: none;
}

.mm-cp__visual-caption {
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  z-index: 1;
  color: rgba(246, 241, 230, 0.8);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-cp__offer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: clamp(3.2rem, 5vw, 5rem);
  border: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(7, 5, 3, 0.74) 0%,
    rgba(7, 5, 3, 0.54) 34%,
    rgba(7, 5, 3, 0.2) 59%,
    transparent 76%
  );
  color: #fdfaf2;
  pointer-events: none;
  text-align: center;
}

.mm-cp__offer::before {
  content: "";
  position: static;
  width: 5.8rem;
  height: 1px;
  flex: none;
  margin-bottom: 1.6rem;
  background: #d9b667;
  box-shadow: 0 0 18px rgba(217, 182, 103, 0.5);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
}

.mm-cp__offer-kicker,
.mm-cp__offer-note {
  display: block;
  font-family: var(--font-body-family);
}

.mm-cp__offer-kicker {
  margin-bottom: 1.2rem;
  color: #e4c473;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0.25em;
  opacity: 0;
  transform: translateY(0.8rem);
  text-transform: uppercase;
}

.mm-cp__offer-lockup {
  display: block;
}

.mm-cp__offer-value {
  display: block;
  color: #fffaf0;
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(8.2rem, 8.8vw, 10.6rem);
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -0.055em;
  opacity: 0;
  filter: blur(0.7rem);
  text-shadow: 0 0 4.8rem rgba(217, 182, 103, 0.34);
  transform: translateY(1rem) scale(0.92);
}

.mm-cp__offer-copy {
  display: block;
  margin-top: 1.2rem;
  color: rgba(246, 241, 230, 0.9);
  font-family: var(--font-body-family);
  font-size: 1.18rem;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(0.8rem);
  text-transform: uppercase;
}

.mm-cp__offer-note {
  max-width: 30rem;
  margin: 1.3rem auto 0;
  color: rgba(246, 241, 230, 0.66);
  font-size: 1.12rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(0.7rem);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .mm-cp__offer-value {
    background: linear-gradient(112deg, #fffaf0 8%, #fffaf0 35%, #e4c473 50%, #fffaf0 66%, #fffaf0 100%);
    background-size: 230% 100%;
    background-position: 100% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.mm-cp.is-open .mm-cp__offer::before {
  animation: mmCpOfferLineReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.mm-cp.is-open .mm-cp__offer-kicker {
  animation: mmCpOfferRise 680ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.mm-cp.is-open .mm-cp__offer-value {
  animation:
    mmCpOfferValueReveal 900ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both,
    mmCpOfferGoldSweep 1900ms ease-out 860ms both;
}

.mm-cp.is-open .mm-cp__offer-copy {
  animation: mmCpOfferRise 720ms cubic-bezier(0.16, 1, 0.3, 1) 380ms both;
}

.mm-cp.is-open .mm-cp__offer-note {
  animation: mmCpOfferRise 720ms cubic-bezier(0.16, 1, 0.3, 1) 500ms both;
}

@keyframes mmCpOfferLineReveal {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes mmCpOfferRise {
  from { opacity: 0; transform: translateY(0.8rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mmCpOfferValueReveal {
  from { opacity: 0; filter: blur(0.7rem); transform: translateY(1rem) scale(0.92); }
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes mmCpOfferGoldSweep {
  from { background-position: 100% 50%; }
  to { background-position: -30% 50%; }
}

@keyframes mmCpKenBurns {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1);
  }
}

.mm-cp__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.4rem, 5.2vw, 7rem);
  text-align: left;
  overflow-y: auto;
  color: #f6f1e6;
}

.mm-cp__ornament {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0 0 2.2rem;
  color: #d9b667;
}

.mm-cp__ornament-line {
  width: 3.2rem;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.mm-cp__eyebrow {
  margin: 0 0 1.4rem;
  color: #d9b667;
  font-family: var(--font-body-family);
  font-size: clamp(1rem, 0.9vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mm-cp__heading {
  margin: 0 0 1.8rem;
  color: #fdfaf2;
  font-family: "Cormorant Garamond", var(--font-heading-family);
  font-size: clamp(3.8rem, 4vw, 5.6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.mm-cp__sub {
  max-width: 43rem;
  margin: 0 0 3rem;
  color: rgba(246, 241, 230, 0.72);
  font-family: var(--font-body-family);
  font-size: clamp(1.35rem, 1.15vw, 1.55rem);
  line-height: 1.7;
}

.mm-cp__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.mm-cp__field {
  margin: 0;
}

.mm-cp__label {
  display: block;
  margin-bottom: 0.7rem;
  color: rgba(246, 241, 230, 0.62);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-cp__input {
  width: 100%;
  min-height: 5.4rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(217, 182, 103, 0.32);
  border-radius: 0.2rem;
  background: rgba(255, 250, 238, 0.035);
  text-align: left;
  color: #f6f1e6;
  font-family: var(--font-body-family);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  border-radius: 0;
}

.mm-cp__input::placeholder {
  color: rgba(246, 241, 230, 0.4);
}

.mm-cp__input:focus-visible {
  outline: 1px solid #d9b667;
  outline-offset: 2px;
  border-color: #d9b667;
}

.mm-cp__submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 5.4rem;
  padding: 1.5rem 2rem;
  border: 1px solid #d9b667;
  border-radius: 2px;
  background: #d9b667;
  color: #171310;
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease;
}

.mm-cp__submit span {
  position: relative;
  z-index: 1;
}

.mm-cp__submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-18deg);
  transition: left 700ms ease;
}

.mm-cp__submit:hover {
  background: #f4e0aa;
  border-color: #f4e0aa;
}

.mm-cp__submit:hover::after {
  left: 130%;
}

.mm-cp__submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.mm-cp__error {
  margin: -0.4rem 0 0;
  color: #f2b7a8;
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  line-height: 1.45;
}

.mm-cp__privacy {
  margin: 1.6rem 0 0;
  color: rgba(246, 241, 230, 0.48);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  line-height: 1.55;
}

.mm-cp__privacy a {
  color: rgba(244, 224, 170, 0.82);
  text-underline-offset: 0.25em;
}

.mm-cp__submit:focus-visible {
  outline: 2px solid #f4e0aa;
  outline-offset: 2px;
}

.mm-cp__browse-link {
  display: inline-block;
  margin-top: 20px;
  color: rgba(246, 241, 230, 0.58);
  font-family: var(--font-body-family);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 241, 230, 0.25);
  padding-bottom: 2px;
  align-self: flex-start;
}

.mm-cp__browse-link:hover {
  color: #f6f1e6;
  border-color: rgba(246, 241, 230, 0.5);
}

body.mm-cp-lock {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .mm-cp {
    align-items: flex-end;
    padding: 0;
  }

  .mm-cp__panel {
    transform: translateY(2.4rem);
    transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 420ms ease;
  }

  .mm-cp.is-open .mm-cp__panel {
    transform: translateY(0);
  }

  .mm-cp__panel--split {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    max-height: 100vh;
    max-height: 100dvh;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(25rem, 40dvh) minmax(0, 1fr);
    border-radius: 0;
    border: none;
  }

  .mm-cp__panel--split .mm-cp__visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }

  .mm-cp__panel--split .mm-cp__content {
    grid-column: 1;
    grid-row: 2;
  }

  .mm-cp__content {
    justify-content: flex-start;
    padding:
      clamp(2.5rem, 7vw, 3.4rem)
      clamp(2rem, 7vw, 3rem)
      max(2rem, env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-y;
  }

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

  .mm-cp__heading {
    font-size: clamp(3.4rem, 10vw, 4.8rem);
  }

  .mm-cp__sub {
    margin-bottom: 2rem;
    font-size: clamp(1.35rem, 4vw, 1.55rem);
  }

  .mm-cp__privacy {
    margin-top: 1.3rem;
  }

  .mm-cp__ornament {
    margin-bottom: 1.5rem;
  }

  .mm-cp__visual-caption {
    left: max(1.8rem, env(safe-area-inset-left));
    top: max(1.8rem, env(safe-area-inset-top));
  }

  .mm-cp__offer {
    inset: 0;
    width: auto;
    padding: 2rem 2.2rem;
  }

  .mm-cp__offer-kicker {
    margin-bottom: 0.65rem;
    font-size: 0.9rem;
  }

  .mm-cp__offer-value {
    font-size: 6.4rem;
  }

  .mm-cp__offer-copy {
    margin-top: 0.8rem;
    font-size: 1.02rem;
  }

  .mm-cp__offer-note {
    margin-top: 0.8rem;
    font-size: 0.95rem;
  }

  .mm-cp__close {
    top: max(1.4rem, env(safe-area-inset-top));
    right: max(1.4rem, env(safe-area-inset-right));
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media screen and (max-width: 749px) and (max-height: 720px) {
  .mm-cp__panel--split {
    grid-template-rows: minmax(18rem, 32dvh) minmax(0, 1fr);
  }

  .mm-cp__content {
    padding-top: 2rem;
  }

  .mm-cp__ornament {
    display: none;
  }

  .mm-cp__offer-note {
    display: none;
  }

  .mm-cp__offer {
    padding: 1.4rem 1.8rem;
  }

  .mm-cp__offer::before {
    margin-bottom: 1rem;
  }

  .mm-cp__offer-value {
    font-size: 5.8rem;
  }

  .mm-cp__heading {
    margin-bottom: 1.2rem;
    font-size: clamp(3rem, 8vw, 4rem);
  }

  .mm-cp__sub {
    margin-bottom: 1.7rem;
  }
}

@media screen and (max-width: 359px) {
  .mm-cp__content {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }

  .mm-cp__heading {
    font-size: clamp(3.1rem, 10vw, 3.8rem);
  }

  .mm-cp__sub {
    font-size: 1.35rem;
    line-height: 1.58;
  }

  .mm-cp__offer {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .mm-cp__offer-value {
    font-size: 5.6rem;
  }

  .mm-cp__offer-copy {
    letter-spacing: 0.16em;
  }
}

@media screen and (max-width: 359px) and (max-height: 620px) {
  .mm-cp__panel--split {
    grid-template-rows: minmax(15.5rem, 28dvh) minmax(0, 1fr);
  }

  .mm-cp__content {
    padding-top: 1.6rem;
    padding-bottom: max(1.2rem, env(safe-area-inset-bottom));
  }

  .mm-cp__visual-caption {
    display: none;
  }

  .mm-cp__eyebrow {
    margin-bottom: 0.7rem;
  }

  .mm-cp__heading {
    margin-bottom: 0.8rem;
  }

  .mm-cp__sub {
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }

  .mm-cp__form {
    gap: 1.1rem;
  }

  .mm-cp__input,
  .mm-cp__submit {
    min-height: 5rem;
  }

  .mm-cp__privacy {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .mm-cp {
    padding: 0;
  }

  .mm-cp__panel--split {
    width: 100%;
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    grid-template-columns: minmax(0, 1.08fr) minmax(34rem, 0.92fr);
    grid-template-rows: 1fr;
    border: 0;
    border-radius: 0;
  }

  .mm-cp__panel--split .mm-cp__visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }

  .mm-cp__panel--split .mm-cp__content {
    grid-column: 2;
    grid-row: 1;
    padding: 2rem 3rem max(1.6rem, env(safe-area-inset-bottom));
  }

  .mm-cp__ornament {
    display: none;
  }

  .mm-cp__eyebrow {
    margin-bottom: 0.8rem;
  }

  .mm-cp__heading {
    margin-bottom: 1rem;
    font-size: clamp(3rem, 5vw, 3.8rem);
  }

  .mm-cp__sub {
    margin-bottom: 1.3rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .mm-cp__form {
    gap: 1rem;
  }

  .mm-cp__input,
  .mm-cp__submit {
    min-height: 4.8rem;
  }

  .mm-cp__privacy {
    margin-top: 1rem;
  }

  .mm-cp__offer {
    padding: 1.8rem;
  }

  .mm-cp__offer-value {
    font-size: 6rem;
  }

  .mm-cp__offer-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-cp__scrim,
  .mm-cp__panel {
    transition: none;
  }

  .mm-cp__visual-image {
    animation: none;
  }

  .mm-cp__submit::after {
    display: none;
  }

  .mm-cp__offer::before,
  .mm-cp__offer-kicker,
  .mm-cp__offer-value,
  .mm-cp__offer-copy,
  .mm-cp__offer-note {
    animation: none !important;
    opacity: 1;
    filter: none;
    transform: none;
  }
}
/* END_SNIPPET:mm-context-popup */