/*
Theme Name: Elite Magnets Blocksy Child
Theme URI: https://elitemagnets.com
Description: Child theme for the Elite Magnets WordPress rebuild based on Blocksy.
Author: Elite Magnets
Template: blocksy
Version: 0.1.1
Text Domain: elite-magnets
*/

:root {
  --em-bg: #f4f5f3;
  --em-surface: #ffffff;
  --em-ink: #111517;
  --em-muted: #5b666b;
  --em-primary: #1f4248;
  --em-primary-dark: #12272c;
  --em-secondary: #7c8588;
  --em-accent: #c5d943;
  --em-accent-dark: #7d891f;
  --em-amber: #a98745;
  --em-border: #d6dcdd;
  --em-soft-blue: #edf1f1;
  --em-deep: #101416;
  --em-deep-2: #1a2226;
  --em-ink-rgb: 17, 21, 23;
  --em-primary-rgb: 31, 66, 72;
  --em-accent-rgb: 197, 217, 67;
  --em-border-rgb: 217, 222, 223;
  --em-shadow: 0 18px 42px rgba(var(--em-ink-rgb), 0.07);
  --theme-palette-color-1: var(--em-primary) !important;
  --theme-palette-color-2: var(--em-primary-dark) !important;
  --theme-palette-color-3: var(--em-muted) !important;
  --theme-palette-color-4: var(--em-ink) !important;
  --theme-palette-color-5: var(--em-border) !important;
  --theme-palette-color-6: #f0f2f2 !important;
  --theme-palette-color-7: var(--em-bg) !important;
  --theme-palette-color-8: var(--em-surface) !important;
  --theme-text-color: var(--em-muted) !important;
  --theme-link-initial-color: var(--em-primary) !important;
  --theme-link-hover-color: var(--em-primary-dark) !important;
  --theme-border-color: var(--em-border) !important;
  --theme-headings-color: var(--em-ink) !important;
  --theme-button-background-initial-color: var(--em-deep) !important;
  --theme-button-background-hover-color: var(--em-primary) !important;
}

html,
body {
  background: var(--em-bg) !important;
  color: var(--em-ink);
  font-family: var(--wp--preset--font-family--em-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(var(--em-border-rgb), 0.9) !important;
  box-shadow: 0 1px 0 rgba(var(--em-ink-rgb), 0.03) !important;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  color: var(--em-ink);
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-id="trigger"],
[data-header*="type-1"] .ct-header [data-id="search"] {
  color: var(--em-muted);
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-item > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-ancestor > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-parent > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current_page_ancestor > a {
  color: var(--em-primary);
}

[data-header*="type-1"] #header.ct-header {
  position: relative;
  z-index: 100;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  min-width: 244px;
  padding: 10px;
  background: rgba(16, 20, 22, 0.98) !important;
  border: 1px solid rgba(var(--em-accent-rgb), 0.18);
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 24px 55px rgba(5, 9, 10, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  z-index: 9999;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
  min-height: 44px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu li.current-menu-item > .ct-menu-link {
  background: rgba(var(--em-accent-rgb), 0.12);
  color: var(--em-accent) !important;
}

[data-header*="type-1"] #offcanvas .mobile-menu .sub-menu {
  margin-top: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(var(--em-accent-rgb), 0.28);
}

@media (min-width: 1000px) and (max-width: 1120px) {
  [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    font-size: 11px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

[data-footer*="type-1"] .ct-footer {
  display: none !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
  border-top: 1px solid var(--em-border) !important;
}

a {
  color: var(--em-primary);
}

a:hover {
  color: var(--em-primary-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 2px solid rgba(168, 116, 42, 0.75);
  outline-offset: 3px;
}

.hero-section[data-type] {
  background: linear-gradient(180deg, #ffffff 0%, var(--em-bg) 100%) !important;
  border-bottom: 1px solid var(--em-border);
}

.entry-header .page-title {
  color: var(--em-ink);
}

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

.em-section-label {
  color: var(--em-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.em-spec-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.em-spec-card {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  padding: 20px;
}

.em-rfq-band,
.em-contact-band {
  background: var(--em-ink);
  color: #fff;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 48px);
}

.em-rfq-band a,
.em-contact-band a {
  color: #fff;
}

.em-home {
  --em-bg: #f7f7f1;
  --em-surface: #ffffff;
  --em-ink: #111719;
  --em-muted: #606b6d;
  --em-primary: #1f4248;
  --em-primary-dark: #12272c;
  --em-border: #dde2df;
  --em-soft-blue: #eef2ef;
  --em-border-rgb: 221, 226, 223;
  --em-primary-rgb: 31, 66, 72;
  --em-shadow: 0 18px 48px rgba(17, 23, 25, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 18%),
    #f7f7f1;
  color: var(--em-ink);
  overflow: hidden;
}

body.home .hero-section {
  display: none;
}

.page-id-14 .hero-section,
.page-id-15 .hero-section {
  display: none;
}

body.home .ct-container-full {
  background: #f7f7f1;
  padding-bottom: 0;
  padding-top: 0;
}

body.home #main-container > .site-main {
  flex: 0 0 auto !important;
}

body.home,
body.home .site-main,
body.home .entry-content {
  background: #f7f7f1 !important;
}

.em-home :where(h1, h2, h3, p) {
  margin-top: 0;
}

.em-home .em-section-label,
.em-home .em-section-link a,
.em-home .em-text-link a {
  color: var(--em-primary);
}

.em-home .em-section-link a:hover,
.em-home .em-text-link a:hover {
  color: var(--em-primary-dark);
}

.em-home .em-section-heading,
.em-home .em-statement-heading,
.em-home .em-product-card h3,
.em-home .em-application-card h3,
.em-home .em-service-card h3,
.em-home .em-mini-card h3,
.em-home .em-cert-card h3,
.em-home .em-rfq-check-card h3,
.em-home .em-fact-list strong,
.em-home .em-company-facts span,
.em-home .em-pathway-band h2 {
  color: var(--em-ink);
}

.em-home .em-section-intro,
.em-home .em-product-card p,
.em-home .em-application-card p,
.em-home .em-service-card p:not(.em-service-index),
.em-home .em-mini-card p,
.em-home .em-cert-card p,
.em-home .em-rfq-check-card p,
.em-home .em-fact-list span,
.em-home .em-material-table td,
.em-home .em-pathway-band p {
  color: var(--em-muted);
}

.em-home .em-statement-section {
  background: transparent;
}

.em-home .em-service-section,
.em-home .em-product-section,
.em-home .em-material-section,
.em-home .em-application-section {
  background: transparent;
}

.em-home .em-service-card,
.em-home .em-product-card,
.em-home .em-application-card,
.em-home .em-mini-card,
.em-home .em-cert-card,
.em-home .em-rfq-check-card,
.em-home .em-spec-card,
.em-home .em-fact-list,
.em-home .em-company-facts p,
.em-home .em-pathway-band,
.em-home .em-material-table {
  background: var(--em-surface);
  border-color: var(--em-border);
  box-shadow: var(--em-shadow);
}

.em-home .em-service-card,
.em-home .em-cert-card,
.em-home .em-mini-card {
  backdrop-filter: blur(10px);
}

.em-home .em-product-card__image,
.em-home .em-application-image,
.em-home .em-section-media {
  background: var(--em-soft-blue);
  border: 1px solid var(--em-border);
}

.em-home .em-product-card__image,
.em-home .em-application-image {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.em-home .em-material-table th {
  background: #111719;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.em-home .em-material-table td {
  border-color: var(--em-border);
}

.em-home .em-quality-section,
.em-home .em-manufacturing-section,
.em-home .em-contact-band {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--em-accent-rgb), 0.12), transparent 30%),
    linear-gradient(135deg, #0c1012, #171f23 58%, #111719);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
}

.em-home .em-quality-section .em-section-heading,
.em-home .em-manufacturing-section .em-section-heading,
.em-home .em-contact-band h2,
.em-home .em-service-card h3,
.em-home .em-cert-card h3 {
  color: #ffffff;
}

.em-home .em-manufacturing-section .em-section-label,
.em-home .em-quality-section .em-section-label {
  color: var(--em-accent);
}

.em-home .em-quality-section .em-section-intro,
.em-home .em-manufacturing-section .em-section-intro,
.em-home .em-contact-band p,
.em-home .em-service-card p:not(.em-service-index),
.em-home .em-cert-card p {
  color: rgba(255, 255, 255, 0.72);
}

.em-home .em-quality-section .em-section-link a,
.em-home .em-manufacturing-section .em-section-link a,
.em-home .em-contact-band .em-section-link a {
  color: var(--em-accent);
}

.em-home .em-quality-section .em-section-link a:hover,
.em-home .em-manufacturing-section .em-section-link a:hover,
.em-home .em-contact-band .em-section-link a:hover {
  color: #e2ef70;
}

.em-home .em-service-card,
.em-home .em-cert-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055)),
    rgba(16, 20, 22, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(17, 23, 25, 0.16);
}

.em-home .em-service-index {
  color: var(--em-accent) !important;
}

.em-home .em-quality-section .em-section-media,
.em-home .em-manufacturing-section .em-section-media {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
}

.em-home .em-cert-mark {
  background:
    linear-gradient(145deg, rgba(var(--em-accent-rgb), 0.96), rgba(226, 239, 112, 0.9));
  border-color: rgba(var(--em-accent-rgb), 0.72);
  color: #101416 !important;
}

.em-home .em-button-primary .wp-block-button__link {
  background: var(--em-accent);
  border-color: var(--em-accent);
  color: #101416;
}

.em-home .em-button-primary .wp-block-button__link:hover {
  background: #e2ef70;
  border-color: #e2ef70;
  color: #101416;
}

.em-home .em-hero .em-button-primary .wp-block-button__link:hover {
  background: #e2ef70;
  border-color: #e2ef70;
  color: #101416;
}

.em-home .em-factory-snapshot {
  background: #ffffff;
  border-color: var(--em-border);
  box-shadow: var(--em-shadow);
}

.em-home .em-button-secondary .wp-block-button__link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--em-ink);
}

.em-home .em-button-secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.64);
  color: #ffffff;
}

.em-home .em-button-on-dark .wp-block-button__link {
  background: var(--em-accent);
  border-color: var(--em-accent);
  color: #101416;
}

.em-home .em-button-on-dark .wp-block-button__link:hover {
  background: #e2ef70;
  border-color: #e2ef70;
  color: #101416;
}

.em-hero {
  background:
    radial-gradient(circle at 76% 24%, rgba(var(--em-accent-rgb), 0.18), transparent 28%),
    linear-gradient(135deg, #0c1012 0%, var(--em-deep) 54%, #1a2226 100%);
  color: #ffffff;
  margin-bottom: 0 !important;
  padding: clamp(32px, 3.2vw, 44px) 0 clamp(30px, 3.2vw, 44px);
}

.em-hero-grid {
  display: grid !important;
  gap: clamp(30px, 4vw, 62px);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  margin-bottom: 0;
  min-height: clamp(460px, calc(100vh - 320px), 540px);
}

.em-hero-copy,
.em-hero-visual {
  flex-basis: 50% !important;
}

.em-hero-title {
  color: #ffffff;
  font-size: clamp(3rem, 4vw, 3.92rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 10.8em;
}

.em-hero-lede {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
}

.em-hero-kicker {
  color: var(--em-accent);
  font-size: 0.88rem;
  font-weight: 780;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.em-hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.em-button-primary .wp-block-button__link,
.em-button-secondary .wp-block-button__link,
.em-button-on-dark-outline .wp-block-button__link,
.em-button-on-dark .wp-block-button__link {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 720;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

.em-button-primary .wp-block-button__link {
  background: var(--em-deep);
  border: 1px solid var(--em-deep);
  color: #ffffff;
}

.em-button-primary .wp-block-button__link:hover,
.em-rfq-form-shell .ff-btn-submit:hover {
  background: var(--em-primary);
  border-color: var(--em-primary);
}

.em-button-secondary .wp-block-button__link {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(var(--em-ink-rgb), 0.22);
  color: var(--em-ink);
}

.em-button-secondary .wp-block-button__link:hover {
  background: #f0f2f2;
  border-color: rgba(var(--em-primary-rgb), 0.46);
  color: var(--em-primary-dark);
}

.em-hero .em-button-primary .wp-block-button__link {
  background: var(--em-accent);
  border-color: var(--em-accent);
  color: var(--em-deep);
}

.em-hero .em-button-primary .wp-block-button__link:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--em-deep);
}

.em-hero .em-button-secondary .wp-block-button__link {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  color: #ffffff !important;
}

.em-hero .em-button-secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.em-button-on-dark .wp-block-button__link {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: var(--em-ink);
}

.em-button-on-dark-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #ffffff;
}

.em-button-on-dark-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.68);
  color: #ffffff;
}

.em-hero-proof {
  align-items: stretch !important;
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.em-hero-proof p {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  line-height: 1.28;
  margin: 0;
  min-width: 0;
  padding: 10px 14px;
}

.em-hero-proof strong {
  color: #ffffff;
  display: inline-block;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.em-hero-visual {
  position: relative;
}

.em-hero-media {
  aspect-ratio: 16 / 10.2;
  background: var(--em-deep);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  margin: 0;
  overflow: hidden;
}

.em-hero-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.em-hero-specs {
  background: rgba(16, 20, 22, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  bottom: -28px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  max-width: 380px;
  padding: 20px 22px;
  position: absolute;
  right: 24px;
}

.em-home .em-hero-specs {
  display: none;
}

.em-spec-label {
  color: var(--em-accent);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.em-hero-specs ul,
.em-check-list {
  margin-bottom: 0;
  padding-left: 1.2em;
}

.em-hero-specs li,
.em-check-list li {
  margin-bottom: 8px;
}

.em-hero-specs li {
  color: rgba(255, 255, 255, 0.76);
}

.em-section {
  padding: clamp(48px, 7vw, 88px) 0;
}

.em-product-section {
  padding-top: clamp(48px, 7vw, 88px);
}

.em-section-heading {
  color: var(--em-ink);
  font-size: 3.1rem;
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 900px;
}

.em-section-intro {
  color: var(--em-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  max-width: 760px;
}

.em-section > .em-section-label,
.em-section > .em-section-heading,
.em-section > .em-section-intro {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.em-section > .wp-block-columns,
.em-section > .wp-block-group,
.em-product-grid,
.em-application-grid,
.em-company-facts {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100%;
}

.em-statement-section {
  background: #ffffff;
  padding-bottom: clamp(46px, 6vw, 72px);
  padding-top: clamp(54px, 7vw, 88px);
}

.em-statement-grid,
.em-manufacturing-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: 0;
}

.em-statement-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.em-statement-grid > .wp-block-column,
.em-manufacturing-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-statement-facts {
  display: grid;
  gap: 16px;
}

.em-factory-snapshot {
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  overflow: hidden;
}

.em-factory-snapshot img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-statement-heading {
  color: var(--em-ink);
  font-size: clamp(2.45rem, 4.8vw, 4.8rem);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 980px;
}

.em-fact-list {
  background:
    linear-gradient(180deg, rgba(var(--em-primary-rgb), 0.05), rgba(var(--em-primary-rgb), 0)),
    var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(var(--em-ink-rgb), 0.055);
  overflow: hidden;
}

.em-fact-list p {
  border-bottom: 1px solid var(--em-border);
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 20px 22px;
}

.em-fact-list p:last-child {
  border-bottom: 0;
}

.em-fact-list strong {
  color: var(--em-ink);
  font-size: 1.28rem;
  line-height: 1.15;
}

.em-section-actions {
  margin-top: 28px;
}

.em-fact-list span {
  color: var(--em-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.em-service-section {
  padding-top: clamp(46px, 6vw, 76px);
}

.em-service-rail {
  display: grid;
  gap: 12px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(30px, 4vw, 48px);
}

.em-service-card {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(var(--em-ink-rgb), 0.035);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 238px;
  padding: 22px 18px 20px;
}

.em-service-index {
  color: var(--em-accent-dark) !important;
  font-family: var(--wp--preset--font-family--em-mono, monospace);
  font-size: 0.82rem !important;
  font-weight: 780;
  line-height: 1;
  margin: 0 0 32px !important;
}

.em-service-card h3 {
  color: var(--em-ink);
  font-size: 1.04rem;
  line-height: 1.22;
  margin-bottom: 9px;
}

.em-service-card p:not(.em-service-index) {
  color: var(--em-muted);
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.em-service-mobile-summary {
  display: none;
}

.em-card-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 20px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 46px);
}

.em-card-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-product-card,
.em-application-card {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(var(--em-ink-rgb), 0.035);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.em-product-card {
  padding: 0 0 22px;
}

.em-product-card h3,
.em-product-card p,
.em-application-card h3,
.em-application-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.em-product-card h3,
.em-application-card h3 {
  color: var(--em-ink);
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.em-product-card p,
.em-application-card p {
  color: var(--em-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.em-product-card > p:not(.em-text-link),
.em-application-card > p {
  flex: 1 1 auto;
}

.em-product-card__image,
.em-application-image {
  aspect-ratio: 4 / 3;
  background: var(--em-soft-blue);
  flex: 0 0 auto;
  margin: 0 0 20px;
  overflow: hidden;
}

.em-product-card__image img,
.em-application-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-text-link a {
  color: var(--em-primary);
  font-weight: 740;
  text-decoration: none;
}

.em-product-card .em-text-link {
  margin-top: auto;
}

.em-section-link {
  margin-top: 24px;
}

.em-section-link a {
  color: var(--em-primary);
  font-size: 0.96rem;
  font-weight: 740;
  text-decoration: none;
}

.em-section-link a:hover {
  color: var(--em-primary-dark);
}

.em-company-facts {
  display: grid;
  gap: 14px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.em-company-facts p {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(var(--em-ink-rgb), 0.045);
  color: var(--em-muted);
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 100%;
  line-height: 1.45;
  margin: 0;
  padding: 17px 18px;
}

.em-company-facts strong {
  color: var(--em-primary);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.em-company-facts span {
  color: var(--em-ink);
  font-size: 1rem;
  font-weight: 680;
}

.em-pathway-band {
  background:
    linear-gradient(90deg, rgba(var(--em-primary-rgb), 0.08), rgba(255, 255, 255, 0) 58%),
    var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(var(--em-ink-rgb), 0.055);
  margin-top: clamp(26px, 4vw, 42px);
  padding: clamp(22px, 4vw, 36px);
}

.em-pathway-band .wp-block-columns {
  align-items: center !important;
  display: grid !important;
  gap: clamp(20px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  margin-bottom: 0;
}

.em-pathway-band h2 {
  color: var(--em-ink);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.14;
  margin-bottom: 10px;
}

.em-pathway-band p {
  color: var(--em-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 760px;
}

.em-pathway-proof {
  gap: 8px;
  margin-top: 16px;
}

.em-pathway-proof p {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--em-primary-rgb), 0.15);
  border-radius: 999px;
  color: var(--em-ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 11px;
}

.em-pathway-actions {
  gap: 10px;
}

.em-pathway-actions .wp-block-button,
.em-pathway-actions .wp-block-button__link {
  width: 100%;
}

.em-contact-actions {
  gap: 10px;
  margin-left: auto;
  max-width: 280px;
  width: 100%;
}

.em-contact-actions .wp-block-button,
.em-contact-actions .wp-block-button__link {
  width: 100%;
}

.em-section-media {
  background: var(--em-soft-blue);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(var(--em-ink-rgb), 0.08);
  margin: 0;
  overflow: hidden;
}

.em-section-media img,
.em-home-rfq-media img,
.em-home-contact-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-capability-showcase,
.em-material-layout {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(22px, 4vw, 52px);
  margin-top: clamp(28px, 4vw, 46px);
}

.em-capability-showcase {
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
}

.em-material-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.em-capability-showcase > .wp-block-column,
.em-material-layout > .wp-block-column,
.em-split-section > .wp-block-column,
.em-quality-grid > .wp-block-column,
.em-pathway-band .wp-block-columns > .wp-block-column,
.em-home-contact .wp-block-columns > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-capability-media,
.em-material-media,
.em-quality-media {
  aspect-ratio: 4 / 3;
}

.em-manufacturing-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--em-accent-rgb), 0.12), transparent 28%),
    linear-gradient(135deg, var(--em-deep), var(--em-deep-2));
  border-radius: 8px;
  color: #ffffff;
  padding-left: clamp(22px, 4vw, 54px);
  padding-right: clamp(22px, 4vw, 54px);
}

.em-manufacturing-grid {
  grid-template-columns: minmax(360px, 0.85fr) minmax(520px, 1.15fr);
}

.em-manufacturing-section .em-section-label {
  color: var(--em-accent);
}

.em-manufacturing-section .em-section-heading {
  color: #ffffff;
}

.em-manufacturing-section .em-section-intro {
  color: rgba(255, 255, 255, 0.74);
}

.em-manufacturing-section .em-process-list {
  margin-top: 24px;
}

.em-manufacturing-media {
  aspect-ratio: 16 / 11;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.em-manufacturing-media img {
  object-position: center;
}

.em-process-section {
  background: linear-gradient(135deg, var(--em-deep), var(--em-deep-2));
  border-radius: 8px;
  color: #ffffff;
  padding-left: clamp(22px, 4vw, 54px);
  padding-right: clamp(22px, 4vw, 54px);
}

.em-process-section .em-section-label,
.em-process-section .em-section-heading,
.em-process-section .em-section-intro {
  color: #ffffff;
}

.em-process-section .em-section-intro {
  opacity: 0.76;
}

.em-split-section {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.05fr) minmax(380px, 1.13fr);
}

.em-process-list {
  display: grid;
  gap: 12px;
  grid-auto-rows: 1fr;
}

.em-process-row {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  gap: 16px;
  height: 100%;
  padding: 18px;
}

.em-process-row p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin: 0;
}

.em-process-row strong {
  color: #ffffff;
}

.em-process-number {
  color: var(--em-accent) !important;
  flex: 0 0 auto;
  font-family: var(--wp--preset--font-family--em-mono, monospace);
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0;
}

.em-process-media {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  min-height: 100%;
}

.em-application-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 20px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 46px);
}

.em-home .em-application-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-application-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-application-card {
  padding-bottom: 24px;
}

.em-application-image {
  aspect-ratio: 16 / 9;
}

.em-quality-section {
  background:
    linear-gradient(90deg, rgba(var(--em-primary-rgb), 0.08), transparent 48%),
    var(--em-soft-blue);
  border-radius: 8px;
  padding-left: clamp(22px, 4vw, 54px);
  padding-right: clamp(22px, 4vw, 54px);
}

.em-quality-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
}

.em-check-list {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--em-border-rgb), 0.9);
  border-radius: 8px;
  color: var(--em-ink);
  list-style: none;
  padding: 24px;
}

.em-check-list li {
  border-bottom: 1px solid rgba(var(--em-border-rgb), 0.86);
  margin: 0;
  padding: 13px 0 13px 28px;
  position: relative;
}

.em-check-list li::before {
  background: var(--em-amber);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 22px;
  width: 8px;
}

.em-check-list li:last-child {
  border-bottom: 0;
}

.em-home-rfq {
  margin-bottom: clamp(48px, 7vw, 88px);
}

.em-home-contact {
  margin-bottom: 0;
}

.em-home-contact .wp-block-columns {
  align-items: center !important;
  display: grid !important;
  gap: clamp(22px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr);
  margin-bottom: 0;
}

.em-home-rfq h2,
.em-home-contact h2 {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.08;
}

.em-home-rfq p,
.em-home-contact p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 780px;
}

.em-home-rfq-media,
.em-home-contact-media {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  margin: 0;
  overflow: hidden;
}

.em-capability-grid,
.em-cert-grid,
.em-rfq-check-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.em-capability-showcase .em-capability-grid,
.em-quality-section .em-cert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.em-mini-card,
.em-cert-card,
.em-rfq-check-card,
.em-rfq-sidebar,
.em-rfq-form-shell {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(var(--em-ink-rgb), 0.035);
}

.em-mini-card,
.em-cert-card,
.em-rfq-check-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.em-cert-card {
  min-height: 218px;
  padding: 22px;
}

.em-cert-mark {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(var(--em-accent-rgb), 0.2), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(var(--em-accent-rgb), 0.55);
  border-radius: 999px;
  color: var(--em-primary-dark) !important;
  display: inline-flex;
  flex: 0 0 auto !important;
  font-size: 0.72rem !important;
  font-weight: 780;
  height: 54px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 18px !important;
  text-transform: uppercase;
  width: 54px;
}

.em-cert-icon {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  margin: 0 0 18px !important;
  width: 66px;
}

.em-cert-icon img {
  display: block;
  height: 66px;
  object-fit: contain;
  width: 66px;
}

.em-mini-card h3,
.em-cert-card h3,
.em-rfq-check-card h3 {
  color: var(--em-ink);
  font-size: 1.06rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.em-mini-card p,
.em-cert-card p,
.em-rfq-check-card p {
  color: var(--em-muted);
  flex: 1 1 auto;
  font-size: 0.94rem;
  line-height: 1.62;
  margin-bottom: 0;
}

.em-spec-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.em-spec-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.em-material-table {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  margin-top: 28px;
  overflow: hidden;
}

.em-material-layout .em-material-table {
  margin-top: 0;
}

.em-material-table table {
  margin: 0;
}

.em-material-table th {
  background: var(--em-deep);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 720;
}

.em-material-table td {
  color: var(--em-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  vertical-align: top;
}

.em-product-page {
  --em-bg: #f7f7f1;
  --em-surface: #ffffff;
  --em-ink: #111719;
  --em-muted: #606b6d;
  --em-primary: #1f4248;
  --em-primary-dark: #12272c;
  --em-border: #dde2df;
  --em-soft-blue: #eef2ef;
  --em-border-rgb: 221, 226, 223;
  --em-primary-rgb: 31, 66, 72;
  --em-shadow: 0 18px 48px rgba(17, 23, 25, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 20%),
    #f7f7f1;
  color: var(--em-ink);
  overflow: hidden;
}

.em-product-page :where(h1, h2, h3, p) {
  margin-top: 0;
}

.em-product-page .em-section-label,
.em-product-page .em-section-link a,
.em-product-page .em-text-link a,
.em-product-page .em-material-table a {
  color: var(--em-accent);
}

.em-product-page .em-section-link a:hover,
.em-product-page .em-text-link a:hover,
.em-product-page .em-material-table a:hover {
  color: #e2ef70;
}

.em-product-page .em-section-heading,
.em-product-page .em-product-card h3,
.em-product-page .em-application-card h3,
.em-product-page .em-service-card h3,
.em-product-page .em-mini-card h3,
.em-product-page .em-rfq-check-card h3,
.em-product-page .em-fact-list strong,
.em-product-page .em-company-facts span,
.em-product-page .em-pathway-band h2 {
  color: var(--em-ink);
}

.em-product-page .em-section-intro,
.em-product-page .em-product-card p,
.em-product-page .em-application-card p,
.em-product-page .em-service-card p:not(.em-service-index),
.em-product-page .em-mini-card p,
.em-product-page .em-rfq-check-card p,
.em-product-page .em-fact-list span,
.em-product-page .em-material-table td,
.em-product-page .em-pathway-band p {
  color: var(--em-muted);
}

.em-product-page .em-service-section,
.em-product-page .em-product-section,
.em-product-page .em-product-fit-section,
.em-product-page .em-material-section,
.em-product-page .em-application-section {
  background: transparent;
}

.em-product-page .em-service-card,
.em-product-page .em-product-card,
.em-product-page .em-application-card,
.em-product-page .em-mini-card,
.em-product-page .em-rfq-check-card,
.em-product-page .em-spec-card,
.em-product-page .em-fact-list,
.em-product-page .em-company-facts p,
.em-product-page .em-pathway-band,
.em-product-page .em-material-table {
  background: var(--em-surface);
  border-color: var(--em-border);
  box-shadow: var(--em-shadow);
}

.em-product-page .em-service-card,
.em-product-page .em-product-card,
.em-product-page .em-application-card,
.em-product-page .em-mini-card,
.em-product-page .em-fact-list,
.em-product-page .em-material-table {
  backdrop-filter: none;
}

.em-product-page .em-product-card__image,
.em-product-page .em-application-image,
.em-product-page .em-section-media {
  background: var(--em-soft-blue);
  border: 1px solid var(--em-border);
}

.em-product-page .em-product-card__image,
.em-product-page .em-application-image {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.em-product-page .em-material-table th {
  background: #111719;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.em-product-page .em-material-table td {
  border-color: var(--em-border);
}

.em-product-page .em-manufacturing-section,
.em-product-page .em-contact-band {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--em-accent-rgb), 0.12), transparent 30%),
    linear-gradient(135deg, #0c1012, #171f23 58%, #111719);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
}

.em-product-page .em-button-primary .wp-block-button__link,
.em-product-page .em-button-on-dark .wp-block-button__link {
  background: var(--em-accent);
  border-color: var(--em-accent);
  color: #101416;
}

.em-product-page .em-button-primary .wp-block-button__link:hover,
.em-product-page .em-button-on-dark .wp-block-button__link:hover {
  background: #e2ef70;
  border-color: #e2ef70;
  color: #101416;
}

.em-product-page .em-button-secondary .wp-block-button__link {
  background: transparent;
  border-color: rgba(17, 23, 25, 0.22);
  color: var(--em-ink);
}

.em-product-page .em-button-secondary .wp-block-button__link:hover {
  background: rgba(var(--em-accent-rgb), 0.16);
  border-color: rgba(var(--em-accent-rgb), 0.72);
  color: #101416;
}

body:has(.em-product-page),
body:has(.em-product-page) .site-main,
body:has(.em-product-page) .entry-content,
body:has(.em-product-page) .ct-container-full {
  background: #f7f7f1 !important;
}

body:has(.em-product-page) .site-main,
body:has(.em-product-page) .ct-container-full {
  padding-bottom: 0 !important;
}

.em-product-page .em-catalog-hero,
.em-product-page .em-detail-hero,
.em-product-page .em-route-panel,
.em-product-page .em-detail-digest,
.em-product-page .em-rfq-prep,
.em-product-page .em-contact-band {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--em-accent-rgb), 0.12), transparent 30%),
    linear-gradient(135deg, #0c1012, #171f23 58%, #111719);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.em-product-page .em-catalog-hero,
.em-product-page .em-detail-hero {
  border-radius: 0;
  margin-bottom: clamp(28px, 4vw, 54px);
  padding-left: clamp(20px, 4vw, 54px);
  padding-right: clamp(20px, 4vw, 54px);
}

.em-product-page .em-catalog-hero .em-catalog-title,
.em-product-page .em-detail-hero .em-catalog-title,
.em-product-page .em-route-panel h2,
.em-product-page .em-detail-digest h2,
.em-product-page .em-rfq-prep .em-section-heading,
.em-product-page .em-contact-band h2 {
  color: #ffffff;
}

.em-product-page .em-catalog-hero .em-catalog-lede,
.em-product-page .em-detail-hero .em-catalog-lede,
.em-product-page .em-contact-band p,
.em-product-page .em-rfq-prep .em-section-intro,
.em-product-page .em-rfq-checklist li {
  color: rgba(255, 255, 255, 0.76);
}

.em-product-page .em-catalog-hero .em-breadcrumb,
.em-product-page .em-detail-hero .em-breadcrumb,
.em-product-page .em-catalog-hero .em-section-label,
.em-product-page .em-detail-hero .em-section-label,
.em-product-page .em-rfq-prep .em-section-label,
.em-product-page .em-contact-band .em-section-label {
  color: var(--em-accent);
}

.em-product-page .em-route-list li,
.em-product-page .em-digest-grid p,
.em-product-page .em-rfq-checklist li {
  border-color: rgba(255, 255, 255, 0.13);
}

.em-product-page .em-route-list a,
.em-product-page .em-digest-grid span {
  color: #ffffff;
}

.em-product-page .em-route-list span,
.em-product-page .em-digest-grid strong {
  color: var(--em-accent);
}

.em-product-hero .em-hero-title {
  max-width: 11.8em;
}

.em-product-hero .em-hero-lede {
  max-width: 660px;
}

.em-product-family-grid .em-product-card {
  min-height: 100%;
}

.em-product-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem !important;
  font-weight: 680;
  line-height: 1.45 !important;
  margin-bottom: 16px !important;
  margin-top: 4px !important;
  padding-top: 14px;
}

.em-product-fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-product-detail-layout {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  margin-top: clamp(28px, 4vw, 46px);
}

.em-product-detail-layout > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-product-spec-table {
  margin-top: 0;
}

.em-product-spec-table table {
  border-collapse: collapse;
}

.em-product-spec-table th {
  width: 180px;
}

.em-product-compare-table td:first-child,
.em-product-spec-table th {
  font-weight: 760;
}

.em-product-compare-table a {
  font-weight: 740;
  text-decoration: none;
}

.em-related-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px !important;
}

.em-catalog-page,
.em-technical-product-page {
  padding-bottom: 0;
}

.em-catalog-hero,
.em-detail-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  padding-bottom: clamp(48px, 6vw, 76px);
  padding-top: clamp(48px, 7vw, 90px);
}

.em-catalog-hero__copy,
.em-detail-hero__copy {
  align-self: center;
  max-width: 820px;
}

.em-catalog-title {
  color: var(--em-ink);
  font-size: clamp(3.05rem, 5.2vw, 5.35rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 22px;
}

.em-catalog-lede {
  color: var(--em-muted);
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 760px;
}

.em-catalog-panel,
.em-route-panel,
.em-detail-digest,
.em-decision-card,
.em-directory-card,
.em-shape-card,
.em-image-card,
.em-catalog-tabs p,
.em-reason-card,
.em-benefit-grid p,
.em-chemical-panel,
.em-process-panel,
.em-technical-note,
.em-application-row,
.em-related-route-list,
.em-rfq-prep {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055)),
    rgba(16, 20, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  backdrop-filter: blur(10px);
}

.em-route-panel {
  align-self: end;
  padding: clamp(22px, 3vw, 32px);
}

.em-route-panel h2,
.em-detail-digest h2 {
  color: var(--em-ink);
  font-size: 1.4rem;
  line-height: 1.15;
  margin-bottom: 18px;
}

.em-route-list,
.em-rfq-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.em-route-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 15px 0;
}

.em-route-list li:first-child {
  padding-top: 0;
}

.em-route-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.em-route-list a,
.em-related-route-list a {
  color: var(--em-ink);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.3;
  text-decoration: none;
}

.em-route-list a:hover,
.em-related-route-list a:hover {
  color: var(--em-accent);
}

.em-route-list span,
.em-related-route-list span {
  color: var(--em-accent);
  font-size: 0.8rem;
  font-weight: 760;
  text-transform: uppercase;
}

.em-directory-list {
  display: grid;
  gap: 18px;
  margin-top: clamp(30px, 4vw, 48px);
}

.em-catalog-intro {
  max-width: 820px;
}

.em-catalog-tabs {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 44px);
}

.em-catalog-tabs p {
  display: grid;
  gap: 10px;
  margin: 0;
  min-height: 176px;
  padding: 20px;
}

.em-catalog-tabs a {
  color: var(--em-ink);
  font-size: 1.05rem;
  font-weight: 780;
  text-decoration: none;
}

.em-catalog-tabs a:hover {
  color: var(--em-accent);
}

.em-catalog-tabs span {
  color: var(--em-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.em-image-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 42px);
}

.em-image-card {
  overflow: hidden;
}

.em-image-card__media {
  aspect-ratio: 4 / 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  overflow: hidden;
}

.em-image-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-image-card p {
  color: var(--em-ink);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
  margin: 0;
  padding: 14px 16px 16px;
}

.em-product-page .em-catalog-panel,
.em-product-page .em-directory-card,
.em-product-page .em-decision-card,
.em-product-page .em-shape-card,
.em-product-page .em-image-card,
.em-product-page .em-catalog-tabs p,
.em-product-page .em-reason-card,
.em-product-page .em-benefit-grid p,
.em-product-page .em-chemical-panel,
.em-product-page .em-technical-note,
.em-product-page .em-application-row,
.em-product-page .em-related-route-list {
  background: var(--em-surface);
  border-color: var(--em-border);
  box-shadow: var(--em-shadow);
  backdrop-filter: none;
}

.em-product-page .em-route-panel,
.em-product-page .em-detail-digest {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055)),
    rgba(16, 20, 22, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
}

.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.64);
  color: #ffffff;
}

.em-directory-card {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  overflow: hidden;
}

.em-directory-media {
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  min-height: 100%;
  overflow: hidden;
}

.em-directory-media img,
.em-detail-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-directory-body {
  padding: clamp(22px, 3.2vw, 34px);
}

.em-directory-body h3,
.em-decision-card h3,
.em-shape-card h3,
.em-application-row h3 {
  color: var(--em-ink);
  font-size: 1.28rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

.em-directory-body > p:not(.em-text-link),
.em-shape-card p,
.em-application-row p,
.em-decision-card li,
.em-rfq-checklist li {
  color: var(--em-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.em-directory-specs {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
}

.em-directory-specs p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.em-directory-specs strong {
  color: var(--em-accent);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.em-directory-specs span {
  color: var(--em-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.em-selection-section,
.em-rfq-prep-section,
.em-fit-logic-section,
.em-specification-section,
.em-forms-section,
.em-applications-section {
  padding-top: clamp(42px, 6vw, 76px);
}

.em-selection-table {
  margin-top: clamp(26px, 4vw, 40px);
}

.em-selection-table td:first-child,
.em-detail-spec-table th {
  color: var(--em-ink);
  font-weight: 760;
}

.em-shape-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 42px);
}

.em-shape-card {
  min-height: 168px;
  padding: 20px;
}

.em-shape-card h3 {
  font-size: 1.05rem;
}

.em-reason-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 42px);
}

.em-reason-card {
  min-height: 190px;
  padding: clamp(20px, 3vw, 28px);
}

.em-reason-card h3,
.em-chemical-panel h3,
.em-process-panel h3,
.em-subsection-heading {
  color: var(--em-ink);
  font-size: 1.22rem;
  line-height: 1.24;
  margin-bottom: 12px;
}

.em-reason-card p,
.em-chemical-panel p,
.em-process-panel p,
.em-technical-note {
  color: var(--em-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.em-rfq-prep {
  align-items: center !important;
  display: grid !important;
  gap: clamp(24px, 5vw, 62px);
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
  padding: clamp(28px, 5vw, 54px);
}

.em-rfq-prep > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-rfq-checklist li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
  padding: 14px 0 14px 28px;
  position: relative;
}

.em-rfq-checklist li::before {
  background: var(--em-accent);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 24px;
  width: 8px;
}

.em-rfq-checklist li:last-child {
  border-bottom: 0;
}

.em-breadcrumb {
  color: var(--em-muted);
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.em-breadcrumb a {
  color: var(--em-accent);
  text-decoration: none;
}

.em-detail-hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
}

.em-detail-digest {
  align-self: center;
  overflow: hidden;
}

.em-detail-media {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  overflow: hidden;
}

.em-digest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-digest-grid p {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 17px;
}

.em-digest-grid p:nth-child(2n) {
  border-right: 0;
}

.em-digest-grid strong {
  color: var(--em-accent);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.em-digest-grid span {
  color: var(--em-ink);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
}

.em-detail-nav {
  background: rgba(16, 20, 22, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  gap: 8px;
  margin-bottom: 0;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.em-detail-nav p {
  margin: 0;
}

.em-detail-nav a {
  border-radius: 6px;
  color: var(--em-muted);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 740;
  padding: 9px 12px;
  text-decoration: none;
}

.em-detail-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--em-ink);
}

.em-decision-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 42px);
}

.em-benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(22px, 3vw, 34px);
}

.em-benefit-grid p {
  color: var(--em-ink);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
  margin: 0;
  min-height: 104px;
  padding: 20px;
}

.em-decision-card {
  padding: clamp(22px, 3vw, 32px);
}

.em-decision-card ul {
  margin: 0;
  padding-left: 1.15em;
}

.em-decision-card li {
  margin-bottom: 10px;
}

.em-decision-card li:last-child {
  margin-bottom: 0;
}

.em-detail-spec-table {
  margin-top: clamp(26px, 4vw, 42px);
}

.em-detail-spec-table th {
  width: 230px;
}

.em-subsection-heading {
  margin-top: clamp(28px, 4vw, 42px);
}

.em-spec-support-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  margin-top: clamp(24px, 4vw, 40px);
}

.em-chemical-panel,
.em-process-panel {
  padding: clamp(22px, 3vw, 32px);
}

.em-chemical-panel p {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 15px 0;
}

.em-chemical-panel p:first-of-type {
  margin-top: 4px;
}

.em-chemical-panel p:last-child {
  padding-bottom: 0;
}

.em-chemical-panel strong {
  color: var(--em-accent);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.em-chemical-panel span {
  color: var(--em-muted);
  line-height: 1.55;
}

.em-process-panel {
  background:
    linear-gradient(135deg, rgba(var(--em-accent-rgb), 0.95), rgba(192, 226, 54, 0.82)),
    var(--em-accent);
  color: #101416;
}

.em-process-panel .em-section-label,
.em-process-panel h3,
.em-process-panel p {
  color: #101416;
}

.em-process-panel .em-section-label {
  margin-bottom: 12px;
}

.em-technical-table {
  margin-top: clamp(26px, 4vw, 42px);
  overflow-x: auto;
}

.em-technical-table table {
  min-width: 860px;
}

.em-technical-table th,
.em-technical-table td {
  white-space: nowrap;
}

.em-technical-table td:first-child {
  color: var(--em-ink);
  font-weight: 760;
}

.em-technical-note {
  margin-top: 18px;
  padding: 18px 20px;
}

.em-product-inquiry-layout {
  align-items: center !important;
  display: grid !important;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
}

.em-product-inquiry-layout > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.em-product-inquiry-form {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
}

.em-product-inquiry-form .fluentform {
  margin: 0;
}

.em-product-inquiry-form form.frm-fluent-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-product-inquiry-form .ff-el-group,
.em-product-inquiry-form .ff-el-form-control {
  margin-bottom: 0;
}

.em-product-inquiry-form .em-q-country,
.em-product-inquiry-form .em-q-message,
.em-product-inquiry-form .em-q-submit,
.em-product-inquiry-form .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

.em-product-inquiry-form label {
  color: var(--em-ink) !important;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.em-product-inquiry-form input,
.em-product-inquiry-form textarea {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 6px !important;
  color: #101416 !important;
  min-height: 42px;
}

.em-product-inquiry-form textarea {
  min-height: 86px;
  resize: vertical;
}

.em-product-inquiry-form input:focus,
.em-product-inquiry-form textarea:focus {
  border-color: var(--em-accent) !important;
  box-shadow: 0 0 0 3px rgba(var(--em-accent-rgb), 0.2) !important;
  outline: none;
}

.em-product-inquiry-form .ff-btn-submit {
  background: var(--em-accent) !important;
  border: 1px solid var(--em-accent) !important;
  border-radius: 6px !important;
  color: #101416 !important;
  font-weight: 780 !important;
  min-height: 44px;
  width: 100%;
}

.em-product-inquiry-form .ff-btn-submit:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.em-product-inquiry-form .ff-message-success {
  background: rgba(var(--em-accent-rgb), 0.16);
  border: 1px solid rgba(var(--em-accent-rgb), 0.46);
  border-radius: 8px;
  color: var(--em-ink);
  padding: 14px 16px;
}

.em-application-list {
  display: grid;
  gap: 12px;
  margin-top: clamp(26px, 4vw, 42px);
}

.em-application-row {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  padding: 20px 22px;
}

.em-application-row h3,
.em-application-row p {
  margin-bottom: 0;
}

.em-related-route-list {
  display: grid;
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
}

.em-related-route-list p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 18px 22px;
}

.em-related-route-list p:last-child {
  border-bottom: 0;
}

.em-rfq-page {
  background: linear-gradient(180deg, #ffffff 0%, var(--em-bg) 100%);
}

.em-rfq-hero {
  padding: clamp(44px, 7vw, 86px) 0 36px;
}

.em-rfq-hero h1 {
  color: var(--em-ink);
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.04;
  max-width: 880px;
}

.em-rfq-hero p {
  color: var(--em-muted);
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 780px;
}

.em-rfq-layout {
  gap: clamp(24px, 4vw, 52px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.em-rfq-form-shell {
  padding: clamp(22px, 4vw, 40px);
}

.em-rfq-form-shell .fluentform {
  margin-top: 8px;
}

.em-rfq-form-shell input,
.em-rfq-form-shell select,
.em-rfq-form-shell textarea {
  border-color: var(--em-border);
  border-radius: 6px;
  color: var(--em-ink);
  min-height: 44px;
}

.em-rfq-form-shell input:focus,
.em-rfq-form-shell select:focus,
.em-rfq-form-shell textarea:focus {
  border-color: var(--em-primary);
  box-shadow: 0 0 0 3px rgba(var(--em-primary-rgb), 0.12);
}

.em-rfq-form-shell .ff-el-input--label label,
.em-rfq-form-shell .ff-el-section-title {
  color: var(--em-ink);
}

.em-rfq-form-shell .ff-section_break_desk {
  color: var(--em-muted);
}

.em-rfq-form-shell textarea {
  min-height: 120px;
}

.em-rfq-form-shell .ff-btn-submit {
  background: var(--em-primary);
  border-radius: 6px;
  font-weight: 720;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.em-rfq-form-shell form.frm-fluent-form > fieldset {
  border: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.em-rfq-form-shell .em-rfq-half {
  grid-column: span 1;
}

.em-rfq-form-shell .em-rfq-full,
.em-rfq-form-shell .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

.em-rfq-form-shell .ff-el-group {
  margin-bottom: 0;
  min-width: 0;
}

.em-rfq-form-shell .em-rfq-consent {
  background: var(--em-soft-blue);
  border: 1px solid var(--em-border);
  border-radius: 6px;
  padding: 14px 16px;
}

.em-rfq-form-shell .error,
.em-rfq-form-shell .text-danger {
  color: #a1261b;
  font-size: 0.86rem;
  font-weight: 650;
  margin-top: 6px;
}

.em-rfq-sidebar {
  padding: 24px;
}

.em-rfq-sidebar h2,
.em-rfq-sidebar h3 {
  color: var(--em-ink);
  font-size: 1.2rem;
  line-height: 1.3;
}

.em-rfq-sidebar ul {
  margin-bottom: 24px;
  padding-left: 1.2em;
}

.em-rfq-sidebar li {
  color: var(--em-muted);
  line-height: 1.55;
  margin-bottom: 9px;
}

.em-note {
  background: #fbf7ef;
  border: 1px solid rgba(168, 116, 42, 0.35);
  border-radius: 8px;
  color: #5d451c;
  font-size: 0.94rem;
  line-height: 1.6;
  padding: 14px 16px;
}

.em-site-footer {
  background: var(--em-deep);
  color: rgba(255, 255, 255, 0.76);
  margin-top: 0;
}

.em-site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.em-site-footer a:hover {
  color: #ffffff;
}

.em-site-footer__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding: clamp(46px, 6vw, 76px) clamp(24px, 5vw, 76px) 28px;
  width: 100%;
}

.em-site-footer__inquiry {
  align-items: center;
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--em-accent-rgb), 0.13), transparent 32%),
    linear-gradient(135deg, #0c1012, #171f23 58%, #111719);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: clamp(24px, 5vw, 62px);
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  margin-bottom: clamp(34px, 5vw, 58px);
  padding: clamp(24px, 4vw, 42px);
}

.em-site-footer__eyebrow {
  color: var(--em-accent) !important;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.em-site-footer__inquiry-title {
  color: #ffffff !important;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 760;
  line-height: 1.04;
  margin: 0 0 16px;
  max-width: 720px;
}

.em-site-footer__inquiry-copy > p:not(.em-site-footer__eyebrow):not(.em-site-footer__inquiry-title) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.68;
  margin: 0;
  max-width: 700px;
}

.em-site-footer__form {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
}

.em-site-footer__form .fluentform {
  margin: 0;
}

.em-site-footer__form form.frm-fluent-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-site-footer__form .ff-el-group,
.em-site-footer__form .ff-el-form-control {
  margin-bottom: 0;
}

.em-site-footer__form .em-q-country,
.em-site-footer__form .em-q-message,
.em-site-footer__form .em-q-submit,
.em-site-footer__form .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

.em-site-footer__form label {
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.em-site-footer__form input,
.em-site-footer__form textarea {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 6px !important;
  color: #101416 !important;
  min-height: 42px;
}

.em-site-footer__form textarea {
  min-height: 86px;
  resize: vertical;
}

.em-site-footer__form input:focus,
.em-site-footer__form textarea:focus {
  border-color: var(--em-accent) !important;
  box-shadow: 0 0 0 3px rgba(var(--em-accent-rgb), 0.2) !important;
  outline: none;
}

.em-site-footer__form .ff-btn-submit {
  background: var(--em-accent) !important;
  border: 1px solid var(--em-accent) !important;
  border-radius: 6px !important;
  color: #101416 !important;
  font-weight: 780 !important;
  min-height: 44px;
  width: 100%;
}

.em-site-footer__form .ff-btn-submit:hover {
  background: #e2ef70 !important;
  border-color: #e2ef70 !important;
}

.em-site-footer__form .ff-message-success {
  background: rgba(var(--em-accent-rgb), 0.16);
  border: 1px solid rgba(var(--em-accent-rgb), 0.46);
  border-radius: 8px;
  color: #ffffff;
  padding: 14px 16px;
}

.em-site-footer__grid {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
}

.em-site-footer__brand-title {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 760;
  line-height: 1.15;
  margin: 0 0 16px;
}

.em-site-footer__brand p {
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 0;
  max-width: 360px;
}

.em-site-footer__contact {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.em-site-footer__contact li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.em-site-footer__contact a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.em-site-footer__col-title {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.em-site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.em-site-footer__col li {
  font-size: 0.94rem;
  line-height: 1.45;
  margin: 0 0 10px;
}

.em-site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: clamp(36px, 5vw, 58px);
  padding-top: 22px;
}

.em-site-footer__bottom p,
.em-site-footer__legal {
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

.em-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.em-thank-you {
  padding: clamp(58px, 8vw, 110px) 0;
}

.em-thank-you h1 {
  color: var(--em-ink);
  font-size: 3.2rem;
  line-height: 1.05;
}

.em-thank-you p {
  color: var(--em-muted);
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 760px;
}

@media (max-width: 999px) {
  .em-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .em-hero-copy,
  .em-hero-visual {
    flex-basis: auto !important;
  }

  .em-hero-title {
    font-size: 3.28rem;
    max-width: 12.8em;
  }

  .em-hero-media {
    aspect-ratio: 16 / 9;
  }

  .em-section-heading {
    font-size: 2.45rem;
  }

  .em-home-rfq h2,
  .em-home-contact h2,
  .em-rfq-hero h1,
  .em-thank-you h1 {
    font-size: 2.35rem;
  }

  .em-hero-specs {
    bottom: auto;
    margin-top: 14px;
    max-width: none;
    position: static;
    right: auto;
  }

  .em-product-grid,
  .em-application-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .em-product-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-related-product-grid {
    max-width: none !important;
  }

  .em-service-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .em-company-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-capability-grid,
  .em-cert-grid,
  .em-rfq-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-capability-showcase,
  .em-material-layout,
  .em-product-detail-layout,
  .em-catalog-hero,
  .em-detail-hero,
  .em-directory-card,
  .em-rfq-prep,
  .em-decision-columns,
  .em-application-row,
  .em-spec-support-grid,
  .em-product-inquiry-layout,
  .em-split-section,
  .em-quality-grid,
  .em-statement-grid,
  .em-manufacturing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .em-pathway-band .wp-block-columns,
  .em-home-contact .wp-block-columns {
    grid-template-columns: 1fr;
  }

  .em-site-footer__inquiry {
    grid-template-columns: 1fr;
  }

  .em-pathway-actions,
  .em-contact-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .em-process-media {
    min-height: 240px;
  }

  .em-product-grid .wp-block-column,
  .em-application-grid .wp-block-column {
    flex-basis: auto !important;
  }

  .em-shape-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-catalog-tabs,
  .em-reason-grid,
  .em-benefit-grid,
  .em-image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 689px) {
  .em-hero {
    padding-bottom: 28px;
    padding-top: 30px;
  }

  .em-hero-title {
    font-size: 2.22rem;
    line-height: 1.04;
  }

  .em-hero-lede {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .em-section-heading,
  .em-statement-heading,
  .em-home-rfq h2,
  .em-home-contact h2,
  .em-rfq-hero h1,
  .em-thank-you h1 {
    font-size: 2.05rem;
  }

  .em-hero-actions .wp-block-button,
  .em-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .em-hero-proof {
    display: none !important;
  }

  .em-hero-proof p {
    min-width: 0;
    padding: 10px 12px;
  }

  .em-hero-proof strong {
    font-size: 0.94rem;
    margin-bottom: 2px;
  }

  .em-hero-specs {
    display: none !important;
  }

  .em-hero-media {
    aspect-ratio: 16 / 9;
    margin-top: 22px;
  }

  .em-product-grid,
  .em-application-grid,
  .em-product-fit-grid,
  .em-related-product-grid,
  .em-shape-grid,
  .em-catalog-tabs,
  .em-reason-grid,
  .em-benefit-grid,
  .em-image-strip,
  .em-digest-grid,
  .em-decision-columns,
  .em-spec-support-grid,
  .em-product-inquiry-layout,
  .em-company-facts,
  .em-service-rail,
  .em-capability-grid,
  .em-cert-grid,
  .em-rfq-check-grid {
    grid-template-columns: 1fr !important;
  }

  .em-application-card > p {
    min-height: auto;
  }

  .em-capability-showcase .em-capability-grid,
  .em-quality-section .em-cert-grid {
    grid-template-columns: 1fr;
  }

  .em-section {
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .em-product-section {
    padding-top: 20px;
  }

  .em-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .em-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .em-site-footer__legal {
    justify-content: flex-start;
  }

  .em-site-footer__inquiry {
    margin-left: -4px;
    margin-right: -4px;
    padding: 20px;
  }

  .em-site-footer__form form.frm-fluent-form {
    grid-template-columns: 1fr;
  }

  .em-site-footer__form .em-q-country,
  .em-site-footer__form .em-q-message,
  .em-site-footer__form .em-q-submit,
  .em-site-footer__form .ff_submit_btn_wrapper {
    grid-column: auto;
  }

  .em-process-section,
  .em-manufacturing-section,
  .em-quality-section,
  .em-route-panel,
  .em-detail-digest,
  .em-directory-card,
  .em-catalog-tabs p,
  .em-reason-card,
  .em-benefit-grid p,
  .em-image-card,
  .em-product-inquiry-form,
  .em-chemical-panel,
  .em-process-panel,
  .em-technical-note,
  .em-decision-card,
  .em-shape-card,
  .em-application-row,
  .em-related-route-list,
  .em-rfq-prep,
  .em-detail-nav,
  .em-rfq-band,
  .em-contact-band,
  .em-pathway-band {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .em-process-row {
    flex-wrap: nowrap;
  }

  .em-capability-showcase,
  .em-material-layout,
  .em-product-detail-layout,
  .em-catalog-hero,
  .em-detail-hero,
  .em-directory-card,
  .em-rfq-prep,
  .em-decision-columns,
  .em-application-row,
  .em-spec-support-grid,
  .em-product-inquiry-layout,
  .em-split-section,
  .em-quality-grid,
  .em-statement-grid,
  .em-manufacturing-grid,
  .em-pathway-band .wp-block-columns,
  .em-home-rfq .wp-block-columns,
  .em-home-contact .wp-block-columns {
    gap: 20px;
  }

  .em-capability-media,
  .em-material-media,
  .em-quality-media,
  .em-manufacturing-media,
  .em-process-media,
  .em-home-rfq-media,
  .em-home-contact-media {
    aspect-ratio: 16 / 10;
    min-height: auto;
  }

  .em-home-rfq-media,
  .em-home-contact-media {
    max-width: 260px;
  }

  .em-home-rfq .wp-block-buttons,
  .em-pathway-actions,
  .em-contact-actions,
  .em-home-contact .wp-block-buttons {
    justify-content: flex-start !important;
    grid-template-columns: 1fr;
  }

  .em-contact-actions .wp-block-button,
  .em-contact-actions .wp-block-button__link {
    width: 100%;
  }

  .em-product-spec-table table,
  .em-product-spec-table tbody,
  .em-product-spec-table tr,
  .em-product-spec-table th,
  .em-product-spec-table td {
    display: block;
    width: 100%;
  }

  .em-product-spec-table th {
    border-bottom: 0;
  }

  .em-catalog-title {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .em-catalog-lede {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .em-catalog-hero,
  .em-detail-hero {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .em-directory-media,
  .em-detail-media,
  .em-image-card__media {
    aspect-ratio: 16 / 10;
  }

  .em-product-inquiry-form form.frm-fluent-form {
    grid-template-columns: 1fr;
  }

  .em-product-inquiry-form .em-q-country,
  .em-product-inquiry-form .em-q-message,
  .em-product-inquiry-form .em-q-submit,
  .em-product-inquiry-form .ff_submit_btn_wrapper {
    grid-column: auto;
  }

  .em-digest-grid p,
  .em-digest-grid p:nth-child(2n) {
    border-right: 0;
  }

  .em-detail-nav {
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .em-detail-nav a {
    white-space: nowrap;
  }

  .em-selection-table {
    overflow-x: auto;
  }

  .em-selection-table table {
    min-width: 760px;
  }

  .em-detail-spec-table table,
  .em-detail-spec-table tbody,
  .em-detail-spec-table tr,
  .em-detail-spec-table th,
  .em-detail-spec-table td {
    display: block;
    width: 100%;
  }

  .em-detail-spec-table th {
    border-bottom: 0;
  }
}

/* Product page visual reset: keep the page light and reserve dark surfaces for decision-making panels. */
.em-product-page .em-section-label,
.em-product-page .em-section-link a,
.em-product-page .em-text-link a,
.em-product-page .em-material-table a {
  color: var(--em-primary);
}

.em-product-page .em-catalog-hero,
.em-product-page .em-detail-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--em-ink);
  margin-bottom: clamp(8px, 2vw, 18px);
  padding-bottom: clamp(30px, 5vw, 58px);
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(38px, 6vw, 74px);
}

.em-product-page .em-catalog-hero .em-catalog-title,
.em-product-page .em-detail-hero .em-catalog-title {
  color: var(--em-ink);
  font-size: clamp(2.75rem, 4.7vw, 4.85rem);
  line-height: 1.01;
  max-width: 10.8em;
}

.em-product-page .em-catalog-hero .em-catalog-lede,
.em-product-page .em-detail-hero .em-catalog-lede {
  color: var(--em-muted);
  max-width: 690px;
}

.em-product-page .em-catalog-hero .em-section-label,
.em-product-page .em-detail-hero .em-breadcrumb {
  color: var(--em-primary);
}

.em-product-page .em-route-panel,
.em-product-page .em-detail-digest,
.em-product-page .em-rfq-prep {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    #101416;
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 58px rgba(17, 23, 25, 0.18);
  color: #ffffff;
}

.em-product-page .em-route-panel {
  align-self: center;
  padding: clamp(16px, 2.6vw, 26px);
}

.em-route-panel__media {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  margin: 0 0 18px !important;
  overflow: hidden;
}

.em-route-panel__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-product-page .em-route-panel h2,
.em-product-page .em-detail-digest h2,
.em-product-page .em-rfq-prep .em-section-heading {
  color: #ffffff;
}

.em-product-page .em-route-list a,
.em-product-page .em-digest-grid span,
.em-product-page .em-rfq-checklist li {
  color: rgba(255, 255, 255, 0.84);
}

.em-product-page .em-route-list span,
.em-product-page .em-digest-grid strong,
.em-product-page .em-rfq-prep .em-section-label {
  color: var(--em-accent);
}

.em-product-page .em-detail-nav {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--em-border);
  box-shadow: 0 12px 30px rgba(17, 23, 25, 0.06);
}

.em-product-page .em-detail-nav a {
  color: var(--em-muted);
}

.em-product-page .em-detail-nav a:hover {
  background: rgba(var(--em-accent-rgb), 0.16);
  color: var(--em-ink);
}

.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link {
  border-color: rgba(17, 23, 25, 0.22);
  color: var(--em-ink);
}

.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link:hover {
  background: rgba(var(--em-accent-rgb), 0.16);
  border-color: rgba(var(--em-accent-rgb), 0.72);
  color: #101416;
}

.em-product-page .em-catalog-intro-section,
.em-product-page .em-overview-image-section,
.em-product-page .em-directory-section,
.em-product-page .em-selection-section,
.em-product-page .em-shape-section,
.em-product-page .em-reason-section {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

@media (min-width: 760px) and (max-width: 999px) {
  .em-product-page .em-catalog-hero,
  .em-product-page .em-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .em-product-page .em-catalog-hero .em-catalog-title,
  .em-product-page .em-detail-hero .em-catalog-title {
    font-size: clamp(2.45rem, 5vw, 3.35rem);
  }

  .em-site-footer__inquiry {
    grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  }
}

@media (max-width: 759px) {
  .em-product-page .em-catalog-hero,
  .em-product-page .em-detail-hero {
    grid-template-columns: 1fr !important;
    padding-top: 34px;
  }

  .em-site-footer__inquiry {
    grid-template-columns: 1fr;
  }

  .em-product-page .em-catalog-hero .em-catalog-title,
  .em-product-page .em-detail-hero .em-catalog-title {
    font-size: clamp(2.05rem, 10vw, 2.45rem);
    line-height: 1.06;
  }

  .em-product-page .em-catalog-hero .em-catalog-lede,
  .em-product-page .em-detail-hero .em-catalog-lede {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .em-product-page .em-route-panel,
  .em-product-page .em-detail-digest {
    box-shadow: 0 16px 38px rgba(17, 23, 25, 0.16);
  }
}

/* Contact identity details use a balanced 4 / 2 / 1 responsive grid. */
.em-site-page--contact .em-site-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .em-site-page--contact .em-site-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .em-site-page--contact .em-site-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* Core editorial pages: technical B2B hierarchy with image-led evidence and clear decision paths. */
.em-site-page {
  padding-bottom: 0;
}

.em-site-page .em-site-hero {
  align-items: stretch;
}

.em-site-hero__panel {
  align-self: stretch;
  background: var(--em-graphite);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 4px solid var(--em-accent);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(15, 23, 32, 0.2);
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  overflow: hidden;
}

.em-site-hero__media {
  margin: 0 !important;
  min-height: 280px;
  overflow: hidden;
}

.em-site-hero__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-site-hero__facts {
  display: grid;
  gap: 0;
  padding: 4px 24px 10px;
}

.em-site-hero__facts p {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 4px;
  grid-template-columns: 64px 1fr;
  margin: 0;
  padding: 15px 0;
}

.em-site-hero__facts p:last-child {
  border-bottom: 0;
}

.em-site-hero__facts strong {
  color: var(--em-signal);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.em-site-hero__facts span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

.em-site-feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 4vw, 48px);
}

.em-site-feature-card {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-top: 3px solid var(--em-primary);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  min-height: 230px;
  padding: clamp(20px, 3vw, 28px);
}

.em-resource-card h3 a {
  color: inherit;
  text-decoration: none;
}

.em-resource-card h3 a:hover,
.em-resource-card h3 a:focus-visible {
  color: var(--em-primary);
}

.em-resource-card__meta {
  color: var(--em-primary) !important;
  font-size: 0.78rem;
  font-weight: 740;
  letter-spacing: 0.03em;
  margin-top: auto !important;
  text-transform: uppercase;
}

.em-resource-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 0 !important;
}

.em-resource-card__actions a {
  color: var(--em-ink);
  font-size: 0.9rem;
  font-weight: 740;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.em-site-card-index {
  color: var(--em-accent) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 32px !important;
}

.em-site-feature-card h3,
.em-site-process__step h3,
.em-site-gallery__card h3 {
  color: var(--em-ink);
  font-size: 1.16rem;
  line-height: 1.25;
  margin: 0 0 10px;
}

.em-site-feature-card > p:last-child,
.em-site-process__step p,
.em-site-gallery__card p {
  color: var(--em-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.em-contact-detail-card {
  min-height: 210px;
}

.em-contact-detail-card__link {
  align-items: center;
  color: var(--em-primary);
  display: inline-flex;
  font-weight: 740;
  min-height: 44px;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.em-contact-detail-card__link:hover,
.em-contact-detail-card__link:focus-visible {
  color: var(--em-primary-dark);
}

.em-site-evidence {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  padding: clamp(22px, 4vw, 42px);
}

.em-site-evidence__grid {
  display: grid !important;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  margin: 0 !important;
}

.em-site-evidence__grid > .wp-block-column {
  flex-basis: auto !important;
}

.em-site-evidence__media {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  margin: 0 !important;
  overflow: hidden;
}

.em-site-evidence__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-site-process {
  background: var(--em-graphite);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(15, 23, 32, 0.2);
  padding: clamp(30px, 5vw, 56px);
}

.em-site-process .em-section-label {
  color: var(--em-signal);
}

.em-site-process .em-section-heading {
  color: #ffffff;
}

.em-site-process .em-section-intro {
  color: rgba(255, 255, 255, 0.7);
}

.em-site-process__grid {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 44px);
}

.em-site-process__step {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 46px 1fr;
  padding: 22px 0;
}

.em-site-process__step > span {
  color: var(--em-signal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.em-site-process__step h3 {
  color: #ffffff;
}

.em-site-process__step p {
  color: rgba(255, 255, 255, 0.68);
}

.em-site-gallery__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 44px);
}

.em-site-gallery__card {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  overflow: hidden;
}

.em-site-gallery__card figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}

.em-site-gallery__card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.em-site-gallery__card:hover img {
  transform: scale(1.025);
}

.em-site-gallery__card > div {
  padding: 22px;
}

.em-site-table-section .em-material-table {
  margin-top: 30px;
}

.em-site-contact-form {
  align-items: start;
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  padding: clamp(28px, 5vw, 56px);
}

.em-site-contact-form__form .ff-el-group {
  margin-bottom: 16px;
}

.em-site-contact-form__form input,
.em-site-contact-form__form textarea,
.em-site-contact-form__form select {
  background: #ffffff !important;
  border: 1px solid var(--em-border) !important;
  border-radius: 4px !important;
  color: var(--em-ink) !important;
  min-height: 48px;
}

.em-site-contact-form__form .ff-btn-submit {
  background: var(--em-primary) !important;
  border-color: var(--em-primary) !important;
  color: #ffffff !important;
  min-height: 48px;
}

.em-site-cta {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.em-site-cta .em-section-label {
  color: var(--em-signal);
}

@media (max-width: 980px) {
  .em-site-feature-grid,
  .em-site-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-site-evidence__grid,
  .em-site-contact-form,
  .em-site-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 759px) {
  .em-site-feature-grid,
  .em-site-gallery__grid,
  .em-site-process__grid {
    grid-template-columns: 1fr;
  }

  .em-site-hero__media {
    min-height: 220px;
  }

  .em-site-feature-card {
    min-height: 0;
  }

  .em-site-contact-form,
  .em-site-evidence,
  .em-site-process {
    padding-left: 20px;
    padding-right: 20px;
  }

  .em-site-cta .em-contact-actions {
    align-items: stretch;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-site-gallery__card img {
    transition: none;
  }
}

/* Mineral industrial palette for product experiences. */
.em-product-page {
  --em-bg: #f2efe4;
  --em-surface: #fffdf5;
  --em-ink: #20231f;
  --em-muted: #657066;
  --em-primary: #2d6f63;
  --em-primary-dark: #1f5048;
  --em-accent: #b58a45;
  --em-accent-rgb: 181, 138, 69;
  --em-border: #d9d2c1;
  --em-soft-blue: #e9e5d8;
  --em-border-rgb: 217, 210, 193;
  --em-primary-rgb: 45, 111, 99;
  --em-graphite: #171d1b;
  --em-graphite-2: #242b28;
  --em-signal: #d8df7a;
  --em-shadow: 0 20px 52px rgba(46, 43, 34, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.92), rgba(255, 253, 245, 0) 24%),
    linear-gradient(135deg, rgba(45, 111, 99, 0.055), transparent 34%),
    var(--em-bg);
}

body:has(.em-product-page),
body:has(.em-product-page) .site-main,
body:has(.em-product-page) .entry-content,
body:has(.em-product-page) .ct-container-full {
  background: #f2efe4 !important;
}

.em-product-page .em-section-label,
.em-product-page .em-section-link a,
.em-product-page .em-text-link a,
.em-product-page .em-material-table a,
.em-product-page .em-catalog-hero .em-section-label,
.em-product-page .em-detail-hero .em-breadcrumb {
  color: var(--em-primary);
}

.em-product-page .em-section-link a:hover,
.em-product-page .em-text-link a:hover,
.em-product-page .em-material-table a:hover {
  color: var(--em-primary-dark);
}

.em-product-page .em-service-card,
.em-product-page .em-product-card,
.em-product-page .em-application-card,
.em-product-page .em-mini-card,
.em-product-page .em-rfq-check-card,
.em-product-page .em-spec-card,
.em-product-page .em-fact-list,
.em-product-page .em-company-facts p,
.em-product-page .em-pathway-band,
.em-product-page .em-material-table,
.em-product-page .em-catalog-panel,
.em-product-page .em-directory-card,
.em-product-page .em-decision-card,
.em-product-page .em-shape-card,
.em-product-page .em-image-card,
.em-product-page .em-catalog-tabs p,
.em-product-page .em-reason-card,
.em-product-page .em-benefit-grid p,
.em-product-page .em-chemical-panel,
.em-product-page .em-technical-note,
.em-product-page .em-application-row,
.em-product-page .em-related-route-list {
  background: var(--em-surface);
  border-color: rgba(var(--em-border-rgb), 0.92);
  box-shadow: var(--em-shadow);
}

.em-product-page .em-product-card__image,
.em-product-page .em-application-image,
.em-product-page .em-section-media,
.em-directory-media,
.em-detail-media,
.em-image-card__media {
  background-color: var(--em-soft-blue);
}

.em-product-page .em-route-panel,
.em-product-page .em-detail-digest,
.em-product-page .em-rfq-prep {
  background:
    radial-gradient(circle at 18% 14%, rgba(181, 138, 69, 0.18), transparent 30%),
    linear-gradient(145deg, var(--em-graphite), var(--em-graphite-2) 62%, #141817);
  border-color: rgba(255, 253, 245, 0.14);
  box-shadow: 0 24px 64px rgba(29, 32, 29, 0.22);
}

.em-product-page .em-route-panel h2,
.em-product-page .em-detail-digest h2,
.em-product-page .em-rfq-prep .em-section-heading {
  color: #fffdf5;
}

.em-product-page .em-route-list a,
.em-product-page .em-digest-grid span,
.em-product-page .em-rfq-checklist li {
  color: rgba(255, 253, 245, 0.82);
}

.em-product-page .em-route-list span,
.em-product-page .em-digest-grid strong,
.em-product-page .em-rfq-prep .em-section-label,
.em-product-page .em-route-list a:hover,
.em-product-page .em-related-route-list span {
  color: var(--em-signal);
}

.em-product-page .em-button-primary .wp-block-button__link,
.em-product-page .em-button-on-dark .wp-block-button__link {
  background: var(--em-primary);
  border-color: var(--em-primary);
  color: #fffdf5;
}

.em-product-page .em-button-primary .wp-block-button__link:hover,
.em-product-page .em-button-on-dark .wp-block-button__link:hover {
  background: var(--em-primary-dark);
  border-color: var(--em-primary-dark);
  color: #fffdf5;
}

.em-product-page .em-button-secondary .wp-block-button__link,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link {
  border-color: rgba(32, 35, 31, 0.22);
  color: var(--em-ink);
}

.em-product-page .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link:hover {
  background: rgba(var(--em-primary-rgb), 0.1);
  border-color: rgba(var(--em-primary-rgb), 0.45);
  color: var(--em-primary-dark);
}

.em-product-page .em-material-table th,
.em-product-page .em-detail-nav {
  background: var(--em-graphite);
}

.em-product-page .em-detail-nav {
  border-color: rgba(255, 253, 245, 0.12);
  box-shadow: 0 18px 42px rgba(29, 32, 29, 0.16);
}

.em-product-page .em-detail-nav a {
  color: rgba(255, 253, 245, 0.72);
}

.em-product-page .em-detail-nav a:hover {
  background: rgba(255, 253, 245, 0.08);
  color: #fffdf5;
}

.em-product-page .em-process-panel {
  background:
    linear-gradient(145deg, rgba(45, 111, 99, 0.96), rgba(31, 80, 72, 0.94)),
    var(--em-primary);
  color: #fffdf5;
}

.em-product-page .em-process-panel .em-section-label,
.em-product-page .em-process-panel h3,
.em-product-page .em-process-panel p {
  color: #fffdf5;
}

.em-product-page .em-chemical-panel strong {
  color: var(--em-primary);
}

.em-site-footer {
  background: #141817;
}

.em-site-footer__inquiry {
  background:
    radial-gradient(circle at 18% 14%, rgba(181, 138, 69, 0.18), transparent 30%),
    linear-gradient(145deg, #171d1b, #242b28 62%, #141817);
  border-color: rgba(255, 253, 245, 0.13);
}

.em-site-footer__eyebrow {
  color: #d8df7a !important;
}

.em-site-footer__form {
  background: rgba(255, 253, 245, 0.075);
  border-color: rgba(255, 253, 245, 0.14);
}

.em-site-footer__form input,
.em-site-footer__form textarea {
  background: #fffdf5 !important;
  border-color: rgba(255, 253, 245, 0.28) !important;
  color: #20231f !important;
}

.em-site-footer__form input:focus,
.em-site-footer__form textarea:focus {
  border-color: #d8df7a !important;
  box-shadow: 0 0 0 3px rgba(216, 223, 122, 0.18) !important;
}

.em-site-footer__form .ff-btn-submit {
  background: #2d6f63 !important;
  border-color: #2d6f63 !important;
  color: #fffdf5 !important;
}

.em-site-footer__form .ff-btn-submit:hover {
  background: #1f5048 !important;
  border-color: #1f5048 !important;
}

/* CNC precision visual system: clean manufacturing UI, hard data surfaces, restrained accents. */
.em-product-page {
  --em-bg: #f4f7fa;
  --em-surface: #ffffff;
  --em-ink: #111827;
  --em-muted: #5d6875;
  --em-primary: #0b63ce;
  --em-primary-dark: #084b9c;
  --em-accent: #f26b21;
  --em-accent-rgb: 242, 107, 33;
  --em-border: #dbe3eb;
  --em-soft-blue: #eef3f8;
  --em-border-rgb: 219, 227, 235;
  --em-primary-rgb: 11, 99, 206;
  --em-graphite: #101820;
  --em-graphite-2: #1a2633;
  --em-signal: #ffb547;
  --em-shadow: 0 16px 42px rgba(15, 23, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 250, 0) 260px),
    var(--em-bg);
}

body:has(.em-product-page),
body:has(.em-product-page) .site-main,
body:has(.em-product-page) .entry-content,
body:has(.em-product-page) .ct-container-full {
  background: #f4f7fa !important;
}

.em-product-page .em-catalog-hero,
.em-product-page .em-detail-hero {
  background: transparent;
  border-bottom: 1px solid rgba(var(--em-border-rgb), 0.88);
}

.em-product-page .em-catalog-hero .em-section-label,
.em-product-page .em-detail-hero .em-breadcrumb,
.em-product-page .em-section-label,
.em-product-page .em-section-link a,
.em-product-page .em-text-link a,
.em-product-page .em-material-table a {
  color: var(--em-primary);
}

.em-product-page .em-catalog-title,
.em-product-page .em-section-heading,
.em-product-page .em-subsection-heading {
  color: var(--em-ink);
}

.em-product-page .em-catalog-lede,
.em-product-page .em-section-intro,
.em-product-page .em-directory-body > p:not(.em-text-link),
.em-product-page .em-shape-card p,
.em-product-page .em-application-row p,
.em-product-page .em-decision-card li,
.em-product-page .em-material-table td {
  color: var(--em-muted);
}

.em-product-page .em-service-card,
.em-product-page .em-product-card,
.em-product-page .em-application-card,
.em-product-page .em-mini-card,
.em-product-page .em-rfq-check-card,
.em-product-page .em-spec-card,
.em-product-page .em-fact-list,
.em-product-page .em-company-facts p,
.em-product-page .em-pathway-band,
.em-product-page .em-material-table,
.em-product-page .em-catalog-panel,
.em-product-page .em-directory-card,
.em-product-page .em-decision-card,
.em-product-page .em-shape-card,
.em-product-page .em-image-card,
.em-product-page .em-catalog-tabs p,
.em-product-page .em-reason-card,
.em-product-page .em-benefit-grid p,
.em-product-page .em-chemical-panel,
.em-product-page .em-technical-note,
.em-product-page .em-application-row,
.em-product-page .em-related-route-list {
  background: var(--em-surface);
  border-color: var(--em-border);
  box-shadow: var(--em-shadow);
}

.em-product-page .em-route-panel,
.em-product-page .em-detail-digest,
.em-product-page .em-rfq-prep {
  background:
    linear-gradient(135deg, var(--em-graphite), var(--em-graphite-2) 64%, #0d141c);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 58px rgba(15, 23, 32, 0.2);
}

.em-product-page .em-route-panel {
  border-top: 4px solid var(--em-accent);
}

.em-route-panel__media,
.em-detail-media {
  border-color: rgba(255, 255, 255, 0.16);
}

.em-product-page .em-route-panel h2,
.em-product-page .em-detail-digest h2,
.em-product-page .em-rfq-prep .em-section-heading {
  color: #ffffff;
}

.em-product-page .em-route-list a,
.em-product-page .em-digest-grid span,
.em-product-page .em-rfq-checklist li {
  color: rgba(255, 255, 255, 0.84);
}

.em-product-page .em-route-list span,
.em-product-page .em-digest-grid strong,
.em-product-page .em-rfq-prep .em-section-label,
.em-product-page .em-related-route-list span {
  color: var(--em-signal);
}

.em-product-page .em-route-list a:hover,
.em-product-page .em-related-route-list a:hover {
  color: var(--em-signal);
}

.em-product-page .em-button-primary .wp-block-button__link,
.em-product-page .em-button-on-dark .wp-block-button__link {
  background: var(--em-primary);
  border-color: var(--em-primary);
  color: #ffffff;
}

.em-product-page .em-button-primary .wp-block-button__link:hover,
.em-product-page .em-button-on-dark .wp-block-button__link:hover {
  background: var(--em-primary-dark);
  border-color: var(--em-primary-dark);
  color: #ffffff;
}

.em-product-page .em-button-secondary .wp-block-button__link,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link {
  border-color: rgba(var(--em-primary-rgb), 0.35);
  color: var(--em-primary);
}

.em-product-page .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-detail-hero .em-button-secondary .wp-block-button__link:hover,
.em-product-page .em-catalog-hero .em-button-secondary .wp-block-button__link:hover {
  background: rgba(var(--em-primary-rgb), 0.08);
  border-color: var(--em-primary);
  color: var(--em-primary-dark);
}

.em-product-page .em-material-table th,
.em-product-page .em-detail-nav {
  background: var(--em-graphite);
}

.em-product-page .em-detail-nav {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(15, 23, 32, 0.14);
}

.em-product-page .em-detail-nav a {
  color: rgba(255, 255, 255, 0.72);
}

.em-product-page .em-detail-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.em-product-page .em-process-panel {
  background:
    linear-gradient(135deg, #0b63ce, #084b9c);
  color: #ffffff;
}

.em-product-page .em-process-panel .em-section-label,
.em-product-page .em-process-panel h3,
.em-product-page .em-process-panel p {
  color: #ffffff;
}

.em-product-page .em-chemical-panel strong,
.em-directory-specs strong {
  color: var(--em-primary);
}

.em-site-footer {
  background: #0d141c;
}

.em-site-footer__inquiry {
  background:
    linear-gradient(135deg, #101820, #1a2633 64%, #0d141c);
  border-color: rgba(255, 255, 255, 0.12);
}

.em-site-footer__eyebrow {
  color: #ffb547 !important;
}

.em-site-footer__form {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.14);
}

.em-site-footer__form input,
.em-site-footer__form textarea {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #111827 !important;
}

.em-site-footer__form input:focus,
.em-site-footer__form textarea:focus {
  border-color: #ffb547 !important;
  box-shadow: 0 0 0 3px rgba(255, 181, 71, 0.18) !important;
}

.em-site-footer__form .ff-btn-submit {
  background: #0b63ce !important;
  border-color: #0b63ce !important;
  color: #ffffff !important;
}

.em-site-footer__form .ff-btn-submit:hover {
  background: #084b9c !important;
  border-color: #084b9c !important;
}

/* Product image density and compact global inquiry layout. */
.em-product-page .em-overview-image-strip,
.em-product-page .em-detail-image-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-product-page .em-products-evidence-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-product-page .em-shape-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  padding: 0 !important;
}

.em-shape-card__media,
.em-application-row__media {
  background-color: var(--em-soft-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  overflow: hidden;
}

.em-shape-card__media {
  aspect-ratio: 16 / 10;
}

.em-shape-card__media img,
.em-application-row__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.em-shape-card__body {
  padding: 18px 18px 20px;
}

.em-shape-card__body h3,
.em-shape-card__body p {
  margin-bottom: 0;
}

.em-shape-card__body h3 + p {
  margin-top: 9px;
}

.em-product-page .em-application-row {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  padding: 0 !important;
}

.em-application-row__media {
  min-height: 190px;
}

.em-application-row__body {
  align-self: center;
  padding: clamp(20px, 3vw, 30px);
}

.em-application-row__body h3,
.em-application-row__body p {
  margin-bottom: 0;
}

.em-application-row__body h3 + p {
  margin-top: 10px;
}

.em-site-footer__form form.frm-fluent-form {
  align-items: start;
  column-gap: 16px;
  display: block;
  row-gap: 14px;
  width: 100%;
}

.em-site-footer__form form.frm-fluent-form > fieldset {
  border: 0;
  column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  min-inline-size: 0;
  padding: 0;
  row-gap: 14px;
  width: 100%;
}

.em-site-footer__form .ff-el-group,
.em-site-footer__form .ff-el-input--content,
.em-site-footer__form .ff-t-container,
.em-site-footer__form .ff-t-cell {
  min-width: 0;
}

.em-site-footer__form .em-q-first,
.em-site-footer__form .em-q-last,
.em-site-footer__form .em-q-email,
.em-site-footer__form .em-q-country {
  grid-column: auto !important;
}

.em-site-footer__form .em-q-message,
.em-site-footer__form .em-q-submit,
.em-site-footer__form .ff_submit_btn_wrapper {
  grid-column: 1 / -1 !important;
}

.em-site-footer__form input,
.em-site-footer__form textarea {
  box-sizing: border-box;
  width: 100% !important;
}

.em-site-footer__form textarea {
  min-height: 102px;
}

@media (max-width: 980px) {
  .em-product-page .em-overview-image-strip,
  .em-product-page .em-detail-image-strip,
  .em-product-page .em-products-evidence-strip,
  .em-product-page .em-shape-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 759px) {
  .em-product-page .em-overview-image-strip,
  .em-product-page .em-detail-image-strip,
  .em-product-page .em-products-evidence-strip,
  .em-product-page .em-shape-grid,
  .em-product-page .em-application-row,
  .em-site-footer__form form.frm-fluent-form,
  .em-site-footer__form form.frm-fluent-form > fieldset {
    grid-template-columns: 1fr !important;
  }

  .em-site-footer__form .em-q-first,
  .em-site-footer__form .em-q-last,
  .em-site-footer__form .em-q-email,
  .em-site-footer__form .em-q-country,
  .em-site-footer__form .em-q-message,
  .em-site-footer__form .em-q-submit,
  .em-site-footer__form .ff_submit_btn_wrapper {
    grid-column: auto !important;
  }

  .em-application-row__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

.em-legal-page {
  background: var(--em-surface);
  border: 1px solid var(--em-border);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  margin-bottom: clamp(48px, 7vw, 90px);
  margin-top: clamp(38px, 6vw, 74px);
  max-width: 920px !important;
  padding: clamp(26px, 5vw, 58px);
}

.em-legal-page h1 {
  color: var(--em-ink);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 20px;
}

.em-legal-page h2 {
  border-top: 1px solid var(--em-border);
  color: var(--em-ink);
  font-size: 1.35rem;
  margin-top: 34px;
  padding-top: 28px;
}

.em-legal-page p,
.em-legal-page li {
  color: var(--em-muted);
  line-height: 1.75;
}

/* Launch conversion hierarchy and compact global CTA. */
.ct-header .menu-item > a[href*="/request-a-quote/"] {
  align-items: center;
  background: var(--em-accent);
  border-radius: 5px;
  color: var(--em-deep) !important;
  display: inline-flex;
  font-weight: 760;
  height: 46px !important;
  max-height: 46px;
  min-height: 44px;
  padding: 0 22px !important;
}

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

#header [data-device="desktop"] [data-row="middle"] {
  --height: 88px;
}

.em-mobile-rfq {
  display: none;
}

.em-site-footer__inquiry--compact {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  padding-block: clamp(28px, 4vw, 44px);
}

.em-site-footer__inquiry--compact .em-site-footer__inquiry-copy {
  max-width: 760px;
}

.em-site-footer__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-end;
}

.em-site-footer__primary-action {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: var(--em-ink) !important;
  display: inline-flex;
  font-weight: 760;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
}

.em-site-footer__primary-action:hover,
.em-site-footer__primary-action:focus-visible {
  background: var(--em-soft-blue);
}

.em-site-footer__secondary-action {
  color: #fff !important;
  font-weight: 720;
  text-underline-offset: 5px;
}

.em-material-table {
  -webkit-overflow-scrolling: touch;
  box-shadow: inset -18px 0 18px -20px rgba(17, 24, 32, 0.7);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.em-material-table table {
  min-width: 760px;
}

.em-material-table th:first-child,
.em-material-table td:first-child {
  background: var(--em-surface);
  box-shadow: 1px 0 0 var(--em-border);
  left: 0;
  position: sticky;
  z-index: 2;
}

.em-material-table thead th:first-child {
  background: var(--em-deep);
  z-index: 3;
}

.em-technical-download {
  margin-bottom: 18px;
}

.em-technical-download a {
  color: var(--em-primary);
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.em-detail-nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.08);
  flex-wrap: nowrap !important;
  overflow-x: auto;
  position: sticky;
  scrollbar-width: none;
  top: 0;
  z-index: 30;
}

.em-detail-nav::-webkit-scrollbar {
  display: none;
}

.em-detail-nav p {
  flex: 0 0 auto;
}

@media (max-width: 759px) {
  .ct-header .menu-item > a[href*="/request-a-quote/"] {
    justify-content: center;
    margin-block: 6px;
    width: 100%;
  }

  #header [data-device="mobile"] [data-column="end"] [data-items="primary"] {
    align-items: center;
    display: flex;
    gap: 12px;
  }

  .em-mobile-rfq {
    align-items: center;
    background: var(--em-accent);
    border-radius: 5px;
    color: var(--em-deep) !important;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.03em;
    min-height: 38px;
    padding: 8px 14px;
  }

  .em-mobile-rfq[aria-current="page"] {
    box-shadow: inset 0 0 0 2px rgba(var(--em-primary-rgb), 0.42);
  }

  .em-site-footer__inquiry--compact {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .em-site-footer__actions {
    justify-content: flex-start;
  }

  .em-material-table::before {
    color: var(--em-muted);
    content: "Swipe to compare technical data \2192";
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }

	html[lang="ja-JP"] .em-material-table::before {
		content: "横にスワイプして技術データを比較 \2192";
	}

	html[lang="ko-KR"] .em-material-table::before {
		content: "옆으로 밀어 기술 데이터를 비교하세요 \2192";
	}

	html[lang="de-DE"] .em-material-table::before {
		content: "Für den Vergleich der technischen Daten seitlich wischen \2192";
	}

	html[lang="es-ES"] .em-material-table::before {
		content: "Deslice horizontalmente para comparar los datos técnicos \2192";
	}

  .em-rfq-form-shell form.frm-fluent-form > fieldset {
    grid-template-columns: 1fr;
  }

  .em-rfq-form-shell .em-rfq-half,
  .em-rfq-form-shell .em-rfq-full,
  .em-rfq-form-shell .ff_submit_btn_wrapper {
    grid-column: 1;
  }

  .em-home .em-material-section {
    display: block !important;
  }

  .em-home .em-material-layout {
    display: grid !important;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .em-home .em-material-table {
    margin-bottom: 0;
    max-width: 100%;
    overflow-x: auto;
  }

  .em-home .em-material-table table {
    min-width: 720px;
  }

  .em-home .em-material-media-col {
    order: -1;
  }

  .em-home .em-material-media {
    aspect-ratio: 16 / 9;
    margin: 0 !important;
    overflow: hidden;
  }

  .em-home .em-material-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .em-home .em-factory-snapshot {
    aspect-ratio: 16 / 9;
    display: block !important;
    margin-bottom: 14px !important;
  }

  .em-detail-nav a {
    align-items: center;
    min-height: 44px;
  }

  .em-home .em-service-rail {
    display: none !important;
  }

  .em-service-mobile-summary {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .em-service-mobile-summary > div {
    align-items: start;
    background: var(--em-surface);
    border: 1px solid var(--em-border);
    border-radius: 7px;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 14px 16px;
  }

  .em-service-mobile-summary span,
  .em-service-mobile-summary__index {
    color: var(--em-primary);
    font-size: 0.78rem;
    font-weight: 800;
    margin: 0;
  }

  .em-service-mobile-summary p {
    color: var(--em-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
  }

  .em-service-mobile-summary strong {
    color: var(--em-ink);
    display: block;
    margin-bottom: 3px;
  }

  .em-home .em-hero-proof {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .em-home .em-hero-proof p {
    font-size: 0.78rem;
    line-height: 1.3;
    padding: 8px 10px;
  }

  .em-home .em-hero-proof strong {
    font-size: 0.84rem;
  }

  .em-home .em-hero-media {
    aspect-ratio: 2 / 1;
  }

  .em-home .em-section {
    padding-bottom: 42px;
    padding-top: 42px;
  }
}
