/* Visual QA pass: shared shell, responsive containment and editorial rhythm. */

:root {
  --wm-shadow-soft: 0 22px 60px -42px rgba(31, 39, 70, .5);
  --wm-shadow-card: 0 16px 36px -30px rgba(31, 39, 70, .58);
  --wm-section-space: clamp(4rem, 6.5vw, 6.25rem);
}

html { overflow-x: clip; }
body { font-weight: 400; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
.wm-container > *,
.wm-container--md > *,
.wm-container--sm > *,
.wm-home-hero__grid > *,
.wm-about-hero__grid > *,
.wm-contact-hero__grid > *,
.wm-solution-detail-hero__grid > *,
.wm-innovation-hero__grid > * { min-width: 0; }

/* Do not flash above-the-fold copy as invisible while JavaScript connects. */
.js:not(.reveal-ready) [data-reveal] { opacity: 1; transform: none; }
.js.reveal-ready [data-reveal] { will-change: opacity, transform; }
.js.reveal-ready [data-reveal].reveal-in { will-change: auto; }

/* Footer: useful shortcuts and conversion, without mirroring the main nav. */
.wm-footer__grid { grid-template-columns: minmax(18rem, 1.4fr) repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.wm-footer__brand { max-width: 22rem; }
.wm-footer__brand p { max-width: 29ch; margin: 1.2rem 0 0; line-height: 1.55; }
.wm-footer__contact a { margin: .75rem 0; }
.wm-footer__contact small, .wm-footer__contact strong { display: block; }
.wm-footer__contact small { margin-bottom: .15rem; color: rgba(255,255,255,.54); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wm-footer__contact strong { color: #fff; font-size: .9rem; font-weight: 600; }
.wm-footer__contact > span:not(.wm-portal-disabled) { margin-top: 1.25rem; }
.wm-footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
@media (max-width: 760px) {
  .wm-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.75rem; }
}
@media (max-width: 480px) {
  .wm-footer__grid { grid-template-columns: minmax(0, 1fr); }
}

/* Header */
.wm-header { box-shadow: 0 8px 28px -30px rgba(31, 39, 70, .8); }
.wm-header__contact address {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  min-height: 32px;
  padding-block: .35rem;
  font-style: normal;
}
.wm-header__contact address > span {
  margin-right: auto;
  color: rgba(255,255,255,.62);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wm-header__bar { min-height: 78px; }
.wm-header__brand { flex: 0 0 auto; }
.wm-header__nav > a,
.wm-header__solution-control > a,
.wm-header__controls button { position: relative; font-weight: 500; }
.wm-header__nav > a::after,
.wm-header__solution-control > a::after {
  content: '';
  position: absolute;
  right: .72rem;
  bottom: .42rem;
  left: .72rem;
  height: 2px;
  border-radius: 999px;
  background: var(--wm-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.wm-header__nav > a:hover::after,
.wm-header__nav > a:focus-visible::after,
.wm-header__nav > a[aria-current="page"]::after,
.wm-header__solution-control > a:hover::after,
.wm-header__solution-control > a:focus-visible::after,
.wm-header__solution-control > a[aria-current="page"]::after { transform: scaleX(1); }
.wm-header__solution-toggle {
  display: inline-grid;
  width: 36px;
  min-height: 36px;
  margin-left: -.45rem;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--wm-navy);
  font: inherit;
  cursor: pointer;
  appearance: none;
}
.wm-header__solution-toggle:hover,
.wm-header__solution-toggle:focus-visible { background: var(--wm-surface-soft); }
.wm-header__solution-toggle[aria-expanded="true"] svg,
.wm-header__portal-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.wm-header__solution-toggle svg,
.wm-header__portal-toggle svg { transition: transform 180ms ease; }
.wm-header__portal-toggle { gap: .45rem; border: 1px solid var(--wm-line) !important; border-radius: 999px !important; }
.wm-header__portal-toggle:hover,
.wm-header__portal-toggle:focus-visible { border-color: var(--wm-navy) !important; background: var(--wm-surface-soft) !important; }
.wm-header__menu-toggle { gap: .5rem; }
.wm-header__panel { padding: .65rem; }
.wm-header__panel a { padding: .75rem .85rem; }

/* Shared hierarchy */
.wm-section-heading { max-width: 50rem; }
.wm-section-heading h2,
.wm-contact-callout h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.1; letter-spacing: -.035em; }
.wm-section-heading > p:last-child { max-width: 62ch; line-height: 1.65; }
.wm-eyebrow { margin-bottom: .75rem; }
.wm-eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-right: .6rem;
  vertical-align: .22em;
  border-radius: 999px;
  background: currentColor;
}
.wm-image-slot { background: linear-gradient(145deg, #f7f9fc, #fbfcfd); }
.wm-image-slot svg { opacity: .72; }
.wm-contact-callout { padding: clamp(1.75rem, 4vw, 3rem); box-shadow: var(--wm-shadow-soft); }
.wm-contact-callout > div { max-width: 46rem; }

/* Cards */
.wm-solution-card,
.wm-service-card,
.wm-person-card,
.wm-center-card,
.wm-process-step { box-shadow: var(--wm-shadow-card); }
.wm-solution-card { padding: 1.6rem; }
.wm-solution-card__content { display: flex; flex: 1; flex-direction: column; gap: .8rem; margin-top: 1.35rem; }
.wm-solution-card h3 { font-size: 1.42rem; }
.wm-solution-card a { padding-top: .5rem; }
.wm-home-solutions__layout {
  display: grid;
  grid-template-columns: minmax(19rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}
.wm-home-solutions__heading { max-width: 31rem; }
.wm-solution-index {
  margin: 0;
  padding: 0;
  border-block: 1px solid #cbd3df;
  list-style: none;
}
.wm-solution-index__item + .wm-solution-index__item { border-top: 1px solid #cbd3df; }
.wm-solution-index__link {
  display: grid;
  grid-template-columns: 2.75rem minmax(11rem, .85fr) minmax(13rem, 1.15fr) 2.75rem;
  min-height: 7.5rem;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  color: var(--wm-navy);
  transition: background 180ms ease, color 180ms ease;
}
.wm-solution-index__index {
  align-self: start;
  padding-top: .2rem;
  color: var(--wm-red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.wm-solution-index__identity { display: grid; gap: .5rem; }
.wm-solution-index__category {
  color: var(--wm-red);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wm-solution-index h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.wm-solution-index__summary { max-width: 34ch; color: var(--wm-slate); line-height: 1.5; }
.wm-solution-index__arrow {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: .5rem;
  color: inherit;
  font-size: 1.1rem;
  transition: transform 180ms ease;
}
.wm-solution-index__link:hover,
.wm-solution-index__link:focus-visible { background: var(--wm-navy); color: #fff; }
.wm-solution-index__link:hover .wm-solution-index__category,
.wm-solution-index__link:focus-visible .wm-solution-index__category,
.wm-solution-index__link:hover .wm-solution-index__summary,
.wm-solution-index__link:focus-visible .wm-solution-index__summary { color: rgba(255,255,255,.74); }
.wm-solution-index__link:hover .wm-solution-index__arrow,
.wm-solution-index__link:focus-visible .wm-solution-index__arrow { transform: translateX(4px); }
.wm-solution-index__link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid #2563eb;
  outline-offset: -3px;
}

@media (max-width: 1023px) {
  .wm-home-solutions__layout { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .wm-solution-index__link { grid-template-columns: 2.75rem minmax(11rem, .85fr) minmax(0, 1.15fr) 2.75rem; }
}

@media (max-width: 767px) {
  .wm-home-solutions__layout { gap: 2rem; }
  .wm-solution-index__link {
    grid-template-columns: 2.25rem minmax(0, 1fr) 2.5rem;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: .75rem 1rem;
    padding: 1.25rem .75rem;
  }
  .wm-solution-index__index { grid-column: 1; grid-row: 1; }
  .wm-solution-index__identity { grid-column: 2; grid-row: 1; }
  .wm-solution-index__arrow { grid-column: 3; grid-row: 1; }
  .wm-solution-index__summary { grid-column: 2 / 4; grid-row: 2; max-width: none; font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solution-index__arrow { transition: none; }
  .wm-solution-index__link:hover .wm-solution-index__arrow,
  .wm-solution-index__link:focus-visible .wm-solution-index__arrow { transform: none; }
}

/* Solution detail: image-led editorial system shared by all service routes. */
.wm-solution-detail { --wm-detail-radius: 1rem; background: #fff; }
.wm-solution-detail__hero { padding: 2rem 0 clamp(4.5rem, 7vw, 7rem); background: var(--wm-surface); }
.wm-solution-detail__hero .wm-breadcrumbs { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.wm-solution-detail__hero-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: clamp(2.5rem, 4.5vw, 4.5rem); align-items: center; }
.wm-solution-detail__hero-copy h1 { max-width: 100%; margin: .8rem 0 1.4rem; color: var(--wm-navy); font-size: clamp(3rem, 4.2vw, 4.25rem); line-height: .96; letter-spacing: -.055em; overflow-wrap: break-word; }
.wm-solution-detail__hero-copy > p:last-of-type { max-width: 56ch; margin: 0; color: var(--wm-slate); font-size: 1.05rem; line-height: 1.65; }
.wm-solution-detail__hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; margin-top: 2rem; }
.wm-solution-detail__hero-actions > a:not(.wm-button) { padding-block: .75rem; border-bottom: 1px solid var(--wm-navy); color: var(--wm-navy); font-size: .78rem; font-weight: 800; }
.wm-solution-detail__hero-media { position: relative; min-height: 32rem; overflow: hidden; margin: 0; border: 1px solid var(--wm-line-soft); border-radius: var(--wm-detail-radius); background: #dfe4e9; box-shadow: 0 30px 70px -52px rgba(24,31,62,.65); }
.wm-solution-detail__hero-media::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(24,31,62,.62)); content: ''; pointer-events: none; }
.wm-solution-detail__hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--wm-image-position); transform: scale(var(--wm-image-scale)); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.wm-solution-detail__hero-media:hover img { transform: scale(calc(var(--wm-image-scale) + .025)); }
.wm-solution-detail__hero-media figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; gap: .85rem; align-items: center; color: #fff; }
.wm-solution-detail__hero-icon { display: grid; width: 3rem; height: 3rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: .75rem; background: rgba(24,31,62,.34); backdrop-filter: blur(8px); }
.wm-solution-detail__hero-icon svg { width: 1.4rem; height: 1.4rem; }
.wm-solution-detail__hero-media figcaption span:last-child { display: grid; gap: .15rem; }
.wm-solution-detail__hero-media figcaption small { color: rgba(255,255,255,.72); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wm-solution-detail__hero-media figcaption strong { color: #fff; font-size: 1rem; }
.wm-solution-detail__capabilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: calc(50% + 32rem); gap: 0; margin: 2.25rem 0 0 auto; padding: 0; border-top: 1px solid var(--wm-line-soft); border-bottom: 1px solid var(--wm-line-soft); list-style: none; }
.wm-solution-detail__capabilities li { display: flex; min-height: 5rem; gap: .85rem; align-items: center; padding: 1rem 1.35rem; border-right: 1px solid var(--wm-line-soft); color: var(--wm-navy); font-size: .82rem; font-weight: 700; line-height: 1.35; }
.wm-solution-detail__capabilities li:last-child { border-right: 0; }
.wm-solution-detail__capabilities span { color: var(--wm-red); font-size: .64rem; font-weight: 900; }

.wm-solution-detail__services,
.wm-solution-detail__context,
.wm-solution-detail__process,
.wm-solution-detail__related { padding-block: clamp(4.5rem, 7vw, 7rem); }
.wm-solution-detail__section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .55fr); gap: 2rem; align-items: end; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.wm-solution-detail__section-heading h2,
.wm-solution-detail__context h2,
.wm-solution-detail__faq h2 { max-width: 14ch; margin: .75rem 0 0; color: var(--wm-navy); font-size: clamp(2.5rem, 4.4vw, 4.35rem); line-height: 1; letter-spacing: -.05em; }
.wm-solution-detail__section-heading > p { max-width: 45ch; margin: 0; color: var(--wm-slate); line-height: 1.6; }
.wm-solution-detail__service-list { border-top: 1px solid var(--wm-line-soft); }
.wm-solution-detail__service { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; min-height: 8.2rem; padding: 1.5rem .4rem; border-bottom: 1px solid var(--wm-line-soft); transition: background-color .2s ease, padding .2s ease; }
.wm-solution-detail__service:hover { padding-inline: 1rem; background: var(--wm-surface); }
.wm-solution-detail__service-number { color: var(--wm-red); font-size: .7rem; font-weight: 900; }
.wm-solution-detail__service h3 { margin: 0; color: var(--wm-navy); font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.025em; }
.wm-solution-detail__service p { max-width: 70ch; margin: .45rem 0 0; color: var(--wm-slate); font-size: .88rem; line-height: 1.55; }
.wm-solution-detail__service > a { display: flex; min-width: 8.5rem; gap: 1rem; align-items: center; justify-content: space-between; color: var(--wm-navy); font-size: .74rem; font-weight: 800; }
.wm-solution-detail__service > a i { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--wm-navy); border-radius: .65rem; font-style: normal; transition: background-color .2s ease, color .2s ease; }
.wm-solution-detail__service > a:hover i { background: var(--wm-navy); color: #fff; }

.wm-solution-detail__context { background: var(--wm-navy); color: #fff; }
.wm-solution-detail__context-grid { display: grid; grid-template-columns: minmax(17rem, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); }
.wm-solution-detail__context .wm-eyebrow,
.wm-solution-detail__context h2 { color: #fff; }
.wm-solution-detail__context-groups { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.wm-solution-detail__context-groups > div { display: grid; grid-template-columns: minmax(10rem, .5fr) minmax(0, 1fr); gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.wm-solution-detail__context h3 { margin: 0; color: #fff; font-size: .8rem; }
.wm-solution-detail__context ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.wm-solution-detail__context li { position: relative; padding-left: 1rem; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.55; }
.wm-solution-detail__context li::before { position: absolute; top: .55rem; left: 0; width: .3rem; height: .3rem; border-radius: 50%; background: var(--wm-red); content: ''; }

.wm-solution-detail__process { background: var(--wm-surface); }
.wm-solution-detail__process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--wm-line-soft); list-style: none; }
.wm-solution-detail__process li { min-height: 13rem; padding: 1.7rem; border-right: 1px solid var(--wm-line-soft); }
.wm-solution-detail__process li:last-child { border-right: 0; }
.wm-solution-detail__process li > span { color: var(--wm-red); font-size: .68rem; font-weight: 900; }
.wm-solution-detail__process h3 { margin: 2.5rem 0 .6rem; color: var(--wm-navy); font-size: 1.05rem; }
.wm-solution-detail__process p { margin: 0; color: var(--wm-slate); font-size: .8rem; line-height: 1.55; }

.wm-solution-detail__faq { padding-block: clamp(4.5rem, 7vw, 7rem); background: var(--wm-surface); }
.wm-solution-detail__faq h2 { margin-bottom: 2.5rem; }
.wm-solution-detail__faq details { border-top: 1px solid var(--wm-line-soft); }
.wm-solution-detail__faq details:last-child { border-bottom: 1px solid var(--wm-line-soft); }
.wm-solution-detail__faq summary { padding: 1.35rem 0; color: var(--wm-navy); font-weight: 800; cursor: pointer; }
.wm-solution-detail__faq details p { margin: 0 0 1.35rem; color: var(--wm-slate); line-height: 1.6; }

.wm-solution-detail__related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.wm-solution-detail__related-card { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr) 2rem; gap: 1rem; align-items: center; min-height: 10rem; padding: 1.5rem; border: 1px solid var(--wm-line-soft); border-radius: var(--wm-detail-radius); background: #fff; color: var(--wm-navy); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.wm-solution-detail__related-card:hover { border-color: rgba(24,31,62,.28); transform: translateY(-3px); box-shadow: 0 24px 45px -36px rgba(24,31,62,.6); }
.wm-solution-detail__related-icon { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border-radius: .8rem; background: var(--wm-surface); }
.wm-solution-detail__related-icon svg { width: 1.45rem; height: 1.45rem; }
.wm-solution-detail__related-card > span:nth-child(2) { display: grid; gap: .25rem; }
.wm-solution-detail__related-card small { color: var(--wm-red); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wm-solution-detail__related-card strong { color: var(--wm-navy); font-size: 1.15rem; }
.wm-solution-detail__related-card em { color: var(--wm-slate); font-size: .76rem; font-style: normal; line-height: 1.45; }
.wm-solution-detail__related-card > i { font-style: normal; }

.wm-solution-detail__contact { padding: 0 0 clamp(4.5rem, 7vw, 7rem); }
.wm-solution-detail__contact aside { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(16rem, .45fr); gap: 3rem; align-items: center; padding: clamp(2rem, 4vw, 3.5rem); border-radius: var(--wm-detail-radius); background: var(--wm-navy); color: #fff; }
.wm-solution-detail__contact .wm-eyebrow,
.wm-solution-detail__contact h2 { color: #fff; }
.wm-solution-detail__contact h2 { max-width: 14ch; margin: .7rem 0; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.wm-solution-detail__contact p:last-child { max-width: 56ch; margin: 0; color: rgba(255,255,255,.7); }
.wm-solution-detail__contact aside > div:last-child { display: grid; gap: 1rem; }
.wm-solution-detail__contact aside > div:last-child > a:not(.wm-button) { display: grid; gap: .25rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.17); color: #fff; }
.wm-solution-detail__contact small { color: rgba(255,255,255,.6); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wm-solution-detail__contact strong { color: #fff; }
.wm-solution-detail__contact .wm-button { justify-content: space-between; border-color: #fff; background: #fff; color: var(--wm-navy); }

@media (min-width: 901px) and (max-width: 1366px), (min-width: 901px) and (max-height: 820px) {
  .wm-solution-detail__hero { padding-bottom: 4rem; }
  .wm-solution-detail__hero-grid { gap: 3.5rem; }
  .wm-solution-detail__hero-copy h1 { font-size: clamp(2.8rem, 4.1vw, 3.9rem); }
  .wm-solution-detail__hero-media { min-height: 27rem; }
  .wm-solution-detail__services,
  .wm-solution-detail__context,
  .wm-solution-detail__process,
  .wm-solution-detail__related { padding-block: 4.5rem; }
  .wm-solution-detail__service { min-height: 7rem; }
}

@media (max-width: 900px) {
  .wm-solution-detail__hero-grid,
  .wm-solution-detail__section-heading,
  .wm-solution-detail__context-grid,
  .wm-solution-detail__contact aside { grid-template-columns: minmax(0, 1fr); }
  .wm-solution-detail__hero-copy h1 { max-width: 100%; }
  .wm-solution-detail__hero-media { min-height: 28rem; }
  .wm-solution-detail__capabilities { max-width: none; margin-left: 0; }
  .wm-solution-detail__context-groups > div { grid-template-columns: minmax(0, 1fr); gap: .8rem; }
  .wm-solution-detail__process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-solution-detail__process li:nth-child(2) { border-right: 0; }
  .wm-solution-detail__process li:nth-child(-n+2) { border-bottom: 1px solid var(--wm-line-soft); }
}

@media (max-width: 700px) {
  .wm-solution-detail__hero { padding-top: 1.25rem; }
  .wm-solution-detail__hero-copy h1 { font-size: clamp(2.4rem, 10vw, 3.25rem); overflow-wrap: break-word; }
  .wm-solution-detail__hero-media { min-height: 22rem; }
  .wm-solution-detail__capabilities { grid-template-columns: minmax(0, 1fr); }
  .wm-solution-detail__capabilities li { min-height: 3.8rem; border-right: 0; border-bottom: 1px solid var(--wm-line-soft); }
  .wm-solution-detail__capabilities li:last-child { border-bottom: 0; }
  .wm-solution-detail__service { grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; }
  .wm-solution-detail__service > a { grid-column: 2; justify-self: start; margin-top: .5rem; }
  .wm-solution-detail__process ol,
  .wm-solution-detail__related-grid { grid-template-columns: minmax(0, 1fr); }
  .wm-solution-detail__process li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--wm-line-soft); }
  .wm-solution-detail__process li:last-child { border-bottom: 0; }
  .wm-solution-detail__process h3 { margin-top: 1.2rem; }
  .wm-solution-detail__related-card { grid-template-columns: 3rem minmax(0, 1fr) 1rem; padding: 1.25rem; }
  .wm-solution-detail__related-icon { width: 3rem; height: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solution-detail__hero-media img,
  .wm-solution-detail__service,
  .wm-solution-detail__service > a i,
  .wm-solution-detail__related-card { transition: none !important; transform: none !important; }
}

/* Salud ocupacional · Sistema de decisión */
.wm-solution-detail--system { background: #fff; }
.wm-solution-detail--system .wm-solution-detail__hero { padding-bottom: clamp(3.5rem, 6vw, 6rem); background: #111936; }
.wm-solution-detail--system .wm-solution-detail__hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.wm-solution-detail--system .wm-solution-detail__hero .wm-breadcrumbs,
.wm-solution-detail--system .wm-solution-detail__hero .wm-breadcrumbs a,
.wm-solution-detail--system .wm-solution-detail__hero .wm-breadcrumbs span { color: rgba(255,255,255,.72); }
.wm-solution-detail--system .wm-solution-detail__hero .wm-breadcrumbs a:hover { color: #fff; }
.wm-solution-detail--system .wm-solution-detail__hero-copy h1 { max-width: 100%; color: #fff; font-size: clamp(3.25rem, 5.4vw, 5.65rem); }
.wm-solution-detail--system .wm-solution-detail__hero-copy > p:last-of-type { color: rgba(255,255,255,.72); }
.wm-solution-detail--system .wm-solution-detail__hero-copy .wm-eyebrow,
.wm-solution-detail--system .wm-solution-detail__hero .wm-eyebrow { color: #ff8790; }
.wm-solution-detail--system .wm-solution-detail__hero-actions > a:not(.wm-button) { border-color: rgba(255,255,255,.65); color: #fff; }
.wm-solution-detail--system .wm-solution-detail__hero-media { border-color: rgba(255,255,255,.16); border-radius: .9rem; box-shadow: 0 28px 70px -42px rgba(0,0,0,.72); }
.wm-solution-detail--system .wm-solution-detail__capabilities { max-width: none; margin-top: 2rem; border-color: rgba(255,255,255,.16); }
.wm-solution-detail--system .wm-solution-detail__capabilities li { border-color: rgba(255,255,255,.16); color: #fff; }
.wm-solution-detail--system .wm-solution-detail__services { background: #f7f8fa; }
.wm-solution-detail--system .wm-solution-detail__section-heading h2 { max-width: 15ch; }
.wm-solution-detail--system .wm-solution-detail__service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; border-top: 0; }
.wm-solution-detail--system .wm-solution-detail__service { display: grid; grid-template-columns: 2rem minmax(0, 1fr); align-content: start; min-height: 12rem; padding: 1.35rem; border: 1px solid var(--wm-line-soft); border-radius: .65rem; background: #fff; box-shadow: 0 16px 30px -30px rgba(17,25,54,.8); }
.wm-solution-detail--system .wm-solution-detail__service:hover { padding: 1.35rem; border-color: var(--wm-red); background: #fff; transform: translateY(-2px); }
.wm-solution-detail--system .wm-solution-detail__service-number { color: var(--wm-red); }
.wm-solution-detail--system .wm-solution-detail__service h3 { font-size: 1.08rem; line-height: 1.25; }
.wm-solution-detail--system .wm-solution-detail__service p { grid-column: 2; margin-top: .55rem; font-size: .8rem; }
.wm-solution-detail--system .wm-solution-detail__service > a { grid-column: 1 / -1; min-width: 0; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--wm-line-soft); font-size: .7rem; }
.wm-solution-detail--system .wm-solution-detail__service > a i { width: 2rem; height: 2rem; border-radius: .45rem; }
.wm-solution-detail--system .wm-solution-detail__context { background: #e9edf2; color: var(--wm-navy); }
.wm-solution-detail--system .wm-solution-detail__context-grid { grid-template-columns: minmax(19rem, .82fr) minmax(0, 1.18fr); }
.wm-solution-detail--system .wm-solution-detail__context .wm-eyebrow,
.wm-solution-detail--system .wm-solution-detail__context h2 { color: var(--wm-navy); }
.wm-solution-detail--system .wm-solution-detail__context h2 { max-width: 16ch; }
.wm-solution-detail--system .wm-solution-detail__context-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; max-width: 42rem; gap: .75rem; margin-inline: auto; border-top: 0; }
.wm-solution-detail--system .wm-solution-detail__context-groups > div { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 2.75rem minmax(0, 1fr); align-content: start; min-height: 12rem; padding: 1.15rem; border: 1px solid #d5dce5; border-radius: .6rem; background: #fff; }
.wm-solution-detail--system .wm-solution-detail__context-index { color: var(--wm-red); font-size: .68rem; font-weight: 900; }
.wm-solution-detail--system .wm-solution-detail__context h3 { display: flex; min-height: 2.75rem; align-items: center; color: var(--wm-navy); font-size: .82rem; }
.wm-solution-detail--system .wm-solution-detail__context ul { gap: .5rem; }
.wm-solution-detail--system .wm-solution-detail__context li { padding-left: 0; color: var(--wm-slate); font-size: .78rem; }
.wm-solution-detail--system .wm-solution-detail__context li::before { display: none; }
.wm-solution-detail--system .wm-solution-detail__context {
  background-color: #e9edf2;
  background-image: radial-gradient(circle, rgba(45,51,78,.20) 1.5px, transparent 1.7px);
  background-size: 58px 58px;
  animation: wm-dots-drift 7s linear infinite;
}
.wm-solution-detail--system .wm-solution-detail__related { background: #111936; }
.wm-solution-detail--system .wm-solution-detail__related .wm-eyebrow,
.wm-solution-detail--system .wm-solution-detail__related h2 { color: #fff; }
.wm-solution-detail--system .wm-solution-detail__related .wm-eyebrow { color: #ff8790; }
.wm-solution-detail--system .wm-solution-detail__related-card { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; }
.wm-solution-detail--system .wm-solution-detail__related-card:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.13); }
.wm-solution-detail--system .wm-solution-detail__related-icon { background: rgba(255,255,255,.12); }
.wm-solution-detail--system .wm-solution-detail__related-card strong,
.wm-solution-detail--system .wm-solution-detail__related-card em,
.wm-solution-detail--system .wm-solution-detail__related-card > i { color: #fff; }
.wm-solution-detail--system .wm-solution-detail__contact { padding-block: clamp(4rem, 7vw, 7rem); }
.wm-solution-detail--system .wm-solution-detail__contact aside { border-radius: .9rem; }

@media (max-width: 900px) {
  .wm-solution-detail--system .wm-solution-detail__hero-grid,
  .wm-solution-detail--system .wm-solution-detail__context-grid { grid-template-columns: minmax(0, 1fr); }
  .wm-solution-detail--system .wm-solution-detail__service-list,
  .wm-solution-detail--system .wm-solution-detail__context-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .wm-solution-detail--system .wm-solution-detail__hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .wm-solution-detail--system .wm-solution-detail__service-list,
  .wm-solution-detail--system .wm-solution-detail__context-groups { grid-template-columns: minmax(0, 1fr); }
  .wm-solution-detail--system .wm-solution-detail__service { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solution-detail--system .wm-solution-detail__context { animation: none; }
}

/* Bienestar laboral · misma estructura, paleta invertida */
.wm-solution-detail--system-inverse .wm-solution-detail__hero { background: #f7f8fa; }
.wm-solution-detail--system-inverse .wm-solution-detail__hero-grid { grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero .wm-breadcrumbs,
.wm-solution-detail--system-inverse .wm-solution-detail__hero .wm-breadcrumbs a,
.wm-solution-detail--system-inverse .wm-solution-detail__hero .wm-breadcrumbs span { color: var(--wm-slate); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero .wm-breadcrumbs a:hover { color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero-copy h1 { color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero-copy > p:last-of-type { color: var(--wm-slate); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero-copy .wm-eyebrow,
.wm-solution-detail--system-inverse .wm-solution-detail__hero .wm-eyebrow { color: var(--wm-red); }
.wm-solution-detail--system-inverse .wm-solution-detail__hero-actions > a:not(.wm-button) { border-color: var(--wm-navy); color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__capabilities { border-color: rgba(45,51,78,.18); }
.wm-solution-detail--system-inverse .wm-solution-detail__capabilities li { border-color: rgba(45,51,78,.18); color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__services { background: #111936; }
.wm-solution-detail--system-inverse .wm-solution-detail__services .wm-eyebrow { color: #ff8790; }
.wm-solution-detail--system-inverse .wm-solution-detail__services .wm-solution-detail__section-heading h2 { color: #fff; }
.wm-solution-detail--system-inverse .wm-solution-detail__services .wm-solution-detail__section-heading > p { color: rgba(255,255,255,.7); }
.wm-solution-detail--system-inverse .wm-solution-detail__context { background-color: #fff; background-image: none; animation: none; }
.wm-solution-detail--system-inverse .wm-solution-detail__related {
  background-color: #f7f8fa;
  background-image: radial-gradient(circle, rgba(45,51,78,.20) 1.5px, transparent 1.7px);
  background-size: 58px 58px;
  animation: wm-dots-drift 7s linear infinite;
}
.wm-solution-detail--system-inverse .wm-solution-detail__related .wm-eyebrow,
.wm-solution-detail--system-inverse .wm-solution-detail__related h2 { color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__related .wm-eyebrow { color: var(--wm-red); }
.wm-solution-detail--system-inverse .wm-solution-detail__related-card { border-color: var(--wm-line-soft); background: #fff; color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__related-card:hover { border-color: rgba(24,31,62,.28); background: #fff; }
.wm-solution-detail--system-inverse .wm-solution-detail__related-icon { background: var(--wm-surface); }
.wm-solution-detail--system-inverse .wm-solution-detail__related-card strong { color: var(--wm-navy); }
.wm-solution-detail--system-inverse .wm-solution-detail__related-card em { color: var(--wm-slate); }
.wm-solution-detail--system-inverse .wm-solution-detail__related-card > i { color: var(--wm-navy); }
@media (max-width: 900px) {
  .wm-solution-detail--system-inverse .wm-solution-detail__hero-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solution-detail--system-inverse .wm-solution-detail__related { animation: none; }
}

/* Imágenes hero recortadas · composición casi cuadrada y sin texto incrustado */
.wm-solution-detail--cropped-media .wm-solution-detail__hero-media { min-height: 0; aspect-ratio: 5 / 4; }
.wm-solution-detail--cropped-media .wm-solution-detail__hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none; }
.wm-solution-detail--cropped-media .wm-solution-detail__hero-media:hover img { transform: none; }
.wm-solution-detail--terrain-service .wm-solution-detail__context { padding-block: clamp(3rem, 5vw, 4.5rem); }
.wm-solution-detail--terrain-service .wm-solution-detail__context-grid { grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr); align-items: center; }
.wm-solution-detail--terrain-service .wm-solution-detail__context-groups { align-self: center; }
.wm-solution-detail--terrain-service .wm-solution-detail__context-groups > div { padding-block: 1.15rem; }

@media (max-width: 900px) {
  .wm-solution-detail--terrain-service .wm-solution-detail__context-grid { grid-template-columns: minmax(0, 1fr); }
}
.wm-service-card { position: relative; display: flex; overflow: hidden; flex-direction: column; padding: 1.65rem; }
.wm-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.65rem;
  width: 42px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--wm-red);
}
.wm-service-card a { margin-top: auto; padding-top: 1rem; }
.wm-person-card { transition: transform 180ms ease, box-shadow 180ms ease; }
.wm-person-card:hover { transform: translateY(-3px); box-shadow: var(--wm-shadow-soft); }

/* Page heroes: supporting panels remove the empty half-screen found in hubs. */
.wm-page-hero { padding: clamp(4.75rem, 7.5vw, 7rem) 0; border-bottom: 1px solid var(--wm-line-soft); }
.wm-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(20rem, .88fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.wm-page-hero__copy { min-width: 0; }
.wm-page-hero__aside {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--wm-radius-card);
  background: var(--wm-navy);
  color: #fff;
  box-shadow: 0 28px 58px -40px rgba(18, 24, 49, .8);
}
.wm-page-hero__aside::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  width: 54px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--wm-red);
}
.wm-page-hero__aside-label { margin: 0 0 1rem; color: rgba(255,255,255,.64); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.wm-page-hero__links,
.wm-page-hero__index { margin: 0; padding: 0; list-style: none; }
.wm-page-hero__links li + li { border-top: 1px solid rgba(255,255,255,.15); }
.wm-page-hero__links a { display: grid; grid-template-columns: 2rem 1fr auto; gap: .7rem; align-items: center; padding: .85rem 0; color: #fff; }
.wm-page-hero__links a span { color: #fff; font-size: .72rem; font-weight: 700; }
.wm-page-hero__links a strong { font-size: .95rem; }
.wm-page-hero__links a i { color: #fff; font-style: normal; transition: transform 180ms ease; }
.wm-page-hero__links a:hover i,
.wm-page-hero__links a:focus-visible i { transform: translateX(4px); }
.wm-page-hero__index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.wm-page-hero__index li { min-width: 0; padding: .75rem; border: 1px solid rgba(255,255,255,.16); border-radius: .75rem; background: rgba(255,255,255,.055); }
.wm-page-hero__index span,
.wm-page-hero__index strong { display: block; }
.wm-page-hero__index span { color: #fff; font-size: .68rem; font-weight: 700; }
.wm-page-hero__index strong { margin-top: .3rem; overflow-wrap: anywhere; color: #fff; font-size: .78rem; line-height: 1.25; }
.wm-page-hero__aside .wm-center-legend { margin: 1.25rem 0; color: #fff; }
.wm-page-hero__aside .wm-center-legend span { flex: 1; padding: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: .85rem; background: rgba(255,255,255,.055); }
.wm-page-hero__aside > p:last-child { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.55; }
.wm-industries-hero { position: relative; overflow: hidden; border-bottom: 0; background: linear-gradient(90deg, #fff 0%, #f2f3f3 50%, #34363b 100%); }
.wm-industries-hero__background { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: right center; pointer-events: none; }
.wm-industries-hero::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 36%, rgba(255,255,255,.08) 76%), linear-gradient(0deg, #fff 0%, rgba(255,255,255,.72) 8%, rgba(255,255,255,.22) 18%, rgba(255,255,255,0) 32%); pointer-events: none; }
.wm-industries-hero > .wm-container { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .wm-industries-hero__background { object-fit: cover; object-position: 68% center; }
  .wm-industries-hero::after {
    background:
      linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.72) 30%, rgba(255,255,255,.08) 70%, rgba(255,255,255,0) 100%),
      linear-gradient(0deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.16) 8%, rgba(255,255,255,0) 18%);
  }
}

@media (max-width: 560px) {
  .wm-industries-hero { background: #fff; }
  .wm-industries-hero__background,
  .wm-industries-hero::after { display: none; }
}

@media (max-width: 1100px) {
  .wm-centers-hero { background: var(--wm-surface); }
  .wm-centers-hero::after { display: none !important; }
  .wm-centers-hero__background { display: none !important; }
}

/* Homepage and institutional rhythm. */
.wm-home-hero,
.wm-home-solutions { padding: var(--wm-section-space) 0; }
.wm-home-hero__visual,
.wm-home-why__visual,
.wm-home-industries__visual { margin: 0; overflow: hidden; }
.wm-home-hero__visual {
  position: relative;
  align-self: center;
  aspect-ratio: 1;
  border-radius: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  box-shadow: var(--wm-shadow-soft);
}
.wm-home-hero__image,
.wm-home-why__image,
.wm-home-industries__image { display: block; width: 100%; height: 100%; }
.wm-home-hero__image { object-fit: contain; }
.wm-home-why__visual {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--wm-radius-card);
  box-shadow: 0 24px 54px -34px rgba(0,0,0,.7);
}
.wm-home-why__image { object-fit: cover; }
.wm-home-industries__image { object-fit: contain; }
.wm-home-industries__explorer {
  --wm-home-industry-size: clamp(27rem, 36vw, 31.25rem);
  display: grid;
  grid-template-columns: clamp(12rem, 16vw, 13.75rem) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  width: min(100%, 78rem);
  height: var(--wm-home-industry-size);
  max-height: 31.25rem;
  margin: 3rem auto 0;
  overflow: hidden;
  border: 1px solid #cbd3df;
  border-radius: .75rem;
  background: #eef1f5;
  box-shadow: 0 26px 55px -40px rgba(27,38,72,.42);
}
.wm-home-industries__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(9, minmax(0, 1fr));
  min-width: 0;
  min-height: 0;
  gap: 0;
  overflow: hidden;
  border-right: 1px solid var(--wm-line-soft);
  background: #fff;
}
.wm-industry-chip {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: .55rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--wm-line-soft);
  border-radius: 0;
  background: #fff;
  color: var(--wm-navy);
  font: inherit;
  font-size: .84rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}
.wm-industry-chip:last-child { border-bottom: 0; }
.wm-industry-chip:hover { background: #f4f6f9; }
.wm-industry-chip:focus-visible { position: relative; z-index: 1; outline: 3px solid #2563eb; outline-offset: -3px; }
.wm-industry-chip.is-active { background: var(--wm-navy); color: #fff; }
.wm-industry-chip__index { color: var(--wm-red); font-size: .68rem; font-weight: 750; letter-spacing: .08em; }
.wm-industry-chip.is-active .wm-industry-chip__index { color: #fff; }
.wm-home-industries__stage {
  display: grid;
  grid-template-columns: var(--wm-home-industry-size) minmax(19.875rem, 1fr);
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: var(--wm-navy);
}
.wm-home-industries__media {
  display: grid;
  min-width: 0;
  height: 100%;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: #eef1f5;
}
.wm-home-industries__details {
  display: flex;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  color: #fff;
}
.wm-home-industries__details-body { padding: clamp(1.75rem, 3vw, 2.5rem); }
.wm-home-industries__details-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.wm-home-industries__details .wm-eyebrow { margin: 0; color: rgba(255,255,255,.72); }
.wm-home-industries__details .wm-eyebrow::before { background: var(--wm-red); }
.wm-home-industries__index { color: var(--wm-red); font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.wm-home-industries__details h3 {
  max-width: 100%;
  margin: clamp(1.75rem, 3vw, 2.75rem) 0 0;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.wm-home-industries__details h3 + p { margin: 1rem 0 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.wm-home-industries__footer { border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.wm-home-industries__footer a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem clamp(1.75rem, 3vw, 2.5rem); color: #fff; font-weight: 700; transition: background 180ms ease; }
.wm-home-industries__footer a:hover,
.wm-home-industries__footer a:focus-visible { background: rgba(255,255,255,.055); }
.wm-home-industries__cta-arrow { min-width: 1.25rem; color: #fff; font-size: 1.25rem; font-weight: 700; line-height: 1; text-align: right; transition: transform 180ms ease; }
.wm-home-industries__footer a:hover .wm-home-industries__cta-arrow,
.wm-home-industries__footer a:focus-visible .wm-home-industries__cta-arrow { transform: translateX(4px); }

/* Industries page: square photograph, context card and controls below. */
.wm-industries-selector { padding-block: clamp(3.5rem, 6vw, 5.5rem); background: linear-gradient(180deg, #fff 0%, var(--wm-surface-soft) 24%, var(--wm-surface-soft) 100%); }
.wm-industries-selector__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.wm-industries-preview--two-column { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--wm-line-soft); border-radius: var(--wm-radius-card); background: var(--wm-surface-soft); }
.wm-industries-preview--two-column .wm-industries-preview__slot { min-height: 0; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; border-right: 0; background: var(--wm-surface-soft); }
.wm-industries-preview--two-column .wm-industries-preview__image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.wm-industries-preview--two-column .wm-industries-preview__copy { min-width: 0; padding: clamp(1.5rem, 3vw, 3rem); background: #fff; }
.wm-industries-preview--two-column .wm-industries-preview__copy h3 { font-size: clamp(1.8rem, 3vw, 2.75rem); }
.wm-industries-preview--two-column .wm-industries-preview__context { padding-top: 1rem; }
.wm-industries-preview__copy--navy { background: var(--wm-navy) !important; color: #fff; }
.wm-industries-preview__copy--navy .wm-eyebrow { color: rgba(255,255,255,.72); }
.wm-industries-preview__copy--navy h3 { color: #fff; }
.wm-industries-preview__copy--navy { display: flex; flex-direction: column; }
.wm-industries-preview__copy--navy > p:not(.wm-eyebrow),
.wm-industries-preview__copy--navy .wm-industries-preview__context { color: rgba(255,255,255,.78); }
.wm-industries-preview__copy--navy .wm-industries-preview__context { border-top-color: rgba(255,255,255,.2); }
.wm-industries-preview__copy--navy .wm-industries-preview__all { color: #fff; }
.wm-industries-preview__copy--navy .wm-industries-preview__all { margin-top: auto; padding-top: 1.5rem; }
.wm-industries-preview--two-column.wm-industries-preview--image-compact { grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); }
.wm-industries-preview--image-compact .wm-industries-preview__slot { align-self: start; width: 100%; }
.wm-industries-preview--image-compact .wm-industries-preview__copy { padding-block: clamp(1.5rem, 3vw, 3rem); }
.wm-industries-selector__grid > .wm-industries-selector__controls { grid-column: 1 / -1; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .6rem; }
.wm-industries-selector__grid > .wm-industries-selector__controls--responsive .wm-ind-row { min-height: clamp(2.75rem, 6vh, 3.75rem); padding-block: clamp(.65rem, 1.6vh, 1rem); padding-inline: clamp(.75rem, 1.5vw, 1.25rem); font-size: clamp(.82rem, 1vw, .95rem); }

@media (max-width: 900px) {
  .wm-industries-preview--two-column { grid-template-columns: 1fr; }
  .wm-industries-preview--two-column.wm-industries-preview--image-compact { grid-template-columns: 1fr; }
  .wm-industries-preview--two-column .wm-industries-preview__slot { border-right: 0; border-bottom: 1px solid var(--wm-line); }
  .wm-industries-selector__grid > .wm-industries-selector__controls { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .wm-industries-selector { padding-block: 3.5rem; }
  .wm-industries-selector__grid > .wm-industries-selector__controls { grid-template-columns: 1fr; }
  .wm-industries-preview--two-column .wm-industries-preview__copy { padding: 1.5rem; }
}

@media (min-width: 1280px) {
  .wm-home-industries__details-body { padding: clamp(2.25rem, 3vw, 3rem); }
  .wm-home-industries__details h3 { font-size: clamp(2.15rem, 3vw, 2.65rem); }
  .wm-home-industries__footer a { padding-inline: clamp(2.25rem, 3vw, 3rem); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wm-home-industries__explorer { display: block; width: 100%; height: auto; max-height: none; margin-top: 2.25rem; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .wm-home-industries__controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; gap: .55rem; margin-bottom: .9rem; border: 0; background: transparent; }
  .wm-industry-chip { min-height: 2.75rem; border: 1px solid var(--wm-line-soft); border-radius: 999px; }
  .wm-home-industries__stage { grid-template-columns: minmax(0, 1fr) minmax(18rem, .8fr); height: clamp(23rem, 48vw, 27rem); border: 1px solid #cbd3df; border-radius: .875rem; }
}

@media (max-width: 767px) {
  .wm-home-industries__explorer { display: block; width: 100%; height: auto; max-height: none; margin-top: 1.75rem; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .wm-home-industries__controls { display: flex; flex-wrap: nowrap; gap: .55rem; margin-inline: -4vw; padding: .2rem 4vw .75rem; overflow-x: auto; border: 0; background: transparent; scroll-snap-type: x proximity; scrollbar-width: none; }
  .wm-home-industries__controls::-webkit-scrollbar { display: none; }
  .wm-industry-chip { display: inline-grid; grid-template-columns: auto auto; flex: 0 0 auto; width: auto; min-height: 2.75rem; gap: .55rem; padding-inline: 1rem; border: 1px solid var(--wm-line-soft); border-radius: 999px; scroll-snap-align: start; }
  .wm-home-industries__stage { grid-template-columns: minmax(0, 1fr); height: auto; border: 1px solid #cbd3df; border-radius: .75rem; }
  .wm-home-industries__media { aspect-ratio: 1; height: auto; }
  .wm-home-industries__details { min-height: 18rem; }
  .wm-home-industries__details-body { padding: 1.75rem; }
  .wm-home-industries__details h3 { margin-top: 2rem; }
  .wm-home-industries__footer a { padding-inline: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-industry-chip { transition: none; }
  .wm-home-industries__cta-arrow { transition: none; }
}
.wm-home-trust { padding: clamp(3.25rem, 5vw, 4.5rem) 0; }
.wm-home-trust__logos .wm-image-slot { min-height: 6.25rem; }
.wm-home-trust { overflow: hidden; }
.wm-home-trust__heading { max-width: 48rem; }
.wm-logo-marquee {
  --wm-logo-card-width: clamp(10rem, 15vw, 12.5rem);
  position: relative;
  margin-top: 2.25rem;
  overflow: hidden;
  border-block: 1px solid var(--wm-line-soft);
  outline: none;
  padding: 1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.wm-logo-marquee:focus-visible { box-shadow: inset 0 0 0 2px var(--wm-navy); }
.wm-logo-marquee__track {
  display: flex;
  width: max-content;
  animation: wm-logo-flow 34s linear infinite;
  will-change: transform;
}
.wm-logo-marquee__group { display: flex; gap: 1rem; padding-right: 1rem; }
.wm-logo-marquee:hover .wm-logo-marquee__track,
.wm-logo-marquee:focus .wm-logo-marquee__track { animation-play-state: paused; }
.wm-client-logo {
  display: grid;
  width: var(--wm-logo-card-width);
  height: 7.5rem;
  flex: 0 0 var(--wm-logo-card-width);
  margin: 0;
  place-items: center;
  border: 1px solid var(--wm-line-soft);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px -24px rgba(45,51,78,.65);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.wm-client-logo:hover {
  z-index: 1;
  transform: translateY(-4px);
  border-color: var(--wm-line);
  box-shadow: 0 18px 34px -24px rgba(45,51,78,.55);
}
.wm-client-logo img {
  display: block;
  width: auto;
  max-width: 72%;
  height: auto;
  max-height: 3.75rem;
  object-fit: contain;
}
.wm-strategic-partners {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, .78fr) minmax(0, 1.22fr);
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  align-items: stretch;
  margin-top: 2.5rem;
  padding-block: 1rem;
  padding-inline: clamp(1.15rem, 2vw, 1.6rem);
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: .9rem;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 44px -38px rgba(45,51,78,.55);
}
.wm-strategic-partners__heading {
  display: grid;
  align-content: center;
  padding: .4rem .35rem;
}
.wm-strategic-partners__heading > p:last-child {
  max-width: 30rem;
  margin: .65rem 0 0;
  color: var(--wm-slate);
  line-height: 1.55;
}
.wm-strategic-partners__heading > div > p:last-child {
  max-width: 26rem;
  margin: .55rem 0 0;
  color: var(--wm-slate);
  line-height: 1.5;
}
.wm-strategic-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--wm-line-soft);
  border-radius: .75rem;
  background: var(--wm-surface-soft);
  counter-reset: strategic-partner;
}
.wm-strategic-partner {
  position: relative;
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 7.2rem;
  margin: 0;
  padding: 1rem 2.65rem 1rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  counter-increment: strategic-partner;
  transition: background-color 180ms ease;
}
.wm-strategic-partner + .wm-strategic-partner { border-left: 1px solid var(--wm-line-soft); }
.wm-strategic-partner::after {
  position: absolute;
  top: .85rem;
  right: .9rem;
  color: var(--wm-red);
  content: "0" counter(strategic-partner);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.wm-strategic-partner:hover { background: #fff; }
.wm-strategic-partner__logo {
  display: grid;
  min-height: 5rem;
  place-items: center;
  border: 1px solid rgba(210,216,229,.72);
  border-radius: .6rem;
  background: #fff;
}
.wm-strategic-partner img { display: block; max-width: 82%; max-height: 3.75rem; object-fit: contain; }
.wm-strategic-partner figcaption { max-width: 17ch; color: var(--wm-navy); font-size: .92rem; font-weight: 750; line-height: 1.35; }
@keyframes wm-logo-flow { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  .wm-logo-marquee { --wm-logo-card-width: 9.25rem; }
  .wm-logo-marquee__track { animation-duration: 26s; }
  .wm-client-logo { height: 6.5rem; }
  .wm-strategic-partners { grid-template-columns: minmax(0, 1fr); }
  .wm-strategic-partners__grid { grid-template-columns: minmax(0, 1fr); }
  .wm-strategic-partner + .wm-strategic-partner { border-top: 1px solid var(--wm-line-soft); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-logo-marquee { overflow: visible; margin-inline: 0; -webkit-mask-image: none; mask-image: none; }
  .wm-logo-marquee__track { width: 100%; animation: none; }
  .wm-logo-marquee__group { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-right: 0; }
  .wm-logo-marquee__group[aria-hidden="true"] { display: none; }
  .wm-client-logo { width: 100%; min-width: 0; }
  .wm-client-logo:hover, .wm-strategic-partner:hover { transform: none; }
}

@media (max-width: 620px) and (prefers-reduced-motion: reduce) {
  .wm-logo-marquee__group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   Nosotros: personas, propósito y evidencia.
   Fotografías reales, rojo reservado para señales y una interacción de
   valores que mejora progresivamente sin ocultar contenido esencial.
   -------------------------------------------------------------------------- */
.wm-about-hero,
.wm-about-purpose,
.wm-about-leadership,
.wm-about-values-section,
.wm-about-contact { padding: clamp(4.5rem, 6.6vw, 6.75rem) 0; }

.wm-about-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  background: linear-gradient(90deg, #fff 0%, #f7f8f8 56%, #e9eef0 100%);
}
.wm-about-hero__grid {
  grid-template-columns: minmax(20rem, .88fr) minmax(0, 1.12fr);
  gap: clamp(2.5rem, 5.5vw, 6rem);
  align-items: center;
}
.wm-about-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
}
.wm-about-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 36%, rgba(255,255,255,.12) 76%),
    linear-gradient(0deg, #fff 0%, rgba(255,255,255,.72) 8%, rgba(255,255,255,.22) 18%, rgba(255,255,255,0) 32%);
  content: '';
  pointer-events: none;
}
.wm-about-hero > .wm-container { position: relative; z-index: 1; }
.wm-about-hero__copy { position: relative; z-index: 1; }
.wm-about-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 4.55vw, 4.75rem);
  line-height: 1.01;
  letter-spacing: -.052em;
}
.wm-about-hero__lead {
  max-width: 48ch;
  margin: 1.5rem 0 0;
  color: var(--wm-slate);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.65;
}
.wm-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin-top: 2rem;
}
.wm-about-hero__note {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--wm-navy);
  font-size: .86rem;
  font-weight: 700;
}
.wm-about-hero__note svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: var(--wm-red);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-about-hero__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.5 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: var(--wm-surface-soft);
  box-shadow: 0 30px 72px -50px rgba(31,39,70,.72);
}
.wm-about-hero__media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2rem;
  width: 4rem;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--wm-red);
  content: '';
}
.wm-about-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.wm-about-hero__media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: .2rem;
  max-width: 16rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(31,39,70,.92);
  color: #fff;
  font-size: .82rem;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}
.wm-about-hero__media figcaption span {
  color: rgba(255,255,255,.62);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wm-about-purpose { background: var(--wm-surface-soft); }
.wm-about-mission--who-we-are { padding-bottom: 0; }
.wm-about-vision--who-we-are { padding-top: 0; }
.wm-about-transition {
  padding: clamp(2rem, 3.5vw, 3rem) 0;
  background: var(--wm-surface-soft);
}
.wm-about-transition__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 28rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.25rem, 4vw, 4rem);
}
.wm-about-transition__line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wm-line));
}
.wm-about-transition__line:last-child { background: linear-gradient(90deg, var(--wm-line), transparent); }
.wm-about-transition__content { display: grid; justify-items: center; gap: .55rem; text-align: center; }
.wm-about-transition__content .wm-eyebrow { margin: 0; }
.wm-about-transition__content > p:last-child {
  max-width: 32rem;
  margin: 0;
  color: var(--wm-slate);
  font-size: .9rem;
  line-height: 1.55;
}
.wm-about-transition__mark {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--wm-red);
  box-shadow: 0 0 0 .35rem rgba(204,45,59,.1);
}
.wm-about-direction-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px -34px rgba(31,39,70,.65);
}
.wm-about-direction-card::before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--wm-red);
  content: '';
}
.wm-about-direction-card--vision::before { background: var(--wm-navy); }
.wm-about-direction-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--wm-slate);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.wm-about-direction-card__number { color: var(--wm-red); font-size: .72rem; }
.wm-about-direction-card .wm-eyebrow { margin-bottom: .45rem; }
.wm-about-direction-card h2 { margin-bottom: 0; }
.wm-about-direction-card > p:not(.wm-eyebrow) {
  margin-top: 1.1rem;
  color: var(--wm-slate);
  font-size: .95rem;
  line-height: 1.65;
}
.wm-about-direction-card__focus {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wm-line-soft);
}
.wm-about-direction-card__focus span {
  padding: .38rem .6rem;
  border: 1px solid rgba(204,45,59,.22);
  border-radius: 999px;
  color: var(--wm-navy);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
}
.wm-about-direction-card--vision .wm-about-direction-card__focus span {
  border-color: rgba(45,51,78,.2);
}
.wm-about-contrast {
  padding: clamp(4.5rem, 6.6vw, 6.75rem) 0;
  background: var(--wm-surface-soft);
}
.wm-about-contrast__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 62px -46px rgba(31,39,70,.76);
}
.wm-about-contrast__panel {
  position: relative;
  display: flex;
  min-height: 30rem;
  flex-direction: column;
  padding: clamp(1.6rem, 3.2vw, 3rem);
}
.wm-about-contrast__panel--mission { background: #fff; }
.wm-about-contrast__panel--vision {
  border-left: 1px solid rgba(255,255,255,.14);
  background: var(--wm-navy);
  color: #fff;
}
.wm-about-contrast__panel-head {
  position: static;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(3rem, 6vw, 4.75rem);
}
.wm-about-contrast__panel-head .wm-eyebrow { margin: 0; }
.wm-about-contrast__number {
  position: absolute;
  z-index: 2;
  top: clamp(3rem, 4vw, 3.8rem);
  right: clamp(1.6rem, 3.2vw, 3rem);
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--wm-red);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}
.wm-about-contrast__panel--vision .wm-eyebrow,
.wm-about-contrast__panel--vision .wm-about-contrast__number { color: var(--wm-coral); }
.wm-about-contrast__ring {
  position: absolute;
  top: clamp(3rem, 4vw, 3.8rem);
  right: clamp(1.6rem, 3.2vw, 3rem);
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--wm-red);
  border-radius: 50%;
  opacity: .9;
}
.wm-about-contrast__ring::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--wm-red);
  content: '';
  opacity: .35;
  transform: translate(-50%, -50%);
}
.wm-about-contrast__panel--vision .wm-about-contrast__ring,
.wm-about-contrast__panel--vision .wm-about-contrast__ring::after { color: var(--wm-coral); }
.wm-about-contrast__copy { position: relative; z-index: 1; max-width: 28rem; }
.wm-about-contrast .wm-about-contrast__copy h2 {
  margin: 0 0 1rem;
  color: var(--wm-navy);
  font-size: clamp(2.35rem, 4.5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.wm-about-contrast .wm-about-contrast__copy p {
  margin: 0;
  color: var(--wm-slate);
  font-size: .98rem;
  line-height: 1.65;
}
.wm-about-contrast .wm-about-contrast__panel--vision .wm-about-contrast__copy h2 { color: #fff; }
.wm-about-contrast .wm-about-contrast__panel--vision .wm-about-contrast__copy p { color: #d8deed; }
.wm-about-contrast__pillars {
  display: grid;
  position: static;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: auto;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(212,47,66,.2);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
}
.wm-about-contrast__pillars::before { display: none; }
.wm-about-contrast__pillar {
  padding-left: .65rem;
  border-left: 2px solid var(--wm-red);
}
.wm-about-contrast__pillar strong {
  display: block;
  color: var(--wm-navy);
  font-size: .78rem;
  line-height: 1.2;
}
.wm-about-contrast__pillar span {
  display: block;
  margin-top: .35rem;
  color: var(--wm-slate);
  font-size: .68rem;
  line-height: 1.35;
}
.wm-about-contrast__panel--vision .wm-about-contrast__pillars { border-color: rgba(255,255,255,.2); }
.wm-about-contrast__panel--vision .wm-about-contrast__pillar { border-color: var(--wm-coral); }
.wm-about-contrast__panel--vision .wm-about-contrast__pillar strong { color: #fff; }
.wm-about-contrast__panel--vision .wm-about-contrast__pillar span { color: #cdd4e6; }
.wm-about-purpose__grid {
  display: grid;
  grid-template-columns: minmax(18rem, .78fr) minmax(32rem, 1.22fr);
  gap: clamp(2.75rem, 6vw, 6rem);
  align-items: center;
}
.wm-about-purpose__copy { max-width: 35rem; }
.wm-about-purpose__copy h2,
.wm-about-leadership__intro h2,
.wm-about-values__intro h2,
.wm-about-evidence__heading h2 {
  margin: 0;
  color: var(--wm-navy);
  font-size: clamp(2.35rem, 3.8vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.wm-about-purpose__copy > p:not(.wm-eyebrow) {
  max-width: 54ch;
  margin: 1.35rem 0 0;
  color: var(--wm-slate);
  font-size: 1.04rem;
  line-height: 1.65;
}
.wm-about-purpose__statement {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  max-width: 38ch;
  margin-top: 2rem !important;
  color: var(--wm-navy) !important;
  font-size: .9rem !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
.wm-about-purpose__statement::before {
  width: 1.65rem;
  height: 2px;
  flex: 0 0 auto;
  margin-top: .63rem;
  background: var(--wm-red);
  content: '';
}
.wm-about-purpose__impact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.45rem, 3vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    var(--wm-navy);
  background-size: 2rem 2rem;
  box-shadow: 0 26px 56px -42px rgba(22,30,61,.88);
  color: #fff;
}
.wm-about-purpose__impact::before {
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: -4.5rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 2.9rem rgba(255,255,255,.025), 0 0 0 5.8rem rgba(255,255,255,.018);
  content: '';
}
.wm-about-purpose__impact-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.72);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-about-purpose__impact-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: clamp(1.8rem, 3.2vw, 3.25rem);
}
.wm-about-purpose__impact-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto 1fr;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  transition: transform 260ms cubic-bezier(.22,1,.36,1), border-color 220ms ease, background-color 220ms ease;
}
.wm-about-purpose__impact-card:hover {
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.1);
  transform: translateY(-6px);
}
.wm-about-purpose__impact-index {
  color: var(--wm-red);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.wm-about-purpose__impact-icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: var(--wm-navy);
  color: #fff;
  box-shadow: 0 0 0 .32rem var(--wm-navy);
}
.wm-about-purpose__impact-icon svg,
.wm-about-evidence__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-about-purpose__impact-copy { display: grid; align-content: start; gap: .35rem; }
.wm-about-purpose__impact-copy strong { color: #fff; font-size: .95rem; line-height: 1.2; }
.wm-about-purpose__impact-copy span { color: rgba(255,255,255,.73); font-size: .78rem; line-height: 1.45; }
.wm-about-purpose__impact-caption {
  max-width: 54ch;
  margin: clamp(1.5rem, 3vw, 2.4rem) 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  line-height: 1.5;
}
/* Quiénes somos: la opción de doble panel necesita una lectura más abierta
   y no debe heredar el antiguo fondo azul de los indicadores de Nosotros. */
.wm-about-contrast .wm-about-contrast__panel {
  width: 100%;
  max-width: none;
  min-height: 36rem;
  padding: clamp(2.25rem, 4vw, 4rem);
}
.wm-about-contrast .wm-about-contrast__panel-head { margin-bottom: clamp(3.25rem, 7vw, 5.5rem); }
.wm-about-contrast .wm-about-contrast__copy p {
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}
.wm-about-contrast .wm-about-contrast__pillars {
  position: static;
  overflow: visible;
  padding: 1.35rem 0 0;
  border: 0;
  border-top: 1px solid rgba(212,47,66,.22);
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: inherit;
}
.wm-about-contrast .wm-about-contrast__pillars::before { display: none; content: none; }
.wm-about-contrast .wm-about-contrast__pillar strong { font-size: .9rem; }
.wm-about-contrast .wm-about-contrast__pillar span { font-size: .78rem; line-height: 1.45; }
.wm-about-contrast .wm-about-contrast__panel--vision .wm-about-contrast__pillars { border-top-color: rgba(255,255,255,.22); }
.js.reveal-ready .wm-about-purpose__impact[data-reveal] .wm-about-purpose__impact-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 460ms cubic-bezier(.22,1,.36,1), border-color 220ms ease, background-color 220ms ease;
}
.js.reveal-ready .wm-about-purpose__impact[data-reveal].reveal-in .wm-about-purpose__impact-card { opacity: 1; transform: none; }
.js.reveal-ready .wm-about-purpose__impact[data-reveal].reveal-in .wm-about-purpose__impact-card:nth-child(2) { transition-delay: 90ms; }
.js.reveal-ready .wm-about-purpose__impact[data-reveal].reveal-in .wm-about-purpose__impact-card:nth-child(3) { transition-delay: 180ms; }

.wm-about-leadership { background: #fff; }
.wm-about-leadership__intro,
.wm-about-evidence__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}
.wm-about-leadership__intro > p,
.wm-about-values__intro > p:last-child,
.wm-about-evidence__heading > p {
  max-width: 48ch;
  margin: 0;
  color: var(--wm-slate);
  font-size: 1.02rem;
  line-height: 1.65;
}
.wm-about-orbit {
  --wm-orbit-portrait: clamp(8.5rem, 11vw, 10.25rem);
  position: relative;
  isolation: isolate;
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
  overflow: hidden;
  padding: clamp(1.6rem, 2.7vw, 2.25rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.45rem, 2.5vw, 2rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: var(--wm-navy);
  box-shadow: 0 26px 60px -44px rgba(31,39,70,.9);
  color: #fff;
}
.wm-about-orbit::before,
.wm-about-orbit::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.wm-about-orbit::before {
  right: -7rem;
  bottom: -12rem;
  width: 25rem;
  height: 25rem;
}
.wm-about-orbit::after {
  right: -1.5rem;
  bottom: -7rem;
  width: 16rem;
  height: 16rem;
}
.wm-about-orbit__label {
  margin: 0 0 clamp(1.15rem, 2vw, 1.6rem);
  color: #d6dce7;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.wm-about-orbit__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.75rem);
}
.wm-about-orbit__line {
  position: absolute;
  top: calc(var(--wm-orbit-portrait) / 2);
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(255,255,255,.2);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(.22,1,.36,1);
}
.wm-about-orbit.reveal-in .wm-about-orbit__line { transform: scaleX(1); }
.wm-about-person {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wm-about-person__media {
  position: relative;
  width: var(--wm-orbit-portrait);
  height: var(--wm-orbit-portrait);
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: var(--wm-navy);
  box-shadow: 0 0 0 5px var(--wm-navy), 0 14px 32px -22px rgba(0,0,0,.9);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.wm-about-person__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}
.wm-about-person__node {
  position: absolute;
  right: calc(var(--wm-orbit-portrait) * .1464 - 7.5px);
  bottom: calc(var(--wm-orbit-portrait) * .1464 - 7.5px);
  width: 15px;
  height: 15px;
  border: 3px solid var(--wm-navy);
  border-radius: 50%;
  background: var(--wm-red);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}
.wm-about-person:hover .wm-about-person__media,
.wm-about-person:focus-within .wm-about-person__media {
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 0 0 5px var(--wm-navy), 0 18px 38px -22px rgba(0,0,0,.95);
}
.wm-about-person:hover .wm-about-person__media img { transform: scale(1.02); }
.wm-about-person__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 1rem .25rem 0;
}
.wm-about-person__group {
  order: 2;
  margin: .55rem 0 0;
  color: #cbd3e1;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.wm-about-person h3 {
  order: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.wm-about-person__role {
  order: 3;
  max-width: 25ch;
  margin: .28rem 0 0;
  color: rgba(235,239,247,.74);
  font-size: clamp(.74rem, .9vw, .84rem);
  line-height: 1.42;
}

.wm-about-values-section {
  border-block: 1px solid var(--wm-line-soft);
  background: var(--wm-surface-soft);
}
.wm-about-values__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .55fr);
  column-gap: clamp(2rem, 6vw, 6rem);
  row-gap: .9rem;
  align-items: end;
}
.wm-about-values__intro .wm-eyebrow,
.wm-about-values__intro h2 { grid-column: 1; }
.wm-about-values__intro .wm-eyebrow { margin-bottom: 0; }
.wm-about-values__intro > p:last-child { grid-column: 2; grid-row: 1 / 3; }
.wm-work-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.55rem, 1vw, .85rem);
  margin: clamp(2.5rem, 4.5vw, 4rem) 0 0;
  padding: 0;
  list-style: none;
}
.wm-work-value { min-width: 0; }
.wm-work-value__card {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: var(--wm-navy);
  box-shadow: 0 20px 48px -40px rgba(31,39,70,.88);
  color: #fff;
  transition: box-shadow 220ms ease, transform 220ms ease;
}
.wm-work-value__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}
.wm-work-value__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.105);
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}
.wm-work-value__shade {
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(29,37,67,.78) 34%, rgba(29,37,67,.98) 100%);
  pointer-events: none;
}
.wm-work-value__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 57%;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1rem, 1.45vw, 1.3rem);
}
.wm-work-value__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .7rem;
}
.wm-work-value__number {
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.wm-work-value__icon {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  color: #fff;
  backdrop-filter: blur(8px);
}
.wm-work-value__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.wm-work-value__content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.wm-work-value__content p {
  margin: .55rem 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(.76rem, .84vw, .86rem);
  line-height: 1.48;
}
.wm-work-value__accent {
  width: 2.5rem;
  height: 2px;
  margin-top: .9rem;
  background: var(--wm-red);
  transition: width 220ms ease;
}
.wm-work-value__card:hover,
.wm-work-value__card:focus-visible {
  box-shadow: 0 28px 54px -38px rgba(31,39,70,.95);
  transform: translateY(-4px);
}
.wm-work-value__card:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.wm-work-value__card:hover .wm-work-value__media img,
.wm-work-value__card:focus-visible .wm-work-value__media img { transform: scale(1.115); }
.wm-work-value__card:hover .wm-work-value__accent,
.wm-work-value__card:focus-visible .wm-work-value__accent { width: 4rem; }

.js.reveal-ready .wm-work-values[data-reveal] .wm-work-value {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease, transform 480ms cubic-bezier(.22,1,.36,1);
}
.js.reveal-ready .wm-work-values[data-reveal].reveal-in .wm-work-value { opacity: 1; transform: none; }
.js.reveal-ready .wm-work-values[data-reveal].reveal-in .wm-work-value:nth-child(2) { transition-delay: 80ms; }
.js.reveal-ready .wm-work-values[data-reveal].reveal-in .wm-work-value:nth-child(3) { transition-delay: 160ms; }
.js.reveal-ready .wm-work-values[data-reveal].reveal-in .wm-work-value:nth-child(4) { transition-delay: 240ms; }

.wm-about-evidence {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 6.6vw, 6.75rem) 0;
  overflow: hidden;
  background: var(--wm-navy);
  color: #fff;
}
.wm-about-evidence::before {
  position: absolute;
  z-index: -1;
  top: -18rem;
  right: -10rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.018), 0 0 0 10rem rgba(255,255,255,.012);
  content: '';
}
.wm-about-evidence__heading h2 { max-width: 14ch; color: #fff; }
.wm-about-evidence__heading > p { color: rgba(255,255,255,.7); }
.wm-about-evidence .wm-eyebrow--light { color: rgba(255,255,255,.72); }
.wm-about-evidence__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(2.5rem, 4.5vw, 4rem) 0 0;
  padding: 0;
  border-block: 1px solid rgba(255,255,255,.18);
}
.wm-about-evidence__item {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1rem;
  align-content: center;
  min-height: 11rem;
  padding: 1.5rem;
}
.wm-about-evidence__item + .wm-about-evidence__item { border-left: 1px solid rgba(255,255,255,.15); }
.wm-about-evidence__icon {
  display: grid;
  grid-row: 1 / 3;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  color: #fff;
}
.wm-about-evidence__item dt {
  align-self: end;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.wm-about-evidence__item dd {
  margin: .45rem 0 0;
  color: rgba(255,255,255,.66);
  font-size: .78rem;
  line-height: 1.4;
}
.wm-about-evidence__link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.75rem;
  color: #fff;
  font-weight: 750;
}
.wm-about-evidence__link span { transition: transform 180ms ease; }
.wm-about-evidence__link:hover,
.wm-about-evidence__link:focus-visible { color: #fff; }
.wm-about-evidence__link:hover span,
.wm-about-evidence__link:focus-visible span { transform: translateX(4px); }
.wm-about-evidence__link:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }

.wm-about-contact { background: var(--wm-surface-soft); }

@media (max-width: 1180px) and (min-width: 901px) {
  .wm-about-hero,
  .wm-about-purpose,
  .wm-about-leadership,
  .wm-about-values-section,
  .wm-about-contact,
  .wm-about-evidence { padding-block: 4.25rem; }
  .wm-about-hero h1 { font-size: clamp(3rem, 4.4vw, 3.9rem); }
  .wm-about-hero__grid { gap: 3rem; }
  .wm-about-purpose__grid { grid-template-columns: minmax(17rem, .74fr) minmax(28rem, 1.26fr); gap: 2.75rem; }
  .wm-about-purpose__impact { padding: 1.45rem; }
  .wm-about-purpose__impact-card { padding: .85rem; }
  .wm-about-person { grid-template-columns: minmax(10rem, .68fr) minmax(0, 1fr); min-height: 14rem; }
  .wm-about-evidence__item { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto; gap: .8rem; }
  .wm-about-evidence__icon { grid-row: auto; }
}

@media (max-width: 900px) {
  .wm-about-hero__background { object-fit: cover; object-position: 68% center; }
  .wm-about-hero::after {
    background:
      linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.72) 30%, rgba(255,255,255,.08) 70%, rgba(255,255,255,0) 100%),
      linear-gradient(0deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.16) 8%, rgba(255,255,255,0) 18%);
  }
  .wm-about-hero__grid,
  .wm-about-purpose__grid,
  .wm-about-leadership__intro,
  .wm-about-values__intro,
  .wm-about-evidence__heading { grid-template-columns: minmax(0, 1fr); }
  .wm-about-contrast .wm-about-contrast__panel { min-height: 31rem; padding: 2rem; }
  .wm-about-hero__copy { max-width: 44rem; }
  .wm-about-hero h1 { max-width: 13ch; }
  .wm-about-purpose__copy { max-width: 44rem; }
  .wm-about-purpose__impact { max-width: 48rem; }
  .wm-about-leadership__intro > p,
  .wm-about-values__intro > p:last-child,
  .wm-about-evidence__heading > p { max-width: 58ch; }
  .wm-about-values__intro .wm-eyebrow,
  .wm-about-values__intro h2,
  .wm-about-values__intro > p:last-child { grid-column: auto; grid-row: auto; }
  .wm-about-values__intro .wm-eyebrow { margin-bottom: 0; }
  .wm-work-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-about-evidence__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-about-evidence__item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .wm-about-evidence__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 700px) {
  .wm-about-hero,
  .wm-about-purpose,
  .wm-about-leadership,
  .wm-about-values-section,
  .wm-about-evidence,
  .wm-about-contact { padding-block: 4rem; }
  .wm-about-hero__actions { align-items: flex-start; flex-direction: column; }
  .wm-about-contrast { padding-block: 4rem; }
  .wm-about-contrast__split { grid-template-columns: minmax(0, 1fr); }
  .wm-about-contrast .wm-about-contrast__panel { min-height: 29rem; padding: 1.75rem; }
  .wm-about-contrast__panel--vision { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .wm-about-transition__inner { grid-template-columns: 1fr; gap: .9rem; }
  .wm-about-transition__line { width: min(10rem, 60%); height: 1px; margin: 0 auto; background: var(--wm-line); }
  .wm-about-transition__line:last-child { background: var(--wm-line); }
  .wm-about-hero__media { aspect-ratio: 1.45 / 1; }
  .wm-about-hero__media figcaption { right: .75rem; bottom: .75rem; left: .75rem; max-width: none; }
  .wm-about-purpose__impact { padding: 1.25rem; border-radius: 12px; }
  .wm-about-purpose__impact-track { grid-template-columns: minmax(0, 1fr); gap: .65rem; margin-top: 1.6rem; }
  .wm-about-purpose__impact-card { grid-template-columns: 2.7rem minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 1rem; align-items: start; padding: 1rem; }
  .wm-about-purpose__impact-index { grid-column: 1; grid-row: 1; align-self: center; }
  .wm-about-purpose__impact-icon { grid-column: 1; grid-row: 2; }
  .wm-about-purpose__impact-copy { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .wm-about-purpose__impact-caption { margin-top: 1.35rem; }
  .wm-about-people { grid-template-columns: minmax(0, 1fr); }
  .wm-about-person { grid-template-columns: minmax(9.75rem, .58fr) minmax(0, 1fr); min-height: 13rem; }
}

@media (max-width: 480px) {
  .wm-about-hero h1 { font-size: clamp(2.5rem, 12vw, 3.25rem); overflow-wrap: normal; }
  .wm-about-hero__media figcaption { position: static; max-width: none; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
  .wm-about-purpose__copy h2,
  .wm-about-leadership__intro h2,
  .wm-about-values__intro h2,
  .wm-about-evidence__heading h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .wm-about-contrast .wm-about-contrast__panel { min-height: 29rem; padding: 1.35rem; }
  .wm-about-contrast__panel-head { margin-bottom: 3.25rem; }
  .wm-about-contrast__pillars { gap: .55rem; }
  .wm-about-contrast__pillar { padding-left: .45rem; }
  .wm-about-contrast__pillar strong { font-size: .7rem; }
  .wm-about-contrast__pillar span { font-size: .62rem; }
  .wm-about-person { grid-template-columns: minmax(0, 1fr); }
  .wm-about-person__media { border-right: 0; border-bottom: 1px solid var(--wm-line-soft); }
  .wm-about-person__media img { aspect-ratio: 1 / 1; }
  .wm-about-person__copy { min-height: 10rem; }
  .wm-about-evidence__grid { grid-template-columns: minmax(0, 1fr); }
  .wm-about-evidence__item + .wm-about-evidence__item { border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .wm-about-evidence__item { min-height: 9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-about-person,
  .wm-about-person__media img,
  .wm-about-orbit__line,
  .wm-work-value,
  .wm-work-value__card,
  .wm-work-value__media img,
  .wm-work-value__accent,
  .wm-about-evidence__link span { transition: none; }
  .wm-about-person:hover,
  .wm-about-person:hover .wm-about-person__media img,
  .wm-work-value__card:hover,
  .wm-work-value__card:focus-visible,
  .wm-work-value__card:hover .wm-work-value__media img,
  .wm-work-value__card:focus-visible .wm-work-value__media img,
  .wm-about-evidence__link:hover span,
  .wm-about-evidence__link:focus-visible span { transform: none; }
  .wm-work-value__card:hover .wm-work-value__media img,
  .wm-work-value__card:focus-visible .wm-work-value__media img { transform: scale(1.105); }
  .js.reveal-ready .wm-work-values[data-reveal] .wm-work-value { opacity: 1; transform: none; transition: none; }
  .wm-about-orbit__line { transform: scaleX(1); }
  .wm-about-purpose__impact-card { transition: none; }
  .js.reveal-ready .wm-about-purpose__impact[data-reveal] .wm-about-purpose__impact-card { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .wm-about-orbit { --wm-orbit-portrait: clamp(8.25rem, 20vw, 9.5rem); }
  .wm-about-orbit__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.25rem;
  }
  .wm-about-orbit__line { display: none; }
  .wm-about-person { min-height: 0; }
}

@media (max-width: 600px) {
  .wm-work-values {
    display: flex;
    width: calc(100% + 1rem);
    gap: .85rem;
    padding: .25rem 1rem 1rem 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 1rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .wm-work-value { flex: 0 0 86%; scroll-snap-align: start; }
  .wm-about-orbit {
    --wm-orbit-portrait: clamp(6.8rem, 31vw, 8.1rem);
    padding-inline: 1rem;
  }
  .wm-about-orbit__track { gap: 1.8rem .65rem; }
  .wm-about-person { min-height: 0; }
  .wm-about-person__media {
    border-right: 1px solid rgba(255,255,255,.42);
    border-bottom: 1px solid rgba(255,255,255,.42);
  }
  .wm-about-person__media img { aspect-ratio: auto; }
  .wm-about-person__copy { min-height: 0; padding-top: .85rem; }
  .wm-about-person h3 { font-size: clamp(.98rem, 4vw, 1.12rem); }
}

@media (max-width: 390px) {
  .wm-about-orbit { --wm-orbit-portrait: 9rem; }
  .wm-about-orbit__track { grid-template-columns: minmax(0, 1fr); }
}

.wm-home-why,
.wm-home-industries,
.wm-home-process,
.wm-home-centers,
.wm-home-contact,
.wm-about-hero,
.wm-about-history,
.wm-about-team,
.wm-about-metrics,
.wm-about-contact,
.wm-centers-network,
.wm-centers-modalities,
.wm-innovation-capabilities,
.wm-innovation-people { padding: var(--wm-section-space) 0; }
.wm-person-grid--founders { max-width: none; }
.wm-person-grid--founders .wm-person-card { display: grid; grid-template-columns: minmax(10rem, .72fr) minmax(0, 1fr); grid-template-rows: auto auto 1fr; column-gap: 1.5rem; }
.wm-person-grid--founders .wm-image-slot { grid-row: 1 / 4; }
.wm-person-grid--founders .wm-person-card h3 { margin-top: .35rem; }
/* Centers: map and list operate as one workspace on wide screens. */
.wm-centers-filters { margin-bottom: 1.25rem; }
.wm-centers-filter-group { box-shadow: var(--wm-shadow-card); }
.wm-centers-explorer { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(20rem, .65fr); gap: 1rem; align-items: stretch; }
.wm-centers-explorer > .wm-centers-map { min-height: 38rem; }
.wm-centers-explorer > .wm-centers-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: .75rem;
  max-height: 38rem;
  margin-top: 0;
  padding-right: .45rem;
  overflow: auto;
  scrollbar-color: var(--wm-line) transparent;
}
.wm-center-card { transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.wm-center-card:hover,
.wm-center-card:focus-visible { border-color: var(--wm-line); box-shadow: var(--wm-shadow-soft); transform: translateY(-2px); }

/* Contact: direct channels appear in the first viewport. */
.wm-contact-hero__quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 2rem; }
.wm-contact-hero__quick a { display: grid; gap: .2rem; padding: 1rem; border: 1px solid var(--wm-line); border-radius: .9rem; background: #fff; color: var(--wm-navy); box-shadow: var(--wm-shadow-card); }
.wm-contact-hero__quick a:hover,
.wm-contact-hero__quick a:focus-visible { border-color: var(--wm-navy); color: var(--wm-navy); }
.wm-contact-hero__quick span { color: var(--wm-red); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wm-contact-hero__quick strong { overflow-wrap: anywhere; font-size: .92rem; }
.wm-contact-hero__visual { min-width: 0; }

/* Contact: a focused inquiry form with direct channels beside it. */
.wm-contact-page {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5.5vw, 5.5rem) 0 clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(31,39,70,.055) 0 14rem, transparent 14.1rem),
    radial-gradient(circle at 2% 96%, rgba(31,39,70,.04) 0 18rem, transparent 18.1rem),
    #fff;
}
.wm-contact-page__grid {
  display: grid;
  grid-template-columns: minmax(24rem, .86fr) minmax(0, 1.14fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.wm-contact-form-card {
  position: relative;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: var(--wm-navy);
  box-shadow: 0 30px 70px -42px rgba(24,31,62,.78);
  color: #fff;
}
.wm-contact-form-card::after {
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.wm-contact-form-card__heading { position: relative; z-index: 1; margin-bottom: 1.5rem; }
.wm-contact-form-card .wm-eyebrow { color: rgba(255,255,255,.68); }
.wm-contact-form-card .wm-eyebrow::before { background: var(--wm-red); }
.wm-contact-form-card h2 { margin: .55rem 0 .45rem; color: #fff; font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.1; }
.wm-contact-form-card__heading > p:last-child { max-width: 35rem; margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.5; }
.wm-contact-form__feedback { position: relative; z-index: 1; margin: 0 0 1rem; padding: .75rem .9rem; border-left: 3px solid; font-size: .8rem; line-height: 1.45; }
.wm-contact-form__feedback--success { border-color: #7bd8a9; background: rgba(123,216,169,.1); color: #fff; }
.wm-contact-form__feedback--error { border-color: #ff8d98; background: rgba(255,141,152,.1); color: #fff; }
.wm-contact-form { position: relative; z-index: 1; display: grid; gap: 1rem; }
.wm-contact-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.wm-contact-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.wm-contact-form label { display: grid; gap: .42rem; min-width: 0; }
.wm-contact-form label > span { color: rgba(255,255,255,.9); font-size: .76rem; font-weight: 700; }
.wm-contact-form label em { color: #fff; font-style: normal; }
.wm-contact-form input,
.wm-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: var(--wm-navy);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.wm-contact-form input::placeholder,
.wm-contact-form textarea::placeholder { color: #9aa0b2; opacity: 1; }
.wm-contact-form input { min-height: 3rem; padding: .7rem .85rem; }
.wm-contact-form textarea { min-height: 7.2rem; padding: .8rem .85rem; resize: vertical; }
.wm-contact-form input:focus,
.wm-contact-form textarea:focus { border-color: var(--wm-red); box-shadow: 0 0 0 3px rgba(210,45,57,.18); }
.wm-contact-form__footer { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: center; margin-top: .25rem; }
.wm-contact-form button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .75rem 1.1rem;
  border: 1px solid var(--wm-red);
  border-radius: 8px;
  background: var(--wm-red);
  color: #fff;
  font: inherit;
  font-size: .86rem;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.wm-contact-form button:hover,
.wm-contact-form button:focus-visible { border-color: #fff; background: transparent; color: #fff; }
.wm-contact-form button:hover span { transform: translateX(2px); }
.wm-contact-form button span { transition: transform 160ms ease; }
.wm-contact-form__privacy { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.6); font-size: .72rem; line-height: 1.45; }
.wm-contact-form__footer p { margin: 0; color: rgba(255,255,255,.6); font-size: .7rem; line-height: 1.4; }
.wm-contact-page__content { max-width: 43rem; }
.wm-contact-page__content h1 { max-width: 13ch; margin: .75rem 0 1.15rem; color: var(--wm-navy); font-size: clamp(2.75rem, 5vw, 5.15rem); line-height: .98; letter-spacing: -.052em; }
.wm-contact-page__lead { max-width: 38rem; margin: 0; color: var(--wm-slate); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65; }
.wm-contact-page .wm-contact-hero__quick { margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.wm-contact-page .wm-contact-hero__quick a {
  grid-template-columns: 2.6rem minmax(0, 1fr);
  align-items: center;
  gap: .8rem;
  min-width: 0;
  padding: .85rem;
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.wm-contact-page .wm-contact-hero__quick a:hover,
.wm-contact-page .wm-contact-hero__quick a:focus-visible { border-color: rgba(31,39,70,.38); background: var(--wm-surface-soft); }
.wm-contact-page .wm-contact-hero__quick svg { width: 2.6rem; height: 2.6rem; padding: .65rem; border-radius: 8px; background: var(--wm-surface-soft); fill: none; stroke: var(--wm-navy); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.wm-contact-page .wm-contact-hero__quick span { display: grid; gap: .15rem; min-width: 0; color: inherit; letter-spacing: 0; text-transform: none; }
.wm-contact-page .wm-contact-hero__quick small { color: var(--wm-red); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wm-contact-page .wm-contact-hero__quick strong { color: var(--wm-navy); font-size: .82rem; }
.wm-contact-page__topics { margin-top: clamp(1.75rem, 3vw, 2.5rem); padding-top: 1.5rem; border-top: 1px solid var(--wm-line-soft); }
.wm-contact-page__topics ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.35rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.wm-contact-page__topics li { display: flex; gap: .6rem; align-items: flex-start; color: var(--wm-slate); font-size: .82rem; line-height: 1.45; }
.wm-contact-page__topics li span { display: grid; flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; place-items: center; border: 1px solid var(--wm-line); border-radius: 50%; color: var(--wm-red); font-size: .65rem; font-weight: 800; }

@media (max-width: 1100px) {
  .wm-contact-page__grid { grid-template-columns: minmax(22rem, .92fr) minmax(0, 1.08fr); gap: 3rem; }
  .wm-contact-page__content h1 { font-size: clamp(2.65rem, 5vw, 4rem); }
  .wm-contact-page__topics ul { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 820px) {
  .wm-contact-page__grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .wm-contact-page__content { grid-row: 1; max-width: none; }
  .wm-contact-page__content h1 { max-width: 15ch; }
  .wm-contact-page__topics ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .wm-contact-page { padding-top: 2rem; }
  .wm-contact-page__content h1 { font-size: clamp(2.4rem, 11vw, 3.15rem); }
  .wm-contact-form-card { padding: 1.35rem; }
  .wm-contact-form__row,
  .wm-contact-form__footer,
  .wm-contact-page .wm-contact-hero__quick,
  .wm-contact-page__topics ul { grid-template-columns: minmax(0, 1fr); }
  .wm-contact-form__footer { align-items: start; }
  .wm-contact-form button { width: 100%; }
}

/* Homepage process: one connected route with I+D as a transverse layer. */
.wm-home-process__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}
.wm-home-process__lead {
  max-width: 34rem;
  justify-self: end;
}
.wm-home-process__lead p {
  margin: 0 0 1.1rem;
  color: var(--wm-slate);
  font-size: 1.02rem;
  line-height: 1.65;
}
.wm-home-process__lead a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--wm-navy);
  font-weight: 700;
  text-decoration: none;
}
.wm-home-process__lead a span,
.wm-process-id-layer__cta > span:last-child { transition: transform 180ms ease; }
.wm-home-process__lead a:hover span,
.wm-home-process__lead a:focus-visible span,
.wm-process-id-layer__cta:hover > span:last-child,
.wm-process-id-layer__cta:focus-visible > span:last-child { transform: translateX(4px); }
.wm-home-process__lead a:focus-visible,
.wm-process-id-layer__cta:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.wm-process-path {
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 58px -46px rgba(31, 39, 70, .72);
}
.wm-process-path__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 2.25rem 0 2.75rem;
  list-style: none;
}
.wm-process-path__steps::before,
.wm-process-path__steps::after {
  position: absolute;
  z-index: 0;
  top: 5.65rem;
  right: calc(25% - 2rem);
  left: 2rem;
  height: 2px;
  content: '';
}
.wm-process-path__steps::before { background: #dce2ec; }
.wm-process-path__steps::after {
  background: var(--wm-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(.22, 1, .36, 1) 80ms;
}
.wm-process-path.reveal-in .wm-process-path__steps::after { transform: scaleX(1); }
.wm-process-path__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 clamp(1.25rem, 2.25vw, 2rem);
}
.wm-process-path__number {
  display: block;
  color: var(--wm-red);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.wm-process-path__marker {
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 1rem;
  place-items: center;
  border: 2px solid var(--wm-red);
  border-radius: 50%;
  background: #fff;
  color: var(--wm-navy);
  box-shadow: 0 0 0 7px #fff;
}
.wm-process-path__marker svg,
.wm-process-id-layer__capability svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-process-path__step h3 {
  max-width: 15rem;
  margin: 1.5rem 0 .65rem;
  color: var(--wm-navy);
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}
.wm-process-path__step p {
  max-width: 17rem;
  margin: 0;
  color: var(--wm-slate);
  font-size: .92rem;
  line-height: 1.55;
}

.wm-process-id-layer {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(15rem, .9fr) minmax(0, 1.55fr) minmax(11rem, .48fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 3.5vw, 3rem);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.12);
  background: var(--wm-navy);
  color: #fff;
}
.wm-process-id-layer::before {
  position: absolute;
  z-index: -1;
  top: -7rem;
  right: 4%;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255,255,255,.018), 0 0 0 8rem rgba(255,255,255,.012);
  content: '';
}
.wm-process-id-layer__eyebrow {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin: 0 0 .7rem;
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-process-id-layer__eyebrow::before {
  width: 22px;
  height: 2px;
  background: var(--wm-red);
  content: '';
}
.wm-process-id-layer__intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.wm-process-id-layer__intro > p:last-child {
  margin: .8rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.55;
}
.wm-process-id-layer__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.wm-process-id-layer__capability {
  display: grid;
  min-width: 0;
  min-height: 6.25rem;
  grid-template-rows: auto 1fr;
  gap: .8rem;
  align-content: start;
  padding: .25rem clamp(1rem, 2vw, 1.65rem);
  border-left: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.76);
}
.wm-process-id-layer__capability svg { color: #fff; }
.wm-process-id-layer__capability span {
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}
.wm-process-id-layer__cta {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: clamp(1rem, 2vw, 1.75rem);
  border-left: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}
.wm-process-id-layer__cta > span:last-child {
  flex: 0 0 auto;
  font-size: 1.2rem;
}

/* Keep the route visible while its line and stations reveal internally. */
.js .wm-process-path[data-reveal] { opacity: 1; transform: none; }
.js.reveal-ready .wm-process-path[data-reveal] .wm-process-path__step {
  transform: translateY(10px);
  transition: transform 360ms ease var(--step-delay, 0ms);
}
.js.reveal-ready .wm-process-path[data-reveal].reveal-in .wm-process-path__step { transform: none; }

@media (max-width: 1180px) and (min-width: 901px) {
  .wm-process-id-layer { grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr); }
  .wm-process-id-layer__cta {
    grid-column: 1 / -1;
    min-height: auto;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .wm-home-process__intro { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .wm-home-process__lead { max-width: 40rem; justify-self: start; }
  .wm-process-path__steps {
    grid-template-columns: minmax(0, 1fr);
    padding: 2.25rem 1.5rem 2.5rem;
  }
  .wm-process-path__steps::before,
  .wm-process-path__steps::after {
    top: 3.75rem;
    right: auto;
    bottom: 6.5rem;
    left: 3rem;
    width: 2px;
    height: auto;
  }
  .wm-process-path__steps::after {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .wm-process-path.reveal-in .wm-process-path__steps::after { transform: scaleY(1); }
  .wm-process-path__step {
    display: grid;
    min-height: 8.25rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 1.1rem;
    align-content: start;
    padding: 0 0 1.65rem;
  }
  .wm-process-path__number { grid-column: 2; grid-row: 1; }
  .wm-process-path__marker {
    z-index: 1;
    grid-column: 1;
    grid-row: 1 / 4;
    margin-top: 0;
    box-shadow: 0 0 0 7px #fff;
  }
  .wm-process-path__step h3 {
    max-width: none;
    grid-column: 2;
    grid-row: 2;
    margin: .45rem 0 .45rem;
  }
  .wm-process-path__step p {
    max-width: 38rem;
    grid-column: 2;
    grid-row: 3;
  }
  .wm-process-id-layer { grid-template-columns: minmax(0, 1fr); }
  .wm-process-id-layer__capabilities { grid-template-columns: minmax(0, 1fr); }
  .wm-process-id-layer__capability {
    min-height: 0;
    grid-template-columns: 2rem minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
  .wm-process-id-layer__cta {
    min-height: auto;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .wm-home-process__lead p { font-size: .96rem; }
  .wm-process-path__steps { padding: 1.75rem 1.1rem 2rem; }
  .wm-process-path__steps::before,
  .wm-process-path__steps::after { top: 3.25rem; bottom: 6.15rem; left: 2.6rem; }
  .wm-process-path__step { grid-template-columns: 3rem minmax(0, 1fr); column-gap: .8rem; }
  .wm-process-path__marker { width: 48px; height: 48px; }
  .wm-process-id-layer { gap: 1.35rem; padding: 1.65rem 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-process-path__steps::after,
  .wm-process-path__step,
  .wm-home-process__lead a span,
  .wm-process-id-layer__cta > span:last-child { transition: none !important; transform: none !important; }
}

/* Homepage centers: resilient editorial cartography, no external map runtime. */
.wm-home-centers__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}
.wm-home-centers__heading > p:last-child {
  max-width: 44rem;
  margin: 1.15rem 0 0;
  color: var(--wm-slate);
  font-size: 1.02rem;
  line-height: 1.65;
}
.wm-home-centers__metric {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--wm-line);
}
.wm-home-centers__metric strong {
  color: var(--wm-red);
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: .82;
  letter-spacing: -.06em;
}
.wm-home-centers__metric span {
  color: var(--wm-navy);
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wm-home-centers__experience {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .95fr);
  min-height: 40rem;
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 64px -48px rgba(31, 39, 70, .75);
}
.wm-coverage-stage {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 40rem;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: var(--wm-surface-soft);
}
.wm-home-centers__leaflet {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.wm-coverage-stage__fallback {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  color: var(--wm-slate);
  text-align: center;
  transform: translate(-50%, -50%);
}
.wm-home-centers__leaflet.leaflet-container + .wm-coverage-stage__fallback { display: none; }
.wm-coverage-stage__fallback a { color: var(--wm-navy); font-weight: 800; }
.wm-center-popup {
  display: grid;
  gap: .2rem;
  line-height: 1.35;
}
.wm-center-popup strong { color: var(--wm-navy); }
.wm-center-popup span { color: var(--wm-slate); font-size: .82rem; }
.wm-coverage-stage__legend {
  position: absolute;
  z-index: 1000;
  bottom: clamp(1.4rem, 3vw, 2.25rem);
  left: clamp(1.5rem, 3vw, 2.4rem);
  display: flex;
  gap: .65rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(18, 24, 51, .78);
  color: #fff;
  font-size: .76rem;
  backdrop-filter: blur(8px);
}
.wm-coverage-stage__legend span { display: inline-flex; align-items: center; gap: .4rem; }

.wm-coverage-panel {
  display: grid;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  background: #fff;
}
.wm-coverage-panel__header { padding: clamp(2rem, 3.2vw, 2.75rem) clamp(1.75rem, 3.2vw, 2.75rem) 1.5rem; }
.wm-coverage-panel__eyebrow {
  margin: 0 0 .65rem;
  color: var(--wm-red);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-coverage-panel__header h3 {
  max-width: 15ch;
  margin: 0;
  color: var(--wm-navy);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.wm-coverage-panel__header > p:last-child {
  margin: .9rem 0 0;
  color: var(--wm-slate);
  font-size: .9rem;
  line-height: 1.55;
}
.wm-coverage-panel__routes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: .15rem clamp(1rem, 2vw, 1.6rem);
  margin: 0;
  padding: 0 clamp(1.75rem, 3.2vw, 2.75rem) 1.25rem;
  list-style: none;
}
.wm-coverage-panel__route {
  position: relative;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  padding: .65rem 0;
}
.wm-coverage-panel__route > span {
  z-index: 1;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--wm-line);
  border-radius: 50%;
  background: #fff;
  color: var(--wm-red);
  font-size: .62rem;
  font-weight: 800;
}
.wm-coverage-panel__route strong,
.wm-coverage-panel__route small { display: block; }
.wm-coverage-panel__route strong { color: var(--wm-navy); font-size: .9rem; }
.wm-coverage-panel__route-copy { min-width: 0; }
.wm-coverage-panel__route-metric { margin: .2rem 0 0; }
.wm-coverage-panel__route-metric b {
  display: block;
  color: var(--wm-navy);
  font-size: .8rem;
  font-weight: 800;
}
.wm-coverage-panel__route small { margin-top: .1rem; color: var(--wm-slate); font-size: .72rem; line-height: 1.35; }
.wm-coverage-panel__modalities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--wm-line);
}
.wm-coverage-panel__modality {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: .8rem;
  padding: 1.25rem clamp(1rem, 2vw, 1.5rem);
}
.wm-coverage-panel__modality + .wm-coverage-panel__modality { border-left: 1px solid var(--wm-line); }
.wm-coverage-panel__modality-icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 8px;
  background: var(--wm-surface-soft);
  color: var(--wm-navy);
}
.wm-coverage-panel__modality-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-coverage-panel__modality h4 { margin: 0; color: var(--wm-navy); font-size: .82rem; }
.wm-coverage-panel__modality p { margin: .32rem 0 0; color: var(--wm-slate); font-size: .7rem; line-height: 1.42; }
.wm-coverage-panel__cta {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1.75rem, 3.2vw, 2.75rem);
  background: var(--wm-navy);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease;
}
.wm-coverage-panel__cta:hover,
.wm-coverage-panel__cta:focus-visible {
  background: #252e52;
  color: #fff;
}
.wm-coverage-panel__cta-arrow {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.2rem;
  transition: transform 180ms ease;
}
.wm-coverage-panel__cta:hover .wm-coverage-panel__cta-arrow,
.wm-coverage-panel__cta:focus-visible .wm-coverage-panel__cta-arrow { transform: translateX(5px); }
.wm-coverage-panel__cta:focus-visible { outline: 2px solid #fff; outline-offset: -6px; }

.js .wm-coverage-stage[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1180px) and (min-width: 901px) {
  .wm-home-centers__experience { grid-template-columns: minmax(0, 1fr) minmax(21rem, .84fr); }
  .wm-coverage-panel__modalities { grid-template-columns: minmax(0, 1fr); }
  .wm-coverage-panel__modality + .wm-coverage-panel__modality { border-top: 1px solid var(--wm-line); border-left: 0; }
}

@media (max-width: 900px) {
  .wm-home-centers__intro { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .wm-home-centers__metric { justify-self: start; padding: 0; border-left: 0; }
  .wm-home-centers__experience { grid-template-columns: minmax(0, 1fr); }
  .wm-coverage-stage { min-height: 32rem; height: 32rem; }
  .wm-coverage-panel__header h3 { max-width: 20ch; }
  .wm-coverage-panel__routes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem 1rem; }
  .wm-coverage-panel__routes::before { display: none; }
  .wm-coverage-panel__route { border-top: 1px solid var(--wm-line-soft); }
}

@media (max-width: 560px) {
  .wm-home-centers__metric strong { font-size: 3.75rem; }
  .wm-coverage-stage { min-height: 26rem; height: 26rem; }
  .wm-coverage-stage__legend { right: 1.1rem; bottom: 1.1rem; left: 1.1rem; justify-content: center; }
  .wm-coverage-panel__header { padding: 1.65rem 1.35rem 1.2rem; }
  .wm-coverage-panel__routes { grid-template-columns: minmax(0, 1fr); padding: 0 1.35rem 1.2rem; }
  .wm-coverage-panel__routes::before {
    position: absolute;
    top: 1rem;
    bottom: 2.25rem;
    left: 2.35rem;
    display: block;
    width: 1px;
    background: var(--wm-line);
    content: '';
  }
  .wm-coverage-panel__route { border-top: 0; }
  .wm-coverage-panel__modalities { grid-template-columns: minmax(0, 1fr); }
  .wm-coverage-panel__modality + .wm-coverage-panel__modality { border-top: 1px solid var(--wm-line); border-left: 0; }
  .wm-coverage-panel__cta { padding-inline: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-coverage-panel__cta,
  .wm-coverage-panel__cta-arrow { transition: none !important; transform: none !important; }
}

/* Solution detail, process and FAQ structures. */
.wm-detail-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wm-detail-list li { border-left: 0; border-top: 3px solid var(--wm-red); border-radius: .85rem; box-shadow: var(--wm-shadow-card); }
.wm-solutions-process li { position: relative; overflow: hidden; border-top: 0; border: 1px solid var(--wm-line-soft); border-radius: .9rem; box-shadow: var(--wm-shadow-card); }
.wm-solutions-process li::before { content: ''; position: absolute; top: 0; left: 1.25rem; width: 40px; height: 3px; border-radius: 0 0 3px 3px; background: var(--wm-red); }
.wm-process-step { position: relative; overflow: hidden; }
.wm-process-step::before { content: ''; position: absolute; top: 0; left: 1.5rem; width: 44px; height: 3px; background: var(--wm-red); }
.wm-process-step h3 { margin-top: 1.5rem; }
.wm-faq-group details { margin-bottom: .65rem; overflow: hidden; border: 1px solid var(--wm-line-soft); border-radius: .85rem; box-shadow: var(--wm-shadow-card); }
.wm-faq-group details:last-child { border-bottom: 1px solid var(--wm-line-soft); }
.wm-faq-group summary { position: relative; padding-right: 3.5rem; list-style: none; }
.wm-faq-group summary::-webkit-details-marker { display: none; }
.wm-faq-group summary::after { content: '+'; position: absolute; top: 50%; right: 1.25rem; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--wm-surface-soft); color: var(--wm-red); font-size: 1.25rem; transform: translateY(-50%); transition: transform 180ms ease, background-color 180ms ease; }
.wm-faq-group details[open] summary::after { background: var(--wm-navy); color: #fff; transform: translateY(-50%) rotate(45deg); }
.wm-faq-group details > div { border-top: 1px solid var(--wm-line-soft); padding-top: 1.25rem; }

/* Portal chooser and demo workspaces. Large red surfaces are intentionally avoided. */
.wm-portal-shell { min-height: 100vh; background: var(--wm-surface-soft); }
.wm-portal-header { border-bottom: 1px solid var(--wm-line-soft); background: #fff; }
.wm-portal-header > .wm-container { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 1rem; }
.wm-portal-header img { display: block; width: auto; height: 28px; }
.wm-portal-header .wm-button { min-height: 40px; padding: .55rem 1rem; font-size: .82rem; }
.wm-portal-chooser { padding: clamp(3rem, 5vw, 5rem) 0; }
.wm-portal-chooser h1 { max-width: 14ch; margin: 0; color: var(--wm-navy); font-size: clamp(2.25rem, 4vw, 3.75rem); line-height: 1.04; letter-spacing: -.045em; }
.wm-portal-chooser__lead { margin: .75rem 0 0; color: var(--wm-slate); font-size: 1rem; }
.wm-portal-availability { margin: 1.25rem 0 0; padding: .75rem 1rem; border-left: 3px solid var(--wm-red); background: #fff; color: var(--wm-slate); font-size: .86rem; line-height: 1.45; }
.wm-portal-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; margin-top: 1.75rem; }
.wm-portal-choice { position: relative; display: flex; min-height: 14.5rem; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 1.35rem 1.4rem 1.25rem; border: 1px solid var(--wm-line-soft); border-radius: 16px; background: #fff; color: var(--wm-navy); box-shadow: 0 10px 24px -20px rgba(45,51,78,.42); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.wm-portal-choice::before { content: ''; position: absolute; top: 0; left: 1.4rem; width: 42px; height: 3px; border-radius: 0 0 3px 3px; background: var(--wm-red); }
.wm-portal-choice:hover,
.wm-portal-choice:focus-visible { border-color: var(--wm-navy); color: var(--wm-navy); box-shadow: var(--wm-shadow-soft); transform: translateY(-4px); }
.wm-portal-choice h2 { margin: .55rem 0 0; color: inherit; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; letter-spacing: -.035em; }
.wm-portal-choice p:not(.wm-portal-choice__eyebrow) { max-width: 38ch; margin: .65rem 0 0; color: var(--wm-slate); font-size: .88rem; line-height: 1.45; }
.wm-portal-choice__eyebrow { margin: 0; color: var(--wm-red); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.wm-portal-choice__action { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; font-size: .88rem; }
.wm-portal-choice__action i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--wm-surface-soft); color: var(--wm-red); font-style: normal; }
.wm-portal-choice--internal { border-color: var(--wm-navy); background: var(--wm-navy); color: #fff; }
.wm-portal-choice--internal:hover,
.wm-portal-choice--internal:focus-visible { border-color: var(--wm-navy); color: #fff; }
.wm-portal-choice--internal p:not(.wm-portal-choice__eyebrow) { color: rgba(255,255,255,.72); }
.wm-portal-choice--internal .wm-portal-choice__action i { background: rgba(255,255,255,.1); color: #fff; }
.wm-portal-choice--disabled { cursor: default; }
.wm-portal-choice--disabled:hover,
.wm-portal-choice--disabled:focus-visible {
  border-color: var(--wm-line-soft);
  box-shadow: var(--wm-shadow-card);
  color: var(--wm-navy);
  transform: none;
}
.wm-portal-choice--disabled .wm-portal-choice__eyebrow { color: var(--wm-slate); }
.wm-portal-choice--disabled .wm-portal-choice__action { color: var(--wm-slate); }
.wm-portal-choice--disabled .wm-portal-choice__action i { color: var(--wm-slate); }
.wm-portal-demo-disabled { border: 1px solid var(--wm-line) !important; background: #fff !important; color: var(--wm-slate) !important; }
.wm-portal-demo-card { box-shadow: var(--wm-shadow-card); }

/* Responsive containment. minmax(0, 1fr) prevents long Spanish words and
   ratio-based image placeholders from expanding the viewport. */
@media (max-width: 1100px) {
  .wm-header__nav.wm-only-desktop,
  .wm-header__portal-control.wm-only-desktop { display: none !important; }
  .wm-header__menu-toggle.wm-only-mobile { display: inline-flex !important; }
  .wm-header__bar { justify-content: space-between; }
}

@media (min-width: 1101px) {
  .wm-header__menu-toggle.wm-only-mobile { display: none !important; }
}

@media (max-width: 900px) {
  .wm-page-hero__grid,
  .wm-about-hero__grid,
  .wm-about-history__grid,
  .wm-contact-hero__grid,
  .wm-solution-detail-hero__grid,
  .wm-innovation-hero__grid,
  .wm-innovation-people__grid,
  .wm-innovation-graph__layout,
  .wm-home-why__grid,
  .wm-home-industries__grid,
  .wm-home-centers__grid,
  .wm-home-id,
  .wm-industries-selector__grid,
  .wm-centers-explorer { grid-template-columns: minmax(0, 1fr); }
  .wm-centers-explorer > .wm-centers-map { min-height: 28rem; }
  .wm-centers-explorer > .wm-centers-list { max-height: none; overflow: visible; padding-right: 0; }
  .wm-portal-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  :root { --wm-section-space: 4.25rem; }
  .wm-container, .wm-container--md { width: min(100% - 2rem, 1320px); }
  .wm-container--sm { width: min(100% - 2rem, 1080px); }
  .wm-header__contact address { gap: .75rem; }
  .wm-header__contact address > span { display: none; }
  .wm-header__contact a { font-size: .72rem; }
  .wm-header__bar { min-height: 68px; }
  .wm-header__brand img { height: 28px; }
  .wm-home-hero__grid,
  .wm-home-metrics,
  .wm-home-solutions__grid,
  .wm-service-grid,
  .wm-related-links,
  .wm-detail-list,
  .wm-contact-channels__grid,
  .wm-contact-topics ul,
  .wm-centers-filters,
  .wm-centers-list,
  .wm-centers-modalities__grid { grid-template-columns: minmax(0, 1fr); }
  .wm-home-hero__actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .wm-home-hero__actions .wm-button { width: 100%; min-width: 0; padding-inline: 1rem; text-align: center; }
  .wm-button { white-space: normal; }
  .wm-home-hero__slot .wm-image-slot,
  .wm-about-hero .wm-image-slot,
  .wm-contact-hero .wm-image-slot,
  .wm-solution-detail-hero__grid .wm-image-slot { min-height: 0; }
  .wm-about-hero h1,
  .wm-home-hero h1,
  .wm-solutions-hero h1,
  .wm-industries-hero h1,
  .wm-centers-hero h1,
  .wm-contact-hero h1,
  .wm-process-hero h1,
  .wm-faq-hero h1,
  .wm-solution-detail-hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); overflow-wrap: anywhere; }
  .wm-about-hero,
  .wm-solutions-hero,
  .wm-industries-hero,
  .wm-centers-hero,
  .wm-contact-hero,
  .wm-process-hero,
  .wm-faq-hero,
  .wm-solution-detail-hero,
  .wm-innovation-hero { padding: 4rem 0; }
  .wm-page-hero { padding: 4rem 0; }
  .wm-page-hero__aside { padding: 1.5rem; }
  .wm-page-hero__index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-industries-hero .wm-page-hero__index { display: flex; margin-right: -1.5rem; padding-right: 1.5rem; overflow-x: auto; scroll-snap-type: x proximity; }
  .wm-industries-hero .wm-page-hero__index li { flex: 0 0 9rem; scroll-snap-align: start; }
  .wm-person-grid--founders .wm-person-card { grid-template-columns: minmax(8rem, .6fr) minmax(0, 1fr); }
  .wm-contact-hero__quick { grid-template-columns: minmax(0, 1fr); }
  .wm-contact-hero__visual .wm-image-slot { aspect-ratio: 16 / 9; }
  .wm-portal-choice { min-height: 13.5rem; }
  .wm-portal-workspace-header__bar { height: auto !important; min-height: 66px; padding-block: .7rem; }
  .wm-portal-workspace-header__bar > div:first-child { min-width: 0; }
  .wm-portal-workspace-header__bar > div:first-child span { max-width: 7rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .wm-portal-workspace-header__bar > div:last-child > div { display: none !important; }
  .wm-portal-workspace-header__bar > div:last-child { flex: 0 0 auto; }
  .wm-portal-workspace-header__bar > div:last-child a { padding: .55rem .75rem !important; font-size: .75rem !important; white-space: nowrap; }
}

@media (max-width: 700px) {
  .wm-portal-choice-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 430px) {
  .wm-header__contact address { justify-content: space-between; }
  .wm-header__contact a { font-size: .68rem; }
  .wm-page-hero__index { grid-template-columns: minmax(0, 1fr); }
  .wm-person-grid--founders .wm-person-card { display: block; }
  .wm-person-grid--founders .wm-person-card h3 { margin-top: 1rem; }
  .wm-portal-header .wm-button { padding-inline: .75rem; }
  .wm-portal-workspace-header__bar > div:first-child span { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-header__solution-toggle svg,
  .wm-header__portal-toggle svg,
  .wm-header__nav a::after,
  .wm-header__solution-control > a::after,
  .wm-person-card { transition: none; }
  .wm-person-card:hover { transform: none; }
}

/* Homepage final refinement: evidence, coherent iconography and a stronger close. */
.wm-solution-index__link {
  grid-template-columns: 2rem 3rem minmax(9rem, .8fr) minmax(11rem, 1.2fr) 2.75rem;
  gap: .9rem;
}
.wm-solution-index__index {
  align-self: center;
  padding-top: 0;
  line-height: 1;
}
.wm-solution-index__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--wm-line);
  border-radius: .65rem;
  background: var(--wm-surface-soft);
  color: var(--wm-navy);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.wm-solution-index__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-solution-index__link:hover .wm-solution-index__icon,
.wm-solution-index__link:focus-visible .wm-solution-index__icon {
  border-color: var(--wm-red);
  background: var(--wm-red);
  color: #fff;
  transform: translateY(-2px);
}

.wm-home-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}
.wm-home-proof__item {
  display: grid;
  min-width: 0;
  min-height: 7.25rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.065);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.wm-home-proof__item:hover {
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.095);
  transform: translateY(-3px);
}
.wm-home-proof__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: #fff;
}
.wm-home-proof__icon svg,
.wm-home-contact__channels svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wm-home-proof__item strong,
.wm-home-proof__item div > span { display: block; }
.wm-home-proof__item strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.wm-home-proof__item span {
  margin-top: .45rem;
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  line-height: 1.38;
}
.wm-home-proof__source {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.25rem;
  padding: .68rem .85rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: .82rem;
  font-weight: 750;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.wm-home-proof__source:hover,
.wm-home-proof__source:focus-visible {
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.1);
  color: #fff;
}
.wm-home-proof__source span { transition: transform 180ms ease; }
.wm-home-proof__source:hover span,
.wm-home-proof__source:focus-visible span { transform: translateX(4px); }

.wm-home-contact { padding: clamp(3.5rem, 5vw, 4.75rem) 0; }
.wm-home-contact__panel.wm-contact-callout {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 19rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: var(--wm-navy);
  color: #fff;
  box-shadow: 0 28px 68px -44px rgba(20,25,50,.8);
}
.wm-home-contact__panel::before {
  position: absolute;
  z-index: -1;
  top: -12rem;
  right: -5rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.018), 0 0 0 10rem rgba(255,255,255,.012);
  content: '';
}
.wm-home-contact__panel > div { z-index: 1; max-width: none; }
.wm-home-contact__panel .wm-eyebrow,
.wm-home-contact__panel h2 { color: #fff; }
.wm-home-contact__panel .wm-eyebrow::before { background: var(--wm-red); }
.wm-home-contact__panel h2 { max-width: 15ch; margin: 0; font-size: clamp(2.35rem, 4vw, 3.45rem); }
.wm-home-contact__copy > p:not(.wm-eyebrow) {
  max-width: 54ch;
  margin: 1rem 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}
.wm-home-contact__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.75rem;
}
.wm-home-contact__channels a {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  color: #fff;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.wm-home-contact__channels a:hover,
.wm-home-contact__channels a:focus-visible {
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.095);
  color: #fff;
  transform: translateY(-2px);
}
.wm-home-contact__channels svg { margin-inline: auto; }
.wm-home-contact__channels small,
.wm-home-contact__channels strong { display: block; overflow-wrap: anywhere; }
.wm-home-contact__channels small { color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.wm-home-contact__channels strong { margin-top: .18rem; color: #fff; font-size: .86rem; }
.wm-home-contact__action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.35rem;
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255,255,255,.18);
}
.wm-home-contact__action > span { max-width: 25ch; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.55; }
.wm-home-contact__action .wm-button { align-self: flex-start; }

/* More varied hierarchy and a shorter editorial rhythm. */
.wm-home-trust h2 { font-size: clamp(2.25rem, 3.5vw, 2.9rem); }
.wm-home-solutions h2 { font-size: clamp(2.55rem, 4vw, 3.2rem); }
.wm-home-why h2 { font-size: clamp(2.8rem, 4.7vw, 3.7rem); }
.wm-home-industries h2,
.wm-home-centers h2 { font-size: clamp(2.55rem, 4vw, 3.2rem); }
.wm-home-process h2 { font-size: clamp(2.45rem, 3.8vw, 3.05rem); }
.wm-home-process,
.wm-home-centers { padding: clamp(3.75rem, 5.5vw, 5.25rem) 0; }
.wm-home-process__intro,
.wm-home-centers__intro { margin-bottom: clamp(1.8rem, 3vw, 2.6rem); }
.wm-strategic-partners { margin-top: clamp(1.75rem, 3vw, 2.25rem); }
.wm-home-centers__experience,
.wm-coverage-stage { min-height: 37.5rem; }

@media (max-width: 1023px) {
  .wm-solution-index__link { grid-template-columns: 2rem 3rem minmax(10rem, .85fr) minmax(0, 1.15fr) 2.75rem; }
}

@media (max-width: 767px) {
  .wm-solution-index__link {
    grid-template-columns: 2rem 2.75rem minmax(0, 1fr) 2.5rem;
    grid-template-rows: auto auto;
    gap: .75rem;
  }
  .wm-solution-index__index { grid-column: 1; grid-row: 1; }
  .wm-solution-index__icon { grid-column: 2; grid-row: 1; }
  .wm-solution-index__identity { grid-column: 3; grid-row: 1; }
  .wm-solution-index__arrow { grid-column: 4; grid-row: 1; }
  .wm-solution-index__summary { grid-column: 3 / 5; grid-row: 2; }
  .wm-home-contact__panel.wm-contact-callout { grid-template-columns: minmax(0, 1fr); }
  .wm-home-contact__action { padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
}

@media (max-width: 560px) {
  .wm-home-proof,
  .wm-home-contact__channels { grid-template-columns: minmax(0, 1fr); }
  .wm-home-proof__item { min-height: 0; }
  .wm-home-contact__panel.wm-contact-callout { padding: 1.75rem 1.35rem; }
  .wm-home-centers__experience,
  .wm-coverage-stage { min-height: 26rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solution-index__icon,
  .wm-home-proof__item,
  .wm-home-proof__source span,
  .wm-home-contact__channels a { transition: none !important; transform: none !important; }
}

/* Compact the long-form home without shrinking its interactive content. */
.wm-home-trust { padding: clamp(3rem, 4.5vw, 3.75rem) 0; }
.wm-logo-marquee { margin-top: 1.75rem; }
.wm-strategic-partners { margin-top: clamp(1.75rem, 3vw, 2.25rem); }
.wm-home-why { padding: clamp(3.75rem, 5.5vw, 4.75rem) 0; }
.wm-home-why__grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
}
.wm-home-why h2 { font-size: clamp(2.7rem, 4.2vw, 3.3rem); }
.wm-home-process,
.wm-home-centers { padding: clamp(3.25rem, 4.7vw, 4.5rem) 0; }
.wm-home-process__intro,
.wm-home-centers__intro { margin-bottom: clamp(1.5rem, 2.5vw, 2.15rem); }
.wm-coverage-panel__header { padding: 1.6rem 2rem 1rem; }
.wm-coverage-panel__header h3 { max-width: 17ch; font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
.wm-coverage-panel__header > p:last-child { margin-top: .7rem; font-size: .84rem; }
.wm-coverage-panel__routes { padding: 0 2rem .75rem; }
.wm-coverage-panel__routes::before { left: 3rem; bottom: 1.75rem; }
.wm-coverage-panel__route { padding: .4rem 0; }
.wm-coverage-panel__modality { padding: .9rem 1.1rem; }
.wm-coverage-panel__cta { min-height: 4rem; padding: 1rem 2rem; }
.wm-home-contact { padding: clamp(2.75rem, 4vw, 3.5rem) 0; }
.wm-home-contact__panel.wm-contact-callout { min-height: 17rem; padding: clamp(2rem, 3.2vw, 2.75rem); }

@media (max-width: 900px) {
  .wm-home-why__grid { grid-template-columns: minmax(0, 1fr); }
  .wm-coverage-panel__header { padding: 1.65rem 1.35rem 1.2rem; }
  .wm-coverage-panel__routes { padding: 0 1.35rem 1.2rem; }
  .wm-coverage-panel__routes::before { left: 2.35rem; }
  .wm-coverage-panel__cta { padding-inline: 1.35rem; }
}

/* Laptop scale: preserve the desktop composition while fitting its visual
   hierarchy into short 1280–1366px viewports. Mobile keeps its own rules. */
@media (min-width: 901px) and (max-width: 1366px),
       (min-width: 901px) and (max-height: 820px) {
  :root { --wm-section-space: 3.25rem; }

  .wm-header__bar { min-height: 70px; }
  .wm-header__brand img { height: 28px; }

  .wm-home-hero__grid { gap: 3rem; }
  .wm-home-hero h1 { font-size: clamp(3.5rem, 4.4vw, 3.75rem); }
  .wm-home-hero__lead { margin-top: 1rem; font-size: 1rem; line-height: 1.5; }
  .wm-home-hero__actions { margin-top: 1.35rem; }
  .wm-home-hero__visual { width: min(100%, 29rem); justify-self: end; }
  .wm-home-metrics { margin-top: 1.75rem; }
  .wm-home-metrics div { padding-top: .75rem; }
  .wm-home-metrics dt { font-size: 1.8rem; }

  .wm-home-trust { padding: 2.5rem 0; }
  .wm-home-trust h2 { font-size: 2.4rem; }
  .wm-logo-marquee { --wm-logo-card-width: 11rem; margin-top: 1.25rem; padding-block: .65rem; }
  .wm-client-logo { height: 6.25rem; }
  .wm-strategic-partners { margin-top: 1.25rem; padding-block: .65rem; padding-inline: .9rem; }
  .wm-strategic-partner { min-height: 6.1rem; padding-block: .75rem; }
  .wm-strategic-partner__logo { min-height: 4.4rem; }

  .wm-home-solutions h2 { font-size: 2.6rem; }
  .wm-home-solutions__layout { gap: 3rem; }
  .wm-solution-index__link { min-height: 6.25rem; padding: .85rem 1rem; }
  .wm-solution-index h3 { font-size: 1.35rem; }
  .wm-solution-index__icon { width: 2.55rem; height: 2.55rem; }

  .wm-home-why { padding: 3rem 0; }
  .wm-home-why__grid { gap: 2.5rem; }
  .wm-home-why h2 { font-size: 2.65rem; }
  .wm-home-proof { gap: .65rem; margin-top: 1.35rem; }
  .wm-home-proof__item { min-height: 6rem; padding: .9rem; }
  .wm-home-proof__source { margin-top: .9rem; }

  .wm-home-industries { padding: 3.25rem 0; }
  .wm-home-industries h2 { font-size: 2.6rem; }
  .wm-home-industries__explorer {
    --wm-home-industry-size: 25rem;
    grid-template-columns: 12rem minmax(0, 1fr);
    height: var(--wm-home-industry-size);
    margin-top: 2rem;
  }
  .wm-industry-chip { padding: .4rem .85rem; font-size: .8rem; }
  .wm-home-industries__details-body { padding: 1.75rem; }
  .wm-home-industries__details h3 { margin-top: 1.5rem; font-size: 2rem; }
  .wm-home-industries__footer a { padding: .9rem 1.75rem; }

  .wm-home-process { padding: 3rem 0; }
  .wm-home-process h2 { font-size: 2.5rem; }
  .wm-home-process__intro { gap: 3rem; margin-bottom: 1.5rem; }
  .wm-process-path__steps { padding: 1.5rem 0 1.75rem; }
  .wm-process-path__steps::before,
  .wm-process-path__steps::after { top: 4.9rem; }
  .wm-process-path__marker { width: 48px; height: 48px; margin-top: .75rem; }
  .wm-process-path__step h3 { margin-top: 1.1rem; font-size: 1.1rem; }
  .wm-process-path__step p { font-size: .86rem; line-height: 1.45; }
  .wm-process-id-layer { gap: 1.25rem; padding: 1.5rem; }
  .wm-process-id-layer__intro h3 { font-size: 1.55rem; }
  .wm-process-id-layer__capability { min-height: 5.1rem; gap: .55rem; padding-inline: .9rem; }
  .wm-process-id-layer__cta { min-height: 4.25rem; padding-left: 1rem; }

  .wm-home-centers { padding: 3rem 0; }
  .wm-home-centers h2 { font-size: 2.6rem; }
  .wm-home-centers__intro { margin-bottom: 1.5rem; }
  .wm-home-centers__heading > p:last-child { margin-top: .8rem; font-size: .96rem; }
  .wm-home-centers__metric strong { font-size: 4.25rem; }
  .wm-home-centers__experience,
  .wm-coverage-stage { min-height: 27.5rem; }
  .wm-home-centers__experience { grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr); }
  .wm-coverage-panel__header { padding: .9rem 1.45rem .35rem; }
  .wm-coverage-panel__eyebrow { margin-bottom: .4rem; font-size: .64rem; }
  .wm-coverage-panel__header h3 { font-size: 1.65rem; }
  .wm-coverage-panel__header > p:last-child { margin-top: .5rem; font-size: .78rem; line-height: 1.42; }
  .wm-coverage-panel__routes { padding: 0 1.45rem .35rem; }
  .wm-coverage-panel__routes::before { top: .8rem; bottom: 1.3rem; left: 2.45rem; }
  .wm-coverage-panel__route { grid-template-columns: 1.7rem minmax(0, 1fr); gap: .6rem; padding: .2rem 0; }
  .wm-coverage-panel__route > span { width: 1.7rem; height: 1.7rem; font-size: .56rem; }
  .wm-coverage-panel__route strong { font-size: .8rem; }
  .wm-coverage-panel__route-metric { margin-top: .08rem; }
  .wm-coverage-panel__route-metric b { font-size: .72rem; }
  .wm-coverage-panel__route small { font-size: .66rem; }
  .wm-coverage-panel__modality { grid-template-columns: 1.9rem minmax(0, 1fr); gap: .55rem; padding: .6rem .75rem; }
  .wm-coverage-panel__modality-icon { width: 1.9rem; height: 1.9rem; }
  .wm-coverage-panel__modality-icon svg { width: 17px; height: 17px; }
  .wm-coverage-panel__modality h4 { font-size: .74rem; }
  .wm-coverage-panel__modality p { margin-top: .18rem; font-size: .62rem; line-height: 1.3; }
  .wm-coverage-panel__cta { min-height: 3.15rem; padding: .65rem 1.45rem; font-size: .82rem; }

  @media (max-height: 820px) {
    .wm-home-centers__experience,
    .wm-coverage-stage { min-height: 25.5rem; }
    .wm-coverage-panel__header { padding-top: .75rem; }
    .wm-coverage-panel__routes { padding-bottom: .2rem; }
    .wm-coverage-panel__modality { padding-block: .48rem; }
    .wm-coverage-panel__cta { min-height: 2.9rem; }
  }

  .wm-home-contact { padding: 2.25rem 0; }
  .wm-home-contact__panel.wm-contact-callout { min-height: 15rem; padding: 2rem; }
  .wm-home-contact__panel h2 { font-size: 2.75rem; }
}

/* Keep the approved Nosotros rhythm after shared late-cascade refinements. */
.wm-about-hero,
.wm-about-contact { padding-block: clamp(4.5rem, 6.6vw, 6.75rem); }

@media (max-width: 1180px) and (min-width: 901px) {
  .wm-about-hero,
  .wm-about-contact { padding-block: 4.25rem; }
}

@media (max-width: 700px) {
  .wm-about-hero,
  .wm-about-contact { padding-block: 4rem; }
  .wm-about-hero h1 { overflow-wrap: normal; }
}

/* Solutions hub: one equal-weight, progressively enhanced service explorer. */
.wm-solutions-hub {
  --wm-solutions-border: #c8d1df;
  --wm-solutions-radius: 14px;
  background: #fff;
}

.wm-solutions-hub__hero {
  padding-block: clamp(4.5rem, 6vw, 6.5rem);
  border-bottom: 1px solid var(--wm-line-soft);
  background: #fff;
}

.wm-solutions-hub__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(24rem, .97fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.wm-solutions-hub__hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--wm-navy);
  font-size: clamp(3.25rem, 5.2vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.wm-solutions-hub__hero-copy > p:not(.wm-eyebrow) {
  max-width: 55ch;
  margin: 1.4rem 0 0;
  color: var(--wm-slate);
  font-size: 1.05rem;
  line-height: 1.65;
}

.wm-solutions-hub__guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
  margin-top: 2rem;
}

.wm-solutions-hub__guide a {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  gap: .75rem;
  padding: .65rem .8rem;
  border: 1px solid var(--wm-line-soft);
  border-radius: .65rem;
  color: var(--wm-navy);
  font-size: .82rem;
  font-weight: 650;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.wm-solutions-hub__guide a:hover,
.wm-solutions-hub__guide a:focus-visible {
  border-color: var(--wm-navy);
  background: var(--wm-surface-soft);
  color: var(--wm-navy);
  transform: translateY(-2px);
}

.wm-solutions-hub__guide-icon,
.wm-solutions-explorer__tab-icon,
.wm-solutions-explorer__content-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.wm-solutions-hub__guide-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: .55rem;
  background: var(--wm-surface-soft);
  color: var(--wm-navy);
}

.wm-solutions-hub__guide-icon svg,
.wm-solutions-explorer__tab-icon svg,
.wm-solutions-explorer__content-icon svg,
.wm-solutions-method__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.wm-solutions-hub__hero-media {
  position: relative;
  display: grid;
  width: min(88%, 30rem);
  aspect-ratio: 1;
  box-sizing: border-box;
  justify-self: center;
  place-items: center;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(.65rem, 1.5vw, 1.25rem);
  border: 1px solid var(--wm-line-soft);
  border-radius: var(--wm-solutions-radius);
  background: #f6f8fa;
  box-shadow: 0 28px 58px -42px rgba(22, 29, 58, .55);
}

.wm-solutions-hub__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.wm-solutions-explorer-section { padding-block: clamp(4.5rem, 6vw, 6rem); background: var(--wm-surface-soft); }

.wm-solutions-explorer-section__intro,
.wm-solutions-method__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.wm-solutions-explorer-section__intro h2,
.wm-solutions-method__intro h2,
.wm-solutions-faq-section__heading h2,
.wm-solutions-contact__panel h2 {
  margin: 0;
  color: var(--wm-navy);
  font-size: clamp(2.4rem, 4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.wm-solutions-explorer-section__aside > p,
.wm-solutions-method__intro > p,
.wm-solutions-faq-section__heading > p:not(.wm-eyebrow) {
  margin: 0;
  color: var(--wm-slate);
  line-height: 1.65;
}

.wm-solutions-explorer-section__aside {
  display: grid;
  justify-items: start;
}

.wm-solutions-explorer {
  overflow: hidden;
  border: 1px solid var(--wm-solutions-border);
  border-radius: var(--wm-solutions-radius);
  background: #fff;
  box-shadow: 0 28px 64px -48px rgba(26, 33, 64, .6);
}

.wm-solutions-explorer__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--wm-solutions-border);
  background: #fff;
}

.wm-solutions-explorer__tab {
  position: relative;
  display: grid;
  min-height: 6rem;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: .65rem;
  padding: .85rem 1rem;
  border: 0;
  border-right: 1px solid var(--wm-line-soft);
  background: #fff;
  color: var(--wm-navy);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.wm-solutions-explorer__tab:last-child { border-right: 0; }
.wm-solutions-explorer__tab::after { position: absolute; right: 1rem; bottom: 0; left: 1rem; height: 3px; border-radius: 3px 3px 0 0; background: var(--wm-red); content: ''; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.wm-solutions-explorer__tab[aria-selected="true"] { background: var(--wm-navy); color: #fff; }
.wm-solutions-explorer__tab[aria-selected="true"]::after { transform: scaleX(1); }
.wm-solutions-explorer__tab:hover:not([aria-selected="true"]) { background: var(--wm-surface-soft); }
.wm-solutions-explorer__tab:focus-visible { z-index: 2; outline: 3px solid #2563eb; outline-offset: -3px; }

.wm-solutions-explorer__tab-index { color: var(--wm-red); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.wm-solutions-explorer__tab[aria-selected="true"] .wm-solutions-explorer__tab-index { color: #fff; }
.wm-solutions-explorer__tab-icon { width: 2.35rem; height: 2.35rem; border: 1px solid var(--wm-line); border-radius: .55rem; background: var(--wm-surface-soft); }
.wm-solutions-explorer__tab[aria-selected="true"] .wm-solutions-explorer__tab-icon { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); }
.wm-solutions-explorer__tab strong { min-width: 0; font-size: .84rem; line-height: 1.25; }

.wm-solutions-explorer__panel {
  display: grid;
  height: 35rem;
  min-height: 35rem;
  grid-template-columns: minmax(0, 1.18fr) minmax(22rem, .82fr);
  background: var(--wm-navy);
}

.js .wm-solutions-explorer__panel[data-active="false"] { display: none; }

.wm-solutions-explorer__media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dce3ea;
}

.wm-solutions-explorer__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--solution-image-position);
  transform: scale(var(--solution-image-scale));
  transform-origin: center;
  transition: transform 220ms ease;
}

.wm-solutions-explorer__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(31, 39, 70, .16));
  content: '';
  pointer-events: none;
}

.wm-solutions-explorer__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.85rem, 3vw, 2.7rem);
  color: #fff;
}

.wm-solutions-explorer__identity { display: flex; align-items: center; gap: 1rem; }
.wm-solutions-explorer__content-icon { width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.18); border-radius: .65rem; background: rgba(255,255,255,.07); color: #fff; }
.wm-solutions-explorer__identity p { margin: 0 0 .35rem; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.wm-solutions-explorer__identity h3 { margin: 0; color: #fff; font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.05; letter-spacing: -.04em; }
.wm-solutions-explorer__summary { margin: 1.1rem 0 0; color: rgba(255,255,255,.76); line-height: 1.6; }
.wm-solutions-explorer__capabilities { display: grid; gap: .5rem; margin: .75rem 0 0; padding: 0; list-style: none; }
.wm-solutions-explorer__capabilities li { position: relative; padding-left: 1.45rem; color: #fff; font-size: .86rem; line-height: 1.45; }
.wm-solutions-explorer__capabilities li::before { position: absolute; top: .26em; left: 0; width: .55rem; height: .55rem; border: 2px solid var(--wm-red); border-radius: 50%; content: ''; }

.wm-solutions-explorer__subservices { display: grid; gap: .35rem; margin-top: .85rem; }
.wm-solutions-explorer__subservice { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); font-size: .76rem; }
.wm-solutions-explorer__subservice:hover,
.wm-solutions-explorer__subservice:focus-visible { color: #fff; }
.wm-solutions-explorer__subservice span { color: #fff; }

.wm-solutions-explorer__cta {
  display: flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}
.wm-solutions-explorer__cta i { display: grid; width: 2.35rem; height: 2.35rem; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: .55rem; color: #fff; font-style: normal; transition: transform 180ms ease, background-color 180ms ease; }
.wm-solutions-explorer__cta:hover,
.wm-solutions-explorer__cta:focus-visible { color: #fff; }
.wm-solutions-explorer__cta:hover i,
.wm-solutions-explorer__cta:focus-visible i { background: rgba(255,255,255,.09); transform: translateX(2px); }

.wm-solutions-method { padding-block: clamp(4.5rem, 6vw, 6rem); background: #fff; }
.wm-solutions-method__steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 1.25rem 0 0; list-style: none; }
.wm-solutions-method__steps::before { position: absolute; top: 4.32rem; right: 12%; left: 12%; height: 1px; background: var(--wm-solutions-border); content: ''; }
.wm-solutions-method__steps li { position: relative; min-width: 0; padding: 0 1.2rem; text-align: center; }
.wm-solutions-method__number { display: block; color: var(--wm-red); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.wm-solutions-method__icon { position: relative; display: grid; width: 3.2rem; height: 3.2rem; margin: .75rem auto 0; place-items: center; border: 1px solid var(--wm-solutions-border); border-radius: 50%; background: #fff; color: var(--wm-navy); box-shadow: 0 0 0 .5rem #fff; }
.wm-solutions-method__steps h3 { margin: 1.25rem 0 0; color: var(--wm-navy); font-size: 1rem; line-height: 1.35; }
.wm-solutions-method__steps p { max-width: 30ch; margin: .7rem auto 0; color: var(--wm-slate); font-size: .82rem; line-height: 1.55; }

.wm-solutions-faq-section { padding-block: clamp(4.5rem, 6vw, 6rem); background: var(--wm-surface-soft); }
.wm-solutions-faq-section__grid { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.wm-solutions-faq-section__heading { position: sticky; top: 8rem; }
.wm-solutions-faq-section__heading h2 { max-width: 10ch; }
.wm-solutions-faq-section__heading > p:not(.wm-eyebrow) { margin-top: 1rem; }
.wm-solutions-faq-section__items { border-block: 1px solid var(--wm-solutions-border); }
.wm-solutions-faq-section__items details + details { border-top: 1px solid var(--wm-solutions-border); }
.wm-solutions-faq-section__items summary { position: relative; padding: 1.35rem 3.5rem 1.35rem 0; color: var(--wm-navy); font-weight: 650; line-height: 1.45; list-style: none; cursor: pointer; }
.wm-solutions-faq-section__items summary::-webkit-details-marker { display: none; }
.wm-solutions-faq-section__items summary::after { position: absolute; top: 50%; right: .25rem; display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--wm-line); border-radius: 50%; color: var(--wm-red); content: '+'; font-size: 1.15rem; transform: translateY(-50%); transition: transform 180ms ease, background-color 180ms ease; }
.wm-solutions-faq-section__items details[open] summary::after { background: var(--wm-navy); color: #fff; transform: translateY(-50%) rotate(45deg); }
.wm-solutions-faq-section__items details > div { padding: 0 3.5rem 1.35rem 0; }
.wm-solutions-faq-section__items details p { max-width: 62ch; margin: 0; color: var(--wm-slate); line-height: 1.65; }

.wm-solutions-contact { padding-block: clamp(3.5rem, 5vw, 5rem); background: #fff; }
.wm-solutions-contact__panel { position: relative; isolation: isolate; display: grid; min-height: 18rem; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; overflow: hidden; padding: clamp(2.25rem, 4vw, 3.5rem); border-radius: var(--wm-solutions-radius); background: var(--wm-navy); color: #fff; box-shadow: 0 28px 64px -44px rgba(24,31,62,.8); }
.wm-solutions-contact__panel::before { position: absolute; z-index: -1; top: -12rem; right: -8rem; width: 28rem; height: 28rem; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.018), 0 0 0 10rem rgba(255,255,255,.012); content: ''; }
.wm-solutions-contact__panel .wm-eyebrow,
.wm-solutions-contact__panel h2 { color: #fff; }
.wm-solutions-contact__panel > div:first-child > p:last-child { max-width: 56ch; color: rgba(255,255,255,.72); line-height: 1.6; }
.wm-solutions-contact__actions { display: grid; gap: .6rem; }
.wm-solutions-contact__actions > a:not(.wm-button) { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #fff; }
.wm-solutions-contact__actions small,
.wm-solutions-contact__actions strong { color: inherit; }
.wm-solutions-contact__actions small { font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.wm-solutions-contact__actions strong { font-size: .86rem; }
.wm-solutions-contact__actions .wm-button { justify-content: space-between; margin-top: .65rem; border-color: #fff; background: #fff; color: var(--wm-navy); }
.wm-solutions-contact__actions .wm-button:hover,
.wm-solutions-contact__actions .wm-button:focus-visible { background: transparent; color: #fff; }

@media (min-width: 901px) and (max-width: 1366px),
       (min-width: 901px) and (max-height: 820px) {
  .wm-solutions-hub__hero { padding-block: 3.5rem; }
  .wm-solutions-hub__hero-grid { gap: 3.5rem; }
  .wm-solutions-hub__hero-copy h1 { font-size: 3.25rem; }
  .wm-solutions-hub__hero-copy > p:not(.wm-eyebrow) { margin-top: 1rem; font-size: .96rem; }
  .wm-solutions-hub__guide { margin-top: 1.35rem; }
  .wm-solutions-hub__guide a { min-height: 3.2rem; }
  .wm-solutions-hub__hero-media { width: min(86%, 26rem); justify-self: center; }
  .wm-solutions-explorer-section,
  .wm-solutions-method,
  .wm-solutions-faq-section { padding-block: 3rem; }
  .wm-solutions-explorer-section__intro,
  .wm-solutions-method__intro { margin-bottom: 1.6rem; }
  .wm-solutions-explorer-section__intro h2,
  .wm-solutions-method__intro h2 { font-size: 2.65rem; }
  .wm-solutions-explorer__tab { min-height: 5rem; padding: .7rem .8rem; }
  .wm-solutions-explorer__panel { height: 31rem; min-height: 31rem; grid-template-columns: minmax(0, 1.04fr) minmax(21rem, .96fr); }
  .wm-solutions-explorer__content { padding: 1.75rem 2rem; }
  .wm-solutions-explorer__identity h3 { font-size: 2.15rem; }
  .wm-solutions-explorer__summary { margin-top: 1rem; font-size: .9rem; }
  .wm-solutions-explorer__capabilities { margin-top: .65rem; }
  .wm-solutions-explorer__subservices { margin-top: .75rem; }
  .wm-solutions-method__steps { padding-top: .8rem; }
  .wm-solutions-contact { padding-block: 2.75rem; }
  .wm-solutions-contact__panel { min-height: 15rem; padding: 2.25rem; }
}

@media (max-width: 900px) {
  .wm-solutions-hub__hero-grid,
  .wm-solutions-explorer-section__intro,
  .wm-solutions-method__intro,
  .wm-solutions-faq-section__grid,
  .wm-solutions-contact__panel { grid-template-columns: minmax(0, 1fr); }
  .wm-solutions-hub__hero-media { width: min(86%, 30rem); justify-self: center; }
  .wm-solutions-explorer__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-solutions-explorer__tab:nth-child(2) { border-right: 0; }
  .wm-solutions-explorer__tab:nth-child(-n+2) { border-bottom: 1px solid var(--wm-line-soft); }
  .wm-solutions-explorer__panel { height: auto; min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .wm-solutions-explorer__media { aspect-ratio: 3 / 2; }
  .wm-solutions-explorer__content { min-height: 27rem; }
  .wm-solutions-method__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 0; }
  .wm-solutions-method__steps::before { display: none; }
  .wm-solutions-method__steps li { padding-inline: 2rem; }
  .wm-solutions-faq-section__heading { position: static; }
  .wm-solutions-faq-section__heading h2 { max-width: none; }
  .wm-solutions-contact__panel { min-height: 0; }
  .wm-solutions-contact__actions { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 700px) {
  .wm-solutions-hub__hero { padding-block: 4rem; }
  .wm-solutions-hub__hero-copy h1 { max-width: 12ch; font-size: clamp(2.65rem, 12vw, 3.5rem); overflow-wrap: normal; }
  .wm-solutions-hub__guide { grid-template-columns: minmax(0, 1fr); }
  .wm-solutions-hub__hero-media { width: min(92%, 28rem); aspect-ratio: 1; padding: .6rem; }
  .wm-solutions-explorer-section,
  .wm-solutions-method,
  .wm-solutions-faq-section { padding-block: 4rem; }
  .wm-solutions-explorer-section__intro,
  .wm-solutions-method__intro { gap: 1rem; }
  .wm-solutions-explorer-section__intro h2,
  .wm-solutions-method__intro h2,
  .wm-solutions-faq-section__heading h2,
  .wm-solutions-contact__panel h2 { font-size: 2.35rem; }
  .wm-solutions-explorer__tabs { grid-template-columns: minmax(0, 1fr); }
  .wm-solutions-explorer__tab { min-height: 4.5rem; border-right: 0; border-bottom: 1px solid var(--wm-line-soft); }
  .wm-solutions-explorer__tab:last-child { border-bottom: 0; }
  .wm-solutions-explorer__tab:nth-child(2) { border-bottom: 1px solid var(--wm-line-soft); }
  .wm-solutions-explorer__media { aspect-ratio: 3 / 2; }
  .wm-solutions-explorer__content { min-height: 0; padding: 1.65rem 1.35rem; }
  .wm-solutions-explorer__identity h3 { font-size: 2rem; }
  .wm-solutions-explorer__cta { margin-top: 1.5rem; }
  .wm-solutions-method__steps { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; }
  .wm-solutions-method__steps li { display: grid; grid-template-columns: 2.8rem minmax(0, 1fr); gap: .25rem 1rem; padding: 1.25rem 0; border-top: 1px solid var(--wm-line-soft); text-align: left; }
  .wm-solutions-method__number { grid-column: 1; justify-self: center; }
  .wm-solutions-method__icon { grid-column: 1; grid-row: 2 / 4; width: 2.8rem; height: 2.8rem; margin: 0; box-shadow: none; }
  .wm-solutions-method__steps h3 { grid-column: 2; margin: 0; }
  .wm-solutions-method__steps p { grid-column: 2; max-width: none; margin: .3rem 0 0; }
  .wm-solutions-contact { padding-block: 3rem; }
  .wm-solutions-contact__panel { padding: 1.75rem 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-solutions-hub__guide a,
  .wm-solutions-explorer__tab,
  .wm-solutions-explorer__tab::after,
  .wm-solutions-explorer__media img,
  .wm-solutions-explorer__cta i,
  .wm-solutions-faq-section__items summary::after { transition: none !important; transform: none !important; }
}

/* About: profile directory replaces the former orbit. */
.wm-team-directory {
  display: grid;
  gap: clamp(2.25rem, 4vw, 4rem);
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
}
.wm-team-directory__group {
  display: grid;
  grid-template-columns: minmax(13rem, .33fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: start;
  padding-top: clamp(1.5rem, 2.4vw, 2.1rem);
  border-top: 1px solid var(--wm-line);
}
.wm-team-directory__group-heading { max-width: 19rem; }
.wm-team-directory__eyebrow {
  margin: 0;
  color: var(--wm-red);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-team-directory__group-heading h3 {
  margin: .65rem 0 0;
  color: var(--wm-navy);
  font-size: clamp(1.65rem, 2.1vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.wm-team-directory__group-heading > p:last-child {
  margin: .85rem 0 0;
  color: var(--wm-slate);
  font-size: .9rem;
  line-height: 1.55;
}
.wm-team-directory__founders-grid,
.wm-team-directory__medical-grid { display: grid; min-width: 0; }
.wm-team-directory__founders-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.wm-team-directory__medical-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.wm-team-directory__medical-disclosure {
  min-width: 0;
  align-self: start;
  overflow: hidden;
  transition: height 380ms cubic-bezier(.22,1,.36,1);
}
.wm-team-directory__medical-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 7.25rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--wm-line);
  border-radius: .9rem;
  background: #fff;
  color: var(--wm-navy);
  box-shadow: 0 16px 34px -32px rgba(31,39,70,.7);
  cursor: pointer;
  list-style: none;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}
.wm-team-directory__medical-disclosure summary::-webkit-details-marker { display: none; }
.wm-team-directory__medical-disclosure summary:hover,
.wm-team-directory__medical-disclosure summary:focus-visible,
.wm-team-directory__medical-disclosure[open] summary {
  border-color: rgba(31,39,70,.44);
  background-color: var(--wm-surface-soft);
  box-shadow: var(--wm-shadow-card);
}
.wm-team-directory__medical-disclosure summary:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.wm-team-directory__medical-summary-copy { display: grid; gap: .4rem; min-width: 0; }
.wm-team-directory__medical-summary-count { font-size: clamp(1.2rem, 1.7vw, 1.55rem); font-weight: 750; letter-spacing: -.03em; }
.wm-team-directory__medical-summary-note { max-width: 42ch; color: var(--wm-slate); font-size: .86rem; line-height: 1.5; }
.wm-team-directory__medical-summary-action { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .8rem; font-size: .82rem; font-weight: 800; white-space: nowrap; }
.wm-team-directory__medical-summary-action i { display: grid; width: 2.55rem; height: 2.55rem; place-items: center; border-radius: 50%; background: var(--wm-navy); color: #fff; font-size: 1.05rem; font-style: normal; transition: transform 200ms ease, background-color 200ms ease; }
.wm-team-directory__medical-summary-action--close { display: none; }
.wm-team-directory__medical-disclosure[open] .wm-team-directory__medical-summary-action--open { display: none; }
.wm-team-directory__medical-disclosure[open] .wm-team-directory__medical-summary-action--close { display: inline; }
.wm-team-directory__medical-disclosure[open] .wm-team-directory__medical-summary-action i { background: var(--wm-red); transform: rotate(180deg); }
.wm-team-directory__medical-content {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-.55rem);
  transition: opacity 200ms ease, transform 380ms cubic-bezier(.22,1,.36,1);
}
.wm-team-directory__medical-disclosure[open] .wm-team-directory__medical-content { opacity: 1; transform: translateY(0); }
.wm-team-directory__medical-disclosure[data-transition-state="closing"] .wm-team-directory__medical-content { opacity: 0; transform: translateY(-.45rem); }
.wm-team-directory__medical-content > .wm-team-directory__medical-grid { padding-top: 1rem; }
.wm-team-profile-card {
  min-width: 0;
  padding: 0;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wm-navy);
  font: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.wm-team-profile-card:hover,
.wm-team-profile-card:focus-visible {
  z-index: 1;
  border-color: rgba(42, 50, 83, .5);
  box-shadow: 0 22px 42px -30px rgba(24,31,62,.65);
  transform: translateY(-4px);
}
.wm-team-profile-card:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.wm-team-profile-card--founder {
  display: grid;
  grid-template-columns: clamp(9rem, 15vw, 12.75rem) minmax(0, 1fr);
  min-height: 16rem;
}
.wm-team-profile-card__media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: var(--wm-surface-soft);
}
.wm-team-profile-card__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--wm-red);
  content: '';
  transform: scaleX(.38);
  transform-origin: left;
  transition: transform 220ms ease;
}
.wm-team-profile-card:hover .wm-team-profile-card__media::after,
.wm-team-profile-card:focus-visible .wm-team-profile-card__media::after { transform: scaleX(1); }
.wm-team-profile-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transition: transform 450ms cubic-bezier(.22,1,.36,1);
}
.wm-team-profile-card:hover .wm-team-profile-card__media img,
.wm-team-profile-card:focus-visible .wm-team-profile-card__media img { transform: scale(1.045); }
.wm-team-profile-card__body {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.2rem;
}
.wm-team-profile-card__group {
  color: var(--wm-red);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.wm-team-profile-card strong {
  margin-top: .65rem;
  color: var(--wm-navy);
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.wm-team-profile-card__role {
  margin-top: .45rem;
  color: var(--wm-slate);
  font-size: .8rem;
  line-height: 1.45;
}
.wm-team-profile-card__action {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--wm-navy);
  font-size: .76rem;
  font-weight: 800;
}
.wm-team-profile-card__action i { color: var(--wm-red); font-size: 1rem; font-style: normal; transition: transform 180ms ease; }
.wm-team-profile-card:hover .wm-team-profile-card__action i,
.wm-team-profile-card:focus-visible .wm-team-profile-card__action i { transform: translateX(4px); }
.wm-team-profile-card--medical {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 19rem;
}
.wm-team-profile-card--medical .wm-team-profile-card__body { padding: 1rem 1rem 1.05rem; }
.wm-team-profile-card--medical strong { margin-top: .5rem; font-size: 1.02rem; }
.wm-team-profile-card--medical .wm-team-profile-card__group {
  max-width: 23ch;
  color: var(--wm-slate);
  font-size: .62rem;
  letter-spacing: .08em;
}
.wm-team-profile-card--medical .wm-team-profile-card__action { padding-top: .7rem; }
.wm-team-profile-card__medical-photo {
  position: relative;
  display: block;
  min-height: 13.5rem;
  max-height: 16.25rem;
  aspect-ratio: 16 / 15;
  overflow: hidden;
  background: var(--wm-surface-soft);
}
.wm-team-profile-card__medical-photo::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .2rem;
  background: var(--wm-red);
  content: "";
  transform: scaleX(.26);
  transform-origin: left;
  transition: transform 220ms ease;
}
.wm-team-profile-card__medical-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  transition: transform 380ms cubic-bezier(.2,.7,.2,1);
}
.wm-team-profile-card:hover .wm-team-profile-card__medical-photo::after,
.wm-team-profile-card:focus-visible .wm-team-profile-card__medical-photo::after { transform: scaleX(1); }
.wm-team-profile-card:hover .wm-team-profile-card__medical-photo img,
.wm-team-profile-card:focus-visible .wm-team-profile-card__medical-photo img { transform: scale(1.035); }
.wm-team-profile-card__placeholder {
  position: relative;
  display: block;
  min-height: 13.5rem;
  max-height: 16.25rem;
  aspect-ratio: 16 / 15;
  overflow: hidden;
  padding: 1rem;
  background:
    linear-gradient(135deg, transparent 49.6%, rgba(37,48,85,.055) 49.7%, rgba(37,48,85,.055) 50.3%, transparent 50.4%),
    linear-gradient(45deg, transparent 49.6%, rgba(37,48,85,.04) 49.7%, rgba(37,48,85,.04) 50.3%, transparent 50.4%),
    var(--wm-surface-soft);
}
.wm-team-profile-card__placeholder > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid var(--wm-line);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--wm-navy);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.wm-team-profile-card__placeholder svg {
  position: absolute;
  right: .7rem;
  bottom: -.8rem;
  width: 7rem;
  height: 7rem;
  fill: none;
  stroke: rgba(37,48,85,.2);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.05;
}
.wm-team-profile-card__placeholder small {
  position: absolute;
  right: .8rem;
  bottom: .7rem;
  color: var(--wm-slate);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wm-profile-dialog {
  width: min(94vw, 66rem);
  max-height: calc(100dvh - 2rem);
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 32px 96px -36px rgba(7,12,31,.82);
  color: var(--wm-navy);
  overflow: auto;
}
html.wm-profile-dialog-open,
body.wm-profile-dialog-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.wm-profile-dialog::backdrop { background: rgba(16,22,47,.7); backdrop-filter: blur(5px); }
.wm-profile-dialog__close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--wm-line);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--wm-navy);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.wm-profile-dialog__close:hover,
.wm-profile-dialog__close:focus-visible { border-color: var(--wm-navy); background: var(--wm-surface-soft); }
.wm-profile-dialog__layout {
  display: grid;
  grid-template-columns: minmax(21rem, .94fr) minmax(0, 1.06fr);
  height: min(38rem, calc(100dvh - 2rem));
  min-height: 28rem;
}
.wm-profile-dialog__visual {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  background: var(--wm-navy);
}
.wm-profile-dialog__visual::before,
.wm-profile-dialog__visual::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; }
.wm-profile-dialog__visual.has-image::before,
.wm-profile-dialog__visual.has-image::after { display: none; }
.wm-profile-dialog__visual::before { width: 18rem; height: 18rem; transform: translate(26%, -26%); }
.wm-profile-dialog__visual::after { width: 11rem; height: 11rem; transform: translate(-40%, 120%); }
.wm-profile-dialog__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.wm-profile-dialog__visual.has-image img { position: absolute; inset: 0; }
.wm-profile-dialog__visual.has-image > span { display: none; }
.wm-profile-dialog__visual:not(.has-image) { background: linear-gradient(145deg, #273153, #17203d); }
.wm-profile-dialog__visual > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 8rem;
  height: 8rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.wm-profile-dialog__content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(2.25rem, 4.4vw, 4rem); }
.wm-profile-dialog__content > p:first-child { margin: 0; color: var(--wm-red); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wm-profile-dialog__heading-row { display: flex; width: 100%; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.wm-profile-dialog__content h3 { max-width: 12ch; margin: .8rem 0 0; color: var(--wm-navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: .98; letter-spacing: -.055em; }
.wm-profile-dialog__linkedin {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  place-items: center;
  margin-top: .6rem;
  border: 1px solid var(--wm-line);
  border-radius: 50%;
  background: var(--wm-surface-soft);
  color: var(--wm-navy);
}
.wm-profile-dialog__linkedin svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.wm-profile-dialog__role { margin: 1rem 0 0; color: var(--wm-slate); font-size: 1rem; font-weight: 600; }
.wm-profile-dialog__summary { max-width: 42ch; margin: 1.4rem 0 0; color: var(--wm-slate); line-height: 1.65; }
.wm-profile-dialog__focus { display: flex; flex-wrap: wrap; gap: .55rem; margin: auto 0 0; padding: 1.5rem 0 0; list-style: none; }
.wm-profile-dialog__focus li { padding: .46rem .7rem; border: 1px solid var(--wm-line); border-radius: 999px; color: var(--wm-navy); font-size: .74rem; font-weight: 700; }

@media (max-width: 1440px) {
  .wm-team-directory__medical-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
  .wm-team-directory__group { grid-template-columns: minmax(11rem, .28fr) minmax(0, .72fr); gap: 1.75rem; }
  .wm-team-directory__medical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-team-profile-card--founder { grid-template-columns: minmax(7.25rem, .66fr) minmax(0, 1fr); }
}
@media (max-width: 800px) {
  .wm-team-directory__group { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .wm-team-directory__group-heading { max-width: 38rem; }
  .wm-profile-dialog__layout { grid-template-columns: minmax(0, 1fr); height: auto; min-height: 0; }
  .wm-profile-dialog__visual { min-height: min(45vw, 21rem); }
  .wm-profile-dialog__content { min-height: 0; }
}
@media (max-width: 560px) {
  .wm-team-directory__founders-grid,
  .wm-team-directory__medical-grid { grid-template-columns: minmax(0, 1fr); }
  .wm-team-directory__medical-disclosure summary { align-items: flex-start; flex-direction: column; min-height: 0; padding: 1.2rem; }
  .wm-team-directory__medical-summary-action { width: 100%; justify-content: space-between; }
  .wm-team-profile-card--founder { grid-template-columns: 8rem minmax(0, 1fr); min-height: 13.5rem; }
  .wm-profile-dialog { width: min(94vw, 32rem); max-height: calc(100dvh - 1rem); }
  .wm-profile-dialog__visual { min-height: 14rem; }
  .wm-profile-dialog__content { min-height: 0; padding: 1.7rem 1.35rem; }
  .wm-profile-dialog__content h3 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .wm-team-profile-card,
  .wm-team-profile-card__media::after,
  .wm-team-profile-card__media img,
  .wm-team-profile-card__action i,
  .wm-team-directory__medical-disclosure summary,
  .wm-team-directory__medical-summary-action i { transition: none !important; transform: none !important; }
  .wm-team-directory__medical-disclosure,
  .wm-team-directory__medical-content { transition: none; }
}

/* Founder cards shift before their editorial side column becomes too narrow. */
@media (min-width: 761px) and (max-width: 1280px) {
  .wm-team-directory__group--founders { grid-template-columns: minmax(0, 1fr); gap: 1.45rem; }
  .wm-team-directory__group--founders .wm-team-directory__group-heading { max-width: 44rem; }
  .wm-team-directory__founders-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
  .wm-team-profile-card--founder {
    grid-template-columns: clamp(8rem, 16vw, 10rem) minmax(0, 1fr);
    min-height: 15rem;
  }
  .wm-team-profile-card--founder .wm-team-profile-card__body { padding: 1.2rem 1.3rem; }
}

@media (max-width: 760px) {
  .wm-team-directory__group--founders { grid-template-columns: minmax(0, 1fr); }
  .wm-team-directory__founders-grid { grid-template-columns: minmax(0, 1fr); gap: .9rem; }
  .wm-team-profile-card--founder {
    grid-template-columns: clamp(7.5rem, 28vw, 9rem) minmax(0, 1fr);
    min-height: 13.5rem;
  }
  .wm-team-profile-card--founder .wm-team-profile-card__body { padding: 1.05rem 1.1rem; }
}

@media (max-width: 560px) {
  .wm-about-hero { background: #fff; }
  .wm-about-hero__background,
  .wm-about-hero::after { display: none; }
}

/* Patrón solicitado únicamente para estas tres zonas de la página principal. */
.wm-home-trust,
.wm-home-process,
.wm-home-contact,
.wm-about-contrast,
.wm-about-contact--who-we-are,
.wm-about-purpose,
.wm-about-values-section,
.wm-solutions-explorer-section,
.wm-solutions-faq-section,
.wm-innovation-capabilities,
.wm-centers-network {
  background-color: var(--wm-surface-soft);
  background-image: radial-gradient(circle, rgba(45,51,78,.20) 1.5px, transparent 1.7px);
  background-size: 58px 58px;
  animation: wm-dots-drift 7s linear infinite;
}

/* Ritmo vertical simétrico entre la tarjeta, el carrusel y los socios. */
.wm-home-trust .wm-logo-marquee,
.wm-home-trust .wm-strategic-partners {
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
}

@media (max-width: 760px) {
  .wm-home-trust .wm-logo-marquee,
  .wm-home-trust .wm-strategic-partners {
    margin-top: 1.25rem;
  }
}

@keyframes wm-dots-drift {
  from { background-position: 0 0; }
  to { background-position: 58px 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-home-trust,
  .wm-home-process,
  .wm-home-contact,
  .wm-about-contrast,
  .wm-about-contact--who-we-are,
  .wm-about-purpose,
  .wm-about-values-section,
  .wm-solutions-explorer-section,
  .wm-solutions-faq-section,
  .wm-innovation-capabilities,
  .wm-centers-network {
    animation: none;
  }
}

@media (min-width: 1181px) {
  .wm-about-purpose__grid {
    grid-template-columns: minmax(22rem, .95fr) minmax(30rem, 1.05fr);
  }
}

/* I+D: cinco dimensiones de investigación, con el patrón de puntos del
   lenguaje visual existente y una lectura editorial para publicaciones. */
.wm-idi-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--wm-line);
  border-bottom: 1px solid var(--wm-line);
}
#idi-index,
.wm-idi-section { scroll-margin-top: 6rem; }
.wm-idi-index a {
  display: grid;
  gap: .7rem;
  min-height: 7.6rem;
  padding: 1.1rem 1rem;
  color: var(--wm-navy);
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.35;
  transition: color .18s ease, background .18s ease;
}
.wm-idi-index a + a { border-left: 1px solid var(--wm-line); }
.wm-idi-index a:hover,
.wm-idi-index a:focus-visible { background: var(--wm-surface-soft); color: var(--wm-red); }
.wm-idi-index a span { color: var(--wm-red); font-size: .78rem; letter-spacing: .12em; }

.wm-innovation-hero__signal {
  position: relative;
  min-height: clamp(17rem, 31vw, 25rem);
  overflow: hidden;
  border: 1px solid rgba(45, 51, 78, .12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 28%, rgba(204,45,59,.18) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 72%, rgba(45,51,78,.16) 0 2px, transparent 3px),
    var(--wm-surface-soft);
  background-size: auto, auto, 42px 42px;
}
.wm-innovation-hero__signal-line {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 76%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wm-red) 18%, var(--wm-navy) 52%, transparent);
  transform: rotate(-18deg);
  transform-origin: center;
}
.wm-innovation-hero__signal-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 4px solid var(--wm-surface-soft);
  border-radius: 50%;
  background: var(--wm-red);
  box-shadow: 0 0 0 1px rgba(204,45,59,.35), 0 8px 20px rgba(45,51,78,.12);
}
.wm-innovation-hero__signal-dot--one { top: 29%; left: 23%; }
.wm-innovation-hero__signal-dot--two { top: 50%; left: 49%; background: var(--wm-navy); box-shadow: 0 0 0 1px rgba(45,51,78,.35), 0 8px 20px rgba(45,51,78,.12); }
.wm-innovation-hero__signal-dot--three { top: 68%; left: 72%; }
.wm-innovation-hero__signal-label { position: absolute; right: 1.25rem; bottom: 1.1rem; color: var(--wm-slate); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.wm-idi-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.wm-idi-section--white { background: #fff; }
.wm-idi-section--dotted {
  background-color: var(--wm-surface-soft);
  background-image: radial-gradient(circle, rgba(45,51,78,.20) 1.5px, transparent 1.7px);
  background-size: 58px 58px;
  animation: wm-dots-drift 7s linear infinite;
}
.wm-idi-section--navy { background: var(--wm-navy); color: #fff; }
.wm-idi-section .wm-section-intro { margin-bottom: clamp(2rem, 4vw, 3rem); }
.wm-idi-section .wm-section-intro > p:last-child { max-width: 62ch; }
.wm-idi-section--navy h2 { color: #fff; }
.wm-idi-section--navy .wm-eyebrow--light { color: #DCE3ED; }

.wm-idi-topic-grid,
.wm-idi-ethics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.wm-idi-topic-card,
.wm-idi-ethics-card {
  display: grid;
  align-content: start;
  min-height: 13rem;
  padding: 1.5rem;
  border: 1px solid var(--wm-line-soft);
  border-radius: var(--wm-radius-card);
  background: #fff;
  box-shadow: 0 10px 30px -26px rgba(45,51,78,.65);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.wm-idi-topic-card:hover,
.wm-idi-ethics-card:hover { transform: translateY(-3px); border-color: var(--wm-line); box-shadow: 0 20px 38px -28px rgba(45,51,78,.75); }
.wm-idi-card-number { display: block; margin-bottom: 2.5rem; color: var(--wm-red); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.wm-idi-topic-card h3,
.wm-idi-ethics-card h3 { margin: 0; color: var(--wm-navy); font-size: 1.15rem; line-height: 1.3; }
.wm-idi-ethics-card { min-height: 15.5rem; background: var(--wm-surface-soft); }
.wm-idi-ethics-card p { margin: .9rem 0 0; color: var(--wm-slate); line-height: 1.55; }

.wm-idi-publication-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.25rem); }
.wm-idi-list-panel { padding: clamp(1.4rem, 3vw, 2.25rem); border: 1px solid var(--wm-line-soft); border-radius: var(--wm-radius-card); background: var(--wm-surface-soft); }
.wm-idi-list-heading { padding-bottom: 1.4rem; border-bottom: 1px solid var(--wm-line); }
.wm-idi-list-kicker { color: var(--wm-red); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wm-idi-list-heading h3 { margin: .65rem 0 0; color: var(--wm-navy); font-size: clamp(1.35rem, 2vw, 1.8rem); }
.wm-idi-publication-list,
.wm-idi-presentation-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.wm-idi-publication-list li,
.wm-idi-presentation-list li { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr); column-gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--wm-line); }
.wm-idi-publication-list li:last-child,
.wm-idi-presentation-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.wm-idi-list-year { color: var(--wm-red); font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.wm-idi-publication-list p,
.wm-idi-presentation-list p { grid-column: 2; margin: 0; color: var(--wm-slate); font-size: .93rem; line-height: 1.55; }
.wm-idi-presentation-list p strong { color: var(--wm-navy); font-weight: 600; }
.wm-idi-doi { grid-column: 2; margin-top: .6rem; color: var(--wm-navy); font-size: .78rem; font-weight: 600; overflow-wrap: anywhere; }
.wm-idi-publication-body { display: grid; grid-column: 2; gap: .6rem; }
.wm-idi-publication-body p { grid-column: auto; }
.wm-idi-publication-body .wm-idi-doi { grid-column: auto; margin-top: 0; }
.wm-idi-doi { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem .65rem; }
.wm-idi-doi__value { overflow-wrap: anywhere; }
.wm-idi-copy {
  position: relative;
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid var(--wm-line);
  border-radius: .4rem;
  background: transparent;
  color: var(--wm-navy);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.wm-idi-copy svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.wm-idi-copy:hover,
.wm-idi-copy:focus-visible,
.wm-idi-copy.is-copied { border-color: var(--wm-red); background: rgba(204,45,59,.06); color: var(--wm-red); }
.wm-idi-copy:focus-visible { outline: 3px solid var(--wm-focus); outline-offset: 3px; }
.wm-idi-copy.is-copied::after {
  content: 'Texto copiado';
  position: absolute;
  z-index: 2;
  top: calc(100% + .45rem);
  left: 0;
  padding: .38rem .55rem;
  border: 1px solid var(--wm-red);
  border-radius: .35rem;
  background: #fff;
  color: var(--wm-red);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px -12px rgba(45,51,78,.7);
  animation: wm-copy-feedback-in .18s ease-out;
}
@keyframes wm-copy-feedback-in {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}
.wm-idi-publication-link { display: inline-flex; color: var(--wm-navy); font-size: .72rem; font-weight: 700; white-space: nowrap; }
.wm-idi-publication-link:hover,
.wm-idi-publication-link:focus-visible { color: var(--wm-red); }
.wm-idi-publication-link { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.wm-idi-publication-link:focus-visible { outline: 3px solid var(--wm-focus); outline-offset: 4px; }

.wm-idi-back-to-index {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.8rem;
  color: var(--wm-navy);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}
.wm-idi-back-to-index:hover,
.wm-idi-back-to-index:focus-visible { color: var(--wm-red); text-decoration: underline; text-underline-offset: 3px; }
.wm-idi-section--navy .wm-idi-back-to-index { color: #fff; }
.wm-idi-section--navy .wm-idi-back-to-index:hover,
.wm-idi-section--navy .wm-idi-back-to-index:focus-visible { color: #fff; }
.wm-idi-back-to-index:focus-visible { outline: 3px solid var(--wm-focus); outline-offset: 4px; }

.wm-idi-contact { padding: clamp(4rem, 7vw, 6rem) 0; }
.wm-idi-contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.wm-idi-contact h2 { max-width: 18ch; margin: 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; line-height: 1.05; }
.wm-idi-contact p:last-child { max-width: 58ch; margin: 1.35rem 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.65; }
.wm-idi-contact .wm-button { white-space: nowrap; }

.wm-idi-navy-heading { max-width: 60ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.wm-idi-navy-heading h2 { margin: 0; font-size: clamp(2rem, 3.3vw, 3rem); letter-spacing: -.04em; line-height: 1.05; }
.wm-idi-navy-heading p:last-child { margin: 1.35rem 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.65; }
.wm-idi-partners-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.wm-idi-partner { display: grid; align-content: space-between; gap: 2.75rem; min-height: 10rem; padding: 1.25rem; border-left: 1px solid rgba(255,255,255,.24); color: #fff; }
.wm-idi-partner:first-child { border-left: 0; }
.wm-idi-partner__meta { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.wm-idi-partner__meta span { color: #DCE3ED; font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.wm-idi-partner__meta small { color: rgba(255,255,255,.56); font-size: .64rem; font-weight: 600; letter-spacing: .08em; line-height: 1.35; text-align: right; text-transform: uppercase; }
.wm-idi-partner strong { font-size: 1rem; line-height: 1.35; }

.wm-idi-funds-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.wm-idi-funds-grid h2 { max-width: 12ch; margin: 0; color: var(--wm-navy); font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; line-height: 1.05; }
.wm-idi-funds-card { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--wm-line-soft); border-radius: var(--wm-radius-card); background: #fff; box-shadow: 0 10px 30px -26px rgba(45,51,78,.65); }
.wm-idi-funds-card p { margin: 0; color: var(--wm-slate); line-height: 1.6; }
.wm-idi-funds-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.wm-idi-funds-card li { padding: .9rem 1rem; border-left: 3px solid var(--wm-red); background: var(--wm-surface-soft); color: var(--wm-navy); font-weight: 600; }
.wm-idi-funds-card li a { display: flex; align-items: center; justify-content: space-between; gap: .75rem; color: inherit; text-decoration: none; }
.wm-idi-funds-card li a:hover,
.wm-idi-funds-card li a:focus-visible { color: var(--wm-red); }
.wm-idi-funds-card li a:focus-visible { outline: 3px solid var(--wm-focus); outline-offset: 3px; }

.wm-idi-index a:focus-visible,
.wm-idi-topic-card:focus-visible,
.wm-idi-ethics-card:focus-visible { outline: 3px solid var(--wm-focus); outline-offset: 3px; }

@media (max-width: 980px) {
  .wm-idi-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wm-idi-index a:nth-child(4) { border-left: 0; }
  .wm-idi-topic-grid,
  .wm-idi-ethics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-idi-partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wm-idi-partner:nth-child(4) { border-left: 0; }
}

@media (max-width: 720px) {
  .wm-idi-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-idi-index a:nth-child(3),
  .wm-idi-index a:nth-child(5) { border-left: 0; }
  .wm-idi-publication-grid,
  .wm-idi-funds-grid,
  .wm-idi-contact__grid { grid-template-columns: 1fr; }
  .wm-idi-funds-grid h2 { max-width: none; }
  .wm-idi-contact .wm-button { width: 100%; }
  .wm-idi-partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-idi-partner:nth-child(3),
  .wm-idi-partner:nth-child(5) { border-left: 0; }
}

@media (max-width: 560px) {
  .wm-idi-index { grid-template-columns: 1fr; }
  .wm-idi-index a,
  .wm-idi-index a + a { min-height: auto; border-left: 0; border-bottom: 1px solid var(--wm-line); }
  .wm-idi-index a:last-child { border-bottom: 0; }
  .wm-idi-topic-grid,
  .wm-idi-ethics-grid,
  .wm-idi-partners-grid { grid-template-columns: 1fr; }
  .wm-idi-partner,
  .wm-idi-partner:nth-child(3),
  .wm-idi-partner:nth-child(4),
  .wm-idi-partner:nth-child(5) { min-height: auto; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .wm-idi-partner:last-child { border-bottom: 0; }
  .wm-idi-topic-card,
  .wm-idi-ethics-card { min-height: auto; }
  .wm-idi-card-number { margin-bottom: 1.75rem; }
  .wm-idi-funds-card ul { grid-template-columns: 1fr; }
  .wm-idi-publication-list li,
  .wm-idi-presentation-list li { grid-template-columns: 2.6rem minmax(0, 1fr); column-gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-idi-section--dotted { animation: none; }
  .wm-idi-topic-card,
  .wm-idi-ethics-card,
  .wm-idi-copy { transition: none; }
  .wm-idi-copy.is-copied::after { animation: none; }
  .wm-idi-topic-card:hover,
  .wm-idi-ethics-card:hover { transform: none; }
}

/* The I+D page remains useful as a clean, paper-friendly research brief. */
@media print {
  body.wm-body--idi { background: #fff; color: #000; }
  body.wm-body--idi .wm-header,
  body.wm-body--idi .wm-footer,
  body.wm-body--idi .wm-idi-contact,
  body.wm-body--idi .wm-idi-back-to-index,
  body.wm-body--idi .wm-innovation-hero__signal,
  body.wm-body--idi .wm-idi-copy { display: none !important; }
  body.wm-body--idi .wm-innovation-hero { padding: 1rem 0 1.5rem; }
  body.wm-body--idi .wm-innovation-hero__grid { display: block; }
  body.wm-body--idi .wm-idi-section { padding: 1.5rem 0; break-inside: avoid; }
  body.wm-body--idi .wm-idi-section--dotted,
  body.wm-body--idi .wm-idi-section--navy { background: #fff; animation: none; }
  body.wm-body--idi h1,
  body.wm-body--idi h2,
  body.wm-body--idi h3,
  body.wm-body--idi p,
  body.wm-body--idi .wm-eyebrow,
  body.wm-body--idi .wm-idi-section--navy .wm-eyebrow--light,
  body.wm-body--idi .wm-idi-section--navy .wm-idi-navy-heading p:last-child,
  body.wm-body--idi .wm-idi-partner,
  body.wm-body--idi .wm-idi-partner__meta small,
  body.wm-body--idi .wm-idi-partner__meta span { color: #000 !important; }
  body.wm-body--idi .wm-idi-list-panel,
  body.wm-body--idi .wm-idi-funds-card,
  body.wm-body--idi .wm-idi-topic-card,
  body.wm-body--idi .wm-idi-ethics-card { background: #fff; border-color: #aaa; box-shadow: none; break-inside: avoid; }
  body.wm-body--idi .wm-idi-partners-grid { border-color: #aaa; }
  body.wm-body--idi .wm-idi-partner { border-color: #aaa; }
  body.wm-body--idi a { color: #000 !important; text-decoration: underline; }
  body.wm-body--idi .wm-idi-publication-link::after { content: ' (' attr(href) ')'; font-size: .65rem; }
}

/* Mobile heading scale: keep long Spanish titles inside the viewport. */
@media (max-width: 720px) {
  .wm-about-hero h1,
  .wm-home-hero h1,
  .wm-solutions-hero h1,
  .wm-industries-hero h1,
  .wm-centers-hero h1,
  .wm-contact-hero h1,
  .wm-process-hero h1,
  .wm-faq-hero h1,
  .wm-solution-detail-hero h1 {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.05;
  }

  .wm-home-trust h2,
  .wm-home-solutions h2,
  .wm-home-why h2,
  .wm-home-industries h2,
  .wm-home-process h2,
  .wm-home-centers h2,
  .wm-home-contact h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.1;
  }

  .wm-home-industries__preview h3,
  .wm-home-process__steps h3,
  .wm-home-id h3 {
    font-size: clamp(1.15rem, 5.5vw, 1.4rem);
    line-height: 1.2;
  }
}
