/* Shared template for generated part-*.html detail pages. */
.product-detail-page { background: #fff; }
.product-detail-main { padding-bottom: 72px; }
.product-breadcrumb { display:flex; flex-wrap:wrap; gap:8px; align-items:center; padding:22px 0 10px; color:#6a7890; font-size:14px; }
.product-breadcrumb a { color:#53657f; text-decoration:none; }
.product-breadcrumb a:hover { color:#1769d2; }
.product-hero { background:linear-gradient(135deg,#fff 0%,#f7faff 100%); border-bottom:1px solid #e3ebf5; }
.product-hero__grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.9fr); gap:58px; align-items:center; padding:34px 0 44px; }
.product-hero__copy h1 { margin:7px 0 16px; font-size:clamp(40px,4.2vw,68px); line-height:1.02; letter-spacing:-.035em; color:#11213d; }
.product-hero__intro { max-width:760px; margin:0 0 26px; font-size:18px; line-height:1.65; color:#4d5f79; }
.product-hero__facts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; margin:0 0 28px; padding:0; }
.product-hero__facts div { padding:0 18px; border-left:1px solid #dce6f2; }
.product-hero__facts div:first-child { padding-left:0; border-left:0; }
.product-hero__facts dt { margin-bottom:6px; color:#6e7d93; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.product-hero__facts dd { margin:0; color:#172844; font-size:14px; font-weight:800; line-height:1.45; }
.product-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.product-hero__media { margin:0; min-height:390px; display:grid; place-items:center; background:#f1f3f5; border:1px solid #e3e8ef; border-radius:18px; overflow:hidden; }
.product-hero__media img { width:100%; height:100%; max-height:500px; object-fit:contain; display:block; }
.product-detail-stack { display:grid; gap:22px; padding-top:28px; }
.product-section, .product-detail-cta { border:1px solid #e1e9f3; border-radius:14px; background:#fff; box-shadow:0 8px 28px rgba(30,69,115,.045); }
.product-section { padding:28px 30px; }
.product-section--full { padding-right:clamp(30px,8vw,110px); }
.product-section-pair { display:grid; grid-template-columns:1fr 1.2fr; gap:22px; }
.product-section__heading { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.product-section__heading span { display:inline-grid; place-items:center; width:31px; height:31px; border-radius:50%; background:#edf5ff; color:#1769d2; font-size:12px; font-weight:900; }
.product-section__heading h2 { margin:0; color:#11213d; font-size:26px; line-height:1.2; }
.product-section__lead { margin:0 0 16px; color:#56657a; line-height:1.65; }
.product-prose { color:#3f5068; font-size:16px; line-height:1.8; }
.product-prose p { margin:0 0 14px; }
.product-prose p:last-child { margin-bottom:0; }
.product-check-list { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.product-check-list li { position:relative; padding-left:25px; color:#33445c; line-height:1.55; }
.product-check-list li::before { content:'✓'; position:absolute; left:0; top:0; color:#1769d2; font-weight:900; }
.product-spec-list { border:1px solid #e4ebf4; border-radius:10px; overflow:hidden; }
.product-spec-row { display:grid; grid-template-columns:minmax(145px,.7fr) minmax(0,1.3fr); gap:18px; padding:11px 14px; border-top:1px solid #e8eef5; }
.product-spec-row:first-child { border-top:0; }
.product-spec-row:nth-child(even) { background:#f8fbff; }
.product-spec-row strong { color:#172844; }
.product-spec-row span { color:#59697f; line-height:1.5; }
.product-related-carousel { position:relative; }
.product-related-track { display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:4px 8px 10px; scrollbar-width:none; }
.product-related-track::-webkit-scrollbar { display:none; }
.product-related-slide { flex:0 0 calc((100% - 32px) / 3); min-width:280px; scroll-snap-align:start; }
.product-related-card { display:flex; flex-direction:column; min-height:100%; border:1px solid #dfe7f1; border-radius:16px; overflow:hidden; background:#fff; color:#172844; text-decoration:none; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-related-card:hover { transform:translateY(-2px); box-shadow:0 14px 34px rgba(30,69,115,.12); border-color:#cfdbea; }
.product-related-card__media { background:#f7f8fa; }
.product-related-card__media img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.product-related-card__body { display:flex; flex-direction:column; gap:12px; padding:18px 20px 20px; }
.product-related-card__eyebrow { margin:0; color:#2e6cf6; font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.product-related-card__body h3 { margin:0; color:#11213d; font-size:22px; line-height:1.18; }
.product-related-card__body p { margin:0; color:#56657a; line-height:1.58; }
.product-related-card__cta { display:inline-flex; align-items:center; justify-content:center; margin-top:auto; min-height:48px; padding:0 16px; border:1px solid #2e6cf6; border-radius:10px; color:#2e6cf6; font-weight:800; text-align:center; }
.product-related-nav { position:absolute; top:calc(50% - 24px); z-index:2; width:42px; height:42px; border:1px solid #d8e3ef; border-radius:999px; background:#fff; color:#1d4fd7; font-size:24px; line-height:1; box-shadow:0 10px 22px rgba(19,41,82,.10); cursor:pointer; }
.product-related-nav:hover:not(:disabled) { border-color:#2e6cf6; }
.product-related-nav:disabled { opacity:.35; cursor:default; }
.product-related-nav[hidden] { display:none; }
.product-related-nav--prev { left:-6px; }
.product-related-nav--next { right:-6px; }
.product-detail-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:30px 34px; background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 100%); }
.product-detail-cta h2 { margin:5px 0 7px; font-size:30px; color:#11213d; }
.product-detail-cta p:not(.eyebrow) { margin:0; max-width:760px; color:#53657d; line-height:1.6; }
@media (max-width:1000px) {
  .product-hero__grid { grid-template-columns:1fr; gap:28px; }
  .product-hero__media { min-height:300px; }
  .product-section-pair { grid-template-columns:1fr; }
  .product-related-slide { flex-basis:calc((100% - 16px) / 2); }
}
@media (max-width:680px) {
  .product-hero__grid { padding-top:20px; }
  .product-hero__copy h1 { font-size:38px; }
  .product-hero__facts { grid-template-columns:1fr 1fr; gap:18px 0; }
  .product-hero__facts div:nth-child(3) { padding-left:0; border-left:0; }
  .product-section { padding:22px 20px; }
  .product-section__heading h2 { font-size:22px; }
  .product-related-nav { display:none; }
  .product-related-slide { flex-basis:85%; min-width:240px; }
  .product-detail-cta { align-items:flex-start; flex-direction:column; padding:26px 22px; }
}
