/* Embedded & Connected Systems v2
   Architecture-led discovery for compute, connect, control and monitor. */
:root {
  --ecs-navy: #0d2239;
  --ecs-navy-2: #173958;
  --ecs-blue: #2f6f9f;
  --ecs-orange: #ef4f16;
  --ecs-cyan: #28a6a1;
  --ecs-ink: #11263a;
  --ecs-muted: #5d7082;
  --ecs-line: #dbe4eb;
  --ecs-bg: #f4f7f9;
  --ecs-white: #fff;
  --ecs-rail: min(1180px, calc(100% - 40px));
}
body.ecs-v2 { color: var(--ecs-ink); background: #fff; }
body.ecs-v2 *, body.ecs-v2 *::before, body.ecs-v2 *::after { box-sizing: border-box; }
.ecs-container { width: var(--ecs-rail); margin-inline: auto; }
.ecs-kicker { margin: 0 0 12px; color: var(--ecs-orange); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ecs-section { padding: 86px 0; }
.ecs-section--soft { background: var(--ecs-bg); }
.ecs-section--dark { color: #fff; background: var(--ecs-navy); }
.ecs-section-head { display: grid; grid-template-columns: minmax(0, .75fr) minmax(300px, .45fr); gap: 56px; align-items: end; margin-bottom: 34px; }
.ecs-section-head h2 { max-width: 760px; margin: 0; color: var(--ecs-ink); font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.ecs-section-head p { margin: 0; color: var(--ecs-muted); font-size: 16px; line-height: 1.75; }
.ecs-section--dark .ecs-section-head h2, .ecs-section--dark .ecs-section-head p { color: #fff; }
.ecs-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ecs-ink); font-weight: 800; text-decoration: none; }
.ecs-link::after { content: '→'; color: var(--ecs-orange); transition: transform .2s ease; }
.ecs-link:hover::after { transform: translateX(4px); }

/* Unified catalogue navigation */
.ecs-global-nav { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid #d9e2e9; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.ecs-global-nav__inner { width: var(--ecs-rail); min-height: 68px; margin-inline: auto; display: flex; align-items: center; gap: 10px; }
.ecs-global-nav__home { margin-right: auto; color: var(--ecs-navy); font-size: 14px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.ecs-global-nav__home small { display: block; color: #76899a; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.ecs-global-nav details { position: relative; }
.ecs-global-nav summary, .ecs-global-nav__finder { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 5px; color: #344d62; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; text-decoration: none; }
.ecs-global-nav summary::-webkit-details-marker { display: none; }
.ecs-global-nav summary::after { content: '⌄'; color: var(--ecs-orange); font-size: 13px; }
.ecs-global-nav details[open] summary, .ecs-global-nav summary:hover { color: var(--ecs-navy); background: #eef3f7; }
.ecs-global-nav__finder { color: #fff; background: var(--ecs-orange); }
.ecs-global-nav__menu { position: absolute; top: calc(100% + 13px); right: 0; width: min(410px,calc(100vw - 32px)); padding: 12px; border: 1px solid var(--ecs-line); border-radius: 9px; background: #fff; box-shadow: 0 22px 60px rgba(11,32,52,.18); }
.ecs-global-nav__menu a { display: block; padding: 11px 12px; border-radius: 5px; color: var(--ecs-ink); font-size: 13px; font-weight: 750; line-height: 1.25; text-decoration: none; }
.ecs-global-nav__menu a span { display: block; margin-top: 4px; color: var(--ecs-muted); font-size: 11px; font-weight: 500; }
.ecs-global-nav__menu a:hover { background: #f1f5f8; }
.ecs-global-nav__home[aria-current="page"] { color: var(--ecs-orange); }
.ecs-global-nav__menu a[aria-current="page"] { color: var(--ecs-navy); background: #fff1ea; }
.ecs-global-nav--automation .ecs-global-nav__inner { display: grid; grid-template-columns: minmax(260px,1fr) auto; gap: 11px 18px; }
.ecs-global-nav--automation .ecs-global-nav__home { grid-column: 1; grid-row: 1; margin-right: 0; }
.ecs-global-nav--automation .ecs-global-nav__finder { grid-column: 2; grid-row: 1; }
.ecs-global-nav__routes { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--ecs-line); }
.ecs-global-nav__routes a { min-width: 0; padding: 12px 13px; border-left: 1px solid var(--ecs-line); color: var(--ecs-ink); font-size: 12px; font-weight: 800; line-height: 1.28; text-decoration: none; }
.ecs-global-nav__routes a:first-child { border-left: 0; }
.ecs-global-nav__routes a span { display: block; margin-top: 5px; color: var(--ecs-muted); font-size: 10px; font-weight: 500; line-height: 1.35; }
.ecs-global-nav__routes a:hover { color: var(--ecs-orange); background: #f6f8fa; }
.ecs-global-nav__routes a[aria-current="page"] { color: var(--ecs-navy); background: #fff1ea; }

/* Hero */
.ecs-hero { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; color: #fff; background: linear-gradient(115deg,#0b1e32 0%,#133552 56%,#1f5278 100%); }
.ecs-hero::before { content: ''; position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 46px 46px; }
.ecs-hero::after { content: ''; position: absolute; width: 620px; height: 620px; right: -220px; top: -210px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018); }
.ecs-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(410px,.78fr); gap: 70px; align-items: center; padding: 78px 0; }
.ecs-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(52px,6vw,82px); line-height: .95; letter-spacing: -.058em; }
.ecs-hero__lead { max-width: 680px; margin: 27px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.ecs-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.ecs-btn { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 850; text-decoration: none; }
.ecs-btn--primary { color: #fff; background: var(--ecs-orange); }
.ecs-btn--secondary { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); }
.ecs-hero__proof { margin-top: 30px; padding-top: 21px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.ecs-hero__proof strong { display: block; color: #fff; font-size: 22px; }
.ecs-hero__proof span { color: #abc0d1; font-size: 11px; line-height: 1.35; }
.ecs-hero__visual { position: relative; min-height: 520px; }
.ecs-hero-tile { position: absolute; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 25px 70px rgba(1,14,27,.3); }
.ecs-hero-tile img { width: 84%; height: 84%; object-fit: contain; }
.ecs-hero-tile--one { inset: 0 50px 130px 0; }
.ecs-hero-tile--two { width: 48%; height: 205px; right: 0; bottom: 0; }
.ecs-hero-tile--three { width: 43%; height: 185px; left: -42px; bottom: 0; }
.ecs-hero-tile__label { position: absolute; left: 13px; top: 13px; padding: 5px 8px; border-radius: 3px; color: #fff; background: var(--ecs-orange); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* On-page navigation */
.ecs-index { position: sticky; top: 68px; z-index: 60; border-bottom: 1px solid var(--ecs-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.ecs-index__inner { width: var(--ecs-rail); margin-inline: auto; display: flex; overflow-x: auto; scrollbar-width: none; }
.ecs-index a { padding: 16px 18px 14px; border-bottom: 2px solid transparent; color: #627689; font-size: 11px; font-weight: 800; white-space: nowrap; text-decoration: none; }
.ecs-index a:first-child { padding-left: 0; }
.ecs-index a.is-active, .ecs-index a:hover { color: var(--ecs-navy); border-color: var(--ecs-orange); }

/* Pillars */
.ecs-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ecs-pillar { position: relative; min-height: 395px; padding: 30px; overflow: hidden; border: 1px solid var(--ecs-line); border-radius: 10px; color: var(--ecs-ink); background: #fff; box-shadow: 0 12px 34px rgba(15,39,61,.055); }
.ecs-pillar::before { content: attr(data-number); position: absolute; right: 19px; top: 11px; color: #e7edf1; font-size: 78px; font-weight: 900; letter-spacing: -.08em; }
.ecs-pillar__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--pillar-color,var(--ecs-blue)); font-weight: 900; }
.ecs-pillar h3 { position: relative; margin: 50px 0 12px; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.ecs-pillar > p { min-height: 80px; margin: 0 0 20px; color: var(--ecs-muted); font-size: 14px; line-height: 1.65; }
.ecs-pillar ul { margin: 0 0 24px; padding: 19px 0 0; border-top: 1px solid var(--ecs-line); list-style: none; }
.ecs-pillar li + li { margin-top: 9px; }
.ecs-pillar li a { color: var(--ecs-ink); font-size: 12px; font-weight: 750; text-decoration: none; }

/* Workflow */
.ecs-workflow { display: grid; grid-template-columns: repeat(7,1fr); gap: 0; }
.ecs-workflow__step { position: relative; min-height: 156px; padding: 22px 15px; border: 1px solid #2d4c67; border-right: 0; color: #fff; text-decoration: none; background: rgba(255,255,255,.025); }
.ecs-workflow__step:last-child { border-right: 1px solid #2d4c67; }
.ecs-workflow__step:not(:last-child)::after { content: '›'; position: absolute; z-index: 2; right: -11px; top: 58px; width: 22px; height: 32px; display: grid; place-items: center; color: var(--ecs-orange); background: var(--ecs-navy); font-size: 24px; }
.ecs-workflow__step span { display: block; color: #82a1ba; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.ecs-workflow__step strong { display: block; margin-top: 27px; color: #fff; font-size: 17px; }
.ecs-workflow__step small { display: block; margin-top: 8px; color: #a9bfd1; font-size: 10px; line-height: 1.45; }
.ecs-workflow__step:hover { background: rgba(255,255,255,.07); }

/* Domains */
.ecs-domain-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ecs-filter { min-height: 38px; padding: 0 14px; border: 1px solid var(--ecs-line); border-radius: 999px; color: #536a7d; background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.ecs-filter.is-active { color: #fff; border-color: var(--ecs-navy); background: var(--ecs-navy); }
.ecs-domain-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.ecs-domain-card { display: grid; grid-template-columns: 155px minmax(0,1fr); min-height: 260px; overflow: hidden; border: 1px solid var(--ecs-line); border-radius: 9px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ecs-domain-card[hidden] { display: none; }
.ecs-domain-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(12,37,58,.09); }
.ecs-domain-card__media { position: relative; display: grid; place-items: center; padding: 18px; background: #eef3f6; }
.ecs-domain-card__media img { width: 100%; height: 100%; object-fit: contain; }
.ecs-domain-card__pillar { position: absolute; left: 12px; top: 12px; padding: 5px 7px; border-radius: 3px; color: #fff; background: var(--ecs-navy); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ecs-domain-card__body { padding: 24px 25px; }
.ecs-domain-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.08; letter-spacing: -.028em; }
.ecs-domain-card p { margin: 0 0 16px; color: var(--ecs-muted); font-size: 12px; line-height: 1.6; }
.ecs-domain-card ul { margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.ecs-domain-card li { padding: 5px 7px; border-radius: 3px; color: #4f6577; background: #edf2f5; font-size: 9px; font-weight: 750; }

/* Finder */
.ecs-finder { display: grid; grid-template-columns: minmax(280px,.58fr) minmax(0,1fr); overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.ecs-finder__intro { padding: 42px; color: #fff; background: linear-gradient(145deg,#173958,#235b80); }
.ecs-finder__intro h2 { margin: 0; color: #fff; font-size: 38px; line-height: 1.04; letter-spacing: -.04em; }
.ecs-finder__intro p { margin: 17px 0 0; color: #c6d7e4; font-size: 14px; line-height: 1.65; }
.ecs-finder__form { padding: 40px; }
.ecs-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.ecs-field label { display: block; margin-bottom: 7px; color: var(--ecs-navy); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.ecs-field select { width: 100%; min-height: 48px; padding: 0 40px 0 13px; border: 1px solid #cfdbe4; border-radius: 5px; color: var(--ecs-ink); background: #fff; font: inherit; font-size: 13px; }
.ecs-finder-results { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--ecs-line); }
.ecs-finder-results__empty { color: var(--ecs-muted); font-size: 13px; }
.ecs-finder-result { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--ecs-line); }
.ecs-finder-result strong { display: block; color: var(--ecs-ink); font-size: 14px; }
.ecs-finder-result span { display: block; margin-top: 4px; color: var(--ecs-muted); font-size: 11px; }

/* Applications, partners, resources */
.ecs-application-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ecs-application { min-height: 210px; padding: 24px; border: 1px solid var(--ecs-line); border-left: 3px solid var(--ecs-navy); border-radius: 7px; color: var(--ecs-ink); background: #fff; text-decoration: none; }
.ecs-application span { color: var(--ecs-orange); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ecs-application h3 { margin: 25px 0 9px; font-size: 20px; line-height: 1.1; }
.ecs-application p { margin: 0; color: var(--ecs-muted); font-size: 12px; line-height: 1.6; }
.ecs-application:hover { box-shadow: 0 12px 30px rgba(15,39,61,.08); }
.ecs-partner-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ecs-partner { min-height: 170px; padding: 22px; border: 1px solid var(--ecs-line); border-radius: 7px; color: var(--ecs-ink); background: #fff; text-decoration: none; }
.ecs-partner img { width: 130px; height: 42px; object-fit: contain; object-position: left center; }
.ecs-partner strong { display: block; margin-top: 21px; font-size: 15px; }
.ecs-partner span { display: block; margin-top: 7px; color: var(--ecs-muted); font-size: 11px; line-height: 1.5; }
.ecs-resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.ecs-resource { min-height: 185px; padding: 24px; border: 1px solid #2e4c66; border-radius: 7px; color: #fff; text-decoration: none; background: rgba(255,255,255,.025); }
.ecs-resource__icon { color: var(--ecs-orange); font-size: 22px; }
.ecs-resource h3 { margin: 31px 0 8px; color: #fff; font-size: 17px; }
.ecs-resource p { margin: 0; color: #acc0d1; font-size: 11px; line-height: 1.55; }
.ecs-final { padding: 78px 0; background: var(--ecs-orange); }
.ecs-final__inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.ecs-final h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(34px,4vw,52px); line-height: 1.02; letter-spacing: -.04em; }
.ecs-final p { margin: 14px 0 0; color: rgba(255,255,255,.86); }
.ecs-final .ecs-btn { color: var(--ecs-navy); background: #fff; }

@media (max-width: 1024px) {
  .ecs-global-nav details { display: none; }
  .ecs-hero { min-height: 650px; }
  .ecs-hero__grid { grid-template-columns: 1fr .7fr; gap: 35px; }
  .ecs-hero__visual { min-height: 430px; }
  .ecs-pillars { grid-template-columns: 1fr; }
  .ecs-pillar { min-height: 0; }
  .ecs-pillar > p { min-height: 0; }
  .ecs-workflow { overflow-x: auto; grid-template-columns: repeat(7,150px); }
  .ecs-domain-card { grid-template-columns: 125px 1fr; }
  .ecs-application-grid, .ecs-partner-grid { grid-template-columns: repeat(2,1fr); }
  .ecs-resource-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  :root { --ecs-rail: min(100% - 30px,1180px); }
  .ecs-section { padding: 62px 0; }
  .ecs-section-head { grid-template-columns: 1fr; gap: 14px; }
  .ecs-global-nav__inner { min-height: 60px; }
  .ecs-global-nav__home small { display: none; }
  .ecs-global-nav__finder { padding-inline: 11px; font-size: 10px; }
  .ecs-hero { min-height: 0; }
  .ecs-hero__grid { grid-template-columns: 1fr; padding: 58px 0 70px; }
  .ecs-hero h1 { font-size: clamp(46px,14vw,64px); }
  .ecs-hero__lead { font-size: 16px; }
  .ecs-hero__visual { min-height: 350px; margin-top: 10px; }
  .ecs-hero-tile--one { inset: 0 28px 95px 0; }
  .ecs-hero-tile--two { height: 145px; }
  .ecs-hero-tile--three { left: 0; height: 130px; }
  .ecs-index { top: 60px; }
  .ecs-pillar { padding: 24px; }
  .ecs-domain-grid, .ecs-application-grid, .ecs-partner-grid, .ecs-resource-grid { grid-template-columns: 1fr; }
  .ecs-domain-card { grid-template-columns: 1fr; }
  .ecs-domain-card__media { height: 185px; }
  .ecs-finder { grid-template-columns: 1fr; }
  .ecs-finder__intro, .ecs-finder__form { padding: 28px 23px; }
  .ecs-form-grid { grid-template-columns: 1fr; }
  .ecs-final__inner { grid-template-columns: 1fr; }
}
@media (max-width: 440px) {
  .ecs-hero__proof { grid-template-columns: 1fr; }
  .ecs-hero__visual { min-height: 300px; }
  .ecs-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  body.ecs-v2 *, body.ecs-v2 *::before, body.ecs-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.ecs-partner-wordmark { height:42px; display:flex; align-items:center; color:#0d2239; font-size:25px; font-weight:950; letter-spacing:.08em; }

/* Contrast guarantees against legacy global heading rules. */
html body.ecs-v2 .ecs-hero h1,
html body.ecs-v2 .ecs-hero .ecs-hero__proof strong,
html body.ecs-v2 .ecs-section--dark .ecs-section-head h2,
html body.ecs-v2 .ecs-finder__intro h2,
html body.ecs-v2 .ecs-resource h3 { color: #fff !important; }
html body.ecs-v2 .ecs-hero .ecs-kicker,
html body.ecs-v2 .ecs-section--dark .ecs-kicker,
html body.ecs-v2 .ecs-finder__intro .ecs-kicker { color: #ff7747 !important; }
html body.ecs-v2 .ecs-hero__lead { color: #d8e5ee !important; }
html body.ecs-v2 .ecs-hero .ecs-hero__proof span,
html body.ecs-v2 .ecs-section--dark .ecs-section-head p,
html body.ecs-v2 .ecs-finder__intro p,
html body.ecs-v2 .ecs-resource p { color: #b9ccda !important; }
/* Catalogue overlay navigation — August 2026 */
:root {
  --ecs-site-header-height: 72px;
  --ecs-page-index-height: 45px;
}
body:not(.ecs-v2) .ecs-global-nav {
  position: relative;
  top: auto;
  z-index: 980;
  height: 0;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
body:not(.ecs-v2) .ecs-global-nav__inner {
  position: fixed;
  top: calc(var(--ecs-site-header-height) + var(--ecs-page-index-height));
  left: 50%;
  z-index: 980;
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d7e1e9;
  border-top: 2px solid var(--ecs-orange);
  border-radius: 0 0 10px 10px;
  background: rgba(255,255,255,.99);
  box-shadow: 0 24px 55px rgba(10,31,50,.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%,-8px);
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
}
body.ecs-catalogue-nav-open:not(.ecs-v2) .ecs-global-nav__inner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%,0);
  transition-delay: 0s;
}
body.embedded-wing .dp-snav {
  position: sticky !important;
  top: var(--ecs-site-header-height) !important;
  z-index: 970 !important;
}
body.embedded-wing .dp-snav-inner::before { display: none !important; }
body.embedded-wing.product-catalogue-v2 .dp-bc {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ecs-product-menu-trigger {
  flex: 0 0 auto;
  min-height: 44px;
  margin-right: 9px;
  padding: 0 16px 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid #cfd9e2;
  color: var(--ecs-navy);
  background: transparent;
  font: 800 11px/1.2 var(--f-body,'Inter',sans-serif);
  white-space: nowrap;
  cursor: pointer;
}
.ecs-product-menu-trigger::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ecs-orange);
}
.ecs-product-menu-trigger::after {
  content: '⌄';
  color: var(--ecs-orange);
  font-size: 14px;
  transition: transform .16s ease;
}
body.ecs-catalogue-nav-open .ecs-product-menu-trigger::after { transform: rotate(180deg); }
.ecs-product-menu-trigger:hover,
.ecs-product-menu-trigger:focus-visible,
body.ecs-catalogue-nav-open .ecs-product-menu-trigger { color: var(--ecs-orange); background: #fff; }
body.embedded-wing section[id],
body.embedded-wing .dp-hero[id],
body.embedded-wing div[id][data-sec] {
  scroll-margin-top: calc(var(--ecs-site-header-height) + var(--ecs-page-index-height) + 16px) !important;
}
@media (max-width: 1024px) {
  body:not(.ecs-v2) .ecs-global-nav__inner {
    width: min(620px, calc(100% - 24px));
    max-height: calc(100vh - var(--ecs-site-header-height) - var(--ecs-page-index-height) - 12px);
    padding: 12px;
    display: block;
    overflow-y: auto;
  }
  body:not(.ecs-v2) .ecs-global-nav details { display: block; }
  body:not(.ecs-v2) .ecs-global-nav__home,
  body:not(.ecs-v2) .ecs-global-nav summary,
  body:not(.ecs-v2) .ecs-global-nav__finder { width: 100%; min-height: 44px; justify-content: space-between; }
  body:not(.ecs-v2) .ecs-global-nav__home { padding: 8px 13px; }
  body:not(.ecs-v2) .ecs-global-nav__menu {
    position: static;
    width: 100%;
    margin: 3px 0 8px;
    padding: 6px;
    border-radius: 6px;
    box-shadow: none;
    background: #f3f6f8;
  }
  body:not(.ecs-v2) .ecs-global-nav--automation .ecs-global-nav__home,
  body:not(.ecs-v2) .ecs-global-nav--automation .ecs-global-nav__finder,
  body:not(.ecs-v2) .ecs-global-nav__routes { grid-column: auto; grid-row: auto; }
  body:not(.ecs-v2) .ecs-global-nav__routes { grid-template-columns: 1fr; margin-top: 8px; border: 1px solid var(--ecs-line); border-radius: 7px; overflow: hidden; }
  body:not(.ecs-v2) .ecs-global-nav__routes a { border-left: 0; border-top: 1px solid var(--ecs-line); }
  body:not(.ecs-v2) .ecs-global-nav__routes a:first-child { border-top: 0; }
}
@media (max-width: 760px) {
  .ecs-product-menu-trigger { padding-inline: 11px; font-size: 0; }
  .ecs-product-menu-trigger::before { width: 7px; height: 7px; }
  .ecs-product-menu-trigger::after { font-size: 14px; }
}
/* Manufacturer-led memory and storage portfolio — August 2026 */
.eps-page .eps-memory-hero-visual {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  grid-auto-rows: max-content !important;
  gap: 14px !important;
  align-items: stretch !important;
  align-content: stretch !important;
  min-height: 0 !important;
  padding: 16px !important;
}
.eps-page .eps-memory-role-list { display: grid; height: 100%; grid-auto-rows: 1fr; gap: 12px; align-content: stretch; align-self: stretch; }
.eps-page .eps-memory-role {
  display: grid;
  grid-template-columns: 68px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-left: 3px solid var(--ecs-orange);
  border-radius: 10px;
  background: rgba(255,255,255,.96);
}
html body.eps-page .eps-memory-hero-visual .eps-memory-role img {
  width: 64px !important;
  height: 36px !important;
  min-height: 0 !important;
  max-height: 36px !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  aspect-ratio: auto !important;
}
.eps-page .eps-memory-role strong {
  display: block;
  color: var(--ecs-navy) !important;
  font-size: 13px;
  line-height: 1.35;
}
.eps-page .eps-memory-role span {
  display: block;
  margin-top: 5px;
  color: var(--ecs-muted) !important;
  font-size: 11.5px;
  line-height: 1.48;
}
@media (min-width: 901px) {
  .eps-page .eps-memory-role:last-child { padding-right: 68px; }
}
.eps-oem-products .dph-section-head { max-width: 850px; }
.eps-oem-product-group {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid #d8e2e9;
  border-top: 3px solid var(--ecs-orange);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13,34,57,.055);
}
.eps-oem-product-group + .eps-oem-product-group { margin-top: 28px; }
.eps-oem-product-group--cervoz { border-top-color: var(--ecs-navy-2); }
.eps-oem-product-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe7ed;
}
.eps-oem-product-group__identity {
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0,1fr);
  gap: 22px;
  align-items: center;
}
.eps-oem-product-group__identity img {
  width: 124px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.eps-oem-product-group__identity span {
  display: block;
  margin-bottom: 5px;
  color: var(--ecs-orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eps-oem-product-group__identity h3 {
  margin: 0;
  color: var(--ecs-navy);
  font-size: clamp(22px,2.5vw,30px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.eps-oem-product-group__identity p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--ecs-muted);
  font-size: 13px;
  line-height: 1.6;
}
.eps-oem-product-group__head > a {
  flex: 0 0 auto;
  color: #7d1c0e;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.eps-oem-product-group__head > a:hover { color: var(--ecs-orange); }
.eps-oem-product-grid { margin-top: 24px !important; }
.eps-oem-product-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
.eps-oem-product-grid .dph-card__body { min-height: 0; }
.eps-oem-product-grid .dph-card__link {
  align-self: flex-end;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 18px;
  text-align: right;
}
.eps-memory-config-action {
  display: flex;
  justify-content: flex-end;
  margin: 24px 0 0;
}
.eps-memory-config-action .btn { margin-left: auto; }
.eps-portfolio-coverage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 17px 19px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background: #f6f9fb;
}
.eps-portfolio-coverage div { min-width: 0; }
.eps-portfolio-coverage strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ecs-navy);
  font-size: 13px;
}
.eps-portfolio-coverage span {
  display: block;
  color: var(--ecs-muted);
  font-size: 12.5px;
  line-height: 1.55;
}
.eps-portfolio-coverage > a {
  flex: 0 0 auto;
  color: #7d1c0e;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.eps-portfolio-coverage > a:hover { color: var(--ecs-orange); }
@media (max-width: 820px) {
  .eps-page .eps-memory-hero-visual { grid-template-columns: 1fr !important; }
  .eps-oem-product-group { padding: 22px; }
  .eps-oem-product-group__head { display: block; }
  .eps-oem-product-group__head > a { display: inline-flex; margin-top: 18px; }
  .eps-oem-product-grid,
  .eps-oem-product-grid--2 { grid-template-columns: 1fr !important; }
  .eps-portfolio-coverage { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 560px) {
  .eps-page .eps-memory-hero-visual { grid-template-columns: 1fr !important; }
  .eps-page .eps-memory-role { grid-template-columns: 82px minmax(0,1fr); }
  .eps-oem-product-group { margin-inline: -4px; padding: 20px 16px; }
  .eps-oem-product-group__identity { grid-template-columns: 1fr; gap: 13px; }
  .eps-oem-product-group__identity img { height: 40px; }
  .eps-memory-config-action .btn { width: 100%; justify-content: center; text-align: center; }
}
