@font-face {
  font-family: "Restivo Diamonds Type";
  src: url("../fonts/restivo-type-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Restivo maison footer: quiet scale, generous rhythm and high-jewellery contrast. */
.site-footer {
  margin-top: clamp(58px, 7vw, 110px);
  padding-top: 0;
  background: #000000;
  color: #fff;
}

.site-footer .page-shell {
  width: 100%;
  max-width: none;
  padding-left: clamp(28px, 5vw, 72px);
  padding-right: clamp(28px, 5vw, 72px);
}

.site-footer__top,
.site-footer__middle,
.site-footer__bottom {
  gap: 0;
}

.site-footer__top {
  align-items: start;
  padding-top: clamp(64px, 8vw, 118px);
  padding-bottom: clamp(58px, 7vw, 104px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__brand {
  gap: 10px;
  max-width: 34rem;
}

.site-footer__kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.08;
}

.site-footer__kicker + .site-footer__kicker {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.55;
}

.site-footer__newsletter {
  justify-self: end;
  width: min(100%, 500px);
  gap: 28px;
}

.site-footer__newsletter-intro {
  gap: 14px;
}

.site-footer__eyebrow,
.footer-column__title,
.footer-accordion summary {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.25;
}

.site-footer__newsletter h2 {
  max-width: 26rem;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.site-footer__newsletter p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.site-footer .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 335px) minmax(138px, auto);
  gap: 10px;
  align-items: stretch;
  justify-content: start;
}

.site-footer__field input {
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.site-footer__field input:focus {
  border-color: rgba(255, 255, 255, 0.72);
  outline: none;
}

.site-footer__newsletter .button {
  min-height: 56px;
  border: 1px solid #fff;
  background: #fff;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  transition: background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}

.site-footer__legal-copy,
.site-footer__newsletter-status {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.65;
}

.site-footer__middle {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 86px);
}

.footer-column {
  gap: 18px;
}

.footer-column ul {
  gap: 13px;
}

.footer-column a,
.footer-accordion a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.42;
  transition: color 180ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
  transform: translateX(3px);
  outline: none;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-legal,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-socials {
  grid-column: 1;
  justify-content: flex-start;
}

.footer-legal {
  grid-column: 1;
  justify-content: flex-start;
}

.footer-socials + .footer-legal {
  grid-column: 2;
  justify-content: center;
}

.footer-copy {
  grid-column: 3;
  width: 100%;
  justify-self: end;
  max-width: 32rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.footer-legal a,
.footer-socials a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: #fff;
  outline: none;
}

@media (min-width: 1024px) {
  .site-footer__top {
    grid-template-columns: minmax(22rem, 1fr) minmax(23rem, 0.62fr);
    gap: clamp(60px, 8vw, 132px);
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 54px;
  }

  .site-footer .page-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer__top {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .site-footer__brand {
    margin-bottom: 34px;
  }

  .site-footer__kicker {
    font-size: 17px;
    letter-spacing: 0.16em;
  }

  .site-footer__kicker + .site-footer__kicker {
    font-size: 11px;
  }

  .site-footer__newsletter {
    width: 100%;
    gap: 22px;
  }

  .site-footer__newsletter h2 {
    font-size: 24px;
  }

  .site-footer__newsletter p {
    font-size: 14px;
  }

  .site-footer .newsletter-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer__field input,
  .site-footer__newsletter .button {
    min-height: 54px;
  }

  .site-footer__middle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-accordions {
    gap: 0;
  }

  .footer-accordion {
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .footer-accordion summary {
    min-height: 62px;
    padding: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
  }

  .footer-accordion ul {
    gap: 12px;
    padding-bottom: 22px;
  }

  .footer-accordion a {
    display: block;
    min-height: 34px;
    font-size: 14px;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .footer-legal,
  .footer-socials {
    justify-content: flex-start;
    gap: 9px 16px;
  }

  .footer-copy {
    grid-column: 1;
    width: auto;
    justify-self: start;
    text-align: left;
  }
}

:root {
  --rd-ink: #000000;
  --rd-white: #ffffff;
  --rd-soft: #f3f2f3;
  --rd-line: rgba(0, 0, 0, 0.14);
  --rd-line-strong: rgba(0, 0, 0, 0.28);
  --rd-muted: rgba(0, 0, 0, 0.62);
  --rd-champagne: #000000;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-2: #f3f2f3;
  --color-surface-3: #f3f2f3;
  --color-surface-warm: #f3f2f3;
  --color-surface-warm-2: #f3f2f3;
  --color-surface-warm-3: #ffffff;
  --color-surface-product: #f3f2f3;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #000000;
  --color-text-body-strong: #000000;
  --color-text-body-soft: rgba(0, 0, 0, 0.62);
  --color-text-soft: rgba(0, 0, 0, 0.58);
  --color-line: rgba(0, 0, 0, 0.14);
  --color-line-strong: rgba(0, 0, 0, 0.28);
  --color-accent: #000000;
  --color-accent-dark: #000000;
  --color-dark: #000000;
  --font-body: "Restivo Diamonds Type", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Restivo Diamonds Type", "Helvetica Neue", Arial, sans-serif;
}

body {
  background: #fff;
  color: var(--rd-ink);
  font-family: var(--font-body);
  letter-spacing: 0;
}

.site-brand__svg {
  width: min(42vw, 220px);
  height: auto;
}

.rd-home-hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #000000;
  color: #fff;
}

.rd-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.02) 24%, rgba(8, 8, 8, 0.56) 100%);
  pointer-events: none;
}

.rd-home-hero__media,
.rd-home-hero__picture,
.rd-home-hero__picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rd-home-picture {
  display: block;
  overflow: hidden;
}

.rd-home-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-home-hero__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(7.5rem, 13vw, 11rem) clamp(2.7rem, 5vw, 4rem);
  max-width: 620px;
  margin-left: max(0px, calc((100vw - var(--page-shell-max-width, 1440px)) / 2));
  margin-right: auto;
}

.rd-home-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.rd-home-hero p:not(.eyebrow) {
  max-width: 600px;
  margin: 1rem 0 0;
  font-size: clamp(0.96rem, 1.1vw, 1.06rem);
  line-height: 1.45;
}

.rd-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.35rem;
}

.rd-home-section {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.rd-home-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  color: var(--rd-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.rd-home-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.rd-home-link:is(:hover, :focus-visible)::after {
  transform: scaleX(0.42);
}

.rd-home-link--light {
  color: #fff;
}

.rd-home-feature-pair {
  padding-block: clamp(5rem, 8vw, 8rem) clamp(4.5rem, 7vw, 7rem);
}

.rd-home-feature-pair .page-shell {
  width: min(100%, 1480px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 5vw, 6.5rem);
}

.rd-home-feature-pair__item {
  display: grid;
  gap: clamp(1.35rem, 2vw, 1.8rem);
  text-align: center;
}

.rd-home-feature-pair__media {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rd-home-feature-pair__media .rd-home-picture {
  aspect-ratio: 1.18 / 1;
  background: #f3f2f3;
}

.rd-home-feature-pair__media img {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.rd-home-feature-pair__item:is(:hover, :focus-within) .rd-home-feature-pair__media img {
  transform: scale(1.025);
}

.rd-home-feature-pair__copy {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  max-width: 620px;
  margin-inline: auto;
}

.rd-home-feature-pair__copy h2,
.rd-home-product-spotlight__copy h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0.03em;
  text-transform: none;
}

.rd-home-feature-pair__copy p,
.rd-home-product-spotlight__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.55;
}

.rd-home-product-spotlight {
  --rd-spotlight-shift: 0;
  --rd-spotlight-shift-x: 0vw;
  width: 100vw;
  display: grid;
  grid-template-columns: minmax(360px, 28vw) minmax(280px, 22vw) minmax(0, 50vw);
  align-items: stretch;
  gap: 0;
  max-width: none;
  min-height: clamp(660px, 58vw, 880px);
  margin-inline: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: #f3f2f3;
}

.rd-home-product-spotlight__media {
  min-height: inherit;
  overflow: hidden;
}

.rd-home-product-spotlight__media .rd-home-picture {
  width: calc(100% + 10vw);
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
  background: #f3f2f3;
}

.rd-home-product-spotlight__media img {
  width: calc(100% + 10vw);
  max-width: none;
  object-position: center;
  transform: translateX(var(--rd-spotlight-shift-x));
  transition: transform 820ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rd-home-product-spotlight__copy {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.9rem;
  padding-inline: clamp(1.7rem, 3vw, 3.3rem);
  text-align: center;
}

.rd-home-product-spotlight__copy p:not(.eyebrow) {
  max-width: 20rem;
}

.rd-home-product-spotlight__rail {
  min-width: 0;
  display: grid;
  align-content: center;
  padding-block: clamp(2.2rem, 4.8vw, 4.8rem);
  padding-left: clamp(0.85rem, 1.5vw, 2rem);
}

.rd-home-product-spotlight__rail .slider-controls {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1.35rem;
  padding-right: clamp(1rem, 2.6vw, 3rem);
}

.rd-home-product-spotlight__slider {
  max-width: 100%;
  overflow: hidden;
}

.rd-home-product-spotlight__slider .slider__track {
  width: 100%;
  max-width: 100%;
  grid-auto-columns: minmax(500px, 76%);
  gap: clamp(0.9rem, 1.45vw, 1.45rem);
  padding-inline: 0;
  scroll-padding-inline: 0;
}

.rd-home-product-spotlight .product-card--collection {
  border: 0;
  background: transparent;
}

.rd-home-product-spotlight .product-card--collection .product-card__media {
  aspect-ratio: 1 / 1.24;
  background: #f3f2f3;
}

.rd-home-product-spotlight .product-card--collection .product-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  padding: clamp(0.25rem, 0.75vw, 0.9rem);
  transform: scale(1.16);
  transform-origin: center center;
}

.rd-home-product-spotlight .product-card--collection .product-card__body {
  padding-top: 1rem;
}

.page-editorial--front .section-block--slider {
  padding-block: clamp(4.25rem, 8vw, 7.75rem);
  max-width: 100vw;
  overflow-x: hidden;
}

.page-editorial--front .section-block--slider + .section-block--slider {
  padding-top: clamp(1rem, 3vw, 2.75rem);
}

.page-editorial--front .section-block--slider .section-heading {
  align-items: end;
  margin-bottom: clamp(1.25rem, 2.4vw, 2.25rem);
  padding-left: max(clamp(1.25rem, 4vw, 3.5rem), calc((100vw - var(--page-shell-max-width, 1440px)) / 2 + var(--shell-padding, 2rem)));
  padding-right: max(clamp(1.25rem, 4vw, 3.5rem), calc((100vw - var(--page-shell-max-width, 1440px)) / 2 + var(--shell-padding, 2rem)));
}

.page-editorial--front .section-block--slider .section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 3.05rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

.page-editorial--front .section-block--slider .slider {
  max-width: 100vw;
  overflow: hidden;
}

.page-editorial--front .section-block--slider .slider__track {
  width: 100%;
  max-width: 100vw;
  grid-auto-columns: clamp(300px, 31.5vw, 520px);
  gap: clamp(1rem, 1.65vw, 1.55rem);
  padding-inline: clamp(16px, 3.6vw, 68px);
  padding-left: max(clamp(16px, 3.6vw, 68px), calc((100vw - var(--page-shell-max-width, 1440px)) / 2 + var(--shell-padding, 2rem)));
  scroll-padding-inline: max(clamp(16px, 3.6vw, 68px), calc((100vw - var(--page-shell-max-width, 1440px)) / 2 + var(--shell-padding, 2rem)));
  touch-action: pan-y;
}

.page-editorial--front .rd-home-slider--products .slider__track {
  grid-auto-columns: clamp(260px, 23.75vw, 390px);
}

.page-editorial--front .media-card,
.page-editorial--front .product-card--collection {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-editorial--front .media-card__media,
.page-editorial--front .product-card--collection .product-card__media {
  display: block;
  overflow: hidden;
  background: #f3f2f3;
}

.page-editorial--front .media-card__media {
  aspect-ratio: 4 / 5.35;
}

.page-editorial--front .media-card__media img {
  object-fit: cover;
  transition: transform 1.15s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.55s ease;
}

.page-editorial--front .media-card:is(:hover, :focus-within) .media-card__media img,
.page-editorial--front .product-card--collection:is(:hover, :focus-within) .product-card__media img {
  transform: scale(1.035);
}

.page-editorial--front .media-card__body {
  display: grid;
  gap: 0.42rem;
  padding: 0.9rem 0 0;
}

.page-editorial--front .media-card__body h3 {
  margin: 0;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 0;
}

.page-editorial--front .media-card__body h3 a,
.page-editorial--front .product-card--collection .product-card__title a {
  color: inherit;
  text-decoration: none;
}

.page-editorial--front .media-card__body p {
  max-width: 31rem;
  margin: 0;
  color: var(--rd-muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.page-editorial--front .product-card--collection .product-card__media {
  aspect-ratio: 1 / 1.18;
}

.page-editorial--front .product-card--collection .product-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  padding: clamp(1.1rem, 2vw, 2rem);
  transition: transform 1.05s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.55s ease;
}

.page-editorial--front .product-card--collection .product-card__body {
  padding: 0.88rem 0 0;
  gap: 0.48rem;
}

.page-editorial--front .product-card--collection .product-card__category {
  color: var(--rd-muted);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.page-editorial--front .product-card--collection .product-card__title {
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  font-weight: 300;
  line-height: 1.24;
}

.page-editorial--front .product-card--collection .product-card__details {
  color: var(--rd-muted);
  font-size: 0.72rem;
}

.page-editorial--front .product-card--collection .product-card__price {
  font-size: 0.88rem;
}

.rd-slider-progress {
  width: min(176px, calc(100% - 32px));
  height: 1px;
  margin: clamp(1.25rem, 2vw, 1.8rem) auto 0;
  overflow: hidden;
  background: rgba(14, 13, 11, 0.16);
  transform: translateZ(0);
}

.rd-slider-progress span {
  display: block;
  width: 18%;
  height: 100%;
  transform: translateX(0);
  transform-origin: left center;
  background: rgba(14, 13, 11, 0.82);
  transition: transform 0.42s cubic-bezier(0.19, 1, 0.22, 1), width 0.42s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-editorial--front .section-block--slider .slider-control {
  width: 2.75rem;
  height: 2.75rem;
  color: rgba(14, 13, 11, 0.86);
}

.rd-editorial-swiper-section {
  width: 100vw;
  min-height: clamp(840px, 100vh, 1060px);
  display: grid;
  grid-template-columns: minmax(0, 74vw) minmax(340px, 26vw);
  align-items: center;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(52px, 6vh, 82px);
  overflow: hidden;
  background: #000000;
  color: #fff;
}

.rd-editorial-swiper__viewport {
  position: relative;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.rd-editorial-swiper__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(430px, 31.6vw, 610px);
  gap: clamp(24px, 1.55vw, 32px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.rd-editorial-swiper__track::-webkit-scrollbar {
  display: none;
}

.rd-editorial-swiper__track.is-dragging {
  scroll-snap-type: none;
  user-select: none;
}

.rd-editorial-swiper__slide {
  width: 100%;
  margin: 0;
  scroll-snap-align: start;
}

.rd-editorial-swiper__picture,
.rd-editorial-swiper__image {
  display: block;
  width: 100%;
  height: clamp(620px, calc(100vh - 220px), 760px);
}

.rd-editorial-swiper__picture {
  overflow: hidden;
  background: #000000;
}

.rd-editorial-swiper__image {
  object-fit: cover;
  transform: translateZ(0);
  transition: transform 1100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 420ms ease;
}

.rd-editorial-swiper__slide:hover .rd-editorial-swiper__image {
  transform: scale(1.018);
}

.rd-editorial-swiper__copy {
  align-self: start;
  display: grid;
  gap: clamp(18px, 1.6vw, 24px);
  max-width: 450px;
  padding: clamp(58px, 14vh, 148px) clamp(34px, 4vw, 72px) 0 clamp(38px, 3vw, 58px);
}

.rd-editorial-swiper__eyebrow {
  margin: 0 0 -6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rd-editorial-swiper__title {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(34px, 2.25vw, 43px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.rd-editorial-swiper__text {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 0.92vw, 17px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.78;
}

.rd-editorial-swiper__nav {
  position: absolute;
  top: 50%;
  right: clamp(30px, 3vw, 54px);
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  opacity: 0.86;
  transform: translateY(-50%);
  transition: background-color 260ms ease, opacity 260ms ease, transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rd-editorial-swiper__nav svg {
  width: 14px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.rd-editorial-swiper__nav:is(:hover, :focus-visible) {
  background: rgba(255, 255, 255, 0.18);
  opacity: 1;
  outline: none;
  transform: translateY(-50%) scale(1.035);
}

.rd-editorial-swiper__nav:disabled {
  opacity: 0.34;
}

.rd-graff-double {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background: #000000;
  color: #fff;
}

.rd-graff-double__intro {
  display: grid;
  justify-items: center;
  gap: 22px;
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 78px);
  text-align: center;
}

.rd-graff-double__intro h2,
.rd-graff-double__copy h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.13;
}

.rd-graff-double__intro h2 {
  font-size: clamp(30px, 2.05vw, 39px);
}

.rd-graff-double__eyebrow {
  margin: -6px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rd-graff-double__description,
.rd-graff-double__copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 0.92vw, 17px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.65;
}

.rd-graff-double__description {
  max-width: 1160px;
}

.rd-graff-double__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rd-graff-double__item {
  min-width: 0;
  margin: 0;
}

.rd-graff-double__picture,
.rd-graff-double__picture img {
  display: block;
  width: 100%;
}

.rd-graff-double__picture {
  overflow: hidden;
  background: #000000;
}

.rd-graff-double__picture img {
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rd-graff-double__item:is(:hover, :focus-within) .rd-graff-double__picture img {
  transform: scale(1.018);
}

.rd-graff-double__copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.rd-graff-double__copy h3 {
  font-size: clamp(28px, 1.9vw, 37px);
}

.rd-graff-double--featured {
  padding-block: clamp(108px, 12vw, 150px) clamp(72px, 9vw, 116px);
}

.rd-graff-double--featured .rd-graff-double__intro {
  gap: 26px;
  margin-bottom: clamp(34px, 4vw, 44px);
}

.rd-graff-double--featured .rd-graff-double__grid {
  gap: clamp(32px, 2.1vw, 42px);
  padding-inline: clamp(42px, 4vw, 78px);
}

.rd-graff-double--featured .rd-graff-double__picture {
  aspect-ratio: 1.51 / 1;
}

.rd-graff-double--featured .rd-graff-double__copy {
  padding-top: 14px;
}

.rd-graff-double--staggered {
  padding-block: clamp(112px, 11vw, 154px) clamp(96px, 10vw, 156px);
}

.rd-graff-double--staggered .rd-graff-double__intro {
  gap: 22px;
}

.rd-graff-double--staggered .rd-graff-double__grid {
  align-items: start;
  gap: clamp(54px, 3.8vw, 74px);
  padding-inline: clamp(42px, 4vw, 76px);
  margin-top: clamp(104px, 8.8vw, 160px);
}

.rd-graff-double--staggered .rd-graff-double__item:first-child {
  margin-top: clamp(56px, 4.1vw, 80px);
}

.rd-graff-double--staggered .rd-graff-double__picture {
  aspect-ratio: 1.46 / 1;
}

.rd-graff-double--staggered .rd-graff-double__copy {
  max-width: 660px;
  padding-top: clamp(22px, 2.4vw, 34px);
}

.rd-home-editorial__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}

.rd-home-card {
  display: grid;
  gap: 0.85rem;
  color: inherit;
  text-decoration: none;
}

.rd-home-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--rd-soft);
}

.rd-home-card span,
.rd-home-links h2,
.rd-home-services h2 {
  font-weight: 300;
}

.rd-home-card p {
  margin: 0;
  color: var(--rd-muted);
  line-height: 1.65;
}

.rd-home-links {
  background: var(--rd-soft);
}

.rd-home-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rd-line);
  border-left: 1px solid var(--rd-line);
}

.rd-home-links__grid a {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 1.2rem;
  border-right: 1px solid var(--rd-line);
  border-bottom: 1px solid var(--rd-line);
  color: var(--rd-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.rd-home-services .page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.rd-home-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rd-line);
}

.rd-home-services li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--rd-line);
}

.collection-intro,
.collection-toolbar,
.filter-panel,
.product-summary,
.woocommerce-cart-form,
.woocommerce-checkout {
  color: var(--rd-ink);
}

.product-card__media img,
.product-gallery__main img {
  object-fit: contain;
  background: var(--rd-soft);
}

.button,
.single_add_to_cart_button,
.wc-block-components-button {
  border-radius: 0 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-price-block__label,
.meta-label,
.filter-panel__section-label,
.collection-toolbar__sort-label {
  color: var(--rd-muted);
  letter-spacing: 0.14em;
}

.rd-service-page {
  max-width: 760px;
  padding-block: clamp(4rem, 10vw, 8rem);
}

.rd-service-page h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  font-weight: 300;
  line-height: 1.05;
}

.rd-service-page p:not(.eyebrow) {
  color: var(--rd-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.rd-service-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .rd-editorial-swiper-section {
    grid-template-columns: minmax(0, 68vw) minmax(300px, 32vw);
    min-height: clamp(680px, 82vh, 840px);
  }

  .rd-editorial-swiper__track {
    grid-auto-columns: clamp(340px, 42vw, 470px);
    gap: 22px;
  }

  .rd-editorial-swiper__picture,
  .rd-editorial-swiper__image {
    height: clamp(560px, 68vh, 690px);
  }

  .rd-editorial-swiper__copy {
    padding: clamp(52px, 10vh, 108px) clamp(26px, 3vw, 44px) 0;
  }

  .rd-editorial-swiper__title {
    font-size: clamp(30px, 3.2vw, 36px);
  }

  .rd-editorial-swiper__text {
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (max-width: 760px) {
  .rd-home-hero {
    min-height: 91vh;
  }

  .rd-home-hero__content {
    padding-block: 7.2rem 2.75rem;
  }

  .rd-home-hero h1 {
    max-width: 16ch;
    font-size: clamp(1.6rem, 7vw, 2.15rem);
    line-height: 1.08;
  }

  .rd-home-hero p:not(.eyebrow) {
    max-width: 23rem;
    font-size: 0.96rem;
    line-height: 1.36;
  }

  .rd-home-hero__actions {
    display: flex;
    gap: 1.15rem;
    max-width: 22rem;
  }

  .rd-home-link {
    font-size: 0.72rem;
  }

  .rd-home-feature-pair {
    padding-block: 4rem;
  }

  .rd-home-feature-pair .page-shell {
    grid-template-columns: 1fr;
    gap: 3.25rem;
  }

  .rd-home-feature-pair__media .rd-home-picture {
    aspect-ratio: 4 / 4.35;
  }

  .rd-home-feature-pair__copy {
    gap: 0.62rem;
    padding-inline: 0.2rem;
  }

  .rd-home-feature-pair__copy h2,
  .rd-home-product-spotlight__copy h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.85rem);
    line-height: 1.14;
  }

  .rd-home-feature-pair__copy p,
  .rd-home-product-spotlight__copy p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .rd-home-product-spotlight {
    width: 100vw;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-inline: 0;
    padding-block: 3.8rem;
    min-height: 0;
  }

  .rd-home-product-spotlight__media,
  .rd-home-product-spotlight__copy {
    padding-inline: 16px;
  }

  .rd-home-product-spotlight__media .rd-home-picture {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 4.8;
  }

  .rd-home-product-spotlight__media img {
    width: 100%;
    transform: none;
  }

  .rd-home-product-spotlight__copy {
    gap: 0.72rem;
  }

  .rd-home-product-spotlight__copy p:not(.eyebrow) {
    max-width: 22rem;
  }

  .rd-home-product-spotlight__rail .slider-controls {
    display: none;
  }

  .rd-home-product-spotlight__rail {
    display: block;
    padding-block: 0;
    padding-left: 0;
  }

  .rd-home-product-spotlight__slider {
    overflow: hidden;
  }

  .rd-home-product-spotlight__slider .slider__track {
    grid-auto-columns: 82vw;
    gap: 0.85rem;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .page-editorial--front .section-block--slider {
    padding-block: 3.6rem;
  }

  .page-editorial--front .section-block--slider .section-heading {
    align-items: start;
    margin-bottom: 1.05rem;
    padding-inline: 16px;
  }

  .page-editorial--front .section-block--slider .section-heading h2 {
    font-size: clamp(1.48rem, 7vw, 2.05rem);
    line-height: 1.12;
  }

  .page-editorial--front .section-block--slider .slider__track,
  .page-editorial--front .rd-home-slider--products .slider__track {
    grid-auto-columns: 82vw;
    gap: 0.85rem;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .page-editorial--front .rd-home-slider--products .slider__track {
    grid-auto-columns: 78vw;
  }

  .page-editorial--front .media-card__media {
    aspect-ratio: 4 / 5.15;
  }

  .page-editorial--front .media-card__body p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .page-editorial--front .product-card--collection .product-card__media {
    aspect-ratio: 1 / 1.1;
  }

  .page-editorial--front .product-card--collection .product-card__media img {
    padding: 1rem;
  }

  .page-editorial--front .section-block--slider .slider-controls {
    display: none;
  }

  .rd-editorial-swiper-section {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 0 72px;
  }

  .rd-editorial-swiper__copy {
    order: 1;
    justify-items: center;
    max-width: none;
    padding: clamp(74px, 18vw, 96px) 24px 0;
    text-align: center;
  }

  .rd-editorial-swiper__eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .rd-editorial-swiper__title {
    max-width: 13ch;
    font-size: clamp(26px, 7.1vw, 30px);
    line-height: 1.16;
  }

  .rd-editorial-swiper__text {
    max-width: 355px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .rd-editorial-swiper__viewport {
    order: 2;
    margin-top: clamp(62px, 17vw, 78px);
  }

  .rd-editorial-swiper__track {
    grid-auto-columns: 88vw;
    gap: 10px;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .rd-editorial-swiper__picture,
  .rd-editorial-swiper__image {
    height: clamp(430px, 118vw, 520px);
  }

  .rd-editorial-swiper__nav {
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.34);
  }

  .rd-editorial-swiper__nav svg {
    width: 12px;
    height: 22px;
  }

  .rd-graff-double--featured,
  .rd-graff-double--staggered {
    padding-block: 72px 78px;
  }

  .rd-graff-double__intro {
    gap: 16px;
    padding-inline: 24px;
  }

  .rd-graff-double__intro h2 {
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.12;
  }

  .rd-graff-double__eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .rd-graff-double__description,
  .rd-graff-double__copy p {
    max-width: 350px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .rd-graff-double__grid,
  .rd-graff-double--featured .rd-graff-double__grid,
  .rd-graff-double--staggered .rd-graff-double__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-inline: 0;
    margin-top: 48px;
  }

  .rd-graff-double--featured .rd-graff-double__intro {
    margin-bottom: 0;
  }

  .rd-graff-double--featured .rd-graff-double__picture,
  .rd-graff-double--staggered .rd-graff-double__picture {
    aspect-ratio: 4 / 4.7;
  }

  .rd-graff-double--staggered .rd-graff-double__item:first-child {
    margin-top: 0;
  }

  .rd-graff-double__copy {
    gap: 12px;
    padding-inline: 22px;
  }

  .rd-graff-double__copy h3 {
    font-size: clamp(25px, 6.8vw, 30px);
    line-height: 1.14;
  }

  .rd-home-editorial__grid,
  .rd-home-links__grid,
  .rd-home-services .page-shell {
    grid-template-columns: 1fr;
  }

  .rd-home-links__grid a {
    min-height: 74px;
  }
}

/* Reference-inspired category composition for Restivo collection archives. */
.post-type-archive-product .site-main--woocommerce > .page-shell,
.tax-product_cat .site-main--woocommerce > .page-shell {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.page-shell--collection {
  width: 100%;
  max-width: none;
  padding-inline: clamp(16px, 2.25vw, 42px);
}

.page-shell--collection .breadcrumbs {
  max-width: none;
  margin: clamp(22px, 3vw, 48px) 0 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0;
}

.collection-intro--reference-split {
  display: grid;
  grid-template-columns: minmax(260px, 31.5%) minmax(0, 1fr);
  column-gap: clamp(28px, 4.2vw, 76px);
  align-items: end;
  margin: 0 0 clamp(28px, 3.6vw, 48px);
  padding: clamp(20px, 3vw, 44px) 0 0;
  border: 0;
}

.collection-intro--reference-split .collection-intro__header {
  grid-column: 1;
  grid-row: 1;
  display: block;
  padding: 0;
  border: 0;
}

.collection-intro--reference-split .collection-intro__meta {
  display: none;
}

.collection-intro--reference-split .collection-intro__heading h1 {
  margin: 0;
  color: #000000;
  font-size: clamp(32px, 2.25vw, 43px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.collection-intro--reference-split .collection-intro__details {
  display: contents;
}

.collection-intro--reference-split .collection-intro__body {
  grid-column: 1;
  grid-row: 2;
  max-width: 460px;
  padding: clamp(18px, 2vw, 24px) 0 0;
}

.collection-intro--reference-split .collection-intro__description,
.collection-intro--reference-split .collection-intro__description p {
  max-width: 100%;
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0;
}

.collection-intro--reference-split .collection-intro__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: block;
  width: 100%;
  aspect-ratio: 2.98 / 1;
  min-height: 330px;
  overflow: hidden;
  background: #f3f2f3;
}

.collection-intro--reference-split .collection-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection-intro--reference-split .collection-intro__actions {
  margin-top: 20px;
}

.page-shell--collection .collection-toolbar--listing {
  position: relative;
  z-index: 35;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  min-height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
}

.page-shell--collection .collection-toolbar__left,
.page-shell--collection .collection-toolbar__right {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.page-shell--collection ::target-text {
  background: transparent;
  color: inherit;
}

.page-shell--collection a,
.page-shell--collection .woocommerce a,
.page-shell--collection .woocommerce-LoopProduct-link,
.page-shell--collection .woocommerce-pagination a,
.page-shell--collection .woocommerce-pagination span {
  color: #000000;
}

.page-shell--collection input,
.page-shell--collection select,
.page-shell--collection textarea {
  accent-color: #000000;
}

.page-shell--collection input:focus,
.page-shell--collection select:focus,
.page-shell--collection textarea:focus,
.page-shell--collection button:focus {
  border-color: #000000;
  outline-color: #000000;
  box-shadow: none;
}

.page-shell--collection .collection-toolbar__left {
  gap: clamp(18px, 2vw, 34px);
}

.page-shell--collection .collection-toolbar__right {
  justify-content: flex-end;
}

.page-shell--collection .collection-toolbar__right form {
  position: relative;
  margin: 0;
}

.page-shell--collection .collection-toolbar__filter-button,
.page-shell--collection .collection-toolbar__select {
  min-height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.page-shell--collection .collection-control-button.collection-toolbar__filter-button,
.page-shell--collection .collection-control-button.collection-toolbar__filter-button:hover,
.page-shell--collection .collection-control-button.collection-toolbar__filter-button:focus,
.page-shell--collection .collection-control-button.collection-toolbar__filter-button:focus-visible,
.page-shell--collection .collection-control-button.collection-toolbar__filter-button:active,
.page-shell--collection .collection-control-button.collection-toolbar__filter-button[aria-expanded="true"] {
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: 0;
}

.page-shell--collection .collection-toolbar__filter-button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.page-shell--collection .collection-toolbar__filter-button[aria-expanded="true"]::after {
  transform: translateY(2px) rotate(225deg);
}

.page-shell--collection .collection-toolbar__sort-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 40px;
  color: #000000;
}

.page-shell--collection .collection-toolbar__sort-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}

.page-shell--collection .collection-toolbar__sort-toggle::after {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.page-shell--collection .collection-toolbar__sort-menu.is-open .collection-toolbar__sort-toggle::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.page-shell--collection .collection-toolbar__sort-toggle:hover,
.page-shell--collection .collection-toolbar__sort-toggle:focus,
.page-shell--collection .collection-toolbar__sort-toggle:focus-visible {
  background: transparent;
  color: #000000;
  outline: 0;
  box-shadow: none;
}

.page-shell--collection .collection-toolbar__sort-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 95;
  display: grid;
  width: 230px;
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  box-shadow: none;
}

.page-shell--collection .collection-toolbar__sort-panel[hidden] {
  display: none !important;
}

.page-shell--collection .collection-toolbar__sort-option {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 36px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.page-shell--collection .collection-toolbar__sort-option:hover,
.page-shell--collection .collection-toolbar__sort-option:focus,
.page-shell--collection .collection-toolbar__sort-option:focus-visible {
  background: transparent;
  color: #000000;
  outline: 0;
}

.page-shell--collection .collection-toolbar__sort-box {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  background: #fff;
}

.page-shell--collection .collection-toolbar__sort-option.is-current .collection-toolbar__sort-box {
  border-color: #000000;
  box-shadow: inset 0 0 0 4px #fff;
  background: #000000;
}

.page-shell--collection .collection-toolbar__native-sort {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-shell--collection .collection-toolbar__context {
  display: none;
}

.page-shell--collection .collection-toolbar__count,
.page-shell--collection .filter-panel__results {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.page-shell--collection .collection-toolbar__select {
  display: flex;
  grid-template-columns: none;
  gap: 8px;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  min-width: 96px;
  cursor: pointer;
}

.page-shell--collection .collection-toolbar__sort-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.page-shell--collection .collection-toolbar__select .collection-toolbar__sort-label::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.page-shell--collection .collection-toolbar__select select {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.collection-sidebar--inline[hidden] {
  display: none !important;
}

.page-shell--collection .collection-sidebar--inline {
  position: relative;
  z-index: 40;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}

.page-shell--collection .filter-panel--desktop {
  position: relative;
  z-index: 40;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}

.page-shell--collection .filter-panel--desktop.has-open-filter,
.page-shell--collection .filter-panel--desktop:has(.filter-group[open]) {
  padding-bottom: 73px;
}

.page-shell--collection .filter-panel__desktop-row {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  min-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.page-shell--collection .filter-panel__desktop-label,
.page-shell--collection .filter-panel--desktop .filter-group summary {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.page-shell--collection .filter-panel--desktop .filter-panel__groups {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  margin: 0;
}

.page-shell--collection .filter-panel--desktop .filter-group {
  position: static;
  margin: 0;
  border: 0;
}

.page-shell--collection .filter-panel--desktop .filter-group summary {
  min-height: 40px;
  padding: 0;
  gap: 9px;
}

.page-shell--collection .filter-panel--desktop .filter-group summary::after {
  width: 7px;
  height: 7px;
  border-width: 0 1px 1px 0;
}

.page-shell--collection .filter-panel--desktop .filter-group__summary-meta {
  display: none;
}

.page-shell--collection .filter-panel--desktop .filter-group__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 60;
  display: none;
  min-height: 73px;
  padding: 20px clamp(150px, 10vw, 190px) 18px clamp(80px, 7vw, 136px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  column-gap: clamp(28px, 5vw, 78px);
  row-gap: 14px;
  box-shadow: 0 14px 22px rgba(17, 17, 17, 0.035);
  animation: rdFilterReveal 180ms ease both;
}

.page-shell--collection .filter-panel--desktop .filter-group[open] .filter-group__body {
  display: grid;
}

.page-shell--collection .filter-panel--desktop .filter-group__body--price {
  grid-template-columns: repeat(2, minmax(160px, 220px));
}

.page-shell--collection .filter-panel--desktop .filter-option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 26px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.page-shell--collection .filter-panel--desktop .filter-option input {
  width: 14px;
  height: 14px;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.28);
}

.page-shell--collection .filter-panel--desktop .filter-option__count {
  display: none;
}

.page-shell--collection .filter-panel--desktop .filter-panel__reset {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.62);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
}

.page-shell--collection .filter-panel--desktop .filter-panel__desktop-actions {
  position: absolute;
  right: clamp(24px, 1.4vw, 28px);
  top: 64px;
  z-index: 70;
  display: none;
}

.page-shell--collection .filter-panel--desktop.has-open-filter .filter-panel__desktop-actions,
.page-shell--collection .filter-panel--desktop:has(.filter-group[open]) .filter-panel__desktop-actions,
.page-shell--collection .filter-panel--desktop.has-pending-apply .filter-panel__desktop-actions,
.page-shell--collection .collection-toolbar--listing.has-pending-apply .filter-panel__desktop-actions {
  display: block;
}

.page-shell--collection .filter-panel--desktop .filter-panel__desktop-actions .button {
  min-width: 112px;
  min-height: 32px;
  padding: 0 28px;
  border: 0;
  background: #f3f2f3;
  color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.page-shell--collection .filter-panel--desktop.has-pending-apply .filter-panel__desktop-actions .button,
.page-shell--collection .collection-toolbar--listing.has-pending-apply .filter-panel__desktop-actions .button {
  background: #000000;
  color: #fff;
}

.page-shell--collection .active-filter-bar {
  margin: 12px 0 0;
}

.page-shell--collection .collection-layout--reference,
.page-shell--collection .collection-grid {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.page-shell--collection .collection-grid__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: 16px;
}

.page-shell--collection .product-card {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.page-shell--collection .product-card__media {
  aspect-ratio: 1 / 1.18;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.page-shell--collection .product-card__media img {
  width: 100%;
  height: 100%;
  padding: clamp(18px, 2.4vw, 42px);
  object-fit: contain;
}

.page-shell--collection .product-card__body {
  padding: 14px clamp(10px, 1.2vw, 18px) 24px;
  text-align: center;
}

.page-shell--collection .product-card__category,
.page-shell--collection .product-card__details,
.page-shell--collection .product-card__badge {
  display: none;
}

.page-shell--collection .product-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
}

.page-shell--collection .product-card__footer {
  justify-content: center;
  margin-top: 7px;
}

.page-shell--collection .product-card__price {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}

@keyframes rdFilterReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

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

@media (max-width: 1199px) {
  .page-shell--collection .collection-grid__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .collection-intro--reference-split {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .collection-intro--reference-split .collection-intro__media {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1 / 1.35;
    min-height: 0;
    margin-inline: calc(clamp(16px, 2.25vw, 42px) * -1);
  }

  .collection-intro--reference-split .collection-intro__header {
    grid-column: 1;
    grid-row: 2;
    padding-top: 20px;
  }

  .collection-intro--reference-split .collection-intro__body {
    grid-column: 1;
    grid-row: 3;
    max-width: 34rem;
    padding-top: 13px;
  }

  .page-shell--collection .breadcrumbs {
    margin-top: 16px;
    font-size: 13px;
  }

  .collection-intro--reference-split .collection-intro__heading h1 {
    font-size: 32px;
  }

  .collection-intro--reference-split .collection-intro__description p {
    font-size: 14px;
    line-height: 1.38;
  }

  .page-shell--collection .collection-toolbar--listing {
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
  }

  .page-shell--collection .collection-toolbar__left {
    display: contents;
  }

  .page-shell--collection .collection-toolbar__filter-button {
    justify-content: space-between;
    width: 100%;
    min-height: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    padding-right: 14px;
  }

  .page-shell--collection .collection-toolbar__results {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 36px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .page-shell--collection .collection-toolbar__right {
    justify-content: stretch;
    width: 100%;
  }

  .page-shell--collection .collection-toolbar__right form,
  .page-shell--collection .collection-toolbar__select {
    width: 100%;
  }

  .page-shell--collection .collection-toolbar__select {
    justify-content: space-between;
    min-height: 36px;
    padding-left: 14px;
  }

  .page-shell--collection .collection-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  #filters-drawer.drawer--right {
    inset: 0 auto 0 0;
    width: min(100vw, 390px);
    max-width: 100vw;
    border: 0;
    background: #fff;
  }

  .page-shell--collection .filter-panel--mobile {
    min-height: 100%;
    padding: 0 12px 96px;
    background: #fff;
  }

  .page-shell--collection .filter-panel__mobile-header {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .page-shell--collection .filter-panel__top {
    min-height: 36px;
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
  }

  .page-shell--collection .filter-panel__top h3 {
    grid-column: 2;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .page-shell--collection .filter-panel__close {
    grid-column: 1;
    grid-row: 1;
    width: 36px;
    height: 36px;
    color: #000000;
  }

  .page-shell--collection .filter-panel__title-block {
    display: contents;
  }

  .page-shell--collection .filter-panel__results,
  .page-shell--collection .filter-panel__sort-field {
    display: none;
  }

  .page-shell--collection .filter-panel--mobile .filter-panel__groups {
    gap: 0;
    padding-top: 18px;
  }

  .page-shell--collection .filter-panel--mobile .filter-group {
    border: 0;
  }

  .page-shell--collection .filter-panel--mobile .filter-group summary {
    min-height: 44px;
    padding: 0 6px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .page-shell--collection .filter-panel--mobile .filter-group__body {
    padding: 6px 8px 22px;
  }

  .page-shell--collection .filter-panel--mobile .filter-option {
    min-height: 27px;
    gap: 13px;
    font-size: 14px;
    font-weight: 300;
  }

  .page-shell--collection .filter-panel__actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 22px;
    display: grid;
    gap: 8px;
    background: transparent;
  }

  .page-shell--collection .filter-panel__actions .button--ghost {
    justify-self: end;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.62);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .page-shell--collection .filter-panel__actions .button--primary {
    min-height: 44px;
    background: #f3f2f3;
    color: rgba(0, 0, 0, 0.62);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
  }
}

/* Filter toolbar line hardening: draw the separators above every child so controls cannot mask them. */
.page-shell--collection .collection-toolbar--listing {
  position: relative;
  isolation: isolate;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent;
}

.page-shell--collection .collection-toolbar--listing::before,
.page-shell--collection .collection-toolbar--listing::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 120;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  content: "";
  pointer-events: none;
}

.page-shell--collection .collection-toolbar--listing::before {
  top: 0;
}

.page-shell--collection .collection-toolbar--listing::after {
  bottom: 0;
}

.page-shell--collection .collection-toolbar--listing .collection-control-button,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__filter-button,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__filter-button-label,
.page-shell--collection .collection-toolbar--listing .filter-panel--desktop,
.page-shell--collection .collection-toolbar--listing .filter-panel__desktop-row,
.page-shell--collection .collection-toolbar--listing .filter-panel__groups,
.page-shell--collection .collection-toolbar--listing .filter-group,
.page-shell--collection .collection-toolbar--listing .filter-group summary,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__right,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__right form,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__sort-menu,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__sort-toggle,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__sort-label {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.page-shell--collection .collection-toolbar--listing .filter-group summary,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__filter-button,
.page-shell--collection .collection-toolbar--listing .collection-toolbar__sort-toggle {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .page-shell--collection .collection-toolbar--listing .collection-toolbar__results {
    border-top: 0 !important;
  }
}

/* Production product grid imagery: let jewellery photography own the tile. */
.page-shell--collection.page-shell--category-parent .collection-grid__items {
  gap: 0;
  margin-top: 0;
}

.page-shell--collection.page-shell--category-parent .product-card {
  overflow: hidden;
  border: 0;
  background: #fff;
}

.page-shell--collection.page-shell--category-parent .product-card__media {
  position: relative;
  aspect-ratio: 1 / 1.18;
  min-height: clamp(430px, 28vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-width: 0 1px 1px 0;
  background: #f3f2f3 !important;
}

.page-shell--collection.page-shell--category-parent .product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.16);
  transform-origin: center center;
}

.page-shell--collection.page-shell--category-parent .product-card__body {
  padding-top: 12px;
}

@media (max-width: 1199px) and (min-width: 641px) {
  .page-shell--collection.page-shell--category-parent .product-card__media {
    min-height: clamp(330px, 36vw, 470px);
  }

  .page-shell--collection.page-shell--category-parent .product-card__media img {
    transform: scale(1.2);
  }
}

@media (max-width: 640px) {
  .page-shell--collection.page-shell--category-parent .collection-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .page-shell--collection.page-shell--category-parent .product-card__media {
    aspect-ratio: 1 / 1.28;
    min-height: 0;
  }

  .page-shell--collection.page-shell--category-parent .product-card__media img {
    transform: scale(1.32);
  }
}

/* Product grid spacing pass: keep imagery generous while giving each tile a cleaner rhythm. */
.page-shell--collection.page-shell--category-parent .collection-grid__items {
  column-gap: clamp(8px, 0.78vw, 14px);
  row-gap: clamp(26px, 2vw, 36px);
}

.page-shell--collection.page-shell--category-parent .product-card,
.page-shell--collection.page-shell--category-parent .product-card__media,
.page-shell--collection.page-shell--category-parent .product-card__body {
  box-sizing: border-box;
  width: 100%;
}

.page-shell--collection.page-shell--category-parent .product-card__body {
  padding: clamp(16px, 1.25vw, 20px) clamp(8px, 0.9vw, 14px) clamp(2px, 0.35vw, 6px);
}

.page-shell--collection.page-shell--category-parent .product-card__footer {
  margin-top: 9px;
}

.page-shell--collection.page-shell--category-parent .product-card__price {
  line-height: 1.35;
}

@media (max-width: 640px) {
  .page-shell--collection.page-shell--category-parent {
    padding-inline: 8px;
  }

  .page-shell--collection.page-shell--category-parent .collection-grid__items {
    column-gap: 8px;
    row-gap: 20px;
  }

  .page-shell--collection.page-shell--category-parent .product-card__body {
    padding: 13px 4px 2px;
  }

  .page-shell--collection.page-shell--category-parent .product-card__footer {
    margin-top: 8px;
  }
}

/* Closed drawers should never leak into the mobile viewport while transformed off-canvas. */
.drawer[aria-hidden="true"] {
  visibility: hidden;
  pointer-events: none;
}

.drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

/* De Beers-inspired category header: image-led, borderless, compact, products-first. */
.page-shell--collection.page-shell--category-parent {
  padding-inline: clamp(16px, 2.25vw, 42px);
}

.page-shell--collection.page-shell--category-parent > .breadcrumbs {
  display: none;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split {
  display: grid;
  grid-template-columns: minmax(300px, 30.8%) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto auto;
  column-gap: clamp(44px, 6.2vw, 118px);
  align-items: stretch;
  min-height: clamp(460px, 31.8vw, 610px);
  margin: 0 0 clamp(26px, 3vw, 42px);
  padding: 0;
  border: 0 !important;
  background: transparent;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__media {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 31.8vw, 610px);
  aspect-ratio: auto;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  background: #f3f2f3;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__header {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  padding: 0;
  border: 0 !important;
  background: transparent;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__body {
  grid-column: 1;
  grid-row: 3;
  max-width: 34rem;
  padding: clamp(20px, 2vw, 28px) 0 0;
  border: 0 !important;
  background: transparent;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .breadcrumbs {
  display: block;
  margin: 0 0 clamp(26px, 2.8vw, 40px);
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__heading h1 {
  max-width: 11ch;
  margin: 0;
  color: #000000;
  font-size: clamp(36px, 2.45vw, 47px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__description,
.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__description p {
  max-width: 100%;
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0;
}

.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__actions,
.page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__toggle {
  display: none !important;
}

.page-shell--collection.page-shell--category-parent .category-parent-listing {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 1023px) {
  .page-shell--collection.page-shell--category-parent {
    padding-inline: 16px;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
    margin-bottom: 20px;
    padding: 0;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__media {
    grid-column: 1;
    grid-row: 1;
    width: 100vw !important;
    min-width: 100vw;
    max-width: none !important;
    min-height: 0;
    aspect-ratio: 1 / 1.33;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__media img {
    object-fit: cover;
    object-position: center;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__header {
    grid-column: 1;
    grid-row: 2;
    padding-top: 16px;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .breadcrumbs {
    margin: 0 0 12px;
    font-size: 12px;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__heading h1 {
    max-width: none;
    font-size: 31px;
    line-height: 1.06;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__body {
    grid-column: 1;
    grid-row: 3;
    max-width: none;
    padding-top: 10px;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__description {
    max-height: none !important;
    overflow: visible !important;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__description::after {
    display: none !important;
  }

  .page-shell--collection.page-shell--category-parent .collection-intro--reference-split .collection-intro__description p {
    display: block;
    overflow: visible;
    font-size: 13.5px;
    line-height: 1.36;
  }

  .page-shell--collection.page-shell--category-parent .collection-toolbar--listing {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .page-shell--collection {
    padding-inline: 16px;
  }

  .page-shell--collection .collection-grid__items {
    gap: 0;
  }

  .page-shell--collection .product-card__media {
    aspect-ratio: 1 / 1.28;
  }

  .page-shell--collection .product-card__media img {
    padding: 14px;
  }

  .page-shell--collection .product-card__body {
    padding-inline: 8px;
  }
}

/* Desktop archive filter row alignment. */
@media (min-width: 1024px) {
  .page-shell--collection .collection-toolbar--listing {
    position: relative;
    z-index: 60;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 42px;
    overflow: visible;
    transition: padding-bottom 180ms ease;
  }

  .page-shell--collection .collection-toolbar--listing.has-open-filter,
  .page-shell--collection .collection-toolbar--listing:has(.filter-group[open]) {
    padding-bottom: 73px;
  }

  .page-shell--collection .collection-toolbar__left {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.7vw, 42px);
    min-width: 0;
  }

  .page-shell--collection .collection-toolbar__filter-button--desktop {
    flex: 0 0 auto;
  }

  .page-shell--collection .collection-toolbar__filter-button[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(225deg);
  }

  .page-shell--collection .collection-sidebar--inline {
    display: contents !important;
  }

  .collection-sidebar--inline[hidden] {
    display: none !important;
  }

  .page-shell--collection .filter-panel--desktop,
  .page-shell--collection .filter-panel--desktop .filter-panel__desktop-row {
    display: contents;
  }

  .page-shell--collection .filter-panel--desktop.has-open-filter,
  .page-shell--collection .filter-panel--desktop:has(.filter-group[open]) {
    padding-bottom: 0;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__desktop-label {
    display: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__groups {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.8vw, 46px);
    min-width: 0;
    margin: 0;
  }

  .page-shell--collection .filter-panel--desktop .filter-group {
    position: static;
    flex: 0 0 auto;
  }

  .page-shell--collection .filter-panel--desktop .filter-group summary {
    min-height: 42px;
    padding: 0;
    gap: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-group__body {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 80;
    min-height: 73px;
    padding: 20px 138px 17px 96px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    box-shadow: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__reset {
    flex: 0 0 auto;
    margin-left: clamp(10px, 1.2vw, 22px);
    color: rgba(0, 0, 0, 0.62);
    font-size: 14px;
    font-weight: 300;
    line-height: 42px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__results {
    display: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__desktop-actions {
    top: 63px;
    right: clamp(24px, 1.45vw, 28px);
    z-index: 90;
  }

  .page-shell--collection .collection-toolbar__results {
    flex: 0 0 auto;
    min-height: 42px;
    padding-left: 0;
  }

  .page-shell--collection .collection-toolbar__right {
    min-height: 42px;
  }

  .page-shell--collection .collection-toolbar__sort-label,
  .page-shell--collection .collection-toolbar__count {
    font-size: 14px;
    line-height: 42px;
  }

  .page-shell--collection .collection-layout--reference {
    margin-top: 16px;
  }

  .page-shell--collection .collection-grid__items {
    margin-top: 0;
  }
}

/* Final archive filter polish: inline controls, overlay options, no legacy lines. */
@media (min-width: 1024px) {
  .page-shell--collection .collection-toolbar--listing {
    height: 39px;
    min-height: 39px;
    max-height: 39px;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    gap: 14px;
  }

  .page-shell--collection .collection-toolbar__left {
    gap: clamp(18px, 2vw, 34px);
    height: 38px;
  }

  .page-shell--collection .collection-toolbar__filter-button--desktop,
  .page-shell--collection .filter-panel--desktop .filter-group summary,
  .page-shell--collection .collection-toolbar__sort-label,
  .page-shell--collection .collection-toolbar__count {
    height: 38px;
    min-height: 38px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
  }

  .page-shell--collection .filter-panel--desktop .filter-group[open] summary,
  .page-shell--collection .filter-panel--desktop .filter-group:has(input:checked) summary {
    background: transparent;
    color: #000000;
    margin-inline: 0;
    padding-inline: 0;
  }

  .page-shell--collection .filter-panel--desktop .filter-group[open] summary::after,
  .page-shell--collection .filter-panel--desktop .filter-group:has(input:checked) summary::after {
    border-color: currentColor;
  }

  .page-shell--collection .filter-panel--desktop .filter-group summary:hover,
  .page-shell--collection .filter-panel--desktop .filter-group summary:focus {
    background: transparent;
    color: #000000;
    outline: 0;
  }

  .page-shell--collection .filter-panel--desktop .filter-group summary:focus-visible {
    outline: 1px solid rgba(0, 0, 0, 0.48);
    outline-offset: 3px;
  }

  .page-shell--collection .filter-panel--desktop .filter-group__body {
    top: 38px;
    min-height: 58px;
    padding: 13px 136px 13px 94px;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .page-shell--collection .filter-panel--desktop .filter-group[open] .filter-group__body {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input:checked + .filter-option__label,
  .page-shell--collection .filter-panel--desktop .filter-option:has(input:checked) {
    color: #000000;
    font-weight: 500;
    opacity: 1 !important;
  }

  .page-shell--collection .filter-panel--desktop .filter-option:hover,
  .page-shell--collection .filter-panel--desktop .filter-option:focus-within {
    color: #000000;
    opacity: 1;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input:checked {
    accent-color: #000000;
    opacity: 1;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"] {
    display: inline-grid;
    place-content: center;
    flex: 0 0 14px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.28);
    border-radius: 0;
    background: #fff;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]::before {
    width: 6px;
    height: 6px;
    background: #000000;
    content: "";
    transform: scale(0);
    transition: transform 140ms ease;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]:checked::before {
    transform: scale(1);
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]:checked,
  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]:disabled:checked {
    border-color: #000000;
    background: #fff;
    opacity: 1;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]:focus {
    outline: 0;
    box-shadow: none;
  }

  .page-shell--collection .filter-panel--desktop .filter-option input[type="checkbox"]:focus-visible {
    box-shadow: 0 0 0 1px #000000;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__desktop-actions {
    top: 51px;
  }

  .page-shell--collection .filter-panel--desktop .filter-panel__desktop-actions .button {
    min-width: 128px;
    background: #f3f2f3;
    color: rgba(0, 0, 0, 0.62);
  }

  .page-shell--collection .filter-panel--desktop.has-pending-apply .filter-panel__desktop-actions,
  .page-shell--collection .collection-toolbar--listing.has-pending-apply .filter-panel__desktop-actions {
    display: block;
  }

  .page-shell--collection .filter-panel--desktop.has-pending-apply .filter-panel__desktop-actions .button,
  .page-shell--collection .collection-toolbar--listing.has-pending-apply .filter-panel__desktop-actions .button {
    background: #000000;
    color: #fff;
  }

  .page-shell--collection .collection-toolbar__results {
    padding-left: 22px;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    height: 38px;
    min-height: 38px;
  }

  .page-shell--collection .collection-toolbar__right {
    min-width: 170px;
    justify-content: flex-end;
    height: 38px;
    min-height: 38px;
  }

  .page-shell--collection .collection-toolbar__sort-menu {
    min-width: 170px;
    justify-content: flex-end;
    height: 38px;
    min-height: 38px;
  }

  .page-shell--collection .collection-toolbar__sort-label {
    justify-content: flex-end;
    color: #000000 !important;
    white-space: nowrap;
  }

  .page-shell--collection .collection-toolbar__sort-toggle {
    min-height: 38px;
    font-size: 14px;
  }

  .page-shell--collection .collection-toolbar__sort-panel {
    width: 230px;
    padding-block: 17px;
  }

  .page-shell--collection .collection-layout--reference {
    margin-top: 16px;
  }
}

@media (max-width: 1023px) {
  .page-shell--collection .collection-toolbar--listing {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0;
    row-gap: 0;
    min-height: 36px;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .page-shell--collection .collection-toolbar__filter-button,
  .page-shell--collection .collection-toolbar__sort-menu,
  .page-shell--collection .collection-toolbar__sort-toggle {
    min-height: 36px;
    padding: 0 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 36px;
  }

  .page-shell--collection .collection-toolbar__filter-button {
    grid-column: 1;
    grid-row: 1;
    justify-content: space-between;
    border-right: 0;
  }

  .page-shell--collection .collection-toolbar__right {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    width: 100%;
    min-height: 36px;
  }

  .page-shell--collection .collection-toolbar__right form,
  .page-shell--collection .collection-toolbar__sort-menu {
    width: 100%;
  }

  .page-shell--collection .collection-toolbar__sort-toggle {
    width: 100%;
    justify-content: space-between;
    padding-left: 14px;
  }

  .page-shell--collection .collection-toolbar__sort-label {
    width: 100%;
    justify-content: space-between;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: none;
  }

  .page-shell--collection .collection-toolbar__sort-toggle::after {
    width: 7px;
    height: 7px;
    margin-top: -3px;
  }

  .page-shell--collection .collection-toolbar__sort-panel {
    top: 36px;
    right: 0;
    width: 100%;
    min-width: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .page-shell--collection .collection-toolbar__sort-option {
    min-height: 40px;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 16px;
    padding: 0 18px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
  }

  .page-shell--collection .collection-toolbar__results {
    grid-column: 1 / -1;
    min-height: 35px;
    padding: 0 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .page-shell--collection .collection-toolbar__count {
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
  }
}

/* Final category grid guard: last in cascade so mobile width and tile spacing stay intentional. */
.page-shell--collection.page-shell--category-parent .collection-grid__items {
  column-gap: clamp(8px, 0.78vw, 14px);
  row-gap: clamp(26px, 2vw, 36px);
}

.page-shell--collection.page-shell--category-parent .product-card,
.page-shell--collection.page-shell--category-parent .product-card__media,
.page-shell--collection.page-shell--category-parent .product-card__body {
  box-sizing: border-box;
  width: 100%;
}

.page-shell--collection.page-shell--category-parent .product-card__body {
  padding-top: clamp(16px, 1.25vw, 20px);
  padding-bottom: 2px;
}

.page-shell--collection.page-shell--category-parent .product-card__footer {
  margin-top: 9px;
}

.page-shell--collection.page-shell--category-parent .product-card__price {
  line-height: 1.35;
}

@media (max-width: 640px) {
  .page-shell--collection.page-shell--category-parent {
    padding-inline: 8px;
  }

  .page-shell--collection.page-shell--category-parent .collection-toolbar--listing,
  .page-shell--collection.page-shell--category-parent .collection-layout--reference,
  .page-shell--collection.page-shell--category-parent .category-parent-listing,
  .page-shell--collection.page-shell--category-parent .collection-grid,
  .page-shell--collection.page-shell--category-parent .collection-grid__items {
    max-width: 100%;
  }

  .page-shell--collection.page-shell--category-parent .collection-grid__items {
    column-gap: 8px;
    row-gap: 20px;
  }

  .page-shell--collection.page-shell--category-parent .product-card__body {
    padding: 13px 4px 2px;
  }

  .page-shell--collection.page-shell--category-parent .product-card__footer {
    margin-top: 8px;
  }

  .page-shell--collection.page-shell--category-parent .collection-toolbar__sort-toggle {
    padding-right: 12px;
  }

  .page-shell--collection.page-shell--category-parent .collection-toolbar__sort-toggle::after {
    flex: 0 0 7px;
  }
}

/* Mobile filter drawer refinement: larger touch targets and clearer pending apply state. */
@media (max-width: 1023px) {
  .page-shell--collection #filters-drawer .drawer__body--filters {
    padding: 0;
  }

  .page-shell--collection #filters-drawer .filter-panel--mobile {
    min-height: 100dvh;
    padding: 0 16px 112px;
    background: #fff;
  }

  .page-shell--collection #filters-drawer .filter-panel__mobile-header,
  .page-shell--collection #filters-drawer .filter-browse-nav,
  .page-shell--collection #filters-drawer .filter-panel__groups,
  .page-shell--collection #filters-drawer .filter-panel__actions {
    padding-right: 0;
    padding-left: 0;
  }

  .page-shell--collection #filters-drawer .filter-panel__mobile-header {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .page-shell--collection #filters-drawer .filter-panel__top {
    min-height: 42px;
  }

  .page-shell--collection #filters-drawer .filter-panel__top h3 {
    font-size: 15px;
  }

  .page-shell--collection #filters-drawer .filter-browse-nav {
    padding-bottom: 2px;
  }

  .page-shell--collection #filters-drawer .filter-panel__groups {
    padding-top: 4px;
    padding-bottom: 10px;
  }

  .page-shell--collection #filters-drawer .filter-browse-group summary,
  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-group summary {
    min-height: 54px;
    padding: 14px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
  }

  .page-shell--collection #filters-drawer .filter-browse-group__body,
  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-group__body {
    gap: 2px;
    padding: 4px 0 18px;
  }

  .page-shell--collection #filters-drawer .filter-browse-link,
  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-option {
    min-height: 38px;
    gap: 14px;
    padding: 2px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.32;
  }

  .page-shell--collection #filters-drawer .filter-browse-link__count,
  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-option__count {
    font-size: 14px;
  }

  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-option input,
  .page-shell--collection #filters-drawer .filter-browse-link__box {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-group__body--price {
    gap: 10px;
  }

  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-group__body--price .field span,
  .page-shell--collection #filters-drawer .filter-panel--mobile .filter-group__body--price input {
    font-size: 15px;
  }

  .page-shell--collection #filters-drawer .filter-panel__actions {
    left: 16px;
    right: 16px;
    bottom: 18px;
    gap: 10px;
  }

  .page-shell--collection #filters-drawer .filter-panel__actions .button--primary {
    min-height: 50px;
    background: #f3f2f3;
    color: rgba(0, 0, 0, 0.62);
    font-size: 13px;
    font-weight: 500;
  }

  .page-shell--collection #filters-drawer .filter-panel--mobile.has-pending-apply .filter-panel__actions .button--primary,
  .page-shell--collection #filters-drawer .filter-panel--mobile.has-staged-navigation .filter-panel__actions .button--primary,
  .page-shell--collection #filters-drawer .filter-panel--mobile:has(input[type="checkbox"]:checked) .filter-panel__actions .button--primary,
  .page-shell--collection #filters-drawer .filter-panel--mobile:has(.filter-browse-link.is-staged) .filter-panel__actions .button--primary {
    background: #000000;
    border-color: #000000;
    color: #fff;
  }
}

/* De Beers-inspired PDP first viewport: dominant product image with a quiet commerce summary. */
body.page-product .page-shell--product {
  width: 100%;
  max-width: none;
  padding: clamp(18px, 2.1vw, 40px) clamp(16px, 2.25vw, 42px) 0;
}

body.page-product .product-hero {
  margin: 0;
}

body.page-product .product-layout {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(0, 68.4%) minmax(360px, 31.6%);
  gap: clamp(34px, 2.65vw, 58px);
  align-items: start;
}

body.page-product .product-layout__media,
body.page-product .product-layout__summary {
  min-width: 0;
}

body.page-product .product-gallery {
  display: block;
}

body.page-product .product-gallery__frame {
  display: block;
  position: relative;
}

body.page-product .product-gallery__meta,
body.page-product .product-gallery__thumbs,
body.page-product .product-gallery__controls {
  display: none !important;
}

body.page-product .product-gallery__main {
  display: grid;
  gap: 24px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  overflow: visible;
}

body.page-product .product-gallery__slide {
  display: block !important;
  height: clamp(610px, calc(100vh - 190px), 760px);
  overflow: hidden;
  background: #f3f2f3 !important;
}

body.page-product .product-gallery__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center;
  background: #f3f2f3 !important;
  transform: scale(1.1);
  transform-origin: center center;
}

body.page-product .product-gallery__mobile-progress {
  display: none;
}

body.page-product .product-layout__summary {
  position: sticky;
  top: calc(var(--header-total, 0px) + 24px);
  max-width: none;
  padding-top: 4px;
}

body.page-product .product-summary,
body.page-product .product-summary__primary,
body.page-product .product-summary__secondary {
  display: grid;
  gap: 0;
}

body.page-product .product-summary__breadcrumbs {
  justify-self: start;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

body.page-product .product-summary__breadcrumbs .breadcrumbs__list {
  gap: 8px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

body.page-product .product-summary__header {
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.page-product .product-summary__eyebrow-row {
  margin: 0 0 10px;
}

body.page-product .product-summary__eyebrow-row .eyebrow {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

body.page-product .product-summary__header h1 {
  max-width: 20ch;
  margin: 0;
  color: #000000;
  font-size: clamp(25px, 1.75vw, 32px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-product .product-summary__title-reference {
  display: none;
}

body.page-product .product-summary__subline {
  display: none;
}

body.page-product .product-summary__excerpt {
  max-width: 42rem;
  margin-top: 22px;
}

body.page-product .product-summary__excerpt p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.page-product .product-summary__excerpt a {
  display: inline-flex;
  margin-top: 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-product .product-purchase-panel {
  gap: 0;
  margin-top: 26px;
  padding: 0;
  border: 0;
  background: transparent !important;
}

body.page-product .product-price-block {
  display: block;
}

body.page-product .product-price-block__label,
body.page-product .product-price-block__aside,
body.page-product .product-meta-grid,
body.page-product .membership-pill,
body.page-product .product-form__statusline,
body.page-product .product-form__microcopy,
body.page-product .product-form__wishlist,
body.page-product .product-shipping-note,
body.page-product .product-highlights {
  display: none !important;
}

body.page-product .product-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

body.page-product .product-price::before {
  content: "From";
  font-weight: 400;
}

body.page-product .product-price .amount,
body.page-product .product-price bdi {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.page-product .product-form {
  margin-top: 30px;
}

body.page-product .product-form__actions {
  display: block;
  max-width: 232px;
}

body.page-product .product-form .button,
body.page-product .product-form .single_add_to_cart_button,
body.page-product .product-form button[name="add-to-cart"] {
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-product .product-summary__secondary {
  margin-top: 38px;
}

body.page-product .accordion-list {
  border-top: 0;
}

body.page-product .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body.page-product .accordion-item summary {
  min-height: 74px;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: uppercase;
}

body.page-product .accordion-item summary::after {
  width: 8px;
  height: 8px;
}

body.page-product .accordion-item__body {
  padding-bottom: 22px;
}

body.page-product .accordion-item__body p,
body.page-product .accordion-item__body li {
  font-size: 14px;
  line-height: 1.6;
}

body.page-product .rd-diamond-configurator {
  width: 100%;
  margin: clamp(38px, 5.5vw, 86px) 0 clamp(42px, 5.8vw, 92px);
  overflow: hidden;
  background: #fff;
  color: #000000;
  contain: layout paint;
}

body.page-product .rd-diamond-configurator__shell {
  width: min(100%, 1376px);
  margin: 0 auto;
  padding: 0 clamp(16px, 2.25vw, 42px);
}

body.page-product .rd-diamond-configurator__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body.page-product .rd-diamond-configurator__eyebrow,
body.page-product .rd-diamond-configurator__filters-top,
body.page-product .rd-diamond-filter legend,
body.page-product .rd-diamond-result__spec span,
body.page-product .rd-diamond-result__details,
body.page-product .rd-diamond-result__availability {
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.page-product .rd-diamond-configurator__header h2 {
  margin: 10px 0 0;
  color: #000000;
  font-size: clamp(28px, 2.3vw, 42px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
}

body.page-product .rd-diamond-configurator__count {
  margin: 0 0 3px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

body.page-product .rd-diamond-configurator__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.45fr);
  gap: clamp(24px, 4vw, 72px);
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body.page-product .rd-diamond-configurator__intro p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

body.page-product .rd-diamond-configurator__filters {
  padding: 22px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body.page-product .rd-diamond-configurator__filters-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

body.page-product .rd-diamond-configurator__clear {
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

body.page-product .rd-diamond-configurator__filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 18px;
}

body.page-product .rd-diamond-filter {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.page-product .rd-diamond-filter__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.page-product .rd-diamond-filter__option {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: transparent;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.page-product .rd-diamond-filter__option:hover,
body.page-product .rd-diamond-filter__option:focus-visible {
  border-color: #000000;
  outline: none;
}

body.page-product .rd-diamond-filter__option.is-active,
body.page-product .rd-diamond-filter__option[aria-pressed="true"] {
  border-color: #000000;
  background: #000000;
  color: #fff;
}

body.page-product .rd-diamond-configurator__results {
  display: grid;
  gap: 0;
}

body.page-product .rd-diamond-configurator__mobile-progress,
body.page-product .rd-diamond-result__media {
  display: none;
}

body.page-product .rd-diamond-result {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(11rem, 0.45fr) minmax(9rem, 0.28fr) minmax(11rem, 0.34fr);
  gap: clamp(18px, 2.35vw, 42px);
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body.page-product .rd-diamond-result[hidden] {
  display: none;
}

body.page-product .rd-diamond-result__specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-product .rd-diamond-result__spec {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.page-product .rd-diamond-result__spec strong {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

body.page-product .rd-diamond-result__details {
  display: grid;
  gap: 7px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}

body.page-product .rd-diamond-result__commerce {
  display: grid;
  gap: 8px;
}

body.page-product .rd-diamond-result__price {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

body.page-product .rd-diamond-result__availability {
  text-transform: none;
  letter-spacing: 0;
}

body.page-product .rd-diamond-result__form {
  margin: 0;
}

body.page-product .rd-diamond-result__button {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

body.page-product .rd-diamond-result__button:disabled {
  border-color: rgba(0, 0, 0, 0.14);
  background: transparent;
  color: rgba(0, 0, 0, 0.48);
  cursor: not-allowed;
}

body.page-product .rd-diamond-configurator__empty {
  display: grid;
  gap: 10px;
  padding: 34px 0 0;
}

body.page-product .rd-diamond-configurator__empty[hidden] {
  display: none;
}

body.page-product .rd-diamond-configurator__empty h3,
body.page-product .rd-diamond-configurator__empty p {
  margin: 0;
}

body.page-product .rd-diamond-configurator__empty h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

body.page-product .rd-diamond-configurator__empty p,
body.page-product .rd-diamond-configurator__empty a {
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
}

body.page-product .rd-diamond-configurator__empty a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  body.page-product .rd-diamond-configurator__filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-product .rd-diamond-result {
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.42fr);
  }

  body.page-product .rd-diamond-result__specs {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) {
  body.page-product .page-shell--product {
    padding: 0;
    overflow-x: hidden;
  }

  body.page-product .product-layout {
    grid-template-columns: 1fr;
    gap: 0;
    overflow-x: hidden;
  }

  body.page-product .product-layout__summary {
    position: static;
    padding: 22px 16px 0;
  }

  body.page-product .product-gallery__main {
    display: block;
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1.18;
    background: #f3f2f3 !important;
    overflow: hidden;
  }

  body.page-product .product-gallery__slide {
    display: none !important;
    height: 100%;
  }

  body.page-product .product-gallery__slide.is-active {
    display: block !important;
  }

  body.page-product .product-gallery__slide img {
    transform: scale(1.12);
  }

  body.page-product .product-gallery__mobile-progress {
    display: block;
    width: min(142px, calc(100% - 96px));
    height: 1px;
    margin: 12px auto 0;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.16);
  }

  body.page-product .product-gallery__mobile-progress span {
    display: block;
    width: calc(100% / var(--gallery-count, 1));
    height: 1px;
    background: #000000;
    transform: translateX(calc(var(--gallery-index, 0) * 100%));
    transition: transform 260ms ease;
  }

  body.page-product .product-summary__breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }

  body.page-product .product-summary__header h1 {
    max-width: 22ch;
    font-size: 26px;
    line-height: 1.08;
  }

  body.page-product .product-summary__excerpt {
    margin-top: 18px;
  }

  body.page-product .product-summary__excerpt p,
  body.page-product .product-summary__excerpt a {
    font-size: 15px;
  }

  body.page-product .product-purchase-panel {
    margin-top: 24px;
  }

  body.page-product .product-form {
    margin-top: 24px;
  }

  body.page-product .product-form__actions {
    max-width: none;
  }

  body.page-product .product-summary__secondary {
    margin-top: 28px;
  }

  body.page-product .accordion-item summary {
    min-height: 64px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #filters-drawer[data-drawer="filters"] {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }

  #filters-drawer[data-drawer="filters"].is-open {
    transform: translateX(0);
  }

  .drawer-backdrop {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 360ms;
  }

  .drawer-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
  }

  .icon-button--menu {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    display: inline-grid !important;
    place-items: center;
    align-content: center;
    gap: 5px !important;
    color: #000000;
  }

  button.icon-button--menu.mobile-only span,
  button.icon-button--menu.mobile-only span:nth-child(2),
  .icon-button--menu.mobile-only span,
  .icon-button--menu.mobile-only span:nth-child(2) {
    width: 18px !important;
    height: 1px !important;
    margin: 0;
    background: currentColor;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .drawer--left[data-drawer="mobile-menu"] {
    width: min(100vw, 30rem);
    border-right: 1px solid rgba(17, 17, 17, 0.14);
    box-shadow: none;
    transform: translateX(-102%);
    transition: transform 430ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 430ms ease;
  }

  .drawer--left[data-drawer="mobile-menu"].is-open {
    transform: translateX(0);
    box-shadow: 24px 0 70px rgba(17, 17, 17, 0.11);
  }

  [data-drawer="mobile-menu"] .drawer__header {
    min-height: 4.7rem;
    padding: 1.12rem 1.08rem 1.04rem 1.28rem;
    border-bottom-color: rgba(17, 17, 17, 0.12);
  }

  [data-drawer="mobile-menu"] .drawer__title {
    color: #000000;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }

  [data-drawer="mobile-menu"] .drawer__header .icon-button {
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  [data-drawer="mobile-menu"] .drawer__header .icon-button svg {
    width: 1.08rem;
    height: 1.08rem;
    stroke-width: 1.35;
  }

  [data-drawer="mobile-menu"] .drawer__body {
    gap: 1.75rem;
    padding: 0 1.28rem 2rem;
    scroll-behavior: smooth;
  }

  [data-drawer="mobile-menu"] nav {
    display: grid;
    border-top: 0;
  }

  [data-drawer="mobile-menu"] .nav-accordion {
    border-bottom-color: rgba(17, 17, 17, 0.11);
  }

  [data-drawer="mobile-menu"] .nav-accordion summary {
    min-height: 68px;
    padding: 18px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  [data-drawer="mobile-menu"] .nav-accordion summary::after {
    width: 1.8rem;
    color: #000000;
    font-size: 1.05rem;
    opacity: 0.62;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  }

  [data-drawer="mobile-menu"] .nav-accordion[open] summary::after {
    transform: rotate(180deg);
    opacity: 1;
  }

  [data-drawer="mobile-menu"] .nav-accordion__panel {
    gap: 1.18rem;
    padding: 0.12rem 0 1.3rem;
  }

  [data-drawer="mobile-menu"] .nav-accordion__group {
    gap: 0.72rem;
  }

  [data-drawer="mobile-menu"] .nav-accordion__group + .nav-accordion__group {
    margin-top: 1.08rem;
    padding-top: 1.08rem;
    border-top-color: rgba(17, 17, 17, 0.08);
  }

  [data-drawer="mobile-menu"] .nav-accordion__title {
    display: none;
  }

  [data-drawer="mobile-menu"] .nav-accordion__group ul {
    gap: 0;
  }

  [data-drawer="mobile-menu"] .nav-accordion__group ul a {
    min-height: 52px;
    padding: 13px 0;
    color: rgba(17, 17, 17, 0.9);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
  }

  [data-drawer="mobile-menu"] .nav-accordion__tiles {
    gap: 0.9rem;
    padding-top: 0.35rem;
  }

  [data-drawer="mobile-menu"] .mini-tile span {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  [data-drawer="mobile-menu"] .drawer-links {
    padding-top: 0.2rem;
    border-top-color: rgba(17, 17, 17, 0.12);
  }

  [data-drawer="mobile-menu"] .drawer-links a {
    min-height: 54px;
    padding: 15px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
  }

  body.page-product,
  body.page-product .site,
  body.page-product .site-main,
  body.page-product .site-main--woocommerce {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.page-product .product-hero,
  body.page-product .product-layout,
  body.page-product .product-layout__media,
  body.page-product .product-gallery,
  body.page-product .product-gallery__frame,
  body.page-product .product-gallery__main {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.page-product .section-block--slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.page-product .section-block--slider .slider,
  body.page-product .section-block--slider .slider__track {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    contain: layout paint;
    overscroll-behavior-x: contain;
  }

  body.page-product .section-block--slider .slider__track {
    grid-auto-columns: 100% !important;
    gap: 24px;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  body.page-product .section-block--slider .slider__slide {
    width: auto !important;
    min-width: 0;
  }

  body.page-product .rd-diamond-configurator {
    margin: 42px 0 46px;
  }

  body.page-product .rd-diamond-configurator__shell {
    padding: 0 16px;
  }

  body.page-product .rd-diamond-configurator__header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 18px;
  }

  body.page-product .rd-diamond-configurator__header h2 {
    max-width: 11ch;
    font-size: 30px;
    line-height: 1.02;
  }

  body.page-product .rd-diamond-configurator__intro {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0 20px;
  }

  body.page-product .rd-diamond-configurator__filter-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-product .rd-diamond-filter__option {
    min-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }

  body.page-product .rd-diamond-configurator__results {
    display: flex;
    width: calc(100% + 32px);
    max-width: calc(100vw + 0px);
    margin: 0 -16px;
    padding: 22px 16px 0;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.page-product .rd-diamond-configurator__results::-webkit-scrollbar {
    display: none;
  }

  body.page-product .rd-diamond-result {
    flex: 0 0 calc(100vw - 48px);
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    padding: 0 0 18px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
  }

  body.page-product .rd-diamond-result[hidden] {
    display: none;
  }

  body.page-product .rd-diamond-result__media {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    background: #f3f2f3;
    overflow: hidden;
  }

  body.page-product .rd-diamond-result__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.48);
  }

  body.page-product .rd-diamond-result__specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 20px 16px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    text-align: center;
  }

  body.page-product .rd-diamond-result__spec {
    gap: 7px;
    justify-items: center;
  }

  body.page-product .rd-diamond-result__spec span {
    color: rgba(0, 0, 0, 0.62);
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  body.page-product .rd-diamond-result__spec strong {
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
  }

  body.page-product .rd-diamond-result__details {
    justify-items: center;
    gap: 5px;
    padding: 16px 18px 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
  }

  body.page-product .rd-diamond-result__commerce {
    justify-items: center;
    gap: 8px;
    padding: 18px 18px 0;
    text-align: center;
  }

  body.page-product .rd-diamond-result__price {
    font-size: 22px;
    line-height: 1.1;
  }

  body.page-product .rd-diamond-result__availability {
    color: #000000;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
  }

  body.page-product .rd-diamond-result__form {
    padding: 18px 18px 0;
  }

  body.page-product .rd-diamond-result__button {
    min-height: 52px;
    font-size: 13px;
  }

  body.page-product .rd-diamond-configurator__mobile-progress {
    display: block;
    width: min(168px, calc(100% - 96px));
    height: 1px;
    margin: 14px auto 0;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.16);
  }

  body.page-product .rd-diamond-configurator__mobile-progress span {
    display: block;
    width: 16%;
    height: 1px;
    background: #000000;
    transform: translateX(0);
    transition: width 220ms ease, transform 220ms ease;
  }
}
/* Restivo high jewellery header: centered maison wordmark with calm desktop menu. */
@media (min-width: 1024px) {
  .site-header {
    overflow: visible;
    transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  .main-header__inner,
  .site-header--product .main-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
    gap: clamp(1rem, 2vw, 2.5rem);
    min-height: 4.1rem;
  }

  .page-shell--header,
  .site-header--product .page-shell--header {
    width: 100%;
    max-width: none;
    padding-left: clamp(32px, 5vw, 72px);
    padding-right: clamp(32px, 5vw, 72px);
  }

  .desktop-menu-toggle.desktop-only {
    display: inline-flex !important;
  }

  .desktop-menu-toggle {
    grid-column: 1;
    justify-self: start;
    align-items: center;
    gap: 0.8rem;
    min-height: 4.1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
  }

  .desktop-menu-toggle__icon {
    display: grid;
    gap: 0.34rem;
    width: 1.18rem;
  }

  .desktop-menu-toggle__icon span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform 260ms ease, opacity 260ms ease;
  }

  .desktop-menu-toggle.is-mega-active .desktop-menu-toggle__icon span:first-child {
    transform: translateY(0.175rem) rotate(16deg);
  }

  .desktop-menu-toggle.is-mega-active .desktop-menu-toggle__icon span:last-child {
    transform: translateY(-0.175rem) rotate(-16deg);
  }

  .site-brand,
  .site-header--product .site-brand {
    grid-column: 2;
    justify-self: center;
    max-width: none;
  }

  .site-brand__svg,
  .site-header--product .site-brand__svg {
    width: clamp(10.1rem, 14vw, 12.9rem);
  }

  .desktop-nav,
  .site-header--product .desktop-nav {
    display: none !important;
  }

  .header-actions,
  .site-header--product .header-actions {
    grid-column: 3;
    justify-self: end;
    padding-left: 0;
  }

  .header-actions__desktop,
  .site-header--product .header-actions__desktop {
    gap: clamp(0.86rem, 1.2vw, 1.42rem);
  }

  .header-utility-link,
  .site-header--product .header-utility-link {
    min-height: 4.1rem;
    color: rgba(17, 17, 17, 0.78);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    transition: color 180ms ease;
  }

  .header-utility-link:hover,
  .header-utility-link:focus-visible {
    color: #000000;
  }

  .mega-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    max-height: calc(100svh - 5rem);
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 28px 70px rgba(17, 17, 17, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 320ms ease, transform 380ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 380ms;
  }

  .mega-menu.is-open {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0ms;
  }

  .mega-menu__inner,
  .site-header--product .mega-menu__inner {
    width: min(100%, 1440px);
    padding: 0 clamp(26px, 3vw, 54px) clamp(28px, 3vw, 48px);
  }

  .mega-menu__nav {
    display: flex;
    justify-content: center;
    gap: clamp(1.1rem, 2.2vw, 2.6rem);
    min-height: 3.55rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .mega-menu__nav-button {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 220ms ease;
  }

  .mega-menu__nav-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #000000;
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mega-menu__nav-button:hover,
  .mega-menu__nav-button:focus-visible,
  .mega-menu__nav-button.is-mega-active {
    color: #000000;
    outline: 0;
  }

  .mega-menu__nav-button.is-mega-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .mega-menu__panels {
    display: grid;
    padding-top: clamp(26px, 3vw, 44px);
  }

  .mega-panel,
  .mega-panel.is-active {
    display: grid;
  }

  .mega-panel {
    grid-area: 1 / 1;
    width: min(100%, 1180px);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.45fr);
    gap: clamp(34px, 4.6vw, 74px);
    align-items: start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 240ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 260ms;
  }

  .mega-panel--text-only {
    width: min(100%, 1040px);
    grid-template-columns: 1fr;
  }

  .mega-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 80ms, 80ms, 0ms;
  }

  .mega-panel__columns {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.4rem, 2.3vw, 2.55rem);
  }

  .mega-panel--text-only .mega-panel__columns {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: clamp(1.1rem, 2vw, 2.4rem);
  }

  .mega-panel--text-only .mega-panel__links {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.78rem clamp(1.4rem, 2vw, 2.2rem);
  }

  .mega-panel__column {
    gap: 0.86rem;
  }

  .mega-panel__title {
    color: rgba(17, 17, 17, 0.48);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.18em;
  }

  .mega-panel__links {
    gap: 0.7rem;
  }

  .mega-panel__links a {
    color: rgba(17, 17, 17, 0.84);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.28;
    transition: color 180ms ease, transform 240ms ease;
  }

  .mega-panel__links a:hover,
  .mega-panel__links a:focus-visible {
    color: #000000;
    transform: translateX(3px);
    outline: 0;
  }

  .mega-panel__media {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
    justify-self: stretch;
    padding-left: clamp(1.4rem, 2.2vw, 2.4rem);
    border-left-color: rgba(17, 17, 17, 0.1);
  }

  .mega-tile {
    gap: 0.7rem;
  }

  .mega-tile img {
    aspect-ratio: 0.92;
    background: #f3f2f3;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mega-tile:hover img,
  .mega-tile:focus-visible img {
    transform: scale(1.025);
  }
}

/* ==========================================================================
   VISUAL IDENTITY & LUXURY COHESION (Typography & Spacing Adjustments)
   ========================================================================== */

/* 1. Global Typography Cohesion for Headings */
/* Ensure all main section headings have identical luxury weight, size, and case */
.rd-home-product-spotlight__copy h2,
.rd-graff-double__intro h2,
.rd-editorial-swiper__title,
.page-editorial--front .section-block--slider .section-heading h2,
.rd-home-links h2,
.rd-home-services h2 {
  font-family: var(--font-display) !important;
  font-size: clamp(1.75rem, 2.5vw, 2.75rem) !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* 2. Cohesive Product & Category Titles */
/* Product titles should share the Sentence Case elegance of Category titles */
body.page-product .product-summary__header h1 {
  font-family: var(--font-display) !important;
  font-weight: 300 !important;
  text-transform: none !important;
}
.collection-intro__heading h1 {
  font-family: var(--font-display) !important;
  font-weight: 300 !important;
}

/* 3. Global Eyebrow Standardization */
.eyebrow,
.rd-editorial-swiper__eyebrow,
.rd-graff-double__eyebrow,
.rd-home-product-spotlight__copy .eyebrow {
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

/* 4. Cohesive Editorial Body Paragraphs */
.rd-home-product-spotlight__copy p:not(.eyebrow),
.rd-graff-double__description,
.rd-graff-double__copy p,
.rd-editorial-swiper__text,
body.page-product .product-summary__excerpt p {
  font-size: clamp(0.92rem, 1vw, 1.02rem) !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.01em !important;
}

/* 5. Refined Section Spacing for Homepage Flow */
/* Remove harsh double margins/paddings between sections */

/* Space between Hero and Collections (White Section) */
.page-editorial--front .rd-home-slider--collections {
  margin-top: 0 !important;
  padding-top: clamp(2.5rem, 5vw, 4.5rem) !important;
}

/* Space between Unparalleled Scintillation (Black) and adjacent sections */
.rd-graff-double--staggered {
  padding-top: clamp(70px, 7vw, 100px) !important;
  padding-bottom: clamp(60px, 6vw, 90px) !important;
}

/* Space between Unparalleled Scintillation and Atelier Swiper (Both Black) */
/* Reduces the double-black gap so content flows naturally */
.rd-graff-double + .rd-editorial-swiper-section {
  padding-top: clamp(30px, 3vw, 50px) !important;
}
