.dpc-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(157, 194, 178, .24), transparent 26%),
    linear-gradient(135deg, #eff5f2 0%, #f9fbfa 58%, #e4efea 100%);
  border-bottom: 1px solid #dbe6e1;
  overflow: hidden;
  padding: 92px 0 74px;
}
.dpc-hero__inner { align-items: center; display: grid; gap: 54px; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr); }
.dpc-hero h1 { color: #173d36; font-size: clamp(44px, 6vw, 78px); letter-spacing: -.045em; line-height: .98; margin: 12px 0 22px; }
.dpc-hero__copy > p:not(.eyebrow) { color: #49635d; font-size: 19px; line-height: 1.65; margin: 0; max-width: 720px; }
.dpc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.dpc-order-link span { align-items: center; background: #315f58; border-radius: 999px; color: #fff; display: inline-flex; font-size: 11px; height: 23px; justify-content: center; margin-left: 8px; min-width: 23px; padding: 0 6px; }

.dpc-platform-card { background: rgba(255,255,255,.9); border: 1px solid rgba(49,95,88,.2); border-radius: 28px; box-shadow: 0 28px 70px rgba(28,67,59,.14); overflow: hidden; padding: 30px; }
.dpc-platform-card__heading { border-bottom: 1px solid #dce7e2; padding-bottom: 20px; }
.dpc-platform-card__heading .eyebrow { margin: 0 0 9px; }
.dpc-platform-card__heading h2 { color: #173d36; font-size: clamp(25px, 2.15vw, 34px); letter-spacing: -.025em; line-height: 1.08; margin: 0; }
.dpc-platform-card__list { display: grid; list-style: none; margin: 0; padding: 11px 0 5px; }
.dpc-platform-card__list li { display: grid; gap: 2px 12px; grid-template-columns: 34px minmax(0,1fr); padding: 12px 0; }
.dpc-platform-card__list li + li { border-top: 1px solid #e4ebe8; }
.dpc-platform-card__list span { align-items: center; background: #edf4f1; border-radius: 50%; color: #9a6a20; display: inline-flex; font: 700 10px/1 "Roboto Condensed",sans-serif; grid-row: 1 / 3; height: 30px; justify-content: center; width: 30px; }
.dpc-platform-card__list strong { color: #234a42; font: 700 16px/1.2 "Roboto Condensed",sans-serif; }
.dpc-platform-card__list small { color: #677873; font-size: 13px; line-height: 1.35; }
.dpc-platform-card__note { background: #173f38; border-radius: 12px; color: #fff; font-size: 13px; line-height: 1.4; margin: 10px 0 0; padding: 12px 14px; }

.dpc-showcase { background: #f8f9f7; padding: 46px 0 72px; }
.dpc-showcase__heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); margin-bottom: 28px; }
.dpc-showcase__heading h2 { color: #183f38; font-size: clamp(32px,3.6vw,48px); letter-spacing: -.035em; line-height: 1.06; margin: 8px 0 0; }
.dpc-showcase__heading > p { color: #61726d; line-height: 1.65; margin: 0; }
.dpc-showcase__grid { display: grid; gap: 24px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.dpc-showcase-card { background: #fff; border: 1px solid #d8e4df; border-radius: 22px; box-shadow: 0 18px 45px rgba(27,64,56,.09); margin: 0; overflow: hidden; }
.dpc-showcase-card__media { aspect-ratio: 16 / 9; background: #0a2c27; cursor: pointer; overflow: hidden; position: relative; }
.dpc-showcase-card__media video { display: block; height: 100%; object-fit: cover; width: 100%; }
.dpc-showcase-card__play { align-items: center; background: rgba(255,255,255,.96); border: 1px solid rgba(23,63,56,.3); border-radius: 999px; box-shadow: 0 10px 28px rgba(0,0,0,.22); color: #173f38; cursor: pointer; display: inline-flex; font: 700 14px/1 "Roboto Condensed",sans-serif; gap: 9px; left: 50%; padding: 14px 21px; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.dpc-showcase-card__play[hidden] { display: none; }
.dpc-showcase-card__play::before { content: "\25B6"; font-size: 12px; line-height: 1; }
.dpc-showcase-card__play:hover,.dpc-showcase-card__play:focus-visible { background: #f1bd55; outline: 2px solid #173f38; outline-offset: 3px; }
.dpc-showcase-card figcaption { display: grid; gap: 5px; padding: 20px 22px 22px; }
.dpc-showcase-card figcaption strong { color: #173d36; font: 700 22px/1.15 "Roboto Condensed",sans-serif; }
.dpc-showcase-card figcaption span { color: #63756f; font-size: 14px; line-height: 1.45; }

.dpc-products { background: #fff; padding: 70px 0 92px; }
.dpc-section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); margin-bottom: 38px; }
.dpc-section-heading h2 { color: #183f38; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.06; margin: 8px 0 0; }
.dpc-section-heading > p { color: #61726d; line-height: 1.65; margin: 0; }
.dpc-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dpc-card { appearance: none; background: #fff; border: 1px solid #dbe5e1; border-radius: 22px; box-shadow: 0 14px 38px rgba(30, 68, 59, .08); color: #172f2a; display: flex; flex-direction: column; min-width: 0; overflow: hidden; padding: 0; text-align: left; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; width: 100%; }
.dpc-card:hover, .dpc-card:focus-visible { border-color: #6f978b; box-shadow: 0 20px 46px rgba(30, 68, 59, .15); color: #172f2a; outline: 0; transform: translateY(-4px); }
.dpc-card__image { background: #e8efec; display: block; height: 210px; overflow: hidden; position: relative; width: 100%; }
.dpc-card__image img { display: block; height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.dpc-card:hover .dpc-card__image img { transform: scale(1.035); }
.dpc-card__status { background: rgba(20, 51, 44, .9); border-radius: 999px; color: #fff; font: 700 11px/1 "Roboto Condensed", sans-serif; letter-spacing: .1em; padding: 9px 12px; position: absolute; right: 14px; text-transform: uppercase; top: 14px; }
.dpc-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px 23px 21px; }
.dpc-card__body > small { color: #70837d; font: 700 10px/1 "Roboto Condensed", sans-serif; letter-spacing: .15em; margin-bottom: 9px; }
.dpc-card__body > strong { color: #173d36; font: 700 24px/1.15 "Roboto Condensed", sans-serif; }
.dpc-series { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 24px; }
.dpc-series i { background: #edf4f1; border-radius: 999px; color: #45645c; font: normal 600 11px/1 "Roboto Condensed", sans-serif; padding: 7px 9px; }
.dpc-card__body > em { align-items: center; color: #315f58; display: flex; font: normal 700 13px/1 "Roboto Condensed", sans-serif; justify-content: space-between; margin-top: auto; }
.dpc-card__body > em b { font-size: 20px; }
.dpc-card--soon { cursor: pointer; }

.dpc-order { background: #eaf1ee; padding: 82px 0; scroll-margin-top: 90px; }
.dpc-order__panel { background: #fff; border: 1px solid #d2e0da; border-radius: 26px; box-shadow: 0 24px 65px rgba(24, 61, 53, .1); padding: 38px; }
.dpc-order__heading { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.dpc-order__heading h2 { color: #173d36; font-size: 42px; margin: 6px 0 0; }
.dpc-order__heading > span { background: #edf4f1; border-radius: 999px; color: #48655e; font-size: 13px; padding: 10px 14px; }
.dpc-order__heading > span b { color: #173d36; font-size: 17px; margin-right: 4px; }
.dpc-order__intro { color: #60716c; line-height: 1.6; margin: 18px 0 26px; }
.dpc-order__empty { border: 1px dashed #aebfba; border-radius: 17px; padding: 26px; }
.dpc-order__empty strong { color: #234c44; font-size: 20px; }
.dpc-order__empty p { color: #687772; margin: 7px 0 18px; }
.dpc-order__items { display: grid; gap: 11px; }
.dpc-order__items[hidden], .dpc-order__footer[hidden] { display: none !important; }
.dpc-order-item { align-items: center; border: 1px solid #dce6e2; border-radius: 15px; display: grid; gap: 16px; grid-template-columns: 1fr auto; padding: 17px 18px; }
.dpc-order-item strong { color: #244a43; display: block; font-size: 17px; }
.dpc-order-item small { color: #73817d; display: block; margin-top: 4px; }
.dpc-order-item__actions { align-items: center; display: flex; gap: 9px; }
.dpc-order-item__actions a, .dpc-order-item__actions button { background: transparent; border: 1px solid #aabdb7; border-radius: 999px; color: #315f58; font: 700 12px/1 "Roboto Condensed", sans-serif; padding: 9px 12px; text-decoration: none; }
.dpc-order-item__actions button { cursor: pointer; }
.dpc-order__footer { align-items: center; border-top: 1px solid #dfe8e4; display: flex; gap: 28px; justify-content: space-between; margin-top: 25px; padding-top: 25px; }
.dpc-order__footer p { color: #62736e; line-height: 1.55; margin: 0; max-width: 650px; }

.dpc-coming-modal .modal-content { border: 0; border-radius: 24px; box-shadow: 0 30px 80px rgba(16, 46, 39, .25); padding: 38px; position: relative; }
.dpc-coming-modal h2 { color: #173d36; font-size: 35px; line-height: 1.08; margin: 10px 0 15px; }
.dpc-coming-modal .modal-content > p:not(.eyebrow) { color: #60716c; line-height: 1.65; }
.dpc-modal-close { background: #edf3f0; border: 0; border-radius: 50%; color: #315f58; cursor: pointer; font-size: 24px; height: 38px; line-height: 1; position: absolute; right: 18px; top: 18px; width: 38px; }
.dpc-modal-actions { display: grid; gap: 10px; margin-top: 25px; }
.dpc-disabled-action { cursor: not-allowed; opacity: .56; }
.dpc-disabled-action small { display: block; font-size: 9px; letter-spacing: .08em; margin-top: 3px; text-transform: uppercase; }
.dpc-details-link { color: #315f58; font: 700 13px/1.4 "Roboto Condensed", sans-serif; justify-self: start; margin-top: 8px; }

@media (max-width: 991px) {
  .dpc-hero__inner { gap: 32px; grid-template-columns: 1fr; }
  .dpc-platform-card { justify-self: center; width: min(100%,760px); }
  .dpc-section-heading,.dpc-showcase__heading { align-items: start; grid-template-columns: 1fr; }
  .dpc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .dpc-hero { padding: 58px 0 48px; }
  .dpc-hero h1 { font-size: 46px; }
  .dpc-hero__copy > p:not(.eyebrow) { font-size: 16px; }
  .dpc-hero__actions { align-items: stretch; flex-direction: column; }
  .dpc-hero__actions .btn { justify-content: center; text-align: center; }
  .dpc-platform-card { border-radius: 20px; padding: 23px 20px; }
  .dpc-platform-card__heading h2 { font-size: 28px; }
  .dpc-showcase { padding: 36px 0 54px; }
  .dpc-showcase__heading { gap: 14px; margin-bottom: 22px; }
  .dpc-showcase__heading h2 { font-size: 35px; }
  .dpc-showcase__grid { gap: 17px; grid-template-columns: 1fr; }
  .dpc-showcase-card { border-radius: 18px; }
  .dpc-showcase-card figcaption { padding: 17px 18px 19px; }
  .dpc-showcase-card figcaption strong { font-size: 20px; }
  .dpc-products { padding: 54px 0 62px; }
  .dpc-section-heading { gap: 18px; margin-bottom: 27px; }
  .dpc-section-heading h2 { font-size: 36px; }
  .dpc-grid { gap: 17px; grid-template-columns: 1fr; }
  .dpc-card { border-radius: 18px; }
  .dpc-card__image { height: 205px; }
  .dpc-card__body { padding: 20px; }
  .dpc-card__body > strong { font-size: 23px; }
  .dpc-order { padding: 54px 0 78px; }
  .dpc-order__panel { border-radius: 20px; padding: 23px 18px; }
  .dpc-order__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .dpc-order__heading h2 { font-size: 35px; }
  .dpc-order-item { align-items: stretch; grid-template-columns: 1fr; }
  .dpc-order-item__actions { justify-content: flex-start; }
  .dpc-order__footer { align-items: stretch; flex-direction: column; }
  .dpc-coming-modal .modal-dialog { margin: 16px; }
  .dpc-coming-modal .modal-content { padding: 32px 24px 26px; }
  .dpc-coming-modal h2 { font-size: 30px; }
}

/* Compact mobile product directory · 2026-08-17 */
@media (max-width: 700px) {
  body:has(.dpc-hero) .mobile-quote-dock { display: none !important; }
  .dpc-hero { padding: 40px 0 34px; }
  .dpc-hero__inner { gap: 24px; }
  .dpc-hero h1 { font-size: clamp(40px, 12vw, 52px); margin-bottom: 16px; }
  .dpc-products { padding: 40px 0 58px; }
  .dpc-grid { gap: 12px; }
  .dpc-card { border-radius: 16px; display: grid; grid-template-columns: 132px minmax(0, 1fr); min-height: 148px; }
  .dpc-card__image { height: 100%; min-height: 148px; }
  .dpc-card__status { font-size: 8px; left: 8px; padding: 7px 8px; right: auto; top: 8px; }
  .dpc-card__body { min-width: 0; padding: 14px 14px 12px; }
  .dpc-card__body > small { font-size: 9px; margin-bottom: 6px; }
  .dpc-card__body > strong { font-size: 18px; line-height: 1.14; }
  .dpc-series { gap: 5px; margin: 9px 0 11px; }
  .dpc-series i { font-size: 9px; padding: 5px 7px; }
  .dpc-card__body > em { font-size: 11px; }
  .dpc-card__body > em b { font-size: 16px; }
}
@media (max-width: 390px) {
  .dpc-card { grid-template-columns: 116px minmax(0, 1fr); min-height: 142px; }
  .dpc-card__image { min-height: 142px; }
}
