/* Shared Primionics Solutions experience system */
.sx-page{--sx-ink:#10243b;--sx-muted:#4f6c89;--sx-line:#cfdae5;--sx-soft:#f3f6f9;--sx-accent:#cc410d;--sx-navy:#10243b;color:var(--sx-ink);background:#fff}
.sx-shell{width:min(1200px,calc(100% - 48px));margin-inline:auto}.sx-page h1,.sx-page h2,.sx-page h3,.sx-page p{margin-top:0}.sx-page h1,.sx-page h2,.sx-page h3{letter-spacing:-.035em}.sx-page p{color:var(--sx-muted)}
.sx-eyebrow{color:var(--sx-accent);font:800 .7rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em;text-transform:uppercase}.sx-breadcrumb{padding:1rem 0;color:#5a6d80;font-size:.8rem}.sx-breadcrumb a{text-decoration:underline;text-underline-offset:.2em}.sx-breadcrumb span{padding-inline:.45rem;color:#9aabbb}
.sx-hero{border-block:1px solid #e0e7ed;background:linear-gradient(110deg,#f4f7fa,#fff 62%)}.sx-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);min-height:500px}.sx-hero-copy{align-self:center;padding:4.5rem 4rem 4.5rem 0}.sx-hero h1{max-width:780px;margin:.8rem 0 1.25rem;font-size:clamp(2.7rem,4.6vw,4.4rem);line-height:.98}.sx-lead{max-width:760px;font-size:1.08rem;line-height:1.68}.sx-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.sx-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.1rem;border:1px solid transparent;border-radius:8px;font-size:.84rem;font-weight:800}.sx-btn--primary{color:#fff;background:var(--sx-accent)}.sx-btn--secondary{border-color:#bac9d7;background:#fff;color:var(--sx-ink)}.sx-btn:hover{transform:translateY(-1px)}
.sx-hero-visual{display:grid;align-content:center;min-height:500px;padding:2rem;background:#e8eef4}.sx-hero-visual img{width:100%;height:360px;object-fit:cover;border-radius:12px}.sx-hero-visual--diagram{background:var(--sx-navy)}
.sx-local{position:sticky;top:69px;z-index:8;border-bottom:1px solid var(--sx-line);background:rgba(255,255,255,.96);backdrop-filter:blur(9px)}.sx-local .sx-shell{display:flex;overflow-x:auto;scrollbar-width:none}.sx-local a{flex:0 0 auto;padding:.9rem 1rem;border-bottom:2px solid transparent;color:#526d87;font-size:.8rem;font-weight:750}.sx-local a:first-child{padding-left:0}.sx-local a:hover,.sx-local a:focus-visible{border-color:var(--sx-accent);color:var(--sx-accent)}
.sx-section{padding:clamp(2.35rem,3vw,3.25rem) 0}.sx-section--compact{padding-block:clamp(2.1rem,2.7vw,2.8rem)}.sx-section--soft{background:var(--sx-soft)}.sx-section--navy{background:var(--sx-navy);color:#fff}.sx-section--navy h2,.sx-section--navy h3,.sx-section--navy strong{color:#fff}.sx-section--navy p,.sx-section--navy span{color:rgba(255,255,255,.84)}.sx-section--navy .sx-eyebrow{color:#ff8b5d}.sx-page .sx-section--navy .sx-heading h2{color:#f7fbff!important}.sx-page .sx-section--navy .sx-heading p{color:rgba(247,251,255,.86)!important}.sx-heading{max-width:820px;margin-bottom:1.65rem}.sx-heading h2{margin:.55rem 0 .7rem;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.04}.sx-heading p{max-width:760px;margin-bottom:0;font-size:1rem;line-height:1.62}
.sx-family{display:grid;grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);gap:3rem;padding:4.5rem 0;border-bottom:1px solid var(--sx-line)}.sx-family:first-child{padding-top:0}.sx-family:last-child{border-bottom:0}.sx-family-copy h2{margin:.6rem 0 1rem;font-size:clamp(2rem,3.2vw,3rem);line-height:1.06}.sx-family-copy p{line-height:1.65}.sx-solution-list{display:grid;gap:1rem}.sx-solution-card{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1.5rem;border:1px solid var(--sx-line);border-radius:14px;background:#fff}.sx-solution-card h3{margin:0 0 .55rem;font-size:1.35rem;line-height:1.2}.sx-solution-card p{max-width:760px;margin:0;font-size:.94rem;line-height:1.6}.sx-solution-card b{align-self:end;color:var(--sx-accent);font-size:.82rem;white-space:nowrap}
.sx-application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.sx-application-card{display:flex;min-height:195px;flex-direction:column;padding:1.35rem;border:1px solid var(--sx-line);border-radius:15px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sx-application-card:hover{transform:translateY(-2px);border-color:#9eb1c3;box-shadow:0 12px 28px rgba(16,36,59,.08)}.sx-application-card small{color:var(--sx-accent);font:800 .68rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.sx-application-card h3{margin:.8rem 0 .55rem;font-size:1.3rem;line-height:1.2}.sx-application-card p{margin:0;font-size:.91rem;line-height:1.55}.sx-application-card b{margin-top:auto;padding-top:.9rem;color:var(--sx-accent);font-size:.82rem}
.sx-architecture{display:grid;grid-template-columns:repeat(var(--sx-nodes,4),minmax(0,1fr));gap:42px;align-items:stretch}.sx-node{position:relative;display:flex;min-height:170px;flex-direction:column;justify-content:center;padding:1.4rem;border:1px solid #b9c9d7;border-radius:13px;background:#fff}.sx-node:not(:last-child)::after{content:"→";position:absolute;left:calc(100% + 12px);top:50%;width:18px;transform:translateY(-50%);color:var(--sx-accent);font-size:1.2rem;text-align:center}.sx-node small{margin-bottom:.6rem;color:#637f99;font:800 .64rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.sx-node strong{font-size:1.05rem}.sx-node span{margin-top:.55rem;color:var(--sx-muted);font-size:.84rem;line-height:1.52}.sx-architecture-note{margin-top:1rem;padding:1rem 1.2rem;border-left:3px solid var(--sx-accent);background:#fff;color:var(--sx-muted);font-size:.86rem;line-height:1.6}
.sx-closed-loop{display:grid;gap:1rem}.sx-loop-main{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center}.sx-loop-arrow{display:flex;align-items:center;justify-content:center;color:#ff8b5d;font-size:1.2rem}.sx-loop-node{padding:1.3rem;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.07)}.sx-loop-node small{display:block;margin-bottom:.5rem;color:#ff9f78;font:800 .65rem/1.2 ui-monospace,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.sx-loop-node strong{display:block;color:#fff}.sx-loop-node span{display:block;margin-top:.45rem;font-size:.82rem;line-height:1.5}.sx-loop-return{padding:.9rem;border:1px dashed rgba(255,255,255,.3);border-radius:10px;color:rgba(255,255,255,.84);text-align:center}.sx-loop-host{padding:1rem;border-left:3px solid #ff8b5d;background:rgba(255,255,255,.06)}
.sx-page .sx-hero-visual--diagram .sx-loop-node strong,.sx-page .sx-hero-visual--diagram .sx-loop-host strong{color:#fff!important}.sx-page .sx-hero-visual--diagram .sx-loop-node span,.sx-page .sx-hero-visual--diagram .sx-loop-host span{color:rgba(255,255,255,.82)!important}.sx-page .sx-hero-visual--diagram .sx-loop-node small{color:#ff9f78!important}
.sx-page .sx-section--navy .sx-loop-node strong,.sx-page .sx-section--navy .sx-loop-host strong{color:#f7fbff!important}.sx-page .sx-section--navy .sx-loop-node span,.sx-page .sx-section--navy .sx-loop-host span,.sx-page .sx-section--navy .sx-loop-return{color:rgba(247,251,255,.86)!important}.sx-page .sx-section--navy .sx-loop-node small{color:#ff9f78!important}
.sx-loop-host strong,.sx-loop-host span{display:block}.sx-loop-host span{margin-top:.35rem;font-size:.84rem;line-height:1.5}
.sx-decisions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.sx-decision{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:.85rem;min-height:128px;padding:1.15rem 1.25rem;border:1px solid var(--sx-line);border-radius:14px;background:linear-gradient(145deg,#fff 65%,#f4f7fa);box-shadow:0 8px 22px rgba(16,36,59,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sx-decision:last-child:nth-child(odd){grid-column:1/-1;min-height:112px}.sx-decision::after{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:14px 0 0 14px;background:var(--sx-accent);opacity:.85}.sx-decision:hover{transform:translateY(-2px);border-color:#aebfce;box-shadow:0 14px 30px rgba(16,36,59,.08)}.sx-decision-index{display:grid;width:36px;height:36px;place-items:center;border:1px solid #f0c8b7;border-radius:50%;background:#fff5f0;color:var(--sx-accent);font:800 .68rem/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.sx-decision h3{margin:.15rem 0 .45rem;font-size:1.05rem;line-height:1.25}.sx-decision p{margin:0;font-size:.9rem;line-height:1.55}
.sx-discipline-grid,.sx-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.sx-discipline,.sx-platform{padding:1.5rem;border:1px solid var(--sx-line);border-radius:13px;background:#fff}.sx-discipline h3,.sx-platform h3{margin:.7rem 0 .65rem;font-size:1.28rem}.sx-discipline p,.sx-platform p{margin:0;font-size:.9rem;line-height:1.58}.sx-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.sx-tags span{padding:.32rem .5rem;border:1px solid #c8d6e2;border-radius:5px;background:#f5f8fa;color:#3e5d79;font-size:.7rem}
.sx-definition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.sx-definition-grid article,.sx-context-card{padding:1.5rem;border:1px solid var(--sx-line);border-radius:13px;background:#fff}.sx-definition-grid article{border-top:3px solid var(--sx-accent)}.sx-definition-grid h3,.sx-context-card h3{margin:0 0 .65rem;font-size:1.2rem}.sx-definition-grid p,.sx-context-card p{margin:0;font-size:.9rem;line-height:1.62}.sx-context-card{min-height:160px}
.sx-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;align-items:stretch}.sx-product{display:flex;min-height:390px;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--sx-line);border-radius:14px;background:#fff}.sx-product-media{position:relative;display:block;height:180px;overflow:hidden;border-bottom:1px solid var(--sx-line);background:#f0f4f7}.sx-product-media img{position:absolute;inset:12px 16px;display:block;box-sizing:border-box;width:calc(100% - 2rem)!important;height:calc(100% - 1.5rem)!important;max-width:none;max-height:none;padding:0;object-fit:contain;object-position:center}.sx-product-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:1.15rem 1.25rem}.sx-product-meta{overflow-wrap:anywhere;color:#64819e;font:800 .64rem/1.2 ui-monospace,Consolas,monospace;letter-spacing:.11em;text-transform:uppercase}.sx-product h3{overflow-wrap:anywhere;margin:.55rem 0 .45rem;font-size:1.25rem;line-height:1.2}.sx-product p{margin:0;font-size:.88rem;line-height:1.52}.sx-product a{align-self:flex-end;margin-top:auto;padding-top:.85rem;color:var(--sx-accent);font-size:.82rem;font-weight:800}
.sx-context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.sx-context article{padding:1.4rem;border-top:2px solid var(--sx-accent);background:#fff}.sx-context strong{display:block;margin-bottom:.5rem}.sx-context p{margin:0;font-size:.86rem;line-height:1.58}.sx-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.sx-related a{display:flex;min-height:150px;flex-direction:column;padding:1.4rem;border:1px solid var(--sx-line);border-radius:12px;background:#fff}.sx-related strong{font-size:1.05rem}.sx-related span{margin-top:.55rem;color:var(--sx-muted);font-size:.84rem;line-height:1.5}.sx-related b{margin-top:auto;padding-top:1rem;color:var(--sx-accent);font-size:.8rem}
.sx-cta{padding:4.5rem 0;border-bottom:3px solid var(--sx-accent);background:var(--sx-navy);color:#fff}.sx-cta .sx-shell{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.sx-cta .sx-eyebrow{color:#f7fbff!important}.sx-cta h2{max-width:820px;margin:.6rem 0 .7rem;color:#fff!important;font-size:clamp(2rem,3.3vw,3.1rem);line-height:1.05}.sx-cta p{max-width:820px;margin:0;color:rgba(247,251,255,.86)!important;line-height:1.65}.sx-cta .sx-btn--secondary{border-color:rgba(255,255,255,.35);background:transparent;color:#fff}
.sx-btn:focus-visible,.sx-application-card:focus-visible,.sx-solution-card:focus-visible,.sx-product:focus-within,.sx-related a:focus-visible,.sx-local a:focus-visible{outline:3px solid #ffb38f;outline-offset:3px}
@media(max-width:1024px){.sx-hero-grid{grid-template-columns:1fr}.sx-hero-copy{padding:3.7rem 0}.sx-hero-visual{min-height:320px}.sx-family{grid-template-columns:1fr;gap:1.5rem}.sx-application-grid,.sx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-architecture{--sx-nodes:2!important;grid-template-columns:repeat(2,minmax(0,1fr))}.sx-node::after{display:none}.sx-context,.sx-definition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.sx-shell{width:min(100% - 30px,1200px)}.sx-local{top:64px}.sx-loop-main{grid-template-columns:1fr}.sx-loop-arrow{height:32px}.sx-loop-arrow::before{content:"↓"}.sx-loop-arrow{font-size:0}.sx-loop-arrow::before{font-size:1.1rem}.sx-decisions{grid-template-columns:1fr}.sx-decision,.sx-decision:last-child:nth-child(odd){grid-column:auto;min-height:0}.sx-discipline-grid,.sx-platform-grid,.sx-related{grid-template-columns:1fr}.sx-cta .sx-shell{grid-template-columns:1fr}.sx-product{min-height:0}}
@media(max-width:640px){.sx-application-grid,.sx-product-grid,.sx-context,.sx-definition-grid,.sx-architecture{grid-template-columns:1fr}.sx-architecture{--sx-nodes:1!important}.sx-node:not(:last-child)::after{display:block;content:"↓";left:50%;top:calc(100% + 10px);transform:translateX(-50%)}.sx-solution-card{grid-template-columns:1fr}.sx-solution-card b{justify-self:end}.sx-decision{grid-template-columns:38px minmax(0,1fr);padding:1.15rem}.sx-decision-index{width:34px;height:34px}.sx-actions{display:grid}.sx-btn{width:100%}.sx-hero h1{font-size:2.55rem}.sx-hero-visual{min-height:250px;padding:1rem}.sx-hero-visual img{height:260px}}
@media(prefers-reduced-motion:reduce){.sx-page *{transition:none!important;scroll-behavior:auto!important}}
.sx-page{visibility:visible}
body[data-sx-render="true"] main:not(.sx-page){visibility:hidden}

/* ==========================================================================
   Solutions — card and hero refinement
   ========================================================================== */

/* .sx-solution-list and .sx-solution-card carried no layout rules, so the hub
   rendered as a plain stack of links while every page it opens has a hero
   image. The cards now show their destination's image and share the shape
   used elsewhere on the site: 16px radius, one shadow, a hover lift. */
.sx-solution-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1.15rem;
}
.sx-solution-card{
  display:flex;
  flex-direction:column;
  /* the original rule was a horizontal list row with 1.5rem of padding; the
     media now runs edge to edge, so the padding moves onto the body */
  padding:0;
  grid-template-columns:none;
  gap:0;
  overflow:hidden;
  border:1px solid var(--sx-line);
  border-radius:16px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(16,36,59,.05);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.sx-solution-card:hover{
  transform:translateY(-3px);
  border-color:#9fb3c6;
  box-shadow:0 18px 40px rgba(16,36,59,.09);
}
.sx-solution-card__media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:var(--sx-soft);
  border-bottom:1px solid var(--sx-line);
}
.sx-solution-card__media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.sx-solution-card:hover .sx-solution-card__media img{transform:scale(1.03)}
.sx-solution-card>div{display:flex;flex:1;flex-direction:column;padding:1.35rem 1.4rem 0}
.sx-solution-card h3{margin:0 0 .55rem;font-size:1.18rem;line-height:1.24;color:var(--sx-ink)}
.sx-solution-card p{margin:0;font-size:.9rem;line-height:1.58;color:var(--sx-muted)}
.sx-solution-card b{
  display:block;
  margin-top:auto;
  padding:1.15rem 1.4rem 1.35rem;
  color:#c8420f;
  font-size:.8rem;
  font-weight:850;
}
.sx-solution-card b::after{content:"";display:inline-block;transition:transform .18s ease}
.sx-solution-card:hover b{color:#a8350b}

/* the diagram heroes sized themselves; a photograph needs framing */
.sx-hero-visual img{
  width:100%;
  height:100%;
  max-height:500px;
  object-fit:cover;
  border-radius:14px;
}
.sx-hero-visual--diagram img{object-fit:contain;background:#fff}

/* the family blocks were separated only by a hairline; a little more room and
   a lighter rule reads as sections rather than a table */
.sx-family{padding:3.4rem 0}
.sx-family:last-child{border-bottom:0}

@media(prefers-reduced-motion:reduce){
  .sx-solution-card,.sx-solution-card__media img,.sx-solution-card b::after{
    transition:none!important;transform:none!important}
}

/* Hero, matched to the Precision Environments treatment ---------------------
   The cleanroom pages use a navy hero with the image running edge to edge in
   its column; the solution pages used a pale gradient with a padded grey
   panel, so the two halves of the site opened differently. Aligned here.
   Text colours are restated because homepage-palette.css repaints headings
   and paragraphs with !important, which would otherwise leave navy on navy. */
.sx-page .sx-hero{
  background:var(--sx-navy)!important;
  border-block:0;
  color:#fff;
}
.sx-page .sx-hero :is(h1,h2,h3,strong,b){color:#fff!important}
.sx-page .sx-hero .sx-lead,
.sx-page .sx-hero p{color:#cfdcea!important}
.sx-page .sx-hero .sx-eyebrow{color:#ffd0bd!important}
.sx-page .sx-hero-visual{
  min-height:0;
  align-self:stretch;
  padding:0;
  background:transparent;
  border-left:1px solid rgba(255,255,255,.22);
}
.sx-page .sx-hero-visual img{
  width:100%;
  height:100%;
  min-height:clamp(300px,30vw,430px);
  max-height:none;
  object-fit:cover;
  border-radius:0;
}
/* The inline journey/HIL diagrams style their own text white for a dark
   ground, so they stay on the navy rather than getting a white panel - a
   white panel here rendered white text on white. Only an <img> hero (the PCIe
   SVG) needs contain, and it brings its own background. */
.sx-page .sx-hero-visual--diagram{background:transparent;padding:2rem}
.sx-page .sx-hero-visual img[src$=".svg"]{object-fit:contain;background:#fff;padding:1.25rem}
.sx-page .sx-hero-copy{padding:4.5rem 4rem 4.5rem 0}
.sx-page .sx-hero .sx-btn--secondary{
  border-color:rgba(255,255,255,.5)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}

/* Related solutions and Industry context now carry the destination image ---- */
.sx-related a{overflow:hidden;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.sx-related a:hover{transform:translateY(-3px);border-color:#9fb3c6;box-shadow:0 16px 34px rgba(16,36,59,.09)}
.sx-related__media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  border-bottom:1px solid var(--sx-line);
  background:var(--sx-soft);
}
.sx-related__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.sx-related a:hover .sx-related__media img{transform:scale(1.03)}
.sx-related strong{padding:1.2rem 1.25rem 0}
.sx-related span{padding:0 1.25rem}
.sx-related b{margin-top:auto;padding:1rem 1.25rem 1.2rem;color:#c8420f}

@media(max-width:900px){
  .sx-page .sx-hero-visual{border-left:0;border-top:1px solid rgba(255,255,255,.22)}
  .sx-page .sx-hero-copy{padding:3rem 0}
}
@media(prefers-reduced-motion:reduce){
  .sx-related a,.sx-related__media img{transition:none!important;transform:none!important}
}
