/* Product selection and inquiry components share the existing brand palette. */
.eyebrow, .tag, .preview-label, .table-lite th, .share-label { letter-spacing: 0; }
.nav { justify-content: space-between; }
.nav .brand { min-width: 0; flex: 0 1 210px; }
.brand-logo { width: 210px; height: 44px; object-fit: contain; }
.nav-actions { flex-shrink: 0; }
.footer-brand-row { column-gap: 16px; }
#canvas-models h2 { font-size: 30px; }
.section-note { margin: 20px auto; max-width: 1180px; padding: 0 18px; }
.nav-toggle { display: none; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); width: 42px; height: 42px; padding: 8px; cursor: pointer; }
.btn { gap: 9px; text-align: center; overflow-wrap: anywhere; }
.btn:disabled { opacity: .65; cursor: wait; transform: none; }
.btn img { flex: 0 0 18px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
[hidden] { display: none !important; }
.catalog-page h1 { font-size: 46px; max-width: 950px; }
.catalog-page h2, .home-products h2 { font-size: 30px; line-height: 1.25; }
.catalog-page h3 { font-size: 21px; line-height: 1.3; }
.catalog-page .eyebrow, .home-products .eyebrow { color: var(--teal-dark); }
.catalog-page .section { padding: 58px 0; }
.catalog-intro, .product-intro { padding: 38px 0 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
.catalog-intro h1, .product-intro h1 { margin-top: 10px; }
.product-lead { max-width: 850px; color: var(--muted); font-size: 18px; margin: 16px 0 0; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.catalog-page .product-overview { padding-top: 32px; }
.catalog-page .catalog-models { padding-top: 28px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; background: var(--white); overflow: hidden; }
.product-card-body { padding: 20px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.product-card h3 { font-size: 20px; margin: 8px 0 0; }
.product-card p { color: var(--muted); font-size: 14px; margin: 12px 0; }
.product-type { font-size: 12px; color: var(--teal-dark); font-weight: 750; }
.model-code { font-size: 12px !important; margin-top: 5px !important; }
.product-card-spec { font-size: 13px; margin-top: auto; padding: 12px 0; border-top: 1px solid var(--line); width: 100%; }
.text-link { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 4px; font-weight: 650; }
.text-link:hover { color: var(--ink); }
.product-media { margin: 0; min-width: 0; background: white; }
.product-media > img { width: 100%; height: 460px; object-fit: contain; padding: 16px; }
.product-media figcaption { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; padding: 12px 16px; }
.product-media.compact { border-bottom: 1px solid var(--line); }
.product-media.compact > img, .product-media.compact .display-diagram { height: 220px; padding: 12px; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 46px; align-items: start; }
.detail-grid > * { min-width: 0; }
.product-summary { padding-top: 8px; }
.product-summary h2 { margin-top: 24px; }
.product-summary p { color: var(--muted); }
.quick-specs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid var(--line); padding-bottom: 20px; gap: 14px; }
.quick-specs strong { font-size: 24px; line-height: 1.2; display: block; }
.quick-specs span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.price-note { padding-left: 14px; border-left: 3px solid var(--amber); }
.download-row { margin: 16px 0; }
.display-diagram { height: 460px; padding: 32px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; font-size: 12px; color: var(--muted); }
.display-outline { aspect-ratio: var(--diagram-ratio,16 / 9); width: 100%; max-width: 430px; max-height: 95%; border: 7px solid #2f3735; outline: 1px solid var(--line); background: #edf0ee; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--ink); }
.display-outline strong { font-size: 28px; }
.display-outline span { font-size: 12px; }
.display-outline[style] { flex-shrink: 0; }
.display-diagram .display-outline { width: auto; height: 230px; max-height: none; max-width: 100%; }
.product-media.compact .display-outline { height: 125px; }
.module-entry, .conversion-band { display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--line); padding: 30px 0 0; margin-top: 34px; }
.module-entry p, .conversion-band p { max-width: 750px; color: var(--muted); margin-bottom: 0; }
.module-entry .btn { flex-shrink: 0; }
.module-entry h2 { font-size: 24px; margin-top: 10px; }
.conversion-band .product-actions { margin-top: 0; flex-shrink: 0; }
.table-scroll { max-width: 100%; overflow-x: auto; }
.spec-table { border-collapse: collapse; width: 100%; font-size: 14px; text-align: left; background: white; }
.spec-table th, .spec-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { color: var(--ink); }
.spec-table td { color: var(--muted); }
.spec-table thead { background: #e8eeea; }
.spec-table th small { display: block; font-size: 11px; color: var(--muted); font-weight: 400; margin-top: 5px; }
.comparison-table { min-width: 800px; }
.comparison-table th:first-child { min-width: 180px; }
.detail-grid .spec-table th { width: 38%; }
.detail-grid .feature-list { margin: 20px 0 28px; }
.capability-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.capability-list > div { border-top: 2px solid var(--teal); padding-top: 18px; }
.capability-list > div:nth-child(2) { border-color: var(--amber); }
.capability-list > div:nth-child(3) { border-color: var(--muted); }
.capability-list h3 { margin-top: 14px; }
.capability-list p { color: var(--muted); }
.status-label { display: inline-block; font-size: 12px; font-weight: 750; padding: 3px 8px; border-radius: 3px; }
.status-label.available { color: #124d36; background: #e0eee6; }
.status-label.optional { color: #715000; background: #f5ebd3; }
.status-label.planned { color: #4b5557; background: #e6e9e9; }
.update-sequence { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 24px; }
.update-sequence ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; padding-left: 20px; }
.delivery-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.delivery-steps strong { display: block; color: var(--teal); margin-bottom: 14px; font-size: 26px; }
.delivery-steps p { color: var(--muted); }
.inquiry-status { min-height: 24px; font-size: 15px; overflow-wrap: anywhere; }
.inquiry-status[data-state="error"] { color: #a12a20; }
.inquiry-status[data-state="success"] { color: #135437; }
.form-grid input, .form-grid select, .form-grid textarea { min-width: 0; max-width: 100%; font: inherit; font-size: 16px; }
.reading-width { max-width: 820px; }
.reading-width h2 { margin-top: 28px; }
.blog-product-bridge { border-top: 2px solid var(--teal); border-bottom: 1px solid var(--line); padding: 22px 0; margin: 32px 0; }
.blog-product-bridge h3 { font-size: 22px; margin: 0; }
.blog-product-bridge .product-actions { margin-top: 18px; }
.catalog-page section[id], .catalog-page form[id] { scroll-margin-top: 100px; }
@media (max-width: 1100px) {
  .nav { gap: 12px; }
  .nav-links { gap: 12px; font-size: 13px; }
  .nav .brand { flex-basis: 170px; }
  .nav .brand-logo { width: 170px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-media.compact > img, .product-media.compact .display-diagram { height: 260px; }
}
@media (max-width: 919px) {
  .nav { align-items: center; flex-wrap: wrap; padding: 9px 0; }
  .nav-toggle { display: inline-flex; }
  .nav-links { display: flex; width: 100%; order: 3; flex-wrap: wrap; gap: 4px 18px; font-size: 14px; }
  .js .nav-links { display: none; }
  .js .nav-links.is-open { display: flex; }
  .detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-media > img, .display-diagram { height: 400px; }
  .capability-list { grid-template-columns: 1fr; gap: 18px; }
  .delivery-steps, .update-sequence ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .module-entry, .conversion-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .nav { width: calc(100% - 24px); gap: 8px; }
  .nav .brand { flex-basis: 114px; }
  .nav .brand-logo { width: 114px; height: 36px; }
  .nav-actions { gap: 6px; }
  .nav-actions .btn { display: inline-flex; font-size: 12px; padding: 8px 10px; min-height: 40px; }
  .lang-link { padding: 7px; font-size: 12px; }
  .nav-toggle { width: 36px; height: 40px; }
  .catalog-page h1 { font-size: 30px; overflow-wrap: anywhere; }
  .catalog-page h2, .home-products h2 { font-size: 25px; }
  .catalog-page .section { padding: 36px 0; }
  .catalog-intro, .product-intro { padding: 28px 0 24px; }
  .product-lead { font-size: 16px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .product-media > img, .display-diagram { height: 330px; }
  .product-card-body { padding: 20px; }
  .quick-specs strong { font-size: 21px; }
  .form-panel { padding: 20px; }
  .spec-table th, .spec-table td { padding: 12px 10px; overflow-wrap: anywhere; }
  .footer-brand-row { gap: 14px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .article-card-image { transition: none; } }
