/* BBN legacy-layout compatibility layer — copied from 8013 assets/compat.css
   Loaded ONLY on legacy-layout BBN pages, after Elementor inline CSS.
   Removed vs 8013: preview-toolbar-only rules (.bbn-preview-chip, body{padding-bottom:58px}).
   deployed 2026-09-17 */
/* 8013 static-preview compatibility layer.
   Loaded after the exported Elementor inline CSS so the copy keeps the 8003 proportions. */
html body{
  overflow-x:hidden!important;
}



/* Optional bilingual display layer. English remains the stored/default copy. */
body .bbn-language-switch{
  position:fixed!important;
  z-index:100004!important;
  right:14px!important;
  top:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:72px!important;
  min-height:38px!important;
  padding:8px 13px!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:999px!important;
  background:#0b1b2e!important;
  color:#fff!important;
  font:800 13px/1 Arial,sans-serif!important;
  letter-spacing:.03em!important;
  box-shadow:0 8px 24px rgba(7,21,38,.2)!important;
  cursor:pointer!important;
}
body .bbn-language-switch:hover,
body .bbn-language-switch:focus-visible{
  background:#f05a1f!important;
  outline:3px solid rgba(18,100,255,.3)!important;
  outline-offset:2px!important;
}
body[data-bbn-language="zh"] .bbn-language-switch{background:#f05a1f!important}

/* Header: match the compact 8003 header instead of stretching every exported flex child. */
body .site-header{
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
body .site-header>.bbn-con.full{
  min-height:220px!important;
  height:220px!important;
  max-width:none!important;
  padding:18px clamp(28px,5.5vw,110px)!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:34px!important;
  margin:0!important;
}
body .site-header>.bbn-con.full>.bbn-con.boxed{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body .site-header .bbn-fb-20{flex:0 0 300px!important}
body .site-header .bbn-fb-64{flex:1 1 auto!important}
body .site-header .bbn-fb-16{flex:0 0 190px!important}
body .site-header .elementor-widget-image,
body .site-header .elementor-widget-image .elementor-widget-container{
  width:300px!important;
  max-width:300px!important;
  height:170px!important;
  max-height:170px!important;
}
body .site-header .elementor-widget-image .elementor-widget-container{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body .site-header .elementor-widget-image img,
body .site-header img.bbn-img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  aspect-ratio:auto!important;
  transform:scale(1.34)!important;
  transform-origin:center!important;
}
body .site-header .bbn-nav-list{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(12px,1.35vw,27px)!important;
  width:100%!important;
}
body .site-header .bbn-nav-item{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
}

/* Footer brand mark: use the whole editable image frame while preserving the logo ratio. */
body .site-footer .elementor-widget-image{
  width:100%!important;
  max-width:300px!important;
}
body .site-footer .elementor-widget-image .elementor-widget-container{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:300px!important;
  height:170px!important;
  overflow:hidden!important;
}
body .site-footer .elementor-widget-image img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1.34)!important;
  transform-origin:center!important;
}
body .site-header .bbn-nav a,
body .site-header .bbn-nav .elementor-widget-container{
  color:#fff!important;
  font-size:15px!important;
  white-space:nowrap!important;
}

/* Editable social shortcuts directly below the right-side Request Quote button. */
body .site-header .bbn-header-social-host{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
body .site-header .bbn-header-social-links{
  display:flex!important;
  width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:4px!important;
}
body .site-header .bbn-header-social-links a{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
  border:1px solid rgba(255,255,255,.62)!important;
  border-radius:11px!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
body .site-header .bbn-header-social-links a:hover,
body .site-header .bbn-header-social-links a:focus-visible{
  border-color:#fff!important;
  background:rgba(255,255,255,.14)!important;
  transform:translateY(-2px)!important;
}
body .site-header .bbn-header-social-links svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body [data-bbn-protected-tds],
body a[href*="/tds"],
body a[title*="TDS"]{display:none!important}
body [data-bbn-mobile-label="TDS"]{display:none!important}

/* Dropdowns are native Elementor containers. Keep them as one clean vertical panel;
   do not inherit the white Request Quote button treatment. */
body .site-header .bbn-nav-item.has-children{position:relative!important}
body .site-header .bbn-submenu{
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:calc(100% + 8px)!important;
  z-index:100020!important;
  display:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:3px!important;
  width:292px!important;
  min-width:292px!important;
  max-width:292px!important;
  height:auto!important;
  max-height:70vh!important;
  overflow-y:auto!important;
  padding:10px!important;
  margin:0!important;
  border:1px solid #dfe5ec!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(7,21,38,.18)!important;
}
body .site-header .bbn-nav-item.has-children:hover>.bbn-submenu,
body .site-header .bbn-nav-item.has-children.hover-open>.bbn-submenu,
body .site-header .bbn-nav-item.has-children:focus-within>.bbn-submenu,
body .site-header .bbn-nav-item.has-children.sub-open>.bbn-submenu{
  display:flex!important;
}
body .site-header .bbn-submenu>.e-con,
body .site-header .bbn-submenu>.bbn-con,
body .site-header .bbn-submenu .elementor-widget,
body .site-header .bbn-submenu .elementor-widget-container,
body .site-header .bbn-submenu .elementor-button-wrapper{
  display:block!important;
  flex:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
body .site-header .bbn-submenu .elementor-button,
body .site-header .bbn-submenu a{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  padding:11px 13px!important;
  margin:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#16202e!important;
  text-align:left!important;
  white-space:normal!important;
  line-height:1.3!important;
  box-shadow:none!important;
}
body .site-header .bbn-submenu .elementor-button:hover,
body .site-header .bbn-submenu a:hover{
  background:#f2f6f9!important;
  color:#e85b16!important;
}
body .site-header .elementor-button,
body .site-header a.bbn-btn{
  display:inline-flex!important;
  width:auto!important;
  min-width:150px!important;
  padding:14px 20px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#e85b16!important;
  white-space:nowrap!important;
}

/* Exported nested flex containers must not push a second card outside the viewport. */
body .elementor,
body .elementor .e-con,
body .elementor .elementor-element,
body .elementor .elementor-widget-container{
  min-width:0!important;
  max-width:100%!important;
}
body .elementor .bbn-dir-row>.bbn-con.boxed{
  width:auto!important;
  margin-left:0!important;
  margin-right:0!important;
}
body img{
  max-width:100%!important;
  height:auto!important;
}

/* The old hover magnifier created the large floating grey panel in the screenshot.
   8013 uses the click lightbox instead. */
body .bbn-zoom-result,
body .bbn-zoom-lens{
  display:none!important;
  visibility:hidden!important;
}

body .bbn-home-enhancement{
  background:#fff!important;
  border-bottom:1px solid #e5eaf0!important;
}
body .bbn-ref-section{
  position:relative!important;
  z-index:1!important;
}

/* Local visual-preview toolbar. The production package remains native Elementor. */
body .bbn-local-editor{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:100003!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:9px 16px!important;
  background:#0f1b32!important;
  color:#dce7f7!important;
  box-shadow:0 -4px 20px rgba(6,15,30,.28)!important;
  font:13px/1.2 Arial,sans-serif!important;
}
body .bbn-local-editor button{
  border:0!important;
  border-radius:7px!important;
  padding:9px 15px!important;
  background:#2468e8!important;
  color:#fff!important;
  font-weight:800!important;
  cursor:pointer!important;
}
body .bbn-local-editor span{margin-left:auto!important;opacity:.82!important}
body.bbn-editing [data-bbn-editable="text"]{
  outline:2px dashed #2d7df4!important;
  outline-offset:3px!important;
  cursor:text!important;
}
body.bbn-editing [data-bbn-editable="image"]{
  outline:2px dashed #22a35a!important;
  outline-offset:3px!important;
  cursor:pointer!important;
}
body.bbn-editing select[data-bbn-editable="select"]{
  outline:2px dashed #a855f7!important;
  outline-offset:3px!important;
  cursor:pointer!important;
}
body.bbn-editing th[data-bbn-editable="text"],body.bbn-editing td[data-bbn-editable="text"]{
  min-width:5rem!important;
}
body.bbn-editing [data-bbn-draggable="true"]{
  outline:2px dashed #f08a24!important;
  cursor:grab!important;
}

@media(max-width:1050px){
  body .site-header>.bbn-con.full{height:auto!important;min-height:180px!important;flex-wrap:wrap!important}
  body .site-header .bbn-fb-20{flex:0 0 230px!important}
  body .site-header .bbn-fb-64{order:3;flex:1 0 100%!important;align-items:flex-start!important}
  body .site-header .bbn-fb-16{margin-left:auto!important}
  body .site-header .bbn-nav-list{justify-content:flex-start!important;flex-wrap:wrap!important}
}
@media(max-width:700px){
  body .bbn-language-switch{right:8px!important;top:46px!important;min-width:60px!important;min-height:34px!important;padding:7px 10px!important;font-size:12px!important}
  body .site-header>.bbn-con.full{padding:16px 20px!important;gap:16px!important}
  body .site-header .bbn-fb-16.bbn-header-social-host{display:flex!important;order:4!important;flex:1 0 100%!important;width:100%!important;margin:0!important}
  body .site-header .elementor-widget-image,
  body .site-header .elementor-widget-image .elementor-widget-container{width:210px!important;max-width:210px!important;height:118px!important;max-height:118px!important}
  body .site-header .elementor-widget-image img{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}
  body .site-header .bbn-header-social-links{justify-content:center!important;margin-top:8px!important}
  body .site-header .bbn-header-social-links a{width:42px!important;height:42px!important;flex-basis:42px!important}
  body .bbn-local-editor{display:none!important}
}

body .bbn-ref-media-card{
  display:flex!important;
  min-width:0!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(7,21,38,.09)!important;
}
body .bbn-ref-media-card .bbn-ref-media{
  width:100%!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body .bbn-ref-media-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  padding:0 14px 16px!important;
  margin-top:auto!important;
}
body .bbn-ref-media-actions a{
  display:flex!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:9px 10px!important;
  border:1px solid #f05a1f!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#f05a1f!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:900!important;
  text-align:center!important;
}
body .bbn-ref-media-actions a:last-child{
  background:#f05a1f!important;
  color:#fff!important;
}
body .bbn-ref-media-actions a.is-added{
  border-color:#15803d!important;
  background:#15803d!important;
  color:#fff!important;
}

/* Final dropdown authority: must win over the generic exported Elementor max-width rule. */
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children>.bbn-submenu{
  display:none!important;
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:100%!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  width:300px!important;
  min-width:300px!important;
  max-width:300px!important;
  height:auto!important;
  max-height:72vh!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  padding:10px!important;
}
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children>.bbn-submenu:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:-14px!important;
  height:14px!important;
  background:transparent!important;
}
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children:hover>.bbn-submenu,
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children.hover-open>.bbn-submenu,
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children:focus-within>.bbn-submenu,
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children.sub-open>.bbn-submenu{
  display:flex!important;
}
body .elementor .site-header .bbn-nav .bbn-nav-item.has-children:nth-last-child(-n+2)>.bbn-submenu{
  left:auto!important;
  right:0!important;
}
body .elementor .site-header .bbn-submenu>.elementor-element,
body .elementor .site-header .bbn-submenu .elementor-widget,
body .elementor .site-header .bbn-submenu .elementor-widget-container,
body .elementor .site-header .bbn-submenu .elementor-button-wrapper{
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
}

/* Restore vertical rhythm lost from exported Elementor container gap values. */
body .elementor :not(.site-header) .elementor-button-wrapper{
  margin-top:7px!important;
  margin-bottom:7px!important;
}
body .elementor :not(.site-header) .bbn-dir-col>.elementor-widget-button,
body .elementor :not(.site-header) .bbn-dir-col>.elementor-element:has(.elementor-button){
  margin-bottom:10px!important;
}

/* Rebuilt 8013 B2B RFQ page. */
body .bbn-rfq-page{max-width:1480px!important;margin:0 auto!important;padding:64px 34px 94px!important}
body .bbn-rfq-hero{display:grid!important;grid-template-columns:1.08fr .92fr!important;min-height:500px!important;overflow:hidden!important;border-radius:30px!important;background:#071526!important;color:#fff!important}
body .bbn-rfq-hero>div{align-self:center!important;padding:clamp(36px,5vw,72px)!important}
body .bbn-rfq-hero>div>span,body .bbn-rfq-form-head>span,body .bbn-rfq-aside>span{color:#f05a1f!important;font-size:12px!important;font-weight:900!important;letter-spacing:.13em!important}
body .bbn-rfq-hero h1{margin:12px 0 18px!important;color:#fff!important;font-size:clamp(38px,5vw,68px)!important;line-height:1.03!important}
body .bbn-rfq-hero p{max-width:760px!important;margin:0!important;color:#d9e1e8!important;font-size:18px!important;line-height:1.7!important}
body .bbn-rfq-hero img{width:100%!important;height:100%!important;min-height:500px!important;object-fit:cover!important}
body .bbn-rfq-layout{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr)!important;gap:26px!important;margin-top:28px!important;align-items:start!important}
body .bbn-rfq-form,body .bbn-rfq-aside{padding:clamp(26px,4vw,48px)!important;border:1px solid #dce4eb!important;border-radius:26px!important;background:#fff!important;box-shadow:0 12px 38px rgba(7,21,38,.07)!important}
body .bbn-rfq-form-head h2,body .bbn-rfq-aside h2{margin:9px 0 8px!important;font-size:34px!important;line-height:1.15!important}
body .bbn-rfq-form-head p{margin:0 0 26px!important;color:#596879!important}
body .bbn-rfq-grid2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
body .bbn-rfq-grid2 label{display:flex!important;flex-direction:column!important;gap:7px!important;color:#233143!important;font-weight:800!important}
body .bbn-rfq-grid2 input,body .bbn-rfq-grid2 select,body .bbn-rfq-grid2 textarea{width:100%!important;min-height:50px!important;padding:12px 14px!important;border:1px solid #cbd5df!important;border-radius:10px!important;background:#fff!important;color:#071526!important;font:400 15px/1.4 Arial,sans-serif!important}
body .bbn-rfq-grid2 textarea{min-height:120px!important;resize:vertical!important}
body .bbn-rfq-wide2{grid-column:1/-1!important}
body .bbn-rfq-submit-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:13px!important;margin-top:22px!important}
body .bbn-rfq-submit-row button,body .bbn-rfq-submit-row a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:12px 20px!important;border:0!important;border-radius:999px!important;background:#f05a1f!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;cursor:pointer!important}
body .bbn-rfq-submit-row a{border:1px solid #f05a1f!important;background:#fff!important;color:#f05a1f!important}
body .bbn-rfq-submit-row strong{flex:1 0 100%!important;color:#15803d!important}
body .bbn-rfq-aside article{margin-top:14px!important;padding:18px!important;border-radius:16px!important;background:#f3f7fa!important}
body .bbn-rfq-aside article strong{color:#f05a1f!important;font-size:18px!important}
body .bbn-rfq-aside article p{margin:7px 0 0!important;color:#536273!important;line-height:1.55!important}
body .bbn-rfq-aside img{display:block!important;width:100%!important;height:260px!important;margin-top:18px!important;border-radius:16px!important;object-fit:cover!important}
@media(max-width:900px){body .bbn-rfq-hero,body .bbn-rfq-layout{grid-template-columns:1fr!important}body .bbn-rfq-hero img{min-height:320px!important}body .bbn-rfq-grid2{grid-template-columns:1fr!important}body .bbn-rfq-wide2{grid-column:auto!important}}

body .bbn-news-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
body .bbn-news-grid article{overflow:hidden!important;border:1px solid #dfe6ed!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 30px rgba(7,21,38,.07)!important}
body .bbn-news-grid article a{display:block!important;color:#071526!important;text-decoration:none!important}
body .bbn-news-grid img{display:block!important;width:100%!important;height:230px!important;object-fit:cover!important}
body .bbn-news-grid span,body .bbn-news-grid h2,body .bbn-news-grid p,body .bbn-news-grid strong{display:block!important;margin-left:22px!important;margin-right:22px!important}
body .bbn-news-grid span{margin-top:20px!important;color:#f05a1f!important;font-size:11px!important;font-weight:900!important;letter-spacing:.12em!important}
body .bbn-news-grid h2{margin-top:8px!important;margin-bottom:10px!important;font-size:23px!important;line-height:1.2!important}
body .bbn-news-grid p{color:#596879!important;line-height:1.55!important}
body .bbn-news-grid strong{margin-top:16px!important;margin-bottom:22px!important;color:#f05a1f!important}
@media(max-width:950px){body .bbn-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){body .bbn-news-grid{grid-template-columns:1fr!important}}

body .bbn-product-add-bar{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;padding:14px 18px!important;margin:10px 0!important;border:1px solid #ffd4b8!important;background:#fff8f1!important}
body .bbn-product-add-bar button{border:0!important;border-radius:999px!important;padding:11px 22px!important;background:#eb5b18!important;color:#fff!important;font-weight:800!important;cursor:pointer!important}
body .bbn-product-add-bar span{color:#52606d!important;font-size:14px!important}
body.bbn-editing .bbn-prow .elementor-widget-text-editor>.elementor-widget-container{outline:2px dashed #2d7df4!important;outline-offset:3px!important;cursor:text!important}
body.bbn-editing .bbn-finder-row .elementor-widget-text-editor>.elementor-widget-container{outline:2px dashed #2d7df4!important;outline-offset:3px!important;cursor:text!important}
body.bbn-editing .bbn-ref-media>span{position:relative!important;z-index:20!important;pointer-events:auto!important;cursor:text!important;user-select:text!important}

/* Mobile layout: override the desktop-only navigation, product tables and footer. */
@media(max-width:767px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}

  body .site-header>.bbn-con.full{width:100%!important;height:auto!important;min-height:0!important;padding:14px 16px!important;gap:12px!important;flex-wrap:wrap!important;align-items:center!important}
  body .site-header .bbn-fb-20{flex:1 1 auto!important;width:auto!important}
  body .site-header .bbn-fb-64{order:3!important;flex:1 0 100%!important;width:100%!important}
  body .site-header .bbn-fb-16{display:none!important}
  body .site-header .bbn-fb-16.bbn-header-social-host{display:flex!important;order:4!important;flex:1 0 100%!important;width:100%!important;margin:0!important;align-items:center!important}
  body .site-header .bbn-header-social-links{justify-content:center!important}
  body .site-header .bbn-nav{width:100%!important}
  body .site-header .bbn-nav-toggle{
    display:flex!important;
    width:100%!important;
    min-height:48px!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:11px 16px!important;
    border:1px solid rgba(7,21,38,.12)!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(7,21,38,.1)!important;
    cursor:pointer!important;
  }
  body .site-header .bbn-nav-toggle,
  body .site-header .bbn-nav-toggle *,
  body .site-header .bbn-nav .bbn-nav-toggle .elementor-widget-container{color:#0b1b2e!important;font-weight:900!important}
  body .site-header .bbn-nav-list{display:none!important;width:100%!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}
  body .site-header .bbn-nav.is-open .bbn-nav-list{display:flex!important;margin-top:8px!important;padding:8px 14px!important;border-radius:15px!important;background:#fff!important;box-shadow:0 12px 30px rgba(7,21,38,.13)!important}
  body .site-header .bbn-nav-item{width:100%!important}
  body .site-header .bbn-nav-link-row{width:100%!important;justify-content:space-between!important;padding:10px 0!important}
  body .site-header .bbn-nav.is-open .bbn-nav-list a{color:#0b1b2e!important;font-size:15px!important}
  body .site-header .bbn-sub-toggle{min-width:36px!important;min-height:34px!important;border:0!important;border-radius:8px!important;background:#f0f4f7!important;color:#0b1b2e!important;cursor:pointer!important}
  body .elementor .site-header .bbn-nav .bbn-nav-item.has-children>.bbn-submenu{position:static!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:4px 0 8px!important;padding:6px!important;box-shadow:none!important}
  body .elementor .site-header .bbn-nav .bbn-nav-item.has-children:hover>.bbn-submenu{display:none!important}
  body .elementor .site-header .bbn-nav .bbn-nav-item.has-children.sub-open>.bbn-submenu{display:flex!important}

  body .bbn-finder-native-host{position:relative!important;left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 14px!important}
  body .bbn-finder-top,body .bbn-finder-advanced-grid{grid-template-columns:1fr!important}
  body .bbn-finder-top-filter{border-right:0!important;border-bottom:1px solid #fff!important}
  body .bbn-finder-advanced-bar{padding:14px!important;flex-direction:column!important;align-items:stretch!important}
  body .bbn-finder-table-wrap{overflow:visible!important}
  body .bbn-finder-head{display:none!important}
  body .bbn-finder-native-host .bbn-finder-row{display:block!important;width:100%!important;margin:14px 0!important;padding:14px!important;border:1px solid #dfe5ec!important;border-radius:14px!important;background:#f5f7f9!important}
  body .bbn-finder-row>.elementor-element{display:grid!important;grid-template-columns:90px minmax(0,1fr)!important;gap:10px!important;width:100%!important;padding:8px 0!important;border-bottom:1px solid #e2e7eb!important;overflow-wrap:anywhere!important}
  body .bbn-finder-row>.elementor-element:last-child{border-bottom:0!important}
  body .bbn-finder-row>.elementor-element:before{content:attr(data-bbn-mobile-label)!important;color:#687382!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important}

  body .bbn-nhead{display:none!important}
  body .bbn-prow{display:block!important;width:100%!important;margin:14px 0!important;padding:14px!important;border:1px solid #dfe5ec!important;border-radius:14px!important;background:#fff!important}
  body .bbn-prow>.elementor-element{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;width:100%!important;padding:8px 0!important;overflow-wrap:anywhere!important}
  body .bbn-prow>.elementor-element:before{content:attr(data-bbn-mobile-label)!important;color:#687382!important;font-size:12px!important;font-weight:800!important}

  body .site-footer .bbn-dir-row{flex-direction:column!important;align-items:stretch!important}
  body .site-footer [class*="bbn-fb-"]{flex:1 1 100%!important;width:100%!important}
  body .site-footer .bbn-con{width:100%!important;max-width:100%!important}
  body .site-footer .bbn-pad-60-34-60-34{padding:26px 18px!important}
  body .elementor h1.elementor-heading-title{font-size:clamp(30px,9vw,42px)!important;line-height:1.12!important;overflow-wrap:anywhere!important}
}

/* Global contact strip and social links sit above/inside the shared footer. */
body .bbn-global-contact-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;width:100%!important;margin:0!important;padding:0 clamp(18px,5vw,72px)!important;background:#f05a16!important;color:#fff!important;box-sizing:border-box!important}
body .bbn-global-contact-strip>a{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;min-width:0!important;min-height:106px!important;padding:18px clamp(12px,2vw,30px)!important;border-right:1px solid rgba(255,255,255,.28)!important;color:#fff!important;text-decoration:none!important;box-sizing:border-box!important}
body .bbn-global-contact-strip>a:last-child{border-right:0!important}
body .bbn-global-contact-strip svg{width:44px!important;height:44px!important;flex:0 0 44px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body .bbn-global-contact-strip span{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}
body .bbn-global-contact-strip small{font:800 11px/1.2 Arial,sans-serif!important;letter-spacing:.1em!important;opacity:.78!important}
body .bbn-global-contact-strip strong{font:700 clamp(14px,1.4vw,19px)/1.35 Arial,sans-serif!important;overflow-wrap:anywhere!important}
body .bbn-footer-social{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important;min-width:220px!important;padding:16px 0!important;color:#fff!important}
body .site-footer .bbn-footer-social h3{margin:0!important;color:#fff!important;font:800 20px/1.2 Arial,sans-serif!important}
body .bbn-footer-social>div{display:flex!important;align-items:center!important;gap:12px!important}
body .site-footer .bbn-footer-social a{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:10px!important;color:#fff!important;text-decoration:none!important;transition:.18s ease!important}
body .site-footer .bbn-footer-social a:hover{border-color:#e85913!important;background:#e85913!important;transform:translateY(-2px)!important}
body .bbn-footer-social svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body .site-footer .bbn-footer-social p{margin:0!important;color:#aebbd0!important;font:400 11px/1.4 Arial,sans-serif!important}
@media(max-width:900px){body .bbn-global-contact-strip{grid-template-columns:1fr!important;padding:0 18px!important}body .bbn-global-contact-strip>a{justify-content:flex-start!important;min-height:82px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.25)!important}body .bbn-global-contact-strip>a:last-child{border-bottom:0!important}}
@media(max-width:520px){body .bbn-global-contact-strip{padding:0 12px!important}body .bbn-global-contact-strip>a{padding:15px 8px!important;gap:12px!important}body .bbn-global-contact-strip svg{width:36px!important;height:36px!important;flex-basis:36px!important}body .bbn-footer-social{width:100%!important;min-width:0!important}}

/* Workbook catalogue controls shared by HOME and the advanced finder. */
.bbn-catalogue-toolbar{
  display:grid!important;
  grid-template-columns:minmax(240px,1fr) auto auto auto!important;
  align-items:end!important;
  gap:14px!important;
  width:min(100%,1480px)!important;
  margin:18px auto!important;
  padding:18px!important;
  border:1px solid #dfe6ec!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(7,21,38,.06)!important;
}
.bbn-catalogue-toolbar label{display:grid!important;gap:7px!important;color:#12213b!important;font-weight:700!important}
.bbn-catalogue-toolbar input{
  width:100%!important;
  min-height:48px!important;
  padding:10px 14px!important;
  border:1px solid #cdd7e1!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#12213b!important;
}
.bbn-catalogue-toolbar button{
  min-height:48px!important;
  padding:10px 18px!important;
  border:1px solid #f15a24!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#d94712!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.bbn-catalogue-toolbar [data-bbn-catalogue-add]{background:#f15a24!important;color:#fff!important}
.bbn-catalogue-toolbar [data-bbn-catalogue-status]{white-space:nowrap!important;color:#536477!important}
.bbn-filter-source-missing{opacity:.62!important}
.bbn-filter-source-missing select{cursor:not-allowed!important}
.bbn-finder-row[hidden],.bbn-prow[hidden]{display:none!important}
.bbn-finder-row .elementor-widget-container:empty,
.bbn-prow .elementor-widget-container:empty{min-height:1.5em!important}

@media(max-width:900px){
  .bbn-catalogue-toolbar{grid-template-columns:1fr 1fr!important}
  .bbn-catalogue-toolbar label{grid-column:1/-1!important}
}
@media(max-width:600px){
  .bbn-catalogue-toolbar{grid-template-columns:1fr!important;margin:12px 0!important;padding:14px!important}
  .bbn-catalogue-toolbar button{width:100%!important}
}

/* Keep the 10-column product tables readable instead of allowing columns to overlap. */
@media(min-width:768px){
  body .bbn-finder-table-wrap,
  body .bbn-product-table-native{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scrollbar-gutter:stable!important;
  }
  body .bbn-finder-native-host .bbn-finder-head,
  body .bbn-finder-native-host .bbn-finder-row{
    display:grid!important;
    grid-template-columns:minmax(190px,1.35fr) minmax(150px,1fr) minmax(105px,.72fr) minmax(235px,1.65fr) minmax(100px,.72fr) minmax(155px,1.08fr) minmax(135px,.95fr) 82px 64px!important;
    gap:14px!important;
    align-items:center!important;
    width:100%!important;
    min-width:1450px!important;
  }
  body .bbn-product-table-native .bbn-nhead,
  body .bbn-product-table-native .bbn-prow{
    display:grid!important;
    grid-template-columns:minmax(150px,1fr) minmax(220px,1.35fr) minmax(115px,.75fr) minmax(225px,1.45fr) minmax(95px,.62fr) minmax(95px,.62fr) minmax(150px,1fr) minmax(130px,.9fr) 82px!important;
    gap:14px!important;
    align-items:center!important;
    width:100%!important;
    min-width:1450px!important;
  }
  body .bbn-finder-head>.elementor-element,
  body .bbn-finder-row>.elementor-element,
  body .bbn-nhead>.elementor-element,
  body .bbn-prow>.elementor-element{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  body .bbn-finder-row .elementor-widget-container,
  body .bbn-prow .elementor-widget-container{
    min-width:0!important;
    line-height:1.45!important;
  }
  body .bbn-finder-row .elementor-button,
  body .bbn-prow .elementor-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:72px!important;
    max-width:100%!important;
    min-height:44px!important;
    padding:10px 14px!important;
    border-radius:999px!important;
    white-space:nowrap!important;
    line-height:1.2!important;
  }
  body .bbn-finder-row .elementor-button-text,
  body .bbn-prow .elementor-button-text{white-space:nowrap!important;writing-mode:horizontal-tb!important}
  body .bbn-compare-check{justify-self:center!important}
}
body .bbn-compare-active{background:#176b3a!important;color:#fff!important}
body .bbn-compare-bar{position:fixed!important;right:18px!important;bottom:72px!important;z-index:100002!important;display:flex!important;align-items:center!important;gap:10px!important;padding:12px 14px!important;border-radius:14px!important;background:#0b1b2e!important;color:#fff!important;box-shadow:0 10px 34px rgba(0,0,0,.25)!important}
body .bbn-compare-bar[hidden]{display:none!important}
body .bbn-compare-bar button{border:0!important;border-radius:999px!important;padding:8px 13px!important;background:#eb5b18!important;color:#fff!important;font-weight:700!important;cursor:pointer!important}
body .bbn-compare-modal{position:fixed!important;inset:0!important;z-index:100010!important;padding:6vh 4vw!important;background:rgba(3,12,24,.72)!important}
body .bbn-compare-modal[hidden]{display:none!important}
body .bbn-compare-dialog{position:relative!important;max-width:1180px!important;max-height:88vh!important;margin:0 auto!important;padding:28px!important;border-radius:20px!important;background:#fff!important;overflow:auto!important}
body .bbn-compare-dialog>[data-compare-close]{position:absolute!important;right:18px!important;top:14px!important;border:0!important;background:none!important;font-size:34px!important;cursor:pointer!important}
body .bbn-compare-scroll{overflow:auto!important}
body .bbn-compare-dialog table{width:100%!important;border-collapse:collapse!important}
body .bbn-compare-dialog th,body .bbn-compare-dialog td{padding:12px!important;border:1px solid #dce3ea!important;text-align:left!important;vertical-align:top!important}
body [data-bbn-resize-host="true"]{position:relative!important}
body .bbn-resize-handle{display:none;position:absolute!important;z-index:30!important;background:#2468e8!important;border:2px solid #fff!important}
body.bbn-editing .bbn-resize-handle{display:block!important}
body .bbn-resize-e{right:-5px!important;top:30%!important;width:10px!important;height:40%!important;cursor:ew-resize!important}
body .bbn-resize-s{left:30%!important;bottom:-5px!important;width:40%!important;height:10px!important;cursor:ns-resize!important}
body .bbn-resize-se{right:-7px!important;bottom:-7px!important;width:15px!important;height:15px!important;border-radius:50%!important;cursor:nwse-resize!important}
body .bbn-local-editor select[data-edit-font]{min-width:130px!important;padding:8px 10px!important;border:0!important;border-radius:7px!important;background:#fff!important;color:#0f172a!important;font-weight:700!important}
body .bbn-replace-image{display:none!important;position:absolute!important;right:12px!important;top:12px!important;z-index:35!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;background:#0b1b2e!important;color:#fff!important;font:700 13px/1 Arial,sans-serif!important;cursor:pointer!important;box-shadow:0 4px 14px rgba(0,0,0,.2)!important}
body.bbn-editing .bbn-replace-image{display:block!important}
body.bbn-editing .bbn-edit-selected{outline:3px solid #ff8a00!important;outline-offset:4px!important}
body .bbn-local-editor [data-edit-delete]:disabled{opacity:.45!important;cursor:not-allowed!important}
body .bbn-local-editor [data-edit-save][data-save-error="true"]{background:#b42318!important;color:#fff!important}

/* Industries navigation: three clear work-intensity groups with working internal links. */
@media(min-width:1025px){
  body .elementor .site-header .bbn-nav-item.bbn-has-industry-mega>.bbn-industry-mega{
    left:50%!important;
    right:auto!important;
    width:min(980px,calc(100vw - 48px))!important;
    min-width:780px!important;
    max-width:980px!important;
    padding:28px 30px!important;
    transform:translateX(-50%)!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px!important;
  }
  body .elementor .site-header .bbn-nav-item.bbn-has-industry-mega:hover>.bbn-industry-mega,
  body .elementor .site-header .bbn-nav-item.bbn-has-industry-mega.sub-open>.bbn-industry-mega{display:grid!important}
}
body .site-header .bbn-industry-column{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}
body .site-header .bbn-industry-column h3{
  margin:0 0 10px!important;
  padding:0 0 12px!important;
  border-bottom:1px solid #d7dde3!important;
  color:#182231!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.2!important;
}
body .site-header .bbn-industry-column>a{
  display:block!important;
  padding:8px 0!important;
  border-radius:0!important;
  color:#293747!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.4!important;
  text-decoration:none!important;
}
body .site-header .bbn-industry-column>a:hover{color:#df4e14!important;text-decoration:underline!important;text-underline-offset:4px!important}

@media(max-width:1024px){
  body .elementor .site-header .bbn-nav-item.bbn-has-industry-mega>.bbn-industry-mega{
    position:static!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:4px 0 8px!important;
    padding:18px!important;
    transform:none!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  body .elementor .site-header .bbn-nav-item.bbn-has-industry-mega.sub-open>.bbn-industry-mega{display:grid!important}
}

/* Contact page: editable B2B contact system with image, verified-field placeholders and RFQ route. */
body .bbn-contact-legacy[hidden]{display:none!important}
body .bbn-contact-page{
  width:100%!important;
  padding:clamp(28px,5vw,72px) clamp(18px,4vw,56px)!important;
  background:#fff!important;
  color:#0b1b2e!important;
}
body .bbn-contact-page *{box-sizing:border-box!important}
body .bbn-contact-hero,
body .bbn-contact-details,
body .bbn-contact-brief{width:min(1480px,100%)!important;margin-inline:auto!important}
body .bbn-contact-hero{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr)!important;
  min-height:520px!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#071a2e!important;
  box-shadow:0 24px 64px rgba(7,26,46,.16)!important;
}
body .bbn-contact-hero-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:clamp(34px,5vw,76px)!important;color:#fff!important}
body .bbn-contact-eyebrow{margin:0 0 18px!important;color:#ff6a24!important;font-size:13px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important}
body .bbn-contact-hero h1{margin:0!important;color:#fff!important;font-size:clamp(40px,5vw,76px)!important;line-height:1.01!important;letter-spacing:-.045em!important}
body .bbn-contact-lead{max-width:720px!important;margin:26px 0 0!important;color:#d8e2ec!important;font-size:clamp(17px,1.35vw,21px)!important;line-height:1.7!important}
body .bbn-contact-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-top:34px!important}
body .bbn-contact-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:13px 24px!important;border:2px solid #f15a24!important;border-radius:999px!important;font-weight:900!important;line-height:1.2!important;text-align:center!important;text-decoration:none!important}
body .bbn-contact-button-primary{background:#f15a24!important;color:#fff!important}
body .bbn-contact-button-secondary{background:transparent!important;color:#fff!important}
body .bbn-contact-visual{position:relative!important;width:100%!important;min-height:520px!important;padding:0!important;overflow:hidden!important;border:0!important;background:#e9eef2!important;cursor:pointer!important}
body .bbn-contact-visual img{display:block!important;width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important}
body .bbn-contact-visual>span{position:absolute!important;left:24px!important;right:24px!important;bottom:24px!important;padding:13px 16px!important;border-radius:12px!important;background:rgba(7,26,46,.88)!important;color:#fff!important;font-size:14px!important;font-weight:800!important;text-align:left!important}
body .bbn-contact-details{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin-top:28px!important}
body .bbn-contact-card{position:relative!important;min-height:360px!important;padding:34px!important;border:1px solid #dde4ea!important;border-radius:22px!important;background:#f7f9fb!important}
body .bbn-contact-number{display:inline-flex!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;margin-bottom:34px!important;border-radius:50%!important;background:#d7ff52!important;color:#071a2e!important;font-weight:900!important}
body .bbn-contact-card h2{margin:0 0 15px!important;color:#0b1b2e!important;font-size:clamp(23px,2vw,30px)!important;line-height:1.15!important}
body .bbn-contact-card>p{margin:0!important;color:#526173!important;font-size:16px!important;line-height:1.65!important}
body .bbn-contact-card dl{display:grid!important;gap:14px!important;margin:28px 0 0!important}
body .bbn-contact-card dl>div{padding-top:14px!important;border-top:1px solid #d7dfe6!important}
body .bbn-contact-card dt{color:#667386!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body .bbn-contact-card dd{margin:6px 0 0!important;color:#0b1b2e!important;font-size:16px!important;font-weight:800!important;overflow-wrap:anywhere!important}
body .bbn-contact-brief{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr) auto!important;gap:36px!important;align-items:center!important;margin-top:28px!important;padding:clamp(34px,5vw,64px)!important;border-radius:24px!important;background:#eff3f6!important}
body .bbn-contact-brief h2{margin:0!important;color:#0b1b2e!important;font-size:clamp(30px,3vw,48px)!important;line-height:1.08!important}
body .bbn-contact-brief p:not(.bbn-contact-eyebrow){margin:18px 0 0!important;color:#536477!important;font-size:17px!important;line-height:1.65!important}
body .bbn-contact-brief ul{display:grid!important;gap:12px!important;margin:0!important;padding-left:22px!important;color:#1e2c3c!important;font-size:16px!important;line-height:1.45!important}
body .bbn-contact-brief .bbn-contact-button{white-space:nowrap!important}

@media(max-width:980px){
  body .bbn-contact-hero{grid-template-columns:1fr!important}
  body .bbn-contact-visual,body .bbn-contact-visual img{min-height:360px!important}
  body .bbn-contact-details{grid-template-columns:1fr!important}
  body .bbn-contact-card{min-height:0!important}
  body .bbn-contact-brief{grid-template-columns:1fr!important}
  body .bbn-contact-brief .bbn-contact-button{justify-self:start!important}
}
@media(max-width:600px){
  body .bbn-contact-page{padding:18px 14px 34px!important}
  body .bbn-contact-hero{border-radius:18px!important}
  body .bbn-contact-hero-copy{padding:32px 22px!important}
  body .bbn-contact-actions{flex-direction:column!important}
  body .bbn-contact-button{width:100%!important}
  body .bbn-contact-visual,body .bbn-contact-visual img{min-height:280px!important}
  body .bbn-contact-card{padding:26px 22px!important}
  body .bbn-contact-brief{padding:30px 22px!important}
}

/* Rebuilt HOME: focused corporate story, one GIF, hover fabrics and expanding applications. */
body .bbn-home-legacy-content[hidden]{display:none!important}
body .bbn-home-corporate{width:100%!important;background:#fff!important;color:#0b1b2e!important;overflow:hidden!important}
body .bbn-home-corporate *{box-sizing:border-box!important}
body .bbn-home-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr)!important;
  width:100%!important;
  min-height:650px!important;
  background:#071a2e!important;
}
body .bbn-home-hero-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:clamp(46px,7vw,112px)!important;color:#fff!important}
body .bbn-home-kicker{margin:0 0 18px!important;color:#ef5a1a!important;font-size:13px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}
body .bbn-home-hero h1{max-width:900px!important;margin:0!important;color:#fff!important;font-size:clamp(48px,6.2vw,94px)!important;line-height:.98!important;letter-spacing:-.052em!important}
body .bbn-home-hero-copy>p:not(.bbn-home-kicker){max-width:760px!important;margin:28px 0 0!important;color:#d4dee8!important;font-size:clamp(17px,1.4vw,22px)!important;line-height:1.68!important}
body .bbn-home-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-top:34px!important}
body .bbn-home-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;padding:14px 26px!important;border:2px solid #f15a24!important;border-radius:999px!important;font-size:15px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body .bbn-home-button.is-primary{background:#f15a24!important;color:#fff!important}
body .bbn-home-button.is-secondary{background:transparent!important;color:#fff!important}
body .bbn-home-proof{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;margin-top:48px!important;border-top:1px solid rgba(255,255,255,.18)!important}
body .bbn-home-proof>div{display:grid!important;gap:4px!important;padding:22px 14px 0 0!important}
body .bbn-home-proof strong{color:#fff!important;font-size:22px!important}
body .bbn-home-proof span{color:#93a7bb!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important}
body .bbn-home-gif{position:relative!important;width:100%!important;min-height:650px!important;padding:0!important;overflow:hidden!important;border:0!important;background:#122e4d!important;cursor:pointer!important}
body .bbn-home-gif:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,transparent 35%,rgba(241,90,36,.23) 100%)!important;pointer-events:none!important}
body .bbn-home-gif img{display:block!important;width:100%!important;height:100%!important;min-height:650px!important;object-fit:cover!important;image-rendering:auto!important;transition:transform .7s ease!important}
body .bbn-home-gif:hover img{transform:scale(1.045)!important}
body .bbn-home-gif-label{position:absolute!important;z-index:2!important;left:28px!important;bottom:26px!important;padding:12px 15px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:999px!important;background:rgba(7,26,46,.78)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.11em!important}
body .bbn-home-intro{display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;gap:24px 70px!important;width:min(1500px,calc(100% - 48px))!important;margin:0 auto!important;padding:clamp(70px,9vw,132px) 0!important}
body .bbn-home-intro .bbn-home-kicker{grid-column:1!important}
body .bbn-home-intro h2{grid-column:1!important;margin:0!important;color:#0b1b2e!important;font-size:clamp(42px,5vw,76px)!important;line-height:1.03!important;letter-spacing:-.045em!important}
body .bbn-home-intro>p:not(.bbn-home-kicker){grid-column:2!important;grid-row:1/span 2!important;align-self:end!important;margin:0!important;color:#4f6072!important;font-size:clamp(19px,1.8vw,26px)!important;line-height:1.6!important}
body .bbn-home-intro-links{grid-column:2!important;display:flex!important;flex-wrap:wrap!important;gap:28px!important;margin-top:8px!important}
body .bbn-home-intro-links a{color:#e64f13!important;font-weight:900!important;text-decoration:none!important}
body .bbn-home-discover,body .bbn-home-action-section{padding:clamp(64px,8vw,118px) max(24px,calc((100vw - 1500px)/2))!important;background:#f4f6f8!important}
body .bbn-home-action-section{background:#fff!important}
body .bbn-home-section-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:44px!important}
body .bbn-home-section-head h2{margin:0!important;color:#101820!important;font-size:clamp(38px,4.8vw,72px)!important;line-height:1!important;letter-spacing:-.045em!important}
body .bbn-home-section-head a{flex:0 0 auto!important;padding:13px 20px!important;border:2px solid #111!important;color:#111!important;font-weight:900!important;text-decoration:none!important}
body .bbn-home-fabric-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(18px,2.8vw,42px)!important}
body .bbn-home-fabric-card{position:relative!important;display:block!important;min-height:480px!important;overflow:hidden!important;background:#0b1b2e!important;color:#fff!important;text-decoration:none!important;transition:transform .35s ease,box-shadow .35s ease!important}
body .bbn-home-fabric-card:hover{transform:translateY(-12px)!important;box-shadow:0 24px 44px rgba(7,26,46,.18)!important}
body .bbn-home-fabric-card img{display:block!important;width:100%!important;height:100%!important;min-height:480px!important;object-fit:cover!important;transition:transform .75s cubic-bezier(.2,.8,.2,1),filter .4s ease!important}
body .bbn-home-fabric-card:hover img{transform:scale(1.1) translateY(-2%)!important;filter:saturate(1.08) contrast(1.04)!important}
body .bbn-home-fabric-card:after{content:""!important;position:absolute!important;inset:45% 0 0!important;background:linear-gradient(transparent,rgba(4,14,26,.88))!important}
body .bbn-home-fabric-card span{position:absolute!important;z-index:2!important;left:28px!important;right:28px!important;bottom:28px!important;color:#fff!important;font-size:clamp(23px,2.1vw,34px)!important;font-weight:900!important;line-height:1.08!important}
body .bbn-home-action-grid{display:flex!important;width:100%!important;min-height:540px!important;overflow:hidden!important;background:#071a2e!important}
body .bbn-home-action-card{position:relative!important;flex:1 1 25%!important;min-width:0!important;overflow:hidden!important;color:#fff!important;text-decoration:none!important;transition:flex .55s cubic-bezier(.2,.8,.2,1)!important}
body .bbn-home-action-card:hover{flex:1.45 1 34%!important}
body .bbn-home-action-card img{display:block!important;width:100%!important;height:100%!important;min-height:540px!important;object-fit:cover!important;filter:brightness(.64)!important;transition:transform .75s ease,filter .45s ease!important}
body .bbn-home-action-card:hover img{transform:scale(1.06)!important;filter:brightness(.82)!important}
body .bbn-home-action-card:after{content:""!important;position:absolute!important;inset:0!important;border-right:1px solid rgba(255,255,255,.2)!important;background:linear-gradient(180deg,transparent 40%,rgba(3,12,23,.82))!important}
body .bbn-home-action-card>span{position:absolute!important;z-index:2!important;left:26px!important;right:20px!important;bottom:28px!important;display:grid!important;gap:4px!important;color:#fff!important}
body .bbn-home-action-card strong{font-size:clamp(23px,2vw,34px)!important;line-height:1!important}
body .bbn-home-action-card small{font-size:clamp(17px,1.5vw,24px)!important;line-height:1.1!important}
body .bbn-home-action-card em{max-height:0!important;margin-top:0!important;overflow:hidden!important;opacity:0!important;color:#fff!important;font-size:13px!important;font-style:normal!important;font-weight:900!important;text-decoration:underline!important;text-underline-offset:5px!important;transition:max-height .3s ease,opacity .3s ease,margin .3s ease!important}
body .bbn-home-action-card:hover em{max-height:30px!important;margin-top:12px!important;opacity:1!important}
body .bbn-home-principles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(1500px,calc(100% - 48px))!important;margin:0 auto!important;padding:clamp(66px,8vw,116px) 0!important}
body .bbn-home-principles article{min-height:300px!important;padding:34px!important;border:1px solid #dfe5ea!important;border-right:0!important}
body .bbn-home-principles article:last-child{border-right:1px solid #dfe5ea!important}
body .bbn-home-principles article>span{display:inline-flex!important;width:42px!important;height:42px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#d8ff53!important;font-weight:900!important}
body .bbn-home-principles h3{margin:54px 0 14px!important;color:#0b1b2e!important;font-size:28px!important}
body .bbn-home-principles p{margin:0!important;color:#58687a!important;font-size:16px!important;line-height:1.65!important}
body .bbn-home-final-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important;padding:clamp(58px,7vw,100px) max(24px,calc((100vw - 1500px)/2))!important;background:#d9ff51!important}
body .bbn-home-final-cta .bbn-home-kicker{color:#7a3e0d!important}
body .bbn-home-final-cta h2{max-width:980px!important;margin:0!important;color:#071a2e!important;font-size:clamp(40px,5vw,76px)!important;line-height:1!important;letter-spacing:-.045em!important}
body .bbn-home-final-cta .bbn-home-button{flex:0 0 auto!important}

/* Fabrics hub intro: the detailed HOME catalogue content now lives on /fabrics/. */
body .bbn-fabrics-hub-intro{width:100%!important;padding:clamp(58px,8vw,120px) max(24px,calc((100vw - 1500px)/2))!important;background:#071a2e!important;color:#fff!important}
body .bbn-fabrics-hub-intro h1{max-width:1200px!important;margin:0!important;color:#fff!important;font-size:clamp(44px,6vw,86px)!important;line-height:1!important;letter-spacing:-.05em!important}
body .bbn-fabrics-hub-intro>p:not(.bbn-home-kicker){max-width:980px!important;margin:26px 0 0!important;color:#cfdae5!important;font-size:clamp(18px,1.6vw,23px)!important;line-height:1.65!important}
body .bbn-fabrics-hub-intro>div{display:flex!important;flex-wrap:wrap!important;gap:16px!important;margin-top:32px!important}
body .bbn-fabrics-hub-intro a{display:inline-flex!important;align-items:center!important;min-height:50px!important;padding:12px 20px!important;border:2px solid #f15a24!important;border-radius:999px!important;background:#f15a24!important;color:#fff!important;font-weight:900!important;text-decoration:none!important}
body .bbn-fabrics-hub-intro a:last-child{background:transparent!important}

@media(max-width:980px){
  body .bbn-home-hero{grid-template-columns:1fr!important}
  body .bbn-home-gif,body .bbn-home-gif img{min-height:420px!important}
  body .bbn-home-intro{grid-template-columns:1fr!important}
  body .bbn-home-intro .bbn-home-kicker,body .bbn-home-intro h2,body .bbn-home-intro>p:not(.bbn-home-kicker),body .bbn-home-intro-links{grid-column:1!important;grid-row:auto!important}
  body .bbn-home-fabric-cards{grid-template-columns:1fr!important}
  body .bbn-home-fabric-card,body .bbn-home-fabric-card img{min-height:420px!important}
  body .bbn-home-action-grid{display:grid!important;grid-template-columns:1fr 1fr!important}
  body .bbn-home-action-card,body .bbn-home-action-card:hover{min-height:380px!important}
  body .bbn-home-action-card img{min-height:380px!important}
  body .bbn-home-principles{grid-template-columns:1fr!important}
  body .bbn-home-principles article{min-height:0!important;border-right:1px solid #dfe5ea!important;border-bottom:0!important}
  body .bbn-home-principles article:last-child{border-bottom:1px solid #dfe5ea!important}
}
@media(max-width:620px){
  body .bbn-home-hero-copy{padding:46px 22px!important}
  body .bbn-home-actions{flex-direction:column!important}
  body .bbn-home-button{width:100%!important}
  body .bbn-home-proof{grid-template-columns:1fr!important}
  body .bbn-home-gif,body .bbn-home-gif img{min-height:300px!important}
  body .bbn-home-intro{width:calc(100% - 28px)!important;padding:60px 0!important}
  body .bbn-home-section-head{align-items:flex-start!important;flex-direction:column!important}
  body .bbn-home-discover,body .bbn-home-action-section{padding:58px 14px!important}
  body .bbn-home-action-grid{grid-template-columns:1fr!important}
  body .bbn-home-action-card,body .bbn-home-action-card:hover,body .bbn-home-action-card img{min-height:330px!important}
  body .bbn-home-principles{width:calc(100% - 28px)!important}
  body .bbn-home-final-cta{align-items:stretch!important;flex-direction:column!important;padding:54px 18px!important}
  body .bbn-fabrics-hub-intro{padding:54px 20px!important}
  body .bbn-fabrics-hub-intro>div{flex-direction:column!important}
}

/* 8013 TDS quick view: the TDS pill expands the selected fabric in place. */
body .bbn-tds-row-open{
  box-shadow:inset 5px 0 0 #eb5b18!important;
}
body [data-bbn-tds-toggle].is-open,
body .bbn-prow a.is-open,
body .bbn-finder-row a.is-open{
  background:#0b1b2e!important;
  color:#fff!important;
}
body .bbn-tds-expanded{
  display:grid!important;
  grid-template-columns:minmax(280px,38%) minmax(0,1fr)!important;
  flex:1 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  gap:clamp(24px,4vw,54px)!important;
  align-items:center!important;
  margin:0 0 18px!important;
  padding:clamp(24px,4vw,44px)!important;
  border:1px solid #dfe5eb!important;
  border-top:4px solid #eb5b18!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(7,21,38,.1)!important;
  animation:bbnTdsReveal .22s ease-out!important;
}
@keyframes bbnTdsReveal{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:translateY(0)}
}
body .bbn-tds-visual{
  overflow:hidden!important;
  border-radius:12px!important;
  background:#e9ecef!important;
}
body .bbn-tds-visual img{
  display:block!important;
  width:100%!important;
  height:clamp(230px,28vw,360px)!important;
  object-fit:cover!important;
}
body .bbn-tds-copy{min-width:0!important}
body .bbn-tds-kicker{
  display:block!important;
  margin-bottom:8px!important;
  color:#eb5b18!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
body .bbn-tds-copy h3{
  margin:0 0 10px!important;
  color:#172235!important;
  font-size:clamp(27px,3vw,42px)!important;
  line-height:1.08!important;
}
body .bbn-tds-features{
  margin:0 0 24px!important;
  color:#344255!important;
  font-size:17px!important;
  line-height:1.65!important;
}
body .bbn-tds-colour-heading{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:8px!important;
  color:#172235!important;
}
body .bbn-tds-colour-heading span{color:#697586!important;font-size:13px!important}
body .bbn-tds-colour-strip{
  display:flex!important;
  width:min(100%,440px)!important;
  height:42px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)!important;
}
body .bbn-tds-colour-strip span,
body .bbn-tds-colour-strip button{
  flex:1 1 0!important;
  min-width:30px!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  cursor:default!important;
}
body.bbn-editing .bbn-tds-colour-strip button{
  cursor:pointer!important;
  outline:2px dashed rgba(255,255,255,.88)!important;
  outline-offset:-4px!important;
}
body .bbn-tds-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:25px!important;
}
body .bbn-tds-actions a{
  display:inline-flex!important;
  min-height:46px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:11px 20px!important;
  border:1px solid #eb5b18!important;
  border-radius:999px!important;
  color:#eb5b18!important;
  background:#fff!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:900!important;
}
body .bbn-tds-actions a.is-primary{background:#eb5b18!important;color:#fff!important}
body .bbn-tds-edit-help{
  display:none!important;
  margin-top:18px!important;
  padding:13px!important;
  border:1px dashed #1264ff!important;
  border-radius:10px!important;
  background:#eef5ff!important;
  color:#23334a!important;
  font-size:12px!important;
  line-height:1.55!important;
}
body.bbn-editing .bbn-tds-edit-help{display:block!important}
body .bbn-tds-edit-help button{
  margin:7px 6px 0 0!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:8px!important;
  background:#1264ff!important;
  color:#fff!important;
  font-weight:800!important;
  cursor:pointer!important;
}

body .bbn-submenu > .bbn-workspace-menu-entry{
  display:block!important;
  width:calc(100% - 1rem)!important;
  margin:.35rem .5rem .65rem!important;
  padding:.9rem 1rem!important;
  border-radius:.55rem!important;
  background:#0d2238!important;
  color:#fff!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
body .bbn-submenu > .bbn-workspace-menu-entry:hover,
body .bbn-submenu > .bbn-workspace-menu-entry:focus-visible{
  background:#f05a16!important;
  color:#fff!important;
}

/* --------------------------------------------------------------------------
   8013 legacy layout restoration

   A group of migrated pages kept their content but lost Elementor's direction,
   basis, gap and padding utility classes.  preview.js marks only those incomplete
   containers.  These rules restore a consistent desktop/tablet/mobile layout
   without changing native Elementor rows, the new workspace, finder, TDS or RFQ.
   -------------------------------------------------------------------------- */
body.bbn-legacy-layouts-ready .bbn-fixed-split{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:clamp(24px,4vw,52px)!important;
  width:min(100%,1240px)!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:clamp(42px,6vw,76px) clamp(22px,4vw,36px)!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-split>.bbn-con.boxed{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-content:flex-start!important;
  align-items:center!important;
  gap:14px!important;
  width:min(100%,1180px)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:clamp(32px,4vw,54px) clamp(22px,4vw,34px) clamp(18px,3vw,30px)!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-split>.bbn-fixed-copy{
  justify-content:flex-start!important;
  padding:clamp(26px,4vw,48px)!important;
  border:1px solid #e2e8ee!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 44px rgba(7,21,38,.08)!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy>.elementor-widget-heading,
body.bbn-legacy-layouts-ready .bbn-fixed-copy>.bbn-text{
  flex:1 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy>.bbn-btn,
body.bbn-legacy-layouts-ready .bbn-fixed-copy>.elementor-widget-button{
  flex:0 0 auto!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy .elementor-heading-title{
  margin:0!important;
  color:#0b1b2e!important;
  line-height:1.1!important;
  text-wrap:balance!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-hero-copy .elementor-heading-title{
  font-size:clamp(36px,4.2vw,54px)!important;
  letter-spacing:-.035em!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-text,
body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-text p{
  color:#4e6073!important;
  font-size:clamp(16px,1.5vw,19px)!important;
  line-height:1.65!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-btn .elementor-button,
body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-btn a{
  width:auto!important;
  min-width:0!important;
  min-height:48px!important;
  padding:13px 22px!important;
  white-space:normal!important;
  text-align:center!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-media-wrap{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.bbn-legacy-layouts-ready .bbn-img.ph-box{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  max-width:100%!important;
  min-height:clamp(260px,35vw,470px)!important;
  overflow:hidden!important;
  padding:28px!important;
  border:1px dashed #aebdca!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 18% 22%,rgba(240,90,31,.16),transparent 30%),
    linear-gradient(135deg,#f4f7f9,#e8eef2)!important;
  color:#627387!important;
  text-align:center!important;
}
body.bbn-legacy-layouts-ready .bbn-img.ph-box>.elementor-element,
body.bbn-legacy-layouts-ready .bbn-img.ph-box .elementor-widget-container{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
body.bbn-legacy-layouts-ready .bbn-img.ph-box:has(img){padding:0!important;border-style:solid!important}
body.bbn-legacy-layouts-ready .bbn-img.ph-box img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:inherit!important;
  object-fit:cover!important;
}
body .bbn-img.ph-box[data-bbn-image-slot="true"]{
  position:relative!important;
  isolation:isolate!important;
}
body .bbn-img.ph-box[data-bbn-image-slot="true"]>.elementor-element{
  display:none!important;
  pointer-events:none!important;
}
body .bbn-img.ph-box[data-bbn-image-slot="true"]>img[data-bbn-placeholder-image]{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:none!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  border:0!important;
  border-radius:inherit!important;
  object-fit:cover!important;
}
body .bbn-img.ph-box[data-bbn-image-slot="true"]>img[data-bbn-placeholder-image][src]{display:block!important}
body .bbn-img.ph-box[data-bbn-image-slot="true"]:not(.bbn-placeholder-filled)::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:50%!important;
  top:50%!important;
  width:72px!important;
  height:58px!important;
  border:2px solid #9caeba!important;
  border-radius:12px!important;
  background:
    linear-gradient(145deg,transparent 45%,#9caeba 46% 52%,transparent 53%) 12px 25px/42px 24px no-repeat,
    radial-gradient(circle,#f05a1f 0 5px,transparent 6px) 13px 11px/18px 18px no-repeat,
    rgba(255,255,255,.54)!important;
  transform:translate(-50%,-50%)!important;
  opacity:.82!important;
}
body .bbn-placeholder-prompt{
  position:absolute!important;
  z-index:12!important;
  left:50%!important;
  top:50%!important;
  display:none!important;
  min-width:190px!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:4px!important;
  padding:16px 20px!important;
  border-radius:16px!important;
  background:rgba(7,21,38,.92)!important;
  color:#fff!important;
  text-align:center!important;
  box-shadow:0 14px 36px rgba(7,21,38,.24)!important;
  transform:translate(-50%,-50%)!important;
  cursor:pointer!important;
}
body .bbn-placeholder-prompt b{font-size:26px!important;line-height:1!important;color:#ff8a45!important}
body .bbn-placeholder-prompt strong{font-size:15px!important;line-height:1.2!important}
body .bbn-placeholder-prompt small{font-size:10px!important;letter-spacing:.08em!important;opacity:.72!important}
body.bbn-editing .bbn-img.ph-box[data-bbn-image-slot="true"]{cursor:pointer!important;outline:2px dashed #22a35a!important;outline-offset:3px!important}
body.bbn-editing .bbn-img.ph-box[data-bbn-image-slot="true"]>.bbn-placeholder-prompt{display:flex!important}
body.bbn-editing .bbn-img.ph-box[data-bbn-image-slot="true"]:has(>img[data-bbn-placeholder-image][src])>.bbn-placeholder-prompt{
  left:auto!important;
  right:14px!important;
  top:14px!important;
  min-width:0!important;
  padding:10px 14px!important;
  transform:none!important;
}
body.bbn-editing .bbn-img.ph-box[data-bbn-image-slot="true"]:has(>img[data-bbn-placeholder-image][src])>.bbn-placeholder-prompt b,
body.bbn-editing .bbn-img.ph-box[data-bbn-image-slot="true"]:has(>img[data-bbn-placeholder-image][src])>.bbn-placeholder-prompt small{display:none!important}
body.bbn-legacy-layouts-ready .bbn-fixed-card-grid,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:22px!important;
  width:min(100%,1240px)!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:clamp(16px,3vw,26px) clamp(22px,4vw,36px) clamp(46px,6vw,78px)!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-card,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card{
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:24px!important;
  border:1px solid #dfe6ec!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(7,21,38,.07)!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-card>.elementor-element,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card>.elementor-element{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-card .elementor-heading-title,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card .elementor-heading-title{
  margin:0!important;
  color:#0b1b2e!important;
  font-size:clamp(21px,2vw,28px)!important;
  line-height:1.2!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-card .bbn-text,
body.bbn-legacy-layouts-ready .bbn-fixed-card .bbn-text p,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card .bbn-text,
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card .bbn-text p{
  margin:0!important;
  color:#536477!important;
  line-height:1.6!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card{
  overflow:hidden!important;
  padding:0 0 24px!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card>.bbn-img.ph-box{
  min-height:230px!important;
  border-width:0 0 1px!important;
  border-radius:0!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card>.elementor-element:not(.bbn-img){
  padding-left:22px!important;
  padding-right:22px!important;
}
body.bbn-legacy-layouts-ready .bbn-fixed-cat-card>.bbn-btn{margin-top:auto!important}

@media(max-width:980px){
  body.bbn-legacy-layouts-ready .bbn-fixed-card-grid,
  body.bbn-legacy-layouts-ready .bbn-fixed-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body.bbn-legacy-layouts-ready .bbn-fixed-split,
  body.bbn-legacy-layouts-ready .bbn-fixed-card-grid,
  body.bbn-legacy-layouts-ready .bbn-fixed-cat-grid{grid-template-columns:1fr!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-split{padding:30px 16px!important;gap:18px!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-copy{padding:28px 16px 16px!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-split>.bbn-fixed-copy{padding:24px 19px!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-copy>.bbn-btn,
  body.bbn-legacy-layouts-ready .bbn-fixed-copy>.elementor-widget-button{flex:1 0 100%!important;width:100%!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-btn .elementor-button,
  body.bbn-legacy-layouts-ready .bbn-fixed-copy .bbn-btn a{width:100%!important}
  body.bbn-legacy-layouts-ready .bbn-fixed-card-grid,
  body.bbn-legacy-layouts-ready .bbn-fixed-cat-grid{padding:14px 16px 42px!important;gap:16px!important}
  body.bbn-legacy-layouts-ready .bbn-img.ph-box{min-height:240px!important;border-radius:18px!important}
}
@media(max-width:767px){
  body .bbn-tds-expanded{
    grid-template-columns:1fr!important;
    gap:20px!important;
    margin:0 0 16px!important;
    padding:18px!important;
    border-radius:14px!important;
  }
  body .bbn-tds-visual img{height:230px!important}
  body .bbn-tds-actions{display:grid!important;grid-template-columns:1fr!important}
  body .bbn-tds-actions a{width:100%!important}
}
/* ===== 2026-09-17 追加：与 8013 对齐的 legacy 头/尾外层内边距归零 =====
   线上 legacy 页面把页头/页尾包在“伪 elementor-widget-container”容器里，
   Elementor 给这些容器默认 10px 内边距 → 页头内缩 10px、页尾内缩 20px。
   8013 静态副本不加载这些 Elementor 容器 CSS，所以是满宽。此处强制归零。 */
body.bbn-legacy-layouts-ready .e-con:has(> .site-header),
body.bbn-legacy-layouts-ready .e-con:has(> .site-footer),
body.bbn-legacy-layouts-ready .e-con:has(> .e-con > .site-footer){
  padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;
}
body.bbn-legacy-layouts-ready .site-header{width:100%!important;max-width:100%!important;margin:0!important}
body.bbn-legacy-layouts-ready .site-footer{width:100%!important;max-width:100%!important;margin:0!important}
/* 页尾内容压缩到 8013 的高度（444px）：列内边距/间距按 8013 值 */
body.bbn-legacy-layouts-ready .site-footer > .bbn-con.full{padding:1px 34px!important;gap:28px!important}
body.bbn-legacy-layouts-ready .site-footer .bbn-con.boxed{padding-top:0!important;padding-bottom:0!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-widget{margin-bottom:0!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-widget-button{margin-bottom:0!important;padding:0!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-button-wrapper{margin:0!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-button{padding:.18rem 1rem!important;font-size:.75rem!important;margin:0!important;line-height:1.2!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-heading-title{margin:0!important;font-size:.85rem!important;line-height:1!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-widget-text-editor p{margin:0!important;font-size:.75rem!important;line-height:1.3!important}
body.bbn-legacy-layouts-ready .site-footer .elementor-widget-image img{max-height:100px!important;width:auto!important}
