/* Digitally Printed Name Badges — 1A */

html:has(.dp-page),
body:has(.dp-page) {
  overflow-x: clip;
}

.centercontent:has(.dp-page) {
  overflow-x: hidden;
  max-width: 100%;
}

.centercontent > .container.design-print:has(.dp-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.centercontent .container:has(.dp-page) .leftdefaultimg,
.centercontent .container:has(.dp-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.dp-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.dp-page,
.dp-page *,
.dp-page *::before,
.dp-page *::after {
  box-sizing: border-box;
}

.dp-page {
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 54px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
}

.dp-page a {
  color: #204e75;
  text-decoration: none;
}

.dp-page a:hover,
.dp-page a:focus {
  color: #163854;
  text-decoration: underline;
}

.dp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8a9199;
  text-transform: uppercase;
}

.dp-tick {
  display: block;
  width: 34px;
  height: 3px;
  background: #c4470c;
  flex: none;
}

.dp-rule {
  display: block;
  width: 66px;
  height: 3px;
  background: #c4470c;
}

.dp-cta {
  display: inline-block;
  padding: 14px 30px;
  background: #c4470c;
  border: 1px solid #c4470c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dp-cta:hover,
.dp-cta:focus {
  background: #a13908;
  border-color: #a13908;
  color: #fff !important;
  text-decoration: none !important;
}

.dp-cta:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.dp-cta--outline {
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75 !important;
}

.dp-cta--outline:hover,
.dp-cta--outline:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

/* 4. Intro */
.dp-intro h1 {
  margin: 8px 0 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.12;
  color: #204e75;
}

.dp-intro p {
  margin: 14px 0 0;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.65;
  color: #55606a;
}

.dp-intro .dp-eyebrow {
  margin: 0;
  max-width: none;
  font-size: 11.5px;
  line-height: 1.2;
  color: #8a9199;
}

/* 5. Start band */
.dp-start {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 40px;
  border: 1px solid #163a57;
  background: radial-gradient(120% 150% at 18% 0%, #2f6293 0%, #204e75 58%, #1a4062 100%);
}

.dp-start__copy {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.dp-start__icon {
  flex: none;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.dp-start h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.dp-start p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #cfdceb;
}

.dp-start .dp-cta {
  flex: none;
}

/* 6. Pricing */
.dp-price__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #204e75;
}

.dp-price__head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #204e75;
}

.dp-price__marker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #c4470c;
  text-transform: uppercase;
}

.dp-price__marker-rule {
  width: 40px;
  height: 2px;
  background: #c4470c;
}

.dp-price__strip {
  display: flex;
  margin-top: 0;
  border: 1px solid #dfe4e8;
  border-top: 0;
}

.dp-price__panel {
  flex: 1;
  min-width: 0;
  padding: 18px 20px 20px;
}

.dp-price__panel--ent {
  flex: none;
  width: 300px;
  background: #fdf6f1;
  border-left: 1px solid #f0d9cd;
}

.dp-price__label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-transform: uppercase;
}

.dp-price__panel--ent .dp-price__label {
  color: #c4470c;
}

.dp-price__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: #eef0f2;
  border: 1px solid #eef0f2;
}

.dp-price__panel--ent .dp-price__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #f0d9cd;
  border-color: #f0d9cd;
}

.dp-price__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 8px;
  background: #fff;
  text-align: center;
}

.dp-price__panel:not(.dp-price__panel--ent) .dp-price__cell {
  justify-content: space-between;
}

.dp-price__panel:not(.dp-price__panel--ent) .dp-price__amt {
  margin-top: auto;
}

.dp-price__panel--ent .dp-price__cell {
  background: #fffaf6;
}

.dp-price__tier {
  font-size: 11.5px;
  color: #8a9199;
}

.dp-price__panel--ent .dp-price__tier {
  color: #b56a4a;
}

.dp-price__amt {
  font-size: 16px;
  font-weight: 700;
  color: #1d2429;
}

.dp-price__panel--ent .dp-price__amt {
  color: #c4470c;
}

.dp-price table {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.dp-price__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  font-size: 12.5px;
  color: #55606a;
}

.dp-price__foot p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dp-price__foot svg {
  flex: none;
  color: #7eb12c;
}

.dp-price__talk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #204e75;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.dp-price__talk:hover,
.dp-price__talk:focus {
  color: #163854;
  text-decoration: underline !important;
}

/* 7. Gallery */
.dp-gallery {
  text-align: center;
}

.dp-gallery .dp-eyebrow,
.dp-fast .dp-eyebrow,
.dp-colors .dp-eyebrow,
.dp-compare .dp-eyebrow {
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.dp-gallery h2 {
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #204e75;
}

.dp-gallery .dp-rule {
  margin: 14px auto 0;
}

.dp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
  text-align: left;
}

.dp-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.dp-cell:hover,
.dp-cell:focus-within {
  border-color: #204e75;
}

.dp-cell__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 18px 16px;
  background: linear-gradient(160deg, #fdfdfe 0%, #eef0f2 55%, #dfe4e8 100%);
}

.dp-cell__photo img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 132px;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(29, 36, 41, 0.22));
}

.dp-page--chalk .dp-grow .dp-cell__photo img {
  max-width: 240px;
  max-height: none;
  height: 132px;
  width: auto;
}

.dp-cell figcaption {
  margin: 0;
  padding: 12px 16px;
  border-top: 1px solid #eef0f2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8a9199;
  text-transform: uppercase;
}

.dp-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 78, 117, 0.82);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  text-decoration: none !important;
}

.dp-overlay:hover,
.dp-overlay:focus {
  color: #fff;
  text-decoration: none !important;
}

.dp-cell:hover .dp-overlay,
.dp-cell:focus-within .dp-overlay {
  opacity: 1;
  pointer-events: auto;
}

.dp-overlay__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: #c4470c;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-overlay:hover .dp-overlay__btn,
.dp-overlay:focus .dp-overlay__btn {
  background: #a13908;
}

.dp-overlay:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

/* 8. World-class */
.dp-world {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 48px;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px max(40px, calc(50vw - 600px));
  background: #f5f5f5;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.dp-world__figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 28px 20px;
  border: 1px solid #dfe4e8;
  background-color: #f5f5f5;
  background-image:
    linear-gradient(#dfe4e8 1px, transparent 1px),
    linear-gradient(90deg, #dfe4e8 1px, transparent 1px);
  background-size: 44px 44px;
}

.dp-world__figure img {
  position: relative;
  display: block;
  width: auto;
  max-width: 340px;
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(29, 36, 41, 0.22));
}

.dp-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #dfe4e8;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #204e75;
  text-transform: uppercase;
}

.dp-world__copy .dp-eyebrow,
.dp-extra .dp-eyebrow,
.dp-custom .dp-eyebrow {
  margin: 0 0 8px;
  max-width: none;
  font-size: 11.5px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #8a9199;
}

.dp-world__copy h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #204e75;
}

.dp-world__copy > p:not(.dp-eyebrow) {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
}

.dp-feats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 22px;
}

.dp-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.dp-feat__icon {
  flex: none;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  color: #204e75;
}

.dp-feat h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #204e75;
}

.dp-feat p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6a747d;
}

/* 9. Custom shapes */
.dp-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.dp-custom > div {
  min-width: 0;
  max-width: 100%;
}

.dp-custom h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #204e75;
  overflow-wrap: break-word;
}

.dp-custom p:not(.dp-eyebrow) {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
}

.dp-custom .dp-cta {
  margin-top: 22px;
}

.dp-custom--text {
  display: block;
}

.dp-custom__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 30px;
  border: 1px solid #dfe4e8;
  background: #f7f9fb;
  box-sizing: border-box;
}

.dp-custom__figure img {
  display: block;
  width: auto;
  max-width: min(420px, 100%);
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(29, 36, 41, 0.2));
}

/* 10. Fasteners */
.dp-fast {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px max(40px, calc(50vw - 600px));
  background: #f5f5f5;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
  text-align: center;
}

.dp-fast .dp-eyebrow {
  justify-content: center;
}

.dp-fast h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #204e75;
}

.dp-fast .dp-rule {
  margin: 14px auto 0;
}

.dp-fast__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.dp-fast .dp-cell__photo {
  min-height: 128px;
  padding: 16px 12px;
  background: #fff;
}

.dp-fast .dp-cell__photo img {
  max-width: 118px;
  max-height: 96px;
  filter: none;
}

.dp-fast figcaption {
  text-transform: none;
  letter-spacing: 0;
}

.dp-fast figcaption strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #1d2429;
}

.dp-fast figcaption span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #8a9199;
}

.dp-flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 8px;
  background: #c4470c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-fast .dp-overlay__btn {
  padding: 9px 16px;
  font-size: 11.5px;
  letter-spacing: 0.07em;
}

.dp-fast__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  font-size: 12.5px;
  color: #6a747d;
}

.dp-fast__note svg {
  flex: none;
  color: #7eb12c;
}

@media (max-width: 1100px) {
  .dp-price__strip {
    flex-direction: column;
  }

  .dp-price__panel--ent {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #f0d9cd;
  }

  .dp-world,
  .dp-custom {
    grid-template-columns: minmax(0, 1fr);
  }

  .dp-world {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: calc(50% - 50vw);
  }

  .dp-fast__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .dp-page {
    padding: 28px 18px 40px;
    gap: 36px;
  }

  .dp-intro h1 {
    font-size: 28px;
  }

  .dp-start {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .dp-start .dp-cta {
    width: 100%;
    text-align: center;
  }

  .dp-gallery__grid,
  .dp-fast__grid {
    grid-template-columns: 1fr 1fr;
  }

  .dp-price__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dp-price__panel--ent .dp-price__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-price__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .dp-world,
  .dp-fast {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 520px) {
  .dp-gallery__grid,
  .dp-fast__grid {
    grid-template-columns: 1fr;
  }
}

/* Color / finish chips */
.dp-colors {
  text-align: center;
}

.dp-colors .dp-eyebrow {
  justify-content: center;
}

.dp-colors h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #204e75;
}

.dp-colors .dp-rule {
  margin: 14px auto 0;
}

.dp-colors__groups {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 28px;
}

.dp-colors__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #204e75;
  text-transform: uppercase;
}

.dp-colors__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dfe4e8;
}

.dp-colors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 18px 14px;
  margin-top: 28px;
  justify-items: center;
}

.dp-colors--center .dp-colors__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 22px;
}

.dp-colors__groups .dp-colors__grid {
  margin-top: 0;
  grid-template-columns: repeat(auto-fill, 100px);
  justify-content: center;
  gap: 16px 18px;
}

.dp-colors__groups .dp-swatch {
  width: 100px;
}

.dp-colors__groups .dp-swatch img {
  width: 100px;
}

.dp-colors__groups .dp-swatch figcaption {
  font-size: 9.5px;
  font-weight: 700;
  color: #6a747d;
}

.dp-swatch {
  width: 92px;
  margin: 0;
}

.dp-swatch img {
  display: block;
  width: 91px;
  height: auto;
  margin: 0 auto;
}

.dp-swatch figcaption {
  margin: 6px 0 0;
  font-size: 11.5px;
  line-height: 1.3;
  color: #55606a;
  text-align: center;
}

/* Extra feature band (same geometry as custom) */
.dp-extra {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.dp-extra > div {
  min-width: 0;
  max-width: 100%;
}

.dp-extra h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #204e75;
  overflow-wrap: break-word;
}

.dp-extra p:not(.dp-eyebrow) {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
  overflow-wrap: break-word;
}

.dp-extra__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 30px;
  border: 1px solid #dfe4e8;
  background: #f7f9fb;
  box-sizing: border-box;
}

.dp-extra__figure img {
  display: block;
  width: auto;
  max-width: min(420px, 100%);
  height: auto;
  min-width: 0;
  filter: drop-shadow(0 12px 20px rgba(29, 36, 41, 0.2));
}

.dp-world__copy a,
.dp-extra a:not(.dp-cta),
.dp-custom a:not(.dp-cta) {
  font-weight: 700;
  text-decoration: underline;
}

.dp-extra .dp-cta {
  margin-top: 20px;
}

.dp-extra--media-first {
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
}

/* Metal comparison */
.dp-compare {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px max(40px, calc(50vw - 600px));
  background: #f5f5f5;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
  text-align: center;
}

.dp-compare .dp-eyebrow {
  justify-content: center;
}

.dp-compare h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #204e75;
}

.dp-compare .dp-rule {
  margin: 14px auto 0;
}

.dp-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  border: 1px solid #dfe4e8;
  background: #fff;
  text-align: left;
}

.dp-compare__card {
  padding: 24px 28px 28px;
}

.dp-compare__card + .dp-compare__card {
  border-left: 1px solid #e6e9ec;
}

.dp-compare__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

.dp-compare__label--good {
  color: #5d8f22;
}

.dp-compare__label--bad {
  color: #bb001f;
}

.dp-compare__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  line-height: 1.45;
  color: #1d2429;
}

.dp-compare__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.dp-compare__img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 180px;
  height: auto;
}

@media (max-width: 1100px) {
  .dp-extra,
  .dp-extra--media-first {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }

  .dp-extra > div {
    min-width: 0;
    max-width: 100%;
  }

  .dp-extra__figure {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 16px;
  }

  .dp-extra__figure img {
    width: auto;
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
}

@media (max-width: 800px) {
  .dp-compare {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 18px;
    padding-right: 18px;
  }

  .dp-compare__grid,
  .dp-compare__points {
    grid-template-columns: 1fr;
  }

  .dp-compare__card + .dp-compare__card {
    border-left: 0;
    border-top: 1px solid #e6e9ec;
  }
}

.dp-gallery__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dp-gallery__grid--7 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dp-snap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.dp-snap img {
  display: block;
  width: auto;
  max-width: 280px;
  max-height: 150px;
  height: auto;
}

.dp-snap__arrow {
  width: 42px;
  max-height: 48px;
}

.dp-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
  text-align: left;
}

.dp-highlight {
  padding: 22px 20px;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.dp-highlight svg {
  color: #c4470c;
}

.dp-highlight h3 {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #204e75;
}

.dp-highlight p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6a747d;
}

.dp-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
}

.dp-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.dp-app img {
  display: block;
  height: 40px;
  width: auto;
}

@media (max-width: 1100px) {
  .dp-gallery__grid--7,
  .dp-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .dp-gallery__grid--3,
  .dp-gallery__grid--7,
  .dp-highlights {
    grid-template-columns: 1fr;
  }
}

/* Engraved: grouped color chips (option 2A) */
.dp-colors__groups {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 28px;
}

.dp-colors__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #204e75;
  text-transform: uppercase;
}

.dp-colors__label::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #dfe4e8;
}

.dp-colors--grouped .dp-colors__grid {
  grid-template-columns: repeat(auto-fill, 100px);
  justify-content: center;
  gap: 16px 18px;
  margin-top: 0;
}

.dp-colors--grouped .dp-swatch {
  width: 100px;
}

.dp-colors--grouped .dp-swatch img {
  width: 100px;
}

.dp-colors--grouped .dp-swatch figcaption {
  font-size: 9.5px;
  font-weight: 700;
  color: #6a747d;
}

/* Engraved: custom band is text-only */
.dp-custom--solo {
  display: block;
}

.dp-custom--solo .dp-cta {
  margin-top: 18px;
}

/* Metal comparison — two separate cards, image then points */
.dp-compare--split {
  width: auto;
  max-width: none;
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.dp-compare--split .dp-compare__grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.dp-compare--split .dp-compare__card {
  padding: 0;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.dp-compare--split .dp-compare__card + .dp-compare__card {
  border-left: 1px solid #dfe4e8;
}

.dp-compare--split .dp-compare__card--best {
  border-color: #204e75;
}

.dp-compare--split .dp-compare__label {
  margin: 0;
  padding: 11px 18px;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.dp-compare--split .dp-compare__label--good {
  background: #204e75;
  color: #fff;
}

.dp-compare--split .dp-compare__label--bad {
  background: #9aa3ab;
  color: #fff;
}

.dp-compare--split .dp-compare__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}

.dp-compare--split .dp-compare__img {
  min-height: 0;
  padding: 22px;
  border: 1px solid #dfe4e8;
  background: #f7f9fb;
}

.dp-compare--split .dp-compare__img img {
  max-width: 360px;
  max-height: none;
  margin: 0 auto;
}

.dp-compare--split .dp-compare__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.dp-compare--split .dp-compare__points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #26313a;
}

.dp-compare--split .dp-compare__points--bad li {
  color: #6a747d;
}

.dp-compare--split .dp-compare__points--good svg {
  flex: none;
  color: #7eb12c;
  stroke-width: 2.4;
}

.dp-compare--split .dp-compare__points--bad svg {
  flex: none;
  color: #c8341c;
  stroke-width: 2.4;
}

.dp-compare--split .dp-compare__label svg {
  flex: none;
  color: #fff;
}

@media (max-width: 800px) {
  .dp-compare--split {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-compare--split .dp-compare__card + .dp-compare__card {
    border-left: 1px solid #dfe4e8;
    border-top: 1px solid #dfe4e8;
  }
}

.dp-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Fusion Badge / reusable */
.dp-popular,
.dp-minutes,
.dp-shapes,
.dp-highlights-wrap {
  text-align: center;
}

.dp-popular .dp-eyebrow,
.dp-minutes .dp-eyebrow,
.dp-shapes .dp-eyebrow,
.dp-highlights-wrap .dp-eyebrow {
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.dp-popular h2,
.dp-minutes h2,
.dp-shapes h2,
.dp-highlights-wrap h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #204e75;
}

.dp-popular h2 {
  font-size: 30px;
}

.dp-popular .dp-rule,
.dp-minutes .dp-rule,
.dp-shapes .dp-rule,
.dp-highlights-wrap .dp-rule {
  margin: 14px auto 0;
}

.dp-popular > p:not(.dp-eyebrow),
.dp-minutes > p:not(.dp-eyebrow),
.dp-shapes > p:not(.dp-eyebrow) {
  margin: 16px auto 0;
  max-width: 880px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #55606a;
}

.dp-film {
  width: 100vw;
  max-width: 100vw;
  margin: 16px 0 0;
  margin-left: calc(50% - 50vw);
  padding: 44px max(40px, calc(50vw - 600px));
  background: #f5f5f5;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.dp-film__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.dp-film__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #204e75;
}

.dp-film__label svg {
  color: #c4470c;
}

.dp-film__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 28px;
}

.dp-film__frame {
  flex: 1;
  min-width: 0;
  max-width: 300px;
  margin: 0;
}

.dp-film__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  padding: 20px;
  border: 1px solid #e6e9ec;
  background: #fff;
}

.dp-film__box img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 150px;
  height: auto;
}

.dp-film__frame figcaption {
  margin-top: 14px;
}

.dp-film__step {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: #204e75;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-film__frame strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #204e75;
}

.dp-film__frame figcaption span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6a747d;
}

.dp-film__arrow {
  flex: none;
  margin-top: 84px;
}

.dp-shapes .dp-gallery__grid {
  gap: 18px;
}

.dp-shapes .dp-cell {
  background: #f5f5f5;
  border-color: #e6e9ec;
}

.dp-shapes .dp-cell__photo {
  min-height: 150px;
  background: #f5f5f5;
}

.dp-shapes .dp-cell__photo img {
  max-width: 190px;
  max-height: 108px;
  filter: drop-shadow(0 8px 12px rgba(29, 36, 41, 0.16));
}

.dp-shapes figcaption {
  text-transform: none;
  letter-spacing: 0;
  color: #1d2429;
}

.dp-shapes figcaption strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #1d2429;
}

.dp-shapes figcaption span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #8a9199;
}

.dp-page--fusion .dp-highlight {
  padding: 0;
  border-top: 4px solid #c4470c;
}

.dp-page--fusion .dp-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 30px 28px 0;
  border: 1px solid #f4d9c9;
  background: #fdf0e9;
}

.dp-page--fusion .dp-highlight svg {
  color: #c4470c;
}

.dp-page--fusion .dp-highlight h3 {
  margin: 16px 28px 0;
  font-size: 17px;
}

.dp-page--fusion .dp-highlight p {
  margin: 10px 28px 0;
  font-size: 13.5px;
  color: #55606a;
}

.dp-page--fusion .dp-highlight p:last-child {
  margin-bottom: 30px;
}

.dp-fast--inset {
  width: auto;
  max-width: none;
  margin-left: 0;
  padding: 40px 44px;
  border: 1px solid #e6e9ec;
}

@media (max-width: 1100px) {
  .dp-film__row {
    gap: 20px;
  }

  .dp-film__arrow {
    margin-top: 84px;
  }
}

@media (max-width: 800px) {
  .dp-film {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 18px;
    padding-right: 18px;
  }

  .dp-film__row {
    flex-direction: column;
    align-items: center;
  }

  .dp-film__frame {
    max-width: 100%;
    width: 100%;
  }

  .dp-film__arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }

  .dp-fast--inset {
    width: auto;
    margin-left: 0;
    padding: 28px 18px;
  }
}

/* Photo ID — ordering app band */
.dp-appband {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 54px max(40px, calc(50vw - 600px));
  background: radial-gradient(130% 130% at 82% 0%, #2f6293 0%, #204e75 55%, #17395a 100%);
  overflow-x: hidden;
}

.dp-appband__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}

.dp-appband__copy,
.dp-appband__media {
  min-width: 0;
  max-width: 100%;
}

.dp-appband .dp-feat > div {
  min-width: 0;
}

.dp-appband .dp-eyebrow {
  color: #9fc0dd;
}

.dp-appband h2 {
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  overflow-wrap: break-word;
}

.dp-appband__copy > p:not(.dp-eyebrow) {
  margin: 16px 0 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.7;
  color: #cfdceb;
}

.dp-appband__copy > p:not(.dp-eyebrow) strong {
  color: #fff;
}

.dp-appband__copy a:not(.dp-cta) {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.dp-appband__copy a:not(.dp-cta):hover,
.dp-appband__copy a:not(.dp-cta):focus {
  color: #e8a33d;
}

.dp-appband__copy > p.dp-appband__note {
  margin-top: 22px;
  max-width: none;
  color: #9fc0dd;
}

.dp-appband__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #9fc0dd;
}

.dp-appband__note svg {
  flex: none;
}

.dp-appband__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dp-appband__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #eaf1f8;
}

.dp-appband__list li:first-child {
  margin-top: 0;
}

.dp-appband__list svg {
  flex: none;
  margin-top: 2px;
  color: #e8a33d;
  stroke-width: 2.4;
}

.dp-appband .dp-app {
  margin-top: 28px;
}

.dp-appband .dp-app img {
  height: 46px;
}

.dp-appband__media {
  position: relative;
  margin: 0;
  text-align: center;
}

.dp-appband__media img {
  display: block;
  width: auto;
  max-width: min(380px, 100%);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.4));
}

.dp-appband__media .dp-cta {
  margin-top: 56px;
}

.dp-appband .dp-feats {
  margin-top: 22px;
}

.dp-appband .dp-feat__icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #e8a33d;
}

.dp-appband .dp-feat h3 {
  color: #fff;
}

.dp-appband .dp-feat p {
  color: #cfdceb;
}

.dp-appband .dp-chip {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dp-appband--fusion .dp-appband__media img {
  max-width: 420px;
}

.dp-appband__media--box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
}

.dp-appband__media--box img {
  margin: 0;
  filter: drop-shadow(0 12px 20px rgba(29, 36, 41, 0.22));
}

.dp-win-stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 280px;
}

.dp-win-stage__a,
.dp-win-stage__b {
  position: absolute;
  height: auto;
}

.dp-win-stage__a {
  left: 0;
  top: 6px;
  width: 56%;
  max-width: 240px;
  transform: rotate(-8deg);
  z-index: 1;
}

.dp-win-stage__b {
  right: 0;
  bottom: 4px;
  width: 54%;
  max-width: 230px;
  transform: rotate(7deg);
  z-index: 2;
}

@media (max-width: 1100px) {
  .dp-appband__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .dp-world,
  .dp-fast,
  .dp-compare,
  .dp-film,
  .dp-appband {
    width: auto;
    max-width: none;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dp-appband {
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .dp-appband__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dp-appband h2 {
    font-size: 24px;
  }

  .dp-appband__copy > p:not(.dp-eyebrow) {
    max-width: none;
  }

  .dp-appband__media img,
  .dp-appband--fusion .dp-appband__media img {
    max-width: 100%;
  }

  .dp-extra,
  .dp-extra--media-first,
  .dp-custom {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .dp-custom h2 {
    font-size: 24px;
  }

  .dp-custom__figure {
    padding: 16px;
    min-height: 0;
  }

  .dp-custom__figure img {
    max-width: 100%;
  }
}
