:root {
  --rd-ink: #1d1c1a;
  --rd-ink-soft: #272522;
  --rd-paper: #f6f3ed;
  --rd-paper-deep: #ede7dc;
  --rd-muted: #777169;
  --rd-line: rgba(29, 28, 26, .15);
  --rd-gold: #c8a45d;
  --rd-gold-light: #e9d5a6;
  --rd-header: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; scrollbar-color: var(--rd-gold) var(--rd-paper-deep); scrollbar-width: thin; }
html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background: var(--rd-paper-deep); }
html::-webkit-scrollbar-thumb { background: var(--rd-gold); border: 2px solid var(--rd-paper-deep); border-radius: 999px; }
body { margin: 0; color: var(--rd-ink); background: #fff; font-family: Montserrat, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.rd-no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.rd-shell { width: min(calc(100% - 72px), 1480px); margin-inline: auto; }
.rd-skip-link { position: fixed; z-index: 9999; top: -80px; left: 20px; padding: 12px 18px; color: #111; background: #fff; }
.rd-skip-link:focus { top: 12px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.rd-icon { display: block; }
.rd-motion-ready .rd-reveal { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--rd-reveal-delay,0ms); }
.rd-motion-ready .rd-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

/* Header */
.rd-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--rd-header); color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transition: height .3s ease, background .3s ease, box-shadow .3s ease; }
.rd-header.is-scrolled, .rd-inner-page .rd-header { height: 70px; background: rgba(25,24,22,.97); border-bottom-color: rgba(255,255,255,.08); box-shadow: 0 12px 35px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.rd-header::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: linear-gradient(90deg,var(--rd-gold),var(--rd-gold-light)); transform: scaleX(var(--rd-scroll-progress,0)); transform-origin: left center; pointer-events: none; }
body.rd-menu-open .rd-header { background: rgba(25,24,22,.98); border-bottom-color: rgba(255,255,255,.08); }
.rd-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.rd-brand { flex: 0 0 auto; }
.rd-brand .custom-logo-link { display: block; line-height: 0; }
.rd-brand .custom-logo { width: auto; max-width: 250px; max-height: 49px; object-fit: contain; }
.rd-wordmark { display: inline-flex; align-items: baseline; gap: 10px; white-space: nowrap; letter-spacing: .18em; }
.rd-wordmark > span { font-size: 24px; font-weight: 500; }
.rd-wordmark > small { color: var(--rd-gold-light); font-size: 10px; font-weight: 600; letter-spacing: .32em; }
.rd-desktop-nav { margin-left: auto; }
.rd-menu { display: flex; align-items: center; gap: clamp(17px, 1.8vw, 30px); margin: 0; padding: 0; list-style: none; }
.rd-menu > li { position: relative; }
.rd-menu > li > a { position: relative; display: block; padding-block: 30px; font-size: 10px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.rd-menu > li > a::after { content: ""; position: absolute; inset: auto 0 23px; height: 1px; background: var(--rd-gold); transform: scaleX(0); transition: transform .22s ease; }
.rd-menu > li:hover > a::after, .rd-menu > li.current-menu-item > a::after { transform: scaleX(1); }
.rd-menu .sub-menu { position: absolute; top: 100%; left: -22px; width: 240px; margin: 0; padding: 13px 0; color: #222; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.17); list-style: none; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.rd-menu li:hover > .sub-menu, .rd-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rd-menu .sub-menu a { display: block; padding: 11px 22px; color: #555; font-size: 11px; }
.rd-menu .sub-menu a:hover { color: #111; background: var(--rd-paper); }
.rd-header-actions { display: flex; align-items: center; gap: 16px; }
.rd-icon-button { position: relative; min-width: 25px; min-height: 25px; display: grid; place-items: center; padding: 0; color: currentColor; background: transparent; border: 0; cursor: pointer; transition: color .22s ease, transform .22s ease; }
.rd-action-count { position: absolute; right: -8px; top: -8px; min-width: 15px; height: 15px; padding-inline: 3px; display: grid; place-items: center; color: #151515; background: var(--rd-gold); border-radius: 50%; font-size: 8px; font-weight: 800; }
.rd-menu-button { display: none; }
.rd-menu-glyph { position: relative; width: 24px; height: 18px; display: block; }
.rd-menu-glyph i { position: absolute; left: 1px; width: 22px; height: 1.5px; display: block; background: currentColor; transform-origin: center; transition: top .25s ease, opacity .18s ease, transform .3s cubic-bezier(.2,.7,.2,1); }
.rd-menu-glyph i:nth-child(1) { top: 2px; }
.rd-menu-glyph i:nth-child(2) { top: 8px; }
.rd-menu-glyph i:nth-child(3) { top: 14px; }
.rd-menu-button[aria-expanded="true"] .rd-menu-glyph i:nth-child(1) { top: 8px; transform: rotate(45deg); }
.rd-menu-button[aria-expanded="true"] .rd-menu-glyph i:nth-child(2) { opacity: 0; transform: scaleX(.35); }
.rd-menu-button[aria-expanded="true"] .rd-menu-glyph i:nth-child(3) { top: 8px; transform: rotate(-45deg); }

/* Drawer and search */
.rd-drawer-backdrop { position: fixed; z-index: 980; inset: 0; background: rgba(0,0,0,.55); opacity: 0; transition: opacity .2s ease; }
.rd-drawer-backdrop.is-visible { opacity: 1; }
.rd-mobile-menu { position: fixed; z-index: 990; inset: 0 0 0 auto; width: min(430px, 91vw); display: flex; flex-direction: column; padding: 92px 26px 26px; color: var(--rd-ink); background: var(--rd-paper); transform: translateX(101%); transition: transform .28s ease; }
.rd-mobile-menu.is-open { transform: translateX(0); }
.rd-mobile-menu__list { margin: 0; padding: 0; list-style: none; }
.rd-mobile-menu__list > li > a { display: block; padding: 16px 0; border-bottom: 1px solid var(--rd-line); font-size: 16px; font-weight: 500; text-transform: uppercase; transition: color .22s ease, padding-left .22s ease; }
.rd-mobile-menu__list .sub-menu { margin: 0 0 8px; padding: 0 0 0 16px; list-style: none; }
.rd-mobile-menu__list .sub-menu a { display: block; padding: 9px 0; color: var(--rd-muted); font-size: 13px; }
.rd-mobile-menu__contact { margin-top: auto; display: flex; flex-direction: column; gap: 9px; padding-top: 25px; }
.rd-mobile-menu__contact strong { color: var(--rd-muted); font-size: 11px; font-weight: 500; }
.rd-mobile-menu__contact a { font-weight: 700; }
.rd-mobile-menu__contact span { color: var(--rd-muted); font-size: 12px; }
.rd-search { position: fixed; z-index: 1200; inset: 0; width: 100%; height: 100dvh; overflow-y: auto; overscroll-behavior: contain; color: var(--rd-ink); background: rgba(246,243,237,.99); opacity: 0; visibility: hidden; transform: translateY(-12px); isolation: isolate; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.rd-search.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.rd-search__top { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rd-line); }
.rd-search__body { min-height: calc(100vh - 88px); padding-top: 66px; padding-bottom: 80px; }
.rd-search__intro h2 { max-width: 900px; margin: 14px 0 12px; font-size: clamp(34px,4.1vw,62px); font-weight: 400; line-height: 1.1; text-transform: uppercase; }
.rd-search__intro > p:last-child { max-width: 700px; margin: 0; color: var(--rd-muted); font-size: 13px; line-height: 1.7; }
.rd-search-form { min-height: 74px; margin-top: 37px; display: flex; align-items: center; border-bottom: 2px solid var(--rd-ink); }
.rd-search-form input { width: 100%; height: 72px; padding: 0; color: var(--rd-ink); background: transparent; border: 0; outline: 0; font-size: clamp(22px, 3.2vw, 46px); font-weight: 300; }
.rd-search-form input::placeholder { color: #aaa397; }
.rd-search-form button { min-width: 60px; display: grid; place-items: center; background: transparent; border: 0; cursor: pointer; }
.rd-search__queries { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.rd-search__queries > span { margin-right: 4px; color: var(--rd-muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-search__queries button { min-height: 34px; padding: 0 12px; color: #5f5a52; background: #fff; border: 1px solid #ddd5c9; cursor: pointer; font-size: 9px; }
.rd-search__queries button:hover { color: var(--rd-ink); border-color: var(--rd-gold); }
.rd-search__results-head { min-height: 41px; margin-top: 47px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--rd-line); color: var(--rd-muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-search__results-head a { display: inline-flex; align-items: center; gap: 8px; color: var(--rd-ink); }
.rd-search__results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #d8d1c4; border: 1px solid #d8d1c4; }
.rd-search-result { min-height: 132px; display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 22px; padding: 18px; background: #fff; transition: background .2s ease; }
.rd-search-result:hover { background: #f0ebe2; }
.rd-search-result img { width: 96px; height: 96px; padding: 5px; object-fit: contain; background: var(--rd-paper); }
.rd-search-result > span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.rd-search-result small { color: var(--rd-muted); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.rd-search-result strong { overflow: hidden; font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.rd-search-result b { color: #76623b; font-size: 11px; font-weight: 600; }
.rd-search__empty { grid-column: 1 / -1; margin: 0; padding: 38px; color: var(--rd-muted); text-align: center; background: #fff; font-size: 12px; }

/* Hero */
/* Hero */
.rd-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #2f302e var(--rd-hero-image) 56% center / cover no-repeat;
  isolation: isolate;
}

.rd-hero::before {
  content: none;
}

.rd-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  transform: scale(1.015);
}

.rd-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
	background:
	  radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,0) 74%),
	  linear-gradient(90deg, rgba(7,8,7,.58), rgba(12,12,11,.28) 54%, rgba(8,8,7,.10)),
	  linear-gradient(0deg, rgba(0,0,0,.34), transparent 58%);
}

.rd-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 142px 0 80px;
  text-align: center;
}

.rd-hero__kicker {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.rd-hero__kicker span {
  width: 38px;
  height: 1px;
  background: var(--rd-gold);
}

.rd-hero h1 {
  width: min(1150px, 100%);
  min-height: 2.12em;
  margin: 0;
  display: grid;
  place-items: center;
  font-size: clamp(48px, 5.25vw, 80px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 5px 24px rgba(0,0,0,.28);
}

.rd-hero h1 span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s ease, transform .45s ease;
}

.rd-hero h1 span.is-active {
  opacity: 1;
  transform: translateY(0);
}

.rd-hero__lead {
  width: min(720px, 100%);
  min-height: 3.4em;
  margin: 27px auto 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.88);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.7;
  text-align: center;
}

.rd-hero__lead span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .45s ease, transform .45s ease;
}

.rd-hero__lead span.is-active {
  opacity: 1;
  transform: translateY(0);
}

.rd-hero__actions {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.rd-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 25px; border: 1px solid transparent; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .22s ease; }
.rd-button--gold { color: #171614; background: var(--rd-gold); }
.rd-button--gold:hover { color: #171614; background: var(--rd-gold-light); }
.rd-button--glass { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.04); }
.rd-button--glass:hover { color: #171614; background: #fff; }
.rd-hero__scroll i { width: 48px; height: 1px; display: block; background: var(--rd-gold); }
@keyframes rd-hero-enter { from { transform: scale(1.08); opacity: .62; } to { transform: scale(1.015); opacity: 1; } }

/* Advantages */
.rd-advantages { color: rgba(255,255,255,.78); background: var(--rd-ink); border-top: 1px solid rgba(255,255,255,.08); }
.rd-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,.1);
  border-top: 1px solid rgba(255,255,255,.1);
}
.rd-advantage {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 23px 30px;
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.rd-advantage > svg { flex: 0 0 auto; color: var(--rd-gold); }
.rd-advantage div { display: flex; flex-direction: column; gap: 6px; }
.rd-advantage strong { color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.rd-advantage span { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.45; }

/* Editorial */
.rd-editorial { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: #fff; }
.rd-editorial__image { min-height: 740px; overflow: hidden; background: var(--rd-paper-deep); }
.rd-editorial__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.65,.2,1); }
.rd-editorial:hover .rd-editorial__image img { transform: scale(1.025); }
.rd-editorial__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(62px, 6.4vw, 105px); text-align: center; }
.rd-editorial--reverse .rd-editorial__image { order: 2; }
.rd-editorial--dark { color: #fff; background: var(--rd-ink-soft); }
.rd-eyebrow { margin: 0 0 21px; color: #82796a; font-size: 10px; font-weight: 700; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; }
.rd-eyebrow--gold { color: var(--rd-gold-light); }
.rd-editorial h2, .rd-showcase h2, .rd-quiz h2, .rd-selection h2 { margin: 0; font-size: clamp(31px, 3.25vw, 51px); font-weight: 400; line-height: 1.18; letter-spacing: -.015em; text-transform: uppercase; text-wrap: balance; }
.rd-editorial__lead { max-width: 670px; margin: 24px auto 0; color: var(--rd-muted); font-size: 14px; line-height: 1.78; }
.rd-editorial--dark .rd-editorial__lead { color: rgba(255,255,255,.62); }
.rd-product-rail { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin: 39px 0 28px; }
.rd-text-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-inline: auto; padding-bottom: 5px; border-bottom: 1px solid; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-text-link--gold { color: var(--rd-gold-light); }
.rd-service-list { margin: 38px 0 30px; border-top: 1px solid rgba(255,255,255,.18); text-align: left; }
.rd-service-list > div { min-height: 58px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: 13px; }
.rd-service-list svg { flex: 0 0 auto; color: var(--rd-gold); }

/* Product cards */
.rd-product-card {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.rd-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f7f3ed;
  transition: box-shadow .3s ease, transform .3s ease;
}

.rd-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7%;
  transition: transform .5s ease;
}

.rd-product-card:hover .rd-product-card__image img {
  transform: scale(1.018);
}

.rd-product-card__image::after {
  content: "+";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #171614;
  background: var(--rd-gold);
  border-radius: 50%;
  font-size: 19px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(7px);
  transition: .25s ease;
}

.rd-product-card:hover .rd-product-card__image::after {
  opacity: 1;
  transform: translateY(0);
}

.rd-product-card__badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(27,26,24,.9);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rd-product-card__type {
  min-height: 12px;
  margin: 15px 0 8px;
  color: #9a9287;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-product-card__type a {
  color: inherit;
}

.rd-product-card h3 {
  min-height: 50px;
  margin: 0;
  color: var(--rd-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.015em;
  text-transform: none;
}

.rd-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rd-product-card__bottom {
  margin-top: auto;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 9px;
}

.rd-product-card__price {
  display: block;
  color: var(--rd-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.rd-product-card__price del {
  color: var(--rd-muted);
  font-size: 10px;
  font-weight: 400;
}

.rd-product-card__price ins {
  text-decoration: none;
}

.rd-product-card__bottom .rd-text-link {
  width: fit-content;
  min-height: 31px;
  margin: 0;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6f665a;
  background: #fff;
  border: 1px solid #ddd4c7;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.rd-product-card__bottom .rd-text-link:hover {
  color: var(--rd-ink);
  background: #fbf7ef;
  border-color: var(--rd-gold);
}

.rd-product-card--compact .rd-product-card__image {
  aspect-ratio: 4 / 5;
}

.rd-product-card--compact .rd-product-card__image img {
  padding: 5%;
}

.rd-product-card--compact .rd-product-card__type,
.rd-product-card--compact h3 {
  text-align: center;
}

.rd-product-card--compact .rd-product-card__type {
  margin-top: 12px;
  font-size: 8px;
}

.rd-product-card--compact h3 {
  min-height: auto;
  font-size: 13px;
}

.rd-product-card--compact .rd-product-card__bottom {
  display: none;
}

.rd-showcase {
  padding-block: 112px;
}

.rd-section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.rd-section-heading > div {
  max-width: 800px;
}

.rd-section-heading .rd-text-link {
  margin: 0;
}

.rd-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 52px 32px;
}

/* Premium quiz and lead */
.rd-quiz { position: relative; overflow: hidden; padding: 118px 0; color: #fff; background: #181715; border-top: 1px solid rgba(255,255,255,.08); }
.rd-quiz__glow { position: absolute; width: 760px; height: 760px; right: -250px; top: -310px; border-radius: 50%; background: radial-gradient(circle, rgba(200,164,93,.2), rgba(200,164,93,0) 66%); pointer-events: none; }
.rd-quiz__layout { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(570px,1.18fr); gap: clamp(58px,7vw,120px); align-items: center; }
.rd-quiz__intro { max-width: 620px; }
.rd-quiz__intro > p:not(.rd-eyebrow) { max-width: 575px; margin: 25px 0 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.78; }
.rd-quiz__meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.rd-quiz__meta span { min-height: 36px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.14); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.rd-quiz__meta svg { color: var(--rd-gold); }
.rd-quiz__steps { margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; list-style: none; }
.rd-quiz__steps li { min-height: 57px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.36); border-bottom: 1px solid rgba(255,255,255,.11); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.rd-quiz__steps li i { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 8px; font-style: normal; transition: color .25s ease, background .25s ease, border .25s ease; }
.rd-quiz__steps li.is-active { color: #fff; }
.rd-quiz__steps li.is-active i { color: #181715; background: var(--rd-gold); border-color: var(--rd-gold); }
.rd-quiz__steps li.is-done { color: rgba(255,255,255,.72); }
.rd-quiz__steps li.is-done i { color: var(--rd-gold-light); border-color: rgba(200,164,93,.55); }
.rd-quiz__card { position: relative; min-height: 620px; padding: 39px 43px 34px; color: var(--rd-ink); background: #f8f5ef; border: 1px solid rgba(233,213,166,.8); box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.rd-quiz__card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(200,164,93,.22); pointer-events: none; }
.rd-quiz__progress { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 20px; }
.rd-quiz__progress > span { color: #766f64; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rd-quiz__progress > i { height: 2px; display: block; overflow: hidden; background: #ded7ca; }
.rd-quiz__progress b { height: 100%; display: block; background: linear-gradient(90deg, #a67f39, var(--rd-gold-light)); transition: width .35s cubic-bezier(.2,.7,.2,1); }
.rd-quiz__question, .rd-quiz__result { position: relative; animation: rd-quiz-enter .34s cubic-bezier(.2,.7,.2,1) both; }
.rd-quiz__question[hidden], .rd-quiz__result[hidden] { display: none; }
.rd-quiz__question > p, .rd-quiz__result > p:first-of-type { margin: 40px 0 11px; color: #8b6a2f; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rd-quiz__question h3, .rd-quiz__result h3 { max-width: 650px; margin: 0; font-size: clamp(27px,2.4vw,38px); font-weight: 400; line-height: 1.17; text-transform: uppercase; text-wrap: balance; }
.rd-quiz__options { margin-top: 29px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.rd-quiz__options > button { position: relative; min-height: 122px; display: grid; grid-template-columns: 27px 1fr 21px; align-items: start; gap: 13px; padding: 22px 18px; color: var(--rd-ink); text-align: left; background: #fff; border: 1px solid #ddd5c9; cursor: pointer; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.rd-quiz__options > button > svg { color: #8b6a2f; }
.rd-quiz__options > button > span { display: flex; flex-direction: column; gap: 7px; }
.rd-quiz__options strong { font-size: 12px; font-weight: 600; line-height: 1.4; text-transform: uppercase; }
.rd-quiz__options small { color: var(--rd-muted); font-size: 10px; line-height: 1.48; }
.rd-quiz__options button > i { width: 19px; height: 19px; display: grid; place-items: center; color: transparent; border: 1px solid #c8c0b4; border-radius: 50%; font-style: normal; transition: .2s ease; }
.rd-quiz__options button.is-selected { color: #fff; background: #24221f; border-color: var(--rd-gold); box-shadow: inset 0 0 0 1px var(--rd-gold); }
.rd-quiz__options button.is-selected > svg, .rd-quiz__options button.is-selected small { color: var(--rd-gold-light); }
.rd-quiz__options button.is-selected > i { color: #171614; background: var(--rd-gold); border-color: var(--rd-gold); }
.rd-quiz__options button:disabled { cursor: default; }
.rd-quiz__footer { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rd-quiz__footer button, .rd-quiz__restart { display: inline-flex; align-items: center; gap: 7px; padding: 5px 0; color: #655f56; background: transparent; border: 0; border-bottom: 1px solid #aaa195; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-quiz__footer button > svg { transform: rotate(180deg); }
.rd-quiz__footer button:disabled { opacity: .3; cursor: default; }
.rd-quiz__footer span { color: #91897d; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.rd-quiz__result { padding-top: 29px; }
.rd-quiz__result-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #171614; background: var(--rd-gold); border-radius: 50%; box-shadow: 0 12px 30px rgba(151,111,41,.22); }
.rd-quiz__result > p:first-of-type { margin-top: 24px; }
.rd-quiz__result-text { max-width: 620px; margin: 16px 0 0; color: var(--rd-muted); font-size: 13px; line-height: 1.72; }
.rd-quiz__summary { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 7px; }
.rd-quiz__summary span { min-height: 31px; display: inline-flex; align-items: center; padding: 0 10px; color: #635c52; background: #ede7dc; border: 1px solid #ded5c7; font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.rd-quiz__actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 9px; }
.rd-button--outline { color: var(--rd-ink); background: transparent; border-color: var(--rd-line); }
.rd-button--outline-light { color: var(--rd-ink); background: transparent; border-color: #bfb6a7; }
.rd-quiz__restart { margin-top: 22px; }
@keyframes rd-quiz-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
.rd-selection { padding: 112px 0; color: #fff; background: #1c1b19; border-top: 1px solid rgba(255,255,255,.08); }
.rd-selection__grid { display: grid; grid-template-columns: minmax(0,1fr) 510px; gap: 9vw; align-items: start; }
.rd-selection__copy > p:not(.rd-eyebrow) { max-width: 620px; margin: 25px 0 31px; color: rgba(255,255,255,.62); line-height: 1.75; }
.rd-selection__copy > strong { display: block; margin-top: 26px; color: var(--rd-gold-light); font-size: 11px; font-weight: 500; }
.rd-selection__copy > a { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-size: 14px; }
.rd-selection__copy svg { color: var(--rd-gold); }
.rd-lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.rd-lead-form label { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.72); }
.rd-lead-form label > span { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.rd-lead-form input, .rd-lead-form select, .rd-lead-form textarea { width: 100%; min-height: 51px; padding: 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; outline: 0; }
.rd-lead-form textarea { min-height: 92px; padding-top: 14px; resize: vertical; }
.rd-lead-form input:focus, .rd-lead-form select:focus, .rd-lead-form textarea:focus { border-bottom-color: var(--rd-gold); }
.rd-lead-form input::placeholder, .rd-lead-form textarea::placeholder { color: rgba(255,255,255,.42); }
.rd-lead-form select { color-scheme: dark; }
.rd-lead-form__wide { grid-column: 1 / -1; }
.rd-lead-form small { color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.5; }
.rd-lead-form__status { min-height: 20px; margin: 0; color: #665e52; font-size: 12px; }
.rd-lead-form.is-loading { opacity: .7; pointer-events: none; }
.rd-honeypot { position: absolute !important; left: -9999px !important; }

/* Footer and cookie */
.rd-footer { padding: 79px 0 23px; color: rgba(255,255,255,.62); background: #141412; }
.rd-footer__grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 6vw; }
.rd-footer__brand, .rd-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }
.rd-footer__brand .rd-wordmark { color: #fff; }
.rd-footer__brand p { max-width: 340px; line-height: 1.65; }
.rd-footer h2 { margin: 0 0 11px; color: var(--rd-gold-light); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.rd-footer-menu { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; }
.rd-footer a:hover { color: #fff; }
.rd-footer__bottom { margin-top: 59px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rd-cookie { position: fixed; z-index: 1300; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; color: var(--rd-ink); background: rgba(255,255,255,.97); border: 1px solid #ddd6ca; box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.rd-cookie[hidden] { display: none; }
.rd-cookie p { margin: 0; font-size: 11px; line-height: 1.5; }
.rd-cookie > div { display: flex; gap: 7px; }
.rd-cookie button { min-height: 36px; padding: 0 13px; color: #181715; background: var(--rd-gold); border: 1px solid var(--rd-gold); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rd-cookie button:last-child { background: transparent; border-color: #cfc8bc; }

/* Floating assistant and back to top */
.rd-floating-tools {
  position: fixed;
  z-index: 1250;
  right: 18px;
  bottom: 24px;
  width: 64px;
  height: 136px;
  pointer-events: none;
  transition: bottom .28s ease;
}

.rd-cookie-visible .rd-floating-tools {
  bottom: 135px;
}

.rd-floating-tools button,
.rd-floating-tools a,
.rd-floating-tools input,
.rd-floating-tools textarea,
.rd-float-panel {
  pointer-events: auto;
}

.rd-float-stack {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 9px;
}

.rd-float-action {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #171614;
  background: var(--rd-gold);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow:
    0 8px 20px rgba(0,0,0,.16),
    0 0 0 0 rgba(200,164,93,0);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
  isolation: isolate;
  will-change: transform, box-shadow;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.rd-floating-tools.rd-pulse-ready .rd-float-action {
  animation: rdPremiumEqualPulse 3.2s cubic-bezier(.22,.61,.36,1) infinite;
}

.rd-float-action::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: rgba(200,164,93,.13);
  opacity: .36;
  transform: scale(1);
  z-index: -1;
  pointer-events: none;
}

.rd-floating-tools.rd-pulse-ready .rd-float-action::before {
  animation: rdPremiumEqualHalo 3.2s cubic-bezier(.22,.61,.36,1) infinite;
}

.rd-float-action::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 8px;
  height: 8px;
  background: #5fa96b;
  border: 2px solid #171614;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,.18);
}

.rd-float-action:hover,
.rd-float-action:focus-visible {
  transform: translateY(-1px) scale(1.015);
  box-shadow:
    0 13px 28px rgba(0,0,0,.2),
    0 0 0 10px rgba(200,164,93,.08);
}

.rd-float-action.is-active {
  color: #fff;
  background: #24221f;
  border-color: rgba(255,255,255,.16);
  box-shadow:
    0 14px 30px rgba(0,0,0,.24),
    0 0 0 8px rgba(200,164,93,.08);
}

.rd-float-action.is-active::after {
  display: none;
}

.rd-floating-tools.rd-pulse-paused .rd-float-action,
.rd-floating-tools.rd-pulse-paused .rd-float-action::before,
.rd-float-action:hover,
.rd-float-action:hover::before,
.rd-float-action:focus-visible,
.rd-float-action:focus-visible::before,
.rd-float-action.is-active,
.rd-float-action.is-active::before {
  animation-play-state: paused;
}

.rd-float-action--question span {
  position: relative;
  width: 24px;
  height: 20px;
  display: block;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.rd-float-action--question span::before,
.rd-float-action--question span::after {
  content: "";
  position: absolute;
  left: 5px;
  height: 3px;
  background: currentColor;
  border-radius: 9px;
}

.rd-float-action--question span::before {
  top: 4px;
  width: 11px;
}

.rd-float-action--question span::after {
  top: 11px;
  width: 15px;
}

.rd-floating-tools__top {
  position: absolute;
  right: 9px;
  bottom: 141px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(30,29,27,.95);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0,0,0,.19);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .22s ease;
}

.rd-floating-tools__top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rd-float-panel {
  position: absolute;
  right: 82px;
  bottom: 0;
  width: min(410px, calc(100vw - 120px));
  padding: 28px 30px 30px;
  color: var(--rd-ink);
  background: #fff;
  border: 2px solid var(--rd-gold);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(.98);
  transform-origin: right bottom;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.rd-float-panel::after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: 28px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: 2px solid var(--rd-gold);
  border-right: 2px solid var(--rd-gold);
  transform: rotate(45deg);
}

.rd-float-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.rd-float-panel__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(29,28,26,.45);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.rd-float-panel__eyebrow {
  margin: 0 0 7px;
  color: #8a6a2f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-float-panel h2 {
  margin: 0 34px 10px 0;
  color: var(--rd-ink);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
}

.rd-float-panel > p:not(.rd-float-panel__eyebrow) {
  margin: 0 0 18px;
  color: #514c45;
  font-size: 14px;
  line-height: 1.55;
}

.rd-float-form {
  display: grid;
  gap: 11px;
}

.rd-float-form label {
  display: grid;
  gap: 6px;
}

.rd-float-form label span {
  color: #59534b;
  font-size: 10px;
  font-weight: 700;
}

.rd-float-form input,
.rd-float-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--rd-ink);
  background: #f6f3ed;
  border: 1px solid #e0d9cc;
  outline: 0;
  font-size: 14px;
}

.rd-float-form textarea {
  resize: vertical;
}

.rd-float-form input:focus,
.rd-float-form textarea:focus {
  border-color: var(--rd-gold);
  background: #fff;
}

.rd-float-form .rd-lead-form__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 2px;
}

.rd-float-form .rd-lead-form__consent input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: var(--rd-gold);
}

.rd-float-form .rd-lead-form__consent span {
  color: #6e675d;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 500;
}

.rd-float-form .rd-lead-form__consent a {
  color: #8a6a2f;
  text-decoration: underline;
}

.rd-float-form button[type="submit"] {
  min-height: 48px;
  color: #171614;
  background: var(--rd-gold);
  border: 1px solid var(--rd-gold);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-float-form button[type="submit"]:disabled {
  opacity: .65;
  cursor: default;
}

.rd-float-form .rd-lead-form__status {
  min-height: 18px;
  margin: 0;
  color: #8a6a2f;
  font-size: 11px;
  line-height: 1.35;
}

.rd-float-form.is-loading {
  opacity: .7;
  pointer-events: none;
}

.rd-float-panel--helper {
  width: min(460px, calc(100vw - 120px));
}

.rd-helper-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.rd-helper-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #171614;
  background: var(--rd-gold);
  border: 7px solid rgba(200,164,93,.20);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
}

.rd-helper-head h2 {
  margin-bottom: 4px;
}

.rd-helper-head p:not(.rd-float-panel__eyebrow) {
  margin: 0;
  color: #5f5a52;
  font-size: 14px;
  line-height: 1.5;
}

.rd-helper-chat {
  display: grid;
  gap: 10px;
  height: 220px;
  overflow-y: auto;
  margin: 0 0 14px;
  padding: 14px;
  background: #f7f3ec;
  border: 1px solid #e1d8c8;
  border-radius: 14px;
}

.rd-helper-message {
  width: fit-content;
  max-width: 90%;
  padding: 11px 13px;
  border-radius: 13px;
  font-size: 13px;
  line-height: 1.5;
}

.rd-helper-message--bot {
  color: #27231e;
  background: #fff;
  border: 1px solid #e2d9c9;
}

.rd-helper-message--user {
  justify-self: end;
  color: #171614;
  background: var(--rd-gold);
}

.rd-helper-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.rd-helper-topics button {
  min-height: 32px;
  padding: 0 10px;
  color: #2a2722;
  background: #fff;
  border: 1px solid #d9cfbd;
  border-radius: 999px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.rd-helper-topics button:hover,
.rd-helper-topics button.is-active {
  color: #171614;
  background: var(--rd-gold);
  border-color: var(--rd-gold);
}

.rd-helper-ask {
  display: grid;
  grid-template-columns: 1fr 122px;
  gap: 9px;
  margin-top: 8px;
}

.rd-helper-ask input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--rd-ink);
  background: #f6f3ed;
  border: 1px solid #e0d9cc;
  outline: 0;
  font-size: 14px;
}

.rd-helper-ask input:focus {
  border-color: var(--rd-gold);
  background: #fff;
}

.rd-helper-ask button {
  min-height: 48px;
  padding: 0 16px;
  color: #171614;
  background: var(--rd-gold);
  border: 1px solid var(--rd-gold);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-helper-messengers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 13px;
}

.rd-helper-messengers a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171614;
  background: #f6f3ed;
  border: 1px solid #ded5c6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.rd-helper-messengers a:hover {
  background: var(--rd-gold);
  border-color: var(--rd-gold);
  transform: translateY(-1px);
}

@keyframes rdPremiumEqualPulse {
  0% {
    transform: translate3d(0,0,0) scale(1);
    box-shadow:
      0 8px 20px rgba(0,0,0,.16),
      0 0 0 0 rgba(200,164,93,0);
  }

  32% {
    transform: translate3d(0,-2px,0) scale(1.045);
    box-shadow:
      0 13px 30px rgba(0,0,0,.19),
      0 0 0 12px rgba(200,164,93,.18);
  }

  62% {
    transform: translate3d(0,0,0) scale(1);
    box-shadow:
      0 8px 20px rgba(0,0,0,.16),
      0 0 0 19px rgba(200,164,93,0);
  }

  100% {
    transform: translate3d(0,0,0) scale(1);
    box-shadow:
      0 8px 20px rgba(0,0,0,.16),
      0 0 0 0 rgba(200,164,93,0);
  }
}

@keyframes rdPremiumEqualHalo {
  0% {
    opacity: .34;
    transform: scale(1);
  }

  32% {
    opacity: .58;
    transform: scale(1.08);
  }

  62% {
    opacity: 0;
    transform: scale(1.22);
  }

  100% {
    opacity: .34;
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .rd-floating-tools {
    right: 12px;
    bottom: 14px;
    width: 60px;
    height: 126px;
  }

  .rd-cookie-visible .rd-floating-tools {
    bottom: 165px;
  }

  .rd-float-stack {
    gap: 8px;
  }

  .rd-float-action {
    width: 54px;
    height: 54px;
    font-size: 8px;
  }

  .rd-float-action::before {
    inset: -6px;
  }

  .rd-floating-tools__top {
    right: 8px;
    bottom: 130px;
    width: 38px;
    height: 38px;
  }

  .rd-float-panel {
    right: 0;
    bottom: 136px;
    width: calc(100vw - 28px);
    max-height: calc(100svh - 175px);
    overflow-y: auto;
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .rd-float-panel::after {
    right: 18px;
    bottom: -11px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid var(--rd-gold);
    border-right: 2px solid var(--rd-gold);
  }

  .rd-float-panel h2 {
    font-size: 24px;
  }

  .rd-float-panel--helper {
    width: calc(100vw - 28px);
  }

  .rd-helper-head {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .rd-helper-avatar {
    width: 46px;
    height: 46px;
    border-width: 6px;
    font-size: 17px;
  }

  .rd-helper-chat {
    height: 200px;
  }

  .rd-helper-topics button {
    min-height: 31px;
    font-size: 8px;
  }

  .rd-helper-ask,
  .rd-helper-messengers {
    grid-template-columns: 1fr;
  }

  .rd-helper-ask button {
    width: 100%;
  }
}

/* Inner page system */
.rd-page-hero {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #272622 var(--rd-page-image) center / cover no-repeat;
}

.rd-page-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,11,10,.78), rgba(14,14,12,.42) 52%, rgba(12,12,10,.18)),
    linear-gradient(0deg, rgba(0,0,0,.32), transparent 62%);
}

.rd-page-hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 72px), 1480px);
  max-width: none;
  min-height: 390px;
  margin-inline: auto;
  padding-top: 116px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.rd-page-hero .rd-eyebrow {
  margin-bottom: 12px;
  color: var(--rd-gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rd-page-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.4vw, 70px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
  white-space: nowrap;
}

.rd-page-hero__content > p:not(.rd-eyebrow) {
  max-width: 610px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.58;
}

.rd-page-section {
  padding-top: 72px;
  padding-bottom: 104px;
}

.rd-page-section--paper {
  background: var(--rd-paper);
}

.rd-page-section .rd-section-heading h2,
.rd-route-cta h2,
.rd-service-note h2,
.rd-story h2,
.rd-contact-lead h2 {
  margin: 0;
  font-size: clamp(31px,3.25vw,51px);
  font-weight: 400;
  line-height: 1.18;
  text-transform: uppercase;
  text-wrap: balance;
}

.rd-catalog-toolbar {
  min-height: 74px;
  margin-bottom: 30px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  border-top: 1px solid rgba(29,28,26,.10);
  border-bottom: 1px solid rgba(29,28,26,.10);
}

.rd-catalog-toolbar > p,
.rd-catalog-toolbar__meta,
.rd-catalog-toolbar__chip {
  display: none !important;
}

.rd-catalog-toolbar__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
}

.rd-catalog-toolbar > label,
.rd-catalog-sort {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  color: var(--rd-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-catalog-sort__label {
  color: var(--rd-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-catalog-sort__field {
  position: relative;
  min-width: 230px;
}

.rd-catalog-toolbar select,
.rd-catalog-sort__field select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 0 44px 0 17px;
  color: var(--rd-ink);
  background: #fff;
  border: 1px solid #d7cfc1;
  border-radius: 16px;
  outline: 0;
  box-shadow: 0 9px 24px rgba(29,28,26,.035);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.rd-catalog-sort__field::after,
.rd-catalog-sort__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #82796a;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.rd-catalog-sort__field::after {
  content: "⌄";
}

.rd-catalog-sort__arrow {
  display: none;
}

.rd-catalog-toolbar select:hover,
.rd-catalog-sort__field select:hover {
  border-color: #c8b58f;
}

.rd-catalog-toolbar select:focus,
.rd-catalog-toolbar select:focus-visible,
.rd-catalog-sort__field select:focus,
.rd-catalog-sort__field select:focus-visible,
.rd-catalog-filter-toggle:focus,
.rd-catalog-filter-toggle:focus-visible {
  outline: none;
  border-color: var(--rd-gold);
  box-shadow: 0 0 0 3px rgba(200,164,93,.16);
}

.rd-catalog-filter-toggle {
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  color: #171614;
  background: #fff;
  border: 1px solid #d7cfc1;
  border-radius: 16px;
  box-shadow: 0 9px 24px rgba(29,28,26,.035);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-catalog-filter-toggle span {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  color: #171614;
  background: var(--rd-gold-light);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

/* Catalog layout and filter */
.rd-catalog-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.rd-catalog-filters-backdrop {
  display: none;
}

.rd-catalog-filters {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  padding: 26px 24px 24px;
  background: #f8f5ef;
  border: 1px solid #e1d7c8;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(29,28,26,.045);
  scrollbar-width: thin;
  scrollbar-color: var(--rd-gold) #eee7dc;
}

.rd-catalog-filters::-webkit-scrollbar {
  width: 7px;
}

.rd-catalog-filters::-webkit-scrollbar-track {
  background: #eee7dc;
  border-radius: 999px;
}

.rd-catalog-filters::-webkit-scrollbar-thumb {
  background: var(--rd-gold);
  border-radius: 999px;
}

.rd-catalog-filters__head,
.rd-filter-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid #d4c7b3;
}

.rd-catalog-filters__head strong,
.rd-filter-head h3,
.rd-catalog-filters h3 {
  margin: 0;
  color: var(--rd-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-catalog-filters__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rd-catalog-filters__head button,
.rd-catalog-filters .rd-filter-reset,
.rd-catalog-filters button[type="reset"] {
  padding: 0 0 4px;
  color: #8b8377;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(139,131,119,.55);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-catalog-filters__close {
  width: 38px;
  height: 38px;
  display: none;
  place-items: center;
  padding: 0 !important;
  color: #1d1c1a !important;
  background: #fff !important;
  border: 1px solid #d9cfbd !important;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(29,28,26,.06);
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.rd-catalog-filters__head button:hover,
.rd-catalog-filters .rd-filter-reset:hover,
.rd-catalog-filters button[type="reset"]:hover {
  color: #1d1c1a;
  border-bottom-color: var(--rd-gold);
}

.rd-filter-current {
  margin-bottom: 15px;
}

.rd-filter-current span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #554d43;
  background: #fff;
  border: 1px solid #ddd4c7;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.rd-filter-group {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd4c6;
}

.rd-filter-group:first-of-type {
  border-top: 0;
}

.rd-filter-group summary {
  position: relative;
  display: block;
  padding: 15px 28px 15px 0;
  color: var(--rd-ink);
  list-style: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rd-filter-group summary::-webkit-details-marker {
  display: none;
}

.rd-filter-group summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #8b8377;
  font-size: 18px;
  line-height: 1;
}

.rd-filter-group[open] summary::after {
  content: "–";
  color: var(--rd-gold);
}

.rd-filter-group__body {
  display: grid;
  gap: 5px;
  padding: 0 0 14px;
}

.rd-catalog-filters fieldset {
  margin: 0;
  padding: 18px 0;
  display: grid;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid #ddd4c6;
}

.rd-catalog-filters fieldset:first-of-type {
  padding-top: 0;
}

.rd-catalog-filters fieldset:last-of-type {
  border-bottom: 0;
}

.rd-catalog-filters legend {
  margin: 0 0 4px;
  padding: 0;
  color: var(--rd-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rd-catalog-filters label,
.rd-catalog-filters .rd-filter-option {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #5f594f;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
}

.rd-catalog-filters label:hover,
.rd-catalog-filters .rd-filter-option:hover {
  color: var(--rd-ink);
}

.rd-catalog-filters input[type="checkbox"],
.rd-catalog-filters input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  background: #fff;
  border: 1.5px solid #b9ae9e;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rd-catalog-filters input[type="radio"] {
  border-radius: 50%;
}

.rd-catalog-filters input[type="checkbox"] {
  border-radius: 6px;
}

.rd-catalog-filters input[type="radio"]:checked,
.rd-catalog-filters input[type="checkbox"]:checked {
  border-color: var(--rd-gold);
  background: #fffdf8;
  box-shadow: inset 0 0 0 5px var(--rd-gold);
}

.rd-color-dot,
.rd-filter-color-dot {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,0,0,.17);
  border-radius: 50%;
}

.rd-filter-summary,
.rd-catalog-chips {
  min-height: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rd-filter-summary:empty,
.rd-catalog-chips:empty {
  display: none;
}

.rd-filter-summary-item,
.rd-catalog-chips span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #514b42;
  background: #fff;
  border: 1px solid #ddd5c8;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* Баннер под фильтром */
.rd-catalog-support {
  position: relative;
  margin-top: 18px;
  padding: 20px 18px;
  display: grid;
  gap: 11px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(233,213,166,.18), transparent 36%),
    linear-gradient(180deg, #1d1c1a 0%, #10100e 100%);
  border: 1px solid rgba(233,213,166,.18);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(29,28,26,.15);
}

.rd-catalog-support .eyebrow {
  display: block;
  margin: 0;
  color: var(--rd-gold-light);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-catalog-support .title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.02em;
}

.rd-catalog-support p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.55;
}

.rd-catalog-support__list {
  margin: 1px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.rd-catalog-support__list li {
  position: relative;
  padding-left: 15px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.rd-catalog-support__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  background: var(--rd-gold);
  border-radius: 50%;
}

.rd-catalog-support__badge {
  width: 100%;
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171614;
  background: var(--rd-gold);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.rd-catalog-support a {
  display: none !important;
}

.rd-catalog-empty {
  min-height: 360px;
  padding: 46px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f5ef;
  border: 1px solid #e3dbcf;
  text-align: center;
}

.rd-catalog-empty h2,
.rd-catalog-empty h3 {
  max-width: 680px;
  margin: 0 0 18px;
  color: #1d1c1a;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.rd-catalog-empty p {
  margin: 0 0 22px;
  color: #8b8377;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-catalog-empty[hidden],
.rd-product-card[hidden] {
  display: none !important;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .rd-page-hero h1 {
    font-size: clamp(42px, 4vw, 60px);
  }
}

@media (max-width: 1024px) {
  .rd-page-hero {
    min-height: 335px;
    background-position: 57% center;
  }

  .rd-page-hero__content {
    width: min(calc(100% - 44px), 1480px);
    min-height: 335px;
    padding-top: 98px;
    padding-bottom: 34px;
  }

  .rd-page-hero h1 {
    font-size: clamp(34px, 7vw, 52px);
    line-height: 1.04;
    white-space: normal;
  }

  .rd-page-hero__content > p:not(.rd-eyebrow) {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.5;
  }

  .rd-page-section {
    padding-top: 52px;
    padding-bottom: 74px;
  }

  .rd-catalog-layout {
    display: block;
  }

  .rd-catalog-toolbar {
    min-height: 74px;
    margin-bottom: 26px;
    padding: 16px 0;
  }

  .rd-catalog-toolbar__actions {
    justify-content: space-between;
    gap: 14px;
  }

  .rd-catalog-filter-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 160px;
    min-height: 52px;
  }

  .rd-catalog-toolbar > label,
  .rd-catalog-sort {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .rd-catalog-sort__field {
    min-width: 210px;
  }

  .rd-catalog-toolbar select,
  .rd-catalog-sort__field select {
    min-height: 52px;
    font-size: 14px;
  }

  .rd-catalog-filters-backdrop {
    position: fixed;
    z-index: 1590;
    inset: 0;
    display: block;
    background: rgba(14,13,12,.48);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .rd-catalog-filters-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  body.rd-filter-open {
    overflow: hidden;
  }

  .rd-catalog-filters {
    position: fixed;
    z-index: 1600;
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: auto;
    max-height: min(76vh, 680px);
    overflow-y: auto;
    padding: 22px 20px 20px;
    border-width: 1px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px);
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  .rd-catalog-filters.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .rd-catalog-filters__close {
    display: grid;
  }

  .rd-catalog-support {
    display: none;
  }
}

@media (max-width: 767px) {
  .rd-page-hero {
    min-height: 345px;
    background-position: 58% center;
  }

  .rd-page-hero__content {
    width: min(calc(100% - 30px), 1480px);
    min-height: 345px;
    padding-top: 100px;
    padding-bottom: 31px;
  }

  .rd-page-hero h1 {
    font-size: clamp(36px, 10vw, 50px);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .rd-page-hero__content > p:not(.rd-eyebrow) {
    max-width: 95%;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .rd-catalog-toolbar {
    display: block;
    margin-bottom: 20px;
    padding: 18px 0;
  }

  .rd-catalog-toolbar__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rd-catalog-filter-toggle {
    width: 100%;
    min-height: 58px;
  }

  .rd-catalog-toolbar > label,
  .rd-catalog-sort {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 9px;
    width: 100%;
    margin: 0;
  }

  .rd-catalog-sort__label {
    font-size: 11px;
  }

  .rd-catalog-sort__field {
    width: 100%;
    min-width: 0;
  }

  .rd-catalog-toolbar select,
  .rd-catalog-sort__field select {
    min-height: 60px;
    padding-left: 20px;
    padding-right: 52px;
    border-radius: 20px;
    font-size: 17px;
  }

  .rd-catalog-filters {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-height: 78vh;
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  .rd-catalog-filters__head,
  .rd-filter-head {
    margin-bottom: 14px;
    padding-bottom: 13px;
  }

  .rd-catalog-filters__head strong,
  .rd-filter-head h3,
  .rd-catalog-filters h3 {
    font-size: 18px;
  }

  .rd-filter-group summary {
    padding: 15px 28px 15px 0;
    font-size: 12px;
  }

  .rd-filter-group__body label,
  .rd-catalog-filters label,
  .rd-catalog-filters .rd-filter-option {
    min-height: 42px;
    font-size: 16px;
  }

  .rd-catalog-empty {
    min-height: 280px;
    padding: 32px 20px;
  }

  .rd-catalog-empty h2,
  .rd-catalog-empty h3 {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .rd-page-hero h1 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .rd-page-hero__content > p:not(.rd-eyebrow) {
    font-size: 14px;
  }
}
.rd-info-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #d9d2c6; border: 1px solid #d9d2c6; }
.rd-info-card { min-height: 310px; padding: 43px 38px; background: #fff; }
.rd-page-section--paper .rd-info-card { background: var(--rd-paper); }
.rd-info-card > span { color: var(--rd-gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.rd-info-card h2 { margin: 46px 0 17px; font-size: 22px; font-weight: 500; text-transform: uppercase; }
.rd-info-card p { margin: 0; color: var(--rd-muted); font-size: 13px; line-height: 1.75; }
.rd-route-cta { padding: 90px 0; color: #fff; background: #1c1b19; border-top: 1px solid rgba(255,255,255,.08); }
.rd-route-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 80px; align-items: center; }
.rd-route-cta__inner > div:first-child > p:not(.rd-eyebrow) { max-width: 670px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.rd-route-cta__actions { min-width: 285px; display: flex; flex-direction: column; gap: 18px; }
.rd-route-cta__actions > a:last-child { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; }
.rd-route-cta__actions > a:last-child span { display: grid; gap: 3px; text-align: left; }
.rd-route-cta__actions > a:last-child strong { font-size: 13px; font-weight: 600; }
.rd-route-cta__actions svg { color: var(--rd-gold); }
.rd-demo-product { min-height: 780px; padding-top: 142px; padding-bottom: 105px; }
.rd-demo-product__back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 33px; color: var(--rd-muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rd-demo-product__back svg { transform: rotate(180deg); }
.rd-demo-product__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: clamp(55px,8vw,125px); align-items: center; }
.rd-demo-product__visual { min-height: 650px; background: var(--rd-paper); }
.rd-demo-product__visual img { width: 100%; height: 650px; padding: 5%; object-fit: contain; }
.rd-demo-product__summary h1 { margin: 0; font-size: clamp(40px,4.3vw,65px); font-weight: 400; line-height: 1.08; text-transform: uppercase; }
.rd-demo-product__price { display: block; margin-top: 22px; font-size: 21px; }
.rd-demo-product__summary > p:not(.rd-eyebrow) { margin: 25px 0; color: var(--rd-muted); font-size: 14px; line-height: 1.8; }
.rd-demo-product__summary > .rd-button { min-width: 221px; }
.rd-demo-product__cart-status { min-height: 19px; margin: 11px 0 0 !important; color: #80652f !important; font-size: 10px !important; }
.rd-spec-list { margin-top: 35px; border-top: 1px solid var(--rd-line); }
.rd-spec-list > div { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--rd-line); font-size: 12px; }
.rd-spec-list span { color: var(--rd-muted); }
.rd-portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 27px; }
.rd-portfolio-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .55s ease; }
.rd-portfolio-grid article:hover img { transform: scale(1.018); }
.rd-portfolio-grid span { display: block; margin-top: 20px; color: var(--rd-muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.rd-portfolio-grid h2 { margin: 7px 0 12px; font-size: 22px; font-weight: 500; text-transform: uppercase; }
.rd-portfolio-grid i { color: var(--rd-muted); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-buyer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #d8d1c4; border: 1px solid #d8d1c4; }
.rd-buyer-grid > a { min-height: 325px; padding: 48px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; transition: .25s ease; }
.rd-buyer-grid > a > svg { color: var(--rd-gold); }
.rd-buyer-grid h2 { margin: 45px 0 14px; font-size: 24px; font-weight: 500; text-transform: uppercase; }
.rd-buyer-grid p { max-width: 500px; margin: 0; color: var(--rd-muted); font-size: 13px; line-height: 1.75; }
.rd-buyer-grid span { margin-top: auto; padding-top: 28px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-buyer-grid > a:hover { color: #fff; background: var(--rd-ink); }
.rd-buyer-grid > a:hover p { color: rgba(255,255,255,.6); }
.rd-story { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.rd-story > div:last-child { padding-top: 31px; }
.rd-story > div:last-child p { margin: 0 0 23px; color: var(--rd-muted); font-size: 15px; line-height: 1.9; }
.rd-stats { color: #fff; background: var(--rd-ink); }
.rd-stats > div { display: grid; grid-template-columns: repeat(4,1fr); }
.rd-stats > div > div { min-height: 190px; padding: 36px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.1); }
.rd-stats > div > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.rd-stats strong { color: var(--rd-gold-light); font-size: 37px; font-weight: 400; }
.rd-stats span { max-width: 180px; margin-top: 9px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; text-transform: uppercase; }
.rd-contact-page { padding-top: 105px; padding-bottom: 110px; }
.rd-contact-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: #d8d1c4; border: 1px solid #d8d1c4; }
.rd-contact-grid > * { min-height: 230px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; }
.rd-contact-grid svg { color: var(--rd-gold); }
.rd-contact-grid span { margin-top: 43px; color: var(--rd-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.rd-contact-grid strong { margin-top: 9px; font-size: 13px; line-height: 1.6; }
.rd-contact-map { margin-top: 70px; border: 1px solid var(--rd-line); background: var(--rd-paper); }
.rd-contact-map__heading { min-height: 190px; padding: 43px 48px; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.rd-contact-map__heading > div { max-width: 780px; }
.rd-contact-map__heading h2 { margin: 0; font-size: clamp(29px,3vw,47px); font-weight: 400; line-height: 1.16; text-transform: uppercase; }
.rd-contact-map__heading > div > p:not(.rd-eyebrow) { max-width: 650px; margin: 17px 0 0; color: var(--rd-muted); font-size: 13px; line-height: 1.7; }
.rd-contact-map iframe { width: 100%; height: 480px; display: block; border: 0; filter: saturate(.74) contrast(1.03); }
.rd-contact-lead { margin-top: 70px; padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; color: #fff; background: var(--rd-ink); }
.rd-contact-lead > div > p:not(.rd-eyebrow) { margin-top: 22px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.rd-service-note { padding: 90px 0; color: #fff; background: var(--rd-ink); }
.rd-service-note__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.rd-service-note__grid > div:last-child { border-top: 1px solid rgba(255,255,255,.16); }
.rd-service-note__grid > div:last-child p { min-height: 64px; margin: 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.5; }
.rd-service-note__grid svg { flex: 0 0 auto; color: var(--rd-gold); }
.rd-empty { min-height: 720px; padding-top: 185px; padding-bottom: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.rd-empty > svg { margin-bottom: 31px; color: var(--rd-gold); }
.rd-empty h1 { max-width: 900px; margin: 0; font-size: clamp(38px,5vw,70px); font-weight: 400; line-height: 1.12; text-transform: uppercase; }
.rd-empty > p:not(.rd-eyebrow) { max-width: 620px; margin: 22px 0 28px; color: var(--rd-muted); line-height: 1.7; }
.rd-demo-cart { min-height: 720px; padding-top: 150px; padding-bottom: 110px; }
.rd-demo-cart__heading { min-height: 120px; margin-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--rd-line); }
.rd-demo-cart__heading h1 { margin: 0 0 28px; font-size: clamp(43px,5vw,73px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.rd-demo-cart__heading .rd-eyebrow { margin-bottom: 15px; }
.rd-demo-cart__heading > button { margin-bottom: 32px; padding: 5px 0; color: var(--rd-muted); background: transparent; border: 0; border-bottom: 1px solid; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.rd-demo-cart__layout { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 50px; align-items: start; }
.rd-demo-cart__items { border-top: 1px solid var(--rd-line); }
.rd-demo-cart-item { position: relative; min-height: 175px; display: grid; grid-template-columns: 130px minmax(170px,1fr) auto 155px 28px; align-items: center; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--rd-line); }
.rd-demo-cart-item__image { height: 135px; background: var(--rd-paper); }
.rd-demo-cart-item__image img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.rd-demo-cart-item__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.rd-demo-cart-item__copy span { color: var(--rd-muted); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.rd-demo-cart-item__copy a { font-size: 17px; font-weight: 500; text-transform: uppercase; }
.rd-demo-cart-item__copy strong { color: #76623b; font-size: 11px; }
.rd-demo-cart-item__quantity { min-height: 39px; display: grid; grid-template-columns: 34px 34px 34px; align-items: center; border: 1px solid var(--rd-line); }
.rd-demo-cart-item__quantity button { height: 37px; padding: 0; color: var(--rd-ink); background: transparent; border: 0; cursor: pointer; }
.rd-demo-cart-item__quantity span { text-align: center; font-size: 11px; font-weight: 600; }
.rd-demo-cart-item__subtotal { text-align: right; font-size: 13px; white-space: nowrap; }
.rd-demo-cart-item__remove { padding: 5px; color: #9a948b; background: transparent; border: 0; cursor: pointer; font-size: 23px; line-height: 1; }
.rd-demo-cart__summary { position: sticky; top: 95px; padding: 34px; color: #fff; background: var(--rd-ink); }
.rd-demo-cart__summary > div { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.rd-demo-cart__summary > div span { color: rgba(255,255,255,.55); }
.rd-demo-cart__summary > div strong { color: var(--rd-gold-light); }
.rd-demo-cart__summary > p:not(.rd-eyebrow) { margin: 24px 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.65; }
.rd-demo-cart__summary .rd-button { width: 100%; }
.rd-demo-cart__continue { margin-top: 20px; display: block; text-align: center; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

/* Content and WooCommerce */
.rd-content, .rd-shop { min-height: 65vh; padding-top: 145px; padding-bottom: 110px; }
.single-product .rd-shop { padding-top: 92px; padding-bottom: 90px; }
.rd-page-header { max-width: 1050px; margin-bottom: 55px; }
.rd-page-header h1, .woocommerce-products-header__title, .woocommerce div.product .product_title { margin: 0; font-size: clamp(36px, 4.8vw, 67px); font-weight: 400; line-height: 1.12; text-transform: uppercase; }
.rd-entry-content { max-width: 900px; margin-inline: auto; color: #3f3d39; font-size: 16px; line-height: 1.82; }
.rd-entry-content a { text-decoration: underline; text-decoration-color: var(--rd-gold); text-underline-offset: 4px; }
.rd-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px 28px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 35px; color: var(--rd-muted); font-size: 11px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 35px; color: var(--rd-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 32px 0 12px; background: #fff; border: 1px solid var(--rd-line); }
.woocommerce ul.products { clear: both; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 52px 28px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 3 / 4; margin: 0 0 16px; padding: 7%; object-fit: contain; background: var(--rd-paper); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--rd-ink); font-size: 17px; font-weight: 500; }
.woocommerce ul.products li.product .price { margin-top: 8px; color: var(--rd-ink); font-size: 14px; font-weight: 600; }
.woocommerce span.onsale { min-width: 0; min-height: 0; line-height: 1; top: 13px; left: 13px; padding: 8px 9px; color: #fff; background: var(--rd-ink); border-radius: 0; font-size: 9px; text-transform: uppercase; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171614;
  background: var(--rd-gold);
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #171614; background: var(--rd-gold-light); }
.woocommerce ul.products li.product .button {
  width: auto;
  min-width: 122px;
  max-width: 100%;
  margin-top: 12px;
  line-height: 1;
  white-space: nowrap;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 0 58px !important;
}

.woocommerce div.product div.images {
  position: sticky;
  top: 96px;
}

.woocommerce div.product div.images img {
  width: 100%;
  max-height: min(72vh, 680px);
  padding: 4%;
  object-fit: contain;
  background: var(--rd-paper);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--rd-ink);
  font-size: 22px;
}

.woocommerce div.product form.cart {
  margin: 28px 0;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button {
  color: #171614 !important;
  background: var(--rd-gold) !important;
  border: 0 !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover {
  color: #171614 !important;
  background: var(--rd-gold-light) !important;
}

.woocommerce .quantity .qty {
  min-height: 45px;
  border: 1px solid var(--rd-line);
}

.single-product .woocommerce div.product {
  gap: clamp(28px, 4vw, 58px);
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  margin-bottom: 24px !important;
}

.single-product .woocommerce div.product div.summary {
  display: flex;
  flex-direction: column;
}

.single-product .woocommerce div.product .product_title {
  margin-bottom: 10px;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  margin: 0 0 14px;
  font-size: 20px;
}

.single-product .woocommerce div.product .summary > p {
  margin: 0 0 18px;
  max-width: 620px;
  line-height: 1.62;
}

.single-product .woocommerce div.product form.cart {
  margin: 14px 0 12px;
}

.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist,
.single-product .woocommerce div.product .rd-favorite-button {
  margin: 0 0 18px;
}

.single-product .rd-wc-specifications,
.single-product .woocommerce-product-attributes {
  margin-top: 18px;
}

.single-product .rd-wc-specifications h2 {
  margin: 0 0 12px;
}

.single-product .woocommerce table.shop_attributes th,
.single-product .woocommerce table.shop_attributes td,
.single-product .rd-wc-specifications table th,
.single-product .rd-wc-specifications table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-product .related.products {
  margin-top: 18px;
  padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
  grid-column: 1 / -1;
  clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 5px 0 0;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.75;
}
.woocommerce table.shop_table { border-radius: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { min-height: 45px; padding: 10px 12px; border: 1px solid var(--rd-line); }

@media (max-width: 1180px) {
  .rd-shell { width: min(calc(100% - 44px), 1480px); }
  .rd-menu { gap: 15px; }
  .rd-menu > li > a { font-size: 9px; }
  .rd-editorial__content { padding: 58px 45px; }
  .rd-selection__grid { grid-template-columns: 1fr 460px; gap: 7vw; }
}

@media (max-width: 960px) {
  :root { --rd-header: 72px; }
  .rd-header.is-scrolled, .rd-inner-page .rd-header { height: 64px; }
  .rd-desktop-nav { display: none; }
  .rd-menu-button { display: grid; }
  .rd-brand { margin-right: auto; }
  .rd-hero { min-height: 820px; }
  .rd-hero h1 { font-size: clamp(43px, 7.4vw, 66px); }
  .rd-advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .rd-advantage:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .rd-editorial { grid-template-columns: 1fr; min-height: 0; }
  .rd-editorial__image, .rd-editorial--reverse .rd-editorial__image { order: 0; min-height: 620px; }
  .rd-editorial__content { padding: 76px 7vw 82px; }
  .rd-product-rail { max-width: 720px; margin-inline: auto; margin-top: 40px; }
  .rd-service-list { width: min(100%, 690px); margin-inline: auto; margin-top: 38px; }
  .rd-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .rd-quiz { padding: 84px 0; }
  .rd-quiz__layout { grid-template-columns: 1fr; gap: 48px; }
  .rd-quiz__intro { max-width: 760px; }
  .rd-quiz__steps { max-width: 650px; }
  .rd-quiz__card { min-height: 600px; }
  .rd-search__results { grid-template-columns: 1fr; }
  .rd-catalog-filter-toggle { display: inline-flex; }
  .rd-catalog-layout { display: block; }
  .rd-selection__grid { grid-template-columns: 1fr; gap: 55px; }
  .rd-lead-form { max-width: 650px; }
  .rd-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .rd-footer__grid > div:last-child { grid-column: 2 / 4; }
  .rd-post-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-page-hero { min-height: 560px; }
  .rd-route-cta__inner, .rd-demo-product__grid, .rd-story, .rd-contact-lead, .rd-service-note__grid { grid-template-columns: 1fr; gap: 48px; }
  .rd-route-cta__actions { max-width: 360px; }
  .rd-info-grid { grid-template-columns: 1fr; }
  .rd-info-card { min-height: 240px; }
  .rd-demo-product__visual, .rd-demo-product__visual img { min-height: 560px; height: 560px; }
  .rd-portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .rd-stats > div, .rd-contact-grid { grid-template-columns: repeat(2,1fr); }
  .rd-contact-map__heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .rd-demo-cart__layout { grid-template-columns: 1fr; }
  .rd-demo-cart__summary { position: static; width: min(100%,520px); }
  .rd-demo-cart-item { grid-template-columns: 120px minmax(170px,1fr) auto 28px; }
  .rd-demo-cart-item__image { grid-column: 1; grid-row: 1 / 3; }
  .rd-demo-cart-item__copy { grid-column: 2; grid-row: 1; }
  .rd-demo-cart-item__quantity { grid-column: 3; grid-row: 1; }
  .rd-demo-cart-item__subtotal { grid-column: 2 / 4; grid-row: 2; text-align: left; }
  .rd-demo-cart-item__remove { grid-column: 4; grid-row: 1; }
}

@media (max-width: 640px) {
  :root { --rd-header: 62px; }
  html { scroll-padding-top: 66px; }
  .rd-motion-ready .rd-reveal { opacity: 1; transform: none; transition: none; }
  .rd-shell { width: calc(100% - 30px); }
  .rd-header.is-scrolled, .rd-inner-page .rd-header { height: 58px; }
  .rd-header__inner { gap: 14px; }
  .rd-wordmark { gap: 7px; letter-spacing: .13em; }
  .rd-wordmark > span { font-size: 17px; }
  .rd-wordmark > small { font-size: 7px; letter-spacing: .22em; }
  .rd-brand .custom-logo { max-width: 150px; max-height: 38px; }
  .rd-header-actions { gap: 13px; }
  .rd-hide-mobile { display: none; }
  .rd-search__top { height: 63px; }
  .rd-search__body { min-height: calc(100vh - 63px); padding-top: 40px; }
  .rd-search__intro h2 { font-size: 31px; }
  .rd-search__intro > p:last-child { font-size: 11px; }
  .rd-search-form { min-height: 61px; margin-top: 27px; }
  .rd-search-form input { height: 59px; font-size: 18px; }
  .rd-search__queries { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .rd-search__queries > span, .rd-search__queries button { flex: 0 0 auto; }
  .rd-search__results-head { margin-top: 31px; }
  .rd-search-result { min-height: 104px; grid-template-columns: 70px 1fr; gap: 14px; padding: 12px; }
  .rd-search-result img { width: 70px; height: 78px; }
  .rd-search-result strong { font-size: 12px; }
  .rd-hero { min-height: 720px; background-position: 64% center; }
  .rd-hero::before { background-position: 64% center; }
  .rd-hero__shade { background: linear-gradient(90deg, rgba(7,8,7,.65), rgba(8,8,7,.10)), linear-gradient(0deg, rgba(0,0,0,.48), transparent 65%); }
  .rd-hero__content { align-items: flex-start; padding: 120px 0 65px; text-align: left; }
  .rd-hero__kicker { margin-bottom: 21px; font-size: 8px; }
  .rd-hero h1 { font-size: clamp(36px, 11vw, 35px); line-height: 1.08; }
  .rd-hero__lead { margin-top: 22px; font-size: 14px; line-height: 1.58; }
  .rd-hero__actions { justify-content: flex-start; width: 100%; margin-top: 28px; }
  .rd-hero__actions .rd-button { width: 100%; }
  .rd-hero__scroll { display: none; }
  .rd-advantage { min-height: 104px; padding: 19px 14px; gap: 11px; }
  .rd-advantage strong { font-size: 10px; }
  .rd-advantage span { font-size: 9px; }
  .rd-editorial__image, .rd-editorial--reverse .rd-editorial__image { min-height: 460px; }
  .rd-editorial__content { padding: 59px 20px 65px; }
  .rd-eyebrow { margin-bottom: 18px; font-size: 8px; }
  .rd-editorial h2, .rd-showcase h2, .rd-quiz h2, .rd-selection h2 { font-size: clamp(29px, 9vw, 39px); }
  .rd-editorial__lead { margin-top: 20px; font-size: 13px; line-height: 1.68; }
  .rd-product-rail { width: calc(100vw - 20px); margin-left: calc((100% - 100vw) / 2 + 10px); display: flex; gap: 13px; overflow-x: auto; padding: 0 5px 13px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .rd-product-card--compact { flex: 0 0 47vw; scroll-snap-align: start; }
  .rd-product-card--compact .rd-product-card__image { aspect-ratio: 3 / 4; }
  .rd-product-card__image::after { display: none; }
  .rd-showcase { padding-block: 72px; }
  .rd-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .rd-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 13px; }
  .rd-product-card__image, .woocommerce ul.products li.product a img { aspect-ratio: 3 / 4; }
  .rd-product-card__image img, .woocommerce ul.products li.product a img { padding: 4%; }
  .rd-product-card__type { margin-top: 12px; font-size: 7px; }
  .rd-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; line-height: 1.25; }
  .rd-product-card__bottom { display: block; margin-top: auto; padding-top: 10px; }
  .rd-product-card__price { font-size: 14px; }
  .rd-product-card__bottom .rd-text-link { display: none; }
  .rd-quiz { padding: 74px 0; }
  .rd-quiz__intro > p:not(.rd-eyebrow) { font-size: 13px; line-height: 1.68; }
  .rd-quiz__meta { margin-top: 24px; }
  .rd-quiz__meta span { flex: 1 1 auto; justify-content: center; font-size: 7px; }
  .rd-quiz__steps { margin-top: 34px; grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .rd-quiz__steps li { min-height: 48px; justify-content: center; border: 0; }
  .rd-quiz__steps li span { display: none; }
  .rd-quiz__card { min-height: 0; padding: 25px 20px 22px; }
  .rd-quiz__card::before { inset: 6px; }
  .rd-quiz__progress { gap: 12px; }
  .rd-quiz__question > p { margin-top: 30px; }
  .rd-quiz__question h3, .rd-quiz__result h3 { font-size: 26px; }
  .rd-quiz__options { margin-top: 23px; grid-template-columns: 1fr; gap: 7px; }
  .rd-quiz__options > button { min-height: 86px; padding: 16px 14px; }
  .rd-quiz__options small { font-size: 9px; }
  .rd-quiz__footer { margin-top: 20px; }
  .rd-quiz__result { padding-top: 24px; }
  .rd-quiz__result-icon { width: 48px; height: 48px; }
  .rd-quiz__actions { flex-direction: column; }
  .rd-quiz__actions .rd-button { width: 100%; }
  .rd-selection { padding: 74px 0; }
  .rd-selection__grid { gap: 45px; }
  .rd-selection__copy > p:not(.rd-eyebrow) { font-size: 13px; }
  .rd-lead-form { grid-template-columns: 1fr; }
  .rd-lead-form__wide { grid-column: auto; }
  .rd-footer { padding-top: 62px; }
  .rd-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .rd-footer__brand { grid-column: 1 / -1; }
  .rd-footer__grid > div:last-child { grid-column: 1 / -1; }
  .rd-footer__bottom { margin-top: 45px; flex-direction: column; gap: 9px; }
  .rd-cookie { right: 10px; bottom: 10px; width: calc(100% - 20px); flex-direction: column; align-items: stretch; }
  .rd-cookie button { flex: 1; }
  .rd-floating-tools { right: 15px; bottom: 15px; }
  .rd-cookie-visible .rd-floating-tools { bottom: 165px; }
  .rd-cookie-visible .rd-bot { max-height: calc(100svh - 250px); }
  .rd-bot { bottom: 67px; width: calc(100vw - 30px); max-height: calc(100svh - 100px); }
  .rd-bot__body { min-height: 225px; }
.rd-content, .rd-shop { padding-top: 105px; padding-bottom: 75px; }
.single-product .rd-shop { padding-top: 86px; padding-bottom: 70px; }

.woocommerce div.product {
  display: block;
}

.woocommerce div.product div.images {
  position: relative;
  top: auto;
  margin-bottom: 32px !important;
}

.woocommerce div.product div.images img {
  max-height: 560px;
}
  .rd-post-grid { grid-template-columns: 1fr; }
  .rd-page-hero { min-height: 345px; background-position: 58% center; }
  .rd-page-hero__content { padding-top: 100px; padding-bottom: 31px; }
  .rd-page-hero h1 { font-size: clamp(36px,10vw,50px); line-height: 1.04; }
  .rd-page-hero__content > p:not(.rd-eyebrow) { font-size: 15px; line-height: 1.45; }
  .rd-page-section { padding-top: 52px; padding-bottom: 74px; }
  .rd-catalog-toolbar { min-height: 74px; flex-wrap: nowrap; gap: 14px; padding: 18px 0; }
  .rd-catalog-toolbar > p { display: none !important; }
  .rd-catalog-filters fieldset { padding: 18px 0; }
  .rd-info-card { min-height: 220px; padding: 33px 27px; }
  .rd-info-card h2 { margin-top: 31px; font-size: 19px; }
  .rd-route-cta { padding: 68px 0; }
  .rd-route-cta__actions { min-width: 0; max-width: none; }
  .rd-route-cta__actions .rd-button { width: 100%; }
  .rd-demo-product { padding-top: 105px; padding-bottom: 73px; }
  .rd-demo-product__visual, .rd-demo-product__visual img { min-height: 420px; height: 420px; }
  .rd-demo-product__summary h1 { font-size: 37px; }
  .rd-portfolio-grid, .rd-buyer-grid { grid-template-columns: 1fr; }
  .rd-buyer-grid > a { min-height: 285px; padding: 35px 28px; }
  .rd-story { padding-top: 70px; padding-bottom: 70px; }
  .rd-story > div:last-child { padding-top: 0; }
  .rd-stats > div { grid-template-columns: 1fr 1fr; }
  .rd-stats > div > div { min-height: 145px; padding: 23px 19px; }
  .rd-contact-page { padding-top: 70px; padding-bottom: 74px; }
  .rd-contact-grid { grid-template-columns: 1fr; }
  .rd-contact-grid > * { min-height: 190px; }
  .rd-contact-map { margin-top: 45px; }
  .rd-contact-map__heading { min-height: 0; padding: 34px 24px; }
  .rd-contact-map__heading h2 { font-size: 29px; }
  .rd-contact-map__heading .rd-button { width: 100%; }
  .rd-contact-map iframe { height: 380px; }
  .rd-contact-lead { margin-top: 45px; padding: 44px 25px; }
  .rd-service-note { padding: 68px 0; }
  .rd-empty { min-height: 650px; padding-top: 130px; }
  .rd-demo-cart { padding-top: 105px; padding-bottom: 75px; }
  .rd-demo-cart__heading { min-height: 110px; margin-bottom: 25px; }
  .rd-demo-cart__heading h1 { margin-bottom: 22px; font-size: 43px; }
  .rd-demo-cart__heading > button { margin-bottom: 24px; }
  .rd-demo-cart__layout { gap: 35px; }
  .rd-demo-cart-item { grid-template-columns: 88px minmax(0,1fr) 26px; gap: 15px; padding: 16px 0; }
  .rd-demo-cart-item__image { height: 105px; }
  .rd-demo-cart-item__copy a { font-size: 14px; }
  .rd-demo-cart-item__quantity { grid-column: 2 / 3; grid-row: 2; justify-self: start; }
  .rd-demo-cart-item__subtotal { grid-column: 2 / 4; grid-row: 3; }
  .rd-demo-cart-item__remove { grid-column: 3; grid-row: 1; align-self: start; }
  .rd-demo-cart__summary { width: 100%; padding: 29px 24px; }
}

@media (hover: hover) {
  .rd-icon-button:hover { color: var(--rd-gold-light); transform: translateY(-2px); }
  .rd-mobile-menu__list > li > a:hover { color: #8a6b2e; padding-left: 8px; }
  .rd-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
  .rd-product-card { transition: transform .3s ease; }
  .rd-product-card:hover { transform: translateY(-5px); }
  .rd-motion-ready .rd-reveal.is-visible.rd-product-card:hover { transform: translate3d(0,-5px,0); }
  .rd-product-card:hover .rd-product-card__image { box-shadow: 0 18px 38px rgba(31,27,20,.11); }
  .rd-advantage { transition: background .28s ease; }
  .rd-advantage:hover { background: rgba(255,255,255,.045); }
  .rd-quiz__options > button:hover { border-color: var(--rd-gold); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(56,45,25,.08); }
  .rd-button--outline-light:hover { color: #fff; background: var(--rd-ink); border-color: var(--rd-ink); }
  .rd-floating-tools__chat:hover { background: var(--rd-gold-light); transform: translateY(-2px); }
  .rd-floating-tools__top:hover { color: #171614; background: var(--rd-gold); transform: translateY(-2px); }
  .rd-bot__quick button:hover { color: #171614; background: var(--rd-gold); border-color: var(--rd-gold); }
  .rd-text-link svg, .rd-product-card__bottom svg, .rd-buyer-grid svg, .rd-route-cta svg { transition: transform .22s ease; }
  .rd-text-link:hover svg, .rd-product-card__bottom a:hover svg, .rd-buyer-grid > a:hover svg, .rd-route-cta a:hover svg { transform: translateX(4px); }
  .rd-info-card, .rd-contact-grid > * { transition: background .28s ease, transform .28s ease; }
  .rd-info-card:hover, .rd-contact-grid > *:hover { background: #faf8f3; transform: translateY(-3px); }
  .rd-motion-ready .rd-reveal.is-visible.rd-info-card:hover, .rd-motion-ready .rd-contact-grid > .rd-reveal.is-visible:hover { transform: translate3d(0,-3px,0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rd-motion-ready .rd-reveal { opacity: 1; transform: none; }
  .rd-button:hover, .rd-product-card:hover, .rd-info-card:hover, .rd-contact-grid > *:hover, .rd-icon-button:hover { transform: none; box-shadow: none; }
}

/* FAQ, полезные статьи и расширенный подвал */
.rd-footer { padding-top: 66px; }
.rd-footer__intro { display: grid; grid-template-columns: auto minmax(260px,1fr) auto; align-items: center; gap: 42px; padding-bottom: 43px; }
.rd-footer__intro .rd-wordmark { color: #fff; }
.rd-footer__intro p { max-width: 620px; margin: 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.rd-footer__intro > a:last-child { color: #fff; font-size: 15px; font-weight: 500; }
.rd-footer__faq { padding-top: 43px; padding-bottom: 49px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.rd-footer__faq-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 27px; }
.rd-footer__faq-heading p { margin: 0 0 9px; color: var(--rd-gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.rd-footer__faq-heading h2 { margin: 0; color: #fff; font-size: clamp(27px,2.7vw,42px); font-weight: 400; line-height: 1.15; text-transform: uppercase; }
.rd-footer__faq-heading > a, .rd-footer__all-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rd-footer__faq-grid { display: grid; grid-template-columns: 1fr 1fr; }
.rd-footer__faq-item { border-top: 1px solid rgba(255,255,255,.11); }
.rd-footer__faq-item:nth-child(odd) { padding-right: 30px; }
.rd-footer__faq-item:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.11); }
.rd-footer__faq-item:last-child:nth-child(odd) { grid-column: 1 / -1; padding-right: 0; }
.rd-footer__faq-item summary { position: relative; min-height: 66px; display: flex; align-items: center; padding: 15px 36px 15px 0; color: rgba(255,255,255,.83); cursor: pointer; font-size: 13px; line-height: 1.45; list-style: none; }
.rd-footer__faq-item summary::-webkit-details-marker, .rd-faq-page__item summary::-webkit-details-marker, .rd-article-faq summary::-webkit-details-marker { display: none; }

.rd-faq-page__item summary > i {
  position: absolute;
  right: 4px;
  width: 16px;
  height: 16px;
}

.rd-faq-page__item summary > i::before,
.rd-faq-page__item summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--rd-gold);
  transform: translate(-50%,-50%);
  transition: transform .22s ease;
}

.rd-faq-page__item summary > i::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.rd-faq-page__item[open] summary > i::after {
  transform: translate(-50%,-50%) rotate(0);
}

.rd-footer__faq-item > div { padding: 0 36px 22px 0; }
.rd-footer__faq-item p { max-width: 690px; margin: 0 0 12px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; }
.rd-footer__faq-item > div > a { color: var(--rd-gold-light); font-size: 10px; text-decoration: underline; text-underline-offset: 4px; }
.rd-footer__grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4.5vw; padding-top: 51px; }
.rd-footer__grid > div:last-child { grid-column: auto; }
.rd-footer__column { font-size: 12px; line-height: 1.55; }
.rd-footer__messengers { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.rd-footer__all-link { margin-top: 5px; color: var(--rd-gold-light); }

.rd-faq-page, .rd-articles-page { padding-top: 105px; padding-bottom: 115px; }
.rd-faq-page__list { border-bottom: 1px solid var(--rd-line); }
.rd-faq-page__item { border-top: 1px solid var(--rd-line); }
.rd-faq-page__item summary { position: relative; display: grid; grid-template-columns: 70px minmax(0,1fr); align-items: center; min-height: 92px; padding: 19px 64px 19px 0; color: var(--rd-ink); cursor: pointer; font-size: clamp(18px,1.6vw,24px); font-weight: 500; line-height: 1.35; list-style: none; }
.rd-faq-page__item summary > span { color: #9c9386; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.rd-faq-page__item summary > i { right: 14px; top: 50%; transform: translateY(-50%); }
.rd-faq-page__item > div { padding: 0 80px 31px 70px; }
.rd-faq-page__item p { max-width: 880px; margin: 0 0 18px; color: var(--rd-muted); font-size: 16px; line-height: 1.75; }
.rd-faq-page__item a { display: inline-flex; align-items: center; gap: 8px; color: #8a6828; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.rd-articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.rd-article-card { display: grid; grid-template-columns: 43% minmax(0,1fr); min-height: 360px; background: #f3efe8; border: 1px solid #e4ddd2; }
.rd-article-card__image { min-height: 100%; overflow: hidden; background: #eae4db; }
.rd-article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rd-article-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 34px 30px 30px; }
.rd-article-card__body > p { margin: 0 0 18px; color: #8d6b2d; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rd-article-card h2 { margin: 0; font-size: clamp(20px,1.8vw,29px); font-weight: 500; line-height: 1.27; }
.rd-article-card__body > span { margin: 18px 0 27px; color: var(--rd-muted); font-size: 13px; line-height: 1.7; }
.rd-article-card .rd-text-link { margin-top: auto; }

.rd-seo-article { padding-top: 36px; padding-bottom: 115px; }
.rd-article-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 25px 0 34px; color: #91897e; font-size: 10px; line-height: 1.5; }
.rd-article-layout { display: grid; grid-template-columns: minmax(0,850px) minmax(260px,330px); justify-content: space-between; gap: 8vw; align-items: start; }
.rd-article-content { min-width: 0; }
.rd-article-lead { margin: 0 0 58px; padding-left: 27px; color: #403c36; border-left: 2px solid var(--rd-gold); font-size: clamp(18px,1.7vw,24px); line-height: 1.62; }
.rd-article-content > section { padding: 0 0 48px; }
.rd-article-content h2 { margin: 0 0 23px; color: var(--rd-ink); font-size: clamp(28px,2.65vw,42px); font-weight: 400; line-height: 1.2; text-transform: uppercase; }
.rd-article-content p { margin: 0 0 18px; color: #4f4b45; font-size: 16px; line-height: 1.85; }
.rd-article-content ul { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; }
.rd-article-content li { display: flex; align-items: flex-start; gap: 12px; color: #403c36; font-size: 15px; line-height: 1.55; }
.rd-article-content li svg { flex: 0 0 auto; margin-top: 3px; color: #9b752e; }
.rd-article-faq { margin-top: 17px; padding: 43px 0 0 !important; border-top: 1px solid var(--rd-line); }
.rd-article-faq details { border-top: 1px solid var(--rd-line); }
.rd-article-faq details:last-child { border-bottom: 1px solid var(--rd-line); }
.rd-article-faq summary { position: relative; min-height: 70px; display: flex; align-items: center; padding: 16px 45px 16px 0; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.45; list-style: none; }
.rd-article-faq summary > span { right: 5px; top: 50%; transform: translateY(-50%); }
.rd-article-faq details p { padding: 0 46px 19px 0; color: var(--rd-muted); font-size: 15px; }
.rd-article-aside { position: sticky; top: 105px; padding: 31px 28px; color: rgba(255,255,255,.66); background: #1c1b19; }
.rd-article-aside h2 { margin: 0 0 26px; color: #fff; font-size: 26px; font-weight: 400; line-height: 1.25; text-transform: uppercase; }
.rd-article-aside__links { display: grid; border-top: 1px solid rgba(255,255,255,.13); }
.rd-article-aside__links a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 0; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; line-height: 1.45; }
.rd-article-aside__links svg { flex: 0 0 auto; color: var(--rd-gold); }
.rd-article-aside__contact { display: grid; gap: 8px; margin-top: 31px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.rd-article-aside__contact span { color: var(--rd-gold-light); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rd-article-aside__contact strong { color: #fff; font-size: 17px; font-weight: 500; }
.rd-article-aside__contact a { margin-top: 8px; color: #fff; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1050px) {
  .rd-footer__intro { grid-template-columns: auto 1fr; }
  .rd-footer__intro > a:last-child { grid-column: 2; }
  .rd-footer__grid { grid-template-columns: 1fr 1fr; gap: 43px 7vw; }
  .rd-footer__grid > div:last-child { grid-column: auto; }
  .rd-articles-grid { grid-template-columns: 1fr; }
  .rd-article-card { min-height: 330px; }
  .rd-article-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 5vw; }
}

@media (max-width: 700px) {
  .rd-footer__intro { grid-template-columns: 1fr; gap: 21px; padding-bottom: 34px; }
  .rd-footer__intro > a:last-child { grid-column: auto; }
  .rd-footer__faq { padding-top: 35px; padding-bottom: 39px; }
  .rd-footer__faq-heading { align-items: flex-start; flex-direction: column; gap: 19px; }
  .rd-footer__faq-grid { grid-template-columns: 1fr; }
  .rd-footer__faq-item:nth-child(odd), .rd-footer__faq-item:nth-child(even), .rd-footer__faq-item:last-child:nth-child(odd) { grid-column: auto; padding-right: 0; padding-left: 0; border-left: 0; }
  .rd-footer__faq-item summary { min-height: 62px; font-size: 12px; }
  .rd-footer__grid { grid-template-columns: 1fr; gap: 37px; padding-top: 43px; }
  .rd-footer__grid > div:last-child { grid-column: auto; }
  .rd-faq-page, .rd-articles-page { padding-top: 72px; padding-bottom: 78px; }
  .rd-faq-page__item summary { grid-template-columns: 42px minmax(0,1fr); min-height: 79px; padding-right: 45px; font-size: 17px; }
  .rd-faq-page__item > div { padding: 0 44px 27px 42px; }
  .rd-faq-page__item p { font-size: 15px; }
  .rd-article-card { grid-template-columns: 1fr; }
  .rd-article-card__image { min-height: 310px; max-height: 420px; }
  .rd-article-card__body { padding: 28px 24px 27px; }
  .rd-article-layout { grid-template-columns: 1fr; gap: 53px; }
  .rd-seo-article { padding-top: 20px; padding-bottom: 78px; }
  .rd-article-lead { margin-bottom: 43px; padding-left: 19px; font-size: 18px; }
  .rd-article-content > section { padding-bottom: 39px; }
  .rd-article-content p { font-size: 15px; }
  .rd-article-aside { position: static; }
}

@media (hover: hover) {
  .rd-footer__faq-item summary:hover, .rd-faq-page__item summary:hover, .rd-article-faq summary:hover { color: var(--rd-gold-light); }
  .rd-article-card:hover .rd-article-card__image img { transform: scale(1.035); }
  .rd-article-aside__links a:hover { color: #fff; padding-left: 5px; }
}

/* Favorites, legal pages and explicit form consent */
.rd-product-card { position: relative; }
.rd-product-card__favorite { position: absolute; z-index: 3; top: 13px; right: 13px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: #25231f; background: rgba(255,255,255,.91); border: 1px solid rgba(35,32,27,.12); border-radius: 50%; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.08); transition: color .22s ease, background .22s ease, transform .22s ease; }
.rd-product-card__favorite.is-active { color: #fff; background: #9a742c; border-color: #9a742c; }
.rd-favorite-button { margin: 0 0 28px; }
.rd-favorite-button.is-active { color: #fff; background: #24221f; border-color: #24221f; }
.rd-demo-product__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rd-demo-product__actions .rd-button { min-width: 210px; }
.rd-lead-form__consent { display: grid !important; grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 10px !important; color: rgba(255,255,255,.62) !important; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.rd-lead-form__consent > span { font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.rd-lead-form__consent input { width: 16px; min-height: 16px; height: 16px; margin-top: 1px; accent-color: var(--rd-gold); }
.rd-lead-form__consent a { color: #fff; border-bottom: 1px solid var(--rd-gold); text-underline-offset: 3px; }
.rd-footer__legal { display: grid; gap: 7px; margin-top: 43px; padding-top: 25px; color: rgba(255,255,255,.49); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; line-height: 1.55; }
.rd-footer__legal strong { color: rgba(255,255,255,.75); font-weight: 500; }
.rd-footer__bottom { margin-top: 24px; }
.rd-favorites-page { min-height: 720px; padding-top: 150px; padding-bottom: 110px; }
.rd-favorites-page__heading { min-height: 120px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; border-bottom: 1px solid var(--rd-line); }
.rd-favorites-page__heading h1 { margin: 0 0 28px; font-size: clamp(43px,5vw,73px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.rd-favorites-page__heading > button { margin-bottom: 32px; padding: 5px 0; color: var(--rd-muted); background: transparent; border: 0; border-bottom: 1px solid; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.rd-favorites-page__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px 24px; }
.rd-favorite-card { min-width: 0; }
.rd-favorite-card__image { display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--rd-paper); }
.rd-favorite-card__image img { width: 100%; height: 100%; padding: 6%; object-fit: contain; }
.rd-favorite-card > p { margin: 15px 0 5px; color: var(--rd-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.rd-favorite-card h2 { margin: 0; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.rd-favorite-card > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 13px; }
.rd-favorite-card > div strong { font-size: 13px; }
.rd-favorite-card button { padding: 5px 0; color: #766f64; background: transparent; border: 0; cursor: pointer; font-size: 9px; text-transform: uppercase; }
.rd-legal-copy { max-width: 1180px; }
.rd-legal-copy > section { padding: 0 0 52px; }
.rd-legal-copy h2 { margin: 0 0 22px; font-size: clamp(25px,2.5vw,38px); font-weight: 500; text-transform: uppercase; }
.rd-legal-copy p { max-width: 980px; margin: 0 0 18px; color: var(--rd-muted); font-size: 15px; line-height: 1.82; }
.rd-legal-copy a { color: var(--rd-ink); border-bottom: 1px solid var(--rd-gold); }
.rd-legal-copy ul, .rd-legal-copy ol { display: grid; gap: 12px; max-width: 960px; padding-left: 22px; color: #4f4b45; font-size: 15px; line-height: 1.75; }
.rd-legal-facts { margin: 0; border-top: 1px solid var(--rd-line); }
.rd-legal-facts > div { display: grid; grid-template-columns: minmax(190px,.55fr) minmax(0,1.45fr); gap: 30px; padding: 16px 0; border-bottom: 1px solid var(--rd-line); }
.rd-legal-facts dt { color: #8a8175; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rd-legal-facts dd { margin: 0; color: #35322e; font-size: 14px; line-height: 1.6; }
.rd-legal-table-wrap { width: 100%; overflow-x: auto; margin: 0 0 22px; border: 1px solid var(--rd-line); }
.rd-legal-table-wrap table { width: 100%; min-width: 850px; border-collapse: collapse; }
.rd-legal-table-wrap th, .rd-legal-table-wrap td { padding: 16px; text-align: left; vertical-align: top; border-right: 1px solid var(--rd-line); border-bottom: 1px solid var(--rd-line); font-size: 12px; line-height: 1.6; }
.rd-legal-table-wrap th { color: #786d5e; background: #f5f1ea; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rd-legal-table-wrap th:last-child, .rd-legal-table-wrap td:last-child { border-right: 0; }
.rd-legal-table-wrap tbody tr:last-child td { border-bottom: 0; }
.rd-wc-specifications { clear: both; margin-top: 34px; }
.rd-wc-specifications h2 { margin: 0 0 16px; font-size: 19px; font-weight: 500; text-transform: uppercase; }
.rd-commerce-legal-note { clear: both; margin: 18px 0; color: var(--rd-muted); font-size: 11px; line-height: 1.6; }

@media (max-width: 850px) {
  .rd-favorites-page__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .rd-product-card__favorite { top: 8px; right: 8px; width: 34px; height: 34px; }
  .rd-demo-product__actions { flex-direction: column; }
  .rd-demo-product__actions .rd-button { width: 100%; }
  .rd-favorites-page { padding-top: 105px; padding-bottom: 75px; }
  .rd-favorites-page__heading { align-items: flex-start; flex-direction: column; min-height: 0; gap: 0; margin-bottom: 30px; }
  .rd-favorites-page__heading h1 { margin-bottom: 20px; font-size: 43px; }
  .rd-favorites-page__heading > button { margin-bottom: 22px; }
  .rd-favorites-page__grid { grid-template-columns: 1fr 1fr; gap: 31px 13px; }
  .rd-favorite-card h2 { font-size: 13px; }
  .rd-favorite-card > div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .rd-legal-copy > section { padding-bottom: 40px; }
  .rd-legal-facts > div { grid-template-columns: 1fr; gap: 7px; }
}

@media (hover: hover) {
  .rd-product-card__favorite:hover { color: #fff; background: #9a742c; transform: translateY(-2px); }
  .rd-favorite-card button:hover, .rd-favorites-page__heading > button:hover { color: #7b5920; }
}
/* Delivery and payment page */
.rd-payment-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #d9d2c6;
  border: 1px solid #d9d2c6;
}

.rd-payment-card {
  min-height: 260px;
  padding: 42px 38px;
  background: #fff;
}

.rd-payment-card span,
.rd-payment-methods article > span {
  color: #8a6a2f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-payment-card strong {
  display: block;
  margin-top: 34px;
  color: var(--rd-ink);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.rd-payment-card p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rd-payment-card--main {
  color: #fff;
  background: var(--rd-ink);
}

.rd-payment-card--main span,
.rd-payment-card--main strong {
  color: var(--rd-gold-light);
}

.rd-payment-card--main p {
  color: rgba(255,255,255,.72);
}

.rd-payment-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d9d2c6;
  border: 1px solid #d9d2c6;
}

.rd-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  background: transparent;
  border: 0;
}

.rd-payment-method {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid #ddd4c8;
  border-radius: 20px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rd-payment-method:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(19, 18, 16, 0.08);
  border-color: #cdb27a;
}

.rd-payment-method__meta {
  color: #8a6a2f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-payment-method h3 {
  margin: 14px 0 10px;
  color: var(--rd-ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

.rd-payment-method p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rd-payment-method--accent {
  background: linear-gradient(180deg, #fff 0%, #f7f2ea 100%);
}

.rd-payment-method__card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  margin: 18px 0 10px;
  padding: 10px;
  background: #f8f5ef;
  border: 1px solid #e3dbcf;
  border-radius: 16px;
}

.rd-payment-method__card-image img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.rd-payment-method--installment h3 {
  margin-top: 8px;
  font-size: 24px;
}

@media (max-width: 960px) {
  .rd-payment-methods {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .rd-payment-methods {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rd-payment-method {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 16px;
  }

  .rd-payment-method h3 {
    font-size: 22px;
  }

  .rd-payment-method__card-image {
    min-height: 96px;
  }

  .rd-payment-method__card-image img {
    max-width: 180px;
  }
}
/* About page */
.rd-about-intro {
  padding-top: 110px;
  padding-bottom: 110px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 9vw;
}

.rd-about-intro h2,
.rd-about-brand h2,
.rd-about-check h2,
.rd-about-contacts h2 {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(31px, 3.25vw, 51px);
  font-weight: 400;
  line-height: 1.18;
  text-transform: uppercase;
  text-wrap: balance;
}

.rd-about-intro > div:last-child {
  padding-top: 31px;
}

.rd-about-intro p {
  margin: 0 0 23px;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.9;
}

.rd-about-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d8d1c4;
  border: 1px solid #d8d1c4;
}

.rd-about-reasons > div {
  min-height: 138px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
}

.rd-about-reasons svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--rd-gold);
}

.rd-about-reasons span {
  color: var(--rd-ink);
  font-size: 14px;
  line-height: 1.55;
}

.rd-about-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rd-about-benefits article {
  min-height: 285px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #ddd4c8;
  border-radius: 20px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rd-about-benefits article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(19, 18, 16, .08);
  border-color: #cdb27a;
}

.rd-about-benefits__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--rd-gold);
  background: #f7f2ea;
  border-radius: 999px;
}

.rd-about-benefits h3 {
  margin: 34px 0 14px;
  color: var(--rd-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.rd-about-benefits p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.75;
}

.rd-about-brand {
  padding: 90px 0;
  color: #fff;
  background: var(--rd-ink);
}

.rd-about-brand__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 9vw;
}

.rd-about-brand h2 {
  color: #fff;
}

.rd-about-brand p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.9;
}

.rd-about-check {
  padding: 46px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 6vw;
  background: #fff;
  border: 1px solid #ddd4c8;
  border-radius: 24px;
}

.rd-about-check__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rd-about-check__list > div {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f5ef;
  border: 1px solid #e5ded3;
  border-radius: 14px;
}

.rd-about-check__list svg {
  flex: 0 0 auto;
  color: var(--rd-gold);
}

.rd-about-check__list span {
  color: var(--rd-ink);
  font-size: 14px;
}

.rd-about-contacts {
  padding-bottom: 115px;
}

.rd-about-contacts__inner {
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 6vw;
  color: #fff;
  background: var(--rd-ink);
  border-radius: 28px;
}

.rd-about-contacts h2 {
  color: #fff;
}

.rd-about-contacts p {
  margin: 22px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.8;
}

.rd-about-contacts__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rd-about-contacts__cards article {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
}

.rd-about-contacts__cards svg {
  color: var(--rd-gold-light);
}

.rd-about-contacts__cards span {
  margin-top: 22px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.5;
}

.rd-about-contacts__cards strong {
  margin: 10px 0 24px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.rd-about-contacts__cards .rd-button {
  margin-top: auto;
}

@media (max-width: 1080px) {
  .rd-about-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-about-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-about-contacts__inner,
  .rd-about-check,
  .rd-about-brand__grid,
  .rd-about-intro {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rd-about-intro > div:last-child {
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .rd-about-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rd-about-reasons,
  .rd-about-benefits,
  .rd-about-check__list,
  .rd-about-contacts__cards {
    grid-template-columns: 1fr;
  }

  .rd-about-reasons > div {
    min-height: auto;
    padding: 22px;
  }

  .rd-about-benefits article {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 18px;
  }

  .rd-about-brand {
    padding: 72px 0;
  }

  .rd-about-check {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .rd-about-contacts {
    padding-bottom: 80px;
  }

  .rd-about-contacts__inner {
    padding: 32px 22px;
    border-radius: 22px;
  }

  .rd-about-contacts__cards article {
    padding: 24px;
  }
}

/* About page numbers */
.rd-about-numbers {
  position: relative;
  margin: 0;
  padding: 92px 0;
  color: #fff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.rd-about-numbers__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr);
  gap: 7vw;
  align-items: start;
}

.rd-about-numbers__content {
  position: sticky;
  top: 110px;
}

.rd-about-numbers__content h2 {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
}

.rd-about-numbers__content p {
  margin: 24px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.8;
}

.rd-about-numbers__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.rd-about-numbers__items article {
  min-height: 215px;
  padding: 34px 30px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(6px);
}

.rd-about-numbers__items strong {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--rd-gold-light);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.rd-about-numbers__items strong small {
  color: var(--rd-gold-light);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
}

.rd-about-numbers__items article > span {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.rd-about-numbers__items article > p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .rd-about-numbers__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rd-about-numbers__content {
    position: static;
  }
}

@media (max-width: 680px) {
  .rd-about-numbers {
    padding: 72px 0;
  }

  .rd-about-numbers__items {
    grid-template-columns: 1fr;
  }

  .rd-about-numbers__items article {
    min-height: auto;
    padding: 28px 22px;
  }

  .rd-about-numbers__items strong {
    font-size: 46px;
  }

  .rd-about-numbers__items article > span {
    margin-top: 18px;
    font-size: 14px;
  }
}
/* Delivery payment visual cards */
.rd-payment-methods-section {
  padding-top: 56px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 164, 93, .10), transparent 32%),
    var(--rd-paper);
}

.rd-payment-methods-heading {
  margin-bottom: 18px;
}

.rd-payment-methods-heading .rd-eyebrow {
  display: none;
}

.rd-page-section .rd-payment-methods-heading h2 {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.rd-payment-methods.rd-payment-methods--visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  border: 0;
}

.rd-payment-methods--visual .rd-payment-method {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 20px 20px 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #ded2c2;
  border-radius: 16px;
  box-shadow: none;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.rd-payment-methods--visual .rd-payment-method:hover {
  transform: translateY(-3px);
  border-color: #c8a45d;
  box-shadow: 0 18px 38px rgba(29, 28, 26, .08);
}

.rd-payment-methods--visual .rd-payment-method__meta {
  margin: 0 0 9px;
  color: #9a6b24;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-payment-methods--visual .rd-payment-method h3 {
  margin: 0;
  color: #1d1c1a;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: none;
}

.rd-payment-methods--visual .rd-payment-method p {
  margin: 10px 0 0;
  max-width: 320px;
  color: #6f6960;
  font-size: 14px;
  line-height: 1.55;
}

.rd-payment-methods--visual .rd-payment-method__image {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
}

.rd-payment-methods--visual .rd-payment-method__image img {
  display: block;
  width: 100%;
  height: auto;
}

.rd-payment-methods--visual .rd-payment-method__image--top {
  min-height: 150px;
  margin-top: auto;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 8px 0;
}

.rd-payment-methods--visual .rd-payment-method__image--top img {
  max-width: 245px;
  max-height: 148px;
  object-fit: contain;
  object-position: center bottom;
}

.rd-payment-methods--visual .rd-payment-method__image--card {
  margin: 13px 0 17px;
  align-items: center;
  justify-content: center;
}

.rd-payment-methods--visual .rd-payment-method__image--card img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(29, 28, 26, .13);
}

.rd-payment-methods--visual .rd-payment-method--card {
  min-height: 300px;
}

.rd-payment-methods--visual .rd-payment-method--card h3 {
  font-size: clamp(20px, 1.55vw, 26px);
}

.rd-payment-methods--visual .rd-payment-method--card p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.55;
}

.rd-payment-methods--visual .rd-payment-method--top::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(200, 164, 93, .13), transparent 64%);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .rd-payment-methods.rd-payment-methods--visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-payment-methods--visual .rd-payment-method {
    min-height: 285px;
  }
}

@media (max-width: 680px) {
  .rd-payment-methods-section {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .rd-payment-methods.rd-payment-methods--visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rd-page-section .rd-payment-methods-heading h2 {
    font-size: 27px;
  }

  .rd-payment-methods--visual .rd-payment-method {
    min-height: auto;
    padding: 18px 16px 16px;
    border-radius: 14px;
  }

  .rd-payment-methods--visual .rd-payment-method h3 {
    font-size: 25px;
  }

  .rd-payment-methods--visual .rd-payment-method__image--top {
    min-height: 130px;
    padding-top: 16px;
  }

  .rd-payment-methods--visual .rd-payment-method__image--top img {
    max-height: 125px;
  }

  .rd-payment-methods--visual .rd-payment-method__image--card img {
    border-radius: 9px;
  }
}
/* Delivery summary mobile fix */
@media (max-width: 640px) {
  .rd-delivery-summary {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .rd-delivery-summary .rd-section-heading {
    margin-bottom: 28px;
  }

  .rd-delivery-summary .rd-section-heading h2 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .rd-delivery-summary .rd-payment-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    background: transparent;
    border: 0;
  }

  .rd-delivery-summary .rd-payment-card {
    min-height: auto;
    padding: 26px 22px;
    border: 1px solid #ded4c6;
    border-radius: 18px;
  }

  .rd-delivery-summary .rd-payment-card span {
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .14em;
  }

  .rd-delivery-summary .rd-payment-card strong {
    margin-top: 22px;
    font-size: clamp(42px, 14vw, 58px);
    line-height: .98;
    letter-spacing: -.04em;
  }

  .rd-delivery-summary .rd-payment-card:not(.rd-payment-card--main) strong {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.12;
  }

  .rd-delivery-summary .rd-payment-card p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}
/* Delivery payment info adaptive fix */
@media (max-width: 900px) {
  .rd-payment-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    background: transparent;
    border: 0;
  }

  .rd-payment-card {
    min-width: 0;
    min-height: auto;
    padding: 30px 24px;
    border: 1px solid #d9d2c6;
    border-radius: 18px;
  }

  .rd-payment-card strong {
    margin-top: 22px;
    font-size: clamp(42px, 11vw, 64px);
    line-height: 1;
    letter-spacing: -.04em;
  }

  .rd-payment-card:not(.rd-payment-card--main) strong {
    max-width: 100%;
    font-size: clamp(30px, 7.2vw, 44px);
    line-height: 1.12;
  }

  .rd-payment-card p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .rd-payment-info-grid {
    gap: 12px;
  }

  .rd-payment-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .rd-payment-card span {
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .13em;
  }

  .rd-payment-card strong {
    margin-top: 20px;
    font-size: clamp(40px, 15vw, 56px);
  }

  .rd-payment-card:not(.rd-payment-card--main) strong {
    font-size: clamp(28px, 9vw, 38px);
  }

  .rd-payment-card p {
    font-size: 14px;
  }
}
/* About contacts polish */
.rd-about-contacts {
  padding-top: 24px;
  padding-bottom: 115px;
}

.rd-about-contacts__inner {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(540px, 640px);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 164, 93, .16), transparent 34%),
    linear-gradient(135deg, #171614 0%, #201f1c 100%);
  border: 1px solid rgba(233, 213, 166, .14);
  box-shadow: 0 24px 70px rgba(29, 28, 26, .12);
}

.rd-about-contacts__inner::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(233, 213, 166, .08);
  border-radius: 22px;
  pointer-events: none;
}

.rd-about-contacts__inner > * {
  position: relative;
  z-index: 1;
}

.rd-about-contacts h2 {
  max-width: 660px;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.rd-about-contacts p {
  max-width: 610px;
  color: rgba(255, 255, 255, .62);
  font-size: 16px;
  line-height: 1.75;
}

.rd-about-contacts__cards {
  gap: 20px;
}

.rd-about-contacts__cards article {
  min-width: 0;
  min-height: 290px;
  padding: 34px 32px 32px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(233, 213, 166, .18);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.rd-about-contacts__cards svg {
  color: var(--rd-gold-light);
}

.rd-about-contacts__cards span {
  margin-top: 24px;
  min-height: 42px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.45;
}

.rd-about-contacts__cards strong {
  display: block;
  margin: 12px 0 26px;
  color: #fff;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.rd-about-contacts__cards .rd-button {
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  padding-inline: 18px;
}

.rd-about-contacts__cards .rd-button--outline {
  color: var(--rd-gold-light);
  background: transparent;
  border-color: rgba(233, 213, 166, .42);
}

.rd-about-contacts__cards .rd-button--outline:hover {
  color: #171614;
  background: var(--rd-gold);
  border-color: var(--rd-gold);
}

@media (max-width: 1120px) {
  .rd-about-contacts__inner {
    grid-template-columns: 1fr;
  }

  .rd-about-contacts__cards {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .rd-about-contacts {
    padding-top: 10px;
    padding-bottom: 78px;
  }

  .rd-about-contacts__inner {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .rd-about-contacts__inner::before {
    inset: 10px;
    border-radius: 17px;
  }

  .rd-about-contacts h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .rd-about-contacts p {
    font-size: 14px;
    line-height: 1.65;
  }

  .rd-about-contacts__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rd-about-contacts__cards article {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .rd-about-contacts__cards span {
    min-height: 0;
    margin-top: 20px;
  }

  .rd-about-contacts__cards strong {
    white-space: normal;
    font-size: 22px;
  }
}
/* Footer FAQ final clean accordion */
.rd-footer__faq {
  padding-top: 52px;
  padding-bottom: 58px;
}

.rd-footer__faq-heading {
  display: block;
  margin-bottom: 38px;
}

.rd-footer__faq-heading > a {
  display: none;
}

.rd-footer__faq-heading p {
  margin: 0 0 13px;
  color: var(--rd-gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-footer__faq-heading h2 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.1vw, 66px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rd-footer__faq-list {
  border-top: 1px solid rgba(255,255,255,.12);
}

.rd-footer__faq-list .rd-footer__faq-item {
  display: block;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.rd-footer__faq-item summary {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 22px 62px 22px 0;
  color: rgba(255,255,255,.82);
  cursor: pointer;
  font-size: 17px;
  line-height: 1.45;
  list-style: none;
  transition: color .22s ease;
}

.rd-footer__faq-item summary::-webkit-details-marker {
  display: none;
}

.rd-footer__faq-question {
  position: static;
  display: block;
  width: auto;
  max-width: 920px;
  height: auto;
}

.rd-footer__faq-plus {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}

.rd-footer__faq-plus::before,
.rd-footer__faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: var(--rd-gold);
  transform: translate(-50%, -50%);
  transition: transform .28s ease;
}

.rd-footer__faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rd-footer__faq-item[open] .rd-footer__faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.rd-footer__faq-item[open] summary,
.rd-footer__faq-item summary:hover {
  color: var(--rd-gold-light);
}

.rd-footer__faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height .42s cubic-bezier(.22,.61,.36,1),
    opacity .28s ease;
}

.rd-footer__faq-answer p {
  max-width: 860px;
  margin: 0;
  padding: 0 62px 30px 0;
  color: rgba(255,255,255,.50);
  font-size: 15px;
  line-height: 1.75;
}

.rd-footer__faq-bottom {
  display: flex;
  margin-top: 34px;
}

.rd-footer__faq-bottom .rd-button {
  min-width: 260px;
  min-height: 58px;
}

@media (max-width: 760px) {
  .rd-footer__faq {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .rd-footer__faq-heading {
    margin-bottom: 28px;
  }

  .rd-footer__faq-heading h2 {
    font-size: clamp(30px, 9vw, 44px);
    letter-spacing: .08em;
  }

  .rd-footer__faq-item summary {
    min-height: 72px;
    padding: 19px 46px 19px 0;
    font-size: 15px;
  }

  .rd-footer__faq-plus {
    right: 0;
    width: 24px;
    height: 24px;
  }

  .rd-footer__faq-plus::before,
  .rd-footer__faq-plus::after {
    width: 20px;
  }

  .rd-footer__faq-answer p {
    padding: 0 46px 24px 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .rd-footer__faq-bottom .rd-button {
    width: 100%;
  }
}
/* Short measure and installation page */
.rd-service-short {
  padding-top: 88px;
  padding-bottom: 105px;
}

.rd-service-short__head {
  max-width: 860px;
  margin-bottom: 42px;
}

.rd-service-short__head h2 {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(32px, 3.4vw, 54px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.rd-service-short__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rd-service-short__card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px;
  background: #fff;
  border: 1px solid #ddd4c8;
  border-radius: 24px;
}

.rd-service-short__card--dark {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(200, 164, 93, .18), transparent 34%),
    var(--rd-ink);
  border-color: rgba(233, 213, 166, .18);
}

.rd-service-short__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--rd-gold);
  background: #f7f2ea;
  border-radius: 50%;
}

.rd-service-short__card--dark .rd-service-short__icon {
  color: var(--rd-gold-light);
  background: rgba(255, 255, 255, .08);
}

.rd-service-short__card > span {
  margin-top: 30px;
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.rd-service-short__card--dark > span {
  color: rgba(255, 255, 255, .62);
}

.rd-service-short__card strong {
  margin-top: 12px;
  color: var(--rd-ink);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.rd-service-short__card--dark strong {
  color: #fff;
}

.rd-service-short__card p {
  max-width: 520px;
  margin: 18px 0 30px;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rd-service-short__card--dark p {
  color: rgba(255, 255, 255, .58);
}

.rd-service-short__card .rd-button {
  margin-top: auto;
  min-width: 230px;
}

.rd-service-short__mobile-label {
  display: none;
}

@media (max-width: 780px) {
  .rd-service-short {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .rd-service-short__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rd-service-short__card {
    min-height: auto;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .rd-service-short__card strong {
    font-size: 30px;
  }

  .rd-service-short__card .rd-button {
    width: 100%;
  }

  .rd-service-short__desktop-label {
    display: none;
  }

  .rd-service-short__mobile-label {
    display: inline;
  }
}
/* Warranty page */
.rd-warranty-short .rd-service-short__card strong {
  font-size: clamp(42px, 4.8vw, 68px);
}

.rd-warranty-short__note {
  margin-top: 18px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--rd-paper);
  border: 1px solid #ddd4c8;
  border-radius: 18px;
}

.rd-warranty-short__note svg {
  flex: 0 0 auto;
  color: var(--rd-gold);
}

.rd-warranty-short__note p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 780px) {
  .rd-warranty-short .rd-service-short__card strong {
    font-size: 40px;
  }

  .rd-warranty-short__note {
    align-items: flex-start;
    padding: 22px;
  }
}
/* Site video preloader */
.rd-site-preloader {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  background: #000;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .7s ease, visibility .7s ease;
}

@media (min-width: 1024px) {
  html.rd-preloader-allowed .rd-site-preloader {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .rd-site-preloader {
    display: none !important;
  }
}

html.rd-preloader-lock,
body.rd-preloader-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

.rd-site-preloader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rd-site-preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.045) 0%, rgba(0,0,0,0) 34%),
    radial-gradient(circle at center, rgba(0,0,0,0) 42%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}

.rd-site-preloader__video {
  position: relative;
  z-index: 1;
  display: block;
  width: min(72vw, 980px);
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 120px);
  max-height: calc(100svh - 120px);
  object-fit: contain;
  object-position: center;
  background: #000;
}

.rd-site-preloader__fallback {
  position: relative;
  z-index: 1;
  display: none;
  width: min(60vw, 560px);
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  max-height: calc(100svh - 48px);
  object-fit: contain;
}

.rd-site-preloader.is-fallback .rd-site-preloader__video,
html.rd-preloader-reduced .rd-site-preloader__video {
  display: none;
}

.rd-site-preloader.is-fallback .rd-site-preloader__fallback,
html.rd-preloader-reduced .rd-site-preloader__fallback {
  display: block;
}

@media (max-width: 768px) {
  .rd-site-preloader__video {
    width: min(86vw, 640px);
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 80px);
    max-height: calc(100svh - 80px);
  }

  .rd-site-preloader__fallback {
    width: min(78vw, 420px);
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    max-height: calc(100svh - 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-site-preloader {
    transition: opacity .25s ease, visibility .25s ease;
  }
}
/* Smooth reveal after preloader */
body.rd-preloader-lock .rd-header,
body.rd-preloader-lock #primary,
body.rd-preloader-lock main,
body.rd-preloader-lock .rd-footer,
body.rd-preloader-lock .rd-floating-tools {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  pointer-events: none;
}

body.rd-preloader-lock.rd-preloader-revealing .rd-header,
body.rd-preloader-lock.rd-preloader-revealing #primary,
body.rd-preloader-lock.rd-preloader-revealing main,
body.rd-preloader-lock.rd-preloader-revealing .rd-footer,
body.rd-preloader-lock.rd-preloader-revealing .rd-floating-tools {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity .75s ease,
    transform .75s ease;
}
.rd-quiz-form {
    margin-top: 24px;
    grid-template-columns: 1fr;
}

.rd-quiz-form label,
.rd-quiz-form .rd-lead-form__consent > span {
    color: #665e52 !important;
}

.rd-quiz-form input {
    color: var(--rd-ink);
    border-bottom-color: #cfc5b5;
}

.rd-quiz-form input::placeholder {
    color: #9b9287;
}

.rd-quiz-form .rd-lead-form__consent a {
    color: var(--rd-ink);
}
/* Blog archive */
.blog .rd-header,
.category .rd-header,
.single-post .rd-header {
  height: 70px;
  background: rgba(25,24,22,.97);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 12px 35px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}

.rd-blog-hero {
  padding-top: 154px;
  padding-bottom: 68px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10,10,9,.92) 0%, rgba(15,14,12,.86) 48%, rgba(18,16,13,.74) 100%),
    url("../images/hero-door.webp") center right / cover no-repeat,
    var(--rd-ink);
}

.rd-blog-hero .rd-shell {
  max-width: 1240px;
}

.rd-blog-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.rd-blog-hero p:not(.rd-eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.7;
}

.rd-blog-listing {
  padding-bottom: 72px;
  background: #fff;
}

.rd-blog-section-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.72;
}

.rd-blog-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 34px 0 52px;
  background: transparent;
  border: 0;
}

.rd-blog-categories a {
  position: relative;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 24px 22px;
  background: var(--rd-paper);
  border: 1px solid #e2dbd0;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.rd-blog-categories a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--rd-gold);
}

.rd-blog-categories span {
  color: var(--rd-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.32;
  text-transform: uppercase;
}

.rd-blog-categories small {
  display: block;
  color: #5f594f;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.rd-blog-categories em {
  margin-top: auto;
  color: #8a6a2f;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-blog-categories a.is-active {
  color: #fff;
  background: var(--rd-ink);
  border-color: var(--rd-ink);
}

.rd-blog-categories a.is-active span,
.rd-blog-categories a.is-active small,
.rd-blog-categories a.is-active em {
  color: var(--rd-gold-light);
}

.rd-blog-categories a:hover {
  background: #fff;
  border-color: #cfb06c;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  transform: translateY(-2px);
}

.rd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.rd-blog-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f3efe8;
  border: 1px solid #e4ddd2;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rd-blog-card:hover {
  transform: translateY(-4px);
  border-color: #d8c8a3;
  box-shadow: 0 22px 44px rgba(0,0,0,.08);
}

.rd-blog-card__image {
  position: relative;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: #eae4db;
}

.rd-blog-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 58%, rgba(0,0,0,.12) 100%);
  opacity: 0;
  transition: opacity .22s ease;
}

.rd-blog-card:hover .rd-blog-card__image::after {
  opacity: 1;
}

.rd-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.rd-blog-card:hover .rd-blog-card__image img {
  transform: scale(1.035);
}

.rd-blog-card__body {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 26px 24px;
}

.rd-blog-card__body > p {
  margin: 0 0 14px;
  color: #8d6b2d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rd-blog-card h2 {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}

.rd-blog-card__body > span {
  display: -webkit-box;
  min-height: 4.95em;
  margin: 16px 0 22px;
  overflow: hidden;
  color: #5e584f;
  font-size: 14px;
  line-height: 1.65;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rd-blog-card .rd-text-link {
  margin-top: auto;
  padding-top: 8px;
}

.rd-blog-bottom {
  margin-top: 44px;
}

.rd-blog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(211,170,83,.15), transparent 30%),
    linear-gradient(135deg, rgba(23,22,20,.98), rgba(42,37,30,.96)),
    var(--rd-ink);
}

.rd-blog-cta__content h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.rd-blog-cta__content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.65;
}

.rd-blog-pagination {
  margin-top: 34px;
  color: var(--rd-ink);
}

.rd-blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rd-blog-pagination a,
.rd-blog-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid var(--rd-line);
  font-size: 11px;
  font-weight: 700;
}

.rd-blog-pagination .current {
  color: #171614;
  background: var(--rd-gold);
  border-color: var(--rd-gold);
}

.rd-blog-empty {
  padding: 54px;
  background: var(--rd-paper);
  border: 1px solid #e4ddd2;
}

.rd-blog-empty h2 {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.rd-blog-empty p {
  margin: 0;
  color: var(--rd-muted);
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .rd-blog-categories,
  .rd-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rd-blog-hero {
    padding-top: 126px;
    padding-bottom: 54px;
  }

  .rd-blog-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .rd-blog-hero p:not(.rd-eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .rd-blog-categories,
  .rd-blog-grid {
    grid-template-columns: 1fr;
  }

  .rd-blog-categories {
    gap: 16px;
    margin-bottom: 38px;
  }

  .rd-blog-categories a {
    min-height: 148px;
    padding: 20px;
  }

  .rd-blog-card__body {
    min-height: auto;
    padding: 24px 22px;
  }

  .rd-blog-bottom {
    margin-top: 30px;
  }

  .rd-blog-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .rd-blog-cta .rd-button {
    width: 100%;
  }
}

/* Hide blog dates */
.blog .posted-on,
.blog .entry-date,
.blog time,
.category .posted-on,
.category .entry-date,
.category time,
.single-post .posted-on,
.single-post .entry-date,
.single-post .post-date,
.single-post .entry-meta,
.single-post .rd-article-meta,
.single-post .rd-post-meta,
.single-post .rd-single-meta,
.single-post main > section:first-child p:first-child,
.single-post time {
  display: none !important;
}
/* Single blog article */
.single-post .rd-article {
  display: block;
}

.single-post .rd-page-header--article {
  width: 100vw;
  max-width: none;
  min-height: clamp(390px, 46vh, 470px);
  margin-left: calc(50% - 50vw);
  padding-top: 104px;
  padding-bottom: 54px;
  display: flex;
  align-items: center;
  overflow: hidden;
   background:
    linear-gradient(90deg, rgba(10,10,9,.94) 0%, rgba(15,14,12,.88) 48%, rgba(18,16,13,.76) 100%),
    var(--rd-article-hero-image) center / cover no-repeat,
    var(--rd-ink);
  color: #fff;
}

.single-post .rd-page-header--article .rd-shell {
  max-width: 1180px;
}

.single-post .rd-page-header--article h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.55vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.single-post .rd-page-header--article .rd-eyebrow {
  margin-bottom: 22px;
  color: var(--rd-gold-light);
}

.rd-article-lead {
  max-width: 740px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,.88);
  border-left: 2px solid var(--rd-gold);
  font-size: 16px;
  line-height: 1.62;
}

.rd-article-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 24px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-article-meta-line span + span::before {
  content: "·";
  margin: 0 12px;
  color: var(--rd-gold-light);
}

.rd-article-breadcrumbs {
  margin-bottom: 24px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.rd-article-breadcrumbs a {
  color: rgba(255,255,255,.72);
}

.rd-article-featured {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.rd-article-featured img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.rd-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 390px);
  gap: 58px;
  padding-top: 58px;
  padding-bottom: 70px;
}

.rd-article-content {
  min-width: 0;
  color: var(--rd-ink);
  font-size: 17px;
  line-height: 1.68;
}

.rd-article-content > p:first-child {
  margin-top: 0;
  margin-bottom: 32px;
  padding: 24px 28px;
  color: #3f3932;
  background: var(--rd-paper);
  border-left: 4px solid var(--rd-gold);
  font-size: 17px;
  line-height: 1.65;
}

.rd-article-content h2 {
  max-width: 720px;
  margin: 36px 0 14px;
  color: var(--rd-ink);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.rd-article-content h3 {
  margin: 26px 0 10px;
  color: var(--rd-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.rd-article-content p {
  max-width: 760px;
  margin: 0 0 17px;
  color: #3f3932;
}

.rd-article-content ul,
.rd-article-content ol {
  margin: 16px 0 24px;
  padding-left: 22px;
  color: #3f3932;
}

.rd-article-content li + li {
  margin-top: 8px;
}

.rd-article-content a:not(.rd-button) {
  color: #8a6a2f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rd-article-short {
  margin: 34px 0 44px;
  padding: 28px 30px;
  background: #f4efe7;
  border-left: 4px solid var(--rd-gold);
}

.rd-article-short h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .02em;
}

.rd-article-short ul {
  margin: 0;
  padding-left: 20px;
}

.rd-article-short li {
  color: #3f3932;
}

.rd-article-cta {
  max-width: 760px;
  margin: 42px 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  background:
    radial-gradient(circle at 90% 16%, rgba(211,170,83,.16), transparent 28%),
    linear-gradient(135deg, rgba(23,22,20,.98), rgba(42,37,30,.96)),
    var(--rd-ink);
  color: #fff;
}

.rd-article-cta--measure {
  background:
    radial-gradient(circle at 90% 16%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, rgba(142,107,45,.96), rgba(35,30,22,.97)),
    var(--rd-ink);
}

.rd-article-cta .rd-eyebrow {
  margin-bottom: 12px;
  color: var(--rd-gold-light);
}

.rd-article-cta h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.7vw, 38px);
  font-weight: 400;
  line-height: 1.14;
  text-transform: uppercase;
}

.rd-article-cta p:not(.rd-eyebrow) {
  max-width: 620px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.6;
}

.rd-article-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.rd-article-cta .rd-button {
  min-width: 190px;
  min-height: 52px;
  white-space: nowrap;
}

.rd-article-cta .rd-button small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.rd-article-side {
  min-width: 0;
}

.rd-article-side__box {
  position: sticky;
  top: 96px;
  padding: 28px;
  background: var(--rd-paper);
  border: 1px solid #e2dbd0;
  border-top: 4px solid var(--rd-gold);
}

.rd-article-side__box h2 {
  margin: 0 0 18px;
  color: var(--rd-ink);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.rd-article-side__box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  color: #4b443c;
  border-top: 1px solid #ded6ca;
  font-size: 13px;
  font-weight: 700;
}

.rd-article-side__box a svg {
  opacity: .42;
  transition: transform .2s ease, opacity .2s ease;
}

.rd-article-side__box a:hover,
.rd-article-side__box a.is-active {
  color: #8a6a2f;
}

.rd-article-side__box a:hover svg,
.rd-article-side__box a.is-active svg {
  opacity: 1;
  transform: translateX(3px);
}

.rd-article-faq {
  max-width: 760px;
  margin: 48px 0 38px;
  padding-top: 34px;
  border-top: 1px solid #e5ded3;
}

.rd-article-faq h2 {
  margin: 0 0 22px;
  color: var(--rd-ink);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.rd-article-faq__list {
  display: grid;
  gap: 10px;
}

.rd-article-faq__item {
  overflow: hidden;
  background: var(--rd-paper);
  border: 1px solid #e2dbd0;
}

.rd-article-faq__item summary {
  position: relative;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--rd-ink);
  list-style: none;
}

.rd-article-faq__item summary::-webkit-details-marker {
  display: none;
}

.rd-article-faq__item summary > span {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  display: block;
  transform: none !important;
  color: var(--rd-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.rd-article-faq__item summary > i {
  position: relative !important;
  inset: auto !important;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transform: none !important;
}

.rd-article-faq__item summary > i::before,
.rd-article-faq__item summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #8a6a2f;
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}

.rd-article-faq__item summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rd-article-faq__item[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.rd-article-faq__answer {
  padding: 0 20px 20px;
}

.rd-article-faq__answer p {
  margin: 0;
  color: #4b443c;
  font-size: 15px;
  line-height: 1.65;
}

.rd-related-posts {
  padding-top: 0;
}

.rd-related-posts .rd-section-heading p:not(.rd-eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.65;
}

.single-post [data-rd-floating-tools] {
  transform: scale(.86);
  transform-origin: right bottom;
}

@media (max-width: 980px) {
  .rd-article-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .rd-article-side__box {
    position: static;
  }
}

@media (max-width: 640px) {
.single-post .rd-page-header--article {
  min-height: 350px;
  padding-top: 96px;
  padding-bottom: 42px;
}

  .single-post .rd-page-header--article h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .rd-article-lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .rd-article-meta-line {
    display: grid;
    gap: 8px;
  }

  .rd-article-meta-line span + span::before {
    display: none;
  }

  .rd-article-featured {
    margin-top: -24px;
  }

  .rd-article-layout {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .rd-article-content {
    font-size: 15px;
    line-height: 1.7;
  }

  .rd-article-content > p:first-child {
    margin-bottom: 30px;
    padding: 22px;
    font-size: 15px;
  }

  .rd-article-content h2 {
    margin-top: 36px;
    font-size: clamp(24px, 7.4vw, 32px);
  }

  .rd-article-short,
  .rd-article-cta {
    margin: 32px 0;
    padding: 24px 22px;
  }

  .rd-article-cta .rd-button {
    width: 100%;
  }

  .single-post [data-rd-floating-tools] {
    right: 14px;
    bottom: max(16px, env(safe-area-inset-bottom));
    transform: scale(.78);
  }
}
/* === Single product final UI === */

.single-product .rd-shop {
  padding-top: 108px;
  padding-bottom: 64px;
}

.single-product .woocommerce-breadcrumb {
  margin-bottom: 24px;
  font-size: 12px;
  color: #8a8378;
}

.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 540px);
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 22px;
  align-items: start;
}

.single-product .woocommerce div.product div.images {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: 92px;
  margin-bottom: 0 !important;
}

.single-product .woocommerce div.product div.images img {
  width: 100%;
  max-height: 690px;
  padding: 6%;
  object-fit: contain;
  background: #f7f3ec;
  border: 1px solid #e3dbcf;
}

.single-product .woocommerce div.product div.summary {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0 !important;
  padding: 34px 34px 30px;
  background: #fff;
  border: 1px solid #e3dbcf;
  box-shadow: 0 18px 50px rgba(29, 28, 26, .06);
}

.single-product .woocommerce div.product .product_title {
  max-width: 100%;
  margin-bottom: 16px !important;
  font-size: clamp(34px, 3.4vw, 54px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  margin-bottom: 18px;
  color: #1d1c1a;
  font-size: 24px;
  font-weight: 700;
}

.single-product .woocommerce-product-details__short-description {
  max-width: 620px;
  margin-bottom: 22px;
  color: #514c45;
  font-size: 15px;
  line-height: 1.65;
}

.single-product .woocommerce div.product form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 22px 0 18px;
}

.single-product .woocommerce .quantity .qty {
  width: 62px;
  min-height: 48px;
  border: 1px solid #d9d0c2;
  font-weight: 700;
}

.single-product .woocommerce div.product form.cart .button,
.single-product .woocommerce div.product .single_add_to_cart_button {
  min-height: 48px;
  padding: 0 26px;
  color: #171614 !important;
  background: var(--rd-gold) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
}

.single-product .woocommerce div.product form.cart .button:hover,
.single-product .woocommerce div.product .single_add_to_cart_button:hover {
  background: var(--rd-gold-light) !important;
}

.single-product .rd-product-side-offer {
  grid-column: 1;
  grid-row: 2;
  margin-top: 8px;
  max-width: 100%;
}

.single-product .rd-product-side-offer__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.single-product .rd-product-side-offer__link,
.single-product .rd-product-side-offer__addon {
  position: relative;
  min-width: 0;
  min-height: 82px;
  padding: 14px 16px;
  overflow: hidden;
  color: #171614;
  background: #fff;
  border: 1px solid #e3dbcf;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(29, 28, 26, .045);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.single-product .rd-product-side-offer__link::before,
.single-product .rd-product-side-offer__addon::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #c8a45d 0%, #ead7aa 100%);
}

.single-product .rd-product-side-offer__link::after,
.single-product .rd-product-side-offer__addon::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #8a6a2f;
  background: #f8f4ec;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.single-product .rd-product-side-offer__link:hover,
.single-product .rd-product-side-offer__addon:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 164, 93, .85);
  box-shadow: 0 16px 34px rgba(29, 28, 26, .08);
}

.single-product .rd-product-side-offer__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}

.single-product .rd-product-side-offer__link span,
.single-product .rd-product-side-offer__addon span {
  color: #8a6a2f;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.single-product .rd-product-side-offer__link strong,
.single-product .rd-product-side-offer__addon strong {
  display: block;
  color: #171614;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.single-product .rd-product-side-offer__link--gold {
  background: linear-gradient(180deg, #d8b76d 0%, #c8a45d 100%);
  border-color: #c8a45d;
}

.single-product .rd-product-side-offer__link--gold::before {
  background: rgba(255,255,255,.45);
}

.single-product .rd-product-side-offer__link--gold span,
.single-product .rd-product-side-offer__link--gold strong,
.single-product .rd-product-side-offer__link--gold::after {
  color: #171614;
}

.single-product .rd-product-side-offer__addon {
  margin-top: 10px;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fbf8f2;
}

.single-product .rd-product-side-offer__addon i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #171614;
  border-radius: 50%;
}

.single-product .rd-wc-specifications h2,
.single-product .woocommerce-tabs h2 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
  padding: 13px 0;
  border-bottom: 1px solid #e6ded3;
  font-size: 13px;
  line-height: 1.45;
}

.single-product .woocommerce-product-attributes th {
  color: #8a8378;
  font-weight: 500;
}

.single-product .woocommerce-product-attributes td {
  color: #1d1c1a;
  font-weight: 700;
  text-align: right;
}

.single-product .woocommerce-tabs #tab-reviews,
.single-product #reviews,
.single-product #comments,
.single-product #review_form_wrapper {
  display: none !important;
}

.single-product .related.products {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #e1d8ca;
}

.single-product .related.products > h2 {
  margin-bottom: 26px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.single-product .related.products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.single-product .related.products ul.products li.product a img {
  margin-bottom: 14px;
  padding: 6%;
  background: #f7f3ec;
  border: 1px solid #eee6dc;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.8em;
  font-size: 16px;
  line-height: 1.35;
}

.single-product .related.products ul.products li.product .price {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 800;
}

.single-product .related.products ul.products li.product .button {
  width: 150px;
  height: 44px;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  color: #171614 !important;
  background: var(--rd-gold) !important;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 960px) {
	
	  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .rd-product-side-offer__buttons .rd-product-side-offer__link:last-child {
    grid-column: 1 / -1;
  }
	
  .single-product .woocommerce div.product {
    display: block;
  }

  .single-product .woocommerce div.product div.images {
    position: relative;
    top: auto;
    margin-bottom: 22px !important;
  }

  .single-product .woocommerce div.product div.summary {
    padding: 28px 24px;
  }
	
.single-product .rd-product-side-offer {
  margin: 14px 0 22px;
}

.single-product .rd-product-side-offer__buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .related.products {
  margin-top: 24px;
  padding-top: 24px;
}
}

@media (max-width: 640px) {
	
	  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary {
    margin-bottom: 18px !important;
  }

  .single-product .rd-product-side-offer {
    margin-top: 4px;
  }

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product .rd-product-side-offer__link,
  .single-product .rd-product-side-offer__addon {
    min-height: 64px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .single-product .rd-product-side-offer__link strong,
  .single-product .rd-product-side-offer__addon strong {
    font-size: 15px;
  }

  .single-product .rd-product-side-offer__addon {
    margin-top: 8px;
  }

  .single-product .related.products {
    margin-top: 20px;
    padding-top: 20px;
  }
	
  .single-product .rd-shop {
    padding-top: 78px;
    padding-bottom: 52px;
  }

  .single-product .woocommerce-breadcrumb {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .single-product .woocommerce div.product div.images img {
    max-height: 470px;
    padding: 5%;
  }

.single-product .rd-product-side-offer {
  margin: 10px 0 18px;
}

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product .rd-product-side-offer__link {
    min-height: 58px;
    padding: 11px 13px;
  }

  .single-product .rd-product-side-offer__link strong {
    font-size: 14px;
  }

  .single-product .rd-product-side-offer__addon {
    min-height: 56px;
    margin-top: 8px;
    padding: 12px 13px;
    grid-template-columns: minmax(0, 1fr) 34px;
  }
	
  .single-product .woocommerce div.product div.summary {
    padding: 22px 18px;
  }

  .single-product .woocommerce div.product .product_title {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .single-product .woocommerce div.product p.price,
  .single-product .woocommerce div.product span.price {
    font-size: 22px;
  }

  .single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .single-product .woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
  }

  .single-product .woocommerce div.product form.cart .button,
  .single-product .woocommerce div.product .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: .06em;
  }

  .single-product .woocommerce-product-attributes th,
  .single-product .woocommerce-product-attributes td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .single-product .woocommerce-product-attributes th {
    padding-bottom: 3px;
    border-bottom: 0;
  }

  .single-product .woocommerce-product-attributes td {
    padding-top: 0;
  }

	.single-product .related.products {
	  margin-top: 22px;
	  padding-top: 22px;
	}

  .single-product .related.products > h2 {
    font-size: 30px;
  }

  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.2em;
    font-size: 13px;
  }

.single-product .related.products ul.products li.product .button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin-top: 10px;
  padding: 0 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1 !important;
  letter-spacing: .05em;
}
}

/* === Single product stable final fix === */

.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  column-gap: clamp(34px, 5vw, 72px);
  row-gap: 28px;
  align-items: start;
}

.single-product .rd-product-main-left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.single-product .rd-product-main-left div.images {
  position: relative !important;
  top: auto !important;
  margin: 0 !important;
}

.single-product .woocommerce-product-gallery {
  position: relative !important;
}

.single-product .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 20 !important;
}

.single-product .woocommerce div.product div.summary {
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
}

/* Покупка: количество + корзина + избранное */

.single-product .rd-product-purchase-row {
  width: 100%;
  max-width: 560px;
  display: grid !important;
  grid-template-columns: 124px 172px 220px;
  gap: 12px;
  align-items: center;
  justify-content: start;
  margin: 22px 0 24px !important;
}

.single-product .rd-product-purchase-row form.cart {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .rd-product-purchase-row form.cart::before,
.single-product .rd-product-purchase-row form.cart::after {
  display: none !important;
  content: none !important;
}

.single-product .rd-product-purchase-row .quantity {
  grid-column: 1;
  width: 124px !important;
  height: 54px;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 38px 48px 38px;
  align-items: stretch;
  overflow: hidden;
  float: none !important;
  background: #fff;
  border: 1px solid #d8cdbc;
  border-radius: 17px;
}

.single-product .rd-product-purchase-row .quantity .qty {
  width: 48px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #171614;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 52px;
  -moz-appearance: textfield;
}

.single-product .rd-product-purchase-row .quantity .qty::-webkit-outer-spin-button,
.single-product .rd-product-purchase-row .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.single-product .rd-product-purchase-row .rd-qty-button {
  width: 38px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #171614;
  background: #f7f2ea;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.single-product .rd-product-purchase-row .rd-qty-button:hover {
  background: var(--rd-gold);
}

.single-product .rd-product-purchase-row .single_add_to_cart_button {
  grid-column: 2;
  width: 172px !important;
  min-width: 172px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  clear: none !important;
  border-radius: 17px !important;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(200, 164, 93, .22);
}

.single-product .rd-product-purchase-row .rd-favorite-button {
  grid-column: 3;
  width: 220px !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  float: none !important;
  clear: none !important;
  color: #171614;
  background: #fff;
  border: 1px solid #d8cdbc;
  border-radius: 17px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(29, 28, 26, .05);
}

.single-product .rd-product-purchase-row .rd-favorite-button:hover {
  background: #fbf8f2;
  border-color: var(--rd-gold);
}

/* Кнопки под фото */

.single-product .rd-product-side-offer {
  margin: 0;
}

.single-product .rd-product-side-offer__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.single-product .rd-product-side-offer__link,
.single-product .rd-product-side-offer__addon {
  position: relative;
  overflow: hidden;
  color: #171614;
  text-decoration: none;
  border: 1px solid #e2d6c4;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(29, 28, 26, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.single-product .rd-product-side-offer__link {
  min-height: 86px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
}

.single-product .rd-product-side-offer__link--gold {
  background: linear-gradient(135deg, #d8b768 0%, #c8a45d 100%);
  border-color: #c8a45d;
}

.single-product .rd-product-side-offer__link::after,
.single-product .rd-product-side-offer__addon::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #171614;
  background: rgba(255,255,255,.82);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.single-product .rd-product-side-offer__link span,
.single-product .rd-product-side-offer__addon span {
  color: #8a6a2f;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.single-product .rd-product-side-offer__link strong,
.single-product .rd-product-side-offer__addon strong {
  display: block;
  margin-top: 5px;
  color: #171614;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
}

.single-product .rd-product-side-offer__addon {
  min-height: 74px;
  margin-top: 12px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
  background: #fbf8f2;
}

.single-product .rd-product-side-offer__addon i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #171614;
  border-radius: 50%;
}

.single-product .rd-product-side-offer__link:hover,
.single-product .rd-product-side-offer__addon:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 164, 93, .9);
  box-shadow: 0 18px 40px rgba(29, 28, 26, .1);
}

.single-product .related.products {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e1d8ca;
}

/* Планшет */

@media (max-width: 1180px) {
  .single-product .woocommerce div.product {
    display: block;
  }

  .single-product .rd-product-main-left {
    margin-bottom: 28px;
  }

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Телефон */

@media (max-width: 760px) {
  .single-product .rd-product-purchase-row {
    max-width: 100%;
    grid-template-columns: 124px minmax(0, 1fr);
  }

  .single-product .rd-product-purchase-row .quantity {
    grid-column: 1;
  }

  .single-product .rd-product-purchase-row .single_add_to_cart_button {
    grid-column: 2;
    width: 100% !important;
    min-width: 0 !important;
  }

  .single-product .rd-product-purchase-row .rd-favorite-button {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product .rd-product-side-offer__link {
    min-height: 68px;
    padding: 14px;
    border-radius: 14px;
  }

  .single-product .rd-product-side-offer__addon {
    min-height: 64px;
    padding: 14px;
    border-radius: 14px;
  }

  .single-product .rd-product-side-offer__link strong,
  .single-product .rd-product-side-offer__addon strong {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .single-product .rd-product-purchase-row {
    grid-template-columns: 1fr;
  }

  .single-product .rd-product-purchase-row .quantity {
    width: 100% !important;
    grid-template-columns: 44px 1fr 44px;
  }

  .single-product .rd-product-purchase-row .quantity .qty {
    width: 100% !important;
  }

  .single-product .rd-product-purchase-row .rd-qty-button {
    width: 44px;
  }

  .single-product .rd-product-purchase-row .single_add_to_cart_button,
  .single-product .rd-product-purchase-row .rd-favorite-button {
    grid-column: 1;
    width: 100% !important;
  }
}

/* === Product addon arrow clean === */

.single-product .rd-product-side-offer__addon {
  grid-template-columns: minmax(0, 1fr) !important;
  padding-right: 58px !important;
}

.single-product .rd-product-side-offer__addon i {
  display: none !important;
}

.single-product .rd-product-side-offer__addon::after {
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-50%) !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(29, 28, 26, .08);
}

.single-product .rd-product-side-offer__addon:hover::after {
  transform: translateY(-50%) translateX(2px) !important;
}

/* === Product total price spacing === */

.single-product .woocommerce div.product p.price.rd-price-total,
.single-product .woocommerce div.product span.price.rd-price-total {
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .rd-price-total__label {
  display: inline-block;
  color: #8a8378;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product .rd-price-total__amount {
  display: inline-block;
  color: #1d1c1a;
  font-size: 24px;
  font-weight: 700;
}

/* Заголовки таблицы */

body.woocommerce-cart
table.wc-block-cart-items {
  width: 100%;
  border-top: 1px solid var(--rd-line) !important;
  border-bottom: 1px solid var(--rd-line) !important;
}

body.woocommerce-cart
table.wc-block-cart-items
.wc-block-cart-items__header th {
  padding: 13px 0 15px !important;

  color: #82796a;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.woocommerce-cart
table.wc-block-cart-items
.wc-block-cart-items__header-total {
  text-align: right;
}


/* Строка товара */

body.woocommerce-cart
table.wc-block-cart-items
.wc-block-cart-items__row td {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  border-top: 1px solid var(--rd-line) !important;
}


/* Фото */

body.woocommerce-cart
.wc-block-cart-item__image {
  width: 112px !important;
  padding-right: 22px !important;
}

body.woocommerce-cart
.wc-block-cart-item__image img {
  width: 90px !important;
  height: 118px !important;

  padding: 7px;
  object-fit: contain;

  background: var(--rd-paper);
}


/* Название товара */

body.woocommerce-cart
.wc-block-components-product-name {
  color: var(--rd-ink) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none !important;
}

body.woocommerce-cart
.wc-block-components-product-name:hover {
  color: #76623b !important;
}


/* Характеристики */

body.woocommerce-cart
.wc-block-components-product-metadata {
  margin-top: 7px;

  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.55;
}


/* Цена */

body.woocommerce-cart
.wc-block-cart-item__prices {
  margin-top: 7px;
}

body.woocommerce-cart
.wc-block-cart-item__prices
.wc-block-components-product-price {
  color: var(--rd-ink);
  font-size: 13px;
  font-weight: 500;
}


/* Итог товара */

body.woocommerce-cart
.wc-block-cart-item__total {
  color: var(--rd-ink);
  font-size: 15px;
  font-weight: 600;
}


/* Количество */

body.woocommerce-cart
.wc-block-components-quantity-selector {
  min-width: 105px;
  height: 38px;

  margin-top: 12px;

  background: #fff;
  border: 1px solid var(--rd-line) !important;
  border-radius: 0 !important;
}

body.woocommerce-cart
.wc-block-components-quantity-selector__button {
  min-width: 34px !important;

  color: var(--rd-ink) !important;
  background: transparent !important;

  font-size: 16px !important;
}

body.woocommerce-cart
.wc-block-components-quantity-selector__input {
  color: var(--rd-ink);
  font-size: 12px;
  font-weight: 600;
}


/* Удалить */

body.woocommerce-cart
.wc-block-cart-item__remove-link {
  margin-top: 9px !important;

  color: #8b8378 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-decoration: underline;
  text-decoration-color: #d2c5b1;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

body.woocommerce-cart
.wc-block-cart-item__remove-link:hover {
  color: var(--rd-ink) !important;
}


/* =========================================================
   ПРАВАЯ КОЛОНКА
========================================================= */

body.woocommerce-cart
.wc-block-cart__totals-title {
  margin: 0 0 18px !important;

  color: #82796a;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.woocommerce-cart
.wc-block-cart__sidebar
.wc-block-components-totals-wrapper {
  padding: 17px 0 !important;
  border-top: 1px solid var(--rd-line);
}

body.woocommerce-cart
.wc-block-components-totals-item {
  font-size: 12px;
}

body.woocommerce-cart
.wc-block-components-totals-item__label {
  color: var(--rd-muted);
}

body.woocommerce-cart
.wc-block-components-totals-item__value {
  color: var(--rd-ink);
  font-weight: 600;
}


/* Финальная сумма */

body.woocommerce-cart
.wc-block-components-totals-footer-item {
  margin-top: 7px !important;
  padding-top: 20px !important;
}

body.woocommerce-cart
.wc-block-components-totals-footer-item
.wc-block-components-totals-item__label {
  color: var(--rd-ink);
  font-size: 16px;
  font-weight: 500;
}

body.woocommerce-cart
.wc-block-components-totals-footer-item
.wc-block-components-totals-item__value {
  color: var(--rd-ink);
  font-size: 22px;
  font-weight: 600;
}


/* Купон */

body.woocommerce-cart
.wc-block-components-totals-coupon
.wc-block-components-panel__button {
  color: var(--rd-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}


/* Главная кнопка */

body.woocommerce-cart
.wc-block-cart__submit {
  margin: 23px 0 0;
}

body.woocommerce-cart
.wc-block-cart__submit-button {
  min-height: 56px;

  padding: 0 25px !important;

  color: #171614 !important;
  background: var(--rd-gold) !important;

  border: 1px solid var(--rd-gold) !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  text-transform: uppercase;

  transition:
    background .2s ease,
    border-color .2s ease;
}

body.woocommerce-cart
.wc-block-cart__submit-button:hover {
  background: var(--rd-gold-light) !important;
  border-color: var(--rd-gold-light) !important;
}

/* Покупка */

.single-product .rd-product-purchase-row {
  width: 100%;
  max-width: 560px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  margin-top: 22px;
}

.single-product .rd-product-purchase-row .quantity {
  height: 52px;
  display: grid;
  grid-template-columns: 40px 44px 40px;
  align-items: center;
  border: 1px solid #ded6ca;
  background: #fff;
}

.single-product .rd-product-purchase-row .quantity .qty {
  width: 44px !important;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 0 !important;
  text-align: center;
}

.single-product .rd-product-purchase-row .rd-qty-button {
  width: 40px;
  height: 50px;
  padding: 0;
  color: var(--rd-ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.single-product .rd-product-purchase-row .single_add_to_cart_button {
  min-height: 52px !important;
  height: 52px !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product .rd-product-purchase-row .rd-favorite-button {
  grid-column: 1 / -1;
}


/* Блоки справа */

.single-product .rd-product-side-offer {
  margin: 14px 0 22px;
}

.single-product .rd-product-side-offer__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.single-product .rd-product-side-offer__link,
.single-product .rd-product-side-offer__addon {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1d8ca;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.single-product .rd-product-side-offer__link {
  min-height: 86px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  background: #fff;
}

.single-product .rd-product-side-offer__link::before,
.single-product .rd-product-side-offer__addon::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #c8a45d 0%, #ead7aa 100%);
}

.single-product .rd-product-side-offer__link::after,
.single-product .rd-product-side-offer__addon::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #8a6a2f;
  background: #f8f4ec;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.single-product .rd-product-side-offer__link span,
.single-product .rd-product-side-offer__addon span {
  color: #8a6a2f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.single-product .rd-product-side-offer__link strong,
.single-product .rd-product-side-offer__addon strong {
  display: block;
  color: #171614;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.single-product .rd-product-side-offer__link--gold {
  background: linear-gradient(180deg, #d8b76d 0%, #c8a45d 100%);
  border-color: #c8a45d;
}

.single-product .rd-product-side-offer__link--gold::before {
  background: rgba(255,255,255,.45);
}

.single-product .rd-product-side-offer__link--gold span,
.single-product .rd-product-side-offer__link--gold strong,
.single-product .rd-product-side-offer__link--gold::after {
  color: #171614;
}

.single-product .rd-product-side-offer__addon {
  min-height: 72px;
  margin-top: 10px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fbf8f2;
}

.single-product .rd-product-side-offer__addon i {
  display: none !important;
}

.single-product .rd-product-side-offer__addon::after {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 8px 20px rgba(29,28,26,.08);
}

.single-product .rd-product-side-offer__link:hover,
.single-product .rd-product-side-offer__addon:hover {
  transform: translateY(-2px);
  border-color: rgba(200,164,93,.85);
  box-shadow: 0 16px 34px rgba(29,28,26,.08);
}


/* Характеристики */

.single-product .rd-wc-specifications h2,
.single-product .woocommerce-tabs h2 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
  padding: 13px 0;
  border-bottom: 1px solid #e6ded3;
  font-size: 13px;
  line-height: 1.45;
}

.single-product .woocommerce-product-attributes th {
  color: #8a8378;
  font-weight: 500;
}

.single-product .woocommerce-product-attributes td {
  color: #1d1c1a;
  font-weight: 700;
  text-align: right;
}

.single-product .woocommerce-tabs #tab-reviews,
.single-product #reviews,
.single-product #comments,
.single-product #review_form_wrapper {
  display: none !important;
}


/* Похожие товары */

.single-product .related.products {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #e1d8ca;
}

.single-product .related.products > h2 {
  margin-bottom: 26px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.single-product .related.products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
}

.single-product .related.products ul.products li.product a img {
  width: 100%;
  margin-bottom: 14px;
  padding: 6%;
  object-fit: contain;
  background: #f7f3ec;
  border: 1px solid #eee6dc;
}

.single-product
.related.products
ul.products
li.product
.woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.single-product .related.products ul.products li.product .price {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 800;
}

.single-product .related.products ul.products li.product .button {
  width: 150px;
  height: 44px;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #171614 !important;
  background: var(--rd-gold) !important;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}


/* Цена итого */

.single-product .woocommerce div.product p.price.rd-price-total,
.single-product .woocommerce div.product span.price.rd-price-total {
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .rd-price-total__label {
  display: inline-block;
  color: #8a8378;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product .rd-price-total__amount {
  display: inline-block;
  color: #1d1c1a;
  font-size: 24px;
  font-weight: 700;
}


/* Tablet */

@media (max-width: 960px) {

  .single-product .woocommerce div.product {
    display: block;
  }

  .single-product .woocommerce div.product div.images {
    position: relative;
    top: auto;
    margin-bottom: 22px !important;
  }

  .single-product .woocommerce div.product div.summary {
    padding: 28px 24px;
  }

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product
  .rd-product-side-offer__buttons
  .rd-product-side-offer__link:last-child {
    grid-column: 1 / -1;
  }

  .single-product .related.products {
    margin-top: 24px;
    padding-top: 24px;
  }
}


/* Mobile */

@media (max-width: 640px) {

  .single-product .rd-shop {
    padding-top: 78px;
    padding-bottom: 52px;
  }

  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary {
    margin-bottom: 18px !important;
  }

  .single-product .woocommerce div.product div.images img {
    max-height: 470px;
    padding: 5%;
  }

  .single-product .woocommerce div.product div.summary {
    padding: 22px 18px;
  }

  .single-product .woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 1.08;
  }

  .single-product .woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
  }

  .single-product .rd-product-purchase-row {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .single-product .rd-product-purchase-row .quantity,
  .single-product .rd-product-purchase-row .single_add_to_cart_button,
  .single-product .rd-product-purchase-row .rd-favorite-button {
    width: 100% !important;
    grid-column: 1;
  }

  .single-product .rd-product-side-offer__buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product .rd-product-side-offer__link,
  .single-product .rd-product-side-offer__addon {
    min-height: 64px;
    padding: 12px 14px;
  }

  .single-product .rd-product-side-offer__link strong,
  .single-product .rd-product-side-offer__addon strong {
    font-size: 15px;
  }

  .single-product .related.products {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* Quantity */

body.woocommerce-cart
.woocommerce-cart-form .product-quantity {
  width: 126px;
}

body.woocommerce-cart
.woocommerce-cart-form .quantity {
  width: 112px !important;
  height: 40px;

  display: grid !important;
  grid-template-columns: 32px 48px 32px;
  align-items: stretch;

  margin: 0 !important;

  background: #fff;
  border: 1px solid #dcd3c6;
}

body.woocommerce-cart
.woocommerce-cart-form .quantity .rd-qty-button {
  width: 32px !important;
  height: 38px !important;
  min-width: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid;
  place-items: center;

  color: var(--rd-ink);
  background: #f8f4ec;

  border: 0 !important;
  border-radius: 0 !important;

  cursor: pointer;

  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

body.woocommerce-cart
.woocommerce-cart-form .quantity .rd-qty-button:hover {
  background: var(--rd-gold);
}

body.woocommerce-cart
.woocommerce-cart-form .quantity .qty {
  width: 48px !important;
  height: 38px !important;
  min-height: 38px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--rd-ink);
  background: #fff;

  border: 0 !important;
  border-left: 1px solid #e8e0d5 !important;
  border-right: 1px solid #e8e0d5 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;

  -moz-appearance: textfield;
}

body.woocommerce-cart
.woocommerce-cart-form .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart
.woocommerce-cart-form .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* =========================================================
   CART LAYOUT
========================================================= */

body.woocommerce-cart .rd-entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  column-gap: 38px;
  row-gap: 0;
  align-items: start;
}

body.woocommerce-cart
.rd-entry-content > .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
  grid-row: 1;
}

body.woocommerce-cart
.rd-entry-content > .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}

body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-width: 0;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  grid-row: 2;
  width: 100% !important;
  margin: 0 !important;
}


/* =========================================================
   PRODUCT
========================================================= */

body.woocommerce-cart .woocommerce table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  table-layout: fixed;
  background: transparent;
}

body.woocommerce-cart
.woocommerce-cart-form table.shop_table thead {
  display: none;
}

body.woocommerce-cart
.woocommerce-cart-form tr.cart_item {
  border-top: 1px solid #e3ddd4;
  border-bottom: 1px solid #e3ddd4;
}

body.woocommerce-cart
.woocommerce-cart-form tr.cart_item td {
  padding: 20px 10px;
  vertical-align: middle;
  border: 0;
  background: #fff;
}


/* Remove */

body.woocommerce-cart
.woocommerce-cart-form .product-remove {
  width: 34px;
  padding-left: 0 !important;
}

body.woocommerce-cart
.woocommerce-cart-form .product-remove a.remove {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;

  color: #9a9185 !important;
  background: #fff;

  border: 1px solid #e1d8cb;
  border-radius: 50%;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  text-decoration: none;
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease;
}

body.woocommerce-cart
.woocommerce-cart-form .product-remove a.remove:hover {
  color: #fff !important;
  background: var(--rd-ink);
  border-color: var(--rd-ink);
}


/* Image */

body.woocommerce-cart
.woocommerce-cart-form .product-thumbnail {
  width: 90px;
}

body.woocommerce-cart
.woocommerce-cart-form .product-thumbnail a {
  display: block;
  text-decoration: none;
}

body.woocommerce-cart
.woocommerce-cart-form .product-thumbnail img {
  width: 86px !important;
  min-width: 86px;
  height: 112px !important;

  margin: 0;
  padding: 7px;

  object-fit: contain;

  background: #f7f3ed;
  border: 1px solid #f0eae1;
}


/* Name */

body.woocommerce-cart
.woocommerce-cart-form .product-name {
  width: auto;
  min-width: 0;
  padding-left: 6px;
}

body.woocommerce-cart
.woocommerce-cart-form .product-name a {
  color: var(--rd-ink);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;

  text-decoration: none;
}

body.woocommerce-cart
.woocommerce-cart-form .product-name a:hover {
  color: #86662e;
}


/* Price */

body.woocommerce-cart
.woocommerce-cart-form .product-price {
  width: 88px;

  color: #756e65;

  font-size: 12px;
  font-weight: 500;

  white-space: nowrap;
}

/* Product subtotal */

body.woocommerce-cart
.woocommerce-cart-form .product-subtotal {
  width: 108px;
  color: var(--rd-ink);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  padding-left: 16px !important;	
  white-space: nowrap;
}


/* =========================================================
   CART ACTIONS
========================================================= */

body.woocommerce-cart
.woocommerce-cart-form td.actions {
  padding: 13px 0 0 !important;
  border: 0;
}

body.woocommerce-cart
.woocommerce-cart-form .coupon {
  display: none !important;
}

body.woocommerce-cart
.woocommerce-cart-form button[name="update_cart"] {
  float: right;

  min-height: 30px;
  height: 30px;

  margin: 0;
  padding: 0 0 3px;

  color: #81796e;
  background: transparent;

  border: 0;
  border-bottom: 1px solid #d2c7b7;
  border-radius: 0;

  opacity: .55;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;

  text-transform: uppercase;

  transition:
    opacity .2s ease,
    color .2s ease,
    border-color .2s ease;
}

body.woocommerce-cart
.woocommerce-cart-form button[name="update_cart"]:hover {
  color: var(--rd-ink);
  background: transparent;
  border-bottom-color: var(--rd-gold);
  opacity: 1;
}


/* =========================================================
   ORDER SUMMARY
========================================================= */

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none !important;
}

body.woocommerce-cart
.cart-collaterals .cart_totals {
  position: sticky;
  top: 96px;

  float: none !important;
  width: 100% !important;

  margin: 0 !important;
  padding: 26px;

  background: #f8f4ec;

  border: 1px solid #ded3c3;

  box-shadow: 0 14px 38px rgba(29, 28, 26, .035);
}

body.woocommerce-cart
.cart_totals h2 {
  margin: 0 0 17px;

  color: #8d8375;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .17em;

  text-transform: uppercase;
}

body.woocommerce-cart
.cart_totals table.shop_table {
  width: 100%;
  margin: 0 0 18px;
}

body.woocommerce-cart
.cart_totals table.shop_table tr {
  border-top: 1px solid #ddd4c7;
}

body.woocommerce-cart
.cart_totals table.shop_table tr:last-child {
  border-bottom: 1px solid #ddd4c7;
}

body.woocommerce-cart
.cart_totals table.shop_table th,
body.woocommerce-cart
.cart_totals table.shop_table td {
  padding: 13px 0;

  border: 0;

  font-size: 11px;
  line-height: 1.4;
}

body.woocommerce-cart
.cart_totals table.shop_table th {
  color: #7e766b;
  font-weight: 500;
  text-align: left;
}

body.woocommerce-cart
.cart_totals table.shop_table td {
  color: var(--rd-ink);
  font-weight: 600;
  text-align: right;
}

body.woocommerce-cart
.cart_totals .order-total th {
  color: var(--rd-ink);

  font-size: 13px;
  font-weight: 600;
}

body.woocommerce-cart
.cart_totals .order-total td {
  color: var(--rd-ink);

  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.025em;
}


/* =========================================================
   ORDER CTA
========================================================= */

body.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0;
  padding: 0;
}

body.woocommerce-cart
.rd-cart-order-trigger {
  width: 100%;
  min-height: 52px;

  margin: 0;
  padding: 0 20px;

  color: #171614;
  background: var(--rd-gold);

  border: 1px solid var(--rd-gold);
  border-radius: 0;

  cursor: pointer;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;

  text-transform: uppercase;

  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

body.woocommerce-cart
.rd-cart-order-trigger:hover {
  background: var(--rd-gold-light);
  border-color: var(--rd-gold-light);
  transform: translateY(-1px);
}

body.woocommerce-cart
.rd-cart-order-trigger__note {
  max-width: 240px;

  margin: 9px auto 0;

  color: #9a9184;

  font-size: 7px;
  line-height: 1.45;
  text-align: center;
}


/* =========================================================
   PAYMENT / MEASURE / DELIVERY
========================================================= */

body.woocommerce-cart .rd-cart-bar {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;

  width: 100%;

  margin: 22px 0 0;

  background: #fff;

  border: 1px solid #e1d7ca;
}

body.woocommerce-cart
.rd-cart-bar__item {
  min-height: 106px;

  padding: 18px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  color: inherit;
  text-align: left;

  background: transparent;

  border: 0;
  border-left: 1px solid #e1d7ca;
  border-radius: 0;

  appearance: none;

  font-family: inherit;
  text-decoration: none !important;
}

body.woocommerce-cart
.rd-cart-bar__item:first-child {
  border-left: 0;
}

body.woocommerce-cart
.rd-cart-bar__item--payment {
  background: #f8f4ec;
}

body.woocommerce-cart
.rd-cart-bar__item--measure {
  width: 100%;
  cursor: pointer;
}

body.woocommerce-cart
.rd-cart-bar__item--measure:focus,
body.woocommerce-cart
.rd-cart-bar__item--measure:focus-visible {
  outline: 0;
  box-shadow: inset 0 -2px 0 var(--rd-gold);
}

body.woocommerce-cart
.rd-cart-bar__item span {
  display: block;

  margin-bottom: 6px;

  color: #958b7d;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;

  text-transform: uppercase;
}

body.woocommerce-cart
.rd-cart-bar__item strong {
  display: block;

  color: var(--rd-ink);

  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

body.woocommerce-cart
.rd-cart-bar__item small {
  display: block;

  max-width: 235px;

  margin-top: 6px;

  color: #8a8277;

  font-size: 9px;
  line-height: 1.5;
}


/* =========================================================
   EMPTY CART
========================================================= */

body.woocommerce-cart
.rd-entry-content > .woocommerce:has(.cart-empty) {
  width: min(620px, 100%);
  margin: 0 auto;

  display: flex !important;
  flex-direction: column;
  align-items: stretch;

  gap: 0;
}


/* Основной блок */

body.woocommerce-cart
.cart-empty.woocommerce-info {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 46px 42px 24px;

  color: var(--rd-ink);
  background: #f8f4ec;

  border: 1px solid #e1d7ca;
  border-bottom: 0;

  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.02em;
  text-align: center;
}

body.woocommerce-cart
.cart-empty.woocommerce-info::before {
  content: none !important;
  display: none !important;
}

/* Кнопка */

body.woocommerce-cart
.return-to-shop {
  width: 100%;

  margin: 0;
  padding: 0 42px 42px;

  background: #f8f4ec;

  border: 1px solid #e1d7ca;
  border-top: 0;

  text-align: center;
}

body.woocommerce-cart
.return-to-shop .button,
body.woocommerce-cart
.return-to-shop .wc-backward {
  width: 100%;
  min-height: 52px;

  margin: 0;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #171614 !important;
  background: var(--rd-gold) !important;

  border: 1px solid var(--rd-gold) !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .12em;

  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    background .2s ease,
    border-color .2s ease;
}

body.woocommerce-cart
.return-to-shop .button:hover,
body.woocommerce-cart
.return-to-shop .wc-backward:hover {
  color: #171614 !important;
  background: var(--rd-gold-light) !important;
  border-color: var(--rd-gold-light) !important;
}


/* Mobile */

@media (max-width: 700px) {

  body.woocommerce-cart
  .rd-entry-content > .woocommerce:has(.cart-empty) {
    width: 100%;
  }

  body.woocommerce-cart
  .cart-empty.woocommerce-info {
    padding: 38px 42px 24px;

    font-size: 21px;
  }

  body.woocommerce-cart
  .return-to-shop {
    padding: 0 22px 28px;
  }

  body.woocommerce-cart
  .return-to-shop .button,
  body.woocommerce-cart
  .return-to-shop .wc-backward {
    min-height: 50px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 960px) {

  body.woocommerce-cart
  .rd-entry-content > .woocommerce {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  body.woocommerce-cart
  .woocommerce-cart-form {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-cart
  .cart-collaterals {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-cart
  .cart-collaterals .cart_totals {
    position: static;
  }

  body.woocommerce-cart
  .rd-cart-bar {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart
  .rd-cart-bar__item {
    min-height: auto;

    border-left: 0;
    border-top: 1px solid #e1d7ca;
  }

  body.woocommerce-cart
  .rd-cart-bar__item:first-child {
    border-top: 0;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  body.woocommerce-cart .rd-content {
    padding-top: 90px;
    padding-bottom: 48px;
  }

  body.woocommerce-cart .rd-page-header {
    margin-bottom: 22px;
  }

  body.woocommerce-cart
  .rd-page-header h1 {
    font-size: 42px;
  }

  body.woocommerce-cart
  .woocommerce-cart-form table.shop_table,
  body.woocommerce-cart
  .woocommerce-cart-form table.shop_table tbody {
    display: block;
  }

  body.woocommerce-cart
  .woocommerce-cart-form tr.cart_item {
    position: relative;

    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 0 15px;

    padding: 17px 0;
  }

  body.woocommerce-cart
  .woocommerce-cart-form tr.cart_item td {
    width: auto;
    padding: 3px 0;

    display: block;

    text-align: left !important;
  }

  body.woocommerce-cart
  .woocommerce-cart-form td::before {
    display: none !important;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-remove {
    position: absolute;
    z-index: 2;

    top: 16px;
    right: 0;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / 6;

    display: block !important;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-thumbnail img {
    width: 72px !important;
    min-width: 72px;
    height: 96px !important;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-name,
  body.woocommerce-cart
  .woocommerce-cart-form .product-price,
  body.woocommerce-cart
  .woocommerce-cart-form .product-quantity,
  body.woocommerce-cart
  .woocommerce-cart-form .product-subtotal {
    grid-column: 2;
    width: auto;

    padding-right: 34px;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-name a {
    font-size: 14px;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-price {
    margin-top: 3px;
  }

  body.woocommerce-cart
  .woocommerce-cart-form .product-subtotal {
    margin-top: 4px;
    text-align: left !important;
  }

  body.woocommerce-cart
  .woocommerce-cart-form td.actions {
    display: block !important;
    padding-top: 10px !important;
  }

  body.woocommerce-cart
  .cart-collaterals .cart_totals {
    padding: 22px 20px 20px;
  }

  body.woocommerce-cart
  .rd-cart-bar__item {
    padding: 17px 19px;
  }
}

/* =========================================================
   CART ORDER MODAL
========================================================= */

body.rd-cart-order-open {
  overflow: hidden;
}

.rd-cart-order-modal[hidden] {
  display: none !important;
}

.rd-cart-order-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;

  display: grid;
  place-items: center;

  padding: 24px;

  overflow-y: auto;
}

.rd-cart-order-modal__backdrop {
  position: absolute;
  inset: 0;

  background: rgba(20, 19, 17, .62);
  backdrop-filter: blur(5px);
}

.rd-cart-order-modal__dialog {
  position: relative;
  z-index: 1;

  width: min(620px, 100%);
  max-height: calc(100dvh - 48px);

  overflow-y: auto;

  padding: 36px;

  background: #f8f4ec;
  border: 1px solid #d9cdbb;

  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.rd-cart-order-modal__close {
  position: absolute;
  top: 15px;
  right: 16px;

  width: 36px;
  height: 36px;

  padding: 0;

  display: grid;
  place-items: center;

  color: #716a61;
  background: transparent;

  border: 0;

  cursor: pointer;

  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.rd-cart-order-modal__head {
  padding-right: 30px;
}

.rd-cart-order-modal__head .rd-eyebrow {
  margin-bottom: 10px;
}

.rd-cart-order-modal__head h2 {
  margin: 0;

  color: var(--rd-ink);

  font-size: 38px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.rd-cart-order-modal__head > p:last-child {
  max-width: 520px;

  margin: 14px 0 0;

  color: var(--rd-muted);

  font-size: 13px;
  line-height: 1.65;
}

.rd-cart-order-modal__form {
  margin-top: 26px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rd-cart-order-modal__form label {
  display: block;
}

.rd-cart-order-modal__form label > span {
  display: block;

  margin-bottom: 7px;

  color: #81786d;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;

  text-transform: uppercase;
}

.rd-cart-order-modal__form input[type="text"],
.rd-cart-order-modal__form input[type="tel"] {
  width: 100%;
  height: 50px;

  padding: 0 14px;

  color: var(--rd-ink);
  background: #fff;

  border: 1px solid #d8cec0;
  border-radius: 0;

  outline: 0;
}

.rd-cart-order-modal__form input:focus {
  border-color: var(--rd-gold);
}

.rd-cart-order-modal__form .rd-lead-form__consent {
  grid-column: 1 / -1;
}

.rd-cart-order-modal__submit {
  grid-column: 1 / -1;

  width: 100%;
  min-height: 52px;

  margin-top: 2px;
  padding: 0 22px;

  color: #171614;
  background: var(--rd-gold);

  border: 1px solid var(--rd-gold);

  cursor: pointer;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;

  text-transform: uppercase;
}

.rd-cart-order-modal__submit:hover {
  background: var(--rd-gold-light);
  border-color: var(--rd-gold-light);
}

.rd-cart-order-modal__form .rd-lead-form__status {
  grid-column: 1 / -1;

  margin: 0;

  text-align: center;
}


/* Mobile */

@media (max-width: 640px) {

  .rd-cart-order-modal {
    padding: 12px;
  }

  .rd-cart-order-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);

    padding: 30px 20px 24px;
  }

  .rd-cart-order-modal__head {
    padding-right: 24px;
  }

  .rd-cart-order-modal__head h2 {
    font-size: 30px;
  }

  .rd-cart-order-modal__head > p:last-child {
    font-size: 12px;
  }

  .rd-cart-order-modal__form {
    grid-template-columns: 1fr;
    gap: 13px;

    margin-top: 22px;
  }

  .rd-cart-order-modal__form .rd-lead-form__consent,
  .rd-cart-order-modal__submit,
  .rd-cart-order-modal__form .rd-lead-form__status {
    grid-column: 1;
  }
}