
:root{
  --blue:#3791D0;
  --ivory:#FEF9F7;
  --black:#111111;
  --white:#FFFFFF;
  --muted:#6f6f6f;
  --line:#2f2f2f;
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--black);font-family:Roboto,Arial,sans-serif;background:#fff}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.skip-link{
  position:fixed;
  top:10px;
  left:10px;
  z-index:1000;
  padding:10px 14px;
  background:var(--blue);
  color:#fff;
  font:600 14px/1.2 "IBM Plex Sans",Arial,sans-serif;
  transform:translateY(-160%);
  transition:transform .15s ease;
}
.skip-link:focus{transform:translateY(0)}
.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}
.narrow{width:min(var(--container),calc(100% - 96px))}
.nav{height:72px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}
.nav-inner{height:100%;display:flex;align-items:center;gap:32px}
.brand img{width:145px;height:auto}
.nav-links{display:flex;gap:30px;margin-left:auto;font-size:14px}
.nav-cta{margin-left:18px}
.menu-toggle{display:none;border:0;background:none;font-size:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:14px;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.btn-primary{background:var(--blue);color:#fff}
.btn-ghost{border:1px solid rgba(255,255,255,.4);color:#fff}
.hero{min-height:760px;color:#fff;background:linear-gradient(90deg,#2c2c2c 0%,#4d4d4d 56%,#b0b0b0 100%);display:flex;align-items:center}
.hero-inner{padding-block:100px}
.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:700;margin:0 0 30px;text-transform:uppercase}
.eyebrow.blue,.meta.blue{color:var(--blue)}
h1,h2,h3{font-family:"IBM Plex Sans",Arial,sans-serif;margin:0}
h1{font-size:76px;line-height:.98;letter-spacing:-.03em}
h2{font-size:60px;line-height:1.0;letter-spacing:-.025em;font-weight:600}
h3{font-size:30px;line-height:1.15}
.hero-copy{max-width:550px;font-size:17px;line-height:1.55;margin:28px 0}
.actions{display:flex;gap:12px}
.section{padding:110px 0}
.products h2{margin-bottom:54px}
.products-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:48px;margin-bottom:54px}
.products-heading h2{margin-bottom:0}
.products-catalogue-link{justify-self:end;min-width:220px;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.placeholder{aspect-ratio:1.55;background:#d5d5d5;display:grid;place-items:center;text-align:center;color:#777;font-size:10px;letter-spacing:.14em}
.product-card .meta,.meta{font-size:9px;letter-spacing:.12em;margin-top:14px}
.product-card a{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-top:6px}
.dark{background:#1a1a1a;color:#fff}
.capabilities h2{margin-bottom:56px}
.cap-grid{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #444}
.cap-grid article{padding:16px 18px 30px;border-right:1px solid #444;min-height:210px}
.cap-grid article:first-child{padding-left:0}
.cap-grid article:last-child{border-right:0}
.cap-grid .num{font-size:10px;color:#bbb}
.cap-grid h3{margin:14px 0 14px;font-weight:400}
.cap-grid p{font-size:12px;color:#8c8c8c;line-height:1.45}
.cap-grid a{display:inline-grid;place-items:center;border:1px solid #555;border-radius:50%;width:28px;height:28px;margin-top:12px}
.performance{background:#fafafa}
.performance h2,.applications h2{margin-bottom:54px}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:72px 110px}
.stats strong{font:400 125px/1 "IBM Plex Sans";color:var(--blue)}
.stats h3{margin:4px 0 10px;font-size:32px;line-height:1.08;font-weight:500}
.stats p{max-width:390px;color:#666;font-size:13px;line-height:1.5}
.app-grid{display:grid;grid-template-columns:1.65fr .85fr;gap:44px}
.featured-app img{width:100%;aspect-ratio:1.7;object-fit:cover;filter:grayscale(1)}
.featured-app a{display:flex;justify-content:space-between;margin-top:6px}
.app-list>a{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #ddd}
.app-list h3{font-size:22px;font-weight:400}
.app-list p{font-size:12px;color:#666;margin:6px 0 0;max-width:260px}
.app-list span,.featured-app span{color:var(--blue)}
.insights{background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}
.text-link{font-size:12px}
.insight-grid{display:grid;grid-template-columns:1.75fr 1fr;gap:28px}
.insight-grid img{width:100%;object-fit:cover;filter:saturate(.85)}
.featured-insight img{aspect-ratio:1.65}
.featured-insight h3{font-size:25px;font-weight:500;margin:10px 0}
.featured-insight p{font-size:13px;line-height:1.5;color:#666;max-width:650px}
.insight-side{display:grid;gap:28px}
.insight-side article{padding-bottom:20px;border-bottom:1px solid #ddd}
.insight-side img{aspect-ratio:1.8}
.insight-side h3{font-size:18px;font-weight:500;margin:8px 0}
.insight-side a,.featured-insight a{font-size:11px}
.home-insight-image-link{display:block;overflow:hidden}
.home-insight-image-link img{display:block;transition:transform .3s ease,opacity .3s ease}
.home-insight-image-link:focus-visible{outline:2px solid var(--blue);outline-offset:4px}
@media(hover:hover){.home-insight-image-link:hover img{opacity:.9;transform:scale(1.015)}}
.final-cta{background:var(--blue);color:#fff;padding:72px 0}
.final-cta h2{font-size:48px;color:#fff;opacity:1}
.final-cta p{font-size:17px;margin:10px 0 22px}
.footer{background:#151515;color:#fff;padding:60px 0 24px;font-family:"IBM Plex Sans",Arial,sans-serif}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:48px}
.footer-grid h3{font-size:30px;margin-bottom:15px;font-weight:500}
.footer-grid p{font-size:14px;color:#aaa;line-height:1.55}
.footer-grid a{display:block;font-size:14px;color:#aaa;margin:9px 0}
.footer-label{color:#fff!important;font-weight:600;letter-spacing:.08em;font-size:13px!important}
.mini{display:inline-flex!important;color:#fff!important;font-family:"IBM Plex Sans",Arial,sans-serif!important;font-size:14px!important;font-weight:600!important}
.footer-bottom{border-top:1px solid #292929;margin-top:48px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:12px}

@media (max-width: 900px){
  .container,.narrow{width:min(100% - 48px,var(--container))}
  .nav-links{gap:16px;font-size:12px}
  .nav-cta{display:none}
  .brand img{width:120px}
  .hero{min-height:620px}
  h1{font-size:58px}
  h2{font-size:48px}
  .section{padding:88px 0}
  .cap-grid{grid-template-columns:1fr 1fr}
  .cap-grid article{border-bottom:1px solid #444}
  .stats{gap:48px}
  .app-grid,.insight-grid{grid-template-columns:1fr}
  .insight-side{grid-template-columns:1fr 1fr}
}

@media (max-width: 620px){
  .container,.narrow{width:calc(100% - 40px)}
  .nav{height:60px}
  .menu-toggle{display:block;margin-left:auto}
  .nav-links{position:absolute;left:0;right:0;top:60px;background:#fff;display:none;flex-direction:column;padding:18px 20px;border-top:1px solid #eee}
  .nav-links.open{display:flex}
  .brand img{width:110px}
  .hero{min-height:520px}
  .hero-inner{padding-block:72px}
  h1{font-size:46px}
  h2{font-size:38px}
  .hero-copy{font-size:14px;max-width:330px}
  .section{padding:64px 0}
  .product-grid{grid-template-columns:1fr;gap:34px}
  .placeholder{aspect-ratio:1.75}
  .cap-grid{grid-template-columns:1fr}
  .cap-grid article{border-right:0;padding:24px 0;min-height:auto}
  .stats{grid-template-columns:1fr;gap:36px}
  .stats strong{font:400 125px/1 "IBM Plex Sans";color:var(--blue)}
  .app-list>a{padding:16px 0}
  .insight-side{grid-template-columns:1fr}
  .section-head{align-items:flex-start;gap:20px;flex-direction:column}
  .final-cta h2{font-size:48px;color:#fff;opacity:1}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{border-top:1px solid #292929;margin-top:48px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:12px}
}

.product-card h3{font-weight:500}

.outline-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #fff;
  color:#fff;
  padding:12px 18px;
  margin-top:4px;
  font-size:14px;
  font-weight:500;
  transition:.2s ease;
}
.outline-cta:hover{
  background:#fff;
  color:var(--blue);
}

@media (max-width: 900px){
  .stats h3{font-size:26px}
}
@media (max-width: 620px){
  .stats h3{font-size:22px}
  .final-cta h2{color:#fff;opacity:1}
  .outline-cta{padding:11px 16px;font-size:13px}
}

.btn-primary:hover{
  background:#1f78b8;
  color:#fff;
}
.btn-ghost:hover{
  background:#fff;
  border-color:#fff;
  color:var(--black);
}
.nav-cta:hover{
  background:#1f78b8;
  color:#fff;
}
.footer .btn-primary:hover{
  background:#fff;
  color:var(--black)!important;
}

/* Product landing page */
.page-hero{
  background:var(--ivory);
  padding:120px 0 88px;
  border-bottom:1px solid #e8e5e2;
}
.page-hero .eyebrow{color:var(--blue);margin-bottom:22px}
.page-hero h1{
  color:var(--black);
  font-size:76px;
  line-height:1;
  max-width:880px;
}
.page-hero .lead{
  max-width:720px;
  margin:28px 0 0;
  font-size:18px;
  line-height:1.6;
  color:#555;
}
.product-tabs{
  position:sticky;
  top:72px;
  z-index:10;
  background:#fff;
  border-bottom:1px solid #e6e6e6;
}
.product-tabs .container{
  display:flex;
  gap:34px;
  overflow:auto;
}
.product-tabs a{
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  padding:19px 0;
  white-space:nowrap;
  border-bottom:2px solid transparent;
}
.product-tabs a:hover{color:var(--blue);border-color:var(--blue)}
.product-family{
  padding:110px 0;
}
.product-family.alt{background:#f7f7f5}
.family-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:end;
  margin-bottom:54px;
}
.family-head h2{margin-top:8px}
.family-head p{
  max-width:560px;
  margin:0;
  color:#626262;
  font-size:16px;
  line-height:1.6;
}
.product-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid #dcdcdc;
}
.product-spec-card{
  padding:32px 32px 36px 0;
  border-bottom:1px solid #dcdcdc;
  min-height:300px;
}
.product-spec-card:nth-child(even){
  padding-left:32px;
  padding-right:0;
  border-left:1px solid #dcdcdc;
}
.product-spec-card .category{
  color:var(--blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-spec-card h3{
  font-size:30px;
  font-weight:500;
  margin:12px 0 28px;
}
.specs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 24px;
}
.spec{
  border-top:1px solid #e3e3e3;
  padding-top:12px;
}
.spec span{
  display:block;
  font-size:10px;
  letter-spacing:.08em;
  color:#777;
  text-transform:uppercase;
  margin-bottom:6px;
}
.spec strong{
  display:block;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.4;
  font-weight:500;
}
.product-insights{
  background:#fff;
  padding:110px 0;
}
.product-insights .section-head{margin-bottom:46px}
.product-insights .insight-grid{margin-top:0}
.product-cta{background:var(--blue);color:#fff;padding:78px 0}
.product-cta h2{color:#fff}
.product-cta p{font-size:17px;margin:10px 0 24px}
.product-cta .outline-cta{font-family:"IBM Plex Sans",Arial,sans-serif;font-size:14px}
.breadcrumb{
  font-size:11px;
  color:#777;
  margin-bottom:34px;
}
.breadcrumb a:hover{color:var(--blue)}
@media(max-width:900px){
  .page-hero h1{font-size:58px}
  .family-head{grid-template-columns:1fr;gap:20px}
}
@media(max-width:620px){
  .page-hero{padding:84px 0 56px}
  .page-hero h1{font-size:46px}
  .product-tabs{top:60px}
  .product-family,.product-insights{padding:64px 0}
  .product-list{grid-template-columns:1fr}
  .product-spec-card,.product-spec-card:nth-child(even){
    padding:28px 0;
    border-left:0;
  }
  .specs{grid-template-columns:1fr}
}

/* V6.12 legal and error pages */
.footer-legal{
  display:flex;
  gap:24px;
}
.footer-legal a{
  color:#777;
  transition:color .2s ease;
}
.footer-legal a:hover,
.footer-legal a:focus-visible{
  color:#fff;
}
.legal-hero{
  padding:72px 0 54px;
  background:var(--ivory);
}
.legal-container{
  max-width:900px;
}
.legal-hero .breadcrumb{
  margin-bottom:56px;
}
.legal-hero h1{
  font-size:68px;
  line-height:1.05;
}
.legal-updated{
  margin:22px 0 0;
  color:#666;
  font-size:14px;
}
.legal-section{
  padding:76px 0 120px;
}
.legal-copy{
  color:#444;
  font-size:16px;
  line-height:1.75;
}
.legal-copy>p:first-child{
  margin-top:0;
  color:#111;
  font-size:19px;
  line-height:1.65;
}
.legal-copy h2{
  margin:52px 0 14px;
  padding-top:22px;
  border-top:1px solid #dededb;
  color:#111;
  font-size:28px;
  line-height:1.25;
}
.legal-copy p{
  margin:0 0 18px;
}
.legal-copy a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
}
.error-main{
  background:#111;
  color:#fff;
}
.error-content{
  min-height:660px;
  display:flex;
  align-items:center;
  padding:90px 0;
}
.error-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  align-items:end;
  gap:100px;
}
.error-code{
  margin:0 0 18px;
  color:var(--blue);
  font:500 150px/.8 "IBM Plex Sans",Arial,sans-serif;
  letter-spacing:-.06em;
}
.error-content h1{
  max-width:720px;
  font-size:76px;
  line-height:1.02;
}
.error-copy{
  max-width:560px;
  margin:28px 0 34px;
  color:#bbb;
  font-size:17px;
  line-height:1.65;
}
.error-secondary{
  border:1px solid #666;
  color:#fff;
}
.error-secondary:hover{
  border-color:var(--blue);
  color:var(--blue);
}
.error-links{
  border-top:2px solid var(--blue);
  padding-top:18px;
}
.error-links a{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
  border-bottom:1px solid #383838;
  color:#d1d1d1;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  transition:color .2s ease;
}
.error-links a:hover,
.error-links a:focus-visible{
  color:var(--blue);
}

@media(max-width:900px){
  .error-grid{grid-template-columns:1fr;gap:64px}
  .error-links{max-width:560px}
}
@media(max-width:620px){
  .footer-legal{gap:14px;flex-wrap:wrap;justify-content:flex-end}
  .legal-hero{padding:54px 0 42px}
  .legal-hero .breadcrumb{margin-bottom:42px}
  .legal-hero h1{font-size:44px}
  .legal-section{padding:58px 0 84px}
  .legal-copy{font-size:15px}
  .legal-copy>p:first-child{font-size:17px}
  .legal-copy h2{margin-top:40px;font-size:24px}
  .error-content{min-height:560px;padding:70px 0}
  .error-code{font-size:104px}
  .error-content h1{font-size:48px}
  .error-grid{gap:52px}
}

.product-thumb{aspect-ratio:1.55;background:#d5d5d5;overflow:hidden}
.product-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease, filter .35s ease}
.product-card:hover .product-thumb img{transform:scale(1.03);filter:contrast(1.02)}

/* Products gateway */
.page-hero{background:var(--ivory);padding:120px 0 88px;border-bottom:1px solid #e8e5e2}
.page-hero .eyebrow{color:var(--blue);margin-bottom:22px}
.page-hero h1{color:var(--black);font-size:76px;line-height:1;max-width:880px}
.page-hero .lead{max-width:720px;margin:28px 0 0;font-size:18px;line-height:1.6;color:#555}
.breadcrumb{font-size:11px;color:#777;margin-bottom:34px}
.breadcrumb a:hover{color:var(--blue)}
.product-gateway{padding:100px 0}
.gateway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gateway-card{background:#fff;border:1px solid #e3e3e3;display:flex;flex-direction:column;transition:transform .25s ease, box-shadow .25s ease,border-color .25s ease}
.gateway-card:hover{transform:translateY(-3px);border-color:#c7ddef;box-shadow:0 18px 36px rgba(17,17,17,.08)}
.gateway-card img{width:100%;aspect-ratio:1.25;object-fit:cover;background:#eee}
.gateway-card .card-body{padding:24px}
.gateway-card h3{font-size:32px;line-height:1.05;margin:10px 0 14px;font-weight:500}
.gateway-card p{font-size:14px;line-height:1.6;color:#666;margin:0 0 18px}
.gateway-link{font-family:"IBM Plex Sans",Arial,sans-serif;font-size:14px;font-weight:600;color:var(--blue)}
.gateway-link:hover{text-decoration:underline}
.section-note{font-size:13px;color:#737373;margin-top:10px}
.family-preview{padding:0 0 104px}
.family-preview-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:start}
.diagram-panel{background:#f6f6f4;border:1px solid #e3e3e3;padding:28px}
.diagram-wrap{position:relative}
.diagram-base{width:100%;height:auto;display:block}
.diagram-item{position:absolute}
.diagram-item button{all:unset;display:block;width:26px;height:26px;border-radius:999px;background:rgba(55,145,208,.18);border:2px solid rgba(55,145,208,.9);cursor:pointer;box-shadow:0 0 0 0 rgba(55,145,208,.35);transition:box-shadow .2s ease, transform .2s ease, background-color .2s ease}
.diagram-item:hover button{background:rgba(55,145,208,.34);box-shadow:0 0 0 10px rgba(55,145,208,.12);transform:scale(1.06)}
.diagram-item .label{position:absolute;min-width:max-content;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:16px;line-height:1.1;font-weight:500;color:#111;background:rgba(255,255,255,.92);padding:8px 12px;border:1px solid #d7d7d7;transition:color .2s ease,border-color .2s ease, background-color .2s ease}
.diagram-item:hover .label{color:var(--blue);border-color:#a9cee8;background:#fff}
.diagram-list{display:grid;gap:16px}
.diagram-list .list-item{padding:18px;border:1px solid #e4e4e4;background:#fff}
.diagram-list h4{font-family:"IBM Plex Sans",Arial,sans-serif;margin:0 0 8px;font-size:22px;font-weight:500}
.diagram-list p{margin:0;color:#666;font-size:14px;line-height:1.55}
.diagram-mobile{display:none}
.category-page{padding:100px 0}
.category-intro{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;margin-bottom:54px}
.category-intro .visual{background:#f6f6f4;border:1px solid #e4e4e4;padding:24px}
.category-intro .visual img{width:100%;height:auto;display:block}
.category-intro .content h2{margin-top:8px}
.category-intro .content p{font-size:15px;color:#666;line-height:1.65}
.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.product-spec-card{border:1px solid #dfdfdf;padding:0;min-height:0;overflow:hidden;background:#fff}
.product-media{aspect-ratio:1.3;background:#efefef}
.product-media img{width:100%;height:100%;object-fit:cover;display:block}
.product-content{padding:26px 26px 30px}
.product-spec-card .category{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.product-spec-card h3{font-size:30px;font-weight:500;margin:12px 0 18px}
.specs{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}
.spec{border-top:1px solid #e3e3e3;padding-top:12px}
.spec span{display:block;font-size:10px;letter-spacing:.08em;color:#777;text-transform:uppercase;margin-bottom:6px}
.spec strong{display:block;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:500}
.product-insights{background:#fff;padding:110px 0}
.product-cta{background:var(--blue);color:#fff;padding:78px 0}
.product-cta h2{color:#fff}
.product-cta p{font-size:17px;margin:10px 0 24px}
.product-cta .outline-cta{font-family:"IBM Plex Sans",Arial,sans-serif;font-size:14px}
.family-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.secondary-pill{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #d7d7d7;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:13px;font-weight:600}
.secondary-pill:hover{border-color:var(--blue);color:var(--blue)}
@media(max-width:900px){
  .page-hero h1{font-size:58px}
  .gateway-grid,.family-preview-grid,.category-intro,.product-list{grid-template-columns:1fr}
  .gateway-card h3{font-size:28px}
}
@media(max-width:620px){
  .page-hero{padding:84px 0 56px}
  .page-hero h1{font-size:46px}
  .product-gateway,.family-preview,.category-page,.product-insights{padding:64px 0}
  .diagram-panel{display:none}
  .diagram-mobile{display:block;background:#f6f6f4;border:1px solid #e3e3e3;padding:18px}
  .diagram-mobile img{width:100%;height:auto;display:block}
  .specs{grid-template-columns:1fr}
}

/* V6 COMPLETE SITE */
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(17,17,17,.92),rgba(17,17,17,.68) 50%,rgba(17,17,17,.15)),var(--hero-image) center/cover no-repeat}
.hero .container{position:relative;z-index:1}
.nav-links a{transition:color .2s ease}.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.section-image-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:40px;background:#333}
.section-image-strip img{width:100%;height:170px;object-fit:cover;opacity:.75}

/* visual product gateway */
.visual-family{padding:100px 0;border-bottom:1px solid #e8e8e8}.visual-family.alt{background:#f7f7f5}
.visual-family-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.visual-family-head p{max-width:520px;color:#666;font-size:15px;line-height:1.6;margin:0}
.hotspot-canvas{position:relative;background:#f1f1ef;border:1px solid #e0e0df;overflow:hidden}
.hotspot-canvas img{width:100%;height:auto;display:block;object-fit:contain;max-height:680px}
.hotspot{position:absolute;transform:translate(-50%,-50%);z-index:3}
.hotspot>a{display:flex;align-items:center;gap:10px;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:15px;font-weight:600}
.hotspot .dot{width:30px;height:30px;border-radius:50%;background:rgba(55,145,208,.18);border:2px solid var(--blue);display:grid;place-items:center;transition:.2s}
.hotspot .dot:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue)}
.hotspot .tag{background:rgba(255,255,255,.96);border:1px solid #d7d7d7;padding:9px 12px;white-space:nowrap;transition:.2s}
.hotspot:hover .dot{background:rgba(55,145,208,.32);transform:scale(1.08);box-shadow:0 0 0 10px rgba(55,145,208,.11)}
.hotspot:hover .tag{color:var(--blue);border-color:#a7cde8}
.mobile-part-list{display:none}
.family-jump{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.family-jump a{font-family:"IBM Plex Sans";font-size:13px;font-weight:600;border:1px solid #d8d8d8;padding:10px 14px}
.family-jump a:hover{border-color:var(--blue);color:var(--blue)}

/* generic inner pages */
.page-section{padding:110px 0}.page-section.alt{background:#f7f7f5}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split.reverse .media{order:2}
.split .media img{width:100%;height:100%;min-height:420px;object-fit:cover}.split .copy p{color:#666;font-size:16px;line-height:1.7}
.kicker{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.value-card{border-top:2px solid var(--blue);padding:24px 0}.value-card h3{font-size:25px;font-weight:500;margin-bottom:10px}.value-card p{color:#666;font-size:14px;line-height:1.55}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#ddd}
.process-card{background:#fff}.process-card img{width:100%;aspect-ratio:1.2;object-fit:cover}.process-card .body{padding:22px}.process-card .step{font-size:11px;color:var(--blue)}.process-card h3{font-size:24px;margin:8px 0 10px;font-weight:500}.process-card p{font-size:13px;color:#666;line-height:1.5}
.application-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}.application-grid .hero-app img{width:100%;height:100%;min-height:560px;object-fit:cover}
.application-list article{border-bottom:1px solid #ddd;padding:20px 0}.application-list h3{font-size:28px;font-weight:500;margin-bottom:8px}.application-list p{font-size:14px;line-height:1.55;color:#666}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-panel{background:#f7f7f5;padding:40px}
.contact-panel label{display:block;font-size:12px;font-weight:700;margin:18px 0 8px}.contact-panel input,.contact-panel textarea,.contact-panel select{width:100%;border:1px solid #d7d7d7;padding:14px;font:14px Roboto,Arial,sans-serif}.contact-panel textarea{min-height:140px}
.contact-details{display:grid;gap:28px}.contact-details h3{font-size:24px;font-weight:500}.contact-details p,.contact-details a{font-size:15px;line-height:1.7;color:#555}
.contact-email-list{display:flex;flex-direction:column;align-items:flex-start}
.contact-email-list h3{align-self:stretch}
.contact-email-list a{display:block!important;width:fit-content;max-width:100%;white-space:nowrap}

/* insights */
.insight-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.insight-card{border-bottom:1px solid #ddd;padding-bottom:26px}.insight-card img{width:100%;aspect-ratio:1.65;object-fit:cover}.insight-card h3{font-size:29px;font-weight:500;margin:8px 0 10px}.insight-card p{font-size:14px;line-height:1.6;color:#666}
.article-hero{padding:100px 0 50px}.article-hero h1{font-size:66px;line-height:1.03;max-width:950px}.article-deck{font-size:19px;line-height:1.55;color:#555;max-width:760px;margin-top:24px}.article-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:#777;margin-top:22px}.article-cover{width:100%;max-height:620px;object-fit:cover;margin-top:48px}
.article-body{max-width:820px;margin:auto;padding:80px 0 110px}.article-body h2{font-size:40px;line-height:1.1;margin:60px 0 20px}.article-body h3{font-size:27px;margin:38px 0 14px;font-weight:500}.article-body p,.article-body li{font-size:17px;line-height:1.75;color:#444}.article-callout{border-left:4px solid var(--blue);background:#f5f8fa;padding:24px 26px;margin:34px 0;color:#333;font-size:16px;line-height:1.75}
.related-products{padding:90px 0;background:#f7f7f5}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-grid a{border:1px solid #ddd;padding:24px;font-family:"IBM Plex Sans";font-size:20px;font-weight:500}.related-grid a:hover{border-color:var(--blue);color:var(--blue)}

/* product details */
.detail-hero{padding:100px 0 80px;background:#faf9f7}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-visual{background:#efefed;padding:24px}.detail-visual img{width:100%;max-height:620px;object-fit:contain}.detail-copy h1{font-size:64px;line-height:1}.detail-copy .category-line{color:var(--blue);font-size:12px;letter-spacing:.12em;font-weight:700;margin-bottom:16px}.detail-copy p{color:#666;font-size:16px;line-height:1.65}
.detail-specs{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.detail-spec{border-top:1px solid #d9d9d9;padding-top:12px}.detail-spec span{display:block;font-size:10px;color:#777;text-transform:uppercase}.detail-spec strong{font-family:"IBM Plex Sans";font-size:15px;font-weight:500}
.category-page{padding:100px 0}.category-intro{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;margin-bottom:54px}.category-intro .visual{background:#f6f6f4;border:1px solid #e4e4e4;padding:24px}.category-intro .visual img{width:100%;display:block}.category-intro .content p{font-size:15px;color:#666;line-height:1.65}
.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.product-spec-card{border:1px solid #dfdfdf;padding:0;min-height:0;overflow:hidden;background:#fff}.product-media{aspect-ratio:1.3;background:#efefef}.product-media img{width:100%;height:100%;object-fit:cover}.product-content{padding:26px 26px 30px}.product-spec-card h3{font-size:30px;font-weight:500;margin:12px 0 18px}
@media(max-width:900px){.split,.application-grid,.contact-layout,.detail-grid,.category-intro,.product-list{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.insight-index-grid{grid-template-columns:1fr}.article-hero h1{font-size:52px}}
@media(max-width:620px){.visual-family,.page-section{padding:64px 0}.hotspot{display:none}.mobile-part-list{display:grid;margin-top:16px}.mobile-part-list a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #ddd;font-family:"IBM Plex Sans";font-size:16px;font-weight:500}.value-grid,.process-grid{grid-template-columns:1fr}.article-hero h1{font-size:42px}.article-body{margin-inline:20px;padding:56px 0 80px}.article-body h2{font-size:32px}.detail-copy h1{font-size:44px}.detail-specs{grid-template-columns:1fr}}

/* V6.1 Homepage refinements */
.product-card{position:relative}
.product-card-link{
  position:relative;
  display:block !important;
  min-height:72px;
  padding-right:34px;
}
.product-card-link h3{
  transition:color .2s ease;
}
.product-card-link > span{
  position:absolute;
  right:0;
  bottom:3px;
  color:var(--black);
  transition:color .2s ease, transform .2s ease;
}
.product-card-link:hover h3,
.product-card-link:hover > span{
  color:var(--blue);
}
.product-card-link:hover > span{
  transform:translateX(4px);
}

.featured-app .app-title-medium{
  font-weight:500;
}

.insight-content-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.insight-content-link h3,
.insight-content-link .insight-arrow{
  transition:color .2s ease;
}
.insight-content-link .insight-arrow{
  display:inline-block;
  margin-top:10px;
  font-size:11px;
  color:var(--black);
}
.insight-content-link:hover h3,
.insight-content-link:hover .insight-arrow{
  color:var(--blue);
}

/* V6.2 — child-page hero, breadcrumbs and product family switcher */
.page-hero{
  background:#fff;
  padding:38px 0 74px;
  border-bottom:0;
}
.page-hero .container{
  max-width:1280px;
}
.page-hero .breadcrumb,
.detail-copy .breadcrumb,
.article-hero .breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 42px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.35;
  font-weight:500;
  color:#5f5f5f;
}
.page-hero .breadcrumb a,
.detail-copy .breadcrumb a,
.article-hero .breadcrumb a{
  color:#111;
  text-decoration:none;
  transition:color .2s ease;
}
.page-hero .breadcrumb a:hover,
.detail-copy .breadcrumb a:hover,
.article-hero .breadcrumb a:hover{
  color:var(--blue);
}
.page-hero .breadcrumb .crumb-sep,
.detail-copy .breadcrumb .crumb-sep,
.article-hero .breadcrumb .crumb-sep{
  color:#999;
}
.page-hero h1{
  margin:0;
  max-width:980px;
}
.page-hero .lead{
  margin-top:24px;
}
.page-hero > .container > .eyebrow{
  display:none !important;
}

/* Product main category bar */
.product-family-bar{
  background:#fff;
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #e3e3e3;
}
.product-family-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.product-family-tab{
  appearance:none;
  border:0;
  border-right:1px solid #e3e3e3;
  background:#fff;
  padding:22px 20px 20px;
  text-align:left;
  cursor:pointer;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
  color:#111;
  position:relative;
  transition:color .2s ease,background .2s ease;
}
.product-family-tab:first-child{border-left:1px solid #e3e3e3}
.product-family-tab::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:-1px;
  height:3px;
  background:transparent;
  transition:background .2s ease;
}
.product-family-tab:hover,
.product-family-tab.is-active{
  color:var(--blue);
  background:#fbfdff;
}
.product-family-tab:hover::after,
.product-family-tab.is-active::after{
  background:var(--blue);
}

.product-family-display{
  padding:62px 0 96px;
}
.family-display-panel{display:none}
.family-display-panel.is-active{display:block}
.family-display-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:30px;
}
.family-display-title p{
  max-width:520px;
  color:#666;
  margin:0;
  font-size:15px;
  line-height:1.6;
}
.distribution-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:56px;
}
.distribution-block{
  position:relative;
  min-height:420px;
}
.distribution-block + .distribution-block{
  border-top:1px solid #e3e3e3;
  padding-top:52px;
}
.distribution-block h3{
  position:absolute;
  left:0;
  top:0;
  z-index:5;
  font-size:18px;
  font-weight:500;
}
.distribution-img-wrap{
  position:relative;
  max-width:1120px;
  margin:0 auto;
}
.distribution-img-wrap img{
  width:100%;
  max-height:650px;
  display:block;
  object-fit:contain;
  background:transparent !important;
}
.distribution-img-wrap .hotspot-canvas{
  background:transparent;
  border:0;
}
.distribution-img-wrap .hotspot-canvas img{
  background:transparent;
}
.family-display-panel .mobile-part-list{
  margin-top:14px;
}

/* Product detail hero adjustments */
.detail-hero{
  padding:38px 0 78px;
  background:#faf9f7;
}
.detail-copy .breadcrumb{
  margin-bottom:38px;
}
.detail-copy .family-jump{
  display:none !important;
}
.detail-copy .product-description{
  margin-top:22px;
  color:#555;
  font-size:16px;
  line-height:1.68;
}
.detail-copy .product-description p{
  margin:0 0 16px;
}

/* Remove borders around transparent assembly imagery */
.products-visual-page .hotspot-canvas,
.distribution-img-wrap .hotspot-canvas{
  border:0 !important;
  background:transparent !important;
}

/* Mobile */
@media(max-width:620px){
  .page-hero{
    padding:24px 0 52px;
  }
  .page-hero .breadcrumb,
  .detail-copy .breadcrumb,
  .article-hero .breadcrumb{
    font-size:14px;
    margin-bottom:28px;
    flex-wrap:wrap;
  }
  .product-family-tabs{
    grid-template-columns:1fr;
  }
  .product-family-tab{
    border-left:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
  }
  .product-family-display{
    padding:42px 0 64px;
  }
  .family-display-title{
    display:block;
  }
  .family-display-title p{
    margin-top:16px;
  }
  .distribution-block{
    min-height:0;
  }
  .distribution-block h3{
    position:static;
    margin-bottom:16px;
  }
  .distribution-img-wrap .hotspot{
    display:none;
  }
  .distribution-img-wrap .mobile-part-list{
    display:grid;
  }
}

/* V6.3 product detail navigation + related content */
.product-back-row{
  padding:28px 0 0;
  background:#fff;
}
.back-products-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #cfcfcf;
  padding:12px 16px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.back-products-btn:hover{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}

.related-product-section{
  padding:96px 0;
  background:#fff;
}
.related-product-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:38px;
}
.related-product-head p:last-child{
  max-width:420px;
  color:#666;
  font-size:15px;
  line-height:1.55;
  margin:0;
}
.related-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.related-product-card{
  border:1px solid #dedede;
  background:#fff;
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.related-product-card:hover{
  border-color:#a9cee8;
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(17,17,17,.07);
}
.related-product-image{
  aspect-ratio:1.3;
  background:#f2f2f0;
  overflow:hidden;
}
.related-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .25s ease;
}
.related-product-card:hover .related-product-image img{
  transform:scale(1.03);
}
.related-product-copy{
  padding:22px;
}
.related-product-copy span{
  display:block;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:24px;
  font-weight:500;
  margin-bottom:16px;
}
.related-product-copy strong{
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:13px;
  font-weight:600;
  color:var(--blue);
}

.dark-related-insights{
  background:#171717;
  color:#fff;
  padding:96px 0;
}
.dark-related-head{
  margin-bottom:38px;
}
.dark-related-head h2{
  color:#fff;
}
.dark-insight-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.dark-insight-card{
  display:block;
  border:1px solid #343434;
  background:#202020;
  color:#fff;
  transition:border-color .2s ease,transform .2s ease,background .2s ease;
}
.dark-insight-card:hover{
  border-color:var(--blue);
  background:#242424;
  transform:translateY(-3px);
}
.dark-insight-image{
  aspect-ratio:1.55;
  overflow:hidden;
  background:#111;
}
.dark-insight-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
  transition:transform .25s ease,opacity .25s ease;
}
.dark-insight-card:hover .dark-insight-image img{
  transform:scale(1.03);
  opacity:1;
}
.dark-insight-copy{
  padding:22px;
}
.dark-insight-cat{
  display:block;
  color:#8fc9ef;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  margin-bottom:10px;
}
.dark-insight-copy h3{
  color:#fff;
  font-size:24px;
  line-height:1.2;
  font-weight:500;
  margin:0 0 18px;
}
.dark-insight-copy strong{
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:13px;
  font-weight:600;
  color:#fff;
}

@media(max-width:900px){
  .related-product-grid,
  .dark-insight-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .related-product-head{
    display:block;
  }
  .related-product-head p:last-child{
    margin-top:14px;
  }
  .related-product-grid,
  .dark-insight-grid{
    grid-template-columns:1fr;
  }
}

/* V6.4 refinements */
.detail-copy{
  position:relative;
  padding-bottom:64px;
}
.detail-back-action{
  position:absolute;
  right:0;
  bottom:0;
}
.detail-back-action .back-products-btn{
  background:transparent;
}

/* Secondary related-products treatment */
.related-product-section.secondary{
  padding:70px 0;
  background:#fafafa;
}
.related-product-section.secondary .related-product-head{
  margin-bottom:26px;
}
.related-product-section.secondary .related-product-head h2{
  font-size:38px;
  line-height:1.08;
}
.related-product-card.compact .related-product-image{
  aspect-ratio:1.55;
}
.related-product-card.compact .related-product-copy{
  padding:17px 18px 19px;
}
.related-product-card.compact .related-product-copy span{
  font-size:19px;
  margin-bottom:11px;
}
.related-product-card.compact .related-product-copy strong{
  font-size:12px;
}

/* Light related insights */
.light-related-insights{
  background:#f4f4f2;
  color:#111;
  padding:90px 0;
}
.light-related-head{
  margin-bottom:34px;
}
.light-related-head h2{
  font-size:44px;
}
.light-insight-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.light-insight-card{
  display:block;
  background:#fff;
  border:1px solid #dedede;
  color:#111;
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.light-insight-card:hover{
  border-color:#a9cee8;
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(17,17,17,.06);
}
.light-insight-image{
  aspect-ratio:1.55;
  background:#ececea;
  overflow:hidden;
}
.light-insight-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.light-insight-card:hover .light-insight-image img{
  transform:scale(1.03);
}
.light-insight-copy{
  padding:20px;
}
.light-insight-cat{
  display:block;
  color:var(--blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  margin-bottom:9px;
}
.light-insight-copy h3{
  font-size:22px;
  line-height:1.22;
  font-weight:500;
  margin:0 0 16px;
}
.light-insight-copy strong{
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:12px;
  color:var(--blue);
}

@media(max-width:900px){
  .light-insight-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .detail-copy{padding-bottom:74px}
  .detail-back-action{left:0;right:auto}
  .related-product-section.secondary .related-product-head h2{font-size:32px}
  .light-insight-grid{grid-template-columns:1fr}
}

/* V6.5 refinements */
.detail-back-action .back-products-btn:hover{
  background:transparent !important;
  border-color:var(--blue) !important;
  color:var(--blue) !important;
}

/* Relax H1 leading globally */
h1,
.page-hero h1,
.article-hero h1,
.detail-copy h1{
  line-height:1.08 !important;
}

/* Capabilities process grid: 3 + 2 layout */
.capabilities-process-intro{
  margin-bottom:64px;
}
.capabilities-process-intro h2{
  margin-bottom:0;
}
.capabilities-process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.capability-process-link{
  display:block;
  background:#fff;
  border:1px solid #dedede;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.capability-process-link:hover{
  transform:translateY(-3px);
  border-color:#a9cee8;
  box-shadow:0 14px 30px rgba(17,17,17,.06);
}
.capability-process-link img{
  width:100%;
  aspect-ratio:1.35;
  object-fit:cover;
  display:block;
}
.capability-process-link .body{
  padding:24px;
}
.capability-process-link .step{
  color:var(--blue);
  font-size:11px;
  letter-spacing:.1em;
  font-weight:700;
}
.capability-process-link h3{
  font-size:26px;
  line-height:1.15;
  font-weight:500;
  margin:10px 0 10px;
  transition:color .2s ease;
}
.capability-process-link p{
  margin:0;
  color:#666;
  font-size:14px;
  line-height:1.55;
}
.capability-process-link:hover h3{
  color:var(--blue);
}

/* Homepage manufacturing links */
.cap-grid article{
  position:relative;
}
.cap-grid article > a.process-card-link{
  position:absolute;
  inset:0;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  margin:0;
  z-index:2;
}
.cap-grid article > a.process-card-link::after{
  content:"";
}
.cap-grid article:hover h3{
  color:var(--blue);
}
.cap-grid article h3{
  transition:color .2s ease;
}

/* Manufacturing detail pages */
.process-detail-hero{
  padding:38px 0 80px;
  background:#fff;
}
.process-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
.process-detail-media{
  background:#f3f3f1;
  overflow:hidden;
}
.process-detail-media img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}
.process-detail-copy .breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:40px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:15px;
  font-weight:500;
  color:#5f5f5f;
}
.process-detail-copy .breadcrumb a{
  color:#111;
  transition:color .2s ease;
}
.process-detail-copy .breadcrumb a:hover{
  color:var(--blue);
}
.process-detail-copy .breadcrumb .crumb-sep{
  color:#999;
}
.process-detail-copy .process-label{
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  margin-bottom:16px;
}
.process-detail-copy h1{
  font-size:62px;
  line-height:1.08;
  margin-bottom:26px;
}
.process-detail-copy .lead-copy{
  font-size:17px;
  line-height:1.72;
  color:#555;
}
.process-data{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px 24px;
  margin-top:34px;
}
.process-data-item{
  border-top:1px solid #d8d8d8;
  padding-top:12px;
}
.process-data-item span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:10px;
  color:#777;
  margin-bottom:6px;
}
.process-data-item strong{
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
}
.process-next{
  padding:88px 0;
  background:#f6f6f4;
}
.process-next-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.process-next a{
  border:1px solid #ddd;
  background:#fff;
  padding:22px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:19px;
  font-weight:500;
  transition:border-color .2s ease,color .2s ease;
}
.process-next a:hover{
  border-color:var(--blue);
  color:var(--blue);
}

@media(max-width:900px){
  .capabilities-process-grid{grid-template-columns:repeat(2,1fr)}
  .process-detail-grid{grid-template-columns:1fr}
  .process-next-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .capabilities-process-grid{grid-template-columns:1fr}
  .process-detail-copy h1{font-size:44px}
  .process-detail-media img{min-height:320px}
  .process-data{grid-template-columns:1fr}
  .process-next-grid{grid-template-columns:1fr}
}

/* V6.6 refinements */

/* Navigation */
.nav-links{
  font-size:16px !important;
}

/* Capabilities cards */
.capabilities-process-grid{
  margin-top:34px;
}
.capability-process-link .body{
  position:relative;
  min-height:150px;
  padding-bottom:54px;
}
.capability-process-link .step{
  display:none !important;
}
.process-more-arrow{
  position:absolute;
  left:24px;
  bottom:22px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:22px;
  line-height:1;
  color:#111;
  font-weight:400;
  transition:color .2s ease,transform .2s ease;
  pointer-events:none;
}
.capability-process-link:hover .process-more-arrow{
  color:var(--blue);
  transform:translateX(4px);
}

/* V6.7 Capabilities and manufacturing-process refinements */
.capability-process-link{
  overflow:hidden;
}
.capability-process-link .body{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  min-height:132px;
  padding:22px 22px 20px;
  border-top:1px solid #dedede;
}
.capability-process-link h3{
  margin:0 0 8px;
}
.capability-process-link .process-more-arrow{
  position:static;
  flex:0 0 auto;
  margin-bottom:2px;
}

.process-detail-stack > .breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:32px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:15px;
  font-weight:500;
  color:#5f5f5f;
}
.process-detail-stack > .breadcrumb a{
  color:#111;
  transition:color .2s ease;
}
.process-detail-stack > .breadcrumb a:hover{
  color:var(--blue);
}
.process-detail-stack > .breadcrumb .crumb-sep{
  color:#999;
}
.process-detail-stack .process-detail-media{
  width:100%;
  aspect-ratio:2.15;
  margin-bottom:56px;
}
.process-detail-stack .process-detail-media img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}
.process-detail-stack .process-detail-copy{
  width:min(100%,920px);
  margin:0 auto;
}
.process-detail-stack .process-detail-copy h1{
  margin-bottom:28px;
}
.process-detail-stack .process-data{
  margin-top:42px;
}
.process-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:64px;
}
.process-gallery.single{
  grid-template-columns:minmax(0,720px);
  justify-content:center;
}
.process-gallery figure{
  margin:0;
  overflow:hidden;
  background:#f3f3f1;
  aspect-ratio:1.55;
}
.process-gallery img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.process-next .related-product-head{
  margin-bottom:34px;
}
.process-next .related-product-head h2{
  font-size:38px;
  line-height:1.08;
}
.process-next-grid{
  gap:20px;
}
.process-next-grid a{
  position:relative;
  display:block;
  min-height:250px;
  padding:0;
  overflow:hidden;
  border:0;
  background:#111;
  color:#fff;
}
.process-next-grid a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(22,100,154,.94) 0%,rgba(55,145,208,.58) 34%,rgba(17,17,17,.08) 72%,rgba(17,17,17,0) 100%);
  transition:opacity .25s ease;
}
.process-next-grid img{
  width:100%;
  height:100%;
  min-height:250px;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}
.process-next-grid span{
  position:absolute;
  z-index:1;
  left:20px;
  right:20px;
  bottom:20px;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:21px;
  line-height:1.18;
  font-weight:500;
  color:#fff;
}
.process-next-grid a:hover{
  color:#fff;
}
.process-next-grid a:hover::after{
  opacity:.86;
}
.process-next-grid a:hover img{
  transform:scale(1.035);
}

@media(max-width:900px){
  .process-detail-stack .process-detail-media{aspect-ratio:1.65}
  .process-detail-stack .process-detail-copy{width:100%}
  .process-next-grid a,.process-next-grid img{min-height:280px}
}
@media(max-width:620px){
  .capability-process-link .body{min-height:116px;padding:20px}
  .process-detail-hero{padding:24px 0 64px}
  .process-detail-stack > .breadcrumb{font-size:14px;margin-bottom:28px}
  .process-detail-stack .process-detail-media{aspect-ratio:1.22;margin-bottom:40px}
  .process-detail-stack .process-detail-copy h1{font-size:44px}
  .process-detail-stack .process-data{margin-top:34px}
  .process-gallery{grid-template-columns:1fr;margin-top:44px}
  .process-gallery figure{aspect-ratio:1.35}
  .process-next{padding:64px 0}
  .process-next .related-product-head{margin-bottom:28px}
  .process-next .related-product-head h2{font-size:32px}
  .process-next-grid a,.process-next-grid img{min-height:230px}
}

/* Product-detail related Insight cards: borderless, lighter */
.light-insight-card{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* V6.8 spacing, process imagery and related-process refinements */
.compact-page-flow .page-hero{
  padding-bottom:48px;
}
.compact-page-flow .page-section{
  padding-top:64px;
}
.compact-page-flow .capabilities-process-grid{
  margin-top:0;
}

@media(min-width:1024px){
  .process-detail-stack .process-detail-media{
    width:920px;
    height:600px;
    aspect-ratio:auto;
    margin-left:auto;
    margin-right:auto;
  }
}

.process-next-grid a,
.process-next-grid img{
  height:250px;
  min-height:0;
}
.process-next-grid a::after{
  background:linear-gradient(to top,rgba(17,17,17,.98) 0%,rgba(17,17,17,.78) 34%,rgba(17,17,17,.28) 68%,rgba(17,17,17,0) 100%);
}
.process-next-grid a:hover::after{
  opacity:.94;
}

@media(max-width:900px){
  .process-next-grid a,
  .process-next-grid img{
    height:280px;
    min-height:0;
  }
}
@media(max-width:620px){
  .compact-page-flow .page-hero{
    padding-bottom:36px;
  }
  .compact-page-flow .page-section{
    padding-top:40px;
  }
  .process-next-grid a,
  .process-next-grid img{
    height:230px;
    min-height:0;
  }
}

/* V6.9 Applications switcher */
.application-switcher{
  grid-template-columns:750px minmax(0,1fr);
  align-items:stretch;
  gap:48px;
}
.application-visual{
  width:750px;
  height:750px;
  margin:0;
  overflow:hidden;
  background:#ececea;
}
.application-visual img{
  width:100%;
  height:100%;
  min-height:0 !important;
  display:block;
  object-fit:cover;
  opacity:1;
  transition:opacity .18s ease;
}
.application-visual img.is-switching{
  opacity:.35;
}
.application-switcher .application-list{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.application-option{
  width:100%;
  display:block;
  padding:22px 0;
  border:0;
  border-bottom:1px solid #d7d7d7;
  background:transparent;
  color:#111;
  text-align:left;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease;
}
.application-option span{
  display:block;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:31px;
  line-height:1.12;
  font-weight:500;
}
.application-option small{
  display:block;
  max-width:390px;
  margin-top:8px;
  font:400 14px/1.55 Roboto,Arial,sans-serif;
  color:#666;
}
.application-option:hover,
.application-option:focus-visible,
.application-option.is-active{
  color:var(--blue);
  border-bottom-color:var(--blue);
  outline:0;
}

/* V6.9 About vision, mission and visual core values */
.about-direction{
  background:#111;
  color:#fff;
}
.direction-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
}
.direction-grid article{
  padding-top:20px;
  border-top:2px solid var(--blue);
}
.direction-grid h2{
  margin-bottom:24px;
  color:#fff;
  font-size:48px;
}
.direction-grid p:last-child{
  max-width:540px;
  color:#c7c7c7;
  font-size:17px;
  line-height:1.7;
}
.value-grid-visual{
  gap:22px;
}
.value-grid-visual .value-card{
  overflow:hidden;
  padding:0;
  border-top:0;
  background:#fff;
}
.value-grid-visual .value-card img{
  width:100%;
  aspect-ratio:1.15;
  display:block;
  object-fit:cover;
}
.value-grid-visual .value-card-image{
  overflow:hidden;
}
.value-grid-visual .value-card-image img{
  transition:transform .35s ease;
  transform-origin:center;
}
@media(hover:hover){
  .value-grid-visual .value-card:hover .value-card-image img{
    transform:scale(1.04);
  }
}

/* V6.17 catalogue downloads */
.catalogue-hero .lead{
  max-width:720px;
}
.catalogue-section{
  padding:44px 0 110px;
  background:#f4f4f2;
}
.catalogue-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.catalogue-card{
  display:grid;
  grid-template-columns:minmax(180px,38%) 1fr;
  min-height:480px;
  background:#fff;
  border:1px solid #dedede;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.catalogue-cover{
  display:grid;
  place-items:center;
  padding:28px 22px;
  background:#e9e9e6;
  overflow:hidden;
}
.catalogue-cover img{
  width:100%;
  max-height:390px;
  object-fit:contain;
  box-shadow:0 16px 28px rgba(17,17,17,.16);
  transition:transform .3s ease;
}
.catalogue-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:34px 30px;
}
.catalogue-copy h2{
  margin:9px 0 16px;
  font-size:29px;
  line-height:1.12;
}
.catalogue-copy>p:not(.meta){
  margin:0 0 24px;
  color:#606060;
  font-size:15px;
  line-height:1.65;
}
.catalogue-meta{
  margin-top:auto;
  margin-bottom:22px;
  color:#666;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  letter-spacing:.04em;
}
.catalogue-download{
  display:inline-flex;
  justify-content:center;
}
@media(hover:hover){
  .catalogue-card:hover{
    transform:translateY(-4px);
    border-color:#a9cee8;
    box-shadow:0 18px 34px rgba(17,17,17,.08);
  }
  .catalogue-card:hover .catalogue-cover img{
    transform:scale(1.025);
  }
}
@media(max-width:1050px){
  .catalogue-card{
    grid-template-columns:1fr;
  }
  .catalogue-cover img{
    width:min(58%,260px);
  }
}
@media(max-width:720px){
  .catalogue-section{
    padding:28px 0 72px;
  }
  .catalogue-grid{
    grid-template-columns:1fr;
  }
  .catalogue-card{
    min-height:0;
  }
  .catalogue-cover{
    padding:28px;
  }
  .catalogue-cover img{
    width:min(70%,250px);
  }
  .catalogue-copy{
    padding:28px 24px 30px;
  }
  .catalogue-copy h2{
    font-size:25px;
  }
  .catalogue-meta{
    margin-top:4px;
  }
  .catalogue-download{
    width:100%;
  }
}
@media(prefers-reduced-motion:reduce){
  .value-grid-visual .value-card-image img{
    transition:none;
  }
}
.value-grid-visual .value-card-copy{
  padding:22px 4px 0;
  border-top:2px solid var(--blue);
}

@media(max-width:1200px){
  .application-switcher{
    grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  }
  .application-visual{
    width:100%;
    height:auto;
    aspect-ratio:1;
  }
}
@media(max-width:900px){
  .application-switcher{
    grid-template-columns:1fr;
    gap:34px;
  }
  .application-visual{
    width:min(100%,750px);
    justify-self:center;
  }
  .application-switcher .application-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 24px;
  }
  .direction-grid{
    grid-template-columns:1fr;
    gap:52px;
  }
}
@media(max-width:620px){
  .application-switcher .application-list{
    grid-template-columns:1fr;
  }
  .application-option{
    padding:18px 0;
  }
  .application-option span{
    font-size:26px;
  }
  .direction-grid h2{
    font-size:36px;
  }
  .value-grid-visual .value-card-copy{
    padding-top:18px;
  }
}
.light-insight-card:hover{
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
}
.light-insight-image{
  background:#ececea;
}
.light-insight-copy{
  padding:18px 0 0;
}
.light-insight-copy strong{
  display:block;
  text-align:right;
  font-weight:400 !important;
  color:var(--blue);
  text-decoration:none;
  transition:text-decoration-color .2s ease;
}
.light-insight-card:hover .light-insight-copy strong{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* V6.10 accessible section dropdown navigation */
.nav-links{
  align-self:stretch;
  align-items:center;
}
.nav-item{
  position:relative;
  height:100%;
  display:flex;
  align-items:center;
  gap:5px;
}
.submenu-toggle{
  width:24px;
  height:32px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  background:transparent;
  color:#555;
  font:600 16px/1 "IBM Plex Sans",Arial,sans-serif;
  cursor:pointer;
}
.submenu-toggle span{
  display:block;
  width:7px;
  height:7px;
  margin-top:-4px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  transition:transform .2s ease;
}
.nav-item.is-open .submenu-toggle span,
.nav-item:focus-within .submenu-toggle span{
  margin-top:4px;
  transform:rotate(225deg);
}
.nav-submenu{
  position:absolute;
  z-index:30;
  top:100%;
  left:-18px;
  width:300px;
  display:none;
  padding:16px 18px 18px;
  background:#fff;
  border-top:2px solid var(--blue);
  box-shadow:0 18px 32px rgba(17,17,17,.14);
}
.nav-submenu--wide{
  width:720px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:28px;
}
.nav-submenu--grouped{
  align-items:start;
}
.nav-submenu-group{
  min-width:0;
}
.nav-submenu a.nav-submenu-heading{
  min-height:48px;
  padding:10px 0 12px;
  color:#111;
  font-family:"IBM Plex Sans",Arial,sans-serif;
  font-size:14px;
  font-weight:600;
}
.nav-submenu a.nav-submenu-child{
  padding:9px 0;
  border-bottom:0;
  color:#555;
  position:relative;
}
.nav-submenu a.nav-submenu-heading:hover,
.nav-submenu a.nav-submenu-heading:focus-visible,
.nav-submenu a.nav-submenu-child:hover,
.nav-submenu a.nav-submenu-child:focus-visible{
  color:var(--blue);
}
.nav-item:last-child .nav-submenu{
  right:-18px;
  left:auto;
}
.nav-submenu a{
  display:block;
  padding:10px 0;
  border-bottom:1px solid #ececea;
  color:#333;
  font-size:14px;
  line-height:1.3;
}
.nav-submenu a:hover,
.nav-submenu a:focus-visible{
  color:var(--blue);
  outline:0;
}
.nav-item.is-open .nav-submenu,
.nav-item:focus-within .nav-submenu{
  display:block;
}
.nav-item.is-open .nav-submenu--wide,
.nav-item:focus-within .nav-submenu--wide{
  display:grid;
}
.contact-submit{
  margin-top:22px;
  border:0;
  cursor:pointer;
}
.form-status{
  margin:0 0 22px;
  padding:14px 16px;
  border-left:3px solid var(--blue);
  background:#fff;
  font-size:14px;
  line-height:1.55;
}
.form-status a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:2px;
}
.family-display-panel{
  scroll-margin-top:96px;
}
:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:3px;
}

/* V6.11 requested refinements */
.value-grid-visual .value-card-copy{
  padding-right:15px;
  padding-left:15px;
}
.footer-brand{
  align-self:start;
}
.footer-logo-link{
  display:inline-block !important;
  margin:0 0 18px !important;
}
.footer-logo{
  width:min(100%,280px);
  height:auto;
}

@media (hover:hover) and (min-width:621px){
  .nav-item:hover .nav-submenu{display:block}
  .nav-item:hover .nav-submenu--wide{display:grid}
}

@media(max-width:620px){
  .nav-links{
    align-items:stretch;
    gap:0;
    max-height:calc(100vh - 60px);
    overflow-y:auto;
  }
  .nav-links>a,
  .nav-item>a{
    padding:12px 0;
  }
  .nav-item{
    height:auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) 44px;
    gap:0;
    border-bottom:1px solid #ececea;
  }
  .submenu-toggle{
    width:44px;
    height:44px;
  }
  .nav-submenu,
  .nav-submenu--wide{
    position:static;
    grid-column:1/-1;
    width:100%;
    padding:4px 0 12px 16px;
    border-top:1px solid #ececea;
    box-shadow:none;
  }
  .nav-item.is-open .nav-submenu,
  .nav-item.is-open .nav-submenu--wide{
    display:block;
  }
  .nav-item:not(.is-open) .nav-submenu{
    display:none;
  }
  .nav-submenu a{
    padding:10px 0;
    font-size:13px;
  }
  .nav-submenu--grouped{
    padding-left:16px;
  }
  .nav-submenu-group + .nav-submenu-group{
    margin-top:8px;
  }
  .nav-submenu a.nav-submenu-heading{
    min-height:0;
    padding:12px 0 8px;
    font-size:13px;
  }
  .nav-submenu a.nav-submenu-child{
    padding:8px 0;
    font-size:12px;
  }
}

/* V6.13 insight links, enquiry form and confirmation page */
.insight-card-image-link{
  display:block;
  overflow:hidden;
}
.insight-card-image-link img{
  transition:transform .3s ease,opacity .3s ease;
}
.insight-card h3 a{
  color:inherit;
  text-decoration:none;
}
.insight-card-image-link:focus-visible,
.insight-card h3 a:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:4px;
}
@media(hover:hover){
  .insight-card-image-link:hover img{
    opacity:.9;
    transform:scale(1.015);
  }
  .insight-card h3 a:hover{
    color:var(--blue);
  }
}
.form-honeypot{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.contact-panel .form-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:18px 0 0;
  color:#555;
  font-size:13px;
  line-height:1.5;
}
.contact-panel .form-consent input{
  width:auto;
  margin:3px 0 0;
  flex:0 0 auto;
}
.contact-panel .form-consent a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:2px;
}
.enquiry-success{
  min-height:calc(100vh - 160px);
  display:grid;
  align-items:center;
  padding:120px 0;
  background:#f4f4f1;
}
.enquiry-success-card{
  max-width:780px;
  padding:64px;
  background:#fff;
  border-top:4px solid var(--blue);
}
.enquiry-success-card h1{
  margin:10px 0 20px;
}
.enquiry-success-card .lead{
  max-width:640px;
  margin-bottom:32px;
}
.enquiry-success-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.enquiry-success-actions .btn-secondary{
  border:1px solid #111;
  background:transparent;
  color:#111;
}
.enquiry-success-actions .btn-secondary:hover{
  background:#111;
  color:#fff;
}
@media(max-width:620px){
  .products-heading{display:block;margin-bottom:40px}
  .products-heading h2{margin-bottom:28px}
  .products-catalogue-link{display:inline-flex}
  .final-cta p,.product-cta p{margin-top:20px;margin-bottom:40px}
  .enquiry-success{
    padding:72px 0;
  }
  .enquiry-success-card{
    padding:36px 24px;
  }
  .enquiry-success-actions .btn{
    width:100%;
    text-align:center;
  }
}
