.mdm-ad-showcase {
  position: relative;
  overflow: hidden;
  padding: 96px 0 52px;
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 147, 43, 0.18), transparent 28%),
    linear-gradient(180deg, #120f0c 0%, #1c1712 100%);
  color: var(--mdm-white);
}

.mdm-ad-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.04), transparent 45%, rgba(201, 147, 43, 0.07));
  pointer-events: none;
}

.mdm-ad-showcase .mdm-container {
  position: relative;
  z-index: 1;
}

.mdm-ad-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.mdm-ad-head h1 {
  margin: 8px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.94;
}

.mdm-ad-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.55;
}

.mdm-ad-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.mdm-ad-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.82fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(232, 196, 123, 0.2);
  border-radius: var(--mdm-radius);
  background: var(--mdm-ivory);
  color: var(--mdm-coffee);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.22);
}

.mdm-ad-image {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: #241b14;
}

.mdm-ad-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 15, 12, 0.02), rgba(18, 15, 12, 0.22));
}

.mdm-ad-image span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 3px;
  background: var(--mdm-gold);
  color: var(--mdm-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.mdm-ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mdm-ad-card:hover .mdm-ad-image img {
  transform: scale(1.035);
}

.mdm-ad-body {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  padding: 26px;
}

.mdm-ad-body h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 0.98;
}

.mdm-ad-price {
  color: var(--mdm-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.mdm-ad-body p {
  margin: 0;
  color: var(--mdm-muted);
  font-weight: 700;
  line-height: 1.45;
}

.mdm-ad-actions {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.mdm-ad-actions .mdm-button {
  width: 100%;
  min-height: 48px;
}

.mdm-ad-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.mdm-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px 0 54px;
  background: var(--mdm-ink);
  color: var(--mdm-white);
}

.mdm-hero-media,
.mdm-hero-media::after,
.mdm-hero-media img {
  position: absolute;
  inset: 0;
}

.mdm-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  will-change: transform;
}

.mdm-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.88) 0%, rgba(18, 15, 12, 0.58) 43%, rgba(18, 15, 12, 0.66) 100%),
    linear-gradient(180deg, rgba(18, 15, 12, 0.14), rgba(18, 15, 12, 0.72));
}

.mdm-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.mdm-hero h1 {
  margin: 18px 0 18px;
  max-width: 740px;
  text-wrap: balance;
}

.mdm-hero-ar {
  margin: 0 0 22px;
  max-width: 680px;
  color: var(--mdm-gold-lt);
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.12;
}

.mdm-hero-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
}

.mdm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.mdm-hero-product-cta {
  background: var(--mdm-gold);
  color: var(--mdm-white);
}

.mdm-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.mdm-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 7px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.mdm-scroll-cue span {
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--mdm-gold-lt), transparent);
  animation: mdmScrollCue 1.7s ease-in-out infinite;
}

@keyframes mdmScrollCue {
  0%, 100% { transform: translateY(-4px); opacity: 0.45; }
  50% { transform: translateY(4px); opacity: 1; }
}

.mdm-marquee {
  overflow: hidden;
  background: var(--mdm-ink);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--mdm-gold-lt);
}

.mdm-marquee-track {
  display: flex;
  width: max-content;
  animation: mdmMarquee 30s linear infinite;
}

.mdm-marquee:hover .mdm-marquee-track {
  animation-play-state: paused;
}

.mdm-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mdm-marquee-item small {
  font-family: Cairo, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

@keyframes mdmMarquee {
  to { transform: translateX(-50%); }
}

.mdm-signatures {
  background: var(--mdm-soft);
}

.mdm-section-head {
  display: grid;
  gap: 16px;
  max-width: 740px;
  margin: 0 0 42px;
}

.mdm-section-head.center {
  margin-inline: auto;
  text-align: center;
}

.mdm-signature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.mdm-signature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--mdm-border);
  border-radius: var(--mdm-radius);
  background: var(--mdm-ivory);
  box-shadow: 0 22px 70px rgba(43, 33, 26, 0.08);
}

.mdm-signature-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #ded2c2;
}

.mdm-signature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mdm-signature-card:hover .mdm-signature-image img {
  transform: scale(1.04);
}

.mdm-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 3px;
  background: var(--mdm-gold);
  color: var(--mdm-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mdm-signature-body {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: clamp(26px, 5vw, 54px);
}

.mdm-signature-body h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.96;
}

.mdm-price {
  color: var(--mdm-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.mdm-tagline {
  margin: 0;
  color: var(--mdm-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.mdm-divider {
  width: 100%;
  height: 1px;
  background: rgba(201, 147, 43, 0.38);
}

.mdm-signature-actions {
  display: grid;
  gap: 10px;
}

.mdm-signature-actions .mdm-button {
  width: 100%;
  min-height: 56px;
}

.mdm-signature-actions .mdm-button.dark {
  min-height: 48px;
}

.mdm-microtrust {
  margin: 0;
  color: var(--mdm-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.mdm-signature-ar {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 147, 43, 0.35);
  color: #9d7428;
  font-size: 15px;
  line-height: 1.75;
}

.mdm-story {
  overflow: hidden;
  background: var(--mdm-ink);
  color: var(--mdm-white);
}

.mdm-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

.mdm-story-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.mdm-story-ar {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(232, 196, 123, 0.25);
  color: var(--mdm-gold-lt);
}

.mdm-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mdm-image-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--mdm-radius);
  transition: transform var(--mdm-ease), outline-color var(--mdm-ease);
}

.mdm-image-grid img:hover {
  outline: 1px solid var(--mdm-gold);
  transform: scale(1.015);
}

.mdm-shop-universe,
.mdm-reviews,
.mdm-newsletter {
  background: var(--mdm-soft);
}

.mdm-bestseller-head {
  margin-top: 48px;
}

.mdm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mdm-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 320px;
  padding: 20px;
  border-radius: var(--mdm-radius);
  color: var(--mdm-white);
  background: var(--mdm-ink);
}

.mdm-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 15, 12, 0.12), rgba(18, 15, 12, 0.68));
  transition: opacity var(--mdm-ease);
}

.mdm-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mdm-category-card:hover img {
  transform: scale(1.04);
}

.mdm-category-card:hover::after {
  opacity: 0.72;
}

.mdm-category-card span,
.mdm-category-card small {
  position: relative;
  z-index: 1;
}

.mdm-category-card span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1.05;
}

.mdm-category-card small {
  color: var(--mdm-gold-lt);
  font-weight: 800;
}

.mdm-pillars {
  background: var(--mdm-ivory);
}

.mdm-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mdm-pillar {
  padding: 26px;
  border: 1px solid var(--mdm-border);
  border-radius: var(--mdm-radius);
  background: #fff;
}

.mdm-pillar .mdm-icon {
  color: var(--mdm-gold);
}

.mdm-pillar h3 {
  margin: 18px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
}

.mdm-pillar p {
  margin: 0;
  color: var(--mdm-muted);
}

.mdm-review-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scroll-snap-type: x mandatory;
}

.mdm-review-card {
  flex: 0 0 calc(33.333% - 12px);
  min-width: 290px;
  padding: 26px;
  border: 1px solid var(--mdm-border);
  border-radius: var(--mdm-radius);
  background: var(--mdm-ivory);
  scroll-snap-align: start;
}

.mdm-stars {
  color: var(--mdm-gold);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.mdm-review-card blockquote {
  margin: 18px 0;
  color: var(--mdm-coffee);
  line-height: 1.7;
}

.mdm-review-card cite {
  color: var(--mdm-muted);
  font-style: normal;
  font-weight: 800;
}

.mdm-cod {
  background: var(--mdm-ink);
  color: var(--mdm-white);
}

.mdm-cod-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.mdm-cod p {
  color: rgba(255, 255, 255, 0.72);
}

.mdm-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mdm-step {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--mdm-radius);
  background: rgba(255, 255, 255, 0.04);
}

.mdm-step-num {
  color: var(--mdm-gold-lt);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 800;
}

.mdm-step strong {
  display: block;
  color: var(--mdm-white);
}

.mdm-step small {
  display: block;
  color: var(--mdm-gold-lt);
  font-family: Cairo, sans-serif;
}

.mdm-newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 620px;
  margin: 28px auto 0;
}

.mdm-newsletter-form input {
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--mdm-border);
  border-radius: 3px;
  background: var(--mdm-ivory);
}

.mdm-note {
  margin-top: 12px;
  color: var(--mdm-muted);
  font-size: 12px;
}

.mdm-home-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  min-height: 58px;
  padding: 7px 10px max(7px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(201, 147, 43, 0.62);
  background: var(--mdm-ink);
  transform: translateY(110%);
  transition: transform var(--mdm-ease);
}

.mdm-home-sticky.is-visible {
  transform: translateY(0);
}

.mdm-home-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 5px;
  background: var(--mdm-gold);
  color: var(--mdm-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 900px) {
  .mdm-ad-showcase {
    min-height: calc(100svh - 52px);
    padding: 14px 0 16px;
  }

  .mdm-ad-showcase .mdm-container {
    width: calc(100vw - 28px);
    max-width: none;
    overflow: hidden;
  }

  .mdm-ad-head {
    display: block;
    margin-bottom: 10px;
  }

  .mdm-ad-head h1 {
    margin-top: 5px;
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 0.96;
  }

  .mdm-ad-head p {
    max-width: 32ch;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
  }

  .mdm-ad-head .mdm-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .mdm-ad-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .mdm-ad-card {
    display: grid;
    grid-template-columns: 42% 58%;
    max-width: 100%;
    border-color: rgba(232, 196, 123, 0.26);
  }

  .mdm-ad-image {
    min-height: 0;
    aspect-ratio: auto;
    height: 158px;
  }

  .mdm-ad-image span {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 7px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .mdm-ad-body {
    gap: 5px;
    padding: 11px;
  }

  .mdm-ad-body .mdm-kicker,
  .mdm-ad-body p,
  .mdm-ad-actions .mdm-button.dark {
    display: none;
  }

  .mdm-ad-body h2 {
    font-size: clamp(21px, 6vw, 28px);
  }

  .mdm-ad-price {
    font-size: 23px;
  }

  .mdm-ad-actions .mdm-button {
    min-width: 0;
    min-height: 40px;
    padding: 8px 5px;
    overflow-wrap: anywhere;
    white-space: normal;
    font-size: 11px;
    line-height: 1.15;
  }

  .mdm-ad-trust {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    margin-top: 9px;
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .mdm-ad-trust::-webkit-scrollbar {
    display: none;
  }

  .mdm-ad-trust span + span::before {
    content: "·";
    margin: 0 8px;
    color: var(--mdm-gold-lt);
  }

  .mdm-hero {
    min-height: calc(100svh - 52px);
    padding: 22px 0 18px;
    align-items: center;
  }

  .mdm-hero-media::after {
    background:
      linear-gradient(180deg, rgba(18, 15, 12, 0.52), rgba(18, 15, 12, 0.78) 42%, rgba(18, 15, 12, 0.92)),
      linear-gradient(90deg, rgba(18, 15, 12, 0.3), rgba(18, 15, 12, 0.62));
  }

  .mdm-hero h1 {
    max-width: 11ch;
    margin: 10px 0 8px;
    font-size: clamp(38px, 10vw, 52px);
    line-height: 0.96;
  }

  .mdm-hero-ar {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(22px, 6.6vw, 30px);
    line-height: 1.18;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .mdm-hero-lead {
    max-width: 31ch;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .mdm-hero .mdm-kicker {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mdm-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }

  .mdm-hero-actions .mdm-button {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .mdm-trust-strip {
    flex-wrap: nowrap;
    gap: 0;
    max-width: 100%;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .mdm-trust-strip::-webkit-scrollbar {
    display: none;
  }

  .mdm-trust-strip span {
    flex: 0 0 auto;
  }

  .mdm-trust-strip span + span::before {
    content: "·";
    margin: 0 8px;
    color: var(--mdm-gold-lt);
  }

  .mdm-scroll-cue {
    display: none;
  }

  .mdm-signature-card {
    grid-template-columns: 1fr;
  }

  .mdm-signature-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .mdm-signature-body {
    gap: 11px;
    padding: 22px;
  }

  .mdm-signature-body h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .mdm-price {
    font-size: 32px;
  }

  .mdm-tagline {
    font-size: 15px;
  }

  .mdm-check-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    font-size: 13px;
  }

  .mdm-signature-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mdm-signature-actions .mdm-button,
  .mdm-signature-actions .mdm-button.dark {
    min-height: 50px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .mdm-microtrust,
  .mdm-signature-ar {
    font-size: 12px;
  }

  .mdm-story-grid,
  .mdm-cod-grid {
    grid-template-columns: 1fr;
  }

  .mdm-category-grid,
  .mdm-pillar-grid,
  .mdm-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mdm-category-card {
    min-height: 210px;
  }

  .mdm-category-card span {
    font-size: 24px;
  }

  .mdm-home-sticky {
    display: grid;
  }

  .home.woocommerce-cart .mdm-home-sticky,
  .home.woocommerce-checkout .mdm-home-sticky {
    display: none;
  }
}

@media (max-width: 560px) {
  .mdm-hero {
    min-height: calc(100svh - 52px);
  }

  .mdm-trust-strip {
    display: flex;
  }

  .mdm-signature-grid {
    gap: 18px;
  }

  .mdm-signature-body {
    padding: 18px;
  }

  .mdm-signature-body h2 {
    font-size: 34px;
  }

  .mdm-category-grid,
  .mdm-pillar-grid,
  .mdm-steps {
    grid-template-columns: 1fr;
  }

  .mdm-pillar {
    padding: 22px;
  }

  .mdm-newsletter-form {
    grid-template-columns: 1fr;
  }
}

/* OMC-inspired luminous homepage */
.home .site-main {
  background: var(--c-bg);
}

.mdm-omc-hero {
  position: relative;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: var(--c-bg);
}

.mdm-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.mdm-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.mdm-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: mdmHeroMedia 0.8s ease forwards;
}

.mdm-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 250, 245, 0.42), rgba(253, 250, 245, 0.14) 46%, rgba(253, 250, 245, 0.02)),
    linear-gradient(180deg, rgba(253, 250, 245, 0.04), rgba(253, 250, 245, 0.28));
}

.mdm-hero-copy {
  position: absolute;
  left: max(24px, calc((100vw - 1280px) / 2));
  bottom: 74px;
  z-index: 2;
  max-width: 430px;
  color: var(--c-ink);
}

.mdm-hero-copy .mdm-kicker,
.mdm-hero-badge,
.mdm-hero-copy h1,
.mdm-hero-copy .mdm-ar-title,
.mdm-hero-copy .mdm-button {
  opacity: 0;
  transform: translateY(18px);
  animation: mdmHeroText 0.7s ease forwards;
}

.mdm-hero-badge {
  display: inline-block;
  margin-top: 12px;
  color: var(--c-muted);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mdm-hero-copy h1 {
  margin: 12px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5.4vw, 66px);
  font-style: italic;
  line-height: 0.95;
  animation-delay: 0.35s;
}

.mdm-hero-copy .mdm-ar-title {
  margin: 0 0 22px;
  color: var(--c-gold);
  font-size: clamp(22px, 3vw, 34px);
  animation-delay: 0.5s;
}

.mdm-hero-copy .mdm-kicker { animation-delay: 0.2s; }
.mdm-hero-badge { animation-delay: 0.25s; }
.mdm-hero-copy .mdm-button { animation-delay: 0.65s; }

.mdm-hero-copy .mdm-button,
.mdm-coffret-body .mdm-button,
.mdm-line-head a,
.mdm-text-link {
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.mdm-hero-copy .mdm-button {
  min-height: 48px;
  padding-inline: 24px;
  box-shadow: 0 14px 34px rgba(200, 146, 42, 0.28);
}

.mdm-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.mdm-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 18, 9, 0.35);
}

.mdm-hero-dots button.is-active {
  background: var(--c-gold);
}

.mdm-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  background: rgba(253, 250, 245, 0.82);
  color: var(--c-ink);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.24s ease;
}

.mdm-omc-hero:hover .mdm-hero-arrow {
  opacity: 1;
}

.mdm-hero-arrow.prev { left: 22px; }
.mdm-hero-arrow.next { right: 22px; }

@keyframes mdmHeroMedia { to { opacity: 1; } }
@keyframes mdmHeroText { to { opacity: 1; transform: translateY(0); } }

.mdm-trust-banner {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 8px 16px;
  background: var(--c-dark);
  color: var(--c-gold-lt);
  text-align: center;
}

.mdm-trust-banner p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.mdm-trust-banner .mdm-ar {
  font-size: 11px;
}

.mdm-section {
  padding: 88px 0;
}

.mdm-signature-omc,
.mdm-bestsellers,
.mdm-rituals,
.mdm-newsletter {
  background: var(--c-bg);
}

.mdm-coffret-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mdm-coffret-card,
.mdm-product-card,
.mdm-review-card {
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background: var(--c-white);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mdm-coffret-card:hover,
.mdm-product-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
}

.mdm-coffret-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--c-white);
}

.mdm-coffret-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.45s ease;
}

.mdm-coffret-card:hover .mdm-coffret-image img {
  transform: scale(1.04);
}

.mdm-coffret-image span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 6px 9px;
  border-radius: 3px;
  background: var(--c-gold);
  color: var(--c-white);
  font-size: 10px;
  font-weight: 700;
}

.mdm-coffret-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.mdm-coffret-body small,
.mdm-product-card-body small {
  color: var(--c-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdm-coffret-body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.mdm-coffret-body strong {
  color: var(--c-gold);
  font-size: 22px;
}

.mdm-coffret-body p,
.mdm-editorial p,
.mdm-newsletter p {
  margin: 0;
  color: var(--c-muted);
}

.mdm-coffret-body hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--c-border);
}

.mdm-coffret-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--c-muted);
  font-size: 13px;
}

.mdm-coffret-body li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mdm-coffret-body li svg {
  flex: 0 0 16px;
  width: 16px;
  color: var(--c-gold);
}

.mdm-button.whatsapp {
  background: #25D366;
}

.mdm-coffret-body em {
  color: var(--c-muted);
  font-size: 11px;
  font-style: normal;
}

.mdm-coffret-body .mdm-ar {
  padding-top: 10px;
  border-top: 1px solid rgba(200, 146, 42, 0.35);
  font-size: 13px;
}

.mdm-gift-offer {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(200, 146, 42, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(253, 250, 245, 0.96), rgba(233, 200, 124, 0.18));
  animation: mdmGiftGlow 2.8s ease-in-out infinite;
}

.mdm-gift-offer img {
  width: 58px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.mdm-gift-offer span {
  color: var(--c-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mdm-gift-offer p {
  margin-top: 2px;
  color: var(--c-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

@keyframes mdmGiftGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(200, 146, 42, 0); }
  50% { box-shadow: 0 12px 30px rgba(200, 146, 42, 0.16); }
}

.mdm-home-carousel {
  background: var(--c-white);
  scroll-margin-top: 118px;
}

.mdm-home-carousel .mdm-product-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px max(14px, calc((100vw - 1280px) / 2)) 18px 0;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  scrollbar-width: none;
}

.mdm-home-carousel .mdm-product-strip::-webkit-scrollbar {
  display: none;
}

.mdm-home-carousel .mdm-product-card {
  flex: 0 0 min(240px, 72vw);
  scroll-snap-align: start;
}

.mdm-ingredient-marquee {
  height: 60px;
  overflow: hidden;
  background: var(--c-soft);
  border-block: 1px solid var(--c-border);
}

.mdm-marquee-track {
  display: flex;
  width: max-content;
  animation: mdmMarquee 30s linear infinite;
}

.mdm-ingredient-marquee:hover .mdm-marquee-track {
  animation-play-state: paused;
}

.mdm-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 60px;
  padding-inline: 28px;
  color: var(--c-ink);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.mdm-marquee-track span::after {
  content: "·";
  color: var(--c-gold);
  margin-left: 20px;
}

.mdm-line-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.mdm-line-head a,
.mdm-text-link {
  border-bottom: 1px solid var(--c-gold);
  color: var(--c-ink);
  font-weight: 500;
}

.mdm-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mdm-product-image {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
}

.mdm-product-image em {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: var(--c-gold);
  color: var(--c-white);
  font-style: normal;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.mdm-product-card:hover .mdm-product-image em {
  transform: translateY(0);
}

.mdm-product-card-body {
  padding: 12px 0;
  background: transparent;
}

.mdm-product-card {
  border: 0;
  background: transparent;
}

.mdm-product-card h3 {
  margin: 4px 0;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.mdm-product-card .price {
  color: var(--c-ink);
  font-size: 16px;
  font-weight: 600;
}

.mdm-card-button {
  display: none;
}

.mdm-editorial,
.mdm-reviews {
  background: var(--c-soft);
}

.mdm-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.mdm-editorial-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mdm-editorial-images img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.4s ease;
}

.mdm-editorial-images img:nth-child(2),
.mdm-editorial-images img:nth-child(4) {
  margin-top: 24px;
}

.mdm-editorial-images img:hover {
  transform: scale(1.03);
}

.mdm-ar-block {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--c-border);
}

.mdm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mdm-category-card {
  border-radius: 8px;
  aspect-ratio: 3 / 4;
}

.mdm-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mdm-review-card {
  padding: 24px;
}

.mdm-review-card blockquote {
  margin: 14px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-style: italic;
}

.mdm-review-card strong {
  display: inline-flex;
  margin-left: 8px;
  color: var(--c-gold);
  font-size: 10px;
  text-transform: uppercase;
}

.mdm-cod-omc {
  background: var(--c-dark);
  color: var(--c-white);
}

.mdm-cod-omc p {
  color: rgba(255, 255, 255, 0.72);
}

.mdm-cod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mdm-steps article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.mdm-steps b {
  display: block;
  color: var(--c-gold-lt);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

.mdm-newsletter-inner {
  max-width: 560px;
  text-align: center;
}

.js-reveal,
.js-reveal-child {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.js-reveal.is-visible,
.js-reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .mdm-omc-hero {
    min-height: 610px;
    height: 100svh;
  }

  .mdm-hero-copy {
    right: 20px;
    bottom: 70px;
    left: 20px;
    max-width: min(330px, calc(100vw - 40px));
  }

  .mdm-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(14,11,9,0.18), rgba(253,250,245,0.12) 34%, rgba(253,250,245,0.68)),
      linear-gradient(90deg, rgba(253,250,245,0.34), rgba(253,250,245,0.06));
  }

  .mdm-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(32px, 8.4vw, 40px);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  .mdm-hero-copy .mdm-ar-title {
    max-width: 100%;
    font-size: clamp(22px, 7vw, 34px);
  }

  .mdm-hero-copy .mdm-button {
    min-height: 44px;
    padding-inline: 18px;
  }

  .mdm-coffret-grid,
  .mdm-editorial-grid,
  .mdm-review-grid {
    grid-template-columns: 1fr;
  }

  .mdm-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mdm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mdm-section {
    padding: 56px 0;
  }

  .mdm-section-head.center {
    margin-bottom: 24px;
  }

  .mdm-section-head .mdm-display,
  .mdm-line-head .mdm-display {
    text-wrap: balance;
  }

  .mdm-home-sticky {
    display: grid;
    background: var(--c-dark);
  }

  .mdm-home-carousel {
    scroll-margin-top: 112px;
  }

  .mdm-home-carousel .mdm-line-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    margin-bottom: 22px;
  }

  .mdm-home-carousel .mdm-line-head .mdm-display {
    max-width: 8ch;
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.9;
  }

  .mdm-home-carousel .mdm-line-head a {
    display: grid;
    place-items: center;
    width: 86px;
    min-width: 86px;
    height: 86px;
    border: 1px solid rgba(200, 146, 42, 0.55);
    border-radius: 50%;
    background: rgba(253, 250, 245, 0.72);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .mdm-home-carousel .mdm-product-strip {
    gap: 12px;
    width: 100%;
    padding: 4px 2px 20px 0;
    scroll-snap-type: x mandatory;
  }

  .mdm-home-carousel .mdm-product-card {
    flex: 0 0 calc((100% - 12px) / 2);
    scroll-snap-align: start;
  }

  .mdm-home-carousel .mdm-product-card h3 {
    font-size: 22px;
    line-height: 1.05;
  }

  .mdm-home-carousel .mdm-product-card-body {
    padding-top: 14px;
  }

  .mdm-home-carousel .mdm-product-card-body small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .mdm-home-carousel .mdm-line-head .mdm-display {
    font-size: clamp(38px, 11vw, 48px);
  }

  .mdm-home-carousel .mdm-line-head a {
    width: 78px;
    min-width: 78px;
    height: 78px;
    font-size: 14px;
  }

  .mdm-home-carousel .mdm-product-card {
    flex-basis: calc((100% - 12px) / 2);
  }
}

.mdm-signature-omc .mdm-coffret-image,
.mdm-coffret-card .mdm-coffret-image {
  aspect-ratio: 4 / 3 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  border-radius: 12px 12px 0 0;
}

.mdm-signature-omc .mdm-coffret-image img,
.mdm-coffret-card .mdm-coffret-image img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  border-radius: 12px 12px 0 0;
  display: block;
  object-fit: cover !important;
}

.mdm-signature-omc .mdm-coffret-body,
.mdm-coffret-card .mdm-coffret-body {
  margin-top: 0 !important;
}
