/* Clean Description schema: every module owns its layout and image policy. */
.topc-description{display:block;width:100vw;margin-left:calc(50% - 50vw);padding:0;background:#fff}
.topc-description[data-description-background="white"]{background:#fff}
.topc-description[data-description-background="gray"]{background:#f2f4f7}
.topc-description[data-description-background="black"]{background:#101828}
.topc-description-inner{width:min(calc(100% - clamp(36px,8vw,112px)),1208px);margin:0 auto;display:grid;gap:24px}
.topc-description-module{position:relative;min-width:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:22px;background:#fff;color:#101828}
.topc-description-module.is-rounded{border-radius:22px}
.topc-description-module:not(.is-rounded){border-radius:0}
.topc-description[data-description-card-background="white"] .topc-description-module:not(.topc-description-responsive_image_group):not(.topc-description-long_image_group){background:#fff}
.topc-description[data-description-card-background="gray"] .topc-description-module:not(.topc-description-responsive_image_group):not(.topc-description-long_image_group){background:#f2f4f7}
.topc-description[data-description-card-background="black"] .topc-description-module:not(.topc-description-responsive_image_group):not(.topc-description-long_image_group){background:#101828;color:#fff}
.topc-description[data-description-card-border="none"] .topc-description-module{border-color:transparent}
.topc-description[data-description-card-border="white"] .topc-description-module{border-color:#fff}
.topc-description[data-description-card-border="gray"] .topc-description-module{border-color:#e4e7ec}
.topc-description[data-description-card-border="black"] .topc-description-module{border-color:#101828}
.topc-description-module.has-custom-text-color{color:var(--topc-description-text-color)}
.topc-description-module.has-custom-text-color .topc-description-rich-text{color:color-mix(in srgb,var(--topc-description-text-color) 74%,transparent)}
.topc-description-picture{display:block;min-width:0;margin:0;line-height:0}
.topc-description-picture img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain}
.topc-description-picture.is-complete img{width:auto;max-width:100%;margin:0 auto}
.topc-description-adaptive_image,.topc-description-responsive_banner{display:block;padding:0;background:transparent!important;border:0!important}
.topc-description-responsive_banner .topc-description-picture img{width:100%;height:auto}
.topc-description-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(30px,5vw,68px)}
.topc-description-copy.is-centered{align-items:center;text-align:center;max-width:820px;margin:0 auto}
.topc-description-copy h2{margin:8px 0 16px;font-size:clamp(30px,4vw,56px);line-height:1.04;letter-spacing:-.045em}
.topc-description-copy .eyebrow{color:#667085;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.topc-description-rich-text{max-width:640px;color:#667085;font-size:16px;line-height:1.7}
.topc-description-rich-text p{margin:0 0 12px}
.topc-description-link{align-self:flex-start;margin-top:18px;padding:12px 18px;border-radius:8px;background:#101828;color:#fff;font-weight:800;text-decoration:none}
.topc-description-copy.is-centered .topc-description-link{align-self:center}
.topc-description-image_overlay{display:block;padding:0;background:#101828;border:0!important}
.topc-description-image_overlay .topc-description-picture img{width:100%;height:auto}
.topc-description-copy.is-overlay{position:absolute;z-index:1;top:0;bottom:0;width:min(55%,680px);padding:clamp(28px,6vw,72px);color:#fff}
.topc-description-copy.is-overlay .eyebrow,.topc-description-image_overlay .topc-description-rich-text{color:#e4e7ec}
.topc-description-copy.is-overlay.is-left{left:0;align-items:flex-start;text-align:left}
.topc-description-copy.is-overlay.is-center{left:50%;transform:translateX(-50%);align-items:center;text-align:center}
.topc-description-copy.is-overlay.is-right{right:0;align-items:flex-end;text-align:right}
.topc-description-copy.is-overlay.is-right .topc-description-link{align-self:flex-end}
.topc-description-image_text_left,.topc-description-image_text_right{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.topc-description-image_text_right .topc-description-picture{order:2}
.topc-description-image_text_right .topc-description-copy{order:1}
.topc-description-ports{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.topc-description-ports>.topc-description-picture{padding:clamp(18px,3vw,34px)}
.topc-description-structured{min-width:0;padding:clamp(24px,4vw,54px)}
.topc-description-structured .topc-description-copy{padding:0}
.topc-description-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:16px;background:#e4e7ec}
.topc-description-items article{min-width:0;padding:20px;background:#fff;display:grid;gap:6px}
.topc-description[data-description-card-background="gray"] .topc-description-items article{background:#f2f4f7}
.topc-description[data-description-card-background="black"] .topc-description-items{background:#344054}
.topc-description[data-description-card-background="black"] .topc-description-items article{background:#101828;color:#fff}
.topc-description-items article span{color:#667085;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.topc-description-items article strong{font-size:22px}
.topc-description-items article small{color:#667085;line-height:1.5}
.topc-description-metrics{display:block}
.topc-description-metrics>.topc-description-copy{max-width:860px}
.topc-description-video{width:100%;background:#101828;line-height:0}
.topc-description-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#101828}
.topc-description-video.is-portrait{max-width:560px;margin:0 auto}
.topc-description-video.is-portrait video{aspect-ratio:9/16}
.topc-description-video+.topc-description-copy{padding-top:28px}
.topc-description-responsive_image_group,.topc-description-long_image_group{display:block;overflow:visible;border:0!important;border-radius:0!important;background:transparent!important}
.topc-description-media-group{display:grid;gap:0;width:100%;margin:0}
.topc-description-media-group .topc-description-picture img{width:100%;height:auto}
.topc-description-media-group.is-long{width:min(100%,900px);margin:0 auto}
.topc-description-awards>.topc-description-items{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:transparent;padding:0 24px 24px}
.topc-description-awards>.topc-description-copy{padding-bottom:22px}
.topc-description-awards figure{min-width:0;margin:0;padding:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;text-align:center}
.topc-description-awards figure img{display:block;width:100%;height:100px;object-fit:contain;margin:0 auto 10px}
.topc-description-awards figcaption{display:grid;gap:4px;font-size:12px}
.topc-description-awards figcaption span{color:#667085}
.topc-description-cta{min-height:0;padding:0}
.topc-description-cta>.topc-description-copy{min-height:280px}
.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion]{transition:opacity 650ms cubic-bezier(.16,1,.3,1),transform 650ms cubic-bezier(.16,1,.3,1)}
.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion="zoom-out-sm"] .topc-description-picture img{transform:scale(1.025);transition:transform 650ms cubic-bezier(.16,1,.3,1)}
.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion].is-visible{opacity:1;transform:translateY(0)}
.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion="zoom-out-sm"].is-visible .topc-description-picture img{transform:scale(1)}
@media(max-width:820px){
  .topc-description-inner{width:calc(100% - 32px)}
  .topc-description-image_text_left,.topc-description-image_text_right,.topc-description-ports{display:flex;flex-direction:column}
  .topc-description-image_text_left .topc-description-picture,.topc-description-image_text_right .topc-description-picture,.topc-description-ports>.topc-description-picture{order:0;width:100%}
  .topc-description-image_text_left .topc-description-copy,.topc-description-image_text_right .topc-description-copy,.topc-description-ports .topc-description-structured{order:1;width:100%}
  .topc-description-items{grid-template-columns:repeat(2,minmax(0,1fr))}
  .topc-description-awards>.topc-description-items{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 16px 16px}
}
@media(max-width:520px){
  .topc-description-copy{padding:28px 22px}
  .topc-description-copy h2{font-size:32px}
  .topc-description-items,.topc-description-awards>.topc-description-items{grid-template-columns:1fr}
  .topc-description-copy.is-overlay{left:0!important;right:0!important;width:100%;transform:none!important;padding:26px 22px;align-items:flex-start;text-align:left}
  .topc-description-copy.is-overlay.is-right .topc-description-link{align-self:flex-start}
}
@media(prefers-reduced-motion:reduce){.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion],.topc-pdp-page.topc-motion-ready .topc-description-module[data-motion] .topc-description-picture img{opacity:1!important;transform:none!important;transition:none!important}}
