/* Inner-page layout, shared column banners and product pagination. */
.column-banner{position:relative;width:100%;height:300px;overflow:hidden;display:grid;place-items:center;background:#102d4b;isolation:isolate}
.column-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}
.column-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0a203866,#0a203888,#0a203866);z-index:-1}
.column-banner p{margin:0;padding:0 5%;font-size:clamp(30px,3vw,46px);font-weight:600;line-height:1.2;text-align:center;color:white;letter-spacing:.02em;text-shadow:0 2px 20px #0003}
.with-sidebar{align-items:start}
.with-sidebar>.entry-content{margin-top:0;min-width:0}
.with-sidebar>.entry-content>h1,.with-sidebar>.entry-content>article,.product-detail,.product-detail h1{margin-top:0}
.product-detail .product-main-image{display:block}
.product-list-page .entry-content .product-card h2{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#596373;margin:12px 0 0}
.product-list-page .product-card a{text-decoration:none}
.product-list-page .product-card a:hover h2{color:var(--th-primary)}
.product-list-page .entry-content>.pagination{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;margin:30px 0 0;padding:0;font-size:14px;font-weight:400}
.product-list-page .pagination a,.product-list-page .pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;border:0;border-radius:4px;color:#596373;text-decoration:none;font-weight:400;transition:transform .2s,background .2s,color .2s}
.product-list-page .pagination a:hover{color:var(--th-primary);background:color-mix(in srgb,var(--th-primary) 8%,transparent);transform:translateY(-2px)}
.product-list-page .pagination [aria-current=page]{color:var(--th-primary);background:color-mix(in srgb,var(--th-primary) 10%,transparent)}
.product-list-page .pagination .page-arrow{font-size:20px}.product-list-page .pagination span.page-arrow{opacity:.3}
body:not(.home)>.th-partners{padding:60px 6%;text-align:center;background:#f4f7fb}
body:not(.home)>.th-partners .th-section-label{font-size:12px;letter-spacing:2px;color:#586b7d;margin-bottom:15px}
body:not(.home)>.th-partners h2{margin:0 auto 28px;font-size:clamp(28px,3vw,42px)}
body:not(.home)>.th-partners .th-partner-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body:not(.home)>.th-partners .th-partner-grid>div{background:white;border:1px solid #e1e8ef;padding:24px;min-height:115px;transition:transform .25s,box-shadow .25s}
body:not(.home)>.th-partners .th-partner-grid img{height:75px;object-fit:contain}
body:not(.home)>.th-partners .th-partner-grid>div:hover{transform:translateY(-5px);box-shadow:0 8px 20px #183d6515}
@media(max-width:650px){body:not(.home)>.th-partners .th-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.pagination a,.th-partner-grid>div{transition:none!important}}
.product-list-page .entry-content>h1{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#596373;margin:0 0 20px}
.sidebar .sidebar-level-3>.is-current>.sidebar-category-link,.sidebar .sidebar-level-3>.sidebar-item>.sidebar-category-link:hover,.sidebar .sidebar-level-3>.sidebar-item>.sidebar-category-link.is-clicked{color:var(--th-primary)}
.th-partners[data-motion="0"] .th-partner-grid>div,.th-partners[data-motion="0"] .th-partner-grid img{transition:none!important;transform:none!important;box-shadow:none!important}
/* Crawlable category trail; native links open in the current tab. */
.entry-content>.product-breadcrumbs{margin:0 0 22px;padding:0}
.product-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 0;list-style:none;padding:0;margin:0}
.product-breadcrumbs li{display:flex;align-items:baseline;min-width:0;max-width:100%;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:.01em}
.product-breadcrumbs a{color:#263345;text-decoration:none;overflow-wrap:anywhere;transition:color .2s,transform .2s}
.product-breadcrumbs a:hover{color:var(--th-primary);transform:translateY(-1px)}
.product-breadcrumbs a[aria-current=page]{color:var(--th-primary)}
.product-breadcrumbs a:focus-visible{outline:2px solid var(--th-primary);outline-offset:3px;border-radius:2px}
.breadcrumb-separator{color:#929ba6;font-weight:400;margin:0 10px}
.product-list-page .entry-content>h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){.product-breadcrumbs a{transition:none;transform:none}}
.product-gallery .product-main-image{width:100%;aspect-ratio:1;object-fit:cover;height:auto}
.product-summary{aspect-ratio:1;min-width:0;display:flex;flex-direction:column;gap:16px;position:relative}
.product-title-wrap{position:relative;flex:none;min-width:0}
.product-detail .product-title-wrap h1{color:#111;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:.01em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-title-popup{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;padding:16px;background:white;color:#111;border:1px solid #e0e6ed;box-shadow:0 10px 30px #152b4626;font-size:16px;line-height:1.5;user-select:text;overflow-wrap:anywhere}
.product-title-wrap:hover .product-title-popup,.product-title-wrap:focus-within .product-title-popup{display:block}
.product-title-popup button{display:block;margin-top:12px;padding:6px 10px;font-size:13px;color:var(--th-primary);border:1px solid #d7e0ea;background:#f5f8fc;cursor:pointer}
.product-spec-scroll{flex:1;min-height:0;overflow:auto}.product-spec-scroll .specs{margin:0;width:100%;font-size:14px;line-height:1.5}.product-spec-scroll th,.product-spec-scroll td{padding:12px 10px;text-align:left;vertical-align:top}.product-spec-scroll th{width:38%;font-weight:600}
.product-summary .product-quote{display:inline-flex;align-self:flex-start;align-items:center;gap:10px;flex:none;text-decoration:none;font-size:16px;font-weight:600;line-height:1.5;padding:12px 18px;margin-top:auto;transition:transform .2s,filter .2s}
.product-quote svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}.product-quote:hover{transform:translateY(-2px);filter:brightness(1.08)}
#quote-request{scroll-margin-top:100px}
@media(max-width:650px){.product-summary{aspect-ratio:auto;min-height:300px}.product-spec-scroll{max-height:420px}}
@media(prefers-reduced-motion:reduce){.product-quote{transition:none!important;transform:none!important}}
.product-order-intro{margin:0;font-size:14px;line-height:1.55;color:#445669;flex:none}
.generated-product-content{margin-top:40px}.generated-product-content section{margin:32px 0}.generated-product-content h2{font-size:24px!important}.product-detail-illustration{max-width:520px;margin:24px auto!important}.product-detail-illustration img{width:100%;height:auto}.product-detail-illustration figcaption{font-size:13px;color:#667482}.generated-product-content summary{cursor:pointer;font-weight:600;padding:12px 0}

@media(min-width:1100px){body.product-list-page .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
