/**
 * Product 564 layout styles — Smart Edge Series.
 * Enqueued only on this product page.
 */

.rdl-pl--564 {
  --rdl-pl-red: #E00100;
  --rdl-pl-red-hover: #C40100;
  --rdl-pl-red-glow: rgba(224, 1, 0, 0.28);
  color: #fff;
  width: 100%;
}

.rdl-pl--564 *,
.rdl-pl--564 *::before,
.rdl-pl--564 *::after {
  box-sizing: border-box;
}

.rdl-pl--564 .rdl-reveal,
.rdl-pl--564 .rdl-reveal-left,
.rdl-pl--564 .rdl-reveal-right {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.rdl-pl--564 .rdl-reveal { transform: translateY(32px); }
.rdl-pl--564 .rdl-reveal-left { transform: translateX(-32px); }
.rdl-pl--564 .rdl-reveal-right { transform: translateX(32px); }

.rdl-pl--564 .rdl-reveal.rdl-visible,
.rdl-pl--564 .rdl-reveal-left.rdl-visible,
.rdl-pl--564 .rdl-reveal-right.rdl-visible {
  opacity: 1;
  transform: none;
}

.rdl-pl--564 .rdl-delay-1 { transition-delay: 0.08s; }
.rdl-pl--564 .rdl-delay-2 { transition-delay: 0.16s; }
.rdl-pl--564 .rdl-delay-3 { transition-delay: 0.24s; }
.rdl-pl--564 .rdl-delay-4 { transition-delay: 0.32s; }

.rdl-pl--564 .rdl-pl-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-wrap { padding: 0 32px; }
}

.rdl-pl--564 .rdl-pl-section {
  padding: 56px 0;
}

.rdl-pl--564 .rdl-pl-section.rdl-pl-section--appear {
  padding: 0;
}

.rdl-pl--564 .rdl-pl-section--last {
  padding-bottom: 72px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-section { padding: 80px 0; }
  .rdl-pl--564 .rdl-pl-section.rdl-pl-section--appear { padding: 0; }
  .rdl-pl--564 .rdl-pl-section--last { padding-bottom: 96px; }
}

.rdl-pl--564 .rdl-pl-heading {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--rdl-pl-red);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 8px 24px var(--rdl-pl-red-glow);
}

.rdl-pl--564 .rdl-pl-pill--lg {
  padding: 12px 32px;
  font-size: 1.2rem;
}

.rdl-pl--564 .rdl-pl-pill--hero {
  padding: 14px 36px;
  font-size: 1.35rem;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-pill--lg {
    padding: 14px 40px;
    font-size: 1.5rem;
  }

  .rdl-pl--564 .rdl-pl-pill--hero {
    padding: 16px 48px;
    font-size: 1.75rem;
  }
}

.rdl-pl--564 .rdl-pl-section__pill {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.rdl-pl--564 .rdl-pl-section__pill--left {
  justify-content: flex-start;
  margin-bottom: 22px;
}

.rdl-pl--564 .rdl-pl-shot--clear {
  position: relative;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.rdl-pl--564 .rdl-pl-shot--clear img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Hero ─────────────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--rdl-header-offset, 96px) + 12px) 16px 36px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-hero {
    min-height: min(86vh, 920px);
    padding: calc(var(--rdl-header-offset, 96px) + 20px) 20px 48px;
  }
}

.rdl-pl--564 .rdl-pl-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.rdl-pl--564 .rdl-pl-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.rdl-pl--564 .rdl-pl-hero--split .rdl-pl-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-hero--split .rdl-pl-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 40px;
  }
}

.rdl-pl--564 .rdl-pl-hero--bare .rdl-pl-hero__title {
  margin: 0 0 18px;
  font-size: clamp(1.85rem, 4.2vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #141414;
  text-align: left;
}

.rdl-pl--564 .rdl-pl-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rdl-pl--564 .rdl-pl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.rdl-pl--564 .rdl-pl-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1.5px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rdl-pl--564 .rdl-pl-hero__cta:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  transform: translateY(-1px);
}

.rdl-pl--564 .rdl-pl-hero__shot {
  margin: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.rdl-pl--564 .rdl-pl-hero__shot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: contain;
}

/* ── Feature grid ─────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.rdl-pl--564 .rdl-pl-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.rdl-pl--564 .rdl-pl-feature:hover {
  border-color: rgba(224, 1, 0, 0.45);
  background: rgba(224, 1, 0, 0.06);
  transform: translateY(-3px);
}

.rdl-pl--564 .rdl-pl-feature__icon {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.rdl-pl--564 .rdl-pl-feature__icon:has(.rdl-pl-feature__text) {
  padding: 4px 6px;
}

.rdl-pl--564 .rdl-pl-feature__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rdl-pl--564 .rdl-pl-feature__text {
  color: #626262;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.rdl-pl--564 .rdl-pl-feature__text--hd {
  color: #626262;
  font-style: italic;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: -0.04em;
}

.rdl-pl--564 .rdl-pl-feature__overlay {
  position: absolute;
  color: #626262;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  pointer-events: none;
}

.rdl-pl--564 .rdl-pl-feature__overlay--tr {
  top: 8px;
  right: 8px;
  font-size: 16px;
}

.rdl-pl--564 .rdl-pl-feature__overlay--center {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.rdl-pl--564 .rdl-pl-feature__label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .rdl-pl--564 .rdl-pl-features {
    gap: 20px;
  }

  .rdl-pl--564 .rdl-pl-feature {
    gap: 16px;
    padding: 28px 20px 24px;
    border-radius: 24px;
  }

  .rdl-pl--564 .rdl-pl-feature__icon {
    width: 112px;
    height: 112px;
    border-radius: 22px;
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-feature { padding: 36px 24px 28px; }
  .rdl-pl--564 .rdl-pl-feature__icon { width: 132px; height: 132px; }
  .rdl-pl--564 .rdl-pl-feature__label { font-size: 1.15rem; }
  .rdl-pl--564 .rdl-pl-feature__text--hd { font-size: 3.5rem; }
}

@media (min-width: 1100px) {
  .rdl-pl--564 .rdl-pl-features--4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

/* ── Appearance ───────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--appear {
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rdl-pl--564 .rdl-pl-appear {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 0;
}

.rdl-pl--564 .rdl-pl-appear__copy {
  padding: 28px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rdl-pl--564 .rdl-pl-appear__copy p {
  margin: 0;
  max-width: 34em;
  color: #1a1a1a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.rdl-pl--564 .rdl-pl-appear__media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
  line-height: 0;
}

.rdl-pl--564 .rdl-pl-appear__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1315 / 1244;
  object-fit: cover;
  object-position: right center;
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-appear {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }

  .rdl-pl--564 .rdl-pl-appear__copy {
    padding: 24px 48px 24px 0;
  }

  .rdl-pl--564 .rdl-pl-appear__copy p {
    font-size: 1.125rem;
  }

  .rdl-pl--564 .rdl-pl-appear__media {
    align-self: stretch;
  }

  .rdl-pl--564 .rdl-pl-appear__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
}

/* ── Cabinet size timeline ────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-sizes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rdl-pl--564 .rdl-pl-sizes__spine {
  display: block;
  position: absolute;
  left: 50%;
  top: 4%;
  bottom: 4%;
  width: 28px;
  transform: translateX(-50%);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.92;
}

.rdl-pl--564 .rdl-pl-size {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px 12px;
  align-items: center;
}

.rdl-pl--564 .rdl-pl-size__side {
  width: 100%;
  max-width: none;
  display: flex;
}

.rdl-pl--564 .rdl-pl-size__side--left { justify-content: flex-end; }
.rdl-pl--564 .rdl-pl-size__side--right { justify-content: flex-start; }

.rdl-pl--564 .rdl-pl-size__media {
  width: 100%;
}

.rdl-pl--564 .rdl-pl-size--50 .rdl-pl-size__media { width: 50%; }
.rdl-pl--564 .rdl-pl-size--75 .rdl-pl-size__media { width: 75%; }
.rdl-pl--564 .rdl-pl-size--100 .rdl-pl-size__media { width: 100%; }

.rdl-pl--564 .rdl-pl-size__media img {
  display: block;
  width: 100%;
  height: auto;
}

.rdl-pl--564 .rdl-pl-size__dim {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #161616;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  min-width: 132px;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-sizes { gap: 36px; }

  .rdl-pl--564 .rdl-pl-size {
    gap: 18px 20px;
  }

  .rdl-pl--564 .rdl-pl-size__dim {
    font-size: 1.125rem;
    padding: 12px 18px;
    min-width: 168px;
  }
}

/* ── Cabinet weight ───────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-weight {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 56px 0 64px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-weight { padding: 80px 0 96px; }
}

.rdl-pl--564 .rdl-pl-weight__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.rdl-pl--564 .rdl-pl-weight__copy {
  text-align: left;
}

.rdl-pl--564 .rdl-pl-weight__intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.rdl-pl--564 .rdl-pl-weight__intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.rdl-pl--564 .rdl-pl-weight__intro p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.7;
}

.rdl-pl--564 .rdl-pl-weight__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  max-width: 420px;
  text-align: left;
}

.rdl-pl--564 .rdl-pl-weight__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.rdl-pl--564 .rdl-pl-weight__list strong {
  color: #fff;
  font-weight: 700;
}

.rdl-pl--564 .rdl-pl-weight__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  width: 100%;
}

.rdl-pl--564 .rdl-pl-weight__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.7;
}

.rdl-pl--564 .rdl-pl-weight__product {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.rdl-pl--564 .rdl-pl-weight__zoom {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  margin-top: 0;
  flex-shrink: 0;
}

.rdl-pl--564 .rdl-pl-weight__zoom-wrap {
  position: relative;
  display: block;
  width: auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.55);
  line-height: 0;
  overflow: visible;
}

.rdl-pl--564 .rdl-pl-zoom-img {
  display: block;
  width: 58px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.rdl-pl--564 .rdl-pl-hotspot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rdl-pl-red);
  border: 2px solid #fff;
  z-index: 4;
  pointer-events: none;
}

.rdl-pl--564 .rdl-pl-hotspot--weight {
  top: 20%;
  right: 12.8%;
  transform: translate(50%, -50%);
}

.rdl-pl--564 .rdl-pl-hotspot--weight-zoom {
  top: 20%;
  left: 0;
  transform: translate(-50%, -50%);
}

.rdl-pl--564 .rdl-pl-weight__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 3;
}

.rdl-pl--564 .rdl-pl-weight__svg line {
  stroke: var(--rdl-pl-red);
  stroke-width: 2;
  stroke-linecap: round;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-weight__zoom-wrap {
    padding: 10px;
  }

  .rdl-pl--564 .rdl-pl-zoom-img {
    width: 70px;
  }

  .rdl-pl--564 .rdl-pl-weight__intro p,
  .rdl-pl--564 .rdl-pl-weight__note { font-size: 1.125rem; }

  .rdl-pl--564 .rdl-pl-weight__list { font-size: 1.05rem; }
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-weight__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: 40px 28px;
    align-items: center;
  }

  .rdl-pl--564 .rdl-pl-weight__product {
    max-width: none;
  }

  .rdl-pl--564 .rdl-pl-hotspot--weight-zoom {
    top: 20%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}

/* ── Front maintenance ────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--front {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.rdl-pl--564 .rdl-pl-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.rdl-pl--564 .rdl-pl-split__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-split__copy p { font-size: 1.125rem; }
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 48px;
  }

  .rdl-pl--564 .rdl-pl-split--module {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    gap: 36px 28px;
  }
}

.rdl-pl--564 .rdl-pl-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rdl-pl--564 .rdl-pl-points li {
  position: relative;
  padding-left: 28px;
}

.rdl-pl--564 .rdl-pl-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rdl-pl-red);
  box-shadow: 0 0 0 4px rgba(224, 1, 0, 0.16);
}

.rdl-pl--564 .rdl-pl-points h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-points h3 { font-size: 1.125rem; }
  .rdl-pl--564 .rdl-pl-points p { font-size: 1.0625rem; }
}

.rdl-pl--564 .rdl-pl-module__media {
  display: flex;
  justify-content: center;
}

.rdl-pl--564 .rdl-pl-module__stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}

.rdl-pl--564 .rdl-pl-module__cap {
  align-self: flex-start;
  width: 58%;
  display: flex;
  justify-content: center;
}

.rdl-pl--564 .rdl-pl-module__figure {
  position: relative;
  width: 100%;
  min-height: 360px;
}

.rdl-pl--564 .rdl-pl-module__figure img {
  display: block;
  width: 58%;
  height: auto;
  margin-inline: 0;
}

.rdl-pl--564 .rdl-pl-module__badges {
  position: absolute;
  inset: 0 0 0 60%;
  margin: 0;
  display: block;
}

.rdl-pl--564 .rdl-pl-module__badge {
  position: absolute;
  left: 8px;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  box-shadow: none;
}

.rdl-pl--564 .rdl-pl-module__badge--15 { top: 15%; }
.rdl-pl--564 .rdl-pl-module__badge--75 { top: 75%; }
.rdl-pl--564 .rdl-pl-module__badge--after { top: calc(75% + 3.1rem); }

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-module__figure {
    min-height: 520px;
  }

  .rdl-pl--564 .rdl-pl-module__badge {
    left: 12px;
    font-size: 0.8125rem;
    padding: 9px 16px;
  }
}

/* ── Product details ──────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--details,
.rdl-pl--564 .rdl-pl-section--details.rdl-pl-section--last {
  padding-bottom: 0;
  overflow-x: clip;
  background: #000;
}

.rdl-pl--564 .rdl-pl-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.rdl-pl--564 .rdl-pl-details__media {
  position: relative;
  overflow: visible;
  margin-right: calc(-20px - max(0px, (100vw - 1400px) / 2));
  width: calc(100% + 20px + max(0px, (100vw - 1400px) / 2));
}

.rdl-pl--564 .rdl-pl-details__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, 0.4fr) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: stretch;
  width: 100%;
}

.rdl-pl--564 .rdl-pl-details__figure {
  position: relative;
  width: 100%;
  min-width: 0;
  line-height: 0;
  overflow: visible;
}

.rdl-pl--564 .rdl-pl-details__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
}

.rdl-pl--564 .rdl-pl-details__labels {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  z-index: 5;
  line-height: normal;
}

.rdl-pl--564 .rdl-pl-details__labels-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.rdl-pl--564 .rdl-pl-details__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  box-shadow: none;
}

.rdl-pl--564 .rdl-pl-details__badge--mold {
  margin-top: auto;
  white-space: normal;
  border-radius: 16px;
}

.rdl-pl--564 .rdl-pl-details__pin {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.rdl-pl--564 .rdl-pl-details__pin--anti { left: 74%; top: 11%; }
.rdl-pl--564 .rdl-pl-details__pin--screw { left: 50%; top: 18%; }
.rdl-pl--564 .rdl-pl-details__pin--eagle { left: 29%; top: 26%; }
.rdl-pl--564 .rdl-pl-details__pin--hard { left: 14%; top: 33%; }
.rdl-pl--564 .rdl-pl-details__pin--mold { left: 21%; top: 87%; }

.rdl-pl--564 .rdl-pl-details__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 3;
}

.rdl-pl--564 .rdl-pl-details__svg line {
  stroke: var(--rdl-pl-red);
  stroke-width: 2;
  stroke-linecap: round;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-details__media {
    margin-right: calc(-32px - max(0px, (100vw - 1400px) / 2));
    width: calc(100% + 32px + max(0px, (100vw - 1400px) / 2));
  }

  .rdl-pl--564 .rdl-pl-details__badge {
    font-size: 0.8125rem;
    padding: 9px 16px;
  }
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-details {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.22fr);
    gap: 36px 28px;
    align-items: end;
  }

  .rdl-pl--564 .rdl-pl-details__copy {
    align-self: center;
  }

  .rdl-pl--564 .rdl-pl-details__media {
    align-self: end;
  }

  .rdl-pl--564 .rdl-pl-details__stage {
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
    gap: 12px 18px;
  }

  .rdl-pl--564 .rdl-pl-details__labels-top {
    gap: 10px;
  }

  .rdl-pl--564 .rdl-pl-details__labels {
    gap: 10px;
  }

  .rdl-pl--564 .rdl-pl-details__figure img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
  }
}

.rdl-pl--564 .rdl-pl-section--details .rdl-pl-quote {
  justify-content: flex-start;
  margin-top: 28px;
}

/* ── Free splicing ────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--splice {
  background: #111;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-section--splice .rdl-pl-section__pill {
  justify-content: center;
}

.rdl-pl--564 .rdl-pl-splice__intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-section--splice .rdl-pl-heading {
  color: #fff;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-splice__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-splice__intro strong {
  font-weight: 700;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-splice__shots {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.rdl-pl--564 .rdl-pl-splice__shot {
  width: 100%;
  line-height: 0;
}

.rdl-pl--564 .rdl-pl-splice__shot img {
  display: block;
  width: 100%;
  height: auto;
}

.rdl-pl--564 .rdl-pl-section--splice .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-splice__intro p { font-size: 1.125rem; }
  .rdl-pl--564 .rdl-pl-splice__shots { gap: 32px; }
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-splice__shots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }
}

/* ── Creative splicing ────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--shapes {
  background: #000;
}

.rdl-pl--564 .rdl-pl-shapes__intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-shapes__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
}

.rdl-pl--564 .rdl-pl-shapes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}

.rdl-pl--564 .rdl-pl-shapes__shot {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdl-pl--564 .rdl-pl-shapes__shot img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
}

.rdl-pl--564 .rdl-pl-section--shapes .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-shapes__intro p { font-size: 1.125rem; }

  .rdl-pl--564 .rdl-pl-shapes__grid--split {
    grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.72fr);
    gap: 24px;
    align-items: stretch;
  }

  .rdl-pl--564 .rdl-pl-shapes__shot img {
    height: min(42vw, 460px);
  }
}

/* ── Installation method ──────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--install {
  background: #111;
}

.rdl-pl--564 .rdl-pl-install__intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-install__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
}

.rdl-pl--564 .rdl-pl-install__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.rdl-pl--564 .rdl-pl-install__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.rdl-pl--564 .rdl-pl-install__item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
}

.rdl-pl--564 .rdl-pl-install__item figcaption {
  margin: 0;
  margin-top: auto;
}

.rdl-pl--564 .rdl-pl-section--install .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-install__intro p { font-size: 1.125rem; }

  .rdl-pl--564 .rdl-pl-install__grid--triple {
    grid-template-columns: 2fr 2fr 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .rdl-pl--564 .rdl-pl-install__item img {
    height: min(36vw, 420px);
  }
}

/* ── Product display ──────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--display {
  padding-top: 56px;
  padding-bottom: 0;
  background: #000;
}

.rdl-pl--564 .rdl-pl-section--display.rdl-pl-section--last {
  padding-bottom: 72px;
}

.rdl-pl--564 .rdl-pl-display__stage,
.rdl-pl--564 .rdl-pl-size-shot {
  position: relative;
  line-height: 0;
}

.rdl-pl--564 .rdl-pl-display__stage {
  display: flex;
  flex-direction: column;
}

.rdl-pl--564 .rdl-pl-display__stage img,
.rdl-pl--564 .rdl-pl-size-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.rdl-pl--564 .rdl-pl-display__top {
  position: static;
  order: -1;
  z-index: 2;
  padding: 0 0 24px;
  line-height: normal;
}

.rdl-pl--564 .rdl-pl-section--display .rdl-pl-section__pill {
  margin-bottom: 0;
}

.rdl-pl--564 .rdl-pl-size-badge {
  position: absolute;
  top: 30%;
  right: 20%;
  transform: translate(50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1.5px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.rdl-pl--564 .rdl-pl-section--size-shot,
.rdl-pl--564 .rdl-pl-section.rdl-pl-section--size-shot {
  padding: 0;
  background: #000;
}

.rdl-pl--564 .rdl-pl-section--size-shot.rdl-pl-section--last {
  padding-bottom: 72px;
}

.rdl-pl--564 .rdl-pl-section--display .rdl-pl-quote,
.rdl-pl--564 .rdl-pl-section--size-shot .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-section--display {
    padding-top: 80px;
  }

  .rdl-pl--564 .rdl-pl-size-badge {
    padding: 10px 22px;
    font-size: 1.05rem;
  }

  .rdl-pl--564 .rdl-pl-section--display.rdl-pl-section--last,
  .rdl-pl--564 .rdl-pl-section--size-shot.rdl-pl-section--last {
    padding-bottom: 96px;
  }
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-section--display {
    padding-top: 0;
  }

  .rdl-pl--564 .rdl-pl-display__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    order: 0;
    padding-top: 56px;
    padding-bottom: 0;
  }
}

/* ── Specs table ──────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-wrap--wide {
  max-width: 1400px;
}

.rdl-pl--564 .rdl-pl-section--specs {
  background: #111;
}

.rdl-pl--564 .rdl-pl-specs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.rdl-pl--564 .rdl-pl-specs {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-specs th,
.rdl-pl--564 .rdl-pl-specs td {
  padding: 12px 14px;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rdl-pl--564 .rdl-pl-specs thead th {
  padding: 16px 10px 18px;
  background: transparent;
  font-weight: 600;
}

.rdl-pl--564 .rdl-pl-specs thead .rdl-pl-pill {
  min-width: 72px;
  padding: 8px 16px;
  font-size: 0.875rem;
}

.rdl-pl--564 .rdl-pl-specs thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #111;
}

.rdl-pl--564 .rdl-pl-specs tbody th {
  text-align: left;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #111;
  box-shadow: 8px 0 12px -8px rgba(0, 0, 0, 0.55);
}

.rdl-pl--564 .rdl-pl-specs tbody td {
  text-align: center;
}

.rdl-pl--564 .rdl-pl-specs tbody tr:nth-child(odd) td,
.rdl-pl--564 .rdl-pl-specs tbody tr:nth-child(odd) th {
  background: #191919;
}

.rdl-pl--564 .rdl-pl-specs tbody tr:nth-child(even) td,
.rdl-pl--564 .rdl-pl-specs tbody tr:nth-child(even) th {
  background: #111;
}

.rdl-pl--564 .rdl-pl-specs tbody td[colspan] {
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  white-space: normal;
}

.rdl-pl--564 .rdl-pl-specs td.rdl-pl-specs__stack {
  white-space: normal;
  line-height: 1.55;
}

.rdl-pl--564 .rdl-pl-section--specs .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-specs th,
  .rdl-pl--564 .rdl-pl-specs td {
    padding: 13px 16px;
    font-size: 0.875rem;
  }
}

.rdl-pl--564 #rdl-pl-specs {
  scroll-margin-top: calc(var(--rdl-header-offset, 96px) + 24px);
}

/* ── Scene display ────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-section--scenes {
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rdl-pl--564 .rdl-pl-scenes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rdl-pl--564 .rdl-pl-scenes__item {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
  background: #0a0a0a;
}

.rdl-pl--564 .rdl-pl-scenes__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdl-pl--564 .rdl-pl-section--scenes .rdl-pl-quote {
  margin-top: 40px;
}

@media (min-width: 700px) {
  .rdl-pl--564 .rdl-pl-scenes {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* ── Visual performance ───────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-visual__intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.rdl-pl--564 .rdl-pl-visual__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-visual__intro p { font-size: 1.125rem; }
}

.rdl-pl--564 .rdl-pl-compare {
  margin-bottom: 48px;
}

.rdl-pl--564 .rdl-pl-compare__labels {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 0;
  margin-bottom: 12px;
}

.rdl-pl--564 .rdl-pl-compare__labels p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.01em;
}

.rdl-pl--564 .rdl-pl-compare__labels p:first-child {
  padding-right: 12px;
}

.rdl-pl--564 .rdl-pl-compare__labels p:last-child {
  padding-left: 4px;
}

.rdl-pl--564 .rdl-pl-compare__labels span {
  font-weight: 700;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-compare__labels i {
  font-style: normal;
  color: var(--rdl-pl-red);
  padding: 0 6px;
  font-weight: 600;
}

.rdl-pl--564 .rdl-pl-compare__shot {
  overflow: hidden;
  border-radius: 12px;
}

.rdl-pl--564 .rdl-pl-compare__shot img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .rdl-pl--564 .rdl-pl-compare__labels p { font-size: 1.05rem; }
  .rdl-pl--564 .rdl-pl-compare { margin-bottom: 64px; }
}

/* ── Spec icon cards ──────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 16px;
  padding: 8px 0 12px;
}

.rdl-pl--564 .rdl-pl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.rdl-pl--564 .rdl-pl-stat__icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}

.rdl-pl--564 .rdl-pl-stat__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.rdl-pl--564 .rdl-pl-stat__copy {
  text-align: center;
}

.rdl-pl--564 .rdl-pl-stat__copy h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.rdl-pl--564 .rdl-pl-stat__copy p {
  margin: 6px 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

@media (min-width: 900px) {
  .rdl-pl--564 .rdl-pl-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .rdl-pl--564 .rdl-pl-stat {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 14px;
  }

  .rdl-pl--564 .rdl-pl-stat__icon {
    width: 80px;
    height: 80px;
  }

  .rdl-pl--564 .rdl-pl-stat__copy {
    text-align: left;
  }

  .rdl-pl--564 .rdl-pl-stat__copy h3 { font-size: 1.6rem; }
  .rdl-pl--564 .rdl-pl-stat__copy p { font-size: 1rem; }
}

/* ── Quote ────────────────────────────────────────────────────────── */

.rdl-pl--564 .rdl-pl-quote {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.rdl-pl--564 .rdl-pl-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 0;
  border-radius: 999px;
  background: var(--rdl-pl-red);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 8px 24px var(--rdl-pl-red-glow);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rdl-pl--564 .rdl-pl-quote-btn:hover {
  background: var(--rdl-pl-red-hover);
}

html {
  scroll-behavior: smooth;
}
