.ses-page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(138deg, #14171b 0%, #2a2e34 22%, #555b63 50%, #8b9098 72%, #d6d9de 100%);
  color: #fff;
  padding: 2.9rem 0 7rem;
}
.ses-page-hero.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ses-page-hero-bg);
  background-size: cover;
  background-position: center center;
  opacity: .24;
}
.ses-page-hero.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(18,20,24,.88) 0%, rgba(42,46,52,.64) 34%, rgba(88,94,102,.28) 62%, rgba(214,218,222,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 100%);
}
.ses-page-hero > .container,
.ses-page-breadcrumb-wrap,
.ses-page-hero__copy {
  position: relative;
  z-index: 2;
}
.ses-page-breadcrumb-wrap {
  margin-bottom: 1.35rem;
}
.ses-page-breadcrumb {
  margin: 0;
  --bs-breadcrumb-divider-color: rgba(255,255,255,.55);
}
.ses-page-breadcrumb .breadcrumb-item,
.ses-page-breadcrumb .breadcrumb-item.active,
.ses-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.82);
}
.ses-page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.ses-page-breadcrumb a:hover { text-decoration: underline; }
.ses-page-hero__copy {
  max-width: 760px;
}
.ses-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
}
.ses-page-hero__title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -.03em;
}
.ses-page-hero__brief {
  margin: 1rem 0 0;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
}
.ses-page-section,
.ses-page-products {
  background: #fff;
}
.ses-page-mainrow {
  margin-top: -4.75rem;
  position: relative;
  z-index: 3;
}
.ses-page-content,
.ses-page-thumb,
.ses-product-card {
  border-radius: 1.25rem;
}
.ses-page-content,
.ses-page-thumb {
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 54px rgba(15,23,42,.08);
}
.ses-page-content-shell {
  color: #0f172a;
}
.ses-page-content-shell > :last-child {
  margin-bottom: 0;
}
.ses-page-thumb {
  top: 1.5rem;
}
.ses-page-thumb__img {
  display: block;
  width: 100%;
}

/* Reusable premium body blocks for pages.content */
.ses-tech-body {
  color: #0f172a;
}
.ses-tech-body + .ses-tech-body {
  margin-top: 1.75rem;
}
.ses-tech-statement-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 1.5rem;
  margin: 0;
}
.ses-tech-glass-card,
.ses-tech-metric-card,
.ses-tech-info-card,
.ses-tech-quote-band {
  border: 1px solid rgba(148,163,184,.22);
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
}
.ses-tech-glass-card,
.ses-tech-info-card,
.ses-tech-metric-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
}
.ses-tech-glass-card {
  padding: 2rem 2.1rem;
  border-radius: 1.9rem;
}
.ses-tech-metric-stack {
  display: grid;
  gap: 1rem;
}
.ses-tech-metric-card {
  min-height: 132px;
  padding: 1.45rem 1.45rem 1.35rem;
  border-radius: 1.5rem;
}
.ses-tech-section-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .95rem;
  color: #cc0033;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ses-tech-section-tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(204,0,51,.45);
}
.ses-tech-intro-title {
  margin: 0 0 .9rem;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ses-tech-intro-copy {
  margin: 0;
  max-width: 62ch;
  color: #5b6b82;
  font-size: 1.04rem;
  line-height: 1.92;
}
.ses-tech-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.9rem 0 0;
  padding: 0;
  list-style: none;
}
.ses-tech-highlights li {
  padding: .78rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(204,0,51,.16);
  color: #0f172a;
  font-size: .95rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}
.ses-tech-metric-label {
  margin-bottom: .4rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 800;
}
.ses-tech-metric-value {
  margin: 0 0 .55rem;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.03em;
}
.ses-tech-metric-text {
  margin: 0;
  color: #5b6b82;
  font-size: .97rem;
  line-height: 1.75;
}
.ses-tech-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.ses-tech-info-card {
  padding: 1.85rem;
  border-radius: 1.75rem;
}
.ses-tech-card-title {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.02em;
}
.ses-tech-feature-list,
.ses-tech-app-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .9rem;
}
.ses-tech-feature-list li,
.ses-tech-app-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: .75rem;
  align-items: start;
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(148,163,184,.16);
  color: #334155;
  line-height: 1.72;
}
.ses-tech-feature-list li:last-child,
.ses-tech-app-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ses-tech-bullet-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(204,0,51,.14), rgba(204,0,51,.06));
  color: #cc0033;
  font-weight: 700;
  font-size: 13px;
  margin-top: 1px;
}
.ses-tech-quote-band {
  position: relative;
  overflow: hidden;
  margin-top: 1.75rem;
  padding: 2rem 2.1rem;
  border-radius: 1.9rem;
  background: linear-gradient(135deg, rgba(10,18,34,.98), rgba(15,23,42,.96) 56%, rgba(30,41,59,.96));
  color: #fff;
}
.ses-tech-quote-band::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -30px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(204,0,51,.18), transparent 65%);
}
.ses-tech-quote-band p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 780px;
  font-size: 1.08rem;
  line-height: 1.95;
  color: rgba(255,255,255,.88);
}

.ses-page-products {
  padding-top: 3rem;
  padding-bottom: 0;
}
.ses-page-products__head {
  margin-bottom: 1.5rem;
}
.ses-page-products__eyebrow {
  margin-bottom: .7rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
}
.ses-page-products__title {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.ses-product-card {
  overflow: hidden;
  height: 100%;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(148,163,184,.18);
  box-shadow: 0 18px 44px rgba(15,23,42,.05);
}
.ses-product-card__media {
  position: relative;
  min-height: 190px;
  background: linear-gradient(138deg, #14171b 0%, #2a2e34 22%, #555b63 50%, #8b9098 72%, #d6d9de 100%);
  background-size: cover;
  background-position: center;
}
.ses-product-card__media.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,.08), rgba(15,23,42,.28));
}
.ses-product-card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ses-product-card__body {
  padding: 1.25rem 1.2rem 1.35rem;
}
.ses-product-card__title {
  margin: 0 0 .75rem;
  font-size: 1.15rem;
  line-height: 1.2;
}
.ses-product-card__text {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}
.ses-page-bottom-image {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: transparent;
}
.ses-page-bottom-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .ses-tech-statement-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .ses-page-hero {
    padding: 2.65rem 0 4rem;
  }
  .ses-page-mainrow {
    margin-top: -2.5rem;
  }
  .ses-page-thumb {
    position: static !important;
  }
}
@media (max-width: 767.98px) {
  .ses-tech-catalog-grid {
    grid-template-columns: 1fr;
  }
  .ses-tech-glass-card,
  .ses-tech-info-card,
  .ses-tech-metric-card,
  .ses-tech-quote-band {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* Product fallback images + gallery */
.ses-product-card__meta{
  margin:-.35rem 0 .65rem;
  color:#64748b;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ses-products-index .ses-product-card{
  border-radius:18px;
  display:block;
}

.ses-product-gallery{
  margin-bottom:1.1rem;
}

.ses-product-gallery__main{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(148,163,184,.24);
}

.ses-product-gallery__main img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.ses-product-gallery__thumbs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:8px;
}

.ses-product-gallery__thumbs img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:12px;
  border:1px solid rgba(148,163,184,.22);
  background:#f8fafc;
}

/* Product detail linked categories/pages: keep relationship cards out of the narrow side column. */
.ses-inner-content--product + .ses-product-link-scopes,
.ses-product-link-scopes + .ses-product-link-scopes{
  margin-top:0;
}
.ses-product-link-scopes .ses-inner-section-title{
  margin-bottom:18px;
}
.ses-product-link-scopes .ses-inner-tile__button{
  background:#c8142f;
  border-color:#c8142f;
  color:#fff;
}
.ses-product-link-scopes .ses-inner-tile:hover .ses-inner-tile__button,
.ses-product-link-scopes .ses-inner-tile:focus .ses-inner-tile__button{
  background:#a80f27;
  border-color:#a80f27;
  color:#fff;
}
.ses-product-gallery__main img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}
.ses-product-gallery__thumbs img{
  object-fit:cover;
}
.ses-inner-section-title{
  margin:0;
  color:#171717;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.02em;
  text-transform:uppercase;
}

.ses-inner-tile-grid{
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}

.ses-inner-tile{
  position:relative;
  min-height:170px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-radius:0;
  background-size:cover;
  background-position:center;
  color:#fff;
  text-decoration:none;
  box-shadow:none;
  isolation:isolate;
}

.ses-inner-tile.has-image{
  background-image:var(--tile-bg);
}

.ses-inner-tile.has-gradient{
  background:linear-gradient(135deg,#08111f 0%,#1b1b1b 52%,#9b0026 100%);
}

.ses-inner-tile:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,24,67,.78),rgba(0,118,175,.28));
}

.ses-inner-tile:nth-child(4n+2):before{
  background:linear-gradient(90deg,rgba(61,0,77,.82),rgba(188,0,139,.30));
}

.ses-inner-tile:nth-child(4n+3):before{
  background:linear-gradient(90deg,rgba(90,50,0,.78),rgba(228,144,28,.34));
}

.ses-inner-tile:nth-child(4n+4):before{
  background:linear-gradient(90deg,rgba(0,42,50,.82),rgba(0,174,161,.30));
}

.ses-inner-tile:hover{
  color:#fff;
}

.ses-inner-tile__number{
  position:absolute;
  left:34px;
  top:50%;
  bottom:auto;
  color:#fff;
  font-size:clamp(48px,5vw,78px);
  line-height:.82;
  font-weight:900;
  letter-spacing:-.07em;
  opacity:.95;
  transform:translateY(-50%);
}

.ses-inner-tile__copy{
  display:block;
  max-width:760px;
  padding:26px 170px 26px 132px;
}

.ses-inner-tile__copy strong{
  display:block;
  color:#fff;
  font-size:clamp(25px,2.15vw,38px);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.055em;
}

.ses-inner-tile__copy em{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.94);
  font-style:normal;
  font-size:clamp(15px,1.12vw,19px);
  line-height:1.18;
}

.ses-inner-tile__button{
  position:absolute;
  right:34px;
  bottom:50%;
  min-height:39px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border:2px solid rgba(255,255,255,.88);
  border-radius:999px;
  background:rgba(255,255,255,.02);
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
}

@media (max-width: 991.98px){
  .ses-inner-hero__label{
    min-height:42px;
    margin-bottom:16px;
    padding:0 18px;
    font-size:15px;
  }

  .ses-inner-tile__copy{
    padding-right:132px;
  }

  .ses-inner-tile__button{
    right:28px;
  }
}

@media (max-width: 767.98px){
  .ses-inner-tile-grid{
    grid-template-columns:1fr;
  }

  .ses-spec-grid,
  .ses-listing-grid--with-sidebar,
  .ses-list-card-grid--2{
    grid-template-columns:1fr;
  }

  .ses-inner-copy.ses-policy-shell{
    padding:26px;
  }

  .ses-inner-tile{
    min-height:230px;
  }

  .ses-inner-tile__number{
    left:22px;
    top:24px;
    bottom:auto;
    font-size:48px;
    transform:none;
  }

  .ses-inner-tile__copy{
    padding:88px 22px 76px;
  }

  .ses-inner-tile__button{
    left:22px;
    right:auto;
    bottom:24px;
    transform:none;
  }
}

.ses-product-link-scopes .ses-inner-tile__button{
  background:#c8142f !important;
  border-color:#c8142f !important;
  color:#fff !important;
}
.ses-product-link-scopes .ses-inner-tile:hover .ses-inner-tile__button,
.ses-product-link-scopes .ses-inner-tile:focus .ses-inner-tile__button{
  background:#a80f27 !important;
  border-color:#a80f27 !important;
  color:#fff !important;
}


/* Related/Application scope title bars: graphite title row only, same width as tile grid. */
.ses-related-scope-section{
  margin:0;
  padding:0;
}

.ses-related-title-row{
  width:100%;
  margin:0;
  padding:18px 34px;
  background:#1f2329;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.28);
}

.ses-related-title-row .ses-inner-section-title{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ses-related-scope-section .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd){
  grid-column:1 / -1;
}

.ses-related-scope-section .ses-inner-tile__button{
  background:#c8142f !important;
  border-color:#c8142f !important;
  color:#fff !important;
}

.ses-related-scope-section .ses-inner-tile:hover .ses-inner-tile__button,
.ses-related-scope-section .ses-inner-tile:focus .ses-inner-tile__button{
  background:#a80f27 !important;
  border-color:#a80f27 !important;
  color:#fff !important;
}

@media (max-width: 767.98px){
  .ses-related-title-row{
    padding:16px 22px;
  }
}


/* vNext: Core Technology page linked categories as Business Structural Units. */
.ses-page-business-units,
.ses-page-business-units .ses-related-title-row{
  clear:both;
}

.ses-page-business-units{
  margin:0;
  padding:0;
}

.ses-page-business-units .ses-related-title-row{
  display:block;
  width:100%;
  margin:0;
  padding:18px 34px;
  background:#1f2329;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.28);
}

.ses-page-business-units .ses-related-title-row .ses-inner-section-title{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ses-page-business-units .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd){
  grid-column:1 / -1;
}

.ses-page-business-units .ses-inner-tile__button{
  background:#c8142f !important;
  border-color:#c8142f !important;
  color:#fff !important;
}

@media (max-width: 767.98px){
  .ses-page-business-units .ses-related-title-row{
    padding:16px 22px;
  }

  .ses-page-business-units .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd){
    grid-column:auto;
  }
}

/* Product-card override: storefront product lists stay compact and consistent. */
.ses-products-index{padding:clamp(30px,4.5vw,58px) 0 clamp(44px,6vw,78px);background:#fff;}
.ses-products-index .row,.ses-inner-related-products .row,.ses-feature-row .row{row-gap:18px;}
.ses-inner-related-products{padding:clamp(34px,4.8vw,58px) 0;}
.ses-page-products__head{margin-bottom:18px;}
.ses-product-card,.ses-product-card:visited{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:#fff;color:#111827;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;}
.ses-product-card:hover,.ses-product-card:focus{transform:translateY(-2px);border-color:rgba(184,25,44,.38);box-shadow:0 16px 34px rgba(15,23,42,.08);color:#111827;}
.ses-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;aspect-ratio:4/3;padding:16px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid rgba(15,23,42,.08);background-size:cover;background-position:center;}
.ses-product-card__media.has-image::after,.ses-product-card__tag,.ses-product-card__text{display:none!important;}
.ses-product-card__media img{display:block;width:100%;height:100%;object-fit:contain;}
.ses-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:8px;padding:15px 16px 16px;}
.ses-product-card__title{margin:0;color:#111827;font-size:1rem;line-height:1.28;font-weight:850;letter-spacing:-.015em;}
.ses-product-card__meta{margin:0;color:#687385;font-size:.78rem;line-height:1.25;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.ses-product-card__more{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 15px;border:1px solid #151a22;border-radius:999px;color:#151a22;font-size:.72rem;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase;}
.ses-product-card:hover .ses-product-card__more,.ses-product-card:focus .ses-product-card__more{background:#151a22;color:#fff;}
@media(max-width:575.98px){.ses-products-index .row,.ses-inner-related-products .row,.ses-feature-row .row{row-gap:14px}.ses-product-card__media{padding:12px}}

/* Product detail Business Structural Units title: match homepage section heading alignment without graphite bar. */
.ses-product-business-units-section .ses-related-title-row{
  width:var(--ses-section-container);
  max-width:var(--ses-section-container);
  margin:0 auto 24px;
  padding:0;
  background:transparent;
  border:0;
}
.ses-product-business-units-section .ses-related-title-row .ses-inner-section-title{
  margin:0;
  color:#252525;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.ses-product-business-units-section .ses-product-business-units-inner{
  padding-top:0;
}
@media (max-width:767.98px){
  .ses-product-business-units-section .ses-related-title-row{
    width:var(--ses-section-container);
    max-width:var(--ses-section-container);
    padding:0;
  }
}

/* ==== SES 2026-05-19 LINKED FULL-BLEED BLOCK TEXT EDGE ALIGNMENT START ====
   Keep Application Scopes / Business Structural Units / Core Technology rows visually full-bleed,
   but constrain each tile's internal text/CTA to the same outside edges as the header menu. */
body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
  --ses-linked-block-gutter:max(34px, calc((100vw - var(--ses-section-container)) / 2));
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
  box-sizing:border-box;
}

@media (min-width: 992px){
  /* Left-side tiles: the number starts on the menu edge, and copy stays inside the center-safe column. */
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__number{
    left:var(--ses-linked-block-gutter);
  }

  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n+1) .ses-inner-tile__copy{
    width:calc(50vw - var(--ses-linked-block-gutter));
    max-width:none;
    margin-left:var(--ses-linked-block-gutter);
    padding-left:98px;
    padding-right:42px;
  }

  /* Right-side tiles: copy and CTA cannot pass the menu's right edge. */
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__copy{
    width:calc(50vw - var(--ses-linked-block-gutter));
    max-width:none;
    margin-left:0;
    margin-right:var(--ses-linked-block-gutter);
    padding-left:98px;
    padding-right:132px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:nth-child(2n) .ses-inner-tile__button{
    right:var(--ses-linked-block-gutter);
  }

  /* When an odd final tile spans the full row, both outer edges still respect the menu width. */
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd){
    --ses-linked-block-copy-width:min(760px, var(--ses-section-container));
  }

  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy{
    width:var(--ses-linked-block-copy-width);
    max-width:var(--ses-linked-block-copy-width);
    margin-left:var(--ses-linked-block-gutter);
    margin-right:auto;
    padding-left:98px;
    padding-right:132px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid > .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__button{
    right:var(--ses-linked-block-gutter);
  }
}

@media (max-width: 1199.98px) and (min-width: 992px){
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    padding-left:84px !important;
    padding-right:112px !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    font-size:clamp(42px,4.4vw,62px);
  }
}

@media (max-width: 991.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-block-gutter:calc((100vw - var(--ses-section-container)) / 2);
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    left:max(18px, var(--ses-linked-block-gutter));
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    width:var(--ses-section-container);
    max-width:var(--ses-section-container);
    margin-left:max(18px, var(--ses-linked-block-gutter));
    margin-right:max(18px, var(--ses-linked-block-gutter));
    padding-left:72px !important;
    padding-right:92px !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__button{
    right:max(18px, var(--ses-linked-block-gutter));
  }

  /* Product detail category cards are not full-bleed application mosaics; keep them inside the menu-width container. */
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-units-inner .ses-list-card-grid--2{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

@media (max-width: 575.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    left:max(18px, var(--ses-linked-block-gutter));
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    width:var(--ses-section-container);
    max-width:var(--ses-section-container);
    margin-left:auto;
    margin-right:auto;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__button{
    left:max(18px, var(--ses-linked-block-gutter));
    right:auto;
  }
}
/* ==== SES 2026-05-19 LINKED FULL-BLEED BLOCK TEXT EDGE ALIGNMENT END ==== */

/* ==== SES 2026-05-19 LINKED CARD RESPONSIVE COPY FLOW FIX START ====
   Fix squeezed 01/02/03/04 linked blocks: keep full-bleed rows, but use a stable
   inner card layout with a fixed number column and Learn More below intro text. */
body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
  --ses-linked-block-gutter:max(34px, calc((100vw - var(--ses-section-container)) / 2));
  --ses-linked-number-width:clamp(64px, 6vw, 106px);
  --ses-linked-copy-gap:clamp(18px, 2.2vw, 34px);
  --ses-linked-tile-min-height:clamp(230px, 18vw, 310px);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
  min-height:var(--ses-linked-tile-min-height);
  display:grid;
  grid-template-columns:var(--ses-linked-number-width) minmax(0, 1fr);
  grid-template-rows:auto auto;
  align-content:center;
  align-items:start;
  column-gap:var(--ses-linked-copy-gap);
  row-gap:18px;
  padding-top:clamp(34px, 4vw, 58px);
  padding-bottom:clamp(34px, 4vw, 58px);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile:nth-child(2n+1),
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile:nth-child(2n+1),
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile:nth-child(2n+1),
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile:nth-child(2n+1){
  padding-left:var(--ses-linked-block-gutter);
  padding-right:clamp(28px, 4vw, 72px);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile:nth-child(2n),
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile:nth-child(2n),
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile:nth-child(2n),
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile:nth-child(2n){
  padding-left:clamp(28px, 4vw, 72px);
  padding-right:var(--ses-linked-block-gutter);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  grid-column:1;
  grid-row:1 / span 2;
  width:var(--ses-linked-number-width);
  transform:none !important;
  font-size:clamp(50px, 5.6vw, 88px);
  line-height:.82;
  text-align:left;
  align-self:start;
  white-space:nowrap;
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
  grid-column:2;
  grid-row:1;
  width:auto !important;
  max-width:680px !important;
  min-width:0;
  margin:0 !important;
  padding:0 !important;
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy strong,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy strong,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy strong,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy strong{
  overflow-wrap:anywhere;
  hyphens:auto;
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy em,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy em,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy em,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy em{
  max-width:60ch;
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__button,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__button,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__button,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__button{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  grid-column:2;
  grid-row:2;
  justify-self:start;
  align-self:start;
  width:auto;
  min-width:132px;
  max-width:max-content;
  min-height:40px;
margin:clamp(14px, 1.4vw, 22px) 0 0 !important;  transform:none !important;
  white-space:nowrap;
}

@media (min-width: 992px){
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile:last-child:nth-child(odd),
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile:last-child:nth-child(odd){
    padding-left:var(--ses-linked-block-gutter);
    padding-right:var(--ses-linked-block-gutter);
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile:last-child:nth-child(odd) .ses-inner-tile__copy{
    max-width:min(760px, calc(var(--ses-section-container) - var(--ses-linked-number-width) - var(--ses-linked-copy-gap))) !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-number-width:clamp(58px, 5vw, 78px);
    --ses-linked-copy-gap:20px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
    min-height:250px;
  }
}

@media (max-width: 991.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-block-gutter:calc((100vw - var(--ses-section-container)) / 2);
    --ses-linked-number-width:72px;
    --ses-linked-copy-gap:20px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
    grid-template-columns:var(--ses-linked-number-width) minmax(0, 1fr);
    min-height:230px;
    padding-left:max(22px, var(--ses-linked-block-gutter)) !important;
    padding-right:max(22px, var(--ses-linked-block-gutter)) !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    max-width:none !important;
  }
}

@media (max-width: 575.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    min-height:260px;
    row-gap:12px;
    padding-top:30px;
    padding-bottom:30px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    grid-column:1;
    grid-row:1;
    width:auto;
    font-size:50px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    grid-column:1;
    grid-row:2;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__button{
    grid-column:1;
    grid-row:3;
  }
}
/* ==== SES 2026-05-19 LINKED CARD RESPONSIVE COPY FLOW FIX END ==== */

/* ==== SES 2026-05-19 LINKED TILE NUMBER WIDTH FIX START ====
   Increase the reserved number column so 02/04/06/08/10 never overlap intro copy. */
body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
  --ses-linked-number-width:clamp(96px, 8vw, 142px);
  --ses-linked-copy-gap:clamp(22px, 2.4vw, 38px);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
  grid-template-columns:minmax(96px, var(--ses-linked-number-width)) minmax(0, 1fr);
}

body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
  width:var(--ses-linked-number-width) !important;
  min-width:96px;
  max-width:142px;
  overflow:visible;
}

@media (max-width: 1199.98px) and (min-width: 992px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-number-width:clamp(92px, 7.5vw, 118px);
    --ses-linked-copy-gap:24px;
  }
}

@media (max-width: 991.98px) and (min-width: 576px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-number-width:92px;
    --ses-linked-copy-gap:22px;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    min-width:92px;
  }
}

@media (max-width: 575.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    width:auto !important;
    min-width:0;
    max-width:none;
  }
}
/* ==== SES 2026-05-19 LINKED TILE NUMBER WIDTH FIX END ==== */

/* ==== SES 2026-05-19 LINKED TILE MOBILE STACK WIDTH FIX START ====
   Desktop keeps the wide reserved number column. Tablet/mobile switch to a stacked
   flow so the copy uses the full card width instead of being squeezed beside 01/02. */
@media (max-width: 991.98px){
  body.ses-inner-page #site-main .ses-category-application-scopes > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-related-scope-section > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-page-business-units > .ses-inner-tile-grid,
  body.ses-inner-page #site-main .ses-product-link-scopes > .ses-inner-tile-grid{
    --ses-linked-number-width:auto;
    --ses-linked-copy-gap:0;
    --ses-linked-mobile-pad-x:clamp(24px, 5vw, 46px);
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) !important;
    grid-template-rows:auto auto auto !important;
    align-content:center;
    justify-items:start;
row-gap:18px;    min-height:240px;
    padding:clamp(28px, 5vw, 44px) var(--ses-linked-mobile-pad-x) !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__number,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__number{
    grid-column:1 !important;
    grid-row:1 !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(44px, 10vw, 66px);
    line-height:.86;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy{
    grid-column:1 !important;
    grid-row:2 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy strong,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy strong,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy strong,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy strong,
  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__copy em,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__copy em,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__copy em,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__copy em{
    max-width:100% !important;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  body.ses-inner-page #site-main .ses-category-application-scopes .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-related-scope-section .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-page-business-units .ses-inner-tile__button,
  body.ses-inner-page #site-main .ses-product-link-scopes .ses-inner-tile__button{
    grid-column:1 !important;
    grid-row:3 !important;
    justify-self:start;
    margin-top:10px !important;
  }
}
/* ==== SES 2026-05-19 LINKED TILE MOBILE STACK WIDTH FIX END ==== */

/* ==== SES 2026-05-19 DETAIL PAGE LINKED PRODUCT RESPONSIVE CARD GUTTER FIX START ====
   Loaded after the shared storefront bundle on category/product/page detail screens.
   Keeps responsive linked-product/category cards inside the page gutter instead of full-bleed. */
@media (max-width: 575.98px){
  body.ses-inner-page #site-main .ses-inner-related-products .ses-linked-product-list,
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:clamp(14px, 4.8vw, 22px) !important;
    padding-right:clamp(14px, 4.8vw, 22px) !important;
    gap:16px !important;
    box-sizing:border-box;
  }

  body.ses-inner-page #site-main .ses-inner-related-products .ses-linked-product-list > .ses-list-card--linked-product,
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category{
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    grid-template-columns:1fr !important;
    overflow:hidden !important;
    border-left:1px solid rgba(15,23,42,.12) !important;
    border-right:1px solid rgba(15,23,42,.12) !important;
    border-radius:0 !important;
  }

  body.ses-inner-page #site-main .ses-inner-related-products .ses-linked-product-list > .ses-list-card--linked-product .ses-list-card__media,
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media{
    display:block !important;
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:4 / 3 !important;
    background-size:contain !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
  }

  body.ses-inner-page #site-main .ses-inner-related-products .ses-linked-product-list > .ses-list-card--linked-product .ses-list-card__media::before,
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media::before{
    display:none !important;
  }
}
/* ==== SES 2026-05-19 DETAIL PAGE LINKED PRODUCT RESPONSIVE CARD GUTTER FIX END ==== */

/* Product catalog final image-frame override: keep product-list thumbnails 4:3 and cropped on all breakpoints. */
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product{
  align-items:start !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media{
  display:block !important;
  align-self:start !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:4 / 3 !important;
  padding:0 !important;
  background-image:var(--list-bg) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#f8fafc !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media::before{
  display:none !important;
}
@media(max-width:767.98px){
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media{
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
  }
}


/* ==== SES 2026-05-20 RELATED PRODUCT CENTRALIZED CTA START ====
   Category/page detail screens no longer render linked product cards inline.
   They show one branded CTA that opens /product with the relationship prefilter. */
.ses-inner-related-products--cta-only{
  padding:clamp(28px,4.2vw,48px) 0;
}
.ses-related-products-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(15,23,42,.11);
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 54%,rgba(181,37,42,.055) 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.055);
}
.ses-related-products-cta__copy{
  max-width:720px;
}
.ses-related-products-cta__copy p{
  margin:10px 0 0;
  color:#64748b;
  font-size:.96rem;
  line-height:1.6;
}
.ses-page-products__head--with-action,
.ses-related-products-cta{
  display:flex;
}
.ses-related-products-filter-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 20px;
  border:1px solid #b5252a;
  border-radius:999px;
  background:#b5252a;
  color:#fff !important;
  text-decoration:none !important;
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.085em;
  line-height:1;
  text-transform:uppercase;
  box-shadow:0 14px 26px rgba(181,37,42,.18);
  white-space:nowrap;
  transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.ses-related-products-filter-btn:hover,
.ses-related-products-filter-btn:focus{
  border-color:#171717;
  background:#171717;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(17,24,39,.18);
}
@media(max-width:767.98px){
  .ses-related-products-cta{
    align-items:flex-start;
    flex-direction:column;
    border-radius:18px;
  }
  .ses-related-products-filter-btn{
    width:100%;
    min-height:44px;
  }
}
/* ==== SES 2026-05-20 RELATED PRODUCT CENTRALIZED CTA END ==== */

/* ==== SES 2026-05-20 FULL-WIDTH RELATED PRODUCT CTA BAND START ====
   Centralized product CTA lives at the bottom of category/page detail pages before the footer. */
.ses-related-products-cta-band{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:clamp(54px,7vw,88px) 0;
  background:#171b22;
  background-image:var(--ses-related-products-cta-bg, none);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  color:#fff;
}
.ses-related-products-cta-band::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,.15) 48%,rgba(0,0,0,.42) 100%);
}
.ses-related-products-cta-band__shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:var(--ses-related-products-cta-filter,#111827);
  opacity:var(--ses-related-products-cta-filter-opacity,.62);
}
.ses-related-products-cta-band__inner{
  position:relative;
  z-index:2;
  width:var(--ses-section-container);
  max-width:var(--ses-section-container);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:clamp(18px,4vw,48px);
}
.ses-related-products-cta-band__copy{
  max-width:min(780px, 100%);
  text-shadow:0 14px 30px rgba(0,0,0,.34);
}
.ses-related-products-cta-band__eyebrow{
  margin-bottom:10px;
  color:rgba(255,255,255,.74);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.16em;
  line-height:1.1;
  text-transform:uppercase;
}
.ses-related-products-cta-band h2{
  margin:0;
  color:#fff;
  font-size:clamp(1.75rem,3.2vw,3.2rem);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.045em;
}
.ses-related-products-cta-band p{
  max-width:680px;
  margin:12px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(.98rem,1.25vw,1.12rem);
  line-height:1.65;
}
.ses-related-products-filter-btn--on-band{
  flex:0 0 auto;
  min-height:48px;
  padding:0 24px;
  border-color:#fff;
  background:#fff;
  color:#171717 !important;
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.ses-related-products-filter-btn--on-band:hover,
.ses-related-products-filter-btn--on-band:focus{
  border-color:#b5252a;
  background:#b5252a;
  color:#fff !important;
}
@media(max-width:767.98px){
  .ses-related-products-cta-band{
    padding:44px 0;
    margin-top:0;
  }
  .ses-related-products-cta-band__inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .ses-related-products-filter-btn--on-band{
    width:100%;
  }
}
/* ==== SES 2026-05-20 FULL-WIDTH RELATED PRODUCT CTA BAND END ==== */


/* ==== SES 2026-05-21 RELATED PAGE + PRODUCT RESPONSIVE IMAGE FIX START ====
   Category detail Related Pages use thumbnail-only portrait cards and expose title, brief, and CTA.
   Product detail keeps desktop gallery behavior, but narrow widths switch to the thumbnail portrait frame. */
.ses-inner-related-pages .ses-related-page-card{
  border-radius:0 !important;
  overflow:hidden;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__media{
  aspect-ratio:3 / 4 !important;
  min-height:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  border-bottom:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__media.has-image::after{
  display:none !important;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__body{
  gap:10px;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__text{
  display:-webkit-box !important;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0 0 12px;
  color:#4b5563;
  font-size:.94rem;
  line-height:1.48;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__more{
  margin-top:auto;
}

@media (max-width:991.98px){
  .ses-inner-content--product .ses-product-gallery__main,
  .ses-inner-content--product .ses-product-gallery__main img{
    border-radius:0 !important;
  }

  .ses-inner-content--product .ses-product-gallery__main img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:3 / 4 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .ses-inner-content--product .ses-product-gallery__thumbs img{
    border-radius:0 !important;
  }
}
/* ==== SES 2026-05-21 RELATED PAGE + PRODUCT RESPONSIVE IMAGE FIX END ==== */


/* ==== SES 2026-05-21 RELATED PAGE CTA ALIGNMENT FIX START ====
   Related Page card CTA follows the card text flow instead of centering itself. */
.ses-inner-related-pages .ses-related-page-card .ses-product-card__body{
  align-items:flex-start !important;
  text-align:left !important;
}

.ses-inner-related-pages .ses-related-page-card .ses-product-card__more{
  align-self:flex-start !important;
  margin-left:0 !important;
  margin-right:auto !important;
  justify-content:flex-start !important;
  text-align:left !important;
}
/* ==== SES 2026-05-21 RELATED PAGE CTA ALIGNMENT FIX END ==== */

/* ==== SES 2026-05-21 LIST PAGE THUMBNAIL 3:4 PAGES.CSS FINAL OVERRIDE START ==== */
body.ses-inner-page #site-main .ses-list-card--listing-thumb .ses-list-card__media,
body #site-main .ses-news-index .ses-list-card--listing-thumb .ses-list-card__media,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media{
  aspect-ratio:3 / 4 !important;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  background-image:var(--list-bg) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

@media(max-width:767.98px){
  body.ses-inner-page #site-main .ses-list-card--listing-thumb,
  body #site-main .ses-news-index .ses-list-card--listing-thumb{
    position:relative !important;
    display:block !important;
    aspect-ratio:3 / 4 !important;
    min-height:0 !important;
    overflow:hidden !important;
    border-radius:0 !important;
  }

  body.ses-inner-page #site-main .ses-list-card--listing-thumb .ses-list-card__media,
  body #site-main .ses-news-index .ses-list-card--listing-thumb .ses-list-card__media{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    border:0 !important;
  }

  body.ses-inner-page #site-main .ses-list-card--listing-thumb .ses-list-card__media:before,
  body #site-main .ses-news-index .ses-list-card--listing-thumb .ses-list-card__media:before{
    display:block !important;
    z-index:1 !important;
    background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.82) 100%) !important;
  }

  body.ses-inner-page #site-main .ses-list-card--listing-thumb .ses-list-card__body,
  body #site-main .ses-news-index .ses-list-card--listing-thumb .ses-list-card__body{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:2 !important;
    color:#fff !important;
    background:transparent !important;
  }
}
/* ==== SES 2026-05-21 LIST PAGE THUMBNAIL 3:4 PAGES.CSS FINAL OVERRIDE END ==== */

/* ==== SES 2026-06-03 PRODUCT IMAGE FIELD SEPARATION + 4:3 PRODUCT LIST START ====
   Product list uses real main product image only. Header images do not feed product cards.
   Desktop: 4:3 image on the left, text on the right. Mobile: 4:3 image above text. */
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product{
  display:grid !important;
  grid-template-columns:minmax(220px,.42fr) minmax(0,1fr) !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  align-items:stretch !important;
  position:relative !important;
  overflow:hidden !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media{
  position:relative !important;
  inset:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4 / 3 !important;
  padding:0 !important;
  border-right:1px solid rgba(15,23,42,.08) !important;
  border-bottom:0 !important;
  background-image:var(--list-bg) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#fff !important;
  color:#6b7280 !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product.has-no-image .ses-list-card__media{
  background-image:none !important;
  border:1px dashed rgba(15,23,42,.18) !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media::before,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media::after{
  display:none !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body{
  position:relative !important;
  inset:auto !important;
  color:#20242a !important;
  justify-content:center !important;
}
@media(max-width:767.98px){
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product{
    display:block !important;
    aspect-ratio:auto !important;
    min-height:0 !important;
  }
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3 !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
  }
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body{
    position:relative !important;
    inset:auto !important;
    z-index:1 !important;
    color:#20242a !important;
    background:#fff !important;
  }
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body h3,
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body h3 a,
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__text,
  body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__label{
    color:#20242a !important;
  }
}
/* ==== SES 2026-06-03 PRODUCT IMAGE FIELD SEPARATION + 4:3 PRODUCT LIST END ==== */

/* Product cards without real images should show a neutral placeholder, never remote demo photography. */
body #site-main .ses-list-card__media--missing{
  background:#fff !important;
  border:1px dashed rgba(15,23,42,.18) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#6b7280 !important;
  font-size:.78rem !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
body #site-main .ses-list-card__media--missing::before,
body #site-main .ses-list-card__media--missing::after{
  display:none !important;
}

/* ==== SES 2026-06-10 PRODUCT LIST STACKED 4:3 CARD PATCH START ====
   Product catalog cards should present the 4:3 product image above the text block on all viewports. */
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product{
  display:flex !important;
  flex-direction:column !important;
  grid-template-columns:none !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--listing-thumb.ses-list-card--catalog-product .ses-list-card__media{
  position:relative !important;
  inset:auto !important;
  display:flex !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4 / 3 !important;
  padding:0 !important;
  border-right:0 !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
  background-image:var(--list-bg) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#fff !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media::before,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__media::after{
  display:none !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body{
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  flex:1 1 auto !important;
  color:#20242a !important;
  background:#fff !important;
  justify-content:flex-start !important;
}
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body h3,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__body h3 a,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__text,
body.ses-inner-page #site-main .ses-products-index .ses-product-catalog-list > .ses-list-card--catalog-product .ses-list-card__label{
  color:#20242a !important;
}
/* ==== SES 2026-06-10 PRODUCT LIST STACKED 4:3 CARD PATCH END ==== */

/* Product detail optional file/video display under the main product image. */
.ses-product-detail-media{
  margin:0 0 1rem;
  padding:14px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.ses-product-detail-media h3{
  margin:0 0 .35rem;
  color:#111827;
  font-size:1rem;
  line-height:1.25;
  font-weight:800;
}
.ses-product-detail-media p{
  margin:0 0 .75rem;
  color:#64748b;
  font-size:.9rem;
  line-height:1.5;
}
.ses-product-detail-media__frame{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:#0f172a;
  aspect-ratio:16/9;
}
.ses-product-detail-media__frame iframe{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.ses-product-detail-media__video{
  display:block;
  width:100%;
  border-radius:14px;
  background:#0f172a;
}
.ses-product-detail-media__file{
  display:flex;
  align-items:center;
  gap:.65rem;
  width:100%;
  padding:.8rem .9rem;
  border:1px solid rgba(200,20,47,.22);
  border-radius:14px;
  background:#fff;
  color:#c8142f;
  font-weight:800;
  text-decoration:none;
}
.ses-product-detail-media__file:hover,
.ses-product-detail-media__file:focus{
  color:#9f1028;
  border-color:rgba(200,20,47,.42);
  background:#fff5f7;
  text-decoration:none;
}
.ses-product-detail-media__file-icon{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#f8d7de;
  font-size:1rem;
  flex:0 0 auto;
}

/* Product detail reusable file/video library list. */
.ses-product-detail-media-list{
  display:grid;
  gap:1rem;
  margin:0 0 1rem;
}
.ses-product-detail-media-list .ses-product-detail-media{
  margin-bottom:0;
}

/* ==== SES 2026-06-15 PRODUCT DETAIL BUSINESS UNITS MOBILE 3:4 SIDE MEDIA START ====
   Scope: product detail Business Units only. Keeps the mobile card as image-left/text-right
   instead of stacking the image above the copy, while using the category mobile thumbnail
   when available through --list-mobile-bg. */
.ses-product-business-units-section{
  margin-top:clamp(38px,5.5vw,78px);
}
.ses-product-business-units-section .ses-related-title-row{
  margin-bottom:clamp(18px,2.4vw,30px);
}
@media (max-width:767.98px){
  body.ses-inner-page #site-main .ses-product-business-units-section{
    margin-top:34px;
  }
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-units-inner,
  body.ses-inner-page #site-main .ses-product-business-units-inner{
    padding-top:0 !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list{
    grid-template-columns:1fr !important;
    padding-left:clamp(14px,4.8vw,22px) !important;
    padding-right:clamp(14px,4.8vw,22px) !important;
    gap:16px !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category{
    display:grid !important;
    grid-template-columns:minmax(104px,34%) minmax(0,1fr) !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    overflow:hidden !important;
    border-radius:16px !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media{
    grid-column:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:3 / 4 !important;
    align-self:stretch !important;
    background-image:var(--list-mobile-bg, var(--list-bg)) !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    border-right:1px solid rgba(15,23,42,.08) !important;
    border-bottom:0 !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media::before,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__media::before{
    display:none !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__body,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__body{
    grid-column:2 !important;
    justify-content:center !important;
    min-height:0 !important;
    padding:clamp(14px,4.2vw,20px) !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__label,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__label{
    margin-bottom:6px !important;
    font-size:10px !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category h3,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category h3{
    margin-bottom:8px !important;
    font-size:clamp(1rem,5vw,1.35rem) !important;
    letter-spacing:-.03em !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__text,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__text{
    margin-bottom:10px !important;
    font-size:.86rem !important;
    -webkit-line-clamp:2 !important;
  }
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__more,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category .ses-list-card__more{
    min-height:30px !important;
    padding:0 12px !important;
    font-size:10px !important;
  }
}
@media (max-width:390px){
  body.ses-inner-page #site-main .ses-product-business-units-inner .ses-product-business-unit-list > .ses-list-card--linked-category,
  body.ses-inner-page #site-main .ses-product-business-units-section .ses-product-business-unit-list > .ses-list-card--linked-category{
    grid-template-columns:96px minmax(0,1fr) !important;
  }
}
/* ==== SES 2026-06-15 PRODUCT DETAIL BUSINESS UNITS MOBILE 3:4 SIDE MEDIA END ==== */
