/**
 * Product 774 layout styles — RDL iA Series.
 * Enqueued only on this product page.
 */

.rdl-pl--774 {
  --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--774 *,
.rdl-pl--774 *::before,
.rdl-pl--774 *::after {
  box-sizing: border-box;
}

.rdl-pl--774 .rdl-reveal,
.rdl-pl--774 .rdl-reveal-left,
.rdl-pl--774 .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--774 .rdl-reveal { transform: translateY(32px); }
.rdl-pl--774 .rdl-reveal-left { transform: translateX(-32px); }
.rdl-pl--774 .rdl-reveal-right { transform: translateX(32px); }

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

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

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

.rdl-pl--774 .rdl-pl-wrap--wide {
  max-width: 1480px;
}

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

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

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

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

.rdl-pl--774 .rdl-pl-head {
  text-align: left;
  margin: 0 0 36px;
  max-width: none;
}

.rdl-pl--774 .rdl-pl-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.rdl-pl--774 .rdl-pl-head__title,
.rdl-pl--774 h2.rdl-pl-head__title,
.rdl-pl--774 .rdl-pl-hl__title,
.rdl-pl--774 .rdl-pl-tour__title,
.rdl-pl--774 .rdl-pl-hero__heading {
  position: relative;
  display: inline-block;
  isolation: isolate;
  color: #fff;
  padding: 0.1em 0.12em 0.12em 0.28em;
}

.rdl-pl--774 .rdl-pl-head__title::before,
.rdl-pl--774 h2.rdl-pl-head__title::before,
.rdl-pl--774 .rdl-pl-hl__title::before,
.rdl-pl--774 .rdl-pl-tour__title::before,
.rdl-pl--774 .rdl-pl-hero__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  aspect-ratio: 1;
  background: var(--rdl-pl-red);
}

.rdl-pl--774 .rdl-pl-head__title,
.rdl-pl--774 h2.rdl-pl-head__title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-lead {
  margin: 0 auto 32px;
  max-width: 820px;
  text-align: center;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.rdl-pl--774 .rdl-pl-lead--left {
  margin-left: 0;
  margin-right: 0;
  max-width: 46em;
  text-align: left;
}

.rdl-pl--774 .rdl-pl-wide {
  margin: 0;
}

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

.rdl-pl--774 .rdl-pl-wide--contain {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

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

.rdl-pl--774 .rdl-pl-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  padding: calc(var(--rdl-header-offset, 96px) + 28px) 20px 48px;
  overflow: hidden;
  background: #050505;
}

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

.rdl-pl--774 .rdl-pl-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, transparent 28%, rgba(0, 0, 0, 0.78) 100%);
}

.rdl-pl--774 .rdl-pl-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  min-height: calc(100vh - var(--rdl-header-offset, 96px) - 76px);
  min-height: calc(100svh - var(--rdl-header-offset, 96px) - 76px);
  margin: 0 auto;
}

.rdl-pl--774 .rdl-pl-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
}

.rdl-pl--774 .rdl-pl-hero__pill {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: clamp(1.55rem, 5.4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.rdl-pl--774 .rdl-pl-hero__heading {
  margin: 22px 0 0;
}

.rdl-pl--774 .rdl-pl-hero__title {
  margin: 0;
  font-size: clamp(1.45rem, 3.6vw, 2.65rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-hero__tag {
  margin: 8px 0 0;
  font-size: clamp(0.92rem, 2vw, 1.28rem);
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-hero__tag span {
  display: block;
}

.rdl-pl--774 .rdl-pl-hero__cabinets {
  position: relative;
  margin: 0;
  max-width: min(720px, 100%);
  justify-self: end;
}

.rdl-pl--774 .rdl-pl-hero__rings {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 0;
  width: 78%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.rdl-pl--774 .rdl-pl-hero__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-style: solid;
  border-color: #E00100;
}

.rdl-pl--774 .rdl-pl-hero__ring--1 {
  inset: 0;
  border-width: 3px;
}

.rdl-pl--774 .rdl-pl-hero__ring--2 {
  inset: 9%;
  border-width: 8px;
}

.rdl-pl--774 .rdl-pl-hero__cabinets img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .rdl-pl--774 .rdl-pl-hero {
    padding: calc(var(--rdl-header-offset, 96px) + 36px) 32px 64px;
  }

  .rdl-pl--774 .rdl-pl-hero__pill {
    padding: 18px 56px;
  }
}

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

/* ── Series masonry + award ───────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-masonry {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: minmax(160px, 28vw) minmax(150px, 24vw);
  gap: 10px;
  margin-bottom: 36px;
}

.rdl-pl--774 .rdl-pl-masonry__item {
  margin: 0;
  overflow: hidden;
  min-height: 0;
  border-radius: 10px;
  background: #0a0a0a;
}

.rdl-pl--774 .rdl-pl-masonry__item--2 { grid-column: 1; grid-row: 1; }
.rdl-pl--774 .rdl-pl-masonry__item--4 { grid-column: 2; grid-row: 1; }
.rdl-pl--774 .rdl-pl-masonry__item--5 { grid-column: 1; grid-row: 2; }
.rdl-pl--774 .rdl-pl-masonry__item--6 { grid-column: 2; grid-row: 2; }

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

.rdl-pl--774 .rdl-pl-award {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
}

.rdl-pl--774 .rdl-pl-award__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: min(100%, 280px);
}

.rdl-pl--774 .rdl-pl-award__tile {
  margin: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rdl-pl-red);
  overflow: hidden;
}

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

.rdl-pl--774 .rdl-pl-award__mark {
  flex-direction: column;
  gap: 2px;
  color: #fff;
  font-size: clamp(0.78rem, 1.55vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.rdl-pl--774 .rdl-pl-award__copy {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 800px) {
  .rdl-pl--774 .rdl-pl-masonry {
    gap: 12px;
    margin-bottom: 48px;
  }

  .rdl-pl--774 .rdl-pl-award {
    grid-template-columns: minmax(180px, 20%) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }

  .rdl-pl--774 .rdl-pl-award__badges {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .rdl-pl--774 .rdl-pl-masonry {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .rdl-pl--774 .rdl-pl-masonry__item--2,
  .rdl-pl--774 .rdl-pl-masonry__item--4,
  .rdl-pl--774 .rdl-pl-masonry__item--5,
  .rdl-pl--774 .rdl-pl-masonry__item--6 {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .rdl-pl--774 .rdl-pl-masonry__item--4,
  .rdl-pl--774 .rdl-pl-masonry__item--6 {
    aspect-ratio: 1;
  }
}

/* ── Highlight features ───────────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-hl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.rdl-pl--774 .rdl-pl-hl__title {
  margin: 0 0 22px;
  font-size: clamp(1.7rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-hl__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rdl-pl--774 .rdl-pl-hl__list li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.rdl-pl--774 .rdl-pl-hl__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rdl-pl-red);
}

.rdl-pl--774 .rdl-pl-hl__side,
.rdl-pl--774 .rdl-pl-hl__wide {
  margin: 0;
}

.rdl-pl--774 .rdl-pl-hl__side img,
.rdl-pl--774 .rdl-pl-hl__wide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .rdl-pl--774 .rdl-pl-hl {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
    margin-bottom: 36px;
  }
}

/* ── Curve / cube / corner ────────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-section--curve .rdl-pl-wide {
  margin-bottom: 36px;
}

.rdl-pl--774 .rdl-pl-compose {
  position: relative;
  overflow: visible;
}

.rdl-pl--774 .rdl-pl-compose__cube {
  position: relative;
  margin: 0;
  width: 100%;
}

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

.rdl-pl--774 .rdl-pl-compose__corner {
  margin: 18px 0 0;
}

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

.rdl-pl--774 .rdl-pl-compose__copy {
  margin: 20px 0 0;
  max-width: 36em;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 900px) {
  .rdl-pl--774 .rdl-pl-compose {
    padding-bottom: 18%;
  }

  .rdl-pl--774 .rdl-pl-compose__cube {
    width: 58%;
  }

  .rdl-pl--774 .rdl-pl-compose__corner {
    position: absolute;
    top: 50%;
    left: 78%;
    z-index: 2;
    width: 85%;
    margin: 0;
  }

  .rdl-pl--774 .rdl-pl-compose__copy {
    width: 48%;
    margin-top: 24px;
    position: relative;
    z-index: 3;
  }
}

/* ── Virtual production ───────────────────────────────────────────── */

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

.rdl-pl--774 .rdl-pl-pair__shot {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0a0a0a;
}

.rdl-pl--774 .rdl-pl-pair__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rdl-pl--774 .rdl-pl-pair__shot--chart {
  background: #f4f4f4;
}

.rdl-pl--774 .rdl-pl-pair__shot:not(.rdl-pl-pair__shot--chart) img {
  transform: scale(1.28);
}

@media (min-width: 720px) {
  .rdl-pl--774 .rdl-pl-pair {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

.rdl-pl--774 .rdl-pl-full {
  margin: 0;
  width: 100%;
  background: #050505;
}

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

/* ── Touring cart / bars ──────────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-tour__title {
  margin: 0 0 28px;
  text-align: left;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-break {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 36px 20px;
}

.rdl-pl--774 .rdl-pl-break__line {
  width: min(72px, 18vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.rdl-pl--774 .rdl-pl-break__hex {
  flex: 0 0 auto;
  width: 12px;
  height: 14px;
  background: var(--rdl-pl-red);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0 0 16px var(--rdl-pl-red-glow);
}

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

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

.rdl-pl--774 .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--774 .rdl-pl-quote-btn:hover {
  background: var(--rdl-pl-red-hover);
  transform: translateY(-1px);
}

/* ── Flex ─────────────────────────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-flex {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: rdl-flex;
}

.rdl-pl--774 .rdl-pl-flex__item {
  counter-increment: rdl-flex;
  margin: 0 0 48px;
}

.rdl-pl--774 .rdl-pl-flex__item:last-child {
  margin-bottom: 0;
}

.rdl-pl--774 .rdl-pl-flex__copy {
  position: relative;
  margin: 0 0 28px;
  padding-left: 1.6em;
  max-width: 52em;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.rdl-pl--774 .rdl-pl-flex__copy::before {
  content: counter(rdl-flex) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rdl-pl-red);
  font-weight: 800;
}

.rdl-pl--774 .rdl-pl-srow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 36px;
}

.rdl-pl--774 .rdl-pl-srow__pair {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 0 1 auto;
}

.rdl-pl--774 .rdl-pl-srow__front,
.rdl-pl--774 .rdl-pl-srow__back {
  margin: 0;
}

.rdl-pl--774 .rdl-pl-srow__front {
  flex: 0 0 auto;
  width: min(260px, 38vw);
  aspect-ratio: 1.15;
  overflow: hidden;
}

.rdl-pl--774 .rdl-pl-srow__back {
  flex: 0 0 auto;
  width: min(210px, 32vw);
  overflow: hidden;
  margin-left: 0;
}

.rdl-pl--774 .rdl-pl-srow__front img,
.rdl-pl--774 .rdl-pl-srow__back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdl-pl--774 .rdl-pl-srow__front img {
  width: 168%;
  max-width: none;
  object-position: 8% center;
}

.rdl-pl--774 .rdl-pl-srow__back img {
  object-position: left center;
}

.rdl-pl--774 .rdl-pl-srow__locks {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  flex: 1 1 240px;
  min-height: 170px;
}

.rdl-pl--774 .rdl-pl-srow__lock {
  margin: 0;
  width: 70px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdl-pl--774 .rdl-pl-srow__lock img {
  display: block;
  width: 158px;
  max-width: none;
  height: auto;
  transform: rotate(90deg);
}

.rdl-pl--774 .rdl-pl-cyls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  width: min(100%, 520px);
}

.rdl-pl--774 .rdl-pl-cyls__shot,
.rdl-pl--774 .rdl-pl-cyl {
  margin: 0;
}

.rdl-pl--774 .rdl-pl-cyl {
  position: relative;
}

.rdl-pl--774 .rdl-pl-cyls__shot img,
.rdl-pl--774 .rdl-pl-cyl img {
  display: block;
  width: 100%;
  height: auto;
}

.rdl-pl--774 .rdl-pl-cyl__mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.rdl-pl--774 .rdl-pl-cyl__mark line {
  stroke: #fff;
  stroke-width: 1.4;
  stroke-linecap: square;
}

.rdl-pl--774 .rdl-pl-cyl__mark text {
  fill: #fff;
  font-family: inherit;
  font-size: 6.2px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (min-width: 900px) {
  .rdl-pl--774 .rdl-pl-flex__item {
    margin-bottom: 64px;
  }

  .rdl-pl--774 .rdl-pl-srow__front {
    width: 270px;
  }

  .rdl-pl--774 .rdl-pl-srow__back {
    width: 210px;
  }

  .rdl-pl--774 .rdl-pl-cyls {
    gap: 20px;
    width: min(100%, 560px);
  }
}

/* ── Compatibility ────────────────────────────────────────────────── */

.rdl-pl--774 .rdl-pl-section--compat {
  overflow: hidden;
}

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

.rdl-pl--774 .rdl-pl-compat__copy {
  margin: 0;
  max-width: 38em;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.rdl-pl--774 .rdl-pl-compat__cabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}

.rdl-pl--774 .rdl-pl-compat__cab {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdl-pl--774 .rdl-pl-compat__rings {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 86%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.rdl-pl--774 .rdl-pl-compat__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-style: solid;
  border-color: #E00100;
}

.rdl-pl--774 .rdl-pl-compat__ring--1 {
  border-width: 2px;
}

.rdl-pl--774 .rdl-pl-compat__ring--2 {
  inset: 10%;
  border-width: 7px;
}

.rdl-pl--774 .rdl-pl-compat__cab img {
  position: relative;
  z-index: 1;
  display: block;
  width: 92%;
  height: auto;
}

.rdl-pl--774 .rdl-pl-compat__wall {
  position: relative;
  isolation: isolate;
  margin-top: 36px;
  padding: 8% 20px 48px;
}

.rdl-pl--774 .rdl-pl-compat__tri {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 150%;
  height: 100%;
  transform: translateX(-50%);
  background: var(--rdl-pl-red);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.rdl-pl--774 .rdl-pl-compat__curve {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1080px;
}

.rdl-pl--774 .rdl-pl-compat__curve img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}

@media (min-width: 900px) {
  .rdl-pl--774 .rdl-pl-compat {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
    gap: 40px;
  }

  .rdl-pl--774 .rdl-pl-compat__wall {
    margin-top: 20px;
    padding: 7% 32px 64px;
  }
}

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

.rdl-pl--774 .rdl-pl-head--specs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0 0 20px;
}

.rdl-pl--774 .rdl-pl-specs-scroll + .rdl-pl-head--specs {
  margin-top: 72px;
}

.rdl-pl--774 .rdl-pl-head--specs::after {
  content: "";
  width: 72px;
  height: 10px;
  flex-shrink: 0;
  background: var(--rdl-pl-red);
}

.rdl-pl--774 .rdl-pl-head--specs .rdl-pl-head__title {
  font-size: clamp(1.35rem, 3.2vw, 2.35rem);
}

.rdl-pl--774 .rdl-pl-specs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rdl-pl--774 .rdl-pl-specs {
  width: 100%;
  min-width: 1080px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #fff;
}

.rdl-pl--774 .rdl-pl-specs th,
.rdl-pl--774 .rdl-pl-specs td {
  padding: 10px 8px;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
  border-right: 1px dashed rgba(255, 255, 255, 0.22);
}

.rdl-pl--774 .rdl-pl-specs thead th {
  padding: 10px 8px 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  white-space: normal;
  border-top: 1px dashed rgba(255, 255, 255, 0.28);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
}

.rdl-pl--774 .rdl-pl-specs thead th:first-child {
  text-align: left;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  position: sticky;
  left: 0;
  z-index: 2;
  background: #050505;
}

.rdl-pl--774 .rdl-pl-specs thead th:first-child,
.rdl-pl--774 .rdl-pl-specs tbody th {
  width: 18%;
  white-space: normal;
  border-left: 1px dashed rgba(255, 255, 255, 0.22);
  border-right: 1px dashed var(--rdl-pl-red);
}

.rdl-pl--774 .rdl-pl-specs tbody th {
  text-align: left;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  position: sticky;
  left: 0;
  z-index: 1;
  background: #050505;
}

.rdl-pl--774 .rdl-pl-specs tbody td {
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

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

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

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

@media (min-width: 768px) {
  .rdl-pl--774 .rdl-pl-specs th,
  .rdl-pl--774 .rdl-pl-specs td {
    padding: 11px 10px;
    font-size: 0.8125rem;
  }
}

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

html {
  scroll-behavior: smooth;
}
