:root {
  --blue-950: #00345f;
  --blue-900: #00477f;
  --blue-700: #005baa;
  --blue-500: #2f82c5;
  --accent-500: #dce8f0;
  --accent-600: #7894a8;
  --slate-900: #152033;
  --slate-700: #44546a;
  --slate-500: #6b7a90;
  --slate-200: #d9e3ee;
  --slate-100: #edf4f9;
  --white: #ffffff;
  --cream: #f8fbfb;
  --brand-blue-gradient: linear-gradient(135deg, var(--blue-950), var(--blue-700));
  --brand-blue-gradient-hover: linear-gradient(135deg, var(--blue-900), var(--blue-950));
  --shadow: 0 24px 70px rgba(8, 28, 53, 0.13);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: min(1180px, calc(100vw - 40px));
  /* Keep fixed search controls stable before JavaScript measures the header. */
  --site-header-height: 53px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--slate-900);
  background: var(--cream);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 227, 238, 0.85);
  backdrop-filter: blur(18px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(48px + 0.1cm);
  gap: 4cm;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-950);
  font-weight: 800;
  letter-spacing: -0.03em;
  transform: translateY(-3px);
}

.brand-logo {
  display: block;
  width: 120px;
  height: auto;
}

.brand-registered {
  position: absolute;
  top: -5px;
  right: -12px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.brand-fallback {
  display: none;
}

.nav-links {
  display: flex;
  flex: 1;
  align-items: center;
  gap: clamp(12px, 1vw, 18px);
  min-width: 0;
  color: var(--slate-700);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a {
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--blue-700);
}

.nav-product-search {
  position: relative;
  flex: 0 1 calc(190px + 1cm);
  width: calc(190px + 1cm);
  min-width: 188px;
  margin-inline-start: auto;
}

.nav-product-search input {
  width: 100%;
  height: 34px;
  padding: 0 37px 0 13px;
  color: var(--blue-950);
  border: 1px solid #cbdbe8;
  border-radius: 999px;
  outline: none;
  background: #f4f8fc;
  font-size: 13px;
  font-weight: 400;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.nav-product-search input::placeholder {
  color: #78889c;
}

.nav-product-search input:focus {
  border-color: var(--blue-700);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0, 91, 170, 0.12);
}

.nav-product-search button {
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--blue-700);
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.nav-product-search button:hover {
  background: rgba(0, 91, 170, 0.09);
}

.nav-product-search svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 34px;
  padding: 3px 5px;
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  background: #f8fbff;
}

.language-switch a {
  padding: 3px 8px !important;
  color: var(--slate-500);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.language-switch a.active {
  color: var(--blue-950);
  background: var(--accent-500);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: var(--slate-100);
  border-radius: 12px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-950);
}

@media (min-width: 981px) and (max-width: 1279px) {
  .navbar {
    gap: 22px;
  }

  .nav-links {
    gap: 10px;
    font-size: 14px;
  }

  .nav-product-search {
    flex-basis: calc(155px + 1cm);
    width: calc(155px + 1cm);
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(0, 52, 95, 0.94), rgba(0, 91, 170, 0.78)),
    radial-gradient(circle at 80% 20%, rgba(120, 148, 168, 0.24), transparent 32%),
    linear-gradient(135deg, var(--blue-950), var(--blue-700));
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 72%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 35%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
    linear-gradient(120deg, transparent 0 47%, rgba(255, 255, 255, 0.08) 47% 48%, transparent 48% 100%);
  background-size: 140px 140px, 180px 180px, 220px 220px, 90px 90px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: 62px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta-card .eyebrow {
  color: #d5e6f2;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 1.04;
  font-weight: 700;
}

h1 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5.8vw, 66px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(29px, 3.8vw, 46px);
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.hero-text {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 32px;
}

.hero-points {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.hero-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  box-shadow: 0 16px 30px rgba(47, 128, 237, 0.28);
}

.rfq-form .btn.primary {
  position: relative;
  top: -0.5cm;
  background: var(--brand-blue-gradient);
}

.rfq-form .btn.primary:hover,
.rfq-form .btn.primary:focus-visible {
  background: var(--brand-blue-gradient-hover);
}

.btn.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.btn.light {
  color: var(--blue-950);
  background: var(--white);
}

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-600);
  box-shadow: 0 0 0 6px rgba(120, 148, 168, 0.18);
}

.chem-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--slate-900);
}

.chem-card + .chem-card {
  margin-top: 13px;
}

.chem-card span,
.chem-card small {
  display: block;
  color: var(--slate-500);
}

.chem-card span {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.chem-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-950);
  font-size: 21px;
}

.chem-card.featured {
  background: linear-gradient(135deg, #ffffff, #eef5f9);
}

.section {
  padding: 73px 0;
}

.stats-band {
  padding: 30px 0;
  background: var(--white);
  border-bottom: 1px solid rgba(217, 227, 238, 0.8);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stats-grid div {
  padding: 22px;
  border-radius: 18px;
  background: var(--slate-100);
}

.stats-grid strong,
.stats-grid span {
  display: block;
}

.stats-grid strong {
  color: var(--blue-700);
  font-size: 31px;
  line-height: 1;
}

.stats-grid span {
  margin-top: 8px;
  color: var(--slate-700);
  font-size: 14px;
  font-weight: 700;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--slate-700);
  font-size: 17px;
}

.align-left {
  margin-inline: 0;
  text-align: left;
}

.category-list-heading,
.related-products-heading {
  max-width: none;
  margin-inline: auto;
  text-align: left;
}

.category-product-list-section {
  min-height: 640px;
  contain: layout paint;
}

.category-list-heading h2 {
  font-size: clamp(24px, 3.3vw, 41px);
}

.related-products-heading h2 {
  font-size: 27px;
}

.product-related-section {
  padding-block: 26px;
}

.product-related-section .related-products-heading {
  margin-bottom: 18px;
}

.site-search-section {
  min-height: 70vh;
  padding-top: 42px;
  background: linear-gradient(180deg, #f3f8fd 0, #fff 270px);
}

.site-search-layout {
  max-width: 1080px;
}

.site-search-heading {
  max-width: 760px;
  margin: 32px 0 24px;
}

.site-search-heading h1 {
  margin: 6px 0 12px;
  color: var(--blue-950);
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: -0.055em;
}

.site-search-heading > p:last-child {
  color: var(--slate-700);
  font-size: 17px;
}

.site-search-form {
  display: grid;
  grid-template-columns: 1fr 54px;
  overflow: hidden;
  border: 2px solid rgba(0, 96, 180, 0.2);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(8, 49, 85, 0.1);
}

.site-search-form:focus-within {
  border-color: var(--blue-700);
  box-shadow: 0 0 0 4px rgba(0, 102, 190, 0.1), 0 18px 42px rgba(8, 49, 85, 0.1);
}

.site-search-form input {
  min-width: 0;
  height: 58px;
  padding: 0 20px;
  color: var(--blue-950);
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 17px;
}

.site-search-form button {
  display: grid;
  place-items: center;
  border: 0;
  background: var(--blue-700);
  cursor: pointer;
}

.site-search-form button:hover,
.site-search-form button:focus-visible {
  background: var(--blue-950);
}

.site-search-form svg {
  width: 22px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-width: 2;
}

.site-search-count {
  margin: 18px 0;
  color: var(--slate-600);
  font-size: 14px;
}

.site-search-count strong {
  color: var(--blue-700);
}

.site-search-results {
  display: grid;
  gap: 10px;
}

.site-search-result {
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.8fr) 1.7fr;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  color: var(--slate-700);
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.site-search-result:hover,
.site-search-result:focus-visible {
  color: var(--white);
  border-color: var(--blue-700);
  background: var(--blue-700);
  box-shadow: 0 14px 30px rgba(0, 91, 167, 0.18);
}

.site-search-result > span {
  color: var(--blue-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-search-result > strong {
  color: var(--blue-950);
  font-size: 16px;
}

.site-search-result p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.site-search-result:hover > span,
.site-search-result:focus-visible > span,
.site-search-result:hover > strong,
.site-search-result:focus-visible > strong {
  color: var(--white);
}

.site-search-empty {
  padding: 34px;
  color: var(--slate-700);
  border-radius: 18px;
  background: var(--slate-100);
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-card,
.service-card,
.process-card,
.about-card,
.product-card,
.contact-card,
.rfq-form {
  border: 1px solid rgba(217, 227, 238, 0.9);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(8, 28, 53, 0.07);
}

.category-card {
  position: relative;
  min-height: 264px;
  padding: 24px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 237, 0.35);
  box-shadow: var(--shadow);
}

.category-card.priority::after {
  content: "";
  position: absolute;
  inset: auto -42px -42px auto;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(120, 148, 168, 0.14);
}

.icon-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--blue-950);
  background: var(--accent-500);
  border-radius: 15px;
  font-weight: 900;
}

.category-card h3 {
  color: var(--blue-950);
  font-size: 18px;
}

.category-card p {
  color: var(--slate-700);
  font-size: 15px;
}

.category-card small {
  display: inline-flex;
  margin-top: 6px;
  padding: 5px 10px;
  color: var(--blue-700);
  background: #eaf5ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.soft-bg {
  background:
    radial-gradient(circle at 10% 12%, rgba(47, 128, 237, 0.09), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(120, 148, 168, 0.12), transparent 30%),
    var(--slate-100);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 54px;
}

.text-link {
  color: var(--blue-700);
  font-weight: 850;
}

.application-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.application-list article,
.value-list article {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(8, 28, 53, 0.06);
}

.application-list h3,
.value-list h3 {
  color: var(--blue-950);
}

.application-list p,
.value-list p,
.service-card p,
.process-card p,
.about-card p {
  color: var(--slate-700);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.process-card {
  padding: 26px;
}

.service-card span,
.process-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-section {
  padding: 36px 0 92px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  color: var(--white);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 20%, rgba(120, 148, 168, 0.24), transparent 28%),
    linear-gradient(135deg, var(--blue-950), var(--blue-700));
  box-shadow: var(--shadow);
}

.cta-card p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

/* Market-led homepage */
.home-hero {
  position: relative;
  display: grid;
  height: 506px;
  min-height: 506px;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
  color: var(--white);
  background: var(--blue-950);
}

.home-hero::after {
  content: none;
}

.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0s linear 0.8s;
  contain: layout paint;
}

.home-hero-media.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.home-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-media.is-active .home-hero-image {
  transform: none;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-block: 54px;
  color: rgba(255, 255, 255, 0.92);
}

.home-hero-copy {
  max-width: 700px;
  transform: translateY(-19px);
}

.home-hero-content .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.home-hero-content h1 {
  max-width: 700px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(48px, 6.2vw, 78px);
  letter-spacing: -0.06em;
}

.home-hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.58;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 25px;
}

.home-hero-carousel {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  width: min(var(--container), calc(100% - 28px));
  pointer-events: none;
  transform: translateX(-50%);
}

.home-hero-carousel-panel {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 4px 5px 4px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(2, 18, 32, 0.66);
  box-shadow: 0 8px 24px rgba(2, 18, 32, 0.18);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  width: min(560px, 100%);
}

.home-hero-carousel-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  min-width: 218px;
  flex: 1 1 auto;
  overflow: hidden;
}

.home-hero-carousel-status [data-home-carousel-label] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-hero-carousel-status [data-home-carousel-count] {
  color: rgba(255, 255, 255, 0.64);
  font-variant-numeric: tabular-nums;
}

.home-hero-carousel-controls {
  display: flex;
  align-items: center;
  gap: 1px;
}

.home-hero-carousel-dot,
.home-hero-carousel-toggle {
  position: relative;
  display: grid;
  width: 30px;
  height: 32px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.home-hero-carousel-dot::before {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
  background: transparent;
  transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
}

.home-hero-carousel-dot.is-active::before {
  width: 18px;
  border-color: #ffffff;
  border-radius: 4px;
  background: #ffffff;
}

.home-hero-carousel-toggle {
  margin-left: 3px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home-hero-carousel-toggle > span {
  position: relative;
  display: block;
  width: 10px;
  height: 12px;
}

.home-hero-carousel-toggle > span::before,
.home-hero-carousel-toggle > span::after {
  position: absolute;
  top: 1px;
  width: 3px;
  height: 10px;
  border-radius: 1px;
  content: "";
  background: currentColor;
}

.home-hero-carousel-toggle > span::before { left: 1px; }
.home-hero-carousel-toggle > span::after { right: 1px; }

.home-hero.is-paused .home-hero-carousel-toggle > span::before {
  top: 0;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  border-radius: 0;
  background: transparent;
}

[data-home-carousel].is-paused .home-hero-carousel-toggle > span::after {
  display: none;
}

.home-hero-carousel-dot:focus-visible,
.home-hero-carousel-toggle:focus-visible {
  border-radius: 4px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-media {
    transition: none;
  }

  .home-hero-media.is-active .home-hero-image {
    animation: none;
  }

  .home-hero-carousel-toggle {
    display: none;
  }
}

.home-hero-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: clamp(44px, 5vw, 72px);
  margin-inline: auto;
  padding: 0;
}

.home-overview-section {
  position: relative;
  padding-block: 44px 50px;
  border-bottom: 1px solid var(--slate-200);
  background: linear-gradient(180deg, #edf5fb 0%, #f7fbfe 100%);
}

.home-hero-about {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 560px;
  padding: 0;
}

.home-hero-about-label {
  margin-bottom: 7px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-about > p:not(.home-hero-about-label) {
  margin-bottom: 12px;
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.68;
}

.home-hero-about a {
  align-self: flex-start;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(0, 91, 170, 0.3);
  text-underline-offset: 4px;
}

.home-hero-about a:hover,
.home-hero-about a:focus-visible {
  color: var(--blue-950);
}

.home-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: end;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.home-hero-metrics li {
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 0 0.6cm;
  border: 0;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
  text-align: start;
}

.home-hero-metrics li:first-child {
  padding-inline-start: 0;
  padding-inline-end: 0.7cm;
}

.home-hero-metrics li:last-child {
  padding-inline-end: 0.6cm;
}

.home-hero-metrics li + li {
  padding-left: 0.6cm;
  border-left: 1px solid var(--slate-200);
}

html[dir="rtl"] .home-hero-metrics li + li {
  padding-right: 0.6cm;
  padding-left: 0.6cm;
  border-right: 1px solid var(--slate-200);
  border-left: 0;
}

.home-hero-metric {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  color: inherit;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-hero-metric:hover,
.home-hero-metric:focus-visible {
  color: var(--blue-700);
  transform: translateY(-2px);
}

.home-hero-metric:hover strong,
.home-hero-metric:hover span,
.home-hero-metric:focus-visible strong,
.home-hero-metric:focus-visible span {
  color: var(--blue-700);
}

.home-hero-metric:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(0, 91, 170, 0.22);
  outline-offset: 5px;
}

.home-hero-metrics strong {
  display: block;
  color: var(--blue-950);
  font-size: clamp(27px, 2.5vw, 34px);
  line-height: 1;
}

.home-hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--slate-700);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.home-hero .btn {
  color: rgba(255, 255, 255, 0.96);
}

.home-intro-section {
  padding-block: 68px;
  background: var(--white);
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: end;
  gap: 72px;
}

.home-intro-grid h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(34px, 4.3vw, 53px);
}

.home-intro-copy p {
  margin-bottom: 18px;
  color: var(--slate-700);
  font-size: 17px;
  line-height: 1.75;
}

.home-markets-section {
  background: #f2f7fb;
}

.markets-visual-hero {
  background-color: var(--blue-900);
  background-image: none;
}

.markets-visual-hero::before {
  content: none;
}

.markets-visual-hero .home-hero-media {
  z-index: 0;
}

.markets-visual-hero .visual-hero-content {
  z-index: 2;
}

.markets-visual-hero .home-hero-carousel {
  z-index: 3;
}

.markets-visual-hero .home-hero-image {
  object-position: center;
}

.markets-visual-hero h1,
.markets-visual-hero p,
.markets-visual-hero .eyebrow,
.markets-visual-hero .breadcrumbs,
.markets-visual-hero .breadcrumbs a,
.markets-visual-hero .breadcrumbs span {
  color: #ffffff;
  text-shadow: none;
}

.markets-visual-hero .visual-hero-content > p:not(.eyebrow) {
  max-width: 820px;
  color: #ffffff;
}

.markets-visual-hero .visual-hero-content .eyebrow,
.markets-visual-hero .visual-hero-content .breadcrumbs,
.markets-visual-hero .visual-hero-content .breadcrumbs a,
.markets-visual-hero .visual-hero-content .breadcrumbs span {
  color: #ffffff;
}

.markets-directory-section {
  background: linear-gradient(180deg, #f2f7fb 0%, #f8fbfb 100%);
}

.markets-directory-section .home-section-heading {
  margin-bottom: 36px;
}

.markets-page-grid {
  align-items: stretch;
}

.markets-groups {
  display: grid;
  gap: 72px;
}

.markets-group-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.markets-group-heading h2 {
  margin-bottom: 10px;
  color: var(--blue-950);
}

.markets-group-heading p {
  margin: 0;
  color: var(--slate-700);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 720px) {
  .markets-groups {
    gap: 52px;
  }
}

.home-section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.home-section-heading h2 {
  margin-bottom: 16px;
  color: var(--blue-950);
  font-size: clamp(36px, 4.7vw, 56px);
}

.home-section-heading > p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--slate-700);
  font-size: 17px;
  line-height: 1.65;
}

.home-section-heading-left {
  margin-inline: auto;
  text-align: center;
}

.home-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-market-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(202, 216, 229, 0.95);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 49, 85, 0.055);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-market-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(8, 49, 85, 0.11);
}

.home-market-card > picture {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
}

.home-market-card > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

@media (min-width: 981px) {
  .home-market-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: 1fr;
  }

  .home-market-card-wide > picture {
    height: 100%;
    min-height: 300px;
    aspect-ratio: auto;
  }

  .home-market-card-wide .home-market-card-body {
    justify-content: center;
  }
}

.home-market-card:hover > picture > img {
  transform: scale(1.015);
}

.home-market-card-body {
  display: flex;
  flex-direction: column;
  padding: 26px 28px 27px;
}

.home-market-card h3 {
  color: var(--blue-950);
  font-size: clamp(21px, 2.2vw, 27px);
  letter-spacing: -0.035em;
}

.home-market-card p {
  flex: 1;
  margin-bottom: 22px;
  color: var(--slate-700);
  line-height: 1.65;
}

.home-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 17px;
  border-top: 1px solid var(--slate-200);
}

.home-market-links a {
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 800;
}

.home-market-links a::after {
  content: " →";
}

html[dir="rtl"] .home-market-links a::after {
  content: " ←";
}

.home-decision-section {
  background: var(--white);
}

.home-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.home-decision-grid article {
  padding: 29px 4px 4px;
  border-top: 3px solid var(--blue-700);
}

.home-decision-grid article > span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.home-decision-grid h3 {
  color: var(--blue-950);
  font-size: 23px;
}

.home-decision-grid p {
  min-height: 104px;
  color: var(--slate-700);
  line-height: 1.65;
}

.home-logistics-section {
  color: var(--white);
  background: var(--brand-blue-gradient);
}

.home-logistics-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 64px;
}

.home-logistics-copy .eyebrow {
  color: #c9deed;
}

.home-logistics-copy h2 {
  font-size: clamp(35px, 4.2vw, 52px);
}

.home-logistics-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.home-logistics-copy ul {
  display: grid;
  gap: 12px;
  margin: 27px 0;
  padding: 0;
  list-style: none;
}

.home-logistics-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.home-logistics-copy li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
}

html[dir="rtl"] .home-logistics-copy li {
  padding-right: 24px;
  padding-left: 0;
}

html[dir="rtl"] .home-logistics-copy li::before {
  right: 0;
  left: auto;
}

.home-logistics-copy .text-link {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

.home-logistics-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-logistics-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.home-logistics-media figure:nth-child(2) {
  margin-top: 38px;
  margin-bottom: -38px;
}

.home-logistics-media img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.home-cta-section {
  padding-top: 64px;
}

.home-cta-card {
  padding: 45px 48px;
}

.home-cta-card h2 {
  max-width: 770px;
  font-size: clamp(31px, 4vw, 48px);
}

@media (max-width: 980px) {
  .home-hero {
    min-height: 506px;
  }

  .home-hero-image {
    object-position: 62% center;
  }

  .home-hero-overview {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-hero-about {
    max-width: 760px;
  }

  .home-intro-grid,
  .home-logistics-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-decision-grid {
    gap: 22px;
  }

  .home-decision-grid p {
    min-height: 132px;
  }
}

@media (max-width: 680px) {
  .home-hero {
    min-height: 506px;
  }

  .home-hero-image {
    object-position: 68% center;
  }

  .home-hero-carousel {
    bottom: 10px;
    width: calc(100% - 28px);
  }

  .home-hero-carousel-panel {
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    padding-left: 11px;
  }

  .home-hero-carousel-status {
    min-width: 0;
    font-size: 10px;
  }

  .home-hero-carousel-status [data-home-carousel-label] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-hero-carousel-dot {
    width: 23px;
  }

  .home-hero-content {
    padding-block: 38px;
  }

  .home-hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .home-hero-actions .btn {
    min-width: 0;
    padding-inline: 10px;
    flex: 1 1 0;
    font-size: 13px;
  }

  .home-hero-content h1 {
    max-width: 520px;
    font-size: clamp(40px, 12vw, 55px);
  }

  .home-hero-overview {
    gap: 26px;
    margin-inline: auto;
    padding: 0;
  }

  .home-overview-section {
    padding-block: 32px 38px;
  }

  .home-hero-about > p:not(.home-hero-about-label) {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
    margin: 0;
    padding: 0;
  }

  .home-hero-metrics li {
    padding: 0;
  }

  .home-hero-metrics li + li {
    padding-left: 0;
    border-left: 0;
  }

  .home-hero-metrics li:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid var(--slate-200);
  }

  .home-hero-metrics li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  html[dir="rtl"] .home-hero-metrics li + li {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  html[dir="rtl"] .home-hero-metrics li:nth-child(even) {
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid var(--slate-200);
    border-left: 0;
  }

  html[dir="rtl"] .home-hero-metrics li:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }

  .home-hero-metrics span {
    font-size: 11px;
  }

  .home-intro-section {
    padding-block: 46px;
  }

  .home-intro-grid {
    gap: 23px;
  }

  .home-market-grid,
  .home-decision-grid {
    grid-template-columns: 1fr;
  }

  .home-market-card-body {
    padding: 22px;
  }

  .home-decision-grid article {
    padding-top: 22px;
  }

  .home-decision-grid article > span {
    margin-bottom: 15px;
  }

  .home-decision-grid p {
    min-height: 0;
  }

  .home-logistics-media img {
    height: 300px;
  }

  .home-logistics-media figure:nth-child(2) {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .home-cta-card {
    padding: 32px 26px;
  }
}

@media (max-width: 680px) {
  .application-buyer-guide-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .application-buyer-guide {
    padding-block: 24px;
  }
}

/* Contextual priority-product links for crawl depth and buyer discovery. */
.priority-products-section {
  background: linear-gradient(180deg, #f6faff 0%, #eef5fb 100%);
  border-block: 1px solid #d9e7f3;
}

.priority-products-heading {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(420px, 1.28fr);
  column-gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-bottom: 28px;
}

.priority-products-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  color: var(--primary);
}

.priority-products-heading h2 {
  margin: 0;
  font-size: 28px !important;
  line-height: 1.22;
}

.priority-products-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.priority-products-heading-simple {
  display: block;
  margin-bottom: 28px;
}

.priority-products-heading-simple h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px !important;
  line-height: 1.22;
}

.priority-product-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.priority-product-group {
  min-width: 0;
  padding: 20px 22px 16px;
  background: #fff;
  border: 1px solid #d7e4ef;
  border-top: 3px solid var(--primary);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgb(10 65 112 / 7%);
}

.priority-product-group h3 {
  min-height: 2.55em;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 17px !important;
  line-height: 1.28;
}

.priority-product-links {
  display: grid;
}

.priority-product-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 4px;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid #e3ecf4;
  transition: color 160ms ease, background-color 160ms ease, padding 160ms ease;
}

.priority-product-link:last-child {
  border-bottom: 0;
}

.priority-product-link strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}

.priority-product-link span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.3;
  text-align: end;
}

.priority-product-link:hover,
.priority-product-link:focus-visible {
  padding-inline: 10px;
  color: #fff;
  background: var(--brand-blue-gradient);
  border-radius: 8px;
  outline: none;
}

.priority-product-link:hover strong,
.priority-product-link:focus-visible strong {
  color: #fff;
}

.priority-product-link:hover span,
.priority-product-link:focus-visible span {
  color: rgb(255 255 255 / 82%);
}

@media (max-width: 980px) {
  .priority-products-heading {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

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

@media (max-width: 680px) {
  .priority-products-heading h2 {
    font-size: 26px !important;
  }

  .priority-product-groups {
    grid-template-columns: 1fr;
  }

  .priority-product-group h3 {
    min-height: 0;
  }

  .priority-product-link {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .priority-product-link span {
    text-align: start;
  }
}

.page-hero {
  padding: 61px 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(0, 52, 95, 0.94), rgba(0, 91, 170, 0.82)),
    radial-gradient(circle at 80% 10%, rgba(120, 148, 168, 0.2), transparent 32%),
    var(--blue-900);
}

.page-hero .eyebrow,
.page-hero .breadcrumbs,
.page-hero .breadcrumbs a {
  color: var(--white);
}

.category-hero,
.product-detail-hero,
.application-detail-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.category-hero {
  height: 340px;
  min-height: 340px;
  display: flex;
  align-items: center;
  background: var(--blue-950);
  contain: size layout paint;
  isolation: isolate;
}

.category-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  overflow: hidden;
  contain: strict;
}

.category-hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.category-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.08) 100%);
}

.category-hero > .container {
  position: relative;
  z-index: 1;
  width: var(--container);
}

.category-hero > .container > p:not(.eyebrow) {
  max-width: 760px;
}

.category-hero-textile-leather .category-hero-media img,
.category-hero-plastic-rubber .category-hero-media img {
  object-position: center 52%;
}

html[dir="rtl"] .category-hero::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.08) 100%);
}

.category-hero h1,
.category-hero p,
.category-hero .eyebrow,
.category-hero .breadcrumbs,
.category-hero .breadcrumbs a,
.product-detail-hero h1,
.product-detail-hero p,
.product-detail-hero .breadcrumbs,
.product-detail-hero .breadcrumbs a,
.application-detail-hero h1,
.application-detail-hero p,
.application-detail-hero .eyebrow,
.application-detail-hero .breadcrumbs,
.application-detail-hero .breadcrumbs a {
  color: var(--white) !important;
}

.compact-hero {
  padding: 41px 0;
}

.compact-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.about-visual-hero {
  position: relative;
  display: grid;
  height: 506px;
  min-height: 506px;
  overflow: hidden;
  color: var(--white);
  background: var(--blue-950);
  isolation: isolate;
}

.about-visual-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-visual-hero > .responsive-content-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about-visual-hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: center 18%;
}

.about-visual-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-block: 54px;
}

.about-visual-hero-copy .eyebrow {
  color: #c7ddec;
}

.about-visual-hero-copy h1 {
  max-width: 690px;
  font-size: clamp(43px, 5.6vw, 68px);
}

.about-visual-hero-copy > p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
}

.about-intro-section {
  background: var(--white);
}

.about-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(44px, 7vw, 90px);
}

.about-intro-layout h2 {
  max-width: 560px;
  margin-bottom: 0;
}

.about-intro-copy {
  padding-top: 28px;
}

.about-intro-copy p {
  color: var(--slate-700);
  font-size: 17px;
}

.about-intro-copy p:last-child {
  margin-bottom: 0;
}

.about-name-section {
  background: #f3f8fc;
}

.about-name-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.about-name-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--slate-700);
  font-size: 17px;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-principle-card {
  position: relative;
  min-height: 238px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(197, 215, 230, 0.88);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(8, 28, 53, 0.06);
}

.about-principle-card::after {
  position: absolute;
  right: -34px;
  bottom: -54px;
  width: 132px;
  height: 132px;
  content: "";
  border-radius: 50%;
  background: rgba(0, 91, 170, 0.055);
}

.about-principle-number {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-principle-card h3 {
  max-width: 310px;
  color: var(--blue-950);
  font-size: 21px;
  line-height: 1.25;
}

.about-principle-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--slate-700);
  font-size: 15px;
}

.about-name-bridge {
  max-width: 820px;
  margin: 28px 0 0;
  padding-left: 18px;
  color: var(--blue-950);
  border-left: 3px solid var(--blue-700);
  font-size: 16px;
  font-weight: 700;
}

.about-purpose-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(99, 153, 197, 0.24), transparent 28%),
    linear-gradient(135deg, var(--blue-950), var(--blue-700));
}

.about-purpose-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.about-purpose-heading {
  padding: 8px 24px 8px 0;
}

.about-purpose-heading .eyebrow {
  color: #c7ddec;
}

.about-purpose-heading h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 3.4vw, 45px);
}

.about-purpose-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(12px);
}

.about-purpose-card > span {
  display: inline-block;
  margin-bottom: 32px;
  color: #c7ddec;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-purpose-card h3 {
  color: var(--white);
  font-size: 22px;
  line-height: 1.28;
}

.about-purpose-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.about-capabilities-heading {
  margin-inline: auto;
}

.about-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-media-card img {
  aspect-ratio: 4 / 3;
}

.about-media-card h3 {
  font-size: 19px;
}

.about-media-card p {
  font-size: 14px;
}

.insights-hero .narrow {
  max-width: 940px;
}

.insights-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.insight-topic-card,
.insight-brief {
  border: 1px solid rgba(217, 227, 238, 0.9);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(8, 28, 53, 0.07);
}

.insight-topic-card {
  min-height: 244px;
  padding: 24px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.insight-topic-card:hover {
  border-color: rgba(0, 91, 170, 0.28);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.insight-topic-card > span,
.insight-tag {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-topic-card h3 {
  color: var(--blue-950);
  font-size: 20px;
}

.insight-topic-card p,
.insight-brief p,
.insight-brief li {
  color: var(--slate-700);
}

.insight-topic-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.insight-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.insight-brief {
  scroll-margin-top: 82px;
  padding: 28px;
}

.insight-brief h2 {
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: clamp(25px, 2.5vw, 32px);
  letter-spacing: -0.04em;
}

.insight-brief ul {
  margin: 18px 0;
  padding-inline-start: 20px;
}

.insight-brief li + li {
  margin-top: 8px;
}

.insight-safety-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 22px;
  padding: 20px 22px;
  color: var(--blue-950);
  border: 1px solid rgba(0, 91, 170, 0.18);
  border-radius: var(--radius-md);
  background: #eaf4fb;
}

.insight-safety-note p {
  margin: 0;
  color: var(--slate-700);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 78px;
  text-align: center;
  background: #12251d;
}

.contact-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 20, 14, 0.58), rgba(5, 20, 14, 0.42) 58%, rgba(5, 20, 14, 0.3));
}

.contact-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

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

.contact-hero > .container {
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  max-width: none;
  margin-bottom: 12px;
  font-size: clamp(38px, 4vw, 52px);
  white-space: nowrap;
}

.contact-hero p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 16px;
  white-space: nowrap;
}

.contact-hero + .section {
  padding-top: calc(73px - 1.2cm);
}

.product-tools {
  margin-bottom: 26px;
  padding-top: calc(56px + 4mm);
  height: calc(56px + 4mm);
  min-height: calc(56px + 4mm);
  max-height: calc(56px + 4mm);
}

.products-section {
  padding-top: 19px;
}

.search-box {
  position: fixed;
  top: var(--site-header-height);
  left: 50%;
  z-index: 19;
  display: flex;
  align-items: center;
  gap: 0;
  width: calc(var(--container) + 0.3cm);
  height: 52px;
  max-width: calc(100vw - 16px);
  margin: 0 0 18px;
  padding: 2mm 10px;
  overflow: hidden;
  border: 1px solid var(--blue-700);
  border-radius: 4px;
  background: var(--brand-blue-gradient);
  box-shadow: 0 12px 28px rgba(0, 91, 170, 0.22);
  backdrop-filter: none;
  isolation: isolate;
  contain: size layout paint;
  transform: translateX(-50%);
}

.search-box::before {
  display: none;
}

.search-box input,
.rfq-form input,
.rfq-form textarea {
  width: 100%;
  border: 1px solid var(--slate-200);
  color: var(--slate-900);
  background: var(--white);
  border-radius: 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.search-box input {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
  padding: 8px 44px 8px 14px;
  border-color: rgba(0, 91, 170, 0.24);
  background: #f1f7fb;
  box-shadow: 0 8px 24px rgba(8, 28, 53, 0.06);
  font-size: 16px;
}

.floating-search-control {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.floating-search-control input {
  display: block;
  width: 100%;
}

.floating-search-submit {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  background: var(--brand-blue-gradient);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 150ms ease, color 150ms ease;
}

.floating-search-submit:hover,
.floating-search-submit:focus-visible {
  color: var(--white);
  background: var(--brand-blue-gradient-hover);
}

.floating-search-submit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.product-toolbar-title {
  flex: 0 0 auto;
  margin: 0 12px 0 2px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.search-rfq-link {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: fit-content;
  margin-inline-start: 0.5cm;
  color: var(--white);
  border-bottom: 0;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.search-box .search-rfq-arrow {
  position: static;
  display: inline-block;
  flex: none;
  margin-inline-start: 2px;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 0.35px currentColor;
  text-shadow: 0.3px 0 currentColor, -0.3px 0 currentColor;
}

.search-rfq-link:hover,
.search-rfq-link:focus-visible {
  color: #111111;
  border-bottom-color: transparent;
  text-decoration: none;
}

.search-box input::placeholder {
  color: var(--slate-500);
}

.search-box input:focus,
.rfq-form input:focus,
.rfq-form textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.12);
}

.filter-buttons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.filter-btn {
  min-width: 0;
  min-height: 42px;
  padding: 10px 8px;
  color: var(--blue-700);
  border: 1px solid var(--slate-200);
  background: var(--white);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

.filter-btn.active,
.filter-btn:hover {
  color: var(--white);
  border-color: var(--blue-700);
  background: var(--brand-blue-gradient);
}

.product-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  margin-top: -0.5cm;
}

.product-layout > div {
  grid-column: 2;
  min-width: 0;
}

.product-layout > *,
.product-grid,
.product-directory-groups,
.product-card,
.product-card-header,
.product-card-header > div {
  min-width: 0;
}

.category-sidebar {
  position: sticky;
  top: calc(var(--site-header-height) + 64px);
  z-index: 14;
  width: 290px;
  max-width: 100%;
  max-height: calc(100vh - var(--site-header-height) - 88px);
  overflow-y: auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(241, 247, 251, 0.78));
  color: var(--blue-700);
  box-shadow: 0 16px 36px rgba(8, 28, 53, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(1.15);
  contain: layout paint;
}

.product-directory-more {
  display: flex;
  justify-content: center;
  padding: 18px 16px 4px;
}

.product-load-more {
  min-width: 220px;
}

.category-sidebar h2 {
  margin-bottom: 18px;
  font-size: 23px;
}

.category-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-sidebar li {
  border-bottom: 1px solid rgba(0, 91, 170, 0.12);
  font-size: 13px;
}

.category-summary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 0;
  color: var(--blue-700);
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.category-summary-link:hover,
.category-summary-link:focus-visible,
.category-summary-link.active {
  color: var(--blue-950);
}

.category-summary-link.active {
  color: var(--white);
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 10px;
  background: var(--brand-blue-gradient);
}

.category-summary-link.active strong {
  color: var(--white);
}

.category-summary-link:hover,
.category-summary-link:focus-visible {
  transform: translateX(3px);
}

.category-summary-link strong {
  color: var(--blue-500);
}

.sidebar-note {
  margin-top: 18px;
  color: var(--blue-700);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 18px;
  line-height: 1.35;
}

.product-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.product-card h2 {
  margin-bottom: 0;
  color: var(--blue-950);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.product-card h2 a:hover,
.product-card h2 a:focus-visible {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cn-name {
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.2;
}

.product-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 0;
}

.product-meta div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0;
}

.product-meta span {
  display: inline;
  flex: 0 0 auto;
  margin-bottom: 0;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-meta span::after,
.product-detail-list span::after {
  content: ":";
}

.product-meta strong {
  display: inline;
  min-width: 0;
  margin-top: 0;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.35;
}

.product-detail-list {
  display: grid;
  gap: 8px;
}

.product-detail-list div {
  padding: 3px 0;
}

.product-detail-list span {
  display: block;
  margin-bottom: 2px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-detail-list p {
  margin: 0;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.35;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-tags span {
  padding: 5px 8px;
  color: var(--slate-700);
  background: #f3f7fb;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.product-rfq {
  display: inline-flex;
  align-self: flex-end;
  width: fit-content;
  margin-top: auto;
}

.product-directory-groups {
  display: grid;
  gap: 26px;
}

/*
 * The catalog rows are rendered from the catalog data at the end of the page.
 * Reserve the first viewport before that script finishes so the safety section
 * and footer never enter the initial viewport and then get pushed downward.
 * This directly prevents the large layout shift reported by Web Analytics.
 */
#productGrid:empty {
  min-height: calc(100vh - var(--site-header-height, 76px));
}

.product-category-section {
  overflow: hidden;
  scroll-margin-top: calc(var(--site-header-height, 76px) + 72px);
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 28, 53, 0.055);
}

.product-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 22px;
  border-bottom: 1px solid #dbe8f2;
  background: #eef6fb;
}

.product-category-heading h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.2;
}

.product-category-heading h2 a {
  color: var(--blue-950);
  text-decoration: none;
}

.product-category-heading h2 a:hover,
.product-category-heading h2 a:focus-visible {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-category-heading > span {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  padding-inline: 8px;
  color: var(--white);
  border-radius: 999px;
  background: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
}

.product-directory-head,
.product-directory-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.05fr) 135px minmax(0, 2.15fr) 104px;
  gap: 16px;
  align-items: start;
  padding: 12px 22px;
}

.product-directory-head {
  color: var(--blue-700);
  background: #f9fbfd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.product-directory-row {
  border-top: 1px solid #e7eef5;
  transition: background-color 150ms ease;
}

.product-directory-head + .product-directory-row {
  border-top: 0;
}

.product-directory-row:hover {
  background: #f5f9fc;
}

.product-directory-cell {
  min-width: 0;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.product-directory-name a {
  display: inline-block;
  margin: -3px -6px;
  padding: 3px 6px;
  color: var(--blue-700);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition:
    color 150ms ease,
    background-color 150ms ease;
}

.product-directory-name a:hover,
.product-directory-name a:focus-visible {
  color: var(--white);
  background: var(--brand-blue-gradient);
  text-decoration: none;
}

.product-directory-cas {
  width: calc(100% - 0.6cm);
  color: #111111;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  transform: translateX(0.6cm);
}

.product-directory-head > :nth-child(2) {
  width: calc(100% - 0.6cm);
  transform: translateX(0.6cm);
}

.product-directory-applications {
  font-size: 12px;
}

.category-product-directory-head,
.category-product-directory-row {
  grid-template-columns: minmax(190px, 1.05fr) 125px minmax(160px, 0.9fr) minmax(260px, 1.65fr) 104px;
}

.category-product-directory-content,
.category-product-directory-function {
  color: var(--slate-700);
  font-size: 12px;
  line-height: 1.48;
}

.product-directory-action-head {
  justify-self: end;
  padding-inline-end: 7px;
}

.product-directory-rfq-cell {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.product-directory-rfq {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 8px;
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--brand-blue-gradient);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease;
}

.product-directory-rfq-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: currentColor;
  -webkit-mask: url("/assets/img/email-white.svg") center / contain no-repeat;
  mask: url("/assets/img/email-white.svg") center / contain no-repeat;
}

.product-directory-rfq:hover,
.product-directory-rfq:focus-visible {
  color: var(--white);
  border-color: transparent;
  background: var(--brand-blue-gradient-hover);
  text-decoration: none;
}

.product-directory-empty {
  padding: 32px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
}

.product-directory-empty h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.product-directory-empty p {
  margin-bottom: 14px;
  color: var(--slate-600);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.doc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.doc-list span {
  padding: 14px 16px;
  color: var(--blue-950);
  background: var(--white);
  border: 1px solid rgba(217, 227, 238, 0.9);
  border-radius: 999px;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(8, 28, 53, 0.06);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.media-card {
  overflow: hidden;
  border: 1px solid rgba(217, 227, 238, 0.9);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(8, 28, 53, 0.07);
}

.media-card .responsive-content-picture,
.media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.media-card img {
  height: 100%;
  object-fit: cover;
  background: var(--slate-100);
}

.media-card div {
  padding: 20px;
}

.media-card h3 {
  color: var(--blue-950);
}

.media-card p {
  margin-bottom: 0;
  color: var(--slate-700);
}

.shipment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-inline: auto;
}

.shipment-grid .media-card .responsive-content-picture,
.shipment-grid .media-card img {
  aspect-ratio: 1 / 1;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-card {
  padding: 26px;
}

.about-card.large {
  grid-column: span 3;
  padding: 34px;
  background:
    radial-gradient(circle at 92% 20%, rgba(120, 148, 168, 0.12), transparent 24%),
    var(--white);
}

.values-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
}

.value-list {
  display: grid;
  gap: 16px;
}

.mission-line {
  color: var(--blue-700) !important;
  font-size: 14px;
  font-weight: 850;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: stretch;
  gap: 26px;
}

.rfq-form {
  display: grid;
  gap: 17px;
  padding: 28px;
}

.rfq-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-950);
  font-weight: 850;
}

.rfq-form input,
.rfq-form textarea {
  padding: 14px 15px;
  color: var(--blue-700);
  font-weight: 400;
}

.rfq-form input {
  height: 41px;
  padding: 0 15px;
}

.rfq-form input::placeholder,
.rfq-form textarea::placeholder {
  color: var(--slate-500);
  opacity: 1;
}

.rfq-form textarea {
  height: 133px;
  padding: 10px 15px;
  resize: vertical;
}

.rfq-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.turnstile-container {
  width: 100%;
  min-height: 65px;
  contain: layout;
}

.turnstile-container:empty {
  display: block;
}

.form-status {
  min-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.form-status:empty {
  display: none;
}

.form-status.is-pending {
  color: var(--blue-700);
}

.form-status.is-success {
  padding: 12px 14px;
  color: #11633c;
  border-radius: 12px;
  background: #e9f7ef;
}

.form-status.is-error {
  padding: 12px 14px;
  color: #9f2c2c;
  border-radius: 12px;
  background: #fff0f0;
}

.form-note a {
  color: var(--blue-700);
  font-weight: 700;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ghost-light {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.ghost-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

.category-hero .container {
  max-width: 980px;
}

.product-detail-hero .container {
  max-width: 1180px;
}

.indexed-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.applications-hero .container,
.application-detail-hero .container {
  max-width: 1040px;
}

.application-detail-hero {
  background: #10261d;
}

.product-detail-hero {
  isolation: isolate;
  background: #10261d;
}

.product-detail-hero::after,
.application-detail-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 20, 14, 0.86), rgba(4, 31, 22, 0.68) 58%, rgba(4, 31, 22, 0.42));
}

.product-detail-hero > .container,
.application-detail-hero > .container {
  position: relative;
  z-index: 1;
  width: var(--container);
}

.detail-forest-hero-media img {
  object-position: center 54%;
}

html[dir="rtl"] .product-detail-hero::after,
html[dir="rtl"] .application-detail-hero::after {
  background: linear-gradient(270deg, rgba(3, 20, 14, 0.86), rgba(4, 31, 22, 0.68) 58%, rgba(4, 31, 22, 0.42));
}

.application-index-heading {
  max-width: none;
  margin-inline: auto;
}

.application-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.application-buyer-guide {
  padding-block: 34px;
  background: var(--white);
}

.application-buyer-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.application-buyer-guide h2 {
  margin-bottom: 12px;
  color: var(--blue-950);
  font-size: 28px;
}

.application-buyer-guide p,
.application-buyer-guide li {
  color: var(--slate-700);
  font-size: 15px;
  line-height: 1.65;
}

.application-buyer-guide ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-inline-start: 20px;
}

.application-buyer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.application-buyer-links a {
  padding: 7px 11px;
  border: 1px solid rgba(0, 91, 170, 0.18);
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-050);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.application-buyer-links a:hover,
.application-buyer-links a:focus-visible {
  color: var(--white);
  background: var(--brand-blue-gradient);
}

.application-collection-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  color: var(--blue-950);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--white), #f2f7fc);
  box-shadow: 0 12px 32px rgba(8, 28, 53, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.application-collection-card:hover,
.application-collection-card:focus-visible {
  border-color: rgba(0, 94, 170, 0.42);
  box-shadow: 0 18px 40px rgba(8, 64, 117, 0.13);
  transform: translateY(-3px);
}

.application-card-count {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.application-collection-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.18;
}

.application-collection-card p {
  flex: 1;
  margin: 0 0 20px;
  color: var(--slate-700);
  font-size: 14px;
}

.application-collection-card strong {
  color: var(--blue-700);
  font-size: 14px;
}

.application-collection-card strong span {
  display: inline-block;
  margin-inline-start: 4px;
  transition: transform 180ms ease;
}

.application-collection-card:hover strong span,
.application-collection-card:focus-visible strong span {
  transform: translateX(4px);
}

.application-search-box {
  gap: 10px;
}

.application-toolbar-title {
  flex: 0 0 auto;
  margin: 0 8px 0 2px;
  color: var(--white);
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.application-search-box input {
  min-height: 40px;
}

.application-directory-groups {
  display: grid;
  gap: 26px;
}

.application-family-section {
  scroll-margin-top: calc(var(--site-header-height, 76px) + 72px);
}

.application-directory-head,
.application-directory-row {
  grid-template-columns: minmax(190px, 1.18fr) 88px minmax(0, 2.15fr) 118px;
}

.application-directory-head > :nth-child(2) {
  width: auto;
  transform: none;
}

.application-directory-count {
  color: var(--blue-700);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.application-technical-label {
  display: block;
  margin-top: 5px;
  color: var(--slate-500);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.application-directory-count strong {
  display: inline-grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  padding-inline: 7px;
  border-radius: 999px;
  background: #e8f3fb;
  font-size: 12px;
}

.application-directory-focus {
  color: var(--slate-700);
}

.application-view-link {
  min-width: 102px;
}

.application-view-arrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: transform 150ms ease;
}

.application-view-link:hover .application-view-arrow,
.application-view-link:focus-visible .application-view-arrow {
  transform: translateX(2px);
}

.application-directory-empty {
  margin: 0;
  padding: 24px;
  color: var(--slate-700);
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
  text-align: center;
}

.application-detail-directory {
  min-width: 0;
}

.application-detail-directory .product-category-heading h2 {
  color: var(--blue-950);
}

.indexed-product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(8, 28, 53, 0.06);
}

.indexed-product-card > div,
.indexed-product-card h2,
.indexed-product-card h2 a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.indexed-product-card h2 {
  margin: 4px 0 2px;
  font-size: 21px;
  line-height: 1.2;
}

.indexed-product-card h2 a {
  color: var(--blue-950);
  text-decoration: none;
}

.indexed-product-card h2 a:hover,
.indexed-product-card h2 a:focus-visible {
  color: var(--blue-700);
}

.product-kicker {
  margin: 0;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.indexed-product-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.indexed-product-card dl div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 8px;
}

.indexed-product-card dt {
  color: var(--slate-500);
  font-size: 12px;
  font-weight: 700;
}

.indexed-product-card dd {
  margin: 0;
  color: var(--slate-800);
  font-size: 13px;
}

.indexed-product-card > p {
  flex: 1;
  margin: 0;
  color: var(--slate-700);
  font-size: 14px;
}

.indexed-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  padding-top: 14px;
  border-top: 1px solid var(--slate-200);
  font-size: 13px;
}

.product-local-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.45;
}

.product-detail-hero {
  padding: 20px 0 21px;
}

.product-detail-hero .breadcrumbs {
  margin-bottom: 10px;
}

.product-detail-hero .product-title {
  margin-bottom: 12px;
  font-size: clamp(29px, 4vw, 51px);
  overflow-wrap: normal;
  white-space: nowrap;
}

.product-detail-hero .product-title.is-long {
  font-size: clamp(24px, 3.3vw, 41px);
}

.product-detail-hero .product-title.is-extra-long {
  font-size: clamp(20px, 2.8vw, 33px);
}

.product-detail-hero .product-title.is-maximum-length {
  font-size: clamp(17px, 2.3vw, 27px);
}

.product-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.product-detail-section {
  padding-top: 33px;
}

.product-hero-tags span {
  padding: 7px 11px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.product-spec-panel,
.product-quote-panel {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 28, 53, 0.07);
}

.product-spec-panel h2,
.product-quote-panel h2 {
  font-size: 27px;
}

.product-content-section + .product-content-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--slate-200);
}

.product-overview-text {
  max-width: 76ch;
  margin: 12px 0 0;
  color: var(--slate-700);
  font-size: 15px;
  line-height: 1.72;
}

.product-function-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-function-item {
  padding: 13px 15px;
  border: 1px solid #dce8f2;
  border-inline-start: 3px solid var(--blue-700);
  border-radius: 10px;
  background: #f5f9fc;
}

.product-function-name {
  display: inline-block;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

a.product-function-name:hover,
a.product-function-name:focus-visible {
  color: var(--slate-950);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-function-item p {
  margin: 5px 0 0;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.55;
}

.product-quotation-checklist > p {
  max-width: 72ch;
  margin: 12px 0 0;
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.6;
}

.product-quotation-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-quotation-checklist li {
  position: relative;
  padding-inline-start: 18px;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.55;
}

.product-quotation-checklist li::before {
  position: absolute;
  top: 0.56em;
  inset-inline-start: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-700);
  content: "";
}

.product-quotation-checklist .product-checklist-note {
  margin-top: 13px;
  padding: 10px 12px;
  border-inline-start: 3px solid var(--blue-700);
  border-radius: 7px;
  background: #f1f7fb;
  font-size: 12px;
}

@media (max-width: 720px) {
  .product-quotation-checklist ul {
    grid-template-columns: 1fr;
  }
}

.product-specification-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid #d7e5f0;
  border-radius: 12px;
  background: var(--white);
}

.product-specification-group-title {
  width: fit-content;
  margin: 16px 0 0;
  padding: 7px 12px;
  color: var(--blue-700);
  border: 1px solid #c9ddec;
  border-radius: 999px;
  background: #edf5fb;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.product-specification-group-title + .product-specification-table-wrap {
  margin-top: 10px;
}

.product-specification-meta {
  margin: 9px 0 0;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 1.45;
}

.product-specification-meta + .product-specification-table-wrap {
  margin-top: 10px;
}

.product-specification-group + .product-specification-group {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-200);
}

.product-specification-group + .product-specification-group .product-specification-group-title {
  margin-top: 0;
}

.product-specification-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.45;
}

.product-specification-table th,
.product-specification-table td {
  padding: 13px 15px;
  text-align: start;
  vertical-align: middle;
  border-bottom: 1px solid #dce8f2;
}

.product-specification-table thead th {
  color: var(--blue-700);
  background: #eaf3fa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-specification-table tbody th {
  width: 24%;
  color: var(--slate-950);
  font-weight: 800;
}

.product-specification-table tbody td:last-child {
  width: 19%;
  color: var(--blue-700);
  font-weight: 800;
  white-space: nowrap;
}

.product-specification-table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

.product-specification-table tbody tr:last-child th,
.product-specification-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-spec-panel dl {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
}

.product-spec-panel dl div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--slate-200);
}

.product-spec-panel dt {
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
}

.product-spec-panel dd {
  margin: 0;
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.55;
}

.product-quote-panel {
  position: sticky;
  top: calc(var(--site-header-height, 76px) + 24px);
  display: grid;
  gap: 16px;
  background: #f1f7fb;
}

.product-identity-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.product-identity-list div {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid #d7e5f0;
}

.product-identity-list div:first-child {
  padding-top: 0;
}

.product-identity-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-identity-list dt {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.product-identity-list dd {
  margin: 0;
  color: var(--slate-700);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.molecular-formula sub {
  position: relative;
  bottom: -0.22em;
  font-size: 0.72em;
  line-height: 0;
  vertical-align: baseline;
}

.product-quote-panel .btn {
  width: 100%;
}

.product-email-contact,
.product-whatsapp-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.product-email-rfq,
.product-return,
.product-whatsapp-chat {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--white);
  border-radius: 999px;
  background: var(--brand-blue-gradient);
  box-shadow: 0 10px 22px rgba(47, 128, 237, 0.22);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-email-rfq img,
.product-return img,
.product-whatsapp-chat img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.product-email-rfq:hover,
.product-email-rfq:focus-visible,
.product-return:hover,
.product-return:focus-visible,
.product-whatsapp-chat:hover,
.product-whatsapp-chat:focus-visible {
  color: var(--white);
  background: #111111;
  box-shadow: 0 13px 26px rgba(17, 17, 17, 0.22);
  transform: translateY(-1px);
  text-decoration: none;
}

.product-return {
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
}

.product-email-address,
.product-whatsapp-number {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.product-email-address {
  color: #111111;
  overflow-wrap: anywhere;
}

.product-whatsapp-number {
  color: #111111;
}

.related-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-product-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--blue-950);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  text-decoration: none;
}

.related-product-card span,
.related-product-card small {
  color: var(--slate-500);
  font-size: 12px;
}

.related-product-card strong {
  font-size: 17px;
}

.related-product-card:hover,
.related-product-card:focus-visible {
  border-color: rgba(0, 91, 170, 0.36);
  box-shadow: 0 12px 28px rgba(8, 28, 53, 0.08);
}

.safety-inline {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.safety-inline p {
  color: var(--slate-700);
}

.product-safety-section {
  padding: 16px 0;
}

.product-safety-section .safety-inline h2 {
  font-size: 27px;
}

.legal-layout {
  display: block;
}

.legal-updated {
  position: sticky;
  top: calc(var(--site-header-height, 76px) + 24px);
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--slate-700);
  border-radius: var(--radius-lg);
  background: #f1f7fb;
  font-size: 14px;
}

.legal-updated strong {
  color: var(--blue-950);
}

.legal-updated a {
  color: var(--blue-700);
  overflow-wrap: anywhere;
}

.legal-content {
  display: grid;
  gap: 30px;
  max-width: 900px;
}

.legal-content section {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--slate-200);
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: 25px;
}

.legal-content p {
  color: var(--slate-700);
  line-height: 1.75;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.rfq-start-row {
  scroll-margin-top: calc(var(--site-header-height, 76px) + 18px);
}

.form-note {
  margin: 0;
  color: var(--slate-500);
  font-size: 13px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}

.contact-card h2 {
  margin-bottom: 12px;
  font-size: 28px;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.contact-card dl {
  display: grid;
  flex: 1;
  align-content: space-between;
  gap: 14px;
  margin: 20px 0;
}

.contact-card dt {
  color: var(--slate-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 4px 0 0;
  color: var(--blue-950);
  font-weight: 800;
}

.email-list {
  display: grid;
  gap: 6px;
}

.email-list a {
  color: var(--blue-700);
  font-weight: 800;
}

.contact-whatsapp-list {
  gap: 10px;
}

.contact-whatsapp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-width: 0;
  direction: ltr;
}

.contact-whatsapp-row > a:first-child {
  min-width: 0;
  text-align: left;
}

.email-list .contact-whatsapp-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 76px;
  min-height: 30px;
  padding: 4px 10px;
  color: var(--white);
  border: 1px solid #1fad53;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 7px 16px rgba(37, 211, 102, 0.2);
  font-size: 11px;
  font-weight: 800;
}

.whatsapp-icon {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.email-list .contact-whatsapp-button:hover,
.email-list .contact-whatsapp-button:focus-visible {
  color: var(--white);
  border-color: #178b43;
  background: #1fbd5b;
}

.contact-tip {
  padding: 18px;
  border-radius: 16px;
  background: var(--slate-100);
}

.contact-tip p {
  margin: 8px 0 0;
  color: var(--slate-700);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 0 24px;
  color: rgba(255, 255, 255, 0.88);
  background: #0d241b;
}

.site-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, rgba(2, 17, 12, 0.82), rgba(3, 29, 21, 0.68));
}

.footer-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  contain: strict;
}

.footer-background img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 40 / 17;
  object-fit: cover;
  object-position: center 62%;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 34px;
}

.footer-grid h3 {
  color: var(--white);
  font-size: 15px;
}

.footer-brand {
  position: relative;
  display: inline-flex !important;
  align-items: flex-start;
  width: fit-content;
  margin: 0 0 18px !important;
  padding-inline-end: 15px;
  line-height: 0;
}

.footer-brand-logo {
  display: block;
  width: 156px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand-registered {
  position: absolute;
  inset-inline-end: 0;
  top: -7px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.footer-grid a {
  width: fit-content;
  max-width: 100%;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-cookie-settings {
  display: block;
  width: fit-content;
  margin: 8px 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  font: inherit;
  font-size: 14px;
  line-height: inherit;
  text-align: start;
  cursor: pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent {
  position: fixed;
  z-index: 1400;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 920px;
  margin-inline: auto;
  padding: 16px 18px;
  border: 1px solid rgba(0, 91, 170, 0.2);
  border-radius: 18px;
  color: var(--slate-800);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 50px rgba(4, 37, 70, 0.2);
  backdrop-filter: blur(12px);
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--brand-blue);
  font-size: 15px;
}

.analytics-consent-copy p {
  margin: 0;
  color: var(--slate-700);
  font-size: 13px;
  line-height: 1.55;
}

.analytics-consent-copy a {
  color: var(--brand-blue);
  font-weight: 700;
  white-space: nowrap;
}

.analytics-consent-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.analytics-consent-actions button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 91, 170, 0.28);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.analytics-consent-decline {
  color: var(--brand-blue);
  background: var(--slate-100);
}

.analytics-consent-accept {
  border-color: transparent !important;
  color: var(--white);
  background: var(--brand-blue-gradient);
}

.analytics-consent-actions button:hover,
.analytics-consent-actions button:focus-visible {
  color: var(--white);
  background: #101828;
}

@media (max-width: 680px) {
  .analytics-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 15px;
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .analytics-consent-actions button {
    width: 100%;
  }
}

.footer-contact-label {
  margin-top: 16px !important;
  margin-bottom: 2px !important;
  color: var(--white) !important;
  font-weight: 700;
}

.footer-office-line {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin-top: 8px !important;
}

.footer-office-line strong {
  color: var(--white);
  font-weight: 700;
}

.footer-office-line a {
  display: inline !important;
  margin: 0 !important;
}

.footer-grid .footer-whatsapp-line {
  display: flex !important;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 4px 0 11px;
  color: var(--white);
}

.footer-whatsapp-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.footer-person {
  margin-top: 12px !important;
  margin-bottom: 2px !important;
  color: var(--white) !important;
  font-weight: 700;
}

.footer-inline-link {
  display: inline !important;
  margin: 0 !important;
  color: var(--white) !important;
}

.footer-address {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.footer-label {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 980px) {
  .about-intro-layout,
  .about-principle-grid {
    grid-template-columns: 1fr;
  }

  .about-intro-layout {
    gap: 24px;
  }

  .about-intro-copy {
    padding-top: 0;
  }

  .about-principle-card {
    min-height: 0;
  }

  .about-principle-number {
    margin-bottom: 24px;
  }

  .about-purpose-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-purpose-heading {
    grid-column: 1 / -1;
    max-width: 690px;
    padding: 0 0 18px;
  }

  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .filter-btn {
    flex: 0 1 auto;
    font-size: 13px;
  }

  .navbar {
    justify-content: space-between;
    min-height: calc(48px + 0.1cm);
    gap: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 58px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--slate-200);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
    white-space: normal;
  }

  .nav-product-search {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 8px 0 4px;
  }

  .nav-product-search input {
    height: 40px;
  }

  .language-switch {
    justify-content: center;
    margin-top: 8px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .language-switch {
    height: auto;
  }

  .contact-hero h1,
  .contact-hero p:not(.eyebrow) {
    white-space: normal;
  }

  .contact-hero {
    padding: 50px 0;
  }

  .hero-grid,
  .split,
  .product-layout,
  .values-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .service-grid,
  .process-grid,
  .insights-topic-grid,
  .insight-brief-grid,
  .media-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-sidebar {
    position: static;
    width: auto;
    min-width: 0;
    max-height: none;
    overflow: visible;
  }

  .product-layout > div {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .category-product-directory-head,
  .category-product-directory-row {
    grid-template-columns: minmax(130px, 1fr) 92px minmax(120px, 0.9fr) minmax(160px, 1.4fr) 88px;
    gap: 10px;
    padding-inline: 14px;
  }

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

  .product-detail-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .product-quote-panel,
  .legal-updated {
    position: static;
  }
}

@media (max-width: 680px) {
  .about-visual-hero {
    min-height: 506px;
  }

  .about-visual-hero-image {
    object-position: 25% center;
  }

  .about-visual-hero-copy {
    padding-block: 54px;
  }

  .about-visual-hero-copy h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .about-visual-hero-copy > p:last-child,
  .about-intro-copy p,
  .about-name-heading > p:last-child {
    font-size: 16px;
  }

  .about-principle-card,
  .about-purpose-card {
    padding: 24px;
  }

  .about-purpose-layout {
    grid-template-columns: 1fr;
  }

  .about-purpose-heading {
    grid-column: auto;
  }

  .about-name-bridge {
    padding-left: 14px;
  }

  .site-search-section {
    padding-top: 26px;
  }

  .site-search-result {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-search-form {
    grid-template-columns: 1fr 48px;
  }

  .site-search-form input {
    height: 52px;
    padding-inline: 15px;
    font-size: 15px;
  }

  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .hero,
  .section,
  .page-hero {
    padding: 43px 0;
  }

  .product-detail-hero {
    padding: 16px 0 18px;
  }

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

  .product-safety-section {
    padding: 16px 0;
  }

  .product-detail-hero .product-title,
  .product-detail-hero .product-title.is-long,
  .product-detail-hero .product-title.is-extra-long,
  .product-detail-hero .product-title.is-maximum-length {
    font-size: clamp(24px, 8.5vw, 35px);
    overflow-wrap: anywhere;
    white-space: normal;
  }

  h1 {
    font-size: 41px;
  }

  h2 {
    font-size: 32px;
  }

  .search-box {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
    padding-block: calc(6px + 2mm);
  }

  .application-toolbar-title,
  .product-toolbar-title {
    width: 100%;
    padding: 5px 4px 1px;
    font-size: 16px;
  }

  .application-directory-head,
  .application-directory-row {
    grid-template-columns: 1fr;
  }

  .application-directory-count {
    text-align: left;
  }

  html[dir="rtl"] .application-directory-count {
    text-align: right;
  }

  .search-box > span {
    display: none;
  }

  .product-tools {
    padding-top: calc(104px + 4mm);
  }

  .search-box input {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .floating-search-control {
    flex: 0 0 auto;
    width: 100%;
  }

  .search-rfq-link {
    margin-inline: 0 auto;
    font-size: 13px;
  }

  .filter-buttons {
    gap: 8px;
  }

  .filter-btn {
    flex: 0 1 auto;
    font-size: 14px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-actions,
  .cta-card {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .category-grid,
  .service-grid,
  .process-grid,
  .stats-grid,
  .media-grid,
  .application-list,
  .product-grid,
  .about-grid,
  .insights-topic-grid,
  .insight-brief-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .insight-safety-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .indexed-product-grid,
  .application-collection-grid,
  .related-product-grid,
  .safety-inline {
    grid-template-columns: 1fr;
  }

  .product-spec-panel dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .product-category-heading {
    padding: 15px 16px;
  }

  .product-category-heading h2 {
    font-size: 20px;
  }

  .product-directory-head {
    display: none;
  }

  .product-directory-row {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 15px 16px;
  }

  .product-directory-rfq-cell {
    justify-content: flex-end;
    padding-top: 2px;
  }

  .product-directory-cell::before {
    display: block;
    margin-bottom: 2px;
    color: var(--blue-700);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .product-directory-name a {
    font-size: 13px;
  }

  .about-card.large {
    grid-column: span 1;
  }

  .brand-logo {
    width: 110px;
  }
}

.visual-page-hero {
  position: relative;
  display: flex;
  height: 506px;
  min-height: 506px;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.visual-page-hero-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

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

.visual-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  padding-block: 54px;
}

.visual-hero-content > h1,
.visual-hero-content > p:not(.eyebrow),
.visual-hero-content > .breadcrumbs {
  max-width: 660px;
}

.visual-hero-content h1 {
  margin-bottom: 18px;
  color: var(--white);
}

.visual-hero-content > p:not(.eyebrow) {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 17px;
}

.visual-hero-content .eyebrow,
.visual-hero-content .breadcrumbs,
.visual-hero-content .breadcrumbs a,
.visual-hero-content .breadcrumbs span {
  color: rgba(255, 255, 255, 0.76);
}

.service-intro-section {
  padding-block: 48px;
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: center;
}

.service-intro-grid h2,
.service-intro-grid p {
  margin-bottom: 0;
}

.service-intro-grid > p {
  color: var(--slate-700);
  font-size: 17px;
  line-height: 1.75;
}

.service-capability-section {
  padding-block: 72px;
}

.service-capability-stack {
  display: grid;
  gap: 28px;
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: minmax(390px, auto);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(206, 220, 234, 0.9);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(8, 37, 68, 0.08);
  contain: layout paint;
}

.service-feature:nth-child(even) > .responsive-content-picture,
.service-feature:nth-child(even) > img {
  order: 2;
}

.service-feature > .responsive-content-picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
}

.service-feature > .responsive-content-picture img,
.service-feature > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-feature img.service-logistics-photo {
  object-position: center top;
}

.service-feature > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(28px, 4vw, 54px);
}

.service-feature > div > span,
.insight-card-meta,
.insight-article-kicker,
.insight-article-date {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-feature h2 {
  margin: 12px 0 16px;
  color: var(--blue-950);
}

.service-feature p,
.service-feature li {
  color: var(--slate-700);
}

.service-feature ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-inline-start: 20px;
}

.service-process-section {
  padding-block: 68px;
}

.service-process-grid .process-card {
  border-top: 3px solid var(--blue-700);
}

.service-process-grid .process-card h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
}

.shipment-service-section {
  padding-block: 68px;
}

.shipment-service-section .media-card img {
  height: clamp(210px, 20vw, 240px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 52%;
}

.service-document-section {
  padding-block: 62px;
}

.service-document-layout {
  align-items: center;
}

.insight-index-section {
  padding: 32px 0 70px;
}

.insight-index-heading {
  max-width: none;
  margin-inline: auto;
  text-align: left;
}

@media (min-width: 981px) {
  .insight-index-heading > p:not(.eyebrow) {
    white-space: nowrap;
  }
}

.insight-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.insight-article-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(206, 220, 234, 0.9);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(8, 37, 68, 0.08);
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insight-article-card:hover {
  box-shadow: 0 24px 65px rgba(8, 37, 68, 0.14);
  transform: translateY(-4px);
}

.insight-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--slate-100);
  contain: layout paint;
}

.insight-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.insight-article-card:hover .insight-card-image img {
  transform: scale(1.025);
}

.insight-card-body {
  display: flex;
  padding: 20px 22px 18px;
  flex-direction: column;
}

.insight-card-meta,
.insight-article-kicker {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.insight-card-meta-nowrap {
  white-space: nowrap;
}

.insight-card-body h2 {
  margin: 11px 0 9px;
}

.insight-card-body h2 a {
  color: var(--blue-950);
}

.insight-card-body p {
  margin-bottom: 10px;
  color: var(--slate-700);
  font-size: 14px;
}

.insight-read-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0;
  color: var(--blue-700);
  font-weight: 900;
  gap: 8px;
}

.insight-method-section {
  padding: 0 0 66px;
}

.insight-method-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 54px;
  align-items: center;
  padding: 34px 40px;
  border-radius: 22px;
  background: var(--blue-950);
}

.insight-method-card h2,
.insight-method-card p {
  margin-bottom: 0;
  color: var(--white);
}

.insight-method-card .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.insight-method-card > p {
  color: rgba(255, 255, 255, 0.78);
}

.insight-article-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 46px 0 120px;
  background: #10261d;
  color: var(--white);
}

.insight-article-header::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 20, 14, 0.84), rgba(4, 31, 22, 0.66) 58%, rgba(4, 31, 22, 0.4));
}

.insight-article-header-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

html[dir="rtl"] .insight-article-header::after {
  background: linear-gradient(270deg, rgba(3, 20, 14, 0.84), rgba(4, 31, 22, 0.66) 58%, rgba(4, 31, 22, 0.4));
}

.insight-article-header .breadcrumbs,
.insight-article-header .breadcrumbs a,
.insight-article-header .breadcrumbs span,
.insight-article-header .insight-article-date {
  color: rgba(255, 255, 255, 0.7);
}

.insight-article-kicker {
  justify-content: flex-start;
  margin: 30px 0 14px;
  color: #b9d8ee;
}

.insight-article-header h1 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--white);
}

.insight-article-header p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.insight-feature-image {
  position: relative;
  z-index: 2;
  aspect-ratio: 11 / 5;
  max-height: 600px;
  margin-top: -78px;
  contain: layout paint;
}

.insight-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 11 / 5;
  border: 8px solid var(--white);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(8, 37, 68, 0.2);
}

.insight-feature-picture,
.insight-card-picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.insight-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 58px;
  padding-block: 64px 76px;
  align-items: start;
  min-width: 0;
}

.insight-article-content {
  max-width: 820px;
  min-width: 0;
}

.insight-article-content > section {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.insight-article-content h2 {
  margin-bottom: 16px;
  color: var(--blue-950);
}

.insight-article-content p,
.insight-reference-section li {
  color: var(--slate-700);
  font-size: 17px;
  line-height: 1.78;
}

.insight-reference-section ul {
  display: grid;
  gap: 10px;
  padding-inline-start: 22px;
}

.insight-reference-section a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.insight-inline-note {
  padding: 24px;
  border: 1px solid rgba(0, 91, 170, 0.16);
  border-inline-start: 4px solid var(--blue-700);
  border-radius: 14px;
  background: var(--blue-050);
}

.insight-inline-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-950);
}

.insight-inline-note p {
  margin-bottom: 0;
  font-size: 14px;
}

.insight-direct-answer {
  padding: 24px !important;
  border: 1px solid rgba(0, 91, 170, 0.18) !important;
  border-inline-start: 5px solid var(--blue-700) !important;
  border-radius: 16px;
  background: var(--blue-050);
}

.insight-direct-answer .eyebrow {
  margin-bottom: 8px;
  color: var(--blue-700);
}

.insight-direct-answer p:last-child {
  margin-bottom: 0;
  color: var(--blue-950);
  font-weight: 650;
}

.insight-comparison-overviews,
.insight-tradeoff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.insight-comparison-overviews article,
.insight-tradeoff-grid article,
.insight-faq-list article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.insight-comparison-overviews h3,
.insight-tradeoff-grid h3,
.insight-faq-list h3 {
  margin-bottom: 9px;
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.35;
}

.insight-comparison-overviews p,
.insight-tradeoff-grid p,
.insight-faq-list p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}

.insight-tradeoff-grid p + p {
  margin-top: 10px;
}

.insight-comparison-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.insight-comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.55;
}

.insight-comparison-table th,
.insight-comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: start;
  vertical-align: top;
}

.insight-comparison-table thead th {
  color: var(--white);
  background: var(--brand-blue-gradient);
  font-weight: 800;
}

.insight-comparison-table tbody th {
  width: 22%;
  color: var(--blue-950);
  background: var(--blue-050);
  font-weight: 750;
}

.insight-comparison-table tbody tr:last-child th,
.insight-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.insight-faq-list {
  display: grid;
  gap: 12px;
}

.product-comparison-section {
  background: linear-gradient(135deg, #f7fbff, #eef6fc);
}

.product-comparison-links {
  display: grid;
  gap: 14px;
}

.product-comparison-links article {
  padding: 18px 20px;
  border: 1px solid rgba(0, 91, 170, 0.15);
  border-radius: 14px;
  background: var(--white);
}

.product-comparison-links h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}

.product-comparison-links h3 a,
.product-comparison-read {
  color: var(--blue-700);
}

.product-comparison-links p {
  margin-bottom: 10px;
  color: var(--slate-700);
  font-size: 15px;
  line-height: 1.65;
}

.product-comparison-read {
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topic-cluster-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(2, 31, 61, 0.9) 0%, rgba(2, 31, 61, 0.68) 48%, rgba(2, 31, 61, 0.12) 100%);
  content: "";
  pointer-events: none;
}

html[dir="rtl"] .topic-cluster-hero::after {
  background: linear-gradient(270deg, rgba(2, 31, 61, 0.9) 0%, rgba(2, 31, 61, 0.68) 48%, rgba(2, 31, 61, 0.12) 100%);
}

.topic-cluster-hero .visual-hero-content {
  z-index: 1;
}

.topic-summary {
  max-width: 900px;
}

.topic-summary h2,
.topic-products-section .section-heading h2,
.topic-connections-grid h2,
.topic-sources h2 {
  color: var(--blue-950);
}

.topic-summary > p:last-child,
.topic-products-section .section-heading > p,
.topic-connections-grid > section > p:not(.eyebrow),
.topic-sources > div > p:last-child {
  color: var(--slate-700);
  line-height: 1.7;
}

.topic-products-section .product-category-section {
  margin-top: 28px;
}

.topic-connections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.topic-connections-grid > section {
  min-width: 0;
}

.topic-application-links,
.topic-insight-links,
.product-topic-links,
.application-related-topic-links {
  display: grid;
  gap: 12px;
}

.topic-application-links a,
.topic-insight-links a,
.product-topic-links a,
.application-related-topic-links a {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 91, 170, 0.16);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(8, 37, 68, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.topic-application-links a:hover,
.topic-insight-links a:hover,
.product-topic-links a:hover,
.application-related-topic-links a:hover {
  border-color: rgba(0, 91, 170, 0.42);
  box-shadow: 0 16px 34px rgba(8, 37, 68, 0.09);
  transform: translateY(-1px);
}

.topic-application-links strong,
.topic-insight-links strong,
.product-topic-links strong,
.application-related-topic-links strong {
  color: var(--blue-700);
  font-size: 16px;
  line-height: 1.4;
}

.topic-application-links span,
.topic-insight-links span,
.product-topic-links span {
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.6;
}

.topic-application-links small,
.topic-insight-links small,
.product-topic-links small,
.application-related-topic-links small {
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
}

.topic-sources-section {
  background: var(--blue-050);
}

.topic-sources {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 48px;
  align-items: start;
}

.topic-sources ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-sources a {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--blue-700);
  font-weight: 750;
}

.product-topic-section {
  background: linear-gradient(135deg, #f8fbfe, #edf6fc);
}

.application-related-topic-section {
  padding-block: 0 36px;
}

.application-related-topic-links {
  margin-top: -10px;
}

.application-related-topic-links a {
  grid-template-columns: minmax(110px, 0.3fr) minmax(0, 1fr) auto;
  align-items: center;
}

.application-related-topic-links span {
  color: var(--slate-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-related-panel {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 18px;
}

.insight-related-panel section {
  overflow: hidden;
  border: 1px solid rgba(206, 220, 234, 0.9);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(8, 37, 68, 0.07);
}

.insight-related-panel h2 {
  padding: 20px 22px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--blue-950);
}

.insight-related-panel a {
  display: block;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}

.insight-related-panel a:last-child {
  border-bottom: 0;
}

.insight-related-panel a:hover {
  background: var(--blue-050);
}

.insight-related-panel strong,
.insight-related-panel span {
  display: block;
}

.insight-related-panel strong {
  color: var(--blue-700);
  font-size: 14px;
}

.insight-related-panel span {
  margin-top: 5px;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .visual-page-hero {
    min-height: 506px;
    background-position: 58% center;
  }

  .service-intro-grid,
  .insight-method-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .service-feature:nth-child(even) > .responsive-content-picture,
  .service-feature:nth-child(even) > img {
    order: 0;
  }

  .service-feature > .responsive-content-picture,
  .service-feature > .responsive-content-picture img,
  .service-feature > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .service-feature > div {
    min-height: 0;
  }

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

  .insight-article-layout {
    grid-template-columns: 1fr;
  }

  .insight-related-panel {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-connections-grid,
  .topic-sources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .insight-comparison-overviews,
  .insight-tradeoff-grid {
    grid-template-columns: 1fr;
  }

  .category-hero {
    height: 390px;
    min-height: 390px;
  }

  .category-hero::after,
  html[dir="rtl"] .category-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.62));
  }

  .visual-page-hero {
    min-height: 506px;
    background-position: 38% center;
  }

  .markets-visual-hero {
    background-position: 56% center;
  }

  .visual-hero-content {
    padding-block: 38px;
  }

  .visual-hero-content > p:not(.eyebrow) {
    font-size: 15px;
  }

  .topic-cluster-hero::after,
  html[dir="rtl"] .topic-cluster-hero::after {
    background: rgba(2, 31, 61, 0.72);
  }

  .application-related-topic-links a {
    grid-template-columns: 1fr;
  }

  .service-capability-section,
  .service-process-section,
  .shipment-service-section {
    padding-block: 48px;
  }

  .insight-index-section {
    padding: 10px 0 48px;
  }

  .service-feature > div,
  .insight-card-body {
    padding: 22px 22px 0.5cm;
  }

  .insight-article-grid,
  .insight-related-panel {
    grid-template-columns: 1fr;
  }

  .insight-method-card {
    padding: 26px;
  }

  .insight-article-header {
    padding: 32px 0 78px;
  }

  .insight-feature-image {
    margin-top: -48px;
  }

  .insight-feature-image img {
    border-width: 4px;
    border-radius: 18px;
  }

  .insight-article-layout {
    gap: 38px;
    padding-block: 44px 56px;
  }

  .insight-article-content p {
    font-size: 15px;
  }
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .align-left,
html[dir="rtl"] .page-hero,
html[dir="rtl"] .about-visual-hero-copy,
html[dir="rtl"] .about-intro-layout,
html[dir="rtl"] .about-name-heading,
html[dir="rtl"] .about-purpose-layout,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .rfq-form,
html[dir="rtl"] .product-card,
html[dir="rtl"] .category-sidebar {
  text-align: right;
}

html[dir="rtl"] .hero-grid,
html[dir="rtl"] .split,
html[dir="rtl"] .contact-grid,
html[dir="rtl"] .values-grid,
html[dir="rtl"] .about-intro-layout,
html[dir="rtl"] .about-principle-grid,
html[dir="rtl"] .about-purpose-layout {
  direction: rtl;
}

html[dir="rtl"] .about-name-bridge {
  padding-right: 18px;
  padding-left: 0;
  border-right: 3px solid var(--blue-700);
  border-left: 0;
}

html[dir="rtl"] .product-meta,
html[dir="rtl"] .product-tags,
html[dir="rtl"] .filter-buttons,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-points {
  direction: rtl;
}

html[dir="rtl"] .nav-product-search input {
  padding-right: 13px;
  padding-left: 37px;
}

html[dir="rtl"] .nav-product-search button {
  right: auto;
  left: 4px;
}

html[dir="rtl"] .search-box input {
  padding-right: 14px;
  padding-left: 44px;
}

html[dir="rtl"] .floating-search-submit {
  right: auto;
  left: 4px;
}

/* Unified heading scale requested for all pages. */
body h1 {
  font-size: 30px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

body h2 {
  font-size: 28px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

body h3 {
  font-size: 26px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.insight-card-body h2,
.insight-card-body h2 a {
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.28;
}

.home-markets-section .home-section-heading {
  margin-inline: auto;
  text-align: center;
}

.home-markets-section .home-section-heading > p:last-child {
  margin-inline: auto;
}

@media (min-width: 981px) {
  .home-hero-copy,
  .home-hero-content h1 {
    max-width: 980px;
  }

  .home-hero-content h1 {
    white-space: nowrap;
  }

  .home-decision-section .home-section-heading {
    max-width: none;
  }

  .home-decision-section .home-section-heading h2 {
    white-space: nowrap;
  }
}

/* Balanced homepage typography hierarchy. */
.home-hero-content .eyebrow,
.home-intro-grid .eyebrow,
.home-section-heading .eyebrow,
.home-logistics-copy .eyebrow,
.home-cta-card .eyebrow {
  font-size: 12px;
  line-height: 1.5;
}

.home-hero-content h1 {
  font-size: 36px !important;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.home-hero-text {
  font-size: 17px;
  line-height: 1.6;
}

.home-hero .btn,
.home-cta-card .btn {
  font-size: 14px;
}

.home-hero-about > p:not(.home-hero-about-label) {
  font-size: 15px;
  line-height: 1.65;
}

.home-hero-about a {
  font-size: 14px;
}

.home-hero-metrics strong {
  font-size: 32px;
}

.home-hero-metrics span {
  font-size: 13px;
  line-height: 1.4;
}

.home-intro-grid h2,
.home-section-heading h2,
.home-logistics-copy h2,
.home-cta-card h2 {
  font-size: 28px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.home-intro-copy p,
.home-section-heading > p:last-child,
.home-logistics-copy > p:not(.eyebrow),
.home-cta-card p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.65;
}

.home-intro-copy .text-link,
.home-logistics-copy .text-link,
.home-decision-grid .text-link {
  font-size: 15px;
}

.home-market-card h3 {
  font-size: 22px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.home-market-card p {
  font-size: 15px;
  line-height: 1.65;
}

.home-market-links a {
  font-size: 14px;
}

.home-decision-grid h3 {
  font-size: 21px !important;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.home-decision-grid p,
.home-logistics-copy li {
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 680px) {
  .home-hero-content h1 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .home-hero-text {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-hero-about > p:not(.home-hero-about-label),
  .home-intro-copy p,
  .home-section-heading > p:last-child,
  .home-logistics-copy > p:not(.eyebrow),
  .home-cta-card p:not(.eyebrow) {
    font-size: 15px;
  }

  .home-hero-metrics strong {
    font-size: 27px;
  }

  .home-hero-metrics span {
    font-size: 12px;
  }

  .home-intro-grid h2,
  .home-section-heading h2,
  .home-logistics-copy h2,
  .home-cta-card h2 {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .home-market-card h3,
  .home-decision-grid h3 {
    font-size: 20px !important;
    line-height: 1.35;
  }

  .home-market-card p,
  .home-decision-grid p,
  .home-logistics-copy li {
    font-size: 15px;
  }
}

/* Balanced Insights index typography hierarchy. */
.insights-visual-hero .visual-hero-content .breadcrumbs {
  font-size: 13px;
  line-height: 1.5;
}

.insights-visual-hero .visual-hero-content .eyebrow,
.insight-index-heading .eyebrow,
.insight-index-section + .cta-section .eyebrow {
  font-size: 12px;
  line-height: 1.5;
}

.insights-visual-hero .visual-hero-content h1 {
  font-size: 36px !important;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.insights-visual-hero .visual-hero-content > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.65;
}

.insight-index-heading h2,
.insight-index-section + .cta-section h2 {
  font-size: 28px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.insight-index-heading > p:not(.eyebrow),
.insight-index-section + .cta-section p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.65;
}

.insight-index-section .insight-card-meta {
  font-size: 12px;
  line-height: 1.5;
}

.insight-index-section .insight-card-body h2,
.insight-index-section .insight-card-body h2 a {
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.insight-index-section .insight-card-body p {
  font-size: 15px;
  line-height: 1.6;
}

.insight-index-section .insight-read-link,
.insight-index-section + .cta-section .btn {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .insights-visual-hero .visual-hero-content h1 {
    font-size: 34px !important;
  }
}

@media (max-width: 680px) {
  .insights-visual-hero .visual-hero-content h1 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .insights-visual-hero .visual-hero-content > p:not(.eyebrow),
  .insight-index-heading > p:not(.eyebrow),
  .insight-index-section + .cta-section p:not(.eyebrow) {
    font-size: 15px;
  }

  .insight-index-heading h2,
  .insight-index-section + .cta-section h2 {
    font-size: 26px !important;
  }

  .insight-index-section .insight-card-body h2,
  .insight-index-section .insight-card-body h2 a {
    font-size: 20px !important;
  }
}

/* Core Web Vitals: reserve stable first-paint geometry for carousels and catalog. */
.home-hero,
.visual-page-hero {
  height: 506px;
  min-height: 506px;
  max-height: 506px;
  contain: size layout paint;
}

.home-hero-media,
.visual-page-hero-media,
.contact-hero-media,
.detail-forest-hero-media {
  contain: strict;
}

.home-hero-carousel,
.home-hero-carousel-panel {
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  contain: size layout paint;
}

.home-hero-carousel-panel {
  flex: 0 0 min(560px, 100%);
}

.contact-hero {
  display: grid;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  padding: 0;
  align-items: center;
  contain: size layout paint;
}

.insight-card-image,
.insight-card-picture {
  min-height: 0;
  aspect-ratio: 16 / 9;
  contain: strict;
}

@media (min-width: 981px) {
  .product-layout {
    min-height: min(760px, calc(100svh - var(--site-header-height) - 40px));
    contain: layout paint;
  }

  .category-sidebar {
    height: min(620px, calc(100svh - var(--site-header-height) - 88px));
    min-height: 0;
    contain: size layout paint;
  }

  .product-layout > div,
  #productGrid {
    min-height: min(760px, calc(100svh - var(--site-header-height) - 40px));
  }

  .product-category-section {
    contain: layout paint;
  }
}

@media (max-width: 980px) {
  .category-sidebar {
    height: auto;
    min-height: 0;
    contain: layout paint;
  }

  .product-layout,
  .product-layout > div,
  #productGrid {
    min-height: calc(100svh - var(--site-header-height) - 120px);
  }
}

@media (max-width: 680px) {
  .home-hero-carousel,
  .home-hero-carousel-panel {
    height: 42px;
    min-height: 42px;
    max-height: 42px;
  }

  .contact-hero {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    padding: 0;
  }
}
