/**
 * Elite Magnets Visual 2.0
 *
 * A reversible presentation layer inspired by Lightwire's industrial demos.
 * It intentionally reuses the existing Blocksy child-theme markup and assets.
 */

.em-visual-v2 {
  --em-v2-bg: #f3f3ef;
  --em-v2-surface: #ffffff;
  --em-v2-surface-muted: #e9ebe8;
  --em-v2-ink: #121617;
  --em-v2-deep: #0d1214;
  --em-v2-deep-2: #192023;
  --em-v2-muted: #5c6669;
  --em-v2-line: #d4d8d6;
  --em-v2-accent: #f5bf23;
  --em-v2-accent-strong: #d99f00;
  --em-v2-tech: #1f565a;
  --em-v2-display: "Arial Narrow", "Aptos Display", "Roboto Condensed", "Helvetica Neue", sans-serif;
  --em-v2-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --em-v2-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --em-v2-shadow: 0 18px 42px rgba(13, 18, 20, 0.1);
  --em-v2-shadow-dark: 0 24px 56px rgba(5, 8, 9, 0.28);
  --em-v2-fast: 160ms;
  --em-v2-base: 260ms;
  --em-v2-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --em-v2-container: var(--theme-normal-container-max-width, 1290px);
  --em-v2-gutter: clamp(18px, 4vw, 32px);
  background: var(--em-v2-bg);
  color: var(--em-v2-ink);
  font-family: var(--em-v2-body);
}

.em-visual-v2 :where(.entry-content, .site-main) {
  color: var(--em-v2-muted);
}

.em-visual-v2 :where(h1, h2, h3, h4, h5, h6),
.em-visual-v2 :where(.em-hero-title, .em-catalog-title, .em-section-heading, .em-statement-heading) {
  color: var(--em-v2-ink);
  font-family: var(--em-v2-display);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.em-visual-v2 :where(.em-hero-title, .em-catalog-title) {
  font-size: clamp(2.65rem, 5.1vw, 5.6rem);
  max-width: 12ch;
  text-wrap: balance;
}

.em-visual-v2 :where(.em-section-heading, .em-statement-heading) {
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  max-width: 17ch;
  text-wrap: balance;
}

.em-visual-v2 :where(.em-section-intro, .em-hero-lede, .em-catalog-lede) {
  line-height: 1.72;
  max-width: 68ch;
}

.em-visual-v2 :where(.em-section-label, .em-hero-kicker, .em-site-footer__eyebrow) {
  align-items: center;
  color: var(--em-v2-tech);
  display: flex;
  font-family: var(--em-v2-mono);
  font-size: 0.72rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.em-visual-v2 :where(.em-section-label, .em-hero-kicker)::before {
  background: var(--em-v2-accent);
  content: "";
  flex: 0 0 18px;
  height: 3px;
}

.em-visual-v2 a:focus-visible,
.em-visual-v2 button:focus-visible,
.em-visual-v2 input:focus-visible,
.em-visual-v2 select:focus-visible,
.em-visual-v2 textarea:focus-visible,
.em-visual-v2 .wp-block-button__link:focus-visible {
  outline: 3px solid var(--em-v2-accent);
  outline-offset: 3px;
}

/* Lightwire master header: utility rail + white navigation + signal CTA. */
.em-visual-v2 .em-lightwire-bar {
  background: var(--em-v2-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--em-v2-mono);
  font-size: 0.66rem;
  letter-spacing: 0.035em;
  min-height: 34px;
}

.em-visual-v2 .em-lightwire-bar__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--em-v2-container);
  min-height: 34px;
  padding-inline: var(--em-v2-gutter);
  width: 100%;
}

.em-visual-v2 .em-country-selector {
  flex: 0 0 auto;
  position: relative;
  z-index: 1001;
}

.em-visual-v2 .em-country-selector summary {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  display: flex;
  gap: 7px;
  list-style: none;
  min-height: 34px;
  white-space: nowrap;
}

.em-visual-v2 .em-country-selector summary::-webkit-details-marker {
  display: none;
}

.em-visual-v2 .em-country-selector summary::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 5px;
  margin-left: 2px;
  transform: rotate(45deg) translateY(-2px);
  width: 5px;
}

.em-visual-v2 .em-country-selector[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.em-visual-v2 .em-country-selector__code,
.em-visual-v2 .em-country-selector__menu a > span,
.em-visual-v2 .em-country-selector__unavailable > span {
  color: var(--em-v2-accent);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.em-visual-v2 .em-country-selector__menu {
  background: #10191c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 190px;
  padding: 7px;
  position: absolute;
  top: calc(100% + 1px);
}

.em-visual-v2 .em-country-selector__menu li {
  margin: 0;
}

.em-visual-v2 .em-country-selector__menu a,
.em-visual-v2 .em-country-selector__unavailable {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px 1fr;
  padding: 9px 10px;
  text-transform: none;
}

.em-visual-v2 .em-country-selector__menu a[aria-current="true"] {
  background: rgba(255, 255, 255, 0.08);
}

.em-visual-v2 .em-country-selector__unavailable {
  color: rgba(255, 255, 255, 0.38);
  cursor: not-allowed;
}

.em-visual-v2 .em-lightwire-bar__contact {
  align-items: center;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.em-visual-v2 .em-lightwire-bar__contact li {
  align-items: center;
  display: flex;
  gap: 6px;
  margin: 0;
  padding-inline: 14px;
}

.em-visual-v2 .em-lightwire-bar__contact li:first-child {
  padding-left: 0;
}

.em-visual-v2 .em-lightwire-bar__contact li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.em-visual-v2 .em-lightwire-bar__contact span {
  color: var(--em-v2-accent);
  font-weight: 800;
  text-transform: uppercase;
}

.em-visual-v2 .em-lightwire-bar a {
  color: rgba(255, 255, 255, 0.78);
}

.em-visual-v2 .em-lightwire-bar a:hover,
.em-visual-v2 .em-lightwire-bar a:focus-visible {
  color: var(--em-v2-accent);
}

.em-visual-v2 .em-lightwire-bar__positioning {
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-row*="middle"] {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid var(--em-v2-line) !important;
  box-shadow: 0 4px 16px rgba(13, 18, 20, 0.055) !important;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-row*="middle"]::before {
  display: none;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-row*="middle"] > div {
  min-height: 76px;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  align-items: center;
  color: var(--em-v2-deep) !important;
  display: inline-flex;
  font-family: var(--em-v2-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-id="logo"] .site-title::after {
  background: var(--em-v2-deep);
  color: #fff;
  content: "OEM";
  font-family: var(--em-v2-mono);
  font-size: 0.48rem;
  letter-spacing: 0.06em;
  margin-left: 7px;
  padding: 3px 5px;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
  color: #384144;
  font-family: var(--em-v2-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a::before {
  background: var(--em-v2-accent) !important;
  height: 3px !important;
}

.em-visual-v2 .ct-header .menu-item > a[href*="/request-a-quote/"] {
  background: var(--em-v2-accent) !important;
  border: 1px solid var(--em-v2-accent) !important;
  border-radius: 0 !important;
  color: var(--em-v2-deep) !important;
  min-height: 44px;
  padding-inline: 18px !important;
}

.em-visual-v2 .ct-header .menu-item > a[href*="/request-a-quote/"]:hover {
  background: var(--em-v2-deep) !important;
  border-color: var(--em-v2-deep) !important;
  color: #fff !important;
}

.em-visual-v2 [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  background: var(--em-v2-deep) !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 4px solid var(--em-v2-accent) !important;
  box-shadow: var(--em-v2-shadow-dark) !important;
}

/* Hero system. */
.em-visual-v2 :where(.em-hero, .em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero) {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(245, 191, 35, 0.12), transparent 24%),
    var(--em-v2-deep) !important;
  background-size: 38px 38px, 38px 38px, auto, auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.em-visual-v2 :where(.em-hero, .em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero)::after {
  background: var(--em-v2-accent);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: clamp(90px, 14vw, 210px);
}

.em-visual-v2 :where(.em-hero, .em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero)
  :where(h1, h2, h3, p, .em-section-label, .em-hero-kicker, .em-breadcrumb, a:not(.wp-block-button__link)) {
  color: inherit;
}

.em-visual-v2 :where(.em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero)
  :where(h1, h2, h3, .em-catalog-title, .em-catalog-lede, .em-section-label, .em-breadcrumb) {
  color: #fff !important;
}

.em-visual-v2 :where(.em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero)
  :where(p, li) {
  color: rgba(255, 255, 255, 0.72) !important;
}

.em-visual-v2 .em-hero-grid {
  gap: clamp(32px, 5vw, 76px);
}

.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media) {
  background: var(--em-v2-deep-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 !important;
  box-shadow: var(--em-v2-shadow-dark);
  isolation: isolate;
  overflow: visible;
  position: relative;
}

.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media)::before,
.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media)::after {
  border-color: var(--em-v2-accent);
  border-style: solid;
  content: "";
  height: 34px;
  pointer-events: none;
  position: absolute;
  width: 34px;
  z-index: 2;
}

.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media)::before {
  border-width: 3px 0 0 3px;
  left: -9px;
  top: -9px;
}

.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media)::after {
  border-width: 0 3px 3px 0;
  bottom: -9px;
  right: -9px;
}

.em-visual-v2 :where(.em-hero-media, .em-catalog-media, .em-detail-media) img {
  border-radius: 0 !important;
  display: block;
}

.em-visual-v2 .em-hero-proof p {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
}

/* Buttons use the Lightwire signal color without importing its legacy CSS. */
.em-visual-v2 :where(.em-button-primary, .em-button-on-dark) .wp-block-button__link,
.em-visual-v2 .em-site-footer__primary-action,
.em-visual-v2 .em-mobile-rfq {
  background: var(--em-v2-accent) !important;
  border: 1px solid var(--em-v2-accent) !important;
  border-radius: 0 !important;
  color: var(--em-v2-deep) !important;
  font-family: var(--em-v2-display);
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: background var(--em-v2-fast) var(--em-v2-ease), color var(--em-v2-fast) var(--em-v2-ease), transform var(--em-v2-fast) var(--em-v2-ease);
}

.em-visual-v2 :where(.em-button-primary, .em-button-on-dark) .wp-block-button__link:hover,
.em-visual-v2 .em-site-footer__primary-action:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--em-v2-deep) !important;
  transform: translateY(-2px);
}

.em-visual-v2 :where(.em-button-secondary, .em-button-on-dark-outline) .wp-block-button__link {
  background: transparent !important;
  border: 1px solid currentColor !important;
  border-radius: 0 !important;
  font-family: var(--em-v2-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Sections and cards. */
.em-visual-v2 :where(.em-home, .em-product-page, .em-site-page, .em-rfq-page) {
  background: var(--em-v2-bg) !important;
}

/*
 * Framed alignwide sections own their horizontal gutter. These blocks are both
 * the visual shell and the WordPress content container, unlike the full-width
 * homepage Hero which already contains a separate alignwide inner layout.
 */
.em-visual-v2 :where(.em-product-page, .em-site-page, .em-rfq-page)
  > :where(.em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero) {
  box-sizing: border-box;
  padding-inline: clamp(20px, 4vw, 56px) !important;
}

.em-visual-v2 :where(.em-home, .em-product-page, .em-site-page)
  > :where(.em-statement-section, .em-site-intro, .em-products-evidence-section) {
  box-sizing: border-box;
  padding-inline: clamp(20px, 4vw, 56px) !important;
}

.em-visual-v2 :where(.em-section, .em-statement-section) {
  position: relative;
}

.em-visual-v2 :where(.em-statement-section, .em-site-intro, .em-site-evidence, .em-products-evidence-section) {
  background: var(--em-v2-surface) !important;
  border: 1px solid var(--em-v2-line);
  border-radius: 0 !important;
  box-shadow: 0 16px 36px rgba(13, 18, 20, 0.055);
}

.em-visual-v2 :where(.em-site-evidence__grid, .em-statement-grid) {
  gap: clamp(28px, 5vw, 72px);
}

.em-visual-v2 :where(.em-site-evidence__media, .em-factory-snapshot) {
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}

.em-visual-v2 :where(.em-site-evidence__media, .em-factory-snapshot) img {
  border-radius: 0 !important;
}

.em-visual-v2 :where(.em-route-panel, .em-detail-digest, .em-catalog-panel, .em-rfq-prep, .em-site-hero__panel) {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  border-top: 4px solid var(--em-v2-accent) !important;
  box-shadow: var(--em-v2-shadow-dark);
  position: relative;
}

.em-visual-v2 :where(.em-route-panel, .em-detail-digest, .em-catalog-panel, .em-rfq-prep, .em-site-hero__panel)::after {
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--em-v2-accent);
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
}

.em-visual-v2 :where(.em-service-card, .em-product-card, .em-application-card, .em-mini-card, .em-cert-card, .em-rfq-check-card, .em-site-feature-card, .em-directory-card, .em-decision-card, .em-reason-card, .em-shape-card, .em-image-card) {
  border: 1px solid var(--em-v2-line) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(13, 18, 20, 0.055);
  overflow: hidden;
  position: relative;
  transition: border-color var(--em-v2-base) var(--em-v2-ease), box-shadow var(--em-v2-base) var(--em-v2-ease), transform var(--em-v2-base) var(--em-v2-ease);
}

.em-visual-v2 :where(.em-site-feature-card, .em-resource-card, .em-site-gallery__card, .em-application-row) {
  background: var(--em-v2-surface) !important;
  border: 1px solid var(--em-v2-line) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(13, 18, 20, 0.055);
}

.em-visual-v2 :where(.em-site-card-index, .em-resource-card__meta, .em-directory-specs strong) {
  color: var(--em-v2-accent-strong) !important;
  font-family: var(--em-v2-mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-visual-v2 :where(.em-product-card, .em-application-card, .em-directory-card, .em-decision-card, .em-reason-card)::before {
  background: var(--em-v2-accent);
  content: "";
  height: 3px;
  inset: 0 100% auto 0;
  position: absolute;
  transition: inset var(--em-v2-base) var(--em-v2-ease);
  z-index: 3;
}

.em-visual-v2 :where(.em-product-card, .em-application-card, .em-directory-card, .em-decision-card, .em-reason-card):hover {
  border-color: #aeb5b2 !important;
  box-shadow: var(--em-v2-shadow);
  transform: translateY(-4px);
}

.em-visual-v2 :where(.em-product-card, .em-application-card, .em-directory-card, .em-decision-card, .em-reason-card):hover::before {
  inset: 0 0 auto 0;
}

.em-visual-v2 :where(.em-product-card__image, .em-application-image, .em-section-media, .em-site-media, .em-image-card figure) {
  border-radius: 0 !important;
  overflow: hidden;
}

.em-visual-v2 :where(.em-product-card__image, .em-application-image, .em-section-media, .em-site-media, .em-image-card figure) img {
  border-radius: 0 !important;
  transition: transform 520ms var(--em-v2-ease);
}

.em-visual-v2 :where(.em-product-card, .em-application-card, .em-image-card):hover img {
  transform: scale(1.025);
}

.em-visual-v2 .em-service-card {
  background: var(--em-v2-deep-2) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.72);
}

.em-visual-v2 .em-service-rail {
  background: var(--em-v2-deep);
  border-bottom: 4px solid var(--em-v2-accent);
  box-shadow: var(--em-v2-shadow-dark);
  gap: 1px;
  padding: 1px;
}

.em-visual-v2 .em-service-card:hover {
  background: #222a2d !important;
  border-color: rgba(245, 191, 35, 0.48) !important;
}

.em-visual-v2 .em-service-card :where(h3, .em-service-index) {
  color: #fff;
}

.em-visual-v2 .em-service-index,
.em-visual-v2 .em-process-number {
  color: var(--em-v2-accent) !important;
  font-family: var(--em-v2-mono);
}

.em-visual-v2 :where(.em-manufacturing-section, .em-quality-section, .em-contact-band, .em-process-panel, .em-site-process, .em-pathway-band) {
  background:
    linear-gradient(135deg, rgba(245, 191, 35, 0.035), transparent 32%),
    var(--em-v2-deep) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: var(--em-v2-shadow-dark);
}

.em-visual-v2 :where(.em-manufacturing-section, .em-quality-section, .em-contact-band, .em-process-panel, .em-site-process, .em-pathway-band)
  :where(h2, h3, p, li, strong, .em-section-label) {
  color: #fff !important;
}

.em-visual-v2 .em-site-process :where(.em-section-intro, .em-site-process__step p) {
  color: rgba(255, 255, 255, 0.7) !important;
}

.em-visual-v2 .em-site-process__step > span {
  color: var(--em-v2-accent) !important;
  font-family: var(--em-v2-mono);
}

.em-visual-v2 .em-process-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
}

.em-visual-v2 .em-material-table {
  border: 1px solid var(--em-v2-line);
  border-radius: 0 !important;
  box-shadow: var(--em-v2-shadow);
}

.em-visual-v2 .em-material-table th {
  background: var(--em-v2-deep) !important;
  color: #fff;
  font-family: var(--em-v2-display);
  letter-spacing: 0.015em;
}

.em-visual-v2 .em-material-table tbody tr:nth-child(even) td {
  background: #f7f7f4;
}

.em-visual-v2 :where(.em-image-strip, .em-site-gallery__grid, .em-shape-grid) {
  gap: 2px !important;
}

.em-visual-v2 :where(.em-image-card, .em-site-gallery__card, .em-shape-card) {
  border-top: 3px solid var(--em-v2-accent) !important;
}

/* Forms. */
.em-visual-v2 :where(.em-rfq-form-shell, .em-rfq-sidebar) {
  border: 1px solid var(--em-v2-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--em-v2-shadow);
}

.em-visual-v2 :where(input, select, textarea) {
  border-color: #bfc5c2;
  border-radius: 0 !important;
  min-height: 48px;
}

.em-visual-v2 textarea {
  min-height: 132px;
}

.em-visual-v2 :where(.em-site-contact-form__form, .em-rfq-form-shell, .em-product-inquiry-form) .ff-btn-submit {
  background: var(--em-v2-accent) !important;
  border: 1px solid var(--em-v2-accent) !important;
  border-radius: 0 !important;
  color: var(--em-v2-deep) !important;
  font-family: var(--em-v2-display);
  font-weight: 850;
  min-height: 46px;
  text-transform: uppercase;
}

.em-visual-v2 :where(.em-site-contact-form__form, .em-rfq-form-shell, .em-product-inquiry-form) .ff-btn-submit:hover {
  background: var(--em-v2-deep) !important;
  border-color: var(--em-v2-deep) !important;
  color: #fff !important;
}

/* Footer. */
.em-visual-v2 .em-site-footer {
  background:
    linear-gradient(90deg, var(--em-v2-accent) 0 92px, transparent 92px) top / 100% 4px no-repeat,
    #091012 !important;
}

.em-visual-v2 .em-site-footer__grid {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.em-visual-v2 .em-site-footer :where(a:hover, a:focus-visible) {
  color: var(--em-v2-accent) !important;
}

@media (max-width: 999px) {
  .em-visual-v2 :where(.em-hero-title, .em-catalog-title) {
    font-size: clamp(2.4rem, 9vw, 4.5rem);
  }

  .em-visual-v2 :where(.em-section-heading, .em-statement-heading) {
    font-size: clamp(1.9rem, 7vw, 3.2rem);
  }

  .em-visual-v2 .em-lightwire-bar {
    display: block;
  }

  .em-visual-v2 .em-lightwire-bar__inner {
    justify-content: flex-start;
  }

  .em-visual-v2 .em-lightwire-bar__contact,
  .em-visual-v2 .em-lightwire-bar__positioning {
    display: none;
  }

  .em-visual-v2 [data-header*="type-1"] .ct-header [data-row*="middle"] > div {
    min-height: 64px;
  }
}

@media (max-width: 689px) {
  .em-visual-v2 :where(.em-hero, .em-catalog-hero, .em-detail-hero, .em-site-hero, .em-rfq-hero) {
    background-size: 28px 28px, 28px 28px, auto, auto !important;
  }

  .em-visual-v2 :where(.em-hero-title, .em-catalog-title) {
    font-size: clamp(2.3rem, 12vw, 3.6rem);
    line-height: 0.98;
  }

  .em-visual-v2 :where(.em-section-heading, .em-statement-heading) {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .em-visual-v2 :where(.em-product-card, .em-application-card, .em-directory-card, .em-decision-card, .em-reason-card):hover {
    transform: none;
  }

  .em-visual-v2 .em-site-footer {
    background:
      linear-gradient(90deg, var(--em-v2-accent) 0 64px, transparent 64px) top / 100% 4px no-repeat,
      #091012 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-visual-v2 *,
  .em-visual-v2 *::before,
  .em-visual-v2 *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
