/*
 * Stage 03 / B1 product-system golden templates.
 *
 * This layer is intentionally loaded after the locked B0 baseline. Every
 * product rule is module-scoped; the only cross-family change is the approved
 * managed Subnav centering/overflow contract.
 */

/* Batch 07-D1: one attachment, context-specific responsive focal points. */
[data-dpp-image-context] {
  --dpp-image-focal-active: var(--dpp-image-focal-desktop);
}

/* B1-SHARED-SUBNAV-CENTERING-P2-001 */
.dpp-subnav .dpp-container {
  display: flex;
}

.dpp-subnav .dpp-container > ul {
  flex: 0 0 max-content;
  margin-inline: auto;
  width: max-content;
}

.dpp-subnav[data-dpp-overflowing="true"] .dpp-container {
  justify-content: flex-start;
}

.dpp-subnav[data-dpp-overflowing="true"] .dpp-container > ul {
  margin-inline: 0;
}

/* Product overview hero. */
[data-dpp-module="product.overview-hero"] {
  min-height: 760px;
}

[data-dpp-module="product.overview-hero"]::after {
  background: linear-gradient(90deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 26%) 58%, transparent 100%);
}

.dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__content {
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 760px;
  padding-bottom: 120px;
  padding-top: 120px;
  text-align: left;
}

[data-dpp-module="product.overview-hero"] .dpp-hero__content > * {
  margin-left: 0;
  margin-right: 0;
}

.dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__content > h1 {
  font-size: clamp(58px, 6.8vw, 104px);
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 28px 0 22px;
  max-width: 900px;
}

.dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__subtitle {
  font-family: var(--dpp-font-body);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 16px;
  max-width: 820px;
}

.dpp-hero[data-dpp-module="product.overview-hero"] .dpp-rich-text {
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  margin-top: 0;
  max-width: 720px;
}

[data-dpp-module="product.overview-hero"] .dpp-eyebrow,
[data-dpp-module="series.hero"] .dpp-eyebrow {
  font-size: 10px;
  line-height: 15px;
}

/* Product overview series. */
[data-dpp-module="home.series"] .dpp-series-card__surface {
  color: inherit;
  display: block;
  height: 100%;
  min-height: 620px;
  position: relative;
  text-decoration: none;
}

[data-dpp-module="home.series"] .dpp-series-card.is-upcoming .dpp-series-card__cta {
  cursor: not-allowed;
  font-size: 11px;
  opacity: 0.72;
}

[data-dpp-module="product.series-overview"] {
  min-height: 0;
  margin-inline: auto;
  padding-bottom: 128px;
  padding-top: 128px;
  width: var(--dpp-container);
}

[data-dpp-module="product.series-overview"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="product.series-overview"] .dpp-series__grid {
  gap: 14px;
  margin-top: 44px;
}

[data-dpp-module="product.series-overview"] .dpp-series-card {
  min-height: 0;
  overflow: hidden;
}

[data-dpp-module="product.series-overview"] .dpp-series-card > .dpp-series-card__surface {
  color: inherit;
  display: grid;
  grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
  min-height: 0;
  position: relative;
  text-decoration: none;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__media {
  aspect-ratio: 16 / 9;
  background-image: var(--dpp-series-card-image);
  background-position: var(--dpp-series-card-position, center);
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  inset: auto;
  min-height: 360px;
  position: relative;
  width: 100%;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  min-height: 360px;
  padding: 42px;
  position: static;
}

[data-dpp-module="product.series-overview"] > .dpp-container > h2 {
  margin-bottom: 18px;
}

[data-dpp-module="product.series-overview"] .dpp-series-card h3 {
  font-size: 54px;
  line-height: 1.05;
  margin: 55px 0 8px;
}

[data-dpp-module="product.series-overview"] .dpp-series-card h4 {
  font-size: 20px;
  line-height: 1.35;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__cta {
  align-items: center;
  background: var(--dpp-orange);
  border: 0;
  color: var(--dpp-white);
  display: inline-flex;
  font: inherit;
  justify-content: center;
  margin: 0;
  min-height: 42px;
  padding: 10px 14px;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__footer {
  align-items: end;
  align-self: end;
  background: linear-gradient(180deg, transparent, rgb(0 0 0 / 76%));
  color: var(--dpp-white);
  display: grid;
  gap: 24px;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 64px 28px 24px;
  z-index: 1;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__footer .dpp-series-card__products {
  border: 0;
  color: var(--dpp-white);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 !important;
  max-width: none;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
}

[data-dpp-module="product.series-overview"] .dpp-series-card__status {
  background: rgb(255 255 255 / 90%);
  color: var(--dpp-ink);
  font-size: 11px;
  padding: 7px 9px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

[data-dpp-module="product.series-overview"] .dpp-series-card.is-upcoming .dpp-series-card__cta {
  background: #d7d7d3;
  color: #6d6d68;
  cursor: not-allowed;
}

/* Product overview three-item Young feature carousel. */
[data-dpp-module="product.feature-carousel"] {
  background: var(--dpp-warm);
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__slides {
  display: flex;
  min-height: 680px;
  transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 61.5% 38.5%;
  height: 680px;
  min-height: 680px;
  min-width: 0;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__media {
  background: #f7f7f4;
  height: 680px;
  min-height: 680px;
  overflow: hidden;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__media .dpp-media__image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__body {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 680px;
  justify-content: center;
  min-height: 680px;
  min-width: 0;
  padding: 58px max(48px, calc((100vw - 1280px) / 2)) 56px 5.5%;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__body > .dpp-eyebrow {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 20px;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__index {
  color: var(--dpp-orange-deep);
  font-size: 11px;
  letter-spacing: 0.14em;
  margin: 0;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__body h2 {
  font-size: clamp(36px, 3.7vw, 56px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 16px 0 14px;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__body > p:not(.dpp-eyebrow, .dpp-feature__index) {
  color: #3e403d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
  max-width: 520px;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__values {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0;
  padding: 0;
  width: 100%;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__values li {
  border: 1px solid var(--dpp-line);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: 0.01em;
  line-height: 1.45;
  padding: 10px 12px;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__values span {
  color: var(--dpp-orange);
  font-size: 9px;
}

[data-dpp-module="product.feature-carousel"] .dpp-button-row {
  margin-top: 0;
}

.dpp-feature__arrow {
  align-items: center;
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(18 18 16 / 16%);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgb(12 12 10 / 14%);
  color: var(--dpp-ink);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 56px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    color 200ms ease,
    background 200ms ease,
    border-color 200ms ease;
  width: 56px;
  z-index: 3;
}

.dpp-feature__arrow--previous {
  left: 22px;
}

.dpp-feature__arrow--next {
  right: 22px;
}

.dpp-feature__arrow:hover,
.dpp-feature__arrow:focus-visible {
  background: var(--dpp-orange);
  border-color: var(--dpp-orange);
  color: var(--dpp-white);
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__tabs {
  bottom: 22px;
  display: flex;
  gap: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__tabs button {
  background: rgb(18 18 16 / 30%);
  border: 0;
  border-radius: 20px;
  height: 8px;
  padding: 0;
  transition:
    width 250ms ease,
    background 250ms ease;
  width: 8px;
}

[data-dpp-module="product.feature-carousel"] .dpp-feature__tabs button[aria-selected="true"] {
  background: var(--dpp-orange);
  width: 30px;
}

/* Product dimensions: preserve the frozen six-card geometry without fixed page height. */
[data-dpp-module="product.dimensions"] {
  margin-inline: auto;
  min-height: 0;
  width: var(--dpp-container);
}

[data-dpp-module="product.dimensions"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="product.dimensions"] > .dpp-container > h2 {
  font-size: clamp(37px, 4.2vw, 62px);
  line-height: 1.15;
}

[data-dpp-module="product.dimensions"] .dpp-collection__item {
  height: auto;
  min-height: 390px;
}

[data-dpp-module="product.dimensions"] .dpp-collection__body > .dpp-dimension-card__title {
  font-size: clamp(30px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.22;
  margin: 0;
}

[data-dpp-module="product.dimensions"] .dpp-dimension-card__subtitle {
  color: var(--dpp-ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.55;
  margin: 12px 0 0;
}

[data-dpp-module="product.dimensions"] .dpp-dimension-card__description {
  color: var(--dpp-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 18px;
}

[data-dpp-module="product.dimensions"] .dpp-dimension-card__description p {
  margin: 0;
}

[data-dpp-module="product.dimensions"] > .dpp-container > .dpp-button {
  background: transparent;
  border: 1px solid var(--dpp-ink);
  color: var(--dpp-ink);
}

/* Series hero and finite product scroller. */
[data-dpp-module="series.hero"] {
  min-height: 760px;
}

[data-dpp-module="series.hero"]::after {
  background: linear-gradient(90deg, rgb(0 0 0 / 62%), rgb(0 0 0 / 8%) 72%);
}

.dpp-hero[data-dpp-module="series.hero"] .dpp-hero__content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 760px;
  padding-bottom: 72px;
  padding-top: 120px;
  text-align: left;
}

[data-dpp-module="series.hero"] .dpp-hero__content > * {
  margin-left: 0;
  margin-right: 0;
}

.dpp-hero[data-dpp-module="series.hero"] .dpp-hero__content > h1 {
  font-size: clamp(58px, 6.8vw, 104px);
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 28px 0 22px;
  max-width: 900px;
}

.dpp-hero[data-dpp-module="series.hero"] .dpp-rich-text {
  color: rgb(255 255 255 / 82%);
  font-size: 15px;
  line-height: 1.9;
  margin-top: 0;
  max-width: 760px;
}

[data-dpp-module="series.product-scroller"] {
  margin-inline: auto;
  min-height: 0;
  padding: 120px 0 96px;
  width: var(--dpp-container);
}

[data-dpp-module="series.product-scroller"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="series.product-scroller"] .dpp-section-heading {
  align-items: flex-end;
  margin-bottom: 56px;
}

[data-dpp-module="series.product-scroller"] .dpp-section-heading h2 {
  font-size: clamp(37px, 4.2vw, 62px);
  line-height: 1.15;
  margin: 0 0 18px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-scroller__subtitle {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

[data-dpp-module="series.product-scroller"] .dpp-scroller__track {
  display: grid;
  gap: 12px;
  grid-auto-columns: calc((100% - 36px) / 4);
  grid-auto-flow: column;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 12px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card {
  border: 1px solid var(--dpp-line);
  min-width: 0;
  scroll-snap-align: start;
  transition:
    transform var(--dpp-motion-normal) var(--dpp-motion-ease),
    box-shadow var(--dpp-motion-normal) var(--dpp-motion-ease);
}

[data-dpp-module="series.product-scroller"] .dpp-product-card:hover,
[data-dpp-module="series.product-scroller"] .dpp-product-card:focus-within {
  box-shadow: 0 16px 32px rgb(0 0 0 / 10%);
  transform: translateY(-5px);
}

[data-dpp-module="series.product-scroller"] .dpp-product-card > a {
  color: var(--dpp-ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__media {
  background: var(--dpp-warm);
  height: 360px;
  min-height: 360px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 24px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__series {
  color: var(--dpp-orange-deep);
  font-size: 10px;
  letter-spacing: 0.1em;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card h3 {
  font-size: 29px;
  line-height: 1.12;
  margin: 8px 0 5px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card h4 {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__body > p:not(.dpp-eyebrow) {
  color: var(--dpp-muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
  min-height: 80px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__specs li {
  border: 1px solid var(--dpp-line);
  font-size: 9px;
  padding: 6px 8px;
}

[data-dpp-module="series.product-scroller"] .dpp-product-card__cta {
  border-top: 1px solid var(--dpp-line);
  font-size: 11px;
  margin-top: auto;
  padding-top: 15px;
}

[data-dpp-module="series.product-scroller"] .dpp-scroller__controls {
  display: flex;
  gap: 8px;
}

[data-dpp-module="series.product-scroller"] .dpp-scroller__controls button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--dpp-line);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

[data-dpp-module="series.product-scroller"] .dpp-scroller__controls button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

/* Series recommendations remain data-driven and share one template contract. */
[data-dpp-module="series.recommendations"] {
  margin-inline: auto;
  min-height: 0;
  padding: 96px 0 120px;
  width: var(--dpp-container);
}

[data-dpp-module="series.recommendations"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="series.recommendations"] > .dpp-container > h2 {
  font-size: clamp(37px, 4.2vw, 62px);
  line-height: 1.15;
}

/* Product detail hero. */
[data-dpp-module="product.hero"] {
  align-items: center;
  background: #111;
  color: var(--dpp-white);
  display: grid;
  isolation: isolate;
  min-height: 833px;
  overflow: hidden;
  position: relative;
}

[data-dpp-module="product.hero"]::before {
  background: linear-gradient(90deg, rgb(8 8 7 / 90%) 0%, rgb(8 8 7 / 72%) 42%, rgb(8 8 7 / 18%) 72%);
  content: "";
  grid-area: 1 / 1;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

[data-dpp-module="product.hero"] .dpp-product-hero__media {
  grid-area: 1 / 1;
  inset: 0;
  min-height: 833px;
  position: absolute;
  width: 100%;
}

[data-dpp-module="product.hero"] .dpp-product-hero__content {
  align-self: center;
  color: var(--dpp-white);
  grid-area: 1 / 1;
  margin-left: max(48px, calc((100vw - 1280px) / 2));
  margin-right: auto;
  max-width: 760px;
  min-height: 0;
  padding: 110px 0;
  position: relative;
  width: min(760px, 58vw);
  z-index: 2;
}

[data-dpp-module="product.hero"].dpp-product-hero--young {
  background: #f1ece6;
  color: var(--dpp-ink);
}

[data-dpp-module="product.hero"].dpp-product-hero--young::before {
  background: linear-gradient(90deg, rgb(255 255 255 / 98%) 0%, rgb(255 255 255 / 86%) 42%, rgb(255 255 255 / 6%) 76%);
}

[data-dpp-module="product.hero"].dpp-product-hero--young .dpp-product-hero__content {
  color: var(--dpp-ink);
  max-width: 940px;
  padding-right: 24px;
  width: min(940px, 66vw);
}

[data-dpp-module="product.hero"] .dpp-product-hero__series {
  color: var(--dpp-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 25px 0 0;
}

[data-dpp-module="product.hero"] h1 {
  font-size: clamp(58px, 6vw, 90px);
  line-height: 1;
  margin: 12px 0 10px;
}

[data-dpp-module="product.hero"].dpp-product-hero--young h1 {
  font-size: clamp(66px, 7vw, 108px);
  white-space: nowrap;
}

[data-dpp-module="product.hero"] .dpp-product-hero__subtitle {
  color: var(--dpp-orange-deep);
  font-family: var(--dpp-font-body);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.45;
  margin: 0;
}

[data-dpp-module="product.hero"] .dpp-product-hero__summary {
  color: inherit;
  font-family: var(--dpp-font-display);
  font-size: 17px;
  line-height: 1.75;
  margin: 22px 0 0;
}

.dpp-product-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.dpp-product-hero__tags li {
  border: 1px solid var(--dpp-line);
  font-size: 10px;
  padding: 7px 10px;
}

.dpp-product-hero__specs {
  border-top: 1px solid var(--dpp-line);
  margin-top: 24px;
}

.dpp-product-hero__specs > div {
  border-bottom: 1px solid var(--dpp-line);
  display: grid;
  font-size: 11px;
  gap: 20px;
  grid-template-columns: 110px 1fr;
  padding: 11px 0;
}

.dpp-product-hero__specs dt {
  color: var(--dpp-muted);
}

.dpp-product-hero__specs dd {
  margin: 0;
}

[data-dpp-module="product.hero"] .dpp-button-row {
  margin-top: 24px;
}

/* Product values: one stable left-media/right-copy contract for every row. */
[data-dpp-module="product.values"] {
  margin-inline: auto;
  min-height: 5722px;
  padding: 128px 0;
  width: var(--dpp-container);
}

[data-dpp-module="product.values"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="product.values"] > .dpp-container > h2 {
  font-size: clamp(37px, 4.2vw, 62px);
  line-height: 1.15;
  margin: 22px 0 18px;
  max-width: 1050px;
}

.dpp-product-values__subtitle {
  color: var(--dpp-muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 20px;
  max-width: 780px;
}

.dpp-product-values__intro {
  font-family: var(--dpp-font-display);
  font-size: 21px;
  line-height: 1.9;
  margin: 0 0 55px;
  max-width: 900px;
}

.dpp-product-values__intro p {
  margin: 0;
}

.dpp-product-values__rows {
  display: grid;
  gap: 0;
}

[data-dpp-module="product.values"] .dpp-product-value {
  border: 1px solid var(--dpp-line);
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(320px, 0.9fr);
  margin-bottom: 28px;
  min-height: 1230px;
  overflow: hidden;
}

[data-dpp-module="product.values"] .dpp-product-values__rows > .dpp-product-value .dpp-product-value__media {
  grid-column: 1;
  grid-row: 1;
  min-height: 1230px;
}

[data-dpp-module="product.values"] .dpp-product-values__rows > .dpp-product-value .dpp-product-value__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
}

.dpp-product-value__label {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 34px;
}

.dpp-product-value__label b {
  color: var(--dpp-orange);
  font-size: 11px;
}

.dpp-product-value__label span {
  font-family: var(--dpp-font-display);
  font-size: 10px;
  letter-spacing: 0.12em;
}

[data-dpp-module="product.values"] .dpp-product-value__body h3 {
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.14;
  margin: 0 0 16px;
}

[data-dpp-module="product.values"] .dpp-product-value__body h4 {
  color: var(--dpp-ink);
  font-size: 21px;
  line-height: 1.55;
  margin: 0 0 22px;
}

[data-dpp-module="product.values"] .dpp-product-value__body p {
  color: var(--dpp-muted);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 14px;
}

/* Product information. */
[data-dpp-module="product.info"] {
  background: var(--dpp-white);
  border-top: 0;
  margin-inline: auto;
  min-height: 759px;
  padding: 128px 0;
  width: var(--dpp-container);
}

[data-dpp-module="product.info"] > .dpp-container {
  width: 100%;
}

[data-dpp-module="product.info"] .dpp-product-info__heading h2 {
  font-size: clamp(37px, 4.2vw, 62px);
  line-height: 1.15;
  margin: 22px 0 56px;
}

.dpp-product-info__cards {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
}

.dpp-product-info__card {
  background: var(--dpp-warm);
  height: 100%;
  min-width: 0;
  padding: 35px;
}

.dpp-product-info__cards h3 {
  font-size: 27px;
  margin: 0 0 24px;
}

.dpp-product-info__cards .dpp-rich-text,
.dpp-product-info__cards .dpp-rich-text p {
  color: var(--dpp-muted);
  font-size: 13px;
  line-height: 1.9;
}

.dpp-product-info__specs {
  border-top: 1px solid var(--dpp-line);
  display: block;
  margin: 0;
}

.dpp-product-info__specs > div {
  border-bottom: 1px solid var(--dpp-line);
  display: grid;
  font-size: 11px;
  gap: 20px;
  grid-template-columns: 110px 1fr;
  padding: 11px 0;
}

.dpp-product-template-divider {
  border: 0;
  border-top: 1px solid var(--dpp-line);
  margin: 0 auto;
  max-width: var(--dpp-container) !important;
  width: var(--dpp-container) !important;
}

@media (max-width: 1023px) {
  [data-dpp-module="product.feature-carousel"] .dpp-feature__slide {
    grid-template-columns: 55% 45%;
  }

  [data-dpp-module="series.product-scroller"] .dpp-scroller__track {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

}

@media (max-width: 820px) {
	[data-dpp-image-context] {
		--dpp-image-focal-active: var(--dpp-image-focal-mobile);
	}

	[data-dpp-module="home.series"] .dpp-series-card__surface {
		min-height: 460px;
	}

  [data-dpp-module="product.overview-hero"],
  [data-dpp-module="series.hero"] {
    min-height: 680px;
  }

  .dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__content,
  .dpp-hero[data-dpp-module="series.hero"] .dpp-hero__content {
    justify-content: flex-end;
    min-height: 680px;
    padding: 100px 18px 50px;
  }

  .dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__content > h1,
  .dpp-hero[data-dpp-module="series.hero"] .dpp-hero__content > h1 {
    font-size: 52px;
  }

  .dpp-hero[data-dpp-module="product.overview-hero"] .dpp-hero__subtitle {
    font-size: 18px;
  }

  [data-dpp-module="product.series-overview"] {
    min-height: 0;
    padding: 82px 0;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card > .dpp-series-card__surface {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__body {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: 28px 22px;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card h3 {
    font-size: 43px;
    margin-top: 52px;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card__status {
    right: 22px;
    top: 28px;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__media {
    background-image: var(--dpp-series-card-mobile-image, var(--dpp-series-card-image));
    grid-column: 1;
    grid-row: 1;
    height: auto;
    min-height: 0;
  }

  [data-dpp-module="product.series-overview"] .dpp-series-card__surface > .dpp-series-card__footer {
    grid-column: 1;
    grid-row: 1;
    padding: 58px 18px 18px;
  }

  [data-dpp-module="product.feature-carousel"] {
    min-height: 0;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__slides,
  [data-dpp-module="product.feature-carousel"] .dpp-feature__slide {
    height: auto;
    min-height: 0;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__slide {
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__media {
    height: 440px;
    min-height: 440px;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__body {
    height: auto;
    min-height: 610px;
    padding: 46px 28px 76px;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__body h2 {
    font-size: 42px;
  }

  [data-dpp-module="product.feature-carousel"] .dpp-feature__values {
    width: 100%;
  }

  .dpp-feature__arrow {
    height: 44px;
    top: 220px;
    width: 44px;
  }

  .dpp-feature__arrow--previous {
    left: 14px;
  }

  .dpp-feature__arrow--next {
    right: 14px;
  }

  [data-dpp-module="product.dimensions"] {
    min-height: 0;
    padding: 82px 0;
  }

  [data-dpp-module="product.dimensions"] .dpp-collection__grid {
    grid-template-columns: 1fr;
  }

  [data-dpp-module="product.dimensions"] .dpp-collection__item {
    height: auto;
    min-height: 330px;
  }

  [data-dpp-module="product.dimensions"] .dpp-collection__body > .dpp-dimension-card__title {
    font-size: 30px;
  }

  [data-dpp-module="product.dimensions"] .dpp-dimension-card__subtitle {
    font-size: 13px;
    line-height: 1.55;
  }

  [data-dpp-module="product.dimensions"] .dpp-dimension-card__description {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 16px;
  }

  [data-dpp-module="series.product-scroller"] {
    min-height: 0;
    padding: 82px 0;
  }

  [data-dpp-module="series.product-scroller"] .dpp-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  [data-dpp-module="series.product-scroller"] .dpp-section-heading h2,
  [data-dpp-module="series.recommendations"] h2,
  [data-dpp-module="product.dimensions"] h2,
  [data-dpp-module="product.values"] > .dpp-container > h2,
  [data-dpp-module="product.info"] .dpp-product-info__heading h2 {
    font-size: 39px;
  }

  [data-dpp-module="series.product-scroller"] .dpp-scroller__track {
    grid-auto-columns: min(82vw, 320px);
  }

  [data-dpp-module="series.product-scroller"] .dpp-product-card__media {
    height: 360px;
    min-height: 360px;
  }

  [data-dpp-module="series.recommendations"] {
    padding: 82px 0;
  }

  [data-dpp-module="series.recommendations"] .dpp-series-choice__item,
  [data-dpp-module="series.recommendations"] .dpp-series-choice__item > a {
    height: auto;
    min-height: 0;
  }

  [data-dpp-module="series.recommendations"] .dpp-series-choice__item > a {
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-dpp-module="series.recommendations"] .dpp-series-choice__media {
    height: 458px;
    min-height: 458px;
  }

  [data-dpp-module="series.recommendations"] .dpp-series-choice__body {
    min-height: 0;
    padding: 36px 26px;
  }

  [data-dpp-module="product.hero"] {
    min-height: 760px;
  }

  [data-dpp-module="product.hero"] .dpp-product-hero__media {
    grid-area: 1 / 1;
    min-height: 760px;
    position: absolute;
  }

  [data-dpp-module="product.hero"] .dpp-product-hero__content {
    grid-area: 1 / 1;
    margin-inline: 18px;
    max-width: none;
    padding: 90px 0 60px;
    width: calc(100% - 36px);
  }

  [data-dpp-module="product.hero"].dpp-product-hero--young .dpp-product-hero__content {
    max-width: none;
    padding-right: 18px;
    width: calc(100% - 36px);
  }

  [data-dpp-module="product.hero"] h1,
  [data-dpp-module="product.hero"].dpp-product-hero--young h1 {
    font-size: 56px;
    white-space: normal;
  }

  [data-dpp-module="product.values"] {
    min-height: 0;
    padding: 82px 0;
  }

  [data-dpp-module="product.values"] .dpp-product-value {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  [data-dpp-module="product.values"] .dpp-product-values__rows > .dpp-product-value .dpp-product-value__media {
    aspect-ratio: auto;
    grid-column: auto;
    grid-row: auto;
    min-height: 680px;
    order: 1;
  }

  [data-dpp-module="product.values"] .dpp-product-values__rows > .dpp-product-value .dpp-product-value__body {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
    order: 2;
    padding: 38px 28px;
  }

  [data-dpp-module="product.values"] .dpp-product-value__body h3 {
    font-size: 38px;
  }

  [data-dpp-module="product.values"] .dpp-product-value__body h4 {
    font-size: 18px;
  }

  [data-dpp-module="product.info"] {
    min-height: 0;
    padding: 82px 0;
  }

  .dpp-product-info__cards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-dpp-module="product.feature-carousel"] .dpp-feature__slides,
  [data-dpp-module="series.product-scroller"] .dpp-product-card,
  .dpp-feature__arrow {
    transition: none;
  }

  [data-dpp-module="series.product-scroller"] .dpp-product-card:hover,
  [data-dpp-module="series.product-scroller"] .dpp-product-card:focus-within {
    transform: none;
  }
}
