.mdl-product-world {
  --mdl-ink: #151411;
  --mdl-muted: #686157;
  --mdl-gold: #a8874e;
  --mdl-gold-deep: #76561f;
  --mdl-gold-pale: #dcc89d;
  --mdl-paper: #fbfaf7;
  --mdl-champagne: #f1e8d7;
  --mdl-line: rgba(168, 135, 78, .32);
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 126px) 24px;
  background: var(--mdl-paper);
  color: var(--mdl-ink);
  isolation: isolate;
}

.mdl-product-world::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -180px;
  border: 1px solid rgba(168, 135, 78, .18);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(128, 91, 25, .08);
}

.mdl-product-world *,
.mdl-product-world *::before,
.mdl-product-world *::after {
  box-sizing: border-box;
}

.mdl-product-world button,
.mdl-product-world a {
  font: inherit;
}

.mdl-product-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.mdl-product-launch {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.55fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  margin-bottom: clamp(68px, 7vw, 104px);
}

.mdl-product-world--treatments .mdl-product-launch {
  display: block;
  max-width: 820px;
  margin: 0 auto clamp(58px, 6vw, 88px);
  text-align: center;
}

.mdl-product-title {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--mdl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5.4vw, 86px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
  text-wrap: balance;
}

.mdl-product-world--treatments .mdl-product-title {
  margin-inline: auto;
  font-size: clamp(46px, 4.9vw, 76px);
}

.mdl-product-copy {
  max-width: 600px;
  margin: 0;
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.mdl-product-world--treatments .mdl-product-copy {
  margin-inline: auto;
}

.mdl-product-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(390px, 100%);
  margin: 30px 0;
  color: var(--mdl-gold);
}

.mdl-product-world--treatments .mdl-product-rule {
  margin-inline: auto;
}

.mdl-product-rule::before,
.mdl-product-rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: currentColor;
  opacity: .72;
}

.mdl-product-rule span {
  width: 10px;
  height: 10px;
  background: currentColor;
  transform: rotate(45deg);
}

.mdl-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 34px;
}

.mdl-product-world--treatments .mdl-product-actions {
  justify-content: center;
}

.mdl-product-primary,
.mdl-product-secondary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
}

.mdl-product-primary {
  padding: 15px 24px;
  border: 1px solid var(--mdl-gold);
  background: linear-gradient(135deg, #b79759, #9b7431);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(118, 86, 31, .18);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.mdl-product-secondary {
  position: relative;
  min-height: 48px;
  padding: 10px 0;
  color: var(--mdl-gold-deep) !important;
  font-family: "Poppins", Arial, sans-serif;
}

.mdl-product-secondary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 34px;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform .28s ease;
}

.mdl-product-primary:hover,
.mdl-product-primary:focus-visible {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(191, 155, 89, .25), 0 0 30px rgba(118, 86, 31, .3), 0 17px 36px rgba(118, 86, 31, .22);
}

.mdl-product-secondary:hover,
.mdl-product-secondary:focus-visible {
  color: #60400c !important;
  transform: translateY(-2px);
}

.mdl-product-secondary:hover::after,
.mdl-product-secondary:focus-visible::after {
  transform: scaleX(.62);
}

.mdl-arrow-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.mdl-product-hero-media {
  position: relative;
  min-width: 0;
}

.mdl-product-hero-media::before {
  content: "";
  position: absolute;
  inset: 28px -22px -22px 28px;
  z-index: -1;
  border: 1px solid var(--mdl-gold-pale);
  border-radius: 28px;
  background: rgba(168, 135, 78, .07);
  box-shadow: 0 22px 70px rgba(93, 64, 16, .13);
}

.mdl-product-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border: 1px solid var(--mdl-gold-pale);
  border-radius: 24px;
  background: var(--mdl-champagne);
}

.mdl-product-rail-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.mdl-product-rail-title {
  margin: 0;
  color: var(--mdl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.mdl-product-nav {
  display: flex;
  gap: 10px;
}

.mdl-product-world .mdl-product-nav button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--mdl-line);
  border-radius: 50%;
  background: transparent;
  color: var(--mdl-gold-deep);
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mdl-product-world .mdl-product-nav button:hover,
.mdl-product-world .mdl-product-nav button:focus-visible {
  background: var(--mdl-gold);
  color: #fff;
  box-shadow: 0 0 24px rgba(118, 86, 31, .3);
  transform: translateY(-2px);
}

.mdl-product-rail {
  display: grid;
  grid-auto-columns: clamp(280px, 24vw, 360px);
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 6px 6px 30px;
  margin: -6px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.mdl-product-rail > article {
  display: flex;
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
}

.mdl-product-rail::-webkit-scrollbar {
  display: none;
}

.mdl-product-world button.mdl-product-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 548px;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--mdl-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: var(--mdl-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(82, 58, 18, .08);
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.mdl-product-world button.mdl-product-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mdl-gold), transparent);
  opacity: 0;
  transition: opacity .32s ease;
}

.mdl-product-world button.mdl-product-card:hover,
.mdl-product-world button.mdl-product-card:focus-visible,
.mdl-product-world button.mdl-product-card.is-selected {
  outline: none;
  border-color: rgba(168, 135, 78, .72);
  transform: translateY(-8px);
  box-shadow: 0 0 0 1px rgba(168, 135, 78, .16), 0 0 34px rgba(118, 86, 31, .22), 0 24px 46px rgba(82, 58, 18, .14);
}

.mdl-product-world button.mdl-product-card:hover::after,
.mdl-product-world button.mdl-product-card:focus-visible::after {
  opacity: 1;
}

.mdl-product-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.13;
  background: var(--mdl-champagne);
}

.mdl-product-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.mdl-product-card:hover .mdl-product-card-media img,
.mdl-product-card:focus-visible .mdl-product-card-media img {
  transform: scale(1.085);
  filter: contrast(1.02) saturate(1.03);
}

.mdl-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 21px;
}

.mdl-product-card h3 {
  min-height: 2.04em;
  margin: 0 0 9px;
  color: var(--mdl-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 1.9vw, 31px);
  font-weight: 600;
  line-height: 1.02;
}

.mdl-product-card-note {
  display: block;
  min-height: 2.8em;
  margin: 0 0 17px;
  color: var(--mdl-gold-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mdl-product-availability {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: auto 0 18px;
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
}

.mdl-product-availability::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mdl-gold);
  box-shadow: 0 0 12px rgba(118, 86, 31, .3);
}

.mdl-product-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--mdl-line);
  color: var(--mdl-gold-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mdl-product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  overflow: hidden;
  margin-top: clamp(56px, 6vw, 86px);
  border: 1px solid var(--mdl-gold-pale);
  border-radius: 18px;
  background: #fff;
}

.mdl-product-story-copy {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  min-height: 300px;
}

.mdl-product-story-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 58px);
}

.mdl-product-story h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.mdl-product-story p {
  margin: 0;
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.7;
}

.mdl-product-story img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.mdl-product-story-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: linear-gradient(135deg, #b69759, #94702f);
}

.mdl-product-story-cta .mdl-product-primary {
  border-color: rgba(255,255,255,.48);
  background: #171713;
  box-shadow: 0 18px 38px rgba(40, 28, 9, .25);
}

.mdl-product-dialog {
  position: relative;
  display: none;
  width: 100%;
  max-height: none;
  overflow: visible;
  margin-top: 34px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: var(--mdl-ink);
}

.mdl-product-dialog.is-open {
  display: block;
}

.mdl-product-dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  width: 100%;
  max-height: none;
  overflow: auto;
  border: 1px solid var(--mdl-gold-pale);
  border-radius: 20px;
  background: var(--mdl-paper);
  box-shadow: 0 28px 80px rgba(27, 20, 8, .2);
}

.mdl-product-dialog-media {
  min-height: 690px;
  background: var(--mdl-champagne);
}

.mdl-product-dialog-media img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  display: block;
  object-fit: cover;
}

.mdl-product-dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px clamp(36px, 4vw, 64px) 52px;
}

.mdl-product-world button.mdl-product-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--mdl-line);
  border-radius: 50%;
  background: #fff;
  color: var(--mdl-ink);
  cursor: pointer;
}

.mdl-product-world button.mdl-product-dialog-close svg {
  display: none;
}

.mdl-product-world button.mdl-product-dialog-close::before,
.mdl-product-world button.mdl-product-dialog-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 1.6px;
  border-radius: 2px;
  background: currentColor;
}

.mdl-product-world button.mdl-product-dialog-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mdl-product-world button.mdl-product-dialog-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mdl-product-world button.mdl-product-dialog-close:hover,
.mdl-product-world button.mdl-product-dialog-close:focus-visible {
  border-color: var(--mdl-gold);
  background: var(--mdl-gold);
  color: #fff;
  box-shadow: 0 0 24px rgba(118, 86, 31, .25);
}

.mdl-product-dialog h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: .98;
}

.mdl-product-dialog-intro {
  margin: 0 0 24px;
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.mdl-product-dialog-tagline {
  margin: 0 0 20px;
  color: var(--mdl-gold-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mdl-product-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 2px 0 24px;
  border-top: 1px solid var(--mdl-line);
}

.mdl-product-feature {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 11px;
  padding: 17px 0 15px;
  border-bottom: 1px solid var(--mdl-line);
}

.mdl-product-feature-mark {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c5a768, #9b7431);
  box-shadow: 0 5px 14px rgba(118, 86, 31, .2);
}

.mdl-product-feature-mark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.mdl-product-feature strong,
.mdl-product-usage strong {
  display: block;
  color: var(--mdl-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mdl-product-feature p {
  margin: 5px 0 0;
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
}

.mdl-product-usage {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 25px;
  padding: 16px 18px;
  border-left: 3px solid var(--mdl-gold);
  background: rgba(241, 232, 215, .58);
}

.mdl-product-usage span {
  color: var(--mdl-muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
}

.mdl-product-dialog-content > .mdl-product-primary {
  align-self: flex-start;
}

.mdl-product-dialog .mdl-product-availability {
  margin-bottom: 28px;
}

@media (max-width: 1100px) {
  .mdl-product-launch {
    grid-template-columns: 1fr;
  }
  .mdl-product-title {
    max-width: 820px;
  }
  .mdl-product-copy {
    max-width: 720px;
  }
  .mdl-product-hero-media {
    max-width: 920px;
  }
  .mdl-product-rail {
    grid-auto-columns: clamp(270px, 38vw, 360px);
  }
  .mdl-product-story,
  .mdl-product-story-copy {
    grid-template-columns: 1fr;
  }
  .mdl-product-story-cta {
    min-height: 180px;
  }
  .mdl-product-dialog-grid {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }
  .mdl-product-feature-list {
    grid-template-columns: 1fr;
  }
  .mdl-product-dialog-media,
  .mdl-product-dialog-media img {
    min-height: 760px;
  }
}

@media (max-width: 767px) {
  .mdl-product-world {
    padding: 70px 18px;
  }
  .mdl-product-world::before {
    width: 320px;
    height: 320px;
    top: -160px;
    right: -180px;
  }
  .mdl-product-launch {
    gap: 38px;
    margin-bottom: 58px;
  }
  .mdl-product-title,
  .mdl-product-world--treatments .mdl-product-title {
    font-size: clamp(43px, 13vw, 60px);
    line-height: .98;
  }
  .mdl-product-copy {
    font-size: 16px;
  }
  .mdl-product-actions {
    align-items: stretch;
  }
  .mdl-product-primary {
    width: 100%;
  }
  .mdl-product-secondary {
    width: max-content;
  }
  .mdl-product-hero-media::before {
    inset: 14px -8px -12px 14px;
    border-radius: 18px;
  }
  .mdl-product-hero-media img {
    aspect-ratio: 1 / .76;
    border-radius: 16px;
  }
  .mdl-product-rail-head {
    align-items: center;
  }
  .mdl-product-nav {
    display: none;
  }
  .mdl-product-rail {
    grid-auto-columns: 84vw;
    gap: 14px;
    margin-right: -18px;
    padding-right: 18px;
  }
  .mdl-product-card h3 {
    font-size: 29px;
  }
  .mdl-product-world button.mdl-product-card {
    min-height: 540px;
  }
  .mdl-product-story {
    margin-top: 52px;
  }
  .mdl-product-story-copy {
    min-height: auto;
  }
  .mdl-product-story-text {
    padding: 34px 26px;
  }
  .mdl-product-story img {
    min-height: 250px;
  }
  .mdl-product-story-cta {
    min-height: 155px;
    padding: 28px 22px;
  }
  .mdl-product-dialog-grid {
    grid-template-columns: 1fr;
  }
  .mdl-product-dialog-media,
  .mdl-product-dialog-media img {
    min-height: 310px;
    max-height: 42vh;
  }
  .mdl-product-dialog-content {
    padding: 46px 26px 30px;
  }
  .mdl-product-dialog-tagline {
    font-size: 11px;
  }
  .mdl-product-feature-list {
    gap: 0;
  }
  .mdl-product-usage {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .mdl-product-dialog-content > .mdl-product-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mdl-product-world *,
  .mdl-product-world *::before,
  .mdl-product-world *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
