/* Product detail template A: product photography and open procurement narrative. */
.pdl-product-detail-page {
  --pdl-product-ink: #102a43;
  --pdl-product-muted: #5d7184;
  --pdl-product-blue: #075bc7;
  --pdl-product-line: rgba(16, 42, 67, .13);
  color: var(--pdl-product-ink);
  background: #fff;
  overflow: clip;
}

.pdl-product-detail-page .pdl-section {
  padding: clamp(72px, 7vw, 112px) 0;
}

.pdl-product-detail-page h1,
.pdl-product-detail-page h2,
.pdl-product-detail-page h3,
.pdl-product-detail-page p {
  margin-top: 0;
  letter-spacing: 0;
}

.pdl-product-detail-page h2 {
  color: var(--pdl-product-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.18;
  text-wrap: pretty;
}

.pdl-product-detail-page .pdl-eyebrow {
  margin-bottom: 12px;
  color: var(--pdl-product-blue);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.4;
}

.pdl-product-detail-page .pdl-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--pdl-product-blue);
  font-weight: 750;
}

.pdl-product-detail-page .pdl-text-link svg {
  transition: transform 180ms ease;
}

.pdl-product-detail-page .pdl-text-link:hover svg,
.pdl-product-detail-page .pdl-text-link:focus-visible svg {
  transform: translateX(4px);
}

/* Hero */
.pdl-product-detail-hero {
  position: relative;
  min-height: clamp(520px, 58vh, 600px);
  isolation: isolate;
  background: #eef4f8;
}

.pdl-product-detail-hero::before,
.pdl-product-detail-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.pdl-product-detail-hero::before {
  background-image: var(--pdl-product-hero-scene);
  background-position: center;
  background-size: cover;
}

.pdl-product-detail-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 36%, rgba(255, 255, 255, .78) 53%, rgba(255, 255, 255, .18) 74%, rgba(255, 255, 255, .08) 100%),
    linear-gradient(180deg, rgba(235, 243, 249, .06) 68%, rgba(235, 243, 249, .82) 100%);
}

.pdl-product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(440px, 1.16fr);
  gap: clamp(24px, 3.5vw, 58px);
  align-items: center;
  min-height: inherit;
  padding-block: clamp(26px, 3vw, 40px);
}

.pdl-product-detail-intro {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  min-width: 0;
  max-width: 630px;
}

.pdl-product-detail-intro h1 {
  width: 100%;
  max-width: 12em;
  margin: 0 0 17px;
  color: #0b253d;
  font-size: clamp(3rem, 4.4vw, 4.75rem);
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
  white-space: normal !important;
  word-break: normal;
}

.pdl-product-detail-lead {
  max-width: 58ch;
  margin-bottom: 18px;
  color: #425c72;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
}

.pdl-product-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 17px;
}

.pdl-product-detail-tags span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #254359;
  font-size: .9rem;
}

.pdl-product-detail-tags svg {
  width: 19px;
  height: 19px;
  color: var(--pdl-product-blue);
}

.pdl-product-detail-bullets {
  display: grid;
  gap: 0;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid var(--pdl-product-line);
  list-style: none;
}

.pdl-product-detail-bullets li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid var(--pdl-product-line);
}

.pdl-product-detail-bullets li::before {
  display: none;
  content: none;
}

.pdl-product-detail-bullets span {
  color: var(--pdl-product-blue);
  font-size: .8rem;
  font-weight: 800;
}

.pdl-product-detail-bullets strong {
  color: #1e3b52;
  font-size: .91rem;
  line-height: 1.55;
}

.pdl-product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdl-product-detail-actions .pdl-button {
  min-height: 46px;
  padding-inline: 24px;
}

.pdl-product-detail-media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.pdl-product-detail-main-shot {
  position: absolute;
  inset: 2% 0 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pdl-product-detail-main-shot::before,
.pdl-product-detail-main-shot::after {
  display: none !important;
  content: none !important;
}

.pdl-product-detail-main-shot img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: clamp(8px, 1vw, 14px) !important;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 32px 28px rgba(18, 40, 63, .24));
  transform: translateX(-1%);
  transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.pdl-product-detail-hero:hover .pdl-product-detail-main-shot img {
  transform: translateX(-1%) translateY(-7px);
}

.pdl-product-detail-main-shot figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.pdl-product-detail-thumb-row {
  display: none;
}

/* Decision strip */
.pdl-product-quick-info-section {
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 40, 63, .07);
}

.pdl-product-quick-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pdl-product-quick-info-grid a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  grid-template-rows: auto minmax(44px, auto);
  column-gap: 12px;
  align-content: center;
  min-width: 0;
  min-height: 118px;
  padding: 20px 22px;
  border-left: 1px solid var(--pdl-product-line);
  transition: color 180ms ease, background-color 180ms ease;
}

.pdl-product-quick-info-grid a:last-child {
  border-right: 1px solid var(--pdl-product-line);
}

.pdl-product-quick-info-grid a:hover,
.pdl-product-quick-info-grid a:focus-visible {
  color: var(--pdl-product-blue);
  background: #f7fbff;
}

.pdl-product-quick-info-label {
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  align-items: center;
  margin-bottom: 7px;
}

.pdl-product-quick-info-label span {
  margin: 0;
  color: var(--pdl-product-blue);
  font-size: clamp(.96rem, .8vw, 1.08rem);
  line-height: 1.35;
  font-weight: 800;
}

.pdl-product-quick-info-grid .pdl-product-quick-info-icon {
  position: static;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--pdl-product-blue);
}

.pdl-product-quick-info-grid strong {
  display: -webkit-box;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  overflow: hidden;
  color: #244157;
  font-size: .88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-product-quick-info-grid .pdl-product-quick-info-arrow {
  position: static;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: 15px;
  height: 15px;
  color: var(--pdl-product-blue);
}

/* Risk */
.pdl-product-risk-section {
  background: #f4f8fb;
}

.pdl-product-risk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.pdl-product-risk-media {
  position: relative;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.pdl-product-risk-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
}

.pdl-product-risk-media:hover img {
  transform: scale(1.025);
}

.pdl-product-risk-media figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: .7rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.pdl-product-risk-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(5, 22, 37, .58));
  content: "";
  pointer-events: none;
}

.pdl-product-risk-content {
  min-width: 0;
}

.pdl-product-risk-intro h2 {
  margin-bottom: 20px;
}

.pdl-product-risk-intro > p:not(.pdl-eyebrow) {
  margin-bottom: 30px;
  color: var(--pdl-product-muted);
  line-height: 1.8;
}

.pdl-product-risk-answer {
  margin: 0 0 28px;
  color: var(--pdl-product-muted);
  line-height: 1.8;
}

.pdl-product-risk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-bottom: 30px;
}

.pdl-product-risk-list article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 20px 0;
  border-top: 1px solid var(--pdl-product-line);
}

.pdl-product-risk-list article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--pdl-product-blue);
  background: #e8f2ff;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 850;
}

.pdl-product-risk-list article > span svg {
  width: 18px;
  height: 18px;
}

.pdl-product-risk-list h3 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.pdl-product-risk-list p {
  margin: 0;
  color: var(--pdl-product-muted);
  font-size: .82rem;
  line-height: 1.65;
}

.pdl-product-mobile-detail,
.pdl-product-size-guide-detail {
  min-width: 0;
}

.pdl-product-mobile-detail > summary,
.pdl-product-size-guide-detail > summary {
  display: none;
}

.pdl-product-mobile-detail-body {
  min-width: 0;
}

/* Material story */
.pdl-product-structure-section {
  background: #fff;
}

.pdl-product-structure-layout {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
  gap: clamp(50px, 8vw, 122px);
  align-items: center;
}

.pdl-product-structure-copy {
  grid-column: 1;
  grid-row: 1;
}

.pdl-product-structure-media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.pdl-product-structure-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 7%;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(18, 40, 63, .16));
  transition: transform 600ms cubic-bezier(.2, .8, .2, 1);
}

.pdl-product-structure-media:hover img {
  transform: scale(1.025) rotate(-.4deg);
}

.pdl-product-structure-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  color: #6d7e8d;
  font-size: .72rem;
}

.pdl-product-structure-copy h2 {
  margin-bottom: 22px;
}

.pdl-product-structure-copy > p:not(.pdl-eyebrow):not(.pdl-product-structure-answer) {
  margin-bottom: 24px;
  color: var(--pdl-product-muted);
}

.pdl-product-structure-answer {
  margin-bottom: 24px;
  padding: 15px 18px;
  color: var(--pdl-product-blue);
  background: #eaf4ff;
  border-left: 3px solid var(--pdl-product-blue);
}

.pdl-product-layer-list {
  margin-bottom: 24px;
  border-top: 1px solid var(--pdl-product-line);
}

.pdl-product-layer-list > div {
  display: grid;
  grid-template-columns: 38px 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--pdl-product-line);
}

.pdl-product-layer-list span {
  color: #0d7a62;
  font-size: .72rem;
  font-weight: 850;
}

.pdl-product-layer-list strong {
  font-size: .88rem;
}

.pdl-product-layer-list p {
  margin: 0;
  color: var(--pdl-product-muted);
  font-size: .8rem;
}

/* Functional details */
.pdl-product-function-section {
  background: #f5f8fb;
}

.pdl-product-function-section .pdl-section-heading,
.pdl-product-alternative-section .pdl-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.pdl-product-function-section .pdl-section-heading h2,
.pdl-product-alternative-section .pdl-section-heading h2 {
  margin-bottom: 0;
}

.pdl-product-function-section .pdl-section-heading > p,
.pdl-product-alternative-section .pdl-section-heading > p {
  margin-bottom: 5px;
  color: var(--pdl-product-muted);
}

.pdl-product-section-nav {
  align-self: end;
}

.pdl-product-section-nav p {
  margin: 0 0 12px;
  color: var(--pdl-product-muted);
}

.pdl-product-section-nav .pdl-text-link {
  font-size: .84rem;
}

.pdl-product-function-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-product-function-grid article {
  min-width: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pdl-product-function-grid article:hover,
.pdl-product-function-grid article:focus-within {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 38px rgba(18, 40, 63, .1);
}

.pdl-product-function-grid figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #eaf0f4;
}

.pdl-product-function-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.pdl-product-function-grid article:nth-child(2) figure img {
  padding: 8%;
  object-fit: contain;
}

.pdl-product-function-grid article:nth-child(3) figure img {
  object-fit: contain;
  padding: 9%;
}

.pdl-product-function-grid article:hover figure img {
  transform: scale(1.035);
}

.pdl-product-function-grid article > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 18px 18px 21px;
}

.pdl-product-function-grid article > div > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--pdl-product-blue);
  background: #eaf4ff;
  border-radius: 50%;
}

.pdl-product-function-grid h3 {
  margin: 1px 0 4px;
  font-size: 1rem;
}

.pdl-product-function-grid p {
  grid-column: 2;
  margin: 0;
  color: var(--pdl-product-muted);
  font-size: .8rem;
  line-height: 1.55;
}

/* Fill-weight size guidance */
.pdl-product-size-guide-section {
  background: #fff;
}

.pdl-product-size-guide-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(52px, 7vw, 108px);
  align-items: center;
}

.pdl-product-size-guide-copy h2 {
  margin-bottom: 18px;
}

.pdl-product-size-guide-copy > p:not(.pdl-eyebrow) {
  margin-bottom: 24px;
  color: var(--pdl-product-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.pdl-product-size-guide-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 14px 0;
  color: #365268;
  border-block: 1px solid var(--pdl-product-line);
  font-size: .88rem;
  line-height: 1.6;
}

.pdl-product-size-guide-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0d7a62;
}

.pdl-product-size-guide-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.pdl-product-size-guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: #244157;
  background: #f7fafc;
}

.pdl-product-size-guide-table th,
.pdl-product-size-guide-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #d9e4ec;
  text-align: left;
  vertical-align: middle;
}

.pdl-product-size-guide-table thead th {
  color: #fff;
  background: #123d63;
  font-size: .82rem;
  font-weight: 800;
}

.pdl-product-size-guide-table tbody th {
  width: 112px;
  color: var(--pdl-product-blue);
  background: #eef5fb;
  font-size: .96rem;
  font-weight: 850;
}

.pdl-product-size-guide-table tbody td {
  font-size: .9rem;
  line-height: 1.55;
}

.pdl-product-size-guide-table tbody td:nth-child(2) {
  color: #173a54;
  font-weight: 750;
}

.pdl-product-size-guide-table tbody tr {
  transition: background-color 180ms ease;
}

.pdl-product-size-guide-table tbody tr:hover {
  background: #edf6ff;
}

/* Printing and quote preparation */
.pdl-product-order-section {
  background: #edf4f9;
}

.pdl-product-order-layout {
  display: grid;
  gap: clamp(68px, 7vw, 100px);
}

.pdl-product-printing-path > h2 {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.pdl-product-printing-path > .pdl-eyebrow {
  text-align: center;
}

.pdl-product-printing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdl-product-printing-option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(5, 23, 39, .03) 30%, rgba(5, 23, 39, .88) 100%), var(--pdl-product-printing-image);
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  isolation: isolate;
  transition: transform 220ms ease;
}

.pdl-product-printing-option:hover,
.pdl-product-printing-option:focus-within {
  transform: translateY(-4px) !important;
}

.pdl-product-printing-option span {
  margin-bottom: 7px;
  color: #9fd7ff;
  font-size: .76rem;
  font-weight: 800;
}

.pdl-product-printing-option strong {
  margin-bottom: 7px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.pdl-product-printing-option p {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: .88rem;
}

.pdl-product-order-note {
  max-width: 960px;
  margin: 18px auto 0;
  color: var(--pdl-product-muted);
  font-size: .84rem;
  text-align: center;
}

.pdl-product-detail-page .pdl-product-printing-link {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 14px auto 0;
}

.pdl-product-spec-card {
  margin: 0;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 23, 39, .04) 0%, rgba(5, 23, 39, .14) 36%, rgba(5, 23, 39, .82) 59%, rgba(5, 23, 39, .94) 100%),
    var(--pdl-product-quote-image);
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(18, 40, 63, .1);
}

.pdl-product-spec-card > summary {
  display: none;
}

.pdl-product-spec-card .pdl-eyebrow {
  color: #9fd7ff;
}

.pdl-product-spec-card-content {
  position: relative;
  min-height: 520px;
  padding: clamp(48px, 6vw, 78px);
  padding-left: calc(50% + clamp(38px, 5vw, 72px));
}

.pdl-product-spec-card-content::before {
  display: none;
  content: none;
}

.pdl-product-spec-card-content h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}

.pdl-product-quote-note {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .76);
}

.pdl-product-quote-checklist {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  counter-reset: quote-step;
}

.pdl-product-quote-checklist li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, .82vw, 1.08rem);
  line-height: 1.65;
  counter-increment: quote-step;
}

.pdl-product-quote-checklist li::before {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  background: var(--pdl-product-blue);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 850;
  content: counter(quote-step);
}

.pdl-product-spec-cta {
  width: 100%;
  margin-bottom: 18px;
}

.pdl-product-current-specs {
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.pdl-product-current-specs > summary {
  padding: 14px 0;
  color: #a9d8ff;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.pdl-product-current-specs dl {
  margin: 0;
}

.pdl-product-current-specs dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.pdl-product-current-specs dt {
  color: rgba(255, 255, 255, .65);
  font-size: .76rem;
}

.pdl-product-current-specs dd {
  margin: 0;
  color: #fff;
  font-size: .82rem;
}

/* Optional editor content */
.pdl-product-editorial-section {
  background: #fff;
}

.pdl-product-editorial-section .pdl-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(46px, 7vw, 92px);
}

.pdl-product-editorial-section .pdl-entry-content,
.pdl-product-editorial-section .pdl-side-panel {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pdl-product-editorial-section .pdl-side-panel {
  padding-left: 28px;
  border-left: 2px solid #dbe9f6;
}

/* Alternative packaging */
.pdl-product-alternative-section {
  background: #f4f8fb;
}

.pdl-product-alternative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 40px);
}

.pdl-product-alternative-grid.pdl-product-alternative-count-1 {
  grid-template-columns: minmax(0, 720px);
}

.pdl-product-alternative-grid.pdl-product-alternative-count-2 {
  grid-template-columns: repeat(2, minmax(0, 520px));
}

.pdl-product-alternative-card {
  display: grid;
  min-width: 0;
  color: inherit;
  background: transparent;
}

.pdl-product-alternative-card figure {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  margin: 0 0 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}

.pdl-product-alternative-card figure img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 13px 18px rgba(18, 40, 63, .14));
  transition: transform 300ms ease;
}

.pdl-product-alternative-card:hover figure img,
.pdl-product-alternative-card:focus-visible figure img {
  transform: translateY(-7px) scale(1.025);
}

.pdl-product-alternative-card > div {
  padding: 0 4px;
}

.pdl-product-alternative-card span {
  color: #0d7a62;
  font-size: .72rem;
  font-weight: 800;
}

.pdl-product-alternative-card h3 {
  margin: 6px 0 8px;
  font-size: 1.28rem;
}

.pdl-product-alternative-card p {
  min-height: 3.2em;
  margin-bottom: 16px;
  color: var(--pdl-product-muted);
  font-size: .84rem;
}

.pdl-product-alternative-card strong {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--pdl-product-blue);
  font-size: .82rem;
}

/* Product FAQ refinement */
.pdl-product-detail-page + .pdl-faq-section,
.pdl-product-detail-page .pdl-faq-section {
  background: #fff;
}

@media (min-width: 1600px) {
  .pdl-product-detail-hero-grid {
    grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr);
  }

  .pdl-product-detail-main-shot img {
    padding: clamp(4px, .7vw, 12px) !important;
  }
}

@media (max-width: 1100px) {
  .pdl-product-detail-hero-grid {
    grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
    gap: 30px;
  }

  .pdl-product-detail-intro h1 {
    font-size: clamp(2.7rem, 5vw, 3.8rem);
  }

  .pdl-product-quick-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdl-product-quick-info-grid a:nth-child(4),
  .pdl-product-quick-info-grid a:nth-child(5) {
    border-top: 1px solid var(--pdl-product-line);
  }

  .pdl-product-risk-layout,
  .pdl-product-structure-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
    gap: 44px;
  }

  .pdl-product-function-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

 }

@media (max-width: 820px) {
  .pdl-product-detail-page .pdl-section {
    padding: 62px 0;
  }

  .pdl-product-detail-hero {
    min-height: auto;
  }

  .pdl-product-detail-hero::before {
    background-position: 68% center;
  }

  .pdl-product-detail-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .92) 52%, rgba(244, 249, 252, .7) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .54));
  }

  .pdl-product-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-block: 44px 26px;
  }

  .pdl-product-detail-hero-grid,
  .pdl-product-detail-intro,
  .pdl-product-detail-media {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .pdl-product-detail-intro,
  .pdl-product-detail-media {
    grid-column: 1;
  }

  .pdl-product-detail-intro > *,
  .pdl-product-detail-lead,
  .pdl-product-detail-tags,
  .pdl-product-detail-bullets,
  .pdl-product-detail-actions {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-all !important;
  }

  .pdl-product-detail-intro {
    grid-row: 1;
    max-width: none;
  }

  .pdl-product-detail-media {
    grid-row: 2;
    min-height: 400px;
  }

  .pdl-product-detail-main-shot {
    inset: 0;
  }

  .pdl-product-detail-main-shot img {
    width: min(68%, 430px) !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 390px !important;
    padding: 0 !important;
    transform: none;
  }

  .pdl-product-detail-hero:hover .pdl-product-detail-main-shot img {
    transform: translateY(-5px);
  }

  .pdl-product-quick-info-grid {
    display: flex;
    gap: 0;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pdl-product-quick-info-grid a:nth-child(n) {
    flex: 0 0 min(68vw, 330px);
    min-height: 94px;
    border-top: 0;
    border-right: 0;
    scroll-snap-align: start;
  }

  .pdl-product-quick-info-grid a:nth-child(5) {
    grid-column: auto;
  }

  .pdl-product-quick-info-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-risk-layout,
  .pdl-product-structure-layout {
    grid-template-columns: 1fr;
  }

  .pdl-product-risk-media {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .pdl-product-structure-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .pdl-product-structure-media {
    grid-column: 1;
    grid-row: 2;
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .pdl-product-function-section .pdl-section-heading,
  .pdl-product-alternative-section .pdl-section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdl-product-size-guide-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .pdl-product-size-guide-table-wrap {
    width: 100%;
    overflow-x: auto;
  }

  .pdl-product-printing-option {
    min-height: 300px;
  }

  .pdl-product-spec-card {
    background-image:
      linear-gradient(180deg, rgba(5, 23, 39, .56) 0%, rgba(5, 23, 39, .9) 52%, rgba(5, 23, 39, .96) 100%),
      var(--pdl-product-quote-image);
  }

  .pdl-product-spec-card > summary {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
    color: #fff;
    background: rgba(5, 23, 39, .7);
    font-weight: 800;
    cursor: pointer;
  }

  .pdl-product-spec-card > summary svg {
    width: 18px;
    height: 18px;
    color: #a9d8ff;
    transition: transform 180ms ease;
  }

  .pdl-product-spec-card[open] > summary svg {
    transform: rotate(180deg);
  }

  .pdl-product-spec-card-content {
    min-height: 0;
    padding: 0;
  }

  .pdl-product-spec-card-content::before {
    display: none;
    content: none;
  }

  .pdl-product-spec-card-content > :not(.pdl-product-current-specs) {
    margin-right: 28px;
    margin-left: 28px;
  }

  .pdl-product-spec-card-content > .pdl-eyebrow {
    margin-top: 32px;
  }

  .pdl-product-spec-card-content > .pdl-product-current-specs {
    margin: 0 28px 28px;
  }

  .pdl-product-editorial-section .pdl-content-layout {
    grid-template-columns: 1fr;
  }

  .pdl-product-editorial-section .pdl-side-panel {
    padding: 24px 0 0;
    border-top: 2px solid #dbe9f6;
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .pdl-product-mobile-detail > summary,
  .pdl-product-size-guide-detail > summary {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 11px 14px;
    color: var(--pdl-product-blue);
    background: #edf6ff;
    border: 1px solid #d3e5f5;
    border-radius: 6px;
    font-size: .86rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }

  .pdl-product-mobile-detail > summary::-webkit-details-marker,
  .pdl-product-size-guide-detail > summary::-webkit-details-marker {
    display: none;
  }

  .pdl-product-mobile-detail > summary svg,
  .pdl-product-size-guide-detail > summary svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    transition: transform 180ms ease;
  }

  .pdl-product-mobile-detail[open] > summary svg,
  .pdl-product-size-guide-detail[open] > summary svg {
    transform: rotate(180deg);
  }

  .pdl-product-mobile-detail-body {
    padding-top: 18px;
  }
}

@media (max-width: 560px) {
  .pdl-product-detail-page .pdl-section {
    padding: 38px 0;
  }

  .pdl-product-detail-page h2 {
    font-size: clamp(1.52rem, 7.2vw, 1.9rem);
    line-height: 1.2;
  }

  .pdl-product-detail-hero-grid {
    width: min(calc(100% - 28px), var(--pdl-container));
    gap: 16px;
    padding-top: 30px;
    padding-bottom: 18px;
  }

  .pdl-product-detail-intro h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(1.88rem, 9.2vw, 2.35rem);
    line-height: 1.13;
    overflow-wrap: anywhere;
  }

  .pdl-product-detail-lead {
    margin-bottom: 15px;
    font-size: .9rem;
    line-height: 1.66;
  }

  .pdl-product-detail-tags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 13px;
  }

  .pdl-product-detail-tags span {
    justify-content: center;
    min-width: 0;
    padding: 8px 4px;
    background: rgba(255, 255, 255, .7);
    font-size: .72rem;
  }

  .pdl-product-detail-tags svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  .pdl-product-detail-bullets li {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 10px 0;
  }

  .pdl-product-detail-bullets strong {
    font-size: .82rem;
  }

  .pdl-product-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-product-detail-tags strong {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .pdl-product-detail-actions .pdl-button {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    padding-inline: 8px;
    overflow: hidden;
    font-size: .82rem;
    white-space: normal !important;
    text-align: center;
  }

  .pdl-product-detail-bullets {
    display: none;
  }

  .pdl-product-detail-media {
    min-height: 255px;
  }

  .pdl-product-detail-main-shot img {
    width: min(82%, 275px) !important;
    max-height: 255px !important;
  }

  .pdl-product-quick-info-section .pdl-container {
    width: min(calc(100% - 28px), var(--pdl-container));
  }

  .pdl-product-quick-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    overflow: visible;
    border-top: 1px solid var(--pdl-product-line);
    border-bottom: 1px solid var(--pdl-product-line);
    scroll-snap-type: none;
  }

  .pdl-product-quick-info-grid a:nth-child(n) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px;
    min-height: 76px;
    padding: 12px 10px;
    border: 0;
    border-bottom: 1px solid var(--pdl-product-line);
    scroll-snap-align: none;
  }

  .pdl-product-quick-info-grid a:nth-child(odd) {
    border-right: 1px solid var(--pdl-product-line);
  }

  .pdl-product-quick-info-grid a:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 68px;
    border-right: 0;
    border-bottom: 0;
  }

  .pdl-product-quick-info-grid .pdl-product-quick-info-arrow {
    display: none;
  }

  .pdl-product-quick-info-grid strong {
    font-size: .78rem;
    line-height: 1.45;
  }

  .pdl-product-quick-info-label span {
    font-size: .76rem;
  }

  .pdl-product-risk-intro h2 {
    margin-bottom: 12px;
  }

  .pdl-product-risk-answer {
    margin-bottom: 10px;
    font-size: .82rem;
    line-height: 1.62;
  }

  .pdl-product-risk-layout,
  .pdl-product-structure-layout {
    gap: 22px;
  }

  .pdl-product-risk-section .pdl-product-mobile-detail > summary {
    display: none;
  }

  .pdl-product-risk-section .pdl-product-mobile-detail-body {
    padding-top: 0;
  }

  .pdl-product-risk-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
    margin-bottom: 18px;
  }

  .pdl-product-risk-list article {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 0;
  }

  .pdl-product-risk-list article > span {
    width: 28px;
    height: 28px;
  }

  .pdl-product-risk-list article > span svg {
    width: 15px;
    height: 15px;
  }

  .pdl-product-risk-list h3 {
    margin-bottom: 3px;
    font-size: .86rem;
  }

  .pdl-product-risk-list p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .7rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-product-risk-media {
    aspect-ratio: 16 / 9;
  }

  .pdl-product-risk-media figcaption {
    right: 12px;
    bottom: 9px;
    left: 12px;
    font-size: .62rem;
  }

  .pdl-product-structure-media {
    display: none;
  }

  .pdl-product-structure-media img {
    padding: 3%;
  }

  .pdl-product-structure-answer {
    margin-bottom: 17px;
    padding: 12px 14px;
    font-size: .86rem;
  }

  .pdl-product-structure-copy > .pdl-text-link {
    margin-top: 18px;
  }

  .pdl-product-layer-list > div {
    grid-template-columns: 30px 70px minmax(0, 1fr);
  }

  .pdl-product-function-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .pdl-product-function-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-function-grid article {
    min-width: 0;
    scroll-snap-align: none;
  }

  .pdl-product-function-grid article > div {
    display: block;
    padding: 12px;
  }

  .pdl-product-function-grid article > div > span {
    width: 25px;
    height: 25px;
    margin-bottom: 9px;
  }

  .pdl-product-function-grid h3 {
    font-size: .9rem;
  }

  .pdl-product-function-grid p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .72rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-product-section-nav p,
  .pdl-product-alternative-section .pdl-section-heading > p {
    display: none;
  }

  .pdl-product-function-section .pdl-section-heading,
  .pdl-product-alternative-section .pdl-section-heading {
    margin-bottom: 26px;
  }

  .pdl-product-printing-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .pdl-product-printing-options::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-size-guide-table {
    min-width: 620px;
  }

  .pdl-product-size-guide-detail > summary {
    margin-top: 2px;
  }

  .pdl-product-size-guide-table-wrap {
    margin-top: 12px;
  }

  .pdl-product-size-guide-table th,
  .pdl-product-size-guide-table td {
    padding: 15px 16px;
  }

  .pdl-product-printing-option {
    min-height: 176px;
    padding: 18px;
    scroll-snap-align: none;
  }

  .pdl-product-printing-option strong {
    font-size: 1.22rem;
  }

  .pdl-product-printing-option p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .78rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-product-order-note {
    margin-top: 13px;
    font-size: .76rem;
    line-height: 1.55;
    text-align: left;
  }

  .pdl-product-order-layout {
    gap: 34px;
  }

  .pdl-product-spec-card-content > :not(.pdl-product-current-specs) {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pdl-product-spec-card-content > .pdl-product-current-specs {
    margin: 0 20px 22px;
  }

  .pdl-product-alternative-grid,
  .pdl-product-alternative-grid.pdl-product-alternative-count-1,
  .pdl-product-alternative-grid.pdl-product-alternative-count-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .pdl-product-alternative-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-alternative-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 116px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    scroll-snap-align: none;
  }

  .pdl-product-alternative-card figure {
    width: 108px;
    height: 100%;
    min-height: 116px;
    margin: 0;
    border-radius: 0;
  }

  .pdl-product-alternative-card figure img {
    width: 82%;
    height: 82%;
  }

  .pdl-product-alternative-card > div {
    align-self: center;
    padding: 12px 14px;
  }

  .pdl-product-alternative-card span {
    font-size: .64rem;
  }

  .pdl-product-alternative-card h3 {
    margin: 4px 0 7px;
    font-size: .98rem;
  }

  .pdl-product-alternative-card p {
    display: none;
  }

  .pdl-product-alternative-card strong {
    font-size: .72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-product-detail-page *,
  .pdl-product-detail-page *::before,
  .pdl-product-detail-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
